mw.loader.impl(function(){return["mediawiki.action.view.postEdit@7ni2l",{"main":"mediawiki.action.view.postEdit.js","files":{"mediawiki.action.view.postEdit.js":function(require,module,exports){(function(){'use strict';const config=require('./config.json');const storageKey='mw-PostEdit'+mw.config.get('wgPageName');function setupInstrumentation(experiment,selector){const{ClickThroughRateInstrument}=require('ext.wikimediaEvents.testKitchen');experiment.sendExposure();setTimeout(()=>{ClickThroughRateInstrument.start(selector,'Create account CTA',experiment);},500);}function showConfirmation(data){data=data||{};const label=data.message||mw.message(config.EditSubmitButtonLabelPublish?'postedit-confirmation-published':'postedit-confirmation-saved',data.user||mw.user,mw.config.get('wgRevisionId')).parseDom();data.message=new OO.ui.MessageWidget({type:'success',inline:true,label:label}).$element[0];const showDefaultConfirmation=()=>{mw.notify(data.message,{classes:['postedit']});mw.hook('postEdit.afterRemoval').fire();if(data.tempUserCreated){mw.tempUserCreated.showPopup();}};mw.loader.using(['ext.testKitchen','ext.wikimediaEvents.testKitchen']).then(()=>mw.testKitchen.getExperiment('we-1-8-tempuser-post-edit'))
.then((experiment)=>{const isMobile=mw.config.get('skin')==='minerva';const isMobileBreakpoint=window.matchMedia('(max-width: 639px)').matches;if(isMobile&&isMobileBreakpoint&&data.tempUserCreated){const selector=experiment.isAssignedGroup('treatment')?'.mw-popover > footer > * > .cdx-button':'.postedit-tempuserpopup > * > [href*="Special:CreateAccount"]';if(experiment.isAssignedGroup('treatment')){if(!mw.user.isTemp()){return;}mw.tempUserCreated.showCondensedPopup({classes:['postedit-tempusercreated'],title:mw.message('postedit-confirmation-published-title').text(),content:[mw.message('postedit-temp-created-createaccount-benefits').text(),mw.message('postedit-temp-created-createaccount-benefit-1').text(),mw.message('postedit-temp-created-createaccount-benefit-2').text(),mw.message('postedit-temp-created-createaccount-benefit-3').text()],primaryActionLabel:mw.message('createaccount').text(),primaryActionUrl:mw.util.getUrl('Special:CreateAccount')});mw.hook('postEdit.afterRemoval').fire();
setupInstrumentation(experiment,selector);}else{showDefaultConfirmation();if(mw.user.isTemp()){setupInstrumentation(experiment,selector);}}}else{showDefaultConfirmation();}}).catch(showDefaultConfirmation);}function init(){if(!mw.config.get('wgPostEditConfirmationDisabled')){mw.hook('postEdit').add(showConfirmation);}let action=mw.storage.session.get(storageKey)||mw.config.get('wgPostEdit');if(action){let tempUserCreated=false;const plusPos=action.indexOf('+');if(plusPos>-1){action=action.slice(0,plusPos);tempUserCreated=true;}mw.config.set('wgPostEdit',action);module.exports.fireHook(action,tempUserCreated);}mw.storage.session.remove(storageKey);}module.exports={fireHook:(action,tempUserCreated)=>{if(!action){action='saved';}if(action==='saved'&&config.EditSubmitButtonLabelPublish){action='published';}mw.hook('postEdit').fire({message:mw.message('postedit-confirmation-'+action,mw.user,mw.config.get('wgRevisionId')).parseDom(),tempUserCreated:tempUserCreated});},fireHookOnPageReload:(action,tempUserCreated)=>{
if(!action){action='saved';}if(tempUserCreated){action+='+tempuser';}mw.storage.session.set(storageKey,action,1200);}};init();}());
},"config.json":{"EditSubmitButtonLabelPublish":true}}},{},{"createaccount":"\uacc4\uc815 \ub9cc\ub4e4\uae30","postedit-confirmation-created":"\ubb38\uc11c\uac00 [[Special:Diff\/$2|\uc0dd\uc131]]\ub418\uc5c8\uc2b5\ub2c8\ub2e4.","postedit-confirmation-published":"[[Special:Diff\/$2|\ud3b8\uc9d1]]\uc774 \uac8c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.","postedit-confirmation-published-title":"\ud3b8\uc9d1\uc774 \uac8c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4!","postedit-confirmation-restored":"\ubb38\uc11c\uac00 [[Special:Diff\/$2|\ubcf5\uad6c]]\ub418\uc5c8\uc2b5\ub2c8\ub2e4.","postedit-confirmation-saved":"[[Special:Diff\/$2|\ud3b8\uc9d1]]\uc744 \uc800\uc7a5\ud588\uc2b5\ub2c8\ub2e4.","postedit-temp-created":"\ube0c\ub77c\uc6b0\uc800\uc5d0 \ucfe0\ud0a4\ub97c \ucd94\uac00\ud568\uc73c\ub85c\uc368 \ub2f9\uc2e0\uc744 \uc704\ud574 [[$2|\uc790\ub3d9 \uc0dd\uc131\ub41c \uacc4\uc815]]\uc774 \ub9cc\ub4e4\uc5b4\uc84c\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc774\ub984\uc744 \uc9c1\uc811 \uc120\ud0dd\ud558\uace0 \ub354 \ub9ce\uc740 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 [$1 \uacc4\uc815 \ub9cc\ub4e4\uae30]\ub97c \uace0\ub824\ud558\uc2ed\uc2dc\uc624.","postedit-temp-created-createaccount-benefit-1":"\uc55e\uc73c\ub85c\uc758 \ud3b8\uc9d1\uc5d0 \ub300\ud55c \ud06c\ub808\ub527\uc744 \ud68d\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4","postedit-temp-created-createaccount-benefit-2":"\uba85\uc131\uc744 \uc313\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4","postedit-temp-created-createaccount-benefit-3":"\ud3b8\uc9d1 \uc5ed\uc0ac\ub97c \ucd94\uc801\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4","postedit-temp-created-createaccount-benefits":"\uacc4\uc815\uc744 \ub9cc\ub4e4\uba74 \ub2e4\uc74c\uc774 \uac00\ub2a5\ud574 \uc9d1\ub2c8\ub2e4:","postedit-temp-created-label":"\uc784\uc2dc \uacc4\uc815"}];});
mw.loader.impl(function(){return["mediawiki.notification@ikkg3",function($,jQuery,require,module){(function(){'use strict';let notification=null,$area,openNotificationCount=0,isPageReady=false;const preReadyNotifQueue=[];function announceToAriaLive($notificationContent,options){const ariaLiveRegion=document.getElementById('mw-aria-live-region');if(!ariaLiveRegion){return;}let announcementText;if(options.ariaText){announcementText=options.ariaText;}else{if($notificationContent[0].classList.contains('mw-notification-complex-content')){return;}announcementText=$notificationContent[0].textContent.trim();}if(!announcementText){return;}if(options.type==='error'){ariaLiveRegion.setAttribute('aria-live','assertive');}ariaLiveRegion.textContent='';ariaLiveRegion.textContent=announcementText;if(options.type==='error'){ariaLiveRegion.setAttribute('aria-live','polite');}}function Notification(message,options){const $notification=$('<div>').data('mw-notification',this).addClass(['mw-notification',options.autoHide?'mw-notification-autohide':'mw-notification-noautohide']);if(options.tag){options.tag=options.tag.replace(/[ _-]+/g,'-').replace(/[^-a-z0-9]+/ig,'');
if(options.tag){$notification.addClass('mw-notification-tag-'+options.tag);}else{delete options.tag;}}if(options.type){options.type=options.type.replace(/[ _-]+/g,'-').replace(/[^-a-z0-9]+/ig,'');$notification.addClass('mw-notification-type-'+options.type);}if(options.title){$('<div>').addClass('mw-notification-title').text(options.title).appendTo($notification);}if(options.id){$notification.attr('id',options.id);}if(options.classes){$notification.addClass(options.classes);}const $notificationContent=$('<div>').addClass('mw-notification-content');if(typeof message==='object'){if(message instanceof mw.Message){$notificationContent.append(message.parseDom());}else{$notificationContent.append(message);$notificationContent.addClass('mw-notification-complex-content');}}else{$notificationContent.text(message);}$notificationContent.appendTo($notification);this.autoHideSeconds=options.autoHideSeconds&&notification.autoHideSeconds[options.autoHideSeconds]||notification.autoHideSeconds.short;
this.isOpen=false;this.isPaused=true;this.message=message;this.options=options;this.$notification=$notification;if(options.visibleTimeout){this.timeout=require('mediawiki.visibleTimeout');}else{this.timeout={set:setTimeout,clear:clearTimeout};}}Notification.prototype={constructor:Notification,start:function(){$area.css('display','');if(this.isOpen){return;}this.isOpen=true;openNotificationCount++;announceToAriaLive(this.$notification.find('.mw-notification-content'),this.options);const options=this.options;const $notification=this.$notification;let $tagMatches;if(options.tag){$tagMatches=$area.find('.mw-notification-tag-'+options.tag);}if(options.tag&&$tagMatches.length){$tagMatches.each(function(){const notif=$(this).data('mw-notification');if(notif&&notif.isOpen){notif.$notification.css({position:'absolute',width:notif.$notification.width()}).css(notif.$notification.position()).addClass('mw-notification-replaced');notif.close();}});$notification.insertBefore($tagMatches.first()).addClass('mw-notification-visible');
}else{$area.append($notification);requestAnimationFrame(()=>{requestAnimationFrame(()=>{$notification.addClass('mw-notification-visible');});});}const autohideCount=$area.find('.mw-notification-autohide').length;if(autohideCount<=notification.autoHideLimit){this.resume();}},pause:function(){if(this.isPaused){return;}this.isPaused=true;if(this.timeoutId){this.timeout.clear(this.timeoutId);delete this.timeoutId;}},resume:function(){if(!this.isPaused){return;}if(this.options.autoHide){this.isPaused=false;this.timeoutId=this.timeout.set(()=>{delete this.timeoutId;this.close();},this.autoHideSeconds*1000);}},close:function(){if(!this.isOpen){return;}this.isOpen=false;openNotificationCount--;this.pause();this.$notification.removeClass('mw-notification-autohide');notification.resume();requestAnimationFrame(()=>{this.$notification.removeClass('mw-notification-visible');setTimeout(()=>{if(openNotificationCount===0){$area.css('display','none');this.$notification.remove();}else{this.$notification.slideUp('fast',function(){
$(this).remove();});}},500);});}};function callEachNotification($notifications,fn){$notifications.each(function(){const notif=$(this).data('mw-notification');if(notif){notif[fn]();}});}function init(){let offset,$overlay,isFloating=false;function updateAreaMode(){const shouldFloat=window.pageYOffset>offset.top;if(isFloating===shouldFloat){return;}isFloating=shouldFloat;$area.toggleClass('mw-notification-area-floating',isFloating).toggleClass('mw-notification-area-layout',!isFloating);}$area=$('.mw-notification-area[data-mw-interface]').first();if(!$area.length){$area=$('<div>').addClass('mw-notification-area');$overlay=$('<div>').addClass('mw-notification-area-overlay');$overlay.append($area);$(document.body).append($overlay);}$area.addClass('mw-notification-area-layout').attr('id','mw-notification-area').on({mouseenter:notification.pause,mouseleave:notification.resume}).on('click','.mw-notification',function(){const notif=$(this).data('mw-notification');if(notif){notif.close();}}).on('click','a, select, .oo-ui-dropdownInputWidget',(e)=>{
e.stopPropagation();});requestAnimationFrame(()=>{let notif;offset=$area.offset();updateAreaMode();$area.css('display','none');$(window).on('scroll',updateAreaMode);isPageReady=true;while(preReadyNotifQueue.length){notif=preReadyNotifQueue.shift();notif.start();}});}notification={pause:function(){callEachNotification($area.children('.mw-notification'),'pause');},resume:function(){callEachNotification($area.children('.mw-notification-autohide').slice(0,notification.autoHideLimit),'resume');},notify:function(message,options){options=Object.assign({},notification.defaults,options);const notif=new Notification(message,options);if(isPageReady){notif.start();}else{preReadyNotifQueue.push(notif);}return notif;},defaults:{autoHide:true,autoHideSeconds:'short',tag:null,title:null,type:null,ariaText:null,visibleTimeout:true,id:false,classes:false},autoHideSeconds:{short:5,long:30},autoHideLimit:3};if(window.QUnit){$area=$(document.body);}else{$(init);}mw.notification=notification;}());
},{"css":[".mw-aria-live-region{display:block;position:absolute !important; clip:rect(1px,1px,1px,1px);width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden}.mw-notification-area{position:absolute}.mw-notification-area-floating{position:fixed}    .drawer{background-color:var(--background-color-interactive-subtle,#f8f9fa);position:absolute}.mw-notification-area,.toast,.drawer{box-sizing:border-box;position:fixed;bottom:0;left:0;right:0;max-height:50%;z-index:4}.mw-notification,.toast,.drawer{box-sizing:border-box;box-shadow:0 20px 48px 0 rgba(0,0,0,0.2);word-wrap:break-word;display:none}.mw-notification.visible,.toast.visible,.drawer.visible,.mw-notification.mw-notification-visible,.toast.mw-notification-visible,.drawer.mw-notification-visible{display:block}     .mw-notification,.toast{font-size:0.875rem;padding:0.9em 1em;background-color:#202122;color:var(--color-inverted-fixed,#fff);margin:0 10% 20px;width:80%;text-align:center;border-radius:2px}.mw-notification.mw-notification-type-error,.toast.mw-notification-type-error{background-size:24px;background-position:16px 50%;background-repeat:no-repeat;padding-left:5%;width:75%;border:0}.mw-notification .oo-ui-iconElement-icon,.toast .oo-ui-iconElement-icon{display:block}.mw-notification a,.toast a{color:var(--color-inverted-fixed,#fff);text-decoration:underline}.mw-notification-area{z-index:900;position:fixed;bottom:0;width:100%}.mw-notification,.drawer{display:block;visibility:hidden; transform:translate(0,100px);bottom:0;opacity:0;transition:transform 250ms,opacity 250ms,visibility 250ms}.mw-notification.visible,.drawer.visible,.mw-notification.mw-notification-visible,.drawer.mw-notification-visible{visibility:visible;opacity:1;transform:translate(0,0)}.mw-watchstar-WatchlistExpiryWidget .oo-ui-dropdownInputWidget{text-align:left}.mw-watchstar-WatchlistExpiryWidget .oo-ui-dropdownInputWidget:last-child{margin:auto}","@media print {\n\t.mw-notification-area{display:none}}"]}];});
mw.loader.impl(function(){return["mediawiki.tempUserCreated@5dpnp",{"main":"mediawiki.tempUserCreated.js","files":{"mediawiki.tempUserCreated.js":function(require,module,exports){(function(){'use strict';const contLangMessages=require('./contLangMessages.json');mw.tempUserCreated={};mw.tempUserCreated.showPopup=function(){const title=mw.message('postedit-temp-created-label').text();const $content=mw.message('postedit-temp-created',mw.util.getUrl('Special:CreateAccount'),contLangMessages['tempuser-helppage']).parseDom();mw.notify($content,{title:title,classes:['postedit-tempuserpopup'],autoHide:true,autoHideSeconds:'long'});};mw.tempUserCreated.showCondensedPopup=({title,classes=[],content,hideBackdrop,primaryActionLabel,primaryActionUrl})=>{const Vue=require('vue');const UserCreatedPopover=require('./UserCreatedPopover.vue');Vue.createMwApp(UserCreatedPopover,{title,classes,content,hideBackdrop,primaryActionLabel,primaryActionUrl}).mount(document.body.appendChild(document.createElement('div')));};}());
},"UserCreatedPopover.vue":function(require,module,exports){const{defineComponent,ref,onMounted,computed}=require('vue');const{CdxPopover}=require('@wikimedia/codex');module.exports=defineComponent({name:'UserCreatedPopover',components:{CdxPopover},props:{title:{type:String,default:()=>null},classes:{type:Array,default:()=>([])},content:{type:Array,default:()=>([])},hideBackdrop:{type:Boolean,default:false},primaryActionLabel:{type:String,default:()=>null},primaryActionUrl:{type:String,default:()=>null}},setup(props){const{title,content,primaryActionLabel,primaryActionUrl,hideBackdrop}=props;const[listHead,...benefits]=content;const primaryAction={label:primaryActionLabel,actionType:'progressive'};const cssClasses=computed(()=>props.classes.reduce((prev,curr)=>{if(curr){prev[curr]=true;}return prev;},{}));const popoverProps={title,primaryAction,hideBackdrop};const isPopoverOpen=ref(false);onMounted(()=>{isPopoverOpen.value=true;});return{benefits,cssClasses,listHead,isPopoverOpen,popoverProps,onPrimary(){window.location.assign(primaryActionUrl);
}};}});;module.exports.template="<cdx-popover v-model:open=\"isPopoverOpen\" v-bind=\"popoverProps\" class=\"mw-popover\" :class=\"cssClasses\" use-bottom-sheet=\"\" stacked-actions=\"\" placement=\"bottom\" :use-close-button=\"true\" @primary=\"onPrimary\"><template #default=\"\"><div class=\"mw-popover-content\"><p>{{ listHead }}<\/p> <ul><li v-for=\"( benefit, index ) in benefits\" :key=\"`benefit-${index}`\">{{ benefit }}<\/li><\/ul><\/div><\/template><\/cdx-popover>";
},"contLangMessages.json":{"tempuser-helppage":"mw:Special:MyLanguage/Help:Temporary_accounts"}}},{"css":[".mw-popover .cdx-popover__header__title{font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Inter','Helvetica','Arial',sans-serif;font-size:var(--font-size-large,1.125rem);font-weight:700;line-height:var(--line-height-large,1.75rem)}.mw-popover .mw-popover-content \u003E p{margin:0;line-height:1.6}.mw-popover .mw-popover-content \u003E p + ul{margin-top:0}.mw-popover .mw-popover-content \u003E ul{padding-left:32px;line-height:1.6}.mw-popover .mw-popover-content \u003E ul \u003E li{margin-bottom:0}"]}];});
mw.loader.impl(function(){return["oojs-ui.styles.icons-interactions@1t7ak",null,{"css":[".oo-ui-icon-add,.mw-ui-icon-add:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E add %3C/title%3E%3Cpath d=%22M11 9h7v2h-7v7H9v-7H2V9h7V2h2z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-add,.mw-ui-icon-add-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E add %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11 9h7v2h-7v7H9v-7H2V9h7V2h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-add,.mw-ui-icon-add-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E add %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11 9h7v2h-7v7H9v-7H2V9h7V2h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-browser,.mw-ui-icon-browser:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E browser %3C/title%3E%3Cpath d=%22M20 18H0V2h20zM2 16h16V8H2zM4 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-browser,.mw-ui-icon-browser-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E browser %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M20 18H0V2h20zM2 16h16V8H2zM4 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-browser,.mw-ui-icon-browser-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E browser %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M20 18H0V2h20zM2 16h16V8H2zM4 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-cancel,.mw-ui-icon-cancel:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E cancel %3C/title%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18M4.394 5.806A6.97 6.97 0 0 0 3 10a7 7 0 0 0 11.193 5.605l-9.8-9.8ZM10 3a6.97 6.97 0 0 0-4.191 1.392l9.797 9.798A7 7 0 0 0 10 3%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-cancel,.mw-ui-icon-cancel-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E cancel %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18M4.394 5.806A6.97 6.97 0 0 0 3 10a7 7 0 0 0 11.193 5.605l-9.8-9.8ZM10 3a6.97 6.97 0 0 0-4.191 1.392l9.797 9.798A7 7 0 0 0 10 3%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-cancel,.mw-ui-icon-cancel-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E cancel %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18M4.394 5.806A6.97 6.97 0 0 0 3 10a7 7 0 0 0 11.193 5.605l-9.8-9.8ZM10 3a6.97 6.97 0 0 0-4.191 1.392l9.797 9.798A7 7 0 0 0 10 3%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-destructive.oo-ui-icon-cancel,.mw-ui-icon-cancel-destructive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E cancel %3C/title%3E%3Cg fill=%22%23d73333%22%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18M4.394 5.806A6.97 6.97 0 0 0 3 10a7 7 0 0 0 11.193 5.605l-9.8-9.8ZM10 3a6.97 6.97 0 0 0-4.191 1.392l9.797 9.798A7 7 0 0 0 10 3%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-check,.mw-ui-icon-check:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check %3C/title%3E%3Cpath d=%22M18.154 3.837 8 16.8H6.65l-4.8-3.6 1.2-1.6 4.02 3.015 9.517-12.02z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-check,.mw-ui-icon-check-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M18.154 3.837 8 16.8H6.65l-4.8-3.6 1.2-1.6 4.02 3.015 9.517-12.02z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-check,.mw-ui-icon-check-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M18.154 3.837 8 16.8H6.65l-4.8-3.6 1.2-1.6 4.02 3.015 9.517-12.02z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-destructive.oo-ui-icon-check,.mw-ui-icon-check-destructive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check %3C/title%3E%3Cg fill=%22%23d73333%22%3E%3Cpath d=%22M18.154 3.837 8 16.8H6.65l-4.8-3.6 1.2-1.6 4.02 3.015 9.517-12.02z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-success.oo-ui-icon-check,.mw-ui-icon-check-success:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check %3C/title%3E%3Cg fill=%22%2314866d%22%3E%3Cpath d=%22M18.154 3.837 8 16.8H6.65l-4.8-3.6 1.2-1.6 4.02 3.015 9.517-12.02z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-checkAll,.mw-ui-icon-checkAll:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check all %3C/title%3E%3Cpath d=%22M14 17h-4v-2h4zm2.404-13.163L6.22 16.8H4.9L.1 13.2l1.2-1.6 4.02 3.015 9.517-12.02zM17 13h-4v-2h4zm3-4h-4V7h4z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-checkAll,.mw-ui-icon-checkAll-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check all %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M14 17h-4v-2h4zm2.404-13.163L6.22 16.8H4.9L.1 13.2l1.2-1.6 4.02 3.015 9.517-12.02zM17 13h-4v-2h4zm3-4h-4V7h4z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-checkAll,.mw-ui-icon-checkAll-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E check all %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M14 17h-4v-2h4zm2.404-13.163L6.22 16.8H4.9L.1 13.2l1.2-1.6 4.02 3.015 9.517-12.02zM17 13h-4v-2h4zm3-4h-4V7h4z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-clear,.mw-ui-icon-clear:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E clear %3C/title%3E%3Cpath d=%22M14.243 7.172 11.413 10l2.828 2.83-1.414 1.413L10 11.415l-2.827 2.827-1.414-1.414L8.585 10 5.757 7.172l1.415-1.414 2.827 2.828 2.83-2.828z%22/%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-clear,.mw-ui-icon-clear-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E clear %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M14.243 7.172 11.413 10l2.828 2.83-1.414 1.413L10 11.415l-2.827 2.827-1.414-1.414L8.585 10 5.757 7.172l1.415-1.414 2.827 2.828 2.83-2.828z%22/%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-clear,.mw-ui-icon-clear-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E clear %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M14.243 7.172 11.413 10l2.828 2.83-1.414 1.413L10 11.415l-2.827 2.827-1.414-1.414L8.585 10 5.757 7.172l1.415-1.414 2.827 2.828 2.83-2.828z%22/%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-clock,.mw-ui-icon-clock:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E clock %3C/title%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14m1 7h3v2H9V5h2z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-clock,.mw-ui-icon-clock-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E clock %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14m1 7h3v2H9V5h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-clock,.mw-ui-icon-clock-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E clock %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14m1 7h3v2H9V5h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-close,.mw-ui-icon-close:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E close %3C/title%3E%3Cpath d=%22M16.707 4.707 11.414 10l5.293 5.293-1.414 1.414L10 11.414l-5.293 5.293-1.414-1.414L8.586 10 3.293 4.707l1.414-1.414L10 8.586l5.293-5.293z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-close,.mw-ui-icon-close-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E close %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M16.707 4.707 11.414 10l5.293 5.293-1.414 1.414L10 11.414l-5.293 5.293-1.414-1.414L8.586 10 3.293 4.707l1.414-1.414L10 8.586l5.293-5.293z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-close,.mw-ui-icon-close-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E close %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M16.707 4.707 11.414 10l5.293 5.293-1.414 1.414L10 11.414l-5.293 5.293-1.414-1.414L8.586 10 3.293 4.707l1.414-1.414L10 8.586l5.293-5.293z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-configure,.mw-ui-icon-configure:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E configure %3C/title%3E%3Cpath d=%22M5 3.5h2v6H5V19H3V9.5H1v-6h2V1h2zm-2 4h2v-2H3zm8 3h2v6h-2V19H9v-2.5H7v-6h2V1h2zm-2 4h2V13H9zm8-11h2v6h-2V19h-2V9.5h-2v-6h2V1h2zm-2 4h2v-2h-2z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-configure,.mw-ui-icon-configure-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E configure %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M5 3.5h2v6H5V19H3V9.5H1v-6h2V1h2zm-2 4h2v-2H3zm8 3h2v6h-2V19H9v-2.5H7v-6h2V1h2zm-2 4h2V13H9zm8-11h2v6h-2V19h-2V9.5h-2v-6h2V1h2zm-2 4h2v-2h-2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-configure,.mw-ui-icon-configure-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E configure %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M5 3.5h2v6H5V19H3V9.5H1v-6h2V1h2zm-2 4h2v-2H3zm8 3h2v6h-2V19H9v-2.5H7v-6h2V1h2zm-2 4h2V13H9zm8-11h2v6h-2V19h-2V9.5h-2v-6h2V1h2zm-2 4h2v-2h-2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-ellipsis,.mw-ui-icon-ellipsis:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipses horizontal %3C/title%3E%3Cpath d=%22M0 8h4v4H0zm8 0h4v4H8zm8 0h4v4h-4z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-ellipsis,.mw-ui-icon-ellipsis-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipses horizontal %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M0 8h4v4H0zm8 0h4v4H8zm8 0h4v4h-4z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-ellipsis,.mw-ui-icon-ellipsis-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipses horizontal %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M0 8h4v4H0zm8 0h4v4H8zm8 0h4v4h-4z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-verticalEllipsis,.mw-ui-icon-verticalEllipsis:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipses vertical %3C/title%3E%3Cpath d=%22M8 0h4v4H8zm0 8h4v4H8zm0 8h4v4H8z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-verticalEllipsis,.mw-ui-icon-verticalEllipsis-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipses vertical %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M8 0h4v4H8zm0 8h4v4H8zm0 8h4v4H8z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-verticalEllipsis,.mw-ui-icon-verticalEllipsis-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E ellipses vertical %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M8 0h4v4H8zm0 8h4v4H8zm0 8h4v4H8z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-feedback,.mw-ui-icon-feedback:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E feedback %3C/title%3E%3Cpath d=%22M17 1v6.174c1.165.412 2 1.52 2 2.826a3 3 0 0 1-2 2.825V19h-2.563l-4.8-4H8v4H6v-4H3v-2H1V7h2V5h6.637l4.8-4zm-6.36 5.769L10.363 7H7v6h3.362l.279.231L15 16.864V3.136z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-feedback,.mw-ui-icon-feedback-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E feedback %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M17 1v6.174c1.165.412 2 1.52 2 2.826a3 3 0 0 1-2 2.825V19h-2.563l-4.8-4H8v4H6v-4H3v-2H1V7h2V5h6.637l4.8-4zm-6.36 5.769L10.363 7H7v6h3.362l.279.231L15 16.864V3.136z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-feedback,.mw-ui-icon-feedback-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E feedback %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M17 1v6.174c1.165.412 2 1.52 2 2.826a3 3 0 0 1-2 2.825V19h-2.563l-4.8-4H8v4H6v-4H3v-2H1V7h2V5h6.637l4.8-4zm-6.36 5.769L10.363 7H7v6h3.362l.279.231L15 16.864V3.136z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-filter,.mw-ui-icon-filter:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E filter %3C/title%3E%3Cpath d=%22M12 17H8v-2h4zm4-5H4v-2h12zm4-5H0V5h20z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-filter,.mw-ui-icon-filter-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E filter %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M12 17H8v-2h4zm4-5H4v-2h12zm4-5H0V5h20z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-filter,.mw-ui-icon-filter-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E filter %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M12 17H8v-2h4zm4-5H4v-2h12zm4-5H0V5h20z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-funnel,.mw-ui-icon-funnel:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E funnel %3C/title%3E%3Cpath d=%22m19 3.63-6 7.71V19H7v-7.66L1 3.63V1h18zM9 10.66V17h2v-6.34L16.95 3H3.05z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-funnel,.mw-ui-icon-funnel-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E funnel %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22m19 3.63-6 7.71V19H7v-7.66L1 3.63V1h18zM9 10.66V17h2v-6.34L16.95 3H3.05z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-funnel,.mw-ui-icon-funnel-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E funnel %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22m19 3.63-6 7.71V19H7v-7.66L1 3.63V1h18zM9 10.66V17h2v-6.34L16.95 3H3.05z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-destructive.oo-ui-icon-funnel,.mw-ui-icon-funnel-destructive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E funnel %3C/title%3E%3Cg fill=%22%23d73333%22%3E%3Cpath d=%22m19 3.63-6 7.71V19H7v-7.66L1 3.63V1h18zM9 10.66V17h2v-6.34L16.95 3H3.05z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-funnelMatch,.mw-ui-icon-funnelMatch:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E funnel match %3C/title%3E%3Cpath d=%22M19 3H3.044L9 10.657V17h2v-5h2v7H7v-7.657L1 3.629V1h18z%22/%3E%3Cpath d=%22M17 8h3v2h-3v3h-2v-3h-3V8h3V5h2z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-funnelMatch,.mw-ui-icon-funnelMatch-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E funnel match %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M19 3H3.044L9 10.657V17h2v-5h2v7H7v-7.657L1 3.629V1h18z%22/%3E%3Cpath d=%22M17 8h3v2h-3v3h-2v-3h-3V8h3V5h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-funnelMatch,.mw-ui-icon-funnelMatch-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E funnel match %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M19 3H3.044L9 10.657V17h2v-5h2v7H7v-7.657L1 3.629V1h18z%22/%3E%3Cpath d=%22M17 8h3v2h-3v3h-2v-3h-3V8h3V5h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-hand,.mw-ui-icon-hand:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E hand %3C/title%3E%3Cpath d=%22M8 15.586 9.414 17H15V4h2v15H8.578v-.008L2 12.414 3.414 11 6 13.586V3h2z%22/%3E%3Cpath d=%22M11 11H9V1h2zm3 0h-2V2h2z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-hand,.mw-ui-icon-hand-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E hand %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M8 15.586 9.414 17H15V4h2v15H8.578v-.008L2 12.414 3.414 11 6 13.586V3h2z%22/%3E%3Cpath d=%22M11 11H9V1h2zm3 0h-2V2h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-hand,.mw-ui-icon-hand-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E hand %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M8 15.586 9.414 17H15V4h2v15H8.578v-.008L2 12.414 3.414 11 6 13.586V3h2z%22/%3E%3Cpath d=%22M11 11H9V1h2zm3 0h-2V2h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-destructive.oo-ui-icon-hand,.mw-ui-icon-hand-destructive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E hand %3C/title%3E%3Cg fill=%22%23d73333%22%3E%3Cpath d=%22M8 15.586 9.414 17H15V4h2v15H8.578v-.008L2 12.414 3.414 11 6 13.586V3h2z%22/%3E%3Cpath d=%22M11 11H9V1h2zm3 0h-2V2h2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-heart,.mw-ui-icon-heart:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E heart %3C/title%3E%3Cpath d=%22M11.039 3.656c2.158-2.332 5.937-2.179 7.893.318a4.99 4.99 0 0 1-.272 6.487L10.757 19H9.243L1.34 10.461a4.99 4.99 0 0 1-.272-6.487c1.956-2.497 5.735-2.65 7.893-.318L10 4.776z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-heart,.mw-ui-icon-heart-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E heart %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11.039 3.656c2.158-2.332 5.937-2.179 7.893.318a4.99 4.99 0 0 1-.272 6.487L10.757 19H9.243L1.34 10.461a4.99 4.99 0 0 1-.272-6.487c1.956-2.497 5.735-2.65 7.893-.318L10 4.776z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-heart,.mw-ui-icon-heart-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E heart %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11.039 3.656c2.158-2.332 5.937-2.179 7.893.318a4.99 4.99 0 0 1-.272 6.487L10.757 19H9.243L1.34 10.461a4.99 4.99 0 0 1-.272-6.487c1.956-2.497 5.735-2.65 7.893-.318L10 4.776z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-heartOutline,.mw-ui-icon-heartOutline:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E heart %3C/title%3E%3Cpath d=%22M11.039 3.656c2.158-2.332 5.937-2.179 7.893.318a4.99 4.99 0 0 1-.272 6.487L10.757 19H9.243L1.34 10.461a4.99 4.99 0 0 1-.272-6.487c1.956-2.497 5.735-2.65 7.893-.318L10 4.776zm6.272 1.543c-1.18-1.506-3.458-1.597-4.76-.192l-1.794 1.94H9.243l-1.795-1.94c-1.3-1.405-3.58-1.314-4.76.192a3.01 3.01 0 0 0 .165 3.91L10 16.83l7.147-7.72a3.01 3.01 0 0 0 .164-3.911%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-heartOutline,.mw-ui-icon-heartOutline-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E heart %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11.039 3.656c2.158-2.332 5.937-2.179 7.893.318a4.99 4.99 0 0 1-.272 6.487L10.757 19H9.243L1.34 10.461a4.99 4.99 0 0 1-.272-6.487c1.956-2.497 5.735-2.65 7.893-.318L10 4.776zm6.272 1.543c-1.18-1.506-3.458-1.597-4.76-.192l-1.794 1.94H9.243l-1.795-1.94c-1.3-1.405-3.58-1.314-4.76.192a3.01 3.01 0 0 0 .165 3.91L10 16.83l7.147-7.72a3.01 3.01 0 0 0 .164-3.911%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-heartOutline,.mw-ui-icon-heartOutline-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E heart %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11.039 3.656c2.158-2.332 5.937-2.179 7.893.318a4.99 4.99 0 0 1-.272 6.487L10.757 19H9.243L1.34 10.461a4.99 4.99 0 0 1-.272-6.487c1.956-2.497 5.735-2.65 7.893-.318L10 4.776zm6.272 1.543c-1.18-1.506-3.458-1.597-4.76-.192l-1.794 1.94H9.243l-1.795-1.94c-1.3-1.405-3.58-1.314-4.76.192a3.01 3.01 0 0 0 .165 3.91L10 16.83l7.147-7.72a3.01 3.01 0 0 0 .164-3.911%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-help,.mw-ui-icon-help:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cpath d=%22M11 18H9v-2h2zM10 2c1.497 0 2.76.433 3.66 1.268.905.84 1.34 1.994 1.34 3.232 0 1.182-.443 2.007-1.094 2.638a6.7 6.7 0 0 1-.95.742c-.363.241-.587.373-.923.602C11.351 10.948 11 11.86 11 13v1H9v-1c0-1.455.443-3.17 1.905-4.169.3-.204.71-.461.94-.615.281-.187.498-.349.67-.515.297-.287.485-.607.485-1.201 0-.762-.258-1.357-.7-1.768C11.853 4.317 11.117 4 10 4 7.98 4 7 5.636 7 6.5v1H5v-1C5 4.614 6.794 2 10 2%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-help,.mw-ui-icon-help-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11 18H9v-2h2zM10 2c1.497 0 2.76.433 3.66 1.268.905.84 1.34 1.994 1.34 3.232 0 1.182-.443 2.007-1.094 2.638a6.7 6.7 0 0 1-.95.742c-.363.241-.587.373-.923.602C11.351 10.948 11 11.86 11 13v1H9v-1c0-1.455.443-3.17 1.905-4.169.3-.204.71-.461.94-.615.281-.187.498-.349.67-.515.297-.287.485-.607.485-1.201 0-.762-.258-1.357-.7-1.768C11.853 4.317 11.117 4 10 4 7.98 4 7 5.636 7 6.5v1H5v-1C5 4.614 6.794 2 10 2%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-help,.mw-ui-icon-help-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11 18H9v-2h2zM10 2c1.497 0 2.76.433 3.66 1.268.905.84 1.34 1.994 1.34 3.232 0 1.182-.443 2.007-1.094 2.638a6.7 6.7 0 0 1-.95.742c-.363.241-.587.373-.923.602C11.351 10.948 11 11.86 11 13v1H9v-1c0-1.455.443-3.17 1.905-4.169.3-.204.71-.461.94-.615.281-.187.498-.349.67-.515.297-.287.485-.607.485-1.201 0-.762-.258-1.357-.7-1.768C11.853 4.317 11.117 4 10 4 7.98 4 7 5.636 7 6.5v1H5v-1C5 4.614 6.794 2 10 2%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-helpNotice,.mw-ui-icon-helpNotice:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cpath d=%22M11 15.5H9v-2h2zm-1-11c1.015 0 1.787.469 2.283 1.074.473.576.717 1.299.717 1.926 0 .68-.174 1.242-.467 1.706-.283.448-.646.753-.933.969-.136.101-.29.208-.385.276a3 3 0 0 0-.215.166v.883H9v-1c0-.645.346-1.08.637-1.347a4 4 0 0 1 .414-.327c.139-.1.235-.165.35-.25.212-.16.349-.293.44-.438.083-.13.159-.319.159-.638 0-.152-.076-.43-.264-.658A.9.9 0 0 0 10 6.5c-.282 0-.518.133-.714.375C9.066 7.146 9 7.43 9 7.5H7c0-.611.28-1.327.733-1.886C8.211 5.026 8.975 4.5 10 4.5%22/%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-helpNotice,.mw-ui-icon-helpNotice-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11 15.5H9v-2h2zm-1-11c1.015 0 1.787.469 2.283 1.074.473.576.717 1.299.717 1.926 0 .68-.174 1.242-.467 1.706-.283.448-.646.753-.933.969-.136.101-.29.208-.385.276a3 3 0 0 0-.215.166v.883H9v-1c0-.645.346-1.08.637-1.347a4 4 0 0 1 .414-.327c.139-.1.235-.165.35-.25.212-.16.349-.293.44-.438.083-.13.159-.319.159-.638 0-.152-.076-.43-.264-.658A.9.9 0 0 0 10 6.5c-.282 0-.518.133-.714.375C9.066 7.146 9 7.43 9 7.5H7c0-.611.28-1.327.733-1.886C8.211 5.026 8.975 4.5 10 4.5%22/%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-helpNotice,.mw-ui-icon-helpNotice-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11 15.5H9v-2h2zm-1-11c1.015 0 1.787.469 2.283 1.074.473.576.717 1.299.717 1.926 0 .68-.174 1.242-.467 1.706-.283.448-.646.753-.933.969-.136.101-.29.208-.385.276a3 3 0 0 0-.215.166v.883H9v-1c0-.645.346-1.08.637-1.347a4 4 0 0 1 .414-.327c.139-.1.235-.165.35-.25.212-.16.349-.293.44-.438.083-.13.159-.319.159-.638 0-.152-.076-.43-.264-.658A.9.9 0 0 0 10 6.5c-.282 0-.518.133-.714.375C9.066 7.146 9 7.43 9 7.5H7c0-.611.28-1.327.733-1.886C8.211 5.026 8.975 4.5 10 4.5%22/%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2a7 7 0 1 0 0 14 7 7 0 0 0 0-14%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-helpNoticeFilled,.mw-ui-icon-helpNoticeFilled:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18M9 13.5v2h2v-2zm1-9c-1.025 0-1.79.526-2.267 1.114C7.28 6.173 7 6.89 7 7.5h2c0-.07.066-.354.286-.625.196-.242.432-.375.714-.375.345 0 .572.142.736.342.188.229.264.506.264.658 0 .32-.076.508-.158.638-.092.145-.23.278-.442.437-.114.086-.21.152-.35.251a4 4 0 0 0-.413.327C9.346 9.42 9 9.855 9 10.5v1h2v-.883c.046-.041.112-.092.215-.166.095-.068.249-.175.385-.276.287-.216.65-.521.933-.969.293-.464.467-1.025.467-1.706 0-.627-.245-1.35-.717-1.926A2.9 2.9 0 0 0 10 4.5%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-helpNoticeFilled,.mw-ui-icon-helpNoticeFilled-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18M9 13.5v2h2v-2zm1-9c-1.025 0-1.79.526-2.267 1.114C7.28 6.173 7 6.89 7 7.5h2c0-.07.066-.354.286-.625.196-.242.432-.375.714-.375.345 0 .572.142.736.342.188.229.264.506.264.658 0 .32-.076.508-.158.638-.092.145-.23.278-.442.437-.114.086-.21.152-.35.251a4 4 0 0 0-.413.327C9.346 9.42 9 9.855 9 10.5v1h2v-.883c.046-.041.112-.092.215-.166.095-.068.249-.175.385-.276.287-.216.65-.521.933-.969.293-.464.467-1.025.467-1.706 0-.627-.245-1.35-.717-1.926A2.9 2.9 0 0 0 10 4.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-helpNoticeFilled,.mw-ui-icon-helpNoticeFilled-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E help %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M10 1a9 9 0 1 1 0 18 9 9 0 0 1 0-18M9 13.5v2h2v-2zm1-9c-1.025 0-1.79.526-2.267 1.114C7.28 6.173 7 6.89 7 7.5h2c0-.07.066-.354.286-.625.196-.242.432-.375.714-.375.345 0 .572.142.736.342.188.229.264.506.264.658 0 .32-.076.508-.158.638-.092.145-.23.278-.442.437-.114.086-.21.152-.35.251a4 4 0 0 0-.413.327C9.346 9.42 9 9.855 9 10.5v1h2v-.883c.046-.041.112-.092.215-.166.095-.068.249-.175.385-.276.287-.216.65-.521.933-.969.293-.464.467-1.025.467-1.706 0-.627-.245-1.35-.717-1.926A2.9 2.9 0 0 0 10 4.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-home,.mw-ui-icon-home:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E home %3C/title%3E%3Cpath d=%22m19.707 10.293-1.414 1.414L17 10.414V20H3v-9.586l-1.293 1.293-1.414-1.414L10 .586zM5 8.414V18h3v-5h4v5h3V8.414l-5-5z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-home,.mw-ui-icon-home-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E home %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22m19.707 10.293-1.414 1.414L17 10.414V20H3v-9.586l-1.293 1.293-1.414-1.414L10 .586zM5 8.414V18h3v-5h4v5h3V8.414l-5-5z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-home,.mw-ui-icon-home-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E home %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22m19.707 10.293-1.414 1.414L17 10.414V20H3v-9.586l-1.293 1.293-1.414-1.414L10 .586zM5 8.414V18h3v-5h4v5h3V8.414l-5-5z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-key,.mw-ui-icon-key:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E key %3C/title%3E%3Cpath d=%22M13.706 1.5C17.128 1.5 20 4.133 20 7.5s-2.872 6-6.294 6c-.65 0-1.28-.095-1.873-.27q-.007-.004-.016-.006L9.855 15H9v2H7v1.5H1l-1-1v-2.435L7.446 8.13a6 6 0 0 1-.034-.631c0-3.367 2.872-6 6.294-6Zm0 2c-2.426 0-4.294 1.844-4.294 4q0 .407.083.79l.12.555L2 15.935v.565h3V15h2v-2h2.086l2.3-2.081.584.24a4.5 4.5 0 0 0 1.736.341c2.426 0 4.294-1.844 4.294-4s-1.868-4-4.294-4%22/%3E%3Ccircle cx=%2213.75%22 cy=%227.5%22 r=%221.5%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-key,.mw-ui-icon-key-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E key %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M13.706 1.5C17.128 1.5 20 4.133 20 7.5s-2.872 6-6.294 6c-.65 0-1.28-.095-1.873-.27q-.007-.004-.016-.006L9.855 15H9v2H7v1.5H1l-1-1v-2.435L7.446 8.13a6 6 0 0 1-.034-.631c0-3.367 2.872-6 6.294-6Zm0 2c-2.426 0-4.294 1.844-4.294 4q0 .407.083.79l.12.555L2 15.935v.565h3V15h2v-2h2.086l2.3-2.081.584.24a4.5 4.5 0 0 0 1.736.341c2.426 0 4.294-1.844 4.294-4s-1.868-4-4.294-4%22/%3E%3Ccircle cx=%2213.75%22 cy=%227.5%22 r=%221.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-key,.mw-ui-icon-key-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E key %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M13.706 1.5C17.128 1.5 20 4.133 20 7.5s-2.872 6-6.294 6c-.65 0-1.28-.095-1.873-.27q-.007-.004-.016-.006L9.855 15H9v2H7v1.5H1l-1-1v-2.435L7.446 8.13a6 6 0 0 1-.034-.631c0-3.367 2.872-6 6.294-6Zm0 2c-2.426 0-4.294 1.844-4.294 4q0 .407.083.79l.12.555L2 15.935v.565h3V15h2v-2h2.086l2.3-2.081.584.24a4.5 4.5 0 0 0 1.736.341c2.426 0 4.294-1.844 4.294-4s-1.868-4-4.294-4%22/%3E%3Ccircle cx=%2213.75%22 cy=%227.5%22 r=%221.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-keyboard,.mw-ui-icon-keyboard:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E keyboard %3C/title%3E%3Cpath d=%22M6 14H4v-2h2zm7 0H7v-2h6zm3 0h-2v-2h2zM5 11H3V9h2zm3 0H6V9h2zm3 0H9V9h2zm3 0h-2V9h2zm3 0h-2V9h2zM5 8H3V6h2zm3 0H6V6h2zm3 0H9V6h2zm3 0h-2V6h2zm3 0h-2V6h2z%22/%3E%3Cpath d=%22M20 17H0V3h20zM2 15h16V5H2z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-keyboard,.mw-ui-icon-keyboard-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E keyboard %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M6 14H4v-2h2zm7 0H7v-2h6zm3 0h-2v-2h2zM5 11H3V9h2zm3 0H6V9h2zm3 0H9V9h2zm3 0h-2V9h2zm3 0h-2V9h2zM5 8H3V6h2zm3 0H6V6h2zm3 0H9V6h2zm3 0h-2V6h2zm3 0h-2V6h2z%22/%3E%3Cpath d=%22M20 17H0V3h20zM2 15h16V5H2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-keyboard,.mw-ui-icon-keyboard-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E keyboard %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M6 14H4v-2h2zm7 0H7v-2h6zm3 0h-2v-2h2zM5 11H3V9h2zm3 0H6V9h2zm3 0H9V9h2zm3 0h-2V9h2zm3 0h-2V9h2zM5 8H3V6h2zm3 0H6V6h2zm3 0H9V6h2zm3 0h-2V6h2zm3 0h-2V6h2z%22/%3E%3Cpath d=%22M20 17H0V3h20zM2 15h16V5H2z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-lightbulb,.mw-ui-icon-lightbulb:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cpath d=%22M13 20H7v-2h6zM10 0c1.938 0 3.58.556 4.745 1.644C15.918 2.738 16.5 4.27 16.5 6c0 2.22-1.15 3.732-2.04 4.727-.644.72-.96 1.633-.96 2.662V16h-7v-2.611c0-1.029-.317-1.942-.96-2.662C4.65 9.732 3.5 8.22 3.5 6c0-1.627.593-3.145 1.743-4.255C6.395.634 8.032 0 10 0%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-lightbulb,.mw-ui-icon-lightbulb-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M13 20H7v-2h6zM10 0c1.938 0 3.58.556 4.745 1.644C15.918 2.738 16.5 4.27 16.5 6c0 2.22-1.15 3.732-2.04 4.727-.644.72-.96 1.633-.96 2.662V16h-7v-2.611c0-1.029-.317-1.942-.96-2.662C4.65 9.732 3.5 8.22 3.5 6c0-1.627.593-3.145 1.743-4.255C6.395.634 8.032 0 10 0%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-lightbulb,.mw-ui-icon-lightbulb-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M13 20H7v-2h6zM10 0c1.938 0 3.58.556 4.745 1.644C15.918 2.738 16.5 4.27 16.5 6c0 2.22-1.15 3.732-2.04 4.727-.644.72-.96 1.633-.96 2.662V16h-7v-2.611c0-1.029-.317-1.942-.96-2.662C4.65 9.732 3.5 8.22 3.5 6c0-1.627.593-3.145 1.743-4.255C6.395.634 8.032 0 10 0%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-lightbulbOutline,.mw-ui-icon-lightbulbOutline:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cpath d=%22M13 20H7v-2h6zM10 0c1.938 0 3.58.556 4.745 1.644C15.918 2.738 16.5 4.27 16.5 6c0 2.22-1.15 3.732-2.04 4.727-.644.72-.96 1.633-.96 2.662V16h-7v-2.611c0-1.029-.317-1.942-.96-2.662C4.65 9.732 3.5 8.22 3.5 6c0-1.627.593-3.145 1.743-4.255C6.395.634 8.032 0 10 0m0 2c-1.532 0-2.645.485-3.368 1.184C5.907 3.884 5.5 4.866 5.5 6c0 1.464.735 2.504 1.53 3.394 1.013 1.131 1.47 2.54 1.47 3.995V14h3v-.611c0-1.455.457-2.864 1.47-3.995.795-.89 1.53-1.93 1.53-3.394 0-1.27-.418-2.238-1.12-2.894C12.67 2.444 11.562 2 10 2%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-lightbulbOutline,.mw-ui-icon-lightbulbOutline-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M13 20H7v-2h6zM10 0c1.938 0 3.58.556 4.745 1.644C15.918 2.738 16.5 4.27 16.5 6c0 2.22-1.15 3.732-2.04 4.727-.644.72-.96 1.633-.96 2.662V16h-7v-2.611c0-1.029-.317-1.942-.96-2.662C4.65 9.732 3.5 8.22 3.5 6c0-1.627.593-3.145 1.743-4.255C6.395.634 8.032 0 10 0m0 2c-1.532 0-2.645.485-3.368 1.184C5.907 3.884 5.5 4.866 5.5 6c0 1.464.735 2.504 1.53 3.394 1.013 1.131 1.47 2.54 1.47 3.995V14h3v-.611c0-1.455.457-2.864 1.47-3.995.795-.89 1.53-1.93 1.53-3.394 0-1.27-.418-2.238-1.12-2.894C12.67 2.444 11.562 2 10 2%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-lightbulbOutline,.mw-ui-icon-lightbulbOutline-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M13 20H7v-2h6zM10 0c1.938 0 3.58.556 4.745 1.644C15.918 2.738 16.5 4.27 16.5 6c0 2.22-1.15 3.732-2.04 4.727-.644.72-.96 1.633-.96 2.662V16h-7v-2.611c0-1.029-.317-1.942-.96-2.662C4.65 9.732 3.5 8.22 3.5 6c0-1.627.593-3.145 1.743-4.255C6.395.634 8.032 0 10 0m0 2c-1.532 0-2.645.485-3.368 1.184C5.907 3.884 5.5 4.866 5.5 6c0 1.464.735 2.504 1.53 3.394 1.013 1.131 1.47 2.54 1.47 3.995V14h3v-.611c0-1.455.457-2.864 1.47-3.995.795-.89 1.53-1.93 1.53-3.394 0-1.27-.418-2.238-1.12-2.894C12.67 2.444 11.562 2 10 2%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-logIn,.mw-ui-icon-logIn:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E login %3C/title%3E%3Cpath d=%22M19 19H5v-2h12V3H5V1h14z%22/%3E%3Cpath d=%22M14.018 9.293v1.414L9.31 15.414 7.896 14l3-3H1V9h9.896l-3-3L9.31 4.586z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-logIn,.mw-ui-icon-logIn-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E login %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M19 19H5v-2h12V3H5V1h14z%22/%3E%3Cpath d=%22M14.018 9.293v1.414L9.31 15.414 7.896 14l3-3H1V9h9.896l-3-3L9.31 4.586z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-logIn,.mw-ui-icon-logIn-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E login %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M19 19H5v-2h12V3H5V1h14z%22/%3E%3Cpath d=%22M14.018 9.293v1.414L9.31 15.414 7.896 14l3-3H1V9h9.896l-3-3L9.31 4.586z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-logOut,.mw-ui-icon-logOut:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E log out %3C/title%3E%3Cpath d=%22M13 3H3v14h10v2H1V1h12z%22/%3E%3Cpath d=%22M19 9.293v1.414l-4.69 4.707L12.895 14l3-3H6V9h9.896l-3-3 1.414-1.414z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-logOut,.mw-ui-icon-logOut-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E log out %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M13 3H3v14h10v2H1V1h12z%22/%3E%3Cpath d=%22M19 9.293v1.414l-4.69 4.707L12.895 14l3-3H6V9h9.896l-3-3 1.414-1.414z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-logOut,.mw-ui-icon-logOut-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E log out %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M13 3H3v14h10v2H1V1h12z%22/%3E%3Cpath d=%22M19 9.293v1.414l-4.69 4.707L12.895 14l3-3H6V9h9.896l-3-3 1.414-1.414z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-magicWand,.mw-ui-icon-magicWand:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E magic wand %3C/title%3E%3Cpath d=%22m11.813 9.778-9.899 9.9L.5 18.264l9.9-9.9zm4.077-6.906 1.58-1.579 1.415 1.414-1.58 1.58 2.086.522-.486 1.94-2.181-.546.546 2.182-1.94.485-.523-2.086-1.579 1.58-1.415-1.414 1.58-1.58-2.085-.521.485-1.94 2.182.545-.545-2.182 1.94-.485z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-magicWand,.mw-ui-icon-magicWand-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E magic wand %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22m11.813 9.778-9.899 9.9L.5 18.264l9.9-9.9zm4.077-6.906 1.58-1.579 1.415 1.414-1.58 1.58 2.086.522-.486 1.94-2.181-.546.546 2.182-1.94.485-.523-2.086-1.579 1.58-1.415-1.414 1.58-1.58-2.085-.521.485-1.94 2.182.545-.545-2.182 1.94-.485z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-magicWand,.mw-ui-icon-magicWand-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E magic wand %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22m11.813 9.778-9.899 9.9L.5 18.264l9.9-9.9zm4.077-6.906 1.58-1.579 1.415 1.414-1.58 1.58 2.086.522-.486 1.94-2.181-.546.546 2.182-1.94.485-.523-2.086-1.579 1.58-1.415-1.414 1.58-1.58-2.085-.521.485-1.94 2.182.545-.545-2.182 1.94-.485z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-network,.mw-ui-icon-network:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E network %3C/title%3E%3Cpath d=%22M2.32 9.91a9.5 9.5 0 0 1 15.36 0l1.43-1.43a11.5 11.5 0 0 0-18.22 0zm3.63 3.62a4.5 4.5 0 0 1 8.1 0l1.45-1.48a6.5 6.5 0 0 0-11.02 0z%22/%3E%3Ccircle cx=%2210%22 cy=%2215.5%22 r=%221.5%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-network,.mw-ui-icon-network-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E network %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M2.32 9.91a9.5 9.5 0 0 1 15.36 0l1.43-1.43a11.5 11.5 0 0 0-18.22 0zm3.63 3.62a4.5 4.5 0 0 1 8.1 0l1.45-1.48a6.5 6.5 0 0 0-11.02 0z%22/%3E%3Ccircle cx=%2210%22 cy=%2215.5%22 r=%221.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-network,.mw-ui-icon-network-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E network %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M2.32 9.91a9.5 9.5 0 0 1 15.36 0l1.43-1.43a11.5 11.5 0 0 0-18.22 0zm3.63 3.62a4.5 4.5 0 0 1 8.1 0l1.45-1.48a6.5 6.5 0 0 0-11.02 0z%22/%3E%3Ccircle cx=%2210%22 cy=%2215.5%22 r=%221.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-networkOff,.mw-ui-icon-networkOff:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E network off %3C/title%3E%3Cpath d=%22m19.254 17.84-1.414 1.414-8.234-8.234c-1.438.137-2.774 1.016-3.72 2.453L4.45 12.035c.9-1.237 2.1-2.197 3.489-2.683L5.674 7.088c-1.267.67-2.407 1.63-3.356 2.816L.896 8.482a12.9 12.9 0 0 1 3.31-2.862L.871 2.285 2.285.871zM10 4c3.611 0 6.832 1.742 9.095 4.473l-1.422 1.422c-1.89-2.357-4.53-3.814-7.428-3.892L8.363 4.12A11 11 0 0 1 10 4%22/%3E%3Ccircle cx=%2210%22 cy=%2215.5%22 r=%221.5%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-networkOff,.mw-ui-icon-networkOff-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E network off %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22m19.254 17.84-1.414 1.414-8.234-8.234c-1.438.137-2.774 1.016-3.72 2.453L4.45 12.035c.9-1.237 2.1-2.197 3.489-2.683L5.674 7.088c-1.267.67-2.407 1.63-3.356 2.816L.896 8.482a12.9 12.9 0 0 1 3.31-2.862L.871 2.285 2.285.871zM10 4c3.611 0 6.832 1.742 9.095 4.473l-1.422 1.422c-1.89-2.357-4.53-3.814-7.428-3.892L8.363 4.12A11 11 0 0 1 10 4%22/%3E%3Ccircle cx=%2210%22 cy=%2215.5%22 r=%221.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-networkOff,.mw-ui-icon-networkOff-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E network off %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22m19.254 17.84-1.414 1.414-8.234-8.234c-1.438.137-2.774 1.016-3.72 2.453L4.45 12.035c.9-1.237 2.1-2.197 3.489-2.683L5.674 7.088c-1.267.67-2.407 1.63-3.356 2.816L.896 8.482a12.9 12.9 0 0 1 3.31-2.862L.871 2.285 2.285.871zM10 4c3.611 0 6.832 1.742 9.095 4.473l-1.422 1.422c-1.89-2.357-4.53-3.814-7.428-3.892L8.363 4.12A11 11 0 0 1 10 4%22/%3E%3Ccircle cx=%2210%22 cy=%2215.5%22 r=%221.5%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-newWindow,.mw-ui-icon-newWindow:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E new window %3C/title%3E%3Cpath d=%22M9 3H3v14h14v-6h2v8H1V1h8z%22/%3E%3Cpath d=%22M18 1.001 19 2v6h-2V4.414l-7 7L8.586 10l7-7H12V1z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-newWindow,.mw-ui-icon-newWindow-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E new window %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M9 3H3v14h14v-6h2v8H1V1h8z%22/%3E%3Cpath d=%22M18 1.001 19 2v6h-2V4.414l-7 7L8.586 10l7-7H12V1z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-newWindow,.mw-ui-icon-newWindow-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E new window %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M9 3H3v14h14v-6h2v8H1V1h8z%22/%3E%3Cpath d=%22M18 1.001 19 2v6h-2V4.414l-7 7L8.586 10l7-7H12V1z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-pageSettings,.mw-ui-icon-pageSettings:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E page settings %3C/title%3E%3Cpath d=%22M11 6.646q.35.104.664.275l1.164-1.163 1.414 1.414-1.164 1.163q.172.315.277.665H15v2h-1.646a3.5 3.5 0 0 1-.276.664l1.164 1.164-1.414 1.414-1.164-1.164q-.315.171-.664.276V15H9v-1.646a3.5 3.5 0 0 1-.665-.276l-1.163 1.164-1.414-1.414 1.163-1.164A3.5 3.5 0 0 1 6.646 11H5V9h1.646q.104-.35.275-.665L5.758 7.172l1.414-1.414L8.335 6.92q.315-.171.665-.275V5h2zM10 8.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3%22/%3E%3Cpath d=%22M18 20H2V0h16zM4 18h12V2H4z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-pageSettings,.mw-ui-icon-pageSettings-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E page settings %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11 6.646q.35.104.664.275l1.164-1.163 1.414 1.414-1.164 1.163q.172.315.277.665H15v2h-1.646a3.5 3.5 0 0 1-.276.664l1.164 1.164-1.414 1.414-1.164-1.164q-.315.171-.664.276V15H9v-1.646a3.5 3.5 0 0 1-.665-.276l-1.163 1.164-1.414-1.414 1.163-1.164A3.5 3.5 0 0 1 6.646 11H5V9h1.646q.104-.35.275-.665L5.758 7.172l1.414-1.414L8.335 6.92q.315-.171.665-.275V5h2zM10 8.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3%22/%3E%3Cpath d=%22M18 20H2V0h16zM4 18h12V2H4z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-pageSettings,.mw-ui-icon-pageSettings-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E page settings %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11 6.646q.35.104.664.275l1.164-1.163 1.414 1.414-1.164 1.163q.172.315.277.665H15v2h-1.646a3.5 3.5 0 0 1-.276.664l1.164 1.164-1.414 1.414-1.164-1.164q-.315.171-.664.276V15H9v-1.646a3.5 3.5 0 0 1-.665-.276l-1.163 1.164-1.414-1.414 1.163-1.164A3.5 3.5 0 0 1 6.646 11H5V9h1.646q.104-.35.275-.665L5.758 7.172l1.414-1.414L8.335 6.92q.315-.171.665-.275V5h2zM10 8.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3%22/%3E%3Cpath d=%22M18 20H2V0h16zM4 18h12V2H4z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-power,.mw-ui-icon-power:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E power %3C/title%3E%3Cpath d=%22M9 0h2v11H9zm4 2.5a9 9 0 1 1-6 0v2a7 7 0 1 0 6 0z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-power,.mw-ui-icon-power-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E power %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M9 0h2v11H9zm4 2.5a9 9 0 1 1-6 0v2a7 7 0 1 0 6 0z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-power,.mw-ui-icon-power-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E power %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M9 0h2v11H9zm4 2.5a9 9 0 1 1-6 0v2a7 7 0 1 0 6 0z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-printer,.mw-ui-icon-printer:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E printer %3C/title%3E%3Cpath d=%22M17 5a2 2 0 0 1 2 2v9h-3v4H4v-4H1V7a2 2 0 0 1 2-2zM6 18h8V9H6zM16 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-1-4H5V0h10z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-printer,.mw-ui-icon-printer-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E printer %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M17 5a2 2 0 0 1 2 2v9h-3v4H4v-4H1V7a2 2 0 0 1 2-2zM6 18h8V9H6zM16 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-1-4H5V0h10z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-printer,.mw-ui-icon-printer-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E printer %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M17 5a2 2 0 0 1 2 2v9h-3v4H4v-4H1V7a2 2 0 0 1 2-2zM6 18h8V9H6zM16 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-1-4H5V0h10z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-reload,.mw-ui-icon-reload:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E reload %3C/title%3E%3Cpath d=%22M10 1a8.98 8.98 0 0 1 6.999 3.343L17 2h2v5l-1 1h-5l-.001-2h2.746a7 7 0 1 0 1.184 5h2.016A9 9 0 1 1 10 1%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-reload,.mw-ui-icon-reload-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E reload %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M10 1a8.98 8.98 0 0 1 6.999 3.343L17 2h2v5l-1 1h-5l-.001-2h2.746a7 7 0 1 0 1.184 5h2.016A9 9 0 1 1 10 1%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-reload,.mw-ui-icon-reload-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E reload %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M10 1a8.98 8.98 0 0 1 6.999 3.343L17 2h2v5l-1 1h-5l-.001-2h2.746a7 7 0 1 0 1.184 5h2.016A9 9 0 1 1 10 1%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-restart,.mw-ui-icon-restart:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E restart %3C/title%3E%3Cpath d=%22M18 3h-2.347A8.97 8.97 0 0 1 19 10a9 9 0 1 1-18 0 9 9 0 0 1 8-8.945V3.07A7.002 7.002 0 0 0 10 17a7 7 0 0 0 4-12.744V7h-2.001L12 2l1-1h5z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-restart,.mw-ui-icon-restart-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E restart %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M18 3h-2.347A8.97 8.97 0 0 1 19 10a9 9 0 1 1-18 0 9 9 0 0 1 8-8.945V3.07A7.002 7.002 0 0 0 10 17a7 7 0 0 0 4-12.744V7h-2.001L12 2l1-1h5z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-restart,.mw-ui-icon-restart-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E restart %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M18 3h-2.347A8.97 8.97 0 0 1 19 10a9 9 0 1 1-18 0 9 9 0 0 1 8-8.945V3.07A7.002 7.002 0 0 0 10 17a7 7 0 0 0 4-12.744V7h-2.001L12 2l1-1h5z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-rotate,.mw-ui-icon-rotate:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E reload %3C/title%3E%3Cpath d=%22M10 1a8.98 8.98 0 0 1 6.999 3.343L17 2h2v5l-1 1h-5l-.001-2h2.746a7 7 0 1 0 1.184 5h2.016A9 9 0 1 1 10 1%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-rotate,.mw-ui-icon-rotate-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E reload %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M10 1a8.98 8.98 0 0 1 6.999 3.343L17 2h2v5l-1 1h-5l-.001-2h2.746a7 7 0 1 0 1.184 5h2.016A9 9 0 1 1 10 1%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-rotate,.mw-ui-icon-rotate-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E reload %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M10 1a8.98 8.98 0 0 1 6.999 3.343L17 2h2v5l-1 1h-5l-.001-2h2.746a7 7 0 1 0 1.184 5h2.016A9 9 0 1 1 10 1%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-search,.mw-ui-icon-search:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E search %3C/title%3E%3Cpath d=%22M8 1a7 7 0 0 1 5.605 11.191l5.102 5.102-1.414 1.414-5.102-5.102A7 7 0 1 1 8 1m0 2a5 5 0 1 0 0 10A5 5 0 0 0 8 3%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-search,.mw-ui-icon-search-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E search %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M8 1a7 7 0 0 1 5.605 11.191l5.102 5.102-1.414 1.414-5.102-5.102A7 7 0 1 1 8 1m0 2a5 5 0 1 0 0 10A5 5 0 0 0 8 3%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-search,.mw-ui-icon-search-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E search %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M8 1a7 7 0 0 1 5.605 11.191l5.102 5.102-1.414 1.414-5.102-5.102A7 7 0 1 1 8 1m0 2a5 5 0 1 0 0 10A5 5 0 0 0 8 3%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-settings,.mw-ui-icon-settings:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E settings %3C/title%3E%3Cpath d=%22M11.835 3.505a6.7 6.7 0 0 1 1.46.603l2.362-1.18 1.414 1.415-1.18 2.361a6.7 6.7 0 0 1 .603 1.46L19 9v2l-2.506.835a6.7 6.7 0 0 1-.603 1.46l1.18 2.362-1.414 1.414-2.362-1.18a6.7 6.7 0 0 1-1.46.603L11 19H9l-.836-2.506a6.7 6.7 0 0 1-1.46-.603l-2.361 1.18-1.414-1.414 1.18-2.362a6.7 6.7 0 0 1-.604-1.46L1 11V9l2.505-.836a6.7 6.7 0 0 1 .603-1.46l-1.18-2.361 1.415-1.414 2.361 1.18a6.7 6.7 0 0 1 1.46-.604L9 1h2zM10 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-settings,.mw-ui-icon-settings-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E settings %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11.835 3.505a6.7 6.7 0 0 1 1.46.603l2.362-1.18 1.414 1.415-1.18 2.361a6.7 6.7 0 0 1 .603 1.46L19 9v2l-2.506.835a6.7 6.7 0 0 1-.603 1.46l1.18 2.362-1.414 1.414-2.362-1.18a6.7 6.7 0 0 1-1.46.603L11 19H9l-.836-2.506a6.7 6.7 0 0 1-1.46-.603l-2.361 1.18-1.414-1.414 1.18-2.362a6.7 6.7 0 0 1-.604-1.46L1 11V9l2.505-.836a6.7 6.7 0 0 1 .603-1.46l-1.18-2.361 1.415-1.414 2.361 1.18a6.7 6.7 0 0 1 1.46-.604L9 1h2zM10 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-settings,.mw-ui-icon-settings-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E settings %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11.835 3.505a6.7 6.7 0 0 1 1.46.603l2.362-1.18 1.414 1.415-1.18 2.361a6.7 6.7 0 0 1 .603 1.46L19 9v2l-2.506.835a6.7 6.7 0 0 1-.603 1.46l1.18 2.362-1.414 1.414-2.362-1.18a6.7 6.7 0 0 1-1.46.603L11 19H9l-.836-2.506a6.7 6.7 0 0 1-1.46-.603l-2.361 1.18-1.414-1.414 1.18-2.362a6.7 6.7 0 0 1-.604-1.46L1 11V9l2.505-.836a6.7 6.7 0 0 1 .603-1.46l-1.18-2.361 1.415-1.414 2.361 1.18a6.7 6.7 0 0 1 1.46-.604L9 1h2zM10 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-icon-subtract,.mw-ui-icon-subtract:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E subtract %3C/title%3E%3Cpath d=%22M18 11H2V9h16z%22/%3E%3C/svg%3E\")}.oo-ui-image-invert.oo-ui-icon-subtract,.mw-ui-icon-subtract-invert:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E subtract %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M18 11H2V9h16z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-progressive.oo-ui-icon-subtract,.mw-ui-icon-subtract-progressive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E subtract %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M18 11H2V9h16z%22/%3E%3C/g%3E%3C/svg%3E\")}.oo-ui-image-destructive.oo-ui-icon-subtract,.mw-ui-icon-subtract-destructive:before{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E subtract %3C/title%3E%3Cg fill=%22%23d73333%22%3E%3Cpath d=%22M18 11H2V9h16z%22/%3E%3C/g%3E%3C/svg%3E\")}"]}];});
