#ncNotifyWrapper{position:absolute;width:100%;height:0;top:0}.nc-notify{position:relative;margin:.25rem .25rem .5rem auto;padding:1rem;width:100%;max-width:250px;transition:all .4s ease-in-out;background:#fff;border-radius:4px;box-shadow:0 0 6px #0000001a;display:flex;font-size:1rem;z-index:24048}.nc-notify--closing{opacity:0}.nc-notify--success{background:var(--nc-success-color);color:#fff}.nc-notify--warning{background:var(--nc-warning-color);color:#fff}.nc-notify--danger{background:var(--nc-danger-color);color:#fff}@view-transition{navigation: auto;}:root{--nvcTransitionTime: .2s;--nvcTranslateX: 5%;--nvcTranslateXInvert: calc(-1 * var(--nvcTranslateX))}.nvc-fade-in{animation:nvcFadeIn var(--nvcTransitionTime) ease-out}@keyframes nvcFadeIn{0%{opacity:0;transform:translate(var(--nvcTranslateX))}to{opacity:1;transform:translate(0)}}.nvc-fade-out{animation:nvcFadeOut var(--nvcTransitionTime) ease-in}@keyframes nvcFadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(var(--nvcTranslateXInvert))}}*,*:before,*:after{box-sizing:border-box}html{box-sizing:border-box}input[type=text],input[type=email],input[type=search],input[type=password]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{margin:0;padding:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}table{border:0;border-spacing:0}:root,:root[data-nc-theme=light]{color-scheme:light;--nc-surface-color: #e6e6e6;--nc-primary-color: #3d8ae0;--nc-secondary-color: #00000030;--nc-accent-color: #e0cf34;--nc-success-color: #27ae60;--nc-warning-color: #ff793f;--nc-danger-color: #FF5F57;--nc-high-light: rgba(0,0,0,.1);--nc-surface-color-dark-1: color-mix(in srgb, var(--nc-surface-color), black 5%);--nc-surface-color-light-1: color-mix(in srgb, var(--nc-surface-color), white 35%);--nc-surface-color-light-2: color-mix(in srgb, var(--nc-surface-color), white 65%);--nc-surface-color-light-3: color-mix(in srgb, var(--nc-surface-color), white 75%);--nc-primary-color-dark-1: color-mix(in srgb, var(--nc-primary-color), black 5%);--nc-primary-color-light-1: color-mix(in srgb, var(--nc-primary-color), white 50%);--nc-primary-color-light-2: color-mix(in srgb, var(--nc-primary-color), white 75%);--nc-primary-color-light-3: color-mix(in srgb, var(--nc-primary-color), white 95%);--nc-text-color: rgba(0, 0, 0, .8);--nc-text-bold-color: var(--nc-primary-color-dark-1);--nc-text-dimmed-color: rgba(0, 0, 0, .5);--nc-label-text-color: rgba(0, 0, 0, .9);--nc-label-font-weight: bold;--nc-min-height: 38px;--nc-gap: 8px;--nc-gap-inverse: calc(var(--nc-gap) * -1);--nc-gap-half: calc(var(--nc-gap) * .5);--nc-gap-half-inverse: calc(var(--nc-gap-half) * -1);--nc-font-size: 13px;--nc-font-size-mobile: 15px;--nc-font-bold-weight: 700;--nc-body-bg: var(--nc-surface-color-dark-1);--nc-border-radius: 6px;--nc-border-color: var(--nc-high-light);--nc-hover-bg-color: rgba(0,0,0,.04);--nc-hover-text-color: rgba(0,0,0,.9);--nc-selected-bg-color: var(--nc-primary-color);--nc-selected-text-color: #fff;--nc-selected-hover-bg-color: var(--nc-primary-color-light-2);--nc-selected-hover-text-color: var(--nc-text-color);--nc-section-bg: var(--nc-surface-color);--nc-section-bg-padding: 12px;--nc-section-padding: var(--nc-gap);--nc-section-border-radius: var(--nc-border-radius);--nc-section-border: none;--nc-section-box-shadow: none;--nc-section-margin: 0;--nc-input-text-color: var(--nc-text-color);--nc-input-placeholder-color: var(--nc-text-dimmed-color);--nc-input-bg-color: rgba(0,0,0,.02);--nc-input-border: solid 1px var(--nc-high-light);--nc-input-border-hover: solid 1px var(--nc-primary-color-light-1);--nc-input-border-active: solid 1px var(--nc-primary-color);--nc-input-boder-radius: var(--nc-border-radius);--nc-input-padding-block: var(--nc-gap-half);--nc-input-padding-inline: var(--nc-gap);--nc-modal-text-color: var(--nc-text-color);--nc-modal-body-bg-color: var(--nc-body-bg);--nc-modal-header-bg-color: var(--nc-section-bg);--nc-modal-actions-bar-bg-color: var(--nc-section-bg);--nc-modal-bars-min-height: 40px;--nc-modal-bars-padding-block: .5rem;--nc-modal-bars-padding-inline: .6rem;--nc-bt-padding-block: .45rem;--nc-bt-padding-inline: .75rem;--nc-bt-bg-color: rgba(0,0,0,.04);--nc-bt-text-color: var(--nc-text-color);--nc-bt-font-size: .8rem;--nc-bt-text-shadow: 0 0 2px rgba(0, 0, 0, .5);--nc-bt-text-transform: uppercase;--nc-bt-font-weight: bold;--nc-bt-border-radius: var(--nc-border-radius);--nc-bt-border: none;--nc-bt-hover-bg-color: unset;--nc-bt-hover-filter: brightness(1.3);--nc-bt-hover-text-color: #fff;--nc-grid-bg: rgba(0,0,0,.01);--nc-grid-border: 1px solid rgba(0,0,0,.02);--nc-grid-border-radius: var(--nc-border-radius);--nc-grid-header-bg: var(--nc-surface-color-light-1);--nc-grid-header-border-bottom: var(--nc-surface-color-light-3);--nc-grid-footer-bg: var(--nc-grid-header-bg);--nc-grid-footer-border-top: var(--nc-grid-header-border-bottom);--nc-grid-rows-border-bottom: none;--nc-grid-rows-border-radius: var(--nc-border-radius);--nc-grid-row-odd-bg: var(--nc-surface-color);--nc-grid-row-even-bg: var(--nc-surface-color);--nc-drop-down-bg: var(--nc-section-bg);--nc-drop-down-border: 1px solid var(--nc-border-color);--nc-drop-drown-shadow: 0 .5rem .5rem rgba(0,0,0,.1);--nc-menu-gap: .5rem;--nc-menu-border-color: var(--nc-surface-color-dark-1);--nc-menu-bar-border-bottom: solid 1px var(--nc-menu-border-color);--nc-menu-bar-bg: var(--nc-section-bg);--nc-menu-bar-padding: .5rem;--nc-menu-bar-mobile-box-shadow: 0 -.5rem .5rem rgba(0, 0, 0, .1);--nc-menu-item-bg: transparent;--nc-menu-item-tx-color: var(--nc-text-color);--nc-menu-item-tx-weight: normal;--nc-menu-item-padding: .75rem 1rem;--nc-menu-item-margin: 0;--nc-menu-item-tx-size: 1rem;--nc-menu-item-tx-transform: none;--nc-menu-item-border: none;--nc-menu-item-border-radius: var(--nc-border-radius);--nc-menu-item-hover-bg: var(--nc-hover-bg-color);--nc-menu-item-hover-tx-color: var(--nc-hover-text-color);--nc-menu-item-hover-tx-weight: normal;--nc-menu-item-hover-border: none;--nc-menu-item-active-bg: var(--nc-primary-color);--nc-menu-item-active-tx-color: #fff;--nc-submenu-gap: var(--nc-menu-gap);--nc-submenu-bg: var(--nc-menu-bar-bg);--nc-submenu-padding: var(--nc-menu-bar-padding);--nc-submenu-border: solid 1px var(--nc-menu-border-color);--nc-submenu-border-radius: var(--nc-border-radius);--nc-submenu-box-shadow: inset 0 0 1px rgba(255, 255, 255, .2), 0 .5rem .5rem rgba(0, 0, 0, .2);--nc-menu-separator-bg: var(--nc-menu-border-color);--nc-icon-check: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="100%" height="100%" fill="none"/><polyline points="40 144 96 200 224 72" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="24"/></svg>')}:root[data-nc-theme=dark]{color-scheme:dark;--nc-surface-color: #362a2a;--nc-primary-color: rgb(39, 108, 175);--nc-secondary-color: #ffffff30;--nc-accent-color: #e0cf34;--nc-success-color: #27ae60;--nc-warning-color: #ff793f;--nc-danger-color: #FF5F57;--nc-high-light: rgba(255, 255, 255, .07);--nc-hover-bg-color: rgba(255, 255, 255, .04);--nc-hover-text-color: rgba(255, 255, 255, .9);--nc-selected-bg-color: var(--nc-primary-color);--nc-selected-hover-bg-color: var(--nc-primary-color-light-2);--nc-selected-hover-text-color: var(--nc-text-color);--nc-input-bg-color: rgba(255, 255, 255, .02);--nc-bt-bg-color: rgba(255,255,255,.04);--nc-grid-bg: rgba(255, 255, 255, .01);--nc-grid-border: 1px solid rgba(255, 255, 255, .02);--nc-grid-row-even-bg: rgba(255, 255, 255, .02);--nc-surface-color-dark-1: color-mix(in srgb, var(--nc-surface-color), black 20%);--nc-surface-color-light-1: color-mix(in srgb, var(--nc-surface-color), white 5%);--nc-surface-color-light-2: color-mix(in srgb, var(--nc-surface-color), white 10%);--nc-surface-color-light-3: color-mix(in srgb, var(--nc-surface-color), white 15%);--nc-primary-color-dark-1: color-mix(in srgb, var(--nc-primary-color), black 20%);--nc-primary-color-light-1: color-mix(in srgb, var(--nc-primary-color), white 5%);--nc-primary-color-light-2: color-mix(in srgb, var(--nc-primary-color), white 10%);--nc-primary-color-light-3: color-mix(in srgb, var(--nc-primary-color), white 95%);--nc-text-color: rgba(255, 255, 255, .8);--nc-text-bold-color: var(--nc-primary-color);--nc-text-dimmed-color: rgba(255, 255, 255, .4);--nc-label-text-color: rgba(255, 255, 255, .9)}.nc-w-100{width:100%!important}.nc-w-50{width:50%!important}.nc-w-25{width:25%!important}.nc-w-auto{width:auto!important}.nc-h-100{height:100%!important}.nc-hide{display:none!important}.nc-show{display:inherit!important}.nc-right{margin-left:auto!important}.nc-float-right{float:right;margin-left:auto}.nc-float-left{float:left;margin-right:auto}.nc-border-bottom{border-bottom:solid 1px var(--nc-border-color)}.nc-border-right{border-right:solid 1px var(--nc-border-color)}.nc-no-background{background:none!important}.nc-no-borders{border:none!important}.nc-m-0{margin:0!important}.nc-mt-0,.nc-my-0{margin-top:0!important}.nc-mr-0,.nc-mx-0{margin-right:0!important}.nc-mb-0,.nc-my-0{margin-bottom:0!important}.nc-ml-0,.nc-mx-0{margin-left:0!important}.nc-m-1{margin:.25rem!important}.nc-mt-1,.nc-my-1{margin-top:.25rem!important}.nc-mr-1,.nc-mx-1{margin-right:.25rem!important}.nc-mb-1,.nc-my-1{margin-bottom:.25rem!important}.nc-ml-1,.nc-mx-1{margin-left:.25rem!important}.nc-m-2{margin:.5rem!important}.nc-mt-2,.nc-my-2{margin-top:.5rem!important}.nc-mr-2,.nc-mx-2{margin-right:.5rem!important}.nc-mb-2,.nc-my-2{margin-bottom:.5rem!important}.nc-ml-2,.nc-mx-2{margin-left:.5rem!important}.nc-m-3{margin:1rem!important}.nc-mt-3,.nc-my-3{margin-top:1rem!important}.nc-mr-3,.nc-mx-3{margin-right:1rem!important}.nc-mb-3,.nc-my-3{margin-bottom:1rem!important}.nc-ml-3,.nc-mx-3{margin-left:1rem!important}.nc-m-4{margin:1.5rem!important}.nc-mt-4,.nc-my-4{margin-top:1.5rem!important}.nc-mr-4,.nc-mx-4{margin-right:1.5rem!important}.nc-mb-4,.nc-my-4{margin-bottom:1.5rem!important}.nc-ml-4,.nc-mx-4{margin-left:1.5rem!important}.nc-m-5{margin:3rem!important}.nc-mt-5,.nc-my-5{margin-top:3rem!important}.nc-mr-5,.nc-mx-5{margin-right:3rem!important}.nc-mb-5,.nc-my-5{margin-bottom:3rem!important}.nc-ml-5,.nc-mx-5{margin-left:3rem!important}.nc-p{padding:var(--nc-gap)!important}.nc-pt,.nc-py{padding-top:var(--nc-gap)!important}.nc-pr,.nc-px{padding-right:var(--nc-gap)!important}.nc-pb,.nc-py{padding-bottom:var(--nc-gap)!important}.nc-pl,.nc-px{padding-left:var(--nc-gap)!important}.nc-p-0{padding:0!important}.nc-pt-0,.nc-py-0{padding-top:0!important}.nc-pr-0,.nc-px-0{padding-right:0!important}.nc-pb-0,.nc-py-0{padding-bottom:0!important}.nc-pl-0,.nc-px-0{padding-left:0!important}.nc-p-1{padding:.25rem!important}.nc-pt-1,.nc-py-1{padding-top:.25rem!important}.nc-pr-1,.nc-px-1{padding-right:.25rem!important}.nc-pb-1,.nc-py-1{padding-bottom:.25rem!important}.nc-pl-1,.nc-px-1{padding-left:.25rem!important}.nc-p-2{padding:.5rem!important}.nc-pt-2,.nc-py-2{padding-top:.5rem!important}.nc-pr-2,.nc-px-2{padding-right:.5rem!important}.nc-pb-2,.nc-py-2{padding-bottom:.5rem!important}.nc-pl-2,.nc-px-2{padding-left:.5rem!important}.nc-p-3{padding:1rem!important}.nc-pt-3,.nc-py-3{padding-top:1rem!important}.nc-pr-3,.nc-px-3{padding-right:1rem!important}.nc-pb-3,.nc-py-3{padding-bottom:1rem!important}.nc-pl-3,.nc-px-3{padding-left:1rem!important}.nc-p-4{padding:1.5rem!important}.nc-pt-4,.nc-py-4{padding-top:1.5rem!important}.nc-pr-4,.nc-px-4{padding-right:1.5rem!important}.nc-pb-4,.nc-py-4{padding-bottom:1.5rem!important}.nc-pl-4,.nc-px-4{padding-left:1.5rem!important}.nc-p-5{padding:3rem!important}.nc-pt-5,.nc-py-5{padding-top:3rem!important}.nc-pr-5,.nc-px-5{padding-right:3rem!important}.nc-pb-5,.nc-py-5{padding-bottom:3rem!important}.nc-pl-5,.nc-px-5{padding-left:3rem!important}.nc-mt-gap{margin-top:var(--nc-gap)!important}.nc-mb-gap{margin-bottom:var(--nc-gap)!important}.nc-mr-gap{margin-right:var(--nc-gap)!important}.nc-ml-gap{margin-left:var(--nc-gap)!important}.nc-flex-column{display:flex;flex-direction:column!important}.nc-flex-column-gap{display:flex;flex-direction:column!important;gap:var(--nc-gap)}.nc-flex-row{display:flex;flex-direction:row}.nc-flex-row-gap{display:flex;flex-direction:row;gap:var(--nc-gap);align-items:center}.nc-flex-wrap{flex-wrap:wrap}.nc-grow{display:flex;flex-grow:1}.nc-start{display:flex;justify-content:flex-start;align-items:start}.nc-center{display:flex;justify-content:center;align-items:center}.nc-end{display:flex;justify-content:flex-end;align-items:end}.nc-top{display:flex;align-items:flex-start}.nc-middle{display:flex;align-items:center}.nc-bottom{display:flex;align-items:flex-end}.nc-around{display:flex;justify-content:space-around!important;flex-direction:row;align-items:center}.nc-between{display:flex;justify-content:space-between!important;flex-direction:row;align-items:center}.nc-first{display:flex;order:-1}.nc-last{display:flex;order:1}.nc-align-top{align-items:start!important}.nc-gap{gap:var(--nc-gap)}.nc-gap-half{gap:var(--nc-gap-half)}.nc-gapless{gap:0!important}.nc-tx-center{text-align:center}.nc-tx-right{text-align:right;justify-content:flex-end}.nc-tx-upper{text-transform:uppercase}.nc-tx-capitalize{text-transform:capitalize}.nc-tx-nowrap{white-space:nowrap}.nc-tx-bold{font-weight:var(--nc-font-bold-weight)}.nc-tx-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere;width:1px}.nc-tx-truncate-multilines{display:-webkit-box;-webkit-line-clamp:var(--lines, 2);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.nc-checkbox{transition:all .3s;display:flex!important;flex-direction:row;align-items:center;cursor:pointer;width:fit-content;gap:var(--nc-gap)}.nc-checkbox input{-webkit-appearance:none;--moz-appearance: none;appearance:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;width:1.5rem;height:1.5rem;padding:0;margin:0;background-color:var(--nc-input-bg-color);border:var(--nc-input-border);border-radius:100%}.nc-checkbox input:hover{border:var(--nc-input-border-hover)}.nc-checkbox input:checked:before{position:absolute;content:" ";height:.7rem;width:3px;background-color:var(--nc-success-color);left:25%;transform:rotate(-45deg);top:35%}.nc-checkbox input:checked:after{position:absolute;content:" ";height:1.5rem;width:3px;background-color:var(--nc-success-color);left:75%;top:-15%;transform:rotate(45deg)}:root{color-scheme:dark;--gap: 8px;--gap-half: 4px;--primary-color: rgb(35, 40, 61);--secondary-color: rgb(28, 28, 40);--bt-bg-color: color-mix(in srgb, var(--primary-color) 93%, white);--bt-active-bg-color: rgb(72, 164, 76);--accent-color: #d58043;--border-radius: 8px;--border-color: rgba(255, 255, 255, .2);--text-color: rgba(255, 255, 255, .7);--input-background: color-mix(in srgb, var(--primary-color) 93%, white);--hover-bg-color: rgba(255, 255, 255, .2);--active-bg-color: rgba(255, 255, 255, .4);--thumbs-columns: 3;--thumb-book-height: 230px;--title-bar-height: 60px;--bt-h: 3rem;--bt-w: 3rem;--nc-surface-color: var(--primary-color);--nc-modal-bars-min-height: 56px}html,body{direction:ltr;margin:0;padding:0;font-size:14px;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Funnel Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}html{max-width:1224px;margin:0 auto}body{background:var(--secondary-color);color:var(--text-color);line-height:1;box-shadow:0 0 2rem #000000e6}button{outline:none;background:none;border:0;color:var(--text-color);font-size:1rem;text-transform:uppercase;white-space:nowrap}::-webkit-input-placeholder{color:#fff6}::-moz-placeholder{color:#fff6;opacity:1}:-ms-input-placeholder{color:#fff6}::-ms-input-placeholder{color:#fff6}.hide{display:none!important}.layout-hbf,.layout-hb,.layout-bf{height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;position:relative;overflow:hidden}.layout-hbf__body,.layout-bf__body,.layout-hb__body{overflow-y:scroll;outline:none}.layout-hbf__body,.layout-bf__body{padding-bottom:5rem}.layout-hbf__body,.layout-hb__body{padding-top:5rem}.thumbs{display:grid;grid-template-columns:repeat(var(--thumbs-columns),1fr);justify-content:flex-start;gap:.5rem;padding:.5rem;min-height:calc(2 * var(--thumb-book-height))}.form-section{max-width:300px;flex:1;display:flex;flex-direction:column;gap:2rem;align-items:stretch}.section{display:flex;flex-direction:column;gap:var(--gap);border-radius:var(--border-radius)}.section--bg{background-color:var(--primary-color);padding:var(--gap);border-radius:var(--border-radius)}.section__title{display:flex;flex-direction:row;font-size:1.2rem;font-weight:700;align-items:center;gap:var(--gap);color:var(--accent-color);padding-block:var(--gap)}.section__title .ic{background-color:var(--accent-color)}.sections-col{display:flex;flex-direction:column;gap:var(--gap);padding:var(--gap)}.side-panel{overflow-y:scroll;position:absolute;top:5rem;left:0;bottom:0;height:auto;width:300px;max-width:415px;z-index:900;transform:translate(-100%);transition:transform .3s ease;will-change:transform;-webkit-backdrop-filter:blur(10px) brightness(.7);backdrop-filter:blur(10px) brightness(.7);border-right:1px solid rgba(255,255,255,.3);box-shadow:0 0 15px #000;border-radius:var(--border-radius)}.side-panel--active{transform:translate(0)}.field{display:flex;flex-direction:column;gap:var(--gap)}.field__lb{font-weight:700;font-size:1rem}.field__in,.field__select{appearance:none;font-size:1rem;padding:var(--gap);border:none;border-radius:var(--border-radius);background-color:var(--input-background)}.field__select option{font-size:1rem}.menu{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:start;gap:var(--gap);padding:var(--gap)}.menu__bt{display:flex;flex-direction:row;background-color:var(--primary-color);align-items:center;gap:var(--gap);padding:1rem;border-radius:var(--border-radius);text-decoration:none;text-transform:uppercase;color:var(--text-color)}.menu__bt:hover,.menu__bt:active{background-color:var(--secondary-color)}.menu__separator{height:1rem;display:block}.menu__user{height:220px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:1rem}.menu__avatar{border-radius:5rem;border:2px solid rgba(255,255,255,.7);background:#fff3;padding:0;max-width:128px;overflow:hidden;cursor:pointer}.menu__user-name{text-decoration:none;font-size:1.5rem;color:var(--text-color);x-border:2px solid var(--text-color);border-radius:var(--border-radius)}.dialog{border:none;border-radius:var(--border-radius);padding:1rem;width:50vw;min-width:320px;background-color:var(--primary-color);box-shadow:0 8px 32px #0003}.dialog--full{height:80dvh}.dialog::backdrop{background:#00000080;animation:fade-in .3s}.dialog[open]{animation:slide-up .3s}.dialog__title{color:var(--accent-color);font-size:1.2rem;margin-bottom:1rem;display:flex;flex-direction:row;align-items:center;gap:var(--gap)}.dialog__body{min-height:3rem}.dialog__actions{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--gap);margin-top:1rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.title-bar{display:grid;grid-template-columns:minmax(var(--bt-w),min-content) auto minmax(var(--bt-w),min-content);align-items:center;gap:var(--gap);height:var(--title-bar-height);color:var(--text-color);padding:.5rem;margin:.5rem;border-radius:var(--border-radius);background-color:color-mix(in srgb,var(--primary-color) 80%,transparent);x-background:linear-gradient(to top,var(--primary-color),color-mix(in srgb,var(--primary-color) 30%,transparent));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;position:absolute;inset-inline:0}.title-bar__title{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--gap);font-size:1.2rem;font-family:geist,sans-serif;font-weight:800;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-bar{display:grid;grid-template-columns:min-content auto min-content;gap:var(--gap);padding:.5rem;margin:1rem .5rem;border-radius:var(--border-radius);background-color:color-mix(in srgb,var(--primary-color) 80%,transparent);x-background:linear-gradient(to top,var(--primary-color),color-mix(in srgb,var(--primary-color) 30%,transparent));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:absolute;bottom:0;inset-inline:0;z-index:1000}.footer-bar-actions{display:flex;flex-direction:row;gap:var(--gap);justify-content:space-around;align-content:center;padding:.5rem;margin:1rem .5rem;border-radius:var(--border-radius);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:color-mix(in srgb,var(--primary-color) 80%,transparent);x-background:linear-gradient(to top,var(--primary-color),color-mix(in srgb,var(--primary-color) 30%,transparent));position:absolute;bottom:0;inset-inline:0;z-index:1000}.home-sections{display:flex;flex-direction:column;gap:var(--gap);padding-block:var(--gap)}.home-sections__bt{display:block;color:#fff;font-size:1.2rem;padding:1rem;margin-inline:var(--gap);border-radius:var(--border-radius);text-decoration:none;background-color:var(--primary-color);background-image:url("data:image/svg+xml,%3Csvg fill='rgba(255,255,255)' width='26px' height='26px' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.82861,130.82861l-80,80a4.00026,4.00026,0,0,1-5.65722-5.65722L130.34326,128,53.17139,50.82861a4.00026,4.00026,0,0,1,5.65722-5.65722l80,80A4.0006,4.0006,0,0,1,138.82861,130.82861Zm80-5.65722-80-80a4.00026,4.00026,0,0,0-5.65722,5.65722L210.34326,128l-77.17187,77.17139a4.00026,4.00026,0,0,0,5.65722,5.65722l80-80A4.0006,4.0006,0,0,0,218.82861,125.17139Z'/%3E%3C/svg%3E%0A");background-position:98% center;background-repeat:no-repeat;text-transform:uppercase}.home-sections__bt:hover{background-color:var(--hover-bg-color)}.home-sections__bt:active{background-color:var(--active-bg-color)}.home-section-books{height:calc((var(--thumb-book-height) * 2) + var(--gap));display:grid;grid-template-columns:repeat(var(--thumbs-columns),1fr);overflow:hidden;gap:var(--gap);padding-inline:var(--gap)}.thumb-book{height:var(--thumb-book-height);width:auto;display:inline-block;border-radius:var(--border-radius);overflow:hidden;cursor:pointer;position:relative}.thumb-book__cover{position:absolute;z-index:1;object-fit:cover;width:100%;height:100%}.thumb-book__data{position:absolute;z-index:2;bottom:0;width:100%;-webkit-backdrop-filter:blur(6px) brightness(.5);backdrop-filter:blur(6px) brightness(.5);border-top:1px solid rgba(255,255,255,.2);padding-left:.2rem;padding-right:.2rem;padding-bottom:.25rem;text-shadow:0 0 3px #333}.thumb-book__title{display:block;height:2.6rem;color:#fff;line-height:1;padding-block:.5rem;overflow:hidden;text-overflow:ellipsis;font-size:1rem;text-transform:none}.thumb-book__stats{display:flex;justify-content:space-between}.thumb-book__stats div{display:flex;align-items:center;gap:.25rem;font-size:.8rem}.bt{cursor:pointer;min-height:var(--bt-h);min-width:var(--bt-w);border-radius:var(--border-radius);display:flex;flex-direction:row;align-items:center;justify-content:center;padding-inline:1rem;transition:background-color .3s;background-color:var(--bt-bg-color);font-weight:700}.bt--ic{padding-inline:.25rem;background-color:unset}.bt--active{background-color:var(--bt-active-bg-color);color:var(--primary-color)}.bt--active .ic{background-color:var(--primary-color)}.bt:hover,.bt:active{background-color:var(--hover-bg-color)}.bt--play{x-scale:2;border-radius:5rem;background-color:var(--accent-color);transition:all .3s ease-in-out}.bt--play:hover,.bt--play:active{background-color:var(--accent-color);filter:brightness(1.5);box-shadow:0 0 5px #0003}.paginator{overflow-x:scroll;-webkit-overflow-scrolling:touch;white-space:nowrap;display:flex;flex-direction:row;gap:var(--gap);flex-wrap:nowrap}.paginator__bt{cursor:pointer;height:var(--bt-h);min-width:var(--bt-w);padding-left:.25rem;padding-right:.25rem;font-size:1.2rem;display:inline-block;border-radius:var(--border-radius);transition:background-color .3s}.paginator__bt:hover,.paginator__bt:active{background-color:var(--hover-bg-color)}.paginator__bt--selected{background-color:var(--active-bg-color);font-weight:700}.book-view__header{display:grid;grid-template-columns:min-content auto;gap:var(--gap)}.book-view__details{display:grid;grid-template-rows:auto min-content;gap:var(--gap)}.book-view__details-fields{display:grid;grid-template-columns:min-content auto;gap:var(--gap);align-items:center}.book-view__cover{width:142px;height:200px;border-radius:var(--border-radius);object-fit:cover;background-size:cover}.book-view__title{font-size:1.1rem;overflow:hidden}.book-view__stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--gap)}.book-view__stat{background-color:var(--primary-color);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.5em;align-items:center;padding:.5rem;font-size:1.2rem}.book-view__tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap)}.book-view__tag{color:var(--text-color);font-size:.85rem;padding:.75rem 1rem;border-radius:5rem;display:inline-block;text-decoration:none;text-transform:uppercase;cursor:pointer;background-color:#ffffff0d}.book-view__tag:hover,.book-view__tag:active{background-color:var(--hover-bg-color)}.book-chapters{display:flex;flex-direction:column}.book-chapters__paginator{background-color:#0003;padding:.5rem;border-radius:var(--border-radius);overflow-x:scroll}.book-chapters__paginator__content{display:flex;flex-direction:row;gap:.5rem}.book-chapters__content{display:flex;flex-direction:row;flex-wrap:wrap;padding:.5rem;gap:.5rem}.book-chapters__bt{display:inline-block;background-color:var(--bt-bg-color);color:#fff;padding:.5rem 1rem;border-radius:1.5rem;cursor:pointer;text-decoration:none;text-align:center;font-size:.85rem;flex:1;min-width:3.5rem}.book-chapters__bt--readed{color:#444;background-color:var(--bt-active-bg-color)}.book-pages{height:100%;display:grid;grid-auto-rows:min-content auto;position:relative}.book-pages__body{width:100%;height:100%;overflow:auto;position:relative}.book-pages__page-indicator{position:absolute;right:0;top:0;background-color:#00000080;padding:4px;color:#ccc;z-index:100}.book-pages__toolbar{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:row;gap:.5rem;z-index:100}.book-pages__toolbar-bt{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#0009;width:var(--bt-w);height:var(--bt-h);border-radius:var(--bt-h)}.book-pages__toolbar-bt:hover,.book-pages__toolbar-bt:active{background-color:var(--accent-color)}.pages{overflow-y:scroll;width:100%;height:100%;position:relative}.pages__page{width:100%;height:auto}.pages__page--loading{position:relative;min-height:100vh}.pages__page--loading:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:4px solid #4a4a4a;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pages__page img{display:block;width:100%;max-width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;touch-action:pan-y;will-change:transform;transform-origin:0 0;cursor:grab}.pages__page img:active{cursor:grabbing}.book-pages-menu{opacity:0;display:none;transform:scaleZ(0);position:absolute;inset:0;z-index:120}.book-pages-menu--open{opacity:1;display:block;transform:scaleZ(1);transition:opacity .3s,transform .3s}.book-pages-menu__body{position:absolute;left:0;right:0;bottom:0;padding:2rem;-webkit-backdrop-filter:blur(5px) brightness(.5);backdrop-filter:blur(5px) brightness(.5);margin:1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 0 1rem #0003}.book-pages-menu__options{display:grid;grid-template-columns:auto min-content;margin-bottom:1rem;gap:var(--gap)}.book-pages-menu__seekbar-wrapper{display:grid;grid-template-columns:min-content auto;align-items:center;gap:1rem}.book-pages-menu__seekbar{-webkit-appearance:none;background:#ffffffb3;height:3px}.book-pages-menu__seekbar::-webkit-slider-thumb{-webkit-appearance:none;height:36px;width:36px;border-radius:50%;background:var(--accent-color)}.messages{display:flex;flex-direction:column;gap:var(--gap)}.message{display:grid;grid-template-columns:min-content auto;gap:var(--gap);background-color:#ffffff08;border-radius:var(--border-radius);padding:.5rem}.message__avatar{width:4rem;height:4rem;border-radius:5rem;overflow:hidden;border:solid 1px rgba(255,255,255,.4)}.message__body{display:flex;flex-direction:column;gap:var(--gap)}.message__user{font-size:.8rem;filter:brightness(.8)}.message-input{width:100%;padding:.5rem;border-radius:var(--border-radius);border:solid 1px var(--border-color)}.logo-stats{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem}.logo-stats__title{font-size:2rem;text-transform:uppercase;font-weight:700}.logo-stats__stats{display:flex;flex-direction:row;gap:.5rem;align-items:center;font-size:.8rem}.rating{display:inline-flex;flex-direction:row-reverse;gap:5px}.rating input{display:none}.rating label{cursor:pointer;font-size:40px;color:#ddd;transition:color .2s}.rating label:before{content:"★"}.rating label:hover,.rating label:hover~label{color:#ffc107}.rating input:checked~label{color:#ffc107}.profile-header{width:100%;display:grid;grid-template-columns:min-content auto;gap:1rem}.profile-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile-stats__stat{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.2rem;padding:.5rem;background-color:#ffffff0d;border-radius:var(--border-radius)}.profile-stats__stat-value{font-weight:700;font-size:1.5rem}.profile-account-status,.profile-adfree-status{cursor:pointer;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:center;background-color:#f006;border-radius:var(--border-radius);height:var(--title-bar-height)}.profile-account-status--verified,.profile-adfree-status--active{background-color:var(--bt-active-bg-color)}#avatarDialog{width:90dvw;max-width:400px}#avatarDialog .dialog__body{width:100%;height:auto;aspect-ratio:1}#avatarDialog #fileSelector{display:none}#avatarDialog #imageSelector{display:flex;width:100%;height:auto;aspect-ratio:1;border:dashed 1px var(--border-color);align-items:center;justify-content:center;font-size:7rem}#avatarDialog #cropWrap{width:100%;height:auto;aspect-ratio:1}#avatarDialog #cropWrap img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}#avatarDialog cropper-canvas{height:100%}.spot{background-color:var(--primary-color);height:auto;display:flex;flex-direction:row;justify-content:center;border-radius:var(--border-radius)}.spot--colspan{grid-column-end:span 3}.notice{position:absolute;inset:0;padding:2rem;background:#00000080;display:grid;grid-gap:2rem;grid-template-rows:auto min-content;z-index:6500}.notice iframe{width:100%;height:100%;border:0;border-radius:.5rem}.notice button{display:block;border:solid 2px #fff;border-radius:.5rem;font-size:3rem;background:#000;font-weight:700;font-family:sans-serif;color:#fff}.vertical-center-gap{display:flex;flex-direction:column;align-items:center;justify-content:stretch;gap:2rem}.no-data-found{padding:1rem;text-align:center;color:var(--text-color);display:block;width:100%;grid-column:span var(--thumbs-columns)}.sort-menu,.tags{display:flex;flex-direction:column;gap:1rem;outline:none}.loading{background:#ffffff1a;animation:l1 1s linear infinite alternate}@keyframes l1{to{opacity:0}}.ic{display:inline-block;cursor:pointer;min-height:1.5em;min-width:1.5em;outline:none;vertical-align:baseline;background-position:center;transition:all .3s ease;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--text-color);transform-origin:0}.ic-ok,.ic-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='100%25' fill='none'/%3E%3Cpolyline points='40 144 96 200 224 72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='100%25' fill='none'/%3E%3Cpolyline points='40 144 96 200 224 72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-burguer{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='64' x2='216' y2='64' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='192' x2='216' y2='192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='64' x2='216' y2='64' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='192' x2='216' y2='192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-fullscreen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='168 48 208 48 208 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='88 208 48 208 48 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='208 168 208 208 168 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='48 88 48 48 88 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='168 48 208 48 208 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='88 208 48 208 48 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='208 168 208 208 168 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='48 88 48 48 88 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,189.09l54.72,33.65a8.4,8.4,0,0,0,12.52-9.17l-14.88-62.79,48.7-42A8.46,8.46,0,0,0,224.27,94L160.36,88.8,135.74,29.2a8.36,8.36,0,0,0-15.48,0L95.64,88.8,31.73,94a8.46,8.46,0,0,0-4.79,14.83l48.7,42L60.76,213.57a8.4,8.4,0,0,0,12.52,9.17Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,189.09l54.72,33.65a8.4,8.4,0,0,0,12.52-9.17l-14.88-62.79,48.7-42A8.46,8.46,0,0,0,224.27,94L160.36,88.8,135.74,29.2a8.36,8.36,0,0,0-15.48,0L95.64,88.8,31.73,94a8.46,8.46,0,0,0-4.79,14.83l48.7,42L60.76,213.57a8.4,8.4,0,0,0,12.52,9.17Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-eye{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-caret-left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='160 208 80 128 160 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='160 208 80 128 160 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-caret-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='96 48 176 128 96 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='96 48 176 128 96 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-play{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-fast-foward{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L52.18,65.26A7.91,7.91,0,0,0,40,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M144,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L156.18,65.26A7.91,7.91,0,0,0,144,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L52.18,65.26A7.91,7.91,0,0,0,40,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M144,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L156.18,65.26A7.91,7.91,0,0,0,144,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-x,.ic-close{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='200' y1='56' x2='56' y2='200' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='200' x2='56' y2='56' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='200' y1='56' x2='56' y2='200' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='200' x2='56' y2='56' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-menu-vertical{-webkit-mask-image:url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' fill='%23ffffff' width='100%25' height='100%25' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 16.495c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' fill='%23ffffff' width='100%25' height='100%25' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 16.495c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25z'/%3E%3C/svg%3E")}.ic-share{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='176 152 224 104 176 56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='192 216 32 216 32 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,176a96,96,0,0,1,93-72h59' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='176 152 224 104 176 56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='192 216 32 216 32 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,176a96,96,0,0,1,93-72h59' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,224S24,168,24,102A54,54,0,0,1,78,48c22.59,0,41.94,12.31,50,32,8.06-19.69,27.41-32,50-32a54,54,0,0,1,54,54C232,168,128,224,128,224Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,224S24,168,24,102A54,54,0,0,1,78,48c22.59,0,41.94,12.31,50,32,8.06-19.69,27.41-32,50-32a54,54,0,0,1,54,54C232,168,128,224,128,224Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='128 72 128 128 184 128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='128 72 128 128 184 128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='112' cy='112' r='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='168.57' y1='168.57' x2='224' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='112' cy='112' r='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='168.57' y1='168.57' x2='224' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-signpost{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M200.44,152H40a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H200.44a8,8,0,0,1,5.94,2.65L240,112l-33.62,37.35A8,8,0,0,1,200.44,152Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='32' x2='128' y2='72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='152' x2='128' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M200.44,152H40a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H200.44a8,8,0,0,1,5.94,2.65L240,112l-33.62,37.35A8,8,0,0,1,200.44,152Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='32' x2='128' y2='72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='152' x2='128' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-pencil{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M92.69,216H48a8,8,0,0,1-8-8V163.31a8,8,0,0,1,2.34-5.65L165.66,34.34a8,8,0,0,1,11.31,0L221.66,79a8,8,0,0,1,0,11.31L98.34,213.66A8,8,0,0,1,92.69,216Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='136' y1='64' x2='192' y2='120' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='164' y1='92' x2='68' y2='188' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='95.49' y1='215.49' x2='40.51' y2='160.51' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M92.69,216H48a8,8,0,0,1-8-8V163.31a8,8,0,0,1,2.34-5.65L165.66,34.34a8,8,0,0,1,11.31,0L221.66,79a8,8,0,0,1,0,11.31L98.34,213.66A8,8,0,0,1,92.69,216Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='136' y1='64' x2='192' y2='120' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='164' y1='92' x2='68' y2='188' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='95.49' y1='215.49' x2='40.51' y2='160.51' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-book-open{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,88a32,32,0,0,1,32-32h72V200H160a32,32,0,0,0-32,32' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M24,200H96a32,32,0,0,1,32,32V88A32,32,0,0,0,96,56H24Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='96' x2='200' y2='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='128' x2='200' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='160' x2='200' y2='160' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,88a32,32,0,0,1,32-32h72V200H160a32,32,0,0,0-32,32' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M24,200H96a32,32,0,0,1,32,32V88A32,32,0,0,0,96,56H24Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='96' x2='200' y2='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='128' x2='200' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='160' x2='200' y2='160' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-tag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M42.34,138.34A8,8,0,0,1,40,132.69V40h92.69a8,8,0,0,1,5.65,2.34l99.32,99.32a8,8,0,0,1,0,11.31L153,237.66a8,8,0,0,1-11.31,0Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='84' cy='84' r='12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M42.34,138.34A8,8,0,0,1,40,132.69V40h92.69a8,8,0,0,1,5.65,2.34l99.32,99.32a8,8,0,0,1,0,11.31L153,237.66a8,8,0,0,1-11.31,0Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='84' cy='84' r='12'/%3E%3C/svg%3E")}.ic-list-ordinal{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='104' y1='128' x2='216' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='64' x2='216' y2='64' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='192' x2='216' y2='192' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='56 104 56 40 40 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,208H40l28.68-38.37a15.69,15.69,0,0,0-3.24-22.41,16.78,16.78,0,0,0-23.06,3.15,15.85,15.85,0,0,0-2.38,4.3' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='104' y1='128' x2='216' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='64' x2='216' y2='64' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='192' x2='216' y2='192' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='56 104 56 40 40 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,208H40l28.68-38.37a15.69,15.69,0,0,0-3.24-22.41,16.78,16.78,0,0,0-23.06,3.15,15.85,15.85,0,0,0-2.38,4.3' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-chats{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M71.58,144,32,176V48a8,8,0,0,1,8-8H168a8,8,0,0,1,8,8v88a8,8,0,0,1-8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M80,144v40a8,8,0,0,0,8,8h96.42L224,224V96a8,8,0,0,0-8-8H176' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M71.58,144,32,176V48a8,8,0,0,1,8-8H168a8,8,0,0,1,8,8v88a8,8,0,0,1-8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M80,144v40a8,8,0,0,0,8,8h96.42L224,224V96a8,8,0,0,0-8-8H176' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-chat{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-chat-add{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- Símbolo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- Símbolo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-send{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='128' x2='80' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M48.49,221.28A8,8,0,0,0,59.93,231l168-96.09a8,8,0,0,0,0-14l-168-95.85a8,8,0,0,0-11.44,9.67L80,128Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='128' x2='80' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M48.49,221.28A8,8,0,0,0,59.93,231l168-96.09a8,8,0,0,0,0-14l-168-95.85a8,8,0,0,0-11.44,9.67L80,128Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-similar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,161.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M40,97.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,161.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M40,97.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-favorite{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-favorite-add{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- signo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- signo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E")}.ic-favorite-del{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E")}.ic-filter{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M34.1,61.38A8,8,0,0,1,40,48H216a8,8,0,0,1,5.92,13.38L152,136v58.65a8,8,0,0,1-3.56,6.66l-32,21.33A8,8,0,0,1,104,216V136Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M34.1,61.38A8,8,0,0,1,40,48H216a8,8,0,0,1,5.92,13.38L152,136v58.65a8,8,0,0,1-3.56,6.66l-32,21.33A8,8,0,0,1,104,216V136Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-unselect{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='40' x2='112' y2='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='216' x2='144' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M184,40h24a8,8,0,0,1,8,8V72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='216' y1='144' x2='216' y2='112' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='112' x2='40' y2='144' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,216H48a8,8,0,0,1-8-8V184' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='48' y1='40' x2='208' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='40' x2='112' y2='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='216' x2='144' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M184,40h24a8,8,0,0,1,8,8V72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='216' y1='144' x2='216' y2='112' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='112' x2='40' y2='144' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,216H48a8,8,0,0,1-8-8V184' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='48' y1='40' x2='208' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-seal-question{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M54.46,201.54c-9.2-9.2-3.1-28.53-7.78-39.85C41.82,150,24,140.5,24,128s17.82-22,22.68-33.69C51.36,83,45.26,63.66,54.46,54.46S83,51.36,94.31,46.68C106.05,41.82,115.5,24,128,24S150,41.82,161.69,46.68c11.32,4.68,30.65-1.42,39.85,7.78s3.1,28.53,7.78,39.85C214.18,106.05,232,115.5,232,128S214.18,150,209.32,161.69c-4.68,11.32,1.42,30.65-7.78,39.85s-28.53,3.1-39.85,7.78C150,214.18,140.5,232,128,232s-22-17.82-33.69-22.68C83,204.64,63.66,210.74,54.46,201.54Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='180' r='12'/%3E%3Cpath d='M128,144v-8c17.67,0,32-12.54,32-28s-14.33-28-32-28S96,92.54,96,108v4' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M54.46,201.54c-9.2-9.2-3.1-28.53-7.78-39.85C41.82,150,24,140.5,24,128s17.82-22,22.68-33.69C51.36,83,45.26,63.66,54.46,54.46S83,51.36,94.31,46.68C106.05,41.82,115.5,24,128,24S150,41.82,161.69,46.68c11.32,4.68,30.65-1.42,39.85,7.78s3.1,28.53,7.78,39.85C214.18,106.05,232,115.5,232,128S214.18,150,209.32,161.69c-4.68,11.32,1.42,30.65-7.78,39.85s-28.53,3.1-39.85,7.78C150,214.18,140.5,232,128,232s-22-17.82-33.69-22.68C83,204.64,63.66,210.74,54.46,201.54Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='180' r='12'/%3E%3Cpath d='M128,144v-8c17.67,0,32-12.54,32-28s-14.33-28-32-28S96,92.54,96,108v4' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-logout{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='112 40 48 40 48 216 112 216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='128' x2='224' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='184 88 224 128 184 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='112 40 48 40 48 216 112 216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='128' x2='224' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='184 88 224 128 184 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-delete,.ic-trash{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='216' y1='56' x2='40' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='104' x2='104' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='152' y1='104' x2='152' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M168,56V40a16,16,0,0,0-16-16H104A16,16,0,0,0,88,40V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='216' y1='56' x2='40' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='104' x2='104' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='152' y1='104' x2='152' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M168,56V40a16,16,0,0,0-16-16H104A16,16,0,0,0,88,40V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-rocket{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='224' x2='112' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='100' r='12'/%3E%3Cpath d='M94.81,192C37.52,95.32,103.87,32.53,123.09,17.68a8,8,0,0,1,9.82,0C152.13,32.53,218.48,95.32,161.19,192Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M183.84,110.88l30.31,36.36a8,8,0,0,1,1.66,6.86l-12.36,55.63a8,8,0,0,1-12.81,4.51L161.19,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72.16,110.88,41.85,147.24a8,8,0,0,0-1.66,6.86l12.36,55.63a8,8,0,0,0,12.81,4.51L94.81,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='224' x2='112' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='100' r='12'/%3E%3Cpath d='M94.81,192C37.52,95.32,103.87,32.53,123.09,17.68a8,8,0,0,1,9.82,0C152.13,32.53,218.48,95.32,161.19,192Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M183.84,110.88l30.31,36.36a8,8,0,0,1,1.66,6.86l-12.36,55.63a8,8,0,0,1-12.81,4.51L161.19,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72.16,110.88,41.85,147.24a8,8,0,0,0-1.66,6.86l12.36,55.63a8,8,0,0,0,12.81,4.51L94.81,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-prohibit{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='195.88' y1='195.88' x2='60.12' y2='60.12' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='195.88' y1='195.88' x2='60.12' y2='60.12' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='16'/%3E%3C/svg%3E")}.ic-user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-user-plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='176' y1='56' x2='224' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='32' x2='200' y2='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M222.67,112A95.92,95.92,0,1,1,144,33.33' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='176' y1='56' x2='224' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='32' x2='200' y2='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M222.67,112A95.92,95.92,0,1,1,144,33.33' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.nc-section__title .nc-icon{background-color:var(--nc-text-bold-color)}@media (min-width: 601px){:root{--thumbs-columns: 6}}
