.badge{display:flex;align-items:center;justify-content:center;min-width:1.6rem;min-height:1.6rem;max-width:fit-content;max-height:1.6rem;padding:0 var(--spacing-l);background-color:var(--color-primary);color:var(--color-neutral-white);border-radius:var(--radius-10s);font-size:.9rem;border:none;font-weight:600;line-height:1.2rem;-webkit-user-select:none;user-select:none}.badge.badge-active{background-color:var(--color-neutral-white);color:var(--color-primary)}.block{display:flex;flex-direction:column;padding:var(--spacing-6xs);background-color:var(--color-foreground);border-radius:var(--radius-5s);color:var(--color-text);width:576px;max-width:100%}@media (max-width: 768px){.block{padding:var(--spacing-2xl);border-radius:var(--radius-2xl)}}.block.block-secondary{background-color:var(--color-secondary);color:var(--color-foreground)}.block.block-full{width:100%}.block.block-transparent{padding:0;border-radius:0;background-color:transparent}.blocks{display:flex;width:1076px;max-width:100%;align-items:stretch}@media (max-width: 1150px){.blocks{flex-direction:column;row-gap:var(--spacing-2xl)}}.blocks.blocks-outside{display:grid;grid-template-columns:1fr auto;row-gap:var(--spacing-2xl)}@media (max-width: 1150px){.blocks.blocks-outside{display:flex;align-items:center}.blocks.blocks-outside>div{justify-content:center}.blocks.blocks-outside>div:empty{display:none}}@media (min-width: 1151px){.blocks.blocks-outside>*{border-radius:var(--radius-5s) 0 0 var(--radius-5s)}}@media (min-width: 1151px) and (max-width: 768px){.blocks.blocks-outside>*{border-radius:var(--radius-2xl) 0 0 var(--radius-2xl)}}.blocks>*{display:flex;flex-grow:1}@media (min-width: 1151px){.blocks>*{border-radius:0;width:auto}.blocks>*>.block{width:100%!important}.blocks>:not(.block){display:flex;flex-direction:column;gap:var(--spacing-2xl)}.blocks>:nth-child(odd),.blocks>:nth-child(odd)>.block{min-width:576px;width:auto;border-radius:var(--radius-5s) 0 0 var(--radius-5s)}}@media (min-width: 1151px) and (max-width: 768px){.blocks>:nth-child(odd),.blocks>:nth-child(odd)>.block{min-width:auto;width:100%;border-radius:var(--radius-2xl) 0 0 var(--radius-2xl)}}@media (min-width: 1151px){.blocks>:nth-child(2n),.blocks>:nth-child(2n)>.block{border-radius:0 var(--radius-5s) var(--radius-5s) 0}}@media (min-width: 1151px) and (min-width: 1151px){.blocks>:nth-child(2n),.blocks>:nth-child(2n)>.block{max-width:500px}}@media (min-width: 1151px) and (max-width: 768px){.blocks>:nth-child(2n),.blocks>:nth-child(2n)>.block{border-radius:0 var(--radius-2xl) var(--radius-2xl) 0}}.button{display:flex;align-items:center;justify-content:center;gap:var(--spacing-xl);background-color:var(--color-neutral-white);padding:var(--spacing-1l) var(--spacing-2xs);outline:0;border-radius:var(--radius-10s);font-size:var(--font-size-normal);font-family:inherit;font-weight:700;cursor:pointer;border:1px solid var(--color-neutral-white);color:var(--color-secondary);text-align:center;user-select:none;-webkit-user-select:none;transition:background-color .2s linear,border-color .2s linear,color .2s linear,opacity .2s linear,transform .2s linear}@media (min-width: 769px){.button:focus,.button:hover{color:var(--color-primary)}}.button:active{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-neutral-white)}.button[disabled]{opacity:.5;cursor:not-allowed;filter:grayscale(1)}.button.button-tag{padding:var(--spacing-xl);background-color:var(--color-primary);border-color:var(--color-primary);border-radius:var(--radius-xl);font-weight:600;color:var(--color-neutral-white)}@media (min-width: 769px){.button.button-tag:focus,.button.button-tag:hover{color:var(--color-neutral-white)}}.button.button-tag:active{opacity:.8}.button.button-tag-transparent{padding:var(--spacing-xl);background-color:transparent;border-color:transparent;border-radius:var(--radius-xl);font-weight:600;color:var(--color-secondary)}@media (min-width: 769px){.button.button-tag-transparent:focus,.button.button-tag-transparent:hover{color:var(--color-primary)}}.button.button-tag-transparent:active{opacity:.8}.button.button-primary{background-color:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-neutral-white)}@media (min-width: 769px){.button.button-primary:focus,.button.button-primary:hover{background-color:var(--color-primary);border-color:var(--color-primary)}}.button.button-primary:active{background-color:var(--color-primary);border-color:var(--color-primary);opacity:.8}.button.button-danger{background-color:var(--color-neutral-white);border-color:var(--color-error);color:var(--color-error)}@media (min-width: 769px){.button.button-danger:focus,.button.button-danger:hover{background-color:var(--color-error);border-color:var(--color-error);color:var(--color-neutral-white)}}.button.button-danger:active{background-color:var(--color-error);border-color:var(--color-error);color:var(--color-neutral-white);opacity:.8}.button.button-danger-animated{background-color:var(--color-neutral-white);border-color:var(--color-error);color:var(--color-error);animation:pulse-danger 5s infinite}@media (min-width: 769px){.button.button-danger-animated:focus,.button.button-danger-animated:hover{opacity:.8}}.button.button-danger-animated:active{opacity:.6}.button.button-secondary{background-color:var(--color-neutral-light-gray);border-color:var(--color-neutral-light-gray);color:var(--color-secondary)}@media (min-width: 769px){.button.button-secondary:focus,.button.button-secondary:hover{background-color:var(--color-neutral-gray);border-color:var(--color-neutral-gray)}}.button.button-secondary:active{background-color:var(--color-neutral-gray);border-color:var(--color-neutral-gray)}.button.button-link{padding:0;background-color:transparent!important;border:none;justify-content:flex-start;font-weight:600}.button.button-link:active{color:var(--color-primary);opacity:.8}.button.button-link-active{padding:0;background-color:transparent!important;border:none;justify-content:flex-start;font-weight:600;color:var(--color-primary)}.button.button-link-active:active{opacity:.8}.button.button-transparent{background-color:transparent!important;border:none;font-weight:600}.button.button-transparent:active{color:var(--color-primary);opacity:.8}.button.button-big{height:3.75rem;padding:var(--spacing-1l) 3.125rem}.button.button-small{height:2.5rem;padding:var(--spacing-xl) var(--spacing-1l);font-size:.875rem!important;font-weight:600!important}.button.button-gray{background-color:var(--color-neutral-light-gray);border-color:var(--color-neutral-light-gray);color:var(--color-secondary);font-weight:600}@media (min-width: 769px){.button.button-gray:focus,.button.button-gray:hover{background-color:var(--color-neutral-gray);border-color:var(--color-neutral-gray)}}.button.button-gray:active{opacity:.8}.button.button-full{width:100%}.button.button-nowrap{white-space:nowrap}.button>i,.button>svg{font-size:var(--font-size-large)}@keyframes pulse-danger{0%{box-shadow:0 0 0 0 var(--color-error)}50%{box-shadow:0 0 0 3px #ff131380}to{box-shadow:0 0 0 0 var(--color-error)}}.card{display:flex;flex-direction:column;padding:var(--spacing-2xs) var(--spacing-1l);max-width:100%;border-radius:var(--radius-2l);background-color:var(--color-neutral-almost-white);border:1px solid var(--color-neutral-light-gray);color:var(--color-text);gap:var(--spacing-xl);transition:background-color .2s linear,border-color .2s linear,color .2s linear}.card>.category{margin-bottom:var(--spacing-l)}.card .card-image{width:100%;max-height:11.875rem;border-radius:calc(var(--radius-2l) - var(--spacing-1l));background-color:var(--color-neutral-white);object-fit:cover;border:1px solid var(--color-neutral-light-gray)}a.card{text-decoration:none;transition:color .2s linear,background-color .2s linear}a.card [class*=color-]{transition:color .2s linear,background-color .2s linear}@media (min-width: 769px){a.card:focus,a.card:hover{color:var(--color-primary);border-color:var(--color-primary);background-color:var(--color-neutral-white)}a.card:focus [class*=color-],a.card:hover [class*=color-]{color:var(--color-primary)!important}}a.card:active{color:var(--color-primary);border-color:var(--color-primary);background-color:var(--color-neutral-white)}a.card:active [class*=color-]{color:var(--color-primary)!important}.card-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-2xl);padding:var(--spacing-2xl);background-color:var(--color-neutral-almost-white);border-radius:var(--radius-2l);aspect-ratio:1;color:var(--color-neutral-black);border:1px solid var(--color-neutral-light-gray);text-align:center}.card-icon i,.card-icon svg{color:var(--color-neutral-dark-gray);transition:color .2s linear;font-size:4rem}.card-icon.card-icon-primary{background-color:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-neutral-white)}.card-icon.card-icon-primary i,.card-icon.card-icon-primary svg{color:var(--color-neutral-white)}@media (max-width: 1024px){.card-icon{padding:var(--spacing-5xs) var(--spacing-2xl);aspect-ratio:auto}}@media (max-width: 768px){.card-icon{padding:var(--spacing-2xs) var(--spacing-2xs);flex-direction:row;justify-content:flex-start;text-align:left;gap:var(--spacing-2xs)}.card-icon i,.card-icon svg{font-size:2rem!important}}@media (min-width: 769px){.card-icon:focus,.card-icon:hover{border-color:var(--color-primary);background-color:var(--color-neutral-white);color:var(--color-primary)}.card-icon:focus i,.card-icon:focus svg,.card-icon:hover i,.card-icon:hover svg{color:var(--color-primary)!important}.card-icon:focus.card-icon-primary,.card-icon:hover.card-icon-primary{border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-neutral-white)}.card-icon:focus.card-icon-primary i,.card-icon:focus.card-icon-primary svg,.card-icon:hover.card-icon-primary i,.card-icon:hover.card-icon-primary svg{color:var(--color-neutral-white)!important}}label.checkbox{display:flex;align-items:center;font-size:var(--font-size-normal);gap:var(--spacing-xl);margin-right:auto;font-weight:600;cursor:pointer;transition:color .2s linear}@media (min-width: 769px){label.checkbox:hover{color:var(--color-primary)}}label.checkbox:has([disabled]){opacity:.5;cursor:not-allowed;filter:grayscale(1)}label.checkbox:has([disabled]):focus-within,label.checkbox:has([disabled]):hover{color:inherit}label.checkbox .checkbox-indicator{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-xl);border:2px solid var(--color-text);color:transparent;transition:background-color .2s linear,border-color .2s linear}label.checkbox>input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1px;height:1px;opacity:0;position:absolute;pointer-events:none}label.checkbox>input[type=checkbox][disabled],label.checkbox>input[type=checkbox][disabled]~.checkbox-indicator{opacity:.5;cursor:not-allowed;filter:grayscale(1)}label.checkbox>input[type=checkbox]:checked~.checkbox-indicator{border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-neutral-white)}label.checkbox:focus-within{color:var(--color-primary)}.category{display:flex;margin:0;padding:0 0 0 calc(var(--spacing-xl) + .3125rem);position:relative;align-items:stretch;font-size:.875rem;font-weight:600;color:var(--color-text);gap:var(--spacing-xl);text-transform:uppercase;text-align:left;--category-color:var(--color-primary)}.category:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--category-color);flex-shrink:0;border-radius:var(--radius-10s);color:currentColor}.category.category-large:before{top:-5px;bottom:-5px}a.category{transition:color .2s linear,opacity .2s linear}@media (min-width: 769px){a.category:hover{color:var(--color-primary)}}a.category:active{color:var(--color-primary);opacity:.8}.input{border-radius:var(--radius-10s);background:var(--color-neutral-almost-white);padding:1.0625rem var(--spacing-2xs);border:none;outline:1px solid var(--color-neutral-light-gray);font-size:var(--font-size-normal);font-weight:600;font-family:Figtree,sans-serif;caret-color:var(--color-primary);color:var(--color-neutral-black);margin-bottom:1px;text-overflow:ellipsis;transition:outline-color .2s linear}.input input::placeholder,.input::placeholder{color:var(--color-neutral-gray)}.input.input-noborder{outline-color:transparent}.input.input-error,.input.input-error input,.input.input-error:focus,.input.input-error:focus-within{outline-color:var(--color-error);color:var(--color-error)}.input.input-active,.input.input-active input,.input:focus,.input:focus input,.input:focus-within,.input:focus-within input{color:var(--color-neutral-black)!important;outline-color:var(--color-primary)!important;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline-offset:0}@media (min-width: 769px){.input:hover{outline-color:var(--color-primary)}}.input input:-webkit-autofill,.input input:-webkit-autofill:active,.input input:-webkit-autofill:focus,.input input:-webkit-autofill:hover,.input:-webkit-autofill,.input:-webkit-autofill:active,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px var(--color-neutral-almost-white) inset!important;background-color:var(--color-neutral-almost-white)!important;background-clip:content-box!important}.input input:-webkit-autofill:focus,.input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px var(--color-neutral-almost-white) inset!important}.input input[disabled],.input[disabled]{opacity:.5;cursor:not-allowed;filter:grayscale(1)}.input.input-full-width{width:100%}.input.input-highlight-placeholder::placeholder{color:var(--color-text)}.input:is(div):has(input){display:flex;padding:0;overflow:hidden}.input:is(div):has(input):not(:has(.input-action)){padding-right:var(--spacing-2xs)}.input:is(div):has(input)>input{padding:1.0625rem 0 1.0625rem var(--spacing-2xs);font-size:var(--font-size-normal);font-weight:600;background:0 0;font-family:Figtree,sans-serif;outline:0;border:none;width:100%;text-overflow:ellipsis}.input:is(div):has(input) .input-action{display:flex;align-items:center;justify-content:center;background-color:transparent;padding-right:var(--spacing-1xs)}.input:is(div):has(input) .input-action:is(a),.input:is(div):has(input) .input-action:is(button){padding-right:var(--spacing-2xs)}.input:is(div):has(input) .input-action>a,.input:is(div):has(input) .input-action>button{height:100%}.input:is(div):has(input) .input-action:is(a),.input:is(div):has(input) .input-action:is(button),.input:is(div):has(input) .input-action>a,.input:is(div):has(input) .input-action>button{display:flex;align-items:center;justify-content:center;background:0 0!important;border:none;outline:0;cursor:pointer;color:var(--color-neutral-black);flex-shrink:0;transition:color .2s linear,opacity .2s linear;font-size:var(--font-size-large)}@media (min-width: 769px){.input:is(div):has(input) .input-action:is(a):hover,.input:is(div):has(input) .input-action:is(button):hover,.input:is(div):has(input) .input-action>a:hover,.input:is(div):has(input) .input-action>button:hover{color:var(--color-primary)}}.input:is(div):has(input) .input-action:is(a):active,.input:is(div):has(input) .input-action:is(button):active,.input:is(div):has(input) .input-action>a:active,.input:is(div):has(input) .input-action>button:active{color:var(--color-primary);opacity:.8}.input-icon{position:relative;display:flex;align-items:center}.input-icon:has(.input-error)>i,.input-icon:has(.input-error)>svg{color:var(--color-error)!important}.input-icon:focus-within>i,.input-icon:focus-within>svg,.input-icon:has(.input-active)>i,.input-icon:has(.input-active)>svg{color:var(--color-primary)!important}@media (min-width: 769px){.input-icon:hover>i,.input-icon:hover>svg{color:var(--color-primary)}}.input-icon .input>i,.input-icon .input>svg,.input-icon>i,.input-icon>svg{position:absolute;top:-1px;bottom:0;height:100%;left:1.25rem;color:var(--color-neutral-black);font-size:var(--font-size-large);pointer-events:none;transition:color .2s linear}.input-icon .input>input,.input-icon>input{padding-left:52px}.input-label{display:flex;flex-direction:column;font-size:var(--font-size-medium);font-weight:600;color:var(--color-neutral-black);width:100%}.input-label>label{display:flex;align-items:center;padding-bottom:var(--spacing-xl)}.input-label>label:not(.checkbox):not(.toggle){gap:.125rem}.input-label>label:not(.checkbox):not(.toggle) i,.input-label>label:not(.checkbox):not(.toggle) svg{font-size:.625rem}.code-input{display:flex;align-items:stretch;width:456px;max-width:100%;gap:var(--spacing-xl)}@media (max-width: 768px){.code-input{display:grid;grid-template-columns:repeat(6,1fr)}}@media (max-width: 768px) and (max-width: 320px){.code-input{gap:1px}}@media (max-width: 768px) and (max-width: 220px){.code-input{gap:3px;grid-template-columns:repeat(3,1fr)}}.code-input>input{border-radius:var(--radius-10s);border:1px solid var(--color-neutral-light-gray);background:var(--color-neutral-almost-white);padding:0;outline:0;caret-color:var(--color-primary);color:var(--color-neutral-black);width:100%;height:132px;font-size:2.25rem;font-weight:900;text-align:center}@media (max-width: 768px){.code-input>input{height:100px;font-size:1.5rem}}@media (max-width: 768px) and (max-width: 320px){.code-input>input{height:80px;font-size:1.25rem}}@media (max-width: 768px) and (max-width: 220px){.code-input>input{height:60px;font-size:1.25rem}}.code-input>input[disabled]{opacity:.5;cursor:not-allowed;filter:grayscale(1)}.code-input>input:focus{color:var(--color-neutral-black)!important;border-color:var(--color-primary)!important;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.code-input>input:not(:placeholder-shown){background-color:var(--color-tertiary);border-color:var(--color-tertiary)!important}:root{--container-width:1668px}.container{margin:0 auto;width:var(--container-width);max-width:100%;padding:0 var(--spacing-2xl);height:100%}@media (max-width: 768px){.container{padding:0 var(--spacing-2xs)}}.dialog{display:flex;position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;overflow:auto}.dialog .dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--color-neutral-black-60)}.dialog .dialog-container{position:relative;display:flex;margin:auto;max-width:100%;z-index:1001;padding:var(--spacing-2xl);border-radius:var(--radius-2l);overflow:hidden}.dialog .dialog-content{display:flex;flex-direction:column;gap:var(--spacing-2xl);padding:var(--spacing-6xs);width:36rem;max-width:100%;background-color:var(--color-neutral-white);box-shadow:0 0 10px #0000001a;color:var(--color-text);border-radius:var(--radius-2l)}@media (max-width: 768px){.dialog .dialog-content{padding:var(--spacing-2xs) var(--spacing-2xl)}}.dialog .dialog-content .dialog-content-inner{display:flex;flex-direction:column;gap:var(--spacing-2xl);margin:auto 0}@media (max-width: 768px){.dialog .dialog-content .dialog-content-inner{margin-top:0}}.dialog .dialog-content .dialog-content-footer{margin-top:auto;margin-bottom:calc(var(--spacing-2xl) * -1)}@media (max-width: 768px){.dialog .dialog-content .dialog-content-footer{margin-bottom:calc(var(--spacing-1xs) * -1)}}.article-header{display:flex;flex-direction:column;gap:var(--spacing-1l)}.article-header>img{height:24.9375rem;width:100%;object-fit:cover;border-radius:var(--radius-2l);border:1px solid var(--color-neutral-light-gray)}@media (max-width: 1024px){.article-header>img{height:15.625rem}}@media (max-width: 768px){.article-header>img{height:12.5rem}}.article-header>.article-header-info{margin-top:.75rem}.article-header-info{display:flex;flex-direction:column;gap:var(--spacing-xl);color:var(--color-text)}.article-header-info:before{content:"";display:flex;background-color:var(--color-primary);width:6.25rem;height:.625rem;border-radius:var(--radius-10s)}.article-header-info>div{display:flex;flex-direction:column;gap:var(--spacing-xl)}.flex{display:flex;align-items:center}.flex.column{flex-direction:column;align-items:initial}@media (max-width: 768px){.flex.mobile-column{flex-direction:column!important;justify-content:flex-start!important}}@media (max-width: 1024px){.flex.tablet-column{flex-direction:column!important;justify-content:flex-start!important}}.flex.full-height{min-height:100vh}.flex-grow{flex-grow:1}@media (max-width: 768px){.mobile-last{order:100}}@media (max-width: 1024px){.tablet-last{order:100}}.justify-normal{justify-content:normal!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-start{justify-content:flex-start!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.align-center{align-items:center!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.wrap{flex-wrap:wrap!important}.flex-1{flex:1}.grid{display:grid}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.grid.cols-5{grid-template-columns:repeat(5,1fr)}.grid.cols-6{grid-template-columns:repeat(6,1fr)}.grid.cols-7{grid-template-columns:repeat(7,1fr)}.grid.cols-8{grid-template-columns:repeat(8,1fr)}.grid.cols-9{grid-template-columns:repeat(9,1fr)}.grid.cols-10{grid-template-columns:repeat(10,1fr)}.grid.cols-11{grid-template-columns:repeat(11,1fr)}.grid.cols-12{grid-template-columns:repeat(12,1fr)}.grid.cols-auto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (max-width: 1024px){.grid.tablet-cols-1{grid-template-columns:repeat(1,1fr)}.grid.tablet-cols-2{grid-template-columns:repeat(2,1fr)}.grid.tablet-cols-3{grid-template-columns:repeat(3,1fr)}.grid.tablet-cols-4{grid-template-columns:repeat(4,1fr)}.grid.tablet-cols-5{grid-template-columns:repeat(5,1fr)}.grid.tablet-cols-6{grid-template-columns:repeat(6,1fr)}.grid.tablet-cols-7{grid-template-columns:repeat(7,1fr)}.grid.tablet-cols-8{grid-template-columns:repeat(8,1fr)}.grid.tablet-cols-9{grid-template-columns:repeat(9,1fr)}.grid.tablet-cols-10{grid-template-columns:repeat(10,1fr)}.grid.tablet-cols-11{grid-template-columns:repeat(11,1fr)}.grid.tablet-cols-12{grid-template-columns:repeat(12,1fr)}.grid.tablet-cols-auto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width: 768px){.grid.mobile-cols-1{grid-template-columns:repeat(1,1fr)}.grid.mobile-cols-2{grid-template-columns:repeat(2,1fr)}.grid.mobile-cols-3{grid-template-columns:repeat(3,1fr)}.grid.mobile-cols-4{grid-template-columns:repeat(4,1fr)}.grid.mobile-cols-5{grid-template-columns:repeat(5,1fr)}.grid.mobile-cols-6{grid-template-columns:repeat(6,1fr)}.grid.mobile-cols-7{grid-template-columns:repeat(7,1fr)}.grid.mobile-cols-8{grid-template-columns:repeat(8,1fr)}.grid.mobile-cols-9{grid-template-columns:repeat(9,1fr)}.grid.mobile-cols-10{grid-template-columns:repeat(10,1fr)}.grid.mobile-cols-11{grid-template-columns:repeat(11,1fr)}.grid.mobile-cols-12{grid-template-columns:repeat(12,1fr)}.grid.mobile-cols-auto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}label.toggle{display:flex;align-items:center;font-size:var(--font-size-normal);gap:var(--spacing-xl);margin-right:auto;font-weight:600;cursor:pointer;transition:color .2s linear}@media (min-width: 769px){label.toggle:hover{color:var(--color-primary)}}label.toggle:has([disabled]){opacity:.5;cursor:not-allowed;filter:grayscale(1)}label.toggle:has([disabled]):focus-within,label.toggle:has([disabled]):hover{color:inherit}label.toggle .toggle-indicator{display:flex;align-items:center;width:5.5rem;padding:.25rem;border-radius:var(--radius-10s);background-color:var(--color-neutral-almost-white);color:transparent;transition:background-color .2s linear,border-color .2s linear;flex-shrink:0}label.toggle .toggle-indicator:before{content:"";display:block;width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--color-neutral-white);box-shadow:var(--shadow-sm);transition:transform .2s linear;box-shadow:0 0 10px #0000001a}label.toggle>input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1px;height:1px;opacity:0;position:absolute;pointer-events:none}label.toggle>input[type=checkbox][disabled],label.toggle>input[type=checkbox][disabled]~.toggle-indicator{opacity:.5;cursor:not-allowed;filter:grayscale(1)}label.toggle>input[type=checkbox]:checked~.toggle-indicator{background-color:var(--color-primary);color:var(--color-neutral-white)}label.toggle>input[type=checkbox]:checked~.toggle-indicator:before{transform:translate(100%)}label.toggle:focus-within{color:var(--color-primary)}.logo{width:18.375rem;height:7.875rem;max-width:100%}@media (max-width: 768px){.logo{width:12.25rem;height:5.25rem}}.logo.logo-medium{width:9.5625rem;height:4.0625rem}.button-menu{display:flex;flex-direction:column;max-width:100%;gap:var(--spacing-1l)}.button-menu>a,.button-menu>button{display:flex;align-items:center;padding:var(--spacing-1l) var(--spacing-2xl);cursor:pointer;gap:var(--spacing-1xs);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;border:none;background:var(--color-neutral-white);width:100%;font-size:1.125rem;font-weight:500;text-align:left;color:var(--color-text);border-radius:var(--radius-2l);transition:background-color .2s linear,color .2s linear,opacity .2s linear}.button-menu>a>i,.button-menu>a>svg,.button-menu>button>i,.button-menu>button>svg{margin-left:auto;font-size:2.25rem;color:var(--color-secondary)}.button-menu>a>div,.button-menu>button>div{display:flex;flex-direction:column;gap:var(--spacing-1xs)}.button-menu>a>div>:not(:first-child),.button-menu>button>div>:not(:first-child){font-size:1rem;font-weight:700}@media (min-width: 769px){.button-menu>a:hover,.button-menu>button:hover{background:var(--color-neutral-light-gray)}}.button-menu>a:focus,.button-menu>button:focus{background:var(--color-neutral-light-gray)}.button-menu>a:active,.button-menu>button:active{opacity:.8}.button-menu>a.button-menu-active,.button-menu>button.button-menu-active{background:var(--color-tertiary);cursor:default;pointer-events:none}.button-menu>a[disabled],.button-menu>button[disabled]{opacity:.5;cursor:not-allowed;filter:grayscale(1)}.dropdown{display:flex;align-items:center;border-radius:var(--radius-10s);border:none;outline:1px solid var(--color-neutral-light-gray);background:var(--color-neutral-almost-white);font-size:.875rem;position:relative;transition:outline-color .2s linear}.dropdown:has([disabled]){opacity:.5;filter:grayscale(1)}.dropdown.dropdown-error,.dropdown.dropdown-error:focus{outline-color:var(--color-error);color:var(--color-error)}.dropdown.dropdown-important,.dropdown.dropdown-important:focus{outline-color:var(--color-neutral-gray);color:var(--color-neutral-gray);background:var(--color-neutral-white);padding-top:0;padding-bottom:0}.dropdown.dropdown-important:focus>button,.dropdown.dropdown-important:focus>input,.dropdown.dropdown-important:focus>select,.dropdown.dropdown-important>button,.dropdown.dropdown-important>input,.dropdown.dropdown-important>select{font-weight:600;white-space:wrap;font-size:.875rem;min-height:3.75rem}.dropdown.dropdown-important.dropdown-icon>button,.dropdown.dropdown-important.dropdown-icon>input,.dropdown.dropdown-important.dropdown-icon>select,.dropdown.dropdown-important:focus.dropdown-icon>button,.dropdown.dropdown-important:focus.dropdown-icon>input,.dropdown.dropdown-important:focus.dropdown-icon>select{padding-left:1.7rem}.dropdown:focus-within{outline-color:var(--color-primary)}.dropdown:focus-within i[class^=icon-]:first-child,.dropdown:focus-within svg:first-child{color:var(--color-primary)}@media (min-width: 769px){.dropdown:hover{outline-color:var(--color-primary)}.dropdown:hover i[class^=icon-]:first-child,.dropdown:hover svg:first-child{color:var(--color-primary)}}.dropdown>button,.dropdown>input,.dropdown>select{padding:1.0625rem var(--spacing-2xs);padding-right:4rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;outline:0;font-size:1rem;width:100%;height:100%;cursor:pointer;color:var(--color-neutral-black);overflow:hidden;text-overflow:ellipsis;font-family:Figtree,sans-serif;font-weight:600}.dropdown>button[disabled],.dropdown>input[disabled],.dropdown>select[disabled]{cursor:not-allowed}.dropdown>button:focus,.dropdown>input:focus,.dropdown>select:focus{outline:0!important;outline-width:0!important;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.dropdown>button{display:flex}.dropdown.dropdown-icon{padding-left:2rem}.dropdown.dropdown-image{padding-left:2.5rem}.dropdown>i[class^=icon-],.dropdown>svg{position:absolute;color:var(--color-neutral-black);pointer-events:none;transition:color .2s linear;flex-shrink:0}.dropdown>i[class^=icon-]:first-child,.dropdown>svg:first-child{left:1.25rem;font-size:1.5rem}.dropdown>i[class^=icon-]:not(:first-child):last-child,.dropdown>svg:not(:first-child):last-child{right:1.375rem;top:50%;transform:translateY(-50%);font-size:.83rem}.dropdown>img{position:absolute;pointer-events:none;left:.7rem;width:2.4rem;height:2.4rem;padding:.1rem;object-fit:contain;border-radius:var(--radius-xl);border:1px solid var(--color-neutral-light-gray)}.dropdown.dropdown-search ul.dropdown-items{position:absolute;margin:0;padding:0;top:calc(100% + .5rem);width:100%;background-color:var(--color-neutral-almost-white);outline:1px solid var(--color-neutral-almost-white);border-radius:var(--radius-10s);overflow-x:hidden;overflow-y:auto;list-style:none;max-height:210px;z-index:100}.dropdown.dropdown-search ul.dropdown-items:empty{display:none}.dropdown.dropdown-search ul.dropdown-items>li{margin:0;padding:var(--spacing-2xs);cursor:pointer;color:var(--color-neutral-black);font-size:1rem;transition:background-color .3s}.dropdown.dropdown-search ul.dropdown-items>li:hover{background-color:var(--color-neutral-almost-white)}.info{display:flex;align-items:flex-start;text-align:left;justify-content:flex-start;gap:var(--spacing-xl);width:100%;color:var(--color-neutral-black);font-size:var(--font-size-normal);font-weight:600;border-radius:var(--radius-16)}.info.info-error{color:var(--color-error)}.info.info-warning{color:var(--color-orange)}.info.info-primary{color:var(--color-primary)}.info.info-muted{color:var(--color-neutral-gray)}.info.info-centered{justify-content:center}.info>.icon,.info>i,.info>svg{margin-top:-1px;font-size:inherit;color:inherit;width:24px;height:24px}.info>span{text-align:left}.tabs{display:flex;flex-direction:column;font-size:.875rem;color:var(--color-text)}.tabs.tabs-scrollable{max-width:100%;overflow-x:auto;padding-bottom:var(--spacing-2xs);margin-bottom:calc(var(--spacing-2xs) * -1)}.tabs.tabs-scrollable>ul{flex-wrap:nowrap}.tabs.tabs-scrollable>ul>li>a{max-width:none}.tabs>ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;row-gap:var(--spacing-xl);column-gap:var(--spacing-1l)}.tabs>ul>li{display:flex;align-items:center;gap:var(--spacing-1l);color:inherit;line-height:1.1}.tabs>ul>li>a{display:flex;align-items:center;color:inherit;line-height:1.5;padding:var(--spacing-1xs) var(--spacing-1l);height:2.3125rem;gap:var(--spacing-xl);width:100%;text-decoration:none;transition:color .2s linear,background-color .2s linear,transform .2s ease-in-out,opacity .2s ease-in-out;transform-origin:center;overflow:hidden}.tabs>ul>li>a:has(span){max-width:220px}@media (min-width: 769px){.tabs>ul>li>a:hover{color:var(--color-primary)}}.tabs>ul>li>a:focus{color:var(--color-primary)}.tabs>ul>li>a:active{transform:scale(.98);opacity:.8}.tabs>ul>li>a span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabs>ul>li.active{background-color:var(--color-primary);border-radius:var(--radius-10s);color:var(--color-neutral-white);pointer-events:none}.tabs>ul>li.active>a{color:inherit}.tabs>ul>li.active>a:focus,.tabs>ul>li.active>a:hover{color:inherit}.tabs>ul>li.clickable{pointer-events:all;cursor:pointer}.tabs>ul>li i,.tabs>ul>li svg{font-size:1.5rem}.tabs.tabs-vertical{width:100%}.tabs.tabs-vertical>ul{flex-direction:column;flex-wrap:nowrap;gap:0}.tabs.tabs-vertical>ul>li>a{padding:var(--spacing-1l) var(--spacing-2xs);height:3.5rem;gap:var(--spacing-1l)}.tabs.tabs-vertical>ul>li>a:has(span){max-width:100%}.tabs.tabs-vertical>ul>li>a:active{transform:scale(1)}.popup{position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;overflow:auto}.popup .popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--color-neutral-black-60)}.popup .popup-container{position:relative;display:flex;justify-content:flex-end;margin:0 auto;width:var(--container-width);max-width:100%;min-height:100%;z-index:1001}.popup .popup-close{position:fixed;top:0;right:var(--spacing-1xs);color:var(--color-text);cursor:pointer;font-size:var(--font-size-large);display:flex;border:none;background:0 0;padding:calc(var(--spacing-2xl) - .2rem) calc(var(--spacing-2xl) - .5rem);transition:color .2s linear,transform .2s linear;z-index:1002}@media (min-width: 769px){.popup .popup-close:hover{color:var(--color-primary)}}.popup .popup-close:focus{color:var(--color-primary)}.popup .popup-close:active{color:var(--color-primary);transform:scale(.9)}.popup .popup-content{display:flex;flex-direction:column;gap:var(--spacing-2xl);padding:var(--spacing-6xs);width:36rem;background-color:var(--color-neutral-white);box-shadow:0 0 10px #0000001a;color:var(--color-text);border-image:conic-gradient(var(--color-neutral-white) 0 0) fill 0//0 100vw 0 0}@media (max-width: 768px){.popup .popup-content{padding:var(--spacing-2xs) var(--spacing-2xl);width:100%}}.popup .popup-content .popup-content-inner{display:flex;flex-direction:column;gap:var(--spacing-2xl);margin:auto 0}@media (max-width: 768px){.popup .popup-content .popup-content-inner{margin-top:0}}.popup .popup-content .popup-content-footer{margin-top:auto}.spinner-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.spinner{position:relative;width:48px;height:48px;background:var(--color-neutral-light-gray);transform:rotateX(65deg) rotate(45deg);transform:perspective(200px) rotateX(65deg) rotate(45deg);color:var(--color-secondary);animation:spinner1 1s linear infinite alternate;border-radius:var(--radius-xl);border:1px solid var(--color-secondary)}.spinner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-primary);animation:spinner2 1s ease-in-out infinite alternate;border-radius:var(--radius-xl);box-shadow:0 0 30px #0000000d;border:1px solid var(--color-secondary)}@keyframes spinner1{0%{box-shadow:0 0}to,90%{box-shadow:20px 20px 0 -4px}}@keyframes spinner2{0%{transform:translate(0) scale(1)}to{transform:translate(-25px,-25px) scale(1)}}@font-face{font-family:Figtree;src:url(./black.BkgM2oBe.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Figtree;src:url(./bold.CQesZCGl.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Figtree;src:url(./light.Cd-3DRzf.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Figtree;src:url(./medium.B2L9jHv-.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Figtree;src:url(./regular.ZsjnVmRb.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Figtree;src:url(./semibold.D_8oNCqH.ttf) format("truetype");font-weight:600;font-style:normal}body,.font-figtree{font-family:Figtree,sans-serif}.text-black{font-weight:900}.text-bold{font-weight:700}.text-light{font-weight:300}.text-medium{font-weight:500}.text-regular{font-weight:400}.text-semibold{font-weight:600}svg.icon{width:1em;height:1em;flex-shrink:0;color:inherit}::selection{color:var(--color-neutral-white);background-color:var(--color-primary)}.title1{margin:0;padding:0;font-size:2.25rem;font-weight:900;color:var(--color-primary);text-wrap:balance;text-wrap:pretty}@media (max-width: 768px){.title1{font-size:1.5rem;line-height:1.5625rem}}.title2,.prose h1{margin:0;padding:0;font-size:2rem;font-weight:900;color:var(--color-secondary);text-wrap:balance;text-wrap:pretty}@media (max-width: 768px){.title2,.prose h1{font-size:1.5rem;line-height:1.5625rem}}.title3,.prose h2{margin:0;padding:0;font-size:1.4375rem;font-weight:800}.title4,.prose h3,.prose p{margin:0;padding:0;font-size:1.125rem;font-weight:500}.headline,.prose h4{margin:0;padding:0;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.subheadline{margin:0;padding:0;font-size:.875rem;font-style:normal;font-weight:600;line-height:normal}.footnote{margin:0;padding:0;font-size:.6875rem;font-style:normal;font-weight:500;line-height:normal}.footnote a{font-size:inherit;font-weight:inherit}.link{display:inline-flex;align-items:center;margin:0;padding:0;gap:var(--spacing-xl);color:var(--color-primary);text-decoration:none;cursor:pointer}@media (min-width: 769px){.link:hover{color:var(--link-hover-color, var(--color-secondary))}}.link:focus{color:var(--link-hover-color, var(--color-secondary))}.link-secondary{margin:0;padding:0;color:var(--color-secondary);text-decoration:none;font-weight:600;cursor:pointer}@media (min-width: 769px){.link-secondary:hover{color:var(--color-primary)}}.link-secondary:focus{color:var(--color-primary)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify;text-justify:inter-word}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-wrap{white-space:pre-wrap}.text-nowrap{white-space:nowrap}a{text-decoration:none;font-size:1rem;font-weight:600}p{margin:0;font-size:1rem;font-weight:600}:root{--color-primary:#00a1de;--color-secondary:#000032;--color-tertiary:#adf6ff;--color-neutral-gray:#c6c6c6;--color-neutral-light-gray:#f1f1f1;--color-neutral-almost-white:#fafafa;--color-neutral-white:#ffffff;--color-neutral-black:#191919;--color-neutral-black-60:#19191999;--color-neutral-dark-gray:#666666;--color-black:#000000;--color-red:#ff1313;--color-green:#00c853;--color-orange:#ff6d00;--color-background:var(--color-tertiary);--color-foreground:var(--color-neutral-white);--color-text:var(--color-neutral-black);--color-error:var(--color-red)}:root{--radius-10s:6.25rem;--radius-5s:3.125rem;--radius-2xl:1.75rem;--radius-2l:1.625rem;--radius-1l:1rem;--radius-xl:.5rem;--radius-s:0;--font-size-big:3rem;--font-size-large:1.5rem;--font-size-normal:1rem;--font-size-medium:.875rem;--font-size-small:.6875rem;--spacing-12xs:7.5rem;--spacing-6xs:3.75rem;--spacing-5xs:3.125rem;--spacing-3xs:1.875rem;--spacing-2xl:1.75rem;--spacing-2xs:1.25rem;--spacing-1l:1rem;--spacing-1xs:.625rem;--spacing-xl:.5rem;--spacing-l:.375rem;--spacing-m:.25rem;--spacing-0:0;--spacing-auto:auto;--size-0:0;--size-full:100%;--size-auto:auto}.color-primary{color:var(--color-primary)!important}.bg-primary{background-color:var(--color-primary)!important}.border-primary{border-color:var(--color-primary)!important}.color-secondary{color:var(--color-secondary)!important}.bg-secondary{background-color:var(--color-secondary)!important}.border-secondary{border-color:var(--color-secondary)!important}.color-tertiary{color:var(--color-tertiary)!important}.bg-tertiary{background-color:var(--color-tertiary)!important}.border-tertiary{border-color:var(--color-tertiary)!important}.color-neutral-gray{color:var(--color-neutral-gray)!important}.bg-neutral-gray{background-color:var(--color-neutral-gray)!important}.border-neutral-gray{border-color:var(--color-neutral-gray)!important}.color-neutral-light-gray{color:var(--color-neutral-light-gray)!important}.bg-neutral-light-gray{background-color:var(--color-neutral-light-gray)!important}.border-neutral-light-gray{border-color:var(--color-neutral-light-gray)!important}.color-neutral-almost-white{color:var(--color-neutral-almost-white)!important}.bg-neutral-almost-white{background-color:var(--color-neutral-almost-white)!important}.border-neutral-almost-white{border-color:var(--color-neutral-almost-white)!important}.color-neutral-white{color:var(--color-neutral-white)!important}.bg-neutral-white{background-color:var(--color-neutral-white)!important}.border-neutral-white{border-color:var(--color-neutral-white)!important}.color-neutral-black{color:var(--color-neutral-black)!important}.bg-neutral-black{background-color:var(--color-neutral-black)!important}.border-neutral-black{border-color:var(--color-neutral-black)!important}.color-neutral-black-60{color:var(--color-neutral-black-60)!important}.bg-neutral-black-60{background-color:var(--color-neutral-black-60)!important}.border-neutral-black-60{border-color:var(--color-neutral-black-60)!important}.color-neutral-dark-gray{color:var(--color-neutral-dark-gray)!important}.bg-neutral-dark-gray{background-color:var(--color-neutral-dark-gray)!important}.border-neutral-dark-gray{border-color:var(--color-neutral-dark-gray)!important}.color-black{color:var(--color-black)!important}.bg-black{background-color:var(--color-black)!important}.border-black{border-color:var(--color-black)!important}.color-red{color:var(--color-red)!important}.bg-red{background-color:var(--color-red)!important}.border-red{border-color:var(--color-red)!important}.color-green{color:var(--color-green)!important}.bg-green{background-color:var(--color-green)!important}.border-green{border-color:var(--color-green)!important}.color-orange{color:var(--color-orange)!important}.bg-orange{background-color:var(--color-orange)!important}.border-orange{border-color:var(--color-orange)!important}.color-background{color:var(--color-background)!important}.bg-background{background-color:var(--color-background)!important}.border-background{border-color:var(--color-background)!important}.color-foreground{color:var(--color-foreground)!important}.bg-foreground{background-color:var(--color-foreground)!important}.border-foreground{border-color:var(--color-foreground)!important}.color-text{color:var(--color-text)!important}.bg-text{background-color:var(--color-text)!important}.border-text{border-color:var(--color-text)!important}.color-error{color:var(--color-error)!important}.bg-error{background-color:var(--color-error)!important}.border-error{border-color:var(--color-error)!important}.radius-10s{border-radius:var(--radius-10s)!important}.radius-5s{border-radius:var(--radius-5s)!important}.radius-2xl{border-radius:var(--radius-2xl)!important}.radius-2l{border-radius:var(--radius-2l)!important}.radius-1l{border-radius:var(--radius-1l)!important}.radius-xl{border-radius:var(--radius-xl)!important}.radius-s{border-radius:var(--radius-s)!important}.font-size-big{font-size:var(--font-size-big)!important}.font-size-large{font-size:var(--font-size-large)!important}.font-size-normal{font-size:var(--font-size-normal)!important}.font-size-medium{font-size:var(--font-size-medium)!important}.font-size-small{font-size:var(--font-size-small)!important}.m-12xs{margin:var(--spacing-12xs)!important}.mx-12xs{margin-left:var(--spacing-12xs)!important;margin-right:var(--spacing-12xs)!important}.my-12xs{margin-top:var(--spacing-12xs)!important;margin-bottom:var(--spacing-12xs)!important}.mt-12xs{margin-top:var(--spacing-12xs)!important}.mb-12xs{margin-bottom:var(--spacing-12xs)!important}.ml-12xs{margin-left:var(--spacing-12xs)!important}.mr-12xs{margin-right:var(--spacing-12xs)!important}.p-12xs{padding:var(--spacing-12xs)!important}.px-12xs{padding-left:var(--spacing-12xs)!important;padding-right:var(--spacing-12xs)!important}.py-12xs{padding-top:var(--spacing-12xs)!important;padding-bottom:var(--spacing-12xs)!important}.pt-12xs{padding-top:var(--spacing-12xs)!important}.pb-12xs{padding-bottom:var(--spacing-12xs)!important}.pl-12xs{padding-left:var(--spacing-12xs)!important}.pr-12xs{padding-right:var(--spacing-12xs)!important}.gap-12xs{gap:var(--spacing-12xs)!important}.gap-x-12xs{column-gap:var(--spacing-12xs)!important}.gap-y-12xs{row-gap:var(--spacing-12xs)!important}.m-6xs{margin:var(--spacing-6xs)!important}.mx-6xs{margin-left:var(--spacing-6xs)!important;margin-right:var(--spacing-6xs)!important}.my-6xs{margin-top:var(--spacing-6xs)!important;margin-bottom:var(--spacing-6xs)!important}.mt-6xs{margin-top:var(--spacing-6xs)!important}.mb-6xs{margin-bottom:var(--spacing-6xs)!important}.ml-6xs{margin-left:var(--spacing-6xs)!important}.mr-6xs{margin-right:var(--spacing-6xs)!important}.p-6xs{padding:var(--spacing-6xs)!important}.px-6xs{padding-left:var(--spacing-6xs)!important;padding-right:var(--spacing-6xs)!important}.py-6xs{padding-top:var(--spacing-6xs)!important;padding-bottom:var(--spacing-6xs)!important}.pt-6xs{padding-top:var(--spacing-6xs)!important}.pb-6xs{padding-bottom:var(--spacing-6xs)!important}.pl-6xs{padding-left:var(--spacing-6xs)!important}.pr-6xs{padding-right:var(--spacing-6xs)!important}.gap-6xs{gap:var(--spacing-6xs)!important}.gap-x-6xs{column-gap:var(--spacing-6xs)!important}.gap-y-6xs{row-gap:var(--spacing-6xs)!important}.m-5xs{margin:var(--spacing-5xs)!important}.mx-5xs{margin-left:var(--spacing-5xs)!important;margin-right:var(--spacing-5xs)!important}.my-5xs{margin-top:var(--spacing-5xs)!important;margin-bottom:var(--spacing-5xs)!important}.mt-5xs{margin-top:var(--spacing-5xs)!important}.mb-5xs{margin-bottom:var(--spacing-5xs)!important}.ml-5xs{margin-left:var(--spacing-5xs)!important}.mr-5xs{margin-right:var(--spacing-5xs)!important}.p-5xs{padding:var(--spacing-5xs)!important}.px-5xs{padding-left:var(--spacing-5xs)!important;padding-right:var(--spacing-5xs)!important}.py-5xs{padding-top:var(--spacing-5xs)!important;padding-bottom:var(--spacing-5xs)!important}.pt-5xs{padding-top:var(--spacing-5xs)!important}.pb-5xs{padding-bottom:var(--spacing-5xs)!important}.pl-5xs{padding-left:var(--spacing-5xs)!important}.pr-5xs{padding-right:var(--spacing-5xs)!important}.gap-5xs{gap:var(--spacing-5xs)!important}.gap-x-5xs{column-gap:var(--spacing-5xs)!important}.gap-y-5xs{row-gap:var(--spacing-5xs)!important}.m-3xs{margin:var(--spacing-3xs)!important}.mx-3xs{margin-left:var(--spacing-3xs)!important;margin-right:var(--spacing-3xs)!important}.my-3xs{margin-top:var(--spacing-3xs)!important;margin-bottom:var(--spacing-3xs)!important}.mt-3xs{margin-top:var(--spacing-3xs)!important}.mb-3xs{margin-bottom:var(--spacing-3xs)!important}.ml-3xs{margin-left:var(--spacing-3xs)!important}.mr-3xs{margin-right:var(--spacing-3xs)!important}.p-3xs{padding:var(--spacing-3xs)!important}.px-3xs{padding-left:var(--spacing-3xs)!important;padding-right:var(--spacing-3xs)!important}.py-3xs{padding-top:var(--spacing-3xs)!important;padding-bottom:var(--spacing-3xs)!important}.pt-3xs{padding-top:var(--spacing-3xs)!important}.pb-3xs{padding-bottom:var(--spacing-3xs)!important}.pl-3xs{padding-left:var(--spacing-3xs)!important}.pr-3xs{padding-right:var(--spacing-3xs)!important}.gap-3xs{gap:var(--spacing-3xs)!important}.gap-x-3xs{column-gap:var(--spacing-3xs)!important}.gap-y-3xs{row-gap:var(--spacing-3xs)!important}.m-2xl{margin:var(--spacing-2xl)!important}.mx-2xl{margin-left:var(--spacing-2xl)!important;margin-right:var(--spacing-2xl)!important}.my-2xl{margin-top:var(--spacing-2xl)!important;margin-bottom:var(--spacing-2xl)!important}.mt-2xl{margin-top:var(--spacing-2xl)!important}.mb-2xl{margin-bottom:var(--spacing-2xl)!important}.ml-2xl{margin-left:var(--spacing-2xl)!important}.mr-2xl{margin-right:var(--spacing-2xl)!important}.p-2xl{padding:var(--spacing-2xl)!important}.px-2xl{padding-left:var(--spacing-2xl)!important;padding-right:var(--spacing-2xl)!important}.py-2xl{padding-top:var(--spacing-2xl)!important;padding-bottom:var(--spacing-2xl)!important}.pt-2xl{padding-top:var(--spacing-2xl)!important}.pb-2xl{padding-bottom:var(--spacing-2xl)!important}.pl-2xl{padding-left:var(--spacing-2xl)!important}.pr-2xl{padding-right:var(--spacing-2xl)!important}.gap-2xl{gap:var(--spacing-2xl)!important}.gap-x-2xl{column-gap:var(--spacing-2xl)!important}.gap-y-2xl{row-gap:var(--spacing-2xl)!important}.m-2xs{margin:var(--spacing-2xs)!important}.mx-2xs{margin-left:var(--spacing-2xs)!important;margin-right:var(--spacing-2xs)!important}.my-2xs{margin-top:var(--spacing-2xs)!important;margin-bottom:var(--spacing-2xs)!important}.mt-2xs{margin-top:var(--spacing-2xs)!important}.mb-2xs{margin-bottom:var(--spacing-2xs)!important}.ml-2xs{margin-left:var(--spacing-2xs)!important}.mr-2xs{margin-right:var(--spacing-2xs)!important}.p-2xs{padding:var(--spacing-2xs)!important}.px-2xs{padding-left:var(--spacing-2xs)!important;padding-right:var(--spacing-2xs)!important}.py-2xs{padding-top:var(--spacing-2xs)!important;padding-bottom:var(--spacing-2xs)!important}.pt-2xs{padding-top:var(--spacing-2xs)!important}.pb-2xs{padding-bottom:var(--spacing-2xs)!important}.pl-2xs{padding-left:var(--spacing-2xs)!important}.pr-2xs{padding-right:var(--spacing-2xs)!important}.gap-2xs{gap:var(--spacing-2xs)!important}.gap-x-2xs{column-gap:var(--spacing-2xs)!important}.gap-y-2xs{row-gap:var(--spacing-2xs)!important}.m-1l{margin:var(--spacing-1l)!important}.mx-1l{margin-left:var(--spacing-1l)!important;margin-right:var(--spacing-1l)!important}.my-1l{margin-top:var(--spacing-1l)!important;margin-bottom:var(--spacing-1l)!important}.mt-1l{margin-top:var(--spacing-1l)!important}.mb-1l{margin-bottom:var(--spacing-1l)!important}.ml-1l{margin-left:var(--spacing-1l)!important}.mr-1l{margin-right:var(--spacing-1l)!important}.p-1l{padding:var(--spacing-1l)!important}.px-1l{padding-left:var(--spacing-1l)!important;padding-right:var(--spacing-1l)!important}.py-1l{padding-top:var(--spacing-1l)!important;padding-bottom:var(--spacing-1l)!important}.pt-1l{padding-top:var(--spacing-1l)!important}.pb-1l{padding-bottom:var(--spacing-1l)!important}.pl-1l{padding-left:var(--spacing-1l)!important}.pr-1l{padding-right:var(--spacing-1l)!important}.gap-1l{gap:var(--spacing-1l)!important}.gap-x-1l{column-gap:var(--spacing-1l)!important}.gap-y-1l{row-gap:var(--spacing-1l)!important}.m-1xs{margin:var(--spacing-1xs)!important}.mx-1xs{margin-left:var(--spacing-1xs)!important;margin-right:var(--spacing-1xs)!important}.my-1xs{margin-top:var(--spacing-1xs)!important;margin-bottom:var(--spacing-1xs)!important}.mt-1xs{margin-top:var(--spacing-1xs)!important}.mb-1xs{margin-bottom:var(--spacing-1xs)!important}.ml-1xs{margin-left:var(--spacing-1xs)!important}.mr-1xs{margin-right:var(--spacing-1xs)!important}.p-1xs{padding:var(--spacing-1xs)!important}.px-1xs{padding-left:var(--spacing-1xs)!important;padding-right:var(--spacing-1xs)!important}.py-1xs{padding-top:var(--spacing-1xs)!important;padding-bottom:var(--spacing-1xs)!important}.pt-1xs{padding-top:var(--spacing-1xs)!important}.pb-1xs{padding-bottom:var(--spacing-1xs)!important}.pl-1xs{padding-left:var(--spacing-1xs)!important}.pr-1xs{padding-right:var(--spacing-1xs)!important}.gap-1xs{gap:var(--spacing-1xs)!important}.gap-x-1xs{column-gap:var(--spacing-1xs)!important}.gap-y-1xs{row-gap:var(--spacing-1xs)!important}.m-xl{margin:var(--spacing-xl)!important}.mx-xl{margin-left:var(--spacing-xl)!important;margin-right:var(--spacing-xl)!important}.my-xl{margin-top:var(--spacing-xl)!important;margin-bottom:var(--spacing-xl)!important}.mt-xl{margin-top:var(--spacing-xl)!important}.mb-xl{margin-bottom:var(--spacing-xl)!important}.ml-xl{margin-left:var(--spacing-xl)!important}.mr-xl{margin-right:var(--spacing-xl)!important}.p-xl{padding:var(--spacing-xl)!important}.px-xl{padding-left:var(--spacing-xl)!important;padding-right:var(--spacing-xl)!important}.py-xl{padding-top:var(--spacing-xl)!important;padding-bottom:var(--spacing-xl)!important}.pt-xl{padding-top:var(--spacing-xl)!important}.pb-xl{padding-bottom:var(--spacing-xl)!important}.pl-xl{padding-left:var(--spacing-xl)!important}.pr-xl{padding-right:var(--spacing-xl)!important}.gap-xl{gap:var(--spacing-xl)!important}.gap-x-xl{column-gap:var(--spacing-xl)!important}.gap-y-xl{row-gap:var(--spacing-xl)!important}.m-l{margin:var(--spacing-l)!important}.mx-l{margin-left:var(--spacing-l)!important;margin-right:var(--spacing-l)!important}.my-l{margin-top:var(--spacing-l)!important;margin-bottom:var(--spacing-l)!important}.mt-l{margin-top:var(--spacing-l)!important}.mb-l{margin-bottom:var(--spacing-l)!important}.ml-l{margin-left:var(--spacing-l)!important}.mr-l{margin-right:var(--spacing-l)!important}.p-l{padding:var(--spacing-l)!important}.px-l{padding-left:var(--spacing-l)!important;padding-right:var(--spacing-l)!important}.py-l{padding-top:var(--spacing-l)!important;padding-bottom:var(--spacing-l)!important}.pt-l{padding-top:var(--spacing-l)!important}.pb-l{padding-bottom:var(--spacing-l)!important}.pl-l{padding-left:var(--spacing-l)!important}.pr-l{padding-right:var(--spacing-l)!important}.gap-l{gap:var(--spacing-l)!important}.gap-x-l{column-gap:var(--spacing-l)!important}.gap-y-l{row-gap:var(--spacing-l)!important}.m-m{margin:var(--spacing-m)!important}.mx-m{margin-left:var(--spacing-m)!important;margin-right:var(--spacing-m)!important}.my-m{margin-top:var(--spacing-m)!important;margin-bottom:var(--spacing-m)!important}.mt-m{margin-top:var(--spacing-m)!important}.mb-m{margin-bottom:var(--spacing-m)!important}.ml-m{margin-left:var(--spacing-m)!important}.mr-m{margin-right:var(--spacing-m)!important}.p-m{padding:var(--spacing-m)!important}.px-m{padding-left:var(--spacing-m)!important;padding-right:var(--spacing-m)!important}.py-m{padding-top:var(--spacing-m)!important;padding-bottom:var(--spacing-m)!important}.pt-m{padding-top:var(--spacing-m)!important}.pb-m{padding-bottom:var(--spacing-m)!important}.pl-m{padding-left:var(--spacing-m)!important}.pr-m{padding-right:var(--spacing-m)!important}.gap-m{gap:var(--spacing-m)!important}.gap-x-m{column-gap:var(--spacing-m)!important}.gap-y-m{row-gap:var(--spacing-m)!important}.m-0{margin:var(--spacing-0)!important}.mx-0{margin-left:var(--spacing-0)!important;margin-right:var(--spacing-0)!important}.my-0{margin-top:var(--spacing-0)!important;margin-bottom:var(--spacing-0)!important}.mt-0{margin-top:var(--spacing-0)!important}.mb-0{margin-bottom:var(--spacing-0)!important}.ml-0{margin-left:var(--spacing-0)!important}.mr-0{margin-right:var(--spacing-0)!important}.p-0{padding:var(--spacing-0)!important}.px-0{padding-left:var(--spacing-0)!important;padding-right:var(--spacing-0)!important}.py-0{padding-top:var(--spacing-0)!important;padding-bottom:var(--spacing-0)!important}.pt-0{padding-top:var(--spacing-0)!important}.pb-0{padding-bottom:var(--spacing-0)!important}.pl-0{padding-left:var(--spacing-0)!important}.pr-0{padding-right:var(--spacing-0)!important}.gap-0{gap:var(--spacing-0)!important}.gap-x-0{column-gap:var(--spacing-0)!important}.gap-y-0{row-gap:var(--spacing-0)!important}.m-auto{margin:var(--spacing-auto)!important}.mx-auto{margin-left:var(--spacing-auto)!important;margin-right:var(--spacing-auto)!important}.my-auto{margin-top:var(--spacing-auto)!important;margin-bottom:var(--spacing-auto)!important}.mt-auto{margin-top:var(--spacing-auto)!important}.mb-auto{margin-bottom:var(--spacing-auto)!important}.ml-auto{margin-left:var(--spacing-auto)!important}.mr-auto{margin-right:var(--spacing-auto)!important}.gap-auto{gap:var(--spacing-auto)!important}.gap-x-auto{column-gap:var(--spacing-auto)!important}.gap-y-auto{row-gap:var(--spacing-auto)!important}.w-0{width:var(--size-0)!important}.h-0{height:var(--size-0)!important}.min-w-0{min-width:var(--size-0)!important}.min-h-0{min-height:var(--size-0)!important}.max-w-0{max-width:var(--size-0)!important}.max-h-0{max-height:var(--size-0)!important}.w-full{width:var(--size-full)!important}.h-full{height:var(--size-full)!important}.min-w-full{min-width:var(--size-full)!important}.min-h-full{min-height:var(--size-full)!important}.max-w-full{max-width:var(--size-full)!important}.max-h-full{max-height:var(--size-full)!important}.w-auto{width:var(--size-auto)!important}.h-auto{height:var(--size-auto)!important}.min-w-auto{min-width:var(--size-auto)!important}.min-h-auto{min-height:var(--size-auto)!important}.max-w-auto{max-width:var(--size-auto)!important}.max-h-auto{max-height:var(--size-auto)!important}.icon-account{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m5.8 8.2c0.9 0.8 2 1.3 3.2 1.3 1.2 0 2.3-0.5 3.2-1.3 0.8-0.9 1.3-2 1.3-3.2 0-1.2-0.5-2.3-1.3-3.2-0.9-0.8-2-1.3-3.2-1.3-1.2 0-2.3 0.5-3.2 1.3-0.8 0.9-1.3 2-1.3 3.2 0 1.2 0.5 2.3 1.3 3.2zm-4.9 11.3q0.1 0.2 0.3 0.3c2.4 1.1 5 1.7 7.8 1.7 2.7 0 5.4-0.6 7.8-1.7q0.2-0.1 0.3-0.3 0.2-0.2 0.1-0.4c0-2.2-0.9-4.2-2.4-5.7-1.6-1.6-3.6-2.4-5.8-2.4-2.2 0-4.2 0.8-5.8 2.4-1.5 1.5-2.4 3.5-2.4 5.7q-0.1 0.2 0.1 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m5.8 8.2c0.9 0.8 2 1.3 3.2 1.3 1.2 0 2.3-0.5 3.2-1.3 0.8-0.9 1.3-2 1.3-3.2 0-1.2-0.5-2.3-1.3-3.2-0.9-0.8-2-1.3-3.2-1.3-1.2 0-2.3 0.5-3.2 1.3-0.8 0.9-1.3 2-1.3 3.2 0 1.2 0.5 2.3 1.3 3.2zm-4.9 11.3q0.1 0.2 0.3 0.3c2.4 1.1 5 1.7 7.8 1.7 2.7 0 5.4-0.6 7.8-1.7q0.2-0.1 0.3-0.3 0.2-0.2 0.1-0.4c0-2.2-0.9-4.2-2.4-5.7-1.6-1.6-3.6-2.4-5.8-2.4-2.2 0-4.2 0.8-5.8 2.4-1.5 1.5-2.4 3.5-2.4 5.7q-0.1 0.2 0.1 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-add-circle{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m11 21.5q-2.2 0-4.1-0.8-1.9-0.9-3.3-2.3-1.4-1.4-2.3-3.3-0.8-1.9-0.8-4.1 0-2.2 0.8-4.1 0.9-1.9 2.3-3.3 1.4-1.4 3.3-2.3 1.9-0.8 4.1-0.8 2.2 0 4.1 0.8 1.9 0.9 3.3 2.3 1.4 1.4 2.3 3.3 0.8 1.9 0.8 4.1 0 2.2-0.8 4.1-0.9 1.9-2.3 3.3-1.4 1.4-3.3 2.3-1.9 0.8-4.1 0.8zm-1.1-9.4v2.9q0 0.5 0.3 0.8 0.3 0.3 0.8 0.3 0.5 0 0.8-0.3 0.3-0.3 0.3-0.8v-2.9h2.9q0.5 0 0.8-0.3 0.3-0.3 0.3-0.8 0-0.5-0.3-0.8-0.3-0.3-0.8-0.3h-2.9v-2.9q0-0.5-0.3-0.8-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.3 0.3-0.3 0.8v2.9h-2.9q-0.5 0-0.8 0.3-0.3 0.3-0.3 0.8 0 0.5 0.3 0.8 0.3 0.3 0.8 0.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m11 21.5q-2.2 0-4.1-0.8-1.9-0.9-3.3-2.3-1.4-1.4-2.3-3.3-0.8-1.9-0.8-4.1 0-2.2 0.8-4.1 0.9-1.9 2.3-3.3 1.4-1.4 3.3-2.3 1.9-0.8 4.1-0.8 2.2 0 4.1 0.8 1.9 0.9 3.3 2.3 1.4 1.4 2.3 3.3 0.8 1.9 0.8 4.1 0 2.2-0.8 4.1-0.9 1.9-2.3 3.3-1.4 1.4-3.3 2.3-1.9 0.8-4.1 0.8zm-1.1-9.4v2.9q0 0.5 0.3 0.8 0.3 0.3 0.8 0.3 0.5 0 0.8-0.3 0.3-0.3 0.3-0.8v-2.9h2.9q0.5 0 0.8-0.3 0.3-0.3 0.3-0.8 0-0.5-0.3-0.8-0.3-0.3-0.8-0.3h-2.9v-2.9q0-0.5-0.3-0.8-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.3 0.3-0.3 0.8v2.9h-2.9q-0.5 0-0.8 0.3-0.3 0.3-0.3 0.8 0 0.5 0.3 0.8 0.3 0.3 0.8 0.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-add{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path d="m6.7 9.3h-4.9q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h4.9v-4.9q0-0.5 0.4-0.9 0.3-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.4 0.4 0.9v4.9h4.9q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4h-4.9v4.9q0 0.5-0.4 0.9-0.3 0.4-0.9 0.4-0.6 0-0.9-0.4-0.4-0.4-0.4-0.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"><path d="m6.7 9.3h-4.9q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h4.9v-4.9q0-0.5 0.4-0.9 0.3-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.4 0.4 0.9v4.9h4.9q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4h-4.9v4.9q0 0.5-0.4 0.9-0.3 0.4-0.9 0.4-0.6 0-0.9-0.4-0.4-0.4-0.4-0.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-administration{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m3.6 15.9v-4.5q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.8 0.3 0.4 0.4 0.4 0.9v4.5q0 0.6-0.4 0.9-0.3 0.4-0.8 0.4-0.5 0-0.9-0.4-0.3-0.4-0.3-0.9zm6.2 0v-4.5q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v4.5q0 0.6-0.3 0.9-0.4 0.4-0.9 0.4-0.5 0-0.9-0.4-0.3-0.3-0.3-0.9zm-8 5.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h18.4q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-0.9 0.4zm14.1-5.5v-4.5q0-0.5 0.4-0.9 0.3-0.3 0.8-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v4.5q0 0.6-0.3 0.9-0.4 0.4-0.9 0.4-0.5 0-0.8-0.4-0.4-0.4-0.4-0.9zm4.1-7.3h-18.3q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9v-0.7q0-0.4 0.2-0.7 0.2-0.3 0.5-0.4l8.6-4.3q0.6-0.3 1.2-0.3 0.6 0 1.2 0.3l8.5 4.2q0.4 0.2 0.6 0.5 0.2 0.4 0.2 0.8v0.5q0 0.6-0.4 1-0.4 0.4-1 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m3.6 15.9v-4.5q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.8 0.3 0.4 0.4 0.4 0.9v4.5q0 0.6-0.4 0.9-0.3 0.4-0.8 0.4-0.5 0-0.9-0.4-0.3-0.4-0.3-0.9zm6.2 0v-4.5q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v4.5q0 0.6-0.3 0.9-0.4 0.4-0.9 0.4-0.5 0-0.9-0.4-0.3-0.3-0.3-0.9zm-8 5.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h18.4q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-0.9 0.4zm14.1-5.5v-4.5q0-0.5 0.4-0.9 0.3-0.3 0.8-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v4.5q0 0.6-0.3 0.9-0.4 0.4-0.9 0.4-0.5 0-0.8-0.4-0.4-0.4-0.4-0.9zm4.1-7.3h-18.3q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9v-0.7q0-0.4 0.2-0.7 0.2-0.3 0.5-0.4l8.6-4.3q0.6-0.3 1.2-0.3 0.6 0 1.2 0.3l8.5 4.2q0.4 0.2 0.6 0.5 0.2 0.4 0.2 0.8v0.5q0 0.6-0.4 1-0.4 0.4-1 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-apartment{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m3 19.6q-1.1 0-1.9-0.7-0.8-0.8-0.8-1.9v-10q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h1.3v-1.3q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h6q1.1 0 1.9 0.8 0.7 0.8 0.7 1.9v5.3h1.4q1.1 0 1.9 0.8 0.7 0.8 0.7 1.9v6q0 1.1-0.7 1.9-0.8 0.7-1.9 0.7h-6v-4.6h-2v4.6zm0-2.6h2v-2h-2zm0-4h2v-2h-2zm0-4h2v-2h-2zm4 4h2v-2h-2zm0-4h2v-2h-2zm0-4h2v-2h-2zm4 8h2v-2h-2zm0-4h2v-2h-2zm0-4h2v-2h-2zm4 12h2v-2h-2zm0-4h2v-2h-2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m3 19.6q-1.1 0-1.9-0.7-0.8-0.8-0.8-1.9v-10q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h1.3v-1.3q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h6q1.1 0 1.9 0.8 0.7 0.8 0.7 1.9v5.3h1.4q1.1 0 1.9 0.8 0.7 0.8 0.7 1.9v6q0 1.1-0.7 1.9-0.8 0.7-1.9 0.7h-6v-4.6h-2v4.6zm0-2.6h2v-2h-2zm0-4h2v-2h-2zm0-4h2v-2h-2zm4 4h2v-2h-2zm0-4h2v-2h-2zm0-4h2v-2h-2zm4 8h2v-2h-2zm0-4h2v-2h-2zm0-4h2v-2h-2zm4 12h2v-2h-2zm0-4h2v-2h-2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-archive{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m3.2 19.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-11.8q0-0.4 0.2-0.9 0.1-0.4 0.4-0.8l1.7-1.9q0.4-0.4 0.9-0.7 0.5-0.2 1-0.2h10.6q0.5 0 1 0.2 0.5 0.3 0.9 0.7l1.7 1.9q0.3 0.4 0.4 0.8 0.2 0.5 0.2 0.9v11.8q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm0.8-15.3h12.2l-0.9-1h-10.5zm6.1 3.9q-0.5 0-0.8 0.3-0.4 0.4-0.4 0.9v2.3l-0.5-0.5q-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.4 0.4-0.4 0.9 0 0.5 0.4 0.8l2.4 2.4q0.4 0.4 0.9 0.4 0.5 0 0.9-0.4l2.5-2.4q0.3-0.4 0.3-0.9 0-0.5-0.4-0.8-0.3-0.3-0.8-0.3-0.4 0-0.8 0.3l-0.5 0.5v-2.3q0-0.5-0.3-0.9-0.4-0.3-0.9-0.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m3.2 19.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-11.8q0-0.4 0.2-0.9 0.1-0.4 0.4-0.8l1.7-1.9q0.4-0.4 0.9-0.7 0.5-0.2 1-0.2h10.6q0.5 0 1 0.2 0.5 0.3 0.9 0.7l1.7 1.9q0.3 0.4 0.4 0.8 0.2 0.5 0.2 0.9v11.8q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm0.8-15.3h12.2l-0.9-1h-10.5zm6.1 3.9q-0.5 0-0.8 0.3-0.4 0.4-0.4 0.9v2.3l-0.5-0.5q-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.4 0.4-0.4 0.9 0 0.5 0.4 0.8l2.4 2.4q0.4 0.4 0.9 0.4 0.5 0 0.9-0.4l2.5-2.4q0.3-0.4 0.3-0.9 0-0.5-0.4-0.8-0.3-0.3-0.8-0.3-0.4 0-0.8 0.3l-0.5 0.5v-2.3q0-0.5-0.3-0.9-0.4-0.3-0.9-0.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-arrow-circle-left{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor"><path d="m16 31.7q-3.3 0-6.1-1.2-2.9-1.3-5-3.4-2.1-2.1-3.4-5-1.2-2.8-1.2-6.1 0-3.3 1.2-6.1 1.3-2.9 3.4-5 2.1-2.1 5-3.4 2.8-1.2 6.1-1.2 3.3 0 6.1 1.2 2.9 1.3 5 3.4 2.1 2.1 3.4 5 1.2 2.8 1.2 6.1 0 3.3-1.2 6.1-1.3 2.9-3.4 5-2.1 2.1-5 3.4-2.8 1.2-6.1 1.2zm0.7-13.7h4q0.8 0 1.4-0.6 0.6-0.6 0.6-1.4 0-0.8-0.6-1.4-0.6-0.6-1.4-0.6h-4l0.9-0.8q0.5-0.6 0.5-1.4 0-0.8-0.5-1.4-0.6-0.6-1.4-0.6-0.9 0-1.4 0.6l-4.2 4.2q-0.6 0.6-0.6 1.4 0 0.8 0.6 1.4l4.2 4.2q0.5 0.6 1.4 0.6 0.8 0 1.4-0.6 0.5-0.6 0.5-1.4 0-0.8-0.5-1.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor"><path d="m16 31.7q-3.3 0-6.1-1.2-2.9-1.3-5-3.4-2.1-2.1-3.4-5-1.2-2.8-1.2-6.1 0-3.3 1.2-6.1 1.3-2.9 3.4-5 2.1-2.1 5-3.4 2.8-1.2 6.1-1.2 3.3 0 6.1 1.2 2.9 1.3 5 3.4 2.1 2.1 3.4 5 1.2 2.8 1.2 6.1 0 3.3-1.2 6.1-1.3 2.9-3.4 5-2.1 2.1-5 3.4-2.8 1.2-6.1 1.2zm0.7-13.7h4q0.8 0 1.4-0.6 0.6-0.6 0.6-1.4 0-0.8-0.6-1.4-0.6-0.6-1.4-0.6h-4l0.9-0.8q0.5-0.6 0.5-1.4 0-0.8-0.5-1.4-0.6-0.6-1.4-0.6-0.9 0-1.4 0.6l-4.2 4.2q-0.6 0.6-0.6 1.4 0 0.8 0.6 1.4l4.2 4.2q0.5 0.6 1.4 0.6 0.8 0 1.4-0.6 0.5-0.6 0.5-1.4 0-0.8-0.5-1.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-arrow-circle-right{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m11 21.5q-2.2 0-4.1-0.8-1.9-0.9-3.3-2.3-1.4-1.4-2.3-3.3-0.8-1.9-0.8-4.1 0-2.2 0.8-4.1 0.9-1.9 2.3-3.3 1.4-1.4 3.3-2.3 1.9-0.8 4.1-0.8 2.2 0 4.1 0.8 1.9 0.9 3.3 2.3 1.4 1.4 2.3 3.3 0.8 1.9 0.8 4.1 0 2.2-0.8 4.1-0.9 1.9-2.3 3.3-1.4 1.4-3.3 2.3-1.9 0.8-4.1 0.8zm-0.5-9.2l-0.5 0.6q-0.4 0.4-0.4 0.9 0 0.5 0.4 0.9 0.3 0.4 0.9 0.4 0.5 0 0.9-0.4l2.8-2.8q0.4-0.4 0.4-0.9 0-0.5-0.4-0.9l-2.8-2.9q-0.4-0.3-0.9-0.3-0.6 0-0.9 0.4-0.4 0.3-0.4 0.9 0 0.5 0.4 0.9l0.5 0.6h-2.6q-0.6 0-1 0.4-0.3 0.3-0.3 0.9 0 0.6 0.3 0.9 0.4 0.4 1 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m11 21.5q-2.2 0-4.1-0.8-1.9-0.9-3.3-2.3-1.4-1.4-2.3-3.3-0.8-1.9-0.8-4.1 0-2.2 0.8-4.1 0.9-1.9 2.3-3.3 1.4-1.4 3.3-2.3 1.9-0.8 4.1-0.8 2.2 0 4.1 0.8 1.9 0.9 3.3 2.3 1.4 1.4 2.3 3.3 0.8 1.9 0.8 4.1 0 2.2-0.8 4.1-0.9 1.9-2.3 3.3-1.4 1.4-3.3 2.3-1.9 0.8-4.1 0.8zm-0.5-9.2l-0.5 0.6q-0.4 0.4-0.4 0.9 0 0.5 0.4 0.9 0.3 0.4 0.9 0.4 0.5 0 0.9-0.4l2.8-2.8q0.4-0.4 0.4-0.9 0-0.5-0.4-0.9l-2.8-2.9q-0.4-0.3-0.9-0.3-0.6 0-0.9 0.4-0.4 0.3-0.4 0.9 0 0.5 0.4 0.9l0.5 0.6h-2.6q-0.6 0-1 0.4-0.3 0.3-0.3 0.9 0 0.6 0.3 0.9 0.4 0.4 1 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-attachment{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 21" fill="currentColor"><path d="m13.7 14.4q0 2.8-2 4.7-2 1.9-4.8 1.9-2.8 0-4.8-1.9-2.1-1.9-2.1-4.7v-9.6q0-2 1.5-3.4 1.5-1.4 3.5-1.4 2.1 0 3.6 1.4 1.4 1.4 1.4 3.4v9.1q0 1.3-0.9 2.1-0.9 0.9-2.2 0.9-1.3 0-2.2-0.9-0.9-0.8-0.9-2.1v-8q0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.4 0.4 0.9v8q0 0.2 0.2 0.4 0.1 0.1 0.4 0.1 0.2 0 0.4-0.1 0.2-0.2 0.2-0.4v-9.1q0-0.9-0.7-1.6-0.7-0.7-1.8-0.7-1 0-1.7 0.7-0.7 0.6-0.7 1.6v9.6q-0.1 1.7 1.2 2.9 1.3 1.2 3.1 1.2 1.8 0 3-1.2 1.3-1.2 1.3-2.9v-9.1q0-0.5 0.4-0.8 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.3 0.3 0.3 0.8z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 21" fill="currentColor"><path d="m13.7 14.4q0 2.8-2 4.7-2 1.9-4.8 1.9-2.8 0-4.8-1.9-2.1-1.9-2.1-4.7v-9.6q0-2 1.5-3.4 1.5-1.4 3.5-1.4 2.1 0 3.6 1.4 1.4 1.4 1.4 3.4v9.1q0 1.3-0.9 2.1-0.9 0.9-2.2 0.9-1.3 0-2.2-0.9-0.9-0.8-0.9-2.1v-8q0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.4 0.4 0.9v8q0 0.2 0.2 0.4 0.1 0.1 0.4 0.1 0.2 0 0.4-0.1 0.2-0.2 0.2-0.4v-9.1q0-0.9-0.7-1.6-0.7-0.7-1.8-0.7-1 0-1.7 0.7-0.7 0.6-0.7 1.6v9.6q-0.1 1.7 1.2 2.9 1.3 1.2 3.1 1.2 1.8 0 3-1.2 1.3-1.2 1.3-2.9v-9.1q0-0.5 0.4-0.8 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.3 0.3 0.3 0.8z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-bakery{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 14" fill="currentColor"><path d="m20.1 13.7l-2.7-0.7 2.1-5.6 2.3 3.9q0.5 0.8-0.1 1.8-0.7 0.9-1.6 0.6zm-6.5-0.7l1.2-10q0.1-0.4 0.4-0.5 0.3-0.2 0.8 0l2.4 0.9q0.4 0.2 0.5 0.5 0.2 0.4 0 0.7l-3.1 8.4zm-7.4 0l-3.1-8.4q-0.1-0.4 0-0.7 0.2-0.3 0.6-0.5l2.4-0.9q0.4-0.2 0.8 0 0.3 0.1 0.4 0.5l1.1 10zm-4.4 0.7q-0.9 0.3-1.5-0.6-0.5-1 0-1.8l2.3-3.9 2.1 5.6zm8.1-0.8l-1.3-11.4q-0.1-0.4 0.2-0.7 0.3-0.3 0.7-0.3h3q0.4 0 0.7 0.3 0.3 0.3 0.2 0.7l-1.3 11.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 14" fill="currentColor"><path d="m20.1 13.7l-2.7-0.7 2.1-5.6 2.3 3.9q0.5 0.8-0.1 1.8-0.7 0.9-1.6 0.6zm-6.5-0.7l1.2-10q0.1-0.4 0.4-0.5 0.3-0.2 0.8 0l2.4 0.9q0.4 0.2 0.5 0.5 0.2 0.4 0 0.7l-3.1 8.4zm-7.4 0l-3.1-8.4q-0.1-0.4 0-0.7 0.2-0.3 0.6-0.5l2.4-0.9q0.4-0.2 0.8 0 0.3 0.1 0.4 0.5l1.1 10zm-4.4 0.7q-0.9 0.3-1.5-0.6-0.5-1 0-1.8l2.3-3.9 2.1 5.6zm8.1-0.8l-1.3-11.4q-0.1-0.4 0.2-0.7 0.3-0.3 0.7-0.3h3q0.4 0 0.7 0.3 0.3 0.3 0.2 0.7l-1.3 11.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-balance{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 639 512" fill="currentColor"><path d="m384 32h128c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-113.6c-5.2 25.8-22.9 47.1-46.4 57.3v294.7h160c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-384c-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32h160v-294.7c-23.5-10.3-41.2-31.6-46.4-57.3h-113.6c-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32h128c14.6-19.4 37.8-32 64-32 26.2 0 49.4 12.6 64 32zm128 384c-62.9 0-115.2-34-126-78.9-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8 9.9 0 19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1-10.8 44.8-63.1 78.9-126 78.9zm-72.4-96h144.8l-72.4-124.2zm-438.7 17.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8 9.9 0 19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1-10.8 44.8-63.1 78.9-126 78.9-62.9 0-115.2-34-126-78.9zm125.9-141.3l-72.4 124.2h144.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 639 512" fill="currentColor"><path d="m384 32h128c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-113.6c-5.2 25.8-22.9 47.1-46.4 57.3v294.7h160c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-384c-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32h160v-294.7c-23.5-10.3-41.2-31.6-46.4-57.3h-113.6c-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32h128c14.6-19.4 37.8-32 64-32 26.2 0 49.4 12.6 64 32zm128 384c-62.9 0-115.2-34-126-78.9-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8 9.9 0 19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1-10.8 44.8-63.1 78.9-126 78.9zm-72.4-96h144.8l-72.4-124.2zm-438.7 17.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8 9.9 0 19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1-10.8 44.8-63.1 78.9-126 78.9-62.9 0-115.2-34-126-78.9zm125.9-141.3l-72.4 124.2h144.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-block{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m11 21.5q-2.2 0-4.1-0.8-1.9-0.9-3.3-2.3-1.4-1.4-2.3-3.3-0.8-2-0.8-4.1 0-2.2 0.8-4.1 0.9-1.9 2.3-3.3 1.4-1.4 3.3-2.3 1.9-0.8 4.1-0.8 2.2 0 4.1 0.8 1.9 0.9 3.3 2.3 1.4 1.4 2.3 3.3 0.8 1.9 0.8 4.1 0 2.1-0.8 4.1-0.9 1.9-2.3 3.3-1.4 1.4-3.3 2.3-1.9 0.8-4.1 0.8zm0-2.7q1.2 0 2.4-0.3 1.2-0.4 2.1-1.2l-10.9-10.8q-0.7 0.9-1.1 2.1-0.3 1.1-0.3 2.4 0 3.3 2.3 5.5 2.2 2.3 5.5 2.3zm6.4-3.3q0.7-1 1.1-2.2 0.3-1.1 0.3-2.3 0-3.3-2.3-5.6-2.2-2.2-5.5-2.2-1.2 0-2.4 0.3-1.1 0.4-2.1 1.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m11 21.5q-2.2 0-4.1-0.8-1.9-0.9-3.3-2.3-1.4-1.4-2.3-3.3-0.8-2-0.8-4.1 0-2.2 0.8-4.1 0.9-1.9 2.3-3.3 1.4-1.4 3.3-2.3 1.9-0.8 4.1-0.8 2.2 0 4.1 0.8 1.9 0.9 3.3 2.3 1.4 1.4 2.3 3.3 0.8 1.9 0.8 4.1 0 2.1-0.8 4.1-0.9 1.9-2.3 3.3-1.4 1.4-3.3 2.3-1.9 0.8-4.1 0.8zm0-2.7q1.2 0 2.4-0.3 1.2-0.4 2.1-1.2l-10.9-10.8q-0.7 0.9-1.1 2.1-0.3 1.1-0.3 2.4 0 3.3 2.3 5.5 2.2 2.3 5.5 2.3zm6.4-3.3q0.7-1 1.1-2.2 0.3-1.1 0.3-2.3 0-3.3-2.3-5.6-2.2-2.2-5.5-2.2-1.2 0-2.4 0.3-1.1 0.4-2.1 1.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-bolt{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 544" fill="currentColor"><path d="m338.8 6.1c11.9 8.6 16.3 24.2 10.9 37.8l-78.4 196.1h144.7c13.5 0 25.5 8.4 30.1 21.1 4.6 12.7 0.7 26.9-9.6 35.5l-288 240c-11.3 9.4-27.4 9.9-39.3 1.3-11.9-8.6-16.3-24.2-10.9-37.8l78.4-196.1h-144.7c-13.5 0-25.5-8.4-30.1-21.1-4.6-12.7-0.7-26.9 9.6-35.5l288-240c11.3-9.4 27.4-9.9 39.3-1.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 544" fill="currentColor"><path d="m338.8 6.1c11.9 8.6 16.3 24.2 10.9 37.8l-78.4 196.1h144.7c13.5 0 25.5 8.4 30.1 21.1 4.6 12.7 0.7 26.9-9.6 35.5l-288 240c-11.3 9.4-27.4 9.9-39.3 1.3-11.9-8.6-16.3-24.2-10.9-37.8l78.4-196.1h-144.7c-13.5 0-25.5-8.4-30.1-21.1-4.6-12.7-0.7-26.9 9.6-35.5l288-240c11.3-9.4 27.4-9.9 39.3-1.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-book{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 17" fill="currentColor"><path d="m12 16.5q-0.3 0-0.7-0.1-0.3-0.1-0.6-0.3-1-0.5-2-0.8-1.1-0.4-2.2-0.4-1 0-2 0.3-0.9 0.3-1.8 0.8-0.8 0.4-1.4-0.1-0.7-0.4-0.7-1.1v-12.1q0-0.5 0.2-0.9 0.2-0.4 0.6-0.6 1.2-0.5 2.5-0.8 1.2-0.3 2.6-0.3 1.4 0 2.8 0.4 1.4 0.3 2.7 1.1 1.3-0.8 2.7-1.1 1.4-0.4 2.8-0.4 1.4 0 2.6 0.3 1.3 0.3 2.5 0.8 0.4 0.2 0.6 0.6 0.2 0.4 0.2 0.9v12.3q0 0.7-0.6 1-0.7 0.4-1.5 0-0.9-0.5-1.8-0.8-1-0.3-2-0.3-1.1 0-2.1 0.4-1 0.3-2 0.8-0.3 0.2-0.6 0.3-0.4 0.1-0.8 0.1zm1-2.9q1.1-0.6 2.2-0.8 1.1-0.3 2.3-0.3 0.9 0 1.8 0.2 0.8 0.1 1.7 0.4v-9.9q-0.8-0.3-1.7-0.5-0.9-0.2-1.8-0.2-1.2 0-2.3 0.3-1.2 0.3-2.2 0.9zm1-8.3q0-0.2 0.1-0.4 0.2-0.2 0.4-0.3 0.7-0.3 1.5-0.4 0.7-0.1 1.5-0.1 0.5 0 1 0 0.5 0.1 0.9 0.2 0.3 0.1 0.4 0.3 0.2 0.2 0.2 0.4 0 0.4-0.3 0.6-0.3 0.2-0.7 0.1-0.3-0.1-0.7-0.1-0.4 0-0.8 0-0.6 0-1.3 0.1-0.6 0.1-1.1 0.3-0.5 0.2-0.8 0-0.3-0.2-0.3-0.7zm0 5.5q0-0.2 0.1-0.4 0.2-0.2 0.4-0.3 0.7-0.3 1.5-0.4 0.7-0.1 1.5-0.1 0.5 0 1 0 0.5 0.1 0.9 0.2 0.3 0.1 0.4 0.3 0.2 0.2 0.2 0.4 0 0.4-0.3 0.6-0.3 0.2-0.7 0.1-0.3-0.1-0.7-0.1-0.4 0-0.8 0-0.6 0-1.3 0.1-0.6 0.1-1.1 0.3-0.5 0.2-0.8 0-0.3-0.2-0.3-0.7zm0-2.7q0-0.2 0.1-0.5 0.2-0.2 0.4-0.3 0.7-0.2 1.5-0.3 0.7-0.2 1.5-0.2 0.5 0 1 0.1 0.5 0 0.9 0.2 0.3 0 0.4 0.2 0.2 0.2 0.2 0.5 0 0.4-0.3 0.6-0.3 0.2-0.7 0.1-0.3-0.1-0.7-0.1-0.4-0.1-0.8-0.1-0.6 0-1.3 0.1-0.6 0.2-1.1 0.4-0.5 0.1-0.8-0.1-0.3-0.2-0.3-0.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 17" fill="currentColor"><path d="m12 16.5q-0.3 0-0.7-0.1-0.3-0.1-0.6-0.3-1-0.5-2-0.8-1.1-0.4-2.2-0.4-1 0-2 0.3-0.9 0.3-1.8 0.8-0.8 0.4-1.4-0.1-0.7-0.4-0.7-1.1v-12.1q0-0.5 0.2-0.9 0.2-0.4 0.6-0.6 1.2-0.5 2.5-0.8 1.2-0.3 2.6-0.3 1.4 0 2.8 0.4 1.4 0.3 2.7 1.1 1.3-0.8 2.7-1.1 1.4-0.4 2.8-0.4 1.4 0 2.6 0.3 1.3 0.3 2.5 0.8 0.4 0.2 0.6 0.6 0.2 0.4 0.2 0.9v12.3q0 0.7-0.6 1-0.7 0.4-1.5 0-0.9-0.5-1.8-0.8-1-0.3-2-0.3-1.1 0-2.1 0.4-1 0.3-2 0.8-0.3 0.2-0.6 0.3-0.4 0.1-0.8 0.1zm1-2.9q1.1-0.6 2.2-0.8 1.1-0.3 2.3-0.3 0.9 0 1.8 0.2 0.8 0.1 1.7 0.4v-9.9q-0.8-0.3-1.7-0.5-0.9-0.2-1.8-0.2-1.2 0-2.3 0.3-1.2 0.3-2.2 0.9zm1-8.3q0-0.2 0.1-0.4 0.2-0.2 0.4-0.3 0.7-0.3 1.5-0.4 0.7-0.1 1.5-0.1 0.5 0 1 0 0.5 0.1 0.9 0.2 0.3 0.1 0.4 0.3 0.2 0.2 0.2 0.4 0 0.4-0.3 0.6-0.3 0.2-0.7 0.1-0.3-0.1-0.7-0.1-0.4 0-0.8 0-0.6 0-1.3 0.1-0.6 0.1-1.1 0.3-0.5 0.2-0.8 0-0.3-0.2-0.3-0.7zm0 5.5q0-0.2 0.1-0.4 0.2-0.2 0.4-0.3 0.7-0.3 1.5-0.4 0.7-0.1 1.5-0.1 0.5 0 1 0 0.5 0.1 0.9 0.2 0.3 0.1 0.4 0.3 0.2 0.2 0.2 0.4 0 0.4-0.3 0.6-0.3 0.2-0.7 0.1-0.3-0.1-0.7-0.1-0.4 0-0.8 0-0.6 0-1.3 0.1-0.6 0.1-1.1 0.3-0.5 0.2-0.8 0-0.3-0.2-0.3-0.7zm0-2.7q0-0.2 0.1-0.5 0.2-0.2 0.4-0.3 0.7-0.2 1.5-0.3 0.7-0.2 1.5-0.2 0.5 0 1 0.1 0.5 0 0.9 0.2 0.3 0 0.4 0.2 0.2 0.2 0.2 0.5 0 0.4-0.3 0.6-0.3 0.2-0.7 0.1-0.3-0.1-0.7-0.1-0.4-0.1-0.8-0.1-0.6 0-1.3 0.1-0.6 0.2-1.1 0.4-0.5 0.1-0.8-0.1-0.3-0.2-0.3-0.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-box{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 596 523" fill="currentColor"><path d="m539.3 241.2c10.4 11.8 28.3 14.4 41.8 5.5 14.7-9.8 18.7-29.7 8.9-44.4l-48-72c-2.8-4.2-6.6-7.7-11.1-10.2l-200.5-111.4c-19.3-10.7-42.8-10.7-62.2 0l-200.4 111.3c-5.4 3-9.7 7.4-12.6 12.8l-48.5 89.9c-12.6 23.4-3.8 52.5 19.6 65.1l33 17.7v53.3c0 23 12.4 44.3 32.4 55.7l176 99.7c19.6 11.1 43.5 11.1 63.1 0l176-99.7c20.1-11.4 32.4-32.6 32.4-55.7v-117.5zm-240-9.8l-150.1-83.4 150.1-83.4 150.1 83.4zm-41.5 50.2l-21.3 46.2-165.8-88.8 25.4-47.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 596 523" fill="currentColor"><path d="m539.3 241.2c10.4 11.8 28.3 14.4 41.8 5.5 14.7-9.8 18.7-29.7 8.9-44.4l-48-72c-2.8-4.2-6.6-7.7-11.1-10.2l-200.5-111.4c-19.3-10.7-42.8-10.7-62.2 0l-200.4 111.3c-5.4 3-9.7 7.4-12.6 12.8l-48.5 89.9c-12.6 23.4-3.8 52.5 19.6 65.1l33 17.7v53.3c0 23 12.4 44.3 32.4 55.7l176 99.7c19.6 11.1 43.5 11.1 63.1 0l176-99.7c20.1-11.4 32.4-32.6 32.4-55.7v-117.5zm-240-9.8l-150.1-83.4 150.1-83.4 150.1 83.4zm-41.5 50.2l-21.3 46.2-165.8-88.8 25.4-47.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-brick{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18" fill="currentColor"><path d="m0.5 15.5v-8.7q0-0.8 0.6-1.3 0.6-0.6 1.4-0.6h0.6v-2.4q0-0.8 0.6-1.4 0.6-0.6 1.4-0.6h3.1q0.8 0 1.4 0.6 0.5 0.6 0.5 1.4v2.4h1.8v-2.4q0-0.8 0.5-1.4 0.6-0.6 1.5-0.6h3q0.8 0 1.4 0.6 0.6 0.6 0.6 1.4v2.4h0.6q0.8 0 1.4 0.6 0.6 0.5 0.6 1.3v8.7q0 0.8-0.6 1.4-0.6 0.6-1.4 0.6h-17q-0.8 0-1.4-0.6-0.6-0.6-0.6-1.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18" fill="currentColor"><path d="m0.5 15.5v-8.7q0-0.8 0.6-1.3 0.6-0.6 1.4-0.6h0.6v-2.4q0-0.8 0.6-1.4 0.6-0.6 1.4-0.6h3.1q0.8 0 1.4 0.6 0.5 0.6 0.5 1.4v2.4h1.8v-2.4q0-0.8 0.5-1.4 0.6-0.6 1.5-0.6h3q0.8 0 1.4 0.6 0.6 0.6 0.6 1.4v2.4h0.6q0.8 0 1.4 0.6 0.6 0.5 0.6 1.3v8.7q0 0.8-0.6 1.4-0.6 0.6-1.4 0.6h-17q-0.8 0-1.4-0.6-0.6-0.6-0.6-1.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-building{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 52" fill="currentColor"><path d="m36.8 0c0.5 0 1 0.2 1.4 0.6 0.3 0.4 0.6 0.9 0.6 1.4 0 0.5-0.3 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6v48h-34c-0.6 0-1.1-0.2-1.5-0.6-0.3-0.4-0.5-0.9-0.5-1.4 0-0.5 0.2-1 0.5-1.4 0.4-0.4 0.9-0.6 1.5-0.6h2v-44c-0.6 0-1.1-0.2-1.5-0.6-0.3-0.4-0.5-0.9-0.5-1.4 0-0.5 0.2-1 0.5-1.4 0.4-0.4 0.9-0.6 1.5-0.6zm-21.5 47.4c0.4 0.4 0.9 0.6 1.5 0.6h8c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4v-6c0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-8c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4v6c0 0.5 0.2 1 0.5 1.4zm-2-34c0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-2c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4zm1.5 4.6c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-1.5 11.4c0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-2c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4zm11.5-19.4c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-1.5 11.4c0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-2c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4zm1.5 4.6c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm28-14c0.5 0 1 0.2 1.4 0.6 0.3 0.4 0.6 0.9 0.6 1.4 0 0.5-0.3 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6v32h2c0.5 0 1 0.2 1.4 0.6 0.3 0.4 0.6 0.9 0.6 1.4 0 0.5-0.3 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6h-14v-40zm-8 12c0 0.6 0.2 1.1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6 0.5 0 1-0.2 1.4-0.6 0.4-0.3 0.6-0.8 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4zm2 6c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.3-0.5 0.8-0.5 1.4 0 1.1 0.8 2 2 2 0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.6-0.2-1.1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-2 10c0 0.5 0.2 1 0.6 1.4 0.3 0.4 0.8 0.6 1.4 0.6 0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.6-0.2-1.1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6-0.6 0-1.1 0.2-1.4 0.6-0.4 0.3-0.6 0.8-0.6 1.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 52" fill="currentColor"><path d="m36.8 0c0.5 0 1 0.2 1.4 0.6 0.3 0.4 0.6 0.9 0.6 1.4 0 0.5-0.3 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6v48h-34c-0.6 0-1.1-0.2-1.5-0.6-0.3-0.4-0.5-0.9-0.5-1.4 0-0.5 0.2-1 0.5-1.4 0.4-0.4 0.9-0.6 1.5-0.6h2v-44c-0.6 0-1.1-0.2-1.5-0.6-0.3-0.4-0.5-0.9-0.5-1.4 0-0.5 0.2-1 0.5-1.4 0.4-0.4 0.9-0.6 1.5-0.6zm-21.5 47.4c0.4 0.4 0.9 0.6 1.5 0.6h8c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4v-6c0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-8c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4v6c0 0.5 0.2 1 0.5 1.4zm-2-34c0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-2c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4zm1.5 4.6c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-1.5 11.4c0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-2c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4zm11.5-19.4c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-1.5 11.4c0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6h-2c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4zm1.5 4.6c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4 0 0.5 0.2 1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6h2c0.5 0 1-0.2 1.4-0.6 0.3-0.4 0.6-0.9 0.6-1.4 0-0.5-0.3-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm28-14c0.5 0 1 0.2 1.4 0.6 0.3 0.4 0.6 0.9 0.6 1.4 0 0.5-0.3 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6v32h2c0.5 0 1 0.2 1.4 0.6 0.3 0.4 0.6 0.9 0.6 1.4 0 0.5-0.3 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6h-14v-40zm-8 12c0 0.6 0.2 1.1 0.5 1.4 0.4 0.4 0.9 0.6 1.5 0.6 0.5 0 1-0.2 1.4-0.6 0.4-0.3 0.6-0.8 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6-0.6 0-1.1 0.2-1.5 0.6-0.3 0.4-0.5 0.9-0.5 1.4zm2 6c-0.6 0-1.1 0.2-1.5 0.6-0.3 0.3-0.5 0.8-0.5 1.4 0 1.1 0.8 2 2 2 0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.6-0.2-1.1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-2 10c0 0.5 0.2 1 0.6 1.4 0.3 0.4 0.8 0.6 1.4 0.6 0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.6-0.2-1.1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6-0.6 0-1.1 0.2-1.4 0.6-0.4 0.3-0.6 0.8-0.6 1.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-bus{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor"><path d="m96 0c-53 0-96 43-96 96v288c0 29.8 20.4 54.9 48 62v34c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-32h192v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-34c27.6-7.1 48-32.2 48-62v-288c0-53-43-96-96-96zm-32 128c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32h-256c-17.7 0-32-14.3-32-32zm32 192c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32zm256 0c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor"><path d="m96 0c-53 0-96 43-96 96v288c0 29.8 20.4 54.9 48 62v34c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-32h192v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32v-34c27.6-7.1 48-32.2 48-62v-288c0-53-43-96-96-96zm-32 128c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32h-256c-17.7 0-32-14.3-32-32zm32 192c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32zm256 0c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-calendar-filled{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m4.8 0.3q0.1 0 0.2 0 0.2 0.1 0.3 0.2 0.1 0 0.1 0.2c0.1 0.1 0.1 0.2 0.1 1v0.8h9v-0.8c0-0.8 0-0.9 0.1-1 0.2-0.4 0.6-0.6 1-0.4q0 0.1 0 0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0 0.1 0.1l0.1 0.1v0.9 0.9h0.6c0.7 0 1.1 0.1 1.5 0.3 0.9 0.5 1.5 1.3 1.6 2.3 0.1 0.2 0.1 2.1 0.1 6.2l-0.1 5.9-0.1 0.4c-0.1 0.4-0.3 0.7-0.5 1-0.4 0.5-1 0.9-1.6 1.1h-0.4-14.2-0.4c-1.2-0.4-2-1.3-2.2-2.5 0-0.2-0.1-2.2-0.1-6.3 0.1-5.6 0.1-5.9 0.1-6.2 0.3-0.8 0.8-1.4 1.4-1.8 0.5-0.3 1.1-0.4 1.9-0.4h0.4v-0.8c0-0.4 0-0.8 0-0.9 0.1-0.2 0.3-0.4 0.5-0.5q0.1 0 0.3 0zm12.3 7.5h-7.1c-5.7 0-7.1 0-7.2 0-0.4 0.2-0.7 0.5-0.9 0.8l-0.1 0.3v8.2l0.1 0.3q0.1 0.1 0.1 0.2 0.1 0.1 0.2 0.2 0.1 0.1 0.2 0.2 0.1 0 0.2 0.1l0.3 0.1h14.2l0.3-0.1c0.3-0.1 0.6-0.4 0.7-0.7l0.1-0.3v-8.2l-0.1-0.3q-0.2-0.5-0.7-0.7zm-7.2 2.2c0.8 0 1.1 1.1 0.4 1.4-0.5 0.2-1 0-1.1-0.5-0.1-0.3 0.1-0.7 0.4-0.8 0.1-0.1 0.2-0.1 0.3-0.1zm3.4 0h1.4l0.1 0.1q0.1 0.1 0.2 0.2 0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.3 0 0.1-0.1 0.2 0 0.1-0.1 0.2 0 0 0 0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1c-0.2 0.1-0.3 0.1-1.5 0.1-0.8 0-1.3 0-1.4-0.1q-0.1 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1c-0.2-0.4 0-0.8 0.4-1 0.1-0.1 0.3-0.1 1.4-0.1zm-3.2 2.3c0.3 0 0.5 0.3 0.5 0.5q0.1 0.1 0.1 0.3 0 0.1-0.1 0.2 0 0.1-0.1 0.2-0.1 0.1-0.2 0.2h-0.2-2.4c-1.3 0-2.4 0-2.5 0-0.2 0-0.4-0.2-0.5-0.4-0.1-0.4 0.1-0.9 0.5-1 0.2-0.1 4.8-0.1 4.9 0zm2.1 0q0.1 0 0.1 0 0.1 0 0.2 0 0.1 0.1 0.2 0.2c0.4 0.3 0.3 1-0.3 1.2-0.3 0.1-0.7 0-0.9-0.3-0.2-0.5 0-1 0.5-1.1q0.1 0 0.2 0zm2.6 0.1c0.5 0.3 0.5 1 0 1.2-0.2 0.2-0.4 0.2-0.7 0.1q-0.4-0.2-0.4-0.6c0-0.4 0.2-0.7 0.5-0.8 0.2-0.1 0.5 0 0.6 0.1zm-9.3 2.1q0.1 0 0.2 0 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.2c0.4 0.4 0.1 1.1-0.5 1.2-0.7 0.1-1.1-0.7-0.6-1.2 0.1-0.2 0.2-0.2 0.4-0.3q0.1 0 0.2 0zm2.6 0.1c0.4 0.3 0.4 0.9 0.1 1.2-0.6 0.5-1.5-0.1-1.2-0.8 0.1-0.2 0.3-0.4 0.4-0.5h0.2q0.2 0 0.5 0.1zm2.5 0.3q0 0.1 0.1 0.2 0 0.1 0 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0.1c-0.2 0.6-0.9 0.7-1.2 0.2-0.4-0.4-0.2-1 0.4-1.2 0.3 0 0.7 0.1 0.8 0.4zm2.2-0.1c0.1 0.2 0.1 0.2 0.1 0.4 0 0.3 0 0.3-0.1 0.5-0.4 0.5-1.2 0.4-1.3-0.3q-0.1-0.1-0.1-0.3 0.1-0.1 0.2-0.3 0-0.1 0.2-0.2 0.1 0 0.2-0.1 0.5-0.1 0.8 0.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m4.8 0.3q0.1 0 0.2 0 0.2 0.1 0.3 0.2 0.1 0 0.1 0.2c0.1 0.1 0.1 0.2 0.1 1v0.8h9v-0.8c0-0.8 0-0.9 0.1-1 0.2-0.4 0.6-0.6 1-0.4q0 0.1 0 0.1 0.1 0 0.1 0 0.1 0.1 0.1 0.1 0 0 0.1 0.1l0.1 0.1v0.9 0.9h0.6c0.7 0 1.1 0.1 1.5 0.3 0.9 0.5 1.5 1.3 1.6 2.3 0.1 0.2 0.1 2.1 0.1 6.2l-0.1 5.9-0.1 0.4c-0.1 0.4-0.3 0.7-0.5 1-0.4 0.5-1 0.9-1.6 1.1h-0.4-14.2-0.4c-1.2-0.4-2-1.3-2.2-2.5 0-0.2-0.1-2.2-0.1-6.3 0.1-5.6 0.1-5.9 0.1-6.2 0.3-0.8 0.8-1.4 1.4-1.8 0.5-0.3 1.1-0.4 1.9-0.4h0.4v-0.8c0-0.4 0-0.8 0-0.9 0.1-0.2 0.3-0.4 0.5-0.5q0.1 0 0.3 0zm12.3 7.5h-7.1c-5.7 0-7.1 0-7.2 0-0.4 0.2-0.7 0.5-0.9 0.8l-0.1 0.3v8.2l0.1 0.3q0.1 0.1 0.1 0.2 0.1 0.1 0.2 0.2 0.1 0.1 0.2 0.2 0.1 0 0.2 0.1l0.3 0.1h14.2l0.3-0.1c0.3-0.1 0.6-0.4 0.7-0.7l0.1-0.3v-8.2l-0.1-0.3q-0.2-0.5-0.7-0.7zm-7.2 2.2c0.8 0 1.1 1.1 0.4 1.4-0.5 0.2-1 0-1.1-0.5-0.1-0.3 0.1-0.7 0.4-0.8 0.1-0.1 0.2-0.1 0.3-0.1zm3.4 0h1.4l0.1 0.1q0.1 0.1 0.2 0.2 0.1 0.1 0.1 0.2 0.1 0.2 0.1 0.3 0 0.1-0.1 0.2 0 0.1-0.1 0.2 0 0 0 0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1c-0.2 0.1-0.3 0.1-1.5 0.1-0.8 0-1.3 0-1.4-0.1q-0.1 0-0.1 0-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1-0.1c-0.2-0.4 0-0.8 0.4-1 0.1-0.1 0.3-0.1 1.4-0.1zm-3.2 2.3c0.3 0 0.5 0.3 0.5 0.5q0.1 0.1 0.1 0.3 0 0.1-0.1 0.2 0 0.1-0.1 0.2-0.1 0.1-0.2 0.2h-0.2-2.4c-1.3 0-2.4 0-2.5 0-0.2 0-0.4-0.2-0.5-0.4-0.1-0.4 0.1-0.9 0.5-1 0.2-0.1 4.8-0.1 4.9 0zm2.1 0q0.1 0 0.1 0 0.1 0 0.2 0 0.1 0.1 0.2 0.2c0.4 0.3 0.3 1-0.3 1.2-0.3 0.1-0.7 0-0.9-0.3-0.2-0.5 0-1 0.5-1.1q0.1 0 0.2 0zm2.6 0.1c0.5 0.3 0.5 1 0 1.2-0.2 0.2-0.4 0.2-0.7 0.1q-0.4-0.2-0.4-0.6c0-0.4 0.2-0.7 0.5-0.8 0.2-0.1 0.5 0 0.6 0.1zm-9.3 2.1q0.1 0 0.2 0 0.1 0.1 0.1 0.1 0.1 0.1 0.2 0.2c0.4 0.4 0.1 1.1-0.5 1.2-0.7 0.1-1.1-0.7-0.6-1.2 0.1-0.2 0.2-0.2 0.4-0.3q0.1 0 0.2 0zm2.6 0.1c0.4 0.3 0.4 0.9 0.1 1.2-0.6 0.5-1.5-0.1-1.2-0.8 0.1-0.2 0.3-0.4 0.4-0.5h0.2q0.2 0 0.5 0.1zm2.5 0.3q0 0.1 0.1 0.2 0 0.1 0 0.1 0 0.1 0 0.2-0.1 0.1-0.1 0.1c-0.2 0.6-0.9 0.7-1.2 0.2-0.4-0.4-0.2-1 0.4-1.2 0.3 0 0.7 0.1 0.8 0.4zm2.2-0.1c0.1 0.2 0.1 0.2 0.1 0.4 0 0.3 0 0.3-0.1 0.5-0.4 0.5-1.2 0.4-1.3-0.3q-0.1-0.1-0.1-0.3 0.1-0.1 0.2-0.3 0-0.1 0.2-0.2 0.1 0 0.2-0.1 0.5-0.1 0.8 0.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-calendar{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 834 834" fill="currentColor"><path d="m211 6c7.6 4.9 11.2 11.6 14 20v71h384v-71c5.1-11.5 9.8-19.4 21.9-24.1 10-2.8 19.2-0.9 28.1 4.1 7.3 4.8 11.6 11.7 14 20 0.2 3.4 0.2 3.4 0.2 7.2v2.1q0 3.4 0 6.8v4.8q0 6.2-0.1 12.4 0 6.4 0 12.8 0 3.1 0 6.2 0 3.1 0 6.2-0.1 3.1-0.1 6.3 0 3.1 0 6.2h3.9q7.2-0.1 14.4-0.2 3.2 0 6.3 0c12.5-0.2 24.2 0.2 36.4 3.2l3 0.7c21 5 42.5 16.3 57 32.3l2.4 2.3 2.6 2.7 2 2c24.7 26 32.3 59.7 32.2 94.5q0.1 2.9 0.1 5.8 0 2.8 0 5.7 0 2.9 0 5.8 0 2.8-0.1 5.7 0 9.1 0 18.2 0.1 15.8 0 31.6 0 5.4 0 10.9 0 5.4 0 10.9 0 5.4 0 10.8 0 5.5 0 10.9 0 39.3 0 78.5 0 9.3 0 18.5 0 9.3 0 18.6 0 9.2 0 18.5 0 9.3 0 18.5v15.6q0 8.6 0 17.2 0 8.6 0 17.2 0 8.5 0 17.1 0 8.6 0 17.2 0 14.5 0 29 0 18.6 0 37.3-0.1 9-0.1 18 0 8.2 0 16.5 0 0.7 0 1.5 0 0.7 0 1.4 0 0.8 0 1.5 0 0.8 0 1.5c0.1 40.2-10.1 73.3-38.6 102.7-15.6 15.5-35.2 26.3-56.5 31.9l-3.2 0.9c-9.1 2.4-17.7 3.2-27.1 3.2h-3.1q-5.1 0-10.2 0h-7.5q-8 0-16.1 0-12 0-24 0.1-22.6 0-45.3 0-6 0-11.9 0-6 0-11.9 0-6 0-11.9 0-6 0-11.9 0-35.3 0-70.5 0h-24.3q-42.1 0-84.1 0-13.1 0-26.2 0-13.1 0-26.2 0-13 0-26.1 0-13.1 0-26.2 0h-2.5q-20 0-39.9 0-20.1 0.1-40.2 0-11.9 0-23.8 0.1-8.9 0-17.8-0.1-3.6 0-7.2 0.1c-11.8 0-23.3 0-34.9-2.3l-2.6-0.5c-23.7-4.8-44.1-16.9-61.4-33.5l-2.6-2.4-2.4-2.6-1.9-2c-24-25.1-32.8-59.4-32.6-93.3q0-2.9 0-5.8 0-2.9 0-5.7 0-2.9 0-5.8 0-2.9 0-5.8 0-9.1 0-18.3 0-15.8 0-31.6 0.1-16.6 0.1-33.1v-2.1-8.4q0-38.2 0-76.5 0.1-10.6 0.1-21.3 0-10.7 0-21.4 0-10.7 0-21.4 0-10.7 0-21.4v-2.2-4.4q0-35.5 0.1-71v-20.8q0-21.8 0-43.6 0-9 0-18 0-8.3 0-16.5 0.1-3 0.1-6c0-29 0-29 3.2-41.5l0.7-2.5c2.2-8.3 5.4-15.9 9.2-23.6l1.4-2.9c12.6-24.4 32.6-42.4 56.6-55.1l3.1-1.7c6.3-3.1 12.6-5.2 19.3-7l2.3-0.7c14.6-3.6 28.7-3.9 43.7-3.7q3 0 6 0 7.3 0 14.6 0.1v-2.6q-0.1-12.4-0.2-24.7 0-6.3-0.1-12.7-0.1-6.1-0.1-12.2 0-0.6 0-1.2 0-0.6 0-1.2 0-0.6 0-1.1 0-0.6 0-1.2c-0.1-8.4-0.1-15.7 4.4-23.1l1.4-2.4c11-15.1 28.6-17.5 44.6-8.6zm-106 319l-2.1 0.8c-15.6 6.7-26.8 19.9-33.8 35.1-3.4 9.5-4.5 18-4.5 28.2q0 1.9 0 3.9 0 1.9 0 3.9 0 1.9 0 3.9 0 1.9 0 3.9 0 6.2 0 12.3-0.1 3.1-0.1 6.1 0 3 0 6 0 3 0 6.1 0 3 0 6 0 3.2 0 6.3 0 3.2 0 6.4 0 3.1 0 6.3 0 3.2 0 6.3v2.9q0 26.7 0 53.4 0 24.3 0 48.7-0.1 25.1-0.1 50.1 0 14.1 0 28.2-0.1 11.9 0 23.9 0 6.1 0 12.2c-0.2 24.7 1.1 46.6 19.5 65.2 12.3 11.8 28 18.1 45 18h3q5.1 0.1 10.2 0.1h7.4q9 0 18.1 0 10.8 0 21.7 0 27.5 0.1 54.9 0.1h14.9q14.3 0 28.5 0 14.2 0.1 28.5 0.1 14.2 0 28.5 0 14.2 0 28.4 0h2.7q43.1 0 86.3 0.1 12.6 0 25.3 0.1 12.6 0 25.3 0 12.6 0 25.3 0 12.6 0 25.3 0h2.5q19.8 0 39.6 0.1 20 0 39.9 0 11.8 0 23.7 0 8.8 0.1 17.7 0 0.9 0 1.8 0 0.9 0 1.8 0 0.9 0 1.8 0 0.8 0 1.7 0.1c22.2 0.1 40.4-3.9 57-19.5 12.4-12.5 18.7-29.5 18.8-46.9v-3.9q0-1.9 0-3.9 0-1.9 0-3.9 0-1.9 0-3.9 0-1.9 0-3.9 0-6.2 0-12.3 0.1-12.1 0-24.2 0-9.8 0-19.7v-2.8-5.7q0.1-26.7 0-53.4 0-22.8 0-45.7 0-7.3 0-14.7 0-7.3 0-14.7 0-7.4 0-14.7 0-7.4 0-14.7v-2.8q0-9.9 0-19.7 0.1-11.9 0-23.9 0-6.1 0-12.2 0-5.6 0-11.2 0-2.9 0-5.9c-0.1-17.8-6.8-33.5-19.1-46.4-7.6-7-15.6-11.8-25.4-15.2l-2.1-0.8c-6.3-2-11.8-2.6-18.4-2.6h-3.1q-5.1 0-10.1 0-3.7 0-7.4 0-8 0-16 0-11.9 0-23.8 0-21.3 0-42.6 0-6.2 0-12.4 0-6.2 0-12.5 0-6.2 0-12.4 0-6.2 0-12.4 0-35-0.1-70-0.1h-2.7l-21.4 0.1q-41.8 0-83.6-0.1-12.9 0-25.9 0-13 0-26 0-13 0-26 0-13 0-26 0h-2.5q-18.6 0-37.1 0-21.2 0-42.4 0-11.8 0-23.6 0-2.2 0-4.5 0-2.2 0-4.4 0-2.2 0-4.4 0-2.2 0-4.4 0-3.6 0-7.2 0c-12.2-0.1-23.2 0-34.7 4.5z" /><path d="m531 614c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm384-96c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm384-96c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 834 834" fill="currentColor"><path d="m211 6c7.6 4.9 11.2 11.6 14 20v71h384v-71c5.1-11.5 9.8-19.4 21.9-24.1 10-2.8 19.2-0.9 28.1 4.1 7.3 4.8 11.6 11.7 14 20 0.2 3.4 0.2 3.4 0.2 7.2v2.1q0 3.4 0 6.8v4.8q0 6.2-0.1 12.4 0 6.4 0 12.8 0 3.1 0 6.2 0 3.1 0 6.2-0.1 3.1-0.1 6.3 0 3.1 0 6.2h3.9q7.2-0.1 14.4-0.2 3.2 0 6.3 0c12.5-0.2 24.2 0.2 36.4 3.2l3 0.7c21 5 42.5 16.3 57 32.3l2.4 2.3 2.6 2.7 2 2c24.7 26 32.3 59.7 32.2 94.5q0.1 2.9 0.1 5.8 0 2.8 0 5.7 0 2.9 0 5.8 0 2.8-0.1 5.7 0 9.1 0 18.2 0.1 15.8 0 31.6 0 5.4 0 10.9 0 5.4 0 10.9 0 5.4 0 10.8 0 5.5 0 10.9 0 39.3 0 78.5 0 9.3 0 18.5 0 9.3 0 18.6 0 9.2 0 18.5 0 9.3 0 18.5v15.6q0 8.6 0 17.2 0 8.6 0 17.2 0 8.5 0 17.1 0 8.6 0 17.2 0 14.5 0 29 0 18.6 0 37.3-0.1 9-0.1 18 0 8.2 0 16.5 0 0.7 0 1.5 0 0.7 0 1.4 0 0.8 0 1.5 0 0.8 0 1.5c0.1 40.2-10.1 73.3-38.6 102.7-15.6 15.5-35.2 26.3-56.5 31.9l-3.2 0.9c-9.1 2.4-17.7 3.2-27.1 3.2h-3.1q-5.1 0-10.2 0h-7.5q-8 0-16.1 0-12 0-24 0.1-22.6 0-45.3 0-6 0-11.9 0-6 0-11.9 0-6 0-11.9 0-6 0-11.9 0-35.3 0-70.5 0h-24.3q-42.1 0-84.1 0-13.1 0-26.2 0-13.1 0-26.2 0-13 0-26.1 0-13.1 0-26.2 0h-2.5q-20 0-39.9 0-20.1 0.1-40.2 0-11.9 0-23.8 0.1-8.9 0-17.8-0.1-3.6 0-7.2 0.1c-11.8 0-23.3 0-34.9-2.3l-2.6-0.5c-23.7-4.8-44.1-16.9-61.4-33.5l-2.6-2.4-2.4-2.6-1.9-2c-24-25.1-32.8-59.4-32.6-93.3q0-2.9 0-5.8 0-2.9 0-5.7 0-2.9 0-5.8 0-2.9 0-5.8 0-9.1 0-18.3 0-15.8 0-31.6 0.1-16.6 0.1-33.1v-2.1-8.4q0-38.2 0-76.5 0.1-10.6 0.1-21.3 0-10.7 0-21.4 0-10.7 0-21.4 0-10.7 0-21.4v-2.2-4.4q0-35.5 0.1-71v-20.8q0-21.8 0-43.6 0-9 0-18 0-8.3 0-16.5 0.1-3 0.1-6c0-29 0-29 3.2-41.5l0.7-2.5c2.2-8.3 5.4-15.9 9.2-23.6l1.4-2.9c12.6-24.4 32.6-42.4 56.6-55.1l3.1-1.7c6.3-3.1 12.6-5.2 19.3-7l2.3-0.7c14.6-3.6 28.7-3.9 43.7-3.7q3 0 6 0 7.3 0 14.6 0.1v-2.6q-0.1-12.4-0.2-24.7 0-6.3-0.1-12.7-0.1-6.1-0.1-12.2 0-0.6 0-1.2 0-0.6 0-1.2 0-0.6 0-1.1 0-0.6 0-1.2c-0.1-8.4-0.1-15.7 4.4-23.1l1.4-2.4c11-15.1 28.6-17.5 44.6-8.6zm-106 319l-2.1 0.8c-15.6 6.7-26.8 19.9-33.8 35.1-3.4 9.5-4.5 18-4.5 28.2q0 1.9 0 3.9 0 1.9 0 3.9 0 1.9 0 3.9 0 1.9 0 3.9 0 6.2 0 12.3-0.1 3.1-0.1 6.1 0 3 0 6 0 3 0 6.1 0 3 0 6 0 3.2 0 6.3 0 3.2 0 6.4 0 3.1 0 6.3 0 3.2 0 6.3v2.9q0 26.7 0 53.4 0 24.3 0 48.7-0.1 25.1-0.1 50.1 0 14.1 0 28.2-0.1 11.9 0 23.9 0 6.1 0 12.2c-0.2 24.7 1.1 46.6 19.5 65.2 12.3 11.8 28 18.1 45 18h3q5.1 0.1 10.2 0.1h7.4q9 0 18.1 0 10.8 0 21.7 0 27.5 0.1 54.9 0.1h14.9q14.3 0 28.5 0 14.2 0.1 28.5 0.1 14.2 0 28.5 0 14.2 0 28.4 0h2.7q43.1 0 86.3 0.1 12.6 0 25.3 0.1 12.6 0 25.3 0 12.6 0 25.3 0 12.6 0 25.3 0h2.5q19.8 0 39.6 0.1 20 0 39.9 0 11.8 0 23.7 0 8.8 0.1 17.7 0 0.9 0 1.8 0 0.9 0 1.8 0 0.9 0 1.8 0 0.8 0 1.7 0.1c22.2 0.1 40.4-3.9 57-19.5 12.4-12.5 18.7-29.5 18.8-46.9v-3.9q0-1.9 0-3.9 0-1.9 0-3.9 0-1.9 0-3.9 0-1.9 0-3.9 0-6.2 0-12.3 0.1-12.1 0-24.2 0-9.8 0-19.7v-2.8-5.7q0.1-26.7 0-53.4 0-22.8 0-45.7 0-7.3 0-14.7 0-7.3 0-14.7 0-7.4 0-14.7 0-7.4 0-14.7v-2.8q0-9.9 0-19.7 0.1-11.9 0-23.9 0-6.1 0-12.2 0-5.6 0-11.2 0-2.9 0-5.9c-0.1-17.8-6.8-33.5-19.1-46.4-7.6-7-15.6-11.8-25.4-15.2l-2.1-0.8c-6.3-2-11.8-2.6-18.4-2.6h-3.1q-5.1 0-10.1 0-3.7 0-7.4 0-8 0-16 0-11.9 0-23.8 0-21.3 0-42.6 0-6.2 0-12.4 0-6.2 0-12.5 0-6.2 0-12.4 0-6.2 0-12.4 0-35-0.1-70-0.1h-2.7l-21.4 0.1q-41.8 0-83.6-0.1-12.9 0-25.9 0-13 0-26 0-13 0-26 0-13 0-26 0h-2.5q-18.6 0-37.1 0-21.2 0-42.4 0-11.8 0-23.6 0-2.2 0-4.5 0-2.2 0-4.4 0-2.2 0-4.4 0-2.2 0-4.4 0-3.6 0-7.2 0c-12.2-0.1-23.2 0-34.7 4.5z" /><path d="m531 614c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm384-96c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.5-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm384-96c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9zm-96 0c7.3 4.8 11.6 11.7 14 20 1.3 10.7-1.1 20.2-7.6 28.9-5 5.4-13.9 9.7-21.2 10.3-7.4 0.2-12.8-0.3-19.2-4.2l-2.1-1.2c-7.4-5-11.6-12.4-13.9-20.8-0.9-8.2-0.3-15 4-22l1.3-2.1c10.5-15.6 28.9-17.7 44.7-8.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-camera{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m149.1 32.8l-10.4 31.2h-74.7c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-256c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2c-6.5-19.6-24.8-32.8-45.5-32.8h-122.8c-20.7 0-39 13.2-45.5 32.8zm106.9 127.2c53 0 96 43 96 96 0 53-43 96-96 96-53 0-96-43-96-96 0-53 43-96 96-96z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m149.1 32.8l-10.4 31.2h-74.7c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-256c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2c-6.5-19.6-24.8-32.8-45.5-32.8h-122.8c-20.7 0-39 13.2-45.5 32.8zm106.9 127.2c53 0 96 43 96 96 0 53-43 96-96 96-53 0-96-43-96-96 0-53 43-96 96-96z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-car{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m39.6 164.8l35.2-100.5c13.5-38.5 49.8-64.3 90.6-64.3h181.2c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2v192c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-32h-320v32c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-192c0-26.7 16.4-49.6 39.6-59.2zm95.6-79.4l-26.1 74.6h293.8l-26.1-74.6c-4.5-12.8-16.6-21.4-30.2-21.4h-181.2c-13.6 0-25.7 8.6-30.2 21.4zm-7.2 186.6c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm288 32c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m39.6 164.8l35.2-100.5c13.5-38.5 49.8-64.3 90.6-64.3h181.2c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2v192c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-32h-320v32c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32v-192c0-26.7 16.4-49.6 39.6-59.2zm95.6-79.4l-26.1 74.6h293.8l-26.1-74.6c-4.5-12.8-16.6-21.4-30.2-21.4h-181.2c-13.6 0-25.7 8.6-30.2 21.4zm-7.2 186.6c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm288 32c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-card{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 448" fill="currentColor"><path d="m0 64c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64zm0 48h576v272c0 35.3-28.7 64-64 64h-448c-35.3 0-64-28.7-64-64zm247.3 272c20.2 0 35.3-19.4 22.4-35-14.7-17.7-36.9-29-61.7-29h-64c-24.8 0-47 11.3-61.7 29-12.9 15.6 2.2 35 22.4 35h142.5zm-71.3-104c30.9 0 56-25.1 56-56 0-30.9-25.1-56-56-56-30.9 0-56 25.1-56 56 0 30.9 25.1 56 56 56zm184-104c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h112c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h112c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 448" fill="currentColor"><path d="m0 64c0-35.3 28.7-64 64-64h448c35.3 0 64 28.7 64 64zm0 48h576v272c0 35.3-28.7 64-64 64h-448c-35.3 0-64-28.7-64-64zm247.3 272c20.2 0 35.3-19.4 22.4-35-14.7-17.7-36.9-29-61.7-29h-64c-24.8 0-47 11.3-61.7 29-12.9 15.6 2.2 35 22.4 35h142.5zm-71.3-104c30.9 0 56-25.1 56-56 0-30.9-25.1-56-56-56-30.9 0-56 25.1-56 56 0 30.9 25.1 56 56 56zm184-104c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h112c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h112c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-check{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10" fill="currentColor"><path d="m4 6.1l5.7-5.6q0.3-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9l-6.6 6.6q-0.4 0.4-0.9 0.4-0.5 0-0.9-0.4l-2.6-2.6q-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.3-0.4 0.9-0.4 0.6 0 0.9 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 10" fill="currentColor"><path d="m4 6.1l5.7-5.6q0.3-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9l-6.6 6.6q-0.4 0.4-0.9 0.4-0.5 0-0.9-0.4l-2.6-2.6q-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.3-0.4 0.9-0.4 0.6 0 0.9 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-chevron-down{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8" fill="currentColor"><path d="M5.99982 7.261C5.82882 7.261 5.6614 7.22833 5.49757 7.163C5.3339 7.09783 5.1879 7.00108 5.05957 6.87275L0.473816 2.287C0.224482 2.03766 0.0979824 1.73075 0.0943157 1.36625C0.0906491 1.00175 0.217149 0.691249 0.473816 0.434749C0.722982 0.185415 1.03165 0.060748 1.39982 0.060748C1.76798 0.060748 2.07665 0.185415 2.32582 0.434749L5.99982 4.09775L9.67382 0.434749C9.92298 0.185415 10.2298 0.0589974 10.5943 0.0554974C10.9588 0.0518308 11.2693 0.178249 11.5258 0.434749C11.7751 0.684082 11.8998 0.992748 11.8998 1.36075C11.8998 1.72891 11.7751 2.03766 11.5258 2.287L6.94007 6.87275C6.81173 7.00108 6.66573 7.09783 6.50207 7.163C6.33823 7.22833 6.17082 7.261 5.99982 7.261Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8" fill="currentColor"><path d="M5.99982 7.261C5.82882 7.261 5.6614 7.22833 5.49757 7.163C5.3339 7.09783 5.1879 7.00108 5.05957 6.87275L0.473816 2.287C0.224482 2.03766 0.0979824 1.73075 0.0943157 1.36625C0.0906491 1.00175 0.217149 0.691249 0.473816 0.434749C0.722982 0.185415 1.03165 0.060748 1.39982 0.060748C1.76798 0.060748 2.07665 0.185415 2.32582 0.434749L5.99982 4.09775L9.67382 0.434749C9.92298 0.185415 10.2298 0.0589974 10.5943 0.0554974C10.9588 0.0518308 11.2693 0.178249 11.5258 0.434749C11.7751 0.684082 11.8998 0.992748 11.8998 1.36075C11.8998 1.72891 11.7751 2.03766 11.5258 2.287L6.94007 6.87275C6.81173 7.00108 6.66573 7.09783 6.50207 7.163C6.33823 7.22833 6.17082 7.261 5.99982 7.261Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-chevron-right{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12" fill="currentColor"><path d="m4.1 6l-3.6-3.7q-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.3-0.4 0.9-0.4 0.6 0 0.9 0.4l4.6 4.6q0.2 0.2 0.3 0.4 0.1 0.2 0.1 0.5 0 0.3-0.1 0.5-0.1 0.2-0.3 0.4l-4.6 4.6q-0.3 0.4-0.9 0.4-0.6 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12" fill="currentColor"><path d="m4.1 6l-3.6-3.7q-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.3-0.4 0.9-0.4 0.6 0 0.9 0.4l4.6 4.6q0.2 0.2 0.3 0.4 0.1 0.2 0.1 0.5 0 0.3-0.1 0.5-0.1 0.2-0.3 0.4l-4.6 4.6q-0.3 0.4-0.9 0.4-0.6 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-chevron-up{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8" fill="currentColor"><path d="m6 0.7q0.3 0 0.5 0.1 0.2 0.1 0.4 0.3l4.6 4.6q0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.3 0.3-0.9 0.3-0.6 0-0.9-0.3l-3.7-3.7-3.7 3.7q-0.3 0.3-0.9 0.3-0.5 0.1-0.9-0.3-0.4-0.4-0.4-1 0-0.5 0.4-0.9l4.6-4.6q0.2-0.2 0.4-0.3 0.2-0.1 0.5-0.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8" fill="currentColor"><path d="m6 0.7q0.3 0 0.5 0.1 0.2 0.1 0.4 0.3l4.6 4.6q0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.3 0.3-0.9 0.3-0.6 0-0.9-0.3l-3.7-3.7-3.7 3.7q-0.3 0.3-0.9 0.3-0.5 0.1-0.9-0.3-0.4-0.4-0.4-1 0-0.5 0.4-0.9l4.6-4.6q0.2-0.2 0.4-0.3 0.2-0.1 0.5-0.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-circle{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 17C13.3833 17 14.5625 16.5125 15.5375 15.5375C16.5125 14.5625 17 13.3834 17 12C17 10.6167 16.5125 9.43753 15.5375 8.46253C14.5625 7.48753 13.3833 7.00003 12 7.00003C10.6167 7.00003 9.4375 7.48753 8.4625 8.46253C7.4875 9.43753 7 10.6167 7 12C7 13.3834 7.4875 14.5625 8.4625 15.5375C9.4375 16.5125 10.6167 17 12 17ZM12 22.4805C10.5413 22.4805 9.17542 22.2059 7.90225 21.6565C6.62925 21.1072 5.52192 20.3616 4.58025 19.4198C3.63842 18.4781 2.89283 17.3708 2.3435 16.0978C1.79417 14.8246 1.5195 13.4587 1.5195 12C1.5195 10.5414 1.79417 9.17545 2.3435 7.90228C2.89283 6.62928 3.63842 5.52195 4.58025 4.58028C5.52192 3.63845 6.62925 2.89286 7.90225 2.34353C9.17542 1.7942 10.5413 1.51953 12 1.51953C13.4587 1.51953 14.8246 1.7942 16.0978 2.34353C17.3708 2.89286 18.4781 3.63845 19.4198 4.58028C20.3616 5.52195 21.1072 6.62928 21.6565 7.90228C22.2058 9.17545 22.4805 10.5414 22.4805 12C22.4805 13.4587 22.2058 14.8246 21.6565 16.0978C21.1072 17.3708 20.3616 18.4781 19.4198 19.4198C18.4781 20.3616 17.3708 21.1072 16.0978 21.6565C14.8246 22.2059 13.4587 22.4805 12 22.4805Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 17C13.3833 17 14.5625 16.5125 15.5375 15.5375C16.5125 14.5625 17 13.3834 17 12C17 10.6167 16.5125 9.43753 15.5375 8.46253C14.5625 7.48753 13.3833 7.00003 12 7.00003C10.6167 7.00003 9.4375 7.48753 8.4625 8.46253C7.4875 9.43753 7 10.6167 7 12C7 13.3834 7.4875 14.5625 8.4625 15.5375C9.4375 16.5125 10.6167 17 12 17ZM12 22.4805C10.5413 22.4805 9.17542 22.2059 7.90225 21.6565C6.62925 21.1072 5.52192 20.3616 4.58025 19.4198C3.63842 18.4781 2.89283 17.3708 2.3435 16.0978C1.79417 14.8246 1.5195 13.4587 1.5195 12C1.5195 10.5414 1.79417 9.17545 2.3435 7.90228C2.89283 6.62928 3.63842 5.52195 4.58025 4.58028C5.52192 3.63845 6.62925 2.89286 7.90225 2.34353C9.17542 1.7942 10.5413 1.51953 12 1.51953C13.4587 1.51953 14.8246 1.7942 16.0978 2.34353C17.3708 2.89286 18.4781 3.63845 19.4198 4.58028C20.3616 5.52195 21.1072 6.62928 21.6565 7.90228C22.2058 9.17545 22.4805 10.5414 22.4805 12C22.4805 13.4587 22.2058 14.8246 21.6565 16.0978C21.1072 17.3708 20.3616 18.4781 19.4198 19.4198C18.4781 20.3616 17.3708 21.1072 16.0978 21.6565C14.8246 22.2059 13.4587 22.4805 12 22.4805Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-clipboard-clock{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="currentColor"><path d="m18 10.1v-6.1c0-1.1-0.9-2-2-2h-4.2c-0.4-1.2-1.5-2-2.8-2-1.3 0-2.4 0.8-2.8 2h-4.2c-1.1 0-2 0.9-2 2v14c0 1.1 0.9 2 2 2h6.1c1.3 1.2 3 2 4.9 2 3.9 0 7-3.1 7-7 0-1.9-0.8-3.6-2-4.9zm-9-8.1c0.6 0 1 0.5 1 1 0 0.5-0.4 1-1 1-0.6 0-1-0.5-1-1 0-0.5 0.4-1 1-1zm-6 4h12v2h-12zm3.1 10h-3.1v-2h3.1q-0.1 0.5-0.1 1 0 0.5 0.1 1zm-3.1-4v-2h5.1c-0.6 0.6-1.1 1.3-1.4 2zm10 8c-2.8 0-5-2.2-5-5 0-2.8 2.2-5 5-5 2.7 0 5 2.2 5 5 0 2.8-2.3 5-5 5zm0.5-4.8l2.8 1.7-0.7 1.3-3.6-2.2v-5h1.5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="currentColor"><path d="m18 10.1v-6.1c0-1.1-0.9-2-2-2h-4.2c-0.4-1.2-1.5-2-2.8-2-1.3 0-2.4 0.8-2.8 2h-4.2c-1.1 0-2 0.9-2 2v14c0 1.1 0.9 2 2 2h6.1c1.3 1.2 3 2 4.9 2 3.9 0 7-3.1 7-7 0-1.9-0.8-3.6-2-4.9zm-9-8.1c0.6 0 1 0.5 1 1 0 0.5-0.4 1-1 1-0.6 0-1-0.5-1-1 0-0.5 0.4-1 1-1zm-6 4h12v2h-12zm3.1 10h-3.1v-2h3.1q-0.1 0.5-0.1 1 0 0.5 0.1 1zm-3.1-4v-2h5.1c-0.6 0.6-1.1 1.3-1.4 2zm10 8c-2.8 0-5-2.2-5-5 0-2.8 2.2-5 5-5 2.7 0 5 2.2 5 5 0 2.8-2.3 5-5 5zm0.5-4.8l2.8 1.7-0.7 1.3-3.6-2.2v-5h1.5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-clipboard{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 56" fill="currentColor"><path d="m31.5 16c2.8 0 5 2.2 5 5v30c0 2.8-2.2 5-5 5h-26c-1.3 0-2.6-0.5-3.5-1.5-1-0.9-1.5-2.2-1.5-3.5v-30c0-2.8 2.2-5 5-5zm-21 26c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.6 0.2 1.1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6 0.6 0 1.1-0.2 1.4-0.6 0.4-0.3 0.6-0.8 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.3-0.4-0.8-0.6-1.4-0.6zm22-42c1.5 0 2.9 0.4 4.2 1.2 1.2 0.7 2.2 1.8 2.9 3.1q0.9 0.1 1.8 0.1c4.1 0.4 7.1 3.9 7.1 7.9v25.7c0 2.1-0.8 4.2-2.3 5.7-1.5 1.5-3.6 2.3-5.7 2.3v-25c0-2.4-0.9-4.7-2.6-6.4-1.7-1.6-4-2.6-6.4-2.6h-19c0.2-3.9 3.1-7.2 7.1-7.6q0.9 0 1.8-0.1c0.7-1.3 1.7-2.4 3-3.1 1.2-0.8 2.7-1.2 4.1-1.2zm-16 42c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.5 0.2 1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h10c0.6 0 1.1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.3-0.4-0.8-0.6-1.4-0.6zm-6-8c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.6 0.2 1.1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6 0.6 0 1.1-0.2 1.5-0.6 0.3-0.3 0.5-0.8 0.5-1.4 0-0.5-0.2-1-0.5-1.4-0.4-0.4-0.9-0.6-1.5-0.6zm6 0c-0.5 0-1 0.2-1.4 0.6-0.3 0.4-0.6 0.9-0.6 1.4 0 0.5 0.3 1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h10c0.6 0 1.1-0.2 1.5-0.6 0.3-0.4 0.5-0.9 0.5-1.4 0-0.5-0.2-1-0.5-1.4-0.4-0.4-0.9-0.6-1.5-0.6zm-6-8c-0.5 0-1 0.2-1.4 0.6-0.3 0.4-0.6 0.9-0.6 1.4 0 0.6 0.3 1.1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h0.1c0.5 0 1-0.2 1.4-0.6 0.4-0.3 0.6-0.8 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm6 0c-0.6 0-1.1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.5 0.2 1 0.6 1.4 0.3 0.4 0.8 0.6 1.4 0.6h10c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm12-22c-1.1 0-2.1 0.4-2.9 1.2-0.7 0.7-1.1 1.7-1.1 2.8h12c0-1.1-0.5-2.1-1.2-2.8-0.8-0.8-1.8-1.2-2.8-1.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 56" fill="currentColor"><path d="m31.5 16c2.8 0 5 2.2 5 5v30c0 2.8-2.2 5-5 5h-26c-1.3 0-2.6-0.5-3.5-1.5-1-0.9-1.5-2.2-1.5-3.5v-30c0-2.8 2.2-5 5-5zm-21 26c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.6 0.2 1.1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6 0.6 0 1.1-0.2 1.4-0.6 0.4-0.3 0.6-0.8 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.3-0.4-0.8-0.6-1.4-0.6zm22-42c1.5 0 2.9 0.4 4.2 1.2 1.2 0.7 2.2 1.8 2.9 3.1q0.9 0.1 1.8 0.1c4.1 0.4 7.1 3.9 7.1 7.9v25.7c0 2.1-0.8 4.2-2.3 5.7-1.5 1.5-3.6 2.3-5.7 2.3v-25c0-2.4-0.9-4.7-2.6-6.4-1.7-1.6-4-2.6-6.4-2.6h-19c0.2-3.9 3.1-7.2 7.1-7.6q0.9 0 1.8-0.1c0.7-1.3 1.7-2.4 3-3.1 1.2-0.8 2.7-1.2 4.1-1.2zm-16 42c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.5 0.2 1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h10c0.6 0 1.1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.3-0.4-0.8-0.6-1.4-0.6zm-6-8c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.6 0.2 1.1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6 0.6 0 1.1-0.2 1.5-0.6 0.3-0.3 0.5-0.8 0.5-1.4 0-0.5-0.2-1-0.5-1.4-0.4-0.4-0.9-0.6-1.5-0.6zm6 0c-0.5 0-1 0.2-1.4 0.6-0.3 0.4-0.6 0.9-0.6 1.4 0 0.5 0.3 1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h10c0.6 0 1.1-0.2 1.5-0.6 0.3-0.4 0.5-0.9 0.5-1.4 0-0.5-0.2-1-0.5-1.4-0.4-0.4-0.9-0.6-1.5-0.6zm-6-8c-0.5 0-1 0.2-1.4 0.6-0.3 0.4-0.6 0.9-0.6 1.4 0 0.6 0.3 1.1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h0.1c0.5 0 1-0.2 1.4-0.6 0.4-0.3 0.6-0.8 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm6 0c-0.6 0-1.1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4 0 0.5 0.2 1 0.6 1.4 0.3 0.4 0.8 0.6 1.4 0.6h10c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4 0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm12-22c-1.1 0-2.1 0.4-2.9 1.2-0.7 0.7-1.1 1.7-1.1 2.8h12c0-1.1-0.5-2.1-1.2-2.8-0.8-0.8-1.8-1.2-2.8-1.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-close{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 322" fill="currentColor"><path d="m311.6 55.6c12.5-12.5 12.5-32.8 0-45.3-12.5-12.5-32.8-12.5-45.3 0l-105.3 105.4-105.4-105.3c-12.5-12.5-32.8-12.5-45.3 0-12.5 12.5-12.5 32.8 0 45.3l105.4 105.3-105.3 105.4c-12.5 12.5-12.5 32.8 0 45.3 12.5 12.5 32.8 12.5 45.3 0l105.3-105.4 105.4 105.3c12.5 12.5 32.8 12.5 45.3 0 12.5-12.5 12.5-32.8 0-45.3l-105.4-105.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 322" fill="currentColor"><path d="m311.6 55.6c12.5-12.5 12.5-32.8 0-45.3-12.5-12.5-32.8-12.5-45.3 0l-105.3 105.4-105.4-105.3c-12.5-12.5-32.8-12.5-45.3 0-12.5 12.5-12.5 32.8 0 45.3l105.4 105.3-105.3 105.4c-12.5 12.5-12.5 32.8 0 45.3 12.5 12.5 32.8 12.5 45.3 0l105.3-105.4 105.4 105.3c12.5 12.5 32.8 12.5 45.3 0 12.5-12.5 12.5-32.8 0-45.3l-105.4-105.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-coffee{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 528" fill="currentColor"><path d="m88 0c-13.3 0-24 10.7-24 24 0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.3 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24 0-38.9-23.4-59.4-39.1-73.1l-1.1-1c-16.3-14.2-23.8-21.8-23.8-37.9 0-13.3-10.7-24-24-24zm-56 208c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c41.8 0 77.4-26.7 90.5-64h5.5c70.7 0 128-57.3 128-128 0-70.7-57.3-128-128-128zm352 192v-128c35.3 0 64 28.7 64 64 0 35.3-28.7 64-64 64zm-160-376c0-13.3-10.7-24-24-24-13.3 0-24 10.7-24 24 0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.3 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24 0-38.9-23.4-59.4-39.1-73.1l-1.1-1c-16.3-14.2-23.8-21.8-23.8-37.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 528" fill="currentColor"><path d="m88 0c-13.3 0-24 10.7-24 24 0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.3 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24 0-38.9-23.4-59.4-39.1-73.1l-1.1-1c-16.3-14.2-23.8-21.8-23.8-37.9 0-13.3-10.7-24-24-24zm-56 208c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c41.8 0 77.4-26.7 90.5-64h5.5c70.7 0 128-57.3 128-128 0-70.7-57.3-128-128-128zm352 192v-128c35.3 0 64 28.7 64 64 0 35.3-28.7 64-64 64zm-160-376c0-13.3-10.7-24-24-24-13.3 0-24 10.7-24 24 0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.3 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24 0-38.9-23.4-59.4-39.1-73.1l-1.1-1c-16.3-14.2-23.8-21.8-23.8-37.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-computer{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 448" fill="currentColor"><path d="m348.8 0c-8.1 14.1-12.8 30.5-12.8 48v16h-272v224h272v64h-272c-35.3 0-64-28.7-64-64v-224c0-35.3 28.7-64 64-64zm-12.8 400c0 17.5 4.7 33.9 12.8 48h-228.8c-13.3 0-24-10.7-24-24 0-13.3 10.7-24 24-24zm96-400h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48v-352c0-26.5 21.5-48 48-48zm24 64c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24zm56 144c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 448" fill="currentColor"><path d="m348.8 0c-8.1 14.1-12.8 30.5-12.8 48v16h-272v224h272v64h-272c-35.3 0-64-28.7-64-64v-224c0-35.3 28.7-64 64-64zm-12.8 400c0 17.5 4.7 33.9 12.8 48h-228.8c-13.3 0-24-10.7-24-24 0-13.3 10.7-24 24-24zm96-400h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48v-352c0-26.5 21.5-48 48-48zm24 64c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24zm0 96c-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24zm56 144c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-construction{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="currentColor"><path d="M10.6667 1.3125C9.92917 1.3125 9.33333 1.89902 9.33333 2.625V2.71934V6.80449C9.33333 7.03418 9.14583 7.21875 8.9125 7.21875C8.7625 7.21875 8.62083 7.14082 8.54583 7.00957L6.54583 3.56836C3.45833 5.06543 1.33333 8.19492 1.33333 11.8125V14.4375H22.6667V11.7141C22.6292 8.1375 20.5125 5.05313 17.4542 3.56836L15.4542 7.00957C15.3792 7.14082 15.2375 7.21875 15.0875 7.21875C14.8542 7.21875 14.6667 7.03418 14.6667 6.80449V2.71934V2.625C14.6667 1.89902 14.0708 1.3125 13.3333 1.3125H10.6667ZM0.691667 15.75C0.308333 15.75 0 16.0535 0 16.4309C0 16.6236 0.0833333 16.8082 0.241667 16.9189C1.14583 17.5711 4.65833 19.6875 12 19.6875C19.3417 19.6875 22.8542 17.5711 23.7583 16.9189C23.9167 16.8041 24 16.6236 24 16.4309C24 16.0535 23.6917 15.75 23.3083 15.75H0.691667Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="currentColor"><path d="M10.6667 1.3125C9.92917 1.3125 9.33333 1.89902 9.33333 2.625V2.71934V6.80449C9.33333 7.03418 9.14583 7.21875 8.9125 7.21875C8.7625 7.21875 8.62083 7.14082 8.54583 7.00957L6.54583 3.56836C3.45833 5.06543 1.33333 8.19492 1.33333 11.8125V14.4375H22.6667V11.7141C22.6292 8.1375 20.5125 5.05313 17.4542 3.56836L15.4542 7.00957C15.3792 7.14082 15.2375 7.21875 15.0875 7.21875C14.8542 7.21875 14.6667 7.03418 14.6667 6.80449V2.71934V2.625C14.6667 1.89902 14.0708 1.3125 13.3333 1.3125H10.6667ZM0.691667 15.75C0.308333 15.75 0 16.0535 0 16.4309C0 16.6236 0.0833333 16.8082 0.241667 16.9189C1.14583 17.5711 4.65833 19.6875 12 19.6875C19.3417 19.6875 22.8542 17.5711 23.7583 16.9189C23.9167 16.8041 24 16.6236 24 16.4309C24 16.0535 23.6917 15.75 23.3083 15.75H0.691667Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-cottage{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 22" fill="currentColor"><path d="m3.6 18.6v-6.8l-0.7 0.6q-0.4 0.3-0.9 0.2-0.5 0-0.8-0.4-0.3-0.4-0.2-0.9 0-0.5 0.4-0.8l2.2-1.7v-2.1q0-0.5 0.4-0.9 0.3-0.3 0.9-0.3 0.5 0 0.8 0.3 0.4 0.4 0.4 0.8v0.3l4.3-3.3q0.3-0.3 0.8-0.4 0.4-0.1 0.8-0.1 0.4 0 0.8 0.1 0.4 0.1 0.8 0.4l9 6.9q0.3 0.3 0.4 0.8 0.1 0.5-0.2 0.9-0.3 0.4-0.8 0.4-0.5 0.1-0.9-0.2l-0.7-0.6v6.8q0 1.1-0.8 1.8-0.8 0.8-1.9 0.8h-3.9q-0.3 0-0.5-0.2-0.1-0.2-0.1-0.4v-4.6q0-0.5-0.4-0.9-0.3-0.3-0.9-0.3-0.5 0-0.8 0.3-0.4 0.4-0.4 0.9v4.6q0 0.2-0.2 0.4-0.2 0.2-0.4 0.2h-3.8q-1.1 0-1.9-0.8-0.8-0.7-0.8-1.8zm1.5-14.1q-0.6 0-1-0.6-0.4-0.5-0.1-1.1 0.5-0.9 1.4-1.5 0.9-0.6 2-0.6 0.3 0 0.6-0.1 0.3-0.2 0.5-0.5 0.2-0.3 0.5-0.5 0.3-0.2 0.7-0.2 0.6 0 1 0.5 0.3 0.6 0 1.2-0.5 0.9-1.4 1.5-0.9 0.6-1.9 0.6-0.4 0-0.7 0.1-0.3 0.2-0.4 0.5-0.2 0.3-0.5 0.5-0.3 0.2-0.7 0.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 22" fill="currentColor"><path d="m3.6 18.6v-6.8l-0.7 0.6q-0.4 0.3-0.9 0.2-0.5 0-0.8-0.4-0.3-0.4-0.2-0.9 0-0.5 0.4-0.8l2.2-1.7v-2.1q0-0.5 0.4-0.9 0.3-0.3 0.9-0.3 0.5 0 0.8 0.3 0.4 0.4 0.4 0.8v0.3l4.3-3.3q0.3-0.3 0.8-0.4 0.4-0.1 0.8-0.1 0.4 0 0.8 0.1 0.4 0.1 0.8 0.4l9 6.9q0.3 0.3 0.4 0.8 0.1 0.5-0.2 0.9-0.3 0.4-0.8 0.4-0.5 0.1-0.9-0.2l-0.7-0.6v6.8q0 1.1-0.8 1.8-0.8 0.8-1.9 0.8h-3.9q-0.3 0-0.5-0.2-0.1-0.2-0.1-0.4v-4.6q0-0.5-0.4-0.9-0.3-0.3-0.9-0.3-0.5 0-0.8 0.3-0.4 0.4-0.4 0.9v4.6q0 0.2-0.2 0.4-0.2 0.2-0.4 0.2h-3.8q-1.1 0-1.9-0.8-0.8-0.7-0.8-1.8zm1.5-14.1q-0.6 0-1-0.6-0.4-0.5-0.1-1.1 0.5-0.9 1.4-1.5 0.9-0.6 2-0.6 0.3 0 0.6-0.1 0.3-0.2 0.5-0.5 0.2-0.3 0.5-0.5 0.3-0.2 0.7-0.2 0.6 0 1 0.5 0.3 0.6 0 1.2-0.5 0.9-1.4 1.5-0.9 0.6-1.9 0.6-0.4 0-0.7 0.1-0.3 0.2-0.4 0.5-0.2 0.3-0.5 0.5-0.3 0.2-0.7 0.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-delete{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m4.8 19.5q-1.1 0-1.8-0.8-0.8-0.8-0.8-1.9v-12.6q-0.6 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.3-0.4 0.9-0.4h4.5q0-0.5 0.4-0.9 0.3-0.4 0.9-0.4h4q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9h4.5q0.6 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.3 0.4-0.9 0.4v12.6q0 1.1-0.8 1.9-0.7 0.8-1.8 0.8zm3-4.5q0.5 0 0.8-0.4 0.4-0.3 0.4-0.8v-6.7q0-0.4-0.4-0.8-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.3 0.4-0.3 0.8v6.7q0 0.5 0.3 0.8 0.3 0.4 0.8 0.4zm4.2 0q0.5 0 0.8-0.4 0.4-0.3 0.4-0.8v-6.7q0-0.4-0.4-0.8-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.4 0.4-0.4 0.8v6.7q0 0.5 0.4 0.8 0.3 0.4 0.8 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m4.8 19.5q-1.1 0-1.8-0.8-0.8-0.8-0.8-1.9v-12.6q-0.6 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.3-0.4 0.9-0.4h4.5q0-0.5 0.4-0.9 0.3-0.4 0.9-0.4h4q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9h4.5q0.6 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.3 0.4-0.9 0.4v12.6q0 1.1-0.8 1.9-0.7 0.8-1.8 0.8zm3-4.5q0.5 0 0.8-0.4 0.4-0.3 0.4-0.8v-6.7q0-0.4-0.4-0.8-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.3 0.4-0.3 0.8v6.7q0 0.5 0.3 0.8 0.3 0.4 0.8 0.4zm4.2 0q0.5 0 0.8-0.4 0.4-0.3 0.4-0.8v-6.7q0-0.4-0.4-0.8-0.3-0.3-0.8-0.3-0.5 0-0.8 0.3-0.4 0.4-0.4 0.8v6.7q0 0.5 0.4 0.8 0.3 0.4 0.8 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-delivery-truck{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20" fill="currentColor"><path d="m1.8 11.7q-0.6 0-1-0.4-0.3-0.4-0.3-0.9 0-0.6 0.3-1 0.4-0.4 1-0.4h3.5q0.6 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.3 0.4-0.9 0.4zm5.1 7.3q-1.4 0-2.4-0.9-1-1-1-2.4h-0.9q-0.7 0-1.1-0.5-0.4-0.5-0.2-1.1l0.3-1.2h3.6q1.1 0 1.8-0.7 0.8-0.8 0.8-1.8 0-0.5-0.2-0.9-0.1-0.3-0.4-0.7h1.2q1 0 1.8-0.7 0.7-0.7 0.7-1.8 0-1.1-0.7-1.8-0.8-0.7-1.8-0.7h-4.1l0.1-0.8q0.2-0.9 1-1.5 0.7-0.5 1.6-0.5h9.9q0.7 0 1.1 0.5 0.4 0.5 0.2 1.1l-0.7 3.1h1.6q0.6 0 1.2 0.3 0.5 0.2 0.9 0.7l1.7 2.3q0.3 0.4 0.4 1 0.2 0.5 0 1.1l-0.7 3.6q-0.1 0.4-0.4 0.7-0.4 0.3-0.9 0.3h-1.1q0 1.4-1 2.4-0.9 0.9-2.3 0.9-1.4 0-2.4-0.9-1-1-1-2.4h-3.3q0 1.4-1 2.4-0.9 0.9-2.3 0.9zm-3.1-11.4q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h4.5q0.6 0 1 0.4 0.3 0.3 0.3 0.9 0 0.5-0.3 0.9-0.4 0.4-1 0.4zm3.1 8.8q0.3 0 0.5-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.5 0.2zm10 0q0.3 0 0.5-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.5 0.2zm-0.6-5.3h4.2l0.2-0.7-1.6-2.1h-2.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20" fill="currentColor"><path d="m1.8 11.7q-0.6 0-1-0.4-0.3-0.4-0.3-0.9 0-0.6 0.3-1 0.4-0.4 1-0.4h3.5q0.6 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.3 0.4-0.9 0.4zm5.1 7.3q-1.4 0-2.4-0.9-1-1-1-2.4h-0.9q-0.7 0-1.1-0.5-0.4-0.5-0.2-1.1l0.3-1.2h3.6q1.1 0 1.8-0.7 0.8-0.8 0.8-1.8 0-0.5-0.2-0.9-0.1-0.3-0.4-0.7h1.2q1 0 1.8-0.7 0.7-0.7 0.7-1.8 0-1.1-0.7-1.8-0.8-0.7-1.8-0.7h-4.1l0.1-0.8q0.2-0.9 1-1.5 0.7-0.5 1.6-0.5h9.9q0.7 0 1.1 0.5 0.4 0.5 0.2 1.1l-0.7 3.1h1.6q0.6 0 1.2 0.3 0.5 0.2 0.9 0.7l1.7 2.3q0.3 0.4 0.4 1 0.2 0.5 0 1.1l-0.7 3.6q-0.1 0.4-0.4 0.7-0.4 0.3-0.9 0.3h-1.1q0 1.4-1 2.4-0.9 0.9-2.3 0.9-1.4 0-2.4-0.9-1-1-1-2.4h-3.3q0 1.4-1 2.4-0.9 0.9-2.3 0.9zm-3.1-11.4q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h4.5q0.6 0 1 0.4 0.3 0.3 0.3 0.9 0 0.5-0.3 0.9-0.4 0.4-1 0.4zm3.1 8.8q0.3 0 0.5-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.5 0.2zm10 0q0.3 0 0.5-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.5 0.2zm-0.6-5.3h4.2l0.2-0.7-1.6-2.1h-2.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-description{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m3.2 21.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-15.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h6.9q0.5 0 1 0.2 0.5 0.2 0.9 0.6l4.7 4.7q0.4 0.4 0.6 0.9 0.2 0.5 0.2 1v10.9q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm3-8.5h5.8q0.4 0 0.7-0.3 0.4-0.3 0.4-0.8 0-0.4-0.4-0.8-0.3-0.3-0.7-0.3h-5.8q-0.5 0-0.8 0.3-0.3 0.4-0.3 0.8 0 0.5 0.3 0.8 0.3 0.3 0.8 0.3zm0 4h5.8q0.4 0 0.7-0.3 0.4-0.3 0.4-0.8 0-0.4-0.4-0.8-0.3-0.3-0.7-0.3h-5.8q-0.5 0-0.8 0.3-0.3 0.4-0.3 0.8 0 0.5 0.3 0.8 0.3 0.3 0.8 0.3zm3.7-10.2q0 0.6 0.4 1 0.4 0.4 0.9 0.4h3.7l-5-5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m3.2 21.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-15.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h6.9q0.5 0 1 0.2 0.5 0.2 0.9 0.6l4.7 4.7q0.4 0.4 0.6 0.9 0.2 0.5 0.2 1v10.9q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm3-8.5h5.8q0.4 0 0.7-0.3 0.4-0.3 0.4-0.8 0-0.4-0.4-0.8-0.3-0.3-0.7-0.3h-5.8q-0.5 0-0.8 0.3-0.3 0.4-0.3 0.8 0 0.5 0.3 0.8 0.3 0.3 0.8 0.3zm0 4h5.8q0.4 0 0.7-0.3 0.4-0.3 0.4-0.8 0-0.4-0.4-0.8-0.3-0.3-0.7-0.3h-5.8q-0.5 0-0.8 0.3-0.3 0.4-0.3 0.8 0 0.5 0.3 0.8 0.3 0.3 0.8 0.3zm3.7-10.2q0 0.6 0.4 1 0.4 0.4 0.9 0.4h3.7l-5-5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-dining{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m3.2 21.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-15.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h15.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v15.6q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm10.9-3.6q0.4 0 0.7-0.3 0.3-0.2 0.3-0.6v-5.2q0.8-0.5 1.3-1.4 0.4-0.9 0.4-2.1 0-1.5-0.7-2.5-0.8-1-2-1-1.2 0-1.9 1-0.8 1-0.8 2.5 0 1.2 0.5 2.1 0.4 0.9 1.2 1.4v5.2q0 0.4 0.3 0.7 0.3 0.2 0.7 0.2zm-6.5 0q0.4 0 0.7-0.3 0.3-0.2 0.3-0.6v-5.6q0.6-0.2 1.1-0.8 0.5-0.5 0.5-1.3v-3.9q0-0.3-0.2-0.4-0.2-0.2-0.4-0.2-0.2 0-0.4 0.2-0.2 0.1-0.2 0.4v2.5h-0.8v-2.5q0-0.3-0.2-0.4-0.1-0.2-0.4-0.2-0.2 0-0.4 0.2-0.2 0.1-0.2 0.4v2.5h-0.8v-2.5q0-0.3-0.2-0.4-0.1-0.2-0.4-0.2-0.2 0-0.4 0.2-0.2 0.1-0.2 0.4v3.9q0 0.8 0.5 1.3 0.5 0.6 1.2 0.8v5.6q0 0.4 0.2 0.7 0.3 0.2 0.7 0.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m3.2 21.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-15.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h15.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v15.6q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm10.9-3.6q0.4 0 0.7-0.3 0.3-0.2 0.3-0.6v-5.2q0.8-0.5 1.3-1.4 0.4-0.9 0.4-2.1 0-1.5-0.7-2.5-0.8-1-2-1-1.2 0-1.9 1-0.8 1-0.8 2.5 0 1.2 0.5 2.1 0.4 0.9 1.2 1.4v5.2q0 0.4 0.3 0.7 0.3 0.2 0.7 0.2zm-6.5 0q0.4 0 0.7-0.3 0.3-0.2 0.3-0.6v-5.6q0.6-0.2 1.1-0.8 0.5-0.5 0.5-1.3v-3.9q0-0.3-0.2-0.4-0.2-0.2-0.4-0.2-0.2 0-0.4 0.2-0.2 0.1-0.2 0.4v2.5h-0.8v-2.5q0-0.3-0.2-0.4-0.1-0.2-0.4-0.2-0.2 0-0.4 0.2-0.2 0.1-0.2 0.4v2.5h-0.8v-2.5q0-0.3-0.2-0.4-0.1-0.2-0.4-0.2-0.2 0-0.4 0.2-0.2 0.1-0.2 0.4v3.9q0 0.8 0.5 1.3 0.5 0.6 1.2 0.8v5.6q0 0.4 0.2 0.7 0.3 0.2 0.7 0.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-edit{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21" fill="currentColor"><path d="m17.9 0.5c0.7 0 1.3 0.3 1.8 0.8 0.5 0.5 0.8 1.1 0.8 1.8 0 0.7-0.3 1.4-0.8 1.9l-1.1 1.1-3.7-3.7 1.1-1.1c0.5-0.5 1.2-0.8 1.9-0.8zm-4.1 3l3.7 3.7-8.4 8.4c-0.6 0.6-1.4 1.1-2.2 1.3l-2.7 0.8q-0.2 0.1-0.4 0-0.2 0-0.3-0.2-0.2-0.1-0.2-0.3-0.1-0.2 0-0.4l0.8-2.7c0.2-0.8 0.7-1.6 1.3-2.2zm-12.7 1.6c0.6-0.5 1.4-0.9 2.2-0.9h5.2q0.3 0.1 0.5 0.3 0.2 0.2 0.3 0.5-0.1 0.3-0.3 0.5-0.2 0.2-0.5 0.2h-5.2c-0.4 0-0.8 0.2-1.1 0.5-0.3 0.3-0.4 0.7-0.4 1v10.5c0 0.4 0.1 0.8 0.4 1.1 0.3 0.3 0.7 0.4 1.1 0.4h10.5c0.3 0 0.7-0.1 1-0.4 0.3-0.3 0.5-0.7 0.5-1.1v-5.2q0-0.3 0.2-0.5 0.2-0.2 0.5-0.3 0.3 0.1 0.5 0.3 0.2 0.2 0.3 0.5v5.2c0 0.8-0.4 1.6-0.9 2.2-0.6 0.5-1.4 0.8-2.1 0.8h-10.5c-0.8 0-1.6-0.3-2.2-0.8-0.5-0.6-0.8-1.4-0.8-2.2v-10.5c0-0.7 0.3-1.5 0.8-2.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21" fill="currentColor"><path d="m17.9 0.5c0.7 0 1.3 0.3 1.8 0.8 0.5 0.5 0.8 1.1 0.8 1.8 0 0.7-0.3 1.4-0.8 1.9l-1.1 1.1-3.7-3.7 1.1-1.1c0.5-0.5 1.2-0.8 1.9-0.8zm-4.1 3l3.7 3.7-8.4 8.4c-0.6 0.6-1.4 1.1-2.2 1.3l-2.7 0.8q-0.2 0.1-0.4 0-0.2 0-0.3-0.2-0.2-0.1-0.2-0.3-0.1-0.2 0-0.4l0.8-2.7c0.2-0.8 0.7-1.6 1.3-2.2zm-12.7 1.6c0.6-0.5 1.4-0.9 2.2-0.9h5.2q0.3 0.1 0.5 0.3 0.2 0.2 0.3 0.5-0.1 0.3-0.3 0.5-0.2 0.2-0.5 0.2h-5.2c-0.4 0-0.8 0.2-1.1 0.5-0.3 0.3-0.4 0.7-0.4 1v10.5c0 0.4 0.1 0.8 0.4 1.1 0.3 0.3 0.7 0.4 1.1 0.4h10.5c0.3 0 0.7-0.1 1-0.4 0.3-0.3 0.5-0.7 0.5-1.1v-5.2q0-0.3 0.2-0.5 0.2-0.2 0.5-0.3 0.3 0.1 0.5 0.3 0.2 0.2 0.3 0.5v5.2c0 0.8-0.4 1.6-0.9 2.2-0.6 0.5-1.4 0.8-2.1 0.8h-10.5c-0.8 0-1.6-0.3-2.2-0.8-0.5-0.6-0.8-1.4-0.8-2.2v-10.5c0-0.7 0.3-1.5 0.8-2.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-ellipsis{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 6" fill="currentColor"><path d="m0.6 3c0-1.2 0.9-2.1 2.1-2.1 1.2 0 2.1 0.9 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1zm6.3 0c0-1.2 0.9-2.1 2.1-2.1 1.2 0 2.1 0.9 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1zm8.4-2.1c1.2 0 2.1 0.9 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1 0-1.2 0.9-2.1 2.1-2.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 6" fill="currentColor"><path d="m0.6 3c0-1.2 0.9-2.1 2.1-2.1 1.2 0 2.1 0.9 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1zm6.3 0c0-1.2 0.9-2.1 2.1-2.1 1.2 0 2.1 0.9 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1zm8.4-2.1c1.2 0 2.1 0.9 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1 0-1.2 0.9-2.1 2.1-2.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-error{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11.9968 17.4805C12.3953 17.4805 12.7304 17.3456 13.0023 17.076C13.2739 16.8065 13.4098 16.4725 13.4098 16.074C13.4098 15.6753 13.275 15.3378 13.0055 15.0615C12.7359 14.785 12.4018 14.6467 12.0033 14.6467C11.6048 14.6467 11.2696 14.785 10.9978 15.0615C10.7261 15.3378 10.5903 15.6753 10.5903 16.074C10.5903 16.4725 10.725 16.8065 10.9945 17.076C11.2642 17.3456 11.5983 17.4805 11.9968 17.4805ZM12 13.0282C12.3682 13.0282 12.681 12.8994 12.9385 12.6417C13.1962 12.3842 13.325 12.0714 13.325 11.7032V8.02822C13.325 7.66005 13.1962 7.34722 12.9385 7.08972C12.681 6.83205 12.3682 6.70322 12 6.70322C11.6319 6.70322 11.319 6.83205 11.0615 7.08972C10.8039 7.34722 10.675 7.66005 10.675 8.02822V11.7032C10.675 12.0714 10.8039 12.3842 11.0615 12.6417C11.319 12.8994 11.6319 13.0282 12 13.0282ZM12 22.4805C10.5414 22.4805 9.17545 22.2058 7.90228 21.6565C6.62928 21.1071 5.52195 20.3616 4.58028 19.4197C3.63845 18.4781 2.89286 17.3707 2.34353 16.0977C1.7942 14.8246 1.51953 13.4586 1.51953 12C1.51953 10.5413 1.7942 9.17539 2.34353 7.90222C2.89286 6.62922 3.63845 5.52189 4.58028 4.58022C5.52195 3.63839 6.62928 2.8928 7.90228 2.34347C9.17545 1.79414 10.5414 1.51947 12 1.51947C13.4587 1.51947 14.8246 1.79414 16.0978 2.34347C17.3708 2.8928 18.4781 3.63839 19.4198 4.58022C20.3616 5.52189 21.1072 6.62922 21.6565 7.90222C22.2059 9.17539 22.4805 10.5413 22.4805 12C22.4805 13.4586 22.2059 14.8246 21.6565 16.0977C21.1072 17.3707 20.3616 18.4781 19.4198 19.4197C18.4781 20.3616 17.3708 21.1071 16.0978 21.6565C14.8246 22.2058 13.4587 22.4805 12 22.4805Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11.9968 17.4805C12.3953 17.4805 12.7304 17.3456 13.0023 17.076C13.2739 16.8065 13.4098 16.4725 13.4098 16.074C13.4098 15.6753 13.275 15.3378 13.0055 15.0615C12.7359 14.785 12.4018 14.6467 12.0033 14.6467C11.6048 14.6467 11.2696 14.785 10.9978 15.0615C10.7261 15.3378 10.5903 15.6753 10.5903 16.074C10.5903 16.4725 10.725 16.8065 10.9945 17.076C11.2642 17.3456 11.5983 17.4805 11.9968 17.4805ZM12 13.0282C12.3682 13.0282 12.681 12.8994 12.9385 12.6417C13.1962 12.3842 13.325 12.0714 13.325 11.7032V8.02822C13.325 7.66005 13.1962 7.34722 12.9385 7.08972C12.681 6.83205 12.3682 6.70322 12 6.70322C11.6319 6.70322 11.319 6.83205 11.0615 7.08972C10.8039 7.34722 10.675 7.66005 10.675 8.02822V11.7032C10.675 12.0714 10.8039 12.3842 11.0615 12.6417C11.319 12.8994 11.6319 13.0282 12 13.0282ZM12 22.4805C10.5414 22.4805 9.17545 22.2058 7.90228 21.6565C6.62928 21.1071 5.52195 20.3616 4.58028 19.4197C3.63845 18.4781 2.89286 17.3707 2.34353 16.0977C1.7942 14.8246 1.51953 13.4586 1.51953 12C1.51953 10.5413 1.7942 9.17539 2.34353 7.90222C2.89286 6.62922 3.63845 5.52189 4.58028 4.58022C5.52195 3.63839 6.62928 2.8928 7.90228 2.34347C9.17545 1.79414 10.5414 1.51947 12 1.51947C13.4587 1.51947 14.8246 1.79414 16.0978 2.34347C17.3708 2.8928 18.4781 3.63839 19.4198 4.58022C20.3616 5.52189 21.1072 6.62922 21.6565 7.90222C22.2059 9.17539 22.4805 10.5413 22.4805 12C22.4805 13.4586 22.2059 14.8246 21.6565 16.0977C21.1072 17.3707 20.3616 18.4781 19.4198 19.4197C18.4781 20.3616 17.3708 21.1071 16.0978 21.6565C14.8246 22.2058 13.4587 22.4805 12 22.4805Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-exclamation{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 514 480" fill="currentColor"><path d="m257 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-0.8 39.5-7.2 12.1-20.3 19.5-34.4 19.5h-432c-14.1 0-27.2-7.4-34.4-19.5-7.2-12.1-7.5-27.1-0.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c0.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 514 480" fill="currentColor"><path d="m257 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-0.8 39.5-7.2 12.1-20.3 19.5-34.4 19.5h-432c-14.1 0-27.2-7.4-34.4-19.5-7.2-12.1-7.5-27.1-0.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c0.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-exit-run{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 22" fill="currentColor"><path d="m17 22h-2v-20h-13v13.1l-2-0.4v-14.7h17zm-10.7-3.1l-5.9-1.2 0.3-1.6 4.2 0.8 1.3-6.9-1.5 0.6v2.9h-1.7v-4l4.4-1.8 0.7-0.1c0.6 0 1.1 0.3 1.4 0.8l0.9 1.4c0.6 1.2 2 2 3.6 2v1.7c-1.9 0-3.6-0.8-4.7-2.1l-0.5 2.5 1.8 1.7v6.4h-1.7v-5.1l-1.8-1.7zm3.1-11.8c-1 0.1-1.7-0.7-1.7-1.6q0-0.4 0.1-0.7 0.1-0.3 0.4-0.5 0.2-0.3 0.5-0.4 0.3-0.1 0.7-0.1c0.9 0 1.7 0.7 1.7 1.7 0 0.9-0.8 1.7-1.7 1.7zm-7.4 14.8h-2v-3.2l2 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 22" fill="currentColor"><path d="m17 22h-2v-20h-13v13.1l-2-0.4v-14.7h17zm-10.7-3.1l-5.9-1.2 0.3-1.6 4.2 0.8 1.3-6.9-1.5 0.6v2.9h-1.7v-4l4.4-1.8 0.7-0.1c0.6 0 1.1 0.3 1.4 0.8l0.9 1.4c0.6 1.2 2 2 3.6 2v1.7c-1.9 0-3.6-0.8-4.7-2.1l-0.5 2.5 1.8 1.7v6.4h-1.7v-5.1l-1.8-1.7zm3.1-11.8c-1 0.1-1.7-0.7-1.7-1.6q0-0.4 0.1-0.7 0.1-0.3 0.4-0.5 0.2-0.3 0.5-0.4 0.3-0.1 0.7-0.1c0.9 0 1.7 0.7 1.7 1.7 0 0.9-0.8 1.7-1.7 1.7zm-7.4 14.8h-2v-3.2l2 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-eye-off{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 20" fill="currentColor"><path d="m20.5 18.5q0.1 0.1 0.2 0.2 0.1 0.2 0.1 0.3 0 0.2-0.1 0.3 0 0.1-0.2 0.2-0.1 0.2-0.2 0.2-0.1 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1-0.1-0.2-0.2l-18-18q-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5 0.2-0.2 0.5-0.2 0.3 0 0.5 0.2zm1.2-7.9c-0.6 1.6-1.5 3-2.7 4.3l-3.1-3.1c0.4-1 0.4-2 0.2-3-0.2-0.9-0.7-1.8-1.4-2.5-0.7-0.7-1.6-1.2-2.5-1.4-1-0.2-2-0.2-3 0.2l-2.4-2.5c1.3-0.6 2.7-0.9 4.2-0.9 5 0 9.2 3.3 10.7 7.7q0.2 0.6 0 1.2zm-15.6-2.4q-0.3 0.9-0.4 1.8c0 0.8 0.3 1.7 0.6 2.4 0.4 0.8 1 1.4 1.7 1.9 0.7 0.5 1.5 0.8 2.3 0.9 0.8 0.1 1.7 0 2.5-0.3l2.4 2.5c-1.3 0.6-2.7 0.8-4.2 0.8-5 0-9.2-3.2-10.7-7.6q-0.2-0.6 0-1.2c0.6-1.6 1.5-3 2.7-4.3zm3.7 5.4q-0.8-0.3-1.5-0.9-0.6-0.7-0.9-1.5-0.2-0.9-0.1-1.7l4.2 4.2q-0.8 0.1-1.7-0.1zm4.9-3.6q0 0.3 0 0.5l-4.2-4.2q0.8-0.1 1.6 0.1 0.7 0.2 1.4 0.8 0.6 0.5 0.9 1.2 0.3 0.8 0.3 1.6zm-3.2 3.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 20" fill="currentColor"><path d="m20.5 18.5q0.1 0.1 0.2 0.2 0.1 0.2 0.1 0.3 0 0.2-0.1 0.3 0 0.1-0.2 0.2-0.1 0.2-0.2 0.2-0.1 0.1-0.3 0.1-0.1 0-0.3-0.1-0.1-0.1-0.2-0.2l-18-18q-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5 0.2-0.2 0.5-0.2 0.3 0 0.5 0.2zm1.2-7.9c-0.6 1.6-1.5 3-2.7 4.3l-3.1-3.1c0.4-1 0.4-2 0.2-3-0.2-0.9-0.7-1.8-1.4-2.5-0.7-0.7-1.6-1.2-2.5-1.4-1-0.2-2-0.2-3 0.2l-2.4-2.5c1.3-0.6 2.7-0.9 4.2-0.9 5 0 9.2 3.3 10.7 7.7q0.2 0.6 0 1.2zm-15.6-2.4q-0.3 0.9-0.4 1.8c0 0.8 0.3 1.7 0.6 2.4 0.4 0.8 1 1.4 1.7 1.9 0.7 0.5 1.5 0.8 2.3 0.9 0.8 0.1 1.7 0 2.5-0.3l2.4 2.5c-1.3 0.6-2.7 0.8-4.2 0.8-5 0-9.2-3.2-10.7-7.6q-0.2-0.6 0-1.2c0.6-1.6 1.5-3 2.7-4.3zm3.7 5.4q-0.8-0.3-1.5-0.9-0.6-0.7-0.9-1.5-0.2-0.9-0.1-1.7l4.2 4.2q-0.8 0.1-1.7-0.1zm4.9-3.6q0 0.3 0 0.5l-4.2-4.2q0.8-0.1 1.6 0.1 0.7 0.2 1.4 0.8 0.6 0.5 0.9 1.2 0.3 0.8 0.3 1.6zm-3.2 3.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-eye{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18" fill="currentColor"><path d="m21.7 8.4q0.2 0.6 0 1.2c-1.5 4.4-5.7 7.6-10.7 7.6-5 0.1-9.2-3.2-10.7-7.6q-0.2-0.6 0-1.2c1.5-4.4 5.7-7.7 10.7-7.7 5 0 9.2 3.3 10.7 7.7zm-7 4.3c1-1 1.6-2.3 1.6-3.7 0-1.4-0.6-2.7-1.6-3.7-1-1-2.3-1.5-3.7-1.5-1.4 0-2.7 0.5-3.7 1.5-1 1-1.5 2.3-1.5 3.7 0 1.4 0.5 2.7 1.5 3.7 1 1 2.3 1.5 3.7 1.5 1.4 0 2.7-0.5 3.7-1.5zm-1.6-1.6c-0.5 0.6-1.3 0.9-2.1 0.9-0.8 0-1.6-0.3-2.1-0.9-0.6-0.5-0.9-1.3-0.9-2.1 0-0.8 0.3-1.6 0.9-2.1 0.5-0.6 1.3-0.9 2.1-0.9 0.8 0 1.6 0.3 2.1 0.9 0.6 0.5 0.9 1.3 0.9 2.1 0 0.8-0.3 1.6-0.9 2.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18" fill="currentColor"><path d="m21.7 8.4q0.2 0.6 0 1.2c-1.5 4.4-5.7 7.6-10.7 7.6-5 0.1-9.2-3.2-10.7-7.6q-0.2-0.6 0-1.2c1.5-4.4 5.7-7.7 10.7-7.7 5 0 9.2 3.3 10.7 7.7zm-7 4.3c1-1 1.6-2.3 1.6-3.7 0-1.4-0.6-2.7-1.6-3.7-1-1-2.3-1.5-3.7-1.5-1.4 0-2.7 0.5-3.7 1.5-1 1-1.5 2.3-1.5 3.7 0 1.4 0.5 2.7 1.5 3.7 1 1 2.3 1.5 3.7 1.5 1.4 0 2.7-0.5 3.7-1.5zm-1.6-1.6c-0.5 0.6-1.3 0.9-2.1 0.9-0.8 0-1.6-0.3-2.1-0.9-0.6-0.5-0.9-1.3-0.9-2.1 0-0.8 0.3-1.6 0.9-2.1 0.5-0.6 1.3-0.9 2.1-0.9 0.8 0 1.6 0.3 2.1 0.9 0.6 0.5 0.9 1.3 0.9 2.1 0 0.8-0.3 1.6-0.9 2.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-feather{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 63 64" fill="currentColor"><path d="m33.6 26.9l-32 32c-1.2 1.1-1.2 3.1 0 4.2 1.2 1.2 3.1 1.2 4.3 0l7.1-7.1h8.5c6.2 0 12.2-1.8 17.4-5.1 1.3-0.9 0.6-2.9-1-2.9-0.7 0-1.2-0.5-1.2-1.2 0-0.5 0.4-0.9 0.8-1.1l10.2-3q0.4-0.1 0.8-0.5l2.8-2.8c1.3-1.3 0.4-3.4-1.4-3.4h-4c-0.7 0-1.2-0.5-1.2-1.2 0-0.5 0.4-0.9 0.8-1.1l14-4.2c0.5-0.1 1-0.4 1.2-0.9 1.3-2.7 2-5.6 2-8.6 0-5.1-2-10-5.6-13.7l-0.7-0.7c-3.6-3.6-8.5-5.6-13.7-5.6-5.1 0-10 2-13.6 5.7l-13 12.9c-6 6-9.4 14.2-9.4 22.6v7l23.7-23.7c0.8-0.8 2.1-0.8 2.9 0 0.6 0.6 0.7 1.7 0.2 2.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 63 64" fill="currentColor"><path d="m33.6 26.9l-32 32c-1.2 1.1-1.2 3.1 0 4.2 1.2 1.2 3.1 1.2 4.3 0l7.1-7.1h8.5c6.2 0 12.2-1.8 17.4-5.1 1.3-0.9 0.6-2.9-1-2.9-0.7 0-1.2-0.5-1.2-1.2 0-0.5 0.4-0.9 0.8-1.1l10.2-3q0.4-0.1 0.8-0.5l2.8-2.8c1.3-1.3 0.4-3.4-1.4-3.4h-4c-0.7 0-1.2-0.5-1.2-1.2 0-0.5 0.4-0.9 0.8-1.1l14-4.2c0.5-0.1 1-0.4 1.2-0.9 1.3-2.7 2-5.6 2-8.6 0-5.1-2-10-5.6-13.7l-0.7-0.7c-3.6-3.6-8.5-5.6-13.7-5.6-5.1 0-10 2-13.6 5.7l-13 12.9c-6 6-9.4 14.2-9.4 22.6v7l23.7-23.7c0.8-0.8 2.1-0.8 2.9 0 0.6 0.6 0.7 1.7 0.2 2.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-filter{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="currentColor"><path d="m15.8 9.8l1.4-0.1q0.4 0 0.6-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.6-0.3h-1.5q-0.3 0.1-0.5 0.3-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.5 0.2zm-6.7-6.7q0-0.3 0.2-0.5 0.2-0.2 0.5-0.3h7.5q0.4 0.1 0.6 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.6 0.2h-7.5q-0.3 0-0.5-0.2-0.2-0.2-0.2-0.5zm0 12q0-0.3 0.2-0.5 0.2-0.2 0.5-0.3h7.5q0.4 0.1 0.6 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.6 0.2h-7.5q-0.3 0-0.5-0.2-0.2-0.2-0.2-0.5zm-8.3-11.3l1.6 0.1q0.3-0.1 0.5-0.3 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2h-1.5q-0.4 0-0.6 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.6 0.3zm1.5 11.9h-1.5q-0.4 0-0.6-0.2-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5 0.2-0.2 0.6-0.3h1.5q0.3 0.1 0.5 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.5 0.2zm-2.3-6.7q0-0.3 0.2-0.5 0.2-0.2 0.6-0.3h7.5q0.3 0.1 0.5 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.6 0.3h-7.5q-0.3-0.1-0.5-0.3-0.2-0.2-0.2-0.5zm6-8.3c-0.6 0.1-1.2 0.3-1.6 0.7-0.4 0.4-0.6 1-0.6 1.6 0 0.6 0.2 1.2 0.6 1.6 0.4 0.4 1 0.7 1.6 0.7 0.6 0 1.2-0.3 1.6-0.7 0.4-0.4 0.6-1 0.6-1.6 0-0.6-0.2-1.2-0.6-1.6-0.4-0.4-1-0.6-1.6-0.6zm3.8 8.2c0-0.6 0.2-1.2 0.6-1.6 0.4-0.4 1-0.6 1.6-0.6 0.6 0 1.2 0.2 1.6 0.6 0.4 0.4 0.7 1 0.7 1.6 0 0.6-0.3 1.2-0.7 1.6-0.4 0.4-1 0.7-1.6 0.7-0.6 0-1.2-0.3-1.6-0.7-0.4-0.4-0.6-1-0.6-1.6zm-3.8 3.8c-0.6 0-1.2 0.2-1.6 0.6-0.4 0.4-0.6 1-0.6 1.6 0 0.6 0.2 1.2 0.6 1.6 0.4 0.4 1 0.7 1.6 0.7 0.6 0 1.2-0.3 1.6-0.7 0.4-0.4 0.6-1 0.6-1.6 0-0.6-0.2-1.2-0.6-1.6-0.4-0.4-1-0.6-1.6-0.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="currentColor"><path d="m15.8 9.8l1.4-0.1q0.4 0 0.6-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.6-0.3h-1.5q-0.3 0.1-0.5 0.3-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.5 0.2zm-6.7-6.7q0-0.3 0.2-0.5 0.2-0.2 0.5-0.3h7.5q0.4 0.1 0.6 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.6 0.2h-7.5q-0.3 0-0.5-0.2-0.2-0.2-0.2-0.5zm0 12q0-0.3 0.2-0.5 0.2-0.2 0.5-0.3h7.5q0.4 0.1 0.6 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.6 0.2h-7.5q-0.3 0-0.5-0.2-0.2-0.2-0.2-0.5zm-8.3-11.3l1.6 0.1q0.3-0.1 0.5-0.3 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2h-1.5q-0.4 0-0.6 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.2 0.6 0.3zm1.5 11.9h-1.5q-0.4 0-0.6-0.2-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5 0.2-0.2 0.6-0.3h1.5q0.3 0.1 0.5 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.5 0.2zm-2.3-6.7q0-0.3 0.2-0.5 0.2-0.2 0.6-0.3h7.5q0.3 0.1 0.5 0.3 0.2 0.2 0.2 0.5 0 0.3-0.2 0.5-0.2 0.2-0.6 0.3h-7.5q-0.3-0.1-0.5-0.3-0.2-0.2-0.2-0.5zm6-8.3c-0.6 0.1-1.2 0.3-1.6 0.7-0.4 0.4-0.6 1-0.6 1.6 0 0.6 0.2 1.2 0.6 1.6 0.4 0.4 1 0.7 1.6 0.7 0.6 0 1.2-0.3 1.6-0.7 0.4-0.4 0.6-1 0.6-1.6 0-0.6-0.2-1.2-0.6-1.6-0.4-0.4-1-0.6-1.6-0.6zm3.8 8.2c0-0.6 0.2-1.2 0.6-1.6 0.4-0.4 1-0.6 1.6-0.6 0.6 0 1.2 0.2 1.6 0.6 0.4 0.4 0.7 1 0.7 1.6 0 0.6-0.3 1.2-0.7 1.6-0.4 0.4-1 0.7-1.6 0.7-0.6 0-1.2-0.3-1.6-0.7-0.4-0.4-0.6-1-0.6-1.6zm-3.8 3.8c-0.6 0-1.2 0.2-1.6 0.6-0.4 0.4-0.6 1-0.6 1.6 0 0.6 0.2 1.2 0.6 1.6 0.4 0.4 1 0.7 1.6 0.7 0.6 0 1.2-0.3 1.6-0.7 0.4-0.4 0.6-1 0.6-1.6 0-0.6-0.2-1.2-0.6-1.6-0.4-0.4-1-0.6-1.6-0.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-flag{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor"><path d="m32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5 46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4-37.9-19-81.4-23.7-122.5-13.4l-64.3 16v96c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-448c0-17.7 14.3-32 32-32zm32 187.1l64-13.9v65.5l-64 13.9v65.5l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3v-63.9l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1v-64c13.6 0.4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4v-69.8l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4v-64.2c-7.8-0.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15-8.2-4.1-16.9-7-25.8-8.8v72.4c-13-0.4-26 0.8-38.7 3.6l-25.3 5.5v-75.2l-64 16zm256 148.6c16.8 1.5 33.9-0.7 50-6.8l14-5.2v-71.7l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5zm64-149.4v-70.8c-20.9 6.1-42.4 9.1-64 9.1v69.4c13.9 1.4 28 0.5 41.7-2.6l22.3-5.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor"><path d="m32 0c17.7 0 32 14.3 32 32v16l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5 46.3 23.2 100.8 23.2 147.1 0l9.6-4.8c20.6-10.4 44.8 4.6 44.8 27.6v279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4-37.9-19-81.4-23.7-122.5-13.4l-64.3 16v96c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-448c0-17.7 14.3-32 32-32zm32 187.1l64-13.9v65.5l-64 13.9v65.5l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3v-63.9l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1v-64c13.6 0.4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4v-69.8l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4v-64.2c-7.8-0.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15-8.2-4.1-16.9-7-25.8-8.8v72.4c-13-0.4-26 0.8-38.7 3.6l-25.3 5.5v-75.2l-64 16zm256 148.6c16.8 1.5 33.9-0.7 50-6.8l14-5.2v-71.7l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5zm64-149.4v-70.8c-20.9 6.1-42.4 9.1-64 9.1v69.4c13.9 1.4 28 0.5 41.7-2.6l22.3-5.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-forest{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 55" fill="currentColor"><path d="m17.5 51.4v-7.1h-13.9q-2.1 0-3.1-1.9-1-1.8 0.1-3.6l6.9-10.5q-1.7 0-2.4-1.4-0.8-1.5 0.2-2.8l15.2-21.8q0.6-0.8 1.3-1.1 0.8-0.4 1.6-0.4 0.9 0 1.6 0.4 0.8 0.3 1.4 1.1l15.2 21.8q0.9 1.3 0.1 2.8-0.7 1.4-2.3 1.4l6.9 10.5q1.1 1.8 0.1 3.6-1 1.9-3.1 1.9h-14v7.1q0 1.5-1 2.5-1 1-2.5 1h-4.8q-1.4 0-2.5-1-1-1-1-2.5zm17.2 0v-3.9h11.8v3.9q0 1.5-1 2.5-1.1 1-2.5 1h-4.8q-1.5 0-2.5-1-1-1-1-2.5zm19.1-7.1l-8.4-12.8q1.7 0 2.5-1.5 0.8-1.5-0.2-2.9l-13.7-19.6 3.6-5.2q0.6-0.8 1.4-1.1 0.7-0.4 1.6-0.4 0.8 0 1.6 0.4 0.7 0.3 1.3 1.1l15.2 21.8q1 1.3 0.2 2.8-0.7 1.4-2.4 1.4l6.9 10.5q1.1 1.8 0.1 3.6-1 1.9-3.1 1.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 55" fill="currentColor"><path d="m17.5 51.4v-7.1h-13.9q-2.1 0-3.1-1.9-1-1.8 0.1-3.6l6.9-10.5q-1.7 0-2.4-1.4-0.8-1.5 0.2-2.8l15.2-21.8q0.6-0.8 1.3-1.1 0.8-0.4 1.6-0.4 0.9 0 1.6 0.4 0.8 0.3 1.4 1.1l15.2 21.8q0.9 1.3 0.1 2.8-0.7 1.4-2.3 1.4l6.9 10.5q1.1 1.8 0.1 3.6-1 1.9-3.1 1.9h-14v7.1q0 1.5-1 2.5-1 1-2.5 1h-4.8q-1.4 0-2.5-1-1-1-1-2.5zm17.2 0v-3.9h11.8v3.9q0 1.5-1 2.5-1.1 1-2.5 1h-4.8q-1.5 0-2.5-1-1-1-1-2.5zm19.1-7.1l-8.4-12.8q1.7 0 2.5-1.5 0.8-1.5-0.2-2.9l-13.7-19.6 3.6-5.2q0.6-0.8 1.4-1.1 0.7-0.4 1.6-0.4 0.8 0 1.6 0.4 0.7 0.3 1.3 1.1l15.2 21.8q1 1.3 0.2 2.8-0.7 1.4-2.4 1.4l6.9 10.5q1.1 1.8 0.1 3.6-1 1.9-3.1 1.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-form-filled{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m6 0.5q0.7 0 1.4 0.3 0.7 0.3 1.3 0.8 0.5 0.5 0.8 1.2 0.2 0.7 0.3 1.4v1.9q0 0.4 0.1 0.7 0.1 0.4 0.4 0.7 0.3 0.2 0.6 0.4 0.4 0.1 0.7 0.1h1.9q0.7 0 1.4 0.3 0.7 0.3 1.3 0.8 0.5 0.5 0.8 1.2 0.2 0.7 0.3 1.5v7.8c0 1.1-0.9 1.9-1.9 1.9h-12.8c-1 0-1.8-0.8-1.8-1.9v-17.2c0-1.1 0.8-1.9 1.8-1.9zm-1.4 13.8q0 0.1 0.1 0.2 0.2 0.1 0.3 0.2 0.1 0 0.3 0h7.5q0.3 0 0.5-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.3h-7.5q-0.2 0.1-0.3 0.1-0.1 0.1-0.3 0.2-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0.3 0 0.1 0.1 0.3zm0.7 1.9q-0.3 0.1-0.6 0.3-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.3 0.2 0.6 0.2h3.7q0.3 0 0.6-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.3-0.2-0.6-0.3zm7.1-14.4q1.2 0.6 2.1 1.6 0.9 0.9 1.5 2 0.7 1.1 1 2.4-0.3-0.3-0.7-0.6-0.5-0.2-0.9-0.4-0.4-0.1-0.9-0.2-0.5-0.1-0.9-0.1h-1.9c-0.2 0-0.4-0.2-0.4-0.4v-1.9q0-0.4-0.1-0.9 0-0.4-0.2-0.9-0.2-0.4-0.4-0.8-0.2-0.4-0.6-0.8 1.3 0.3 2.4 1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m6 0.5q0.7 0 1.4 0.3 0.7 0.3 1.3 0.8 0.5 0.5 0.8 1.2 0.2 0.7 0.3 1.4v1.9q0 0.4 0.1 0.7 0.1 0.4 0.4 0.7 0.3 0.2 0.6 0.4 0.4 0.1 0.7 0.1h1.9q0.7 0 1.4 0.3 0.7 0.3 1.3 0.8 0.5 0.5 0.8 1.2 0.2 0.7 0.3 1.5v7.8c0 1.1-0.9 1.9-1.9 1.9h-12.8c-1 0-1.8-0.8-1.8-1.9v-17.2c0-1.1 0.8-1.9 1.8-1.9zm-1.4 13.8q0 0.1 0.1 0.2 0.2 0.1 0.3 0.2 0.1 0 0.3 0h7.5q0.3 0 0.5-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.3h-7.5q-0.2 0.1-0.3 0.1-0.1 0.1-0.3 0.2-0.1 0.1-0.1 0.2-0.1 0.2-0.1 0.3 0 0.1 0.1 0.3zm0.7 1.9q-0.3 0.1-0.6 0.3-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.3 0.2 0.6 0.2h3.7q0.3 0 0.6-0.2 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.3-0.2-0.6-0.3zm7.1-14.4q1.2 0.6 2.1 1.6 0.9 0.9 1.5 2 0.7 1.1 1 2.4-0.3-0.3-0.7-0.6-0.5-0.2-0.9-0.4-0.4-0.1-0.9-0.2-0.5-0.1-0.9-0.1h-1.9c-0.2 0-0.4-0.2-0.4-0.4v-1.9q0-0.4-0.1-0.9 0-0.4-0.2-0.9-0.2-0.4-0.4-0.8-0.2-0.4-0.6-0.8 1.3 0.3 2.4 1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-form{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m5.5 0.5c3 0 3.2 0.1 3.6 0.1q0.2 0.1 0.3 0.1 0.2 0 0.4 0.1 0.2 0 0.3 0.1 0.2 0 0.4 0.1c3.6 1.1 6.2 4.3 6.7 8.1 0 0.5 0 1.3 0 5.8v5.2l-0.1 0.3c-0.1 0.1-0.2 0.3-0.3 0.4-0.2 0.3-0.5 0.5-0.9 0.6l-0.2 0.1h-13.4l-0.2-0.1c-0.4-0.1-0.7-0.3-0.9-0.6-0.1-0.1-0.2-0.3-0.3-0.4l-0.1-0.3v-9c0-9 0-9.1 0-9.3 0.2-0.6 0.6-1 1.2-1.2 0.3-0.1 0.3-0.1 3.5-0.1zm-0.5 1.5q-2.5 0-2.5 0c-0.3 0.2-0.3-0.4-0.3 9 0 9.5 0 8.8 0.3 9 0.1 0 12.9 0 13 0 0.3-0.2 0.3 0.1 0.2-5.1 0-4.3 0-4.7 0-5q-0.1-0.2-0.2-0.5-0.2-0.2-0.4-0.4-0.1-0.3-0.4-0.4-0.2-0.2-0.4-0.3c-0.5-0.3-0.8-0.3-1.9-0.3-1.1 0-1.3 0-1.7-0.2-0.3-0.2-0.7-0.6-0.8-1-0.1-0.2-0.1-0.3-0.1-1.4-0.1-1.3-0.1-1.5-0.3-1.9q-0.2-0.3-0.3-0.5-0.2-0.3-0.5-0.4-0.2-0.2-0.5-0.3-0.2-0.2-0.5-0.2c-0.3-0.1-0.7-0.1-2.7-0.1zm5.8 0.7q0 0 0 0.1 0.1 0.1 0.1 0.2 0 0 0 0.1 0.1 0 0.1 0.1 0 0 0 0.1c0.2 0.5 0.2 0.8 0.2 1.9 0 0.5 0.1 1 0.1 1q0 0.1 0 0.1 0 0 0 0 0 0.1 0.1 0.1 0 0 0 0c0.1 0.1 0.2 0.1 1.3 0.1 1.3 0.1 1.4 0.1 2.3 0.4 0.1 0.1 0-0.1-0.2-0.5q-0.3-0.6-0.7-1.1-0.4-0.5-0.8-0.9-0.5-0.5-1-0.9-0.6-0.3-1.1-0.6c-0.2-0.1-0.4-0.2-0.4-0.2zm-1.7 10.6h3.8l0.2 0.1q0.2 0.1 0.3 0.2 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.1-0.3 0.2l-0.1 0.1h-8l-0.1-0.1q-0.2 0-0.2-0.1-0.1-0.2-0.2-0.3 0-0.1 0-0.3 0-0.1 0.1-0.3 0 0 0.1-0.1 0 0 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.2 0c0 0 1.8 0 4 0zm0.1 3q0.2 0 0.3 0.2 0.2 0.1 0.2 0.3 0.1 0.2 0 0.4 0 0.2-0.2 0.3 0 0.1 0 0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1 0 0-0.1 0c-0.1 0-0.8 0.1-2.2 0.1l-2-0.1-0.1-0.1q-0.2 0-0.2-0.1-0.1-0.2-0.2-0.3 0-0.1 0-0.3 0-0.1 0.1-0.3c0.1-0.1 0.3-0.3 0.5-0.3 0.2-0.1 3.9-0.1 4.1 0z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m5.5 0.5c3 0 3.2 0.1 3.6 0.1q0.2 0.1 0.3 0.1 0.2 0 0.4 0.1 0.2 0 0.3 0.1 0.2 0 0.4 0.1c3.6 1.1 6.2 4.3 6.7 8.1 0 0.5 0 1.3 0 5.8v5.2l-0.1 0.3c-0.1 0.1-0.2 0.3-0.3 0.4-0.2 0.3-0.5 0.5-0.9 0.6l-0.2 0.1h-13.4l-0.2-0.1c-0.4-0.1-0.7-0.3-0.9-0.6-0.1-0.1-0.2-0.3-0.3-0.4l-0.1-0.3v-9c0-9 0-9.1 0-9.3 0.2-0.6 0.6-1 1.2-1.2 0.3-0.1 0.3-0.1 3.5-0.1zm-0.5 1.5q-2.5 0-2.5 0c-0.3 0.2-0.3-0.4-0.3 9 0 9.5 0 8.8 0.3 9 0.1 0 12.9 0 13 0 0.3-0.2 0.3 0.1 0.2-5.1 0-4.3 0-4.7 0-5q-0.1-0.2-0.2-0.5-0.2-0.2-0.4-0.4-0.1-0.3-0.4-0.4-0.2-0.2-0.4-0.3c-0.5-0.3-0.8-0.3-1.9-0.3-1.1 0-1.3 0-1.7-0.2-0.3-0.2-0.7-0.6-0.8-1-0.1-0.2-0.1-0.3-0.1-1.4-0.1-1.3-0.1-1.5-0.3-1.9q-0.2-0.3-0.3-0.5-0.2-0.3-0.5-0.4-0.2-0.2-0.5-0.3-0.2-0.2-0.5-0.2c-0.3-0.1-0.7-0.1-2.7-0.1zm5.8 0.7q0 0 0 0.1 0.1 0.1 0.1 0.2 0 0 0 0.1 0.1 0 0.1 0.1 0 0 0 0.1c0.2 0.5 0.2 0.8 0.2 1.9 0 0.5 0.1 1 0.1 1q0 0.1 0 0.1 0 0 0 0 0 0.1 0.1 0.1 0 0 0 0c0.1 0.1 0.2 0.1 1.3 0.1 1.3 0.1 1.4 0.1 2.3 0.4 0.1 0.1 0-0.1-0.2-0.5q-0.3-0.6-0.7-1.1-0.4-0.5-0.8-0.9-0.5-0.5-1-0.9-0.6-0.3-1.1-0.6c-0.2-0.1-0.4-0.2-0.4-0.2zm-1.7 10.6h3.8l0.2 0.1q0.2 0.1 0.3 0.2 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.1-0.3 0.2l-0.1 0.1h-8l-0.1-0.1q-0.2 0-0.2-0.1-0.1-0.2-0.2-0.3 0-0.1 0-0.3 0-0.1 0.1-0.3 0 0 0.1-0.1 0 0 0.1-0.1 0.1 0 0.1-0.1 0.1 0 0.2 0c0 0 1.8 0 4 0zm0.1 3q0.2 0 0.3 0.2 0.2 0.1 0.2 0.3 0.1 0.2 0 0.4 0 0.2-0.2 0.3 0 0.1 0 0.1-0.1 0-0.1 0-0.1 0.1-0.1 0.1 0 0-0.1 0c-0.1 0-0.8 0.1-2.2 0.1l-2-0.1-0.1-0.1q-0.2 0-0.2-0.1-0.1-0.2-0.2-0.3 0-0.1 0-0.3 0-0.1 0.1-0.3c0.1-0.1 0.3-0.3 0.5-0.3 0.2-0.1 3.9-0.1 4.1 0z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-bold{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 14" fill="currentColor"><path d="m8.6 6.8c1-0.7 1.7-1.8 1.7-2.8 0-2.3-1.8-4-4-4h-6.3v14h7c2.1 0 3.8-1.7 3.8-3.8 0-1.5-0.9-2.8-2.2-3.4zm-5.6-4.3h3q0.3 0 0.6 0.1 0.2 0.1 0.5 0.3 0.2 0.3 0.3 0.5 0.1 0.3 0.1 0.6 0 0.3-0.1 0.6-0.1 0.2-0.3 0.5-0.3 0.2-0.5 0.3-0.3 0.1-0.6 0.1h-3m3.5 6h-3.5v-3h3.5q0.3 0 0.6 0.1 0.2 0.1 0.5 0.3 0.2 0.3 0.3 0.5 0.1 0.3 0.1 0.6 0 0.3-0.1 0.6-0.1 0.2-0.3 0.5-0.3 0.2-0.5 0.3-0.3 0.1-0.6 0.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 14" fill="currentColor"><path d="m8.6 6.8c1-0.7 1.7-1.8 1.7-2.8 0-2.3-1.8-4-4-4h-6.3v14h7c2.1 0 3.8-1.7 3.8-3.8 0-1.5-0.9-2.8-2.2-3.4zm-5.6-4.3h3q0.3 0 0.6 0.1 0.2 0.1 0.5 0.3 0.2 0.3 0.3 0.5 0.1 0.3 0.1 0.6 0 0.3-0.1 0.6-0.1 0.2-0.3 0.5-0.3 0.2-0.5 0.3-0.3 0.1-0.6 0.1h-3m3.5 6h-3.5v-3h3.5q0.3 0 0.6 0.1 0.2 0.1 0.5 0.3 0.2 0.3 0.3 0.5 0.1 0.3 0.1 0.6 0 0.3-0.1 0.6-0.1 0.2-0.3 0.5-0.3 0.2-0.5 0.3-0.3 0.1-0.6 0.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-file{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 21" fill="currentColor"><path d="m13.7 14.4q0 2.8-2 4.7-2 1.9-4.8 1.9-2.8 0-4.8-1.9-2.1-1.9-2.1-4.7v-9.6q0-2 1.5-3.4 1.5-1.4 3.5-1.4 2.1 0 3.6 1.4 1.4 1.4 1.4 3.4v9.1q0 1.3-0.9 2.1-0.9 0.9-2.2 0.9-1.3 0-2.2-0.9-0.9-0.8-0.9-2.1v-8q0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.4 0.4 0.9v8q0 0.2 0.2 0.4 0.1 0.1 0.4 0.1 0.2 0 0.4-0.1 0.2-0.2 0.2-0.4v-9.1q0-0.9-0.7-1.6-0.7-0.7-1.8-0.7-1 0-1.7 0.7-0.7 0.6-0.7 1.6v9.6q-0.1 1.7 1.2 2.9 1.3 1.2 3.1 1.2 1.8 0 3-1.2 1.3-1.2 1.3-2.9v-9.1q0-0.5 0.4-0.8 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.3 0.3 0.3 0.8z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 21" fill="currentColor"><path d="m13.7 14.4q0 2.8-2 4.7-2 1.9-4.8 1.9-2.8 0-4.8-1.9-2.1-1.9-2.1-4.7v-9.6q0-2 1.5-3.4 1.5-1.4 3.5-1.4 2.1 0 3.6 1.4 1.4 1.4 1.4 3.4v9.1q0 1.3-0.9 2.1-0.9 0.9-2.2 0.9-1.3 0-2.2-0.9-0.9-0.8-0.9-2.1v-8q0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.6 0 0.9 0.4 0.4 0.4 0.4 0.9v8q0 0.2 0.2 0.4 0.1 0.1 0.4 0.1 0.2 0 0.4-0.1 0.2-0.2 0.2-0.4v-9.1q0-0.9-0.7-1.6-0.7-0.7-1.8-0.7-1 0-1.7 0.7-0.7 0.6-0.7 1.6v9.6q-0.1 1.7 1.2 2.9 1.3 1.2 3.1 1.2 1.8 0 3-1.2 1.3-1.2 1.3-2.9v-9.1q0-0.5 0.4-0.8 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.3 0.3 0.3 0.8z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-italic{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="currentColor"><path d="m2.2 15q-0.6 0-1.1-0.5-0.5-0.5-0.5-1.1 0-0.7 0.5-1.1 0.5-0.5 1.1-0.5h2.5l2.9-8.6h-2.3q-0.6 0-1.1-0.4-0.5-0.5-0.5-1.2 0-0.6 0.5-1.1 0.5-0.4 1.1-0.4h7.5q0.7 0 1.1 0.4 0.5 0.5 0.5 1.1 0 0.7-0.5 1.2-0.4 0.4-1.1 0.4h-2l-2.9 8.6h1.8q0.7 0 1.1 0.5 0.5 0.4 0.5 1.1 0 0.6-0.5 1.1-0.4 0.5-1.1 0.5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="currentColor"><path d="m2.2 15q-0.6 0-1.1-0.5-0.5-0.5-0.5-1.1 0-0.7 0.5-1.1 0.5-0.5 1.1-0.5h2.5l2.9-8.6h-2.3q-0.6 0-1.1-0.4-0.5-0.5-0.5-1.2 0-0.6 0.5-1.1 0.5-0.4 1.1-0.4h7.5q0.7 0 1.1 0.4 0.5 0.5 0.5 1.1 0 0.7-0.5 1.2-0.4 0.4-1.1 0.4h-2l-2.9 8.6h1.8q0.7 0 1.1 0.5 0.5 0.4 0.5 1.1 0 0.6-0.5 1.1-0.4 0.5-1.1 0.5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-line{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25" fill="currentColor"><path d="M6.84453 13.8258C6.47653 13.8258 6.1637 13.6969 5.90603 13.4393C5.64836 13.1818 5.51953 12.8689 5.51953 12.5008C5.51953 12.1326 5.64836 11.8198 5.90603 11.5623C6.1637 11.3046 6.47653 11.1758 6.84453 11.1758H17.1555C17.5235 11.1758 17.8364 11.3046 18.094 11.5623C18.3517 11.8198 18.4805 12.1326 18.4805 12.5008C18.4805 12.8689 18.3517 13.1818 18.094 13.4393C17.8364 13.6969 17.5235 13.8258 17.1555 13.8258H6.84453Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25" fill="currentColor"><path d="M6.84453 13.8258C6.47653 13.8258 6.1637 13.6969 5.90603 13.4393C5.64836 13.1818 5.51953 12.8689 5.51953 12.5008C5.51953 12.1326 5.64836 11.8198 5.90603 11.5623C6.1637 11.3046 6.47653 11.1758 6.84453 11.1758H17.1555C17.5235 11.1758 17.8364 11.3046 18.094 11.5623C18.3517 11.8198 18.4805 12.1326 18.4805 12.5008C18.4805 12.8689 18.3517 13.1818 18.094 13.4393C17.8364 13.6969 17.5235 13.8258 17.1555 13.8258H6.84453Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-list-bulleted{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 17" fill="currentColor"><path d="m8.4 15.8q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h9.8q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-6q-0.6 0-1-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 1-0.4h9.7q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-6q-0.6 0-1-0.4-0.3-0.3-0.3-0.9 0-0.6 0.3-0.9 0.4-0.4 1-0.4h9.7q0.6 0 1 0.4 0.3 0.3 0.3 0.9 0 0.6-0.3 0.9-0.4 0.4-1 0.4zm-5.6 13q-1 0-1.6-0.7-0.7-0.7-0.7-1.6 0-1 0.7-1.6 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.6-0.7 0.7-1.6 0.7zm0-6q-1 0-1.6-0.7-0.7-0.7-0.7-1.6 0-1 0.7-1.6 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.6-0.7 0.7-1.6 0.7zm0-6q-1 0-1.6-0.7-0.7-0.7-0.7-1.6 0-1 0.7-1.6 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.6-0.7 0.7-1.6 0.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 17" fill="currentColor"><path d="m8.4 15.8q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h9.8q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-6q-0.6 0-1-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 1-0.4h9.7q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-6q-0.6 0-1-0.4-0.3-0.3-0.3-0.9 0-0.6 0.3-0.9 0.4-0.4 1-0.4h9.7q0.6 0 1 0.4 0.3 0.3 0.3 0.9 0 0.6-0.3 0.9-0.4 0.4-1 0.4zm-5.6 13q-1 0-1.6-0.7-0.7-0.7-0.7-1.6 0-1 0.7-1.6 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.6-0.7 0.7-1.6 0.7zm0-6q-1 0-1.6-0.7-0.7-0.7-0.7-1.6 0-1 0.7-1.6 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.6-0.7 0.7-1.6 0.7zm0-6q-1 0-1.6-0.7-0.7-0.7-0.7-1.6 0-1 0.7-1.6 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.6-0.7 0.7-1.6 0.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-list-checklist{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 16" fill="currentColor"><path d="m15.6 14.2l-1.4 1.4q-0.4 0.4-1 0.4-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-0.9l1.4-1.5-1.4-1.4q-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.3 0.9-0.3 0.6 0 1 0.3l1.4 1.5 1.4-1.5q0.4-0.3 1-0.3 0.5 0 0.9 0.3 0.4 0.4 0.4 1 0 0.5-0.4 0.9l-1.5 1.4 1.5 1.5q0.4 0.3 0.4 0.9 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4-0.6 0-1-0.4zm-0.3-10.4l3.3-3.4q0.4-0.4 1-0.4 0.5 0.1 0.9 0.5 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9l-4.2 4.2q-0.4 0.4-1 0.5-0.5 0-0.9-0.4l-2.1-2.2q-0.4-0.4-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4 0.6 0 0.9 0.4zm-13.3 6.9h6.6q0.6 0 1 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-1 0.4h-6.6q-0.6 0-1-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 1-0.4zm0-8h6.6q0.6 0 1 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-1 0.4h-6.6q-0.6 0-1-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 1-0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 16" fill="currentColor"><path d="m15.6 14.2l-1.4 1.4q-0.4 0.4-1 0.4-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-0.9l1.4-1.5-1.4-1.4q-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.3 0.9-0.3 0.6 0 1 0.3l1.4 1.5 1.4-1.5q0.4-0.3 1-0.3 0.5 0 0.9 0.3 0.4 0.4 0.4 1 0 0.5-0.4 0.9l-1.5 1.4 1.5 1.5q0.4 0.3 0.4 0.9 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4-0.6 0-1-0.4zm-0.3-10.4l3.3-3.4q0.4-0.4 1-0.4 0.5 0.1 0.9 0.5 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9l-4.2 4.2q-0.4 0.4-1 0.5-0.5 0-0.9-0.4l-2.1-2.2q-0.4-0.4-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4 0.6 0 0.9 0.4zm-13.3 6.9h6.6q0.6 0 1 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-1 0.4h-6.6q-0.6 0-1-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 1-0.4zm0-8h6.6q0.6 0 1 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-1 0.4h-6.6q-0.6 0-1-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 1-0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-list-numbered{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21" fill="currentColor"><path d="m1.7 21q-0.3 0-0.6-0.3-0.2-0.2-0.2-0.6 0-0.4 0.2-0.6 0.3-0.3 0.6-0.3h1.7v-0.6h-0.8q-0.3 0-0.5-0.2-0.2-0.2-0.2-0.6 0-0.3 0.2-0.5 0.2-0.2 0.5-0.2h0.8v-0.6h-1.7q-0.3 0-0.6-0.3-0.2-0.2-0.2-0.6 0-0.4 0.2-0.6 0.3-0.3 0.6-0.3h2.3q0.5 0 0.8 0.3 0.3 0.4 0.3 0.8v0.9q0 0.5-0.3 0.8-0.3 0.3-0.8 0.3 0.5 0 0.8 0.4 0.3 0.3 0.3 0.8v0.8q0 0.5-0.3 0.9-0.3 0.3-0.8 0.3zm0.1-7.4q-0.4 0-0.7-0.2-0.3-0.3-0.3-0.7v-1.8q0-0.5 0.3-0.8 0.4-0.4 0.8-0.3h1.4v-0.7h-1.6q-0.4 0-0.6-0.2-0.3-0.3-0.3-0.6 0-0.4 0.3-0.7 0.2-0.2 0.6-0.2h2.2q0.5 0 0.9 0.3 0.3 0.3 0.3 0.8v1.6q0 0.5-0.3 0.8-0.4 0.3-0.9 0.3h-1.3v0.7h1.6q0.4 0 0.6 0.2 0.3 0.3 0.3 0.6 0 0.4-0.3 0.7-0.2 0.2-0.6 0.2zm1.4-7.3q-0.4 0-0.6-0.3-0.3-0.2-0.3-0.6v-3.7h-0.7q-0.3 0-0.5-0.3-0.3-0.2-0.3-0.6 0-0.3 0.3-0.5 0.2-0.3 0.5-0.3h1.5q0.4 0 0.7 0.3 0.3 0.3 0.3 0.7v4.4q0 0.4-0.3 0.6-0.2 0.3-0.6 0.3zm5.2 11.5q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h9.7q0.6 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.3 0.4-0.9 0.4zm0-6q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h9.7q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-6q-0.6 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.3-0.4 0.9-0.4h9.7q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21" fill="currentColor"><path d="m1.7 21q-0.3 0-0.6-0.3-0.2-0.2-0.2-0.6 0-0.4 0.2-0.6 0.3-0.3 0.6-0.3h1.7v-0.6h-0.8q-0.3 0-0.5-0.2-0.2-0.2-0.2-0.6 0-0.3 0.2-0.5 0.2-0.2 0.5-0.2h0.8v-0.6h-1.7q-0.3 0-0.6-0.3-0.2-0.2-0.2-0.6 0-0.4 0.2-0.6 0.3-0.3 0.6-0.3h2.3q0.5 0 0.8 0.3 0.3 0.4 0.3 0.8v0.9q0 0.5-0.3 0.8-0.3 0.3-0.8 0.3 0.5 0 0.8 0.4 0.3 0.3 0.3 0.8v0.8q0 0.5-0.3 0.9-0.3 0.3-0.8 0.3zm0.1-7.4q-0.4 0-0.7-0.2-0.3-0.3-0.3-0.7v-1.8q0-0.5 0.3-0.8 0.4-0.4 0.8-0.3h1.4v-0.7h-1.6q-0.4 0-0.6-0.2-0.3-0.3-0.3-0.6 0-0.4 0.3-0.7 0.2-0.2 0.6-0.2h2.2q0.5 0 0.9 0.3 0.3 0.3 0.3 0.8v1.6q0 0.5-0.3 0.8-0.4 0.3-0.9 0.3h-1.3v0.7h1.6q0.4 0 0.6 0.2 0.3 0.3 0.3 0.6 0 0.4-0.3 0.7-0.2 0.2-0.6 0.2zm1.4-7.3q-0.4 0-0.6-0.3-0.3-0.2-0.3-0.6v-3.7h-0.7q-0.3 0-0.5-0.3-0.3-0.2-0.3-0.6 0-0.3 0.3-0.5 0.2-0.3 0.5-0.3h1.5q0.4 0 0.7 0.3 0.3 0.3 0.3 0.7v4.4q0 0.4-0.3 0.6-0.2 0.3-0.6 0.3zm5.2 11.5q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h9.7q0.6 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.3 0.4-0.9 0.4zm0-6q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h9.7q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-6q-0.6 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.3-0.4 0.9-0.4h9.7q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-strikethrough{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 19" fill="currentColor"><path d="m11.3 18q-1.7 0-3.1-0.8-1.4-0.9-2.2-2.4-0.3-0.4-0.1-0.9 0.2-0.6 0.7-0.8 0.5-0.3 1.1-0.1 0.5 0.2 0.9 0.7 0.4 0.7 1.1 1.1 0.8 0.5 1.6 0.5 1 0 1.7-0.6 0.7-0.6 0.7-1.5v-0.2q0-0.5 0.4-1 0.4-0.4 1-0.4 0.6 0 1 0.4 0.4 0.4 0.4 1 0 0.1 0.1 0.2 0 0 0 0.1 0 2.1-1.6 3.4-1.6 1.3-3.7 1.3zm-9.3-8.4q-0.5 0-0.8-0.3-0.3-0.3-0.3-0.8 0-0.5 0.3-0.8 0.3-0.3 0.8-0.3h18q0.5 0 0.8 0.3 0.3 0.3 0.3 0.8 0 0.5-0.3 0.8-0.3 0.3-0.8 0.3zm5.1-4.4q-0.5-0.3-0.7-0.9-0.1-0.5 0.2-1.1 0.7-1.1 1.9-1.7 1.2-0.6 2.6-0.6 1.2 0 2.3 0.5 1.1 0.5 1.9 1.4 0.3 0.4 0.2 0.9-0.2 0.5-0.6 0.8-0.5 0.4-1.1 0.3-0.6-0.1-1-0.5-0.4-0.3-0.8-0.5-0.4-0.2-0.9-0.2-0.6 0-1.2 0.3-0.5 0.2-0.9 0.8-0.3 0.5-0.8 0.7-0.6 0.1-1.1-0.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 19" fill="currentColor"><path d="m11.3 18q-1.7 0-3.1-0.8-1.4-0.9-2.2-2.4-0.3-0.4-0.1-0.9 0.2-0.6 0.7-0.8 0.5-0.3 1.1-0.1 0.5 0.2 0.9 0.7 0.4 0.7 1.1 1.1 0.8 0.5 1.6 0.5 1 0 1.7-0.6 0.7-0.6 0.7-1.5v-0.2q0-0.5 0.4-1 0.4-0.4 1-0.4 0.6 0 1 0.4 0.4 0.4 0.4 1 0 0.1 0.1 0.2 0 0 0 0.1 0 2.1-1.6 3.4-1.6 1.3-3.7 1.3zm-9.3-8.4q-0.5 0-0.8-0.3-0.3-0.3-0.3-0.8 0-0.5 0.3-0.8 0.3-0.3 0.8-0.3h18q0.5 0 0.8 0.3 0.3 0.3 0.3 0.8 0 0.5-0.3 0.8-0.3 0.3-0.8 0.3zm5.1-4.4q-0.5-0.3-0.7-0.9-0.1-0.5 0.2-1.1 0.7-1.1 1.9-1.7 1.2-0.6 2.6-0.6 1.2 0 2.3 0.5 1.1 0.5 1.9 1.4 0.3 0.4 0.2 0.9-0.2 0.5-0.6 0.8-0.5 0.4-1.1 0.3-0.6-0.1-1-0.5-0.4-0.3-0.8-0.5-0.4-0.2-0.9-0.2-0.6 0-1.2 0.3-0.5 0.2-0.9 0.8-0.3 0.5-0.8 0.7-0.6 0.1-1.1-0.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-format-underline{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor"><path d="m2 19.6q-0.6 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.5 0.4-0.9 0.3-0.4 0.9-0.4h12q0.6 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 0.9-0.3 0.4-0.9 0.4zm6-4.4q-2.8 0-4.4-1.7-1.6-1.7-1.6-4.5v-6.9q0-0.6 0.4-1.1 0.5-0.4 1.2-0.4 0.6 0 1.1 0.4 0.5 0.5 0.5 1.1v7q0 1.3 0.7 2.2 0.7 0.8 2.1 0.8 1.3 0 2.1-0.8 0.7-0.9 0.7-2.2v-7q0-0.6 0.5-1.1 0.5-0.4 1.1-0.4 0.7 0 1.2 0.4 0.4 0.5 0.4 1.1v6.9q0 2.8-1.6 4.5-1.6 1.7-4.4 1.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor"><path d="m2 19.6q-0.6 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.5 0.4-0.9 0.3-0.4 0.9-0.4h12q0.6 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 0.9-0.3 0.4-0.9 0.4zm6-4.4q-2.8 0-4.4-1.7-1.6-1.7-1.6-4.5v-6.9q0-0.6 0.4-1.1 0.5-0.4 1.2-0.4 0.6 0 1.1 0.4 0.5 0.5 0.5 1.1v7q0 1.3 0.7 2.2 0.7 0.8 2.1 0.8 1.3 0 2.1-0.8 0.7-0.9 0.7-2.2v-7q0-0.6 0.5-1.1 0.5-0.4 1.1-0.4 0.7 0 1.2 0.4 0.4 0.5 0.4 1.1v6.9q0 2.8-1.6 4.5-1.6 1.7-4.4 1.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-garage-check{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 22" fill="currentColor"><path d="m17.2 11.9q2 0 3.5 1.5 1.5 1.5 1.5 3.5 0 2.1-1.5 3.6-1.5 1.4-3.5 1.4-2.1 0-3.6-1.4-1.4-1.5-1.4-3.6 0-2 1.4-3.5 1.5-1.5 3.6-1.5zm-14 9.6q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-15.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h15.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v6.3q0 0.6-0.6 0.9-0.5 0.3-1.1 0.1-0.5-0.3-1-0.4-0.5-0.1-1.1-0.1l-1.5-4.4q-0.1-0.4-0.4-0.6-0.3-0.3-0.7-0.3h-8.2q-0.4 0-0.7 0.2-0.3 0.3-0.4 0.7l-1.5 4.2q-0.1 0.3-0.1 0.5 0 0.2 0 0.4v6q0 0.3 0.2 0.5 0.2 0.3 0.6 0.3h0.4q0.3 0 0.5-0.3 0.3-0.2 0.3-0.5v-1h4.1q-0.1 0.3-0.1 0.6 0 0.3 0 0.6 0 0.8 0.1 1.6 0.2 0.7 0.5 1.4 0.3 0.5 0 1.1-0.3 0.5-0.8 0.5zm5-8.3q0.4 0 0.7-0.3 0.3-0.3 0.3-0.7 0-0.5-0.3-0.7-0.3-0.3-0.7-0.3-0.5 0-0.8 0.3-0.2 0.2-0.2 0.7 0 0.4 0.2 0.7 0.3 0.3 0.8 0.3zm8.2 4.3l-0.9-1q-0.2-0.1-0.5-0.1-0.2 0-0.4 0.1-0.2 0.2-0.2 0.5 0 0.3 0.2 0.4l0.9 1q0.4 0.4 0.9 0.4 0.6 0 1-0.4l2.3-2.4q0.2-0.1 0.2-0.4 0-0.3-0.2-0.5-0.2-0.1-0.5-0.1-0.2 0-0.4 0.1zm-9.6-8.8l0.7-2h6.9l0.7 2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 22" fill="currentColor"><path d="m17.2 11.9q2 0 3.5 1.5 1.5 1.5 1.5 3.5 0 2.1-1.5 3.6-1.5 1.4-3.5 1.4-2.1 0-3.6-1.4-1.4-1.5-1.4-3.6 0-2 1.4-3.5 1.5-1.5 3.6-1.5zm-14 9.6q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-15.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h15.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v6.3q0 0.6-0.6 0.9-0.5 0.3-1.1 0.1-0.5-0.3-1-0.4-0.5-0.1-1.1-0.1l-1.5-4.4q-0.1-0.4-0.4-0.6-0.3-0.3-0.7-0.3h-8.2q-0.4 0-0.7 0.2-0.3 0.3-0.4 0.7l-1.5 4.2q-0.1 0.3-0.1 0.5 0 0.2 0 0.4v6q0 0.3 0.2 0.5 0.2 0.3 0.6 0.3h0.4q0.3 0 0.5-0.3 0.3-0.2 0.3-0.5v-1h4.1q-0.1 0.3-0.1 0.6 0 0.3 0 0.6 0 0.8 0.1 1.6 0.2 0.7 0.5 1.4 0.3 0.5 0 1.1-0.3 0.5-0.8 0.5zm5-8.3q0.4 0 0.7-0.3 0.3-0.3 0.3-0.7 0-0.5-0.3-0.7-0.3-0.3-0.7-0.3-0.5 0-0.8 0.3-0.2 0.2-0.2 0.7 0 0.4 0.2 0.7 0.3 0.3 0.8 0.3zm8.2 4.3l-0.9-1q-0.2-0.1-0.5-0.1-0.2 0-0.4 0.1-0.2 0.2-0.2 0.5 0 0.3 0.2 0.4l0.9 1q0.4 0.4 0.9 0.4 0.6 0 1-0.4l2.3-2.4q0.2-0.1 0.2-0.4 0-0.3-0.2-0.5-0.2-0.1-0.5-0.1-0.2 0-0.4 0.1zm-9.6-8.8l0.7-2h6.9l0.7 2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-gavel{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 547 547" fill="currentColor"><path d="m137.6 188.4l-18.7-18.7c-12.5-12.5-12.5-32.8 0-45.3l114.7-114.8c12.5-12.5 32.8-12.5 45.3 0l18.7 18.8c12.5 12.5 12.5 32.8 0 45.3l-114.7 114.7c-12.5 12.5-32.8 12.5-45.3 0zm106.4 58.3l-31.4-31.4 112-112 119.4 119.4-112 112-31.4-31.4-232 232c-15.6 15.6-40.9 15.6-56.6 0-15.7-15.6-15.6-40.9 0-56.6zm114.9 162.9c-12.5-12.5-12.5-32.8 0-45.3l114.7-114.7c12.5-12.5 32.8-12.5 45.3 0l18.7 18.7c12.5 12.5 12.5 32.8 0 45.3l-114.7 114.8c-12.5 12.5-32.8 12.5-45.3 0l-18.7-18.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 547 547" fill="currentColor"><path d="m137.6 188.4l-18.7-18.7c-12.5-12.5-12.5-32.8 0-45.3l114.7-114.8c12.5-12.5 32.8-12.5 45.3 0l18.7 18.8c12.5 12.5 12.5 32.8 0 45.3l-114.7 114.7c-12.5 12.5-32.8 12.5-45.3 0zm106.4 58.3l-31.4-31.4 112-112 119.4 119.4-112 112-31.4-31.4-232 232c-15.6 15.6-40.9 15.6-56.6 0-15.7-15.6-15.6-40.9 0-56.6zm114.9 162.9c-12.5-12.5-12.5-32.8 0-45.3l114.7-114.7c12.5-12.5 32.8-12.5 45.3 0l18.7 18.7c12.5 12.5 12.5 32.8 0 45.3l-114.7 114.8c-12.5 12.5-32.8 12.5-45.3 0l-18.7-18.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-gear{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 484 512" fill="currentColor"><path d="m481.9 166.6c3.2 8.7 0.5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4 0 8.6-0.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8-13.8 2.3-28 3.5-42.5 3.5-14.5 0-28.7-1.2-42.5-3.5-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4l-55.6 17.8c-8.8 2.8-18.6 0.3-24.5-6.8-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3-3.2-8.7-0.5-18.4 6.4-24.6l43.3-39.4c-1.1-8.4-1.7-16.9-1.7-25.5 0-8.6 0.6-17.1 1.7-25.4l-43.3-39.4c-6.9-6.2-9.6-15.9-6.4-24.6 4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2 5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8 13.8-2.4 28-3.6 42.5-3.6 14.5 0 28.7 1.2 42.5 3.5 9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-0.3 24.5 6.8 8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zm-239.9 169.4c21.2 0 41.6-8.4 56.6-23.4 15-15 23.4-35.4 23.4-56.6 0-21.2-8.4-41.6-23.4-56.6-15-15-35.4-23.4-56.6-23.4-21.2 0-41.6 8.4-56.6 23.4-15 15-23.4 35.4-23.4 56.6 0 21.2 8.4 41.6 23.4 56.6 15 15 35.4 23.4 56.6 23.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 484 512" fill="currentColor"><path d="m481.9 166.6c3.2 8.7 0.5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4 0 8.6-0.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8-13.8 2.3-28 3.5-42.5 3.5-14.5 0-28.7-1.2-42.5-3.5-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4l-55.6 17.8c-8.8 2.8-18.6 0.3-24.5-6.8-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3-3.2-8.7-0.5-18.4 6.4-24.6l43.3-39.4c-1.1-8.4-1.7-16.9-1.7-25.5 0-8.6 0.6-17.1 1.7-25.4l-43.3-39.4c-6.9-6.2-9.6-15.9-6.4-24.6 4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2 5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8 13.8-2.4 28-3.6 42.5-3.6 14.5 0 28.7 1.2 42.5 3.5 9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-0.3 24.5 6.8 8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zm-239.9 169.4c21.2 0 41.6-8.4 56.6-23.4 15-15 23.4-35.4 23.4-56.6 0-21.2-8.4-41.6-23.4-56.6-15-15-35.4-23.4-56.6-23.4-21.2 0-41.6 8.4-56.6 23.4-15 15-23.4 35.4-23.4 56.6 0 21.2 8.4 41.6 23.4 56.6 15 15 35.4 23.4 56.6 23.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-groups{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 35" fill="currentColor"><path d="m2.9 34.6q-1.4 0-2.5-1-1-1.1-1-2.5v-1.3q0-3.2 3.1-5.1 3.1-2 8.2-2 0.5 0 1 0 0.5 0.1 1 0.1-1 1.6-1.6 3.3-0.5 1.7-0.5 3.6v4.9zm16 0q-1.4 0-2.5-1-1-1.1-1-2.5v-1.4q0-2.3 1.2-4.2 1.2-1.9 3.4-3.3 2.3-1.4 5.3-2.1 3.1-0.7 6.7-0.7 3.7 0 6.7 0.7 3.1 0.7 5.3 2.1 2.3 1.4 3.4 3.3 1.2 1.9 1.2 4.2v1.4q0 1.4-1 2.5-1 1-2.5 1zm34.4 0v-4.9q0-2-0.5-3.7-0.5-1.7-1.5-3.2 0.6 0 1-0.1 0.5 0 1 0 5.1 0 8.2 2 3.1 1.9 3.1 5.1v1.3q0 1.4-1.1 2.5-1 1-2.5 1zm-42.7-14.4q-2.3 0-4-1.7-1.7-1.6-1.7-4 0-2.4 1.7-4.1 1.7-1.6 4-1.6 2.4 0 4.1 1.6 1.6 1.7 1.6 4.1 0 2.4-1.6 4-1.6 1.7-4.1 1.7zm42.7 0q-2.4 0-4-1.7-1.7-1.6-1.7-4 0-2.4 1.7-4.1 1.6-1.6 4-1.6 2.4 0 4.1 1.6 1.6 1.7 1.6 4.1 0 2.4-1.6 4-1.7 1.7-4.1 1.7zm-21.3-2.8q-3.6 0-6.1-2.5-2.5-2.5-2.5-6.1 0-3.6 2.5-6.1 2.5-2.5 6.1-2.5 3.6 0 6.1 2.5 2.5 2.5 2.5 6.1 0 3.6-2.5 6.1-2.5 2.5-6.1 2.5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 35" fill="currentColor"><path d="m2.9 34.6q-1.4 0-2.5-1-1-1.1-1-2.5v-1.3q0-3.2 3.1-5.1 3.1-2 8.2-2 0.5 0 1 0 0.5 0.1 1 0.1-1 1.6-1.6 3.3-0.5 1.7-0.5 3.6v4.9zm16 0q-1.4 0-2.5-1-1-1.1-1-2.5v-1.4q0-2.3 1.2-4.2 1.2-1.9 3.4-3.3 2.3-1.4 5.3-2.1 3.1-0.7 6.7-0.7 3.7 0 6.7 0.7 3.1 0.7 5.3 2.1 2.3 1.4 3.4 3.3 1.2 1.9 1.2 4.2v1.4q0 1.4-1 2.5-1 1-2.5 1zm34.4 0v-4.9q0-2-0.5-3.7-0.5-1.7-1.5-3.2 0.6 0 1-0.1 0.5 0 1 0 5.1 0 8.2 2 3.1 1.9 3.1 5.1v1.3q0 1.4-1.1 2.5-1 1-2.5 1zm-42.7-14.4q-2.3 0-4-1.7-1.7-1.6-1.7-4 0-2.4 1.7-4.1 1.7-1.6 4-1.6 2.4 0 4.1 1.6 1.6 1.7 1.6 4.1 0 2.4-1.6 4-1.6 1.7-4.1 1.7zm42.7 0q-2.4 0-4-1.7-1.7-1.6-1.7-4 0-2.4 1.7-4.1 1.6-1.6 4-1.6 2.4 0 4.1 1.6 1.6 1.7 1.6 4.1 0 2.4-1.6 4-1.7 1.7-4.1 1.7zm-21.3-2.8q-3.6 0-6.1-2.5-2.5-2.5-2.5-6.1 0-3.6 2.5-6.1 2.5-2.5 6.1-2.5 3.6 0 6.1 2.5 2.5 2.5 2.5 6.1 0 3.6-2.5 6.1-2.5 2.5-6.1 2.5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-handball{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 24" fill="currentColor"><path d="m3.9 16.7l-0.9 1.6q-0.2 0.4-0.7 0.6-0.5 0.1-0.9-0.2-0.5-0.2-0.6-0.7-0.1-0.5 0.1-0.9l4.4-7.7q-0.9-0.9-1.3-2.2-0.5-1.2-0.5-2.5 0-0.7 0.1-1.4 0.2-0.7 0.5-1.4 0.1-0.5 0.6-0.6 0.5-0.1 0.9 0.1 0.5 0.3 0.6 0.7 0.1 0.5 0 1-0.1 0.4-0.2 0.8 0 0.3 0 0.7 0 1.3 0.5 2.3 0.6 1.1 1.8 1.8l2.5 1.4q1.5 0.9 2.2 2.6 0.7 1.6 0.7 3.2 0 0.7-0.1 1.4-0.2 0.7-0.4 1.3-0.2 0.5-0.7 0.7-0.5 0.1-1-0.1-0.4-0.3-0.5-0.8-0.2-0.4 0-1 0.1-0.3 0.1-0.7 0.1-0.4 0.1-0.7 0-0.7-0.2-1.3-0.2-0.6-0.6-1.2l-5.4 9.4q-0.2 0.4-0.7 0.6-0.5 0.1-1-0.2-0.4-0.2-0.5-0.7-0.2-0.5 0.1-0.9l2.4-4.2zm7.2-7.9q-0.9 0-1.6-0.6-0.6-0.7-0.6-1.6 0-0.9 0.6-1.5 0.7-0.7 1.6-0.7 0.9 0 1.5 0.7 0.7 0.6 0.7 1.5 0 0.9-0.7 1.6-0.6 0.6-1.5 0.6zm-2.4-5q-0.6 0-1.1-0.5-0.5-0.5-0.5-1.1 0-0.7 0.5-1.2 0.5-0.5 1.1-0.5 0.7 0 1.2 0.5 0.5 0.5 0.5 1.2 0 0.7-0.5 1.1-0.5 0.5-1.2 0.5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 24" fill="currentColor"><path d="m3.9 16.7l-0.9 1.6q-0.2 0.4-0.7 0.6-0.5 0.1-0.9-0.2-0.5-0.2-0.6-0.7-0.1-0.5 0.1-0.9l4.4-7.7q-0.9-0.9-1.3-2.2-0.5-1.2-0.5-2.5 0-0.7 0.1-1.4 0.2-0.7 0.5-1.4 0.1-0.5 0.6-0.6 0.5-0.1 0.9 0.1 0.5 0.3 0.6 0.7 0.1 0.5 0 1-0.1 0.4-0.2 0.8 0 0.3 0 0.7 0 1.3 0.5 2.3 0.6 1.1 1.8 1.8l2.5 1.4q1.5 0.9 2.2 2.6 0.7 1.6 0.7 3.2 0 0.7-0.1 1.4-0.2 0.7-0.4 1.3-0.2 0.5-0.7 0.7-0.5 0.1-1-0.1-0.4-0.3-0.5-0.8-0.2-0.4 0-1 0.1-0.3 0.1-0.7 0.1-0.4 0.1-0.7 0-0.7-0.2-1.3-0.2-0.6-0.6-1.2l-5.4 9.4q-0.2 0.4-0.7 0.6-0.5 0.1-1-0.2-0.4-0.2-0.5-0.7-0.2-0.5 0.1-0.9l2.4-4.2zm7.2-7.9q-0.9 0-1.6-0.6-0.6-0.7-0.6-1.6 0-0.9 0.6-1.5 0.7-0.7 1.6-0.7 0.9 0 1.5 0.7 0.7 0.6 0.7 1.5 0 0.9-0.7 1.6-0.6 0.6-1.5 0.6zm-2.4-5q-0.6 0-1.1-0.5-0.5-0.5-0.5-1.1 0-0.7 0.5-1.2 0.5-0.5 1.1-0.5 0.7 0 1.2 0.5 0.5 0.5 0.5 1.2 0 0.7-0.5 1.1-0.5 0.5-1.2 0.5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-handshake{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 449" fill="currentColor"><path d="m268.9 53.2l-116.6 129.6c-4.6 5.1-4.4 13 0.5 17.9 30.5 30.5 80 30.5 110.5 0l31.8-31.8c4.2-4.2 9.5-6.5 14.9-6.9 6.8-0.6 13.8 1.7 19 6.9l176.6 175.1 70.4-56v-288l-112 64-23.8-15.9c-15.8-10.5-34.3-16.1-53.3-16.1h-70.4c-1.1 0-2.3 0-3.4 0.1-16.9 0.9-32.8 8.5-44.2 21.1zm-152.3 97.5l106.8-118.7h-39.6c-25.5 0-49.9 10.1-67.9 28.1l-3.9 3.9-112-64v288l156.4 130.3c23 19.2 52 29.7 81.9 29.7h15.7l-7-7c-9.4-9.4-9.4-24.6 0-33.9 9.4-9.3 24.6-9.4 33.9 0l41 41h9c19.1 0 37.8-4.3 54.8-12.3l-26.7-26.8c-9.4-9.4-9.4-24.6 0-33.9 9.4-9.3 24.6-9.4 33.9 0l32 32 17.5-17.5c8.9-8.9 11.5-21.8 7.6-33.1l-137.9-136.8-14.9 14.9c-49.3 49.3-129.1 49.3-178.4 0-23-23-23.9-59.9-2.2-84z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 449" fill="currentColor"><path d="m268.9 53.2l-116.6 129.6c-4.6 5.1-4.4 13 0.5 17.9 30.5 30.5 80 30.5 110.5 0l31.8-31.8c4.2-4.2 9.5-6.5 14.9-6.9 6.8-0.6 13.8 1.7 19 6.9l176.6 175.1 70.4-56v-288l-112 64-23.8-15.9c-15.8-10.5-34.3-16.1-53.3-16.1h-70.4c-1.1 0-2.3 0-3.4 0.1-16.9 0.9-32.8 8.5-44.2 21.1zm-152.3 97.5l106.8-118.7h-39.6c-25.5 0-49.9 10.1-67.9 28.1l-3.9 3.9-112-64v288l156.4 130.3c23 19.2 52 29.7 81.9 29.7h15.7l-7-7c-9.4-9.4-9.4-24.6 0-33.9 9.4-9.3 24.6-9.4 33.9 0l41 41h9c19.1 0 37.8-4.3 54.8-12.3l-26.7-26.8c-9.4-9.4-9.4-24.6 0-33.9 9.4-9.3 24.6-9.4 33.9 0l32 32 17.5-17.5c8.9-8.9 11.5-21.8 7.6-33.1l-137.9-136.8-14.9 14.9c-49.3 49.3-129.1 49.3-178.4 0-23-23-23.9-59.9-2.2-84z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-headset{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 513" fill="currentColor"><path d="m224 64c-79 0-144.7 57.3-157.7 132.7 9.3-3 19.3-4.7 29.7-4.7h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-16c-53 0-96-43-96-96v-64c0-123.7 100.3-224 224-224 123.7 0 224 100.3 224 224v168.1c0 66.3-53.8 120-120.1 120l-87.9-0.1h-32c-26.5 0-48-21.5-48-48 0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48h40c39.8 0 72-32.2 72-72v-20.9c-14.1 8.2-30.5 12.8-48 12.8h-16c-26.5 0-48-21.5-48-48v-96c0-26.5 21.5-48 48-48h16c10.4 0 20.3 1.6 29.7 4.7-13-75.3-78.6-132.7-157.7-132.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 513" fill="currentColor"><path d="m224 64c-79 0-144.7 57.3-157.7 132.7 9.3-3 19.3-4.7 29.7-4.7h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-16c-53 0-96-43-96-96v-64c0-123.7 100.3-224 224-224 123.7 0 224 100.3 224 224v168.1c0 66.3-53.8 120-120.1 120l-87.9-0.1h-32c-26.5 0-48-21.5-48-48 0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48h40c39.8 0 72-32.2 72-72v-20.9c-14.1 8.2-30.5 12.8-48 12.8h-16c-26.5 0-48-21.5-48-48v-96c0-26.5 21.5-48 48-48h16c10.4 0 20.3 1.6 29.7 4.7-13-75.3-78.6-132.7-157.7-132.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-health-cross{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m6.9 19.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9v-3.8h-3.8q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9v-6.2q0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h3.8v-3.8q0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h6.2q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9v3.8h3.8q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9v6.2q0 0.5-0.4 0.9-0.4 0.4-0.9 0.4h-3.8v3.8q0 0.5-0.4 0.9-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m6.9 19.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9v-3.8h-3.8q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9v-6.2q0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h3.8v-3.8q0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h6.2q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9v3.8h3.8q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9v6.2q0 0.5-0.4 0.9-0.4 0.4-0.9 0.4h-3.8v3.8q0 0.5-0.4 0.9-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-heart{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m241 55.1l15 20.7 15-20.7c25-34.6 65.2-55.1 107.9-55.1 73.5 0 133.1 59.6 133.1 133.1v2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1-15.5 0-30.8-4.6-43.1-14.1-73-55.7-212.9-186-212.9-298.2v-2.6c0-73.5 59.6-133.1 133.1-133.1 42.7 0 82.9 20.5 107.9 55.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m241 55.1l15 20.7 15-20.7c25-34.6 65.2-55.1 107.9-55.1 73.5 0 133.1 59.6 133.1 133.1v2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1-15.5 0-30.8-4.6-43.1-14.1-73-55.7-212.9-186-212.9-298.2v-2.6c0-73.5 59.6-133.1 133.1-133.1 42.7 0 82.9 20.5 107.9 55.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-house{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 52" fill="currentColor"><path d="m44 18.2l10.7 3.9c0.5 0.2 0.9 0.6 1.1 1.1 0.2 0.4 0.3 1 0.1 1.5-0.2 0.5-0.6 0.9-1.1 1.1-0.4 0.2-1 0.3-1.5 0.1l-1.3-0.5v22.6h2c0.5 0 1 0.2 1.4 0.6 0.4 0.4 0.6 0.9 0.6 1.4 0 0.5-0.2 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6h-52c-0.5 0-1-0.2-1.4-0.6-0.4-0.4-0.6-0.9-0.6-1.4 0-0.5 0.2-1 0.6-1.4 0.4-0.4 0.9-0.6 1.4-0.6h2v-24.3l0.1-0.1 39.9-14.5zm-24 13.8c-0.5 0-1 0.2-1.4 0.6-0.4 0.3-0.6 0.8-0.6 1.4v12c0 1.1 0.9 2 2 2h8c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4v-12c0-0.6-0.2-1.1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm24 16h4v-24.1l-4-1.4zm-34-48c0.5 0 1 0.2 1.4 0.6 0.4 0.3 0.6 0.8 0.6 1.4v10.2l33.3-12.1c0.5-0.2 1.1-0.2 1.5 0.1 0.5 0.2 0.9 0.6 1.1 1.1 0.2 0.5 0.1 1-0.1 1.5-0.2 0.5-0.6 0.9-1.1 1l-44 16c-0.5 0.2-1.1 0.2-1.5 0-0.5-0.2-0.9-0.6-1.1-1.1-0.2-0.5-0.1-1.1 0.1-1.6 0.2-0.5 0.6-0.8 1.1-1l2.7-1v-13.1c0-0.6 0.2-1.1 0.6-1.4 0.4-0.4 0.9-0.6 1.4-0.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 52" fill="currentColor"><path d="m44 18.2l10.7 3.9c0.5 0.2 0.9 0.6 1.1 1.1 0.2 0.4 0.3 1 0.1 1.5-0.2 0.5-0.6 0.9-1.1 1.1-0.4 0.2-1 0.3-1.5 0.1l-1.3-0.5v22.6h2c0.5 0 1 0.2 1.4 0.6 0.4 0.4 0.6 0.9 0.6 1.4 0 0.5-0.2 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6h-52c-0.5 0-1-0.2-1.4-0.6-0.4-0.4-0.6-0.9-0.6-1.4 0-0.5 0.2-1 0.6-1.4 0.4-0.4 0.9-0.6 1.4-0.6h2v-24.3l0.1-0.1 39.9-14.5zm-24 13.8c-0.5 0-1 0.2-1.4 0.6-0.4 0.3-0.6 0.8-0.6 1.4v12c0 1.1 0.9 2 2 2h8c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4v-12c0-0.6-0.2-1.1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm24 16h4v-24.1l-4-1.4zm-34-48c0.5 0 1 0.2 1.4 0.6 0.4 0.3 0.6 0.8 0.6 1.4v10.2l33.3-12.1c0.5-0.2 1.1-0.2 1.5 0.1 0.5 0.2 0.9 0.6 1.1 1.1 0.2 0.5 0.1 1-0.1 1.5-0.2 0.5-0.6 0.9-1.1 1l-44 16c-0.5 0.2-1.1 0.2-1.5 0-0.5-0.2-0.9-0.6-1.1-1.1-0.2-0.5-0.1-1.1 0.1-1.6 0.2-0.5 0.6-0.8 1.1-1l2.7-1v-13.1c0-0.6 0.2-1.1 0.6-1.4 0.4-0.4 0.9-0.6 1.4-0.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-hygiene{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 513" fill="currentColor"><path d="m320 0c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16 8.8 0 16-7.2 16-16v-176c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32v176c0 8.8 7.2 16 16 16 8.8 0 16-7.2 16-16v-112c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32v178.2c-19.2 5.4-34.7 20.4-40.4 40.3l-6.5 22.7-22.7 6.5c-25.2 7.2-42.5 30.2-42.5 56.4 0 22.1 12.4 42 31.4 51.9-27.5 17.8-60.2 28.1-95.4 28.1h-19.2c-59.6 0-116.9-22.9-160-64l-112.3-107.1c-16-15.2-16.6-40.6-1.4-56.6 15.2-16 40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-0.1-3.1-0.1-4.6v-272c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32v176c0 8.8 7.2 16 16 16 8.8 0 16-7.2 16-16v-208c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6-4 0-7.6 2.7-8.7 6.6l-7.3 25.4-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7 0 4 2.7 7.6 6.6 8.7l25.4 7.3 7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6 4 0 7.6-2.7 8.7-6.6l7.3-25.4 25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7 0-4-2.7-7.6-6.6-8.7l-25.4-7.3zm-208.7-206.6l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2 0 4.7-3.1 8.9-7.7 10.2l-48.3 13.8-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7-4.7 0-8.9-3.1-10.2-7.7l-13.8-48.3-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2 0-4.7 3.1-8.9 7.7-10.2l48.3-13.8 13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7 4.7 0 8.9 3.1 10.2 7.7zm480 288l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2 0 4.7-3.1 8.9-7.7 10.2l-48.3 13.8-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7-4.7 0-8.9-3.1-10.2-7.7l-13.8-48.3-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2 0-4.7 3.1-8.9 7.7-10.2l48.3-13.8 13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7 4.7 0 8.9 3.1 10.2 7.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 513" fill="currentColor"><path d="m320 0c17.7 0 32 14.3 32 32v208c0 8.8 7.2 16 16 16 8.8 0 16-7.2 16-16v-176c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32v176c0 8.8 7.2 16 16 16 8.8 0 16-7.2 16-16v-112c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32v178.2c-19.2 5.4-34.7 20.4-40.4 40.3l-6.5 22.7-22.7 6.5c-25.2 7.2-42.5 30.2-42.5 56.4 0 22.1 12.4 42 31.4 51.9-27.5 17.8-60.2 28.1-95.4 28.1h-19.2c-59.6 0-116.9-22.9-160-64l-112.3-107.1c-16-15.2-16.6-40.6-1.4-56.6 15.2-16 40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-0.1-3.1-0.1-4.6v-272c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32v176c0 8.8 7.2 16 16 16 8.8 0 16-7.2 16-16v-208c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6-4 0-7.6 2.7-8.7 6.6l-7.3 25.4-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7 0 4 2.7 7.6 6.6 8.7l25.4 7.3 7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6 4 0 7.6-2.7 8.7-6.6l7.3-25.4 25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7 0-4-2.7-7.6-6.6-8.7l-25.4-7.3zm-208.7-206.6l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2 0 4.7-3.1 8.9-7.7 10.2l-48.3 13.8-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7-4.7 0-8.9-3.1-10.2-7.7l-13.8-48.3-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2 0-4.7 3.1-8.9 7.7-10.2l48.3-13.8 13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7 4.7 0 8.9 3.1 10.2 7.7zm480 288l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2 0 4.7-3.1 8.9-7.7 10.2l-48.3 13.8-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7-4.7 0-8.9-3.1-10.2-7.7l-13.8-48.3-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2 0-4.7 3.1-8.9 7.7-10.2l48.3-13.8 13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7 4.7 0 8.9 3.1 10.2 7.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-image{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 19" fill="currentColor"><path d="m3.2 19q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-13.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h13.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v13.6q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm1.9-4.3h9.9q0.4 0 0.6-0.4 0.2-0.4-0.1-0.7l-2.7-3.7q-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2l-2.5 3.3-1.7-2.3q-0.2-0.2-0.5-0.2-0.4 0-0.6 0.2l-1.9 2.7q-0.3 0.3-0.1 0.7 0.2 0.4 0.6 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 19" fill="currentColor"><path d="m3.2 19q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-13.6q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h13.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v13.6q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm1.9-4.3h9.9q0.4 0 0.6-0.4 0.2-0.4-0.1-0.7l-2.7-3.7q-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2l-2.5 3.3-1.7-2.3q-0.2-0.2-0.5-0.2-0.4 0-0.6 0.2l-1.9 2.7q-0.3 0.3-0.1 0.7 0.2 0.4 0.6 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-import{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 22" fill="currentColor"><path d="m8 0.5q0.3 0 0.5 0.2 0.2 0.2 0.3 0.6v5.2h-1.6l0.1-5.3q0-0.3 0.2-0.5 0.2-0.2 0.5-0.2zm-0.7 6v5.7l-1.8-1.7q-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5l3 3q0.2 0.2 0.5 0.2 0.3 0 0.5-0.2l3-3q0.1-0.1 0.2-0.2 0.1-0.2 0.1-0.3 0-0.2-0.1-0.3 0-0.1-0.2-0.2-0.1-0.2-0.2-0.2-0.1-0.1-0.3-0.1-0.1 0-0.3 0.1-0.1 0.1-0.2 0.2l-1.8 1.7 0.1-5.7h3.7c0.8 0 1.6 0.3 2.1 0.9 0.6 0.5 0.9 1.3 0.9 2.1v9c0 0.8-0.3 1.6-0.9 2.1-0.5 0.6-1.3 0.9-2.1 0.9h-9c-0.8 0-1.6-0.3-2.1-0.9-0.6-0.5-0.9-1.3-0.9-2.1v-9c0-0.8 0.3-1.6 0.9-2.1 0.5-0.6 1.3-0.9 2.1-0.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 22" fill="currentColor"><path d="m8 0.5q0.3 0 0.5 0.2 0.2 0.2 0.3 0.6v5.2h-1.6l0.1-5.3q0-0.3 0.2-0.5 0.2-0.2 0.5-0.2zm-0.7 6v5.7l-1.8-1.7q-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5l3 3q0.2 0.2 0.5 0.2 0.3 0 0.5-0.2l3-3q0.1-0.1 0.2-0.2 0.1-0.2 0.1-0.3 0-0.2-0.1-0.3 0-0.1-0.2-0.2-0.1-0.2-0.2-0.2-0.1-0.1-0.3-0.1-0.1 0-0.3 0.1-0.1 0.1-0.2 0.2l-1.8 1.7 0.1-5.7h3.7c0.8 0 1.6 0.3 2.1 0.9 0.6 0.5 0.9 1.3 0.9 2.1v9c0 0.8-0.3 1.6-0.9 2.1-0.5 0.6-1.3 0.9-2.1 0.9h-9c-0.8 0-1.6-0.3-2.1-0.9-0.6-0.5-0.9-1.3-0.9-2.1v-9c0-0.8 0.3-1.6 0.9-2.1 0.5-0.6 1.3-0.9 2.1-0.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-info-simple{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 20" fill="currentColor"><path d="m3 5.2q-1 0-1.6-0.7-0.7-0.7-0.7-1.7 0-0.9 0.7-1.6 0.6-0.7 1.6-0.7 1 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.7-0.6 0.7-1.6 0.7zm0 14.3q-0.8 0-1.3-0.6-0.5-0.5-0.5-1.2v-8.7q0-0.8 0.5-1.3 0.5-0.5 1.3-0.5 0.8 0 1.3 0.5 0.5 0.5 0.5 1.3v8.7q0 0.7-0.5 1.2-0.5 0.6-1.3 0.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 20" fill="currentColor"><path d="m3 5.2q-1 0-1.6-0.7-0.7-0.7-0.7-1.7 0-0.9 0.7-1.6 0.6-0.7 1.6-0.7 1 0 1.6 0.7 0.7 0.7 0.7 1.6 0 1-0.7 1.7-0.6 0.7-1.6 0.7zm0 14.3q-0.8 0-1.3-0.6-0.5-0.5-0.5-1.2v-8.7q0-0.8 0.5-1.3 0.5-0.5 1.3-0.5 0.8 0 1.3 0.5 0.5 0.5 0.5 1.3v8.7q0 0.7-0.5 1.2-0.5 0.6-1.3 0.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-info{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="m256 512c141.4 0 256-114.6 256-256 0-141.4-114.6-256-256-256-141.4 0-256 114.6-256 256 0 141.4 114.6 256 256 256zm-32-352c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32zm-8 64h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24 0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24 0-13.3 10.7-24 24-24h24v-64h-24c-13.3 0-24-10.7-24-24 0-13.3 10.7-24 24-24z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="m256 512c141.4 0 256-114.6 256-256 0-141.4-114.6-256-256-256-141.4 0-256 114.6-256 256 0 141.4 114.6 256 256 256zm-32-352c0-17.7 14.3-32 32-32 17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32zm-8 64h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24 0 13.3-10.7 24-24 24h-80c-13.3 0-24-10.7-24-24 0-13.3 10.7-24 24-24h24v-64h-24c-13.3 0-24-10.7-24-24 0-13.3 10.7-24 24-24z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-island{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21" fill="currentColor"><path d="m18 19c-1.4 0-2.8-0.5-4-1.3-2.4 1.7-5.6 1.7-8 0-1.2 0.8-2.6 1.3-4 1.3h-2v2h2c1.4 0 2.7-0.4 4-1 2.5 1.3 5.5 1.3 8 0 1.3 0.6 2.6 1 4 1h2v-2zm0.8-1h-0.8c-1.2 0-2.4-0.4-3.4-1.1l-0.6-0.5-0.6 0.5c-1 0.7-2.2 1-3.4 1-1.2 0-2.4-0.3-3.4-1l-0.6-0.5-0.6 0.5c-1 0.7-2.2 1.1-3.4 1.1h-0.8c0.5-1.5 2.4-4 8.8-4 2 0 3 0.2 3 0.2 0.7-1.3 1.8-4.4 1-8.4l1.1 0.7c0.3 1.5 0.9 4.3-0.3 8.2 2.6 0.8 3.6 2.3 4 3.3zm1.2-11.4c-0.8-1.1-2-1.9-3.4-2.1q0.2 0.2 0.3 0.5c1.2 1.9 1 4.3-0.4 6 0.6-1.5 0.5-3.2-0.4-4.6q-0.1-0.2-0.2-0.3c-0.4-0.6-0.9-1-1.5-1.4-2.1 0.7-3.5 2.6-3.5 4.8q0 0.8 0.2 1.5c-0.6-0.8-0.9-1.8-0.9-2.9 0-1.7 0.8-3.1 2-4.1-1 0-2.1 0.2-3.1 0.8q-0.6 0.4-1.1 1c0.4-1 1-1.8 2-2.4 1-0.7 2.2-0.9 3.4-0.7q-0.4-0.6-1.1-1.1-0.6-0.5-1.3-0.7c1 0 2 0.3 2.9 1q0.7 0.5 1.1 1.2 0.1-0.1 0.2-0.1c2.2 0 4.2 1.5 4.8 3.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21" fill="currentColor"><path d="m18 19c-1.4 0-2.8-0.5-4-1.3-2.4 1.7-5.6 1.7-8 0-1.2 0.8-2.6 1.3-4 1.3h-2v2h2c1.4 0 2.7-0.4 4-1 2.5 1.3 5.5 1.3 8 0 1.3 0.6 2.6 1 4 1h2v-2zm0.8-1h-0.8c-1.2 0-2.4-0.4-3.4-1.1l-0.6-0.5-0.6 0.5c-1 0.7-2.2 1-3.4 1-1.2 0-2.4-0.3-3.4-1l-0.6-0.5-0.6 0.5c-1 0.7-2.2 1.1-3.4 1.1h-0.8c0.5-1.5 2.4-4 8.8-4 2 0 3 0.2 3 0.2 0.7-1.3 1.8-4.4 1-8.4l1.1 0.7c0.3 1.5 0.9 4.3-0.3 8.2 2.6 0.8 3.6 2.3 4 3.3zm1.2-11.4c-0.8-1.1-2-1.9-3.4-2.1q0.2 0.2 0.3 0.5c1.2 1.9 1 4.3-0.4 6 0.6-1.5 0.5-3.2-0.4-4.6q-0.1-0.2-0.2-0.3c-0.4-0.6-0.9-1-1.5-1.4-2.1 0.7-3.5 2.6-3.5 4.8q0 0.8 0.2 1.5c-0.6-0.8-0.9-1.8-0.9-2.9 0-1.7 0.8-3.1 2-4.1-1 0-2.1 0.2-3.1 0.8q-0.6 0.4-1.1 1c0.4-1 1-1.8 2-2.4 1-0.7 2.2-0.9 3.4-0.7q-0.4-0.6-1.1-1.1-0.6-0.5-1.3-0.7c1 0 2 0.3 2.9 1q0.7 0.5 1.1 1.2 0.1-0.1 0.2-0.1c2.2 0 4.2 1.5 4.8 3.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-lan{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 56" fill="currentColor"><path d="m0.8 48.8v-6q0-3 2.1-5 2-2.1 5-2.1h1.2v-3.9q0-2.9 2.1-5 2-2 5-2h6.6v-4.5h-1.3q-2.9 0-5-2.1-2-2-2-5v-6q0-2.9 2-5 2.1-2 5-2h9q2.9 0 5 2 2 2.1 2 5v6q0 3-2 5-2.1 2.1-5 2.1h-1.3v4.5h6.6q3 0 5 2 2.1 2.1 2.1 5v3.9h1.2q3 0 5 2.1 2.1 2 2.1 5v6q0 2.9-2.1 5-2 2-5 2h-8.7q-2.9 0-5-2-2-2.1-2-5v-6.3q0-2.8 2-4.8 2-2 4.8-2h1.2v-4.5h-20.8v4.5h1.2q2.8 0 4.8 2 2 2 2 4.8v6.3q0 2.9-2 5-2.1 2-5 2h-8.7q-3 0-5-2-2.1-2.1-2.1-5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 56" fill="currentColor"><path d="m0.8 48.8v-6q0-3 2.1-5 2-2.1 5-2.1h1.2v-3.9q0-2.9 2.1-5 2-2 5-2h6.6v-4.5h-1.3q-2.9 0-5-2.1-2-2-2-5v-6q0-2.9 2-5 2.1-2 5-2h9q2.9 0 5 2 2 2.1 2 5v6q0 3-2 5-2.1 2.1-5 2.1h-1.3v4.5h6.6q3 0 5 2 2.1 2.1 2.1 5v3.9h1.2q3 0 5 2.1 2.1 2 2.1 5v6q0 2.9-2.1 5-2 2-5 2h-8.7q-2.9 0-5-2-2-2.1-2-5v-6.3q0-2.8 2-4.8 2-2 4.8-2h1.2v-4.5h-20.8v4.5h1.2q2.8 0 4.8 2 2 2 2 4.8v6.3q0 2.9-2 5-2.1 2-5 2h-8.7q-3 0-5-2-2.1-2.1-2.1-5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-language{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 22.4805C10.5673 22.4805 9.21442 22.2039 7.94125 21.6505C6.66808 21.0974 5.55617 20.3454 4.6055 19.3945C3.65467 18.4439 2.90267 17.3319 2.3495 16.0588C1.79617 14.7856 1.5195 13.4327 1.5195 12C1.5195 10.5602 1.79617 9.20545 2.3495 7.93578C2.90267 6.66628 3.65467 5.5562 4.6055 4.60553C5.55617 3.6547 6.66808 2.9027 7.94125 2.34953C9.21442 1.7962 10.5673 1.51953 12 1.51953C13.4398 1.51953 14.7946 1.7962 16.0643 2.34953C17.3338 2.9027 18.4438 3.6547 19.3945 4.60553C20.3453 5.5562 21.0973 6.66628 21.6505 7.93578C22.2038 9.20545 22.4805 10.5602 22.4805 12C22.4805 13.4327 22.2038 14.7856 21.6505 16.0588C21.0973 17.3319 20.3453 18.4439 19.3945 19.3945C18.4438 20.3454 17.3338 21.0974 16.0643 21.6505C14.7946 22.2039 13.4398 22.4805 12 22.4805ZM11.9718 19.7945C12.3674 19.2134 12.7236 18.6002 13.0403 17.955C13.3569 17.3097 13.6153 16.6298 13.8153 15.9153H10.1708C10.3708 16.6298 10.622 17.3097 10.9245 17.955C11.227 18.6002 11.5761 19.2134 11.9718 19.7945ZM9.4425 19.3945C9.12367 18.8634 8.86117 18.3019 8.655 17.7103C8.44883 17.1186 8.27075 16.5203 8.12075 15.9153H5.2555C5.7105 16.7298 6.29342 17.4406 7.00425 18.0478C7.71525 18.6551 8.528 19.104 9.4425 19.3945ZM14.5153 19.3945C15.4297 19.104 16.2472 18.6551 16.9675 18.0478C17.6877 17.4406 18.2753 16.7298 18.7305 15.9153H15.8652C15.7153 16.5203 15.5324 17.1186 15.3168 17.7103C15.1013 18.3019 14.8341 18.8634 14.5153 19.3945ZM4.4195 13.9575H7.72075C7.67075 13.6242 7.63325 13.2998 7.60825 12.9843C7.58325 12.6686 7.57075 12.3405 7.57075 12C7.57075 11.65 7.58325 11.3196 7.60825 11.0088C7.63325 10.6979 7.67075 10.3759 7.72075 10.0425H4.4195C4.33617 10.3664 4.27367 10.6861 4.232 11.0018C4.19033 11.3173 4.1695 11.65 4.1695 12C4.1695 12.3405 4.19033 12.6709 4.232 12.9913C4.27367 13.3116 4.33617 13.6337 4.4195 13.9575ZM9.72075 13.9575H14.2653C14.3153 13.6242 14.348 13.2998 14.3635 12.9843C14.3792 12.6686 14.387 12.3405 14.387 12C14.387 11.65 14.3792 11.3196 14.3635 11.0088C14.348 10.6979 14.3153 10.3759 14.2653 10.0425H9.72075C9.67075 10.3759 9.63325 10.6979 9.60825 11.0088C9.58325 11.3196 9.57075 11.65 9.57075 12C9.57075 12.3405 9.58325 12.6686 9.60825 12.9843C9.63325 13.2998 9.67075 13.6242 9.72075 13.9575ZM16.2653 13.9575H19.5523C19.6356 13.6337 19.6981 13.3116 19.7398 12.9913C19.7814 12.6709 19.8023 12.3405 19.8023 12C19.8023 11.65 19.7814 11.3173 19.7398 11.0018C19.6981 10.6861 19.6356 10.3664 19.5523 10.0425H16.2653C16.3057 10.3759 16.3362 10.6979 16.3565 11.0088C16.3768 11.3196 16.387 11.65 16.387 12C16.387 12.3405 16.3768 12.6686 16.3565 12.9843C16.3362 13.2998 16.3057 13.6242 16.2653 13.9575ZM15.8652 8.07078H18.7305C18.2753 7.25628 17.6877 6.5477 16.9675 5.94503C16.2472 5.34253 15.4297 4.89603 14.5153 4.60553C14.8341 5.1367 15.1013 5.6957 15.3168 6.28253C15.5324 6.86953 15.7153 7.46561 15.8652 8.07078ZM10.1708 8.07078H13.8153C13.6246 7.35628 13.3709 6.6787 13.0543 6.03803C12.7376 5.39753 12.3768 4.7867 11.9718 4.20553C11.5761 4.7867 11.227 5.39753 10.9245 6.03803C10.622 6.6787 10.3708 7.35628 10.1708 8.07078ZM5.2555 8.07078H8.12075C8.27075 7.46561 8.44883 6.86953 8.655 6.28253C8.86117 5.6957 9.12367 5.1367 9.4425 4.60553C8.528 4.89603 7.71525 5.34253 7.00425 5.94503C6.29342 6.5477 5.7105 7.25628 5.2555 8.07078Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 22.4805C10.5673 22.4805 9.21442 22.2039 7.94125 21.6505C6.66808 21.0974 5.55617 20.3454 4.6055 19.3945C3.65467 18.4439 2.90267 17.3319 2.3495 16.0588C1.79617 14.7856 1.5195 13.4327 1.5195 12C1.5195 10.5602 1.79617 9.20545 2.3495 7.93578C2.90267 6.66628 3.65467 5.5562 4.6055 4.60553C5.55617 3.6547 6.66808 2.9027 7.94125 2.34953C9.21442 1.7962 10.5673 1.51953 12 1.51953C13.4398 1.51953 14.7946 1.7962 16.0643 2.34953C17.3338 2.9027 18.4438 3.6547 19.3945 4.60553C20.3453 5.5562 21.0973 6.66628 21.6505 7.93578C22.2038 9.20545 22.4805 10.5602 22.4805 12C22.4805 13.4327 22.2038 14.7856 21.6505 16.0588C21.0973 17.3319 20.3453 18.4439 19.3945 19.3945C18.4438 20.3454 17.3338 21.0974 16.0643 21.6505C14.7946 22.2039 13.4398 22.4805 12 22.4805ZM11.9718 19.7945C12.3674 19.2134 12.7236 18.6002 13.0403 17.955C13.3569 17.3097 13.6153 16.6298 13.8153 15.9153H10.1708C10.3708 16.6298 10.622 17.3097 10.9245 17.955C11.227 18.6002 11.5761 19.2134 11.9718 19.7945ZM9.4425 19.3945C9.12367 18.8634 8.86117 18.3019 8.655 17.7103C8.44883 17.1186 8.27075 16.5203 8.12075 15.9153H5.2555C5.7105 16.7298 6.29342 17.4406 7.00425 18.0478C7.71525 18.6551 8.528 19.104 9.4425 19.3945ZM14.5153 19.3945C15.4297 19.104 16.2472 18.6551 16.9675 18.0478C17.6877 17.4406 18.2753 16.7298 18.7305 15.9153H15.8652C15.7153 16.5203 15.5324 17.1186 15.3168 17.7103C15.1013 18.3019 14.8341 18.8634 14.5153 19.3945ZM4.4195 13.9575H7.72075C7.67075 13.6242 7.63325 13.2998 7.60825 12.9843C7.58325 12.6686 7.57075 12.3405 7.57075 12C7.57075 11.65 7.58325 11.3196 7.60825 11.0088C7.63325 10.6979 7.67075 10.3759 7.72075 10.0425H4.4195C4.33617 10.3664 4.27367 10.6861 4.232 11.0018C4.19033 11.3173 4.1695 11.65 4.1695 12C4.1695 12.3405 4.19033 12.6709 4.232 12.9913C4.27367 13.3116 4.33617 13.6337 4.4195 13.9575ZM9.72075 13.9575H14.2653C14.3153 13.6242 14.348 13.2998 14.3635 12.9843C14.3792 12.6686 14.387 12.3405 14.387 12C14.387 11.65 14.3792 11.3196 14.3635 11.0088C14.348 10.6979 14.3153 10.3759 14.2653 10.0425H9.72075C9.67075 10.3759 9.63325 10.6979 9.60825 11.0088C9.58325 11.3196 9.57075 11.65 9.57075 12C9.57075 12.3405 9.58325 12.6686 9.60825 12.9843C9.63325 13.2998 9.67075 13.6242 9.72075 13.9575ZM16.2653 13.9575H19.5523C19.6356 13.6337 19.6981 13.3116 19.7398 12.9913C19.7814 12.6709 19.8023 12.3405 19.8023 12C19.8023 11.65 19.7814 11.3173 19.7398 11.0018C19.6981 10.6861 19.6356 10.3664 19.5523 10.0425H16.2653C16.3057 10.3759 16.3362 10.6979 16.3565 11.0088C16.3768 11.3196 16.387 11.65 16.387 12C16.387 12.3405 16.3768 12.6686 16.3565 12.9843C16.3362 13.2998 16.3057 13.6242 16.2653 13.9575ZM15.8652 8.07078H18.7305C18.2753 7.25628 17.6877 6.5477 16.9675 5.94503C16.2472 5.34253 15.4297 4.89603 14.5153 4.60553C14.8341 5.1367 15.1013 5.6957 15.3168 6.28253C15.5324 6.86953 15.7153 7.46561 15.8652 8.07078ZM10.1708 8.07078H13.8153C13.6246 7.35628 13.3709 6.6787 13.0543 6.03803C12.7376 5.39753 12.3768 4.7867 11.9718 4.20553C11.5761 4.7867 11.227 5.39753 10.9245 6.03803C10.622 6.6787 10.3708 7.35628 10.1708 8.07078ZM5.2555 8.07078H8.12075C8.27075 7.46561 8.44883 6.86953 8.655 6.28253C8.86117 5.6957 9.12367 5.1367 9.4425 4.60553C8.528 4.89603 7.71525 5.34253 7.00425 5.94503C6.29342 6.5477 5.7105 7.25628 5.2555 8.07078Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-link{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 11" fill="currentColor"><path d="m6 11q-2.3 0-3.9-1.6-1.6-1.6-1.6-3.9 0-2.3 1.6-3.9 1.6-1.6 3.9-1.6h2.5q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-0.9 0.4h-2.5q-1.2 0-2 0.8-0.8 0.8-0.8 2 0 1.2 0.8 2 0.8 0.8 2 0.8h2.5q0.5 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4zm1.8-4.4q-0.5 0-0.8-0.3-0.4-0.3-0.4-0.8 0-0.5 0.4-0.8 0.3-0.3 0.8-0.3h6.4q0.4 0 0.8 0.3 0.3 0.3 0.3 0.8 0 0.5-0.3 0.8-0.4 0.3-0.8 0.3zm5.7 4.4q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.4 0.9-0.4h2.5q1.2 0 2-0.8 0.8-0.8 0.8-2 0-1.2-0.8-2-0.8-0.8-2-0.8h-2.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h2.5q2.3 0 3.9 1.6 1.6 1.6 1.6 3.9 0 2.3-1.6 3.9-1.6 1.6-3.9 1.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 11" fill="currentColor"><path d="m6 11q-2.3 0-3.9-1.6-1.6-1.6-1.6-3.9 0-2.3 1.6-3.9 1.6-1.6 3.9-1.6h2.5q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-0.9 0.4h-2.5q-1.2 0-2 0.8-0.8 0.8-0.8 2 0 1.2 0.8 2 0.8 0.8 2 0.8h2.5q0.5 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4zm1.8-4.4q-0.5 0-0.8-0.3-0.4-0.3-0.4-0.8 0-0.5 0.4-0.8 0.3-0.3 0.8-0.3h6.4q0.4 0 0.8 0.3 0.3 0.3 0.3 0.8 0 0.5-0.3 0.8-0.4 0.3-0.8 0.3zm5.7 4.4q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.4 0.9-0.4h2.5q1.2 0 2-0.8 0.8-0.8 0.8-2 0-1.2-0.8-2-0.8-0.8-2-0.8h-2.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h2.5q2.3 0 3.9 1.6 1.6 1.6 1.6 3.9 0 2.3-1.6 3.9-1.6 1.6-3.9 1.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-lock{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 21" fill="currentColor"><path d="m14 7q0.4 0 0.8 0.2 0.3 0.1 0.6 0.4 0.3 0.3 0.4 0.6 0.2 0.4 0.2 0.8v10q0 0.4-0.2 0.8-0.1 0.3-0.4 0.6-0.3 0.3-0.6 0.4-0.4 0.2-0.8 0.2h-12q-0.4 0-0.8-0.2-0.3-0.1-0.6-0.4-0.3-0.3-0.4-0.6-0.2-0.4-0.2-0.8v-10c0-1.1 0.9-2 2-2h1v-2q0-1 0.4-1.9 0.4-0.9 1.1-1.6 0.7-0.7 1.6-1.1 0.9-0.4 1.9-0.4 1 0 1.9 0.4 0.9 0.4 1.6 1.1 0.7 0.7 1.1 1.6 0.4 0.9 0.4 1.9v2zm-6 9q0.4 0 0.8-0.2 0.3-0.1 0.6-0.4 0.3-0.3 0.4-0.6 0.2-0.4 0.2-0.8c0-1.1-0.9-2-2-2q-0.4 0-0.8 0.2-0.3 0.1-0.6 0.4-0.3 0.3-0.4 0.6-0.2 0.4-0.2 0.8 0 0.4 0.2 0.8 0.1 0.3 0.4 0.6 0.3 0.3 0.6 0.4 0.4 0.2 0.8 0.2zm0-14q-0.6 0-1.1 0.2-0.6 0.3-1 0.7-0.4 0.4-0.7 1-0.2 0.5-0.2 1.1v2h6v-2q0-0.6-0.2-1.1-0.3-0.6-0.7-1-0.4-0.4-1-0.7-0.5-0.2-1.1-0.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 21" fill="currentColor"><path d="m14 7q0.4 0 0.8 0.2 0.3 0.1 0.6 0.4 0.3 0.3 0.4 0.6 0.2 0.4 0.2 0.8v10q0 0.4-0.2 0.8-0.1 0.3-0.4 0.6-0.3 0.3-0.6 0.4-0.4 0.2-0.8 0.2h-12q-0.4 0-0.8-0.2-0.3-0.1-0.6-0.4-0.3-0.3-0.4-0.6-0.2-0.4-0.2-0.8v-10c0-1.1 0.9-2 2-2h1v-2q0-1 0.4-1.9 0.4-0.9 1.1-1.6 0.7-0.7 1.6-1.1 0.9-0.4 1.9-0.4 1 0 1.9 0.4 0.9 0.4 1.6 1.1 0.7 0.7 1.1 1.6 0.4 0.9 0.4 1.9v2zm-6 9q0.4 0 0.8-0.2 0.3-0.1 0.6-0.4 0.3-0.3 0.4-0.6 0.2-0.4 0.2-0.8c0-1.1-0.9-2-2-2q-0.4 0-0.8 0.2-0.3 0.1-0.6 0.4-0.3 0.3-0.4 0.6-0.2 0.4-0.2 0.8 0 0.4 0.2 0.8 0.1 0.3 0.4 0.6 0.3 0.3 0.6 0.4 0.4 0.2 0.8 0.2zm0-14q-0.6 0-1.1 0.2-0.6 0.3-1 0.7-0.4 0.4-0.7 1-0.2 0.5-0.2 1.1v2h6v-2q0-0.6-0.2-1.1-0.3-0.6-0.7-1-0.4-0.4-1-0.7-0.5-0.2-1.1-0.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-mail{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 44" fill="currentColor"><path d="m56 36c0 2.1-0.8 4.2-2.3 5.7-1.5 1.5-3.6 2.3-5.7 2.3h-40c-2.1 0-4.2-0.8-5.7-2.3-1.5-1.5-2.3-3.6-2.3-5.7v-22.9l23.8 14.7c1.3 0.7 2.7 1.2 4.2 1.2 1.5 0 2.9-0.5 4.2-1.2l23.8-14.7zm-8-36c2.1 0 4.2 0.9 5.7 2.4 1.5 1.5 2.3 3.5 2.3 5.6v0.4l-25.9 16c-0.6 0.4-1.4 0.6-2.1 0.6-0.7 0-1.5-0.2-2.1-0.6l-25.9-16v-0.4c0-2.1 0.8-4.1 2.3-5.6 1.5-1.5 3.6-2.4 5.7-2.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 44" fill="currentColor"><path d="m56 36c0 2.1-0.8 4.2-2.3 5.7-1.5 1.5-3.6 2.3-5.7 2.3h-40c-2.1 0-4.2-0.8-5.7-2.3-1.5-1.5-2.3-3.6-2.3-5.7v-22.9l23.8 14.7c1.3 0.7 2.7 1.2 4.2 1.2 1.5 0 2.9-0.5 4.2-1.2l23.8-14.7zm-8-36c2.1 0 4.2 0.9 5.7 2.4 1.5 1.5 2.3 3.5 2.3 5.6v0.4l-25.9 16c-0.6 0.4-1.4 0.6-2.1 0.6-0.7 0-1.5-0.2-2.1-0.6l-25.9-16v-0.4c0-2.1 0.8-4.1 2.3-5.6 1.5-1.5 3.6-2.4 5.7-2.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-map{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 50" fill="currentColor"><path d="m31.7 49.5l-13.7-4.8-12.5 4.9q-0.9 0.3-1.7 0.2-0.8-0.1-1.5-0.5-0.7-0.5-1.1-1.2-0.5-0.8-0.5-1.8v-38q0-1.2 0.8-2.3 0.7-1 2-1.4l12.2-4.1q0.6-0.2 1.1-0.3 0.6-0.1 1.2-0.1 0.6 0 1.2 0.1 0.5 0.1 1.1 0.3l13.7 4.8 12.5-4.9q0.9-0.3 1.7-0.2 0.8 0.1 1.5 0.5 0.7 0.5 1.1 1.2 0.5 0.8 0.5 1.8v38q0 1.2-0.8 2.3-0.7 1-2 1.4l-12.2 4.1q-0.6 0.2-1.1 0.3-0.6 0.1-1.2 0.1-0.6 0-1.2-0.1-0.5-0.1-1.1-0.3zm-0.4-7.6v-30.1l-10.6-3.7v30.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 50" fill="currentColor"><path d="m31.7 49.5l-13.7-4.8-12.5 4.9q-0.9 0.3-1.7 0.2-0.8-0.1-1.5-0.5-0.7-0.5-1.1-1.2-0.5-0.8-0.5-1.8v-38q0-1.2 0.8-2.3 0.7-1 2-1.4l12.2-4.1q0.6-0.2 1.1-0.3 0.6-0.1 1.2-0.1 0.6 0 1.2 0.1 0.5 0.1 1.1 0.3l13.7 4.8 12.5-4.9q0.9-0.3 1.7-0.2 0.8 0.1 1.5 0.5 0.7 0.5 1.1 1.2 0.5 0.8 0.5 1.8v38q0 1.2-0.8 2.3-0.7 1-2 1.4l-12.2 4.1q-0.6 0.2-1.1 0.3-0.6 0.1-1.2 0.1-0.6 0-1.2-0.1-0.5-0.1-1.1-0.3zm-0.4-7.6v-30.1l-10.6-3.7v30.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-medical-bag{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m8 0l-2 2v2h-3c-1.1 0-1.9 1-2 2l-1 10c-0.1 1 0.5 2 2 2h16c1.5 0 2.1-1 2-2l-1-10c-0.1-1-0.9-2-2-2h-3v-2l-2-2zm0 2h4v2h-4zm1 5h2v3h3v2h-3v3h-2v-3h-3v-2h3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m8 0l-2 2v2h-3c-1.1 0-1.9 1-2 2l-1 10c-0.1 1 0.5 2 2 2h16c1.5 0 2.1-1 2-2l-1-10c-0.1-1-0.9-2-2-2h-3v-2l-2-2zm0 2h4v2h-4zm1 5h2v3h3v2h-3v3h-2v-3h-3v-2h3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-message-check{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m18 0h-16c-1.1 0-2 0.9-2 2v18l4-4h14c1.1 0 2-0.9 2-2v-12c0-1.1-0.9-2-2-2zm-9.5 12l-3.5-3.5 1.4-1.4 2.1 2.1 5.1-5.2 1.4 1.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m18 0h-16c-1.1 0-2 0.9-2 2v18l4-4h14c1.1 0 2-0.9 2-2v-12c0-1.1-0.9-2-2-2zm-9.5 12l-3.5-3.5 1.4-1.4 2.1 2.1 5.1-5.2 1.4 1.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-microwave{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" fill="currentColor"><path d="m2 0q-0.4 0-0.8 0.2-0.3 0.1-0.6 0.4-0.3 0.3-0.4 0.6-0.2 0.4-0.2 0.8v10q0 0.4 0.2 0.8 0.1 0.3 0.4 0.6 0.3 0.3 0.6 0.4 0.4 0.2 0.8 0.2h16q0.4 0 0.8-0.2 0.3-0.1 0.6-0.4 0.3-0.3 0.4-0.6 0.2-0.4 0.2-0.8v-10q0-0.4-0.2-0.8-0.1-0.3-0.4-0.6-0.3-0.3-0.6-0.4-0.4-0.2-0.8-0.2zm0 2h12v10h-12zm15 0q0.2 0 0.4 0.1 0.2 0.1 0.3 0.2 0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3 0.1-0.1 0.3-0.2 0.2-0.1 0.4-0.1zm-6 2v6h2v-6zm6 2q0.2 0 0.4 0.1 0.2 0.1 0.3 0.2 0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3 0.1-0.1 0.3-0.2 0.2-0.1 0.4-0.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" fill="currentColor"><path d="m2 0q-0.4 0-0.8 0.2-0.3 0.1-0.6 0.4-0.3 0.3-0.4 0.6-0.2 0.4-0.2 0.8v10q0 0.4 0.2 0.8 0.1 0.3 0.4 0.6 0.3 0.3 0.6 0.4 0.4 0.2 0.8 0.2h16q0.4 0 0.8-0.2 0.3-0.1 0.6-0.4 0.3-0.3 0.4-0.6 0.2-0.4 0.2-0.8v-10q0-0.4-0.2-0.8-0.1-0.3-0.4-0.6-0.3-0.3-0.6-0.4-0.4-0.2-0.8-0.2zm0 2h12v10h-12zm15 0q0.2 0 0.4 0.1 0.2 0.1 0.3 0.2 0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3 0.1-0.1 0.3-0.2 0.2-0.1 0.4-0.1zm-6 2v6h2v-6zm6 2q0.2 0 0.4 0.1 0.2 0.1 0.3 0.2 0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3 0.1-0.1 0.3-0.2 0.2-0.1 0.4-0.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-money{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 18" fill="currentColor"><path d="m0 12h2c0 1.1 1.4 2 3 2 1.6 0 3-0.9 3-2 0-1.1-1-1.5-3.2-2-2.2-0.6-4.8-1.2-4.8-4 0-1.8 1.5-3.3 3.5-3.8v-2.2h3v2.2c2 0.5 3.5 2 3.5 3.8h-2c0-1.1-1.4-2-3-2-1.6 0-3 0.9-3 2 0 1.1 1 1.5 3.2 2 2.2 0.6 4.8 1.2 4.8 4 0 1.8-1.5 3.3-3.5 3.8v2.2h-3v-2.2c-2-0.5-3.5-2-3.5-3.8z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 18" fill="currentColor"><path d="m0 12h2c0 1.1 1.4 2 3 2 1.6 0 3-0.9 3-2 0-1.1-1-1.5-3.2-2-2.2-0.6-4.8-1.2-4.8-4 0-1.8 1.5-3.3 3.5-3.8v-2.2h3v2.2c2 0.5 3.5 2 3.5 3.8h-2c0-1.1-1.4-2-3-2-1.6 0-3 0.9-3 2 0 1.1 1 1.5 3.2 2 2.2 0.6 4.8 1.2 4.8 4 0 1.8-1.5 3.3-3.5 3.8v2.2h-3v-2.2c-2-0.5-3.5-2-3.5-3.8z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-movie{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor"><path d="m3.1 17.5v0.6q0 0.5-0.3 0.9-0.4 0.3-0.9 0.3-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9v-16.2q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v0.6h1.8v-0.5q0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h5.6q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9v0.5h1.8v-0.6q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v16.2q0 0.5-0.3 0.9-0.4 0.3-0.9 0.3-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9v-0.6h-1.8v0.5q0 0.6-0.4 0.9-0.4 0.4-0.9 0.4h-5.6q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9v-0.5zm0-2.4h1.8v-1.8h-1.8zm0-4.2h1.8v-1.8h-1.8zm0-4.2h1.8v-1.8h-1.8zm10 8.5h1.8v-1.8h-1.8zm0-4.3h1.8v-1.7h-1.8zm0-4.2h1.8v-1.8h-1.8z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor"><path d="m3.1 17.5v0.6q0 0.5-0.3 0.9-0.4 0.3-0.9 0.3-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9v-16.2q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v0.6h1.8v-0.5q0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h5.6q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9v0.5h1.8v-0.6q0-0.5 0.3-0.9 0.4-0.3 0.9-0.3 0.5 0 0.9 0.3 0.3 0.4 0.3 0.9v16.2q0 0.5-0.3 0.9-0.4 0.3-0.9 0.3-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9v-0.6h-1.8v0.5q0 0.6-0.4 0.9-0.4 0.4-0.9 0.4h-5.6q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9v-0.5zm0-2.4h1.8v-1.8h-1.8zm0-4.2h1.8v-1.8h-1.8zm0-4.2h1.8v-1.8h-1.8zm10 8.5h1.8v-1.8h-1.8zm0-4.3h1.8v-1.7h-1.8zm0-4.2h1.8v-1.8h-1.8z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-museum{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 21" fill="currentColor"><path d="m0.5 20.5v-2.9l2-0.1v-8h-0.4q-0.7 0-1.1-0.5-0.5-0.5-0.5-1.2 0-0.6 0.3-1 0.4-0.5 0.8-0.8l7.9-5.5q0.3-0.3 0.7-0.4 0.4-0.1 0.8-0.1 0.4 0 0.8 0.1 0.4 0.1 0.7 0.4l7.9 5.5q0.4 0.3 0.8 0.8 0.3 0.4 0.3 1 0 0.7-0.5 1.2-0.4 0.5-1.1 0.5h-0.4v8l2 0.1v2.9zm7.5-4.5q0.4 0 0.7-0.3 0.3-0.3 0.3-0.7v-3l0.9 1.3q0.2 0.3 0.5 0.5 0.2 0.1 0.6 0.1 0.3 0 0.6-0.1 0.3-0.2 0.5-0.5l0.9-1.3v3q0 0.4 0.2 0.7 0.3 0.3 0.8 0.3 0.4 0 0.7-0.3 0.3-0.3 0.3-0.7v-5.2q0-0.3-0.3-0.6-0.2-0.2-0.6-0.2h-0.7q-0.2 0-0.4 0.1-0.2 0.1-0.3 0.3l-1.7 2.6-1.7-2.6q-0.2-0.1-0.4-0.3-0.2-0.1-0.5-0.1h-0.4q-0.5 0-0.8 0.3-0.2 0.3-0.2 0.7v5q0 0.4 0.2 0.7 0.3 0.3 0.8 0.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 21" fill="currentColor"><path d="m0.5 20.5v-2.9l2-0.1v-8h-0.4q-0.7 0-1.1-0.5-0.5-0.5-0.5-1.2 0-0.6 0.3-1 0.4-0.5 0.8-0.8l7.9-5.5q0.3-0.3 0.7-0.4 0.4-0.1 0.8-0.1 0.4 0 0.8 0.1 0.4 0.1 0.7 0.4l7.9 5.5q0.4 0.3 0.8 0.8 0.3 0.4 0.3 1 0 0.7-0.5 1.2-0.4 0.5-1.1 0.5h-0.4v8l2 0.1v2.9zm7.5-4.5q0.4 0 0.7-0.3 0.3-0.3 0.3-0.7v-3l0.9 1.3q0.2 0.3 0.5 0.5 0.2 0.1 0.6 0.1 0.3 0 0.6-0.1 0.3-0.2 0.5-0.5l0.9-1.3v3q0 0.4 0.2 0.7 0.3 0.3 0.8 0.3 0.4 0 0.7-0.3 0.3-0.3 0.3-0.7v-5.2q0-0.3-0.3-0.6-0.2-0.2-0.6-0.2h-0.7q-0.2 0-0.4 0.1-0.2 0.1-0.3 0.3l-1.7 2.6-1.7-2.6q-0.2-0.1-0.4-0.3-0.2-0.1-0.5-0.1h-0.4q-0.5 0-0.8 0.3-0.2 0.3-0.2 0.7v5q0 0.4 0.2 0.7 0.3 0.3 0.8 0.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-music{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480" fill="currentColor"><path d="m468 7c7.6 6.1 12 15.3 12 25v304c0 44.2-43 80-96 80-53 0-96-35.8-96-80 0-44.2 43-80 96-80 11.2 0 22 1.6 32 4.6v-116.7l-224 49.8v206.3c0 44.2-43 80-96 80-53 0-96-35.8-96-80 0-44.2 43-80 96-80 11.2 0 22 1.6 32 4.6v-228.6c0-15 10.4-28 25.1-31.2l288-64c9.5-2.1 19.4 0.2 27 6.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480" fill="currentColor"><path d="m468 7c7.6 6.1 12 15.3 12 25v304c0 44.2-43 80-96 80-53 0-96-35.8-96-80 0-44.2 43-80 96-80 11.2 0 22 1.6 32 4.6v-116.7l-224 49.8v206.3c0 44.2-43 80-96 80-53 0-96-35.8-96-80 0-44.2 43-80 96-80 11.2 0 22 1.6 32 4.6v-228.6c0-15 10.4-28 25.1-31.2l288-64c9.5-2.1 19.4 0.2 27 6.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-news-filled{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m7.7 0c3.8 0 5.9 0 6 0 0.6 0.2 1.2 0.6 1.4 1.2 0.1 0.2 0.1 0.6 0.1 7.2 0.1 6.5 0.1 7.1 0.1 7.3q0.1 0.4 0.4 0.8 0.2 0.4 0.5 0.7 0.3 0.3 0.7 0.5 0.4 0.2 0.8 0.3c0.1 0-3 0-7.4 0h-7.6l-0.3-0.1c-0.5-0.2-0.9-0.4-1.3-0.8-0.3-0.3-0.4-0.4-0.5-0.7-0.4-0.8-0.3 0-0.3-7.9v-7l0.1-0.2q0-0.3 0.2-0.4 0.1-0.2 0.3-0.4 0.1-0.2 0.3-0.3 0.2-0.1 0.5-0.1c0.2-0.1 1.2-0.1 6-0.1zm-4 3.8c-0.1 0.1-0.4 0.3-0.4 0.5 0 0.1 0 3.3 0 3.4 0 0.2 0.3 0.4 0.4 0.5 0.2 0.1 3.4 0.1 3.6 0 0.1-0.1 0.4-0.3 0.4-0.5 0-0.1 0-3.3 0-3.4 0-0.2-0.3-0.4-0.4-0.5-0.2-0.1-3.4-0.1-3.6 0zm7 0c-0.5 0-0.9 0-1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0 0 0.1 0.1 0.1 0.1 0.1 0 0.1 0.1 0.1c0.2 0.2 0.3 0.2 1.3 0.2 0.7 0 0.9 0 1 0q0.1 0 0.1-0.1 0 0 0 0 0.1 0 0.1 0 0-0.1 0-0.1 0.1-0.1 0.2-0.2 0-0.1 0-0.2 0-0.1 0-0.2 0-0.1 0-0.2 0-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1-0.1 0 0-0.1-0.1c-0.1 0-0.2 0-1.1 0zm6.1 0h1c1.2 0 1.3 0 1.6 0.2q0 0.1 0 0.1 0.1 0 0.1 0.1 0 0 0.1 0.1 0 0 0 0.1l0.1 0.2v10.7l-0.1 0.3c-0.3 0.7-1 1-1.6 0.9-0.5-0.1-0.9-0.4-1.1-0.9l-0.1-0.2v-5.8zm-6 3c-0.6 0-1 0-1.1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.2c0.2 0.1 0.3 0.2 1.3 0.1 0.8 0 0.9 0 1 0q0.1 0 0.1-0.1 0 0 0.1 0 0 0 0 0 0-0.1 0.1-0.1 0-0.1 0.1-0.2 0-0.1 0-0.2 0.1-0.1 0-0.2 0-0.1 0-0.2 0 0-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1 0 0-0.1-0.1c-0.1 0-0.2 0-1 0zm-3 3c-2.5 0-4 0-4.1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0.1 0.1 0.2 0.1 0.1 0.2 0.2 0 0.1 0.1 0.1c0.1 0 1.4 0 4.1 0 3.7 0 3.9 0 4 0q0.1 0 0.1-0.1 0.1 0 0.2-0.1 0 0 0-0.1 0.1 0 0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0-0.1 0-0.2 0 0-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1 0 0-0.1-0.1c-0.1 0-0.3 0-4 0zm0 3c-2.5 0-4 0-4.1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0.1 0.1 0.2 0.1 0.1 0.2 0.2 0 0.1 0.1 0.1c0.1 0 1.4 0.1 4.1 0 3.7 0 3.9 0 4 0q0.1 0 0.1-0.1 0.1 0 0.2-0.1 0 0 0-0.1 0.1 0 0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0-0.1 0-0.2 0 0-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1 0 0-0.1-0.1c-0.1 0-0.3 0-4 0z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m7.7 0c3.8 0 5.9 0 6 0 0.6 0.2 1.2 0.6 1.4 1.2 0.1 0.2 0.1 0.6 0.1 7.2 0.1 6.5 0.1 7.1 0.1 7.3q0.1 0.4 0.4 0.8 0.2 0.4 0.5 0.7 0.3 0.3 0.7 0.5 0.4 0.2 0.8 0.3c0.1 0-3 0-7.4 0h-7.6l-0.3-0.1c-0.5-0.2-0.9-0.4-1.3-0.8-0.3-0.3-0.4-0.4-0.5-0.7-0.4-0.8-0.3 0-0.3-7.9v-7l0.1-0.2q0-0.3 0.2-0.4 0.1-0.2 0.3-0.4 0.1-0.2 0.3-0.3 0.2-0.1 0.5-0.1c0.2-0.1 1.2-0.1 6-0.1zm-4 3.8c-0.1 0.1-0.4 0.3-0.4 0.5 0 0.1 0 3.3 0 3.4 0 0.2 0.3 0.4 0.4 0.5 0.2 0.1 3.4 0.1 3.6 0 0.1-0.1 0.4-0.3 0.4-0.5 0-0.1 0-3.3 0-3.4 0-0.2-0.3-0.4-0.4-0.5-0.2-0.1-3.4-0.1-3.6 0zm7 0c-0.5 0-0.9 0-1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0 0 0.1 0.1 0.1 0.1 0.1 0 0.1 0.1 0.1c0.2 0.2 0.3 0.2 1.3 0.2 0.7 0 0.9 0 1 0q0.1 0 0.1-0.1 0 0 0 0 0.1 0 0.1 0 0-0.1 0-0.1 0.1-0.1 0.2-0.2 0-0.1 0-0.2 0-0.1 0-0.2 0-0.1 0-0.2 0-0.1-0.1-0.1 0-0.1-0.1-0.1 0-0.1-0.1-0.1 0 0-0.1-0.1c-0.1 0-0.2 0-1.1 0zm6.1 0h1c1.2 0 1.3 0 1.6 0.2q0 0.1 0 0.1 0.1 0 0.1 0.1 0 0 0.1 0.1 0 0 0 0.1l0.1 0.2v10.7l-0.1 0.3c-0.3 0.7-1 1-1.6 0.9-0.5-0.1-0.9-0.4-1.1-0.9l-0.1-0.2v-5.8zm-6 3c-0.6 0-1 0-1.1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0 0 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.2c0.2 0.1 0.3 0.2 1.3 0.1 0.8 0 0.9 0 1 0q0.1 0 0.1-0.1 0 0 0.1 0 0 0 0 0 0-0.1 0.1-0.1 0-0.1 0.1-0.2 0-0.1 0-0.2 0.1-0.1 0-0.2 0-0.1 0-0.2 0 0-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1 0 0-0.1-0.1c-0.1 0-0.2 0-1 0zm-3 3c-2.5 0-4 0-4.1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0.1 0.1 0.2 0.1 0.1 0.2 0.2 0 0.1 0.1 0.1c0.1 0 1.4 0 4.1 0 3.7 0 3.9 0 4 0q0.1 0 0.1-0.1 0.1 0 0.2-0.1 0 0 0-0.1 0.1 0 0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0-0.1 0-0.2 0 0-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1 0 0-0.1-0.1c-0.1 0-0.3 0-4 0zm0 3c-2.5 0-4 0-4.1 0-0.2 0.1-0.4 0.4-0.4 0.7q0 0.1 0 0.2 0 0.1 0.1 0.2 0.1 0.1 0.2 0.2 0 0.1 0.1 0.1c0.1 0 1.4 0.1 4.1 0 3.7 0 3.9 0 4 0q0.1 0 0.1-0.1 0.1 0 0.2-0.1 0 0 0-0.1 0.1 0 0.1-0.1 0-0.1 0-0.1 0-0.1 0-0.2 0-0.1 0-0.1 0-0.1 0-0.2 0 0-0.1-0.1 0-0.1 0-0.1-0.1-0.1-0.2-0.1 0 0-0.1-0.1c-0.1 0-0.3 0-4 0z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-news{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="M1.604.119C1.01.279.504.787.311 1.417.253 1.608.25 1.911.25 8.433c0 7.408-.012 6.93.19 7.567.153.484.27.679.605 1.01.544.539.935.77 1.529.903l.39.087 7.076-.001h7.077l.366-.094c.572-.147.948-.375 1.472-.895.336-.332.452-.526.605-1.01.202-.64.19-.289.19-5.7 0-4.743-.003-4.993-.061-5.183-.195-.636-.705-1.142-1.307-1.299-.162-.042-.452-.051-1.652-.051h-1.457l-.015-1.092c-.016-1.197-.024-1.255-.236-1.658-.133-.254-.483-.602-.743-.741-.419-.223.021-.21-6.544-.207-5.087.002-5.978.009-6.131.05m12.019 1.528.094.081.017 6.811.018 6.811.072.267c.039.146.118.394.176.55.057.156.112.309.122.341.018.056-.251.059-5.337.059H3.429l-.37-.084c-.427-.096-.555-.164-.869-.455-.209-.194-.235-.235-.325-.495l-.097-.283-.001-6.744V1.762l.097-.098.098-.097H13.53l.093.08M3.7 3.82a.811.811 0 0 0-.378.363c-.071.132-.072.156-.072 1.817s.001 1.685.072 1.817a.914.914 0 0 0 .378.371c.109.058.221.062 1.767.062 1.817 0 1.806.001 2.035-.206.248-.224.248-.223.248-2.044 0-1.767 0-1.77-.195-1.991-.216-.246-.171-.241-2.055-.24-1.43 0-1.701.008-1.8.051m6 0a.732.732 0 0 0-.44.68c0 .292.148.53.423.678.128.069.175.072 1.034.072.988 0 1.066-.012 1.275-.195a.745.745 0 0 0-.175-1.225c-.12-.056-.228-.062-1.067-.061-.76 0-.955.01-1.05.051M6.233 6.017v.75H4.767v-1.5h1.466v.75m11.903-.653.097.098v4.894l-.001 4.894-.097.283c-.09.26-.116.301-.325.495-.293.272-.433.352-.766.437l-.273.069-.294-.069c-.349-.081-.486-.157-.787-.437-.209-.194-.235-.235-.325-.495l-.097-.283-.001-4.992V5.267h2.771l.098.097M9.7 6.82a.732.732 0 0 0-.44.68c0 .292.148.53.423.678.128.069.175.072 1.034.072.988 0 1.066-.012 1.275-.195a.745.745 0 0 0-.175-1.225c-.12-.056-.228-.062-1.067-.061-.76 0-.955.01-1.05.051m-6 3a.732.732 0 0 0-.44.68c0 .292.148.53.423.678l.134.072h3.9c4.258 0 4.041.01 4.275-.195a.745.745 0 0 0-.175-1.225c-.128-.059-.308-.062-4.067-.061-3.44 0-3.948.007-4.05.051m0 3a.732.732 0 0 0-.44.68c0 .292.148.53.423.678l.134.072h3.9c4.258 0 4.041.01 4.275-.195a.745.745 0 0 0-.175-1.225c-.128-.059-.308-.062-4.067-.061-3.44 0-3.948.007-4.05.051" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="M1.604.119C1.01.279.504.787.311 1.417.253 1.608.25 1.911.25 8.433c0 7.408-.012 6.93.19 7.567.153.484.27.679.605 1.01.544.539.935.77 1.529.903l.39.087 7.076-.001h7.077l.366-.094c.572-.147.948-.375 1.472-.895.336-.332.452-.526.605-1.01.202-.64.19-.289.19-5.7 0-4.743-.003-4.993-.061-5.183-.195-.636-.705-1.142-1.307-1.299-.162-.042-.452-.051-1.652-.051h-1.457l-.015-1.092c-.016-1.197-.024-1.255-.236-1.658-.133-.254-.483-.602-.743-.741-.419-.223.021-.21-6.544-.207-5.087.002-5.978.009-6.131.05m12.019 1.528.094.081.017 6.811.018 6.811.072.267c.039.146.118.394.176.55.057.156.112.309.122.341.018.056-.251.059-5.337.059H3.429l-.37-.084c-.427-.096-.555-.164-.869-.455-.209-.194-.235-.235-.325-.495l-.097-.283-.001-6.744V1.762l.097-.098.098-.097H13.53l.093.08M3.7 3.82a.811.811 0 0 0-.378.363c-.071.132-.072.156-.072 1.817s.001 1.685.072 1.817a.914.914 0 0 0 .378.371c.109.058.221.062 1.767.062 1.817 0 1.806.001 2.035-.206.248-.224.248-.223.248-2.044 0-1.767 0-1.77-.195-1.991-.216-.246-.171-.241-2.055-.24-1.43 0-1.701.008-1.8.051m6 0a.732.732 0 0 0-.44.68c0 .292.148.53.423.678.128.069.175.072 1.034.072.988 0 1.066-.012 1.275-.195a.745.745 0 0 0-.175-1.225c-.12-.056-.228-.062-1.067-.061-.76 0-.955.01-1.05.051M6.233 6.017v.75H4.767v-1.5h1.466v.75m11.903-.653.097.098v4.894l-.001 4.894-.097.283c-.09.26-.116.301-.325.495-.293.272-.433.352-.766.437l-.273.069-.294-.069c-.349-.081-.486-.157-.787-.437-.209-.194-.235-.235-.325-.495l-.097-.283-.001-4.992V5.267h2.771l.098.097M9.7 6.82a.732.732 0 0 0-.44.68c0 .292.148.53.423.678.128.069.175.072 1.034.072.988 0 1.066-.012 1.275-.195a.745.745 0 0 0-.175-1.225c-.12-.056-.228-.062-1.067-.061-.76 0-.955.01-1.05.051m-6 3a.732.732 0 0 0-.44.68c0 .292.148.53.423.678l.134.072h3.9c4.258 0 4.041.01 4.275-.195a.745.745 0 0 0-.175-1.225c-.128-.059-.308-.062-4.067-.061-3.44 0-3.948.007-4.05.051m0 3a.732.732 0 0 0-.44.68c0 .292.148.53.423.678l.134.072h3.9c4.258 0 4.041.01 4.275-.195a.745.745 0 0 0-.175-1.225c-.128-.059-.308-.062-4.067-.061-3.44 0-3.948.007-4.05.051" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-notification{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m1.8 18.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.4 0.9-0.4h0.5v-6.5q0-2.2 1.4-4 1.3-1.8 3.5-2.4v-0.6q0-0.7 0.5-1.3 0.5-0.5 1.3-0.5 0.8 0 1.3 0.5 0.5 0.6 0.5 1.3v0.6q2.2 0.6 3.5 2.4 1.3 1.7 1.3 4v6.5h0.6q0.5 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4zm7.1 3.1q-0.9 0-1.5-0.6-0.6-0.6-0.6-1.5h4.3q0 0.9-0.6 1.5-0.7 0.6-1.6 0.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m1.8 18.5q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.4 0.9-0.4h0.5v-6.5q0-2.2 1.4-4 1.3-1.8 3.5-2.4v-0.6q0-0.7 0.5-1.3 0.5-0.5 1.3-0.5 0.8 0 1.3 0.5 0.5 0.6 0.5 1.3v0.6q2.2 0.6 3.5 2.4 1.3 1.7 1.3 4v6.5h0.6q0.5 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4zm7.1 3.1q-0.9 0-1.5-0.6-0.6-0.6-0.6-1.5h4.3q0 0.9-0.6 1.5-0.7 0.6-1.6 0.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-paper-plane{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m20.3 0.4c0.4-0.1 0.8 0 1.1 0.3 0.2 0.2 0.3 0.6 0.2 1l-6.7 18.6c-0.2 0.6-0.7 0.9-1.2 0.9-0.5 0-1-0.3-1.2-0.8l-2.4-5.9c-0.2-0.5-0.1-0.9 0.2-1.3l3.5-4.2c0.2-0.2 0.2-0.5 0-0.7-0.2-0.3-0.6-0.3-0.8-0.1l-4.2 3.6c-0.3 0.2-0.8 0.3-1.2 0.1l-6-2.4c-0.5-0.2-0.8-0.6-0.8-1.2 0-0.5 0.4-1 0.9-1.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="currentColor"><path d="m20.3 0.4c0.4-0.1 0.8 0 1.1 0.3 0.2 0.2 0.3 0.6 0.2 1l-6.7 18.6c-0.2 0.6-0.7 0.9-1.2 0.9-0.5 0-1-0.3-1.2-0.8l-2.4-5.9c-0.2-0.5-0.1-0.9 0.2-1.3l3.5-4.2c0.2-0.2 0.2-0.5 0-0.7-0.2-0.3-0.6-0.3-0.8-0.1l-4.2 3.6c-0.3 0.2-0.8 0.3-1.2 0.1l-6-2.4c-0.5-0.2-0.8-0.6-0.8-1.2 0-0.5 0.4-1 0.9-1.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-park{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 55" fill="currentColor"><path d="m18.2 44.3h-14q-2.1 0-3.1-1.9-1-1.8 0.2-3.6l7-10.5h-0.1q-1.7 0-2.5-1.5-0.7-1.5 0.2-2.8l15.2-21.7q0.5-0.8 1.3-1.1 0.8-0.4 1.6-0.4 0.8 0 1.6 0.4 0.8 0.3 1.3 1.1l15.2 21.7q0.9 1.3 0.2 2.8-0.8 1.5-2.5 1.5h-0.1l7 10.5q1.2 1.8 0.2 3.6-1 1.9-3.1 1.9h-14v7.1q0 1.5-1 2.5-1 1-2.5 1h-4.6q-1.5 0-2.5-1-1-1-1-2.5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 55" fill="currentColor"><path d="m18.2 44.3h-14q-2.1 0-3.1-1.9-1-1.8 0.2-3.6l7-10.5h-0.1q-1.7 0-2.5-1.5-0.7-1.5 0.2-2.8l15.2-21.7q0.5-0.8 1.3-1.1 0.8-0.4 1.6-0.4 0.8 0 1.6 0.4 0.8 0.3 1.3 1.1l15.2 21.7q0.9 1.3 0.2 2.8-0.8 1.5-2.5 1.5h-0.1l7 10.5q1.2 1.8 0.2 3.6-1 1.9-3.1 1.9h-14v7.1q0 1.5-1 2.5-1 1-2.5 1h-4.6q-1.5 0-2.5-1-1-1-1-2.5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-parking{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 448" fill="currentColor"><path d="m64 0c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64v-320c0-35.3-28.7-64-64-64zm176 288h-48v32c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-184c0-22.1 17.9-40 40-40h72c53 0 96 43 96 96 0 53-43 96-96 96zm-48-64h48c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32h-48z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 448" fill="currentColor"><path d="m64 0c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64v-320c0-35.3-28.7-64-64-64zm176 288h-48v32c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-184c0-22.1 17.9-40 40-40h72c53 0 96 43 96 96 0 53-43 96-96 96zm-48-64h48c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32h-48z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-person-exclamation{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 576" fill="currentColor"><path d="m240 56c0-30.9-25.1-56-56-56-30.9 0-56 25.1-56 56 0 30.9 25.1 56 56 56 30.9 0 56-25.1 56-56zm24 212.7l37 49.9c12.8-17.5 28.5-32.7 46.3-45l-56.2-75.7c-25.1-33.9-64.8-53.9-107.1-53.9-42.3 0-82 20-107.2 53.9l-70.5 95c-10.5 14.2-7.6 34.2 6.6 44.8 14.2 10.6 34.2 7.6 44.8-6.6l46.3-62.4v275.3c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32v-160c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16v160c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm192 307.3c79.5 0 144-64.5 144-144 0-79.5-64.5-144-144-144-79.5 0-144 64.5-144 144 0 79.5 64.5 144 144 144zm0-100c11 0 20 9 20 20 0 11-9 20-20 20-11 0-20-9-20-20 0-11 9-20 20-20zm0-140c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16-8.8 0-16-7.2-16-16v-80c0-8.8 7.2-16 16-16z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 576" fill="currentColor"><path d="m240 56c0-30.9-25.1-56-56-56-30.9 0-56 25.1-56 56 0 30.9 25.1 56 56 56 30.9 0 56-25.1 56-56zm24 212.7l37 49.9c12.8-17.5 28.5-32.7 46.3-45l-56.2-75.7c-25.1-33.9-64.8-53.9-107.1-53.9-42.3 0-82 20-107.2 53.9l-70.5 95c-10.5 14.2-7.6 34.2 6.6 44.8 14.2 10.6 34.2 7.6 44.8-6.6l46.3-62.4v275.3c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32v-160c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16v160c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm192 307.3c79.5 0 144-64.5 144-144 0-79.5-64.5-144-144-144-79.5 0-144 64.5-144 144 0 79.5 64.5 144 144 144zm0-100c11 0 20 9 20 20 0 11-9 20-20 20-11 0-20-9-20-20 0-11 9-20 20-20zm0-140c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16-8.8 0-16-7.2-16-16v-80c0-8.8 7.2-16 16-16z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-person{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 369 576" fill="currentColor"><path d="m240 56c0-30.9-25.1-56-56-56-30.9 0-56 25.1-56 56 0 30.9 25.1 56 56 56 30.9 0 56-25.1 56-56zm24 212.7l46.3 62.4c10.5 14.2 30.6 17.2 44.8 6.6 14.2-10.6 17.2-30.6 6.6-44.8l-70.5-95c-25.2-33.9-64.9-53.9-107.2-53.9-42.3 0-82 20-107.2 53.9l-70.5 95c-10.5 14.2-7.6 34.2 6.6 44.8 14.2 10.6 34.2 7.6 44.8-6.6l46.3-62.4v275.3c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32v-160c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16v160c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 369 576" fill="currentColor"><path d="m240 56c0-30.9-25.1-56-56-56-30.9 0-56 25.1-56 56 0 30.9 25.1 56 56 56 30.9 0 56-25.1 56-56zm24 212.7l46.3 62.4c10.5 14.2 30.6 17.2 44.8 6.6 14.2-10.6 17.2-30.6 6.6-44.8l-70.5-95c-25.2-33.9-64.9-53.9-107.2-53.9-42.3 0-82 20-107.2 53.9l-70.5 95c-10.5 14.2-7.6 34.2 6.6 44.8 14.2 10.6 34.2 7.6 44.8-6.6l46.3-62.4v275.3c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32v-160c0-8.8 7.2-16 16-16 8.8 0 16 7.2 16 16v160c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-personal-bag{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor"><path d="m12 3v-1q0-0.4-0.2-0.8-0.1-0.3-0.4-0.6-0.3-0.3-0.6-0.4-0.4-0.2-0.8-0.2h-4q-0.4 0-0.8 0.2-0.3 0.1-0.6 0.4-0.3 0.3-0.4 0.6-0.2 0.4-0.2 0.8v1q-0.8 0-1.5 0.3-0.8 0.3-1.3 0.9-0.6 0.5-0.9 1.3-0.3 0.7-0.3 1.5v11q0 0.4 0.2 0.8 0.1 0.3 0.4 0.6 0.3 0.3 0.6 0.4 0.4 0.2 0.8 0.2h12q0.4 0 0.8-0.2 0.3-0.1 0.6-0.4 0.3-0.3 0.4-0.6 0.2-0.4 0.2-0.8v-11q0-0.8-0.3-1.5-0.3-0.8-0.9-1.3-0.5-0.6-1.3-0.9-0.7-0.3-1.5-0.3zm-6-1h4v1h-4zm2 5l2 2-2 2-2-2zm6 7h-9v2h-1v-2h-2v-1h12z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor"><path d="m12 3v-1q0-0.4-0.2-0.8-0.1-0.3-0.4-0.6-0.3-0.3-0.6-0.4-0.4-0.2-0.8-0.2h-4q-0.4 0-0.8 0.2-0.3 0.1-0.6 0.4-0.3 0.3-0.4 0.6-0.2 0.4-0.2 0.8v1q-0.8 0-1.5 0.3-0.8 0.3-1.3 0.9-0.6 0.5-0.9 1.3-0.3 0.7-0.3 1.5v11q0 0.4 0.2 0.8 0.1 0.3 0.4 0.6 0.3 0.3 0.6 0.4 0.4 0.2 0.8 0.2h12q0.4 0 0.8-0.2 0.3-0.1 0.6-0.4 0.3-0.3 0.4-0.6 0.2-0.4 0.2-0.8v-11q0-0.8-0.3-1.5-0.3-0.8-0.9-1.3-0.5-0.6-1.3-0.9-0.7-0.3-1.5-0.3zm-6-1h4v1h-4zm2 5l2 2-2 2-2-2zm6 7h-9v2h-1v-2h-2v-1h12z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-phone{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 512" fill="currentColor"><path d="m160.2 25c-7.9-18.9-28.5-28.9-48.1-23.6l-5.5 1.5c-64.6 17.6-119.8 80.2-103.7 156.4 37.1 175 174.8 312.7 349.8 349.8 76.3 16.2 138.8-39.1 156.4-103.7l1.5-5.5c5.4-19.7-4.7-40.3-23.5-48.1l-97.3-40.5c-16.5-6.9-35.6-2.1-47 11.8l-38.6 47.2c-70.3-34.9-126.9-93.3-159.4-165l44.2-36c13.9-11.3 18.6-30.4 11.8-47z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 512" fill="currentColor"><path d="m160.2 25c-7.9-18.9-28.5-28.9-48.1-23.6l-5.5 1.5c-64.6 17.6-119.8 80.2-103.7 156.4 37.1 175 174.8 312.7 349.8 349.8 76.3 16.2 138.8-39.1 156.4-103.7l1.5-5.5c5.4-19.7-4.7-40.3-23.5-48.1l-97.3-40.5c-16.5-6.9-35.6-2.1-47 11.8l-38.6 47.2c-70.3-34.9-126.9-93.3-159.4-165l44.2-36c13.9-11.3 18.6-30.4 11.8-47z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-photos{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" fill="currentColor"><path d="m15 34.3q-2.2 0-3.8-1.5-1.5-1.6-1.5-3.8v-23.3q0-2.2 1.5-3.8 1.6-1.5 3.8-1.5h23.3q2.2 0 3.8 1.5 1.5 1.6 1.5 3.8v23.3q0 2.2-1.5 3.8-1.6 1.5-3.8 1.5zm0-28.6h23.3v23.3h-23.3zm0 23.3h23.3v-23.3h-23.3zm-9.3 14.6q-2.2 0-3.7-1.5-1.6-1.6-1.6-3.8v-28.6h5.3v28.6h28.6v5.3zm11-18.3h20l-6.9-9-4.6 6-3.1-4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44" fill="currentColor"><path d="m15 34.3q-2.2 0-3.8-1.5-1.5-1.6-1.5-3.8v-23.3q0-2.2 1.5-3.8 1.6-1.5 3.8-1.5h23.3q2.2 0 3.8 1.5 1.5 1.6 1.5 3.8v23.3q0 2.2-1.5 3.8-1.6 1.5-3.8 1.5zm0-28.6h23.3v23.3h-23.3zm0 23.3h23.3v-23.3h-23.3zm-9.3 14.6q-2.2 0-3.7-1.5-1.6-1.6-1.6-3.8v-28.6h5.3v28.6h28.6v5.3zm11-18.3h20l-6.9-9-4.6 6-3.1-4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-piggy-bank{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 544" fill="currentColor"><path d="m240 0c53 0 96 43 96 96 0 53-43 96-96 96-53 0-96-43-96-96 0-53 43-96 96-96zm-240 336c0-70.1 47-131.4 117.1-164.9 25.3 41.3 70.9 68.9 122.9 68.9 55.7 0 104.1-31.7 128-78 15.8-11.3 35.1-18 56-18h19.5c10.4 0 18 9.8 15.5 19.9l-17.1 68.3c9.9 12.4 18.2 25.7 24.4 39.8h21.7c13.3 0 24 10.7 24 24v112c0 13.3-10.7 24-24 24h-40c-16.5 22-38.5 39.6-64 50.7v29.3c0 17.7-14.3 32-32 32h-33c-14.3 0-26.8-9.5-30.8-23.2l-7.1-24.8h-82.3l-7.1 24.8c-3.9 13.7-16.4 23.2-30.7 23.2h-33c-17.7 0-32-14.3-32-32v-29.3c-56.5-24.7-96-81.1-96-146.7zm376 16c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 544" fill="currentColor"><path d="m240 0c53 0 96 43 96 96 0 53-43 96-96 96-53 0-96-43-96-96 0-53 43-96 96-96zm-240 336c0-70.1 47-131.4 117.1-164.9 25.3 41.3 70.9 68.9 122.9 68.9 55.7 0 104.1-31.7 128-78 15.8-11.3 35.1-18 56-18h19.5c10.4 0 18 9.8 15.5 19.9l-17.1 68.3c9.9 12.4 18.2 25.7 24.4 39.8h21.7c13.3 0 24 10.7 24 24v112c0 13.3-10.7 24-24 24h-40c-16.5 22-38.5 39.6-64 50.7v29.3c0 17.7-14.3 32-32 32h-33c-14.3 0-26.8-9.5-30.8-23.2l-7.1-24.8h-82.3l-7.1 24.8c-3.9 13.7-16.4 23.2-30.7 23.2h-33c-17.7 0-32-14.3-32-32v-29.3c-56.5-24.7-96-81.1-96-146.7zm376 16c13.3 0 24-10.7 24-24 0-13.3-10.7-24-24-24-13.3 0-24 10.7-24 24 0 13.3 10.7 24 24 24z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-pin{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 54" fill="currentColor"><path d="m17.7 51.6q-3.8-2.7-7.1-6.1c-5.2-5.3-10.6-13.2-10.6-23.5 0-5.8 2.3-11.4 6.4-15.6 4.2-4.1 9.8-6.4 15.6-6.4 5.8 0 11.4 2.3 15.6 6.4 4.1 4.2 6.4 9.8 6.4 15.6 0 10.3-5.4 18.2-10.6 23.5q-3.3 3.4-7.1 6.1-1.5 1.1-3.1 2l-0.2 0.1v0.1q-0.5 0.2-1 0.2-0.5 0-1-0.2v-0.1l-0.2-0.1q-1.6-0.9-3.1-2zm4.3-21.6c2.1 0 4.2-0.8 5.7-2.3 1.5-1.5 2.3-3.6 2.3-5.7 0-2.1-0.8-4.2-2.3-5.7-1.5-1.5-3.6-2.3-5.7-2.3-2.1 0-4.2 0.8-5.7 2.3-1.5 1.5-2.3 3.6-2.3 5.7 0 2.1 0.8 4.2 2.3 5.7 1.5 1.5 3.6 2.3 5.7 2.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 54" fill="currentColor"><path d="m17.7 51.6q-3.8-2.7-7.1-6.1c-5.2-5.3-10.6-13.2-10.6-23.5 0-5.8 2.3-11.4 6.4-15.6 4.2-4.1 9.8-6.4 15.6-6.4 5.8 0 11.4 2.3 15.6 6.4 4.1 4.2 6.4 9.8 6.4 15.6 0 10.3-5.4 18.2-10.6 23.5q-3.3 3.4-7.1 6.1-1.5 1.1-3.1 2l-0.2 0.1v0.1q-0.5 0.2-1 0.2-0.5 0-1-0.2v-0.1l-0.2-0.1q-1.6-0.9-3.1-2zm4.3-21.6c2.1 0 4.2-0.8 5.7-2.3 1.5-1.5 2.3-3.6 2.3-5.7 0-2.1-0.8-4.2-2.3-5.7-1.5-1.5-3.6-2.3-5.7-2.3-2.1 0-4.2 0.8-5.7 2.3-1.5 1.5-2.3 3.6-2.3 5.7 0 2.1 0.8 4.2 2.3 5.7 1.5 1.5 3.6 2.3 5.7 2.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-plane{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor"><path d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor"><path d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-police{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m20 2l-2-2c-1.1 0.6-2.6 1-4 1-1.4 0-2.9-0.4-4-1-1.1 0.6-2.6 1-4 1-1.4 0-2.8-0.4-4-1l-2 2c0 0 2 2 2 4 0 2-2 6-2 8 0 4 10 6 10 6 0 0 10-2 10-6 0-2-2-6-2-8 0-2 2-4 2-4zm-6.9 12.4l-3.1-1.8-3.1 1.8 0.8-3.5-2.7-2.3 3.6-0.3 1.4-3.3 1.4 3.3 3.5 0.3-2.7 2.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m20 2l-2-2c-1.1 0.6-2.6 1-4 1-1.4 0-2.9-0.4-4-1-1.1 0.6-2.6 1-4 1-1.4 0-2.8-0.4-4-1l-2 2c0 0 2 2 2 4 0 2-2 6-2 8 0 4 10 6 10 6 0 0 10-2 10-6 0-2-2-6-2-8 0-2 2-4 2-4zm-6.9 12.4l-3.1-1.8-3.1 1.8 0.8-3.5-2.7-2.3 3.6-0.3 1.4-3.3 1.4 3.3 3.5 0.3-2.7 2.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-printer{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m16 0h-12v4h12m1 1h-14q-0.6 0-1.1 0.2-0.6 0.3-1 0.7-0.4 0.4-0.7 1-0.2 0.5-0.2 1.1v6h4v4h12v-4h4v-6q0-0.6-0.2-1.1-0.3-0.6-0.7-1-0.4-0.4-1-0.7-0.5-0.2-1.1-0.2zm-3 11h-8v-5h8m3-2q-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3 0.1-0.1 0.3-0.2 0.2-0.1 0.4-0.1 0.2 0 0.4 0.1 0.2 0.1 0.3 0.2 0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m16 0h-12v4h12m1 1h-14q-0.6 0-1.1 0.2-0.6 0.3-1 0.7-0.4 0.4-0.7 1-0.2 0.5-0.2 1.1v6h4v4h12v-4h4v-6q0-0.6-0.2-1.1-0.3-0.6-0.7-1-0.4-0.4-1-0.7-0.5-0.2-1.1-0.2zm-3 11h-8v-5h8m3-2q-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3 0.1-0.1 0.3-0.2 0.2-0.1 0.4-0.1 0.2 0 0.4 0.1 0.2 0.1 0.3 0.2 0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-question{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-remove{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m19.8 10c-0.1 5.4-4.4 9.8-9.8 9.8-5.4-0.1-9.8-4.4-9.8-9.8 0.1-5.4 4.4-9.8 9.8-9.8 5.4 0.1 9.8 4.4 9.8 9.8zm-11.5-2.8q-0.1-0.1-0.3-0.2-0.1 0-0.3 0-0.1 0-0.2 0-0.2 0.1-0.3 0.2-0.1 0.1-0.2 0.3 0 0.1 0 0.2 0 0.2 0 0.3 0.1 0.2 0.2 0.3l1.7 1.7-1.7 1.7q-0.1 0.1-0.2 0.3 0 0.1 0 0.3 0 0.1 0 0.2 0.1 0.2 0.2 0.3 0.1 0.1 0.3 0.2 0.1 0 0.2 0 0.2 0 0.3 0 0.2-0.1 0.3-0.2l1.7-1.7 1.7 1.7q0.1 0.1 0.3 0.2 0.1 0 0.3 0 0.1 0 0.2 0 0.2-0.1 0.3-0.2 0.1-0.1 0.2-0.3 0-0.1 0-0.2 0-0.2 0-0.3-0.1-0.2-0.2-0.3l-1.7-1.7 1.7-1.7q0.1-0.1 0.2-0.3 0-0.1 0-0.3 0-0.1 0-0.2-0.1-0.2-0.2-0.3-0.1-0.1-0.3-0.2-0.1 0-0.2 0-0.2 0-0.3 0-0.2 0.1-0.3 0.2l-1.7 1.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="m19.8 10c-0.1 5.4-4.4 9.8-9.8 9.8-5.4-0.1-9.8-4.4-9.8-9.8 0.1-5.4 4.4-9.8 9.8-9.8 5.4 0.1 9.8 4.4 9.8 9.8zm-11.5-2.8q-0.1-0.1-0.3-0.2-0.1 0-0.3 0-0.1 0-0.2 0-0.2 0.1-0.3 0.2-0.1 0.1-0.2 0.3 0 0.1 0 0.2 0 0.2 0 0.3 0.1 0.2 0.2 0.3l1.7 1.7-1.7 1.7q-0.1 0.1-0.2 0.3 0 0.1 0 0.3 0 0.1 0 0.2 0.1 0.2 0.2 0.3 0.1 0.1 0.3 0.2 0.1 0 0.2 0 0.2 0 0.3 0 0.2-0.1 0.3-0.2l1.7-1.7 1.7 1.7q0.1 0.1 0.3 0.2 0.1 0 0.3 0 0.1 0 0.2 0 0.2-0.1 0.3-0.2 0.1-0.1 0.2-0.3 0-0.1 0-0.2 0-0.2 0-0.3-0.1-0.2-0.2-0.3l-1.7-1.7 1.7-1.7q0.1-0.1 0.2-0.3 0-0.1 0-0.3 0-0.1 0-0.2-0.1-0.2-0.2-0.3-0.1-0.1-0.3-0.2-0.1 0-0.2 0-0.2 0-0.3 0-0.2 0.1-0.3 0.2l-1.7 1.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-required{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M8.8625 19.2033V12.7288L4.29625 17.3143L2.68 15.6978L7.25325 11.1435H0.796753V8.8685H7.27125L2.68575 4.30225L4.29625 2.68L8.8625 7.26525V0.796753H11.1375V7.25325L15.6918 2.68L17.3143 4.30225L12.7288 8.8685H19.2033V11.1435H12.7408L17.3143 15.6978L15.6978 17.3143L11.1375 12.7348V19.2033H8.8625Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M8.8625 19.2033V12.7288L4.29625 17.3143L2.68 15.6978L7.25325 11.1435H0.796753V8.8685H7.27125L2.68575 4.30225L4.29625 2.68L8.8625 7.26525V0.796753H11.1375V7.25325L15.6918 2.68L17.3143 4.30225L12.7288 8.8685H19.2033V11.1435H12.7408L17.3143 15.6978L15.6978 17.3143L11.1375 12.7348V19.2033H8.8625Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-restaurant{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 56" fill="currentColor"><path d="m10.1 19.4v-15.4q0-1.4 0.9-2.3 1-0.9 2.3-0.9 1.4 0 2.3 0.9 1 0.9 1 2.3v15.4h2.6v-15.4q0-1.4 1-2.3 0.9-0.9 2.3-0.9 1.4 0 2.3 0.9 0.9 0.9 0.9 2.3v15.4q0 4.3-2.7 7.4-2.8 3.2-6.4 4.1v21.1q0 1.4-1 2.3-0.9 0.9-2.3 0.9-1.3 0-2.3-0.9-0.9-0.9-0.9-2.3v-21.1q-3.7-0.9-6.4-4.1-2.8-3.1-2.8-7.4v-15.4q0-1.4 1-2.3 0.9-0.9 2.3-0.9 1.4 0 2.3 0.9 0.9 0.9 0.9 2.3v15.4zm28.4 14.5h-4.4q-1.5 0-2.5-1-1.1-1.1-1.1-2.5v-15.7q0-4.8 3.6-9.4 3.6-4.5 7.4-4.5 1.5 0 2.5 1.2 1 1.2 1 2.9v47.1q0 1.4-0.9 2.3-1 0.9-2.3 0.9-1.4 0-2.3-0.9-1-0.9-1-2.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 56" fill="currentColor"><path d="m10.1 19.4v-15.4q0-1.4 0.9-2.3 1-0.9 2.3-0.9 1.4 0 2.3 0.9 1 0.9 1 2.3v15.4h2.6v-15.4q0-1.4 1-2.3 0.9-0.9 2.3-0.9 1.4 0 2.3 0.9 0.9 0.9 0.9 2.3v15.4q0 4.3-2.7 7.4-2.8 3.2-6.4 4.1v21.1q0 1.4-1 2.3-0.9 0.9-2.3 0.9-1.3 0-2.3-0.9-0.9-0.9-0.9-2.3v-21.1q-3.7-0.9-6.4-4.1-2.8-3.1-2.8-7.4v-15.4q0-1.4 1-2.3 0.9-0.9 2.3-0.9 1.4 0 2.3 0.9 0.9 0.9 0.9 2.3v15.4zm28.4 14.5h-4.4q-1.5 0-2.5-1-1.1-1.1-1.1-2.5v-15.7q0-4.8 3.6-9.4 3.6-4.5 7.4-4.5 1.5 0 2.5 1.2 1 1.2 1 2.9v47.1q0 1.4-0.9 2.3-1 0.9-2.3 0.9-1.4 0-2.3-0.9-1-0.9-1-2.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-restroom{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor"><path d="m80 48c0-26.5 21.5-48 48-48 26.5 0 48 21.5 48 48 0 26.5-21.5 48-48 48-26.5 0-48-21.5-48-48zm40 304v128c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-154.8c-8.1 9.2-21.1 13.2-33.5 9.4-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.4 52.4-71.3 96.8-71.3 44.4 0 83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1-12.4 3.9-25.4-0.2-33.5-9.4v154.9c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-128zm200-352c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24-13.3 0-24-10.7-24-24v-464c0-13.3 10.7-24 24-24zm144 48c0-26.5 21.5-48 48-48 26.5 0 48 21.5 48 48 0 26.5-21.5 48-48 48-26.5 0-48-21.5-48-48zm-24 432v-96h-17.8c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-0.5-9.5-1.5-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3 52.4-71.2 96.8-71.2 44.4 0 83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1h-17.8v96c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor"><path d="m80 48c0-26.5 21.5-48 48-48 26.5 0 48 21.5 48 48 0 26.5-21.5 48-48 48-26.5 0-48-21.5-48-48zm40 304v128c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-154.8c-8.1 9.2-21.1 13.2-33.5 9.4-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.4 52.4-71.3 96.8-71.3 44.4 0 83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1-12.4 3.9-25.4-0.2-33.5-9.4v154.9c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-128zm200-352c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24-13.3 0-24-10.7-24-24v-464c0-13.3 10.7-24 24-24zm144 48c0-26.5 21.5-48 48-48 26.5 0 48 21.5 48 48 0 26.5-21.5 48-48 48-26.5 0-48-21.5-48-48zm-24 432v-96h-17.8c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-0.5-9.5-1.5-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3 52.4-71.2 96.8-71.2 44.4 0 83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1h-17.8v96c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32-17.7 0-32-14.3-32-32z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-rocket{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 58" fill="currentColor"><path d="m12.8 27.8q2-4.9 4.6-9.3 2.7-4.5 6.1-8.5l-3.6-0.7q-1.8-0.4-3.5 0.1-1.7 0.6-2.9 1.8l-8.1 8.1q-1.3 1.3-1 3.1 0.4 1.9 2.1 2.6zm41.4-27.6q-7.2 0-13.7 2.9-6.5 2.9-11.6 8-3.4 3.4-6 7.3-2.6 4-4.6 8.3-0.5 1.2-0.4 2.4 0 1.2 0.9 2l8.2 8.3q0.9 0.8 2.1 0.9 1.2 0.1 2.3-0.5 4.3-2 8.3-4.6 4-2.6 7.4-6 5.1-5.1 8-11.5 2.9-6.5 2.8-13.7 0-0.7-0.3-1.4-0.3-0.7-0.8-1.2-0.5-0.5-1.2-0.8-0.7-0.4-1.4-0.4zm-17 20.8q-1.5-1.5-1.5-3.6 0-2.1 1.5-3.5 1.4-1.5 3.5-1.5 2.2 0 3.6 1.5 1.5 1.4 1.5 3.5 0 2.1-1.5 3.6-1.4 1.4-3.6 1.4-2.1 0-3.5-1.4zm-6.9 24.3l2.7 6.4q0.8 1.7 2.6 2.1 1.9 0.3 3.2-1l8.1-8.1q1.2-1.2 1.8-2.9 0.5-1.7 0.1-3.5l-0.7-3.6q-4 3.3-8.4 6-4.5 2.7-9.4 4.6zm-23.9-6.4q2.7-2.7 6.5-2.7 3.8 0 6.5 2.7 2.7 2.7 2.7 6.5 0 3.8-2.7 6.5-3.6 3.6-8.5 4.3-5 0.7-10 1.2 0.5-5 1.2-9.9 0.8-5 4.3-8.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 58" fill="currentColor"><path d="m12.8 27.8q2-4.9 4.6-9.3 2.7-4.5 6.1-8.5l-3.6-0.7q-1.8-0.4-3.5 0.1-1.7 0.6-2.9 1.8l-8.1 8.1q-1.3 1.3-1 3.1 0.4 1.9 2.1 2.6zm41.4-27.6q-7.2 0-13.7 2.9-6.5 2.9-11.6 8-3.4 3.4-6 7.3-2.6 4-4.6 8.3-0.5 1.2-0.4 2.4 0 1.2 0.9 2l8.2 8.3q0.9 0.8 2.1 0.9 1.2 0.1 2.3-0.5 4.3-2 8.3-4.6 4-2.6 7.4-6 5.1-5.1 8-11.5 2.9-6.5 2.8-13.7 0-0.7-0.3-1.4-0.3-0.7-0.8-1.2-0.5-0.5-1.2-0.8-0.7-0.4-1.4-0.4zm-17 20.8q-1.5-1.5-1.5-3.6 0-2.1 1.5-3.5 1.4-1.5 3.5-1.5 2.2 0 3.6 1.5 1.5 1.4 1.5 3.5 0 2.1-1.5 3.6-1.4 1.4-3.6 1.4-2.1 0-3.5-1.4zm-6.9 24.3l2.7 6.4q0.8 1.7 2.6 2.1 1.9 0.3 3.2-1l8.1-8.1q1.2-1.2 1.8-2.9 0.5-1.7 0.1-3.5l-0.7-3.6q-4 3.3-8.4 6-4.5 2.7-9.4 4.6zm-23.9-6.4q2.7-2.7 6.5-2.7 3.8 0 6.5 2.7 2.7 2.7 2.7 6.5 0 3.8-2.7 6.5-3.6 3.6-8.5 4.3-5 0.7-10 1.2 0.5-5 1.2-9.9 0.8-5 4.3-8.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-school{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 448" fill="currentColor"><path d="m48 163.8l209.2 86.1c9.8 4 20.2 6.1 30.8 6.1 10.6 0 21-2.1 30.8-6.1l242.4-99.8c9-3.7 14.8-12.4 14.8-22.1 0-9.7-5.8-18.4-14.8-22.1l-242.4-99.8c-9.8-4-20.2-6.1-30.8-6.1-10.6 0-21 2.1-30.8 6.1l-242.4 99.8c-9 3.7-14.8 12.4-14.8 22.1v296c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24zm48 71.7v116.5c0 53 86 96 192 96 106 0 192-43 192-96v-116.6l-142.9 58.9c-15.6 6.4-32.2 9.7-49.1 9.7-16.9 0-33.5-3.3-49.1-9.7l-142.9-58.9z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 448" fill="currentColor"><path d="m48 163.8l209.2 86.1c9.8 4 20.2 6.1 30.8 6.1 10.6 0 21-2.1 30.8-6.1l242.4-99.8c9-3.7 14.8-12.4 14.8-22.1 0-9.7-5.8-18.4-14.8-22.1l-242.4-99.8c-9.8-4-20.2-6.1-30.8-6.1-10.6 0-21 2.1-30.8 6.1l-242.4 99.8c-9 3.7-14.8 12.4-14.8 22.1v296c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24zm48 71.7v116.5c0 53 86 96 192 96 106 0 192-43 192-96v-116.6l-142.9 58.9c-15.6 6.4-32.2 9.7-49.1 9.7-16.9 0-33.5-3.3-49.1-9.7l-142.9-58.9z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-search{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M9.38701 16.325C7.48551 16.325 5.87259 15.6628 4.54826 14.3385C3.22409 13.0143 2.56201 11.4015 2.56201 9.49999C2.56201 7.59849 3.22409 5.98566 4.54826 4.66149C5.87259 3.33716 7.48551 2.67499 9.38701 2.67499C11.2885 2.67499 12.9013 3.33716 14.2255 4.66149C15.5498 5.98566 16.212 7.59849 16.212 9.49999C16.212 10.2522 16.1048 10.9462 15.8903 11.582C15.6758 12.2178 15.3873 12.7763 15.025 13.2575L20.512 18.7587C20.7613 19.0174 20.886 19.3284 20.886 19.6917C20.886 20.0552 20.7566 20.3617 20.4978 20.611C20.2486 20.8602 19.9399 20.9847 19.5718 20.9847C19.2036 20.9847 18.8949 20.8602 18.6458 20.611L13.1728 15.138C12.6823 15.5003 12.1143 15.7887 11.469 16.0032C10.8237 16.2177 10.1297 16.325 9.38701 16.325ZM9.38701 13.675C10.5522 13.675 11.5393 13.2705 12.3483 12.4615C13.1574 11.6523 13.562 10.6652 13.562 9.49999C13.562 8.33482 13.1574 7.34765 12.3483 6.53849C11.5393 5.72949 10.5522 5.32499 9.38701 5.32499C8.22185 5.32499 7.23468 5.72949 6.42551 6.53849C5.61651 7.34765 5.21201 8.33482 5.21201 9.49999C5.21201 10.6652 5.61651 11.6523 6.42551 12.4615C7.23468 13.2705 8.22185 13.675 9.38701 13.675Z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M9.38701 16.325C7.48551 16.325 5.87259 15.6628 4.54826 14.3385C3.22409 13.0143 2.56201 11.4015 2.56201 9.49999C2.56201 7.59849 3.22409 5.98566 4.54826 4.66149C5.87259 3.33716 7.48551 2.67499 9.38701 2.67499C11.2885 2.67499 12.9013 3.33716 14.2255 4.66149C15.5498 5.98566 16.212 7.59849 16.212 9.49999C16.212 10.2522 16.1048 10.9462 15.8903 11.582C15.6758 12.2178 15.3873 12.7763 15.025 13.2575L20.512 18.7587C20.7613 19.0174 20.886 19.3284 20.886 19.6917C20.886 20.0552 20.7566 20.3617 20.4978 20.611C20.2486 20.8602 19.9399 20.9847 19.5718 20.9847C19.2036 20.9847 18.8949 20.8602 18.6458 20.611L13.1728 15.138C12.6823 15.5003 12.1143 15.7887 11.469 16.0032C10.8237 16.2177 10.1297 16.325 9.38701 16.325ZM9.38701 13.675C10.5522 13.675 11.5393 13.2705 12.3483 12.4615C13.1574 11.6523 13.562 10.6652 13.562 9.49999C13.562 8.33482 13.1574 7.34765 12.3483 6.53849C11.5393 5.72949 10.5522 5.32499 9.38701 5.32499C8.22185 5.32499 7.23468 5.72949 6.42551 6.53849C5.61651 7.34765 5.21201 8.33482 5.21201 9.49999C5.21201 10.6652 5.61651 11.6523 6.42551 12.4615C7.23468 13.2705 8.22185 13.675 9.38701 13.675Z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-self-improvement{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m4.8 17.2q-0.8 0-1.4-0.6-0.6-0.6-0.6-1.4 0-0.6 0.3-1.1 0.4-0.5 0.9-0.7l3.8-1.6v-1.7q-1.2 1.2-2.6 1.9-1.5 0.7-3.2 0.9-0.5 0.1-0.8-0.3-0.4-0.3-0.4-0.8 0-0.5 0.3-0.9 0.4-0.3 0.9-0.4 1.4-0.2 2.5-0.9 1.1-0.6 1.9-1.7l1.4-1.6q0.3-0.4 0.8-0.5 0.4-0.2 0.9-0.2h1q0.5 0 0.9 0.2 0.5 0.2 0.8 0.5l1.4 1.7q0.8 1 1.9 1.7 1.1 0.6 2.5 0.8 0.5 0.1 0.9 0.4 0.3 0.4 0.3 0.9 0 0.5-0.4 0.8-0.3 0.4-0.8 0.3-1.7-0.2-3.2-0.9-1.4-0.7-2.6-1.9v1.7l3.8 1.6q0.5 0.2 0.9 0.7 0.3 0.5 0.3 1.1 0 0.8-0.6 1.4-0.6 0.6-1.4 0.6h-7.2v-0.7q0-0.7 0.4-1.1 0.5-0.4 1.1-0.4h3q0.2 0 0.4-0.1 0.1-0.2 0.1-0.4 0-0.2-0.1-0.4-0.2-0.1-0.4-0.1h-3q-1 0-1.8 0.7-0.7 0.8-0.7 1.8v0.7zm5.2-12.6q-0.9 0-1.6-0.7-0.6-0.6-0.6-1.6 0-0.9 0.6-1.5 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.6 0.6 0.6 1.5 0 1-0.6 1.6-0.7 0.7-1.6 0.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 18" fill="currentColor"><path d="m4.8 17.2q-0.8 0-1.4-0.6-0.6-0.6-0.6-1.4 0-0.6 0.3-1.1 0.4-0.5 0.9-0.7l3.8-1.6v-1.7q-1.2 1.2-2.6 1.9-1.5 0.7-3.2 0.9-0.5 0.1-0.8-0.3-0.4-0.3-0.4-0.8 0-0.5 0.3-0.9 0.4-0.3 0.9-0.4 1.4-0.2 2.5-0.9 1.1-0.6 1.9-1.7l1.4-1.6q0.3-0.4 0.8-0.5 0.4-0.2 0.9-0.2h1q0.5 0 0.9 0.2 0.5 0.2 0.8 0.5l1.4 1.7q0.8 1 1.9 1.7 1.1 0.6 2.5 0.8 0.5 0.1 0.9 0.4 0.3 0.4 0.3 0.9 0 0.5-0.4 0.8-0.3 0.4-0.8 0.3-1.7-0.2-3.2-0.9-1.4-0.7-2.6-1.9v1.7l3.8 1.6q0.5 0.2 0.9 0.7 0.3 0.5 0.3 1.1 0 0.8-0.6 1.4-0.6 0.6-1.4 0.6h-7.2v-0.7q0-0.7 0.4-1.1 0.5-0.4 1.1-0.4h3q0.2 0 0.4-0.1 0.1-0.2 0.1-0.4 0-0.2-0.1-0.4-0.2-0.1-0.4-0.1h-3q-1 0-1.8 0.7-0.7 0.8-0.7 1.8v0.7zm5.2-12.6q-0.9 0-1.6-0.7-0.6-0.6-0.6-1.6 0-0.9 0.6-1.5 0.7-0.7 1.6-0.7 0.9 0 1.6 0.7 0.6 0.6 0.6 1.5 0 1-0.6 1.6-0.7 0.7-1.6 0.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-shapes{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 464 496" fill="currentColor"><path d="m240 0c11.2 0 21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2 0.4 32.2-5.7 10-16.3 16.3-27.8 16.3h-192c-11.5 0-22.2-6.2-27.8-16.2-5.6-10-5.5-22.3 0.4-32.2l96-160c5.7-9.7 16.2-15.6 27.4-15.6zm-128 272c61.9 0 112 50.1 112 112 0 61.9-50.1 112-112 112-61.9 0-112-50.1-112-112 0-61.9 50.1-112 112-112zm200 16h112c22.1 0 40 17.9 40 40v112c0 22.1-17.9 40-40 40h-112c-22.1 0-40-17.9-40-40v-112c0-22.1 17.9-40 40-40z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 464 496" fill="currentColor"><path d="m240 0c11.2 0 21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2 0.4 32.2-5.7 10-16.3 16.3-27.8 16.3h-192c-11.5 0-22.2-6.2-27.8-16.2-5.6-10-5.5-22.3 0.4-32.2l96-160c5.7-9.7 16.2-15.6 27.4-15.6zm-128 272c61.9 0 112 50.1 112 112 0 61.9-50.1 112-112 112-61.9 0-112-50.1-112-112 0-61.9 50.1-112 112-112zm200 16h112c22.1 0 40 17.9 40 40v112c0 22.1-17.9 40-40 40h-112c-22.1 0-40-17.9-40-40v-112c0-22.1 17.9-40 40-40z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-shield-heart{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m9 21.4q-0.2 0-0.4-0.1-0.2 0-0.4-0.1-3.5-1.1-5.6-4.3-2.1-3.2-2.1-6.8v-4.6q0-0.8 0.5-1.5 0.5-0.7 1.2-1l5.9-2.1q0.4-0.2 0.9-0.2 0.5 0 0.9 0.2l5.9 2.1q0.7 0.3 1.2 1 0.5 0.7 0.5 1.5v4.6q0 3.6-2.1 6.8-2.1 3.2-5.6 4.3-0.2 0.1-0.4 0.1-0.2 0.1-0.4 0.1zm-4.3-11.6q0 1.5 1.5 2.8 1.4 1.3 2.4 2.2 0.2 0.2 0.4 0.2 0.3 0 0.4-0.2 1-0.8 2.4-2.2 1.5-1.4 1.5-2.8 0-1-0.7-1.7-0.7-0.7-1.7-0.7-0.5 0-1.1 0.3-0.5 0.2-0.8 0.6-0.3-0.4-0.8-0.6-0.5-0.3-1.1-0.3-1 0-1.7 0.7-0.7 0.7-0.7 1.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 22" fill="currentColor"><path d="m9 21.4q-0.2 0-0.4-0.1-0.2 0-0.4-0.1-3.5-1.1-5.6-4.3-2.1-3.2-2.1-6.8v-4.6q0-0.8 0.5-1.5 0.5-0.7 1.2-1l5.9-2.1q0.4-0.2 0.9-0.2 0.5 0 0.9 0.2l5.9 2.1q0.7 0.3 1.2 1 0.5 0.7 0.5 1.5v4.6q0 3.6-2.1 6.8-2.1 3.2-5.6 4.3-0.2 0.1-0.4 0.1-0.2 0.1-0.4 0.1zm-4.3-11.6q0 1.5 1.5 2.8 1.4 1.3 2.4 2.2 0.2 0.2 0.4 0.2 0.3 0 0.4-0.2 1-0.8 2.4-2.2 1.5-1.4 1.5-2.8 0-1-0.7-1.7-0.7-0.7-1.7-0.7-0.5 0-1.1 0.3-0.5 0.2-0.8 0.6-0.3-0.4-0.8-0.6-0.5-0.3-1.1-0.3-1 0-1.7 0.7-0.7 0.7-0.7 1.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-shield{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 481 510" fill="currentColor"><path d="m240 0c4.6 0 9.2 1 13.4 2.9l188.4 79.9c22 9.3 38.4 31 38.3 57.2-0.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.1-264-213.6-363.2-0.1-26.2 16.3-47.9 38.3-57.2l188.3-79.9c4.2-1.9 8.7-2.9 13.3-2.9zm0 66.8v378.1c138-66.8 175.1-214.8 176-303.4l-176-74.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 481 510" fill="currentColor"><path d="m240 0c4.6 0 9.2 1 13.4 2.9l188.4 79.9c22 9.3 38.4 31 38.3 57.2-0.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.1-264-213.6-363.2-0.1-26.2 16.3-47.9 38.3-57.2l188.3-79.9c4.2-1.9 8.7-2.9 13.3-2.9zm0 66.8v378.1c138-66.8 175.1-214.8 176-303.4l-176-74.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-shopping{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 23" fill="currentColor"><path d="m3.2 22.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-11.5q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h1.6q0-2.1 1.5-3.6 1.5-1.6 3.7-1.6 2.2 0 3.7 1.6 1.5 1.5 1.5 3.6h1.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v11.5q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm4.3-16.9h5.1q0-1-0.7-1.8-0.8-0.7-1.8-0.7-1.1 0-1.9 0.7-0.7 0.8-0.7 1.8zm2.6 8.9q1.9 0 3.4-1.2 1.6-1.2 1.5-2.7 0-0.6-0.3-0.9-0.4-0.4-0.9-0.4-0.4 0-0.7 0.2-0.3 0.2-0.6 0.7-0.3 0.8-1 1.2-0.7 0.5-1.4 0.5-0.8 0-1.5-0.5-0.7-0.4-1-1.2-0.3-0.5-0.6-0.7-0.3-0.2-0.7-0.2-0.5 0-0.9 0.4-0.3 0.3-0.3 0.9 0 1.5 1.5 2.7 1.5 1.2 3.5 1.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 23" fill="currentColor"><path d="m3.2 22.5q-1.1 0-1.9-0.8-0.8-0.8-0.8-1.9v-11.5q0-1.1 0.8-1.9 0.8-0.8 1.9-0.8h1.6q0-2.1 1.5-3.6 1.5-1.6 3.7-1.6 2.2 0 3.7 1.6 1.5 1.5 1.5 3.6h1.6q1.1 0 1.9 0.8 0.8 0.8 0.8 1.9v11.5q0 1.1-0.8 1.9-0.8 0.8-1.9 0.8zm4.3-16.9h5.1q0-1-0.7-1.8-0.8-0.7-1.8-0.7-1.1 0-1.9 0.7-0.7 0.8-0.7 1.8zm2.6 8.9q1.9 0 3.4-1.2 1.6-1.2 1.5-2.7 0-0.6-0.3-0.9-0.4-0.4-0.9-0.4-0.4 0-0.7 0.2-0.3 0.2-0.6 0.7-0.3 0.8-1 1.2-0.7 0.5-1.4 0.5-0.8 0-1.5-0.5-0.7-0.4-1-1.2-0.3-0.5-0.6-0.7-0.3-0.2-0.7-0.2-0.5 0-0.9 0.4-0.3 0.3-0.3 0.9 0 1.5 1.5 2.7 1.5 1.2 3.5 1.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-shower{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m64 99.9c0-19.8 16.1-35.9 35.9-35.9 9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123l-1.4 1.3c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.3 24.6 9.4 33.9 0l160.1-159.9c9.4-9.4 9.4-24.6 0-33.9-9.4-9.3-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.1-31.9-123-10.9l-16.3-16.2c-18.7-18.8-44.1-29.3-70.6-29.3-55.2 0-99.9 44.7-99.9 99.9v316.1c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm192 220.1c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32zm64 64c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm0-128c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32zm64 64c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm0-128c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32zm64 64c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm32-32c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 448" fill="currentColor"><path d="m64 99.9c0-19.8 16.1-35.9 35.9-35.9 9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123l-1.4 1.3c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.3 24.6 9.4 33.9 0l160.1-159.9c9.4-9.4 9.4-24.6 0-33.9-9.4-9.3-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.1-31.9-123-10.9l-16.3-16.2c-18.7-18.8-44.1-29.3-70.6-29.3-55.2 0-99.9 44.7-99.9 99.9v316.1c0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm192 220.1c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32zm64 64c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm0-128c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32zm64 64c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm0-128c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32zm64 64c0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32 17.7 0 32-14.3 32-32zm32-32c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-signature{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 20" fill="currentColor"><path d="m13.8 15q-0.8 0-1.5-0.3-0.8-0.4-1.3-1.1-0.4 0.2-0.7 0.3-0.4 0.2-0.7 0.4-0.5 0.3-1 0.1-0.5-0.1-0.7-0.6-0.3-0.5-0.1-0.9 0.2-0.5 0.6-0.8 0.4-0.2 0.8-0.4 0.4-0.2 0.7-0.4-0.2-0.7-0.3-1.5-0.1-0.8-0.1-1.6 0-3.6 1.5-5.9 1.5-2.3 3.8-2.3 1.5 0 2.4 1.1 0.9 1.1 0.9 2.9 0 2-1.3 4.1-1.3 2.1-3.7 4 0.3 0.2 0.5 0.3 0.2 0.1 0.5 0.1 0.5 0 1.1-0.5 0.6-0.5 1.2-1.4 0.3-0.4 0.7-0.6 0.4-0.1 0.8 0 0.4 0.3 0.6 0.7 0.2 0.4 0.2 0.9-0.1 0.2-0.1 0.4 0 0.2 0 0.3 0.1 0 0.2-0.1 0.1-0.1 0.2-0.2 0.3-0.3 0.8-0.4 0.4-0.1 0.9 0.1 0.4 0.2 0.5 0.6 0.1 0.4-0.2 0.8-0.6 0.9-1.3 1.4-0.7 0.5-1.4 0.5-0.6 0-1.1-0.3-0.4-0.3-0.7-0.8-0.7 0.6-1.4 0.8-0.6 0.3-1.3 0.3zm-11.7-0.1q-0.4 0.4-0.9 0.4-0.5 0-0.8-0.4-0.4-0.4-0.4-0.9 0-0.5 0.4-0.8l0.7-0.8-0.7-0.7q-0.4-0.4-0.4-0.9 0-0.5 0.4-0.8 0.3-0.4 0.8-0.4 0.6 0 0.9 0.4l0.7 0.7 0.8-0.7q0.3-0.4 0.8-0.4 0.6 0 0.9 0.4 0.4 0.3 0.4 0.8 0 0.5-0.4 0.9l-0.7 0.7 0.7 0.8q0.4 0.3 0.4 0.8 0 0.5-0.4 0.9-0.3 0.4-0.9 0.4-0.5 0-0.8-0.4l-0.8-0.7zm10.1-5.3q1.7-1.4 2.6-2.9 0.9-1.4 0.9-2.8 0-0.7-0.3-1-0.2-0.4-0.6-0.4-1 0-1.9 1.8-0.8 1.7-0.8 3.9 0 0.4 0 0.7 0.1 0.3 0.1 0.7zm-10.4 10.3q-0.5 0-0.9-0.3-0.4-0.4-0.4-0.9 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 20" fill="currentColor"><path d="m13.8 15q-0.8 0-1.5-0.3-0.8-0.4-1.3-1.1-0.4 0.2-0.7 0.3-0.4 0.2-0.7 0.4-0.5 0.3-1 0.1-0.5-0.1-0.7-0.6-0.3-0.5-0.1-0.9 0.2-0.5 0.6-0.8 0.4-0.2 0.8-0.4 0.4-0.2 0.7-0.4-0.2-0.7-0.3-1.5-0.1-0.8-0.1-1.6 0-3.6 1.5-5.9 1.5-2.3 3.8-2.3 1.5 0 2.4 1.1 0.9 1.1 0.9 2.9 0 2-1.3 4.1-1.3 2.1-3.7 4 0.3 0.2 0.5 0.3 0.2 0.1 0.5 0.1 0.5 0 1.1-0.5 0.6-0.5 1.2-1.4 0.3-0.4 0.7-0.6 0.4-0.1 0.8 0 0.4 0.3 0.6 0.7 0.2 0.4 0.2 0.9-0.1 0.2-0.1 0.4 0 0.2 0 0.3 0.1 0 0.2-0.1 0.1-0.1 0.2-0.2 0.3-0.3 0.8-0.4 0.4-0.1 0.9 0.1 0.4 0.2 0.5 0.6 0.1 0.4-0.2 0.8-0.6 0.9-1.3 1.4-0.7 0.5-1.4 0.5-0.6 0-1.1-0.3-0.4-0.3-0.7-0.8-0.7 0.6-1.4 0.8-0.6 0.3-1.3 0.3zm-11.7-0.1q-0.4 0.4-0.9 0.4-0.5 0-0.8-0.4-0.4-0.4-0.4-0.9 0-0.5 0.4-0.8l0.7-0.8-0.7-0.7q-0.4-0.4-0.4-0.9 0-0.5 0.4-0.8 0.3-0.4 0.8-0.4 0.6 0 0.9 0.4l0.7 0.7 0.8-0.7q0.3-0.4 0.8-0.4 0.6 0 0.9 0.4 0.4 0.3 0.4 0.8 0 0.5-0.4 0.9l-0.7 0.7 0.7 0.8q0.4 0.3 0.4 0.8 0 0.5-0.4 0.9-0.3 0.4-0.9 0.4-0.5 0-0.8-0.4l-0.8-0.7zm10.1-5.3q1.7-1.4 2.6-2.9 0.9-1.4 0.9-2.8 0-0.7-0.3-1-0.2-0.4-0.6-0.4-1 0-1.9 1.8-0.8 1.7-0.8 3.9 0 0.4 0 0.7 0.1 0.3 0.1 0.7zm-10.4 10.3q-0.5 0-0.9-0.3-0.4-0.4-0.4-0.9 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3zm4.1 0q-0.5 0-0.9-0.3-0.3-0.4-0.3-0.9 0-0.5 0.3-0.9 0.4-0.4 0.9-0.4 0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9-0.4 0.3-0.9 0.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-sofa{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="m3 4.2v-2.2c0-1.1 0.9-2 2-2h10c1.1 0 2 0.9 2 2v2.2c-1.2 0.4-2 1.5-2 2.8v2h-10v-2c0-1.3-0.8-2.4-2-2.8zm15 0.8c-1.1 0-2 0.9-2 2v3h-12v-3c0-1.1-0.9-2-2-2-1.1 0-2 0.9-2 2v5c0 1.1 0.9 2 2 2v2h2v-2h12v2h2v-2c1.1 0 2-0.9 2-2v-5c0-1.1-0.9-2-2-2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="m3 4.2v-2.2c0-1.1 0.9-2 2-2h10c1.1 0 2 0.9 2 2v2.2c-1.2 0.4-2 1.5-2 2.8v2h-10v-2c0-1.3-0.8-2.4-2-2.8zm15 0.8c-1.1 0-2 0.9-2 2v3h-12v-3c0-1.1-0.9-2-2-2-1.1 0-2 0.9-2 2v5c0 1.1 0.9 2 2 2v2h2v-2h12v2h2v-2c1.1 0 2-0.9 2-2v-5c0-1.1-0.9-2-2-2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-sort-down{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 9" fill="currentColor"><path d="m1.2 0c-0.5 0-0.9 0.3-1.1 0.7-0.2 0.5-0.1 1 0.3 1.3l6 6c0.4 0.5 1.2 0.5 1.7 0l6-6c0.3-0.3 0.4-0.8 0.2-1.3-0.2-0.4-0.6-0.7-1.1-0.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 9" fill="currentColor"><path d="m1.2 0c-0.5 0-0.9 0.3-1.1 0.7-0.2 0.5-0.1 1 0.3 1.3l6 6c0.4 0.5 1.2 0.5 1.7 0l6-6c0.3-0.3 0.4-0.8 0.2-1.3-0.2-0.4-0.6-0.7-1.1-0.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-sort-up{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 9" fill="currentColor"><path d="m13.8 9c0.5 0 0.9-0.3 1.1-0.7 0.2-0.5 0.1-1-0.3-1.3l-6-6c-0.4-0.5-1.2-0.5-1.7 0l-6 6c-0.3 0.3-0.4 0.8-0.2 1.3 0.2 0.4 0.6 0.7 1.1 0.7z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 9" fill="currentColor"><path d="m13.8 9c0.5 0 0.9-0.3 1.1-0.7 0.2-0.5 0.1-1-0.3-1.3l-6-6c-0.4-0.5-1.2-0.5-1.7 0l-6 6c-0.3 0.3-0.4 0.8-0.2 1.3 0.2 0.4 0.6 0.7 1.1 0.7z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-star{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 552 526" fill="currentColor"><path d="m297.5 13.1c-4.1-8-12.4-13.1-21.4-13.1-9 0-17.3 5.1-21.4 13.1l-73.6 144.2-159.9 25.4c-8.9 1.4-16.3 7.7-19.1 16.3-2.8 8.6-0.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2 7.3 5.3 16.9 6.1 25 2l144.4-73.4 144.3 73.4c8 4.1 17.7 3.3 25-2 7.3-5.3 11-14.2 9.6-23.2l-25.3-159.9 114.4-114.5c6.4-6.4 8.6-15.8 5.8-24.4-2.8-8.6-10.1-14.9-19.1-16.3l-159.8-25.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 552 526" fill="currentColor"><path d="m297.5 13.1c-4.1-8-12.4-13.1-21.4-13.1-9 0-17.3 5.1-21.4 13.1l-73.6 144.2-159.9 25.4c-8.9 1.4-16.3 7.7-19.1 16.3-2.8 8.6-0.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2 7.3 5.3 16.9 6.1 25 2l144.4-73.4 144.3 73.4c8 4.1 17.7 3.3 25-2 7.3-5.3 11-14.2 9.6-23.2l-25.3-159.9 114.4-114.5c6.4-6.4 8.6-15.8 5.8-24.4-2.8-8.6-10.1-14.9-19.1-16.3l-159.8-25.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-store{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 52" fill="currentColor"><path d="m40 24.7c3.8 1.7 8.2 1.8 12 0v23.3h2c0.5 0 1 0.2 1.4 0.6 0.4 0.4 0.6 0.9 0.6 1.4 0 0.5-0.2 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6h-52c-0.5 0-1-0.2-1.4-0.6-0.4-0.4-0.6-0.9-0.6-1.4 0-0.5 0.2-1 0.6-1.4 0.4-0.4 0.9-0.6 1.4-0.6h2v-23.3c3.8 1.8 8.2 1.7 12 0 1.9 0.8 3.9 1.3 6 1.3 2.1 0 4.2-0.5 6-1.3 1.9 0.8 3.9 1.3 6 1.3 2.1 0 4.2-0.5 6-1.3zm-6 5.3c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4v14c0 1.1 0.9 2 2 2h8c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4v-14c0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-20 0c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4v8c0 0.5 0.2 1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h8c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4v-8c0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm32.1-30c1.3 0 2.6 0.5 3.5 1.5l3.5 3.4c1.8 1.8 2.8 4.2 2.9 6.7 0.1 2.6-0.8 5-2.4 7-1.7 1.9-4 3.1-6.5 3.3-2.6 0.3-5.1-0.4-7.1-1.9-1.7 1.3-3.7 2-6 2-2.2 0-4.3-0.7-6-2-1.7 1.3-3.7 2-6 2-2.2 0-4.3-0.7-6-2-2 1.5-4.5 2.2-7.1 1.9-2.5-0.2-4.8-1.4-6.5-3.3-1.6-2-2.5-4.4-2.4-7 0.1-2.5 1.1-4.9 2.9-6.7l3.5-3.4c0.9-1 2.2-1.5 3.5-1.5z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 52" fill="currentColor"><path d="m40 24.7c3.8 1.7 8.2 1.8 12 0v23.3h2c0.5 0 1 0.2 1.4 0.6 0.4 0.4 0.6 0.9 0.6 1.4 0 0.5-0.2 1-0.6 1.4-0.4 0.4-0.9 0.6-1.4 0.6h-52c-0.5 0-1-0.2-1.4-0.6-0.4-0.4-0.6-0.9-0.6-1.4 0-0.5 0.2-1 0.6-1.4 0.4-0.4 0.9-0.6 1.4-0.6h2v-23.3c3.8 1.8 8.2 1.7 12 0 1.9 0.8 3.9 1.3 6 1.3 2.1 0 4.2-0.5 6-1.3 1.9 0.8 3.9 1.3 6 1.3 2.1 0 4.2-0.5 6-1.3zm-6 5.3c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4v14c0 1.1 0.9 2 2 2h8c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4v-14c0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm-20 0c-0.5 0-1 0.2-1.4 0.6-0.4 0.4-0.6 0.9-0.6 1.4v8c0 0.5 0.2 1 0.6 1.4 0.4 0.4 0.9 0.6 1.4 0.6h8c0.5 0 1-0.2 1.4-0.6 0.4-0.4 0.6-0.9 0.6-1.4v-8c0-0.5-0.2-1-0.6-1.4-0.4-0.4-0.9-0.6-1.4-0.6zm32.1-30c1.3 0 2.6 0.5 3.5 1.5l3.5 3.4c1.8 1.8 2.8 4.2 2.9 6.7 0.1 2.6-0.8 5-2.4 7-1.7 1.9-4 3.1-6.5 3.3-2.6 0.3-5.1-0.4-7.1-1.9-1.7 1.3-3.7 2-6 2-2.2 0-4.3-0.7-6-2-1.7 1.3-3.7 2-6 2-2.2 0-4.3-0.7-6-2-2 1.5-4.5 2.2-7.1 1.9-2.5-0.2-4.8-1.4-6.5-3.3-1.6-2-2.5-4.4-2.4-7 0.1-2.5 1.1-4.9 2.9-6.7l3.5-3.4c0.9-1 2.2-1.5 3.5-1.5z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-story{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 52" fill="currentColor"><path d="m30.6 51.1q-0.9 0-1.7-0.2-0.8-0.2-1.5-0.7-2.7-1.5-5.6-2.4-2.9-0.9-6-0.9-2.7 0-5.2 0.8-2.6 0.7-5 1.9-1.9 1-3.8 0-1.8-1.1-1.8-3.2v-32.1q0-1.2 0.6-2.3 0.5-1.1 1.7-1.7 3.1-1.6 6.5-2.3 3.4-0.7 6.9-0.7 4 0 7.7 1 3.7 1 7.1 3.1v33.5q3.4-2.1 7.1-3.3 3.7-1.2 7.6-1.2 2.4 0 4.7 0.5 2.3 0.4 4.6 1.2v-33.5q1.1 0.4 2.2 0.8 1 0.4 2.1 0.9 1.2 0.5 1.7 1.6 0.5 1.2 0.5 2.4v32.6q0 2-1.8 2.9-1.9 0.9-3.8-0.2-2.4-1.2-5-1.9-2.5-0.8-5.2-0.8-3.1 0-5.9 0.9-2.8 0.9-5.5 2.4-0.6 0.5-1.5 0.7-0.8 0.2-1.7 0.2zm8.2-15.9q-0.9 0.8-1.9 0.3-1.1-0.5-1.1-1.7v-21.7q0-0.4 0.2-0.7 0.1-0.3 0.3-0.5l9.8-10q0.9-0.9 2-0.4 1.1 0.4 1.1 1.7v22.7q0 0.4-0.2 0.7-0.1 0.4-0.4 0.6z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 52" fill="currentColor"><path d="m30.6 51.1q-0.9 0-1.7-0.2-0.8-0.2-1.5-0.7-2.7-1.5-5.6-2.4-2.9-0.9-6-0.9-2.7 0-5.2 0.8-2.6 0.7-5 1.9-1.9 1-3.8 0-1.8-1.1-1.8-3.2v-32.1q0-1.2 0.6-2.3 0.5-1.1 1.7-1.7 3.1-1.6 6.5-2.3 3.4-0.7 6.9-0.7 4 0 7.7 1 3.7 1 7.1 3.1v33.5q3.4-2.1 7.1-3.3 3.7-1.2 7.6-1.2 2.4 0 4.7 0.5 2.3 0.4 4.6 1.2v-33.5q1.1 0.4 2.2 0.8 1 0.4 2.1 0.9 1.2 0.5 1.7 1.6 0.5 1.2 0.5 2.4v32.6q0 2-1.8 2.9-1.9 0.9-3.8-0.2-2.4-1.2-5-1.9-2.5-0.8-5.2-0.8-3.1 0-5.9 0.9-2.8 0.9-5.5 2.4-0.6 0.5-1.5 0.7-0.8 0.2-1.7 0.2zm8.2-15.9q-0.9 0.8-1.9 0.3-1.1-0.5-1.1-1.7v-21.7q0-0.4 0.2-0.7 0.1-0.3 0.3-0.5l9.8-10q0.9-0.9 2-0.4 1.1 0.4 1.1 1.7v22.7q0 0.4-0.2 0.7-0.1 0.4-0.4 0.6z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-subtract{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 4" fill="currentColor"><path d="m13.8 3h-12.4q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h12.4q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 4" fill="currentColor"><path d="m13.8 3h-12.4q-0.5 0-0.9-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 0.9-0.4h12.4q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-tag{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 438 438" fill="currentColor"><path d="m0 48v149.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0l133.5-133.5c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7l-149.4-0.1c-26.5 0-48 21.5-48 48zm112 32c8.5 0 16.6 3.4 22.6 9.4 6 6 9.4 14.1 9.4 22.6 0 8.5-3.4 16.6-9.4 22.6-6 6-14.1 9.4-22.6 9.4-8.5 0-16.6-3.4-22.6-9.4-6-6-9.4-14.1-9.4-22.6 0-8.5 3.4-16.6 9.4-22.6 6-6 14.1-9.4 22.6-9.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 438 438" fill="currentColor"><path d="m0 48v149.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0l133.5-133.5c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7l-149.4-0.1c-26.5 0-48 21.5-48 48zm112 32c8.5 0 16.6 3.4 22.6 9.4 6 6 9.4 14.1 9.4 22.6 0 8.5-3.4 16.6-9.4 22.6-6 6-14.1 9.4-22.6 9.4-8.5 0-16.6-3.4-22.6-9.4-6-6-9.4-14.1-9.4-22.6 0-8.5 3.4-16.6 9.4-22.6 6-6 14.1-9.4 22.6-9.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-tennis{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 62" fill="currentColor"><path d="m28.9 38.4q-5.7 0-8.8 0.8-3.1 0.9-5.2 3l-8.7 8.7q-0.9 0.9-2.3 0.9-1.3 0-2.2-0.9-1-1-1-2.3 0-1.4 1-2.3l8.6-8.6q2.1-2.1 2.9-5.3 0.9-3.1 0.9-8.8 0-4.3 1.8-8.3 1.8-4 5.1-7.2 6.1-6.2 13.7-7 7.6-0.9 12.5 4.2 4.9 4.9 4.2 12.4-0.8 7.6-7 13.8-3.2 3.3-7.2 5.1-4 1.8-8.3 1.8zm-6.2-8.7q2.9 2.8 8.1 2 5.1-0.8 9.1-4.8 4-4.1 4.9-9.2 0.8-5-2.1-7.9-2.9-2.9-8-2.1-5 0.8-9.1 4.8-3.9 4-4.8 9.1-0.9 5.1 1.9 8.1zm21 31.5q-4.6 0-7.8-3.2-3.2-3.2-3.2-7.8 0-4.5 3.2-7.7 3.2-3.2 7.8-3.2 4.5 0 7.7 3.2 3.2 3.2 3.2 7.7 0 4.6-3.2 7.8-3.2 3.2-7.7 3.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 62" fill="currentColor"><path d="m28.9 38.4q-5.7 0-8.8 0.8-3.1 0.9-5.2 3l-8.7 8.7q-0.9 0.9-2.3 0.9-1.3 0-2.2-0.9-1-1-1-2.3 0-1.4 1-2.3l8.6-8.6q2.1-2.1 2.9-5.3 0.9-3.1 0.9-8.8 0-4.3 1.8-8.3 1.8-4 5.1-7.2 6.1-6.2 13.7-7 7.6-0.9 12.5 4.2 4.9 4.9 4.2 12.4-0.8 7.6-7 13.8-3.2 3.3-7.2 5.1-4 1.8-8.3 1.8zm-6.2-8.7q2.9 2.8 8.1 2 5.1-0.8 9.1-4.8 4-4.1 4.9-9.2 0.8-5-2.1-7.9-2.9-2.9-8-2.1-5 0.8-9.1 4.8-3.9 4-4.8 9.1-0.9 5.1 1.9 8.1zm21 31.5q-4.6 0-7.8-3.2-3.2-3.2-3.2-7.8 0-4.5 3.2-7.7 3.2-3.2 7.8-3.2 4.5 0 7.7 3.2 3.2 3.2 3.2 7.7 0 4.6-3.2 7.8-3.2 3.2-7.7 3.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-text-long{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" fill="currentColor"><path d="m1.8 13.7q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.4 0.9-0.4h10.4q0.5 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4zm0-5.4q-0.6 0-1-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 1-0.4h16.3q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-5.3q-0.6 0-1-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 1-0.4h16.3q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 14" fill="currentColor"><path d="m1.8 13.7q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.4-0.4 0.9-0.4h10.4q0.5 0 0.9 0.4 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.4 0.4-0.9 0.4zm0-5.4q-0.6 0-1-0.4-0.4-0.3-0.4-0.9 0-0.6 0.4-0.9 0.4-0.4 1-0.4h16.3q0.5 0 0.9 0.4 0.4 0.3 0.4 0.9 0 0.6-0.4 0.9-0.4 0.4-0.9 0.4zm0-5.3q-0.6 0-1-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 1-0.4h16.3q0.5 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.4 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-text-short{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 8" fill="currentColor"><path d="m1.8 7.7q-0.5 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h8.2q0.6 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.3 0.4-0.9 0.4zm0-4.7q-0.6 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.3-0.3 0.9-0.3h14.3q0.6 0 0.9 0.3 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.3 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 8" fill="currentColor"><path d="m1.8 7.7q-0.5 0-0.9-0.4-0.4-0.4-0.4-1 0-0.5 0.4-0.9 0.4-0.4 0.9-0.4h8.2q0.6 0 0.9 0.4 0.4 0.4 0.4 0.9 0 0.6-0.4 1-0.3 0.4-0.9 0.4zm0-4.7q-0.6 0-0.9-0.4-0.4-0.4-0.4-0.9 0-0.6 0.4-1 0.3-0.3 0.9-0.3h14.3q0.6 0 0.9 0.3 0.4 0.4 0.4 1 0 0.5-0.4 0.9-0.3 0.4-0.9 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-therapy{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21" fill="currentColor"><path d="m12.6 20.7q0.3 0.1 0.5 0 0.3 0 0.5-0.1 0.2-0.2 0.3-0.4 0.1-0.2 0.1-0.5v-2.6q0-0.6-0.4-1-0.4-0.4-0.9-0.4h-5.3q-0.6 0-1 0.4-0.3 0.3-0.4 0.8-0.1 0.4 0.1 0.9 0.2 0.4 0.8 0.6zm4.7-10.9q0.8 0 1.4 0.4 0.5 0.5 0.5 1.3 0 0.5-0.3 1-0.4 0.4-1 0.6l-1.9 0.7h-8.7q-1.4 0-2.3 0.9-1 1-1 2.4 0 0.7 0.2 1.2 0.3 0.6 0.6 1h-2.8q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9v-3q0-2.2 1.6-3.7 1.5-1.5 3.7-1.5zm-9.4-9.5q1.8 0 3 1.2 1.3 1.3 1.3 3 0 1.8-1.3 3-1.2 1.3-3 1.3-1.8 0-3-1.3-1.2-1.2-1.2-3 0-1.7 1.2-3 1.2-1.2 3-1.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21" fill="currentColor"><path d="m12.6 20.7q0.3 0.1 0.5 0 0.3 0 0.5-0.1 0.2-0.2 0.3-0.4 0.1-0.2 0.1-0.5v-2.6q0-0.6-0.4-1-0.4-0.4-0.9-0.4h-5.3q-0.6 0-1 0.4-0.3 0.3-0.4 0.8-0.1 0.4 0.1 0.9 0.2 0.4 0.8 0.6zm4.7-10.9q0.8 0 1.4 0.4 0.5 0.5 0.5 1.3 0 0.5-0.3 1-0.4 0.4-1 0.6l-1.9 0.7h-8.7q-1.4 0-2.3 0.9-1 1-1 2.4 0 0.7 0.2 1.2 0.3 0.6 0.6 1h-2.8q-0.5 0-0.9-0.4-0.4-0.4-0.4-0.9v-3q0-2.2 1.6-3.7 1.5-1.5 3.7-1.5zm-9.4-9.5q1.8 0 3 1.2 1.3 1.3 1.3 3 0 1.8-1.3 3-1.2 1.3-3 1.3-1.8 0-3-1.3-1.2-1.2-1.2-3 0-1.7 1.2-3 1.2-1.2 3-1.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-ticket{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 16" fill="currentColor"><path d="m0.5 2.9c0-1.1 0.8-1.9 1.9-1.9h17.2c1.1 0 1.9 0.8 1.9 1.9v3q0 0.2-0.1 0.4-0.1 0.1-0.3 0.2-0.5 0.3-0.8 0.9-0.3 0.5-0.3 1.1 0 0.6 0.3 1.1 0.3 0.5 0.8 0.8 0.2 0.1 0.3 0.3 0.1 0.2 0.1 0.4v3c0 1-0.8 1.9-1.9 1.9h-17.2c-0.5 0-1-0.2-1.4-0.6-0.3-0.3-0.5-0.8-0.5-1.3v-3q0-0.2 0.1-0.4 0.1-0.2 0.3-0.3 0.5-0.3 0.8-0.8 0.3-0.5 0.3-1.1 0-0.6-0.3-1.1-0.3-0.6-0.8-0.9-0.2-0.1-0.3-0.2-0.1-0.2-0.1-0.4zm14.5-0.9q-0.2 0.2-0.3 0.5v0.8q0.1 0.3 0.3 0.5 0.2 0.2 0.5 0.2 0.3 0 0.5-0.2 0.2-0.2 0.3-0.5v-0.8q-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2zm1.3 4.3q-0.1-0.4-0.3-0.6-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.3 0.6v0.7q0.1 0.3 0.3 0.5 0.2 0.3 0.5 0.3 0.3 0 0.5-0.3 0.2-0.2 0.2-0.5zm-1.2 3.2q-0.2 0.2-0.3 0.6v0.7q0.1 0.3 0.3 0.5 0.2 0.3 0.5 0.3 0.3 0 0.5-0.3 0.2-0.2 0.2-0.5v-0.7q0-0.4-0.2-0.6-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2zm1.3 4.3q-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.3 0.5v0.8q0.1 0.3 0.3 0.5 0.2 0.2 0.5 0.2 0.3 0 0.5-0.2 0.2-0.2 0.2-0.5zm-11-4.8q0.2 0.3 0.6 0.3h5.2q0.3 0 0.5-0.3 0.2-0.2 0.3-0.5-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.2h-5.2q-0.4 0-0.6 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5zm0.6 1.8q-0.4 0-0.6 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.3 0.6 0.3h3q0.3 0 0.5-0.3 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 16" fill="currentColor"><path d="m0.5 2.9c0-1.1 0.8-1.9 1.9-1.9h17.2c1.1 0 1.9 0.8 1.9 1.9v3q0 0.2-0.1 0.4-0.1 0.1-0.3 0.2-0.5 0.3-0.8 0.9-0.3 0.5-0.3 1.1 0 0.6 0.3 1.1 0.3 0.5 0.8 0.8 0.2 0.1 0.3 0.3 0.1 0.2 0.1 0.4v3c0 1-0.8 1.9-1.9 1.9h-17.2c-0.5 0-1-0.2-1.4-0.6-0.3-0.3-0.5-0.8-0.5-1.3v-3q0-0.2 0.1-0.4 0.1-0.2 0.3-0.3 0.5-0.3 0.8-0.8 0.3-0.5 0.3-1.1 0-0.6-0.3-1.1-0.3-0.6-0.8-0.9-0.2-0.1-0.3-0.2-0.1-0.2-0.1-0.4zm14.5-0.9q-0.2 0.2-0.3 0.5v0.8q0.1 0.3 0.3 0.5 0.2 0.2 0.5 0.2 0.3 0 0.5-0.2 0.2-0.2 0.3-0.5v-0.8q-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2zm1.3 4.3q-0.1-0.4-0.3-0.6-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.3 0.6v0.7q0.1 0.3 0.3 0.5 0.2 0.3 0.5 0.3 0.3 0 0.5-0.3 0.2-0.2 0.2-0.5zm-1.2 3.2q-0.2 0.2-0.3 0.6v0.7q0.1 0.3 0.3 0.5 0.2 0.3 0.5 0.3 0.3 0 0.5-0.3 0.2-0.2 0.2-0.5v-0.7q0-0.4-0.2-0.6-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2zm1.3 4.3q-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2-0.2 0.2-0.3 0.5v0.8q0.1 0.3 0.3 0.5 0.2 0.2 0.5 0.2 0.3 0 0.5-0.2 0.2-0.2 0.2-0.5zm-11-4.8q0.2 0.3 0.6 0.3h5.2q0.3 0 0.5-0.3 0.2-0.2 0.3-0.5-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.2h-5.2q-0.4 0-0.6 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5zm0.6 1.8q-0.4 0-0.6 0.2-0.2 0.2-0.2 0.5 0 0.3 0.2 0.5 0.2 0.3 0.6 0.3h3q0.3 0 0.5-0.3 0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-timer{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 23" fill="currentColor"><path d="m7.8 2.5q-0.5 0-0.9-0.4-0.3-0.3-0.3-0.8 0-0.6 0.3-0.9 0.4-0.4 0.9-0.4h4.4q0.5 0 0.9 0.4 0.3 0.3 0.3 0.9 0 0.5-0.3 0.8-0.4 0.4-0.9 0.4zm2.3 19.8q-2 0-3.7-0.7-1.8-0.7-3-2-1.3-1.3-2.1-3-0.7-1.8-0.7-3.7 0-2 0.7-3.7 0.8-1.7 2.1-3 1.2-1.3 3-2.1 1.7-0.7 3.7-0.7 1.5 0 3 0.5 1.5 0.5 2.8 1.5l0.7-0.8q0.3-0.3 0.8-0.3 0.5 0 0.9 0.3 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9l-0.7 0.7q0.9 1.3 1.4 2.7 0.5 1.5 0.5 3.1 0 1.9-0.7 3.7-0.8 1.7-2.1 3-1.2 1.3-3 2-1.7 0.7-3.6 0.7zm0-8.4q0.5 0 0.8-0.4 0.4-0.3 0.4-0.8v-3.7q0-0.5-0.4-0.8-0.3-0.4-0.8-0.4-0.6 0-0.9 0.4-0.4 0.3-0.4 0.8v3.7q0 0.5 0.4 0.8 0.3 0.4 0.9 0.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 23" fill="currentColor"><path d="m7.8 2.5q-0.5 0-0.9-0.4-0.3-0.3-0.3-0.8 0-0.6 0.3-0.9 0.4-0.4 0.9-0.4h4.4q0.5 0 0.9 0.4 0.3 0.3 0.3 0.9 0 0.5-0.3 0.8-0.4 0.4-0.9 0.4zm2.3 19.8q-2 0-3.7-0.7-1.8-0.7-3-2-1.3-1.3-2.1-3-0.7-1.8-0.7-3.7 0-2 0.7-3.7 0.8-1.7 2.1-3 1.2-1.3 3-2.1 1.7-0.7 3.7-0.7 1.5 0 3 0.5 1.5 0.5 2.8 1.5l0.7-0.8q0.3-0.3 0.8-0.3 0.5 0 0.9 0.3 0.4 0.4 0.4 0.9 0 0.5-0.4 0.9l-0.7 0.7q0.9 1.3 1.4 2.7 0.5 1.5 0.5 3.1 0 1.9-0.7 3.7-0.8 1.7-2.1 3-1.2 1.3-3 2-1.7 0.7-3.6 0.7zm0-8.4q0.5 0 0.8-0.4 0.4-0.3 0.4-0.8v-3.7q0-0.5-0.4-0.8-0.3-0.4-0.8-0.4-0.6 0-0.9 0.4-0.4 0.3-0.4 0.8v3.7q0 0.5 0.4 0.8 0.3 0.4 0.9 0.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-trash{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 528" fill="currentColor"><path d="m136.7 21.9c4.4-13.1 16.6-21.9 30.4-21.9h113.9c13.8 0 26 8.8 30.4 21.9l8.6 26.1h96c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-384c-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32h96zm-104.7 138.1h384v304c0 35.3-28.7 64-64 64h-256c-35.3 0-64-28.7-64-64zm88 64c-13.3 0-24 10.7-24 24v192c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24v-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24v192c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24v-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24v192c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24v-192c0-13.3-10.7-24-24-24z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 528" fill="currentColor"><path d="m136.7 21.9c4.4-13.1 16.6-21.9 30.4-21.9h113.9c13.8 0 26 8.8 30.4 21.9l8.6 26.1h96c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-384c-17.7 0-32-14.3-32-32 0-17.7 14.3-32 32-32h96zm-104.7 138.1h384v304c0 35.3-28.7 64-64 64h-256c-35.3 0-64-28.7-64-64zm88 64c-13.3 0-24 10.7-24 24v192c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24v-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24v192c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24v-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24v192c0 13.3 10.7 24 24 24 13.3 0 24-10.7 24-24v-192c0-13.3-10.7-24-24-24z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-trophy{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor"><path d="m400 0h-224c-26.5 0-48.1 21.8-47.1 48.2 0.2 5.3 0.4 10.6 0.7 15.8h-105.6c-13.3 0-24 10.7-24 24 0 92.6 33.5 157 78.5 200.7 44.3 43.1 98.3 64.8 138.1 75.8 23.4 6.5 39.4 26 39.4 45.6 0 20.9-17 37.9-37.9 37.9h-26.1c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32h-26.1c-20.9 0-37.9-17-37.9-37.9 0-19.6 15.9-39.2 39.4-45.6 39.9-11 93.9-32.7 138.2-75.8 44.9-43.7 78.4-108.1 78.4-200.7 0-13.3-10.7-24-24-24h-105.6c0.3-5.2 0.5-10.4 0.7-15.8 1-26.4-20.6-48.2-47.1-48.2zm-351.1 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6-24.9-11-50.8-26.5-73.2-48.3-32-31.1-58-76-63-142.3zm415.2 142.3c-22.4 21.8-48.3 37.3-73.2 48.3 22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor"><path d="m400 0h-224c-26.5 0-48.1 21.8-47.1 48.2 0.2 5.3 0.4 10.6 0.7 15.8h-105.6c-13.3 0-24 10.7-24 24 0 92.6 33.5 157 78.5 200.7 44.3 43.1 98.3 64.8 138.1 75.8 23.4 6.5 39.4 26 39.4 45.6 0 20.9-17 37.9-37.9 37.9h-26.1c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32 0-17.7-14.3-32-32-32h-26.1c-20.9 0-37.9-17-37.9-37.9 0-19.6 15.9-39.2 39.4-45.6 39.9-11 93.9-32.7 138.2-75.8 44.9-43.7 78.4-108.1 78.4-200.7 0-13.3-10.7-24-24-24h-105.6c0.3-5.2 0.5-10.4 0.7-15.8 1-26.4-20.6-48.2-47.1-48.2zm-351.1 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6-24.9-11-50.8-26.5-73.2-48.3-32-31.1-58-76-63-142.3zm415.2 142.3c-22.4 21.8-48.3 37.3-73.2 48.3 22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-undo{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 513" fill="currentColor"><path d="m24 193h144c9.7 0 18.5-5.8 22.2-14.8 3.7-9 1.7-19.3-5.2-26.2l-46.7-46.7c75.3-58.6 184.3-53.3 253.5 15.9 75 75 75 196.5 0 271.5-75 75-196.5 75-271.5 0-10.2-10.2-19-21.3-26.4-33-9.5-14.9-29.3-19.3-44.2-9.8-14.9 9.5-19.3 29.3-9.8 44.2 9.8 15.6 21.5 30.4 35.1 43.9 100 100 262 100 362 0 100-100 100-262 0-362-94.2-94.3-243.7-99.7-344.3-16.2l-51.7-51.8c-6.9-6.8-17.2-8.9-26.2-5.2-9 3.7-14.8 12.5-14.8 22.2v144c0 13.3 10.7 24 24 24z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 513" fill="currentColor"><path d="m24 193h144c9.7 0 18.5-5.8 22.2-14.8 3.7-9 1.7-19.3-5.2-26.2l-46.7-46.7c75.3-58.6 184.3-53.3 253.5 15.9 75 75 75 196.5 0 271.5-75 75-196.5 75-271.5 0-10.2-10.2-19-21.3-26.4-33-9.5-14.9-29.3-19.3-44.2-9.8-14.9 9.5-19.3 29.3-9.8 44.2 9.8 15.6 21.5 30.4 35.1 43.9 100 100 262 100 362 0 100-100 100-262 0-362-94.2-94.3-243.7-99.7-344.3-16.2l-51.7-51.8c-6.9-6.8-17.2-8.9-26.2-5.2-9 3.7-14.8 12.5-14.8 22.2v144c0 13.3 10.7 24 24 24z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-vault{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 22" fill="currentColor"><path d="m21.1 0.5c1.6 0 2.9 1.3 2.9 2.9v13.9c0 1.5-1.2 2.8-2.7 2.9v0.3c0 0.6-0.5 1-1 1h-0.1c-0.5 0-0.9-0.4-0.9-1v-0.3h-14.6v0.3c0 0.6-0.4 1-0.9 1h-0.1c-0.5 0-1-0.4-1-1v-0.3c-1.5-0.1-2.7-1.4-2.7-2.9v-13.9c0-1.6 1.3-2.9 2.9-2.9zm0 2.1h-18.2c-0.5 0-0.8 0.3-0.8 0.8v13.9c0 0.4 0.3 0.8 0.8 0.8h18.2c0.4 0 0.7-0.4 0.7-0.8v-13.9c0-0.5-0.3-0.8-0.7-0.8zm-5.7 7.7c0 3.3-2.7 6-6 6-3.3 0-6-2.7-6-6 0-3.3 2.7-5.9 6-5.9 3.3 0 6 2.6 6 5.9zm-6-3.8c-2.2 0-3.9 1.7-3.9 3.8 0 2.2 1.7 3.9 3.9 3.9 2.1 0 3.9-1.7 3.9-3.9 0-2.1-1.8-3.8-3.9-3.8zm-2.1 3.8c0-1.1 0.9-2.1 2.1-2.1 1.2 0 2.1 1 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1zm12.4-0.7v4.4c0 0.6-0.4 1-1 1-0.6 0-1.1-0.4-1.1-1v-4.4q0-0.1 0-0.1c-0.6-0.4-1-1-1-1.8 0-1.1 0.9-2 2-2 1.1 0 2.1 0.9 2.1 2 0 0.7-0.4 1.4-1 1.7q0 0.1 0 0.2z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 22" fill="currentColor"><path d="m21.1 0.5c1.6 0 2.9 1.3 2.9 2.9v13.9c0 1.5-1.2 2.8-2.7 2.9v0.3c0 0.6-0.5 1-1 1h-0.1c-0.5 0-0.9-0.4-0.9-1v-0.3h-14.6v0.3c0 0.6-0.4 1-0.9 1h-0.1c-0.5 0-1-0.4-1-1v-0.3c-1.5-0.1-2.7-1.4-2.7-2.9v-13.9c0-1.6 1.3-2.9 2.9-2.9zm0 2.1h-18.2c-0.5 0-0.8 0.3-0.8 0.8v13.9c0 0.4 0.3 0.8 0.8 0.8h18.2c0.4 0 0.7-0.4 0.7-0.8v-13.9c0-0.5-0.3-0.8-0.7-0.8zm-5.7 7.7c0 3.3-2.7 6-6 6-3.3 0-6-2.7-6-6 0-3.3 2.7-5.9 6-5.9 3.3 0 6 2.6 6 5.9zm-6-3.8c-2.2 0-3.9 1.7-3.9 3.8 0 2.2 1.7 3.9 3.9 3.9 2.1 0 3.9-1.7 3.9-3.9 0-2.1-1.8-3.8-3.9-3.8zm-2.1 3.8c0-1.1 0.9-2.1 2.1-2.1 1.2 0 2.1 1 2.1 2.1 0 1.2-0.9 2.1-2.1 2.1-1.2 0-2.1-0.9-2.1-2.1zm12.4-0.7v4.4c0 0.6-0.4 1-1 1-0.6 0-1.1-0.4-1.1-1v-4.4q0-0.1 0-0.1c-0.6-0.4-1-1-1-1.8 0-1.1 0.9-2 2-2 1.1 0 2.1 0.9 2.1 2 0 0.7-0.4 1.4-1 1.7q0 0.1 0 0.2z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-video{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 544 384" fill="currentColor"><path d="m64 0c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64v-256c0-35.3-28.7-64-64-64zm368 272l73.5 58.8c4.2 3.4 9.4 5.2 14.8 5.2 13.1 0 23.7-10.6 23.7-23.7v-240.6c0-13.1-10.6-23.7-23.7-23.7-5.4 0-10.6 1.8-14.8 5.2l-73.5 58.8z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 544 384" fill="currentColor"><path d="m64 0c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64v-256c0-35.3-28.7-64-64-64zm368 272l73.5 58.8c4.2 3.4 9.4 5.2 14.8 5.2 13.1 0 23.7-10.6 23.7-23.7v-240.6c0-13.1-10.6-23.7-23.7-23.7-5.4 0-10.6 1.8-14.8 5.2l-73.5 58.8z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-wifi{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 42" fill="currentColor"><path d="m0.9 11.7c15.6-15.6 41-15.6 56.6 0q0.3 0.3 0.4 0.7 0.2 0.3 0.2 0.7 0 0.4-0.2 0.8-0.1 0.4-0.4 0.6l-1.4 1.5c-0.4 0.3-0.9 0.5-1.5 0.5-0.5 0-1-0.2-1.4-0.5-13.2-13.3-34.8-13.3-48.1 0-0.3 0.3-0.8 0.5-1.4 0.5-0.5 0-1-0.2-1.4-0.5l-1.4-1.5c-0.4-0.3-0.6-0.8-0.6-1.4 0-0.5 0.2-1 0.6-1.4zm8.5 8.5c10.9-10.9 28.7-10.9 39.6 0q0.3 0.3 0.4 0.7 0.2 0.3 0.2 0.7 0 0.4-0.2 0.8-0.1 0.3-0.4 0.6l-1.4 1.4q-0.3 0.3-0.7 0.5-0.3 0.1-0.7 0.1-0.4 0-0.8-0.1-0.4-0.2-0.7-0.5c-4.1-4.1-9.7-6.4-15.5-6.4-5.8 0-11.4 2.3-15.6 6.4-0.3 0.4-0.8 0.6-1.4 0.6-0.5 0-1-0.2-1.4-0.6l-1.4-1.4c-0.4-0.3-0.6-0.9-0.6-1.4 0-0.5 0.2-1 0.6-1.4zm8.5 8.5c1.5-1.5 3.3-2.7 5.2-3.5 2-0.8 4.1-1.2 6.2-1.2 2.1 0 4.1 0.4 6.1 1.2 1.9 0.8 3.7 2 5.2 3.5q0.3 0.3 0.4 0.6 0.2 0.4 0.2 0.8 0 0.4-0.2 0.8-0.1 0.3-0.4 0.6l-1.4 1.4q-0.3 0.3-0.7 0.5-0.4 0.1-0.8 0.1-0.4 0-0.7-0.1-0.4-0.2-0.7-0.5c-0.9-0.9-2-1.6-3.2-2.1-1.2-0.5-2.5-0.8-3.8-0.8-1.4 0-2.7 0.3-3.9 0.8-1.2 0.5-2.3 1.2-3.2 2.1-0.4 0.4-0.9 0.6-1.4 0.6-0.6 0-1.1-0.2-1.4-0.6l-1.5-1.4c-0.3-0.4-0.5-0.9-0.5-1.4 0-0.5 0.2-1 0.5-1.4zm8.5 8.5q0.6-0.6 1.3-0.9 0.8-0.3 1.6-0.3 0.8 0 1.5 0.3 0.7 0.3 1.3 0.9 0.3 0.3 0.4 0.6 0.2 0.4 0.2 0.8 0 0.4-0.2 0.8-0.1 0.3-0.4 0.6l-1.4 1.4q-0.3 0.3-0.7 0.5-0.3 0.1-0.7 0.1-0.4 0-0.8-0.1-0.4-0.2-0.7-0.5l-1.4-1.4c-0.3-0.4-0.6-0.9-0.6-1.4 0-0.5 0.3-1 0.6-1.4z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 42" fill="currentColor"><path d="m0.9 11.7c15.6-15.6 41-15.6 56.6 0q0.3 0.3 0.4 0.7 0.2 0.3 0.2 0.7 0 0.4-0.2 0.8-0.1 0.4-0.4 0.6l-1.4 1.5c-0.4 0.3-0.9 0.5-1.5 0.5-0.5 0-1-0.2-1.4-0.5-13.2-13.3-34.8-13.3-48.1 0-0.3 0.3-0.8 0.5-1.4 0.5-0.5 0-1-0.2-1.4-0.5l-1.4-1.5c-0.4-0.3-0.6-0.8-0.6-1.4 0-0.5 0.2-1 0.6-1.4zm8.5 8.5c10.9-10.9 28.7-10.9 39.6 0q0.3 0.3 0.4 0.7 0.2 0.3 0.2 0.7 0 0.4-0.2 0.8-0.1 0.3-0.4 0.6l-1.4 1.4q-0.3 0.3-0.7 0.5-0.3 0.1-0.7 0.1-0.4 0-0.8-0.1-0.4-0.2-0.7-0.5c-4.1-4.1-9.7-6.4-15.5-6.4-5.8 0-11.4 2.3-15.6 6.4-0.3 0.4-0.8 0.6-1.4 0.6-0.5 0-1-0.2-1.4-0.6l-1.4-1.4c-0.4-0.3-0.6-0.9-0.6-1.4 0-0.5 0.2-1 0.6-1.4zm8.5 8.5c1.5-1.5 3.3-2.7 5.2-3.5 2-0.8 4.1-1.2 6.2-1.2 2.1 0 4.1 0.4 6.1 1.2 1.9 0.8 3.7 2 5.2 3.5q0.3 0.3 0.4 0.6 0.2 0.4 0.2 0.8 0 0.4-0.2 0.8-0.1 0.3-0.4 0.6l-1.4 1.4q-0.3 0.3-0.7 0.5-0.4 0.1-0.8 0.1-0.4 0-0.7-0.1-0.4-0.2-0.7-0.5c-0.9-0.9-2-1.6-3.2-2.1-1.2-0.5-2.5-0.8-3.8-0.8-1.4 0-2.7 0.3-3.9 0.8-1.2 0.5-2.3 1.2-3.2 2.1-0.4 0.4-0.9 0.6-1.4 0.6-0.6 0-1.1-0.2-1.4-0.6l-1.5-1.4c-0.3-0.4-0.5-0.9-0.5-1.4 0-0.5 0.2-1 0.5-1.4zm8.5 8.5q0.6-0.6 1.3-0.9 0.8-0.3 1.6-0.3 0.8 0 1.5 0.3 0.7 0.3 1.3 0.9 0.3 0.3 0.4 0.6 0.2 0.4 0.2 0.8 0 0.4-0.2 0.8-0.1 0.3-0.4 0.6l-1.4 1.4q-0.3 0.3-0.7 0.5-0.3 0.1-0.7 0.1-0.4 0-0.8-0.1-0.4-0.2-0.7-0.5l-1.4-1.4c-0.3-0.4-0.6-0.9-0.6-1.4 0-0.5 0.3-1 0.6-1.4z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.icon-wind{width:1em;height:1em;background-color:currentColor;mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="m288 32c0 17.7 14.3 32 32 32h40c13.3 0 24 10.7 24 24 0 13.3-10.7 24-24 24h-328c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h328c48.6 0 88-39.4 88-88 0-48.6-39.4-88-88-88h-40c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96 0-53-43-96-96-96h-384c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h384c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-32c-17.7 0-32 14.3-32 32zm-224 128h40c48.6 0 88-39.4 88-88 0-48.6-39.4-88-88-88h-136c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h136c13.3 0 24 10.7 24 24 0 13.3-10.7 24-24 24h-40c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32z" /></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="m288 32c0 17.7 14.3 32 32 32h40c13.3 0 24 10.7 24 24 0 13.3-10.7 24-24 24h-328c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h328c48.6 0 88-39.4 88-88 0-48.6-39.4-88-88-88h-40c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96 0-53-43-96-96-96h-384c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h384c17.7 0 32 14.3 32 32 0 17.7-14.3 32-32 32h-32c-17.7 0-32 14.3-32 32zm-224 128h40c48.6 0 88-39.4 88-88 0-48.6-39.4-88-88-88h-136c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32h136c13.3 0 24 10.7 24 24 0 13.3-10.7 24-24 24h-40c-17.7 0-32 14.3-32 32 0 17.7 14.3 32 32 32z" /></svg>') no-repeat center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}@media (max-width: 768px){.hide-on-mobile{display:none!important}}@media (min-width: 769px){.show-on-mobile{display:none!important}}@media (max-width: 1024px){.hide-on-tablet{display:none!important}}@media (min-width: 1025px){.show-on-tablet{display:none!important}}.page{display:flex;flex-direction:column;height:100%;height:100vh;height:100dvh}.page>div:first-child{flex-grow:1}:root{color-scheme:only light}html{font-size:16px;height:100%}body{display:flex;flex-direction:column;padding:0;margin:0;font-weight:400;background-color:var(--color-background);color:var(--color-black);min-height:100%;height:100%}*{box-sizing:border-box}a,button,label{-webkit-tap-highlight-color:transparent}.prose{display:block}.prose :first-child{margin-top:0!important}.prose h1{margin:0}.prose h1:not(:first-child){margin-top:var(--spacing-2xs)!important}.prose h2{margin:0}.prose h2:not(:first-child){margin-top:var(--spacing-2xs)!important}.prose h3{display:flex;align-items:center;gap:var(--spacing-xl);margin:0;font-weight:700;color:var(--color-secondary)}.prose h3:not(:first-child){margin-top:var(--spacing-2xs)!important}.prose h3:before{content:"";display:flex;background-color:var(--color-primary);width:12px;height:12px;border-radius:var(--radius-10s);flex-shrink:0}.prose h4{margin:0}.prose h4:not(:first-child){margin-top:var(--spacing-2xs)!important}.prose p{margin:0}.prose p:empty{display:flex!important;height:var(--spacing-2xs);width:100%}.prose ul,.prose ol{margin:0}.prose h1+p,.prose h2+p,.prose h3+p,.prose h4+p,.prose h1+ul,.prose h2+ul,.prose h3+ul,.prose h4+ul,.prose h1+ol,.prose h2+ol,.prose h3+ol,.prose h4+ol,.prose ol+p,.prose ul+p,.prose p+ol,.prose p+ul,.prose h1+img,.prose h2+img,.prose h3+img,.prose h4+img,.prose p+img,.prose ol+img,.prose ul+img,.prose li+img,.prose img+p,.prose img+img,.prose div+img{margin-top:var(--spacing-2xs)!important}.prose p+p a:first-child{margin-top:var(--spacing-xl)!important}.prose :has(a)+p{margin-top:var(--spacing-xl)!important}.prose hr{border:none;border-top:1px solid var(--color-neutral-gray);margin:var(--spacing-2xl) 0}.prose hr+p,.prose hr+ul,.prose hr+ol,.prose hr+h1:not(:first-child),.prose hr+h2:not(:first-child),.prose hr+h3:not(:first-child),.prose hr+h4:not(:first-child),.prose hr+img:not(:first-child){margin-top:0!important}.prose a{padding:var(--spacing-xl) .88rem var(--spacing-xl) .9rem;display:inline-flex;color:var(--color-text);align-items:center;text-decoration:none;font-weight:500;font-size:.9em;border:1px solid var(--color-neutral-light-gray);background-color:var(--color-neutral-white);border-radius:var(--radius-2l);margin:var(--spacing-m);cursor:pointer}@media (min-width: 769px){.prose a:hover,.prose a:focus{color:var(--color-primary)}}.prose a span{display:inline;vertical-align:middle;line-height:1}.prose a img,.prose a i[class*=icon-]{display:inline-block;vertical-align:middle;margin-right:var(--spacing-xl);width:1.3rem;height:1.3rem;border-radius:6px}.prose img{display:block;max-width:100%;max-height:30vh;height:auto;border-radius:var(--radius-1l)}.prose.prose-wysiwg a{display:inline-block!important}.prose:not(.prose-wysiwg) p:has(a){display:inline-block;vertical-align:top}.prose:not(.prose-wysiwg) p:has(a) a{display:inline-block!important}.prose:not(.prose-wysiwg) p:has(a) img,.prose:not(.prose-wysiwg) p:has(a) i[class*=icon-]{margin-right:var(--spacing-m)}.prose:not(.prose-wysiwg) li:has(a) a{margin-top:-3rem!important}.prose:not(.prose-wysiwg) li:has(a){margin-bottom:1rem!important}.prose li>ul,.prose li>ol{margin-top:var(--spacing-l)!important;margin-bottom:var(--spacing-1xs)!important}.sticky{display:flex;align-items:center;position:sticky;top:var(--header-height);background-color:var(--color-neutral-white);z-index:99;margin:calc(var(--spacing-1xs) * -1) 0}.sticky.sticky-invisible{padding:var(--spacing-1xs) 0}.sticky.sticky-active{border-bottom:1px solid var(--color-neutral-light-gray);background-color:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 4px -2px #0000001a}.d-none{display:none!important}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.nl2br{white-space:pre-wrap}.font-bold{font-weight:700!important}.checkerboard{background:repeating-conic-gradient(var(--color-neutral-gray) 0 25%,rgba(0,0,0,0) 0 50%) 50%/10px 10px!important}
