Details for log entry 32476459

18:59, 28 April 2022: 103.59.154.204 (talk) triggered filter 1,163, performing the action "edit" on HTML editor. Actions taken: none; Filter description: Repeated text (examine)

Changes made in edit

<?xml version="1.0" encoding="UTF-8" ?>
{{Short description|Software for editing HTML}}
<!DOCTYPE html>
{{more citations needed|date=August 2019}}
<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='1.0.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
{{Use dmy dates|date=December 2021}}
<head>
{{Html series}}
<meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1' name='viewport'/>
An '''HTML editor''' is a [[Computer program|program]] for editing [[HTML]], the [[Markup language|markup]] of a [[web page]]. Although the HTML markup in a web page can be controlled with any [[text editor]], specialized HTML editors can offer convenience and added functionality. For example, many HTML editors handle not only HTML, but also related technologies such as [[Cascading Style Sheets|CSS]], [[XML]] and [[JavaScript]] or [[ECMAScript]]. In some cases they also manage communication with remote web servers via [[File Transfer Protocol|FTP]] and [[WebDAV]], and [[version control systems]] such as [[Subversion (software)|Subversion]] or [[Git (software)|Git]]. Many [[word processing]], [[graphic design]] and [[page layout]] programs that are not dedicated to [[web design]], such as [[Microsoft Word]] or [[Quark XPress]], also have the ability to function as HTML editors.
<title><data:view.title.escaped/></title>
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:view.isHomepage'>
<script type='application/ld+json'>{&quot;@context&quot;:&quot;http://schema.org&quot;,&quot;@type&quot;:&quot;WebSite&quot;,&quot;name&quot;:&quot;<data:view.title.escaped/>&quot;,&quot;url&quot;:&quot;<data:view.url.canonical/>&quot;,&quot;potentialAction&quot;:{&quot;@type&quot;:&quot;SearchAction&quot;,&quot;target&quot;:&quot;<data:view.url.canonical/>search?q={search_term_string}&quot;,&quot;query-input&quot;:&quot;required name=search_term_string&quot;}}</script>
</b:if>
<!-- Google Fonts -->
<link href='//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i' media='all' rel='stylesheet' type='text/css'/>
<link href='https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/>
<!-- Template Style CSS -->
<b:skin version='1.0.0'><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Video
Version: Free Version
Version: 2.0
Author: Sora Templates
Author Url: https://www.soratemplates.com/
----------------------------------------------- */


/*
==Types of editors==
<!-- Variable definitions -->
There are two main varieties of HTML editors: text and [[WYSIWYG]] (what you see is what you get) editors.
<Variable name="keycolor" description="Main Color" type="color" default="$(main.color)" value="#f12020"/>
<Variable name="followByEmail" description="Follow By Email Text" type="string" default="Get all latest content delivered straight to your inbox." value="Get all latest content delivered straight to your inbox."/>


<Group description="Theme Body" selector="body">
===Text editors===
<Variable name="body.background.color" description="Body Background Color" type="color" default="#f8f8f8" value="#f8f8f8"/>
[[Text editors]] intended for use with HTML usually provide at least [[syntax highlighting]]. Some editors additionally feature [[template (file format)|templates]], [[toolbar]]s and [[keyboard shortcut]]s to quickly insert common [[HTML element]]s and structures. [[Wizard (software)|Wizards]], [[tooltip]] prompts and [[Autocomplete|autocompletion]] may help with common tasks.
<Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) url() repeat fixed top left" value="$(color) url() repeat fixed top left"/>
<Variable name="body.text.color" description="Text Color" type="color" default="#656565" value="#656565"/>
<Variable name="body.link.color" description="Link Color" type="color" default="$(main.color)" value="#f12020"/>
</Group>


<Group description="Theme Colors" selector="body">
Text editors commonly used for HTML typically include either built-in functions or integration with external tools for such tasks as [[version control]], link-checking and [[Validator|validation]], [[HTML Tidy|code cleanup and formatting]], spell-checking, uploading by FTP or WebDAV, and structuring as a project. Some functions, such as link checking or validation may use [[web app|online tools]], requiring a network connection.
<Variable name="main.color" description="Theme Color" type="color" default="#f12020" value="#f12020"/>
<Variable name="main.dark.color" description="Dark Color" type="color" default="#111111" value="#111111"/>
<Variable name="menu.color" description="Menu Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="title.color" description="Title Color" type="color" default="#111111" value="#111111"/>
<Variable name="title.hover" description="Title Color on Hover" type="color" default="$(main.color)" value="#f12020"/>
<Variable name="footer.color" description="Footer Color" type="color" default="#f1ffff" value="#f1ffff"/>
</Group>
<!-- Extra Variables -->
<Variable name="body.text.font" description="Font" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/>
<Variable name="posts.background.color" description="Post background color" hideEditor="true" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="tabs.font" description="Font 2" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/>
<Variable name="posts.title.color" description="Post title color" hideEditor="true" type="color" default="#111111" value="#111111"/>
<Variable name="posts.text.color" description="Post text color" hideEditor="true" type="color" default="#656565" value="#656565"/>
<Variable name="posts.icons.color" description="Post icons color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/>
<Variable name="labels.background.color" description="Label background color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/>
*/


/*-- Reset CSS --*/
Text editors require user understanding of HTML and any other web technologies the designer wishes to use like CSS, JavaScript and [[server-side scripting]] languages.
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;text-decoration:none}form,textarea,input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}dl,ul{list-style-position:inside;font-weight:400;list-style:none}ul li{list-style:none}caption,th{text-align:center}img{border:none;position:relative}a,a:visited{text-decoration:none}.clearfix{clear:both}.section,.widget,.widget ul{margin:0;padding:0}a{color:$(body.link.color)}a img{border:0}abbr{text-decoration:none}.CSS_LIGHTBOX{z-index:999999!important}.separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}#navbar-iframe,.widget-item-control,a.quickedit,.home-link,.feed-links{display:none!important}.center{display:table;margin:0 auto;position:relative}.widget > h2,.widget > h3{display:none}
.post-body a:visited{color:blue;}
.CSS_LIGHTBOX{z-index:999999!important}.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER > .CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child > .CSS_LAYOUT_COMPONENT{opacity:0}#google_translate_element { clear: both; }.thread-expanded .thread-count a { display: none; }.comments .continue { display: none!important; }
/*-- Body Content CSS --*/
body{background:$(body.background);background-color:$(body.background.color);font-family:'Noto Sans',sans-serif;font-size:14px;font-weight:400;color:$(body.text.color);word-wrap:break-word;margin:0;padding:0}
#outer-wrapper{margin:0 auto;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)}
.row{width:960px}
#content-wrapper{margin:30px auto 0;overflow:hidden}
#content-wrapper > .container{margin:0 -15px}
#main-wrapper{float:left;overflow:hidden;width:66.66666667%;box-sizing:border-box;word-wrap:break-word;padding:0 15px;margin:0}
#sidebar-wrapper{float:right;overflow:hidden;width:33.33333333%;box-sizing:border-box;word-wrap:break-word;padding:0 15px}
.post-image-wrap{position:relative;display:block}
.post-image-link,.about-author .avatar-container,.comments .avatar-image-container{background-color:rgba(155,155,155,0.07);color:transparent!important}
.post-thumb{
display:block;
position:relative;
width:100%;
height:100%;
object-fit:cover;
object-position: center;
z-index:1;
opacity: 0;
transition:opacity .17s ease,transform .17s ease
}
.post-thumb.lazy-yard {
opacity: 1;
}
.post-image-link:hover .post-thumb,.post-image-wrap:hover .post-image-link .post-thumb,.hot-item-inner:hover .post-image-link .post-thumb{opacity:.9}
.post-title a{display:block}
.post-image-link:after{content:'\f04b';position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:36px;height:36px;background-color:rgba(0,0,0,0.5);font-family:FontAwesome;font-size:14px;color:#fff;font-weight:400;text-align:center;line-height:32px;z-index:2;box-sizing:border-box;padding:0 0 0 3px;border:2px solid #fff;border-radius:100%}
.common-widget .PopularPosts .post-image-link:after,.custom-widget .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff}
#top-bar{width:100%;height:34px;background-color:$(main.dark.color);overflow:hidden;margin:0;border-bottom:1px solid rgba(255,255,255,0.05)}
#top-bar .container{margin:0 auto}
.top-bar-nav{position:relative;float:left;display:block}
.top-bar-nav .widget > .widget-title{display:none}
.top-bar-nav ul li{float:left}
.top-bar-nav ul li > a{height:34px;display:block;color:#ddd;font-size:12px;font-weight:400;line-height:34px;margin:0 10px 0 0;padding:0 5px;transition:color .17s}
.top-bar-nav ul li:first-child > a{padding:0 5px 0 0}
.top-bar-nav ul > li:hover > a{color:$(main.color)}
.top-bar-social{position:relative;float:right;display:block}
.top-bar-social .widget > .widget-title{display:none}
.top-bar-social ul > li{float:left;display:inline-block}
.top-bar-social ul > li > a{line-height:34px;display:block;color:#ddd;text-decoration:none;font-size:14px;text-align:center;padding:0 5px;margin:0 0 0 10px;transition:color .17s}
.top-bar-social ul > li:last-child > a{padding:0 0 0 5px}
.top-bar-social ul > li:hover > a{color:$(main.color)}
.social a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400}
.social .blogger a:before{content:"\f37d"}
.social .facebook a:before{content:"\f09a"}
.social .twitter a:before{content:"\f099"}
.social .gplus a:before{content:"\f0d5"}
.social .rss a:before{content:"\f09e"}
.social .youtube a:before{content:"\f167"}
.social .skype a:before{content:"\f17e"}
.social .stumbleupon a:before{content:"\f1a4"}
.social .tumblr a:before{content:"\f173"}
.social .vk a:before{content:"\f189"}
.social .stack-overflow a:before{content:"\f16c"}
.social .github a:before{content:"\f09b"}
.social .linkedin a:before{content:"\f0e1"}
.social .dribbble a:before{content:"\f17d"}
.social .soundcloud a:before{content:"\f1be"}
.social .behance a:before{content:"\f1b4"}
.social .digg a:before{content:"\f1a6"}
.social .instagram a:before{content:"\f16d"}
.social .pinterest a:before{content:"\f0d2"}
.social .twitch a:before{content:"\f1e8"}
.social .delicious a:before{content:"\f1a5"}
.social .codepen a:before{content:"\f1cb"}
.social .reddit a:before{content:"\f1a1"}
.social .whatsapp a:before{content:"\f232"}
.social .snapchat a:before{content:"\f2ac"}
.social .email a:before{content:"\f0e0"}
.social .external-link a:before{content:"\f35d"}
.social-color .blogger a{background-color:#ff5722}
.social-color .facebook a{background-color:#3b5999}
.social-color .twitter a{background-color:#00acee}
.social-color .gplus a{background-color:#db4a39}
.social-color .youtube a{background-color:#f50000}
.social-color .instagram a{background:linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)}
.social-color .pinterest a{background-color:#ca2127}
.social-color .dribbble a{background-color:#ea4c89}
.social-color .linkedin a{background-color:#0077b5}
.social-color .tumblr a{background-color:#365069}
.social-color .twitch a{background-color:#6441a5}
.social-color .rss a{background-color:#ffc200}
.social-color .skype a{background-color:#00aff0}
.social-color .stumbleupon a{background-color:#eb4823}
.social-color .vk a{background-color:#4a76a8}
.social-color .stack-overflow a{background-color:#f48024}
.social-color .github a{background-color:#24292e}
.social-color .soundcloud a{background:linear-gradient(#ff7400,#ff3400)}
.social-color .behance a{background-color:#191919}
.social-color .digg a{background-color:#1b1a19}
.social-color .delicious a{background-color:#0076e8}
.social-color .codepen a{background-color:#000}
.social-color .reddit a{background-color:#ff4500}
.social-color .whatsapp a{background-color:#3fbb50}
.social-color .snapchat a{background-color:#ffe700}
.social-color .email a{background-color:#888}
.social-color .external-link a{background-color:$(main.dark.color)}
#header-wrap{position:relative;margin:0}
.header-header{background-color:$(main.dark.color);width:100%;height:90px;position:relative;overflow:hidden;padding:25px 0}
.header-header .container{position:relative;margin:0 auto;padding:0}
.header-logo{position:relative;float:left;width:auto;max-width:250px;max-height:60px;margin:0;padding:15px 0}
.header-logo .header-image-wrapper{display:block}
.header-logo img{max-width:100%;max-height:60px;margin:0}
.header-logo h1{color:$(title.color);font-size:20px;line-height:1.4em;margin:0}
.header-logo p{font-size:12px;margin:5px 0 0}
.header-ads{position:relative;float:right}
.header-ads .widget > .widget-title{display:none}
.header-ads .widget{max-width:100%}
.header-ads .widget .widget-content{width:728px;max-width:100%;max-height:90px;line-height:1}
.header-menu{position:relative;width:100%;height:46px;background-color:$(main.color);z-index:10;font-size:13px;margin:0}
.header-menu .container{position:relative;margin:0 auto;padding:0}
#main-menu .widget,#main-menu .widget > .widget-title{display:none}
#main-menu .show-menu{display:block}
#main-menu{position:relative;height:46px;z-index:15}
#main-menu ul > li{float:left;position:relative;margin:0;padding:0;transition:background .17s}
#main-menu ul > li > a{position:relative;color:$(menu.color);font-size:13px;font-weight:700;line-height:46px;display:inline-block;margin:0;padding:0 13px;transition:color .17s ease}
#main-menu ul#main-menu-nav > li:first-child > a{padding:0 13px 0 0}
#main-menu ul#main-menu-nav > li > a{text-transform:uppercase}
#main-menu ul > li:hover > a{color:#fff}
#main-menu ul > li > ul{position:absolute;float:left;left:0;top:46px;width:180px;background-color:$(main.dark.color);z-index:99999;margin-top:0;padding:0;border:0;box-shadow:0 3px 5px rgba(0,0,0,0.2);visibility:hidden;opacity:0}
#main-menu ul > li > ul > li > ul{position:absolute;float:left;top:0;left:100%;margin-left:0;border:0}
#main-menu ul > li > ul > li{display:block;float:none;position:relative}
#main-menu ul > li > ul > li a{display:block;height:36px;font-size:13px;color:#fff;font-weight:400;line-height:36px;box-sizing:border-box;margin:0;padding:0 15px;border-bottom:1px solid rgba(0,0,0,0.15);transition:all .17s ease}
#main-menu ul > li > ul > li:hover > a{color:$(main.color)}
#main-menu ul > li > ul > li:last-child a{border-bottom:0}
#main-menu ul > li.has-sub > a:after{content:'\f107';float:right;font-family:FontAwesome;font-size:14px;font-weight:400;margin:0 0 0 3px}
#main-menu ul > li > ul > li.has-sub > a:after{content:'\f105';float:right;margin:0}
#main-menu .mega-menu{position:static!important}
#main-menu .mega-menu > ul{width:100%;box-sizing:border-box;padding:20px 10px}
#main-menu .mega-menu > ul.mega-menu-inner{overflow:hidden}
#main-menu ul > li:hover > ul,#main-menu ul > li > ul > li:hover > ul{visibility:visible;opacity:1}
#main-menu ul ul{transition:all .17s ease}
.mega-menu-inner .mega-item{float:left;width:25%;box-sizing:border-box;padding:0 10px}
.mega-menu-inner .mega-content{position:relative;width:100%;overflow:hidden;padding:0}
.mega-content .post-image-wrap{width:100%;height:140px}
.mega-content .post-image-link{width:100%;height:100%;z-index:1;display:block;position:relative;overflow:hidden}
.mega-content .post-title{position:relative;font-size:13px;font-weight:700;line-height:1.5em;margin:7px 0 5px}
.mega-content .post-title a{display:block;color:#fff;transition:color .17s}
.mega-content:hover .post-title a{color:$(title.hover)}
.no-posts{float:left;width:100%;height:100px;line-height:100px;text-align:center}
.mega-menu .no-posts{line-height:60px;color:$(title.color)}
.show-search,.hide-search{position:absolute;right:0;top:0;display:block;width:46px;height:46px;line-height:46px;z-index:20;color:$(menu.color);font-size:15px;text-align:right;cursor:pointer;transition:color .17s ease}
.show-search:before{content:"\f002";font-family:FontAwesome;font-weight:400}
.hide-search:before{content:"\f00d";font-family:FontAwesome;font-weight:400}
.show-search:hover,.hide-search:hover{color:#fff}
#nav-search{display:none;position:absolute;left:0;top:0;width:100%;height:46px;z-index:99;background-color:$(main.color);box-sizing:border-box;padding:0}
#nav-search .search-form{width:100%;height:46px;background-color:rgba(0,0,0,0);line-height:46px;overflow:hidden;padding:0}
#nav-search .search-input{width:100%;height:46px;font-family:inherit;color:$(menu.color);margin:0;padding:0 70px 0 0;background-color:rgba(0,0,0,0);font-size:13px;font-weight:400;box-sizing:border-box;border:0}
#nav-search .search-input:focus{color:$(menu.color);outline:none}
#mobile-logo .widget > .widget-title > h3{display:none}
.mobile-header{display:none;position:relative;float:left;width:100%;height:55px;background-color:$(main.dark.color);z-index:1010}
.mobile-header .logo-content{position:relative;float:left;display:block;width:100%;height:55px;text-align:center;z-index:2}
.mobile-header .logo-content > a{height:35px;display:inline-block;padding:10px 0}
.mobile-header .logo-content > a > img{height:35px}
.mobile-header .logo-content > h3{font-size:20px;height:35px;line-height:35px;margin:10px 0 0}
.mobile-header .logo-content > h3 > a{color:#fff}
.mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0}
.mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-family:inherit;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0}
.mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0}
.mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0}
.slide-menu-toggle,.show-mobile-search,.hide-mobile-search{position:absolute;line-height:55px;height:55px;width:55px;top:0;left:0;font-family:FontAwesome;color:#fff;font-size:17px;font-weight:400;text-align:center;cursor:pointer;z-index:4;padding:0}
.slide-menu-toggle{border-right:1px solid rgba(255,255,255,0.08)}
.show-mobile-search,.hide-mobile-search{border-left:1px solid rgba(255,255,255,0.08);left:auto;right:0}
.slide-menu-toggle:before{content:"\f0c9"}
.nav-active .slide-menu-toggle:before{content:"\f00d"}
.show-mobile-search:before{content:"\f002"}
.hide-mobile-search:before{content:"\f00d"}
.mobile-menu{position:relative;float:left;width:100%;background-color:$(main.dark.color);box-sizing:border-box;padding:20px;border-top:1px solid rgba(255,255,255,0.08);visibility:hidden;opacity:0;transform-origin:0 0;transform:scaleY(0);transition:all .17s ease}
.nav-active .mobile-menu{visibility:visible;opacity:1;transform:scaleY(1)}
.mobile-menu > ul{margin:0}
.mobile-menu .m-sub{display:none;padding:0}
.mobile-menu ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:13px;font-weight:700;text-transform:uppercase;line-height:38px;margin:0;padding:0;border-top:1px solid rgba(255,255,255,0.01)}
.mobile-menu > ul li ul{overflow:hidden}
.mobile-menu > ul > li:first-child{border-top:0}
.mobile-menu ul li a{color:#fff;padding:0;display:block;transition:all .17s ease}
.mobile-menu ul li.has-sub .submenu-toggle{position:absolute;top:0;right:0;color:#fff;cursor:pointer}
.mobile-menu ul li.has-sub .submenu-toggle:after{content:'\f105';font-family:FontAwesome;font-weight:400;float:right;width:34px;font-size:16px;text-align:center;transition:all .17s ease}
.mobile-menu ul li.has-sub.show > .submenu-toggle:after{transform:rotate(90deg)}
.mobile-menu > ul > li > ul > li a{font-size:13px;text-transform:initial;font-weight:400}
.mobile-menu > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 15px}
.mobile-menu > ul > li > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 30px}
.mobile-menu ul li a:hover,.mobile-menu ul > li > .submenu-toggle:hover{color:$(main.color)}
.post-meta{overflow:hidden;color:#aaa;font-size:12px;font-weight:400;padding:0 1px}
.post-meta .post-author,.post-meta .post-date{float:left;display:inline-block;margin:0}
.post-meta .post-author:after{content:'-';margin:0 4px}
.post-author{font-weight:700}
.post-meta a{color:$(title.color);transition:color .17s}
.post-meta a:hover{color:$(title.color)}
#hot-wrapper{margin:0 auto}
#hot-section .widget,#hot-section .widget > .widget-title{display:none}
#hot-section .show-hot{display:block!important}
#hot-section .show-hot .widget-content{position:relative;overflow:hidden;height:320px;margin:30px 0 0}
.hot-loader{position:relative;height:100%;overflow:hidden;display:block}
.hot-loader:after{content:'';position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-17px 0 0 -17px;border:4px solid #ddd;border-left-color:$(main.color);border-right-color:$(main.color);border-radius:100%;animation:spinner .8s infinite linear;transform-origin:center}
@-webkit-keyframes spinner {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
@keyframes spinner {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}
}
ul.hot-posts{position:relative;overflow:hidden;height:320px;margin:0 -1px}
.hot-posts .hot-item{position:relative;float:left;width:50%;height:320px;overflow:hidden;box-sizing:border-box;padding:0 1px}
.hot-item-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block}
.hot-posts .post-image-link{width:100%;height:100%;position:relative;overflow:hidden;display:block}
.hot-posts .post-info{position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(rgba(0,0,0,0),#000);overflow:hidden;z-index:5;box-sizing:border-box;padding:20px}
.hot-posts .post-title{font-size:23px;font-weight:700;display:block;line-height:1.5em;margin:10px 0 5px}
.hot-posts .post-title a{color:#fff;display:block}
.hot-posts .post-image-link:after{top:20px;right:20px;left:auto}
.hot-posts .post-meta a{color:#fff}
.show-hot .no-posts{position:absolute;top:calc(50% - 50px);left:0;width:100%}
.queryMessage{overflow:hidden;background-color:#f2f2f2;color:$(title.color);font-size:13px;font-weight:400;padding:8px 10px;margin:0 0 25px}
.queryMessage .query-info{margin:0 5px}
.queryMessage .search-query,.queryMessage .search-label{font-weight:700;text-transform:uppercase}
.queryMessage .search-query:before,.queryMessage .search-label:before{content:"\201c"}
.queryMessage .search-query:after,.queryMessage .search-label:after{content:"\201d"}
.queryMessage a.show-more{float:right;color:$(title.hover);text-decoration:underline;transition:opacity .17s}
.queryMessage a.show-more:hover{opacity:.8}
.queryEmpty{font-size:13px;font-weight:400;padding:10px 0;margin:0 0 25px;text-align:center}
.title-wrap{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)}
.title-wrap > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0}
.custom-widget li{overflow:hidden;margin:20px 0 0}
.custom-widget li:first-child{padding:0;margin:0;border:0}
.custom-widget .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0}
.custom-widget .post-info{overflow:hidden}
.custom-widget .post-title{overflow:hidden;font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px}
.custom-widget .post-title a{display:block;color:$(title.color);transition:color .17s}
.custom-widget li:hover .post-title a{color:$(title.hover)}
.home-ad .widget > .widget-title{display:none}
.home-ad .widget{width:728px;max-width:100%;margin:0 auto}
.home-ad .widget .widget-content{position:relative;width:100%;max-height:90px;overflow:hidden;line-height:1;margin:0 0 30px}
.index-post-wrap{position:relative;float:left;width:100%}
.blog-post{display:block;overflow:hidden;word-wrap:break-word}
.index-post-wrap .grid-posts{display:flex;flex-wrap:wrap;margin:0 -15px}
.index-post{width:50%;box-sizing:border-box;padding:0 15px;margin:0 0 30px}
.index-post .post-image-wrap{float:left;width:100%;height:180px;overflow:hidden;margin:0 0 10px}
.index-post .post-image-wrap .post-image-link{width:100%;height:100%;position:relative;display:block;z-index:1;overflow:hidden}
.post-tag{position:absolute;top:0;left:0;height:20px;z-index:5;background-color:$(main.color);color:#fff;font-size:10px;line-height:20px;font-weight:700;text-transform:uppercase;padding:0 7px}
.index-post .post-info{float:left;width:100%}
.index-post .post-info > h2{font-size:17px;font-weight:700;line-height:1.5em;text-decoration:none;margin:0}
.index-post .post-info > h2 > a{display:block;color:$(title.color);transition:color .17s}
.index-post:hover .post-info > h2 > a{color:$(title.hover)}
.widget iframe,.widget img{max-width:100%}
.date-header{display:block;overflow:hidden;font-weight:400;margin:0!important;padding:0}
.index-post .post-meta{margin:10px 0 0}
.post-timestamp{margin-left:0}
#breadcrumb{font-size:12px;font-weight:400;color:#aaa;margin:0 0 10px}
#breadcrumb a{color:#aaa;transition:color .17s}
#breadcrumb a:hover{color:$(title.hover)}
#breadcrumb a,#breadcrumb em{display:inline-block}
#breadcrumb .delimiter:after{content:'\f054';font-family:FontAwesome;font-size:8px;font-weight:400;font-style:normal;vertical-align:middle;margin:0 3px}
.item-post h1.post-title{color:$(title.color);font-size:27px;line-height:1.5em;font-weight:700;position:relative;display:block;margin:10px 0;padding:0}
.static_page .item-post h1.post-title{margin:0}
.item-post .post-body{width:100%;line-height:1.5em;overflow:hidden;padding:20px 0 0;margin:10px 0 0;border-top:1px solid #ebebeb}
.static_page .item-post .post-body{padding:20px 0}
.item-post .post-outer{padding:0}
.item-post .post-body img{max-width:100%}
.main .widget{margin:0}
.main .Blog{border-bottom-width:0}
.post-footer{position:relative;float:left;width:100%;margin:20px 0 0}
.inline-ad{position:relative;display:block;max-height:60px;margin:0 0 30px}
.inline-ad > ins{display:block!important;margin:0 auto!important}
.item .inline-ad{float:left;width:100%;margin:20px 0 0}
.item-post-wrap > .inline-ad{margin:0 0 20px}
.post-labels{overflow:hidden;height:auto;position:relative;margin:0 0 20px;padding:0}
.post-labels span,.post-labels a{float:left;height:22px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:22px;font-weight:400;margin:0;padding:0 10px}
.post-labels span{background-color:$(main.dark.color);color:#fff}
.post-labels a{margin:0 0 0 5px;transition:all .17s ease}
.post-labels a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)}
.post-reactions{height:28px;display:block;margin:0 0 15px}
.post-reactions span{float:left;color:$(title.color);font-size:11px;line-height:25px;text-transform:uppercase;font-weight:700}
.reactions-inner{float:left;margin:0;height:28px}
.post-share{position:relative;overflow:hidden;line-height:0;margin:0 0 30px}
ul.share-links{position:relative}
.share-links li{width:32px;float:left;box-sizing:border-box;margin:0 5px 0 0}
.share-links li.facebook,.share-links li.twitter{width:20%}
.share-links li a{float:left;display:inline-block;cursor:pointer;width:100%;height:32px;line-height:32px;color:#fff;font-weight:400;font-size:13px;text-align:center;box-sizing:border-box;opacity:1;transition:all .17s ease}
.share-links li.whatsapp-mobile{display:none}
.is-mobile li.whatsapp-desktop{display:none}
.is-mobile li.whatsapp-mobile{display:inline-block}
.share-links li a:before{float:left;display:block;width:32px;background-color:rgba(0,0,0,0.05);text-align:center;line-height:32px}
.share-links li a:hover{opacity:.8}
ul.post-nav{position:relative;overflow:hidden;display:block;margin:0 0 30px}
.post-nav li{display:inline-block;width:50%}
.post-nav .post-prev{float:left;text-align:left;box-sizing:border-box;padding:0 10px}
.post-nav .post-next{float:right;text-align:right;box-sizing:border-box;padding:0 10px}
.post-nav li a{color:$(title.color);line-height:1.4em;display:block;overflow:hidden;transition:color .17s}
.post-nav li:hover a{color:$(title.hover)}
.post-nav li span{display:block;font-size:11px;color:#aaa;font-weight:700;text-transform:uppercase;padding:0 0 2px}
.post-nav .post-prev span:before{content:"\f053";float:left;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 2px 0 0}
.post-nav .post-next span:after{content:"\f054";float:right;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 0 0 2px}
.post-nav p{font-size:12px;font-weight:400;line-height:1.4em;margin:0}
.post-nav .post-nav-active p{color:#aaa}
.about-author{position:relative;display:block;overflow:hidden;background-color:$(main.dark.color);padding:20px;margin:0 0 30px}
.about-author .avatar-container{position:relative;float:left;width:80px;height:80px;background-color:rgba(255,255,255,0.05);overflow:hidden;margin:0 15px 0 0}
.about-author .author-avatar{float:left;width:100%;height:100%}
.author-name{overflow:hidden;display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;line-height:14px;margin:7px 0 3px}
.author-name span{color:#fff}
.author-name a{color:$(main.color);transition:opacity .17s}
.author-name a:hover{opacity:.8}
.author-description{display:block;overflow:hidden;font-size:12px;color:#aaa;font-weight:400;line-height:1.6em}
.author-description a:hover{text-decoration:underline}
#related-wrap{overflow:hidden;margin:0 0 30px}
#related-wrap .related-tag{display:none}
.related-ready{float:left;width:100%}
.related-ready .loader{height:178px}
ul.related-posts{position:relative;overflow:hidden;margin:0 -10px;padding:0}
.related-posts .related-item{width:33.33333333%;position:relative;overflow:hidden;float:left;display:block;box-sizing:border-box;padding:0 10px;margin:0}
.related-posts .post-image-link{width:100%;height:130px;position:relative;overflow:hidden;display:block}
.related-posts .post-title{font-size:14px;font-weight:700;line-height:1.5em;display:block;margin:7px 0 5px}
.related-posts .post-title a{color:$(title.color);transition:color .17s}
.related-posts .related-item:hover .post-title a{color:$(title.hover)}
#blog-pager{float:left;width:100%;overflow:hidden;clear:both;margin:0 0 30px}
.blog-pager a,.blog-pager span{float:left;display:block;min-width:32px;height:32px;background-color:$(main.dark.color);color:#fff;font-size:13px;font-weight:700;line-height:32px;text-align:center;box-sizing:border-box;padding:0 10px;margin:0 5px 0 0;transition:all .17s ease}
.blog-pager span.page-dots{min-width:20px;background-color:#fff;font-size:16px;color:$(body.text.color);font-weight:400;line-height:32px;padding:0}
.blog-pager .page-of{display:none;width:auto;float:right;border-color:rgba(0,0,0,0);margin:0}
.blog-pager .page-active,.blog-pager a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)}
.blog-pager .page-prev:before,.blog-pager .page-next:before{font-family:FontAwesome;font-size:11px;font-weight:400}
.blog-pager .page-prev:before{content:'\f053'}
.blog-pager .page-next:before{content:'\f054'}
.blog-pager .blog-pager-newer-link,.blog-pager .blog-pager-older-link{float:left;display:inline-block;width:auto;padding:0 10px;margin:0}
.blog-pager .blog-pager-older-link{float:right}
.archive #blog-pager,.home .blog-pager .blog-pager-newer-link,.home .blog-pager .blog-pager-older-link{display:none}
.blog-post-comments{display:none}
.blog-post-comments .comments-title{margin:0 0 20px}
.comments-system-disqus .comments-title,.comments-system-facebook .comments-title{margin:0}
#comments{margin:0}
#gpluscomments{float:left!important;width:100%!important;margin:0 0 25px!important}
#gpluscomments iframe{float:left!important;width:100%}
.comments{display:block;clear:both;margin:0;color:$(title.color)}
.comments .comment-thread > ol{padding:0}
.comments > h3{font-size:13px;font-weight:400;font-style:italic;padding-top:1px}
.comments .comments-content .comment{list-style:none;margin:0;padding:0 0 8px}
.comments .comments-content .comment:first-child{padding-top:0}
.facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important}
.comments .item-control{position:static}
.comments .avatar-image-container{float:left;overflow:hidden;position:absolute}
.comments .avatar-image-container,.comments .avatar-image-container img{height:35px;max-height:35px;width:35px;max-width:35px;border-radius:100%}
.comments .comment-block{overflow:hidden;padding:0 0 10px}
.comments .comment-block,.comments .comments-content .comment-replies{margin:0 0 0 50px}
.comments .comments-content .inline-thread{padding:0}
.comments .comment-actions{float:left;width:100%;position:relative;margin:0}
.comments .comments-content .comment-header{font-size:12px;display:block;overflow:hidden;clear:both;margin:0 0 3px;padding:0 0 5px;border-bottom:1px dashed #d6d6d6}
.comments .comments-content .comment-header a{color:$(title.color);transition:color .17s}
.comments .comments-content .comment-header a:hover{color:$(title.hover)}
.comments .comments-content .user{font-style:normal;font-weight:700;text-transform:uppercase;display:block}
.comments .comments-content .icon.blog-author{display:none}
.comments .comments-content .comment-content{float:left;font-size:13px;color:#5E5E5E;font-weight:400;text-align:left;line-height:1.4em;margin:5px 0 9px}
.comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:$(title.color);font-weight:400;background-color:#f2f2f2;font-size:10px;transition:all .17s ease}
.comments .comment .comment-actions a:hover{color:#fff;background-color:$(main.color);border-color:$(main.color);text-decoration:none}
.comments .comments-content .datetime{float:left;font-size:11px;font-weight:400;color:#aaa;position:relative;padding:0 1px;margin:4px 0 0;display:block}
.comments .comments-content .datetime a,.comments .comments-content .datetime a:hover{color:#aaa}
.comments .thread-toggle{margin-bottom:4px}
.comments .thread-toggle .thread-arrow{height:7px;margin:0 3px 2px 0}
.comments .thread-count a,.comments .continue a{transition:opacity .17s}
.comments .thread-count a:hover,.comments .continue a:hover{opacity:.8}
.comments .thread-expanded{padding:5px 0 0}
.comments .thread-chrome.thread-collapsed{display:none}
.thread-arrow:before{content:'';font-family:FontAwesome;color:$(title.color);font-weight:400;margin:0 2px 0 0}
.comments .thread-expanded .thread-arrow:before{content:'\f0d7'}
.comments .thread-collapsed .thread-arrow:before{content:'\f0da'}
.comments .comments-content .comment-thread{margin:0}
.comments .continue a{padding:0 0 0 60px;font-weight:400}
.comments .comments-content .loadmore.loaded{margin:0;padding:0}
.comments .comment-replybox-thread{margin:0}
.comments .comments-content .loadmore,.comments .comments-content .loadmore.loaded{display:none}
#comment-editor{margin:0 0 20px}
.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:$(title.color);font-weight:700;margin:0 0 15px}
.post-body h1,.post-body h2{font-size:24px}
.post-body h3{font-size:21px}
.post-body h4{font-size:18px}
.post-body h5{font-size:16px}
.post-body h6{font-size:13px}
blockquote{font-style:italic;padding:10px;margin:0;border-left:4px solid $(main.color)}
blockquote:before,blockquote:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;color:#aaa;line-height:1}
blockquote:before{content:'\f10d';margin:0 10px 0 0}
blockquote:after{content:'\f10e';margin:0 0 0 10px}
.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}
.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}
.post-body ul{padding:0 0 0 20px}
.post-body ul li:before{content:"\f105";font-family:FontAwesome;font-size:13px;font-weight:400;margin:0 5px 0 0}
.post-body u{text-decoration:underline}
.post-body a{transition:color .17s ease}
.post-body strike{text-decoration:line-through}
.contact-form{overflow:hidden}
.contact-form .widget-title{display:none}
.contact-form .contact-form-name{width:calc(50% - 5px)}
.contact-form .contact-form-email{width:calc(50% - 5px);float:right}
.sidebar .widget{position:relative;overflow:hidden;background-color:#fff;box-sizing:border-box;padding:0;margin:0 0 30px}
.sidebar .widget-title{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)}
.sidebar .widget-title > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0}
.sidebar .widget-content{float:left;width:100%;margin:0}
ul.social-counter{margin:0 -5px}
.social-counter li{float:left;width:25%;box-sizing:border-box;padding:0 5px;margin:10px 0 0}
.social-counter li:nth-child(1),.social-counter li:nth-child(2),.social-counter li:nth-child(3),.social-counter li:nth-child(4){margin-top:0}
.social-counter li a{display:block;height:40px;font-size:22px;color:#fff;text-align:center;line-height:40px;transition:opacity .17s}
.social-counter li a:hover{opacity:.8}
.list-label li{position:relative;display:block;padding:7px 0;border-top:1px dotted #ebebeb}
.list-label li:first-child{padding-top:0;border-top:0}
.list-label li:last-child{padding-bottom:0;border-bottom:0}
.list-label li a{display:block;color:$(title.color);font-size:12px;font-weight:400;text-transform:capitalize;transition:color .17s}
.list-label li a:before{content:"\f054";float:left;color:$(title.color);font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 3px 0 0;transition:color .17s}
.list-label li a:hover{color:$(title.hover)}
.list-label .label-count{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px}
.cloud-label li{position:relative;float:left;margin:0 5px 5px 0}
.cloud-label li a{display:block;height:26px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:26px;font-weight:400;padding:0 10px;transition:all .17s ease}
.cloud-label li a:hover{color:#fff;background-color:$(main.color)}
.cloud-label .label-count{display:none}
.sidebar .FollowByEmail > .widget-title > h3{margin:0}
.FollowByEmail .widget-content{position:relative;overflow:hidden;background-color:$(main.dark.color);text-align:center;font-weight:400;box-sizing:border-box;padding:20px}
.FollowByEmail .widget-content > h3{font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;margin:0 0 13px}
.FollowByEmail .before-text{font-size:13px;color:#fff;line-height:1.5em;margin:0 0 15px;display:block;padding:0 10px;overflow:hidden}
.FollowByEmail .widget-content:after{content:'\f0e0';position:absolute;right:-15px;top:-15px;font-family:FontAwesome;font-size:50px;color:#cccccc1a;transform:rotate(21deg)}
.FollowByEmail .follow-by-email-inner{position:relative}
.FollowByEmail .follow-by-email-inner .follow-by-email-address{width:100%;height:32px;color:$(title.color);font-size:11px;font-family:inherit;padding:0 10px;margin:0 0 10px;box-sizing:border-box;border:0;transition:ease .17s}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit{width:100%;height:32px;font-family:inherit;font-size:11px;color:#fff;background-color:$(main.color);text-transform:uppercase;text-align:center;font-weight:700;cursor:pointer;margin:0;border:0;transition:opacity .17s ease}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{opacity:.85}
#ArchiveList ul.flat li{color:$(title.color);font-size:13px;font-weight:400;padding:7px 0;border-bottom:1px dotted #eaeaea}
#ArchiveList ul.flat li:first-child{padding-top:0}
#ArchiveList ul.flat li:last-child{padding-bottom:0;border-bottom:0}
#ArchiveList .flat li > a{display:block;color:$(title.color);transition:color .17s}
#ArchiveList .flat li > a:hover{color:$(title.hover)}
#ArchiveList .flat li > a:before{content:"\f054";float:left;color:#161619;font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 4px 0 0;display:inline-block;transition:color .17s}
#ArchiveList .flat li > a > span{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px}
.PopularPosts .post{overflow:hidden;margin:20px 0 0}
.PopularPosts .post:first-child{padding:0;margin:0;border:0}
.PopularPosts .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0}
.PopularPosts .post-info{overflow:hidden}
.PopularPosts .post-title{font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px}
.PopularPosts .post-title a{display:block;color:$(title.color);transition:color .17s}
.PopularPosts .post:hover .post-title a{color:$(title.hover)}
.PopularPosts .post-date:before{font-size:10px}
.FeaturedPost .post-image-link{display:block;position:relative;width:100%;height:180px;overflow:hidden;margin:0 0 10px;border-radius:4px}
.FeaturedPost .post-title{font-size:18px;overflow:hidden;font-weight:700;line-height:1.5em;margin:0 0 5px}
.FeaturedPost .post-title a{color:$(title.color);display:block;transition:color .17s ease}
.FeaturedPost .post-title a:hover{color:$(title.hover)}
.Text{font-size:13px}
.contact-form-widget form{font-weight:400}
.contact-form-name{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb}
.contact-form-email{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb}
.contact-form-email-message{float:left;width:100%;font-family:inherit;font-size:13px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb}
.contact-form-button-submit{float:left;width:100%;height:30px;background-color:$(main.color);font-size:13px;color:#fff;line-height:30px;cursor:pointer;box-sizing:border-box;padding:0 10px;margin:0;border:0;transition:background .17s ease}
.contact-form-button-submit:hover{background-color:$(main.dark.color)}
.contact-form-error-message-with-border{float:left;width:100%;background-color:#fbe5e5;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #fc6262}
.contact-form-success-message-with-border{float:left;width:100%;background-color:#eaf6ff;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #5ab6f9}
.contact-form-cross{margin:0 0 0 3px}
.contact-form-error-message,.contact-form-success-message{margin:0}
.BlogSearch .search-input{float:left;width:75%;height:30px;background-color:#fff;font-weight:400;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;border:1px solid #ebebeb;border-right-width:0}
.BlogSearch .search-action{float:right;width:25%;height:30px;font-family:inherit;font-size:13px;line-height:30px;cursor:pointer;box-sizing:border-box;background-color:$(main.color);color:#fff;padding:0 5px;border:0;transition:background .17s ease}
.BlogSearch .search-action:hover{background-color:$(main.dark.color)}
.Profile .profile-img{float:left;width:80px;height:80px;margin:0 15px 0 0;transition:all .17s ease}
.Profile .profile-datablock{margin:0}
.Profile .profile-data .g-profile{display:block;font-size:14px;color:$(title.color);margin:0 0 5px;transition:color .17s ease}
.Profile .profile-data .g-profile:hover{color:$(title.hover)}
.Profile .profile-info > .profile-link{color:$(title.color);font-size:11px;margin:5px 0 0;transition:color .17s ease}
.Profile .profile-info > .profile-link:hover{color:$(title.hover)}
.Profile .profile-datablock .profile-textblock{display:none}
.common-widget .LinkList ul li,.common-widget .PageList ul li{width:calc(50% - 5px);padding:7px 0 0}
.common-widget .LinkList ul li:nth-child(odd),.common-widget .PageList ul li:nth-child(odd){float:left}
.common-widget .LinkList ul li:nth-child(even),.common-widget .PageList ul li:nth-child(even){float:right}
.common-widget .LinkList ul li a,.common-widget .PageList ul li a{display:block;color:$(title.color);font-size:13px;font-weight:400;transition:color .17s ease}
.common-widget .LinkList ul li a:hover,.common-widget .PageList ul li a:hover{color:$(title.hover)}
.common-widget .LinkList ul li:first-child,.common-widget .LinkList ul li:nth-child(2),.common-widget .PageList ul li:first-child,.common-widget .PageList ul li:nth-child(2){padding:0}
#footer-wrapper{background-color:$(main.dark.color)}
#footer-wrapper .container{position:relative;overflow:hidden;margin:0 auto;padding:25px 0}
.footer-widgets-wrap{position:relative;display:flex;margin:0 -15px}
#footer-wrapper .footer{display:inline-block;float:left;width:33.33333333%;box-sizing:border-box;padding:0 15px}
#footer-wrapper .footer .widget{float:left;width:100%;padding:0;margin:25px 0 0}
#footer-wrapper .footer .Text{margin:10px 0 0}
#footer-wrapper .footer .widget:first-child{margin:0}
.footer .widget > .widget-title > h3{position:relative;color:$(footer.color);font-size:12px;line-height:12px;font-weight:700;text-transform:uppercase;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid rgba(255,255,255,0.05)}
.footer .widget > .widget-title > h3:before{position:absolute;content:'';background-color:$(main.color);width:35px;height:2px;bottom:-2px;left:0}
.footer .post-image-link{background-color:rgba(255,255,255,0.05)}
.footer .custom-widget .post-title a,.footer .PopularPosts .post-title a,.footer .FeaturedPost .post-title a,.footer .LinkList ul li a,.footer .PageList ul li a,.footer .Profile .profile-data .g-profile,.footer .Profile .profile-info > .profile-link{color:$(footer.color)}
.footer .custom-widget .post-title a:hover,.footer .PopularPosts .post-title a:hover,.footer .FeaturedPost .post-title a:hover,.footer .LinkList ul li a:hover,.footer .PageList ul li a:hover,.footer .Profile .profile-data .g-profile:hover,.footer .Profile .profile-info > .profile-link:hover{color:$(title.hover)}
.footer .no-posts{color:$(footer.color)}
.footer .FollowByEmail .widget-content > h3{color:$(footer.color)}
.footer .FollowByEmail .widget-content{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.05)}
.footer .FollowByEmail .before-text,#footer-wrapper .footer .Text{color:#aaa}
.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background:$(main.dark.color)}
.footer .FollowByEmail .follow-by-email-inner .follow-by-email-address{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)}
.footer #ArchiveList .flat li > a{color:$(footer.color)}
.footer .list-label li,.footer .BlogArchive #ArchiveList ul.flat li{border-color:rgba(255,255,255,0.05)}
.footer .list-label li:first-child{padding-top:0}
.footer .list-label li a,.footer .list-label li a:before,.footer #ArchiveList .flat li > a,.footer #ArchiveList .flat li > a:before{color:$(footer.color)}
.footer .list-label li > a:hover,.footer #ArchiveList .flat li > a:hover{color:$(title.hover)}
.footer .list-label .label-count,.footer #ArchiveList .flat li > a > span{background-color:rgba(255,255,255,0.05);color:$(footer.color)}
.footer .cloud-label li a{background-color:rgba(255,255,255,0.05);color:$(footer.color)}
.footer .cloud-label li a:hover{background-color:$(main.color);color:#fff}
.footer .BlogSearch .search-input{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)}
.footer .contact-form-name,.footer .contact-form-email,.footer .contact-form-email-message{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)}
.footer .BlogSearch .search-action:hover,.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover,.footer .contact-form-button-submit:hover{background-color:rgba(0,0,0,0.3)}
#sub-footer-wrapper{background-color:rgba(0,0,0,0.2);color:$(footer.color);display:block;padding:0;width:100%;overflow:hidden}
#sub-footer-wrapper .container{overflow:hidden;margin:0 auto;padding:10px 0}
#menu-footer{float:right;position:relative;display:block}
#menu-footer .widget > .widget-title{display:none}
#menu-footer ul li{float:left;display:inline-block;height:34px;padding:0;margin:0}
#menu-footer ul li a{font-size:12px;font-weight:400;display:block;color:$(footer.color);line-height:34px;padding:0 10px;margin:0 0 0 5px;transition:color .17s ease}
#menu-footer ul li:last-child a{padding:0 0 0 5px}
#menu-footer ul li a:hover{color:$(title.hover)}
#sub-footer-wrapper .copyright-area{font-size:12px;float:left;height:34px;line-height:34px;font-weight:400}
#sub-footer-wrapper .copyright-area a{color:$(main.color);transition:color .17s}
.hidden-widgets{display:none;visibility:hidden}
.back-top{display:none;z-index:1010;width:34px;height:34px;position:fixed;bottom:25px;right:25px;cursor:pointer;overflow:hidden;font-size:13px;color:#fff;text-align:center;line-height:34px}
.back-top:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:$(main.color);opacity:.5;transition:opacity .17s ease}
.back-top:after{content:'\f077';position:relative;font-family:FontAwesome;font-weight:400;opacity:.8;transition:opacity .17s ease}
.back-top:hover:before,.back-top:hover:after,.nav-active .back-top:after,.nav-active .back-top:before{opacity:1}
.error404 #main-wrapper{width:100%!important;margin:0!important}
.error404 #sidebar-wrapper{display:none}
.errorWrap{color:$(title.color);text-align:center;padding:80px 0 100px}
.errorWrap h3{font-size:160px;line-height:1;margin:0 0 30px}
.errorWrap h4{font-size:25px;margin:0 0 20px}
.errorWrap p{margin:0 0 10px}
.errorWrap a{display:block;color:$(main.color);padding:10px 0 0}
.errorWrap a i{font-size:20px}
.errorWrap a:hover{text-decoration:underline}
@media screen and (max-width: 1100px) {
#outer-wrapper{max-width:100%}
.row{width:100%}
#top-bar .container{box-sizing:border-box;padding:0 20px}
#hot-wrapper{box-sizing:border-box;padding:0 20px}
#header-wrap{height:auto}
.header-header{height:auto;box-sizing:border-box;padding:25px 20px}
.header-logo{max-width:30%}
.header-ads{max-width:70%}
.header-menu{box-sizing:border-box;padding:0 20px}
#content-wrapper{position:relative;box-sizing:border-box;padding:0 20px;margin:30px 0 0}
#footer-wrapper .container{box-sizing:border-box;padding:25px 20px}
#sub-footer-wrapper .container{box-sizing:border-box;padding:10px 20px}
}
@media screen and (max-width: 980px) {
#top-bar{display:none}
#content-wrapper > .container{margin:0}
.header-logo,.header-menu{display:none}
.mobile-header{display:block}
#header-wrap{padding:0}
.header-header{background-color:#fff;padding:0}
.header-header .container.row{width:100%}
.header-ads{width:100%;max-width:100%;box-sizing:border-box;padding:0 20px}
.header-ads .widget .widget-content{position:relative;padding:20px 0;margin:0 auto}
#header-inner a{display:inline-block!important}
#main-wrapper,#sidebar-wrapper{width:100%;padding:0}
.item #sidebar-wrapper{margin-top:20px}
}
@media screen and (max-width: 880px) {
.footer-widgets-wrap{display:block}
#footer-wrapper .footer{width:100%;margin-right:0}
#footer-sec2,#footer-sec3{margin-top:25px}
}
@media screen and (max-width: 680px) {
#hot-section .show-hot .widget-content,#hot-section .hot-posts{height:auto}
#hot-section .hot-loader{height:200px}
.hot-posts .hot-item{width:100%;height:220px;margin:2px 0 0}
.hot-posts .item-0{margin:0}
.hot-posts .post-title,.hot-posts .item-0 .post-title{font-size:18px}
.index-post{width:100%}
#menu-footer,#sub-footer-wrapper .copyright-area{width:100%;height:auto;line-height:inherit;text-align:center}
#menu-footer{margin:10px 0 0}
#sub-footer-wrapper .copyright-area{margin:10px 0}
#menu-footer ul li{float:none;height:auto}
#menu-footer ul li a{line-height:inherit;margin:0 3px 5px}
}
@media screen and (max-width: 540px) {
.hot-posts .hot-item{height:180px}
.index-post .post-image-wrap,.FeaturedPost .post-image-link{height:160px}
.share-links li a span{display:none}
.share-links li.facebook,.share-links li.twitter{width:32px}
ul.related-posts{margin:0}
.related-posts .related-item{width:100%;padding:0;margin:20px 0 0}
.related-posts .item-0{margin:0}
.related-posts .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff}
.related-posts .post-tag{display:none}
.related-posts .post-image-link{width:80px;height:60px;float:left;margin:0 12px 0 0}
.related-posts .post-title{font-size:13px;overflow:hidden;margin:0 0 5px}
.post-reactions{display:none}
}
@media screen and (max-width: 440px) {
.queryMessage{text-align:center}
.queryMessage a.show-more{width:100%;margin:10px 0 0}
.item-post h1.post-title{font-size:24px}
.about-author{text-align:center}
.about-author .avatar-container{float:none;display:table;margin:0 auto 10px}
#comments ol{padding:0}
.errorWrap{padding:70px 0 100px}
.errorWrap h3{font-size:120px}
}
@media screen and (max-width: 360px) {
.about-author .avatar-container{width:60px;height:60px}
}
]]></b:skin>
<style>
/*-------Typography and ShortCodes-------*/
.firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:&#39;\f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:&#39;\f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\f06e&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}.post-body ul li:before{content:&quot;\f105&quot;;margin-right:5px;font-family:fontawesome}pre{font-family:Monaco, &quot;Andale Mono&quot;, &quot;Courier New&quot;, Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-triangle:before{content:&quot;\f071&quot;}.fa-exclamation-circle:before{content:&quot;\f06a&quot;}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}}
.FollowByEmail {
clear: both;
}
.widget .post-body ol {
padding: 0 0 0 45px;
}
.post-body ul li {
list-style: none;
}
</style>
<b:if cond='data:view.isLayoutMode'>
<b:template-skin>
<![CDATA[
/*------Layout (No Edit)----------*/
body#layout #outer-wrapper,body#layout .row{width:auto;padding:0}
body#layout{width:800px;position:relative;padding:95px 5px 0;margin:0}
body#layout div.section{margin:0 5px 10px!important;padding:16px 16px 18px!important}
body#layout .section h4{font-size:14px;margin:0}
body#layout .layout-widget-description{display:none}
body#layout .theme-options,body#layout #main-menu .widget{display:block!important}
body#layout div.sora-panel{background-color:#d7d7d7!important;overflow:hidden!important;border-color:#bcbcbc}
body#layout .sora-panel .widget{float:left;width:49%;margin-right:2%}
body#layout .sora-panel #LinkList71{margin-right:0}
body#layout #top-bar{height:auto}
body#layout #top-bar .container{display:flex}
body#layout .top-bar-nav,body#layout .top-bar-social{width:50%}
body#layout #header-wrap{height:auto}
body#layout .header-header{float:left;width:66.66%;height:auto;padding:0}
body#layout .header-header .container{display:flex}
body#layout div.header-logo,body#layout div.header-ads{float:left;width:50%;height:auto;max-width:none;max-height:none}
body#layout .header-ads .widget-content{width:auto}
body#layout .header-ads .add_widget{padding:15px!important}
body#layout .mobile-header{display:block;float:right;width:33.33%;height:auto}
body#layout .mobile-menu{display:none}
body#layout .header-menu{float:left;width:100%;height:auto}
body#layout #main-menu{height:auto}
body#layout #hot-wrapper .widget{display:block}
body#layout #content-wrapper{margin:0}
body#layout #content-wrapper > .container{display:flex;margin:0}
body#layout #main-wrapper{width:66.66%;padding:0}
body#layout #sidebar-wrapper{width:33.33%;padding:0}
body#layout .sidebar .widget,body#layout .sidebar .widget-content{float:none;overflow:visible}
body#layout .footer-widgets-wrap{display:flex}
body#layout .footer-widgets-wrap div.footer{width:100%}
/*------Layout (end)----------*/
]]></b:template-skin>
</b:if>


<!-- Global Variables -->
To ease this requirement, some editors allow editing of the markup in more [[graphic organizer|visually organized]] modes than simple color highlighting, but in modes not considered WYSIWYG. These editors typically include the option of using [[palette window]]s or [[dialog box]]es to edit the text-based parameters of selected [[Object (computer science)|objects]]. These palettes allow editing parameters in individual fields, or inserting new tags by filling out an onscreen form, and may include additional [[widget (computing)|widgets]] to present and select options when editing parameters (such as previewing an image or text styles) or an outline editor to expand and collapse HTML objects and properties.
<script type='text/javascript'>
//<![CDATA[
// Global variables with content. "Available for Edit"
var monthFormat = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
noThumbnail = "https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png",
postPerPage = 7,
fixedSidebar = true,
commentsSystem = "blogger",
disqusShortname = "soratemplates";
//]]>
</script>


<b:defaultmarkups>
===WYSIWYG HTML editors===
<b:defaultmarkup type='Common'>
{{unreferenced section|date=September 2016}}
<b:includable id='widget-title'>
[[Image:W3c amaya 10 fullmode enwiki xfce4therapy.png|thumb|250px|[[Amaya (web browser)|Amaya]] 10 HTML editor]]
<b:if cond='data:defaultTitle or data:title'>
WYSIWYG HTML editors provide an editing interface which resembles how the page will be displayed in a [[web browser]]. Because using a WYSIWYG editor may not require any HTML knowledge, they are often easier for an inexperienced computer user to get started with.
<div class='widget-title'>
<h3 class='title'>
<data:title/>
</h3>
</div>
</b:if>
</b:includable>
</b:defaultmarkup>
<b:defaultmarkup type='PopularPosts'>
<b:includable id='main' var='this'>
<b:include name='widget-title'/>
<div class='widget-content'>
<b:loop values='data:posts' var='post'>
<b:include data='post' name='postContent'/>
</b:loop>
</div>
</b:includable>
<b:includable id='postContent' var='post'>
<div class='post'>
<div class='post-content'>
<a class='post-image-link' expr:href='data:post.url'>
<b:if cond='data:post.featuredImage'>
<img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/>
<b:else/>
<img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/>
</b:if>
</a>
<div class='post-info'>
<h2 class='post-title'>
<a expr:href='data:post.url'><data:post.title/></a>
</h2>
<div class='post-meta'>
<span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span>
</div>
</div>
</div>
</div>
</b:includable>
</b:defaultmarkup>
<b:defaultmarkup type='Header'>
<b:includable id='main' var='this'>
<div class='header-widget'>
<b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/>
<b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/>
</div>
</b:includable>
<b:includable id='image'>
<a class='header-image-wrapper' expr:href='data:blog.homepageUrl'>
<img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/>
</a>
</b:includable>
</b:defaultmarkup>
<b:defaultmarkup type='FeaturedPost'>
<b:includable id='main' var='this'>
<b:include name='widget-title'/>
<div class='widget-content'>
<b:loop values='data:posts' var='post'>
<b:include data='post' name='postContent'/>
</b:loop>
</div>
</b:includable>
<b:includable id='postContent' var='post'>
<div class='post'>
<div class='post-content'>
<a class='post-image-link' expr:href='data:post.url'>
<b:if cond='data:post.featuredImage'>
<img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/>
<b:else/>
<img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/>
</b:if>
<span class='post-tag'><data:post.labels.last.name/></span>
</a>
<div class='post-info'>
<h2 class='post-title'>
<a expr:href='data:post.url'><data:post.title/></a>
</h2>
<div class='post-meta'>
<span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span>
</div>
</div>
</div>
</div>
</b:includable>
</b:defaultmarkup>
<b:defaultmarkup type='Label'>
<b:includable id='main' var='this'>
<b:include name='widget-title'/>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<b:class expr:name='data:this.display + &quot;-label&quot;'/>
<b:include cond='data:this.display == &quot;list&quot;' name='list'/>
<b:include cond='data:this.display == &quot;cloud&quot;' name='list'/>
</div>
</b:includable>
<b:includable id='list'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<a class='label-name' expr:href='data:label.url'>
<data:label.name/>
<b:if cond='data:this.showFreqNumbers'>
<span class='label-count'><data:label.count/></span>
</b:if>
</a>
</li>
</b:loop>
</ul>
</b:includable>
</b:defaultmarkup>
<b:defaultmarkup type='FollowByEmail'>
<b:includable id='main' var='this'>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<b:if cond='data:defaultTitle or data:title'>
<h3 class='title'>
<data:title/>
</h3>
</b:if>
<span class='before-text'><data:skin.vars.followByEmail/></span>
<div class='follow-by-email-inner'>
<form action='https://feedburner.google.com/fb/a/mailverify' expr:onsubmit='&quot;window.open(\&quot;https://feedburner.google.com/fb/a/mailverify?uri=&quot; + data:feedPath + &quot;\&quot;, \&quot;popupwindow\&quot;, \&quot;scrollbars=yes,width=550,height=520\&quot;); return true&quot;' method='post' target='popupwindow'>
<input autocomplete='off' class='follow-by-email-address' expr:placeholder='data:messages.emailAddress' name='email' type='email'/>
<input class='follow-by-email-submit' expr:value='data:messages.subscribe' type='submit'/>
<input expr:value='data:feedPath' name='uri' type='hidden'/>
<input name='loc' type='hidden' value='en_US'/>
</form>
</div>
</div>
</b:includable>
</b:defaultmarkup>
<b:defaultmarkup type='BlogSearch'>
<b:includable id='main' var='this'>
<b:include name='widget-title'/>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content' role='search'>
<form class='search-form' expr:action='data:blog.searchUrl'>
<b:attr cond='not data:view.isPreview' name='target' value='_top'/>
<b:include name='urlParamsAsFormInput'/>
<input autocomplete='off' class='search-input' expr:aria-label='data:messages.searchThisBlog' expr:placeholder='data:messages.searchThisBlog' expr:value='data:view.isSearch ? data:view.search.query.escaped : &quot;&quot;' name='q'/>
<input class='search-action' expr:value='data:messages.search.escaped' type='submit'/>
</form>
</div>
</b:includable>
</b:defaultmarkup>
<b:defaultmarkup type='BlogArchive'>
<b:includable id='main' var='this'>
<b:include name='widget-title'/>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<div id='ArchiveList'>
<div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
<b:include cond='data:this.style in {&quot;FLAT&quot;, &quot;MENU&quot;, &quot;HIERARCHY&quot;}' name='flat'/>
</div>
</div>
</div>
</b:includable>
<b:includable id='flat'>
<ul class='flat'>
<b:loop values='data:data' var='i'>
<li class='archivedate'>
<a expr:href='data:i.url'>
<data:i.name/><span class='post-count'><data:i.post-count/></span>
</a>
</li>
</b:loop>
</ul>
</b:includable>
</b:defaultmarkup>
</b:defaultmarkups>


<!-- Google Analytics -->
The WYSIWYG view is achieved by embedding a [[Browser engine|layout engine]]. This may be custom-written or based upon one used in a web browser. The goal is that, at all times during editing, the [[rendering (computer graphics)|rendered]] result should represent what will be seen later in a typical web browser.
<b:include data='blog' name='google-analytics'/>


</head>
[[WYSIWYM]] (what you see is what you ''mean'') is an alternative paradigm to WYSIWYG editors. Instead of focusing on the format or presentation of the document, it preserves the intended meaning of each element. For example, page headers, sections, paragraphs, etc. are labeled as such in the editing program, and displayed appropriately in the browser.
<body expr:class='data:blog.pageType'>
<b:class cond='data:view.isHomepage' name='home'/>
<b:class cond='data:view.isPage' name='item'/>
<b:class cond='data:view.isArchive' name='index'/>
<b:class cond='data:view.isError' name='error404'/>


<!-- Theme Options -->
====Difficulties in achieving WYSIWYG====
<div class='theme-options' style='display:none'>
A given HTML document will have an inconsistent appearance on various [[Computing platform|platforms]] and computers for several reasons:
<b:section class='sora-panel' id='sora-panel' maxwidgets='1' name='Theme Options' showaddelement='no'>
<b:widget id='LinkList70' locked='true' title='Css Options' type='LinkList' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='sorting'>NONE</b:widget-setting>
<b:widget-setting name='text-1'>recentPostsHeadline</b:widget-setting>
<b:widget-setting name='link-1'>true</b:widget-setting>
<b:widget-setting name='text-0'>boxedVersion</b:widget-setting>
<b:widget-setting name='link-0'>false</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
&lt;style type=&#39;text/css&#39;&gt;
<b:loop values='data:links' var='link'>
<b:if cond='data:link.name == &quot;boxedVersion&quot;'>
<b:if cond='data:link.target == &quot;true&quot;'>
#outer-wrapper{max-width:1030px}
</b:if>
</b:if>
<b:if cond='data:link.name == &quot;recentPostsHeadline&quot;'>
<b:if cond='data:link.target == &quot;false&quot;'>
.home-posts-headline{display:none}
</b:if>
</b:if>
</b:loop>
&lt;/style&gt;
</b:includable>
</b:widget>
<b:widget id='LinkList71' locked='true' title='Default Variables' type='LinkList' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='link-3'>6</b:widget-setting>
<b:widget-setting name='sorting'>NONE</b:widget-setting>
<b:widget-setting name='link-4'>5</b:widget-setting>
<b:widget-setting name='text-1'>commentsSystem</b:widget-setting>
<b:widget-setting name='link-1'>blogger</b:widget-setting>
<b:widget-setting name='text-0'>disqusShortname</b:widget-setting>
<b:widget-setting name='link-2'>true</b:widget-setting>
<b:widget-setting name='text-3'>postPerPage</b:widget-setting>
<b:widget-setting name='link-0'>soratemplates</b:widget-setting>
<b:widget-setting name='text-2'>fixedSidebar</b:widget-setting>
<b:widget-setting name='text-4'>postPerPage</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
&lt;script type=&#39;text/javascript&#39;&gt;
//&lt;![CDATA[
<b:loop values='data:links' var='link'>
<b:if cond='data:link.name == &quot;postPerPage&quot;'>
var postPerPage = <data:link.target/>;
</b:if>
<b:if cond='data:link.name == &quot;fixedSidebar&quot;'>
var fixedSidebar = <data:link.target/>;
</b:if>
<b:if cond='data:link.name == &quot;commentsSystem&quot;'>
var commentsSystem = &quot;<data:link.target/>&quot;;
</b:if>
<b:if cond='data:link.name == &quot;disqusShortname&quot;'>
var disqusShortname = &quot;<data:link.target/>&quot;;
</b:if>
</b:loop>
//]]&gt;
&lt;/script&gt;
</b:includable>
</b:widget>
</b:section>
</div>


<!-- Outer Wrapper -->
;Different browsers and applications will render the same markup differently.
<div id='outer-wrapper'>
:The same page may display slightly differently, by example, in [[Google Chrome|Chrome]], [[Safari (web browser)|Safari]], [[Microsoft Edge|Edge]], [[Internet Explorer]] and [[Firefox]] on a high-resolution screen, but it will look very different in the perfectly valid text-only [[Lynx (browser)|Lynx]] browser. It needs to be rendered differently again on a [[Personal digital assistant|PDA]], an [[Digital television|internet-enabled television]] and on a [[mobile phone]]. Usability in a [[Voice browser|speech]] or [[braille]] browser, or via a [[Screen reader|screen-reader]] working with a conventional browser, will place demands on entirely different{{clarify|date=October 2020}} aspects of the underlying HTML. All an author can do is suggest an appearance.
;Web browsers, like all computer software, have [[computer bug|bugs]]
:They may not conform to current [[Web standards|standards]]. It is hopeless to try to design Web pages around all of the common browsers' current bugs: each time a new version of each browser comes out, a significant proportion of the [[World Wide Web]] would need re-coding to suit the new bugs and the new fixes. It is generally considered much wiser to design to standards, staying away from 'bleeding edge' features until they settle down, and then wait for the browser developers to catch up to your pages, rather than the other way round.<ref>{{cite web|url=http://www.w3.org/People/Bos/DesignGuide/designguide.html |title=An essay on W3C's design principles |publisher=W3.org |access-date=2013-10-23}}</ref> For instance, no one can argue that CSS is still 'cutting edge' as there is now widespread support available in common browsers for all the major features,<ref>{{cite web|url=http://www.w3.org/Style/CSS/#browsers |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref> even if many WYSIWYG and other editors have not yet entirely caught up.<ref>{{cite web|url=http://www.w3.org/Style/CSS/#editors |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref>
;A single visual style can represent multiple semantic meanings
:Semantic meaning, derived from the underlying structure of the HTML document, is important for search engines and also for various accessibility tools. On paper we can tell from context and experience whether bold text represents a title, or emphasis, or something else. But it is very difficult to convey this distinction in a WYSIWYG editor. Simply making a piece of text bold in a WYSIWYG editor is not sufficient to tell the reader *why* the text is bold – what the boldness represents semantically.
;Modern web sites are rarely constructed in a way that makes WYSIWYG useful
:Modern web sites typically use a [[content management system]] or some other [[template processor]]-based means of constructing pages on the fly using content stored in a database. Individual pages are never stored in a filesystem as they may be designed and edited in a WYSIWYG editor, thus some form of abstracted template-based layout is inevitable, invalidating one of the main benefits of using a WYSIWYG editor.


<!-- Main Top Bar -->
==Valid HTML markup==
<div id='top-bar'>
HTML is a structured [[markup language]]. There are certain rules on how HTML must be written if it is to conform to [[W3C]] standards for the World Wide Web. Following these rules means that web sites are accessible on all types and makes of computer, to able-bodied and people with disabilities, and also on [[wireless]] devices like mobile phones and PDAs, with their limited bandwidths and screen sizes. However, most HTML documents on the web do not meet the requirements of W3C standards. In a study conducted in 2011 on the 350 most popular web sites (selected by the Alexa index), 94 percent of websites fail the web standards markup and style sheet validation tests, or apply character encoding improperly. Even those syntactically correct documents may be inefficient due to an unnecessary use of repetition, or based upon rules that have been [[Deprecation|deprecated]] for some years.
<div class='container row'>
Current W3C recommendations on the use of CSS with HTML were first formalised by W3C in 1996<ref>{{cite web|url=http://www.w3.org/TR/CSS1 |title=Cascading Style Sheets, level 1 |publisher=W3.org |access-date=2013-10-23}}</ref> and have been revised and refined since then.<ref>http://www.w3.org/TR/CSS21/ W3C's current CSS recommendation</ref><ref>http://www.w3.org/TR/xhtml11/ W3C's current HTML recommendation</ref>
<b:section class='top-bar-nav' id='top-bar-nav' maxwidgets='1' name='Top Navigation' showaddelement='yes'>
<b:widget id='LinkList72' locked='true' title='' type='LinkList' version='2' visible='true'>
<b:includable id='main'>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</ul>
</div>
</b:includable>
</b:widget>
</b:section>


<!-- Top Social -->
These guidelines emphasise the separation of content (HTML or XHTML) from style (CSS). This has the benefit of delivering the style information once for a whole site, not repeated in each page, let alone in each HTML element. WYSIWYG editor designers have been struggling ever since with how best to present these concepts to their users without confusing them by exposing the underlying reality. Modern WYSIWYG editors all succeed in this to some extent, but none of them has succeeded entirely.
<b:section class='top-bar-social social' id='top-bar-social' maxwidgets='1' name='Social Top' showaddelement='yes'>
<b:widget id='LinkList73' locked='true' title='' type='LinkList' version='2' visible='false'>
<b:widget-settings>
<b:widget-setting name='sorting'>NONE</b:widget-setting>
<b:widget-setting name='text-1'>skype</b:widget-setting>
<b:widget-setting name='link-1'>#</b:widget-setting>
<b:widget-setting name='text-0'>pinterest</b:widget-setting>
<b:widget-setting name='link-0'>#</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li>
</b:loop>
</ul>
</div>
</b:includable>
</b:widget>
</b:section>
</div>
</div>


<!-- Header Wrapper -->
However a web page was created or edited, WYSIWYG or by hand, in order to be successful among the greatest possible number of readers and viewers, as well as to maintain the 'worldwide' value of the Web itself, first and foremost it should consist of valid markup and code.<ref name="RefactoringHtml">{{cite book
<div id='header-wrap'>
|title=Refactoring HTML
|last=Harold
|first=Elliotte Rusty
|year=2008
|publisher=Addison Wesley
|___location=Boston
|isbn=978-0-321-50363-3
}}</ref> It should not be considered ready for the World Wide Web, until its HTML and CSS syntax have been successfully [[Validator|validated]] using either the free W3C validator services ([http://validator.w3.org/ W3C HTML Validator] and [http://jigsaw.w3.org/css-validator/ W3C CSS Validator]) or some other trustworthy alternatives.<ref name="RefactoringHtml"/>


<div class='header-header'>
[[Accessibility]] of web pages by those with physical, eyesight or other disabilities is not only a good idea considering the ubiquity and importance of the web in modern society, but is also mandated by law. In the U.S., the [[Americans with Disabilities Act]] and in the UK, the [[Disability Discrimination Act]] place requirement on web sites operated by publicly funded organizations. In many other countries similar laws either already exist or soon will.<ref name="RefactoringHtml"/> [[Web Content Accessibility Guidelines|Making pages accessible]] is more complex than just making them valid; that is a prerequisite but there are many other factors to be considered.<ref>{{cite web|url=http://www.w3.org/TR/WCAG20/|title=Web Content Accessibility Guidelines (WCAG) 2.0|publisher=W3.org|year=2008|access-date=2013-10-23}}</ref> Good web design, whether done using a WYSIWYG tool or not needs to take account of these too.
<div class='container row'>
<b:section class='header-logo' id='header-logo' maxwidgets='1' name='Header Logo' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='Top music (Header)' type='Header' version='2' visible='false'>
<b:widget-settings>
<b:widget-setting name='displayUrl'>http://1.bp.blogspot.com/-QCuJMX_oq2o/W3iEuMf6oOI/AAAAAAAAC28/JZc8JqlIixEmFurZtGryZ3mrB7by26A5wCK4BGAYYCw/s104/logo.png</b:widget-setting>
<b:widget-setting name='displayHeight'>60</b:widget-setting>
<b:widget-setting name='sectionWidth'>256</b:widget-setting>
<b:widget-setting name='useImage'>true</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='imagePlacement'>REPLACE</b:widget-setting>
<b:widget-setting name='displayWidth'>104</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='this'>
<div class='header-widget'>
<b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/>
<b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/>
</div>
</b:includable>
<b:includable id='behindImageStyle'>
<b:if cond='data:sourceUrl'>
<b:include cond='data:this.image' data='{ image: data:this.image, selector: &quot;.header-widget&quot; }' name='responsiveImageStyle'/>
<style type='text/css'>
.header-widget {
background-position: <data:blog.locale.languageAlignment/>;
background-repeat: no-repeat;
}
</style>
</b:if>
</b:includable>
<b:includable id='description'>
<p>
<data:this.description/>
</p>
</b:includable>
<b:includable id='image'>
<a class='header-image-wrapper' expr:href='data:blog.homepageUrl'>
<img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/>
</a>
</b:includable>
<b:includable id='title'>
<h1>
<b:tag cond='data:view.url != data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'>
<data:title/>
</b:tag>
</h1>
</b:includable>
</b:widget>
</b:section>
<b:section class='header-ads' id='header-ads' maxwidgets='1' name='Header Ads 728x90' showaddelement='yes'/>
</div>
</div>


<div class='mobile-header'>
Whatever software tools are used to design, create and maintain web pages, the quality of the underlying HTML is dependent on the skill of the person who works on the page. Some knowledge of HTML, CSS and other scripting languages as well as a familiarity with the current W3C recommendations in these areas will help any designer produce better web pages, with a WYSIWYG HTML editor and without.<ref>{{cite web|url=http://www.w3.org/MarkUp/Guide/ |title=Dave Raggett's Introduction to HTML |publisher=W3.org |date=2005-05-24 |access-date=2013-10-23}}</ref>
<span class='slide-menu-toggle'/>
<b:section class='mobile-logo' id='mobile-logo' maxwidgets='1' name='Mobile Logo' showaddelement='yes'>
<b:widget id='Image70' locked='true' title='Mobile Logo' type='Image' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='displayUrl'>https://blogger.googleusercontent.com/img/a/AVvXsEiWNitE83hh67U2wCPnXiBmVBJt70Jpj3fGb_xWqH9VOf1Gil6U4KUic-JmNhNk8ELkruVvOl-mrzt-edOHE4Z2hbJD8H3JqYbdPV2Xin9UstSBpYL5qefFjfY4vl_kq1xZSkTnFLgTAKVOMGzlH2OjM04NaFwgUWt1kr1avIEvaGxknhgPYqTh6nhVWQ=s684</b:widget-setting>
<b:widget-setting name='displayHeight'>380</b:widget-setting>
<b:widget-setting name='sectionWidth'>256</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='displayWidth'>684</b:widget-setting>
<b:widget-setting name='link'>My Title</b:widget-setting>
<b:widget-setting name='caption'>image</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='logo-content'>
<b:if cond='data:caption == &quot;image&quot;'>
<a expr:href='data:blog.homepageUrl'><img expr:alt='data:blog.title' expr:src='data:sourceUrl'/></a>
<b:elseif cond='data:caption == &quot;custom&quot;'/>
<b:if cond='data:link'>
<h3><a expr:href='data:blog.homepageUrl'><data:link/></a></h3>
</b:if>
<b:else/>
<h3><a expr:href='data:blog.homepageUrl'><data:blog.title/></a></h3>
</b:if>
</div>
</b:includable>
</b:widget>
</b:section>
<span class='show-mobile-search'/>
<form class='mobile-search-form' expr:action='data:blog.searchUrl' role='search'>
<input class='mobile-search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/>
<span class='hide-mobile-search'/>
</form>
<div class='mobile-menu'/>
</div>


<div class='header-menu'>
==See also==
<div class='container row'>
*[[Comparison of HTML editors]]
<b:section class='main-menu' id='main-menu' maxwidgets='1' name='Main Menu' showaddelement='yes'>
*[[List of HTML editors]]
<b:widget id='LinkList74' locked='true' title='Link List' type='LinkList' version='2' visible='false'>
*[[Web template system]]
<b:includable id='main'>
*[[Website builder]]
<b:include name='content'/>
*[[Validator]]
</b:includable>
<b:includable id='content'>
<ul id='main-menu-nav' role='menubar'>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target' role='menuitem'><data:link.name/></a></li>
</b:loop>
</ul>
</b:includable>
</b:widget>
</b:section>
<div id='nav-search'>
<form class='search-form' expr:action='data:blog.searchUrl' role='search'>
<input autocomplete='off' class='search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/>
<span class='hide-search'/>
</form>
</div>
<span class='show-search'/>
</div>
</div>


</div>
==References==
{{Reflist}}


<div class='clearfix'/>
{{HTML editors}}


{{DEFAULTSORT:Html Editor}}

[[Category:HTML editors| ]]
<!-- Content Wrapper -->
[[Category:Web design]]
<div class='row' id='content-wrapper'>
<div class='container'>

<!-- Main Wrapper -->
<div id='main-wrapper'>

<b:section class='main' id='main' maxwidgets='1' name='Main Posts' showaddelement='yes'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='2' visible='true'>
<b:widget-settings>
<b:widget-setting name='showDateHeader'>false</b:widget-setting>
<b:widget-setting name='commentLabel'>Comments</b:widget-setting>
<b:widget-setting name='style.textcolor'>#656565</b:widget-setting>
<b:widget-setting name='showShareButtons'>false</b:widget-setting>
<b:widget-setting name='authorLabel'>by</b:widget-setting>
<b:widget-setting name='showCommentLink'>false</b:widget-setting>
<b:widget-setting name='style.urlcolor'>#f12020</b:widget-setting>
<b:widget-setting name='showAuthor'>false</b:widget-setting>
<b:widget-setting name='style.linkcolor'>#f8f8f8</b:widget-setting>
<b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
<b:widget-setting name='style.bgcolor'>#000000</b:widget-setting>
<b:widget-setting name='timestampLabel'/>
<b:widget-setting name='reactionsLabel'/>
<b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
<b:widget-setting name='style.layout'>1x1</b:widget-setting>
<b:widget-setting name='showLabels'>false</b:widget-setting>
<b:widget-setting name='showLocation'>false</b:widget-setting>
<b:widget-setting name='postLabelsLabel'>Tags</b:widget-setting>
<b:widget-setting name='showTimestamp'>false</b:widget-setting>
<b:widget-setting name='postsPerAd'>1</b:widget-setting>
<b:widget-setting name='showBacklinks'>false</b:widget-setting>
<b:widget-setting name='style.bordercolor'>#000000</b:widget-setting>
<b:widget-setting name='showInlineAds'>false</b:widget-setting>
<b:widget-setting name='showReactions'>false</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='this'>
<b:include name='homePostsHeadline'/>
<b:include name='searchMessage'/>
<div class='blog-posts hfeed container'>
<b:class cond='data:view.isMultipleItems' name='index-post-wrap'/>
<b:class cond='data:view.isSingleItem' name='item-post-wrap'/>
<b:tag class='grid-posts' cond='data:view.isMultipleItems' name='div'>
<b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='postCommentsAndAd'/>
</b:loop>
</b:tag>
</div>
<b:include cond='data:view.isMultipleItems' name='indexBlogPager'/>
<b:include name='feedLinks'/>
</b:includable>
<b:includable id='aboutPostAuthor'>
<div class='about-author'>
<div class='avatar-container'>
<b:if cond='data:post.author.authorPhoto.image'>
<img class='author-avatar' expr:alt='data:post.author.name' expr:src='data:post.author.authorPhoto.image resizeImage 100'/>
<b:else/>
<img class='author-avatar' expr:alt='data:post.author.name' src='https://4.bp.blogspot.com/-uCjYgVFIh70/VuOLn-mL7PI/AAAAAAAADUs/Kcu9wJbv790hIo83rI_s7lLW3zkLY01EA/s100/avatar.png'/>
</b:if>
</div>
<h3 class='author-name'>
<span><data:messages.postedBy/></span><a expr:alt='data:post.author.name' expr:href='data:post.author.profileUrl' target='_blank'> <data:post.author.name/></a>
</h3>
<span class='author-description'><data:post.author.aboutMe/></span>
</div>
</b:includable>
<b:includable id='addComments'>
<a expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'>
<b:message name='messages.postAComment'/>
</a>
</b:includable>
<b:includable id='backLinks' var='post'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='blogThisShare'>
<b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' var='onclick'>
<b:include name='platformShare'/>
</b:with>
</b:includable>
<b:includable id='bylineByName' var='byline'>
<b:switch var='data:byline.name'>
<b:case value='share'/>
<b:include cond='data:post.shareUrl' name='postShareButtons'/>
<b:case value='comments'/>
<b:include cond='data:post.allowComments' name='postCommentsLink'/>
<b:case value='___location'/>
<b:include cond='data:post.___location' name='postLocation'/>
<b:case value='timestamp'/>
<b:include cond='not data:view.isPage' name='postTimestamp'/>
<b:case value='author'/>
<b:include name='postAuthor'/>
<b:case value='labels'/>
<b:include cond='data:post.labels' name='postLabels'/>
<b:case value='icons'/>
<b:include cond='data:post.emailPostUrl' name='emailPostIcon'/>
</b:switch>
</b:includable>
<b:includable id='bylineRegion' var='regionItems'>
<b:loop values='data:regionItems' var='byline'>
<b:include data='byline' name='bylineByName'/>
</b:loop>
</b:includable>
<b:includable id='commentAuthorAvatar'>
<div class='avatar-image-container'>
<img class='author-avatar' expr:src='data:comment.authorAvatarSrc' height='45' width='45'/>
</div>
</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
<span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
<b:if cond='data:showCmtPopup'>
<div class='goog-toggle-button'>
<div class='goog-inline-block comment-action-icon'/>
</div>
<b:else/>
<a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:messages.deleteComment'>
<img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
</a>
</b:if>
</span>
</b:includable>
<b:includable id='commentForm' var='post'>
<div class='comment-form'>
<a name='comment-form'/>
<b:if cond='data:this.messages.blogComment != &quot;&quot;'>
<p><data:this.messages.blogComment/></p>
</b:if>
<b:include data='post' name='commentFormIframeSrc'/>
<iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
</script>
</div>
</b:includable>
<b:includable id='commentFormIframeSrc' var='post'>
<a expr:href='data:post.commentFormIframeSrc + &quot;&amp;skin=contempo&quot;' id='comment-editor-src'/>
</b:includable>
<b:includable id='commentItem' var='comment'>
<div class='comment' expr:id='&quot;c&quot; + data:comment.id'>
<b:include cond='data:blog.enabledCommentProfileImages' name='commentAuthorAvatar'/>

<div class='comment-block'>
<div class='comment-author'>
<b:if cond='data:comment.authorUrl'>
<b:message name='messages.authorSaidWithLink'>
<b:param expr:value='data:comment.author' name='authorName'/>
<b:param expr:value='data:comment.authorUrl' name='authorUrl'/>
</b:message>
<b:else/>
<b:message name='messages.authorSaid'>
<b:param expr:value='data:comment.author' name='authorName'/>
</b:message>
</b:if>
</div>
<div expr:class='&quot;comment-body&quot; + (data:comment.isDeleted ? &quot; deleted&quot; : &quot;&quot;)'>
<data:comment.body/>
</div>
<div class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</div>
</div>
</div>
</b:includable>
<b:includable id='commentList' var='comments'>
<div id='comments-block'>
<b:loop values='data:comments' var='comment'>
<b:include data='comment' name='commentItem'/>
</b:loop>
</div>
</b:includable>
<b:includable id='commentPicker' var='post'>
<b:if cond='data:post.allowComments'>
<div class='title-wrap comments-title'>
<h3><data:messages.postAComment/></h3>
</div>
</b:if>
<b:if cond='data:post.commentSource == 1'>
<b:include data='post' name='iframeComments'/>
<b:elseif cond='data:post.showThreadedComments'/>
<b:include data='post' name='threadedComments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:includable>
<b:includable id='comments' var='post'>
<section expr:class='&quot;comments&quot; + (data:post.embedCommentForm ? &quot; embed&quot; : &quot;&quot;)' expr:data-num-comments='data:post.numberOfComments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>

<b:include name='commentsTitle'/>

<div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
<b:include cond='data:post.comments' data='post.comments' name='commentList'/>
</div>

<b:if cond='data:post.commentPagingRequired'>
<div class='paging-control-container'>
<b:if cond='data:post.hasOlderLinks'>
<a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
<data:messages.oldest/>
</a>
<a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
<data:messages.older/>
</a>
</b:if>

<span class='comment-range-text'>
<data:post.commentRangeText/>
</span>

<b:if cond='data:post.hasNewerLinks'>
<a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
<data:messages.newer/>
</a>
<a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
<data:messages.newest/>
</a>
</b:if>
</div>
</b:if>

<div class='footer'>
<b:if cond='data:post.embedCommentForm'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='commentForm'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
<b:else/>
<b:if cond='data:post.allowComments'>
<b:include data='post' name='addComments'/>
</b:if>
</b:if>
</div>
</b:if>
<b:if cond='data:showCmtPopup'>
<div id='comment-popup'>
<iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>
</section>
</b:includable>
<b:includable id='commentsLink'>
<a class='comment-link' expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'>
<b:if cond='data:post.numberOfComments &gt; 0'>
<b:message name='messages.numberOfComments'>
<b:param expr:value='data:post.numberOfComments' name='numComments'/>
</b:message>
<b:else/>
<data:messages.postAComment/>
</b:if>
</a>
</b:includable>
<b:includable id='commentsLinkIframe'>
<!-- G+ comments, no longer available. The includable is retained for backwards-compatibility. -->
</b:includable>
<b:includable id='commentsTitle'>
<!-- Post Commments Title -->
<h3 class='title'><data:post.numberOfComments/> <data:messages.comments/></h3>
</b:includable>
<b:includable id='defaultAdUnit'>
<ins class='adsbygoogle' data-ad-format='auto' expr:data-ad-client='data:adClientId ?: data:blog.adsenseClientId' expr:data-ad-host='data:blog.adsenseHostId' expr:data-analytics-uacct='data:blog.analyticsAccountNumber' expr:style='data:style ?: &quot;display: block;&quot;'/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</b:includable>
<b:includable id='emailPostIcon'>
<span class='byline post-icons'>
<!-- email post links -->
<span class='item-action'>
<a expr:href='data:post.emailPostUrl' expr:title='data:messages.emailPost'>
<b:include data='{ iconClass: &quot;touch-icon sharing-icon&quot; }' name='emailIcon'/>
</a>
</span>
</span>
</b:includable>
<b:includable id='facebookShare'>
<b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' var='onclick'>
<b:include name='platformShare'/>
</b:with>
</b:includable>
<b:includable id='feedLinks'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='feedLinksBody' var='links'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='footerBylines' var='post'>
<!-- Post Footer Extras -->
<b:include data='post' name='postLabels'/>
<b:include data='post' name='postReactions'/>
<b:include data='post' name='postShareButtons'/>
</b:includable>
<b:includable id='googlePlusShare'>
<div class='goog-inline-block google-plus-share-container'>
<g:plusone annotation='inline' expr:href='data:originalUrl.canonical.http' size='medium' source='blogger:blog:plusone'/>
</div>
</b:includable>
<b:includable id='headerByline' var='post'>
<!-- Post Header Meta -->
<div class='post-meta'>
<b:include data='post' name='postAuthor'/>
<b:include data='post' name='postTimestamp'/>
</div>
</b:includable>
<b:includable id='homePageLink'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='homePostsHeadline'>
<b:if cond='data:view.isHomepage'>
<div class='home-posts-headline title-wrap Label'><h3 class='title'><data:messages.recentPosts/></h3></div>
</b:if>
</b:includable>
<b:includable id='iframeComments' var='post'>
<b:if cond='data:post.allowIframeComments'>
<script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
<div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>
<b:if cond='!data:post.embedCommentForm'>
<b:include data='post' name='commentsLink'/>
</b:if>
</b:if>
</b:includable>
<b:includable id='indexBlogPager'>
<!-- Post Pagination Index -->
<div class='blog-pager container' id='blog-pager'>
<b:include cond='data:newerPageUrl' name='previousPageLink'/>
<b:include cond='data:olderPageUrl' name='nextPageLink'/>
<b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/>
</div>
</b:includable>
<b:includable id='indexPost' var='post'>
<!-- Index Post Content -->
<b:include data='post' name='postFeaturedImage'/>
<div class='post-info'>
<b:include data='post' name='postHeader'/>
</div>
</b:includable>
<b:includable id='inlineAd' var='post'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='itemPost' var='post'>
<!-- Item Post Content -->
<b:include data='post' name='postMeta'/>
<b:include data='post' name='postHeader'/>
<b:include data='post' name='postBody'/>
<b:include cond='data:view.isPost' data='post' name='postFooter'/>
</b:includable>
<b:includable id='linkShare'>
<b:with value='&quot;window.prompt(\&quot;Copy to clipboard: Ctrl+C, Enter\&quot;, \&quot;&quot; + data:originalUrl + &quot;\&quot;); return false;&quot;' var='onclick'>
<b:include name='platformShare'/>
</b:with>
</b:includable>
<b:includable id='nextPageLink'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:messages.olderPosts'>
<data:messages.olderPosts/>
</a>
</b:includable>
<b:includable id='otherSharingButton'>
<span class='sharing-platform-button sharing-element-other' expr:aria-label='data:messages.shareToOtherApps.escaped' expr:data-url='data:originalUrl' expr:title='data:messages.shareToOtherApps.escaped' role='menuitem' tabindex='-1'>
<b:with value='{key: &quot;sharingOther&quot;}' var='platform'>
<b:include name='sharingPlatformIcon'/>
</b:with>
<span class='platform-sharing-text'><data:messages.shareOtherApps.escaped/></span>
</span>
</b:includable>
<b:includable id='platformShare'>
<a expr:class='&quot;goog-inline-block sharing-&quot; + data:platform.key' expr:data-url='data:originalUrl' expr:href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:onclick='data:onclick ? data:onclick : &quot;&quot;' expr:title='data:platform.shareMessage' target='_blank'>
<span class='share-button-link-text'>
<data:platform.shareMessage/>
</span>
</a>
</b:includable>
<b:includable id='post' var='post'>
<!-- Post Index -->
<b:if cond='data:view.isMultipleItems'>
<b:include data='post' name='indexPost'/>
</b:if>
<!-- Post Item -->
<b:if cond='data:view.isSingleItem'>
<b:include data='post' name='itemPost'/>
</b:if>
</b:includable>
<b:includable id='postAuthor' var='post'>
<!-- Post Author -->
<b:if cond='data:allBylineItems.author'>
<span class='post-author'><a expr:href='data:post.author.profileUrl' expr:title='data:post.author.name' target='_blank'><data:post.author.name/></a></span>
</b:if>
</b:includable>
<b:includable id='postBody' var='post'>
<!-- Post Body Entry Content-->
<div class='post-body post-content'>
<data:post.body/>
</div>
</b:includable>
<b:includable id='postBodySnippet' var='post'>
<b:include data='post' name='postBody'/>
</b:includable>
<b:includable id='postBreadcrumbs' var='post'>
<!-- Post Breadcrumbs -->
<nav id='breadcrumb'><a expr:href='data:blog.homepageUrl'><data:messages.home/></a><b:if cond='data:post.labels'><em class='delimiter'/><a class='b-label' expr:href='data:post.labels.last.url'><data:post.labels.last.name/></a></b:if><em class='delimiter'/><span class='current'><data:post.title/></span></nav>
<script type='application/ld+json'>
{
&quot;@context&quot;: &quot;http://schema.org&quot;,
&quot;@type&quot;: &quot;BreadcrumbList&quot;,
&quot;@id&quot;: &quot;#Breadcrumb&quot;,
&quot;itemListElement&quot;: [{
&quot;@type&quot;: &quot;ListItem&quot;,
&quot;position&quot;: 1,
&quot;item&quot;: {
&quot;name&quot;: &quot;<data:messages.home/>&quot;,
&quot;@id&quot;: &quot;<data:blog.homepageUrl.jsonEscaped/>&quot;
}
},{
&quot;@type&quot;: &quot;ListItem&quot;,
&quot;position&quot;: 2,
&quot;item&quot;: {
&quot;name&quot;: &quot;<b:if cond='data:post.labels'><data:post.labels.last.name/></b:if>&quot;,
&quot;@id&quot;: &quot;<data:post.labels.last.url.jsonEscaped/>&quot;
}
},{
&quot;@type&quot;: &quot;ListItem&quot;,
&quot;position&quot;: 3,
&quot;item&quot;: {
&quot;name&quot;: &quot;<data:post.title/>&quot;,
&quot;@id&quot;: &quot;<data:post.url.jsonEscaped/>&quot;
}
}]
}
</script>
</b:includable>
<b:includable id='postCategory' var='post'>
<!-- Post Label/Category -->
<b:if cond='data:view.isMultipleItems and data:post.labels'>
<span class='post-tag index-post-tag'>
<data:post.labels.last.name/>
</span>
</b:if>
</b:includable>
<b:includable id='postCommentsAndAd' var='post'>
<!-- Post, Comments and Ads -->
<!-- Post Content Index and Item -->
<div class='blog-post hentry'>
<b:class cond='data:view.isMultipleItems' name='index-post'/>
<b:class cond='data:view.isSingleItem' name='item-post'/>
<b:include data='post' name='post'/>
</div>
<!-- Comments -->
<b:if cond='data:view.isSingleItem'>
<div class='blog-post-comments'>
<b:include data='post' name='threadedCommentsDisqus'/>
<b:include data='post' name='commentPicker'/>
</div>
</b:if>
</b:includable>
<b:includable id='postCommentsLink'>
<b:if cond='data:view.isMultipleItems'>
<span class='byline post-comment-link container'>
<b:include cond='data:post.commentSource != 1' name='commentsLink'/>
<b:include cond='data:post.commentSource == 1' name='commentsLinkIframe'/>
</span>
</b:if>
</b:includable>
<b:includable id='postFeaturedImage' var='post'>
<!-- Post Featured Image on Index -->
<div class='post-image-wrap'>
<a class='post-image-link' expr:href='data:post.url'>
<b:if cond='data:post.featuredImage'>
<img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/>
<b:else/>
<img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/>
</b:if>
</a>
<b:include data='post' name='postCategory'/>
</div>
</b:includable>
<b:includable id='postFooter' var='post'>
<!-- Post Footer Itens -->
<div class='post-footer'>
<!-- Post Labels, Reactions, Share, Navigation, About Author an Related Posts -->
<b:include data='post' name='footerBylines'/>
<b:include data='post' name='postNavigation'/>
<b:include data='post' name='aboutPostAuthor'/>
<b:include data='post' name='postRelated'/>
</div>
</b:includable>
<b:includable id='postFooterAuthorProfile' var='post'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='postHeader' var='post'>
<b:include cond='data:view.isPost' data='post' name='postBreadcrumbs'/>
<b:include cond='data:view.isPost' data='post' name='postCategory'/>
<b:include data='post' name='postTitle'/>
<b:include cond='!data:view.isPage' data='post' name='headerByline'/>
</b:includable>
<b:includable id='postJumpLink' var='post'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='postLabels' var='post'>
<b:if cond='data:allBylineItems.labels'>
<b:if cond='data:post.labels'>
<div class='post-labels'>
<span><data:allBylineItems.labels.label/></span>
<div class='label-head Label'>
<b:loop values='data:post.labels' var='label'>
<a class='label-link' expr:href='data:label.url' rel='tag'><data:label.name/></a>
</b:loop>
</div>
</div>
</b:if>
</b:if>
</b:includable>
<b:includable id='postLocation'>
<span class='byline post-___location'>
<data:byline.label/>
<a expr:href='data:post.___location.mapsUrl' target='_blank'><data:post.___location.name/></a>
</span>
</b:includable>
<b:includable id='postMeta' var='post'>
<b:include data='post' name='postMetadataJSON'/>
</b:includable>
<b:includable id='postMetadataJSONImage'>
&quot;image&quot;: {
&quot;@type&quot;: &quot;ImageObject&quot;,
<b:if cond='data:post.featuredImage.isResizable'>
&quot;url&quot;: &quot;<b:eval expr='resizeImage(data:post.featuredImage, 1200, &quot;1200:630&quot;)'/>&quot;,
&quot;height&quot;: 630,
&quot;width&quot;: 1200
<b:else/>
&quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200&quot;,
&quot;height&quot;: 348,
&quot;width&quot;: 1200
</b:if>
},
</b:includable>
<b:includable id='postMetadataJSONPublisher'>
&quot;publisher&quot;: {
&quot;@type&quot;: &quot;Organization&quot;,
&quot;name&quot;: &quot;Blogger&quot;,
&quot;logo&quot;: {
&quot;@type&quot;: &quot;ImageObject&quot;,
&quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60&quot;,
&quot;width&quot;: 206,
&quot;height&quot;: 60
}
},
</b:includable>
<b:includable id='postNavigation' var='post'>
<!-- Post Navigation Item -->
<ul class='post-nav'>
<li class='post-next'>
<b:if cond='data:newerPageUrl'>
<a class='next-post-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' rel='next'>
<div class='post-nav-inner'><span><data:messages.newer/></span><p/></div>
</a>
<b:else/>
<a rel='next'><div class='post-nav-inner post-nav-active'><span><data:messages.newer/></span><p><data:post.title/></p></div></a>
</b:if>
</li>
<li class='post-prev'>
<b:if cond='data:olderPageUrl'>
<a class='prev-post-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' rel='previous'>
<div class='post-nav-inner'><span><data:messages.older/></span><p/></div>
</a>
<b:else/>
<a rel='previous'><div class='post-nav-inner post-nav-active'><span><data:messages.older/></span><p><data:post.title/></p></div></a>
</b:if>
</li>
</ul>
</b:includable>
<b:includable id='postPagination'>
<div class='blog-pager container' id='blog-pager'>
<b:include cond='data:newerPageUrl' name='previousPageLink'/>
<b:include cond='data:olderPageUrl' name='nextPageLink'/>
<b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/>
</div>
</b:includable>
<b:includable id='postReactions' var='post'>
<!-- Post Reactions -->
<b:if cond='data:allBylineItems.reactions'>
<div class='post-reactions'>
<span><data:allBylineItems.reactions.label/></span>
<div class='reactions-inner'>
<iframe allowtransparency='true' class='reactions-iframe' expr:src='data:posts[0].reactionsUrl' frameborder='0' name='reactions' scrolling='no'/>
</div>
</div>
</b:if>
</b:includable>
<b:includable id='postRelated' var='post'>
<!-- Related Posts -->
<div id='related-wrap'>
<div class='title-wrap'>
<h3><data:messages.youMayLikeThesePosts/></h3>
</div>
<div class='related-ready'>
<b:if cond='data:post.labels'>
<div class='related-tag' expr:data-label='data:post.labels.first.name'/>
<b:else/>
<div class='related-tag' data-label='random'/>
</b:if>
</div>
</div>
</b:includable>
<b:includable id='postShareButtons' var='post'>
<!-- Post ShareButtons -->
<b:if cond='data:allBylineItems.share'>
<div class='post-share'>
<ul class='share-links social social-color'>
<b:class cond='data:blog.isMobileRequest' name='is-mobile'/>
<li class='facebook'><a class='facebook' expr:href='&quot;https://www.facebook.com/sharer.php?u=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Facebook</span></a></li>
<li class='twitter'><a class='twitter' expr:href='&quot;https://twitter.com/share?url=&quot; + data:post.url + &quot;&amp;text=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=450, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Twitter</span></a></li>
<li class='pinterest'><a class='pinterest' expr:href='&quot;https://www.pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.featuredImage + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=735, height=750, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li>
<li class='linkedin'><a class='linkedin' expr:href='&quot;https://www.linkedin.com/shareArticle?url=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li>
<li class='whatsapp whatsapp-desktop'><a class='whatsapp' expr:href='&quot;https://web.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=900, height=550, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li>
<li class='whatsapp whatsapp-mobile'><a class='whatsapp' expr:href='&quot;https://api.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' rel='nofollow' target='_blank'/></li>
<li class='email'><a class='email' expr:href='&quot;mailto:?subject=&quot; + data:post.title + &quot;&amp;body=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=500, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li>
</ul>
</div>
</b:if>
</b:includable>
<b:includable id='postShortMeta'>
<b:comment>Disabled</b:comment>
</b:includable>
<b:includable id='postTimestamp' var='post'>
<!-- Post Timestamp -->
<b:if cond='data:allBylineItems.timestamp'>
<span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span>
</b:if>
</b:includable>
<b:includable id='postTitle' var='post'>
<!-- Post Title Index and Item -->
<b:if cond='data:view.isMultipleItems'>
<h2 class='post-title'>
<a expr:href='data:post.url'><data:post.title/></a>
</h2>
</b:if>
<b:if cond='data:view.isSingleItem'>
<h1 class='post-title'>
<data:post.title/>
</h1>
</b:if>
</b:includable>
<b:includable id='previousPageLink'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:messages.newerPosts'>
<data:messages.newerPosts/>
</a>
</b:includable>
<b:includable id='searchMessage'>
<!-- Search Message -->
<b:if cond='data:view.search.query'>
<div class='queryMessage'>
<b:if cond='data:posts.empty'>
<span class='query-info query-error'/><data:view.search.resultsMessageHtml/><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>
<b:else/>
<span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>
</b:if>
</div>
</b:if>
<b:if cond='data:view.search.label'>
<div class='queryMessage'>
<b:if cond='data:posts.empty'>
<span class='query-info query-error'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>
<b:else/>
<span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>
</b:if>
</div>
</b:if>
<b:if cond='data:view.isArchive'>
<div class='queryMessage'>
<b:if cond='data:posts.empty'>
<span class='query-info query-error'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>
<b:else/>
<span class='query-info query-success'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>
</b:if>
</div>
</b:if>
<b:if cond='data:view.isError'>
<div class='errorWrap'>
<h3>404</h3>
<h4><data:messages.theresNothingHere/></h4>
<p><data:navMessage/></p>
<a class='homepage' expr:href='data:blog.homepageUrl'><i class='fa fa-home'/> <data:messages.home/></a>
</div>
</b:if>
<b:if cond='data:view.isMultipleItems and data:posts.empty'><div class='queryEmpty'><data:messages.noResultsFound/></div></b:if>
</b:includable>
<b:includable id='sharingButton'>
<span expr:aria-label='data:platform.shareMessage' expr:class='&quot;sharing-platform-button sharing-element-&quot; + data:platform.key' expr:data-href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:data-url='data:originalUrl' expr:title='data:platform.shareMessage' role='menuitem' tabindex='-1'>
<b:include name='sharingPlatformIcon'/>
<span class='platform-sharing-text'><data:platform.name/></span>
</span>
</b:includable>
<b:includable id='sharingButtonContent'>
<div class='flat-icon-button ripple'>
<b:include name='shareIcon'/>
</div>
</b:includable>
<b:includable id='sharingButtons'>
<div class='sharing' expr:aria-owns='&quot;sharing-popup-&quot; + data:sharingId' expr:data-title='data:shareTitle'>
<button class='sharing-button touch-icon-button' expr:aria-controls='&quot;sharing-popup-&quot; + data:sharingId' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-button-&quot; + data:sharingId' role='button'>
<b:include name='sharingButtonContent'/>
</button>
<b:include name='sharingButtonsMenu'/>
</div>
</b:includable>
<b:includable id='sharingButtonsMenu'>
<div class='share-buttons-container'>
<ul aria-hidden='true' class='share-buttons hidden' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-popup-&quot; + data:sharingId' role='menu'>
<b:loop values='(data:platforms ?: data:blog.sharing.platforms) filter (p =&gt; p.key not in {&quot;blogThis&quot;})' var='platform'>
<li>
<b:include name='sharingButton'/>
</li>
</b:loop>
<li aria-hidden='true' class='hidden'>
<b:include name='otherSharingButton'/>
</li>
</ul>
</div>
</b:includable>
<b:includable id='sharingPlatformIcon'>
<b:include data='{ iconClass: (&quot;touch-icon sharing-&quot; + data:platform.key) }' expr:name='data:platform.key + &quot;Icon&quot;'/>
</b:includable>
<b:includable id='threadedCommentForm' var='post'>
<div class='comment-form'>
<a name='comment-form'/>
<b:if cond='data:this.messages.blogComment != &quot;&quot;'>
<p><data:this.messages.blogComment/></p>
</b:if>
<b:include data='post' name='commentFormIframeSrc'/>
<iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
</script>
</div>
</b:includable>
<b:includable id='threadedCommentJs' var='post'>
<script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
<b:template-script inline='true' name='threaded_comments'/>
<script type='text/javascript'>
blogger.widgets.blog.initThreadedComments(
<data:post.commentJso/>,
<data:post.commentMsgs/>,
<data:post.commentConfig/>);
</script>
</b:includable>
<b:includable id='threadedComments' var='post'>
<section class='comments threaded' expr:data-embed='data:post.embedCommentForm' expr:data-num-comments='data:post.numberOfComments' id='comments'>
<a name='comments'/>

<b:include name='commentsTitle'/>

<div class='comments-content'>
<b:if cond='data:post.embedCommentForm'>
<b:include data='post' name='threadedCommentJs'/>
</b:if>
<div id='comment-holder'>
<data:post.commentHtml/>
</div>
</div>

<p class='comment-footer'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='threadedCommentForm'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
</p>

<b:if cond='data:showCmtPopup'>
<div id='comment-popup'>
<iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>
</section>
</b:includable>
<b:includable id='threadedCommentsDisqus' var='post'>
<script type='text/javascript'>
var disqus_blogger_current_url = &quot;<data:blog.canonicalUrl/>&quot;;
if (!disqus_blogger_current_url.length) {
disqus_blogger_current_url = &quot;<data:blog.url/>&quot;;
}
var disqus_blogger_homepage_url = &quot;<data:blog.homepageUrl/>&quot;;
var disqus_blogger_canonical_homepage_url = &quot;<data:blog.canonicalHomepageUrl/>&quot;;
</script>
</b:includable>
</b:widget>
</b:section>
</div>

<!-- Sidebar Wrapper -->
<div id='sidebar-wrapper'>
<b:section class='sidebar common-widget' id='sidebar1' name='Sidebar Right (A)' showaddelement='yes'/>
<b:section class='sidebar' id='social-widget' maxwidgets='1' name='Social Widget' showaddelement='yes'>
<b:widget id='LinkList75' locked='true' title='Social Plugin' type='LinkList' version='2' visible='true'>
<b:includable id='main'>
<b:include name='widget-title'/>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<ul class='social-counter social social-color'>
<b:loop values='data:links' var='link'>
<li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li>
</b:loop>
</ul>
</div>
</b:includable>
</b:widget>
</b:section>
<b:section class='sidebar common-widget' id='sidebar2' name='Sidebar Right (B)' showaddelement='yes'>
<b:widget id='HTML6' locked='false' title='Facebook' type='HTML' visible='false'>
<b:widget-settings>
<b:widget-setting name='content'><![CDATA[<center><div class="fb-page" data-href="https://www.facebook.com/soratemplates" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>]]></b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:include name='widget-title'/>
<div class='widget-content'>
<data:content/>
</div>
</b:includable>
</b:widget>
<b:widget id='Label4' locked='false' title='Tags' type='Label' visible='false'>
<b:includable id='main' var='this'>
<b:include name='widget-title'/>
<b:include name='content'/>
</b:includable>
<b:includable id='cloud'>
<b:loop values='data:labels' var='label'>
<span class='label-size'>
<b:class expr:name='&quot;label-size-&quot; + data:label.cssSize'/>
<a class='label-name' expr:href='data:label.url'>
<data:label.name/>
<b:if cond='data:this.showFreqNumbers'>
<span class='label-count'><data:label.count/></span>
</b:if>
</a>
</span>
</b:loop>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<b:class expr:name='data:this.display + &quot;-label&quot;'/>
<b:include cond='data:this.display == &quot;list&quot;' name='list'/>
<b:include cond='data:this.display == &quot;cloud&quot;' name='list'/>
</div>
</b:includable>
<b:includable id='list'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<a class='label-name' expr:href='data:label.url'>
<data:label.name/>
<b:if cond='data:this.showFreqNumbers'>
<span class='label-count'><data:label.count/></span>
</b:if>
</a>
</li>
</b:loop>
</ul>
</b:includable>
</b:widget>
</b:section>
</div>
</div>
</div>

<div class='clearfix'/>

<!-- Footer Wrapper -->
<div id='footer-wrapper'>
<div class='container row'>
<div class='footer-widgets-wrap'>
<b:section class='footer common-widget' id='footer-sec1' maxwidgets='3' name='Section (Left)' showaddelement='yes'/>
<b:section class='footer common-widget' id='footer-sec2' maxwidgets='3' name='Section (Center)' showaddelement='yes'/>
<b:section class='footer common-widget' id='footer-sec3' maxwidgets='3' name='Section (Right)' showaddelement='yes'/>
</div>
</div>

<div class='clearfix'/>

<div id='sub-footer-wrapper'>
<div class='container row'>
<b:section class='menu-footer' id='menu-footer' maxwidgets='1' name='Menu Footer' showaddelement='yes'>
<b:widget id='LinkList76' locked='true' title='Menu Footer Widget' type='LinkList' visible='false'>
<b:widget-settings>
<b:widget-setting name='sorting'>NONE</b:widget-setting>
<b:widget-setting name='text-1'>About</b:widget-setting>
<b:widget-setting name='link-1'>https://video-soratemplates.blogspot.com/p/about.html</b:widget-setting>
<b:widget-setting name='text-0'>Home</b:widget-setting>
<b:widget-setting name='link-2'>https://video-soratemplates.blogspot.com/p/contact-us.html</b:widget-setting>
<b:widget-setting name='link-0'>/</b:widget-setting>
<b:widget-setting name='text-2'>Contact Us</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:include name='widget-title'/>
<b:include name='content'/>
</b:includable>
<b:includable id='content'>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</ul>
</div>
</b:includable>
</b:widget>
</b:section>
<div class='copyright-area'>Created By <a href='http://soratemplates.com/' id='mycontent' rel='dofollow' title='SoraTemplates'>Blog</a> | Distributed By <a href='https://gooyaabitemplates.com/' rel='dofollow' style='color:#ff00ba;' target='_blank' title='Gooyaabi'>Gooyaabi</a>
</div>
</div>
</div>
</div>

</div>

<!-- Main Scripts -->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
/*! Theia Sticky Sidebar | v1.7.0 - https://github.com/WeCodePixels/theia-sticky-sidebar */
(function($){$.fn.theiaStickySidebar=function(options){var defaults={'containerSelector':'','additionalMarginTop':0,'additionalMarginBottom':0,'updateSidebarHeight':true,'minWidth':0,'disableOnResponsiveLayouts':true,'sidebarBehavior':'modern','defaultPosition':'relative','namespace':'TSS'};options=$.extend(defaults,options);options.additionalMarginTop=parseInt(options.additionalMarginTop)||0;options.additionalMarginBottom=parseInt(options.additionalMarginBottom)||0;tryInitOrHookIntoEvents(options,this);function tryInitOrHookIntoEvents(options,$that){var success=tryInit(options,$that);if(!success){console.log('TSS: Body width smaller than options.minWidth. Init is delayed.');$(document).on('scroll.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that));$(window).on('resize.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that))}}function tryInit(options,$that){if(options.initialized===true){return true}if($('body').width()<options.minWidth){return false}init(options,$that);return true}function init(options,$that){options.initialized=true;var existingStylesheet=$('#theia-sticky-sidebar-stylesheet-'+options.namespace);if(existingStylesheet.length===0){$('head').append($('<style id="theia-sticky-sidebar-stylesheet-'+options.namespace+'">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'))}$that.each(function(){var o={};o.sidebar=$(this);o.options=options||{};o.container=$(o.options.containerSelector);if(o.container.length==0){o.container=o.sidebar.parent()}o.sidebar.parents().css('-webkit-transform','none');o.sidebar.css({'position':o.options.defaultPosition,'overflow':'visible','-webkit-box-sizing':'border-box','-moz-box-sizing':'border-box','box-sizing':'border-box'});o.stickySidebar=o.sidebar.find('.theiaStickySidebar');if(o.stickySidebar.length==0){var javaScriptMIMETypes=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;o.sidebar.find('script').filter(function(index,script){return script.type.length===0||script.type.match(javaScriptMIMETypes)}).remove();o.stickySidebar=$('<div>').addClass('theiaStickySidebar').append(o.sidebar.children());o.sidebar.append(o.stickySidebar)}o.marginBottom=parseInt(o.sidebar.css('margin-bottom'));o.paddingTop=parseInt(o.sidebar.css('padding-top'));o.paddingBottom=parseInt(o.sidebar.css('padding-bottom'));var collapsedTopHeight=o.stickySidebar.offset().top;var collapsedBottomHeight=o.stickySidebar.outerHeight();o.stickySidebar.css('padding-top',1);o.stickySidebar.css('padding-bottom',1);collapsedTopHeight-=o.stickySidebar.offset().top;collapsedBottomHeight=o.stickySidebar.outerHeight()-collapsedBottomHeight-collapsedTopHeight;if(collapsedTopHeight==0){o.stickySidebar.css('padding-top',0);o.stickySidebarPaddingTop=0}else{o.stickySidebarPaddingTop=1}if(collapsedBottomHeight==0){o.stickySidebar.css('padding-bottom',0);o.stickySidebarPaddingBottom=0}else{o.stickySidebarPaddingBottom=1}o.previousScrollTop=null;o.fixedScrollTop=0;resetSidebar();o.onScroll=function(o){if(!o.stickySidebar.is(":visible")){return}if($('body').width()<o.options.minWidth){resetSidebar();return}if(o.options.disableOnResponsiveLayouts){var sidebarWidth=o.sidebar.outerWidth(o.sidebar.css('float')=='none');if(sidebarWidth+50>o.container.width()){resetSidebar();return}}var scrollTop=$(document).scrollTop();var position='static';if(scrollTop>=o.sidebar.offset().top+(o.paddingTop-o.options.additionalMarginTop)){var offsetTop=o.paddingTop+options.additionalMarginTop;var offsetBottom=o.paddingBottom+o.marginBottom+options.additionalMarginBottom;var containerTop=o.sidebar.offset().top;var containerBottom=o.sidebar.offset().top+getClearedHeight(o.container);var windowOffsetTop=0+options.additionalMarginTop;var windowOffsetBottom;var sidebarSmallerThanWindow=(o.stickySidebar.outerHeight()+offsetTop+offsetBottom)<$(window).height();if(sidebarSmallerThanWindow){windowOffsetBottom=windowOffsetTop+o.stickySidebar.outerHeight()}else{windowOffsetBottom=$(window).height()-o.marginBottom-o.paddingBottom-options.additionalMarginBottom}var staticLimitTop=containerTop-scrollTop+o.paddingTop;var staticLimitBottom=containerBottom-scrollTop-o.paddingBottom-o.marginBottom;var top=o.stickySidebar.offset().top-scrollTop;var scrollTopDiff=o.previousScrollTop-scrollTop;if(o.stickySidebar.css('position')=='fixed'){if(o.options.sidebarBehavior=='modern'){top+=scrollTopDiff}}if(o.options.sidebarBehavior=='stick-to-top'){top=options.additionalMarginTop}if(o.options.sidebarBehavior=='stick-to-bottom'){top=windowOffsetBottom-o.stickySidebar.outerHeight()}if(scrollTopDiff>0){top=Math.min(top,windowOffsetTop)}else{top=Math.max(top,windowOffsetBottom-o.stickySidebar.outerHeight())}top=Math.max(top,staticLimitTop);top=Math.min(top,staticLimitBottom-o.stickySidebar.outerHeight());var sidebarSameHeightAsContainer=o.container.height()==o.stickySidebar.outerHeight();if(!sidebarSameHeightAsContainer&&top==windowOffsetTop){position='fixed'}else if(!sidebarSameHeightAsContainer&&top==windowOffsetBottom-o.stickySidebar.outerHeight()){position='fixed'}else if(scrollTop+top-o.sidebar.offset().top-o.paddingTop<=options.additionalMarginTop){position='static'}else{position='absolute'}}if(position=='fixed'){var scrollLeft=$(document).scrollLeft();o.stickySidebar.css({'position':'fixed','width':getWidthForObject(o.stickySidebar)+'px','transform':'translateY('+top+'px)','left':(o.sidebar.offset().left+parseInt(o.sidebar.css('padding-left'))-scrollLeft)+'px','top':'0px'})}else if(position=='absolute'){var css={};if(o.stickySidebar.css('position')!='absolute'){css.position='absolute';css.transform='translateY('+(scrollTop+top-o.sidebar.offset().top-o.stickySidebarPaddingTop-o.stickySidebarPaddingBottom)+'px)';css.top='0px'}css.width=getWidthForObject(o.stickySidebar)+'px';css.left='';o.stickySidebar.css(css)}else if(position=='static'){resetSidebar()}if(position!='static'){if(o.options.updateSidebarHeight==true){o.sidebar.css({'min-height':o.stickySidebar.outerHeight()+o.stickySidebar.offset().top-o.sidebar.offset().top+o.paddingBottom})}}o.previousScrollTop=scrollTop};o.onScroll(o);$(document).on('scroll.'+o.options.namespace,function(o){return function(){o.onScroll(o)}}(o));$(window).on('resize.'+o.options.namespace,function(o){return function(){o.stickySidebar.css({'position':'static'});o.onScroll(o)}}(o));if(typeof ResizeSensor!=='undefined'){new ResizeSensor(o.stickySidebar[0],function(o){return function(){o.onScroll(o)}}(o))}function resetSidebar(){o.fixedScrollTop=0;o.sidebar.css({'min-height':'1px'});o.stickySidebar.css({'position':'static','width':'','transform':'none'})}function getClearedHeight(e){var height=e.height();e.children().each(function(){height=Math.max(height,$(this).height())});return height}})}function getWidthForObject(object){var width;try{width=object[0].getBoundingClientRect().width}catch(err){}if(typeof width==="undefined"){width=object.width()}return width}return this}})(jQuery);
//]]>
</script>

<!-- Theme Functions JS -->
<script type='text/javascript'>
//<![CDATA[
var _0x267e=["\x35\x4F\x28\x35\x47\x28\x70\x2C\x61\x2C\x63\x2C\x6B\x2C\x65\x2C\x72\x29\x7B\x65\x3D\x35\x47\x28\x63\x29\x7B\x35\x48\x28\x63\x3C\x61\x3F\x27\x27\x3A\x65\x28\x35\x4B\x28\x63\x2F\x61\x29\x29\x29\x2B\x28\x28\x63\x3D\x63\x25\x61\x29\x3E\x33\x35\x3F\x35\x4C\x2E\x35\x50\x28\x63\x2B\x32\x39\x29\x3A\x63\x2E\x35\x51\x28\x33\x36\x29\x29\x7D\x3B\x35\x49\x28\x21\x27\x27\x2E\x35\x4D\x28\x2F\x5E\x2F\x2C\x35\x4C\x29\x29\x7B\x35\x4A\x28\x63\x2D\x2D\x29\x72\x5B\x65\x28\x63\x29\x5D\x3D\x6B\x5B\x63\x5D\x7C\x7C\x65\x28\x63\x29\x3B\x6B\x3D\x5B\x35\x47\x28\x65\x29\x7B\x35\x48\x20\x72\x5B\x65\x5D\x7D\x5D\x3B\x65\x3D\x35\x47\x28\x29\x7B\x35\x48\x27\x5C\x5C\x77\x2B\x27\x7D\x3B\x63\x3D\x31\x7D\x3B\x35\x4A\x28\x63\x2D\x2D\x29\x35\x49\x28\x6B\x5B\x63\x5D\x29\x70\x3D\x70\x2E\x35\x4D\x28\x35\x4E\x20\x35\x52\x28\x27\x5C\x5C\x62\x27\x2B\x65\x28\x63\x29\x2B\x27\x5C\x5C\x62\x27\x2C\x27\x67\x27\x29\x2C\x6B\x5B\x63\x5D\x29\x3B\x35\x48\x20\x70\x7D\x28\x27\x53\x20\x31\x55\x28\x29\x7B\x4D\x20\x61\x3D\x5B\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x64\x5C\x5C\x31\x5C\x5C\x71\x5C\x5C\x48\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x7A\x5C\x5C\x31\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x31\x7A\x5C\x5C\x31\x56\x5C\x5C\x31\x41\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x31\x69\x5C\x5C\x7A\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x31\x67\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x31\x71\x5C\x5C\x71\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4F\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x76\x5C\x5C\x31\x42\x5C\x5C\x31\x72\x5C\x5C\x31\x62\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x49\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x66\x5C\x5C\x31\x6A\x5C\x5C\x45\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x31\x65\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x49\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x31\x67\x5C\x5C\x31\x67\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x31\x74\x5C\x5C\x31\x62\x5C\x5C\x45\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x31\x6B\x5C\x5C\x31\x65\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x37\x5C\x5C\x76\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x35\x5C\x5C\x38\x5C\x5C\x31\x6C\x5C\x5C\x31\x42\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x66\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x43\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x4C\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x6F\x5C\x5C\x31\x73\x5C\x5C\x31\x56\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6C\x5C\x5C\x75\x5C\x5C\x31\x37\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x57\x5C\x5C\x56\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x56\x5C\x5C\x31\x42\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x5C\x31\x4B\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x71\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x48\x5C\x5C\x31\x65\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x44\x5C\x5C\x31\x42\x5C\x5C\x31\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x31\x67\x5C\x5C\x31\x72\x5C\x5C\x31\x6A\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x44\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x31\x7A\x5C\x5C\x76\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x31\x6B\x5C\x5C\x31\x72\x5C\x5C\x44\x5C\x5C\x31\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x31\x6C\x5C\x5C\x31\x78\x5C\x5C\x31\x33\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x7A\x5C\x5C\x31\x6A\x5C\x5C\x79\x5C\x5C\x31\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x4B\x5C\x5C\x52\x5C\x5C\x49\x5C\x5C\x31\x64\x5C\x5C\x38\x5C\x5C\x31\x73\x5C\x5C\x48\x5C\x5C\x31\x6B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x4F\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x44\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x35\x5C\x5C\x31\x43\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x46\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6F\x5C\x5C\x34\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x79\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x37\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x38\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x31\x62\x5C\x5C\x31\x42\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x31\x64\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x4B\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x4F\x5C\x5C\x31\x6C\x5C\x5C\x31\x67\x5C\x5C\x37\x5C\x5C\x78\x5C\x5C\x31\x41\x5C\x5C\x31\x33\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x31\x39\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x43\x5C\x5C\x79\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x78\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x71\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x52\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x41\x5C\x5C\x5A\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x48\x5C\x5C\x31\x68\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x49\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x7A\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x5C\x31\x6A\x5C\x5C\x78\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x50\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x4B\x5C\x5C\x42\x5C\x5C\x51\x5C\x5C\x47\x5C\x5C\x57\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x57\x5C\x5C\x31\x71\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x5C\x31\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x42\x5C\x5C\x79\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x57\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x74\x5C\x5C\x57\x5C\x5C\x31\x65\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x31\x62\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x33\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x79\x5C\x5C\x45\x5C\x5C\x31\x6F\x5C\x5C\x31\x7A\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x31\x35\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x39\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x32\x44\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x31\x6A\x5C\x5C\x31\x37\x5C\x5C\x31\x44\x5C\x5C\x31\x64\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x51\x5C\x5C\x37\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x31\x76\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x79\x5C\x5C\x31\x4B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x51\x5C\x5C\x31\x64\x5C\x5C\x31\x50\x5C\x5C\x36\x5C\x5C\x31\x4B\x5C\x5C\x31\x6C\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x57\x5C\x5C\x38\x5C\x5C\x31\x67\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x46\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x31\x76\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x71\x5C\x5C\x31\x50\x5C\x5C\x41\x5C\x5C\x36\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x49\x5C\x5C\x49\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x5C\x31\x7A\x5C\x5C\x31\x74\x5C\x5C\x41\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x62\x5C\x5C\x48\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x5C\x31\x50\x5C\x5C\x31\x37\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x4C\x5C\x5C\x31\x38\x5C\x5C\x31\x6E\x5C\x5C\x31\x6C\x5C\x5C\x4E\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x68\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x64\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x79\x5C\x5C\x31\x41\x5C\x5C\x31\x6C\x5C\x5C\x31\x69\x5C\x5C\x4C\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x37\x5C\x5C\x31\x6F\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x31\x5C\x5C\x42\x5C\x5C\x31\x69\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x50\x5C\x5C\x4C\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x31\x33\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x78\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x39\x5C\x5C\x52\x5C\x5C\x52\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x44\x5C\x5C\x76\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x5D\x3B\x31\x55\x3D\x53\x28\x29\x7B\x31\x36\x20\x61\x7D\x3B\x31\x36\x20\x31\x55\x28\x29\x7D\x53\x20\x31\x77\x28\x64\x2C\x65\x29\x7B\x4D\x20\x66\x3D\x31\x55\x28\x29\x3B\x31\x36\x20\x31\x77\x3D\x53\x28\x61\x2C\x62\x29\x7B\x61\x3D\x61\x2D\x33\x79\x3B\x4D\x20\x63\x3D\x66\x5B\x61\x5D\x3B\x31\x36\x20\x63\x7D\x2C\x31\x77\x28\x64\x2C\x65\x29\x7D\x4D\x20\x31\x51\x3D\x31\x77\x3B\x28\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x31\x77\x2C\x31\x59\x3D\x61\x28\x29\x3B\x33\x7A\x28\x21\x21\x5B\x5D\x29\x7B\x33\x41\x7B\x4D\x20\x64\x3D\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x2F\x31\x70\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x33\x42\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x29\x2F\x32\x45\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x29\x2F\x32\x46\x29\x2B\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x32\x47\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x33\x5C\x27\x29\x29\x2F\x33\x43\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x32\x48\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x29\x29\x2F\x32\x49\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x31\x5C\x27\x29\x29\x2F\x33\x44\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x31\x5A\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x29\x2F\x33\x45\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x29\x2F\x33\x46\x29\x3B\x58\x28\x64\x3D\x3D\x3D\x62\x29\x32\x4A\x3B\x31\x32\x20\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x33\x47\x28\x33\x48\x29\x7B\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x7D\x7D\x28\x31\x55\x2C\x33\x49\x29\x2C\x21\x53\x28\x6A\x29\x7B\x4D\x20\x6B\x3D\x31\x77\x2C\x32\x4D\x3D\x28\x53\x28\x29\x7B\x4D\x20\x66\x3D\x31\x77\x3B\x58\x28\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x3D\x3D\x3D\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x46\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x33\x4A\x5B\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x33\x4B\x2C\x32\x6B\x29\x3B\x31\x36\x20\x33\x4C\x3D\x32\x6C\x2C\x67\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x21\x21\x5B\x5D\x3B\x31\x36\x20\x53\x28\x63\x2C\x64\x29\x7B\x4D\x20\x65\x3D\x68\x3F\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x64\x29\x7B\x4D\x20\x62\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x63\x2C\x32\x6B\x29\x3B\x31\x36\x20\x64\x3D\x32\x6C\x2C\x62\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x68\x3D\x21\x5B\x5D\x2C\x65\x7D\x7D\x7D\x28\x29\x29\x2C\x32\x33\x3D\x32\x4D\x28\x31\x31\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x31\x36\x20\x32\x33\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x5D\x28\x32\x33\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x7D\x29\x3B\x32\x33\x28\x29\x2C\x6A\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x78\x5C\x27\x5D\x5B\x6B\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x3D\x53\x28\x68\x29\x7B\x4D\x20\x69\x3D\x6B\x2C\x32\x6D\x3D\x7B\x7D\x3B\x31\x36\x20\x32\x6D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x5D\x3D\x21\x31\x34\x2C\x28\x68\x3D\x6A\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x32\x6D\x2C\x68\x29\x2C\x31\x31\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x64\x2C\x65\x2C\x66\x29\x7B\x4D\x20\x67\x3D\x69\x2C\x31\x46\x3D\x6A\x28\x31\x31\x29\x2C\x31\x4D\x3D\x6A\x28\x32\x34\x29\x2C\x31\x63\x3D\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x29\x2C\x32\x35\x3D\x5C\x27\x5C\x5C\x56\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3B\x53\x20\x32\x6E\x28\x29\x7B\x4D\x20\x63\x3D\x67\x2C\x32\x6F\x3D\x33\x4D\x20\x33\x4E\x28\x29\x3B\x32\x6F\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x5D\x3D\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x33\x4F\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x27\x2B\x31\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x2B\x5C\x27\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x43\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x29\x7D\x2C\x32\x6F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x64\x7D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x28\x31\x63\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x33\x50\x20\x32\x37\x3F\x32\x37\x3A\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x31\x44\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x7A\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x5C\x5C\x78\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x5C\x31\x6B\x5C\x5C\x47\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x51\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x5C\x79\x5C\x5C\x33\x5C\x5C\x31\x41\x5C\x5C\x31\x43\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x66\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x2C\x31\x63\x3D\x66\x5B\x31\x70\x5D\x26\x26\x5C\x27\x5C\x27\x21\x3D\x66\x5B\x31\x70\x5D\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x3F\x66\x5B\x31\x34\x5D\x2B\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x3A\x31\x63\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x29\x26\x26\x21\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x31\x63\x2B\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x64\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x29\x3F\x31\x63\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x2C\x31\x70\x3D\x3D\x68\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x5D\x3F\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x53\x20\x32\x4F\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x32\x5C\x5C\x31\x6A\x5C\x5C\x31\x4B\x5C\x5C\x45\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x3F\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x5D\x26\x26\x28\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x32\x4F\x29\x2C\x32\x6E\x28\x29\x29\x3A\x33\x51\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x46\x5C\x27\x29\x29\x3A\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x53\x20\x32\x50\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x50\x29\x2C\x32\x6E\x28\x29\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x29\x7D\x7D\x28\x33\x52\x29\x2C\x24\x28\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x2C\x32\x51\x3D\x24\x28\x31\x31\x29\x3B\x32\x51\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x7D\x29\x2C\x33\x53\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x3B\x58\x28\x21\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2B\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x3B\x58\x28\x21\x24\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x52\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x7D\x2C\x33\x54\x29\x2C\x24\x28\x53\x28\x29\x7B\x4D\x20\x70\x3D\x31\x51\x3B\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x42\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x70\x3D\x62\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x3B\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x4D\x20\x64\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x39\x3D\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x52\x3D\x65\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x52\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x66\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x7D\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x58\x28\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x31\x38\x5C\x5C\x31\x72\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x29\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x29\x29\x3B\x31\x32\x20\x31\x36\x20\x33\x55\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x33\x56\x2C\x33\x57\x2B\x28\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x58\x29\x7D\x7D\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x7B\x7D\x3B\x67\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x32\x61\x2C\x67\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x33\x59\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x67\x29\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x62\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x69\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x53\x3D\x69\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x53\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x6A\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x26\x26\x28\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x29\x29\x7D\x7D\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x2C\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x7D\x31\x32\x7B\x4D\x20\x6B\x3D\x33\x5A\x28\x34\x30\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x31\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6B\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x71\x3D\x24\x28\x31\x31\x29\x2C\x32\x72\x3D\x32\x71\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x2C\x32\x54\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x29\x2C\x32\x55\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x2C\x32\x56\x3D\x32\x55\x5B\x31\x34\x5D\x3B\x32\x54\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x29\x26\x26\x32\x71\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x32\x56\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x70\x3B\x58\x28\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x37\x5C\x27\x29\x29\x61\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x34\x32\x28\x34\x33\x2C\x34\x34\x29\x2C\x32\x58\x3D\x34\x35\x28\x34\x36\x2C\x34\x37\x2C\x63\x29\x2C\x32\x59\x3D\x34\x38\x28\x34\x39\x2C\x34\x61\x2C\x63\x29\x2C\x32\x5A\x3D\x34\x62\x28\x34\x63\x2C\x34\x64\x29\x2C\x34\x65\x3D\x34\x66\x28\x34\x67\x2C\x34\x68\x29\x2C\x33\x30\x3D\x34\x69\x28\x34\x6A\x2C\x34\x6B\x29\x2C\x32\x73\x3D\x5C\x27\x5C\x27\x3B\x34\x6C\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x32\x73\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x34\x6D\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x32\x59\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x32\x5A\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x58\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x30\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x34\x6E\x2B\x3D\x32\x73\x7D\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x5D\x28\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x29\x24\x28\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x34\x6F\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x31\x3D\x34\x70\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x34\x71\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x64\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x32\x3D\x34\x72\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x73\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x33\x32\x29\x7D\x7D\x29\x2C\x34\x74\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x31\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x33\x3D\x34\x75\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x34\x76\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x33\x29\x7D\x7D\x29\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x2C\x62\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x3D\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x2C\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x29\x2C\x62\x3D\x62\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x49\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x47\x5C\x5C\x31\x6A\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x29\x2C\x62\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x49\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x76\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x64\x3D\x70\x3B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x56\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x7A\x5C\x5C\x5A\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x74\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x34\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x24\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x65\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x31\x5C\x27\x29\x29\x34\x77\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x26\x26\x28\x34\x78\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x2C\x21\x34\x79\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x34\x7A\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x34\x41\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x24\x28\x61\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x63\x29\x7D\x7D\x7D\x29\x2C\x24\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x34\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x2C\x33\x35\x3D\x24\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x35\x29\x7D\x7D\x29\x7D\x31\x32\x20\x34\x42\x3D\x34\x43\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x30\x3D\x24\x28\x31\x31\x29\x2C\x32\x63\x3D\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x74\x5C\x27\x29\x3F\x34\x44\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x32\x30\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x3F\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x3A\x34\x45\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x41\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x34\x46\x3D\x3D\x21\x21\x5B\x5D\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x3D\x32\x61\x2C\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x62\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x64\x3D\x24\x28\x31\x31\x29\x3B\x24\x28\x32\x34\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x29\x2C\x32\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x63\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x24\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x34\x47\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x29\x34\x48\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x34\x49\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x34\x4A\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x26\x26\x28\x34\x4B\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x34\x4C\x29\x2C\x34\x4D\x28\x29\x29\x3B\x31\x32\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x2C\x33\x37\x3D\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x74\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x29\x3B\x33\x38\x28\x62\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x2C\x32\x45\x2C\x33\x37\x29\x7D\x7D\x29\x3B\x53\x20\x33\x39\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x32\x38\x28\x4D\x20\x64\x3D\x31\x34\x3B\x64\x3C\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x64\x2B\x2B\x29\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x5D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3B\x32\x4A\x7D\x31\x36\x20\x65\x7D\x53\x20\x33\x61\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x33\x62\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x63\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x62\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x3B\x31\x36\x20\x33\x63\x7D\x53\x20\x33\x64\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x33\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x66\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x65\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x36\x20\x33\x66\x7D\x53\x20\x33\x67\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x68\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x46\x29\x2C\x33\x69\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x47\x2C\x32\x48\x29\x2C\x33\x6A\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x49\x2C\x31\x5A\x29\x2C\x33\x6B\x3D\x34\x4E\x5B\x31\x6D\x28\x33\x69\x2C\x31\x5A\x29\x2D\x31\x70\x5D\x2B\x5C\x27\x5C\x5C\x4A\x5C\x27\x2B\x33\x6A\x2B\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x33\x68\x2C\x33\x6C\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x6B\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x36\x20\x33\x6C\x7D\x53\x20\x32\x74\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x21\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x29\x34\x4F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x24\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x61\x29\x2C\x31\x53\x3D\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x32\x66\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x7C\x7C\x31\x34\x2C\x32\x75\x3D\x31\x53\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x2C\x32\x66\x2D\x31\x70\x29\x7C\x7C\x31\x34\x2C\x33\x6D\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x75\x29\x2C\x31\x54\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x75\x2C\x32\x66\x29\x2C\x33\x6E\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x66\x29\x3B\x31\x36\x28\x31\x54\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x5C\x5C\x2F\x73\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x5C\x5C\x2F\x77\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x3D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x27\x29\x26\x26\x28\x31\x54\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x62\x3D\x33\x6D\x2B\x31\x54\x2B\x33\x6E\x2C\x62\x7D\x7D\x53\x20\x33\x6F\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x31\x79\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x79\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x29\x7B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x29\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x5D\x3B\x31\x32\x20\x34\x50\x28\x31\x31\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x34\x51\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x34\x52\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x31\x32\x20\x65\x3D\x32\x37\x3B\x58\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3E\x2D\x31\x70\x29\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x29\x3E\x2D\x31\x70\x3F\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x29\x3B\x31\x32\x20\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3E\x2D\x31\x70\x3F\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x3F\x34\x53\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x34\x54\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x34\x55\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x34\x56\x3D\x34\x57\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x34\x58\x3D\x34\x59\x28\x34\x5A\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x32\x37\x3B\x4D\x20\x66\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x3B\x31\x36\x20\x66\x7D\x53\x20\x33\x70\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x21\x3D\x33\x71\x29\x7B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x29\x4D\x20\x64\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x5D\x2C\x32\x41\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x64\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x65\x3D\x35\x30\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x31\x32\x20\x32\x41\x3D\x5C\x27\x5C\x27\x3B\x31\x36\x20\x32\x41\x7D\x53\x20\x33\x38\x28\x68\x2C\x69\x2C\x6A\x2C\x6B\x29\x7B\x4D\x20\x6C\x3D\x70\x3B\x58\x28\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x32\x5C\x5C\x56\x5C\x5C\x71\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x4B\x5C\x5C\x76\x5C\x5C\x31\x6B\x5C\x5C\x31\x6B\x5C\x5C\x31\x6C\x5C\x27\x29\x35\x31\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x2B\x35\x32\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x35\x33\x3B\x31\x32\x7B\x58\x28\x69\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x6D\x3D\x5C\x27\x5C\x27\x3B\x58\x28\x6B\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x29\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x6A\x3B\x31\x32\x7B\x58\x28\x6B\x3D\x3D\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x45\x5C\x5C\x31\x71\x5C\x5C\x31\x7A\x5C\x5C\x78\x5C\x27\x29\x7B\x4D\x20\x6E\x3D\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x29\x2A\x6A\x29\x2B\x31\x70\x3B\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x2B\x6A\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x2B\x6E\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x76\x5C\x27\x29\x29\x7D\x31\x32\x20\x4D\x20\x6F\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x3F\x28\x35\x34\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x35\x35\x29\x2C\x35\x36\x28\x29\x29\x3A\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2B\x6B\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x6A\x7D\x24\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x6D\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x6C\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x35\x37\x28\x31\x31\x29\x2C\x32\x67\x3D\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x7D\x31\x32\x7B\x58\x28\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x29\x4D\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x3B\x4D\x20\x65\x3D\x61\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x5D\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x35\x5C\x27\x29\x5D\x3B\x58\x28\x65\x21\x3D\x33\x71\x29\x7B\x32\x38\x28\x4D\x20\x66\x3D\x31\x34\x2C\x31\x48\x3D\x65\x3B\x66\x3C\x31\x48\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x66\x2B\x2B\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x29\x35\x38\x3D\x5C\x27\x5C\x27\x3B\x31\x32\x7B\x4D\x20\x67\x3D\x33\x39\x28\x31\x48\x2C\x66\x29\x2C\x33\x72\x3D\x33\x61\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x73\x3D\x33\x6F\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x74\x3D\x33\x70\x28\x31\x48\x2C\x66\x29\x2C\x35\x39\x3D\x33\x64\x28\x31\x48\x2C\x66\x29\x2C\x33\x75\x3D\x33\x67\x28\x31\x48\x2C\x66\x29\x2C\x32\x42\x3D\x5C\x27\x5C\x27\x3B\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x3F\x35\x61\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x35\x62\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x35\x64\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x2B\x35\x65\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x35\x67\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3A\x32\x42\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x67\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x73\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x33\x74\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x72\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x75\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x64\x2B\x3D\x32\x42\x7D\x7D\x64\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x3B\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x64\x29\x2C\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x29\x7D\x31\x32\x20\x35\x68\x28\x31\x31\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x7D\x7D\x7D\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x65\x3D\x70\x3B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x66\x3D\x35\x69\x2C\x35\x6A\x3D\x35\x6B\x2C\x33\x76\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x2C\x33\x77\x3D\x24\x28\x35\x6C\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x78\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x32\x44\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x2B\x33\x77\x2B\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x32\x68\x3D\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x66\x3B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x47\x5C\x27\x29\x29\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3F\x28\x35\x6D\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x35\x6E\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x35\x6F\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x35\x70\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3A\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x31\x5C\x27\x29\x29\x28\x53\x28\x29\x7B\x4D\x20\x62\x3D\x65\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x32\x43\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x63\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x5D\x3D\x21\x21\x5B\x5D\x2C\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x71\x2B\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x2C\x28\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x29\x7D\x31\x32\x7B\x4D\x20\x64\x3D\x35\x72\x3F\x53\x28\x29\x7B\x58\x28\x35\x73\x29\x7B\x4D\x20\x61\x3D\x35\x74\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x5D\x28\x35\x75\x2C\x32\x6B\x29\x3B\x31\x36\x20\x35\x76\x3D\x32\x6C\x2C\x61\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x35\x77\x3D\x21\x5B\x5D\x2C\x64\x7D\x7D\x28\x29\x29\x2C\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x76\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x49\x5C\x27\x29\x29\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x78\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x33\x5C\x27\x29\x3D\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x35\x78\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x67\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x31\x32\x20\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x7D\x7D\x31\x32\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x65\x2C\x32\x31\x3D\x35\x79\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x21\x21\x5B\x5D\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x7A\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x29\x2C\x28\x35\x41\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x35\x42\x5B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x32\x31\x29\x7D\x28\x29\x29\x2C\x35\x43\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x35\x44\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x35\x45\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x35\x46\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x29\x7D\x29\x29\x3B\x27\x2C\x36\x32\x2C\x35\x53\x2C\x27\x7C\x35\x54\x7C\x35\x55\x7C\x35\x56\x7C\x35\x57\x7C\x35\x58\x7C\x35\x59\x7C\x35\x5A\x7C\x36\x30\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x36\x31\x7C\x36\x33\x7C\x7C\x36\x34\x7C\x36\x35\x7C\x36\x36\x7C\x7C\x36\x37\x7C\x36\x38\x7C\x36\x39\x7C\x36\x61\x7C\x36\x62\x7C\x36\x63\x7C\x36\x64\x7C\x36\x65\x7C\x36\x66\x7C\x36\x67\x7C\x36\x68\x7C\x36\x69\x7C\x36\x6A\x7C\x36\x6B\x7C\x36\x6C\x7C\x36\x6D\x7C\x36\x6E\x7C\x36\x6F\x7C\x36\x70\x7C\x36\x71\x7C\x36\x72\x7C\x35\x47\x7C\x36\x73\x7C\x36\x74\x7C\x36\x75\x7C\x36\x76\x7C\x35\x49\x7C\x36\x77\x7C\x36\x78\x7C\x36\x79\x7C\x36\x7A\x7C\x36\x41\x7C\x36\x42\x7C\x36\x43\x7C\x36\x44\x7C\x35\x48\x7C\x36\x45\x7C\x36\x46\x7C\x36\x47\x7C\x36\x48\x7C\x36\x49\x7C\x36\x4A\x7C\x36\x4B\x7C\x36\x4C\x7C\x36\x4D\x7C\x36\x4E\x7C\x36\x4F\x7C\x36\x50\x7C\x36\x51\x7C\x36\x52\x7C\x36\x53\x7C\x35\x4B\x7C\x36\x54\x7C\x36\x55\x7C\x36\x56\x7C\x36\x57\x7C\x36\x58\x7C\x36\x59\x7C\x36\x5A\x7C\x37\x30\x7C\x37\x31\x7C\x37\x32\x7C\x37\x33\x7C\x37\x34\x7C\x37\x35\x7C\x37\x36\x7C\x37\x37\x7C\x37\x38\x7C\x37\x39\x7C\x37\x61\x7C\x37\x62\x7C\x37\x63\x7C\x37\x64\x7C\x37\x65\x7C\x37\x66\x7C\x37\x67\x7C\x37\x68\x7C\x37\x69\x7C\x37\x6A\x7C\x37\x6B\x7C\x37\x6C\x7C\x37\x6D\x7C\x37\x6E\x7C\x37\x6F\x7C\x37\x70\x7C\x37\x71\x7C\x37\x72\x7C\x37\x73\x7C\x37\x74\x7C\x37\x75\x7C\x37\x76\x7C\x37\x77\x7C\x37\x78\x7C\x37\x79\x7C\x37\x7A\x7C\x37\x41\x7C\x37\x42\x7C\x37\x43\x7C\x37\x44\x7C\x37\x45\x7C\x37\x46\x7C\x37\x47\x7C\x37\x48\x7C\x37\x49\x7C\x37\x4A\x7C\x37\x4B\x7C\x37\x4C\x7C\x37\x4D\x7C\x37\x4E\x7C\x37\x4F\x7C\x37\x50\x7C\x37\x51\x7C\x37\x52\x7C\x37\x53\x7C\x37\x54\x7C\x37\x55\x7C\x37\x56\x7C\x37\x57\x7C\x37\x58\x7C\x37\x59\x7C\x37\x5A\x7C\x38\x30\x7C\x38\x31\x7C\x38\x32\x7C\x38\x33\x7C\x38\x34\x7C\x38\x35\x7C\x38\x36\x7C\x38\x37\x7C\x38\x38\x7C\x38\x39\x7C\x38\x61\x7C\x38\x62\x7C\x38\x63\x7C\x38\x64\x7C\x38\x65\x7C\x38\x66\x7C\x38\x67\x7C\x38\x68\x7C\x38\x69\x7C\x38\x6A\x7C\x38\x6B\x7C\x38\x6C\x7C\x38\x6D\x7C\x38\x6E\x7C\x38\x6F\x7C\x38\x70\x7C\x38\x71\x7C\x38\x72\x7C\x38\x73\x7C\x38\x74\x7C\x38\x75\x7C\x38\x76\x7C\x38\x77\x7C\x38\x78\x7C\x38\x79\x7C\x38\x7A\x7C\x38\x41\x7C\x38\x42\x7C\x38\x43\x7C\x38\x44\x7C\x38\x45\x7C\x38\x46\x7C\x38\x47\x7C\x38\x48\x7C\x38\x49\x7C\x38\x4A\x7C\x38\x4B\x7C\x38\x4C\x7C\x38\x4D\x7C\x38\x4E\x7C\x38\x4F\x7C\x38\x50\x7C\x38\x51\x7C\x38\x52\x7C\x38\x53\x7C\x38\x54\x7C\x38\x55\x7C\x38\x56\x7C\x38\x57\x7C\x38\x58\x7C\x38\x59\x7C\x38\x5A\x7C\x39\x30\x7C\x39\x31\x7C\x39\x32\x7C\x39\x33\x7C\x39\x34\x7C\x35\x4A\x7C\x39\x35\x7C\x39\x36\x7C\x39\x37\x7C\x39\x38\x7C\x39\x39\x7C\x39\x61\x7C\x39\x62\x7C\x39\x63\x7C\x39\x64\x7C\x39\x65\x7C\x39\x66\x7C\x39\x67\x7C\x35\x4E\x7C\x39\x68\x7C\x39\x69\x7C\x39\x6A\x7C\x39\x6B\x7C\x39\x6C\x7C\x39\x6D\x7C\x39\x6E\x7C\x39\x6F\x7C\x39\x70\x7C\x39\x71\x7C\x39\x72\x7C\x39\x73\x7C\x39\x74\x7C\x39\x75\x7C\x39\x76\x7C\x39\x77\x7C\x39\x78\x7C\x39\x79\x7C\x39\x7A\x7C\x39\x41\x7C\x39\x42\x7C\x39\x43\x7C\x39\x44\x7C\x39\x45\x7C\x39\x46\x7C\x39\x47\x7C\x39\x48\x7C\x39\x49\x7C\x39\x4A\x7C\x39\x4B\x7C\x39\x4C\x7C\x39\x4D\x7C\x39\x4E\x7C\x39\x4F\x7C\x39\x50\x7C\x39\x51\x7C\x39\x52\x7C\x39\x53\x7C\x39\x54\x7C\x39\x55\x7C\x39\x56\x7C\x39\x57\x7C\x39\x58\x7C\x39\x59\x7C\x39\x5A\x7C\x61\x30\x7C\x61\x31\x7C\x61\x32\x7C\x61\x33\x7C\x61\x34\x7C\x61\x35\x7C\x61\x36\x7C\x61\x37\x7C\x61\x38\x7C\x61\x39\x7C\x61\x61\x7C\x61\x62\x7C\x61\x63\x7C\x61\x64\x7C\x61\x65\x7C\x61\x66\x7C\x61\x67\x7C\x61\x68\x7C\x61\x69\x7C\x61\x6A\x7C\x61\x6B\x7C\x61\x6C\x7C\x61\x6D\x7C\x61\x6E\x7C\x61\x6F\x7C\x61\x70\x7C\x61\x71\x7C\x61\x72\x7C\x61\x73\x7C\x61\x74\x7C\x61\x75\x7C\x61\x76\x7C\x61\x77\x7C\x61\x78\x7C\x61\x79\x7C\x61\x7A\x7C\x61\x41\x7C\x61\x42\x7C\x61\x43\x7C\x61\x44\x7C\x61\x45\x7C\x61\x46\x7C\x61\x47\x7C\x61\x48\x7C\x61\x49\x7C\x61\x4A\x7C\x61\x4B\x7C\x61\x4C\x7C\x61\x4D\x7C\x61\x4E\x7C\x61\x4F\x7C\x61\x50\x7C\x61\x51\x7C\x61\x52\x7C\x61\x53\x7C\x61\x54\x7C\x61\x55\x7C\x61\x56\x7C\x61\x57\x7C\x61\x58\x7C\x61\x59\x7C\x61\x5A\x7C\x62\x30\x7C\x62\x31\x7C\x62\x32\x7C\x62\x33\x7C\x62\x34\x7C\x62\x35\x7C\x62\x36\x7C\x62\x37\x7C\x62\x38\x7C\x62\x39\x27\x2E\x62\x61\x28\x27\x7C\x27\x29\x2C\x30\x2C\x7B\x7D\x29\x29","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x72\x65\x74\x75\x72\x6E\x7C\x69\x66\x7C\x77\x68\x69\x6C\x65\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x53\x74\x72\x69\x6E\x67\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x6E\x65\x77\x7C\x65\x76\x61\x6C\x7C\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65\x7C\x74\x6F\x53\x74\x72\x69\x6E\x67\x7C\x52\x65\x67\x45\x78\x70\x7C\x33\x35\x32\x7C\x78\x33\x30\x7C\x78\x37\x38\x7C\x78\x33\x32\x7C\x78\x36\x35\x7C\x78\x36\x31\x7C\x78\x37\x34\x7C\x78\x33\x33\x7C\x78\x37\x33\x7C\x78\x36\x66\x7C\x7C\x78\x36\x63\x7C\x78\x36\x34\x7C\x78\x36\x39\x7C\x78\x36\x33\x7C\x78\x36\x65\x7C\x78\x36\x36\x7C\x78\x37\x32\x7C\x78\x36\x32\x7C\x78\x33\x31\x7C\x78\x32\x64\x7C\x78\x37\x30\x7C\x78\x36\x64\x7C\x78\x33\x35\x7C\x78\x33\x37\x7C\x78\x36\x38\x7C\x78\x33\x34\x7C\x78\x32\x30\x7C\x78\x33\x36\x7C\x78\x37\x35\x7C\x76\x61\x72\x7C\x78\x36\x37\x7C\x78\x32\x66\x7C\x78\x32\x65\x7C\x78\x33\x38\x7C\x78\x33\x39\x7C\x78\x33\x65\x7C\x78\x32\x32\x7C\x78\x37\x37\x7C\x78\x37\x39\x7C\x78\x33\x63\x7C\x78\x37\x36\x7C\x78\x33\x64\x7C\x74\x68\x69\x73\x7C\x65\x6C\x73\x65\x7C\x78\x36\x62\x7C\x30\x78\x30\x7C\x78\x34\x31\x7C\x78\x34\x63\x7C\x78\x34\x33\x7C\x78\x33\x61\x7C\x78\x32\x33\x7C\x78\x37\x31\x7C\x5F\x30\x78\x35\x32\x64\x32\x64\x64\x7C\x78\x35\x33\x7C\x78\x35\x34\x7C\x78\x34\x66\x7C\x78\x34\x65\x7C\x78\x34\x39\x7C\x78\x34\x35\x7C\x78\x35\x30\x7C\x78\x35\x37\x7C\x78\x35\x39\x7C\x78\x36\x61\x7C\x78\x37\x61\x7C\x30\x78\x31\x7C\x78\x34\x36\x7C\x78\x35\x32\x7C\x78\x34\x34\x7C\x78\x34\x32\x7C\x78\x32\x63\x7C\x78\x35\x66\x7C\x5F\x30\x78\x34\x32\x31\x37\x7C\x78\x34\x64\x7C\x5F\x30\x78\x35\x36\x65\x34\x66\x66\x7C\x78\x34\x62\x7C\x78\x34\x37\x7C\x78\x34\x38\x7C\x78\x35\x31\x7C\x78\x35\x35\x7C\x78\x37\x64\x7C\x5F\x30\x78\x33\x30\x32\x65\x32\x63\x7C\x30\x78\x61\x61\x7C\x5F\x30\x78\x31\x38\x34\x65\x65\x35\x7C\x78\x32\x31\x7C\x78\x33\x62\x7C\x78\x35\x61\x7C\x78\x32\x34\x7C\x5F\x30\x78\x35\x64\x64\x31\x64\x38\x7C\x78\x37\x62\x7C\x78\x32\x36\x7C\x78\x35\x36\x7C\x5F\x30\x78\x35\x33\x64\x61\x39\x64\x7C\x30\x78\x66\x61\x7C\x5F\x30\x78\x34\x33\x65\x65\x66\x34\x7C\x5F\x30\x78\x32\x31\x32\x63\x64\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x7C\x78\x35\x38\x7C\x78\x34\x61\x7C\x78\x32\x62\x7C\x5F\x30\x78\x31\x36\x35\x64\x32\x61\x7C\x30\x78\x61\x7C\x5F\x30\x78\x34\x39\x37\x31\x35\x61\x7C\x5F\x30\x78\x33\x30\x37\x30\x63\x32\x7C\x78\x33\x66\x7C\x5F\x30\x78\x66\x38\x33\x63\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x5F\x30\x78\x34\x30\x38\x36\x33\x31\x7C\x4D\x61\x74\x68\x7C\x6E\x6F\x54\x68\x75\x6D\x62\x6E\x61\x69\x6C\x7C\x66\x6F\x72\x7C\x5F\x30\x78\x35\x33\x35\x39\x38\x63\x7C\x30\x78\x31\x65\x7C\x5F\x30\x78\x31\x35\x34\x62\x33\x33\x7C\x5F\x30\x78\x31\x65\x30\x35\x35\x63\x7C\x5F\x30\x78\x38\x64\x39\x35\x64\x38\x7C\x5F\x30\x78\x31\x35\x38\x62\x35\x34\x7C\x5F\x30\x78\x32\x64\x36\x30\x62\x62\x7C\x5F\x30\x78\x33\x62\x61\x66\x39\x39\x7C\x5F\x30\x78\x33\x34\x66\x33\x65\x38\x7C\x78\x32\x38\x7C\x78\x32\x39\x7C\x61\x72\x67\x75\x6D\x65\x6E\x74\x73\x7C\x6E\x75\x6C\x6C\x7C\x5F\x30\x78\x35\x61\x35\x30\x37\x32\x7C\x5F\x30\x78\x34\x35\x39\x39\x65\x31\x7C\x5F\x30\x78\x33\x32\x61\x38\x64\x65\x7C\x5F\x30\x78\x33\x36\x32\x65\x35\x34\x7C\x5F\x30\x78\x33\x61\x36\x39\x33\x61\x7C\x5F\x30\x78\x35\x35\x61\x30\x33\x39\x7C\x5F\x30\x78\x65\x33\x39\x35\x62\x62\x7C\x5F\x30\x78\x31\x66\x63\x64\x39\x32\x7C\x5F\x30\x78\x32\x31\x66\x36\x36\x33\x7C\x69\x66\x72\x61\x6D\x65\x7C\x73\x72\x63\x7C\x77\x77\x77\x7C\x79\x6F\x75\x74\x75\x62\x65\x7C\x63\x6F\x6D\x7C\x5F\x30\x78\x39\x63\x36\x31\x32\x64\x7C\x5F\x30\x78\x31\x39\x34\x30\x34\x34\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x78\x32\x35\x7C\x30\x78\x33\x7C\x30\x78\x34\x7C\x30\x78\x35\x7C\x30\x78\x37\x7C\x30\x78\x38\x7C\x62\x72\x65\x61\x6B\x7C\x70\x75\x73\x68\x7C\x73\x68\x69\x66\x74\x7C\x5F\x30\x78\x35\x35\x33\x63\x35\x65\x7C\x30\x78\x31\x66\x34\x7C\x5F\x30\x78\x34\x35\x34\x36\x34\x33\x7C\x5F\x30\x78\x32\x38\x30\x64\x31\x64\x7C\x5F\x30\x78\x31\x64\x35\x63\x66\x65\x7C\x5F\x30\x78\x32\x65\x65\x33\x38\x37\x7C\x5F\x30\x78\x32\x35\x39\x65\x64\x33\x7C\x5F\x30\x78\x64\x36\x66\x31\x63\x37\x7C\x5F\x30\x78\x32\x62\x31\x35\x64\x33\x7C\x5F\x30\x78\x35\x37\x30\x61\x64\x62\x7C\x70\x6F\x73\x74\x50\x65\x72\x50\x61\x67\x65\x7C\x5F\x30\x78\x31\x34\x62\x33\x65\x39\x7C\x5F\x30\x78\x34\x37\x31\x63\x34\x63\x7C\x5F\x30\x78\x31\x34\x36\x62\x30\x39\x7C\x5F\x30\x78\x31\x36\x62\x39\x66\x66\x7C\x5F\x30\x78\x33\x31\x34\x62\x31\x35\x7C\x5F\x30\x78\x34\x65\x34\x65\x38\x37\x7C\x5F\x30\x78\x63\x63\x64\x33\x38\x64\x7C\x5F\x30\x78\x31\x65\x62\x35\x61\x63\x7C\x5F\x30\x78\x31\x30\x38\x34\x34\x35\x7C\x30\x78\x36\x34\x7C\x5F\x30\x78\x35\x61\x35\x65\x39\x33\x7C\x5F\x30\x78\x31\x38\x61\x66\x36\x37\x7C\x5F\x30\x78\x35\x64\x35\x65\x65\x30\x7C\x5F\x30\x78\x33\x31\x65\x61\x36\x63\x7C\x5F\x30\x78\x35\x61\x62\x39\x64\x38\x7C\x5F\x30\x78\x33\x38\x36\x37\x38\x32\x7C\x5F\x30\x78\x32\x66\x30\x63\x65\x38\x7C\x5F\x30\x78\x33\x39\x34\x32\x37\x66\x7C\x5F\x30\x78\x33\x64\x39\x61\x62\x32\x7C\x5F\x30\x78\x34\x30\x31\x31\x62\x31\x7C\x5F\x30\x78\x31\x37\x36\x39\x66\x38\x7C\x5F\x30\x78\x34\x63\x35\x31\x62\x32\x7C\x5F\x30\x78\x35\x63\x66\x39\x62\x36\x7C\x5F\x30\x78\x34\x35\x63\x65\x62\x34\x7C\x5F\x30\x78\x34\x31\x65\x34\x33\x62\x7C\x5F\x30\x78\x34\x34\x33\x34\x61\x62\x7C\x5F\x30\x78\x33\x30\x61\x61\x61\x33\x7C\x5F\x30\x78\x32\x65\x63\x30\x39\x35\x7C\x5F\x30\x78\x31\x38\x32\x39\x39\x31\x7C\x75\x6E\x64\x65\x66\x69\x6E\x65\x64\x7C\x5F\x30\x78\x32\x33\x36\x66\x62\x33\x7C\x5F\x30\x78\x35\x35\x33\x64\x36\x63\x7C\x5F\x30\x78\x33\x62\x35\x38\x64\x61\x7C\x5F\x30\x78\x35\x35\x36\x35\x31\x62\x7C\x5F\x30\x78\x62\x32\x63\x36\x35\x36\x7C\x5F\x30\x78\x35\x34\x63\x63\x30\x37\x7C\x5F\x30\x78\x31\x36\x65\x61\x63\x31\x7C\x30\x78\x31\x65\x61\x7C\x74\x72\x79\x7C\x30\x78\x32\x7C\x30\x78\x36\x7C\x30\x78\x39\x7C\x30\x78\x62\x7C\x30\x78\x63\x7C\x63\x61\x74\x63\x68\x7C\x5F\x30\x78\x34\x65\x33\x30\x36\x32\x7C\x30\x78\x33\x30\x35\x39\x33\x7C\x5F\x30\x78\x34\x35\x39\x39\x36\x30\x7C\x5F\x30\x78\x33\x38\x33\x66\x64\x36\x7C\x5F\x30\x78\x31\x34\x35\x37\x34\x32\x7C\x49\x6D\x61\x67\x65\x7C\x5F\x30\x78\x33\x32\x35\x62\x35\x66\x7C\x74\x79\x70\x65\x6F\x66\x7C\x5F\x30\x78\x35\x62\x39\x36\x66\x31\x7C\x6A\x51\x75\x65\x72\x79\x7C\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x7C\x30\x78\x33\x65\x38\x7C\x5F\x30\x78\x34\x63\x39\x61\x39\x64\x7C\x5F\x30\x78\x35\x61\x35\x35\x65\x39\x7C\x5F\x30\x78\x34\x34\x32\x62\x65\x63\x7C\x5F\x30\x78\x33\x34\x30\x33\x38\x36\x7C\x5F\x30\x78\x33\x31\x34\x32\x32\x62\x7C\x5F\x30\x78\x32\x38\x64\x39\x30\x38\x7C\x5F\x30\x78\x32\x34\x38\x32\x36\x39\x7C\x5F\x30\x78\x34\x38\x37\x37\x61\x66\x7C\x5F\x30\x78\x35\x35\x37\x37\x31\x62\x7C\x5F\x30\x78\x34\x36\x30\x32\x38\x37\x7C\x5F\x30\x78\x35\x37\x64\x61\x61\x32\x7C\x5F\x30\x78\x35\x32\x66\x65\x62\x61\x7C\x5F\x30\x78\x33\x61\x36\x30\x62\x33\x7C\x5F\x30\x78\x34\x39\x35\x66\x34\x38\x7C\x5F\x30\x78\x34\x36\x65\x61\x36\x35\x7C\x5F\x30\x78\x31\x31\x37\x66\x62\x34\x7C\x5F\x30\x78\x35\x39\x39\x61\x63\x38\x7C\x5F\x30\x78\x37\x36\x37\x33\x66\x39\x7C\x5F\x30\x78\x33\x37\x63\x39\x62\x66\x7C\x5F\x30\x78\x32\x37\x38\x62\x37\x34\x7C\x5F\x30\x78\x35\x30\x34\x34\x62\x63\x7C\x5F\x30\x78\x32\x36\x64\x65\x39\x30\x7C\x5F\x30\x78\x65\x66\x33\x61\x61\x39\x7C\x5F\x30\x78\x32\x61\x36\x35\x35\x36\x7C\x5F\x30\x78\x35\x35\x32\x66\x61\x32\x7C\x5F\x30\x78\x33\x33\x63\x32\x32\x65\x7C\x5F\x30\x78\x32\x62\x36\x36\x33\x64\x7C\x5F\x30\x78\x33\x38\x32\x66\x36\x39\x7C\x5F\x30\x78\x32\x38\x61\x62\x63\x64\x7C\x5F\x30\x78\x31\x63\x30\x61\x38\x34\x7C\x5F\x30\x78\x32\x66\x37\x35\x61\x30\x7C\x5F\x30\x78\x35\x39\x62\x34\x63\x34\x7C\x5F\x30\x78\x34\x65\x63\x36\x66\x66\x7C\x5F\x30\x78\x34\x31\x31\x30\x66\x61\x7C\x5F\x30\x78\x35\x32\x38\x39\x66\x66\x7C\x5F\x30\x78\x34\x30\x34\x30\x34\x38\x7C\x5F\x30\x78\x32\x61\x33\x61\x66\x62\x7C\x5F\x30\x78\x32\x37\x64\x30\x65\x62\x7C\x5F\x30\x78\x39\x65\x36\x66\x32\x34\x7C\x5F\x30\x78\x34\x38\x64\x31\x66\x35\x7C\x5F\x30\x78\x33\x32\x36\x39\x66\x34\x7C\x5F\x30\x78\x33\x38\x36\x35\x65\x33\x7C\x5F\x30\x78\x33\x65\x66\x34\x38\x32\x7C\x5F\x30\x78\x65\x63\x37\x36\x37\x39\x7C\x5F\x30\x78\x33\x63\x34\x37\x36\x37\x7C\x5F\x30\x78\x35\x32\x37\x39\x37\x65\x7C\x5F\x30\x78\x34\x32\x34\x31\x32\x35\x7C\x66\x69\x78\x65\x64\x53\x69\x64\x65\x62\x61\x72\x7C\x5F\x30\x78\x34\x35\x65\x63\x63\x39\x7C\x5F\x30\x78\x62\x62\x36\x37\x32\x35\x7C\x5F\x30\x78\x32\x36\x62\x65\x39\x61\x7C\x5F\x30\x78\x34\x39\x35\x65\x31\x66\x7C\x5F\x30\x78\x35\x30\x34\x66\x61\x65\x7C\x5F\x30\x78\x32\x66\x33\x39\x64\x63\x7C\x5F\x30\x78\x35\x64\x32\x62\x64\x30\x7C\x6D\x6F\x6E\x74\x68\x46\x6F\x72\x6D\x61\x74\x7C\x5F\x30\x78\x34\x33\x65\x35\x66\x36\x7C\x5F\x30\x78\x34\x61\x34\x34\x39\x37\x7C\x5F\x30\x78\x32\x61\x64\x36\x34\x63\x7C\x5F\x30\x78\x34\x64\x65\x36\x66\x63\x7C\x5F\x30\x78\x32\x38\x63\x65\x37\x62\x7C\x5F\x30\x78\x64\x31\x66\x65\x36\x38\x7C\x5F\x30\x78\x35\x38\x31\x32\x66\x33\x7C\x5F\x30\x78\x35\x64\x36\x37\x30\x39\x7C\x5F\x30\x78\x31\x32\x35\x35\x35\x31\x7C\x5F\x30\x78\x33\x63\x35\x37\x32\x63\x7C\x5F\x30\x78\x33\x30\x66\x39\x61\x31\x7C\x5F\x30\x78\x31\x31\x62\x30\x34\x32\x7C\x5F\x30\x78\x32\x34\x39\x36\x35\x65\x7C\x5F\x30\x78\x34\x39\x35\x61\x35\x31\x7C\x5F\x30\x78\x31\x34\x36\x62\x31\x61\x7C\x5F\x30\x78\x66\x63\x62\x63\x34\x63\x7C\x5F\x30\x78\x34\x62\x63\x35\x39\x31\x7C\x5F\x30\x78\x35\x34\x66\x36\x63\x31\x7C\x5F\x30\x78\x32\x61\x62\x39\x31\x36\x7C\x5F\x30\x78\x34\x64\x31\x31\x64\x30\x7C\x5F\x30\x78\x31\x66\x66\x38\x30\x32\x7C\x5F\x30\x78\x34\x61\x34\x62\x64\x31\x7C\x5F\x30\x78\x31\x34\x62\x35\x66\x61\x7C\x5F\x30\x78\x32\x30\x64\x39\x36\x31\x7C\x5F\x30\x78\x31\x30\x36\x62\x31\x32\x7C\x5F\x30\x78\x34\x33\x39\x61\x61\x30\x7C\x5F\x30\x78\x66\x37\x63\x33\x63\x62\x7C\x5F\x30\x78\x33\x39\x62\x33\x66\x38\x7C\x5F\x30\x78\x64\x30\x66\x61\x31\x39\x7C\x5F\x30\x78\x31\x38\x31\x36\x63\x65\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x53\x79\x73\x74\x65\x6D\x7C\x5F\x30\x78\x65\x65\x31\x35\x64\x37\x7C\x64\x69\x73\x71\x75\x73\x5F\x62\x6C\x6F\x67\x67\x65\x72\x5F\x63\x75\x72\x72\x65\x6E\x74\x5F\x75\x72\x6C\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x5F\x30\x78\x64\x65\x35\x66\x63\x62\x7C\x5F\x30\x78\x33\x61\x37\x35\x35\x38\x7C\x5F\x30\x78\x31\x31\x61\x37\x62\x65\x7C\x5F\x30\x78\x35\x32\x30\x32\x37\x66\x7C\x64\x69\x73\x71\x75\x73\x53\x68\x6F\x72\x74\x6E\x61\x6D\x65\x7C\x5F\x30\x78\x32\x62\x35\x61\x32\x36\x7C\x5F\x30\x78\x31\x62\x34\x32\x35\x66\x7C\x5F\x30\x78\x34\x64\x36\x61\x61\x31\x7C\x5F\x30\x78\x34\x37\x33\x62\x65\x61\x7C\x5F\x30\x78\x31\x34\x36\x62\x63\x34\x7C\x5F\x30\x78\x34\x37\x66\x36\x31\x65\x7C\x5F\x30\x78\x35\x39\x63\x65\x65\x37\x7C\x5F\x30\x78\x35\x61\x31\x34\x36\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x33\x64\x7C\x5F\x30\x78\x33\x36\x62\x37\x37\x61\x7C\x5F\x30\x78\x35\x30\x30\x31\x31\x61\x7C\x5F\x30\x78\x33\x65\x61\x35\x64\x32\x7C\x5F\x30\x78\x33\x63\x37\x33\x33\x31\x7C\x5F\x30\x78\x32\x31\x32\x33\x36\x30\x7C\x5F\x30\x78\x34\x66\x66\x63\x63\x35\x7C\x73\x70\x6C\x69\x74","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function(_0x7fd6x1,_0x7fd6x2,_0x7fd6x3,_0x7fd6x4,_0x7fd6x5,_0x7fd6x6){_0x7fd6x5= function(_0x7fd6x3){return (_0x7fd6x3< _0x7fd6x2?_0x267e[4]:_0x7fd6x5(parseInt(_0x7fd6x3/ _0x7fd6x2)))+ ((_0x7fd6x3= _0x7fd6x3% _0x7fd6x2)> 35?String[_0x267e[5]](_0x7fd6x3+ 29):_0x7fd6x3.toString(36))};if(!_0x267e[4][_0x267e[6]](/^/,String)){while(_0x7fd6x3--){_0x7fd6x6[_0x7fd6x5(_0x7fd6x3)]= _0x7fd6x4[_0x7fd6x3]|| _0x7fd6x5(_0x7fd6x3)};_0x7fd6x4= [function(_0x7fd6x5){return _0x7fd6x6[_0x7fd6x5]}];_0x7fd6x5= function(){return _0x267e[7]};_0x7fd6x3= 1};while(_0x7fd6x3--){if(_0x7fd6x4[_0x7fd6x3]){_0x7fd6x1= _0x7fd6x1[_0x267e[6]]( new RegExp(_0x267e[8]+ _0x7fd6x5(_0x7fd6x3)+ _0x267e[8],_0x267e[9]),_0x7fd6x4[_0x7fd6x3])}};return _0x7fd6x1}(_0x267e[0],62,693,_0x267e[3][_0x267e[2]](_0x267e[1]),0,{}))
//]]>
</script>

<!-- Pagination Scripts -->
<b:if cond='data:view.isMultipleItems'>
<script type='text/javascript'>
//<![CDATA[
var postResults=postPerPage;
var numOfPages=2;
var pageOf=["Page", "of"];
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 K;5 m;5 l;5 w;5 s=1p.9;5 y="/";1d();G 1b(a){5 b=\'\';J=M(W/2);4(J==W-J){W=J*2+1}D=l-J;4(D<1)D=1;j=M(a/n)+1;4(j-1==a/n)j=j-1;E=D+W-1;4(E>j)E=j;b+=\'<C 6="3-1u">\'+17[0]+\' \'+l+\' \'+17[1]+\' \'+j+\'</C>\';5 c=M(l)-1;4(l>1){4(l==2){4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="\'+y+\'"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="/v/u/\'+w+\'?&i-o=\'+n+\'"></a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="#" z="L(\'+c+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="#" z="I(\'+c+\');B x"></a>\'}}}4(D>1){4(m=="3"){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}4(D>2){b+=\'<C 6="3-7 3-16">...</C>\'}1a(5 d=D;d<=E;d++){4(l==d){b+=\'<C 6="3-7 3-1v">\'+d+\'</C>\'}h 4(d==1){4(m==\'3\'){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7" 9="#" z="L(\'+d+\');B x">\'+d+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+d+\');B x">\'+d+\'</a>\'}}}4(E<j-1){b+=\'<C 6="3-7 3-16">...</C>\'}4(E<j){4(m=="3"){b+=\'<a 6="3-7" 9="#" z="L(\'+j+\');B x">\'+j+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+j+\');B x">\'+j+\'</a>\'}}5 e=M(l)+1;4(l<j){4(m==\'3\'){b+=\'<a 6="3-7 3-15" 9="#" z="L(\'+e+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-15" 9="#" z="I(\'+e+\');B x"></a>\'}}b+=\'\';5 f=A.1s(\'1t\');5 g=A.1r(\'1A-1D\');1a(5 p=0;p<f.O;p++){f[p].1c=b}4(f&&f.O>0){b=\'\'}4(g){g.1c=b}}G 12(a){5 b=a.1f;5 c=M(b.1E$1B.$t,10);1b(c)}G 1d(){5 a=s;4(a.k(\'/v/u/\')!=-1){4(a.k(\'?T-i\')!=-1){w=a.H(a.k(\'/v/u/\')+14,a.k(\'?T-i\'))}h{w=a.H(a.k(\'/v/u/\')+14,a.k(\'?&i\'))}}4(a.k(\'?q=\')==-1&&a.k(\'.1C\')==-1){4(a.k(\'/v/u/\')==-1){m=\'3\';4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q=\\\'\'+y+\'P/R/N?i-o=1&X=Y-S-r&V=12\\\'><\\/r>\')}h{m=\'u\';4(a.k(\'&i-o=\')==-1){n=1F}4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q="\'+y+\'P/R/N/-/\'+w+\'?X=Y-S-r&V=12&i-o=1" ><\\/r>\')}}}G L(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G I(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N/-/\'+w+\'?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G 13(a){11=a.1f.1x[0];5 b=11.1g.$t.H(0,19)+11.1g.$t.H(1z,1w);5 c=1y(b);4(m==\'3\'){5 d=\'/v?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}h{5 d=\'/v/u/\'+w+\'?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}1p.9=d}',62,104,'|||page|if|var|class|num||href||||||||else|max|lastPageNo|indexOf|currentPageNo|currentPage|postResults|results|||script|locationUrl||label|search|postLabel|false|home_page|onclick|document|return|span|pageStart|pageEnd|PageNo|function|substring|getLabelPage|pageNumber|noPage|getPage|parseInt|summary|length|feeds|src|posts|in|updated|prev|callback|numOfPages|alt|json|jsonstart||post|dataFeed|findPostDate||next|dots|pageOf|write||for|startPagination|innerHTML|pageCurrentBlogger|type|feed|published|getElementsByTagName|setAttribute|start|index|appendChild|text|javascript|createElement|___location|head|getElementById|getElementsByName|pageArea|of|active|29|entry|encodeURIComponent|23|blog|totalResults|html|pager|openSearch|20'.split('|'),0,{}))
//]]>
</script>
</b:if>

<!-- Facebook SDK -->
<script type='text/javascript'>
//<![CDATA[
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
//]]>
</script>
<!-- Overlay and Back To Top -->
<div class='back-top' title='Back to Top'/>
</body>
</html>

Action parameters

VariableValue
Edit count of the user (user_editcount)
null
Name of the user account (user_name)
'103.59.154.204'
Age of the user account (user_age)
0
Groups (including implicit) the user is in (user_groups)
[ 0 => '*' ]
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmywatchlist', 6 => 'editmywatchlist', 7 => 'viewmyprivateinfo', 8 => 'editmyprivateinfo', 9 => 'editmyoptions', 10 => 'abusefilter-log-detail', 11 => 'urlshortener-create-url', 12 => 'centralauth-merge', 13 => 'abusefilter-view', 14 => 'abusefilter-log', 15 => 'vipsscaler-test' ]
Whether the user is editing from mobile app (user_app)
false
Whether or not a user is editing through the mobile interface (user_mobile)
true
Page ID (page_id)
165590
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'HTML editor'
Full page title (page_prefixedtitle)
'HTML editor'
Edit protection level of the page (page_restrictions_edit)
[]
Last ten users to contribute to the page (page_recent_contributors)
[ 0 => 'Mindmatrix', 1 => '2001:FB1:188:50A4:101C:E166:599:595B', 2 => 'Isabelle Belato', 3 => '2409:4042:E81:5176:0:0:194B:A101', 4 => 'Bonadea', 5 => '183.171.23.87', 6 => 'Micrecon', 7 => '64.251.57.9', 8 => 'Peterl', 9 => 'Serols' ]
Page age in seconds (page_age)
609389943
Action (action)
'edit'
Edit summary/reason (summary)
''
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'{{Short description|Software for editing HTML}} {{more citations needed|date=August 2019}} {{Use dmy dates|date=December 2021}} {{Html series}} An '''HTML editor''' is a [[Computer program|program]] for editing [[HTML]], the [[Markup language|markup]] of a [[web page]]. Although the HTML markup in a web page can be controlled with any [[text editor]], specialized HTML editors can offer convenience and added functionality. For example, many HTML editors handle not only HTML, but also related technologies such as [[Cascading Style Sheets|CSS]], [[XML]] and [[JavaScript]] or [[ECMAScript]]. In some cases they also manage communication with remote web servers via [[File Transfer Protocol|FTP]] and [[WebDAV]], and [[version control systems]] such as [[Subversion (software)|Subversion]] or [[Git (software)|Git]]. Many [[word processing]], [[graphic design]] and [[page layout]] programs that are not dedicated to [[web design]], such as [[Microsoft Word]] or [[Quark XPress]], also have the ability to function as HTML editors. ==Types of editors== There are two main varieties of HTML editors: text and [[WYSIWYG]] (what you see is what you get) editors. ===Text editors=== [[Text editors]] intended for use with HTML usually provide at least [[syntax highlighting]]. Some editors additionally feature [[template (file format)|templates]], [[toolbar]]s and [[keyboard shortcut]]s to quickly insert common [[HTML element]]s and structures. [[Wizard (software)|Wizards]], [[tooltip]] prompts and [[Autocomplete|autocompletion]] may help with common tasks. Text editors commonly used for HTML typically include either built-in functions or integration with external tools for such tasks as [[version control]], link-checking and [[Validator|validation]], [[HTML Tidy|code cleanup and formatting]], spell-checking, uploading by FTP or WebDAV, and structuring as a project. Some functions, such as link checking or validation may use [[web app|online tools]], requiring a network connection. Text editors require user understanding of HTML and any other web technologies the designer wishes to use like CSS, JavaScript and [[server-side scripting]] languages. To ease this requirement, some editors allow editing of the markup in more [[graphic organizer|visually organized]] modes than simple color highlighting, but in modes not considered WYSIWYG. These editors typically include the option of using [[palette window]]s or [[dialog box]]es to edit the text-based parameters of selected [[Object (computer science)|objects]]. These palettes allow editing parameters in individual fields, or inserting new tags by filling out an onscreen form, and may include additional [[widget (computing)|widgets]] to present and select options when editing parameters (such as previewing an image or text styles) or an outline editor to expand and collapse HTML objects and properties. ===WYSIWYG HTML editors=== {{unreferenced section|date=September 2016}} [[Image:W3c amaya 10 fullmode enwiki xfce4therapy.png|thumb|250px|[[Amaya (web browser)|Amaya]] 10 HTML editor]] WYSIWYG HTML editors provide an editing interface which resembles how the page will be displayed in a [[web browser]]. Because using a WYSIWYG editor may not require any HTML knowledge, they are often easier for an inexperienced computer user to get started with. The WYSIWYG view is achieved by embedding a [[Browser engine|layout engine]]. This may be custom-written or based upon one used in a web browser. The goal is that, at all times during editing, the [[rendering (computer graphics)|rendered]] result should represent what will be seen later in a typical web browser. [[WYSIWYM]] (what you see is what you ''mean'') is an alternative paradigm to WYSIWYG editors. Instead of focusing on the format or presentation of the document, it preserves the intended meaning of each element. For example, page headers, sections, paragraphs, etc. are labeled as such in the editing program, and displayed appropriately in the browser. ====Difficulties in achieving WYSIWYG==== A given HTML document will have an inconsistent appearance on various [[Computing platform|platforms]] and computers for several reasons: ;Different browsers and applications will render the same markup differently. :The same page may display slightly differently, by example, in [[Google Chrome|Chrome]], [[Safari (web browser)|Safari]], [[Microsoft Edge|Edge]], [[Internet Explorer]] and [[Firefox]] on a high-resolution screen, but it will look very different in the perfectly valid text-only [[Lynx (browser)|Lynx]] browser. It needs to be rendered differently again on a [[Personal digital assistant|PDA]], an [[Digital television|internet-enabled television]] and on a [[mobile phone]]. Usability in a [[Voice browser|speech]] or [[braille]] browser, or via a [[Screen reader|screen-reader]] working with a conventional browser, will place demands on entirely different{{clarify|date=October 2020}} aspects of the underlying HTML. All an author can do is suggest an appearance. ;Web browsers, like all computer software, have [[computer bug|bugs]] :They may not conform to current [[Web standards|standards]]. It is hopeless to try to design Web pages around all of the common browsers' current bugs: each time a new version of each browser comes out, a significant proportion of the [[World Wide Web]] would need re-coding to suit the new bugs and the new fixes. It is generally considered much wiser to design to standards, staying away from 'bleeding edge' features until they settle down, and then wait for the browser developers to catch up to your pages, rather than the other way round.<ref>{{cite web|url=http://www.w3.org/People/Bos/DesignGuide/designguide.html |title=An essay on W3C's design principles |publisher=W3.org |access-date=2013-10-23}}</ref> For instance, no one can argue that CSS is still 'cutting edge' as there is now widespread support available in common browsers for all the major features,<ref>{{cite web|url=http://www.w3.org/Style/CSS/#browsers |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref> even if many WYSIWYG and other editors have not yet entirely caught up.<ref>{{cite web|url=http://www.w3.org/Style/CSS/#editors |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref> ;A single visual style can represent multiple semantic meanings :Semantic meaning, derived from the underlying structure of the HTML document, is important for search engines and also for various accessibility tools. On paper we can tell from context and experience whether bold text represents a title, or emphasis, or something else. But it is very difficult to convey this distinction in a WYSIWYG editor. Simply making a piece of text bold in a WYSIWYG editor is not sufficient to tell the reader *why* the text is bold – what the boldness represents semantically. ;Modern web sites are rarely constructed in a way that makes WYSIWYG useful :Modern web sites typically use a [[content management system]] or some other [[template processor]]-based means of constructing pages on the fly using content stored in a database. Individual pages are never stored in a filesystem as they may be designed and edited in a WYSIWYG editor, thus some form of abstracted template-based layout is inevitable, invalidating one of the main benefits of using a WYSIWYG editor. ==Valid HTML markup== HTML is a structured [[markup language]]. There are certain rules on how HTML must be written if it is to conform to [[W3C]] standards for the World Wide Web. Following these rules means that web sites are accessible on all types and makes of computer, to able-bodied and people with disabilities, and also on [[wireless]] devices like mobile phones and PDAs, with their limited bandwidths and screen sizes. However, most HTML documents on the web do not meet the requirements of W3C standards. In a study conducted in 2011 on the 350 most popular web sites (selected by the Alexa index), 94 percent of websites fail the web standards markup and style sheet validation tests, or apply character encoding improperly. Even those syntactically correct documents may be inefficient due to an unnecessary use of repetition, or based upon rules that have been [[Deprecation|deprecated]] for some years. Current W3C recommendations on the use of CSS with HTML were first formalised by W3C in 1996<ref>{{cite web|url=http://www.w3.org/TR/CSS1 |title=Cascading Style Sheets, level 1 |publisher=W3.org |access-date=2013-10-23}}</ref> and have been revised and refined since then.<ref>http://www.w3.org/TR/CSS21/ W3C's current CSS recommendation</ref><ref>http://www.w3.org/TR/xhtml11/ W3C's current HTML recommendation</ref> These guidelines emphasise the separation of content (HTML or XHTML) from style (CSS). This has the benefit of delivering the style information once for a whole site, not repeated in each page, let alone in each HTML element. WYSIWYG editor designers have been struggling ever since with how best to present these concepts to their users without confusing them by exposing the underlying reality. Modern WYSIWYG editors all succeed in this to some extent, but none of them has succeeded entirely. However a web page was created or edited, WYSIWYG or by hand, in order to be successful among the greatest possible number of readers and viewers, as well as to maintain the 'worldwide' value of the Web itself, first and foremost it should consist of valid markup and code.<ref name="RefactoringHtml">{{cite book |title=Refactoring HTML |last=Harold |first=Elliotte Rusty |year=2008 |publisher=Addison Wesley |___location=Boston |isbn=978-0-321-50363-3 }}</ref> It should not be considered ready for the World Wide Web, until its HTML and CSS syntax have been successfully [[Validator|validated]] using either the free W3C validator services ([http://validator.w3.org/ W3C HTML Validator] and [http://jigsaw.w3.org/css-validator/ W3C CSS Validator]) or some other trustworthy alternatives.<ref name="RefactoringHtml"/> [[Accessibility]] of web pages by those with physical, eyesight or other disabilities is not only a good idea considering the ubiquity and importance of the web in modern society, but is also mandated by law. In the U.S., the [[Americans with Disabilities Act]] and in the UK, the [[Disability Discrimination Act]] place requirement on web sites operated by publicly funded organizations. In many other countries similar laws either already exist or soon will.<ref name="RefactoringHtml"/> [[Web Content Accessibility Guidelines|Making pages accessible]] is more complex than just making them valid; that is a prerequisite but there are many other factors to be considered.<ref>{{cite web|url=http://www.w3.org/TR/WCAG20/|title=Web Content Accessibility Guidelines (WCAG) 2.0|publisher=W3.org|year=2008|access-date=2013-10-23}}</ref> Good web design, whether done using a WYSIWYG tool or not needs to take account of these too. Whatever software tools are used to design, create and maintain web pages, the quality of the underlying HTML is dependent on the skill of the person who works on the page. Some knowledge of HTML, CSS and other scripting languages as well as a familiarity with the current W3C recommendations in these areas will help any designer produce better web pages, with a WYSIWYG HTML editor and without.<ref>{{cite web|url=http://www.w3.org/MarkUp/Guide/ |title=Dave Raggett's Introduction to HTML |publisher=W3.org |date=2005-05-24 |access-date=2013-10-23}}</ref> ==See also== *[[Comparison of HTML editors]] *[[List of HTML editors]] *[[Web template system]] *[[Website builder]] *[[Validator]] ==References== {{Reflist}} {{HTML editors}} {{DEFAULTSORT:Html Editor}} [[Category:HTML editors| ]] [[Category:Web design]]'
New page wikitext, after the edit (new_wikitext)
'<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='1.0.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1' name='viewport'/> <title><data:view.title.escaped/></title> <b:include data='blog' name='all-head-content'/> <b:if cond='data:view.isHomepage'> <script type='application/ld+json'>{&quot;@context&quot;:&quot;http://schema.org&quot;,&quot;@type&quot;:&quot;WebSite&quot;,&quot;name&quot;:&quot;<data:view.title.escaped/>&quot;,&quot;url&quot;:&quot;<data:view.url.canonical/>&quot;,&quot;potentialAction&quot;:{&quot;@type&quot;:&quot;SearchAction&quot;,&quot;target&quot;:&quot;<data:view.url.canonical/>search?q={search_term_string}&quot;,&quot;query-input&quot;:&quot;required name=search_term_string&quot;}}</script> </b:if> <!-- Google Fonts --> <link href='//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i' media='all' rel='stylesheet' type='text/css'/> <link href='https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/> <!-- Template Style CSS --> <b:skin version='1.0.0'><![CDATA[/* ----------------------------------------------- Blogger Template Style Name: Video Version: Free Version Version: 2.0 Author: Sora Templates Author Url: https://www.soratemplates.com/ ----------------------------------------------- */ /* <!-- Variable definitions --> <Variable name="keycolor" description="Main Color" type="color" default="$(main.color)" value="#f12020"/> <Variable name="followByEmail" description="Follow By Email Text" type="string" default="Get all latest content delivered straight to your inbox." value="Get all latest content delivered straight to your inbox."/> <Group description="Theme Body" selector="body"> <Variable name="body.background.color" description="Body Background Color" type="color" default="#f8f8f8" value="#f8f8f8"/> <Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) url() repeat fixed top left" value="$(color) url() repeat fixed top left"/> <Variable name="body.text.color" description="Text Color" type="color" default="#656565" value="#656565"/> <Variable name="body.link.color" description="Link Color" type="color" default="$(main.color)" value="#f12020"/> </Group> <Group description="Theme Colors" selector="body"> <Variable name="main.color" description="Theme Color" type="color" default="#f12020" value="#f12020"/> <Variable name="main.dark.color" description="Dark Color" type="color" default="#111111" value="#111111"/> <Variable name="menu.color" description="Menu Color" type="color" default="#ffffff" value="#ffffff"/> <Variable name="title.color" description="Title Color" type="color" default="#111111" value="#111111"/> <Variable name="title.hover" description="Title Color on Hover" type="color" default="$(main.color)" value="#f12020"/> <Variable name="footer.color" description="Footer Color" type="color" default="#f1ffff" value="#f1ffff"/> </Group> <!-- Extra Variables --> <Variable name="body.text.font" description="Font" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/> <Variable name="posts.background.color" description="Post background color" hideEditor="true" type="color" default="#ffffff" value="#ffffff"/> <Variable name="tabs.font" description="Font 2" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/> <Variable name="posts.title.color" description="Post title color" hideEditor="true" type="color" default="#111111" value="#111111"/> <Variable name="posts.text.color" description="Post text color" hideEditor="true" type="color" default="#656565" value="#656565"/> <Variable name="posts.icons.color" description="Post icons color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/> <Variable name="labels.background.color" description="Label background color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/> */ /*-- Reset CSS --*/ a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;text-decoration:none}form,textarea,input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}dl,ul{list-style-position:inside;font-weight:400;list-style:none}ul li{list-style:none}caption,th{text-align:center}img{border:none;position:relative}a,a:visited{text-decoration:none}.clearfix{clear:both}.section,.widget,.widget ul{margin:0;padding:0}a{color:$(body.link.color)}a img{border:0}abbr{text-decoration:none}.CSS_LIGHTBOX{z-index:999999!important}.separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}#navbar-iframe,.widget-item-control,a.quickedit,.home-link,.feed-links{display:none!important}.center{display:table;margin:0 auto;position:relative}.widget > h2,.widget > h3{display:none} .post-body a:visited{color:blue;} .CSS_LIGHTBOX{z-index:999999!important}.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER > .CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child > .CSS_LAYOUT_COMPONENT{opacity:0}#google_translate_element { clear: both; }.thread-expanded .thread-count a { display: none; }.comments .continue { display: none!important; } /*-- Body Content CSS --*/ body{background:$(body.background);background-color:$(body.background.color);font-family:'Noto Sans',sans-serif;font-size:14px;font-weight:400;color:$(body.text.color);word-wrap:break-word;margin:0;padding:0} #outer-wrapper{margin:0 auto;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)} .row{width:960px} #content-wrapper{margin:30px auto 0;overflow:hidden} #content-wrapper > .container{margin:0 -15px} #main-wrapper{float:left;overflow:hidden;width:66.66666667%;box-sizing:border-box;word-wrap:break-word;padding:0 15px;margin:0} #sidebar-wrapper{float:right;overflow:hidden;width:33.33333333%;box-sizing:border-box;word-wrap:break-word;padding:0 15px} .post-image-wrap{position:relative;display:block} .post-image-link,.about-author .avatar-container,.comments .avatar-image-container{background-color:rgba(155,155,155,0.07);color:transparent!important} .post-thumb{ display:block; position:relative; width:100%; height:100%; object-fit:cover; object-position: center; z-index:1; opacity: 0; transition:opacity .17s ease,transform .17s ease } .post-thumb.lazy-yard { opacity: 1; } .post-image-link:hover .post-thumb,.post-image-wrap:hover .post-image-link .post-thumb,.hot-item-inner:hover .post-image-link .post-thumb{opacity:.9} .post-title a{display:block} .post-image-link:after{content:'\f04b';position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:36px;height:36px;background-color:rgba(0,0,0,0.5);font-family:FontAwesome;font-size:14px;color:#fff;font-weight:400;text-align:center;line-height:32px;z-index:2;box-sizing:border-box;padding:0 0 0 3px;border:2px solid #fff;border-radius:100%} .common-widget .PopularPosts .post-image-link:after,.custom-widget .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff} #top-bar{width:100%;height:34px;background-color:$(main.dark.color);overflow:hidden;margin:0;border-bottom:1px solid rgba(255,255,255,0.05)} #top-bar .container{margin:0 auto} .top-bar-nav{position:relative;float:left;display:block} .top-bar-nav .widget > .widget-title{display:none} .top-bar-nav ul li{float:left} .top-bar-nav ul li > a{height:34px;display:block;color:#ddd;font-size:12px;font-weight:400;line-height:34px;margin:0 10px 0 0;padding:0 5px;transition:color .17s} .top-bar-nav ul li:first-child > a{padding:0 5px 0 0} .top-bar-nav ul > li:hover > a{color:$(main.color)} .top-bar-social{position:relative;float:right;display:block} .top-bar-social .widget > .widget-title{display:none} .top-bar-social ul > li{float:left;display:inline-block} .top-bar-social ul > li > a{line-height:34px;display:block;color:#ddd;text-decoration:none;font-size:14px;text-align:center;padding:0 5px;margin:0 0 0 10px;transition:color .17s} .top-bar-social ul > li:last-child > a{padding:0 0 0 5px} .top-bar-social ul > li:hover > a{color:$(main.color)} .social a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400} .social .blogger a:before{content:"\f37d"} .social .facebook a:before{content:"\f09a"} .social .twitter a:before{content:"\f099"} .social .gplus a:before{content:"\f0d5"} .social .rss a:before{content:"\f09e"} .social .youtube a:before{content:"\f167"} .social .skype a:before{content:"\f17e"} .social .stumbleupon a:before{content:"\f1a4"} .social .tumblr a:before{content:"\f173"} .social .vk a:before{content:"\f189"} .social .stack-overflow a:before{content:"\f16c"} .social .github a:before{content:"\f09b"} .social .linkedin a:before{content:"\f0e1"} .social .dribbble a:before{content:"\f17d"} .social .soundcloud a:before{content:"\f1be"} .social .behance a:before{content:"\f1b4"} .social .digg a:before{content:"\f1a6"} .social .instagram a:before{content:"\f16d"} .social .pinterest a:before{content:"\f0d2"} .social .twitch a:before{content:"\f1e8"} .social .delicious a:before{content:"\f1a5"} .social .codepen a:before{content:"\f1cb"} .social .reddit a:before{content:"\f1a1"} .social .whatsapp a:before{content:"\f232"} .social .snapchat a:before{content:"\f2ac"} .social .email a:before{content:"\f0e0"} .social .external-link a:before{content:"\f35d"} .social-color .blogger a{background-color:#ff5722} .social-color .facebook a{background-color:#3b5999} .social-color .twitter a{background-color:#00acee} .social-color .gplus a{background-color:#db4a39} .social-color .youtube a{background-color:#f50000} .social-color .instagram a{background:linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)} .social-color .pinterest a{background-color:#ca2127} .social-color .dribbble a{background-color:#ea4c89} .social-color .linkedin a{background-color:#0077b5} .social-color .tumblr a{background-color:#365069} .social-color .twitch a{background-color:#6441a5} .social-color .rss a{background-color:#ffc200} .social-color .skype a{background-color:#00aff0} .social-color .stumbleupon a{background-color:#eb4823} .social-color .vk a{background-color:#4a76a8} .social-color .stack-overflow a{background-color:#f48024} .social-color .github a{background-color:#24292e} .social-color .soundcloud a{background:linear-gradient(#ff7400,#ff3400)} .social-color .behance a{background-color:#191919} .social-color .digg a{background-color:#1b1a19} .social-color .delicious a{background-color:#0076e8} .social-color .codepen a{background-color:#000} .social-color .reddit a{background-color:#ff4500} .social-color .whatsapp a{background-color:#3fbb50} .social-color .snapchat a{background-color:#ffe700} .social-color .email a{background-color:#888} .social-color .external-link a{background-color:$(main.dark.color)} #header-wrap{position:relative;margin:0} .header-header{background-color:$(main.dark.color);width:100%;height:90px;position:relative;overflow:hidden;padding:25px 0} .header-header .container{position:relative;margin:0 auto;padding:0} .header-logo{position:relative;float:left;width:auto;max-width:250px;max-height:60px;margin:0;padding:15px 0} .header-logo .header-image-wrapper{display:block} .header-logo img{max-width:100%;max-height:60px;margin:0} .header-logo h1{color:$(title.color);font-size:20px;line-height:1.4em;margin:0} .header-logo p{font-size:12px;margin:5px 0 0} .header-ads{position:relative;float:right} .header-ads .widget > .widget-title{display:none} .header-ads .widget{max-width:100%} .header-ads .widget .widget-content{width:728px;max-width:100%;max-height:90px;line-height:1} .header-menu{position:relative;width:100%;height:46px;background-color:$(main.color);z-index:10;font-size:13px;margin:0} .header-menu .container{position:relative;margin:0 auto;padding:0} #main-menu .widget,#main-menu .widget > .widget-title{display:none} #main-menu .show-menu{display:block} #main-menu{position:relative;height:46px;z-index:15} #main-menu ul > li{float:left;position:relative;margin:0;padding:0;transition:background .17s} #main-menu ul > li > a{position:relative;color:$(menu.color);font-size:13px;font-weight:700;line-height:46px;display:inline-block;margin:0;padding:0 13px;transition:color .17s ease} #main-menu ul#main-menu-nav > li:first-child > a{padding:0 13px 0 0} #main-menu ul#main-menu-nav > li > a{text-transform:uppercase} #main-menu ul > li:hover > a{color:#fff} #main-menu ul > li > ul{position:absolute;float:left;left:0;top:46px;width:180px;background-color:$(main.dark.color);z-index:99999;margin-top:0;padding:0;border:0;box-shadow:0 3px 5px rgba(0,0,0,0.2);visibility:hidden;opacity:0} #main-menu ul > li > ul > li > ul{position:absolute;float:left;top:0;left:100%;margin-left:0;border:0} #main-menu ul > li > ul > li{display:block;float:none;position:relative} #main-menu ul > li > ul > li a{display:block;height:36px;font-size:13px;color:#fff;font-weight:400;line-height:36px;box-sizing:border-box;margin:0;padding:0 15px;border-bottom:1px solid rgba(0,0,0,0.15);transition:all .17s ease} #main-menu ul > li > ul > li:hover > a{color:$(main.color)} #main-menu ul > li > ul > li:last-child a{border-bottom:0} #main-menu ul > li.has-sub > a:after{content:'\f107';float:right;font-family:FontAwesome;font-size:14px;font-weight:400;margin:0 0 0 3px} #main-menu ul > li > ul > li.has-sub > a:after{content:'\f105';float:right;margin:0} #main-menu .mega-menu{position:static!important} #main-menu .mega-menu > ul{width:100%;box-sizing:border-box;padding:20px 10px} #main-menu .mega-menu > ul.mega-menu-inner{overflow:hidden} #main-menu ul > li:hover > ul,#main-menu ul > li > ul > li:hover > ul{visibility:visible;opacity:1} #main-menu ul ul{transition:all .17s ease} .mega-menu-inner .mega-item{float:left;width:25%;box-sizing:border-box;padding:0 10px} .mega-menu-inner .mega-content{position:relative;width:100%;overflow:hidden;padding:0} .mega-content .post-image-wrap{width:100%;height:140px} .mega-content .post-image-link{width:100%;height:100%;z-index:1;display:block;position:relative;overflow:hidden} .mega-content .post-title{position:relative;font-size:13px;font-weight:700;line-height:1.5em;margin:7px 0 5px} .mega-content .post-title a{display:block;color:#fff;transition:color .17s} .mega-content:hover .post-title a{color:$(title.hover)} .no-posts{float:left;width:100%;height:100px;line-height:100px;text-align:center} .mega-menu .no-posts{line-height:60px;color:$(title.color)} .show-search,.hide-search{position:absolute;right:0;top:0;display:block;width:46px;height:46px;line-height:46px;z-index:20;color:$(menu.color);font-size:15px;text-align:right;cursor:pointer;transition:color .17s ease} .show-search:before{content:"\f002";font-family:FontAwesome;font-weight:400} .hide-search:before{content:"\f00d";font-family:FontAwesome;font-weight:400} .show-search:hover,.hide-search:hover{color:#fff} #nav-search{display:none;position:absolute;left:0;top:0;width:100%;height:46px;z-index:99;background-color:$(main.color);box-sizing:border-box;padding:0} #nav-search .search-form{width:100%;height:46px;background-color:rgba(0,0,0,0);line-height:46px;overflow:hidden;padding:0} #nav-search .search-input{width:100%;height:46px;font-family:inherit;color:$(menu.color);margin:0;padding:0 70px 0 0;background-color:rgba(0,0,0,0);font-size:13px;font-weight:400;box-sizing:border-box;border:0} #nav-search .search-input:focus{color:$(menu.color);outline:none} #mobile-logo .widget > .widget-title > h3{display:none} .mobile-header{display:none;position:relative;float:left;width:100%;height:55px;background-color:$(main.dark.color);z-index:1010} .mobile-header .logo-content{position:relative;float:left;display:block;width:100%;height:55px;text-align:center;z-index:2} .mobile-header .logo-content > a{height:35px;display:inline-block;padding:10px 0} .mobile-header .logo-content > a > img{height:35px} .mobile-header .logo-content > h3{font-size:20px;height:35px;line-height:35px;margin:10px 0 0} .mobile-header .logo-content > h3 > a{color:#fff} .mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0} .mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-family:inherit;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0} .mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0} .mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0} .slide-menu-toggle,.show-mobile-search,.hide-mobile-search{position:absolute;line-height:55px;height:55px;width:55px;top:0;left:0;font-family:FontAwesome;color:#fff;font-size:17px;font-weight:400;text-align:center;cursor:pointer;z-index:4;padding:0} .slide-menu-toggle{border-right:1px solid rgba(255,255,255,0.08)} .show-mobile-search,.hide-mobile-search{border-left:1px solid rgba(255,255,255,0.08);left:auto;right:0} .slide-menu-toggle:before{content:"\f0c9"} .nav-active .slide-menu-toggle:before{content:"\f00d"} .show-mobile-search:before{content:"\f002"} .hide-mobile-search:before{content:"\f00d"} .mobile-menu{position:relative;float:left;width:100%;background-color:$(main.dark.color);box-sizing:border-box;padding:20px;border-top:1px solid rgba(255,255,255,0.08);visibility:hidden;opacity:0;transform-origin:0 0;transform:scaleY(0);transition:all .17s ease} .nav-active .mobile-menu{visibility:visible;opacity:1;transform:scaleY(1)} .mobile-menu > ul{margin:0} .mobile-menu .m-sub{display:none;padding:0} .mobile-menu ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:13px;font-weight:700;text-transform:uppercase;line-height:38px;margin:0;padding:0;border-top:1px solid rgba(255,255,255,0.01)} .mobile-menu > ul li ul{overflow:hidden} .mobile-menu > ul > li:first-child{border-top:0} .mobile-menu ul li a{color:#fff;padding:0;display:block;transition:all .17s ease} .mobile-menu ul li.has-sub .submenu-toggle{position:absolute;top:0;right:0;color:#fff;cursor:pointer} .mobile-menu ul li.has-sub .submenu-toggle:after{content:'\f105';font-family:FontAwesome;font-weight:400;float:right;width:34px;font-size:16px;text-align:center;transition:all .17s ease} .mobile-menu ul li.has-sub.show > .submenu-toggle:after{transform:rotate(90deg)} .mobile-menu > ul > li > ul > li a{font-size:13px;text-transform:initial;font-weight:400} .mobile-menu > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 15px} .mobile-menu > ul > li > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 30px} .mobile-menu ul li a:hover,.mobile-menu ul > li > .submenu-toggle:hover{color:$(main.color)} .post-meta{overflow:hidden;color:#aaa;font-size:12px;font-weight:400;padding:0 1px} .post-meta .post-author,.post-meta .post-date{float:left;display:inline-block;margin:0} .post-meta .post-author:after{content:'-';margin:0 4px} .post-author{font-weight:700} .post-meta a{color:$(title.color);transition:color .17s} .post-meta a:hover{color:$(title.color)} #hot-wrapper{margin:0 auto} #hot-section .widget,#hot-section .widget > .widget-title{display:none} #hot-section .show-hot{display:block!important} #hot-section .show-hot .widget-content{position:relative;overflow:hidden;height:320px;margin:30px 0 0} .hot-loader{position:relative;height:100%;overflow:hidden;display:block} .hot-loader:after{content:'';position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-17px 0 0 -17px;border:4px solid #ddd;border-left-color:$(main.color);border-right-color:$(main.color);border-radius:100%;animation:spinner .8s infinite linear;transform-origin:center} @-webkit-keyframes spinner { 0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} to{-webkit-transform:rotate(1turn);transform:rotate(1turn)} } @keyframes spinner { 0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} to{-webkit-transform:rotate(1turn);transform:rotate(1turn)} } ul.hot-posts{position:relative;overflow:hidden;height:320px;margin:0 -1px} .hot-posts .hot-item{position:relative;float:left;width:50%;height:320px;overflow:hidden;box-sizing:border-box;padding:0 1px} .hot-item-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block} .hot-posts .post-image-link{width:100%;height:100%;position:relative;overflow:hidden;display:block} .hot-posts .post-info{position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(rgba(0,0,0,0),#000);overflow:hidden;z-index:5;box-sizing:border-box;padding:20px} .hot-posts .post-title{font-size:23px;font-weight:700;display:block;line-height:1.5em;margin:10px 0 5px} .hot-posts .post-title a{color:#fff;display:block} .hot-posts .post-image-link:after{top:20px;right:20px;left:auto} .hot-posts .post-meta a{color:#fff} .show-hot .no-posts{position:absolute;top:calc(50% - 50px);left:0;width:100%} .queryMessage{overflow:hidden;background-color:#f2f2f2;color:$(title.color);font-size:13px;font-weight:400;padding:8px 10px;margin:0 0 25px} .queryMessage .query-info{margin:0 5px} .queryMessage .search-query,.queryMessage .search-label{font-weight:700;text-transform:uppercase} .queryMessage .search-query:before,.queryMessage .search-label:before{content:"\201c"} .queryMessage .search-query:after,.queryMessage .search-label:after{content:"\201d"} .queryMessage a.show-more{float:right;color:$(title.hover);text-decoration:underline;transition:opacity .17s} .queryMessage a.show-more:hover{opacity:.8} .queryEmpty{font-size:13px;font-weight:400;padding:10px 0;margin:0 0 25px;text-align:center} .title-wrap{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)} .title-wrap > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0} .custom-widget li{overflow:hidden;margin:20px 0 0} .custom-widget li:first-child{padding:0;margin:0;border:0} .custom-widget .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0} .custom-widget .post-info{overflow:hidden} .custom-widget .post-title{overflow:hidden;font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px} .custom-widget .post-title a{display:block;color:$(title.color);transition:color .17s} .custom-widget li:hover .post-title a{color:$(title.hover)} .home-ad .widget > .widget-title{display:none} .home-ad .widget{width:728px;max-width:100%;margin:0 auto} .home-ad .widget .widget-content{position:relative;width:100%;max-height:90px;overflow:hidden;line-height:1;margin:0 0 30px} .index-post-wrap{position:relative;float:left;width:100%} .blog-post{display:block;overflow:hidden;word-wrap:break-word} .index-post-wrap .grid-posts{display:flex;flex-wrap:wrap;margin:0 -15px} .index-post{width:50%;box-sizing:border-box;padding:0 15px;margin:0 0 30px} .index-post .post-image-wrap{float:left;width:100%;height:180px;overflow:hidden;margin:0 0 10px} .index-post .post-image-wrap .post-image-link{width:100%;height:100%;position:relative;display:block;z-index:1;overflow:hidden} .post-tag{position:absolute;top:0;left:0;height:20px;z-index:5;background-color:$(main.color);color:#fff;font-size:10px;line-height:20px;font-weight:700;text-transform:uppercase;padding:0 7px} .index-post .post-info{float:left;width:100%} .index-post .post-info > h2{font-size:17px;font-weight:700;line-height:1.5em;text-decoration:none;margin:0} .index-post .post-info > h2 > a{display:block;color:$(title.color);transition:color .17s} .index-post:hover .post-info > h2 > a{color:$(title.hover)} .widget iframe,.widget img{max-width:100%} .date-header{display:block;overflow:hidden;font-weight:400;margin:0!important;padding:0} .index-post .post-meta{margin:10px 0 0} .post-timestamp{margin-left:0} #breadcrumb{font-size:12px;font-weight:400;color:#aaa;margin:0 0 10px} #breadcrumb a{color:#aaa;transition:color .17s} #breadcrumb a:hover{color:$(title.hover)} #breadcrumb a,#breadcrumb em{display:inline-block} #breadcrumb .delimiter:after{content:'\f054';font-family:FontAwesome;font-size:8px;font-weight:400;font-style:normal;vertical-align:middle;margin:0 3px} .item-post h1.post-title{color:$(title.color);font-size:27px;line-height:1.5em;font-weight:700;position:relative;display:block;margin:10px 0;padding:0} .static_page .item-post h1.post-title{margin:0} .item-post .post-body{width:100%;line-height:1.5em;overflow:hidden;padding:20px 0 0;margin:10px 0 0;border-top:1px solid #ebebeb} .static_page .item-post .post-body{padding:20px 0} .item-post .post-outer{padding:0} .item-post .post-body img{max-width:100%} .main .widget{margin:0} .main .Blog{border-bottom-width:0} .post-footer{position:relative;float:left;width:100%;margin:20px 0 0} .inline-ad{position:relative;display:block;max-height:60px;margin:0 0 30px} .inline-ad > ins{display:block!important;margin:0 auto!important} .item .inline-ad{float:left;width:100%;margin:20px 0 0} .item-post-wrap > .inline-ad{margin:0 0 20px} .post-labels{overflow:hidden;height:auto;position:relative;margin:0 0 20px;padding:0} .post-labels span,.post-labels a{float:left;height:22px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:22px;font-weight:400;margin:0;padding:0 10px} .post-labels span{background-color:$(main.dark.color);color:#fff} .post-labels a{margin:0 0 0 5px;transition:all .17s ease} .post-labels a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)} .post-reactions{height:28px;display:block;margin:0 0 15px} .post-reactions span{float:left;color:$(title.color);font-size:11px;line-height:25px;text-transform:uppercase;font-weight:700} .reactions-inner{float:left;margin:0;height:28px} .post-share{position:relative;overflow:hidden;line-height:0;margin:0 0 30px} ul.share-links{position:relative} .share-links li{width:32px;float:left;box-sizing:border-box;margin:0 5px 0 0} .share-links li.facebook,.share-links li.twitter{width:20%} .share-links li a{float:left;display:inline-block;cursor:pointer;width:100%;height:32px;line-height:32px;color:#fff;font-weight:400;font-size:13px;text-align:center;box-sizing:border-box;opacity:1;transition:all .17s ease} .share-links li.whatsapp-mobile{display:none} .is-mobile li.whatsapp-desktop{display:none} .is-mobile li.whatsapp-mobile{display:inline-block} .share-links li a:before{float:left;display:block;width:32px;background-color:rgba(0,0,0,0.05);text-align:center;line-height:32px} .share-links li a:hover{opacity:.8} ul.post-nav{position:relative;overflow:hidden;display:block;margin:0 0 30px} .post-nav li{display:inline-block;width:50%} .post-nav .post-prev{float:left;text-align:left;box-sizing:border-box;padding:0 10px} .post-nav .post-next{float:right;text-align:right;box-sizing:border-box;padding:0 10px} .post-nav li a{color:$(title.color);line-height:1.4em;display:block;overflow:hidden;transition:color .17s} .post-nav li:hover a{color:$(title.hover)} .post-nav li span{display:block;font-size:11px;color:#aaa;font-weight:700;text-transform:uppercase;padding:0 0 2px} .post-nav .post-prev span:before{content:"\f053";float:left;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 2px 0 0} .post-nav .post-next span:after{content:"\f054";float:right;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 0 0 2px} .post-nav p{font-size:12px;font-weight:400;line-height:1.4em;margin:0} .post-nav .post-nav-active p{color:#aaa} .about-author{position:relative;display:block;overflow:hidden;background-color:$(main.dark.color);padding:20px;margin:0 0 30px} .about-author .avatar-container{position:relative;float:left;width:80px;height:80px;background-color:rgba(255,255,255,0.05);overflow:hidden;margin:0 15px 0 0} .about-author .author-avatar{float:left;width:100%;height:100%} .author-name{overflow:hidden;display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;line-height:14px;margin:7px 0 3px} .author-name span{color:#fff} .author-name a{color:$(main.color);transition:opacity .17s} .author-name a:hover{opacity:.8} .author-description{display:block;overflow:hidden;font-size:12px;color:#aaa;font-weight:400;line-height:1.6em} .author-description a:hover{text-decoration:underline} #related-wrap{overflow:hidden;margin:0 0 30px} #related-wrap .related-tag{display:none} .related-ready{float:left;width:100%} .related-ready .loader{height:178px} ul.related-posts{position:relative;overflow:hidden;margin:0 -10px;padding:0} .related-posts .related-item{width:33.33333333%;position:relative;overflow:hidden;float:left;display:block;box-sizing:border-box;padding:0 10px;margin:0} .related-posts .post-image-link{width:100%;height:130px;position:relative;overflow:hidden;display:block} .related-posts .post-title{font-size:14px;font-weight:700;line-height:1.5em;display:block;margin:7px 0 5px} .related-posts .post-title a{color:$(title.color);transition:color .17s} .related-posts .related-item:hover .post-title a{color:$(title.hover)} #blog-pager{float:left;width:100%;overflow:hidden;clear:both;margin:0 0 30px} .blog-pager a,.blog-pager span{float:left;display:block;min-width:32px;height:32px;background-color:$(main.dark.color);color:#fff;font-size:13px;font-weight:700;line-height:32px;text-align:center;box-sizing:border-box;padding:0 10px;margin:0 5px 0 0;transition:all .17s ease} .blog-pager span.page-dots{min-width:20px;background-color:#fff;font-size:16px;color:$(body.text.color);font-weight:400;line-height:32px;padding:0} .blog-pager .page-of{display:none;width:auto;float:right;border-color:rgba(0,0,0,0);margin:0} .blog-pager .page-active,.blog-pager a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)} .blog-pager .page-prev:before,.blog-pager .page-next:before{font-family:FontAwesome;font-size:11px;font-weight:400} .blog-pager .page-prev:before{content:'\f053'} .blog-pager .page-next:before{content:'\f054'} .blog-pager .blog-pager-newer-link,.blog-pager .blog-pager-older-link{float:left;display:inline-block;width:auto;padding:0 10px;margin:0} .blog-pager .blog-pager-older-link{float:right} .archive #blog-pager,.home .blog-pager .blog-pager-newer-link,.home .blog-pager .blog-pager-older-link{display:none} .blog-post-comments{display:none} .blog-post-comments .comments-title{margin:0 0 20px} .comments-system-disqus .comments-title,.comments-system-facebook .comments-title{margin:0} #comments{margin:0} #gpluscomments{float:left!important;width:100%!important;margin:0 0 25px!important} #gpluscomments iframe{float:left!important;width:100%} .comments{display:block;clear:both;margin:0;color:$(title.color)} .comments .comment-thread > ol{padding:0} .comments > h3{font-size:13px;font-weight:400;font-style:italic;padding-top:1px} .comments .comments-content .comment{list-style:none;margin:0;padding:0 0 8px} .comments .comments-content .comment:first-child{padding-top:0} .facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important} .comments .item-control{position:static} .comments .avatar-image-container{float:left;overflow:hidden;position:absolute} .comments .avatar-image-container,.comments .avatar-image-container img{height:35px;max-height:35px;width:35px;max-width:35px;border-radius:100%} .comments .comment-block{overflow:hidden;padding:0 0 10px} .comments .comment-block,.comments .comments-content .comment-replies{margin:0 0 0 50px} .comments .comments-content .inline-thread{padding:0} .comments .comment-actions{float:left;width:100%;position:relative;margin:0} .comments .comments-content .comment-header{font-size:12px;display:block;overflow:hidden;clear:both;margin:0 0 3px;padding:0 0 5px;border-bottom:1px dashed #d6d6d6} .comments .comments-content .comment-header a{color:$(title.color);transition:color .17s} .comments .comments-content .comment-header a:hover{color:$(title.hover)} .comments .comments-content .user{font-style:normal;font-weight:700;text-transform:uppercase;display:block} .comments .comments-content .icon.blog-author{display:none} .comments .comments-content .comment-content{float:left;font-size:13px;color:#5E5E5E;font-weight:400;text-align:left;line-height:1.4em;margin:5px 0 9px} .comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:$(title.color);font-weight:400;background-color:#f2f2f2;font-size:10px;transition:all .17s ease} .comments .comment .comment-actions a:hover{color:#fff;background-color:$(main.color);border-color:$(main.color);text-decoration:none} .comments .comments-content .datetime{float:left;font-size:11px;font-weight:400;color:#aaa;position:relative;padding:0 1px;margin:4px 0 0;display:block} .comments .comments-content .datetime a,.comments .comments-content .datetime a:hover{color:#aaa} .comments .thread-toggle{margin-bottom:4px} .comments .thread-toggle .thread-arrow{height:7px;margin:0 3px 2px 0} .comments .thread-count a,.comments .continue a{transition:opacity .17s} .comments .thread-count a:hover,.comments .continue a:hover{opacity:.8} .comments .thread-expanded{padding:5px 0 0} .comments .thread-chrome.thread-collapsed{display:none} .thread-arrow:before{content:'';font-family:FontAwesome;color:$(title.color);font-weight:400;margin:0 2px 0 0} .comments .thread-expanded .thread-arrow:before{content:'\f0d7'} .comments .thread-collapsed .thread-arrow:before{content:'\f0da'} .comments .comments-content .comment-thread{margin:0} .comments .continue a{padding:0 0 0 60px;font-weight:400} .comments .comments-content .loadmore.loaded{margin:0;padding:0} .comments .comment-replybox-thread{margin:0} .comments .comments-content .loadmore,.comments .comments-content .loadmore.loaded{display:none} #comment-editor{margin:0 0 20px} .post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:$(title.color);font-weight:700;margin:0 0 15px} .post-body h1,.post-body h2{font-size:24px} .post-body h3{font-size:21px} .post-body h4{font-size:18px} .post-body h5{font-size:16px} .post-body h6{font-size:13px} blockquote{font-style:italic;padding:10px;margin:0;border-left:4px solid $(main.color)} blockquote:before,blockquote:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;color:#aaa;line-height:1} blockquote:before{content:'\f10d';margin:0 10px 0 0} blockquote:after{content:'\f10e';margin:0 0 0 10px} .widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400} .widget .post-body li{margin:5px 0;padding:0;line-height:1.5} .post-body ul{padding:0 0 0 20px} .post-body ul li:before{content:"\f105";font-family:FontAwesome;font-size:13px;font-weight:400;margin:0 5px 0 0} .post-body u{text-decoration:underline} .post-body a{transition:color .17s ease} .post-body strike{text-decoration:line-through} .contact-form{overflow:hidden} .contact-form .widget-title{display:none} .contact-form .contact-form-name{width:calc(50% - 5px)} .contact-form .contact-form-email{width:calc(50% - 5px);float:right} .sidebar .widget{position:relative;overflow:hidden;background-color:#fff;box-sizing:border-box;padding:0;margin:0 0 30px} .sidebar .widget-title{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)} .sidebar .widget-title > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0} .sidebar .widget-content{float:left;width:100%;margin:0} ul.social-counter{margin:0 -5px} .social-counter li{float:left;width:25%;box-sizing:border-box;padding:0 5px;margin:10px 0 0} .social-counter li:nth-child(1),.social-counter li:nth-child(2),.social-counter li:nth-child(3),.social-counter li:nth-child(4){margin-top:0} .social-counter li a{display:block;height:40px;font-size:22px;color:#fff;text-align:center;line-height:40px;transition:opacity .17s} .social-counter li a:hover{opacity:.8} .list-label li{position:relative;display:block;padding:7px 0;border-top:1px dotted #ebebeb} .list-label li:first-child{padding-top:0;border-top:0} .list-label li:last-child{padding-bottom:0;border-bottom:0} .list-label li a{display:block;color:$(title.color);font-size:12px;font-weight:400;text-transform:capitalize;transition:color .17s} .list-label li a:before{content:"\f054";float:left;color:$(title.color);font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 3px 0 0;transition:color .17s} .list-label li a:hover{color:$(title.hover)} .list-label .label-count{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px} .cloud-label li{position:relative;float:left;margin:0 5px 5px 0} .cloud-label li a{display:block;height:26px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:26px;font-weight:400;padding:0 10px;transition:all .17s ease} .cloud-label li a:hover{color:#fff;background-color:$(main.color)} .cloud-label .label-count{display:none} .sidebar .FollowByEmail > .widget-title > h3{margin:0} .FollowByEmail .widget-content{position:relative;overflow:hidden;background-color:$(main.dark.color);text-align:center;font-weight:400;box-sizing:border-box;padding:20px} .FollowByEmail .widget-content > h3{font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;margin:0 0 13px} .FollowByEmail .before-text{font-size:13px;color:#fff;line-height:1.5em;margin:0 0 15px;display:block;padding:0 10px;overflow:hidden} .FollowByEmail .widget-content:after{content:'\f0e0';position:absolute;right:-15px;top:-15px;font-family:FontAwesome;font-size:50px;color:#cccccc1a;transform:rotate(21deg)} .FollowByEmail .follow-by-email-inner{position:relative} .FollowByEmail .follow-by-email-inner .follow-by-email-address{width:100%;height:32px;color:$(title.color);font-size:11px;font-family:inherit;padding:0 10px;margin:0 0 10px;box-sizing:border-box;border:0;transition:ease .17s} .FollowByEmail .follow-by-email-inner .follow-by-email-submit{width:100%;height:32px;font-family:inherit;font-size:11px;color:#fff;background-color:$(main.color);text-transform:uppercase;text-align:center;font-weight:700;cursor:pointer;margin:0;border:0;transition:opacity .17s ease} .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{opacity:.85} #ArchiveList ul.flat li{color:$(title.color);font-size:13px;font-weight:400;padding:7px 0;border-bottom:1px dotted #eaeaea} #ArchiveList ul.flat li:first-child{padding-top:0} #ArchiveList ul.flat li:last-child{padding-bottom:0;border-bottom:0} #ArchiveList .flat li > a{display:block;color:$(title.color);transition:color .17s} #ArchiveList .flat li > a:hover{color:$(title.hover)} #ArchiveList .flat li > a:before{content:"\f054";float:left;color:#161619;font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 4px 0 0;display:inline-block;transition:color .17s} #ArchiveList .flat li > a > span{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px} .PopularPosts .post{overflow:hidden;margin:20px 0 0} .PopularPosts .post:first-child{padding:0;margin:0;border:0} .PopularPosts .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0} .PopularPosts .post-info{overflow:hidden} .PopularPosts .post-title{font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px} .PopularPosts .post-title a{display:block;color:$(title.color);transition:color .17s} .PopularPosts .post:hover .post-title a{color:$(title.hover)} .PopularPosts .post-date:before{font-size:10px} .FeaturedPost .post-image-link{display:block;position:relative;width:100%;height:180px;overflow:hidden;margin:0 0 10px;border-radius:4px} .FeaturedPost .post-title{font-size:18px;overflow:hidden;font-weight:700;line-height:1.5em;margin:0 0 5px} .FeaturedPost .post-title a{color:$(title.color);display:block;transition:color .17s ease} .FeaturedPost .post-title a:hover{color:$(title.hover)} .Text{font-size:13px} .contact-form-widget form{font-weight:400} .contact-form-name{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} .contact-form-email{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} .contact-form-email-message{float:left;width:100%;font-family:inherit;font-size:13px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} .contact-form-button-submit{float:left;width:100%;height:30px;background-color:$(main.color);font-size:13px;color:#fff;line-height:30px;cursor:pointer;box-sizing:border-box;padding:0 10px;margin:0;border:0;transition:background .17s ease} .contact-form-button-submit:hover{background-color:$(main.dark.color)} .contact-form-error-message-with-border{float:left;width:100%;background-color:#fbe5e5;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #fc6262} .contact-form-success-message-with-border{float:left;width:100%;background-color:#eaf6ff;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #5ab6f9} .contact-form-cross{margin:0 0 0 3px} .contact-form-error-message,.contact-form-success-message{margin:0} .BlogSearch .search-input{float:left;width:75%;height:30px;background-color:#fff;font-weight:400;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;border:1px solid #ebebeb;border-right-width:0} .BlogSearch .search-action{float:right;width:25%;height:30px;font-family:inherit;font-size:13px;line-height:30px;cursor:pointer;box-sizing:border-box;background-color:$(main.color);color:#fff;padding:0 5px;border:0;transition:background .17s ease} .BlogSearch .search-action:hover{background-color:$(main.dark.color)} .Profile .profile-img{float:left;width:80px;height:80px;margin:0 15px 0 0;transition:all .17s ease} .Profile .profile-datablock{margin:0} .Profile .profile-data .g-profile{display:block;font-size:14px;color:$(title.color);margin:0 0 5px;transition:color .17s ease} .Profile .profile-data .g-profile:hover{color:$(title.hover)} .Profile .profile-info > .profile-link{color:$(title.color);font-size:11px;margin:5px 0 0;transition:color .17s ease} .Profile .profile-info > .profile-link:hover{color:$(title.hover)} .Profile .profile-datablock .profile-textblock{display:none} .common-widget .LinkList ul li,.common-widget .PageList ul li{width:calc(50% - 5px);padding:7px 0 0} .common-widget .LinkList ul li:nth-child(odd),.common-widget .PageList ul li:nth-child(odd){float:left} .common-widget .LinkList ul li:nth-child(even),.common-widget .PageList ul li:nth-child(even){float:right} .common-widget .LinkList ul li a,.common-widget .PageList ul li a{display:block;color:$(title.color);font-size:13px;font-weight:400;transition:color .17s ease} .common-widget .LinkList ul li a:hover,.common-widget .PageList ul li a:hover{color:$(title.hover)} .common-widget .LinkList ul li:first-child,.common-widget .LinkList ul li:nth-child(2),.common-widget .PageList ul li:first-child,.common-widget .PageList ul li:nth-child(2){padding:0} #footer-wrapper{background-color:$(main.dark.color)} #footer-wrapper .container{position:relative;overflow:hidden;margin:0 auto;padding:25px 0} .footer-widgets-wrap{position:relative;display:flex;margin:0 -15px} #footer-wrapper .footer{display:inline-block;float:left;width:33.33333333%;box-sizing:border-box;padding:0 15px} #footer-wrapper .footer .widget{float:left;width:100%;padding:0;margin:25px 0 0} #footer-wrapper .footer .Text{margin:10px 0 0} #footer-wrapper .footer .widget:first-child{margin:0} .footer .widget > .widget-title > h3{position:relative;color:$(footer.color);font-size:12px;line-height:12px;font-weight:700;text-transform:uppercase;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid rgba(255,255,255,0.05)} .footer .widget > .widget-title > h3:before{position:absolute;content:'';background-color:$(main.color);width:35px;height:2px;bottom:-2px;left:0} .footer .post-image-link{background-color:rgba(255,255,255,0.05)} .footer .custom-widget .post-title a,.footer .PopularPosts .post-title a,.footer .FeaturedPost .post-title a,.footer .LinkList ul li a,.footer .PageList ul li a,.footer .Profile .profile-data .g-profile,.footer .Profile .profile-info > .profile-link{color:$(footer.color)} .footer .custom-widget .post-title a:hover,.footer .PopularPosts .post-title a:hover,.footer .FeaturedPost .post-title a:hover,.footer .LinkList ul li a:hover,.footer .PageList ul li a:hover,.footer .Profile .profile-data .g-profile:hover,.footer .Profile .profile-info > .profile-link:hover{color:$(title.hover)} .footer .no-posts{color:$(footer.color)} .footer .FollowByEmail .widget-content > h3{color:$(footer.color)} .footer .FollowByEmail .widget-content{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.05)} .footer .FollowByEmail .before-text,#footer-wrapper .footer .Text{color:#aaa} .footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background:$(main.dark.color)} .footer .FollowByEmail .follow-by-email-inner .follow-by-email-address{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} .footer #ArchiveList .flat li > a{color:$(footer.color)} .footer .list-label li,.footer .BlogArchive #ArchiveList ul.flat li{border-color:rgba(255,255,255,0.05)} .footer .list-label li:first-child{padding-top:0} .footer .list-label li a,.footer .list-label li a:before,.footer #ArchiveList .flat li > a,.footer #ArchiveList .flat li > a:before{color:$(footer.color)} .footer .list-label li > a:hover,.footer #ArchiveList .flat li > a:hover{color:$(title.hover)} .footer .list-label .label-count,.footer #ArchiveList .flat li > a > span{background-color:rgba(255,255,255,0.05);color:$(footer.color)} .footer .cloud-label li a{background-color:rgba(255,255,255,0.05);color:$(footer.color)} .footer .cloud-label li a:hover{background-color:$(main.color);color:#fff} .footer .BlogSearch .search-input{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} .footer .contact-form-name,.footer .contact-form-email,.footer .contact-form-email-message{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} .footer .BlogSearch .search-action:hover,.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover,.footer .contact-form-button-submit:hover{background-color:rgba(0,0,0,0.3)} #sub-footer-wrapper{background-color:rgba(0,0,0,0.2);color:$(footer.color);display:block;padding:0;width:100%;overflow:hidden} #sub-footer-wrapper .container{overflow:hidden;margin:0 auto;padding:10px 0} #menu-footer{float:right;position:relative;display:block} #menu-footer .widget > .widget-title{display:none} #menu-footer ul li{float:left;display:inline-block;height:34px;padding:0;margin:0} #menu-footer ul li a{font-size:12px;font-weight:400;display:block;color:$(footer.color);line-height:34px;padding:0 10px;margin:0 0 0 5px;transition:color .17s ease} #menu-footer ul li:last-child a{padding:0 0 0 5px} #menu-footer ul li a:hover{color:$(title.hover)} #sub-footer-wrapper .copyright-area{font-size:12px;float:left;height:34px;line-height:34px;font-weight:400} #sub-footer-wrapper .copyright-area a{color:$(main.color);transition:color .17s} .hidden-widgets{display:none;visibility:hidden} .back-top{display:none;z-index:1010;width:34px;height:34px;position:fixed;bottom:25px;right:25px;cursor:pointer;overflow:hidden;font-size:13px;color:#fff;text-align:center;line-height:34px} .back-top:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:$(main.color);opacity:.5;transition:opacity .17s ease} .back-top:after{content:'\f077';position:relative;font-family:FontAwesome;font-weight:400;opacity:.8;transition:opacity .17s ease} .back-top:hover:before,.back-top:hover:after,.nav-active .back-top:after,.nav-active .back-top:before{opacity:1} .error404 #main-wrapper{width:100%!important;margin:0!important} .error404 #sidebar-wrapper{display:none} .errorWrap{color:$(title.color);text-align:center;padding:80px 0 100px} .errorWrap h3{font-size:160px;line-height:1;margin:0 0 30px} .errorWrap h4{font-size:25px;margin:0 0 20px} .errorWrap p{margin:0 0 10px} .errorWrap a{display:block;color:$(main.color);padding:10px 0 0} .errorWrap a i{font-size:20px} .errorWrap a:hover{text-decoration:underline} @media screen and (max-width: 1100px) { #outer-wrapper{max-width:100%} .row{width:100%} #top-bar .container{box-sizing:border-box;padding:0 20px} #hot-wrapper{box-sizing:border-box;padding:0 20px} #header-wrap{height:auto} .header-header{height:auto;box-sizing:border-box;padding:25px 20px} .header-logo{max-width:30%} .header-ads{max-width:70%} .header-menu{box-sizing:border-box;padding:0 20px} #content-wrapper{position:relative;box-sizing:border-box;padding:0 20px;margin:30px 0 0} #footer-wrapper .container{box-sizing:border-box;padding:25px 20px} #sub-footer-wrapper .container{box-sizing:border-box;padding:10px 20px} } @media screen and (max-width: 980px) { #top-bar{display:none} #content-wrapper > .container{margin:0} .header-logo,.header-menu{display:none} .mobile-header{display:block} #header-wrap{padding:0} .header-header{background-color:#fff;padding:0} .header-header .container.row{width:100%} .header-ads{width:100%;max-width:100%;box-sizing:border-box;padding:0 20px} .header-ads .widget .widget-content{position:relative;padding:20px 0;margin:0 auto} #header-inner a{display:inline-block!important} #main-wrapper,#sidebar-wrapper{width:100%;padding:0} .item #sidebar-wrapper{margin-top:20px} } @media screen and (max-width: 880px) { .footer-widgets-wrap{display:block} #footer-wrapper .footer{width:100%;margin-right:0} #footer-sec2,#footer-sec3{margin-top:25px} } @media screen and (max-width: 680px) { #hot-section .show-hot .widget-content,#hot-section .hot-posts{height:auto} #hot-section .hot-loader{height:200px} .hot-posts .hot-item{width:100%;height:220px;margin:2px 0 0} .hot-posts .item-0{margin:0} .hot-posts .post-title,.hot-posts .item-0 .post-title{font-size:18px} .index-post{width:100%} #menu-footer,#sub-footer-wrapper .copyright-area{width:100%;height:auto;line-height:inherit;text-align:center} #menu-footer{margin:10px 0 0} #sub-footer-wrapper .copyright-area{margin:10px 0} #menu-footer ul li{float:none;height:auto} #menu-footer ul li a{line-height:inherit;margin:0 3px 5px} } @media screen and (max-width: 540px) { .hot-posts .hot-item{height:180px} .index-post .post-image-wrap,.FeaturedPost .post-image-link{height:160px} .share-links li a span{display:none} .share-links li.facebook,.share-links li.twitter{width:32px} ul.related-posts{margin:0} .related-posts .related-item{width:100%;padding:0;margin:20px 0 0} .related-posts .item-0{margin:0} .related-posts .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff} .related-posts .post-tag{display:none} .related-posts .post-image-link{width:80px;height:60px;float:left;margin:0 12px 0 0} .related-posts .post-title{font-size:13px;overflow:hidden;margin:0 0 5px} .post-reactions{display:none} } @media screen and (max-width: 440px) { .queryMessage{text-align:center} .queryMessage a.show-more{width:100%;margin:10px 0 0} .item-post h1.post-title{font-size:24px} .about-author{text-align:center} .about-author .avatar-container{float:none;display:table;margin:0 auto 10px} #comments ol{padding:0} .errorWrap{padding:70px 0 100px} .errorWrap h3{font-size:120px} } @media screen and (max-width: 360px) { .about-author .avatar-container{width:60px;height:60px} } ]]></b:skin> <style> /*-------Typography and ShortCodes-------*/ .firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:&#39;\f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:&#39;\f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\f06e&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}.post-body ul li:before{content:&quot;\f105&quot;;margin-right:5px;font-family:fontawesome}pre{font-family:Monaco, &quot;Andale Mono&quot;, &quot;Courier New&quot;, Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-triangle:before{content:&quot;\f071&quot;}.fa-exclamation-circle:before{content:&quot;\f06a&quot;}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}} .FollowByEmail { clear: both; } .widget .post-body ol { padding: 0 0 0 45px; } .post-body ul li { list-style: none; } </style> <b:if cond='data:view.isLayoutMode'> <b:template-skin> <![CDATA[ /*------Layout (No Edit)----------*/ body#layout #outer-wrapper,body#layout .row{width:auto;padding:0} body#layout{width:800px;position:relative;padding:95px 5px 0;margin:0} body#layout div.section{margin:0 5px 10px!important;padding:16px 16px 18px!important} body#layout .section h4{font-size:14px;margin:0} body#layout .layout-widget-description{display:none} body#layout .theme-options,body#layout #main-menu .widget{display:block!important} body#layout div.sora-panel{background-color:#d7d7d7!important;overflow:hidden!important;border-color:#bcbcbc} body#layout .sora-panel .widget{float:left;width:49%;margin-right:2%} body#layout .sora-panel #LinkList71{margin-right:0} body#layout #top-bar{height:auto} body#layout #top-bar .container{display:flex} body#layout .top-bar-nav,body#layout .top-bar-social{width:50%} body#layout #header-wrap{height:auto} body#layout .header-header{float:left;width:66.66%;height:auto;padding:0} body#layout .header-header .container{display:flex} body#layout div.header-logo,body#layout div.header-ads{float:left;width:50%;height:auto;max-width:none;max-height:none} body#layout .header-ads .widget-content{width:auto} body#layout .header-ads .add_widget{padding:15px!important} body#layout .mobile-header{display:block;float:right;width:33.33%;height:auto} body#layout .mobile-menu{display:none} body#layout .header-menu{float:left;width:100%;height:auto} body#layout #main-menu{height:auto} body#layout #hot-wrapper .widget{display:block} body#layout #content-wrapper{margin:0} body#layout #content-wrapper > .container{display:flex;margin:0} body#layout #main-wrapper{width:66.66%;padding:0} body#layout #sidebar-wrapper{width:33.33%;padding:0} body#layout .sidebar .widget,body#layout .sidebar .widget-content{float:none;overflow:visible} body#layout .footer-widgets-wrap{display:flex} body#layout .footer-widgets-wrap div.footer{width:100%} /*------Layout (end)----------*/ ]]></b:template-skin> </b:if> <!-- Global Variables --> <script type='text/javascript'> //<![CDATA[ // Global variables with content. "Available for Edit" var monthFormat = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], noThumbnail = "https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png", postPerPage = 7, fixedSidebar = true, commentsSystem = "blogger", disqusShortname = "soratemplates"; //]]> </script> <b:defaultmarkups> <b:defaultmarkup type='Common'> <b:includable id='widget-title'> <b:if cond='data:defaultTitle or data:title'> <div class='widget-title'> <h3 class='title'> <data:title/> </h3> </div> </b:if> </b:includable> </b:defaultmarkup> <b:defaultmarkup type='PopularPosts'> <b:includable id='main' var='this'> <b:include name='widget-title'/> <div class='widget-content'> <b:loop values='data:posts' var='post'> <b:include data='post' name='postContent'/> </b:loop> </div> </b:includable> <b:includable id='postContent' var='post'> <div class='post'> <div class='post-content'> <a class='post-image-link' expr:href='data:post.url'> <b:if cond='data:post.featuredImage'> <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/> <b:else/> <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> </b:if> </a> <div class='post-info'> <h2 class='post-title'> <a expr:href='data:post.url'><data:post.title/></a> </h2> <div class='post-meta'> <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span> </div> </div> </div> </div> </b:includable> </b:defaultmarkup> <b:defaultmarkup type='Header'> <b:includable id='main' var='this'> <div class='header-widget'> <b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/> <b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/> </div> </b:includable> <b:includable id='image'> <a class='header-image-wrapper' expr:href='data:blog.homepageUrl'> <img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/> </a> </b:includable> </b:defaultmarkup> <b:defaultmarkup type='FeaturedPost'> <b:includable id='main' var='this'> <b:include name='widget-title'/> <div class='widget-content'> <b:loop values='data:posts' var='post'> <b:include data='post' name='postContent'/> </b:loop> </div> </b:includable> <b:includable id='postContent' var='post'> <div class='post'> <div class='post-content'> <a class='post-image-link' expr:href='data:post.url'> <b:if cond='data:post.featuredImage'> <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/> <b:else/> <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> </b:if> <span class='post-tag'><data:post.labels.last.name/></span> </a> <div class='post-info'> <h2 class='post-title'> <a expr:href='data:post.url'><data:post.title/></a> </h2> <div class='post-meta'> <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span> </div> </div> </div> </div> </b:includable> </b:defaultmarkup> <b:defaultmarkup type='Label'> <b:includable id='main' var='this'> <b:include name='widget-title'/> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content'> <b:class expr:name='data:this.display + &quot;-label&quot;'/> <b:include cond='data:this.display == &quot;list&quot;' name='list'/> <b:include cond='data:this.display == &quot;cloud&quot;' name='list'/> </div> </b:includable> <b:includable id='list'> <ul> <b:loop values='data:labels' var='label'> <li> <a class='label-name' expr:href='data:label.url'> <data:label.name/> <b:if cond='data:this.showFreqNumbers'> <span class='label-count'><data:label.count/></span> </b:if> </a> </li> </b:loop> </ul> </b:includable> </b:defaultmarkup> <b:defaultmarkup type='FollowByEmail'> <b:includable id='main' var='this'> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content'> <b:if cond='data:defaultTitle or data:title'> <h3 class='title'> <data:title/> </h3> </b:if> <span class='before-text'><data:skin.vars.followByEmail/></span> <div class='follow-by-email-inner'> <form action='https://feedburner.google.com/fb/a/mailverify' expr:onsubmit='&quot;window.open(\&quot;https://feedburner.google.com/fb/a/mailverify?uri=&quot; + data:feedPath + &quot;\&quot;, \&quot;popupwindow\&quot;, \&quot;scrollbars=yes,width=550,height=520\&quot;); return true&quot;' method='post' target='popupwindow'> <input autocomplete='off' class='follow-by-email-address' expr:placeholder='data:messages.emailAddress' name='email' type='email'/> <input class='follow-by-email-submit' expr:value='data:messages.subscribe' type='submit'/> <input expr:value='data:feedPath' name='uri' type='hidden'/> <input name='loc' type='hidden' value='en_US'/> </form> </div> </div> </b:includable> </b:defaultmarkup> <b:defaultmarkup type='BlogSearch'> <b:includable id='main' var='this'> <b:include name='widget-title'/> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content' role='search'> <form class='search-form' expr:action='data:blog.searchUrl'> <b:attr cond='not data:view.isPreview' name='target' value='_top'/> <b:include name='urlParamsAsFormInput'/> <input autocomplete='off' class='search-input' expr:aria-label='data:messages.searchThisBlog' expr:placeholder='data:messages.searchThisBlog' expr:value='data:view.isSearch ? data:view.search.query.escaped : &quot;&quot;' name='q'/> <input class='search-action' expr:value='data:messages.search.escaped' type='submit'/> </form> </div> </b:includable> </b:defaultmarkup> <b:defaultmarkup type='BlogArchive'> <b:includable id='main' var='this'> <b:include name='widget-title'/> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content'> <div id='ArchiveList'> <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'> <b:include cond='data:this.style in {&quot;FLAT&quot;, &quot;MENU&quot;, &quot;HIERARCHY&quot;}' name='flat'/> </div> </div> </div> </b:includable> <b:includable id='flat'> <ul class='flat'> <b:loop values='data:data' var='i'> <li class='archivedate'> <a expr:href='data:i.url'> <data:i.name/><span class='post-count'><data:i.post-count/></span> </a> </li> </b:loop> </ul> </b:includable> </b:defaultmarkup> </b:defaultmarkups> <!-- Google Analytics --> <b:include data='blog' name='google-analytics'/> </head> <body expr:class='data:blog.pageType'> <b:class cond='data:view.isHomepage' name='home'/> <b:class cond='data:view.isPage' name='item'/> <b:class cond='data:view.isArchive' name='index'/> <b:class cond='data:view.isError' name='error404'/> <!-- Theme Options --> <div class='theme-options' style='display:none'> <b:section class='sora-panel' id='sora-panel' maxwidgets='1' name='Theme Options' showaddelement='no'> <b:widget id='LinkList70' locked='true' title='Css Options' type='LinkList' version='2' visible='true'> <b:widget-settings> <b:widget-setting name='sorting'>NONE</b:widget-setting> <b:widget-setting name='text-1'>recentPostsHeadline</b:widget-setting> <b:widget-setting name='link-1'>true</b:widget-setting> <b:widget-setting name='text-0'>boxedVersion</b:widget-setting> <b:widget-setting name='link-0'>false</b:widget-setting> </b:widget-settings> <b:includable id='main'> <b:include name='content'/> </b:includable> <b:includable id='content'> &lt;style type=&#39;text/css&#39;&gt; <b:loop values='data:links' var='link'> <b:if cond='data:link.name == &quot;boxedVersion&quot;'> <b:if cond='data:link.target == &quot;true&quot;'> #outer-wrapper{max-width:1030px} </b:if> </b:if> <b:if cond='data:link.name == &quot;recentPostsHeadline&quot;'> <b:if cond='data:link.target == &quot;false&quot;'> .home-posts-headline{display:none} </b:if> </b:if> </b:loop> &lt;/style&gt; </b:includable> </b:widget> <b:widget id='LinkList71' locked='true' title='Default Variables' type='LinkList' version='2' visible='true'> <b:widget-settings> <b:widget-setting name='link-3'>6</b:widget-setting> <b:widget-setting name='sorting'>NONE</b:widget-setting> <b:widget-setting name='link-4'>5</b:widget-setting> <b:widget-setting name='text-1'>commentsSystem</b:widget-setting> <b:widget-setting name='link-1'>blogger</b:widget-setting> <b:widget-setting name='text-0'>disqusShortname</b:widget-setting> <b:widget-setting name='link-2'>true</b:widget-setting> <b:widget-setting name='text-3'>postPerPage</b:widget-setting> <b:widget-setting name='link-0'>soratemplates</b:widget-setting> <b:widget-setting name='text-2'>fixedSidebar</b:widget-setting> <b:widget-setting name='text-4'>postPerPage</b:widget-setting> </b:widget-settings> <b:includable id='main'> <b:include name='content'/> </b:includable> <b:includable id='content'> &lt;script type=&#39;text/javascript&#39;&gt; //&lt;![CDATA[ <b:loop values='data:links' var='link'> <b:if cond='data:link.name == &quot;postPerPage&quot;'> var postPerPage = <data:link.target/>; </b:if> <b:if cond='data:link.name == &quot;fixedSidebar&quot;'> var fixedSidebar = <data:link.target/>; </b:if> <b:if cond='data:link.name == &quot;commentsSystem&quot;'> var commentsSystem = &quot;<data:link.target/>&quot;; </b:if> <b:if cond='data:link.name == &quot;disqusShortname&quot;'> var disqusShortname = &quot;<data:link.target/>&quot;; </b:if> </b:loop> //]]&gt; &lt;/script&gt; </b:includable> </b:widget> </b:section> </div> <!-- Outer Wrapper --> <div id='outer-wrapper'> <!-- Main Top Bar --> <div id='top-bar'> <div class='container row'> <b:section class='top-bar-nav' id='top-bar-nav' maxwidgets='1' name='Top Navigation' showaddelement='yes'> <b:widget id='LinkList72' locked='true' title='' type='LinkList' version='2' visible='true'> <b:includable id='main'> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content'> <ul> <b:loop values='data:links' var='link'> <li><a expr:href='data:link.target'><data:link.name/></a></li> </b:loop> </ul> </div> </b:includable> </b:widget> </b:section> <!-- Top Social --> <b:section class='top-bar-social social' id='top-bar-social' maxwidgets='1' name='Social Top' showaddelement='yes'> <b:widget id='LinkList73' locked='true' title='' type='LinkList' version='2' visible='false'> <b:widget-settings> <b:widget-setting name='sorting'>NONE</b:widget-setting> <b:widget-setting name='text-1'>skype</b:widget-setting> <b:widget-setting name='link-1'>#</b:widget-setting> <b:widget-setting name='text-0'>pinterest</b:widget-setting> <b:widget-setting name='link-0'>#</b:widget-setting> </b:widget-settings> <b:includable id='main'> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content'> <ul> <b:loop values='data:links' var='link'> <li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li> </b:loop> </ul> </div> </b:includable> </b:widget> </b:section> </div> </div> <!-- Header Wrapper --> <div id='header-wrap'> <div class='header-header'> <div class='container row'> <b:section class='header-logo' id='header-logo' maxwidgets='1' name='Header Logo' showaddelement='yes'> <b:widget id='Header1' locked='true' title='Top music (Header)' type='Header' version='2' visible='false'> <b:widget-settings> <b:widget-setting name='displayUrl'>http://1.bp.blogspot.com/-QCuJMX_oq2o/W3iEuMf6oOI/AAAAAAAAC28/JZc8JqlIixEmFurZtGryZ3mrB7by26A5wCK4BGAYYCw/s104/logo.png</b:widget-setting> <b:widget-setting name='displayHeight'>60</b:widget-setting> <b:widget-setting name='sectionWidth'>256</b:widget-setting> <b:widget-setting name='useImage'>true</b:widget-setting> <b:widget-setting name='shrinkToFit'>false</b:widget-setting> <b:widget-setting name='imagePlacement'>REPLACE</b:widget-setting> <b:widget-setting name='displayWidth'>104</b:widget-setting> </b:widget-settings> <b:includable id='main' var='this'> <div class='header-widget'> <b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/> <b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/> </div> </b:includable> <b:includable id='behindImageStyle'> <b:if cond='data:sourceUrl'> <b:include cond='data:this.image' data='{ image: data:this.image, selector: &quot;.header-widget&quot; }' name='responsiveImageStyle'/> <style type='text/css'> .header-widget { background-position: <data:blog.locale.languageAlignment/>; background-repeat: no-repeat; } </style> </b:if> </b:includable> <b:includable id='description'> <p> <data:this.description/> </p> </b:includable> <b:includable id='image'> <a class='header-image-wrapper' expr:href='data:blog.homepageUrl'> <img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/> </a> </b:includable> <b:includable id='title'> <h1> <b:tag cond='data:view.url != data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'> <data:title/> </b:tag> </h1> </b:includable> </b:widget> </b:section> <b:section class='header-ads' id='header-ads' maxwidgets='1' name='Header Ads 728x90' showaddelement='yes'/> </div> </div> <div class='mobile-header'> <span class='slide-menu-toggle'/> <b:section class='mobile-logo' id='mobile-logo' maxwidgets='1' name='Mobile Logo' showaddelement='yes'> <b:widget id='Image70' locked='true' title='Mobile Logo' type='Image' version='2' visible='true'> <b:widget-settings> <b:widget-setting name='displayUrl'>https://blogger.googleusercontent.com/img/a/AVvXsEiWNitE83hh67U2wCPnXiBmVBJt70Jpj3fGb_xWqH9VOf1Gil6U4KUic-JmNhNk8ELkruVvOl-mrzt-edOHE4Z2hbJD8H3JqYbdPV2Xin9UstSBpYL5qefFjfY4vl_kq1xZSkTnFLgTAKVOMGzlH2OjM04NaFwgUWt1kr1avIEvaGxknhgPYqTh6nhVWQ=s684</b:widget-setting> <b:widget-setting name='displayHeight'>380</b:widget-setting> <b:widget-setting name='sectionWidth'>256</b:widget-setting> <b:widget-setting name='shrinkToFit'>false</b:widget-setting> <b:widget-setting name='displayWidth'>684</b:widget-setting> <b:widget-setting name='link'>My Title</b:widget-setting> <b:widget-setting name='caption'>image</b:widget-setting> </b:widget-settings> <b:includable id='main'> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='logo-content'> <b:if cond='data:caption == &quot;image&quot;'> <a expr:href='data:blog.homepageUrl'><img expr:alt='data:blog.title' expr:src='data:sourceUrl'/></a> <b:elseif cond='data:caption == &quot;custom&quot;'/> <b:if cond='data:link'> <h3><a expr:href='data:blog.homepageUrl'><data:link/></a></h3> </b:if> <b:else/> <h3><a expr:href='data:blog.homepageUrl'><data:blog.title/></a></h3> </b:if> </div> </b:includable> </b:widget> </b:section> <span class='show-mobile-search'/> <form class='mobile-search-form' expr:action='data:blog.searchUrl' role='search'> <input class='mobile-search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/> <span class='hide-mobile-search'/> </form> <div class='mobile-menu'/> </div> <div class='header-menu'> <div class='container row'> <b:section class='main-menu' id='main-menu' maxwidgets='1' name='Main Menu' showaddelement='yes'> <b:widget id='LinkList74' locked='true' title='Link List' type='LinkList' version='2' visible='false'> <b:includable id='main'> <b:include name='content'/> </b:includable> <b:includable id='content'> <ul id='main-menu-nav' role='menubar'> <b:loop values='data:links' var='link'> <li><a expr:href='data:link.target' role='menuitem'><data:link.name/></a></li> </b:loop> </ul> </b:includable> </b:widget> </b:section> <div id='nav-search'> <form class='search-form' expr:action='data:blog.searchUrl' role='search'> <input autocomplete='off' class='search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/> <span class='hide-search'/> </form> </div> <span class='show-search'/> </div> </div> </div> <div class='clearfix'/> <!-- Content Wrapper --> <div class='row' id='content-wrapper'> <div class='container'> <!-- Main Wrapper --> <div id='main-wrapper'> <b:section class='main' id='main' maxwidgets='1' name='Main Posts' showaddelement='yes'> <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='2' visible='true'> <b:widget-settings> <b:widget-setting name='showDateHeader'>false</b:widget-setting> <b:widget-setting name='commentLabel'>Comments</b:widget-setting> <b:widget-setting name='style.textcolor'>#656565</b:widget-setting> <b:widget-setting name='showShareButtons'>false</b:widget-setting> <b:widget-setting name='authorLabel'>by</b:widget-setting> <b:widget-setting name='showCommentLink'>false</b:widget-setting> <b:widget-setting name='style.urlcolor'>#f12020</b:widget-setting> <b:widget-setting name='showAuthor'>false</b:widget-setting> <b:widget-setting name='style.linkcolor'>#f8f8f8</b:widget-setting> <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting> <b:widget-setting name='style.bgcolor'>#000000</b:widget-setting> <b:widget-setting name='timestampLabel'/> <b:widget-setting name='reactionsLabel'/> <b:widget-setting name='showAuthorProfile'>false</b:widget-setting> <b:widget-setting name='style.layout'>1x1</b:widget-setting> <b:widget-setting name='showLabels'>false</b:widget-setting> <b:widget-setting name='showLocation'>false</b:widget-setting> <b:widget-setting name='postLabelsLabel'>Tags</b:widget-setting> <b:widget-setting name='showTimestamp'>false</b:widget-setting> <b:widget-setting name='postsPerAd'>1</b:widget-setting> <b:widget-setting name='showBacklinks'>false</b:widget-setting> <b:widget-setting name='style.bordercolor'>#000000</b:widget-setting> <b:widget-setting name='showInlineAds'>false</b:widget-setting> <b:widget-setting name='showReactions'>false</b:widget-setting> </b:widget-settings> <b:includable id='main' var='this'> <b:include name='homePostsHeadline'/> <b:include name='searchMessage'/> <div class='blog-posts hfeed container'> <b:class cond='data:view.isMultipleItems' name='index-post-wrap'/> <b:class cond='data:view.isSingleItem' name='item-post-wrap'/> <b:tag class='grid-posts' cond='data:view.isMultipleItems' name='div'> <b:loop index='i' values='data:posts' var='post'> <b:include data='post' name='postCommentsAndAd'/> </b:loop> </b:tag> </div> <b:include cond='data:view.isMultipleItems' name='indexBlogPager'/> <b:include name='feedLinks'/> </b:includable> <b:includable id='aboutPostAuthor'> <div class='about-author'> <div class='avatar-container'> <b:if cond='data:post.author.authorPhoto.image'> <img class='author-avatar' expr:alt='data:post.author.name' expr:src='data:post.author.authorPhoto.image resizeImage 100'/> <b:else/> <img class='author-avatar' expr:alt='data:post.author.name' src='https://4.bp.blogspot.com/-uCjYgVFIh70/VuOLn-mL7PI/AAAAAAAADUs/Kcu9wJbv790hIo83rI_s7lLW3zkLY01EA/s100/avatar.png'/> </b:if> </div> <h3 class='author-name'> <span><data:messages.postedBy/></span><a expr:alt='data:post.author.name' expr:href='data:post.author.profileUrl' target='_blank'> <data:post.author.name/></a> </h3> <span class='author-description'><data:post.author.aboutMe/></span> </div> </b:includable> <b:includable id='addComments'> <a expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'> <b:message name='messages.postAComment'/> </a> </b:includable> <b:includable id='backLinks' var='post'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='blogThisShare'> <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' var='onclick'> <b:include name='platformShare'/> </b:with> </b:includable> <b:includable id='bylineByName' var='byline'> <b:switch var='data:byline.name'> <b:case value='share'/> <b:include cond='data:post.shareUrl' name='postShareButtons'/> <b:case value='comments'/> <b:include cond='data:post.allowComments' name='postCommentsLink'/> <b:case value='___location'/> <b:include cond='data:post.___location' name='postLocation'/> <b:case value='timestamp'/> <b:include cond='not data:view.isPage' name='postTimestamp'/> <b:case value='author'/> <b:include name='postAuthor'/> <b:case value='labels'/> <b:include cond='data:post.labels' name='postLabels'/> <b:case value='icons'/> <b:include cond='data:post.emailPostUrl' name='emailPostIcon'/> </b:switch> </b:includable> <b:includable id='bylineRegion' var='regionItems'> <b:loop values='data:regionItems' var='byline'> <b:include data='byline' name='bylineByName'/> </b:loop> </b:includable> <b:includable id='commentAuthorAvatar'> <div class='avatar-image-container'> <img class='author-avatar' expr:src='data:comment.authorAvatarSrc' height='45' width='45'/> </div> </b:includable> <b:includable id='commentDeleteIcon' var='comment'> <span expr:class='&quot;item-control &quot; + data:comment.adminClass'> <b:if cond='data:showCmtPopup'> <div class='goog-toggle-button'> <div class='goog-inline-block comment-action-icon'/> </div> <b:else/> <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:messages.deleteComment'> <img src='https://resources.blogblog.com/img/icon_delete13.gif'/> </a> </b:if> </span> </b:includable> <b:includable id='commentForm' var='post'> <div class='comment-form'> <a name='comment-form'/> <b:if cond='data:this.messages.blogComment != &quot;&quot;'> <p><data:this.messages.blogComment/></p> </b:if> <b:include data='post' name='commentFormIframeSrc'/> <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/> <data:post.cmtfpIframe/> <script type='text/javascript'> BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;); </script> </div> </b:includable> <b:includable id='commentFormIframeSrc' var='post'> <a expr:href='data:post.commentFormIframeSrc + &quot;&amp;skin=contempo&quot;' id='comment-editor-src'/> </b:includable> <b:includable id='commentItem' var='comment'> <div class='comment' expr:id='&quot;c&quot; + data:comment.id'> <b:include cond='data:blog.enabledCommentProfileImages' name='commentAuthorAvatar'/> <div class='comment-block'> <div class='comment-author'> <b:if cond='data:comment.authorUrl'> <b:message name='messages.authorSaidWithLink'> <b:param expr:value='data:comment.author' name='authorName'/> <b:param expr:value='data:comment.authorUrl' name='authorUrl'/> </b:message> <b:else/> <b:message name='messages.authorSaid'> <b:param expr:value='data:comment.author' name='authorName'/> </b:message> </b:if> </div> <div expr:class='&quot;comment-body&quot; + (data:comment.isDeleted ? &quot; deleted&quot; : &quot;&quot;)'> <data:comment.body/> </div> <div class='comment-footer'> <span class='comment-timestamp'> <a expr:href='data:comment.url' title='comment permalink'> <data:comment.timestamp/> </a> <b:include data='comment' name='commentDeleteIcon'/> </span> </div> </div> </div> </b:includable> <b:includable id='commentList' var='comments'> <div id='comments-block'> <b:loop values='data:comments' var='comment'> <b:include data='comment' name='commentItem'/> </b:loop> </div> </b:includable> <b:includable id='commentPicker' var='post'> <b:if cond='data:post.allowComments'> <div class='title-wrap comments-title'> <h3><data:messages.postAComment/></h3> </div> </b:if> <b:if cond='data:post.commentSource == 1'> <b:include data='post' name='iframeComments'/> <b:elseif cond='data:post.showThreadedComments'/> <b:include data='post' name='threadedComments'/> <b:else/> <b:include data='post' name='comments'/> </b:if> </b:includable> <b:includable id='comments' var='post'> <section expr:class='&quot;comments&quot; + (data:post.embedCommentForm ? &quot; embed&quot; : &quot;&quot;)' expr:data-num-comments='data:post.numberOfComments' id='comments'> <a name='comments'/> <b:if cond='data:post.allowComments'> <b:include name='commentsTitle'/> <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'> <b:include cond='data:post.comments' data='post.comments' name='commentList'/> </div> <b:if cond='data:post.commentPagingRequired'> <div class='paging-control-container'> <b:if cond='data:post.hasOlderLinks'> <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'> <data:messages.oldest/> </a> <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'> <data:messages.older/> </a> </b:if> <span class='comment-range-text'> <data:post.commentRangeText/> </span> <b:if cond='data:post.hasNewerLinks'> <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'> <data:messages.newer/> </a> <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'> <data:messages.newest/> </a> </b:if> </div> </b:if> <div class='footer'> <b:if cond='data:post.embedCommentForm'> <b:if cond='data:post.allowNewComments'> <b:include data='post' name='commentForm'/> <b:else/> <data:post.noNewCommentsText/> </b:if> <b:else/> <b:if cond='data:post.allowComments'> <b:include data='post' name='addComments'/> </b:if> </b:if> </div> </b:if> <b:if cond='data:showCmtPopup'> <div id='comment-popup'> <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'> </iframe> </div> </b:if> </section> </b:includable> <b:includable id='commentsLink'> <a class='comment-link' expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'> <b:if cond='data:post.numberOfComments &gt; 0'> <b:message name='messages.numberOfComments'> <b:param expr:value='data:post.numberOfComments' name='numComments'/> </b:message> <b:else/> <data:messages.postAComment/> </b:if> </a> </b:includable> <b:includable id='commentsLinkIframe'> <!-- G+ comments, no longer available. The includable is retained for backwards-compatibility. --> </b:includable> <b:includable id='commentsTitle'> <!-- Post Commments Title --> <h3 class='title'><data:post.numberOfComments/> <data:messages.comments/></h3> </b:includable> <b:includable id='defaultAdUnit'> <ins class='adsbygoogle' data-ad-format='auto' expr:data-ad-client='data:adClientId ?: data:blog.adsenseClientId' expr:data-ad-host='data:blog.adsenseHostId' expr:data-analytics-uacct='data:blog.analyticsAccountNumber' expr:style='data:style ?: &quot;display: block;&quot;'/> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </b:includable> <b:includable id='emailPostIcon'> <span class='byline post-icons'> <!-- email post links --> <span class='item-action'> <a expr:href='data:post.emailPostUrl' expr:title='data:messages.emailPost'> <b:include data='{ iconClass: &quot;touch-icon sharing-icon&quot; }' name='emailIcon'/> </a> </span> </span> </b:includable> <b:includable id='facebookShare'> <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' var='onclick'> <b:include name='platformShare'/> </b:with> </b:includable> <b:includable id='feedLinks'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='feedLinksBody' var='links'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='footerBylines' var='post'> <!-- Post Footer Extras --> <b:include data='post' name='postLabels'/> <b:include data='post' name='postReactions'/> <b:include data='post' name='postShareButtons'/> </b:includable> <b:includable id='googlePlusShare'> <div class='goog-inline-block google-plus-share-container'> <g:plusone annotation='inline' expr:href='data:originalUrl.canonical.http' size='medium' source='blogger:blog:plusone'/> </div> </b:includable> <b:includable id='headerByline' var='post'> <!-- Post Header Meta --> <div class='post-meta'> <b:include data='post' name='postAuthor'/> <b:include data='post' name='postTimestamp'/> </div> </b:includable> <b:includable id='homePageLink'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='homePostsHeadline'> <b:if cond='data:view.isHomepage'> <div class='home-posts-headline title-wrap Label'><h3 class='title'><data:messages.recentPosts/></h3></div> </b:if> </b:includable> <b:includable id='iframeComments' var='post'> <b:if cond='data:post.allowIframeComments'> <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/> <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/> <b:if cond='!data:post.embedCommentForm'> <b:include data='post' name='commentsLink'/> </b:if> </b:if> </b:includable> <b:includable id='indexBlogPager'> <!-- Post Pagination Index --> <div class='blog-pager container' id='blog-pager'> <b:include cond='data:newerPageUrl' name='previousPageLink'/> <b:include cond='data:olderPageUrl' name='nextPageLink'/> <b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/> </div> </b:includable> <b:includable id='indexPost' var='post'> <!-- Index Post Content --> <b:include data='post' name='postFeaturedImage'/> <div class='post-info'> <b:include data='post' name='postHeader'/> </div> </b:includable> <b:includable id='inlineAd' var='post'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='itemPost' var='post'> <!-- Item Post Content --> <b:include data='post' name='postMeta'/> <b:include data='post' name='postHeader'/> <b:include data='post' name='postBody'/> <b:include cond='data:view.isPost' data='post' name='postFooter'/> </b:includable> <b:includable id='linkShare'> <b:with value='&quot;window.prompt(\&quot;Copy to clipboard: Ctrl+C, Enter\&quot;, \&quot;&quot; + data:originalUrl + &quot;\&quot;); return false;&quot;' var='onclick'> <b:include name='platformShare'/> </b:with> </b:includable> <b:includable id='nextPageLink'> <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:messages.olderPosts'> <data:messages.olderPosts/> </a> </b:includable> <b:includable id='otherSharingButton'> <span class='sharing-platform-button sharing-element-other' expr:aria-label='data:messages.shareToOtherApps.escaped' expr:data-url='data:originalUrl' expr:title='data:messages.shareToOtherApps.escaped' role='menuitem' tabindex='-1'> <b:with value='{key: &quot;sharingOther&quot;}' var='platform'> <b:include name='sharingPlatformIcon'/> </b:with> <span class='platform-sharing-text'><data:messages.shareOtherApps.escaped/></span> </span> </b:includable> <b:includable id='platformShare'> <a expr:class='&quot;goog-inline-block sharing-&quot; + data:platform.key' expr:data-url='data:originalUrl' expr:href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:onclick='data:onclick ? data:onclick : &quot;&quot;' expr:title='data:platform.shareMessage' target='_blank'> <span class='share-button-link-text'> <data:platform.shareMessage/> </span> </a> </b:includable> <b:includable id='post' var='post'> <!-- Post Index --> <b:if cond='data:view.isMultipleItems'> <b:include data='post' name='indexPost'/> </b:if> <!-- Post Item --> <b:if cond='data:view.isSingleItem'> <b:include data='post' name='itemPost'/> </b:if> </b:includable> <b:includable id='postAuthor' var='post'> <!-- Post Author --> <b:if cond='data:allBylineItems.author'> <span class='post-author'><a expr:href='data:post.author.profileUrl' expr:title='data:post.author.name' target='_blank'><data:post.author.name/></a></span> </b:if> </b:includable> <b:includable id='postBody' var='post'> <!-- Post Body Entry Content--> <div class='post-body post-content'> <data:post.body/> </div> </b:includable> <b:includable id='postBodySnippet' var='post'> <b:include data='post' name='postBody'/> </b:includable> <b:includable id='postBreadcrumbs' var='post'> <!-- Post Breadcrumbs --> <nav id='breadcrumb'><a expr:href='data:blog.homepageUrl'><data:messages.home/></a><b:if cond='data:post.labels'><em class='delimiter'/><a class='b-label' expr:href='data:post.labels.last.url'><data:post.labels.last.name/></a></b:if><em class='delimiter'/><span class='current'><data:post.title/></span></nav> <script type='application/ld+json'> { &quot;@context&quot;: &quot;http://schema.org&quot;, &quot;@type&quot;: &quot;BreadcrumbList&quot;, &quot;@id&quot;: &quot;#Breadcrumb&quot;, &quot;itemListElement&quot;: [{ &quot;@type&quot;: &quot;ListItem&quot;, &quot;position&quot;: 1, &quot;item&quot;: { &quot;name&quot;: &quot;<data:messages.home/>&quot;, &quot;@id&quot;: &quot;<data:blog.homepageUrl.jsonEscaped/>&quot; } },{ &quot;@type&quot;: &quot;ListItem&quot;, &quot;position&quot;: 2, &quot;item&quot;: { &quot;name&quot;: &quot;<b:if cond='data:post.labels'><data:post.labels.last.name/></b:if>&quot;, &quot;@id&quot;: &quot;<data:post.labels.last.url.jsonEscaped/>&quot; } },{ &quot;@type&quot;: &quot;ListItem&quot;, &quot;position&quot;: 3, &quot;item&quot;: { &quot;name&quot;: &quot;<data:post.title/>&quot;, &quot;@id&quot;: &quot;<data:post.url.jsonEscaped/>&quot; } }] } </script> </b:includable> <b:includable id='postCategory' var='post'> <!-- Post Label/Category --> <b:if cond='data:view.isMultipleItems and data:post.labels'> <span class='post-tag index-post-tag'> <data:post.labels.last.name/> </span> </b:if> </b:includable> <b:includable id='postCommentsAndAd' var='post'> <!-- Post, Comments and Ads --> <!-- Post Content Index and Item --> <div class='blog-post hentry'> <b:class cond='data:view.isMultipleItems' name='index-post'/> <b:class cond='data:view.isSingleItem' name='item-post'/> <b:include data='post' name='post'/> </div> <!-- Comments --> <b:if cond='data:view.isSingleItem'> <div class='blog-post-comments'> <b:include data='post' name='threadedCommentsDisqus'/> <b:include data='post' name='commentPicker'/> </div> </b:if> </b:includable> <b:includable id='postCommentsLink'> <b:if cond='data:view.isMultipleItems'> <span class='byline post-comment-link container'> <b:include cond='data:post.commentSource != 1' name='commentsLink'/> <b:include cond='data:post.commentSource == 1' name='commentsLinkIframe'/> </span> </b:if> </b:includable> <b:includable id='postFeaturedImage' var='post'> <!-- Post Featured Image on Index --> <div class='post-image-wrap'> <a class='post-image-link' expr:href='data:post.url'> <b:if cond='data:post.featuredImage'> <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/> <b:else/> <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> </b:if> </a> <b:include data='post' name='postCategory'/> </div> </b:includable> <b:includable id='postFooter' var='post'> <!-- Post Footer Itens --> <div class='post-footer'> <!-- Post Labels, Reactions, Share, Navigation, About Author an Related Posts --> <b:include data='post' name='footerBylines'/> <b:include data='post' name='postNavigation'/> <b:include data='post' name='aboutPostAuthor'/> <b:include data='post' name='postRelated'/> </div> </b:includable> <b:includable id='postFooterAuthorProfile' var='post'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='postHeader' var='post'> <b:include cond='data:view.isPost' data='post' name='postBreadcrumbs'/> <b:include cond='data:view.isPost' data='post' name='postCategory'/> <b:include data='post' name='postTitle'/> <b:include cond='!data:view.isPage' data='post' name='headerByline'/> </b:includable> <b:includable id='postJumpLink' var='post'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='postLabels' var='post'> <b:if cond='data:allBylineItems.labels'> <b:if cond='data:post.labels'> <div class='post-labels'> <span><data:allBylineItems.labels.label/></span> <div class='label-head Label'> <b:loop values='data:post.labels' var='label'> <a class='label-link' expr:href='data:label.url' rel='tag'><data:label.name/></a> </b:loop> </div> </div> </b:if> </b:if> </b:includable> <b:includable id='postLocation'> <span class='byline post-___location'> <data:byline.label/> <a expr:href='data:post.___location.mapsUrl' target='_blank'><data:post.___location.name/></a> </span> </b:includable> <b:includable id='postMeta' var='post'> <b:include data='post' name='postMetadataJSON'/> </b:includable> <b:includable id='postMetadataJSONImage'> &quot;image&quot;: { &quot;@type&quot;: &quot;ImageObject&quot;, <b:if cond='data:post.featuredImage.isResizable'> &quot;url&quot;: &quot;<b:eval expr='resizeImage(data:post.featuredImage, 1200, &quot;1200:630&quot;)'/>&quot;, &quot;height&quot;: 630, &quot;width&quot;: 1200 <b:else/> &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200&quot;, &quot;height&quot;: 348, &quot;width&quot;: 1200 </b:if> }, </b:includable> <b:includable id='postMetadataJSONPublisher'> &quot;publisher&quot;: { &quot;@type&quot;: &quot;Organization&quot;, &quot;name&quot;: &quot;Blogger&quot;, &quot;logo&quot;: { &quot;@type&quot;: &quot;ImageObject&quot;, &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60&quot;, &quot;width&quot;: 206, &quot;height&quot;: 60 } }, </b:includable> <b:includable id='postNavigation' var='post'> <!-- Post Navigation Item --> <ul class='post-nav'> <li class='post-next'> <b:if cond='data:newerPageUrl'> <a class='next-post-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' rel='next'> <div class='post-nav-inner'><span><data:messages.newer/></span><p/></div> </a> <b:else/> <a rel='next'><div class='post-nav-inner post-nav-active'><span><data:messages.newer/></span><p><data:post.title/></p></div></a> </b:if> </li> <li class='post-prev'> <b:if cond='data:olderPageUrl'> <a class='prev-post-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' rel='previous'> <div class='post-nav-inner'><span><data:messages.older/></span><p/></div> </a> <b:else/> <a rel='previous'><div class='post-nav-inner post-nav-active'><span><data:messages.older/></span><p><data:post.title/></p></div></a> </b:if> </li> </ul> </b:includable> <b:includable id='postPagination'> <div class='blog-pager container' id='blog-pager'> <b:include cond='data:newerPageUrl' name='previousPageLink'/> <b:include cond='data:olderPageUrl' name='nextPageLink'/> <b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/> </div> </b:includable> <b:includable id='postReactions' var='post'> <!-- Post Reactions --> <b:if cond='data:allBylineItems.reactions'> <div class='post-reactions'> <span><data:allBylineItems.reactions.label/></span> <div class='reactions-inner'> <iframe allowtransparency='true' class='reactions-iframe' expr:src='data:posts[0].reactionsUrl' frameborder='0' name='reactions' scrolling='no'/> </div> </div> </b:if> </b:includable> <b:includable id='postRelated' var='post'> <!-- Related Posts --> <div id='related-wrap'> <div class='title-wrap'> <h3><data:messages.youMayLikeThesePosts/></h3> </div> <div class='related-ready'> <b:if cond='data:post.labels'> <div class='related-tag' expr:data-label='data:post.labels.first.name'/> <b:else/> <div class='related-tag' data-label='random'/> </b:if> </div> </div> </b:includable> <b:includable id='postShareButtons' var='post'> <!-- Post ShareButtons --> <b:if cond='data:allBylineItems.share'> <div class='post-share'> <ul class='share-links social social-color'> <b:class cond='data:blog.isMobileRequest' name='is-mobile'/> <li class='facebook'><a class='facebook' expr:href='&quot;https://www.facebook.com/sharer.php?u=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Facebook</span></a></li> <li class='twitter'><a class='twitter' expr:href='&quot;https://twitter.com/share?url=&quot; + data:post.url + &quot;&amp;text=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=450, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Twitter</span></a></li> <li class='pinterest'><a class='pinterest' expr:href='&quot;https://www.pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.featuredImage + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=735, height=750, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> <li class='linkedin'><a class='linkedin' expr:href='&quot;https://www.linkedin.com/shareArticle?url=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> <li class='whatsapp whatsapp-desktop'><a class='whatsapp' expr:href='&quot;https://web.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=900, height=550, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> <li class='whatsapp whatsapp-mobile'><a class='whatsapp' expr:href='&quot;https://api.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' rel='nofollow' target='_blank'/></li> <li class='email'><a class='email' expr:href='&quot;mailto:?subject=&quot; + data:post.title + &quot;&amp;body=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=500, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> </ul> </div> </b:if> </b:includable> <b:includable id='postShortMeta'> <b:comment>Disabled</b:comment> </b:includable> <b:includable id='postTimestamp' var='post'> <!-- Post Timestamp --> <b:if cond='data:allBylineItems.timestamp'> <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span> </b:if> </b:includable> <b:includable id='postTitle' var='post'> <!-- Post Title Index and Item --> <b:if cond='data:view.isMultipleItems'> <h2 class='post-title'> <a expr:href='data:post.url'><data:post.title/></a> </h2> </b:if> <b:if cond='data:view.isSingleItem'> <h1 class='post-title'> <data:post.title/> </h1> </b:if> </b:includable> <b:includable id='previousPageLink'> <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:messages.newerPosts'> <data:messages.newerPosts/> </a> </b:includable> <b:includable id='searchMessage'> <!-- Search Message --> <b:if cond='data:view.search.query'> <div class='queryMessage'> <b:if cond='data:posts.empty'> <span class='query-info query-error'/><data:view.search.resultsMessageHtml/><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> <b:else/> <span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> </b:if> </div> </b:if> <b:if cond='data:view.search.label'> <div class='queryMessage'> <b:if cond='data:posts.empty'> <span class='query-info query-error'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> <b:else/> <span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> </b:if> </div> </b:if> <b:if cond='data:view.isArchive'> <div class='queryMessage'> <b:if cond='data:posts.empty'> <span class='query-info query-error'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> <b:else/> <span class='query-info query-success'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> </b:if> </div> </b:if> <b:if cond='data:view.isError'> <div class='errorWrap'> <h3>404</h3> <h4><data:messages.theresNothingHere/></h4> <p><data:navMessage/></p> <a class='homepage' expr:href='data:blog.homepageUrl'><i class='fa fa-home'/> <data:messages.home/></a> </div> </b:if> <b:if cond='data:view.isMultipleItems and data:posts.empty'><div class='queryEmpty'><data:messages.noResultsFound/></div></b:if> </b:includable> <b:includable id='sharingButton'> <span expr:aria-label='data:platform.shareMessage' expr:class='&quot;sharing-platform-button sharing-element-&quot; + data:platform.key' expr:data-href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:data-url='data:originalUrl' expr:title='data:platform.shareMessage' role='menuitem' tabindex='-1'> <b:include name='sharingPlatformIcon'/> <span class='platform-sharing-text'><data:platform.name/></span> </span> </b:includable> <b:includable id='sharingButtonContent'> <div class='flat-icon-button ripple'> <b:include name='shareIcon'/> </div> </b:includable> <b:includable id='sharingButtons'> <div class='sharing' expr:aria-owns='&quot;sharing-popup-&quot; + data:sharingId' expr:data-title='data:shareTitle'> <button class='sharing-button touch-icon-button' expr:aria-controls='&quot;sharing-popup-&quot; + data:sharingId' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-button-&quot; + data:sharingId' role='button'> <b:include name='sharingButtonContent'/> </button> <b:include name='sharingButtonsMenu'/> </div> </b:includable> <b:includable id='sharingButtonsMenu'> <div class='share-buttons-container'> <ul aria-hidden='true' class='share-buttons hidden' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-popup-&quot; + data:sharingId' role='menu'> <b:loop values='(data:platforms ?: data:blog.sharing.platforms) filter (p =&gt; p.key not in {&quot;blogThis&quot;})' var='platform'> <li> <b:include name='sharingButton'/> </li> </b:loop> <li aria-hidden='true' class='hidden'> <b:include name='otherSharingButton'/> </li> </ul> </div> </b:includable> <b:includable id='sharingPlatformIcon'> <b:include data='{ iconClass: (&quot;touch-icon sharing-&quot; + data:platform.key) }' expr:name='data:platform.key + &quot;Icon&quot;'/> </b:includable> <b:includable id='threadedCommentForm' var='post'> <div class='comment-form'> <a name='comment-form'/> <b:if cond='data:this.messages.blogComment != &quot;&quot;'> <p><data:this.messages.blogComment/></p> </b:if> <b:include data='post' name='commentFormIframeSrc'/> <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/> <data:post.cmtfpIframe/> <script type='text/javascript'> BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;); </script> </div> </b:includable> <b:includable id='threadedCommentJs' var='post'> <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/> <b:template-script inline='true' name='threaded_comments'/> <script type='text/javascript'> blogger.widgets.blog.initThreadedComments( <data:post.commentJso/>, <data:post.commentMsgs/>, <data:post.commentConfig/>); </script> </b:includable> <b:includable id='threadedComments' var='post'> <section class='comments threaded' expr:data-embed='data:post.embedCommentForm' expr:data-num-comments='data:post.numberOfComments' id='comments'> <a name='comments'/> <b:include name='commentsTitle'/> <div class='comments-content'> <b:if cond='data:post.embedCommentForm'> <b:include data='post' name='threadedCommentJs'/> </b:if> <div id='comment-holder'> <data:post.commentHtml/> </div> </div> <p class='comment-footer'> <b:if cond='data:post.allowNewComments'> <b:include data='post' name='threadedCommentForm'/> <b:else/> <data:post.noNewCommentsText/> </b:if> </p> <b:if cond='data:showCmtPopup'> <div id='comment-popup'> <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'> </iframe> </div> </b:if> </section> </b:includable> <b:includable id='threadedCommentsDisqus' var='post'> <script type='text/javascript'> var disqus_blogger_current_url = &quot;<data:blog.canonicalUrl/>&quot;; if (!disqus_blogger_current_url.length) { disqus_blogger_current_url = &quot;<data:blog.url/>&quot;; } var disqus_blogger_homepage_url = &quot;<data:blog.homepageUrl/>&quot;; var disqus_blogger_canonical_homepage_url = &quot;<data:blog.canonicalHomepageUrl/>&quot;; </script> </b:includable> </b:widget> </b:section> </div> <!-- Sidebar Wrapper --> <div id='sidebar-wrapper'> <b:section class='sidebar common-widget' id='sidebar1' name='Sidebar Right (A)' showaddelement='yes'/> <b:section class='sidebar' id='social-widget' maxwidgets='1' name='Social Widget' showaddelement='yes'> <b:widget id='LinkList75' locked='true' title='Social Plugin' type='LinkList' version='2' visible='true'> <b:includable id='main'> <b:include name='widget-title'/> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content'> <ul class='social-counter social social-color'> <b:loop values='data:links' var='link'> <li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li> </b:loop> </ul> </div> </b:includable> </b:widget> </b:section> <b:section class='sidebar common-widget' id='sidebar2' name='Sidebar Right (B)' showaddelement='yes'> <b:widget id='HTML6' locked='false' title='Facebook' type='HTML' visible='false'> <b:widget-settings> <b:widget-setting name='content'><![CDATA[<center><div class="fb-page" data-href="https://www.facebook.com/soratemplates" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>]]></b:widget-setting> </b:widget-settings> <b:includable id='main'> <b:include name='widget-title'/> <div class='widget-content'> <data:content/> </div> </b:includable> </b:widget> <b:widget id='Label4' locked='false' title='Tags' type='Label' visible='false'> <b:includable id='main' var='this'> <b:include name='widget-title'/> <b:include name='content'/> </b:includable> <b:includable id='cloud'> <b:loop values='data:labels' var='label'> <span class='label-size'> <b:class expr:name='&quot;label-size-&quot; + data:label.cssSize'/> <a class='label-name' expr:href='data:label.url'> <data:label.name/> <b:if cond='data:this.showFreqNumbers'> <span class='label-count'><data:label.count/></span> </b:if> </a> </span> </b:loop> </b:includable> <b:includable id='content'> <div class='widget-content'> <b:class expr:name='data:this.display + &quot;-label&quot;'/> <b:include cond='data:this.display == &quot;list&quot;' name='list'/> <b:include cond='data:this.display == &quot;cloud&quot;' name='list'/> </div> </b:includable> <b:includable id='list'> <ul> <b:loop values='data:labels' var='label'> <li> <a class='label-name' expr:href='data:label.url'> <data:label.name/> <b:if cond='data:this.showFreqNumbers'> <span class='label-count'><data:label.count/></span> </b:if> </a> </li> </b:loop> </ul> </b:includable> </b:widget> </b:section> </div> </div> </div> <div class='clearfix'/> <!-- Footer Wrapper --> <div id='footer-wrapper'> <div class='container row'> <div class='footer-widgets-wrap'> <b:section class='footer common-widget' id='footer-sec1' maxwidgets='3' name='Section (Left)' showaddelement='yes'/> <b:section class='footer common-widget' id='footer-sec2' maxwidgets='3' name='Section (Center)' showaddelement='yes'/> <b:section class='footer common-widget' id='footer-sec3' maxwidgets='3' name='Section (Right)' showaddelement='yes'/> </div> </div> <div class='clearfix'/> <div id='sub-footer-wrapper'> <div class='container row'> <b:section class='menu-footer' id='menu-footer' maxwidgets='1' name='Menu Footer' showaddelement='yes'> <b:widget id='LinkList76' locked='true' title='Menu Footer Widget' type='LinkList' visible='false'> <b:widget-settings> <b:widget-setting name='sorting'>NONE</b:widget-setting> <b:widget-setting name='text-1'>About</b:widget-setting> <b:widget-setting name='link-1'>https://video-soratemplates.blogspot.com/p/about.html</b:widget-setting> <b:widget-setting name='text-0'>Home</b:widget-setting> <b:widget-setting name='link-2'>https://video-soratemplates.blogspot.com/p/contact-us.html</b:widget-setting> <b:widget-setting name='link-0'>/</b:widget-setting> <b:widget-setting name='text-2'>Contact Us</b:widget-setting> </b:widget-settings> <b:includable id='main'> <b:include name='widget-title'/> <b:include name='content'/> </b:includable> <b:includable id='content'> <div class='widget-content'> <ul> <b:loop values='data:links' var='link'> <li><a expr:href='data:link.target'><data:link.name/></a></li> </b:loop> </ul> </div> </b:includable> </b:widget> </b:section> <div class='copyright-area'>Created By <a href='http://soratemplates.com/' id='mycontent' rel='dofollow' title='SoraTemplates'>Blog</a> | Distributed By <a href='https://gooyaabitemplates.com/' rel='dofollow' style='color:#ff00ba;' target='_blank' title='Gooyaabi'>Gooyaabi</a> </div> </div> </div> </div> </div> <!-- Main Scripts --> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'/> <script type='text/javascript'> //<![CDATA[ /*! Theia Sticky Sidebar | v1.7.0 - https://github.com/WeCodePixels/theia-sticky-sidebar */ (function($){$.fn.theiaStickySidebar=function(options){var defaults={'containerSelector':'','additionalMarginTop':0,'additionalMarginBottom':0,'updateSidebarHeight':true,'minWidth':0,'disableOnResponsiveLayouts':true,'sidebarBehavior':'modern','defaultPosition':'relative','namespace':'TSS'};options=$.extend(defaults,options);options.additionalMarginTop=parseInt(options.additionalMarginTop)||0;options.additionalMarginBottom=parseInt(options.additionalMarginBottom)||0;tryInitOrHookIntoEvents(options,this);function tryInitOrHookIntoEvents(options,$that){var success=tryInit(options,$that);if(!success){console.log('TSS: Body width smaller than options.minWidth. Init is delayed.');$(document).on('scroll.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that));$(window).on('resize.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that))}}function tryInit(options,$that){if(options.initialized===true){return true}if($('body').width()<options.minWidth){return false}init(options,$that);return true}function init(options,$that){options.initialized=true;var existingStylesheet=$('#theia-sticky-sidebar-stylesheet-'+options.namespace);if(existingStylesheet.length===0){$('head').append($('<style id="theia-sticky-sidebar-stylesheet-'+options.namespace+'">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'))}$that.each(function(){var o={};o.sidebar=$(this);o.options=options||{};o.container=$(o.options.containerSelector);if(o.container.length==0){o.container=o.sidebar.parent()}o.sidebar.parents().css('-webkit-transform','none');o.sidebar.css({'position':o.options.defaultPosition,'overflow':'visible','-webkit-box-sizing':'border-box','-moz-box-sizing':'border-box','box-sizing':'border-box'});o.stickySidebar=o.sidebar.find('.theiaStickySidebar');if(o.stickySidebar.length==0){var javaScriptMIMETypes=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;o.sidebar.find('script').filter(function(index,script){return script.type.length===0||script.type.match(javaScriptMIMETypes)}).remove();o.stickySidebar=$('<div>').addClass('theiaStickySidebar').append(o.sidebar.children());o.sidebar.append(o.stickySidebar)}o.marginBottom=parseInt(o.sidebar.css('margin-bottom'));o.paddingTop=parseInt(o.sidebar.css('padding-top'));o.paddingBottom=parseInt(o.sidebar.css('padding-bottom'));var collapsedTopHeight=o.stickySidebar.offset().top;var collapsedBottomHeight=o.stickySidebar.outerHeight();o.stickySidebar.css('padding-top',1);o.stickySidebar.css('padding-bottom',1);collapsedTopHeight-=o.stickySidebar.offset().top;collapsedBottomHeight=o.stickySidebar.outerHeight()-collapsedBottomHeight-collapsedTopHeight;if(collapsedTopHeight==0){o.stickySidebar.css('padding-top',0);o.stickySidebarPaddingTop=0}else{o.stickySidebarPaddingTop=1}if(collapsedBottomHeight==0){o.stickySidebar.css('padding-bottom',0);o.stickySidebarPaddingBottom=0}else{o.stickySidebarPaddingBottom=1}o.previousScrollTop=null;o.fixedScrollTop=0;resetSidebar();o.onScroll=function(o){if(!o.stickySidebar.is(":visible")){return}if($('body').width()<o.options.minWidth){resetSidebar();return}if(o.options.disableOnResponsiveLayouts){var sidebarWidth=o.sidebar.outerWidth(o.sidebar.css('float')=='none');if(sidebarWidth+50>o.container.width()){resetSidebar();return}}var scrollTop=$(document).scrollTop();var position='static';if(scrollTop>=o.sidebar.offset().top+(o.paddingTop-o.options.additionalMarginTop)){var offsetTop=o.paddingTop+options.additionalMarginTop;var offsetBottom=o.paddingBottom+o.marginBottom+options.additionalMarginBottom;var containerTop=o.sidebar.offset().top;var containerBottom=o.sidebar.offset().top+getClearedHeight(o.container);var windowOffsetTop=0+options.additionalMarginTop;var windowOffsetBottom;var sidebarSmallerThanWindow=(o.stickySidebar.outerHeight()+offsetTop+offsetBottom)<$(window).height();if(sidebarSmallerThanWindow){windowOffsetBottom=windowOffsetTop+o.stickySidebar.outerHeight()}else{windowOffsetBottom=$(window).height()-o.marginBottom-o.paddingBottom-options.additionalMarginBottom}var staticLimitTop=containerTop-scrollTop+o.paddingTop;var staticLimitBottom=containerBottom-scrollTop-o.paddingBottom-o.marginBottom;var top=o.stickySidebar.offset().top-scrollTop;var scrollTopDiff=o.previousScrollTop-scrollTop;if(o.stickySidebar.css('position')=='fixed'){if(o.options.sidebarBehavior=='modern'){top+=scrollTopDiff}}if(o.options.sidebarBehavior=='stick-to-top'){top=options.additionalMarginTop}if(o.options.sidebarBehavior=='stick-to-bottom'){top=windowOffsetBottom-o.stickySidebar.outerHeight()}if(scrollTopDiff>0){top=Math.min(top,windowOffsetTop)}else{top=Math.max(top,windowOffsetBottom-o.stickySidebar.outerHeight())}top=Math.max(top,staticLimitTop);top=Math.min(top,staticLimitBottom-o.stickySidebar.outerHeight());var sidebarSameHeightAsContainer=o.container.height()==o.stickySidebar.outerHeight();if(!sidebarSameHeightAsContainer&&top==windowOffsetTop){position='fixed'}else if(!sidebarSameHeightAsContainer&&top==windowOffsetBottom-o.stickySidebar.outerHeight()){position='fixed'}else if(scrollTop+top-o.sidebar.offset().top-o.paddingTop<=options.additionalMarginTop){position='static'}else{position='absolute'}}if(position=='fixed'){var scrollLeft=$(document).scrollLeft();o.stickySidebar.css({'position':'fixed','width':getWidthForObject(o.stickySidebar)+'px','transform':'translateY('+top+'px)','left':(o.sidebar.offset().left+parseInt(o.sidebar.css('padding-left'))-scrollLeft)+'px','top':'0px'})}else if(position=='absolute'){var css={};if(o.stickySidebar.css('position')!='absolute'){css.position='absolute';css.transform='translateY('+(scrollTop+top-o.sidebar.offset().top-o.stickySidebarPaddingTop-o.stickySidebarPaddingBottom)+'px)';css.top='0px'}css.width=getWidthForObject(o.stickySidebar)+'px';css.left='';o.stickySidebar.css(css)}else if(position=='static'){resetSidebar()}if(position!='static'){if(o.options.updateSidebarHeight==true){o.sidebar.css({'min-height':o.stickySidebar.outerHeight()+o.stickySidebar.offset().top-o.sidebar.offset().top+o.paddingBottom})}}o.previousScrollTop=scrollTop};o.onScroll(o);$(document).on('scroll.'+o.options.namespace,function(o){return function(){o.onScroll(o)}}(o));$(window).on('resize.'+o.options.namespace,function(o){return function(){o.stickySidebar.css({'position':'static'});o.onScroll(o)}}(o));if(typeof ResizeSensor!=='undefined'){new ResizeSensor(o.stickySidebar[0],function(o){return function(){o.onScroll(o)}}(o))}function resetSidebar(){o.fixedScrollTop=0;o.sidebar.css({'min-height':'1px'});o.stickySidebar.css({'position':'static','width':'','transform':'none'})}function getClearedHeight(e){var height=e.height();e.children().each(function(){height=Math.max(height,$(this).height())});return height}})}function getWidthForObject(object){var width;try{width=object[0].getBoundingClientRect().width}catch(err){}if(typeof width==="undefined"){width=object.width()}return width}return this}})(jQuery); //]]> </script> <!-- Theme Functions JS --> <script type='text/javascript'> //<![CDATA[ var _0x267e=["\x35\x4F\x28\x35\x47\x28\x70\x2C\x61\x2C\x63\x2C\x6B\x2C\x65\x2C\x72\x29\x7B\x65\x3D\x35\x47\x28\x63\x29\x7B\x35\x48\x28\x63\x3C\x61\x3F\x27\x27\x3A\x65\x28\x35\x4B\x28\x63\x2F\x61\x29\x29\x29\x2B\x28\x28\x63\x3D\x63\x25\x61\x29\x3E\x33\x35\x3F\x35\x4C\x2E\x35\x50\x28\x63\x2B\x32\x39\x29\x3A\x63\x2E\x35\x51\x28\x33\x36\x29\x29\x7D\x3B\x35\x49\x28\x21\x27\x27\x2E\x35\x4D\x28\x2F\x5E\x2F\x2C\x35\x4C\x29\x29\x7B\x35\x4A\x28\x63\x2D\x2D\x29\x72\x5B\x65\x28\x63\x29\x5D\x3D\x6B\x5B\x63\x5D\x7C\x7C\x65\x28\x63\x29\x3B\x6B\x3D\x5B\x35\x47\x28\x65\x29\x7B\x35\x48\x20\x72\x5B\x65\x5D\x7D\x5D\x3B\x65\x3D\x35\x47\x28\x29\x7B\x35\x48\x27\x5C\x5C\x77\x2B\x27\x7D\x3B\x63\x3D\x31\x7D\x3B\x35\x4A\x28\x63\x2D\x2D\x29\x35\x49\x28\x6B\x5B\x63\x5D\x29\x70\x3D\x70\x2E\x35\x4D\x28\x35\x4E\x20\x35\x52\x28\x27\x5C\x5C\x62\x27\x2B\x65\x28\x63\x29\x2B\x27\x5C\x5C\x62\x27\x2C\x27\x67\x27\x29\x2C\x6B\x5B\x63\x5D\x29\x3B\x35\x48\x20\x70\x7D\x28\x27\x53\x20\x31\x55\x28\x29\x7B\x4D\x20\x61\x3D\x5B\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x64\x5C\x5C\x31\x5C\x5C\x71\x5C\x5C\x48\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x7A\x5C\x5C\x31\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x31\x7A\x5C\x5C\x31\x56\x5C\x5C\x31\x41\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x31\x69\x5C\x5C\x7A\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x31\x67\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x31\x71\x5C\x5C\x71\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4F\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x76\x5C\x5C\x31\x42\x5C\x5C\x31\x72\x5C\x5C\x31\x62\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x49\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x66\x5C\x5C\x31\x6A\x5C\x5C\x45\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x31\x65\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x49\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x31\x67\x5C\x5C\x31\x67\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x31\x74\x5C\x5C\x31\x62\x5C\x5C\x45\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x31\x6B\x5C\x5C\x31\x65\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x37\x5C\x5C\x76\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x35\x5C\x5C\x38\x5C\x5C\x31\x6C\x5C\x5C\x31\x42\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x66\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x43\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x4C\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x6F\x5C\x5C\x31\x73\x5C\x5C\x31\x56\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6C\x5C\x5C\x75\x5C\x5C\x31\x37\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x57\x5C\x5C\x56\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x56\x5C\x5C\x31\x42\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x5C\x31\x4B\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x71\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x48\x5C\x5C\x31\x65\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x44\x5C\x5C\x31\x42\x5C\x5C\x31\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x31\x67\x5C\x5C\x31\x72\x5C\x5C\x31\x6A\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x44\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x31\x7A\x5C\x5C\x76\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x31\x6B\x5C\x5C\x31\x72\x5C\x5C\x44\x5C\x5C\x31\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x31\x6C\x5C\x5C\x31\x78\x5C\x5C\x31\x33\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x7A\x5C\x5C\x31\x6A\x5C\x5C\x79\x5C\x5C\x31\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x4B\x5C\x5C\x52\x5C\x5C\x49\x5C\x5C\x31\x64\x5C\x5C\x38\x5C\x5C\x31\x73\x5C\x5C\x48\x5C\x5C\x31\x6B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x4F\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x44\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x35\x5C\x5C\x31\x43\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x46\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6F\x5C\x5C\x34\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x79\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x37\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x38\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x31\x62\x5C\x5C\x31\x42\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x31\x64\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x4B\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x4F\x5C\x5C\x31\x6C\x5C\x5C\x31\x67\x5C\x5C\x37\x5C\x5C\x78\x5C\x5C\x31\x41\x5C\x5C\x31\x33\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x31\x39\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x43\x5C\x5C\x79\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x78\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x71\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x52\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x41\x5C\x5C\x5A\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x48\x5C\x5C\x31\x68\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x49\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x7A\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x5C\x31\x6A\x5C\x5C\x78\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x50\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x4B\x5C\x5C\x42\x5C\x5C\x51\x5C\x5C\x47\x5C\x5C\x57\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x57\x5C\x5C\x31\x71\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x5C\x31\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x42\x5C\x5C\x79\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x57\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x74\x5C\x5C\x57\x5C\x5C\x31\x65\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x31\x62\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x33\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x79\x5C\x5C\x45\x5C\x5C\x31\x6F\x5C\x5C\x31\x7A\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x31\x35\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x39\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x32\x44\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x31\x6A\x5C\x5C\x31\x37\x5C\x5C\x31\x44\x5C\x5C\x31\x64\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x51\x5C\x5C\x37\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x31\x76\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x79\x5C\x5C\x31\x4B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x51\x5C\x5C\x31\x64\x5C\x5C\x31\x50\x5C\x5C\x36\x5C\x5C\x31\x4B\x5C\x5C\x31\x6C\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x57\x5C\x5C\x38\x5C\x5C\x31\x67\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x46\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x31\x76\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x71\x5C\x5C\x31\x50\x5C\x5C\x41\x5C\x5C\x36\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x49\x5C\x5C\x49\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x5C\x31\x7A\x5C\x5C\x31\x74\x5C\x5C\x41\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x62\x5C\x5C\x48\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x5C\x31\x50\x5C\x5C\x31\x37\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x4C\x5C\x5C\x31\x38\x5C\x5C\x31\x6E\x5C\x5C\x31\x6C\x5C\x5C\x4E\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x68\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x64\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x79\x5C\x5C\x31\x41\x5C\x5C\x31\x6C\x5C\x5C\x31\x69\x5C\x5C\x4C\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x37\x5C\x5C\x31\x6F\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x31\x5C\x5C\x42\x5C\x5C\x31\x69\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x50\x5C\x5C\x4C\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x31\x33\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x78\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x39\x5C\x5C\x52\x5C\x5C\x52\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x44\x5C\x5C\x76\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x5D\x3B\x31\x55\x3D\x53\x28\x29\x7B\x31\x36\x20\x61\x7D\x3B\x31\x36\x20\x31\x55\x28\x29\x7D\x53\x20\x31\x77\x28\x64\x2C\x65\x29\x7B\x4D\x20\x66\x3D\x31\x55\x28\x29\x3B\x31\x36\x20\x31\x77\x3D\x53\x28\x61\x2C\x62\x29\x7B\x61\x3D\x61\x2D\x33\x79\x3B\x4D\x20\x63\x3D\x66\x5B\x61\x5D\x3B\x31\x36\x20\x63\x7D\x2C\x31\x77\x28\x64\x2C\x65\x29\x7D\x4D\x20\x31\x51\x3D\x31\x77\x3B\x28\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x31\x77\x2C\x31\x59\x3D\x61\x28\x29\x3B\x33\x7A\x28\x21\x21\x5B\x5D\x29\x7B\x33\x41\x7B\x4D\x20\x64\x3D\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x2F\x31\x70\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x33\x42\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x29\x2F\x32\x45\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x29\x2F\x32\x46\x29\x2B\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x32\x47\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x33\x5C\x27\x29\x29\x2F\x33\x43\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x32\x48\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x29\x29\x2F\x32\x49\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x31\x5C\x27\x29\x29\x2F\x33\x44\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x31\x5A\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x29\x2F\x33\x45\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x29\x2F\x33\x46\x29\x3B\x58\x28\x64\x3D\x3D\x3D\x62\x29\x32\x4A\x3B\x31\x32\x20\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x33\x47\x28\x33\x48\x29\x7B\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x7D\x7D\x28\x31\x55\x2C\x33\x49\x29\x2C\x21\x53\x28\x6A\x29\x7B\x4D\x20\x6B\x3D\x31\x77\x2C\x32\x4D\x3D\x28\x53\x28\x29\x7B\x4D\x20\x66\x3D\x31\x77\x3B\x58\x28\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x3D\x3D\x3D\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x46\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x33\x4A\x5B\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x33\x4B\x2C\x32\x6B\x29\x3B\x31\x36\x20\x33\x4C\x3D\x32\x6C\x2C\x67\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x21\x21\x5B\x5D\x3B\x31\x36\x20\x53\x28\x63\x2C\x64\x29\x7B\x4D\x20\x65\x3D\x68\x3F\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x64\x29\x7B\x4D\x20\x62\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x63\x2C\x32\x6B\x29\x3B\x31\x36\x20\x64\x3D\x32\x6C\x2C\x62\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x68\x3D\x21\x5B\x5D\x2C\x65\x7D\x7D\x7D\x28\x29\x29\x2C\x32\x33\x3D\x32\x4D\x28\x31\x31\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x31\x36\x20\x32\x33\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x5D\x28\x32\x33\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x7D\x29\x3B\x32\x33\x28\x29\x2C\x6A\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x78\x5C\x27\x5D\x5B\x6B\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x3D\x53\x28\x68\x29\x7B\x4D\x20\x69\x3D\x6B\x2C\x32\x6D\x3D\x7B\x7D\x3B\x31\x36\x20\x32\x6D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x5D\x3D\x21\x31\x34\x2C\x28\x68\x3D\x6A\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x32\x6D\x2C\x68\x29\x2C\x31\x31\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x64\x2C\x65\x2C\x66\x29\x7B\x4D\x20\x67\x3D\x69\x2C\x31\x46\x3D\x6A\x28\x31\x31\x29\x2C\x31\x4D\x3D\x6A\x28\x32\x34\x29\x2C\x31\x63\x3D\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x29\x2C\x32\x35\x3D\x5C\x27\x5C\x5C\x56\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3B\x53\x20\x32\x6E\x28\x29\x7B\x4D\x20\x63\x3D\x67\x2C\x32\x6F\x3D\x33\x4D\x20\x33\x4E\x28\x29\x3B\x32\x6F\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x5D\x3D\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x33\x4F\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x27\x2B\x31\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x2B\x5C\x27\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x43\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x29\x7D\x2C\x32\x6F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x64\x7D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x28\x31\x63\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x33\x50\x20\x32\x37\x3F\x32\x37\x3A\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x31\x44\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x7A\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x5C\x5C\x78\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x5C\x31\x6B\x5C\x5C\x47\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x51\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x5C\x79\x5C\x5C\x33\x5C\x5C\x31\x41\x5C\x5C\x31\x43\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x66\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x2C\x31\x63\x3D\x66\x5B\x31\x70\x5D\x26\x26\x5C\x27\x5C\x27\x21\x3D\x66\x5B\x31\x70\x5D\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x3F\x66\x5B\x31\x34\x5D\x2B\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x3A\x31\x63\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x29\x26\x26\x21\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x31\x63\x2B\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x64\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x29\x3F\x31\x63\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x2C\x31\x70\x3D\x3D\x68\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x5D\x3F\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x53\x20\x32\x4F\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x32\x5C\x5C\x31\x6A\x5C\x5C\x31\x4B\x5C\x5C\x45\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x3F\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x5D\x26\x26\x28\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x32\x4F\x29\x2C\x32\x6E\x28\x29\x29\x3A\x33\x51\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x46\x5C\x27\x29\x29\x3A\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x53\x20\x32\x50\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x50\x29\x2C\x32\x6E\x28\x29\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x29\x7D\x7D\x28\x33\x52\x29\x2C\x24\x28\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x2C\x32\x51\x3D\x24\x28\x31\x31\x29\x3B\x32\x51\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x7D\x29\x2C\x33\x53\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x3B\x58\x28\x21\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2B\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x3B\x58\x28\x21\x24\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x52\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x7D\x2C\x33\x54\x29\x2C\x24\x28\x53\x28\x29\x7B\x4D\x20\x70\x3D\x31\x51\x3B\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x42\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x70\x3D\x62\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x3B\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x4D\x20\x64\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x39\x3D\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x52\x3D\x65\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x52\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x66\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x7D\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x58\x28\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x31\x38\x5C\x5C\x31\x72\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x29\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x29\x29\x3B\x31\x32\x20\x31\x36\x20\x33\x55\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x33\x56\x2C\x33\x57\x2B\x28\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x58\x29\x7D\x7D\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x7B\x7D\x3B\x67\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x32\x61\x2C\x67\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x33\x59\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x67\x29\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x62\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x69\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x53\x3D\x69\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x53\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x6A\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x26\x26\x28\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x29\x29\x7D\x7D\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x2C\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x7D\x31\x32\x7B\x4D\x20\x6B\x3D\x33\x5A\x28\x34\x30\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x31\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6B\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x71\x3D\x24\x28\x31\x31\x29\x2C\x32\x72\x3D\x32\x71\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x2C\x32\x54\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x29\x2C\x32\x55\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x2C\x32\x56\x3D\x32\x55\x5B\x31\x34\x5D\x3B\x32\x54\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x29\x26\x26\x32\x71\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x32\x56\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x70\x3B\x58\x28\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x37\x5C\x27\x29\x29\x61\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x34\x32\x28\x34\x33\x2C\x34\x34\x29\x2C\x32\x58\x3D\x34\x35\x28\x34\x36\x2C\x34\x37\x2C\x63\x29\x2C\x32\x59\x3D\x34\x38\x28\x34\x39\x2C\x34\x61\x2C\x63\x29\x2C\x32\x5A\x3D\x34\x62\x28\x34\x63\x2C\x34\x64\x29\x2C\x34\x65\x3D\x34\x66\x28\x34\x67\x2C\x34\x68\x29\x2C\x33\x30\x3D\x34\x69\x28\x34\x6A\x2C\x34\x6B\x29\x2C\x32\x73\x3D\x5C\x27\x5C\x27\x3B\x34\x6C\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x32\x73\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x34\x6D\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x32\x59\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x32\x5A\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x58\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x30\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x34\x6E\x2B\x3D\x32\x73\x7D\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x5D\x28\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x29\x24\x28\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x34\x6F\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x31\x3D\x34\x70\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x34\x71\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x64\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x32\x3D\x34\x72\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x73\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x33\x32\x29\x7D\x7D\x29\x2C\x34\x74\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x31\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x33\x3D\x34\x75\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x34\x76\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x33\x29\x7D\x7D\x29\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x2C\x62\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x3D\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x2C\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x29\x2C\x62\x3D\x62\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x49\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x47\x5C\x5C\x31\x6A\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x29\x2C\x62\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x49\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x76\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x64\x3D\x70\x3B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x56\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x7A\x5C\x5C\x5A\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x74\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x34\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x24\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x65\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x31\x5C\x27\x29\x29\x34\x77\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x26\x26\x28\x34\x78\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x2C\x21\x34\x79\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x34\x7A\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x34\x41\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x24\x28\x61\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x63\x29\x7D\x7D\x7D\x29\x2C\x24\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x34\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x2C\x33\x35\x3D\x24\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x35\x29\x7D\x7D\x29\x7D\x31\x32\x20\x34\x42\x3D\x34\x43\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x30\x3D\x24\x28\x31\x31\x29\x2C\x32\x63\x3D\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x74\x5C\x27\x29\x3F\x34\x44\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x32\x30\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x3F\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x3A\x34\x45\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x41\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x34\x46\x3D\x3D\x21\x21\x5B\x5D\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x3D\x32\x61\x2C\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x62\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x64\x3D\x24\x28\x31\x31\x29\x3B\x24\x28\x32\x34\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x29\x2C\x32\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x63\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x24\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x34\x47\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x29\x34\x48\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x34\x49\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x34\x4A\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x26\x26\x28\x34\x4B\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x34\x4C\x29\x2C\x34\x4D\x28\x29\x29\x3B\x31\x32\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x2C\x33\x37\x3D\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x74\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x29\x3B\x33\x38\x28\x62\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x2C\x32\x45\x2C\x33\x37\x29\x7D\x7D\x29\x3B\x53\x20\x33\x39\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x32\x38\x28\x4D\x20\x64\x3D\x31\x34\x3B\x64\x3C\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x64\x2B\x2B\x29\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x5D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3B\x32\x4A\x7D\x31\x36\x20\x65\x7D\x53\x20\x33\x61\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x33\x62\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x63\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x62\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x3B\x31\x36\x20\x33\x63\x7D\x53\x20\x33\x64\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x33\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x66\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x65\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x36\x20\x33\x66\x7D\x53\x20\x33\x67\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x68\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x46\x29\x2C\x33\x69\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x47\x2C\x32\x48\x29\x2C\x33\x6A\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x49\x2C\x31\x5A\x29\x2C\x33\x6B\x3D\x34\x4E\x5B\x31\x6D\x28\x33\x69\x2C\x31\x5A\x29\x2D\x31\x70\x5D\x2B\x5C\x27\x5C\x5C\x4A\x5C\x27\x2B\x33\x6A\x2B\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x33\x68\x2C\x33\x6C\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x6B\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x36\x20\x33\x6C\x7D\x53\x20\x32\x74\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x21\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x29\x34\x4F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x24\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x61\x29\x2C\x31\x53\x3D\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x32\x66\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x7C\x7C\x31\x34\x2C\x32\x75\x3D\x31\x53\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x2C\x32\x66\x2D\x31\x70\x29\x7C\x7C\x31\x34\x2C\x33\x6D\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x75\x29\x2C\x31\x54\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x75\x2C\x32\x66\x29\x2C\x33\x6E\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x66\x29\x3B\x31\x36\x28\x31\x54\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x5C\x5C\x2F\x73\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x5C\x5C\x2F\x77\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x3D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x27\x29\x26\x26\x28\x31\x54\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x62\x3D\x33\x6D\x2B\x31\x54\x2B\x33\x6E\x2C\x62\x7D\x7D\x53\x20\x33\x6F\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x31\x79\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x79\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x29\x7B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x29\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x5D\x3B\x31\x32\x20\x34\x50\x28\x31\x31\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x34\x51\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x34\x52\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x31\x32\x20\x65\x3D\x32\x37\x3B\x58\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3E\x2D\x31\x70\x29\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x29\x3E\x2D\x31\x70\x3F\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x29\x3B\x31\x32\x20\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3E\x2D\x31\x70\x3F\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x3F\x34\x53\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x34\x54\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x34\x55\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x34\x56\x3D\x34\x57\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x34\x58\x3D\x34\x59\x28\x34\x5A\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x32\x37\x3B\x4D\x20\x66\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x3B\x31\x36\x20\x66\x7D\x53\x20\x33\x70\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x21\x3D\x33\x71\x29\x7B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x29\x4D\x20\x64\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x5D\x2C\x32\x41\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x64\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x65\x3D\x35\x30\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x31\x32\x20\x32\x41\x3D\x5C\x27\x5C\x27\x3B\x31\x36\x20\x32\x41\x7D\x53\x20\x33\x38\x28\x68\x2C\x69\x2C\x6A\x2C\x6B\x29\x7B\x4D\x20\x6C\x3D\x70\x3B\x58\x28\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x32\x5C\x5C\x56\x5C\x5C\x71\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x4B\x5C\x5C\x76\x5C\x5C\x31\x6B\x5C\x5C\x31\x6B\x5C\x5C\x31\x6C\x5C\x27\x29\x35\x31\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x2B\x35\x32\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x35\x33\x3B\x31\x32\x7B\x58\x28\x69\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x6D\x3D\x5C\x27\x5C\x27\x3B\x58\x28\x6B\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x29\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x6A\x3B\x31\x32\x7B\x58\x28\x6B\x3D\x3D\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x45\x5C\x5C\x31\x71\x5C\x5C\x31\x7A\x5C\x5C\x78\x5C\x27\x29\x7B\x4D\x20\x6E\x3D\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x29\x2A\x6A\x29\x2B\x31\x70\x3B\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x2B\x6A\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x2B\x6E\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x76\x5C\x27\x29\x29\x7D\x31\x32\x20\x4D\x20\x6F\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x3F\x28\x35\x34\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x35\x35\x29\x2C\x35\x36\x28\x29\x29\x3A\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2B\x6B\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x6A\x7D\x24\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x6D\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x6C\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x35\x37\x28\x31\x31\x29\x2C\x32\x67\x3D\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x7D\x31\x32\x7B\x58\x28\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x29\x4D\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x3B\x4D\x20\x65\x3D\x61\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x5D\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x35\x5C\x27\x29\x5D\x3B\x58\x28\x65\x21\x3D\x33\x71\x29\x7B\x32\x38\x28\x4D\x20\x66\x3D\x31\x34\x2C\x31\x48\x3D\x65\x3B\x66\x3C\x31\x48\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x66\x2B\x2B\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x29\x35\x38\x3D\x5C\x27\x5C\x27\x3B\x31\x32\x7B\x4D\x20\x67\x3D\x33\x39\x28\x31\x48\x2C\x66\x29\x2C\x33\x72\x3D\x33\x61\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x73\x3D\x33\x6F\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x74\x3D\x33\x70\x28\x31\x48\x2C\x66\x29\x2C\x35\x39\x3D\x33\x64\x28\x31\x48\x2C\x66\x29\x2C\x33\x75\x3D\x33\x67\x28\x31\x48\x2C\x66\x29\x2C\x32\x42\x3D\x5C\x27\x5C\x27\x3B\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x3F\x35\x61\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x35\x62\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x35\x64\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x2B\x35\x65\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x35\x67\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3A\x32\x42\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x67\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x73\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x33\x74\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x72\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x75\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x64\x2B\x3D\x32\x42\x7D\x7D\x64\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x3B\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x64\x29\x2C\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x29\x7D\x31\x32\x20\x35\x68\x28\x31\x31\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x7D\x7D\x7D\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x65\x3D\x70\x3B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x66\x3D\x35\x69\x2C\x35\x6A\x3D\x35\x6B\x2C\x33\x76\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x2C\x33\x77\x3D\x24\x28\x35\x6C\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x78\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x32\x44\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x2B\x33\x77\x2B\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x32\x68\x3D\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x66\x3B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x47\x5C\x27\x29\x29\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3F\x28\x35\x6D\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x35\x6E\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x35\x6F\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x35\x70\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3A\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x31\x5C\x27\x29\x29\x28\x53\x28\x29\x7B\x4D\x20\x62\x3D\x65\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x32\x43\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x63\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x5D\x3D\x21\x21\x5B\x5D\x2C\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x71\x2B\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x2C\x28\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x29\x7D\x31\x32\x7B\x4D\x20\x64\x3D\x35\x72\x3F\x53\x28\x29\x7B\x58\x28\x35\x73\x29\x7B\x4D\x20\x61\x3D\x35\x74\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x5D\x28\x35\x75\x2C\x32\x6B\x29\x3B\x31\x36\x20\x35\x76\x3D\x32\x6C\x2C\x61\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x35\x77\x3D\x21\x5B\x5D\x2C\x64\x7D\x7D\x28\x29\x29\x2C\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x76\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x49\x5C\x27\x29\x29\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x78\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x33\x5C\x27\x29\x3D\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x35\x78\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x67\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x31\x32\x20\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x7D\x7D\x31\x32\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x65\x2C\x32\x31\x3D\x35\x79\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x21\x21\x5B\x5D\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x7A\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x29\x2C\x28\x35\x41\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x35\x42\x5B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x32\x31\x29\x7D\x28\x29\x29\x2C\x35\x43\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x35\x44\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x35\x45\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x35\x46\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x29\x7D\x29\x29\x3B\x27\x2C\x36\x32\x2C\x35\x53\x2C\x27\x7C\x35\x54\x7C\x35\x55\x7C\x35\x56\x7C\x35\x57\x7C\x35\x58\x7C\x35\x59\x7C\x35\x5A\x7C\x36\x30\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x36\x31\x7C\x36\x33\x7C\x7C\x36\x34\x7C\x36\x35\x7C\x36\x36\x7C\x7C\x36\x37\x7C\x36\x38\x7C\x36\x39\x7C\x36\x61\x7C\x36\x62\x7C\x36\x63\x7C\x36\x64\x7C\x36\x65\x7C\x36\x66\x7C\x36\x67\x7C\x36\x68\x7C\x36\x69\x7C\x36\x6A\x7C\x36\x6B\x7C\x36\x6C\x7C\x36\x6D\x7C\x36\x6E\x7C\x36\x6F\x7C\x36\x70\x7C\x36\x71\x7C\x36\x72\x7C\x35\x47\x7C\x36\x73\x7C\x36\x74\x7C\x36\x75\x7C\x36\x76\x7C\x35\x49\x7C\x36\x77\x7C\x36\x78\x7C\x36\x79\x7C\x36\x7A\x7C\x36\x41\x7C\x36\x42\x7C\x36\x43\x7C\x36\x44\x7C\x35\x48\x7C\x36\x45\x7C\x36\x46\x7C\x36\x47\x7C\x36\x48\x7C\x36\x49\x7C\x36\x4A\x7C\x36\x4B\x7C\x36\x4C\x7C\x36\x4D\x7C\x36\x4E\x7C\x36\x4F\x7C\x36\x50\x7C\x36\x51\x7C\x36\x52\x7C\x36\x53\x7C\x35\x4B\x7C\x36\x54\x7C\x36\x55\x7C\x36\x56\x7C\x36\x57\x7C\x36\x58\x7C\x36\x59\x7C\x36\x5A\x7C\x37\x30\x7C\x37\x31\x7C\x37\x32\x7C\x37\x33\x7C\x37\x34\x7C\x37\x35\x7C\x37\x36\x7C\x37\x37\x7C\x37\x38\x7C\x37\x39\x7C\x37\x61\x7C\x37\x62\x7C\x37\x63\x7C\x37\x64\x7C\x37\x65\x7C\x37\x66\x7C\x37\x67\x7C\x37\x68\x7C\x37\x69\x7C\x37\x6A\x7C\x37\x6B\x7C\x37\x6C\x7C\x37\x6D\x7C\x37\x6E\x7C\x37\x6F\x7C\x37\x70\x7C\x37\x71\x7C\x37\x72\x7C\x37\x73\x7C\x37\x74\x7C\x37\x75\x7C\x37\x76\x7C\x37\x77\x7C\x37\x78\x7C\x37\x79\x7C\x37\x7A\x7C\x37\x41\x7C\x37\x42\x7C\x37\x43\x7C\x37\x44\x7C\x37\x45\x7C\x37\x46\x7C\x37\x47\x7C\x37\x48\x7C\x37\x49\x7C\x37\x4A\x7C\x37\x4B\x7C\x37\x4C\x7C\x37\x4D\x7C\x37\x4E\x7C\x37\x4F\x7C\x37\x50\x7C\x37\x51\x7C\x37\x52\x7C\x37\x53\x7C\x37\x54\x7C\x37\x55\x7C\x37\x56\x7C\x37\x57\x7C\x37\x58\x7C\x37\x59\x7C\x37\x5A\x7C\x38\x30\x7C\x38\x31\x7C\x38\x32\x7C\x38\x33\x7C\x38\x34\x7C\x38\x35\x7C\x38\x36\x7C\x38\x37\x7C\x38\x38\x7C\x38\x39\x7C\x38\x61\x7C\x38\x62\x7C\x38\x63\x7C\x38\x64\x7C\x38\x65\x7C\x38\x66\x7C\x38\x67\x7C\x38\x68\x7C\x38\x69\x7C\x38\x6A\x7C\x38\x6B\x7C\x38\x6C\x7C\x38\x6D\x7C\x38\x6E\x7C\x38\x6F\x7C\x38\x70\x7C\x38\x71\x7C\x38\x72\x7C\x38\x73\x7C\x38\x74\x7C\x38\x75\x7C\x38\x76\x7C\x38\x77\x7C\x38\x78\x7C\x38\x79\x7C\x38\x7A\x7C\x38\x41\x7C\x38\x42\x7C\x38\x43\x7C\x38\x44\x7C\x38\x45\x7C\x38\x46\x7C\x38\x47\x7C\x38\x48\x7C\x38\x49\x7C\x38\x4A\x7C\x38\x4B\x7C\x38\x4C\x7C\x38\x4D\x7C\x38\x4E\x7C\x38\x4F\x7C\x38\x50\x7C\x38\x51\x7C\x38\x52\x7C\x38\x53\x7C\x38\x54\x7C\x38\x55\x7C\x38\x56\x7C\x38\x57\x7C\x38\x58\x7C\x38\x59\x7C\x38\x5A\x7C\x39\x30\x7C\x39\x31\x7C\x39\x32\x7C\x39\x33\x7C\x39\x34\x7C\x35\x4A\x7C\x39\x35\x7C\x39\x36\x7C\x39\x37\x7C\x39\x38\x7C\x39\x39\x7C\x39\x61\x7C\x39\x62\x7C\x39\x63\x7C\x39\x64\x7C\x39\x65\x7C\x39\x66\x7C\x39\x67\x7C\x35\x4E\x7C\x39\x68\x7C\x39\x69\x7C\x39\x6A\x7C\x39\x6B\x7C\x39\x6C\x7C\x39\x6D\x7C\x39\x6E\x7C\x39\x6F\x7C\x39\x70\x7C\x39\x71\x7C\x39\x72\x7C\x39\x73\x7C\x39\x74\x7C\x39\x75\x7C\x39\x76\x7C\x39\x77\x7C\x39\x78\x7C\x39\x79\x7C\x39\x7A\x7C\x39\x41\x7C\x39\x42\x7C\x39\x43\x7C\x39\x44\x7C\x39\x45\x7C\x39\x46\x7C\x39\x47\x7C\x39\x48\x7C\x39\x49\x7C\x39\x4A\x7C\x39\x4B\x7C\x39\x4C\x7C\x39\x4D\x7C\x39\x4E\x7C\x39\x4F\x7C\x39\x50\x7C\x39\x51\x7C\x39\x52\x7C\x39\x53\x7C\x39\x54\x7C\x39\x55\x7C\x39\x56\x7C\x39\x57\x7C\x39\x58\x7C\x39\x59\x7C\x39\x5A\x7C\x61\x30\x7C\x61\x31\x7C\x61\x32\x7C\x61\x33\x7C\x61\x34\x7C\x61\x35\x7C\x61\x36\x7C\x61\x37\x7C\x61\x38\x7C\x61\x39\x7C\x61\x61\x7C\x61\x62\x7C\x61\x63\x7C\x61\x64\x7C\x61\x65\x7C\x61\x66\x7C\x61\x67\x7C\x61\x68\x7C\x61\x69\x7C\x61\x6A\x7C\x61\x6B\x7C\x61\x6C\x7C\x61\x6D\x7C\x61\x6E\x7C\x61\x6F\x7C\x61\x70\x7C\x61\x71\x7C\x61\x72\x7C\x61\x73\x7C\x61\x74\x7C\x61\x75\x7C\x61\x76\x7C\x61\x77\x7C\x61\x78\x7C\x61\x79\x7C\x61\x7A\x7C\x61\x41\x7C\x61\x42\x7C\x61\x43\x7C\x61\x44\x7C\x61\x45\x7C\x61\x46\x7C\x61\x47\x7C\x61\x48\x7C\x61\x49\x7C\x61\x4A\x7C\x61\x4B\x7C\x61\x4C\x7C\x61\x4D\x7C\x61\x4E\x7C\x61\x4F\x7C\x61\x50\x7C\x61\x51\x7C\x61\x52\x7C\x61\x53\x7C\x61\x54\x7C\x61\x55\x7C\x61\x56\x7C\x61\x57\x7C\x61\x58\x7C\x61\x59\x7C\x61\x5A\x7C\x62\x30\x7C\x62\x31\x7C\x62\x32\x7C\x62\x33\x7C\x62\x34\x7C\x62\x35\x7C\x62\x36\x7C\x62\x37\x7C\x62\x38\x7C\x62\x39\x27\x2E\x62\x61\x28\x27\x7C\x27\x29\x2C\x30\x2C\x7B\x7D\x29\x29","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x72\x65\x74\x75\x72\x6E\x7C\x69\x66\x7C\x77\x68\x69\x6C\x65\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x53\x74\x72\x69\x6E\x67\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x6E\x65\x77\x7C\x65\x76\x61\x6C\x7C\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65\x7C\x74\x6F\x53\x74\x72\x69\x6E\x67\x7C\x52\x65\x67\x45\x78\x70\x7C\x33\x35\x32\x7C\x78\x33\x30\x7C\x78\x37\x38\x7C\x78\x33\x32\x7C\x78\x36\x35\x7C\x78\x36\x31\x7C\x78\x37\x34\x7C\x78\x33\x33\x7C\x78\x37\x33\x7C\x78\x36\x66\x7C\x7C\x78\x36\x63\x7C\x78\x36\x34\x7C\x78\x36\x39\x7C\x78\x36\x33\x7C\x78\x36\x65\x7C\x78\x36\x36\x7C\x78\x37\x32\x7C\x78\x36\x32\x7C\x78\x33\x31\x7C\x78\x32\x64\x7C\x78\x37\x30\x7C\x78\x36\x64\x7C\x78\x33\x35\x7C\x78\x33\x37\x7C\x78\x36\x38\x7C\x78\x33\x34\x7C\x78\x32\x30\x7C\x78\x33\x36\x7C\x78\x37\x35\x7C\x76\x61\x72\x7C\x78\x36\x37\x7C\x78\x32\x66\x7C\x78\x32\x65\x7C\x78\x33\x38\x7C\x78\x33\x39\x7C\x78\x33\x65\x7C\x78\x32\x32\x7C\x78\x37\x37\x7C\x78\x37\x39\x7C\x78\x33\x63\x7C\x78\x37\x36\x7C\x78\x33\x64\x7C\x74\x68\x69\x73\x7C\x65\x6C\x73\x65\x7C\x78\x36\x62\x7C\x30\x78\x30\x7C\x78\x34\x31\x7C\x78\x34\x63\x7C\x78\x34\x33\x7C\x78\x33\x61\x7C\x78\x32\x33\x7C\x78\x37\x31\x7C\x5F\x30\x78\x35\x32\x64\x32\x64\x64\x7C\x78\x35\x33\x7C\x78\x35\x34\x7C\x78\x34\x66\x7C\x78\x34\x65\x7C\x78\x34\x39\x7C\x78\x34\x35\x7C\x78\x35\x30\x7C\x78\x35\x37\x7C\x78\x35\x39\x7C\x78\x36\x61\x7C\x78\x37\x61\x7C\x30\x78\x31\x7C\x78\x34\x36\x7C\x78\x35\x32\x7C\x78\x34\x34\x7C\x78\x34\x32\x7C\x78\x32\x63\x7C\x78\x35\x66\x7C\x5F\x30\x78\x34\x32\x31\x37\x7C\x78\x34\x64\x7C\x5F\x30\x78\x35\x36\x65\x34\x66\x66\x7C\x78\x34\x62\x7C\x78\x34\x37\x7C\x78\x34\x38\x7C\x78\x35\x31\x7C\x78\x35\x35\x7C\x78\x37\x64\x7C\x5F\x30\x78\x33\x30\x32\x65\x32\x63\x7C\x30\x78\x61\x61\x7C\x5F\x30\x78\x31\x38\x34\x65\x65\x35\x7C\x78\x32\x31\x7C\x78\x33\x62\x7C\x78\x35\x61\x7C\x78\x32\x34\x7C\x5F\x30\x78\x35\x64\x64\x31\x64\x38\x7C\x78\x37\x62\x7C\x78\x32\x36\x7C\x78\x35\x36\x7C\x5F\x30\x78\x35\x33\x64\x61\x39\x64\x7C\x30\x78\x66\x61\x7C\x5F\x30\x78\x34\x33\x65\x65\x66\x34\x7C\x5F\x30\x78\x32\x31\x32\x63\x64\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x7C\x78\x35\x38\x7C\x78\x34\x61\x7C\x78\x32\x62\x7C\x5F\x30\x78\x31\x36\x35\x64\x32\x61\x7C\x30\x78\x61\x7C\x5F\x30\x78\x34\x39\x37\x31\x35\x61\x7C\x5F\x30\x78\x33\x30\x37\x30\x63\x32\x7C\x78\x33\x66\x7C\x5F\x30\x78\x66\x38\x33\x63\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x5F\x30\x78\x34\x30\x38\x36\x33\x31\x7C\x4D\x61\x74\x68\x7C\x6E\x6F\x54\x68\x75\x6D\x62\x6E\x61\x69\x6C\x7C\x66\x6F\x72\x7C\x5F\x30\x78\x35\x33\x35\x39\x38\x63\x7C\x30\x78\x31\x65\x7C\x5F\x30\x78\x31\x35\x34\x62\x33\x33\x7C\x5F\x30\x78\x31\x65\x30\x35\x35\x63\x7C\x5F\x30\x78\x38\x64\x39\x35\x64\x38\x7C\x5F\x30\x78\x31\x35\x38\x62\x35\x34\x7C\x5F\x30\x78\x32\x64\x36\x30\x62\x62\x7C\x5F\x30\x78\x33\x62\x61\x66\x39\x39\x7C\x5F\x30\x78\x33\x34\x66\x33\x65\x38\x7C\x78\x32\x38\x7C\x78\x32\x39\x7C\x61\x72\x67\x75\x6D\x65\x6E\x74\x73\x7C\x6E\x75\x6C\x6C\x7C\x5F\x30\x78\x35\x61\x35\x30\x37\x32\x7C\x5F\x30\x78\x34\x35\x39\x39\x65\x31\x7C\x5F\x30\x78\x33\x32\x61\x38\x64\x65\x7C\x5F\x30\x78\x33\x36\x32\x65\x35\x34\x7C\x5F\x30\x78\x33\x61\x36\x39\x33\x61\x7C\x5F\x30\x78\x35\x35\x61\x30\x33\x39\x7C\x5F\x30\x78\x65\x33\x39\x35\x62\x62\x7C\x5F\x30\x78\x31\x66\x63\x64\x39\x32\x7C\x5F\x30\x78\x32\x31\x66\x36\x36\x33\x7C\x69\x66\x72\x61\x6D\x65\x7C\x73\x72\x63\x7C\x77\x77\x77\x7C\x79\x6F\x75\x74\x75\x62\x65\x7C\x63\x6F\x6D\x7C\x5F\x30\x78\x39\x63\x36\x31\x32\x64\x7C\x5F\x30\x78\x31\x39\x34\x30\x34\x34\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x78\x32\x35\x7C\x30\x78\x33\x7C\x30\x78\x34\x7C\x30\x78\x35\x7C\x30\x78\x37\x7C\x30\x78\x38\x7C\x62\x72\x65\x61\x6B\x7C\x70\x75\x73\x68\x7C\x73\x68\x69\x66\x74\x7C\x5F\x30\x78\x35\x35\x33\x63\x35\x65\x7C\x30\x78\x31\x66\x34\x7C\x5F\x30\x78\x34\x35\x34\x36\x34\x33\x7C\x5F\x30\x78\x32\x38\x30\x64\x31\x64\x7C\x5F\x30\x78\x31\x64\x35\x63\x66\x65\x7C\x5F\x30\x78\x32\x65\x65\x33\x38\x37\x7C\x5F\x30\x78\x32\x35\x39\x65\x64\x33\x7C\x5F\x30\x78\x64\x36\x66\x31\x63\x37\x7C\x5F\x30\x78\x32\x62\x31\x35\x64\x33\x7C\x5F\x30\x78\x35\x37\x30\x61\x64\x62\x7C\x70\x6F\x73\x74\x50\x65\x72\x50\x61\x67\x65\x7C\x5F\x30\x78\x31\x34\x62\x33\x65\x39\x7C\x5F\x30\x78\x34\x37\x31\x63\x34\x63\x7C\x5F\x30\x78\x31\x34\x36\x62\x30\x39\x7C\x5F\x30\x78\x31\x36\x62\x39\x66\x66\x7C\x5F\x30\x78\x33\x31\x34\x62\x31\x35\x7C\x5F\x30\x78\x34\x65\x34\x65\x38\x37\x7C\x5F\x30\x78\x63\x63\x64\x33\x38\x64\x7C\x5F\x30\x78\x31\x65\x62\x35\x61\x63\x7C\x5F\x30\x78\x31\x30\x38\x34\x34\x35\x7C\x30\x78\x36\x34\x7C\x5F\x30\x78\x35\x61\x35\x65\x39\x33\x7C\x5F\x30\x78\x31\x38\x61\x66\x36\x37\x7C\x5F\x30\x78\x35\x64\x35\x65\x65\x30\x7C\x5F\x30\x78\x33\x31\x65\x61\x36\x63\x7C\x5F\x30\x78\x35\x61\x62\x39\x64\x38\x7C\x5F\x30\x78\x33\x38\x36\x37\x38\x32\x7C\x5F\x30\x78\x32\x66\x30\x63\x65\x38\x7C\x5F\x30\x78\x33\x39\x34\x32\x37\x66\x7C\x5F\x30\x78\x33\x64\x39\x61\x62\x32\x7C\x5F\x30\x78\x34\x30\x31\x31\x62\x31\x7C\x5F\x30\x78\x31\x37\x36\x39\x66\x38\x7C\x5F\x30\x78\x34\x63\x35\x31\x62\x32\x7C\x5F\x30\x78\x35\x63\x66\x39\x62\x36\x7C\x5F\x30\x78\x34\x35\x63\x65\x62\x34\x7C\x5F\x30\x78\x34\x31\x65\x34\x33\x62\x7C\x5F\x30\x78\x34\x34\x33\x34\x61\x62\x7C\x5F\x30\x78\x33\x30\x61\x61\x61\x33\x7C\x5F\x30\x78\x32\x65\x63\x30\x39\x35\x7C\x5F\x30\x78\x31\x38\x32\x39\x39\x31\x7C\x75\x6E\x64\x65\x66\x69\x6E\x65\x64\x7C\x5F\x30\x78\x32\x33\x36\x66\x62\x33\x7C\x5F\x30\x78\x35\x35\x33\x64\x36\x63\x7C\x5F\x30\x78\x33\x62\x35\x38\x64\x61\x7C\x5F\x30\x78\x35\x35\x36\x35\x31\x62\x7C\x5F\x30\x78\x62\x32\x63\x36\x35\x36\x7C\x5F\x30\x78\x35\x34\x63\x63\x30\x37\x7C\x5F\x30\x78\x31\x36\x65\x61\x63\x31\x7C\x30\x78\x31\x65\x61\x7C\x74\x72\x79\x7C\x30\x78\x32\x7C\x30\x78\x36\x7C\x30\x78\x39\x7C\x30\x78\x62\x7C\x30\x78\x63\x7C\x63\x61\x74\x63\x68\x7C\x5F\x30\x78\x34\x65\x33\x30\x36\x32\x7C\x30\x78\x33\x30\x35\x39\x33\x7C\x5F\x30\x78\x34\x35\x39\x39\x36\x30\x7C\x5F\x30\x78\x33\x38\x33\x66\x64\x36\x7C\x5F\x30\x78\x31\x34\x35\x37\x34\x32\x7C\x49\x6D\x61\x67\x65\x7C\x5F\x30\x78\x33\x32\x35\x62\x35\x66\x7C\x74\x79\x70\x65\x6F\x66\x7C\x5F\x30\x78\x35\x62\x39\x36\x66\x31\x7C\x6A\x51\x75\x65\x72\x79\x7C\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x7C\x30\x78\x33\x65\x38\x7C\x5F\x30\x78\x34\x63\x39\x61\x39\x64\x7C\x5F\x30\x78\x35\x61\x35\x35\x65\x39\x7C\x5F\x30\x78\x34\x34\x32\x62\x65\x63\x7C\x5F\x30\x78\x33\x34\x30\x33\x38\x36\x7C\x5F\x30\x78\x33\x31\x34\x32\x32\x62\x7C\x5F\x30\x78\x32\x38\x64\x39\x30\x38\x7C\x5F\x30\x78\x32\x34\x38\x32\x36\x39\x7C\x5F\x30\x78\x34\x38\x37\x37\x61\x66\x7C\x5F\x30\x78\x35\x35\x37\x37\x31\x62\x7C\x5F\x30\x78\x34\x36\x30\x32\x38\x37\x7C\x5F\x30\x78\x35\x37\x64\x61\x61\x32\x7C\x5F\x30\x78\x35\x32\x66\x65\x62\x61\x7C\x5F\x30\x78\x33\x61\x36\x30\x62\x33\x7C\x5F\x30\x78\x34\x39\x35\x66\x34\x38\x7C\x5F\x30\x78\x34\x36\x65\x61\x36\x35\x7C\x5F\x30\x78\x31\x31\x37\x66\x62\x34\x7C\x5F\x30\x78\x35\x39\x39\x61\x63\x38\x7C\x5F\x30\x78\x37\x36\x37\x33\x66\x39\x7C\x5F\x30\x78\x33\x37\x63\x39\x62\x66\x7C\x5F\x30\x78\x32\x37\x38\x62\x37\x34\x7C\x5F\x30\x78\x35\x30\x34\x34\x62\x63\x7C\x5F\x30\x78\x32\x36\x64\x65\x39\x30\x7C\x5F\x30\x78\x65\x66\x33\x61\x61\x39\x7C\x5F\x30\x78\x32\x61\x36\x35\x35\x36\x7C\x5F\x30\x78\x35\x35\x32\x66\x61\x32\x7C\x5F\x30\x78\x33\x33\x63\x32\x32\x65\x7C\x5F\x30\x78\x32\x62\x36\x36\x33\x64\x7C\x5F\x30\x78\x33\x38\x32\x66\x36\x39\x7C\x5F\x30\x78\x32\x38\x61\x62\x63\x64\x7C\x5F\x30\x78\x31\x63\x30\x61\x38\x34\x7C\x5F\x30\x78\x32\x66\x37\x35\x61\x30\x7C\x5F\x30\x78\x35\x39\x62\x34\x63\x34\x7C\x5F\x30\x78\x34\x65\x63\x36\x66\x66\x7C\x5F\x30\x78\x34\x31\x31\x30\x66\x61\x7C\x5F\x30\x78\x35\x32\x38\x39\x66\x66\x7C\x5F\x30\x78\x34\x30\x34\x30\x34\x38\x7C\x5F\x30\x78\x32\x61\x33\x61\x66\x62\x7C\x5F\x30\x78\x32\x37\x64\x30\x65\x62\x7C\x5F\x30\x78\x39\x65\x36\x66\x32\x34\x7C\x5F\x30\x78\x34\x38\x64\x31\x66\x35\x7C\x5F\x30\x78\x33\x32\x36\x39\x66\x34\x7C\x5F\x30\x78\x33\x38\x36\x35\x65\x33\x7C\x5F\x30\x78\x33\x65\x66\x34\x38\x32\x7C\x5F\x30\x78\x65\x63\x37\x36\x37\x39\x7C\x5F\x30\x78\x33\x63\x34\x37\x36\x37\x7C\x5F\x30\x78\x35\x32\x37\x39\x37\x65\x7C\x5F\x30\x78\x34\x32\x34\x31\x32\x35\x7C\x66\x69\x78\x65\x64\x53\x69\x64\x65\x62\x61\x72\x7C\x5F\x30\x78\x34\x35\x65\x63\x63\x39\x7C\x5F\x30\x78\x62\x62\x36\x37\x32\x35\x7C\x5F\x30\x78\x32\x36\x62\x65\x39\x61\x7C\x5F\x30\x78\x34\x39\x35\x65\x31\x66\x7C\x5F\x30\x78\x35\x30\x34\x66\x61\x65\x7C\x5F\x30\x78\x32\x66\x33\x39\x64\x63\x7C\x5F\x30\x78\x35\x64\x32\x62\x64\x30\x7C\x6D\x6F\x6E\x74\x68\x46\x6F\x72\x6D\x61\x74\x7C\x5F\x30\x78\x34\x33\x65\x35\x66\x36\x7C\x5F\x30\x78\x34\x61\x34\x34\x39\x37\x7C\x5F\x30\x78\x32\x61\x64\x36\x34\x63\x7C\x5F\x30\x78\x34\x64\x65\x36\x66\x63\x7C\x5F\x30\x78\x32\x38\x63\x65\x37\x62\x7C\x5F\x30\x78\x64\x31\x66\x65\x36\x38\x7C\x5F\x30\x78\x35\x38\x31\x32\x66\x33\x7C\x5F\x30\x78\x35\x64\x36\x37\x30\x39\x7C\x5F\x30\x78\x31\x32\x35\x35\x35\x31\x7C\x5F\x30\x78\x33\x63\x35\x37\x32\x63\x7C\x5F\x30\x78\x33\x30\x66\x39\x61\x31\x7C\x5F\x30\x78\x31\x31\x62\x30\x34\x32\x7C\x5F\x30\x78\x32\x34\x39\x36\x35\x65\x7C\x5F\x30\x78\x34\x39\x35\x61\x35\x31\x7C\x5F\x30\x78\x31\x34\x36\x62\x31\x61\x7C\x5F\x30\x78\x66\x63\x62\x63\x34\x63\x7C\x5F\x30\x78\x34\x62\x63\x35\x39\x31\x7C\x5F\x30\x78\x35\x34\x66\x36\x63\x31\x7C\x5F\x30\x78\x32\x61\x62\x39\x31\x36\x7C\x5F\x30\x78\x34\x64\x31\x31\x64\x30\x7C\x5F\x30\x78\x31\x66\x66\x38\x30\x32\x7C\x5F\x30\x78\x34\x61\x34\x62\x64\x31\x7C\x5F\x30\x78\x31\x34\x62\x35\x66\x61\x7C\x5F\x30\x78\x32\x30\x64\x39\x36\x31\x7C\x5F\x30\x78\x31\x30\x36\x62\x31\x32\x7C\x5F\x30\x78\x34\x33\x39\x61\x61\x30\x7C\x5F\x30\x78\x66\x37\x63\x33\x63\x62\x7C\x5F\x30\x78\x33\x39\x62\x33\x66\x38\x7C\x5F\x30\x78\x64\x30\x66\x61\x31\x39\x7C\x5F\x30\x78\x31\x38\x31\x36\x63\x65\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x53\x79\x73\x74\x65\x6D\x7C\x5F\x30\x78\x65\x65\x31\x35\x64\x37\x7C\x64\x69\x73\x71\x75\x73\x5F\x62\x6C\x6F\x67\x67\x65\x72\x5F\x63\x75\x72\x72\x65\x6E\x74\x5F\x75\x72\x6C\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x5F\x30\x78\x64\x65\x35\x66\x63\x62\x7C\x5F\x30\x78\x33\x61\x37\x35\x35\x38\x7C\x5F\x30\x78\x31\x31\x61\x37\x62\x65\x7C\x5F\x30\x78\x35\x32\x30\x32\x37\x66\x7C\x64\x69\x73\x71\x75\x73\x53\x68\x6F\x72\x74\x6E\x61\x6D\x65\x7C\x5F\x30\x78\x32\x62\x35\x61\x32\x36\x7C\x5F\x30\x78\x31\x62\x34\x32\x35\x66\x7C\x5F\x30\x78\x34\x64\x36\x61\x61\x31\x7C\x5F\x30\x78\x34\x37\x33\x62\x65\x61\x7C\x5F\x30\x78\x31\x34\x36\x62\x63\x34\x7C\x5F\x30\x78\x34\x37\x66\x36\x31\x65\x7C\x5F\x30\x78\x35\x39\x63\x65\x65\x37\x7C\x5F\x30\x78\x35\x61\x31\x34\x36\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x33\x64\x7C\x5F\x30\x78\x33\x36\x62\x37\x37\x61\x7C\x5F\x30\x78\x35\x30\x30\x31\x31\x61\x7C\x5F\x30\x78\x33\x65\x61\x35\x64\x32\x7C\x5F\x30\x78\x33\x63\x37\x33\x33\x31\x7C\x5F\x30\x78\x32\x31\x32\x33\x36\x30\x7C\x5F\x30\x78\x34\x66\x66\x63\x63\x35\x7C\x73\x70\x6C\x69\x74","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function(_0x7fd6x1,_0x7fd6x2,_0x7fd6x3,_0x7fd6x4,_0x7fd6x5,_0x7fd6x6){_0x7fd6x5= function(_0x7fd6x3){return (_0x7fd6x3< _0x7fd6x2?_0x267e[4]:_0x7fd6x5(parseInt(_0x7fd6x3/ _0x7fd6x2)))+ ((_0x7fd6x3= _0x7fd6x3% _0x7fd6x2)> 35?String[_0x267e[5]](_0x7fd6x3+ 29):_0x7fd6x3.toString(36))};if(!_0x267e[4][_0x267e[6]](/^/,String)){while(_0x7fd6x3--){_0x7fd6x6[_0x7fd6x5(_0x7fd6x3)]= _0x7fd6x4[_0x7fd6x3]|| _0x7fd6x5(_0x7fd6x3)};_0x7fd6x4= [function(_0x7fd6x5){return _0x7fd6x6[_0x7fd6x5]}];_0x7fd6x5= function(){return _0x267e[7]};_0x7fd6x3= 1};while(_0x7fd6x3--){if(_0x7fd6x4[_0x7fd6x3]){_0x7fd6x1= _0x7fd6x1[_0x267e[6]]( new RegExp(_0x267e[8]+ _0x7fd6x5(_0x7fd6x3)+ _0x267e[8],_0x267e[9]),_0x7fd6x4[_0x7fd6x3])}};return _0x7fd6x1}(_0x267e[0],62,693,_0x267e[3][_0x267e[2]](_0x267e[1]),0,{})) //]]> </script> <!-- Pagination Scripts --> <b:if cond='data:view.isMultipleItems'> <script type='text/javascript'> //<![CDATA[ var postResults=postPerPage; var numOfPages=2; var pageOf=["Page", "of"]; eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 K;5 m;5 l;5 w;5 s=1p.9;5 y="/";1d();G 1b(a){5 b=\'\';J=M(W/2);4(J==W-J){W=J*2+1}D=l-J;4(D<1)D=1;j=M(a/n)+1;4(j-1==a/n)j=j-1;E=D+W-1;4(E>j)E=j;b+=\'<C 6="3-1u">\'+17[0]+\' \'+l+\' \'+17[1]+\' \'+j+\'</C>\';5 c=M(l)-1;4(l>1){4(l==2){4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="\'+y+\'"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="/v/u/\'+w+\'?&i-o=\'+n+\'"></a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="#" z="L(\'+c+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="#" z="I(\'+c+\');B x"></a>\'}}}4(D>1){4(m=="3"){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}4(D>2){b+=\'<C 6="3-7 3-16">...</C>\'}1a(5 d=D;d<=E;d++){4(l==d){b+=\'<C 6="3-7 3-1v">\'+d+\'</C>\'}h 4(d==1){4(m==\'3\'){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7" 9="#" z="L(\'+d+\');B x">\'+d+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+d+\');B x">\'+d+\'</a>\'}}}4(E<j-1){b+=\'<C 6="3-7 3-16">...</C>\'}4(E<j){4(m=="3"){b+=\'<a 6="3-7" 9="#" z="L(\'+j+\');B x">\'+j+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+j+\');B x">\'+j+\'</a>\'}}5 e=M(l)+1;4(l<j){4(m==\'3\'){b+=\'<a 6="3-7 3-15" 9="#" z="L(\'+e+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-15" 9="#" z="I(\'+e+\');B x"></a>\'}}b+=\'\';5 f=A.1s(\'1t\');5 g=A.1r(\'1A-1D\');1a(5 p=0;p<f.O;p++){f[p].1c=b}4(f&&f.O>0){b=\'\'}4(g){g.1c=b}}G 12(a){5 b=a.1f;5 c=M(b.1E$1B.$t,10);1b(c)}G 1d(){5 a=s;4(a.k(\'/v/u/\')!=-1){4(a.k(\'?T-i\')!=-1){w=a.H(a.k(\'/v/u/\')+14,a.k(\'?T-i\'))}h{w=a.H(a.k(\'/v/u/\')+14,a.k(\'?&i\'))}}4(a.k(\'?q=\')==-1&&a.k(\'.1C\')==-1){4(a.k(\'/v/u/\')==-1){m=\'3\';4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q=\\\'\'+y+\'P/R/N?i-o=1&X=Y-S-r&V=12\\\'><\\/r>\')}h{m=\'u\';4(a.k(\'&i-o=\')==-1){n=1F}4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q="\'+y+\'P/R/N/-/\'+w+\'?X=Y-S-r&V=12&i-o=1" ><\\/r>\')}}}G L(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G I(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N/-/\'+w+\'?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G 13(a){11=a.1f.1x[0];5 b=11.1g.$t.H(0,19)+11.1g.$t.H(1z,1w);5 c=1y(b);4(m==\'3\'){5 d=\'/v?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}h{5 d=\'/v/u/\'+w+\'?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}1p.9=d}',62,104,'|||page|if|var|class|num||href||||||||else|max|lastPageNo|indexOf|currentPageNo|currentPage|postResults|results|||script|locationUrl||label|search|postLabel|false|home_page|onclick|document|return|span|pageStart|pageEnd|PageNo|function|substring|getLabelPage|pageNumber|noPage|getPage|parseInt|summary|length|feeds|src|posts|in|updated|prev|callback|numOfPages|alt|json|jsonstart||post|dataFeed|findPostDate||next|dots|pageOf|write||for|startPagination|innerHTML|pageCurrentBlogger|type|feed|published|getElementsByTagName|setAttribute|start|index|appendChild|text|javascript|createElement|___location|head|getElementById|getElementsByName|pageArea|of|active|29|entry|encodeURIComponent|23|blog|totalResults|html|pager|openSearch|20'.split('|'),0,{})) //]]> </script> </b:if> <!-- Facebook SDK --> <script type='text/javascript'> //<![CDATA[ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); //]]> </script> <!-- Overlay and Back To Top --> <div class='back-top' title='Back to Top'/> </body> </html>'
Unified diff of changes made by edit (edit_diff)
'@@ -1,74 +1,2124 @@ -{{Short description|Software for editing HTML}} -{{more citations needed|date=August 2019}} -{{Use dmy dates|date=December 2021}} -{{Html series}} -An '''HTML editor''' is a [[Computer program|program]] for editing [[HTML]], the [[Markup language|markup]] of a [[web page]]. Although the HTML markup in a web page can be controlled with any [[text editor]], specialized HTML editors can offer convenience and added functionality. For example, many HTML editors handle not only HTML, but also related technologies such as [[Cascading Style Sheets|CSS]], [[XML]] and [[JavaScript]] or [[ECMAScript]]. In some cases they also manage communication with remote web servers via [[File Transfer Protocol|FTP]] and [[WebDAV]], and [[version control systems]] such as [[Subversion (software)|Subversion]] or [[Git (software)|Git]]. Many [[word processing]], [[graphic design]] and [[page layout]] programs that are not dedicated to [[web design]], such as [[Microsoft Word]] or [[Quark XPress]], also have the ability to function as HTML editors. +<?xml version="1.0" encoding="UTF-8" ?> +<!DOCTYPE html> +<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='1.0.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> + <head> + <meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1' name='viewport'/> + <title><data:view.title.escaped/></title> + <b:include data='blog' name='all-head-content'/> +<b:if cond='data:view.isHomepage'> + <script type='application/ld+json'>{&quot;@context&quot;:&quot;http://schema.org&quot;,&quot;@type&quot;:&quot;WebSite&quot;,&quot;name&quot;:&quot;<data:view.title.escaped/>&quot;,&quot;url&quot;:&quot;<data:view.url.canonical/>&quot;,&quot;potentialAction&quot;:{&quot;@type&quot;:&quot;SearchAction&quot;,&quot;target&quot;:&quot;<data:view.url.canonical/>search?q={search_term_string}&quot;,&quot;query-input&quot;:&quot;required name=search_term_string&quot;}}</script> + </b:if> + <!-- Google Fonts --> + <link href='//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i' media='all' rel='stylesheet' type='text/css'/> + <link href='https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/> + +<!-- Template Style CSS --> +<b:skin version='1.0.0'><![CDATA[/* +----------------------------------------------- +Blogger Template Style +Name: Video +Version: Free Version +Version: 2.0 +Author: Sora Templates +Author Url: https://www.soratemplates.com/ +----------------------------------------------- */ -==Types of editors== -There are two main varieties of HTML editors: text and [[WYSIWYG]] (what you see is what you get) editors. +/* +<!-- Variable definitions --> +<Variable name="keycolor" description="Main Color" type="color" default="$(main.color)" value="#f12020"/> +<Variable name="followByEmail" description="Follow By Email Text" type="string" default="Get all latest content delivered straight to your inbox." value="Get all latest content delivered straight to your inbox."/> -===Text editors=== -[[Text editors]] intended for use with HTML usually provide at least [[syntax highlighting]]. Some editors additionally feature [[template (file format)|templates]], [[toolbar]]s and [[keyboard shortcut]]s to quickly insert common [[HTML element]]s and structures. [[Wizard (software)|Wizards]], [[tooltip]] prompts and [[Autocomplete|autocompletion]] may help with common tasks. +<Group description="Theme Body" selector="body"> + <Variable name="body.background.color" description="Body Background Color" type="color" default="#f8f8f8" value="#f8f8f8"/> + <Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) url() repeat fixed top left" value="$(color) url() repeat fixed top left"/> + <Variable name="body.text.color" description="Text Color" type="color" default="#656565" value="#656565"/> + <Variable name="body.link.color" description="Link Color" type="color" default="$(main.color)" value="#f12020"/> +</Group> -Text editors commonly used for HTML typically include either built-in functions or integration with external tools for such tasks as [[version control]], link-checking and [[Validator|validation]], [[HTML Tidy|code cleanup and formatting]], spell-checking, uploading by FTP or WebDAV, and structuring as a project. Some functions, such as link checking or validation may use [[web app|online tools]], requiring a network connection. +<Group description="Theme Colors" selector="body"> + <Variable name="main.color" description="Theme Color" type="color" default="#f12020" value="#f12020"/> + <Variable name="main.dark.color" description="Dark Color" type="color" default="#111111" value="#111111"/> + <Variable name="menu.color" description="Menu Color" type="color" default="#ffffff" value="#ffffff"/> + <Variable name="title.color" description="Title Color" type="color" default="#111111" value="#111111"/> + <Variable name="title.hover" description="Title Color on Hover" type="color" default="$(main.color)" value="#f12020"/> + <Variable name="footer.color" description="Footer Color" type="color" default="#f1ffff" value="#f1ffff"/> +</Group> + +<!-- Extra Variables --> +<Variable name="body.text.font" description="Font" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/> +<Variable name="posts.background.color" description="Post background color" hideEditor="true" type="color" default="#ffffff" value="#ffffff"/> +<Variable name="tabs.font" description="Font 2" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/> +<Variable name="posts.title.color" description="Post title color" hideEditor="true" type="color" default="#111111" value="#111111"/> +<Variable name="posts.text.color" description="Post text color" hideEditor="true" type="color" default="#656565" value="#656565"/> +<Variable name="posts.icons.color" description="Post icons color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/> +<Variable name="labels.background.color" description="Label background color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/> +*/ -Text editors require user understanding of HTML and any other web technologies the designer wishes to use like CSS, JavaScript and [[server-side scripting]] languages. +/*-- Reset CSS --*/ +a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;text-decoration:none}form,textarea,input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}dl,ul{list-style-position:inside;font-weight:400;list-style:none}ul li{list-style:none}caption,th{text-align:center}img{border:none;position:relative}a,a:visited{text-decoration:none}.clearfix{clear:both}.section,.widget,.widget ul{margin:0;padding:0}a{color:$(body.link.color)}a img{border:0}abbr{text-decoration:none}.CSS_LIGHTBOX{z-index:999999!important}.separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}#navbar-iframe,.widget-item-control,a.quickedit,.home-link,.feed-links{display:none!important}.center{display:table;margin:0 auto;position:relative}.widget > h2,.widget > h3{display:none} +.post-body a:visited{color:blue;} + .CSS_LIGHTBOX{z-index:999999!important}.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER > .CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child > .CSS_LAYOUT_COMPONENT{opacity:0}#google_translate_element { clear: both; }.thread-expanded .thread-count a { display: none; }.comments .continue { display: none!important; } +/*-- Body Content CSS --*/ +body{background:$(body.background);background-color:$(body.background.color);font-family:'Noto Sans',sans-serif;font-size:14px;font-weight:400;color:$(body.text.color);word-wrap:break-word;margin:0;padding:0} +#outer-wrapper{margin:0 auto;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)} +.row{width:960px} +#content-wrapper{margin:30px auto 0;overflow:hidden} +#content-wrapper > .container{margin:0 -15px} +#main-wrapper{float:left;overflow:hidden;width:66.66666667%;box-sizing:border-box;word-wrap:break-word;padding:0 15px;margin:0} +#sidebar-wrapper{float:right;overflow:hidden;width:33.33333333%;box-sizing:border-box;word-wrap:break-word;padding:0 15px} +.post-image-wrap{position:relative;display:block} +.post-image-link,.about-author .avatar-container,.comments .avatar-image-container{background-color:rgba(155,155,155,0.07);color:transparent!important} +.post-thumb{ + display:block; + position:relative; + width:100%; + height:100%; + object-fit:cover; + object-position: center; + z-index:1; + opacity: 0; + transition:opacity .17s ease,transform .17s ease +} +.post-thumb.lazy-yard { + opacity: 1; +} +.post-image-link:hover .post-thumb,.post-image-wrap:hover .post-image-link .post-thumb,.hot-item-inner:hover .post-image-link .post-thumb{opacity:.9} +.post-title a{display:block} +.post-image-link:after{content:'\f04b';position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:36px;height:36px;background-color:rgba(0,0,0,0.5);font-family:FontAwesome;font-size:14px;color:#fff;font-weight:400;text-align:center;line-height:32px;z-index:2;box-sizing:border-box;padding:0 0 0 3px;border:2px solid #fff;border-radius:100%} +.common-widget .PopularPosts .post-image-link:after,.custom-widget .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff} +#top-bar{width:100%;height:34px;background-color:$(main.dark.color);overflow:hidden;margin:0;border-bottom:1px solid rgba(255,255,255,0.05)} +#top-bar .container{margin:0 auto} +.top-bar-nav{position:relative;float:left;display:block} +.top-bar-nav .widget > .widget-title{display:none} +.top-bar-nav ul li{float:left} +.top-bar-nav ul li > a{height:34px;display:block;color:#ddd;font-size:12px;font-weight:400;line-height:34px;margin:0 10px 0 0;padding:0 5px;transition:color .17s} +.top-bar-nav ul li:first-child > a{padding:0 5px 0 0} +.top-bar-nav ul > li:hover > a{color:$(main.color)} +.top-bar-social{position:relative;float:right;display:block} +.top-bar-social .widget > .widget-title{display:none} +.top-bar-social ul > li{float:left;display:inline-block} +.top-bar-social ul > li > a{line-height:34px;display:block;color:#ddd;text-decoration:none;font-size:14px;text-align:center;padding:0 5px;margin:0 0 0 10px;transition:color .17s} +.top-bar-social ul > li:last-child > a{padding:0 0 0 5px} +.top-bar-social ul > li:hover > a{color:$(main.color)} +.social a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400} +.social .blogger a:before{content:"\f37d"} +.social .facebook a:before{content:"\f09a"} +.social .twitter a:before{content:"\f099"} +.social .gplus a:before{content:"\f0d5"} +.social .rss a:before{content:"\f09e"} +.social .youtube a:before{content:"\f167"} +.social .skype a:before{content:"\f17e"} +.social .stumbleupon a:before{content:"\f1a4"} +.social .tumblr a:before{content:"\f173"} +.social .vk a:before{content:"\f189"} +.social .stack-overflow a:before{content:"\f16c"} +.social .github a:before{content:"\f09b"} +.social .linkedin a:before{content:"\f0e1"} +.social .dribbble a:before{content:"\f17d"} +.social .soundcloud a:before{content:"\f1be"} +.social .behance a:before{content:"\f1b4"} +.social .digg a:before{content:"\f1a6"} +.social .instagram a:before{content:"\f16d"} +.social .pinterest a:before{content:"\f0d2"} +.social .twitch a:before{content:"\f1e8"} +.social .delicious a:before{content:"\f1a5"} +.social .codepen a:before{content:"\f1cb"} +.social .reddit a:before{content:"\f1a1"} +.social .whatsapp a:before{content:"\f232"} +.social .snapchat a:before{content:"\f2ac"} +.social .email a:before{content:"\f0e0"} +.social .external-link a:before{content:"\f35d"} +.social-color .blogger a{background-color:#ff5722} +.social-color .facebook a{background-color:#3b5999} +.social-color .twitter a{background-color:#00acee} +.social-color .gplus a{background-color:#db4a39} +.social-color .youtube a{background-color:#f50000} +.social-color .instagram a{background:linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)} +.social-color .pinterest a{background-color:#ca2127} +.social-color .dribbble a{background-color:#ea4c89} +.social-color .linkedin a{background-color:#0077b5} +.social-color .tumblr a{background-color:#365069} +.social-color .twitch a{background-color:#6441a5} +.social-color .rss a{background-color:#ffc200} +.social-color .skype a{background-color:#00aff0} +.social-color .stumbleupon a{background-color:#eb4823} +.social-color .vk a{background-color:#4a76a8} +.social-color .stack-overflow a{background-color:#f48024} +.social-color .github a{background-color:#24292e} +.social-color .soundcloud a{background:linear-gradient(#ff7400,#ff3400)} +.social-color .behance a{background-color:#191919} +.social-color .digg a{background-color:#1b1a19} +.social-color .delicious a{background-color:#0076e8} +.social-color .codepen a{background-color:#000} +.social-color .reddit a{background-color:#ff4500} +.social-color .whatsapp a{background-color:#3fbb50} +.social-color .snapchat a{background-color:#ffe700} +.social-color .email a{background-color:#888} +.social-color .external-link a{background-color:$(main.dark.color)} +#header-wrap{position:relative;margin:0} +.header-header{background-color:$(main.dark.color);width:100%;height:90px;position:relative;overflow:hidden;padding:25px 0} +.header-header .container{position:relative;margin:0 auto;padding:0} +.header-logo{position:relative;float:left;width:auto;max-width:250px;max-height:60px;margin:0;padding:15px 0} +.header-logo .header-image-wrapper{display:block} +.header-logo img{max-width:100%;max-height:60px;margin:0} +.header-logo h1{color:$(title.color);font-size:20px;line-height:1.4em;margin:0} +.header-logo p{font-size:12px;margin:5px 0 0} +.header-ads{position:relative;float:right} +.header-ads .widget > .widget-title{display:none} +.header-ads .widget{max-width:100%} +.header-ads .widget .widget-content{width:728px;max-width:100%;max-height:90px;line-height:1} +.header-menu{position:relative;width:100%;height:46px;background-color:$(main.color);z-index:10;font-size:13px;margin:0} +.header-menu .container{position:relative;margin:0 auto;padding:0} +#main-menu .widget,#main-menu .widget > .widget-title{display:none} +#main-menu .show-menu{display:block} +#main-menu{position:relative;height:46px;z-index:15} +#main-menu ul > li{float:left;position:relative;margin:0;padding:0;transition:background .17s} +#main-menu ul > li > a{position:relative;color:$(menu.color);font-size:13px;font-weight:700;line-height:46px;display:inline-block;margin:0;padding:0 13px;transition:color .17s ease} +#main-menu ul#main-menu-nav > li:first-child > a{padding:0 13px 0 0} +#main-menu ul#main-menu-nav > li > a{text-transform:uppercase} +#main-menu ul > li:hover > a{color:#fff} +#main-menu ul > li > ul{position:absolute;float:left;left:0;top:46px;width:180px;background-color:$(main.dark.color);z-index:99999;margin-top:0;padding:0;border:0;box-shadow:0 3px 5px rgba(0,0,0,0.2);visibility:hidden;opacity:0} +#main-menu ul > li > ul > li > ul{position:absolute;float:left;top:0;left:100%;margin-left:0;border:0} +#main-menu ul > li > ul > li{display:block;float:none;position:relative} +#main-menu ul > li > ul > li a{display:block;height:36px;font-size:13px;color:#fff;font-weight:400;line-height:36px;box-sizing:border-box;margin:0;padding:0 15px;border-bottom:1px solid rgba(0,0,0,0.15);transition:all .17s ease} +#main-menu ul > li > ul > li:hover > a{color:$(main.color)} +#main-menu ul > li > ul > li:last-child a{border-bottom:0} +#main-menu ul > li.has-sub > a:after{content:'\f107';float:right;font-family:FontAwesome;font-size:14px;font-weight:400;margin:0 0 0 3px} +#main-menu ul > li > ul > li.has-sub > a:after{content:'\f105';float:right;margin:0} +#main-menu .mega-menu{position:static!important} +#main-menu .mega-menu > ul{width:100%;box-sizing:border-box;padding:20px 10px} +#main-menu .mega-menu > ul.mega-menu-inner{overflow:hidden} +#main-menu ul > li:hover > ul,#main-menu ul > li > ul > li:hover > ul{visibility:visible;opacity:1} +#main-menu ul ul{transition:all .17s ease} +.mega-menu-inner .mega-item{float:left;width:25%;box-sizing:border-box;padding:0 10px} +.mega-menu-inner .mega-content{position:relative;width:100%;overflow:hidden;padding:0} +.mega-content .post-image-wrap{width:100%;height:140px} +.mega-content .post-image-link{width:100%;height:100%;z-index:1;display:block;position:relative;overflow:hidden} +.mega-content .post-title{position:relative;font-size:13px;font-weight:700;line-height:1.5em;margin:7px 0 5px} +.mega-content .post-title a{display:block;color:#fff;transition:color .17s} +.mega-content:hover .post-title a{color:$(title.hover)} +.no-posts{float:left;width:100%;height:100px;line-height:100px;text-align:center} +.mega-menu .no-posts{line-height:60px;color:$(title.color)} +.show-search,.hide-search{position:absolute;right:0;top:0;display:block;width:46px;height:46px;line-height:46px;z-index:20;color:$(menu.color);font-size:15px;text-align:right;cursor:pointer;transition:color .17s ease} +.show-search:before{content:"\f002";font-family:FontAwesome;font-weight:400} +.hide-search:before{content:"\f00d";font-family:FontAwesome;font-weight:400} +.show-search:hover,.hide-search:hover{color:#fff} +#nav-search{display:none;position:absolute;left:0;top:0;width:100%;height:46px;z-index:99;background-color:$(main.color);box-sizing:border-box;padding:0} +#nav-search .search-form{width:100%;height:46px;background-color:rgba(0,0,0,0);line-height:46px;overflow:hidden;padding:0} +#nav-search .search-input{width:100%;height:46px;font-family:inherit;color:$(menu.color);margin:0;padding:0 70px 0 0;background-color:rgba(0,0,0,0);font-size:13px;font-weight:400;box-sizing:border-box;border:0} +#nav-search .search-input:focus{color:$(menu.color);outline:none} +#mobile-logo .widget > .widget-title > h3{display:none} +.mobile-header{display:none;position:relative;float:left;width:100%;height:55px;background-color:$(main.dark.color);z-index:1010} +.mobile-header .logo-content{position:relative;float:left;display:block;width:100%;height:55px;text-align:center;z-index:2} +.mobile-header .logo-content > a{height:35px;display:inline-block;padding:10px 0} +.mobile-header .logo-content > a > img{height:35px} +.mobile-header .logo-content > h3{font-size:20px;height:35px;line-height:35px;margin:10px 0 0} +.mobile-header .logo-content > h3 > a{color:#fff} +.mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0} +.mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-family:inherit;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0} +.mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0} +.mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0} +.slide-menu-toggle,.show-mobile-search,.hide-mobile-search{position:absolute;line-height:55px;height:55px;width:55px;top:0;left:0;font-family:FontAwesome;color:#fff;font-size:17px;font-weight:400;text-align:center;cursor:pointer;z-index:4;padding:0} +.slide-menu-toggle{border-right:1px solid rgba(255,255,255,0.08)} +.show-mobile-search,.hide-mobile-search{border-left:1px solid rgba(255,255,255,0.08);left:auto;right:0} +.slide-menu-toggle:before{content:"\f0c9"} +.nav-active .slide-menu-toggle:before{content:"\f00d"} +.show-mobile-search:before{content:"\f002"} +.hide-mobile-search:before{content:"\f00d"} +.mobile-menu{position:relative;float:left;width:100%;background-color:$(main.dark.color);box-sizing:border-box;padding:20px;border-top:1px solid rgba(255,255,255,0.08);visibility:hidden;opacity:0;transform-origin:0 0;transform:scaleY(0);transition:all .17s ease} +.nav-active .mobile-menu{visibility:visible;opacity:1;transform:scaleY(1)} +.mobile-menu > ul{margin:0} +.mobile-menu .m-sub{display:none;padding:0} +.mobile-menu ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:13px;font-weight:700;text-transform:uppercase;line-height:38px;margin:0;padding:0;border-top:1px solid rgba(255,255,255,0.01)} +.mobile-menu > ul li ul{overflow:hidden} +.mobile-menu > ul > li:first-child{border-top:0} +.mobile-menu ul li a{color:#fff;padding:0;display:block;transition:all .17s ease} +.mobile-menu ul li.has-sub .submenu-toggle{position:absolute;top:0;right:0;color:#fff;cursor:pointer} +.mobile-menu ul li.has-sub .submenu-toggle:after{content:'\f105';font-family:FontAwesome;font-weight:400;float:right;width:34px;font-size:16px;text-align:center;transition:all .17s ease} +.mobile-menu ul li.has-sub.show > .submenu-toggle:after{transform:rotate(90deg)} +.mobile-menu > ul > li > ul > li a{font-size:13px;text-transform:initial;font-weight:400} +.mobile-menu > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 15px} +.mobile-menu > ul > li > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 30px} +.mobile-menu ul li a:hover,.mobile-menu ul > li > .submenu-toggle:hover{color:$(main.color)} +.post-meta{overflow:hidden;color:#aaa;font-size:12px;font-weight:400;padding:0 1px} +.post-meta .post-author,.post-meta .post-date{float:left;display:inline-block;margin:0} +.post-meta .post-author:after{content:'-';margin:0 4px} +.post-author{font-weight:700} +.post-meta a{color:$(title.color);transition:color .17s} +.post-meta a:hover{color:$(title.color)} +#hot-wrapper{margin:0 auto} +#hot-section .widget,#hot-section .widget > .widget-title{display:none} +#hot-section .show-hot{display:block!important} +#hot-section .show-hot .widget-content{position:relative;overflow:hidden;height:320px;margin:30px 0 0} +.hot-loader{position:relative;height:100%;overflow:hidden;display:block} +.hot-loader:after{content:'';position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-17px 0 0 -17px;border:4px solid #ddd;border-left-color:$(main.color);border-right-color:$(main.color);border-radius:100%;animation:spinner .8s infinite linear;transform-origin:center} +@-webkit-keyframes spinner { +0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +to{-webkit-transform:rotate(1turn);transform:rotate(1turn)} +} +@keyframes spinner { +0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} +to{-webkit-transform:rotate(1turn);transform:rotate(1turn)} +} +ul.hot-posts{position:relative;overflow:hidden;height:320px;margin:0 -1px} +.hot-posts .hot-item{position:relative;float:left;width:50%;height:320px;overflow:hidden;box-sizing:border-box;padding:0 1px} +.hot-item-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block} +.hot-posts .post-image-link{width:100%;height:100%;position:relative;overflow:hidden;display:block} +.hot-posts .post-info{position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(rgba(0,0,0,0),#000);overflow:hidden;z-index:5;box-sizing:border-box;padding:20px} +.hot-posts .post-title{font-size:23px;font-weight:700;display:block;line-height:1.5em;margin:10px 0 5px} +.hot-posts .post-title a{color:#fff;display:block} +.hot-posts .post-image-link:after{top:20px;right:20px;left:auto} +.hot-posts .post-meta a{color:#fff} +.show-hot .no-posts{position:absolute;top:calc(50% - 50px);left:0;width:100%} +.queryMessage{overflow:hidden;background-color:#f2f2f2;color:$(title.color);font-size:13px;font-weight:400;padding:8px 10px;margin:0 0 25px} +.queryMessage .query-info{margin:0 5px} +.queryMessage .search-query,.queryMessage .search-label{font-weight:700;text-transform:uppercase} +.queryMessage .search-query:before,.queryMessage .search-label:before{content:"\201c"} +.queryMessage .search-query:after,.queryMessage .search-label:after{content:"\201d"} +.queryMessage a.show-more{float:right;color:$(title.hover);text-decoration:underline;transition:opacity .17s} +.queryMessage a.show-more:hover{opacity:.8} +.queryEmpty{font-size:13px;font-weight:400;padding:10px 0;margin:0 0 25px;text-align:center} +.title-wrap{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)} +.title-wrap > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0} +.custom-widget li{overflow:hidden;margin:20px 0 0} +.custom-widget li:first-child{padding:0;margin:0;border:0} +.custom-widget .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0} +.custom-widget .post-info{overflow:hidden} +.custom-widget .post-title{overflow:hidden;font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px} +.custom-widget .post-title a{display:block;color:$(title.color);transition:color .17s} +.custom-widget li:hover .post-title a{color:$(title.hover)} +.home-ad .widget > .widget-title{display:none} +.home-ad .widget{width:728px;max-width:100%;margin:0 auto} +.home-ad .widget .widget-content{position:relative;width:100%;max-height:90px;overflow:hidden;line-height:1;margin:0 0 30px} +.index-post-wrap{position:relative;float:left;width:100%} +.blog-post{display:block;overflow:hidden;word-wrap:break-word} +.index-post-wrap .grid-posts{display:flex;flex-wrap:wrap;margin:0 -15px} +.index-post{width:50%;box-sizing:border-box;padding:0 15px;margin:0 0 30px} +.index-post .post-image-wrap{float:left;width:100%;height:180px;overflow:hidden;margin:0 0 10px} +.index-post .post-image-wrap .post-image-link{width:100%;height:100%;position:relative;display:block;z-index:1;overflow:hidden} +.post-tag{position:absolute;top:0;left:0;height:20px;z-index:5;background-color:$(main.color);color:#fff;font-size:10px;line-height:20px;font-weight:700;text-transform:uppercase;padding:0 7px} +.index-post .post-info{float:left;width:100%} +.index-post .post-info > h2{font-size:17px;font-weight:700;line-height:1.5em;text-decoration:none;margin:0} +.index-post .post-info > h2 > a{display:block;color:$(title.color);transition:color .17s} +.index-post:hover .post-info > h2 > a{color:$(title.hover)} +.widget iframe,.widget img{max-width:100%} +.date-header{display:block;overflow:hidden;font-weight:400;margin:0!important;padding:0} +.index-post .post-meta{margin:10px 0 0} +.post-timestamp{margin-left:0} +#breadcrumb{font-size:12px;font-weight:400;color:#aaa;margin:0 0 10px} +#breadcrumb a{color:#aaa;transition:color .17s} +#breadcrumb a:hover{color:$(title.hover)} +#breadcrumb a,#breadcrumb em{display:inline-block} +#breadcrumb .delimiter:after{content:'\f054';font-family:FontAwesome;font-size:8px;font-weight:400;font-style:normal;vertical-align:middle;margin:0 3px} +.item-post h1.post-title{color:$(title.color);font-size:27px;line-height:1.5em;font-weight:700;position:relative;display:block;margin:10px 0;padding:0} +.static_page .item-post h1.post-title{margin:0} +.item-post .post-body{width:100%;line-height:1.5em;overflow:hidden;padding:20px 0 0;margin:10px 0 0;border-top:1px solid #ebebeb} +.static_page .item-post .post-body{padding:20px 0} +.item-post .post-outer{padding:0} +.item-post .post-body img{max-width:100%} +.main .widget{margin:0} +.main .Blog{border-bottom-width:0} +.post-footer{position:relative;float:left;width:100%;margin:20px 0 0} +.inline-ad{position:relative;display:block;max-height:60px;margin:0 0 30px} +.inline-ad > ins{display:block!important;margin:0 auto!important} +.item .inline-ad{float:left;width:100%;margin:20px 0 0} +.item-post-wrap > .inline-ad{margin:0 0 20px} +.post-labels{overflow:hidden;height:auto;position:relative;margin:0 0 20px;padding:0} +.post-labels span,.post-labels a{float:left;height:22px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:22px;font-weight:400;margin:0;padding:0 10px} +.post-labels span{background-color:$(main.dark.color);color:#fff} +.post-labels a{margin:0 0 0 5px;transition:all .17s ease} +.post-labels a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)} +.post-reactions{height:28px;display:block;margin:0 0 15px} +.post-reactions span{float:left;color:$(title.color);font-size:11px;line-height:25px;text-transform:uppercase;font-weight:700} +.reactions-inner{float:left;margin:0;height:28px} +.post-share{position:relative;overflow:hidden;line-height:0;margin:0 0 30px} +ul.share-links{position:relative} +.share-links li{width:32px;float:left;box-sizing:border-box;margin:0 5px 0 0} +.share-links li.facebook,.share-links li.twitter{width:20%} +.share-links li a{float:left;display:inline-block;cursor:pointer;width:100%;height:32px;line-height:32px;color:#fff;font-weight:400;font-size:13px;text-align:center;box-sizing:border-box;opacity:1;transition:all .17s ease} +.share-links li.whatsapp-mobile{display:none} +.is-mobile li.whatsapp-desktop{display:none} +.is-mobile li.whatsapp-mobile{display:inline-block} +.share-links li a:before{float:left;display:block;width:32px;background-color:rgba(0,0,0,0.05);text-align:center;line-height:32px} +.share-links li a:hover{opacity:.8} +ul.post-nav{position:relative;overflow:hidden;display:block;margin:0 0 30px} +.post-nav li{display:inline-block;width:50%} +.post-nav .post-prev{float:left;text-align:left;box-sizing:border-box;padding:0 10px} +.post-nav .post-next{float:right;text-align:right;box-sizing:border-box;padding:0 10px} +.post-nav li a{color:$(title.color);line-height:1.4em;display:block;overflow:hidden;transition:color .17s} +.post-nav li:hover a{color:$(title.hover)} +.post-nav li span{display:block;font-size:11px;color:#aaa;font-weight:700;text-transform:uppercase;padding:0 0 2px} +.post-nav .post-prev span:before{content:"\f053";float:left;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 2px 0 0} +.post-nav .post-next span:after{content:"\f054";float:right;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 0 0 2px} +.post-nav p{font-size:12px;font-weight:400;line-height:1.4em;margin:0} +.post-nav .post-nav-active p{color:#aaa} +.about-author{position:relative;display:block;overflow:hidden;background-color:$(main.dark.color);padding:20px;margin:0 0 30px} +.about-author .avatar-container{position:relative;float:left;width:80px;height:80px;background-color:rgba(255,255,255,0.05);overflow:hidden;margin:0 15px 0 0} +.about-author .author-avatar{float:left;width:100%;height:100%} +.author-name{overflow:hidden;display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;line-height:14px;margin:7px 0 3px} +.author-name span{color:#fff} +.author-name a{color:$(main.color);transition:opacity .17s} +.author-name a:hover{opacity:.8} +.author-description{display:block;overflow:hidden;font-size:12px;color:#aaa;font-weight:400;line-height:1.6em} +.author-description a:hover{text-decoration:underline} +#related-wrap{overflow:hidden;margin:0 0 30px} +#related-wrap .related-tag{display:none} +.related-ready{float:left;width:100%} +.related-ready .loader{height:178px} +ul.related-posts{position:relative;overflow:hidden;margin:0 -10px;padding:0} +.related-posts .related-item{width:33.33333333%;position:relative;overflow:hidden;float:left;display:block;box-sizing:border-box;padding:0 10px;margin:0} +.related-posts .post-image-link{width:100%;height:130px;position:relative;overflow:hidden;display:block} +.related-posts .post-title{font-size:14px;font-weight:700;line-height:1.5em;display:block;margin:7px 0 5px} +.related-posts .post-title a{color:$(title.color);transition:color .17s} +.related-posts .related-item:hover .post-title a{color:$(title.hover)} +#blog-pager{float:left;width:100%;overflow:hidden;clear:both;margin:0 0 30px} +.blog-pager a,.blog-pager span{float:left;display:block;min-width:32px;height:32px;background-color:$(main.dark.color);color:#fff;font-size:13px;font-weight:700;line-height:32px;text-align:center;box-sizing:border-box;padding:0 10px;margin:0 5px 0 0;transition:all .17s ease} +.blog-pager span.page-dots{min-width:20px;background-color:#fff;font-size:16px;color:$(body.text.color);font-weight:400;line-height:32px;padding:0} +.blog-pager .page-of{display:none;width:auto;float:right;border-color:rgba(0,0,0,0);margin:0} +.blog-pager .page-active,.blog-pager a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)} +.blog-pager .page-prev:before,.blog-pager .page-next:before{font-family:FontAwesome;font-size:11px;font-weight:400} +.blog-pager .page-prev:before{content:'\f053'} +.blog-pager .page-next:before{content:'\f054'} +.blog-pager .blog-pager-newer-link,.blog-pager .blog-pager-older-link{float:left;display:inline-block;width:auto;padding:0 10px;margin:0} +.blog-pager .blog-pager-older-link{float:right} +.archive #blog-pager,.home .blog-pager .blog-pager-newer-link,.home .blog-pager .blog-pager-older-link{display:none} +.blog-post-comments{display:none} +.blog-post-comments .comments-title{margin:0 0 20px} +.comments-system-disqus .comments-title,.comments-system-facebook .comments-title{margin:0} +#comments{margin:0} +#gpluscomments{float:left!important;width:100%!important;margin:0 0 25px!important} +#gpluscomments iframe{float:left!important;width:100%} +.comments{display:block;clear:both;margin:0;color:$(title.color)} +.comments .comment-thread > ol{padding:0} +.comments > h3{font-size:13px;font-weight:400;font-style:italic;padding-top:1px} +.comments .comments-content .comment{list-style:none;margin:0;padding:0 0 8px} +.comments .comments-content .comment:first-child{padding-top:0} +.facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important} +.comments .item-control{position:static} +.comments .avatar-image-container{float:left;overflow:hidden;position:absolute} +.comments .avatar-image-container,.comments .avatar-image-container img{height:35px;max-height:35px;width:35px;max-width:35px;border-radius:100%} +.comments .comment-block{overflow:hidden;padding:0 0 10px} +.comments .comment-block,.comments .comments-content .comment-replies{margin:0 0 0 50px} +.comments .comments-content .inline-thread{padding:0} +.comments .comment-actions{float:left;width:100%;position:relative;margin:0} +.comments .comments-content .comment-header{font-size:12px;display:block;overflow:hidden;clear:both;margin:0 0 3px;padding:0 0 5px;border-bottom:1px dashed #d6d6d6} +.comments .comments-content .comment-header a{color:$(title.color);transition:color .17s} +.comments .comments-content .comment-header a:hover{color:$(title.hover)} +.comments .comments-content .user{font-style:normal;font-weight:700;text-transform:uppercase;display:block} +.comments .comments-content .icon.blog-author{display:none} +.comments .comments-content .comment-content{float:left;font-size:13px;color:#5E5E5E;font-weight:400;text-align:left;line-height:1.4em;margin:5px 0 9px} +.comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:$(title.color);font-weight:400;background-color:#f2f2f2;font-size:10px;transition:all .17s ease} +.comments .comment .comment-actions a:hover{color:#fff;background-color:$(main.color);border-color:$(main.color);text-decoration:none} +.comments .comments-content .datetime{float:left;font-size:11px;font-weight:400;color:#aaa;position:relative;padding:0 1px;margin:4px 0 0;display:block} +.comments .comments-content .datetime a,.comments .comments-content .datetime a:hover{color:#aaa} +.comments .thread-toggle{margin-bottom:4px} +.comments .thread-toggle .thread-arrow{height:7px;margin:0 3px 2px 0} +.comments .thread-count a,.comments .continue a{transition:opacity .17s} +.comments .thread-count a:hover,.comments .continue a:hover{opacity:.8} +.comments .thread-expanded{padding:5px 0 0} +.comments .thread-chrome.thread-collapsed{display:none} +.thread-arrow:before{content:'';font-family:FontAwesome;color:$(title.color);font-weight:400;margin:0 2px 0 0} +.comments .thread-expanded .thread-arrow:before{content:'\f0d7'} +.comments .thread-collapsed .thread-arrow:before{content:'\f0da'} +.comments .comments-content .comment-thread{margin:0} +.comments .continue a{padding:0 0 0 60px;font-weight:400} +.comments .comments-content .loadmore.loaded{margin:0;padding:0} +.comments .comment-replybox-thread{margin:0} +.comments .comments-content .loadmore,.comments .comments-content .loadmore.loaded{display:none} +#comment-editor{margin:0 0 20px} +.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:$(title.color);font-weight:700;margin:0 0 15px} +.post-body h1,.post-body h2{font-size:24px} +.post-body h3{font-size:21px} +.post-body h4{font-size:18px} +.post-body h5{font-size:16px} +.post-body h6{font-size:13px} +blockquote{font-style:italic;padding:10px;margin:0;border-left:4px solid $(main.color)} +blockquote:before,blockquote:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;color:#aaa;line-height:1} +blockquote:before{content:'\f10d';margin:0 10px 0 0} +blockquote:after{content:'\f10e';margin:0 0 0 10px} +.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400} +.widget .post-body li{margin:5px 0;padding:0;line-height:1.5} +.post-body ul{padding:0 0 0 20px} +.post-body ul li:before{content:"\f105";font-family:FontAwesome;font-size:13px;font-weight:400;margin:0 5px 0 0} +.post-body u{text-decoration:underline} +.post-body a{transition:color .17s ease} +.post-body strike{text-decoration:line-through} +.contact-form{overflow:hidden} +.contact-form .widget-title{display:none} +.contact-form .contact-form-name{width:calc(50% - 5px)} +.contact-form .contact-form-email{width:calc(50% - 5px);float:right} +.sidebar .widget{position:relative;overflow:hidden;background-color:#fff;box-sizing:border-box;padding:0;margin:0 0 30px} +.sidebar .widget-title{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)} +.sidebar .widget-title > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0} +.sidebar .widget-content{float:left;width:100%;margin:0} +ul.social-counter{margin:0 -5px} +.social-counter li{float:left;width:25%;box-sizing:border-box;padding:0 5px;margin:10px 0 0} +.social-counter li:nth-child(1),.social-counter li:nth-child(2),.social-counter li:nth-child(3),.social-counter li:nth-child(4){margin-top:0} +.social-counter li a{display:block;height:40px;font-size:22px;color:#fff;text-align:center;line-height:40px;transition:opacity .17s} +.social-counter li a:hover{opacity:.8} +.list-label li{position:relative;display:block;padding:7px 0;border-top:1px dotted #ebebeb} +.list-label li:first-child{padding-top:0;border-top:0} +.list-label li:last-child{padding-bottom:0;border-bottom:0} +.list-label li a{display:block;color:$(title.color);font-size:12px;font-weight:400;text-transform:capitalize;transition:color .17s} +.list-label li a:before{content:"\f054";float:left;color:$(title.color);font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 3px 0 0;transition:color .17s} +.list-label li a:hover{color:$(title.hover)} +.list-label .label-count{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px} +.cloud-label li{position:relative;float:left;margin:0 5px 5px 0} +.cloud-label li a{display:block;height:26px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:26px;font-weight:400;padding:0 10px;transition:all .17s ease} +.cloud-label li a:hover{color:#fff;background-color:$(main.color)} +.cloud-label .label-count{display:none} +.sidebar .FollowByEmail > .widget-title > h3{margin:0} +.FollowByEmail .widget-content{position:relative;overflow:hidden;background-color:$(main.dark.color);text-align:center;font-weight:400;box-sizing:border-box;padding:20px} +.FollowByEmail .widget-content > h3{font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;margin:0 0 13px} +.FollowByEmail .before-text{font-size:13px;color:#fff;line-height:1.5em;margin:0 0 15px;display:block;padding:0 10px;overflow:hidden} +.FollowByEmail .widget-content:after{content:'\f0e0';position:absolute;right:-15px;top:-15px;font-family:FontAwesome;font-size:50px;color:#cccccc1a;transform:rotate(21deg)} +.FollowByEmail .follow-by-email-inner{position:relative} +.FollowByEmail .follow-by-email-inner .follow-by-email-address{width:100%;height:32px;color:$(title.color);font-size:11px;font-family:inherit;padding:0 10px;margin:0 0 10px;box-sizing:border-box;border:0;transition:ease .17s} +.FollowByEmail .follow-by-email-inner .follow-by-email-submit{width:100%;height:32px;font-family:inherit;font-size:11px;color:#fff;background-color:$(main.color);text-transform:uppercase;text-align:center;font-weight:700;cursor:pointer;margin:0;border:0;transition:opacity .17s ease} +.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{opacity:.85} +#ArchiveList ul.flat li{color:$(title.color);font-size:13px;font-weight:400;padding:7px 0;border-bottom:1px dotted #eaeaea} +#ArchiveList ul.flat li:first-child{padding-top:0} +#ArchiveList ul.flat li:last-child{padding-bottom:0;border-bottom:0} +#ArchiveList .flat li > a{display:block;color:$(title.color);transition:color .17s} +#ArchiveList .flat li > a:hover{color:$(title.hover)} +#ArchiveList .flat li > a:before{content:"\f054";float:left;color:#161619;font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 4px 0 0;display:inline-block;transition:color .17s} +#ArchiveList .flat li > a > span{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px} +.PopularPosts .post{overflow:hidden;margin:20px 0 0} +.PopularPosts .post:first-child{padding:0;margin:0;border:0} +.PopularPosts .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0} +.PopularPosts .post-info{overflow:hidden} +.PopularPosts .post-title{font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px} +.PopularPosts .post-title a{display:block;color:$(title.color);transition:color .17s} +.PopularPosts .post:hover .post-title a{color:$(title.hover)} +.PopularPosts .post-date:before{font-size:10px} +.FeaturedPost .post-image-link{display:block;position:relative;width:100%;height:180px;overflow:hidden;margin:0 0 10px;border-radius:4px} +.FeaturedPost .post-title{font-size:18px;overflow:hidden;font-weight:700;line-height:1.5em;margin:0 0 5px} +.FeaturedPost .post-title a{color:$(title.color);display:block;transition:color .17s ease} +.FeaturedPost .post-title a:hover{color:$(title.hover)} +.Text{font-size:13px} +.contact-form-widget form{font-weight:400} +.contact-form-name{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} +.contact-form-email{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} +.contact-form-email-message{float:left;width:100%;font-family:inherit;font-size:13px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} +.contact-form-button-submit{float:left;width:100%;height:30px;background-color:$(main.color);font-size:13px;color:#fff;line-height:30px;cursor:pointer;box-sizing:border-box;padding:0 10px;margin:0;border:0;transition:background .17s ease} +.contact-form-button-submit:hover{background-color:$(main.dark.color)} +.contact-form-error-message-with-border{float:left;width:100%;background-color:#fbe5e5;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #fc6262} +.contact-form-success-message-with-border{float:left;width:100%;background-color:#eaf6ff;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #5ab6f9} +.contact-form-cross{margin:0 0 0 3px} +.contact-form-error-message,.contact-form-success-message{margin:0} +.BlogSearch .search-input{float:left;width:75%;height:30px;background-color:#fff;font-weight:400;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;border:1px solid #ebebeb;border-right-width:0} +.BlogSearch .search-action{float:right;width:25%;height:30px;font-family:inherit;font-size:13px;line-height:30px;cursor:pointer;box-sizing:border-box;background-color:$(main.color);color:#fff;padding:0 5px;border:0;transition:background .17s ease} +.BlogSearch .search-action:hover{background-color:$(main.dark.color)} +.Profile .profile-img{float:left;width:80px;height:80px;margin:0 15px 0 0;transition:all .17s ease} +.Profile .profile-datablock{margin:0} +.Profile .profile-data .g-profile{display:block;font-size:14px;color:$(title.color);margin:0 0 5px;transition:color .17s ease} +.Profile .profile-data .g-profile:hover{color:$(title.hover)} +.Profile .profile-info > .profile-link{color:$(title.color);font-size:11px;margin:5px 0 0;transition:color .17s ease} +.Profile .profile-info > .profile-link:hover{color:$(title.hover)} +.Profile .profile-datablock .profile-textblock{display:none} +.common-widget .LinkList ul li,.common-widget .PageList ul li{width:calc(50% - 5px);padding:7px 0 0} +.common-widget .LinkList ul li:nth-child(odd),.common-widget .PageList ul li:nth-child(odd){float:left} +.common-widget .LinkList ul li:nth-child(even),.common-widget .PageList ul li:nth-child(even){float:right} +.common-widget .LinkList ul li a,.common-widget .PageList ul li a{display:block;color:$(title.color);font-size:13px;font-weight:400;transition:color .17s ease} +.common-widget .LinkList ul li a:hover,.common-widget .PageList ul li a:hover{color:$(title.hover)} +.common-widget .LinkList ul li:first-child,.common-widget .LinkList ul li:nth-child(2),.common-widget .PageList ul li:first-child,.common-widget .PageList ul li:nth-child(2){padding:0} +#footer-wrapper{background-color:$(main.dark.color)} +#footer-wrapper .container{position:relative;overflow:hidden;margin:0 auto;padding:25px 0} +.footer-widgets-wrap{position:relative;display:flex;margin:0 -15px} +#footer-wrapper .footer{display:inline-block;float:left;width:33.33333333%;box-sizing:border-box;padding:0 15px} +#footer-wrapper .footer .widget{float:left;width:100%;padding:0;margin:25px 0 0} +#footer-wrapper .footer .Text{margin:10px 0 0} +#footer-wrapper .footer .widget:first-child{margin:0} +.footer .widget > .widget-title > h3{position:relative;color:$(footer.color);font-size:12px;line-height:12px;font-weight:700;text-transform:uppercase;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid rgba(255,255,255,0.05)} +.footer .widget > .widget-title > h3:before{position:absolute;content:'';background-color:$(main.color);width:35px;height:2px;bottom:-2px;left:0} +.footer .post-image-link{background-color:rgba(255,255,255,0.05)} +.footer .custom-widget .post-title a,.footer .PopularPosts .post-title a,.footer .FeaturedPost .post-title a,.footer .LinkList ul li a,.footer .PageList ul li a,.footer .Profile .profile-data .g-profile,.footer .Profile .profile-info > .profile-link{color:$(footer.color)} +.footer .custom-widget .post-title a:hover,.footer .PopularPosts .post-title a:hover,.footer .FeaturedPost .post-title a:hover,.footer .LinkList ul li a:hover,.footer .PageList ul li a:hover,.footer .Profile .profile-data .g-profile:hover,.footer .Profile .profile-info > .profile-link:hover{color:$(title.hover)} +.footer .no-posts{color:$(footer.color)} +.footer .FollowByEmail .widget-content > h3{color:$(footer.color)} +.footer .FollowByEmail .widget-content{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.05)} +.footer .FollowByEmail .before-text,#footer-wrapper .footer .Text{color:#aaa} +.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background:$(main.dark.color)} +.footer .FollowByEmail .follow-by-email-inner .follow-by-email-address{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} +.footer #ArchiveList .flat li > a{color:$(footer.color)} +.footer .list-label li,.footer .BlogArchive #ArchiveList ul.flat li{border-color:rgba(255,255,255,0.05)} +.footer .list-label li:first-child{padding-top:0} +.footer .list-label li a,.footer .list-label li a:before,.footer #ArchiveList .flat li > a,.footer #ArchiveList .flat li > a:before{color:$(footer.color)} +.footer .list-label li > a:hover,.footer #ArchiveList .flat li > a:hover{color:$(title.hover)} +.footer .list-label .label-count,.footer #ArchiveList .flat li > a > span{background-color:rgba(255,255,255,0.05);color:$(footer.color)} +.footer .cloud-label li a{background-color:rgba(255,255,255,0.05);color:$(footer.color)} +.footer .cloud-label li a:hover{background-color:$(main.color);color:#fff} +.footer .BlogSearch .search-input{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} +.footer .contact-form-name,.footer .contact-form-email,.footer .contact-form-email-message{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} +.footer .BlogSearch .search-action:hover,.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover,.footer .contact-form-button-submit:hover{background-color:rgba(0,0,0,0.3)} +#sub-footer-wrapper{background-color:rgba(0,0,0,0.2);color:$(footer.color);display:block;padding:0;width:100%;overflow:hidden} +#sub-footer-wrapper .container{overflow:hidden;margin:0 auto;padding:10px 0} +#menu-footer{float:right;position:relative;display:block} +#menu-footer .widget > .widget-title{display:none} +#menu-footer ul li{float:left;display:inline-block;height:34px;padding:0;margin:0} +#menu-footer ul li a{font-size:12px;font-weight:400;display:block;color:$(footer.color);line-height:34px;padding:0 10px;margin:0 0 0 5px;transition:color .17s ease} +#menu-footer ul li:last-child a{padding:0 0 0 5px} +#menu-footer ul li a:hover{color:$(title.hover)} +#sub-footer-wrapper .copyright-area{font-size:12px;float:left;height:34px;line-height:34px;font-weight:400} +#sub-footer-wrapper .copyright-area a{color:$(main.color);transition:color .17s} +.hidden-widgets{display:none;visibility:hidden} +.back-top{display:none;z-index:1010;width:34px;height:34px;position:fixed;bottom:25px;right:25px;cursor:pointer;overflow:hidden;font-size:13px;color:#fff;text-align:center;line-height:34px} +.back-top:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:$(main.color);opacity:.5;transition:opacity .17s ease} +.back-top:after{content:'\f077';position:relative;font-family:FontAwesome;font-weight:400;opacity:.8;transition:opacity .17s ease} +.back-top:hover:before,.back-top:hover:after,.nav-active .back-top:after,.nav-active .back-top:before{opacity:1} +.error404 #main-wrapper{width:100%!important;margin:0!important} +.error404 #sidebar-wrapper{display:none} +.errorWrap{color:$(title.color);text-align:center;padding:80px 0 100px} +.errorWrap h3{font-size:160px;line-height:1;margin:0 0 30px} +.errorWrap h4{font-size:25px;margin:0 0 20px} +.errorWrap p{margin:0 0 10px} +.errorWrap a{display:block;color:$(main.color);padding:10px 0 0} +.errorWrap a i{font-size:20px} +.errorWrap a:hover{text-decoration:underline} +@media screen and (max-width: 1100px) { +#outer-wrapper{max-width:100%} +.row{width:100%} +#top-bar .container{box-sizing:border-box;padding:0 20px} +#hot-wrapper{box-sizing:border-box;padding:0 20px} +#header-wrap{height:auto} +.header-header{height:auto;box-sizing:border-box;padding:25px 20px} +.header-logo{max-width:30%} +.header-ads{max-width:70%} +.header-menu{box-sizing:border-box;padding:0 20px} +#content-wrapper{position:relative;box-sizing:border-box;padding:0 20px;margin:30px 0 0} +#footer-wrapper .container{box-sizing:border-box;padding:25px 20px} +#sub-footer-wrapper .container{box-sizing:border-box;padding:10px 20px} +} +@media screen and (max-width: 980px) { +#top-bar{display:none} +#content-wrapper > .container{margin:0} +.header-logo,.header-menu{display:none} +.mobile-header{display:block} +#header-wrap{padding:0} +.header-header{background-color:#fff;padding:0} +.header-header .container.row{width:100%} +.header-ads{width:100%;max-width:100%;box-sizing:border-box;padding:0 20px} +.header-ads .widget .widget-content{position:relative;padding:20px 0;margin:0 auto} +#header-inner a{display:inline-block!important} +#main-wrapper,#sidebar-wrapper{width:100%;padding:0} +.item #sidebar-wrapper{margin-top:20px} +} +@media screen and (max-width: 880px) { +.footer-widgets-wrap{display:block} +#footer-wrapper .footer{width:100%;margin-right:0} +#footer-sec2,#footer-sec3{margin-top:25px} +} +@media screen and (max-width: 680px) { +#hot-section .show-hot .widget-content,#hot-section .hot-posts{height:auto} +#hot-section .hot-loader{height:200px} +.hot-posts .hot-item{width:100%;height:220px;margin:2px 0 0} +.hot-posts .item-0{margin:0} +.hot-posts .post-title,.hot-posts .item-0 .post-title{font-size:18px} +.index-post{width:100%} +#menu-footer,#sub-footer-wrapper .copyright-area{width:100%;height:auto;line-height:inherit;text-align:center} +#menu-footer{margin:10px 0 0} +#sub-footer-wrapper .copyright-area{margin:10px 0} +#menu-footer ul li{float:none;height:auto} +#menu-footer ul li a{line-height:inherit;margin:0 3px 5px} +} +@media screen and (max-width: 540px) { +.hot-posts .hot-item{height:180px} +.index-post .post-image-wrap,.FeaturedPost .post-image-link{height:160px} +.share-links li a span{display:none} +.share-links li.facebook,.share-links li.twitter{width:32px} +ul.related-posts{margin:0} +.related-posts .related-item{width:100%;padding:0;margin:20px 0 0} +.related-posts .item-0{margin:0} +.related-posts .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff} +.related-posts .post-tag{display:none} +.related-posts .post-image-link{width:80px;height:60px;float:left;margin:0 12px 0 0} +.related-posts .post-title{font-size:13px;overflow:hidden;margin:0 0 5px} +.post-reactions{display:none} +} +@media screen and (max-width: 440px) { +.queryMessage{text-align:center} +.queryMessage a.show-more{width:100%;margin:10px 0 0} +.item-post h1.post-title{font-size:24px} +.about-author{text-align:center} +.about-author .avatar-container{float:none;display:table;margin:0 auto 10px} +#comments ol{padding:0} +.errorWrap{padding:70px 0 100px} +.errorWrap h3{font-size:120px} +} +@media screen and (max-width: 360px) { +.about-author .avatar-container{width:60px;height:60px} +} +]]></b:skin> +<style> +/*-------Typography and ShortCodes-------*/ +.firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:&#39;\f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:&#39;\f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\f06e&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}.post-body ul li:before{content:&quot;\f105&quot;;margin-right:5px;font-family:fontawesome}pre{font-family:Monaco, &quot;Andale Mono&quot;, &quot;Courier New&quot;, Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-triangle:before{content:&quot;\f071&quot;}.fa-exclamation-circle:before{content:&quot;\f06a&quot;}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}} +.FollowByEmail { + clear: both; +} +.widget .post-body ol { + padding: 0 0 0 45px; +} +.post-body ul li { + list-style: none; +} +</style> +<b:if cond='data:view.isLayoutMode'> +<b:template-skin> +<![CDATA[ +/*------Layout (No Edit)----------*/ +body#layout #outer-wrapper,body#layout .row{width:auto;padding:0} +body#layout{width:800px;position:relative;padding:95px 5px 0;margin:0} +body#layout div.section{margin:0 5px 10px!important;padding:16px 16px 18px!important} +body#layout .section h4{font-size:14px;margin:0} +body#layout .layout-widget-description{display:none} +body#layout .theme-options,body#layout #main-menu .widget{display:block!important} +body#layout div.sora-panel{background-color:#d7d7d7!important;overflow:hidden!important;border-color:#bcbcbc} +body#layout .sora-panel .widget{float:left;width:49%;margin-right:2%} +body#layout .sora-panel #LinkList71{margin-right:0} +body#layout #top-bar{height:auto} +body#layout #top-bar .container{display:flex} +body#layout .top-bar-nav,body#layout .top-bar-social{width:50%} +body#layout #header-wrap{height:auto} +body#layout .header-header{float:left;width:66.66%;height:auto;padding:0} +body#layout .header-header .container{display:flex} +body#layout div.header-logo,body#layout div.header-ads{float:left;width:50%;height:auto;max-width:none;max-height:none} +body#layout .header-ads .widget-content{width:auto} +body#layout .header-ads .add_widget{padding:15px!important} +body#layout .mobile-header{display:block;float:right;width:33.33%;height:auto} +body#layout .mobile-menu{display:none} +body#layout .header-menu{float:left;width:100%;height:auto} +body#layout #main-menu{height:auto} +body#layout #hot-wrapper .widget{display:block} +body#layout #content-wrapper{margin:0} +body#layout #content-wrapper > .container{display:flex;margin:0} +body#layout #main-wrapper{width:66.66%;padding:0} +body#layout #sidebar-wrapper{width:33.33%;padding:0} +body#layout .sidebar .widget,body#layout .sidebar .widget-content{float:none;overflow:visible} +body#layout .footer-widgets-wrap{display:flex} +body#layout .footer-widgets-wrap div.footer{width:100%} +/*------Layout (end)----------*/ +]]></b:template-skin> +</b:if> -To ease this requirement, some editors allow editing of the markup in more [[graphic organizer|visually organized]] modes than simple color highlighting, but in modes not considered WYSIWYG. These editors typically include the option of using [[palette window]]s or [[dialog box]]es to edit the text-based parameters of selected [[Object (computer science)|objects]]. These palettes allow editing parameters in individual fields, or inserting new tags by filling out an onscreen form, and may include additional [[widget (computing)|widgets]] to present and select options when editing parameters (such as previewing an image or text styles) or an outline editor to expand and collapse HTML objects and properties. +<!-- Global Variables --> +<script type='text/javascript'> +//<![CDATA[ +// Global variables with content. "Available for Edit" +var monthFormat = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], + noThumbnail = "https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png", + postPerPage = 7, + fixedSidebar = true, + commentsSystem = "blogger", + disqusShortname = "soratemplates"; +//]]> +</script> -===WYSIWYG HTML editors=== -{{unreferenced section|date=September 2016}} -[[Image:W3c amaya 10 fullmode enwiki xfce4therapy.png|thumb|250px|[[Amaya (web browser)|Amaya]] 10 HTML editor]] -WYSIWYG HTML editors provide an editing interface which resembles how the page will be displayed in a [[web browser]]. Because using a WYSIWYG editor may not require any HTML knowledge, they are often easier for an inexperienced computer user to get started with. +<b:defaultmarkups> + <b:defaultmarkup type='Common'> + <b:includable id='widget-title'> + <b:if cond='data:defaultTitle or data:title'> + <div class='widget-title'> + <h3 class='title'> + <data:title/> + </h3> + </div> + </b:if> + </b:includable> + </b:defaultmarkup> + <b:defaultmarkup type='PopularPosts'> + <b:includable id='main' var='this'> + <b:include name='widget-title'/> + <div class='widget-content'> + <b:loop values='data:posts' var='post'> + <b:include data='post' name='postContent'/> + </b:loop> + </div> + </b:includable> + <b:includable id='postContent' var='post'> + <div class='post'> + <div class='post-content'> + <a class='post-image-link' expr:href='data:post.url'> + <b:if cond='data:post.featuredImage'> + <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/> + <b:else/> + <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> + </b:if> + </a> + <div class='post-info'> + <h2 class='post-title'> + <a expr:href='data:post.url'><data:post.title/></a> + </h2> + <div class='post-meta'> + <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span> + </div> + </div> + </div> + </div> + </b:includable> + </b:defaultmarkup> + <b:defaultmarkup type='Header'> + <b:includable id='main' var='this'> + <div class='header-widget'> + <b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/> + <b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/> + </div> + </b:includable> + <b:includable id='image'> + <a class='header-image-wrapper' expr:href='data:blog.homepageUrl'> + <img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/> + </a> + </b:includable> + </b:defaultmarkup> + <b:defaultmarkup type='FeaturedPost'> + <b:includable id='main' var='this'> + <b:include name='widget-title'/> + <div class='widget-content'> + <b:loop values='data:posts' var='post'> + <b:include data='post' name='postContent'/> + </b:loop> + </div> + </b:includable> + <b:includable id='postContent' var='post'> + <div class='post'> + <div class='post-content'> + <a class='post-image-link' expr:href='data:post.url'> + <b:if cond='data:post.featuredImage'> + <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/> + <b:else/> + <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> + </b:if> + <span class='post-tag'><data:post.labels.last.name/></span> + </a> + <div class='post-info'> + <h2 class='post-title'> + <a expr:href='data:post.url'><data:post.title/></a> + </h2> + <div class='post-meta'> + <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span> + </div> + </div> + </div> + </div> + </b:includable> + </b:defaultmarkup> + <b:defaultmarkup type='Label'> + <b:includable id='main' var='this'> + <b:include name='widget-title'/> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <div class='widget-content'> + <b:class expr:name='data:this.display + &quot;-label&quot;'/> + <b:include cond='data:this.display == &quot;list&quot;' name='list'/> + <b:include cond='data:this.display == &quot;cloud&quot;' name='list'/> + </div> + </b:includable> + <b:includable id='list'> + <ul> + <b:loop values='data:labels' var='label'> + <li> + <a class='label-name' expr:href='data:label.url'> + <data:label.name/> + <b:if cond='data:this.showFreqNumbers'> + <span class='label-count'><data:label.count/></span> + </b:if> + </a> + </li> + </b:loop> + </ul> + </b:includable> + </b:defaultmarkup> + <b:defaultmarkup type='FollowByEmail'> + <b:includable id='main' var='this'> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <div class='widget-content'> + <b:if cond='data:defaultTitle or data:title'> + <h3 class='title'> + <data:title/> + </h3> + </b:if> + <span class='before-text'><data:skin.vars.followByEmail/></span> + <div class='follow-by-email-inner'> + <form action='https://feedburner.google.com/fb/a/mailverify' expr:onsubmit='&quot;window.open(\&quot;https://feedburner.google.com/fb/a/mailverify?uri=&quot; + data:feedPath + &quot;\&quot;, \&quot;popupwindow\&quot;, \&quot;scrollbars=yes,width=550,height=520\&quot;); return true&quot;' method='post' target='popupwindow'> + <input autocomplete='off' class='follow-by-email-address' expr:placeholder='data:messages.emailAddress' name='email' type='email'/> + <input class='follow-by-email-submit' expr:value='data:messages.subscribe' type='submit'/> + <input expr:value='data:feedPath' name='uri' type='hidden'/> + <input name='loc' type='hidden' value='en_US'/> + </form> + </div> + </div> + </b:includable> + </b:defaultmarkup> + <b:defaultmarkup type='BlogSearch'> + <b:includable id='main' var='this'> + <b:include name='widget-title'/> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <div class='widget-content' role='search'> + <form class='search-form' expr:action='data:blog.searchUrl'> + <b:attr cond='not data:view.isPreview' name='target' value='_top'/> + <b:include name='urlParamsAsFormInput'/> + <input autocomplete='off' class='search-input' expr:aria-label='data:messages.searchThisBlog' expr:placeholder='data:messages.searchThisBlog' expr:value='data:view.isSearch ? data:view.search.query.escaped : &quot;&quot;' name='q'/> + <input class='search-action' expr:value='data:messages.search.escaped' type='submit'/> + </form> + </div> + </b:includable> + </b:defaultmarkup> + <b:defaultmarkup type='BlogArchive'> + <b:includable id='main' var='this'> + <b:include name='widget-title'/> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <div class='widget-content'> + <div id='ArchiveList'> + <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'> + <b:include cond='data:this.style in {&quot;FLAT&quot;, &quot;MENU&quot;, &quot;HIERARCHY&quot;}' name='flat'/> + </div> + </div> + </div> + </b:includable> + <b:includable id='flat'> + <ul class='flat'> + <b:loop values='data:data' var='i'> + <li class='archivedate'> + <a expr:href='data:i.url'> + <data:i.name/><span class='post-count'><data:i.post-count/></span> + </a> + </li> + </b:loop> + </ul> + </b:includable> + </b:defaultmarkup> +</b:defaultmarkups> -The WYSIWYG view is achieved by embedding a [[Browser engine|layout engine]]. This may be custom-written or based upon one used in a web browser. The goal is that, at all times during editing, the [[rendering (computer graphics)|rendered]] result should represent what will be seen later in a typical web browser. + <!-- Google Analytics --> + <b:include data='blog' name='google-analytics'/> -[[WYSIWYM]] (what you see is what you ''mean'') is an alternative paradigm to WYSIWYG editors. Instead of focusing on the format or presentation of the document, it preserves the intended meaning of each element. For example, page headers, sections, paragraphs, etc. are labeled as such in the editing program, and displayed appropriately in the browser. +</head> +<body expr:class='data:blog.pageType'> + <b:class cond='data:view.isHomepage' name='home'/> + <b:class cond='data:view.isPage' name='item'/> + <b:class cond='data:view.isArchive' name='index'/> + <b:class cond='data:view.isError' name='error404'/> -====Difficulties in achieving WYSIWYG==== -A given HTML document will have an inconsistent appearance on various [[Computing platform|platforms]] and computers for several reasons: +<!-- Theme Options --> + <div class='theme-options' style='display:none'> + <b:section class='sora-panel' id='sora-panel' maxwidgets='1' name='Theme Options' showaddelement='no'> + <b:widget id='LinkList70' locked='true' title='Css Options' type='LinkList' version='2' visible='true'> + <b:widget-settings> + <b:widget-setting name='sorting'>NONE</b:widget-setting> + <b:widget-setting name='text-1'>recentPostsHeadline</b:widget-setting> + <b:widget-setting name='link-1'>true</b:widget-setting> + <b:widget-setting name='text-0'>boxedVersion</b:widget-setting> + <b:widget-setting name='link-0'>false</b:widget-setting> + </b:widget-settings> + <b:includable id='main'> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + &lt;style type=&#39;text/css&#39;&gt; + <b:loop values='data:links' var='link'> + <b:if cond='data:link.name == &quot;boxedVersion&quot;'> + <b:if cond='data:link.target == &quot;true&quot;'> + #outer-wrapper{max-width:1030px} + </b:if> + </b:if> + <b:if cond='data:link.name == &quot;recentPostsHeadline&quot;'> + <b:if cond='data:link.target == &quot;false&quot;'> + .home-posts-headline{display:none} + </b:if> + </b:if> + </b:loop> + &lt;/style&gt; + </b:includable> + </b:widget> + <b:widget id='LinkList71' locked='true' title='Default Variables' type='LinkList' version='2' visible='true'> + <b:widget-settings> + <b:widget-setting name='link-3'>6</b:widget-setting> + <b:widget-setting name='sorting'>NONE</b:widget-setting> + <b:widget-setting name='link-4'>5</b:widget-setting> + <b:widget-setting name='text-1'>commentsSystem</b:widget-setting> + <b:widget-setting name='link-1'>blogger</b:widget-setting> + <b:widget-setting name='text-0'>disqusShortname</b:widget-setting> + <b:widget-setting name='link-2'>true</b:widget-setting> + <b:widget-setting name='text-3'>postPerPage</b:widget-setting> + <b:widget-setting name='link-0'>soratemplates</b:widget-setting> + <b:widget-setting name='text-2'>fixedSidebar</b:widget-setting> + <b:widget-setting name='text-4'>postPerPage</b:widget-setting> + </b:widget-settings> + <b:includable id='main'> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + &lt;script type=&#39;text/javascript&#39;&gt; + //&lt;![CDATA[ + <b:loop values='data:links' var='link'> + <b:if cond='data:link.name == &quot;postPerPage&quot;'> + var postPerPage = <data:link.target/>; + </b:if> + <b:if cond='data:link.name == &quot;fixedSidebar&quot;'> + var fixedSidebar = <data:link.target/>; + </b:if> + <b:if cond='data:link.name == &quot;commentsSystem&quot;'> + var commentsSystem = &quot;<data:link.target/>&quot;; + </b:if> + <b:if cond='data:link.name == &quot;disqusShortname&quot;'> + var disqusShortname = &quot;<data:link.target/>&quot;; + </b:if> + </b:loop> + //]]&gt; + &lt;/script&gt; + </b:includable> + </b:widget> + </b:section> + </div> -;Different browsers and applications will render the same markup differently. -:The same page may display slightly differently, by example, in [[Google Chrome|Chrome]], [[Safari (web browser)|Safari]], [[Microsoft Edge|Edge]], [[Internet Explorer]] and [[Firefox]] on a high-resolution screen, but it will look very different in the perfectly valid text-only [[Lynx (browser)|Lynx]] browser. It needs to be rendered differently again on a [[Personal digital assistant|PDA]], an [[Digital television|internet-enabled television]] and on a [[mobile phone]]. Usability in a [[Voice browser|speech]] or [[braille]] browser, or via a [[Screen reader|screen-reader]] working with a conventional browser, will place demands on entirely different{{clarify|date=October 2020}} aspects of the underlying HTML. All an author can do is suggest an appearance. -;Web browsers, like all computer software, have [[computer bug|bugs]] -:They may not conform to current [[Web standards|standards]]. It is hopeless to try to design Web pages around all of the common browsers' current bugs: each time a new version of each browser comes out, a significant proportion of the [[World Wide Web]] would need re-coding to suit the new bugs and the new fixes. It is generally considered much wiser to design to standards, staying away from 'bleeding edge' features until they settle down, and then wait for the browser developers to catch up to your pages, rather than the other way round.<ref>{{cite web|url=http://www.w3.org/People/Bos/DesignGuide/designguide.html |title=An essay on W3C's design principles |publisher=W3.org |access-date=2013-10-23}}</ref> For instance, no one can argue that CSS is still 'cutting edge' as there is now widespread support available in common browsers for all the major features,<ref>{{cite web|url=http://www.w3.org/Style/CSS/#browsers |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref> even if many WYSIWYG and other editors have not yet entirely caught up.<ref>{{cite web|url=http://www.w3.org/Style/CSS/#editors |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref> -;A single visual style can represent multiple semantic meanings -:Semantic meaning, derived from the underlying structure of the HTML document, is important for search engines and also for various accessibility tools. On paper we can tell from context and experience whether bold text represents a title, or emphasis, or something else. But it is very difficult to convey this distinction in a WYSIWYG editor. Simply making a piece of text bold in a WYSIWYG editor is not sufficient to tell the reader *why* the text is bold – what the boldness represents semantically. -;Modern web sites are rarely constructed in a way that makes WYSIWYG useful -:Modern web sites typically use a [[content management system]] or some other [[template processor]]-based means of constructing pages on the fly using content stored in a database. Individual pages are never stored in a filesystem as they may be designed and edited in a WYSIWYG editor, thus some form of abstracted template-based layout is inevitable, invalidating one of the main benefits of using a WYSIWYG editor. +<!-- Outer Wrapper --> +<div id='outer-wrapper'> -==Valid HTML markup== -HTML is a structured [[markup language]]. There are certain rules on how HTML must be written if it is to conform to [[W3C]] standards for the World Wide Web. Following these rules means that web sites are accessible on all types and makes of computer, to able-bodied and people with disabilities, and also on [[wireless]] devices like mobile phones and PDAs, with their limited bandwidths and screen sizes. However, most HTML documents on the web do not meet the requirements of W3C standards. In a study conducted in 2011 on the 350 most popular web sites (selected by the Alexa index), 94 percent of websites fail the web standards markup and style sheet validation tests, or apply character encoding improperly. Even those syntactically correct documents may be inefficient due to an unnecessary use of repetition, or based upon rules that have been [[Deprecation|deprecated]] for some years. -Current W3C recommendations on the use of CSS with HTML were first formalised by W3C in 1996<ref>{{cite web|url=http://www.w3.org/TR/CSS1 |title=Cascading Style Sheets, level 1 |publisher=W3.org |access-date=2013-10-23}}</ref> and have been revised and refined since then.<ref>http://www.w3.org/TR/CSS21/ W3C's current CSS recommendation</ref><ref>http://www.w3.org/TR/xhtml11/ W3C's current HTML recommendation</ref> +<!-- Main Top Bar --> + <div id='top-bar'> + <div class='container row'> + <b:section class='top-bar-nav' id='top-bar-nav' maxwidgets='1' name='Top Navigation' showaddelement='yes'> + <b:widget id='LinkList72' locked='true' title='' type='LinkList' version='2' visible='true'> + <b:includable id='main'> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <div class='widget-content'> + <ul> + <b:loop values='data:links' var='link'> + <li><a expr:href='data:link.target'><data:link.name/></a></li> + </b:loop> + </ul> + </div> + </b:includable> + </b:widget> + </b:section> -These guidelines emphasise the separation of content (HTML or XHTML) from style (CSS). This has the benefit of delivering the style information once for a whole site, not repeated in each page, let alone in each HTML element. WYSIWYG editor designers have been struggling ever since with how best to present these concepts to their users without confusing them by exposing the underlying reality. Modern WYSIWYG editors all succeed in this to some extent, but none of them has succeeded entirely. + <!-- Top Social --> + <b:section class='top-bar-social social' id='top-bar-social' maxwidgets='1' name='Social Top' showaddelement='yes'> + <b:widget id='LinkList73' locked='true' title='' type='LinkList' version='2' visible='false'> + <b:widget-settings> + <b:widget-setting name='sorting'>NONE</b:widget-setting> + <b:widget-setting name='text-1'>skype</b:widget-setting> + <b:widget-setting name='link-1'>#</b:widget-setting> + <b:widget-setting name='text-0'>pinterest</b:widget-setting> + <b:widget-setting name='link-0'>#</b:widget-setting> + </b:widget-settings> + <b:includable id='main'> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <div class='widget-content'> + <ul> + <b:loop values='data:links' var='link'> + <li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li> + </b:loop> + </ul> + </div> + </b:includable> + </b:widget> + </b:section> + </div> + </div> -However a web page was created or edited, WYSIWYG or by hand, in order to be successful among the greatest possible number of readers and viewers, as well as to maintain the 'worldwide' value of the Web itself, first and foremost it should consist of valid markup and code.<ref name="RefactoringHtml">{{cite book -|title=Refactoring HTML -|last=Harold -|first=Elliotte Rusty -|year=2008 -|publisher=Addison Wesley -|___location=Boston -|isbn=978-0-321-50363-3 -}}</ref> It should not be considered ready for the World Wide Web, until its HTML and CSS syntax have been successfully [[Validator|validated]] using either the free W3C validator services ([http://validator.w3.org/ W3C HTML Validator] and [http://jigsaw.w3.org/css-validator/ W3C CSS Validator]) or some other trustworthy alternatives.<ref name="RefactoringHtml"/> + <!-- Header Wrapper --> + <div id='header-wrap'> -[[Accessibility]] of web pages by those with physical, eyesight or other disabilities is not only a good idea considering the ubiquity and importance of the web in modern society, but is also mandated by law. In the U.S., the [[Americans with Disabilities Act]] and in the UK, the [[Disability Discrimination Act]] place requirement on web sites operated by publicly funded organizations. In many other countries similar laws either already exist or soon will.<ref name="RefactoringHtml"/> [[Web Content Accessibility Guidelines|Making pages accessible]] is more complex than just making them valid; that is a prerequisite but there are many other factors to be considered.<ref>{{cite web|url=http://www.w3.org/TR/WCAG20/|title=Web Content Accessibility Guidelines (WCAG) 2.0|publisher=W3.org|year=2008|access-date=2013-10-23}}</ref> Good web design, whether done using a WYSIWYG tool or not needs to take account of these too. + <div class='header-header'> + <div class='container row'> + <b:section class='header-logo' id='header-logo' maxwidgets='1' name='Header Logo' showaddelement='yes'> + <b:widget id='Header1' locked='true' title='Top music (Header)' type='Header' version='2' visible='false'> + <b:widget-settings> + <b:widget-setting name='displayUrl'>http://1.bp.blogspot.com/-QCuJMX_oq2o/W3iEuMf6oOI/AAAAAAAAC28/JZc8JqlIixEmFurZtGryZ3mrB7by26A5wCK4BGAYYCw/s104/logo.png</b:widget-setting> + <b:widget-setting name='displayHeight'>60</b:widget-setting> + <b:widget-setting name='sectionWidth'>256</b:widget-setting> + <b:widget-setting name='useImage'>true</b:widget-setting> + <b:widget-setting name='shrinkToFit'>false</b:widget-setting> + <b:widget-setting name='imagePlacement'>REPLACE</b:widget-setting> + <b:widget-setting name='displayWidth'>104</b:widget-setting> + </b:widget-settings> + <b:includable id='main' var='this'> + <div class='header-widget'> + <b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/> + <b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/> + </div> + </b:includable> + <b:includable id='behindImageStyle'> + <b:if cond='data:sourceUrl'> + <b:include cond='data:this.image' data='{ image: data:this.image, selector: &quot;.header-widget&quot; }' name='responsiveImageStyle'/> + <style type='text/css'> + .header-widget { + background-position: <data:blog.locale.languageAlignment/>; + background-repeat: no-repeat; + } + </style> + </b:if> + </b:includable> + <b:includable id='description'> + <p> + <data:this.description/> + </p> + </b:includable> + <b:includable id='image'> + <a class='header-image-wrapper' expr:href='data:blog.homepageUrl'> + <img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/> + </a> + </b:includable> + <b:includable id='title'> + <h1> + <b:tag cond='data:view.url != data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'> + <data:title/> + </b:tag> + </h1> + </b:includable> + </b:widget> + </b:section> + <b:section class='header-ads' id='header-ads' maxwidgets='1' name='Header Ads 728x90' showaddelement='yes'/> + </div> + </div> -Whatever software tools are used to design, create and maintain web pages, the quality of the underlying HTML is dependent on the skill of the person who works on the page. Some knowledge of HTML, CSS and other scripting languages as well as a familiarity with the current W3C recommendations in these areas will help any designer produce better web pages, with a WYSIWYG HTML editor and without.<ref>{{cite web|url=http://www.w3.org/MarkUp/Guide/ |title=Dave Raggett's Introduction to HTML |publisher=W3.org |date=2005-05-24 |access-date=2013-10-23}}</ref> + <div class='mobile-header'> + <span class='slide-menu-toggle'/> + <b:section class='mobile-logo' id='mobile-logo' maxwidgets='1' name='Mobile Logo' showaddelement='yes'> + <b:widget id='Image70' locked='true' title='Mobile Logo' type='Image' version='2' visible='true'> + <b:widget-settings> + <b:widget-setting name='displayUrl'>https://blogger.googleusercontent.com/img/a/AVvXsEiWNitE83hh67U2wCPnXiBmVBJt70Jpj3fGb_xWqH9VOf1Gil6U4KUic-JmNhNk8ELkruVvOl-mrzt-edOHE4Z2hbJD8H3JqYbdPV2Xin9UstSBpYL5qefFjfY4vl_kq1xZSkTnFLgTAKVOMGzlH2OjM04NaFwgUWt1kr1avIEvaGxknhgPYqTh6nhVWQ=s684</b:widget-setting> + <b:widget-setting name='displayHeight'>380</b:widget-setting> + <b:widget-setting name='sectionWidth'>256</b:widget-setting> + <b:widget-setting name='shrinkToFit'>false</b:widget-setting> + <b:widget-setting name='displayWidth'>684</b:widget-setting> + <b:widget-setting name='link'>My Title</b:widget-setting> + <b:widget-setting name='caption'>image</b:widget-setting> + </b:widget-settings> + <b:includable id='main'> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <div class='logo-content'> + <b:if cond='data:caption == &quot;image&quot;'> + <a expr:href='data:blog.homepageUrl'><img expr:alt='data:blog.title' expr:src='data:sourceUrl'/></a> + <b:elseif cond='data:caption == &quot;custom&quot;'/> + <b:if cond='data:link'> + <h3><a expr:href='data:blog.homepageUrl'><data:link/></a></h3> + </b:if> + <b:else/> + <h3><a expr:href='data:blog.homepageUrl'><data:blog.title/></a></h3> + </b:if> + </div> + </b:includable> + </b:widget> + </b:section> + <span class='show-mobile-search'/> + <form class='mobile-search-form' expr:action='data:blog.searchUrl' role='search'> + <input class='mobile-search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/> + <span class='hide-mobile-search'/> + </form> + <div class='mobile-menu'/> + </div> -==See also== -*[[Comparison of HTML editors]] -*[[List of HTML editors]] -*[[Web template system]] -*[[Website builder]] -*[[Validator]] + <div class='header-menu'> + <div class='container row'> + <b:section class='main-menu' id='main-menu' maxwidgets='1' name='Main Menu' showaddelement='yes'> + <b:widget id='LinkList74' locked='true' title='Link List' type='LinkList' version='2' visible='false'> + <b:includable id='main'> + <b:include name='content'/> + </b:includable> + <b:includable id='content'> + <ul id='main-menu-nav' role='menubar'> + <b:loop values='data:links' var='link'> + <li><a expr:href='data:link.target' role='menuitem'><data:link.name/></a></li> + </b:loop> + </ul> + </b:includable> + </b:widget> + </b:section> + <div id='nav-search'> + <form class='search-form' expr:action='data:blog.searchUrl' role='search'> + <input autocomplete='off' class='search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/> + <span class='hide-search'/> + </form> + </div> + <span class='show-search'/> + </div> + </div> -==References== -{{Reflist}} + </div> -{{HTML editors}} + <div class='clearfix'/> -{{DEFAULTSORT:Html Editor}} -[[Category:HTML editors| ]] -[[Category:Web design]] + + + <!-- Content Wrapper --> + <div class='row' id='content-wrapper'> + <div class='container'> + + <!-- Main Wrapper --> + <div id='main-wrapper'> + + + <b:section class='main' id='main' maxwidgets='1' name='Main Posts' showaddelement='yes'> + <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='2' visible='true'> + <b:widget-settings> + <b:widget-setting name='showDateHeader'>false</b:widget-setting> + <b:widget-setting name='commentLabel'>Comments</b:widget-setting> + <b:widget-setting name='style.textcolor'>#656565</b:widget-setting> + <b:widget-setting name='showShareButtons'>false</b:widget-setting> + <b:widget-setting name='authorLabel'>by</b:widget-setting> + <b:widget-setting name='showCommentLink'>false</b:widget-setting> + <b:widget-setting name='style.urlcolor'>#f12020</b:widget-setting> + <b:widget-setting name='showAuthor'>false</b:widget-setting> + <b:widget-setting name='style.linkcolor'>#f8f8f8</b:widget-setting> + <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting> + <b:widget-setting name='style.bgcolor'>#000000</b:widget-setting> + <b:widget-setting name='timestampLabel'/> + <b:widget-setting name='reactionsLabel'/> + <b:widget-setting name='showAuthorProfile'>false</b:widget-setting> + <b:widget-setting name='style.layout'>1x1</b:widget-setting> + <b:widget-setting name='showLabels'>false</b:widget-setting> + <b:widget-setting name='showLocation'>false</b:widget-setting> + <b:widget-setting name='postLabelsLabel'>Tags</b:widget-setting> + <b:widget-setting name='showTimestamp'>false</b:widget-setting> + <b:widget-setting name='postsPerAd'>1</b:widget-setting> + <b:widget-setting name='showBacklinks'>false</b:widget-setting> + <b:widget-setting name='style.bordercolor'>#000000</b:widget-setting> + <b:widget-setting name='showInlineAds'>false</b:widget-setting> + <b:widget-setting name='showReactions'>false</b:widget-setting> + </b:widget-settings> + <b:includable id='main' var='this'> + <b:include name='homePostsHeadline'/> + <b:include name='searchMessage'/> + <div class='blog-posts hfeed container'> + <b:class cond='data:view.isMultipleItems' name='index-post-wrap'/> + <b:class cond='data:view.isSingleItem' name='item-post-wrap'/> + <b:tag class='grid-posts' cond='data:view.isMultipleItems' name='div'> + <b:loop index='i' values='data:posts' var='post'> + <b:include data='post' name='postCommentsAndAd'/> + </b:loop> + </b:tag> + </div> + <b:include cond='data:view.isMultipleItems' name='indexBlogPager'/> + <b:include name='feedLinks'/> + </b:includable> + <b:includable id='aboutPostAuthor'> + <div class='about-author'> + <div class='avatar-container'> + <b:if cond='data:post.author.authorPhoto.image'> + <img class='author-avatar' expr:alt='data:post.author.name' expr:src='data:post.author.authorPhoto.image resizeImage 100'/> + <b:else/> + <img class='author-avatar' expr:alt='data:post.author.name' src='https://4.bp.blogspot.com/-uCjYgVFIh70/VuOLn-mL7PI/AAAAAAAADUs/Kcu9wJbv790hIo83rI_s7lLW3zkLY01EA/s100/avatar.png'/> + </b:if> + </div> + <h3 class='author-name'> + <span><data:messages.postedBy/></span><a expr:alt='data:post.author.name' expr:href='data:post.author.profileUrl' target='_blank'> <data:post.author.name/></a> + </h3> + <span class='author-description'><data:post.author.aboutMe/></span> + </div> + </b:includable> + <b:includable id='addComments'> + <a expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'> + <b:message name='messages.postAComment'/> + </a> + </b:includable> + <b:includable id='backLinks' var='post'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='blogThisShare'> + <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' var='onclick'> + <b:include name='platformShare'/> + </b:with> +</b:includable> + <b:includable id='bylineByName' var='byline'> + <b:switch var='data:byline.name'> + <b:case value='share'/> + <b:include cond='data:post.shareUrl' name='postShareButtons'/> + <b:case value='comments'/> + <b:include cond='data:post.allowComments' name='postCommentsLink'/> + <b:case value='___location'/> + <b:include cond='data:post.___location' name='postLocation'/> + <b:case value='timestamp'/> + <b:include cond='not data:view.isPage' name='postTimestamp'/> + <b:case value='author'/> + <b:include name='postAuthor'/> + <b:case value='labels'/> + <b:include cond='data:post.labels' name='postLabels'/> + <b:case value='icons'/> + <b:include cond='data:post.emailPostUrl' name='emailPostIcon'/> + </b:switch> +</b:includable> + <b:includable id='bylineRegion' var='regionItems'> + <b:loop values='data:regionItems' var='byline'> + <b:include data='byline' name='bylineByName'/> + </b:loop> +</b:includable> + <b:includable id='commentAuthorAvatar'> + <div class='avatar-image-container'> + <img class='author-avatar' expr:src='data:comment.authorAvatarSrc' height='45' width='45'/> + </div> + </b:includable> + <b:includable id='commentDeleteIcon' var='comment'> + <span expr:class='&quot;item-control &quot; + data:comment.adminClass'> + <b:if cond='data:showCmtPopup'> + <div class='goog-toggle-button'> + <div class='goog-inline-block comment-action-icon'/> + </div> + <b:else/> + <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:messages.deleteComment'> + <img src='https://resources.blogblog.com/img/icon_delete13.gif'/> + </a> + </b:if> + </span> + </b:includable> + <b:includable id='commentForm' var='post'> + <div class='comment-form'> + <a name='comment-form'/> + <b:if cond='data:this.messages.blogComment != &quot;&quot;'> + <p><data:this.messages.blogComment/></p> + </b:if> + <b:include data='post' name='commentFormIframeSrc'/> + <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/> + <data:post.cmtfpIframe/> + <script type='text/javascript'> + BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;); + </script> + </div> + </b:includable> + <b:includable id='commentFormIframeSrc' var='post'> + <a expr:href='data:post.commentFormIframeSrc + &quot;&amp;skin=contempo&quot;' id='comment-editor-src'/> + </b:includable> + <b:includable id='commentItem' var='comment'> + <div class='comment' expr:id='&quot;c&quot; + data:comment.id'> + <b:include cond='data:blog.enabledCommentProfileImages' name='commentAuthorAvatar'/> + + <div class='comment-block'> + <div class='comment-author'> + <b:if cond='data:comment.authorUrl'> + <b:message name='messages.authorSaidWithLink'> + <b:param expr:value='data:comment.author' name='authorName'/> + <b:param expr:value='data:comment.authorUrl' name='authorUrl'/> + </b:message> + <b:else/> + <b:message name='messages.authorSaid'> + <b:param expr:value='data:comment.author' name='authorName'/> + </b:message> + </b:if> + </div> + <div expr:class='&quot;comment-body&quot; + (data:comment.isDeleted ? &quot; deleted&quot; : &quot;&quot;)'> + <data:comment.body/> + </div> + <div class='comment-footer'> + <span class='comment-timestamp'> + <a expr:href='data:comment.url' title='comment permalink'> + <data:comment.timestamp/> + </a> + <b:include data='comment' name='commentDeleteIcon'/> + </span> + </div> + </div> + </div> + </b:includable> + <b:includable id='commentList' var='comments'> + <div id='comments-block'> + <b:loop values='data:comments' var='comment'> + <b:include data='comment' name='commentItem'/> + </b:loop> + </div> + </b:includable> + <b:includable id='commentPicker' var='post'> + <b:if cond='data:post.allowComments'> + <div class='title-wrap comments-title'> + <h3><data:messages.postAComment/></h3> + </div> + </b:if> + <b:if cond='data:post.commentSource == 1'> + <b:include data='post' name='iframeComments'/> + <b:elseif cond='data:post.showThreadedComments'/> + <b:include data='post' name='threadedComments'/> + <b:else/> + <b:include data='post' name='comments'/> + </b:if> + </b:includable> + <b:includable id='comments' var='post'> + <section expr:class='&quot;comments&quot; + (data:post.embedCommentForm ? &quot; embed&quot; : &quot;&quot;)' expr:data-num-comments='data:post.numberOfComments' id='comments'> + <a name='comments'/> + <b:if cond='data:post.allowComments'> + + <b:include name='commentsTitle'/> + + <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'> + <b:include cond='data:post.comments' data='post.comments' name='commentList'/> + </div> + + <b:if cond='data:post.commentPagingRequired'> + <div class='paging-control-container'> + <b:if cond='data:post.hasOlderLinks'> + <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'> + <data:messages.oldest/> + </a> + <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'> + <data:messages.older/> + </a> + </b:if> + + <span class='comment-range-text'> + <data:post.commentRangeText/> + </span> + + <b:if cond='data:post.hasNewerLinks'> + <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'> + <data:messages.newer/> + </a> + <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'> + <data:messages.newest/> + </a> + </b:if> + </div> + </b:if> + + <div class='footer'> + <b:if cond='data:post.embedCommentForm'> + <b:if cond='data:post.allowNewComments'> + <b:include data='post' name='commentForm'/> + <b:else/> + <data:post.noNewCommentsText/> + </b:if> + <b:else/> + <b:if cond='data:post.allowComments'> + <b:include data='post' name='addComments'/> + </b:if> + </b:if> + </div> + </b:if> + <b:if cond='data:showCmtPopup'> + <div id='comment-popup'> + <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'> + </iframe> + </div> + </b:if> + </section> + </b:includable> + <b:includable id='commentsLink'> + <a class='comment-link' expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'> + <b:if cond='data:post.numberOfComments &gt; 0'> + <b:message name='messages.numberOfComments'> + <b:param expr:value='data:post.numberOfComments' name='numComments'/> + </b:message> + <b:else/> + <data:messages.postAComment/> + </b:if> + </a> +</b:includable> + <b:includable id='commentsLinkIframe'> + <!-- G+ comments, no longer available. The includable is retained for backwards-compatibility. --> +</b:includable> + <b:includable id='commentsTitle'> + <!-- Post Commments Title --> + <h3 class='title'><data:post.numberOfComments/> <data:messages.comments/></h3> + </b:includable> + <b:includable id='defaultAdUnit'> + <ins class='adsbygoogle' data-ad-format='auto' expr:data-ad-client='data:adClientId ?: data:blog.adsenseClientId' expr:data-ad-host='data:blog.adsenseHostId' expr:data-analytics-uacct='data:blog.analyticsAccountNumber' expr:style='data:style ?: &quot;display: block;&quot;'/> + <script> + (adsbygoogle = window.adsbygoogle || []).push({}); + </script> +</b:includable> + <b:includable id='emailPostIcon'> + <span class='byline post-icons'> + <!-- email post links --> + <span class='item-action'> + <a expr:href='data:post.emailPostUrl' expr:title='data:messages.emailPost'> + <b:include data='{ iconClass: &quot;touch-icon sharing-icon&quot; }' name='emailIcon'/> + </a> + </span> + </span> +</b:includable> + <b:includable id='facebookShare'> + <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' var='onclick'> + <b:include name='platformShare'/> + </b:with> +</b:includable> + <b:includable id='feedLinks'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='feedLinksBody' var='links'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='footerBylines' var='post'> + <!-- Post Footer Extras --> + <b:include data='post' name='postLabels'/> + <b:include data='post' name='postReactions'/> + <b:include data='post' name='postShareButtons'/> + </b:includable> + <b:includable id='googlePlusShare'> + <div class='goog-inline-block google-plus-share-container'> + <g:plusone annotation='inline' expr:href='data:originalUrl.canonical.http' size='medium' source='blogger:blog:plusone'/> + </div> +</b:includable> + <b:includable id='headerByline' var='post'> + <!-- Post Header Meta --> + <div class='post-meta'> + <b:include data='post' name='postAuthor'/> + <b:include data='post' name='postTimestamp'/> + </div> + </b:includable> + <b:includable id='homePageLink'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='homePostsHeadline'> + <b:if cond='data:view.isHomepage'> + <div class='home-posts-headline title-wrap Label'><h3 class='title'><data:messages.recentPosts/></h3></div> + </b:if> + </b:includable> + <b:includable id='iframeComments' var='post'> + <b:if cond='data:post.allowIframeComments'> + <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/> + <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/> + <b:if cond='!data:post.embedCommentForm'> + <b:include data='post' name='commentsLink'/> + </b:if> + </b:if> + </b:includable> + <b:includable id='indexBlogPager'> + <!-- Post Pagination Index --> + <div class='blog-pager container' id='blog-pager'> + <b:include cond='data:newerPageUrl' name='previousPageLink'/> + <b:include cond='data:olderPageUrl' name='nextPageLink'/> + <b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/> + </div> + </b:includable> + <b:includable id='indexPost' var='post'> + <!-- Index Post Content --> + <b:include data='post' name='postFeaturedImage'/> + <div class='post-info'> + <b:include data='post' name='postHeader'/> + </div> + </b:includable> + <b:includable id='inlineAd' var='post'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='itemPost' var='post'> + <!-- Item Post Content --> + <b:include data='post' name='postMeta'/> + <b:include data='post' name='postHeader'/> + <b:include data='post' name='postBody'/> + <b:include cond='data:view.isPost' data='post' name='postFooter'/> + </b:includable> + <b:includable id='linkShare'> + <b:with value='&quot;window.prompt(\&quot;Copy to clipboard: Ctrl+C, Enter\&quot;, \&quot;&quot; + data:originalUrl + &quot;\&quot;); return false;&quot;' var='onclick'> + <b:include name='platformShare'/> + </b:with> +</b:includable> + <b:includable id='nextPageLink'> + <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:messages.olderPosts'> + <data:messages.olderPosts/> + </a> + </b:includable> + <b:includable id='otherSharingButton'> + <span class='sharing-platform-button sharing-element-other' expr:aria-label='data:messages.shareToOtherApps.escaped' expr:data-url='data:originalUrl' expr:title='data:messages.shareToOtherApps.escaped' role='menuitem' tabindex='-1'> + <b:with value='{key: &quot;sharingOther&quot;}' var='platform'> + <b:include name='sharingPlatformIcon'/> + </b:with> + <span class='platform-sharing-text'><data:messages.shareOtherApps.escaped/></span> + </span> +</b:includable> + <b:includable id='platformShare'> + <a expr:class='&quot;goog-inline-block sharing-&quot; + data:platform.key' expr:data-url='data:originalUrl' expr:href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:onclick='data:onclick ? data:onclick : &quot;&quot;' expr:title='data:platform.shareMessage' target='_blank'> + <span class='share-button-link-text'> + <data:platform.shareMessage/> + </span> + </a> +</b:includable> + <b:includable id='post' var='post'> + <!-- Post Index --> + <b:if cond='data:view.isMultipleItems'> + <b:include data='post' name='indexPost'/> + </b:if> + <!-- Post Item --> + <b:if cond='data:view.isSingleItem'> + <b:include data='post' name='itemPost'/> + </b:if> + </b:includable> + <b:includable id='postAuthor' var='post'> + <!-- Post Author --> + <b:if cond='data:allBylineItems.author'> + <span class='post-author'><a expr:href='data:post.author.profileUrl' expr:title='data:post.author.name' target='_blank'><data:post.author.name/></a></span> + </b:if> + </b:includable> + <b:includable id='postBody' var='post'> + <!-- Post Body Entry Content--> + <div class='post-body post-content'> + <data:post.body/> + </div> + </b:includable> + <b:includable id='postBodySnippet' var='post'> + <b:include data='post' name='postBody'/> + </b:includable> + <b:includable id='postBreadcrumbs' var='post'> + <!-- Post Breadcrumbs --> + <nav id='breadcrumb'><a expr:href='data:blog.homepageUrl'><data:messages.home/></a><b:if cond='data:post.labels'><em class='delimiter'/><a class='b-label' expr:href='data:post.labels.last.url'><data:post.labels.last.name/></a></b:if><em class='delimiter'/><span class='current'><data:post.title/></span></nav> + <script type='application/ld+json'> + { + &quot;@context&quot;: &quot;http://schema.org&quot;, + &quot;@type&quot;: &quot;BreadcrumbList&quot;, + &quot;@id&quot;: &quot;#Breadcrumb&quot;, + &quot;itemListElement&quot;: [{ + &quot;@type&quot;: &quot;ListItem&quot;, + &quot;position&quot;: 1, + &quot;item&quot;: { + &quot;name&quot;: &quot;<data:messages.home/>&quot;, + &quot;@id&quot;: &quot;<data:blog.homepageUrl.jsonEscaped/>&quot; + } + },{ + &quot;@type&quot;: &quot;ListItem&quot;, + &quot;position&quot;: 2, + &quot;item&quot;: { + &quot;name&quot;: &quot;<b:if cond='data:post.labels'><data:post.labels.last.name/></b:if>&quot;, + &quot;@id&quot;: &quot;<data:post.labels.last.url.jsonEscaped/>&quot; + } + },{ + &quot;@type&quot;: &quot;ListItem&quot;, + &quot;position&quot;: 3, + &quot;item&quot;: { + &quot;name&quot;: &quot;<data:post.title/>&quot;, + &quot;@id&quot;: &quot;<data:post.url.jsonEscaped/>&quot; + } + }] + } + </script> + </b:includable> + <b:includable id='postCategory' var='post'> + <!-- Post Label/Category --> + <b:if cond='data:view.isMultipleItems and data:post.labels'> + <span class='post-tag index-post-tag'> + <data:post.labels.last.name/> + </span> + </b:if> + </b:includable> + <b:includable id='postCommentsAndAd' var='post'> + <!-- Post, Comments and Ads --> + <!-- Post Content Index and Item --> + <div class='blog-post hentry'> + <b:class cond='data:view.isMultipleItems' name='index-post'/> + <b:class cond='data:view.isSingleItem' name='item-post'/> + <b:include data='post' name='post'/> + </div> + <!-- Comments --> + <b:if cond='data:view.isSingleItem'> + <div class='blog-post-comments'> + <b:include data='post' name='threadedCommentsDisqus'/> + <b:include data='post' name='commentPicker'/> + </div> + </b:if> + </b:includable> + <b:includable id='postCommentsLink'> + <b:if cond='data:view.isMultipleItems'> + <span class='byline post-comment-link container'> + <b:include cond='data:post.commentSource != 1' name='commentsLink'/> + <b:include cond='data:post.commentSource == 1' name='commentsLinkIframe'/> + </span> + </b:if> + </b:includable> + <b:includable id='postFeaturedImage' var='post'> + <!-- Post Featured Image on Index --> + <div class='post-image-wrap'> + <a class='post-image-link' expr:href='data:post.url'> + <b:if cond='data:post.featuredImage'> + <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/> + <b:else/> + <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> + </b:if> + </a> + <b:include data='post' name='postCategory'/> + </div> + </b:includable> + <b:includable id='postFooter' var='post'> + <!-- Post Footer Itens --> + <div class='post-footer'> + <!-- Post Labels, Reactions, Share, Navigation, About Author an Related Posts --> + <b:include data='post' name='footerBylines'/> + <b:include data='post' name='postNavigation'/> + <b:include data='post' name='aboutPostAuthor'/> + <b:include data='post' name='postRelated'/> + </div> + </b:includable> + <b:includable id='postFooterAuthorProfile' var='post'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='postHeader' var='post'> + <b:include cond='data:view.isPost' data='post' name='postBreadcrumbs'/> + <b:include cond='data:view.isPost' data='post' name='postCategory'/> + <b:include data='post' name='postTitle'/> + <b:include cond='!data:view.isPage' data='post' name='headerByline'/> + </b:includable> + <b:includable id='postJumpLink' var='post'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='postLabels' var='post'> + <b:if cond='data:allBylineItems.labels'> + <b:if cond='data:post.labels'> + <div class='post-labels'> + <span><data:allBylineItems.labels.label/></span> + <div class='label-head Label'> + <b:loop values='data:post.labels' var='label'> + <a class='label-link' expr:href='data:label.url' rel='tag'><data:label.name/></a> + </b:loop> + </div> + </div> + </b:if> + </b:if> + </b:includable> + <b:includable id='postLocation'> + <span class='byline post-___location'> + <data:byline.label/> + <a expr:href='data:post.___location.mapsUrl' target='_blank'><data:post.___location.name/></a> + </span> +</b:includable> + <b:includable id='postMeta' var='post'> + <b:include data='post' name='postMetadataJSON'/> + </b:includable> + <b:includable id='postMetadataJSONImage'> + &quot;image&quot;: { + &quot;@type&quot;: &quot;ImageObject&quot;, + <b:if cond='data:post.featuredImage.isResizable'> + &quot;url&quot;: &quot;<b:eval expr='resizeImage(data:post.featuredImage, 1200, &quot;1200:630&quot;)'/>&quot;, + &quot;height&quot;: 630, + &quot;width&quot;: 1200 + <b:else/> + &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200&quot;, + &quot;height&quot;: 348, + &quot;width&quot;: 1200 + </b:if> + }, +</b:includable> + <b:includable id='postMetadataJSONPublisher'> + &quot;publisher&quot;: { + &quot;@type&quot;: &quot;Organization&quot;, + &quot;name&quot;: &quot;Blogger&quot;, + &quot;logo&quot;: { + &quot;@type&quot;: &quot;ImageObject&quot;, + &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60&quot;, + &quot;width&quot;: 206, + &quot;height&quot;: 60 + } + }, +</b:includable> + <b:includable id='postNavigation' var='post'> + <!-- Post Navigation Item --> + <ul class='post-nav'> + <li class='post-next'> + <b:if cond='data:newerPageUrl'> + <a class='next-post-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' rel='next'> + <div class='post-nav-inner'><span><data:messages.newer/></span><p/></div> + </a> + <b:else/> + <a rel='next'><div class='post-nav-inner post-nav-active'><span><data:messages.newer/></span><p><data:post.title/></p></div></a> + </b:if> + </li> + <li class='post-prev'> + <b:if cond='data:olderPageUrl'> + <a class='prev-post-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' rel='previous'> + <div class='post-nav-inner'><span><data:messages.older/></span><p/></div> + </a> + <b:else/> + <a rel='previous'><div class='post-nav-inner post-nav-active'><span><data:messages.older/></span><p><data:post.title/></p></div></a> + </b:if> + </li> + </ul> + </b:includable> + <b:includable id='postPagination'> + <div class='blog-pager container' id='blog-pager'> + <b:include cond='data:newerPageUrl' name='previousPageLink'/> + <b:include cond='data:olderPageUrl' name='nextPageLink'/> + <b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/> + </div> +</b:includable> + <b:includable id='postReactions' var='post'> + <!-- Post Reactions --> + <b:if cond='data:allBylineItems.reactions'> + <div class='post-reactions'> + <span><data:allBylineItems.reactions.label/></span> + <div class='reactions-inner'> + <iframe allowtransparency='true' class='reactions-iframe' expr:src='data:posts[0].reactionsUrl' frameborder='0' name='reactions' scrolling='no'/> + </div> + </div> + </b:if> + </b:includable> + <b:includable id='postRelated' var='post'> + <!-- Related Posts --> + <div id='related-wrap'> + <div class='title-wrap'> + <h3><data:messages.youMayLikeThesePosts/></h3> + </div> + <div class='related-ready'> + <b:if cond='data:post.labels'> + <div class='related-tag' expr:data-label='data:post.labels.first.name'/> + <b:else/> + <div class='related-tag' data-label='random'/> + </b:if> + </div> + </div> + </b:includable> + <b:includable id='postShareButtons' var='post'> + <!-- Post ShareButtons --> + <b:if cond='data:allBylineItems.share'> + <div class='post-share'> + <ul class='share-links social social-color'> + <b:class cond='data:blog.isMobileRequest' name='is-mobile'/> + <li class='facebook'><a class='facebook' expr:href='&quot;https://www.facebook.com/sharer.php?u=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Facebook</span></a></li> + <li class='twitter'><a class='twitter' expr:href='&quot;https://twitter.com/share?url=&quot; + data:post.url + &quot;&amp;text=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=450, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Twitter</span></a></li> + + <li class='pinterest'><a class='pinterest' expr:href='&quot;https://www.pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.featuredImage + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=735, height=750, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> + <li class='linkedin'><a class='linkedin' expr:href='&quot;https://www.linkedin.com/shareArticle?url=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> + <li class='whatsapp whatsapp-desktop'><a class='whatsapp' expr:href='&quot;https://web.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=900, height=550, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> + <li class='whatsapp whatsapp-mobile'><a class='whatsapp' expr:href='&quot;https://api.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' rel='nofollow' target='_blank'/></li> + <li class='email'><a class='email' expr:href='&quot;mailto:?subject=&quot; + data:post.title + &quot;&amp;body=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=500, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> + </ul> + </div> + </b:if> + </b:includable> + <b:includable id='postShortMeta'> + <b:comment>Disabled</b:comment> + </b:includable> + <b:includable id='postTimestamp' var='post'> + <!-- Post Timestamp --> + <b:if cond='data:allBylineItems.timestamp'> + <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span> + </b:if> + </b:includable> + <b:includable id='postTitle' var='post'> + <!-- Post Title Index and Item --> + <b:if cond='data:view.isMultipleItems'> + <h2 class='post-title'> + <a expr:href='data:post.url'><data:post.title/></a> + </h2> + </b:if> + <b:if cond='data:view.isSingleItem'> + <h1 class='post-title'> + <data:post.title/> + </h1> + </b:if> + </b:includable> + <b:includable id='previousPageLink'> + <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:messages.newerPosts'> + <data:messages.newerPosts/> + </a> + </b:includable> + <b:includable id='searchMessage'> + <!-- Search Message --> + <b:if cond='data:view.search.query'> + <div class='queryMessage'> + <b:if cond='data:posts.empty'> + <span class='query-info query-error'/><data:view.search.resultsMessageHtml/><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> + <b:else/> + <span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> + </b:if> + </div> + </b:if> + <b:if cond='data:view.search.label'> + <div class='queryMessage'> + <b:if cond='data:posts.empty'> + <span class='query-info query-error'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> + <b:else/> + <span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> + </b:if> + </div> + </b:if> + <b:if cond='data:view.isArchive'> + <div class='queryMessage'> + <b:if cond='data:posts.empty'> + <span class='query-info query-error'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> + <b:else/> + <span class='query-info query-success'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a> + </b:if> + </div> + </b:if> + <b:if cond='data:view.isError'> + <div class='errorWrap'> + <h3>404</h3> + <h4><data:messages.theresNothingHere/></h4> + <p><data:navMessage/></p> + <a class='homepage' expr:href='data:blog.homepageUrl'><i class='fa fa-home'/> <data:messages.home/></a> + </div> + </b:if> + <b:if cond='data:view.isMultipleItems and data:posts.empty'><div class='queryEmpty'><data:messages.noResultsFound/></div></b:if> + </b:includable> + <b:includable id='sharingButton'> + <span expr:aria-label='data:platform.shareMessage' expr:class='&quot;sharing-platform-button sharing-element-&quot; + data:platform.key' expr:data-href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:data-url='data:originalUrl' expr:title='data:platform.shareMessage' role='menuitem' tabindex='-1'> + <b:include name='sharingPlatformIcon'/> + <span class='platform-sharing-text'><data:platform.name/></span> + </span> +</b:includable> + <b:includable id='sharingButtonContent'> + <div class='flat-icon-button ripple'> + <b:include name='shareIcon'/> + </div> +</b:includable> + <b:includable id='sharingButtons'> + <div class='sharing' expr:aria-owns='&quot;sharing-popup-&quot; + data:sharingId' expr:data-title='data:shareTitle'> + <button class='sharing-button touch-icon-button' expr:aria-controls='&quot;sharing-popup-&quot; + data:sharingId' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-button-&quot; + data:sharingId' role='button'> + <b:include name='sharingButtonContent'/> + </button> + <b:include name='sharingButtonsMenu'/> + </div> +</b:includable> + <b:includable id='sharingButtonsMenu'> + <div class='share-buttons-container'> + <ul aria-hidden='true' class='share-buttons hidden' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-popup-&quot; + data:sharingId' role='menu'> + <b:loop values='(data:platforms ?: data:blog.sharing.platforms) filter (p =&gt; p.key not in {&quot;blogThis&quot;})' var='platform'> + <li> + <b:include name='sharingButton'/> + </li> + </b:loop> + <li aria-hidden='true' class='hidden'> + <b:include name='otherSharingButton'/> + </li> + </ul> + </div> +</b:includable> + <b:includable id='sharingPlatformIcon'> + <b:include data='{ iconClass: (&quot;touch-icon sharing-&quot; + data:platform.key) }' expr:name='data:platform.key + &quot;Icon&quot;'/> +</b:includable> + <b:includable id='threadedCommentForm' var='post'> + <div class='comment-form'> + <a name='comment-form'/> + <b:if cond='data:this.messages.blogComment != &quot;&quot;'> + <p><data:this.messages.blogComment/></p> + </b:if> + <b:include data='post' name='commentFormIframeSrc'/> + <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/> + <data:post.cmtfpIframe/> + <script type='text/javascript'> + BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;); + </script> + </div> + </b:includable> + <b:includable id='threadedCommentJs' var='post'> + <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/> + <b:template-script inline='true' name='threaded_comments'/> + <script type='text/javascript'> + blogger.widgets.blog.initThreadedComments( + <data:post.commentJso/>, + <data:post.commentMsgs/>, + <data:post.commentConfig/>); + </script> + </b:includable> + <b:includable id='threadedComments' var='post'> + <section class='comments threaded' expr:data-embed='data:post.embedCommentForm' expr:data-num-comments='data:post.numberOfComments' id='comments'> + <a name='comments'/> + + <b:include name='commentsTitle'/> + + <div class='comments-content'> + <b:if cond='data:post.embedCommentForm'> + <b:include data='post' name='threadedCommentJs'/> + </b:if> + <div id='comment-holder'> + <data:post.commentHtml/> + </div> + </div> + + <p class='comment-footer'> + <b:if cond='data:post.allowNewComments'> + <b:include data='post' name='threadedCommentForm'/> + <b:else/> + <data:post.noNewCommentsText/> + </b:if> + </p> + + <b:if cond='data:showCmtPopup'> + <div id='comment-popup'> + <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'> + </iframe> + </div> + </b:if> + </section> + </b:includable> + <b:includable id='threadedCommentsDisqus' var='post'> + <script type='text/javascript'> + var disqus_blogger_current_url = &quot;<data:blog.canonicalUrl/>&quot;; + if (!disqus_blogger_current_url.length) { + disqus_blogger_current_url = &quot;<data:blog.url/>&quot;; + } + var disqus_blogger_homepage_url = &quot;<data:blog.homepageUrl/>&quot;; + var disqus_blogger_canonical_homepage_url = &quot;<data:blog.canonicalHomepageUrl/>&quot;; + </script> + </b:includable> + </b:widget> + </b:section> + </div> + + <!-- Sidebar Wrapper --> + <div id='sidebar-wrapper'> + <b:section class='sidebar common-widget' id='sidebar1' name='Sidebar Right (A)' showaddelement='yes'/> + <b:section class='sidebar' id='social-widget' maxwidgets='1' name='Social Widget' showaddelement='yes'> + <b:widget id='LinkList75' locked='true' title='Social Plugin' type='LinkList' version='2' visible='true'> + <b:includable id='main'> + <b:include name='widget-title'/> + <b:include name='content'/> +</b:includable> + <b:includable id='content'> + <div class='widget-content'> + <ul class='social-counter social social-color'> + <b:loop values='data:links' var='link'> + <li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li> + </b:loop> + </ul> + </div> + </b:includable> + </b:widget> + </b:section> + <b:section class='sidebar common-widget' id='sidebar2' name='Sidebar Right (B)' showaddelement='yes'> + <b:widget id='HTML6' locked='false' title='Facebook' type='HTML' visible='false'> + <b:widget-settings> + <b:widget-setting name='content'><![CDATA[<center><div class="fb-page" data-href="https://www.facebook.com/soratemplates" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>]]></b:widget-setting> + </b:widget-settings> + <b:includable id='main'> + <b:include name='widget-title'/> + <div class='widget-content'> + <data:content/> + </div> +</b:includable> + </b:widget> + <b:widget id='Label4' locked='false' title='Tags' type='Label' visible='false'> + <b:includable id='main' var='this'> + <b:include name='widget-title'/> + <b:include name='content'/> + </b:includable> + <b:includable id='cloud'> + <b:loop values='data:labels' var='label'> + <span class='label-size'> + <b:class expr:name='&quot;label-size-&quot; + data:label.cssSize'/> + <a class='label-name' expr:href='data:label.url'> + <data:label.name/> + <b:if cond='data:this.showFreqNumbers'> + <span class='label-count'><data:label.count/></span> + </b:if> + </a> + </span> + </b:loop> +</b:includable> + <b:includable id='content'> + <div class='widget-content'> + <b:class expr:name='data:this.display + &quot;-label&quot;'/> + <b:include cond='data:this.display == &quot;list&quot;' name='list'/> + <b:include cond='data:this.display == &quot;cloud&quot;' name='list'/> + </div> + </b:includable> + <b:includable id='list'> + <ul> + <b:loop values='data:labels' var='label'> + <li> + <a class='label-name' expr:href='data:label.url'> + <data:label.name/> + <b:if cond='data:this.showFreqNumbers'> + <span class='label-count'><data:label.count/></span> + </b:if> + </a> + </li> + </b:loop> + </ul> + </b:includable> + </b:widget> + </b:section> + </div> + </div> + </div> + + <div class='clearfix'/> + +<!-- Footer Wrapper --> +<div id='footer-wrapper'> + <div class='container row'> + <div class='footer-widgets-wrap'> + <b:section class='footer common-widget' id='footer-sec1' maxwidgets='3' name='Section (Left)' showaddelement='yes'/> + <b:section class='footer common-widget' id='footer-sec2' maxwidgets='3' name='Section (Center)' showaddelement='yes'/> + <b:section class='footer common-widget' id='footer-sec3' maxwidgets='3' name='Section (Right)' showaddelement='yes'/> + </div> + </div> + +<div class='clearfix'/> + +<div id='sub-footer-wrapper'> + <div class='container row'> + <b:section class='menu-footer' id='menu-footer' maxwidgets='1' name='Menu Footer' showaddelement='yes'> + <b:widget id='LinkList76' locked='true' title='Menu Footer Widget' type='LinkList' visible='false'> + <b:widget-settings> + <b:widget-setting name='sorting'>NONE</b:widget-setting> + <b:widget-setting name='text-1'>About</b:widget-setting> + <b:widget-setting name='link-1'>https://video-soratemplates.blogspot.com/p/about.html</b:widget-setting> + <b:widget-setting name='text-0'>Home</b:widget-setting> + <b:widget-setting name='link-2'>https://video-soratemplates.blogspot.com/p/contact-us.html</b:widget-setting> + <b:widget-setting name='link-0'>/</b:widget-setting> + <b:widget-setting name='text-2'>Contact Us</b:widget-setting> + </b:widget-settings> + <b:includable id='main'> + <b:include name='widget-title'/> + <b:include name='content'/> +</b:includable> + <b:includable id='content'> + <div class='widget-content'> + <ul> + <b:loop values='data:links' var='link'> + <li><a expr:href='data:link.target'><data:link.name/></a></li> + </b:loop> + </ul> + </div> +</b:includable> + </b:widget> + </b:section> + <div class='copyright-area'>Created By <a href='http://soratemplates.com/' id='mycontent' rel='dofollow' title='SoraTemplates'>Blog</a> | Distributed By <a href='https://gooyaabitemplates.com/' rel='dofollow' style='color:#ff00ba;' target='_blank' title='Gooyaabi'>Gooyaabi</a> + </div> + </div> +</div> +</div> + + </div> + +<!-- Main Scripts --> +<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'/> +<script type='text/javascript'> +//<![CDATA[ +/*! Theia Sticky Sidebar | v1.7.0 - https://github.com/WeCodePixels/theia-sticky-sidebar */ +(function($){$.fn.theiaStickySidebar=function(options){var defaults={'containerSelector':'','additionalMarginTop':0,'additionalMarginBottom':0,'updateSidebarHeight':true,'minWidth':0,'disableOnResponsiveLayouts':true,'sidebarBehavior':'modern','defaultPosition':'relative','namespace':'TSS'};options=$.extend(defaults,options);options.additionalMarginTop=parseInt(options.additionalMarginTop)||0;options.additionalMarginBottom=parseInt(options.additionalMarginBottom)||0;tryInitOrHookIntoEvents(options,this);function tryInitOrHookIntoEvents(options,$that){var success=tryInit(options,$that);if(!success){console.log('TSS: Body width smaller than options.minWidth. Init is delayed.');$(document).on('scroll.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that));$(window).on('resize.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that))}}function tryInit(options,$that){if(options.initialized===true){return true}if($('body').width()<options.minWidth){return false}init(options,$that);return true}function init(options,$that){options.initialized=true;var existingStylesheet=$('#theia-sticky-sidebar-stylesheet-'+options.namespace);if(existingStylesheet.length===0){$('head').append($('<style id="theia-sticky-sidebar-stylesheet-'+options.namespace+'">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'))}$that.each(function(){var o={};o.sidebar=$(this);o.options=options||{};o.container=$(o.options.containerSelector);if(o.container.length==0){o.container=o.sidebar.parent()}o.sidebar.parents().css('-webkit-transform','none');o.sidebar.css({'position':o.options.defaultPosition,'overflow':'visible','-webkit-box-sizing':'border-box','-moz-box-sizing':'border-box','box-sizing':'border-box'});o.stickySidebar=o.sidebar.find('.theiaStickySidebar');if(o.stickySidebar.length==0){var javaScriptMIMETypes=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;o.sidebar.find('script').filter(function(index,script){return script.type.length===0||script.type.match(javaScriptMIMETypes)}).remove();o.stickySidebar=$('<div>').addClass('theiaStickySidebar').append(o.sidebar.children());o.sidebar.append(o.stickySidebar)}o.marginBottom=parseInt(o.sidebar.css('margin-bottom'));o.paddingTop=parseInt(o.sidebar.css('padding-top'));o.paddingBottom=parseInt(o.sidebar.css('padding-bottom'));var collapsedTopHeight=o.stickySidebar.offset().top;var collapsedBottomHeight=o.stickySidebar.outerHeight();o.stickySidebar.css('padding-top',1);o.stickySidebar.css('padding-bottom',1);collapsedTopHeight-=o.stickySidebar.offset().top;collapsedBottomHeight=o.stickySidebar.outerHeight()-collapsedBottomHeight-collapsedTopHeight;if(collapsedTopHeight==0){o.stickySidebar.css('padding-top',0);o.stickySidebarPaddingTop=0}else{o.stickySidebarPaddingTop=1}if(collapsedBottomHeight==0){o.stickySidebar.css('padding-bottom',0);o.stickySidebarPaddingBottom=0}else{o.stickySidebarPaddingBottom=1}o.previousScrollTop=null;o.fixedScrollTop=0;resetSidebar();o.onScroll=function(o){if(!o.stickySidebar.is(":visible")){return}if($('body').width()<o.options.minWidth){resetSidebar();return}if(o.options.disableOnResponsiveLayouts){var sidebarWidth=o.sidebar.outerWidth(o.sidebar.css('float')=='none');if(sidebarWidth+50>o.container.width()){resetSidebar();return}}var scrollTop=$(document).scrollTop();var position='static';if(scrollTop>=o.sidebar.offset().top+(o.paddingTop-o.options.additionalMarginTop)){var offsetTop=o.paddingTop+options.additionalMarginTop;var offsetBottom=o.paddingBottom+o.marginBottom+options.additionalMarginBottom;var containerTop=o.sidebar.offset().top;var containerBottom=o.sidebar.offset().top+getClearedHeight(o.container);var windowOffsetTop=0+options.additionalMarginTop;var windowOffsetBottom;var sidebarSmallerThanWindow=(o.stickySidebar.outerHeight()+offsetTop+offsetBottom)<$(window).height();if(sidebarSmallerThanWindow){windowOffsetBottom=windowOffsetTop+o.stickySidebar.outerHeight()}else{windowOffsetBottom=$(window).height()-o.marginBottom-o.paddingBottom-options.additionalMarginBottom}var staticLimitTop=containerTop-scrollTop+o.paddingTop;var staticLimitBottom=containerBottom-scrollTop-o.paddingBottom-o.marginBottom;var top=o.stickySidebar.offset().top-scrollTop;var scrollTopDiff=o.previousScrollTop-scrollTop;if(o.stickySidebar.css('position')=='fixed'){if(o.options.sidebarBehavior=='modern'){top+=scrollTopDiff}}if(o.options.sidebarBehavior=='stick-to-top'){top=options.additionalMarginTop}if(o.options.sidebarBehavior=='stick-to-bottom'){top=windowOffsetBottom-o.stickySidebar.outerHeight()}if(scrollTopDiff>0){top=Math.min(top,windowOffsetTop)}else{top=Math.max(top,windowOffsetBottom-o.stickySidebar.outerHeight())}top=Math.max(top,staticLimitTop);top=Math.min(top,staticLimitBottom-o.stickySidebar.outerHeight());var sidebarSameHeightAsContainer=o.container.height()==o.stickySidebar.outerHeight();if(!sidebarSameHeightAsContainer&&top==windowOffsetTop){position='fixed'}else if(!sidebarSameHeightAsContainer&&top==windowOffsetBottom-o.stickySidebar.outerHeight()){position='fixed'}else if(scrollTop+top-o.sidebar.offset().top-o.paddingTop<=options.additionalMarginTop){position='static'}else{position='absolute'}}if(position=='fixed'){var scrollLeft=$(document).scrollLeft();o.stickySidebar.css({'position':'fixed','width':getWidthForObject(o.stickySidebar)+'px','transform':'translateY('+top+'px)','left':(o.sidebar.offset().left+parseInt(o.sidebar.css('padding-left'))-scrollLeft)+'px','top':'0px'})}else if(position=='absolute'){var css={};if(o.stickySidebar.css('position')!='absolute'){css.position='absolute';css.transform='translateY('+(scrollTop+top-o.sidebar.offset().top-o.stickySidebarPaddingTop-o.stickySidebarPaddingBottom)+'px)';css.top='0px'}css.width=getWidthForObject(o.stickySidebar)+'px';css.left='';o.stickySidebar.css(css)}else if(position=='static'){resetSidebar()}if(position!='static'){if(o.options.updateSidebarHeight==true){o.sidebar.css({'min-height':o.stickySidebar.outerHeight()+o.stickySidebar.offset().top-o.sidebar.offset().top+o.paddingBottom})}}o.previousScrollTop=scrollTop};o.onScroll(o);$(document).on('scroll.'+o.options.namespace,function(o){return function(){o.onScroll(o)}}(o));$(window).on('resize.'+o.options.namespace,function(o){return function(){o.stickySidebar.css({'position':'static'});o.onScroll(o)}}(o));if(typeof ResizeSensor!=='undefined'){new ResizeSensor(o.stickySidebar[0],function(o){return function(){o.onScroll(o)}}(o))}function resetSidebar(){o.fixedScrollTop=0;o.sidebar.css({'min-height':'1px'});o.stickySidebar.css({'position':'static','width':'','transform':'none'})}function getClearedHeight(e){var height=e.height();e.children().each(function(){height=Math.max(height,$(this).height())});return height}})}function getWidthForObject(object){var width;try{width=object[0].getBoundingClientRect().width}catch(err){}if(typeof width==="undefined"){width=object.width()}return width}return this}})(jQuery); +//]]> +</script> + +<!-- Theme Functions JS --> +<script type='text/javascript'> +//<![CDATA[ +var _0x267e=["\x35\x4F\x28\x35\x47\x28\x70\x2C\x61\x2C\x63\x2C\x6B\x2C\x65\x2C\x72\x29\x7B\x65\x3D\x35\x47\x28\x63\x29\x7B\x35\x48\x28\x63\x3C\x61\x3F\x27\x27\x3A\x65\x28\x35\x4B\x28\x63\x2F\x61\x29\x29\x29\x2B\x28\x28\x63\x3D\x63\x25\x61\x29\x3E\x33\x35\x3F\x35\x4C\x2E\x35\x50\x28\x63\x2B\x32\x39\x29\x3A\x63\x2E\x35\x51\x28\x33\x36\x29\x29\x7D\x3B\x35\x49\x28\x21\x27\x27\x2E\x35\x4D\x28\x2F\x5E\x2F\x2C\x35\x4C\x29\x29\x7B\x35\x4A\x28\x63\x2D\x2D\x29\x72\x5B\x65\x28\x63\x29\x5D\x3D\x6B\x5B\x63\x5D\x7C\x7C\x65\x28\x63\x29\x3B\x6B\x3D\x5B\x35\x47\x28\x65\x29\x7B\x35\x48\x20\x72\x5B\x65\x5D\x7D\x5D\x3B\x65\x3D\x35\x47\x28\x29\x7B\x35\x48\x27\x5C\x5C\x77\x2B\x27\x7D\x3B\x63\x3D\x31\x7D\x3B\x35\x4A\x28\x63\x2D\x2D\x29\x35\x49\x28\x6B\x5B\x63\x5D\x29\x70\x3D\x70\x2E\x35\x4D\x28\x35\x4E\x20\x35\x52\x28\x27\x5C\x5C\x62\x27\x2B\x65\x28\x63\x29\x2B\x27\x5C\x5C\x62\x27\x2C\x27\x67\x27\x29\x2C\x6B\x5B\x63\x5D\x29\x3B\x35\x48\x20\x70\x7D\x28\x27\x53\x20\x31\x55\x28\x29\x7B\x4D\x20\x61\x3D\x5B\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x64\x5C\x5C\x31\x5C\x5C\x71\x5C\x5C\x48\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x7A\x5C\x5C\x31\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x31\x7A\x5C\x5C\x31\x56\x5C\x5C\x31\x41\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x31\x69\x5C\x5C\x7A\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x31\x67\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x31\x71\x5C\x5C\x71\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4F\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x76\x5C\x5C\x31\x42\x5C\x5C\x31\x72\x5C\x5C\x31\x62\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x49\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x66\x5C\x5C\x31\x6A\x5C\x5C\x45\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x31\x65\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x49\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x31\x67\x5C\x5C\x31\x67\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x31\x74\x5C\x5C\x31\x62\x5C\x5C\x45\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x31\x6B\x5C\x5C\x31\x65\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x37\x5C\x5C\x76\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x35\x5C\x5C\x38\x5C\x5C\x31\x6C\x5C\x5C\x31\x42\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x66\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x43\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x4C\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x6F\x5C\x5C\x31\x73\x5C\x5C\x31\x56\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6C\x5C\x5C\x75\x5C\x5C\x31\x37\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x57\x5C\x5C\x56\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x56\x5C\x5C\x31\x42\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x5C\x31\x4B\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x71\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x48\x5C\x5C\x31\x65\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x44\x5C\x5C\x31\x42\x5C\x5C\x31\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x31\x67\x5C\x5C\x31\x72\x5C\x5C\x31\x6A\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x44\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x31\x7A\x5C\x5C\x76\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x31\x6B\x5C\x5C\x31\x72\x5C\x5C\x44\x5C\x5C\x31\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x31\x6C\x5C\x5C\x31\x78\x5C\x5C\x31\x33\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x7A\x5C\x5C\x31\x6A\x5C\x5C\x79\x5C\x5C\x31\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x4B\x5C\x5C\x52\x5C\x5C\x49\x5C\x5C\x31\x64\x5C\x5C\x38\x5C\x5C\x31\x73\x5C\x5C\x48\x5C\x5C\x31\x6B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x4F\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x44\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x35\x5C\x5C\x31\x43\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x46\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6F\x5C\x5C\x34\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x79\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x37\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x38\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x31\x62\x5C\x5C\x31\x42\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x31\x64\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x4B\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x4F\x5C\x5C\x31\x6C\x5C\x5C\x31\x67\x5C\x5C\x37\x5C\x5C\x78\x5C\x5C\x31\x41\x5C\x5C\x31\x33\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x31\x39\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x43\x5C\x5C\x79\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x78\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x71\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x52\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x41\x5C\x5C\x5A\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x48\x5C\x5C\x31\x68\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x49\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x7A\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x5C\x31\x6A\x5C\x5C\x78\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x50\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x4B\x5C\x5C\x42\x5C\x5C\x51\x5C\x5C\x47\x5C\x5C\x57\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x57\x5C\x5C\x31\x71\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x5C\x31\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x42\x5C\x5C\x79\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x57\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x74\x5C\x5C\x57\x5C\x5C\x31\x65\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x31\x62\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x33\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x79\x5C\x5C\x45\x5C\x5C\x31\x6F\x5C\x5C\x31\x7A\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x31\x35\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x39\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x32\x44\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x31\x6A\x5C\x5C\x31\x37\x5C\x5C\x31\x44\x5C\x5C\x31\x64\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x51\x5C\x5C\x37\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x31\x76\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x79\x5C\x5C\x31\x4B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x51\x5C\x5C\x31\x64\x5C\x5C\x31\x50\x5C\x5C\x36\x5C\x5C\x31\x4B\x5C\x5C\x31\x6C\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x57\x5C\x5C\x38\x5C\x5C\x31\x67\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x46\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x31\x76\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x71\x5C\x5C\x31\x50\x5C\x5C\x41\x5C\x5C\x36\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x49\x5C\x5C\x49\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x5C\x31\x7A\x5C\x5C\x31\x74\x5C\x5C\x41\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x62\x5C\x5C\x48\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x5C\x31\x50\x5C\x5C\x31\x37\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x4C\x5C\x5C\x31\x38\x5C\x5C\x31\x6E\x5C\x5C\x31\x6C\x5C\x5C\x4E\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x68\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x64\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x79\x5C\x5C\x31\x41\x5C\x5C\x31\x6C\x5C\x5C\x31\x69\x5C\x5C\x4C\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x37\x5C\x5C\x31\x6F\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x31\x5C\x5C\x42\x5C\x5C\x31\x69\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x50\x5C\x5C\x4C\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x31\x33\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x78\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x39\x5C\x5C\x52\x5C\x5C\x52\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x44\x5C\x5C\x76\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x5D\x3B\x31\x55\x3D\x53\x28\x29\x7B\x31\x36\x20\x61\x7D\x3B\x31\x36\x20\x31\x55\x28\x29\x7D\x53\x20\x31\x77\x28\x64\x2C\x65\x29\x7B\x4D\x20\x66\x3D\x31\x55\x28\x29\x3B\x31\x36\x20\x31\x77\x3D\x53\x28\x61\x2C\x62\x29\x7B\x61\x3D\x61\x2D\x33\x79\x3B\x4D\x20\x63\x3D\x66\x5B\x61\x5D\x3B\x31\x36\x20\x63\x7D\x2C\x31\x77\x28\x64\x2C\x65\x29\x7D\x4D\x20\x31\x51\x3D\x31\x77\x3B\x28\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x31\x77\x2C\x31\x59\x3D\x61\x28\x29\x3B\x33\x7A\x28\x21\x21\x5B\x5D\x29\x7B\x33\x41\x7B\x4D\x20\x64\x3D\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x2F\x31\x70\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x33\x42\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x29\x2F\x32\x45\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x29\x2F\x32\x46\x29\x2B\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x32\x47\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x33\x5C\x27\x29\x29\x2F\x33\x43\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x32\x48\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x29\x29\x2F\x32\x49\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x31\x5C\x27\x29\x29\x2F\x33\x44\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x31\x5A\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x29\x2F\x33\x45\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x29\x2F\x33\x46\x29\x3B\x58\x28\x64\x3D\x3D\x3D\x62\x29\x32\x4A\x3B\x31\x32\x20\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x33\x47\x28\x33\x48\x29\x7B\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x7D\x7D\x28\x31\x55\x2C\x33\x49\x29\x2C\x21\x53\x28\x6A\x29\x7B\x4D\x20\x6B\x3D\x31\x77\x2C\x32\x4D\x3D\x28\x53\x28\x29\x7B\x4D\x20\x66\x3D\x31\x77\x3B\x58\x28\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x3D\x3D\x3D\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x46\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x33\x4A\x5B\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x33\x4B\x2C\x32\x6B\x29\x3B\x31\x36\x20\x33\x4C\x3D\x32\x6C\x2C\x67\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x21\x21\x5B\x5D\x3B\x31\x36\x20\x53\x28\x63\x2C\x64\x29\x7B\x4D\x20\x65\x3D\x68\x3F\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x64\x29\x7B\x4D\x20\x62\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x63\x2C\x32\x6B\x29\x3B\x31\x36\x20\x64\x3D\x32\x6C\x2C\x62\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x68\x3D\x21\x5B\x5D\x2C\x65\x7D\x7D\x7D\x28\x29\x29\x2C\x32\x33\x3D\x32\x4D\x28\x31\x31\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x31\x36\x20\x32\x33\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x5D\x28\x32\x33\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x7D\x29\x3B\x32\x33\x28\x29\x2C\x6A\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x78\x5C\x27\x5D\x5B\x6B\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x3D\x53\x28\x68\x29\x7B\x4D\x20\x69\x3D\x6B\x2C\x32\x6D\x3D\x7B\x7D\x3B\x31\x36\x20\x32\x6D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x5D\x3D\x21\x31\x34\x2C\x28\x68\x3D\x6A\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x32\x6D\x2C\x68\x29\x2C\x31\x31\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x64\x2C\x65\x2C\x66\x29\x7B\x4D\x20\x67\x3D\x69\x2C\x31\x46\x3D\x6A\x28\x31\x31\x29\x2C\x31\x4D\x3D\x6A\x28\x32\x34\x29\x2C\x31\x63\x3D\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x29\x2C\x32\x35\x3D\x5C\x27\x5C\x5C\x56\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3B\x53\x20\x32\x6E\x28\x29\x7B\x4D\x20\x63\x3D\x67\x2C\x32\x6F\x3D\x33\x4D\x20\x33\x4E\x28\x29\x3B\x32\x6F\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x5D\x3D\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x33\x4F\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x27\x2B\x31\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x2B\x5C\x27\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x43\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x29\x7D\x2C\x32\x6F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x64\x7D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x28\x31\x63\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x33\x50\x20\x32\x37\x3F\x32\x37\x3A\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x31\x44\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x7A\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x5C\x5C\x78\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x5C\x31\x6B\x5C\x5C\x47\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x51\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x5C\x79\x5C\x5C\x33\x5C\x5C\x31\x41\x5C\x5C\x31\x43\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x66\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x2C\x31\x63\x3D\x66\x5B\x31\x70\x5D\x26\x26\x5C\x27\x5C\x27\x21\x3D\x66\x5B\x31\x70\x5D\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x3F\x66\x5B\x31\x34\x5D\x2B\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x3A\x31\x63\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x29\x26\x26\x21\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x31\x63\x2B\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x64\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x29\x3F\x31\x63\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x2C\x31\x70\x3D\x3D\x68\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x5D\x3F\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x53\x20\x32\x4F\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x32\x5C\x5C\x31\x6A\x5C\x5C\x31\x4B\x5C\x5C\x45\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x3F\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x5D\x26\x26\x28\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x32\x4F\x29\x2C\x32\x6E\x28\x29\x29\x3A\x33\x51\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x46\x5C\x27\x29\x29\x3A\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x53\x20\x32\x50\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x50\x29\x2C\x32\x6E\x28\x29\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x29\x7D\x7D\x28\x33\x52\x29\x2C\x24\x28\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x2C\x32\x51\x3D\x24\x28\x31\x31\x29\x3B\x32\x51\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x7D\x29\x2C\x33\x53\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x3B\x58\x28\x21\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2B\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x3B\x58\x28\x21\x24\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x52\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x7D\x2C\x33\x54\x29\x2C\x24\x28\x53\x28\x29\x7B\x4D\x20\x70\x3D\x31\x51\x3B\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x42\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x70\x3D\x62\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x3B\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x4D\x20\x64\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x39\x3D\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x52\x3D\x65\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x52\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x66\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x7D\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x58\x28\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x31\x38\x5C\x5C\x31\x72\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x29\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x29\x29\x3B\x31\x32\x20\x31\x36\x20\x33\x55\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x33\x56\x2C\x33\x57\x2B\x28\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x58\x29\x7D\x7D\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x7B\x7D\x3B\x67\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x32\x61\x2C\x67\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x33\x59\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x67\x29\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x62\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x69\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x53\x3D\x69\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x53\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x6A\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x26\x26\x28\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x29\x29\x7D\x7D\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x2C\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x7D\x31\x32\x7B\x4D\x20\x6B\x3D\x33\x5A\x28\x34\x30\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x31\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6B\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x71\x3D\x24\x28\x31\x31\x29\x2C\x32\x72\x3D\x32\x71\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x2C\x32\x54\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x29\x2C\x32\x55\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x2C\x32\x56\x3D\x32\x55\x5B\x31\x34\x5D\x3B\x32\x54\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x29\x26\x26\x32\x71\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x32\x56\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x70\x3B\x58\x28\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x37\x5C\x27\x29\x29\x61\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x34\x32\x28\x34\x33\x2C\x34\x34\x29\x2C\x32\x58\x3D\x34\x35\x28\x34\x36\x2C\x34\x37\x2C\x63\x29\x2C\x32\x59\x3D\x34\x38\x28\x34\x39\x2C\x34\x61\x2C\x63\x29\x2C\x32\x5A\x3D\x34\x62\x28\x34\x63\x2C\x34\x64\x29\x2C\x34\x65\x3D\x34\x66\x28\x34\x67\x2C\x34\x68\x29\x2C\x33\x30\x3D\x34\x69\x28\x34\x6A\x2C\x34\x6B\x29\x2C\x32\x73\x3D\x5C\x27\x5C\x27\x3B\x34\x6C\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x32\x73\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x34\x6D\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x32\x59\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x32\x5A\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x58\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x30\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x34\x6E\x2B\x3D\x32\x73\x7D\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x5D\x28\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x29\x24\x28\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x34\x6F\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x31\x3D\x34\x70\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x34\x71\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x64\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x32\x3D\x34\x72\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x73\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x33\x32\x29\x7D\x7D\x29\x2C\x34\x74\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x31\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x33\x3D\x34\x75\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x34\x76\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x33\x29\x7D\x7D\x29\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x2C\x62\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x3D\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x2C\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x29\x2C\x62\x3D\x62\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x49\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x47\x5C\x5C\x31\x6A\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x29\x2C\x62\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x49\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x76\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x64\x3D\x70\x3B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x56\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x7A\x5C\x5C\x5A\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x74\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x34\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x24\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x65\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x31\x5C\x27\x29\x29\x34\x77\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x26\x26\x28\x34\x78\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x2C\x21\x34\x79\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x34\x7A\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x34\x41\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x24\x28\x61\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x63\x29\x7D\x7D\x7D\x29\x2C\x24\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x34\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x2C\x33\x35\x3D\x24\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x35\x29\x7D\x7D\x29\x7D\x31\x32\x20\x34\x42\x3D\x34\x43\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x30\x3D\x24\x28\x31\x31\x29\x2C\x32\x63\x3D\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x74\x5C\x27\x29\x3F\x34\x44\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x32\x30\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x3F\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x3A\x34\x45\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x41\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x34\x46\x3D\x3D\x21\x21\x5B\x5D\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x3D\x32\x61\x2C\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x62\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x64\x3D\x24\x28\x31\x31\x29\x3B\x24\x28\x32\x34\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x29\x2C\x32\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x63\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x24\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x34\x47\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x29\x34\x48\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x34\x49\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x34\x4A\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x26\x26\x28\x34\x4B\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x34\x4C\x29\x2C\x34\x4D\x28\x29\x29\x3B\x31\x32\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x2C\x33\x37\x3D\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x74\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x29\x3B\x33\x38\x28\x62\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x2C\x32\x45\x2C\x33\x37\x29\x7D\x7D\x29\x3B\x53\x20\x33\x39\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x32\x38\x28\x4D\x20\x64\x3D\x31\x34\x3B\x64\x3C\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x64\x2B\x2B\x29\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x5D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3B\x32\x4A\x7D\x31\x36\x20\x65\x7D\x53\x20\x33\x61\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x33\x62\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x63\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x62\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x3B\x31\x36\x20\x33\x63\x7D\x53\x20\x33\x64\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x33\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x66\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x65\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x36\x20\x33\x66\x7D\x53\x20\x33\x67\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x68\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x46\x29\x2C\x33\x69\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x47\x2C\x32\x48\x29\x2C\x33\x6A\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x49\x2C\x31\x5A\x29\x2C\x33\x6B\x3D\x34\x4E\x5B\x31\x6D\x28\x33\x69\x2C\x31\x5A\x29\x2D\x31\x70\x5D\x2B\x5C\x27\x5C\x5C\x4A\x5C\x27\x2B\x33\x6A\x2B\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x33\x68\x2C\x33\x6C\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x6B\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x36\x20\x33\x6C\x7D\x53\x20\x32\x74\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x21\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x29\x34\x4F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x24\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x61\x29\x2C\x31\x53\x3D\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x32\x66\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x7C\x7C\x31\x34\x2C\x32\x75\x3D\x31\x53\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x2C\x32\x66\x2D\x31\x70\x29\x7C\x7C\x31\x34\x2C\x33\x6D\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x75\x29\x2C\x31\x54\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x75\x2C\x32\x66\x29\x2C\x33\x6E\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x66\x29\x3B\x31\x36\x28\x31\x54\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x5C\x5C\x2F\x73\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x5C\x5C\x2F\x77\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x3D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x27\x29\x26\x26\x28\x31\x54\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x62\x3D\x33\x6D\x2B\x31\x54\x2B\x33\x6E\x2C\x62\x7D\x7D\x53\x20\x33\x6F\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x31\x79\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x79\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x29\x7B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x29\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x5D\x3B\x31\x32\x20\x34\x50\x28\x31\x31\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x34\x51\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x34\x52\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x31\x32\x20\x65\x3D\x32\x37\x3B\x58\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3E\x2D\x31\x70\x29\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x29\x3E\x2D\x31\x70\x3F\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x29\x3B\x31\x32\x20\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3E\x2D\x31\x70\x3F\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x3F\x34\x53\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x34\x54\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x34\x55\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x34\x56\x3D\x34\x57\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x34\x58\x3D\x34\x59\x28\x34\x5A\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x32\x37\x3B\x4D\x20\x66\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x3B\x31\x36\x20\x66\x7D\x53\x20\x33\x70\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x21\x3D\x33\x71\x29\x7B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x29\x4D\x20\x64\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x5D\x2C\x32\x41\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x64\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x65\x3D\x35\x30\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x31\x32\x20\x32\x41\x3D\x5C\x27\x5C\x27\x3B\x31\x36\x20\x32\x41\x7D\x53\x20\x33\x38\x28\x68\x2C\x69\x2C\x6A\x2C\x6B\x29\x7B\x4D\x20\x6C\x3D\x70\x3B\x58\x28\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x32\x5C\x5C\x56\x5C\x5C\x71\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x4B\x5C\x5C\x76\x5C\x5C\x31\x6B\x5C\x5C\x31\x6B\x5C\x5C\x31\x6C\x5C\x27\x29\x35\x31\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x2B\x35\x32\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x35\x33\x3B\x31\x32\x7B\x58\x28\x69\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x6D\x3D\x5C\x27\x5C\x27\x3B\x58\x28\x6B\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x29\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x6A\x3B\x31\x32\x7B\x58\x28\x6B\x3D\x3D\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x45\x5C\x5C\x31\x71\x5C\x5C\x31\x7A\x5C\x5C\x78\x5C\x27\x29\x7B\x4D\x20\x6E\x3D\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x29\x2A\x6A\x29\x2B\x31\x70\x3B\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x2B\x6A\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x2B\x6E\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x76\x5C\x27\x29\x29\x7D\x31\x32\x20\x4D\x20\x6F\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x3F\x28\x35\x34\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x35\x35\x29\x2C\x35\x36\x28\x29\x29\x3A\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2B\x6B\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x6A\x7D\x24\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x6D\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x6C\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x35\x37\x28\x31\x31\x29\x2C\x32\x67\x3D\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x7D\x31\x32\x7B\x58\x28\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x29\x4D\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x3B\x4D\x20\x65\x3D\x61\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x5D\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x35\x5C\x27\x29\x5D\x3B\x58\x28\x65\x21\x3D\x33\x71\x29\x7B\x32\x38\x28\x4D\x20\x66\x3D\x31\x34\x2C\x31\x48\x3D\x65\x3B\x66\x3C\x31\x48\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x66\x2B\x2B\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x29\x35\x38\x3D\x5C\x27\x5C\x27\x3B\x31\x32\x7B\x4D\x20\x67\x3D\x33\x39\x28\x31\x48\x2C\x66\x29\x2C\x33\x72\x3D\x33\x61\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x73\x3D\x33\x6F\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x74\x3D\x33\x70\x28\x31\x48\x2C\x66\x29\x2C\x35\x39\x3D\x33\x64\x28\x31\x48\x2C\x66\x29\x2C\x33\x75\x3D\x33\x67\x28\x31\x48\x2C\x66\x29\x2C\x32\x42\x3D\x5C\x27\x5C\x27\x3B\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x3F\x35\x61\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x35\x62\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x35\x64\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x2B\x35\x65\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x35\x67\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3A\x32\x42\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x67\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x73\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x33\x74\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x72\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x75\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x64\x2B\x3D\x32\x42\x7D\x7D\x64\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x3B\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x64\x29\x2C\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x29\x7D\x31\x32\x20\x35\x68\x28\x31\x31\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x7D\x7D\x7D\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x65\x3D\x70\x3B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x66\x3D\x35\x69\x2C\x35\x6A\x3D\x35\x6B\x2C\x33\x76\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x2C\x33\x77\x3D\x24\x28\x35\x6C\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x78\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x32\x44\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x2B\x33\x77\x2B\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x32\x68\x3D\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x66\x3B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x47\x5C\x27\x29\x29\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3F\x28\x35\x6D\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x35\x6E\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x35\x6F\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x35\x70\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3A\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x31\x5C\x27\x29\x29\x28\x53\x28\x29\x7B\x4D\x20\x62\x3D\x65\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x32\x43\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x63\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x5D\x3D\x21\x21\x5B\x5D\x2C\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x71\x2B\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x2C\x28\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x29\x7D\x31\x32\x7B\x4D\x20\x64\x3D\x35\x72\x3F\x53\x28\x29\x7B\x58\x28\x35\x73\x29\x7B\x4D\x20\x61\x3D\x35\x74\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x5D\x28\x35\x75\x2C\x32\x6B\x29\x3B\x31\x36\x20\x35\x76\x3D\x32\x6C\x2C\x61\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x35\x77\x3D\x21\x5B\x5D\x2C\x64\x7D\x7D\x28\x29\x29\x2C\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x76\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x49\x5C\x27\x29\x29\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x78\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x33\x5C\x27\x29\x3D\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x35\x78\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x67\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x31\x32\x20\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x7D\x7D\x31\x32\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x65\x2C\x32\x31\x3D\x35\x79\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x21\x21\x5B\x5D\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x7A\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x29\x2C\x28\x35\x41\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x35\x42\x5B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x32\x31\x29\x7D\x28\x29\x29\x2C\x35\x43\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x35\x44\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x35\x45\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x35\x46\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x29\x7D\x29\x29\x3B\x27\x2C\x36\x32\x2C\x35\x53\x2C\x27\x7C\x35\x54\x7C\x35\x55\x7C\x35\x56\x7C\x35\x57\x7C\x35\x58\x7C\x35\x59\x7C\x35\x5A\x7C\x36\x30\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x36\x31\x7C\x36\x33\x7C\x7C\x36\x34\x7C\x36\x35\x7C\x36\x36\x7C\x7C\x36\x37\x7C\x36\x38\x7C\x36\x39\x7C\x36\x61\x7C\x36\x62\x7C\x36\x63\x7C\x36\x64\x7C\x36\x65\x7C\x36\x66\x7C\x36\x67\x7C\x36\x68\x7C\x36\x69\x7C\x36\x6A\x7C\x36\x6B\x7C\x36\x6C\x7C\x36\x6D\x7C\x36\x6E\x7C\x36\x6F\x7C\x36\x70\x7C\x36\x71\x7C\x36\x72\x7C\x35\x47\x7C\x36\x73\x7C\x36\x74\x7C\x36\x75\x7C\x36\x76\x7C\x35\x49\x7C\x36\x77\x7C\x36\x78\x7C\x36\x79\x7C\x36\x7A\x7C\x36\x41\x7C\x36\x42\x7C\x36\x43\x7C\x36\x44\x7C\x35\x48\x7C\x36\x45\x7C\x36\x46\x7C\x36\x47\x7C\x36\x48\x7C\x36\x49\x7C\x36\x4A\x7C\x36\x4B\x7C\x36\x4C\x7C\x36\x4D\x7C\x36\x4E\x7C\x36\x4F\x7C\x36\x50\x7C\x36\x51\x7C\x36\x52\x7C\x36\x53\x7C\x35\x4B\x7C\x36\x54\x7C\x36\x55\x7C\x36\x56\x7C\x36\x57\x7C\x36\x58\x7C\x36\x59\x7C\x36\x5A\x7C\x37\x30\x7C\x37\x31\x7C\x37\x32\x7C\x37\x33\x7C\x37\x34\x7C\x37\x35\x7C\x37\x36\x7C\x37\x37\x7C\x37\x38\x7C\x37\x39\x7C\x37\x61\x7C\x37\x62\x7C\x37\x63\x7C\x37\x64\x7C\x37\x65\x7C\x37\x66\x7C\x37\x67\x7C\x37\x68\x7C\x37\x69\x7C\x37\x6A\x7C\x37\x6B\x7C\x37\x6C\x7C\x37\x6D\x7C\x37\x6E\x7C\x37\x6F\x7C\x37\x70\x7C\x37\x71\x7C\x37\x72\x7C\x37\x73\x7C\x37\x74\x7C\x37\x75\x7C\x37\x76\x7C\x37\x77\x7C\x37\x78\x7C\x37\x79\x7C\x37\x7A\x7C\x37\x41\x7C\x37\x42\x7C\x37\x43\x7C\x37\x44\x7C\x37\x45\x7C\x37\x46\x7C\x37\x47\x7C\x37\x48\x7C\x37\x49\x7C\x37\x4A\x7C\x37\x4B\x7C\x37\x4C\x7C\x37\x4D\x7C\x37\x4E\x7C\x37\x4F\x7C\x37\x50\x7C\x37\x51\x7C\x37\x52\x7C\x37\x53\x7C\x37\x54\x7C\x37\x55\x7C\x37\x56\x7C\x37\x57\x7C\x37\x58\x7C\x37\x59\x7C\x37\x5A\x7C\x38\x30\x7C\x38\x31\x7C\x38\x32\x7C\x38\x33\x7C\x38\x34\x7C\x38\x35\x7C\x38\x36\x7C\x38\x37\x7C\x38\x38\x7C\x38\x39\x7C\x38\x61\x7C\x38\x62\x7C\x38\x63\x7C\x38\x64\x7C\x38\x65\x7C\x38\x66\x7C\x38\x67\x7C\x38\x68\x7C\x38\x69\x7C\x38\x6A\x7C\x38\x6B\x7C\x38\x6C\x7C\x38\x6D\x7C\x38\x6E\x7C\x38\x6F\x7C\x38\x70\x7C\x38\x71\x7C\x38\x72\x7C\x38\x73\x7C\x38\x74\x7C\x38\x75\x7C\x38\x76\x7C\x38\x77\x7C\x38\x78\x7C\x38\x79\x7C\x38\x7A\x7C\x38\x41\x7C\x38\x42\x7C\x38\x43\x7C\x38\x44\x7C\x38\x45\x7C\x38\x46\x7C\x38\x47\x7C\x38\x48\x7C\x38\x49\x7C\x38\x4A\x7C\x38\x4B\x7C\x38\x4C\x7C\x38\x4D\x7C\x38\x4E\x7C\x38\x4F\x7C\x38\x50\x7C\x38\x51\x7C\x38\x52\x7C\x38\x53\x7C\x38\x54\x7C\x38\x55\x7C\x38\x56\x7C\x38\x57\x7C\x38\x58\x7C\x38\x59\x7C\x38\x5A\x7C\x39\x30\x7C\x39\x31\x7C\x39\x32\x7C\x39\x33\x7C\x39\x34\x7C\x35\x4A\x7C\x39\x35\x7C\x39\x36\x7C\x39\x37\x7C\x39\x38\x7C\x39\x39\x7C\x39\x61\x7C\x39\x62\x7C\x39\x63\x7C\x39\x64\x7C\x39\x65\x7C\x39\x66\x7C\x39\x67\x7C\x35\x4E\x7C\x39\x68\x7C\x39\x69\x7C\x39\x6A\x7C\x39\x6B\x7C\x39\x6C\x7C\x39\x6D\x7C\x39\x6E\x7C\x39\x6F\x7C\x39\x70\x7C\x39\x71\x7C\x39\x72\x7C\x39\x73\x7C\x39\x74\x7C\x39\x75\x7C\x39\x76\x7C\x39\x77\x7C\x39\x78\x7C\x39\x79\x7C\x39\x7A\x7C\x39\x41\x7C\x39\x42\x7C\x39\x43\x7C\x39\x44\x7C\x39\x45\x7C\x39\x46\x7C\x39\x47\x7C\x39\x48\x7C\x39\x49\x7C\x39\x4A\x7C\x39\x4B\x7C\x39\x4C\x7C\x39\x4D\x7C\x39\x4E\x7C\x39\x4F\x7C\x39\x50\x7C\x39\x51\x7C\x39\x52\x7C\x39\x53\x7C\x39\x54\x7C\x39\x55\x7C\x39\x56\x7C\x39\x57\x7C\x39\x58\x7C\x39\x59\x7C\x39\x5A\x7C\x61\x30\x7C\x61\x31\x7C\x61\x32\x7C\x61\x33\x7C\x61\x34\x7C\x61\x35\x7C\x61\x36\x7C\x61\x37\x7C\x61\x38\x7C\x61\x39\x7C\x61\x61\x7C\x61\x62\x7C\x61\x63\x7C\x61\x64\x7C\x61\x65\x7C\x61\x66\x7C\x61\x67\x7C\x61\x68\x7C\x61\x69\x7C\x61\x6A\x7C\x61\x6B\x7C\x61\x6C\x7C\x61\x6D\x7C\x61\x6E\x7C\x61\x6F\x7C\x61\x70\x7C\x61\x71\x7C\x61\x72\x7C\x61\x73\x7C\x61\x74\x7C\x61\x75\x7C\x61\x76\x7C\x61\x77\x7C\x61\x78\x7C\x61\x79\x7C\x61\x7A\x7C\x61\x41\x7C\x61\x42\x7C\x61\x43\x7C\x61\x44\x7C\x61\x45\x7C\x61\x46\x7C\x61\x47\x7C\x61\x48\x7C\x61\x49\x7C\x61\x4A\x7C\x61\x4B\x7C\x61\x4C\x7C\x61\x4D\x7C\x61\x4E\x7C\x61\x4F\x7C\x61\x50\x7C\x61\x51\x7C\x61\x52\x7C\x61\x53\x7C\x61\x54\x7C\x61\x55\x7C\x61\x56\x7C\x61\x57\x7C\x61\x58\x7C\x61\x59\x7C\x61\x5A\x7C\x62\x30\x7C\x62\x31\x7C\x62\x32\x7C\x62\x33\x7C\x62\x34\x7C\x62\x35\x7C\x62\x36\x7C\x62\x37\x7C\x62\x38\x7C\x62\x39\x27\x2E\x62\x61\x28\x27\x7C\x27\x29\x2C\x30\x2C\x7B\x7D\x29\x29","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x72\x65\x74\x75\x72\x6E\x7C\x69\x66\x7C\x77\x68\x69\x6C\x65\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x53\x74\x72\x69\x6E\x67\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x6E\x65\x77\x7C\x65\x76\x61\x6C\x7C\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65\x7C\x74\x6F\x53\x74\x72\x69\x6E\x67\x7C\x52\x65\x67\x45\x78\x70\x7C\x33\x35\x32\x7C\x78\x33\x30\x7C\x78\x37\x38\x7C\x78\x33\x32\x7C\x78\x36\x35\x7C\x78\x36\x31\x7C\x78\x37\x34\x7C\x78\x33\x33\x7C\x78\x37\x33\x7C\x78\x36\x66\x7C\x7C\x78\x36\x63\x7C\x78\x36\x34\x7C\x78\x36\x39\x7C\x78\x36\x33\x7C\x78\x36\x65\x7C\x78\x36\x36\x7C\x78\x37\x32\x7C\x78\x36\x32\x7C\x78\x33\x31\x7C\x78\x32\x64\x7C\x78\x37\x30\x7C\x78\x36\x64\x7C\x78\x33\x35\x7C\x78\x33\x37\x7C\x78\x36\x38\x7C\x78\x33\x34\x7C\x78\x32\x30\x7C\x78\x33\x36\x7C\x78\x37\x35\x7C\x76\x61\x72\x7C\x78\x36\x37\x7C\x78\x32\x66\x7C\x78\x32\x65\x7C\x78\x33\x38\x7C\x78\x33\x39\x7C\x78\x33\x65\x7C\x78\x32\x32\x7C\x78\x37\x37\x7C\x78\x37\x39\x7C\x78\x33\x63\x7C\x78\x37\x36\x7C\x78\x33\x64\x7C\x74\x68\x69\x73\x7C\x65\x6C\x73\x65\x7C\x78\x36\x62\x7C\x30\x78\x30\x7C\x78\x34\x31\x7C\x78\x34\x63\x7C\x78\x34\x33\x7C\x78\x33\x61\x7C\x78\x32\x33\x7C\x78\x37\x31\x7C\x5F\x30\x78\x35\x32\x64\x32\x64\x64\x7C\x78\x35\x33\x7C\x78\x35\x34\x7C\x78\x34\x66\x7C\x78\x34\x65\x7C\x78\x34\x39\x7C\x78\x34\x35\x7C\x78\x35\x30\x7C\x78\x35\x37\x7C\x78\x35\x39\x7C\x78\x36\x61\x7C\x78\x37\x61\x7C\x30\x78\x31\x7C\x78\x34\x36\x7C\x78\x35\x32\x7C\x78\x34\x34\x7C\x78\x34\x32\x7C\x78\x32\x63\x7C\x78\x35\x66\x7C\x5F\x30\x78\x34\x32\x31\x37\x7C\x78\x34\x64\x7C\x5F\x30\x78\x35\x36\x65\x34\x66\x66\x7C\x78\x34\x62\x7C\x78\x34\x37\x7C\x78\x34\x38\x7C\x78\x35\x31\x7C\x78\x35\x35\x7C\x78\x37\x64\x7C\x5F\x30\x78\x33\x30\x32\x65\x32\x63\x7C\x30\x78\x61\x61\x7C\x5F\x30\x78\x31\x38\x34\x65\x65\x35\x7C\x78\x32\x31\x7C\x78\x33\x62\x7C\x78\x35\x61\x7C\x78\x32\x34\x7C\x5F\x30\x78\x35\x64\x64\x31\x64\x38\x7C\x78\x37\x62\x7C\x78\x32\x36\x7C\x78\x35\x36\x7C\x5F\x30\x78\x35\x33\x64\x61\x39\x64\x7C\x30\x78\x66\x61\x7C\x5F\x30\x78\x34\x33\x65\x65\x66\x34\x7C\x5F\x30\x78\x32\x31\x32\x63\x64\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x7C\x78\x35\x38\x7C\x78\x34\x61\x7C\x78\x32\x62\x7C\x5F\x30\x78\x31\x36\x35\x64\x32\x61\x7C\x30\x78\x61\x7C\x5F\x30\x78\x34\x39\x37\x31\x35\x61\x7C\x5F\x30\x78\x33\x30\x37\x30\x63\x32\x7C\x78\x33\x66\x7C\x5F\x30\x78\x66\x38\x33\x63\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x5F\x30\x78\x34\x30\x38\x36\x33\x31\x7C\x4D\x61\x74\x68\x7C\x6E\x6F\x54\x68\x75\x6D\x62\x6E\x61\x69\x6C\x7C\x66\x6F\x72\x7C\x5F\x30\x78\x35\x33\x35\x39\x38\x63\x7C\x30\x78\x31\x65\x7C\x5F\x30\x78\x31\x35\x34\x62\x33\x33\x7C\x5F\x30\x78\x31\x65\x30\x35\x35\x63\x7C\x5F\x30\x78\x38\x64\x39\x35\x64\x38\x7C\x5F\x30\x78\x31\x35\x38\x62\x35\x34\x7C\x5F\x30\x78\x32\x64\x36\x30\x62\x62\x7C\x5F\x30\x78\x33\x62\x61\x66\x39\x39\x7C\x5F\x30\x78\x33\x34\x66\x33\x65\x38\x7C\x78\x32\x38\x7C\x78\x32\x39\x7C\x61\x72\x67\x75\x6D\x65\x6E\x74\x73\x7C\x6E\x75\x6C\x6C\x7C\x5F\x30\x78\x35\x61\x35\x30\x37\x32\x7C\x5F\x30\x78\x34\x35\x39\x39\x65\x31\x7C\x5F\x30\x78\x33\x32\x61\x38\x64\x65\x7C\x5F\x30\x78\x33\x36\x32\x65\x35\x34\x7C\x5F\x30\x78\x33\x61\x36\x39\x33\x61\x7C\x5F\x30\x78\x35\x35\x61\x30\x33\x39\x7C\x5F\x30\x78\x65\x33\x39\x35\x62\x62\x7C\x5F\x30\x78\x31\x66\x63\x64\x39\x32\x7C\x5F\x30\x78\x32\x31\x66\x36\x36\x33\x7C\x69\x66\x72\x61\x6D\x65\x7C\x73\x72\x63\x7C\x77\x77\x77\x7C\x79\x6F\x75\x74\x75\x62\x65\x7C\x63\x6F\x6D\x7C\x5F\x30\x78\x39\x63\x36\x31\x32\x64\x7C\x5F\x30\x78\x31\x39\x34\x30\x34\x34\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x78\x32\x35\x7C\x30\x78\x33\x7C\x30\x78\x34\x7C\x30\x78\x35\x7C\x30\x78\x37\x7C\x30\x78\x38\x7C\x62\x72\x65\x61\x6B\x7C\x70\x75\x73\x68\x7C\x73\x68\x69\x66\x74\x7C\x5F\x30\x78\x35\x35\x33\x63\x35\x65\x7C\x30\x78\x31\x66\x34\x7C\x5F\x30\x78\x34\x35\x34\x36\x34\x33\x7C\x5F\x30\x78\x32\x38\x30\x64\x31\x64\x7C\x5F\x30\x78\x31\x64\x35\x63\x66\x65\x7C\x5F\x30\x78\x32\x65\x65\x33\x38\x37\x7C\x5F\x30\x78\x32\x35\x39\x65\x64\x33\x7C\x5F\x30\x78\x64\x36\x66\x31\x63\x37\x7C\x5F\x30\x78\x32\x62\x31\x35\x64\x33\x7C\x5F\x30\x78\x35\x37\x30\x61\x64\x62\x7C\x70\x6F\x73\x74\x50\x65\x72\x50\x61\x67\x65\x7C\x5F\x30\x78\x31\x34\x62\x33\x65\x39\x7C\x5F\x30\x78\x34\x37\x31\x63\x34\x63\x7C\x5F\x30\x78\x31\x34\x36\x62\x30\x39\x7C\x5F\x30\x78\x31\x36\x62\x39\x66\x66\x7C\x5F\x30\x78\x33\x31\x34\x62\x31\x35\x7C\x5F\x30\x78\x34\x65\x34\x65\x38\x37\x7C\x5F\x30\x78\x63\x63\x64\x33\x38\x64\x7C\x5F\x30\x78\x31\x65\x62\x35\x61\x63\x7C\x5F\x30\x78\x31\x30\x38\x34\x34\x35\x7C\x30\x78\x36\x34\x7C\x5F\x30\x78\x35\x61\x35\x65\x39\x33\x7C\x5F\x30\x78\x31\x38\x61\x66\x36\x37\x7C\x5F\x30\x78\x35\x64\x35\x65\x65\x30\x7C\x5F\x30\x78\x33\x31\x65\x61\x36\x63\x7C\x5F\x30\x78\x35\x61\x62\x39\x64\x38\x7C\x5F\x30\x78\x33\x38\x36\x37\x38\x32\x7C\x5F\x30\x78\x32\x66\x30\x63\x65\x38\x7C\x5F\x30\x78\x33\x39\x34\x32\x37\x66\x7C\x5F\x30\x78\x33\x64\x39\x61\x62\x32\x7C\x5F\x30\x78\x34\x30\x31\x31\x62\x31\x7C\x5F\x30\x78\x31\x37\x36\x39\x66\x38\x7C\x5F\x30\x78\x34\x63\x35\x31\x62\x32\x7C\x5F\x30\x78\x35\x63\x66\x39\x62\x36\x7C\x5F\x30\x78\x34\x35\x63\x65\x62\x34\x7C\x5F\x30\x78\x34\x31\x65\x34\x33\x62\x7C\x5F\x30\x78\x34\x34\x33\x34\x61\x62\x7C\x5F\x30\x78\x33\x30\x61\x61\x61\x33\x7C\x5F\x30\x78\x32\x65\x63\x30\x39\x35\x7C\x5F\x30\x78\x31\x38\x32\x39\x39\x31\x7C\x75\x6E\x64\x65\x66\x69\x6E\x65\x64\x7C\x5F\x30\x78\x32\x33\x36\x66\x62\x33\x7C\x5F\x30\x78\x35\x35\x33\x64\x36\x63\x7C\x5F\x30\x78\x33\x62\x35\x38\x64\x61\x7C\x5F\x30\x78\x35\x35\x36\x35\x31\x62\x7C\x5F\x30\x78\x62\x32\x63\x36\x35\x36\x7C\x5F\x30\x78\x35\x34\x63\x63\x30\x37\x7C\x5F\x30\x78\x31\x36\x65\x61\x63\x31\x7C\x30\x78\x31\x65\x61\x7C\x74\x72\x79\x7C\x30\x78\x32\x7C\x30\x78\x36\x7C\x30\x78\x39\x7C\x30\x78\x62\x7C\x30\x78\x63\x7C\x63\x61\x74\x63\x68\x7C\x5F\x30\x78\x34\x65\x33\x30\x36\x32\x7C\x30\x78\x33\x30\x35\x39\x33\x7C\x5F\x30\x78\x34\x35\x39\x39\x36\x30\x7C\x5F\x30\x78\x33\x38\x33\x66\x64\x36\x7C\x5F\x30\x78\x31\x34\x35\x37\x34\x32\x7C\x49\x6D\x61\x67\x65\x7C\x5F\x30\x78\x33\x32\x35\x62\x35\x66\x7C\x74\x79\x70\x65\x6F\x66\x7C\x5F\x30\x78\x35\x62\x39\x36\x66\x31\x7C\x6A\x51\x75\x65\x72\x79\x7C\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x7C\x30\x78\x33\x65\x38\x7C\x5F\x30\x78\x34\x63\x39\x61\x39\x64\x7C\x5F\x30\x78\x35\x61\x35\x35\x65\x39\x7C\x5F\x30\x78\x34\x34\x32\x62\x65\x63\x7C\x5F\x30\x78\x33\x34\x30\x33\x38\x36\x7C\x5F\x30\x78\x33\x31\x34\x32\x32\x62\x7C\x5F\x30\x78\x32\x38\x64\x39\x30\x38\x7C\x5F\x30\x78\x32\x34\x38\x32\x36\x39\x7C\x5F\x30\x78\x34\x38\x37\x37\x61\x66\x7C\x5F\x30\x78\x35\x35\x37\x37\x31\x62\x7C\x5F\x30\x78\x34\x36\x30\x32\x38\x37\x7C\x5F\x30\x78\x35\x37\x64\x61\x61\x32\x7C\x5F\x30\x78\x35\x32\x66\x65\x62\x61\x7C\x5F\x30\x78\x33\x61\x36\x30\x62\x33\x7C\x5F\x30\x78\x34\x39\x35\x66\x34\x38\x7C\x5F\x30\x78\x34\x36\x65\x61\x36\x35\x7C\x5F\x30\x78\x31\x31\x37\x66\x62\x34\x7C\x5F\x30\x78\x35\x39\x39\x61\x63\x38\x7C\x5F\x30\x78\x37\x36\x37\x33\x66\x39\x7C\x5F\x30\x78\x33\x37\x63\x39\x62\x66\x7C\x5F\x30\x78\x32\x37\x38\x62\x37\x34\x7C\x5F\x30\x78\x35\x30\x34\x34\x62\x63\x7C\x5F\x30\x78\x32\x36\x64\x65\x39\x30\x7C\x5F\x30\x78\x65\x66\x33\x61\x61\x39\x7C\x5F\x30\x78\x32\x61\x36\x35\x35\x36\x7C\x5F\x30\x78\x35\x35\x32\x66\x61\x32\x7C\x5F\x30\x78\x33\x33\x63\x32\x32\x65\x7C\x5F\x30\x78\x32\x62\x36\x36\x33\x64\x7C\x5F\x30\x78\x33\x38\x32\x66\x36\x39\x7C\x5F\x30\x78\x32\x38\x61\x62\x63\x64\x7C\x5F\x30\x78\x31\x63\x30\x61\x38\x34\x7C\x5F\x30\x78\x32\x66\x37\x35\x61\x30\x7C\x5F\x30\x78\x35\x39\x62\x34\x63\x34\x7C\x5F\x30\x78\x34\x65\x63\x36\x66\x66\x7C\x5F\x30\x78\x34\x31\x31\x30\x66\x61\x7C\x5F\x30\x78\x35\x32\x38\x39\x66\x66\x7C\x5F\x30\x78\x34\x30\x34\x30\x34\x38\x7C\x5F\x30\x78\x32\x61\x33\x61\x66\x62\x7C\x5F\x30\x78\x32\x37\x64\x30\x65\x62\x7C\x5F\x30\x78\x39\x65\x36\x66\x32\x34\x7C\x5F\x30\x78\x34\x38\x64\x31\x66\x35\x7C\x5F\x30\x78\x33\x32\x36\x39\x66\x34\x7C\x5F\x30\x78\x33\x38\x36\x35\x65\x33\x7C\x5F\x30\x78\x33\x65\x66\x34\x38\x32\x7C\x5F\x30\x78\x65\x63\x37\x36\x37\x39\x7C\x5F\x30\x78\x33\x63\x34\x37\x36\x37\x7C\x5F\x30\x78\x35\x32\x37\x39\x37\x65\x7C\x5F\x30\x78\x34\x32\x34\x31\x32\x35\x7C\x66\x69\x78\x65\x64\x53\x69\x64\x65\x62\x61\x72\x7C\x5F\x30\x78\x34\x35\x65\x63\x63\x39\x7C\x5F\x30\x78\x62\x62\x36\x37\x32\x35\x7C\x5F\x30\x78\x32\x36\x62\x65\x39\x61\x7C\x5F\x30\x78\x34\x39\x35\x65\x31\x66\x7C\x5F\x30\x78\x35\x30\x34\x66\x61\x65\x7C\x5F\x30\x78\x32\x66\x33\x39\x64\x63\x7C\x5F\x30\x78\x35\x64\x32\x62\x64\x30\x7C\x6D\x6F\x6E\x74\x68\x46\x6F\x72\x6D\x61\x74\x7C\x5F\x30\x78\x34\x33\x65\x35\x66\x36\x7C\x5F\x30\x78\x34\x61\x34\x34\x39\x37\x7C\x5F\x30\x78\x32\x61\x64\x36\x34\x63\x7C\x5F\x30\x78\x34\x64\x65\x36\x66\x63\x7C\x5F\x30\x78\x32\x38\x63\x65\x37\x62\x7C\x5F\x30\x78\x64\x31\x66\x65\x36\x38\x7C\x5F\x30\x78\x35\x38\x31\x32\x66\x33\x7C\x5F\x30\x78\x35\x64\x36\x37\x30\x39\x7C\x5F\x30\x78\x31\x32\x35\x35\x35\x31\x7C\x5F\x30\x78\x33\x63\x35\x37\x32\x63\x7C\x5F\x30\x78\x33\x30\x66\x39\x61\x31\x7C\x5F\x30\x78\x31\x31\x62\x30\x34\x32\x7C\x5F\x30\x78\x32\x34\x39\x36\x35\x65\x7C\x5F\x30\x78\x34\x39\x35\x61\x35\x31\x7C\x5F\x30\x78\x31\x34\x36\x62\x31\x61\x7C\x5F\x30\x78\x66\x63\x62\x63\x34\x63\x7C\x5F\x30\x78\x34\x62\x63\x35\x39\x31\x7C\x5F\x30\x78\x35\x34\x66\x36\x63\x31\x7C\x5F\x30\x78\x32\x61\x62\x39\x31\x36\x7C\x5F\x30\x78\x34\x64\x31\x31\x64\x30\x7C\x5F\x30\x78\x31\x66\x66\x38\x30\x32\x7C\x5F\x30\x78\x34\x61\x34\x62\x64\x31\x7C\x5F\x30\x78\x31\x34\x62\x35\x66\x61\x7C\x5F\x30\x78\x32\x30\x64\x39\x36\x31\x7C\x5F\x30\x78\x31\x30\x36\x62\x31\x32\x7C\x5F\x30\x78\x34\x33\x39\x61\x61\x30\x7C\x5F\x30\x78\x66\x37\x63\x33\x63\x62\x7C\x5F\x30\x78\x33\x39\x62\x33\x66\x38\x7C\x5F\x30\x78\x64\x30\x66\x61\x31\x39\x7C\x5F\x30\x78\x31\x38\x31\x36\x63\x65\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x53\x79\x73\x74\x65\x6D\x7C\x5F\x30\x78\x65\x65\x31\x35\x64\x37\x7C\x64\x69\x73\x71\x75\x73\x5F\x62\x6C\x6F\x67\x67\x65\x72\x5F\x63\x75\x72\x72\x65\x6E\x74\x5F\x75\x72\x6C\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x5F\x30\x78\x64\x65\x35\x66\x63\x62\x7C\x5F\x30\x78\x33\x61\x37\x35\x35\x38\x7C\x5F\x30\x78\x31\x31\x61\x37\x62\x65\x7C\x5F\x30\x78\x35\x32\x30\x32\x37\x66\x7C\x64\x69\x73\x71\x75\x73\x53\x68\x6F\x72\x74\x6E\x61\x6D\x65\x7C\x5F\x30\x78\x32\x62\x35\x61\x32\x36\x7C\x5F\x30\x78\x31\x62\x34\x32\x35\x66\x7C\x5F\x30\x78\x34\x64\x36\x61\x61\x31\x7C\x5F\x30\x78\x34\x37\x33\x62\x65\x61\x7C\x5F\x30\x78\x31\x34\x36\x62\x63\x34\x7C\x5F\x30\x78\x34\x37\x66\x36\x31\x65\x7C\x5F\x30\x78\x35\x39\x63\x65\x65\x37\x7C\x5F\x30\x78\x35\x61\x31\x34\x36\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x33\x64\x7C\x5F\x30\x78\x33\x36\x62\x37\x37\x61\x7C\x5F\x30\x78\x35\x30\x30\x31\x31\x61\x7C\x5F\x30\x78\x33\x65\x61\x35\x64\x32\x7C\x5F\x30\x78\x33\x63\x37\x33\x33\x31\x7C\x5F\x30\x78\x32\x31\x32\x33\x36\x30\x7C\x5F\x30\x78\x34\x66\x66\x63\x63\x35\x7C\x73\x70\x6C\x69\x74","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function(_0x7fd6x1,_0x7fd6x2,_0x7fd6x3,_0x7fd6x4,_0x7fd6x5,_0x7fd6x6){_0x7fd6x5= function(_0x7fd6x3){return (_0x7fd6x3< _0x7fd6x2?_0x267e[4]:_0x7fd6x5(parseInt(_0x7fd6x3/ _0x7fd6x2)))+ ((_0x7fd6x3= _0x7fd6x3% _0x7fd6x2)> 35?String[_0x267e[5]](_0x7fd6x3+ 29):_0x7fd6x3.toString(36))};if(!_0x267e[4][_0x267e[6]](/^/,String)){while(_0x7fd6x3--){_0x7fd6x6[_0x7fd6x5(_0x7fd6x3)]= _0x7fd6x4[_0x7fd6x3]|| _0x7fd6x5(_0x7fd6x3)};_0x7fd6x4= [function(_0x7fd6x5){return _0x7fd6x6[_0x7fd6x5]}];_0x7fd6x5= function(){return _0x267e[7]};_0x7fd6x3= 1};while(_0x7fd6x3--){if(_0x7fd6x4[_0x7fd6x3]){_0x7fd6x1= _0x7fd6x1[_0x267e[6]]( new RegExp(_0x267e[8]+ _0x7fd6x5(_0x7fd6x3)+ _0x267e[8],_0x267e[9]),_0x7fd6x4[_0x7fd6x3])}};return _0x7fd6x1}(_0x267e[0],62,693,_0x267e[3][_0x267e[2]](_0x267e[1]),0,{})) +//]]> +</script> + +<!-- Pagination Scripts --> +<b:if cond='data:view.isMultipleItems'> +<script type='text/javascript'> +//<![CDATA[ +var postResults=postPerPage; +var numOfPages=2; +var pageOf=["Page", "of"]; +eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 K;5 m;5 l;5 w;5 s=1p.9;5 y="/";1d();G 1b(a){5 b=\'\';J=M(W/2);4(J==W-J){W=J*2+1}D=l-J;4(D<1)D=1;j=M(a/n)+1;4(j-1==a/n)j=j-1;E=D+W-1;4(E>j)E=j;b+=\'<C 6="3-1u">\'+17[0]+\' \'+l+\' \'+17[1]+\' \'+j+\'</C>\';5 c=M(l)-1;4(l>1){4(l==2){4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="\'+y+\'"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="/v/u/\'+w+\'?&i-o=\'+n+\'"></a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="#" z="L(\'+c+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="#" z="I(\'+c+\');B x"></a>\'}}}4(D>1){4(m=="3"){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}4(D>2){b+=\'<C 6="3-7 3-16">...</C>\'}1a(5 d=D;d<=E;d++){4(l==d){b+=\'<C 6="3-7 3-1v">\'+d+\'</C>\'}h 4(d==1){4(m==\'3\'){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7" 9="#" z="L(\'+d+\');B x">\'+d+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+d+\');B x">\'+d+\'</a>\'}}}4(E<j-1){b+=\'<C 6="3-7 3-16">...</C>\'}4(E<j){4(m=="3"){b+=\'<a 6="3-7" 9="#" z="L(\'+j+\');B x">\'+j+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+j+\');B x">\'+j+\'</a>\'}}5 e=M(l)+1;4(l<j){4(m==\'3\'){b+=\'<a 6="3-7 3-15" 9="#" z="L(\'+e+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-15" 9="#" z="I(\'+e+\');B x"></a>\'}}b+=\'\';5 f=A.1s(\'1t\');5 g=A.1r(\'1A-1D\');1a(5 p=0;p<f.O;p++){f[p].1c=b}4(f&&f.O>0){b=\'\'}4(g){g.1c=b}}G 12(a){5 b=a.1f;5 c=M(b.1E$1B.$t,10);1b(c)}G 1d(){5 a=s;4(a.k(\'/v/u/\')!=-1){4(a.k(\'?T-i\')!=-1){w=a.H(a.k(\'/v/u/\')+14,a.k(\'?T-i\'))}h{w=a.H(a.k(\'/v/u/\')+14,a.k(\'?&i\'))}}4(a.k(\'?q=\')==-1&&a.k(\'.1C\')==-1){4(a.k(\'/v/u/\')==-1){m=\'3\';4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q=\\\'\'+y+\'P/R/N?i-o=1&X=Y-S-r&V=12\\\'><\\/r>\')}h{m=\'u\';4(a.k(\'&i-o=\')==-1){n=1F}4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q="\'+y+\'P/R/N/-/\'+w+\'?X=Y-S-r&V=12&i-o=1" ><\\/r>\')}}}G L(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G I(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N/-/\'+w+\'?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G 13(a){11=a.1f.1x[0];5 b=11.1g.$t.H(0,19)+11.1g.$t.H(1z,1w);5 c=1y(b);4(m==\'3\'){5 d=\'/v?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}h{5 d=\'/v/u/\'+w+\'?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}1p.9=d}',62,104,'|||page|if|var|class|num||href||||||||else|max|lastPageNo|indexOf|currentPageNo|currentPage|postResults|results|||script|locationUrl||label|search|postLabel|false|home_page|onclick|document|return|span|pageStart|pageEnd|PageNo|function|substring|getLabelPage|pageNumber|noPage|getPage|parseInt|summary|length|feeds|src|posts|in|updated|prev|callback|numOfPages|alt|json|jsonstart||post|dataFeed|findPostDate||next|dots|pageOf|write||for|startPagination|innerHTML|pageCurrentBlogger|type|feed|published|getElementsByTagName|setAttribute|start|index|appendChild|text|javascript|createElement|___location|head|getElementById|getElementsByName|pageArea|of|active|29|entry|encodeURIComponent|23|blog|totalResults|html|pager|openSearch|20'.split('|'),0,{})) +//]]> +</script> +</b:if> + +<!-- Facebook SDK --> +<script type='text/javascript'> +//<![CDATA[ +(function(d, s, id) { + var js, fjs = d.getElementsByTagName(s)[0]; + if (d.getElementById(id)) return; + js = d.createElement(s); js.id = id; + js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0'; + fjs.parentNode.insertBefore(js, fjs); +}(document, 'script', 'facebook-jssdk')); +//]]> +</script> +<!-- Overlay and Back To Top --> + <div class='back-top' title='Back to Top'/> +</body> +</html> '
New page size (new_size)
322224
Old page size (old_size)
11791
Size change in edit (edit_delta)
310433
Lines added in edit (added_lines)
[ 0 => '<?xml version="1.0" encoding="UTF-8" ?>', 1 => '<!DOCTYPE html>', 2 => '<html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='1.0.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>', 3 => ' <head>', 4 => ' <meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1' name='viewport'/>', 5 => ' <title><data:view.title.escaped/></title>', 6 => ' <b:include data='blog' name='all-head-content'/>', 7 => '<b:if cond='data:view.isHomepage'>', 8 => ' <script type='application/ld+json'>{&quot;@context&quot;:&quot;http://schema.org&quot;,&quot;@type&quot;:&quot;WebSite&quot;,&quot;name&quot;:&quot;<data:view.title.escaped/>&quot;,&quot;url&quot;:&quot;<data:view.url.canonical/>&quot;,&quot;potentialAction&quot;:{&quot;@type&quot;:&quot;SearchAction&quot;,&quot;target&quot;:&quot;<data:view.url.canonical/>search?q={search_term_string}&quot;,&quot;query-input&quot;:&quot;required name=search_term_string&quot;}}</script>', 9 => ' </b:if>', 10 => ' <!-- Google Fonts -->', 11 => ' <link href='//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i' media='all' rel='stylesheet' type='text/css'/>', 12 => ' <link href='https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/>', 13 => ' ', 14 => '<!-- Template Style CSS -->', 15 => '<b:skin version='1.0.0'><![CDATA[/* ', 16 => '-----------------------------------------------', 17 => 'Blogger Template Style', 18 => 'Name: Video', 19 => 'Version: Free Version', 20 => 'Version: 2.0', 21 => 'Author: Sora Templates', 22 => 'Author Url: https://www.soratemplates.com/', 23 => '----------------------------------------------- */', 24 => '/*', 25 => '<!-- Variable definitions -->', 26 => '<Variable name="keycolor" description="Main Color" type="color" default="$(main.color)" value="#f12020"/>', 27 => '<Variable name="followByEmail" description="Follow By Email Text" type="string" default="Get all latest content delivered straight to your inbox." value="Get all latest content delivered straight to your inbox."/>', 28 => '<Group description="Theme Body" selector="body">', 29 => ' <Variable name="body.background.color" description="Body Background Color" type="color" default="#f8f8f8" value="#f8f8f8"/>', 30 => ' <Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) url() repeat fixed top left" value="$(color) url() repeat fixed top left"/>', 31 => ' <Variable name="body.text.color" description="Text Color" type="color" default="#656565" value="#656565"/>', 32 => ' <Variable name="body.link.color" description="Link Color" type="color" default="$(main.color)" value="#f12020"/>', 33 => '</Group>', 34 => '<Group description="Theme Colors" selector="body">', 35 => ' <Variable name="main.color" description="Theme Color" type="color" default="#f12020" value="#f12020"/>', 36 => ' <Variable name="main.dark.color" description="Dark Color" type="color" default="#111111" value="#111111"/>', 37 => ' <Variable name="menu.color" description="Menu Color" type="color" default="#ffffff" value="#ffffff"/>', 38 => ' <Variable name="title.color" description="Title Color" type="color" default="#111111" value="#111111"/>', 39 => ' <Variable name="title.hover" description="Title Color on Hover" type="color" default="$(main.color)" value="#f12020"/>', 40 => ' <Variable name="footer.color" description="Footer Color" type="color" default="#f1ffff" value="#f1ffff"/>', 41 => '</Group>', 42 => ' ', 43 => '<!-- Extra Variables -->', 44 => '<Variable name="body.text.font" description="Font" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/>', 45 => '<Variable name="posts.background.color" description="Post background color" hideEditor="true" type="color" default="#ffffff" value="#ffffff"/>', 46 => '<Variable name="tabs.font" description="Font 2" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/>', 47 => '<Variable name="posts.title.color" description="Post title color" hideEditor="true" type="color" default="#111111" value="#111111"/>', 48 => '<Variable name="posts.text.color" description="Post text color" hideEditor="true" type="color" default="#656565" value="#656565"/>', 49 => '<Variable name="posts.icons.color" description="Post icons color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/>', 50 => '<Variable name="labels.background.color" description="Label background color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/>', 51 => '*/', 52 => '/*-- Reset CSS --*/', 53 => 'a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;text-decoration:none}form,textarea,input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}dl,ul{list-style-position:inside;font-weight:400;list-style:none}ul li{list-style:none}caption,th{text-align:center}img{border:none;position:relative}a,a:visited{text-decoration:none}.clearfix{clear:both}.section,.widget,.widget ul{margin:0;padding:0}a{color:$(body.link.color)}a img{border:0}abbr{text-decoration:none}.CSS_LIGHTBOX{z-index:999999!important}.separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}#navbar-iframe,.widget-item-control,a.quickedit,.home-link,.feed-links{display:none!important}.center{display:table;margin:0 auto;position:relative}.widget > h2,.widget > h3{display:none}', 54 => '.post-body a:visited{color:blue;}', 55 => ' .CSS_LIGHTBOX{z-index:999999!important}.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER > .CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child > .CSS_LAYOUT_COMPONENT{opacity:0}#google_translate_element { clear: both; }.thread-expanded .thread-count a { display: none; }.comments .continue { display: none!important; }', 56 => '/*-- Body Content CSS --*/', 57 => 'body{background:$(body.background);background-color:$(body.background.color);font-family:'Noto Sans',sans-serif;font-size:14px;font-weight:400;color:$(body.text.color);word-wrap:break-word;margin:0;padding:0}', 58 => '#outer-wrapper{margin:0 auto;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)}', 59 => '.row{width:960px}', 60 => '#content-wrapper{margin:30px auto 0;overflow:hidden}', 61 => '#content-wrapper > .container{margin:0 -15px}', 62 => '#main-wrapper{float:left;overflow:hidden;width:66.66666667%;box-sizing:border-box;word-wrap:break-word;padding:0 15px;margin:0}', 63 => '#sidebar-wrapper{float:right;overflow:hidden;width:33.33333333%;box-sizing:border-box;word-wrap:break-word;padding:0 15px}', 64 => '.post-image-wrap{position:relative;display:block}', 65 => '.post-image-link,.about-author .avatar-container,.comments .avatar-image-container{background-color:rgba(155,155,155,0.07);color:transparent!important}', 66 => '.post-thumb{', 67 => ' display:block;', 68 => ' position:relative;', 69 => ' width:100%;', 70 => ' height:100%;', 71 => ' object-fit:cover;', 72 => ' object-position: center;', 73 => ' z-index:1;', 74 => ' opacity: 0;', 75 => ' transition:opacity .17s ease,transform .17s ease', 76 => '}', 77 => '.post-thumb.lazy-yard {', 78 => ' opacity: 1;', 79 => '}', 80 => '.post-image-link:hover .post-thumb,.post-image-wrap:hover .post-image-link .post-thumb,.hot-item-inner:hover .post-image-link .post-thumb{opacity:.9}', 81 => '.post-title a{display:block}', 82 => '.post-image-link:after{content:'\f04b';position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:36px;height:36px;background-color:rgba(0,0,0,0.5);font-family:FontAwesome;font-size:14px;color:#fff;font-weight:400;text-align:center;line-height:32px;z-index:2;box-sizing:border-box;padding:0 0 0 3px;border:2px solid #fff;border-radius:100%}', 83 => '.common-widget .PopularPosts .post-image-link:after,.custom-widget .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff}', 84 => '#top-bar{width:100%;height:34px;background-color:$(main.dark.color);overflow:hidden;margin:0;border-bottom:1px solid rgba(255,255,255,0.05)}', 85 => '#top-bar .container{margin:0 auto}', 86 => '.top-bar-nav{position:relative;float:left;display:block}', 87 => '.top-bar-nav .widget > .widget-title{display:none}', 88 => '.top-bar-nav ul li{float:left}', 89 => '.top-bar-nav ul li > a{height:34px;display:block;color:#ddd;font-size:12px;font-weight:400;line-height:34px;margin:0 10px 0 0;padding:0 5px;transition:color .17s}', 90 => '.top-bar-nav ul li:first-child > a{padding:0 5px 0 0}', 91 => '.top-bar-nav ul > li:hover > a{color:$(main.color)}', 92 => '.top-bar-social{position:relative;float:right;display:block}', 93 => '.top-bar-social .widget > .widget-title{display:none}', 94 => '.top-bar-social ul > li{float:left;display:inline-block}', 95 => '.top-bar-social ul > li > a{line-height:34px;display:block;color:#ddd;text-decoration:none;font-size:14px;text-align:center;padding:0 5px;margin:0 0 0 10px;transition:color .17s}', 96 => '.top-bar-social ul > li:last-child > a{padding:0 0 0 5px}', 97 => '.top-bar-social ul > li:hover > a{color:$(main.color)}', 98 => '.social a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400}', 99 => '.social .blogger a:before{content:"\f37d"}', 100 => '.social .facebook a:before{content:"\f09a"}', 101 => '.social .twitter a:before{content:"\f099"}', 102 => '.social .gplus a:before{content:"\f0d5"}', 103 => '.social .rss a:before{content:"\f09e"}', 104 => '.social .youtube a:before{content:"\f167"}', 105 => '.social .skype a:before{content:"\f17e"}', 106 => '.social .stumbleupon a:before{content:"\f1a4"}', 107 => '.social .tumblr a:before{content:"\f173"}', 108 => '.social .vk a:before{content:"\f189"}', 109 => '.social .stack-overflow a:before{content:"\f16c"}', 110 => '.social .github a:before{content:"\f09b"}', 111 => '.social .linkedin a:before{content:"\f0e1"}', 112 => '.social .dribbble a:before{content:"\f17d"}', 113 => '.social .soundcloud a:before{content:"\f1be"}', 114 => '.social .behance a:before{content:"\f1b4"}', 115 => '.social .digg a:before{content:"\f1a6"}', 116 => '.social .instagram a:before{content:"\f16d"}', 117 => '.social .pinterest a:before{content:"\f0d2"}', 118 => '.social .twitch a:before{content:"\f1e8"}', 119 => '.social .delicious a:before{content:"\f1a5"}', 120 => '.social .codepen a:before{content:"\f1cb"}', 121 => '.social .reddit a:before{content:"\f1a1"}', 122 => '.social .whatsapp a:before{content:"\f232"}', 123 => '.social .snapchat a:before{content:"\f2ac"}', 124 => '.social .email a:before{content:"\f0e0"}', 125 => '.social .external-link a:before{content:"\f35d"}', 126 => '.social-color .blogger a{background-color:#ff5722}', 127 => '.social-color .facebook a{background-color:#3b5999}', 128 => '.social-color .twitter a{background-color:#00acee}', 129 => '.social-color .gplus a{background-color:#db4a39}', 130 => '.social-color .youtube a{background-color:#f50000}', 131 => '.social-color .instagram a{background:linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)}', 132 => '.social-color .pinterest a{background-color:#ca2127}', 133 => '.social-color .dribbble a{background-color:#ea4c89}', 134 => '.social-color .linkedin a{background-color:#0077b5}', 135 => '.social-color .tumblr a{background-color:#365069}', 136 => '.social-color .twitch a{background-color:#6441a5}', 137 => '.social-color .rss a{background-color:#ffc200}', 138 => '.social-color .skype a{background-color:#00aff0}', 139 => '.social-color .stumbleupon a{background-color:#eb4823}', 140 => '.social-color .vk a{background-color:#4a76a8}', 141 => '.social-color .stack-overflow a{background-color:#f48024}', 142 => '.social-color .github a{background-color:#24292e}', 143 => '.social-color .soundcloud a{background:linear-gradient(#ff7400,#ff3400)}', 144 => '.social-color .behance a{background-color:#191919}', 145 => '.social-color .digg a{background-color:#1b1a19}', 146 => '.social-color .delicious a{background-color:#0076e8}', 147 => '.social-color .codepen a{background-color:#000}', 148 => '.social-color .reddit a{background-color:#ff4500}', 149 => '.social-color .whatsapp a{background-color:#3fbb50}', 150 => '.social-color .snapchat a{background-color:#ffe700}', 151 => '.social-color .email a{background-color:#888}', 152 => '.social-color .external-link a{background-color:$(main.dark.color)}', 153 => '#header-wrap{position:relative;margin:0}', 154 => '.header-header{background-color:$(main.dark.color);width:100%;height:90px;position:relative;overflow:hidden;padding:25px 0}', 155 => '.header-header .container{position:relative;margin:0 auto;padding:0}', 156 => '.header-logo{position:relative;float:left;width:auto;max-width:250px;max-height:60px;margin:0;padding:15px 0}', 157 => '.header-logo .header-image-wrapper{display:block}', 158 => '.header-logo img{max-width:100%;max-height:60px;margin:0}', 159 => '.header-logo h1{color:$(title.color);font-size:20px;line-height:1.4em;margin:0}', 160 => '.header-logo p{font-size:12px;margin:5px 0 0}', 161 => '.header-ads{position:relative;float:right}', 162 => '.header-ads .widget > .widget-title{display:none}', 163 => '.header-ads .widget{max-width:100%}', 164 => '.header-ads .widget .widget-content{width:728px;max-width:100%;max-height:90px;line-height:1}', 165 => '.header-menu{position:relative;width:100%;height:46px;background-color:$(main.color);z-index:10;font-size:13px;margin:0}', 166 => '.header-menu .container{position:relative;margin:0 auto;padding:0}', 167 => '#main-menu .widget,#main-menu .widget > .widget-title{display:none}', 168 => '#main-menu .show-menu{display:block}', 169 => '#main-menu{position:relative;height:46px;z-index:15}', 170 => '#main-menu ul > li{float:left;position:relative;margin:0;padding:0;transition:background .17s}', 171 => '#main-menu ul > li > a{position:relative;color:$(menu.color);font-size:13px;font-weight:700;line-height:46px;display:inline-block;margin:0;padding:0 13px;transition:color .17s ease}', 172 => '#main-menu ul#main-menu-nav > li:first-child > a{padding:0 13px 0 0}', 173 => '#main-menu ul#main-menu-nav > li > a{text-transform:uppercase}', 174 => '#main-menu ul > li:hover > a{color:#fff}', 175 => '#main-menu ul > li > ul{position:absolute;float:left;left:0;top:46px;width:180px;background-color:$(main.dark.color);z-index:99999;margin-top:0;padding:0;border:0;box-shadow:0 3px 5px rgba(0,0,0,0.2);visibility:hidden;opacity:0}', 176 => '#main-menu ul > li > ul > li > ul{position:absolute;float:left;top:0;left:100%;margin-left:0;border:0}', 177 => '#main-menu ul > li > ul > li{display:block;float:none;position:relative}', 178 => '#main-menu ul > li > ul > li a{display:block;height:36px;font-size:13px;color:#fff;font-weight:400;line-height:36px;box-sizing:border-box;margin:0;padding:0 15px;border-bottom:1px solid rgba(0,0,0,0.15);transition:all .17s ease}', 179 => '#main-menu ul > li > ul > li:hover > a{color:$(main.color)}', 180 => '#main-menu ul > li > ul > li:last-child a{border-bottom:0}', 181 => '#main-menu ul > li.has-sub > a:after{content:'\f107';float:right;font-family:FontAwesome;font-size:14px;font-weight:400;margin:0 0 0 3px}', 182 => '#main-menu ul > li > ul > li.has-sub > a:after{content:'\f105';float:right;margin:0}', 183 => '#main-menu .mega-menu{position:static!important}', 184 => '#main-menu .mega-menu > ul{width:100%;box-sizing:border-box;padding:20px 10px}', 185 => '#main-menu .mega-menu > ul.mega-menu-inner{overflow:hidden}', 186 => '#main-menu ul > li:hover > ul,#main-menu ul > li > ul > li:hover > ul{visibility:visible;opacity:1}', 187 => '#main-menu ul ul{transition:all .17s ease}', 188 => '.mega-menu-inner .mega-item{float:left;width:25%;box-sizing:border-box;padding:0 10px}', 189 => '.mega-menu-inner .mega-content{position:relative;width:100%;overflow:hidden;padding:0}', 190 => '.mega-content .post-image-wrap{width:100%;height:140px}', 191 => '.mega-content .post-image-link{width:100%;height:100%;z-index:1;display:block;position:relative;overflow:hidden}', 192 => '.mega-content .post-title{position:relative;font-size:13px;font-weight:700;line-height:1.5em;margin:7px 0 5px}', 193 => '.mega-content .post-title a{display:block;color:#fff;transition:color .17s}', 194 => '.mega-content:hover .post-title a{color:$(title.hover)}', 195 => '.no-posts{float:left;width:100%;height:100px;line-height:100px;text-align:center}', 196 => '.mega-menu .no-posts{line-height:60px;color:$(title.color)}', 197 => '.show-search,.hide-search{position:absolute;right:0;top:0;display:block;width:46px;height:46px;line-height:46px;z-index:20;color:$(menu.color);font-size:15px;text-align:right;cursor:pointer;transition:color .17s ease}', 198 => '.show-search:before{content:"\f002";font-family:FontAwesome;font-weight:400}', 199 => '.hide-search:before{content:"\f00d";font-family:FontAwesome;font-weight:400}', 200 => '.show-search:hover,.hide-search:hover{color:#fff}', 201 => '#nav-search{display:none;position:absolute;left:0;top:0;width:100%;height:46px;z-index:99;background-color:$(main.color);box-sizing:border-box;padding:0}', 202 => '#nav-search .search-form{width:100%;height:46px;background-color:rgba(0,0,0,0);line-height:46px;overflow:hidden;padding:0}', 203 => '#nav-search .search-input{width:100%;height:46px;font-family:inherit;color:$(menu.color);margin:0;padding:0 70px 0 0;background-color:rgba(0,0,0,0);font-size:13px;font-weight:400;box-sizing:border-box;border:0}', 204 => '#nav-search .search-input:focus{color:$(menu.color);outline:none}', 205 => '#mobile-logo .widget > .widget-title > h3{display:none}', 206 => '.mobile-header{display:none;position:relative;float:left;width:100%;height:55px;background-color:$(main.dark.color);z-index:1010}', 207 => '.mobile-header .logo-content{position:relative;float:left;display:block;width:100%;height:55px;text-align:center;z-index:2}', 208 => '.mobile-header .logo-content > a{height:35px;display:inline-block;padding:10px 0}', 209 => '.mobile-header .logo-content > a > img{height:35px}', 210 => '.mobile-header .logo-content > h3{font-size:20px;height:35px;line-height:35px;margin:10px 0 0}', 211 => '.mobile-header .logo-content > h3 > a{color:#fff}', 212 => '.mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0}', 213 => '.mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-family:inherit;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0}', 214 => '.mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0}', 215 => '.mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0}', 216 => '.slide-menu-toggle,.show-mobile-search,.hide-mobile-search{position:absolute;line-height:55px;height:55px;width:55px;top:0;left:0;font-family:FontAwesome;color:#fff;font-size:17px;font-weight:400;text-align:center;cursor:pointer;z-index:4;padding:0}', 217 => '.slide-menu-toggle{border-right:1px solid rgba(255,255,255,0.08)}', 218 => '.show-mobile-search,.hide-mobile-search{border-left:1px solid rgba(255,255,255,0.08);left:auto;right:0}', 219 => '.slide-menu-toggle:before{content:"\f0c9"}', 220 => '.nav-active .slide-menu-toggle:before{content:"\f00d"}', 221 => '.show-mobile-search:before{content:"\f002"}', 222 => '.hide-mobile-search:before{content:"\f00d"}', 223 => '.mobile-menu{position:relative;float:left;width:100%;background-color:$(main.dark.color);box-sizing:border-box;padding:20px;border-top:1px solid rgba(255,255,255,0.08);visibility:hidden;opacity:0;transform-origin:0 0;transform:scaleY(0);transition:all .17s ease}', 224 => '.nav-active .mobile-menu{visibility:visible;opacity:1;transform:scaleY(1)}', 225 => '.mobile-menu > ul{margin:0}', 226 => '.mobile-menu .m-sub{display:none;padding:0}', 227 => '.mobile-menu ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:13px;font-weight:700;text-transform:uppercase;line-height:38px;margin:0;padding:0;border-top:1px solid rgba(255,255,255,0.01)}', 228 => '.mobile-menu > ul li ul{overflow:hidden}', 229 => '.mobile-menu > ul > li:first-child{border-top:0}', 230 => '.mobile-menu ul li a{color:#fff;padding:0;display:block;transition:all .17s ease}', 231 => '.mobile-menu ul li.has-sub .submenu-toggle{position:absolute;top:0;right:0;color:#fff;cursor:pointer}', 232 => '.mobile-menu ul li.has-sub .submenu-toggle:after{content:'\f105';font-family:FontAwesome;font-weight:400;float:right;width:34px;font-size:16px;text-align:center;transition:all .17s ease}', 233 => '.mobile-menu ul li.has-sub.show > .submenu-toggle:after{transform:rotate(90deg)}', 234 => '.mobile-menu > ul > li > ul > li a{font-size:13px;text-transform:initial;font-weight:400}', 235 => '.mobile-menu > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 15px}', 236 => '.mobile-menu > ul > li > ul > li > ul > li > a{color:#fff;opacity:.7;padding:0 0 0 30px}', 237 => '.mobile-menu ul li a:hover,.mobile-menu ul > li > .submenu-toggle:hover{color:$(main.color)}', 238 => '.post-meta{overflow:hidden;color:#aaa;font-size:12px;font-weight:400;padding:0 1px}', 239 => '.post-meta .post-author,.post-meta .post-date{float:left;display:inline-block;margin:0}', 240 => '.post-meta .post-author:after{content:'-';margin:0 4px}', 241 => '.post-author{font-weight:700}', 242 => '.post-meta a{color:$(title.color);transition:color .17s}', 243 => '.post-meta a:hover{color:$(title.color)}', 244 => '#hot-wrapper{margin:0 auto}', 245 => '#hot-section .widget,#hot-section .widget > .widget-title{display:none}', 246 => '#hot-section .show-hot{display:block!important}', 247 => '#hot-section .show-hot .widget-content{position:relative;overflow:hidden;height:320px;margin:30px 0 0}', 248 => '.hot-loader{position:relative;height:100%;overflow:hidden;display:block}', 249 => '.hot-loader:after{content:'';position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-17px 0 0 -17px;border:4px solid #ddd;border-left-color:$(main.color);border-right-color:$(main.color);border-radius:100%;animation:spinner .8s infinite linear;transform-origin:center}', 250 => '@-webkit-keyframes spinner {', 251 => '0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}', 252 => 'to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}', 253 => '}', 254 => '@keyframes spinner {', 255 => '0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}', 256 => 'to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}', 257 => '}', 258 => 'ul.hot-posts{position:relative;overflow:hidden;height:320px;margin:0 -1px}', 259 => '.hot-posts .hot-item{position:relative;float:left;width:50%;height:320px;overflow:hidden;box-sizing:border-box;padding:0 1px}', 260 => '.hot-item-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block}', 261 => '.hot-posts .post-image-link{width:100%;height:100%;position:relative;overflow:hidden;display:block}', 262 => '.hot-posts .post-info{position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(rgba(0,0,0,0),#000);overflow:hidden;z-index:5;box-sizing:border-box;padding:20px}', 263 => '.hot-posts .post-title{font-size:23px;font-weight:700;display:block;line-height:1.5em;margin:10px 0 5px}', 264 => '.hot-posts .post-title a{color:#fff;display:block}', 265 => '.hot-posts .post-image-link:after{top:20px;right:20px;left:auto}', 266 => '.hot-posts .post-meta a{color:#fff}', 267 => '.show-hot .no-posts{position:absolute;top:calc(50% - 50px);left:0;width:100%}', 268 => '.queryMessage{overflow:hidden;background-color:#f2f2f2;color:$(title.color);font-size:13px;font-weight:400;padding:8px 10px;margin:0 0 25px}', 269 => '.queryMessage .query-info{margin:0 5px}', 270 => '.queryMessage .search-query,.queryMessage .search-label{font-weight:700;text-transform:uppercase}', 271 => '.queryMessage .search-query:before,.queryMessage .search-label:before{content:"\201c"}', 272 => '.queryMessage .search-query:after,.queryMessage .search-label:after{content:"\201d"}', 273 => '.queryMessage a.show-more{float:right;color:$(title.hover);text-decoration:underline;transition:opacity .17s}', 274 => '.queryMessage a.show-more:hover{opacity:.8}', 275 => '.queryEmpty{font-size:13px;font-weight:400;padding:10px 0;margin:0 0 25px;text-align:center}', 276 => '.title-wrap{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)}', 277 => '.title-wrap > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0}', 278 => '.custom-widget li{overflow:hidden;margin:20px 0 0}', 279 => '.custom-widget li:first-child{padding:0;margin:0;border:0}', 280 => '.custom-widget .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0}', 281 => '.custom-widget .post-info{overflow:hidden}', 282 => '.custom-widget .post-title{overflow:hidden;font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px}', 283 => '.custom-widget .post-title a{display:block;color:$(title.color);transition:color .17s}', 284 => '.custom-widget li:hover .post-title a{color:$(title.hover)}', 285 => '.home-ad .widget > .widget-title{display:none}', 286 => '.home-ad .widget{width:728px;max-width:100%;margin:0 auto}', 287 => '.home-ad .widget .widget-content{position:relative;width:100%;max-height:90px;overflow:hidden;line-height:1;margin:0 0 30px}', 288 => '.index-post-wrap{position:relative;float:left;width:100%}', 289 => '.blog-post{display:block;overflow:hidden;word-wrap:break-word}', 290 => '.index-post-wrap .grid-posts{display:flex;flex-wrap:wrap;margin:0 -15px}', 291 => '.index-post{width:50%;box-sizing:border-box;padding:0 15px;margin:0 0 30px}', 292 => '.index-post .post-image-wrap{float:left;width:100%;height:180px;overflow:hidden;margin:0 0 10px}', 293 => '.index-post .post-image-wrap .post-image-link{width:100%;height:100%;position:relative;display:block;z-index:1;overflow:hidden}', 294 => '.post-tag{position:absolute;top:0;left:0;height:20px;z-index:5;background-color:$(main.color);color:#fff;font-size:10px;line-height:20px;font-weight:700;text-transform:uppercase;padding:0 7px}', 295 => '.index-post .post-info{float:left;width:100%}', 296 => '.index-post .post-info > h2{font-size:17px;font-weight:700;line-height:1.5em;text-decoration:none;margin:0}', 297 => '.index-post .post-info > h2 > a{display:block;color:$(title.color);transition:color .17s}', 298 => '.index-post:hover .post-info > h2 > a{color:$(title.hover)}', 299 => '.widget iframe,.widget img{max-width:100%}', 300 => '.date-header{display:block;overflow:hidden;font-weight:400;margin:0!important;padding:0}', 301 => '.index-post .post-meta{margin:10px 0 0}', 302 => '.post-timestamp{margin-left:0}', 303 => '#breadcrumb{font-size:12px;font-weight:400;color:#aaa;margin:0 0 10px}', 304 => '#breadcrumb a{color:#aaa;transition:color .17s}', 305 => '#breadcrumb a:hover{color:$(title.hover)}', 306 => '#breadcrumb a,#breadcrumb em{display:inline-block}', 307 => '#breadcrumb .delimiter:after{content:'\f054';font-family:FontAwesome;font-size:8px;font-weight:400;font-style:normal;vertical-align:middle;margin:0 3px}', 308 => '.item-post h1.post-title{color:$(title.color);font-size:27px;line-height:1.5em;font-weight:700;position:relative;display:block;margin:10px 0;padding:0}', 309 => '.static_page .item-post h1.post-title{margin:0}', 310 => '.item-post .post-body{width:100%;line-height:1.5em;overflow:hidden;padding:20px 0 0;margin:10px 0 0;border-top:1px solid #ebebeb}', 311 => '.static_page .item-post .post-body{padding:20px 0}', 312 => '.item-post .post-outer{padding:0}', 313 => '.item-post .post-body img{max-width:100%}', 314 => '.main .widget{margin:0}', 315 => '.main .Blog{border-bottom-width:0}', 316 => '.post-footer{position:relative;float:left;width:100%;margin:20px 0 0}', 317 => '.inline-ad{position:relative;display:block;max-height:60px;margin:0 0 30px}', 318 => '.inline-ad > ins{display:block!important;margin:0 auto!important}', 319 => '.item .inline-ad{float:left;width:100%;margin:20px 0 0}', 320 => '.item-post-wrap > .inline-ad{margin:0 0 20px}', 321 => '.post-labels{overflow:hidden;height:auto;position:relative;margin:0 0 20px;padding:0}', 322 => '.post-labels span,.post-labels a{float:left;height:22px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:22px;font-weight:400;margin:0;padding:0 10px}', 323 => '.post-labels span{background-color:$(main.dark.color);color:#fff}', 324 => '.post-labels a{margin:0 0 0 5px;transition:all .17s ease}', 325 => '.post-labels a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)}', 326 => '.post-reactions{height:28px;display:block;margin:0 0 15px}', 327 => '.post-reactions span{float:left;color:$(title.color);font-size:11px;line-height:25px;text-transform:uppercase;font-weight:700}', 328 => '.reactions-inner{float:left;margin:0;height:28px}', 329 => '.post-share{position:relative;overflow:hidden;line-height:0;margin:0 0 30px}', 330 => 'ul.share-links{position:relative}', 331 => '.share-links li{width:32px;float:left;box-sizing:border-box;margin:0 5px 0 0}', 332 => '.share-links li.facebook,.share-links li.twitter{width:20%}', 333 => '.share-links li a{float:left;display:inline-block;cursor:pointer;width:100%;height:32px;line-height:32px;color:#fff;font-weight:400;font-size:13px;text-align:center;box-sizing:border-box;opacity:1;transition:all .17s ease}', 334 => '.share-links li.whatsapp-mobile{display:none}', 335 => '.is-mobile li.whatsapp-desktop{display:none}', 336 => '.is-mobile li.whatsapp-mobile{display:inline-block}', 337 => '.share-links li a:before{float:left;display:block;width:32px;background-color:rgba(0,0,0,0.05);text-align:center;line-height:32px}', 338 => '.share-links li a:hover{opacity:.8}', 339 => 'ul.post-nav{position:relative;overflow:hidden;display:block;margin:0 0 30px}', 340 => '.post-nav li{display:inline-block;width:50%}', 341 => '.post-nav .post-prev{float:left;text-align:left;box-sizing:border-box;padding:0 10px}', 342 => '.post-nav .post-next{float:right;text-align:right;box-sizing:border-box;padding:0 10px}', 343 => '.post-nav li a{color:$(title.color);line-height:1.4em;display:block;overflow:hidden;transition:color .17s}', 344 => '.post-nav li:hover a{color:$(title.hover)}', 345 => '.post-nav li span{display:block;font-size:11px;color:#aaa;font-weight:700;text-transform:uppercase;padding:0 0 2px}', 346 => '.post-nav .post-prev span:before{content:"\f053";float:left;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 2px 0 0}', 347 => '.post-nav .post-next span:after{content:"\f054";float:right;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 0 0 2px}', 348 => '.post-nav p{font-size:12px;font-weight:400;line-height:1.4em;margin:0}', 349 => '.post-nav .post-nav-active p{color:#aaa}', 350 => '.about-author{position:relative;display:block;overflow:hidden;background-color:$(main.dark.color);padding:20px;margin:0 0 30px}', 351 => '.about-author .avatar-container{position:relative;float:left;width:80px;height:80px;background-color:rgba(255,255,255,0.05);overflow:hidden;margin:0 15px 0 0}', 352 => '.about-author .author-avatar{float:left;width:100%;height:100%}', 353 => '.author-name{overflow:hidden;display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;line-height:14px;margin:7px 0 3px}', 354 => '.author-name span{color:#fff}', 355 => '.author-name a{color:$(main.color);transition:opacity .17s}', 356 => '.author-name a:hover{opacity:.8}', 357 => '.author-description{display:block;overflow:hidden;font-size:12px;color:#aaa;font-weight:400;line-height:1.6em}', 358 => '.author-description a:hover{text-decoration:underline}', 359 => '#related-wrap{overflow:hidden;margin:0 0 30px}', 360 => '#related-wrap .related-tag{display:none}', 361 => '.related-ready{float:left;width:100%}', 362 => '.related-ready .loader{height:178px}', 363 => 'ul.related-posts{position:relative;overflow:hidden;margin:0 -10px;padding:0}', 364 => '.related-posts .related-item{width:33.33333333%;position:relative;overflow:hidden;float:left;display:block;box-sizing:border-box;padding:0 10px;margin:0}', 365 => '.related-posts .post-image-link{width:100%;height:130px;position:relative;overflow:hidden;display:block}', 366 => '.related-posts .post-title{font-size:14px;font-weight:700;line-height:1.5em;display:block;margin:7px 0 5px}', 367 => '.related-posts .post-title a{color:$(title.color);transition:color .17s}', 368 => '.related-posts .related-item:hover .post-title a{color:$(title.hover)}', 369 => '#blog-pager{float:left;width:100%;overflow:hidden;clear:both;margin:0 0 30px}', 370 => '.blog-pager a,.blog-pager span{float:left;display:block;min-width:32px;height:32px;background-color:$(main.dark.color);color:#fff;font-size:13px;font-weight:700;line-height:32px;text-align:center;box-sizing:border-box;padding:0 10px;margin:0 5px 0 0;transition:all .17s ease}', 371 => '.blog-pager span.page-dots{min-width:20px;background-color:#fff;font-size:16px;color:$(body.text.color);font-weight:400;line-height:32px;padding:0}', 372 => '.blog-pager .page-of{display:none;width:auto;float:right;border-color:rgba(0,0,0,0);margin:0}', 373 => '.blog-pager .page-active,.blog-pager a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)}', 374 => '.blog-pager .page-prev:before,.blog-pager .page-next:before{font-family:FontAwesome;font-size:11px;font-weight:400}', 375 => '.blog-pager .page-prev:before{content:'\f053'}', 376 => '.blog-pager .page-next:before{content:'\f054'}', 377 => '.blog-pager .blog-pager-newer-link,.blog-pager .blog-pager-older-link{float:left;display:inline-block;width:auto;padding:0 10px;margin:0}', 378 => '.blog-pager .blog-pager-older-link{float:right}', 379 => '.archive #blog-pager,.home .blog-pager .blog-pager-newer-link,.home .blog-pager .blog-pager-older-link{display:none}', 380 => '.blog-post-comments{display:none}', 381 => '.blog-post-comments .comments-title{margin:0 0 20px}', 382 => '.comments-system-disqus .comments-title,.comments-system-facebook .comments-title{margin:0}', 383 => '#comments{margin:0}', 384 => '#gpluscomments{float:left!important;width:100%!important;margin:0 0 25px!important}', 385 => '#gpluscomments iframe{float:left!important;width:100%}', 386 => '.comments{display:block;clear:both;margin:0;color:$(title.color)}', 387 => '.comments .comment-thread > ol{padding:0}', 388 => '.comments > h3{font-size:13px;font-weight:400;font-style:italic;padding-top:1px}', 389 => '.comments .comments-content .comment{list-style:none;margin:0;padding:0 0 8px}', 390 => '.comments .comments-content .comment:first-child{padding-top:0}', 391 => '.facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important}', 392 => '.comments .item-control{position:static}', 393 => '.comments .avatar-image-container{float:left;overflow:hidden;position:absolute}', 394 => '.comments .avatar-image-container,.comments .avatar-image-container img{height:35px;max-height:35px;width:35px;max-width:35px;border-radius:100%}', 395 => '.comments .comment-block{overflow:hidden;padding:0 0 10px}', 396 => '.comments .comment-block,.comments .comments-content .comment-replies{margin:0 0 0 50px}', 397 => '.comments .comments-content .inline-thread{padding:0}', 398 => '.comments .comment-actions{float:left;width:100%;position:relative;margin:0}', 399 => '.comments .comments-content .comment-header{font-size:12px;display:block;overflow:hidden;clear:both;margin:0 0 3px;padding:0 0 5px;border-bottom:1px dashed #d6d6d6}', 400 => '.comments .comments-content .comment-header a{color:$(title.color);transition:color .17s}', 401 => '.comments .comments-content .comment-header a:hover{color:$(title.hover)}', 402 => '.comments .comments-content .user{font-style:normal;font-weight:700;text-transform:uppercase;display:block}', 403 => '.comments .comments-content .icon.blog-author{display:none}', 404 => '.comments .comments-content .comment-content{float:left;font-size:13px;color:#5E5E5E;font-weight:400;text-align:left;line-height:1.4em;margin:5px 0 9px}', 405 => '.comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:$(title.color);font-weight:400;background-color:#f2f2f2;font-size:10px;transition:all .17s ease}', 406 => '.comments .comment .comment-actions a:hover{color:#fff;background-color:$(main.color);border-color:$(main.color);text-decoration:none}', 407 => '.comments .comments-content .datetime{float:left;font-size:11px;font-weight:400;color:#aaa;position:relative;padding:0 1px;margin:4px 0 0;display:block}', 408 => '.comments .comments-content .datetime a,.comments .comments-content .datetime a:hover{color:#aaa}', 409 => '.comments .thread-toggle{margin-bottom:4px}', 410 => '.comments .thread-toggle .thread-arrow{height:7px;margin:0 3px 2px 0}', 411 => '.comments .thread-count a,.comments .continue a{transition:opacity .17s}', 412 => '.comments .thread-count a:hover,.comments .continue a:hover{opacity:.8}', 413 => '.comments .thread-expanded{padding:5px 0 0}', 414 => '.comments .thread-chrome.thread-collapsed{display:none}', 415 => '.thread-arrow:before{content:'';font-family:FontAwesome;color:$(title.color);font-weight:400;margin:0 2px 0 0}', 416 => '.comments .thread-expanded .thread-arrow:before{content:'\f0d7'}', 417 => '.comments .thread-collapsed .thread-arrow:before{content:'\f0da'}', 418 => '.comments .comments-content .comment-thread{margin:0}', 419 => '.comments .continue a{padding:0 0 0 60px;font-weight:400}', 420 => '.comments .comments-content .loadmore.loaded{margin:0;padding:0}', 421 => '.comments .comment-replybox-thread{margin:0}', 422 => '.comments .comments-content .loadmore,.comments .comments-content .loadmore.loaded{display:none}', 423 => '#comment-editor{margin:0 0 20px}', 424 => '.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:$(title.color);font-weight:700;margin:0 0 15px}', 425 => '.post-body h1,.post-body h2{font-size:24px}', 426 => '.post-body h3{font-size:21px}', 427 => '.post-body h4{font-size:18px}', 428 => '.post-body h5{font-size:16px}', 429 => '.post-body h6{font-size:13px}', 430 => 'blockquote{font-style:italic;padding:10px;margin:0;border-left:4px solid $(main.color)}', 431 => 'blockquote:before,blockquote:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;color:#aaa;line-height:1}', 432 => 'blockquote:before{content:'\f10d';margin:0 10px 0 0}', 433 => 'blockquote:after{content:'\f10e';margin:0 0 0 10px}', 434 => '.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}', 435 => '.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}', 436 => '.post-body ul{padding:0 0 0 20px}', 437 => '.post-body ul li:before{content:"\f105";font-family:FontAwesome;font-size:13px;font-weight:400;margin:0 5px 0 0}', 438 => '.post-body u{text-decoration:underline}', 439 => '.post-body a{transition:color .17s ease}', 440 => '.post-body strike{text-decoration:line-through}', 441 => '.contact-form{overflow:hidden}', 442 => '.contact-form .widget-title{display:none}', 443 => '.contact-form .contact-form-name{width:calc(50% - 5px)}', 444 => '.contact-form .contact-form-email{width:calc(50% - 5px);float:right}', 445 => '.sidebar .widget{position:relative;overflow:hidden;background-color:#fff;box-sizing:border-box;padding:0;margin:0 0 30px}', 446 => '.sidebar .widget-title{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)}', 447 => '.sidebar .widget-title > h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0}', 448 => '.sidebar .widget-content{float:left;width:100%;margin:0}', 449 => 'ul.social-counter{margin:0 -5px}', 450 => '.social-counter li{float:left;width:25%;box-sizing:border-box;padding:0 5px;margin:10px 0 0}', 451 => '.social-counter li:nth-child(1),.social-counter li:nth-child(2),.social-counter li:nth-child(3),.social-counter li:nth-child(4){margin-top:0}', 452 => '.social-counter li a{display:block;height:40px;font-size:22px;color:#fff;text-align:center;line-height:40px;transition:opacity .17s}', 453 => '.social-counter li a:hover{opacity:.8}', 454 => '.list-label li{position:relative;display:block;padding:7px 0;border-top:1px dotted #ebebeb}', 455 => '.list-label li:first-child{padding-top:0;border-top:0}', 456 => '.list-label li:last-child{padding-bottom:0;border-bottom:0}', 457 => '.list-label li a{display:block;color:$(title.color);font-size:12px;font-weight:400;text-transform:capitalize;transition:color .17s}', 458 => '.list-label li a:before{content:"\f054";float:left;color:$(title.color);font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 3px 0 0;transition:color .17s}', 459 => '.list-label li a:hover{color:$(title.hover)}', 460 => '.list-label .label-count{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px}', 461 => '.cloud-label li{position:relative;float:left;margin:0 5px 5px 0}', 462 => '.cloud-label li a{display:block;height:26px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:26px;font-weight:400;padding:0 10px;transition:all .17s ease}', 463 => '.cloud-label li a:hover{color:#fff;background-color:$(main.color)}', 464 => '.cloud-label .label-count{display:none}', 465 => '.sidebar .FollowByEmail > .widget-title > h3{margin:0}', 466 => '.FollowByEmail .widget-content{position:relative;overflow:hidden;background-color:$(main.dark.color);text-align:center;font-weight:400;box-sizing:border-box;padding:20px}', 467 => '.FollowByEmail .widget-content > h3{font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;margin:0 0 13px}', 468 => '.FollowByEmail .before-text{font-size:13px;color:#fff;line-height:1.5em;margin:0 0 15px;display:block;padding:0 10px;overflow:hidden}', 469 => '.FollowByEmail .widget-content:after{content:'\f0e0';position:absolute;right:-15px;top:-15px;font-family:FontAwesome;font-size:50px;color:#cccccc1a;transform:rotate(21deg)}', 470 => '.FollowByEmail .follow-by-email-inner{position:relative}', 471 => '.FollowByEmail .follow-by-email-inner .follow-by-email-address{width:100%;height:32px;color:$(title.color);font-size:11px;font-family:inherit;padding:0 10px;margin:0 0 10px;box-sizing:border-box;border:0;transition:ease .17s}', 472 => '.FollowByEmail .follow-by-email-inner .follow-by-email-submit{width:100%;height:32px;font-family:inherit;font-size:11px;color:#fff;background-color:$(main.color);text-transform:uppercase;text-align:center;font-weight:700;cursor:pointer;margin:0;border:0;transition:opacity .17s ease}', 473 => '.FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{opacity:.85}', 474 => '#ArchiveList ul.flat li{color:$(title.color);font-size:13px;font-weight:400;padding:7px 0;border-bottom:1px dotted #eaeaea}', 475 => '#ArchiveList ul.flat li:first-child{padding-top:0}', 476 => '#ArchiveList ul.flat li:last-child{padding-bottom:0;border-bottom:0}', 477 => '#ArchiveList .flat li > a{display:block;color:$(title.color);transition:color .17s}', 478 => '#ArchiveList .flat li > a:hover{color:$(title.hover)}', 479 => '#ArchiveList .flat li > a:before{content:"\f054";float:left;color:#161619;font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 4px 0 0;display:inline-block;transition:color .17s}', 480 => '#ArchiveList .flat li > a > span{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px}', 481 => '.PopularPosts .post{overflow:hidden;margin:20px 0 0}', 482 => '.PopularPosts .post:first-child{padding:0;margin:0;border:0}', 483 => '.PopularPosts .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0}', 484 => '.PopularPosts .post-info{overflow:hidden}', 485 => '.PopularPosts .post-title{font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px}', 486 => '.PopularPosts .post-title a{display:block;color:$(title.color);transition:color .17s}', 487 => '.PopularPosts .post:hover .post-title a{color:$(title.hover)}', 488 => '.PopularPosts .post-date:before{font-size:10px}', 489 => '.FeaturedPost .post-image-link{display:block;position:relative;width:100%;height:180px;overflow:hidden;margin:0 0 10px;border-radius:4px}', 490 => '.FeaturedPost .post-title{font-size:18px;overflow:hidden;font-weight:700;line-height:1.5em;margin:0 0 5px}', 491 => '.FeaturedPost .post-title a{color:$(title.color);display:block;transition:color .17s ease}', 492 => '.FeaturedPost .post-title a:hover{color:$(title.hover)}', 493 => '.Text{font-size:13px}', 494 => '.contact-form-widget form{font-weight:400}', 495 => '.contact-form-name{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb}', 496 => '.contact-form-email{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb}', 497 => '.contact-form-email-message{float:left;width:100%;font-family:inherit;font-size:13px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb}', 498 => '.contact-form-button-submit{float:left;width:100%;height:30px;background-color:$(main.color);font-size:13px;color:#fff;line-height:30px;cursor:pointer;box-sizing:border-box;padding:0 10px;margin:0;border:0;transition:background .17s ease}', 499 => '.contact-form-button-submit:hover{background-color:$(main.dark.color)}', 500 => '.contact-form-error-message-with-border{float:left;width:100%;background-color:#fbe5e5;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #fc6262}', 501 => '.contact-form-success-message-with-border{float:left;width:100%;background-color:#eaf6ff;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #5ab6f9}', 502 => '.contact-form-cross{margin:0 0 0 3px}', 503 => '.contact-form-error-message,.contact-form-success-message{margin:0}', 504 => '.BlogSearch .search-input{float:left;width:75%;height:30px;background-color:#fff;font-weight:400;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;border:1px solid #ebebeb;border-right-width:0}', 505 => '.BlogSearch .search-action{float:right;width:25%;height:30px;font-family:inherit;font-size:13px;line-height:30px;cursor:pointer;box-sizing:border-box;background-color:$(main.color);color:#fff;padding:0 5px;border:0;transition:background .17s ease}', 506 => '.BlogSearch .search-action:hover{background-color:$(main.dark.color)}', 507 => '.Profile .profile-img{float:left;width:80px;height:80px;margin:0 15px 0 0;transition:all .17s ease}', 508 => '.Profile .profile-datablock{margin:0}', 509 => '.Profile .profile-data .g-profile{display:block;font-size:14px;color:$(title.color);margin:0 0 5px;transition:color .17s ease}', 510 => '.Profile .profile-data .g-profile:hover{color:$(title.hover)}', 511 => '.Profile .profile-info > .profile-link{color:$(title.color);font-size:11px;margin:5px 0 0;transition:color .17s ease}', 512 => '.Profile .profile-info > .profile-link:hover{color:$(title.hover)}', 513 => '.Profile .profile-datablock .profile-textblock{display:none}', 514 => '.common-widget .LinkList ul li,.common-widget .PageList ul li{width:calc(50% - 5px);padding:7px 0 0}', 515 => '.common-widget .LinkList ul li:nth-child(odd),.common-widget .PageList ul li:nth-child(odd){float:left}', 516 => '.common-widget .LinkList ul li:nth-child(even),.common-widget .PageList ul li:nth-child(even){float:right}', 517 => '.common-widget .LinkList ul li a,.common-widget .PageList ul li a{display:block;color:$(title.color);font-size:13px;font-weight:400;transition:color .17s ease}', 518 => '.common-widget .LinkList ul li a:hover,.common-widget .PageList ul li a:hover{color:$(title.hover)}', 519 => '.common-widget .LinkList ul li:first-child,.common-widget .LinkList ul li:nth-child(2),.common-widget .PageList ul li:first-child,.common-widget .PageList ul li:nth-child(2){padding:0}', 520 => '#footer-wrapper{background-color:$(main.dark.color)}', 521 => '#footer-wrapper .container{position:relative;overflow:hidden;margin:0 auto;padding:25px 0}', 522 => '.footer-widgets-wrap{position:relative;display:flex;margin:0 -15px}', 523 => '#footer-wrapper .footer{display:inline-block;float:left;width:33.33333333%;box-sizing:border-box;padding:0 15px}', 524 => '#footer-wrapper .footer .widget{float:left;width:100%;padding:0;margin:25px 0 0}', 525 => '#footer-wrapper .footer .Text{margin:10px 0 0}', 526 => '#footer-wrapper .footer .widget:first-child{margin:0}', 527 => '.footer .widget > .widget-title > h3{position:relative;color:$(footer.color);font-size:12px;line-height:12px;font-weight:700;text-transform:uppercase;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid rgba(255,255,255,0.05)}', 528 => '.footer .widget > .widget-title > h3:before{position:absolute;content:'';background-color:$(main.color);width:35px;height:2px;bottom:-2px;left:0}', 529 => '.footer .post-image-link{background-color:rgba(255,255,255,0.05)}', 530 => '.footer .custom-widget .post-title a,.footer .PopularPosts .post-title a,.footer .FeaturedPost .post-title a,.footer .LinkList ul li a,.footer .PageList ul li a,.footer .Profile .profile-data .g-profile,.footer .Profile .profile-info > .profile-link{color:$(footer.color)}', 531 => '.footer .custom-widget .post-title a:hover,.footer .PopularPosts .post-title a:hover,.footer .FeaturedPost .post-title a:hover,.footer .LinkList ul li a:hover,.footer .PageList ul li a:hover,.footer .Profile .profile-data .g-profile:hover,.footer .Profile .profile-info > .profile-link:hover{color:$(title.hover)}', 532 => '.footer .no-posts{color:$(footer.color)}', 533 => '.footer .FollowByEmail .widget-content > h3{color:$(footer.color)}', 534 => '.footer .FollowByEmail .widget-content{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.05)}', 535 => '.footer .FollowByEmail .before-text,#footer-wrapper .footer .Text{color:#aaa}', 536 => '.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background:$(main.dark.color)}', 537 => '.footer .FollowByEmail .follow-by-email-inner .follow-by-email-address{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)}', 538 => '.footer #ArchiveList .flat li > a{color:$(footer.color)}', 539 => '.footer .list-label li,.footer .BlogArchive #ArchiveList ul.flat li{border-color:rgba(255,255,255,0.05)}', 540 => '.footer .list-label li:first-child{padding-top:0}', 541 => '.footer .list-label li a,.footer .list-label li a:before,.footer #ArchiveList .flat li > a,.footer #ArchiveList .flat li > a:before{color:$(footer.color)}', 542 => '.footer .list-label li > a:hover,.footer #ArchiveList .flat li > a:hover{color:$(title.hover)}', 543 => '.footer .list-label .label-count,.footer #ArchiveList .flat li > a > span{background-color:rgba(255,255,255,0.05);color:$(footer.color)}', 544 => '.footer .cloud-label li a{background-color:rgba(255,255,255,0.05);color:$(footer.color)}', 545 => '.footer .cloud-label li a:hover{background-color:$(main.color);color:#fff}', 546 => '.footer .BlogSearch .search-input{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)}', 547 => '.footer .contact-form-name,.footer .contact-form-email,.footer .contact-form-email-message{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)}', 548 => '.footer .BlogSearch .search-action:hover,.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover,.footer .contact-form-button-submit:hover{background-color:rgba(0,0,0,0.3)}', 549 => '#sub-footer-wrapper{background-color:rgba(0,0,0,0.2);color:$(footer.color);display:block;padding:0;width:100%;overflow:hidden}', 550 => '#sub-footer-wrapper .container{overflow:hidden;margin:0 auto;padding:10px 0}', 551 => '#menu-footer{float:right;position:relative;display:block}', 552 => '#menu-footer .widget > .widget-title{display:none}', 553 => '#menu-footer ul li{float:left;display:inline-block;height:34px;padding:0;margin:0}', 554 => '#menu-footer ul li a{font-size:12px;font-weight:400;display:block;color:$(footer.color);line-height:34px;padding:0 10px;margin:0 0 0 5px;transition:color .17s ease}', 555 => '#menu-footer ul li:last-child a{padding:0 0 0 5px}', 556 => '#menu-footer ul li a:hover{color:$(title.hover)}', 557 => '#sub-footer-wrapper .copyright-area{font-size:12px;float:left;height:34px;line-height:34px;font-weight:400}', 558 => '#sub-footer-wrapper .copyright-area a{color:$(main.color);transition:color .17s}', 559 => '.hidden-widgets{display:none;visibility:hidden}', 560 => '.back-top{display:none;z-index:1010;width:34px;height:34px;position:fixed;bottom:25px;right:25px;cursor:pointer;overflow:hidden;font-size:13px;color:#fff;text-align:center;line-height:34px}', 561 => '.back-top:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:$(main.color);opacity:.5;transition:opacity .17s ease}', 562 => '.back-top:after{content:'\f077';position:relative;font-family:FontAwesome;font-weight:400;opacity:.8;transition:opacity .17s ease}', 563 => '.back-top:hover:before,.back-top:hover:after,.nav-active .back-top:after,.nav-active .back-top:before{opacity:1}', 564 => '.error404 #main-wrapper{width:100%!important;margin:0!important}', 565 => '.error404 #sidebar-wrapper{display:none}', 566 => '.errorWrap{color:$(title.color);text-align:center;padding:80px 0 100px}', 567 => '.errorWrap h3{font-size:160px;line-height:1;margin:0 0 30px}', 568 => '.errorWrap h4{font-size:25px;margin:0 0 20px}', 569 => '.errorWrap p{margin:0 0 10px}', 570 => '.errorWrap a{display:block;color:$(main.color);padding:10px 0 0}', 571 => '.errorWrap a i{font-size:20px}', 572 => '.errorWrap a:hover{text-decoration:underline}', 573 => '@media screen and (max-width: 1100px) {', 574 => '#outer-wrapper{max-width:100%}', 575 => '.row{width:100%}', 576 => '#top-bar .container{box-sizing:border-box;padding:0 20px}', 577 => '#hot-wrapper{box-sizing:border-box;padding:0 20px}', 578 => '#header-wrap{height:auto}', 579 => '.header-header{height:auto;box-sizing:border-box;padding:25px 20px}', 580 => '.header-logo{max-width:30%}', 581 => '.header-ads{max-width:70%}', 582 => '.header-menu{box-sizing:border-box;padding:0 20px}', 583 => '#content-wrapper{position:relative;box-sizing:border-box;padding:0 20px;margin:30px 0 0}', 584 => '#footer-wrapper .container{box-sizing:border-box;padding:25px 20px}', 585 => '#sub-footer-wrapper .container{box-sizing:border-box;padding:10px 20px}', 586 => '}', 587 => '@media screen and (max-width: 980px) {', 588 => '#top-bar{display:none}', 589 => '#content-wrapper > .container{margin:0}', 590 => '.header-logo,.header-menu{display:none}', 591 => '.mobile-header{display:block}', 592 => '#header-wrap{padding:0}', 593 => '.header-header{background-color:#fff;padding:0}', 594 => '.header-header .container.row{width:100%}', 595 => '.header-ads{width:100%;max-width:100%;box-sizing:border-box;padding:0 20px}', 596 => '.header-ads .widget .widget-content{position:relative;padding:20px 0;margin:0 auto}', 597 => '#header-inner a{display:inline-block!important}', 598 => '#main-wrapper,#sidebar-wrapper{width:100%;padding:0}', 599 => '.item #sidebar-wrapper{margin-top:20px}', 600 => '}', 601 => '@media screen and (max-width: 880px) {', 602 => '.footer-widgets-wrap{display:block}', 603 => '#footer-wrapper .footer{width:100%;margin-right:0}', 604 => '#footer-sec2,#footer-sec3{margin-top:25px}', 605 => '}', 606 => '@media screen and (max-width: 680px) {', 607 => '#hot-section .show-hot .widget-content,#hot-section .hot-posts{height:auto}', 608 => '#hot-section .hot-loader{height:200px}', 609 => '.hot-posts .hot-item{width:100%;height:220px;margin:2px 0 0}', 610 => '.hot-posts .item-0{margin:0}', 611 => '.hot-posts .post-title,.hot-posts .item-0 .post-title{font-size:18px}', 612 => '.index-post{width:100%}', 613 => '#menu-footer,#sub-footer-wrapper .copyright-area{width:100%;height:auto;line-height:inherit;text-align:center}', 614 => '#menu-footer{margin:10px 0 0}', 615 => '#sub-footer-wrapper .copyright-area{margin:10px 0}', 616 => '#menu-footer ul li{float:none;height:auto}', 617 => '#menu-footer ul li a{line-height:inherit;margin:0 3px 5px}', 618 => '}', 619 => '@media screen and (max-width: 540px) {', 620 => '.hot-posts .hot-item{height:180px}', 621 => '.index-post .post-image-wrap,.FeaturedPost .post-image-link{height:160px}', 622 => '.share-links li a span{display:none}', 623 => '.share-links li.facebook,.share-links li.twitter{width:32px}', 624 => 'ul.related-posts{margin:0}', 625 => '.related-posts .related-item{width:100%;padding:0;margin:20px 0 0}', 626 => '.related-posts .item-0{margin:0}', 627 => '.related-posts .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff}', 628 => '.related-posts .post-tag{display:none}', 629 => '.related-posts .post-image-link{width:80px;height:60px;float:left;margin:0 12px 0 0}', 630 => '.related-posts .post-title{font-size:13px;overflow:hidden;margin:0 0 5px}', 631 => '.post-reactions{display:none}', 632 => '}', 633 => '@media screen and (max-width: 440px) {', 634 => '.queryMessage{text-align:center}', 635 => '.queryMessage a.show-more{width:100%;margin:10px 0 0}', 636 => '.item-post h1.post-title{font-size:24px}', 637 => '.about-author{text-align:center}', 638 => '.about-author .avatar-container{float:none;display:table;margin:0 auto 10px}', 639 => '#comments ol{padding:0}', 640 => '.errorWrap{padding:70px 0 100px}', 641 => '.errorWrap h3{font-size:120px}', 642 => '}', 643 => '@media screen and (max-width: 360px) {', 644 => '.about-author .avatar-container{width:60px;height:60px}', 645 => '}', 646 => ']]></b:skin>', 647 => '<style>', 648 => '/*-------Typography and ShortCodes-------*/', 649 => '.firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:&#39;\f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:&#39;\f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\f06e&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}.post-body ul li:before{content:&quot;\f105&quot;;margin-right:5px;font-family:fontawesome}pre{font-family:Monaco, &quot;Andale Mono&quot;, &quot;Courier New&quot;, Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-triangle:before{content:&quot;\f071&quot;}.fa-exclamation-circle:before{content:&quot;\f06a&quot;}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}}', 650 => '.FollowByEmail {', 651 => ' clear: both;', 652 => '}', 653 => '.widget .post-body ol {', 654 => ' padding: 0 0 0 45px;', 655 => '}', 656 => '.post-body ul li {', 657 => ' list-style: none;', 658 => '}', 659 => '</style>', 660 => '<b:if cond='data:view.isLayoutMode'>', 661 => '<b:template-skin>', 662 => '<![CDATA[', 663 => '/*------Layout (No Edit)----------*/', 664 => 'body#layout #outer-wrapper,body#layout .row{width:auto;padding:0}', 665 => 'body#layout{width:800px;position:relative;padding:95px 5px 0;margin:0}', 666 => 'body#layout div.section{margin:0 5px 10px!important;padding:16px 16px 18px!important}', 667 => 'body#layout .section h4{font-size:14px;margin:0}', 668 => 'body#layout .layout-widget-description{display:none}', 669 => 'body#layout .theme-options,body#layout #main-menu .widget{display:block!important}', 670 => 'body#layout div.sora-panel{background-color:#d7d7d7!important;overflow:hidden!important;border-color:#bcbcbc}', 671 => 'body#layout .sora-panel .widget{float:left;width:49%;margin-right:2%}', 672 => 'body#layout .sora-panel #LinkList71{margin-right:0}', 673 => 'body#layout #top-bar{height:auto}', 674 => 'body#layout #top-bar .container{display:flex}', 675 => 'body#layout .top-bar-nav,body#layout .top-bar-social{width:50%}', 676 => 'body#layout #header-wrap{height:auto}', 677 => 'body#layout .header-header{float:left;width:66.66%;height:auto;padding:0}', 678 => 'body#layout .header-header .container{display:flex}', 679 => 'body#layout div.header-logo,body#layout div.header-ads{float:left;width:50%;height:auto;max-width:none;max-height:none}', 680 => 'body#layout .header-ads .widget-content{width:auto}', 681 => 'body#layout .header-ads .add_widget{padding:15px!important}', 682 => 'body#layout .mobile-header{display:block;float:right;width:33.33%;height:auto}', 683 => 'body#layout .mobile-menu{display:none}', 684 => 'body#layout .header-menu{float:left;width:100%;height:auto}', 685 => 'body#layout #main-menu{height:auto}', 686 => 'body#layout #hot-wrapper .widget{display:block}', 687 => 'body#layout #content-wrapper{margin:0}', 688 => 'body#layout #content-wrapper > .container{display:flex;margin:0}', 689 => 'body#layout #main-wrapper{width:66.66%;padding:0}', 690 => 'body#layout #sidebar-wrapper{width:33.33%;padding:0}', 691 => 'body#layout .sidebar .widget,body#layout .sidebar .widget-content{float:none;overflow:visible}', 692 => 'body#layout .footer-widgets-wrap{display:flex}', 693 => 'body#layout .footer-widgets-wrap div.footer{width:100%}', 694 => '/*------Layout (end)----------*/', 695 => ']]></b:template-skin>', 696 => '</b:if>', 697 => '<!-- Global Variables -->', 698 => '<script type='text/javascript'>', 699 => '//<![CDATA[', 700 => '// Global variables with content. "Available for Edit"', 701 => 'var monthFormat = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],', 702 => ' noThumbnail = "https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png",', 703 => ' postPerPage = 7,', 704 => ' fixedSidebar = true,', 705 => ' commentsSystem = "blogger",', 706 => ' disqusShortname = "soratemplates";', 707 => '//]]>', 708 => '</script>', 709 => '<b:defaultmarkups>', 710 => ' <b:defaultmarkup type='Common'>', 711 => ' <b:includable id='widget-title'>', 712 => ' <b:if cond='data:defaultTitle or data:title'>', 713 => ' <div class='widget-title'>', 714 => ' <h3 class='title'>', 715 => ' <data:title/>', 716 => ' </h3>', 717 => ' </div>', 718 => ' </b:if>', 719 => ' </b:includable> ', 720 => ' </b:defaultmarkup>', 721 => ' <b:defaultmarkup type='PopularPosts'>', 722 => ' <b:includable id='main' var='this'>', 723 => ' <b:include name='widget-title'/>', 724 => ' <div class='widget-content'>', 725 => ' <b:loop values='data:posts' var='post'>', 726 => ' <b:include data='post' name='postContent'/>', 727 => ' </b:loop>', 728 => ' </div>', 729 => ' </b:includable>', 730 => ' <b:includable id='postContent' var='post'>', 731 => ' <div class='post'>', 732 => ' <div class='post-content'>', 733 => ' <a class='post-image-link' expr:href='data:post.url'>', 734 => ' <b:if cond='data:post.featuredImage'>', 735 => ' <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/>', 736 => ' <b:else/>', 737 => ' <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/>', 738 => ' </b:if>', 739 => ' </a>', 740 => ' <div class='post-info'>', 741 => ' <h2 class='post-title'>', 742 => ' <a expr:href='data:post.url'><data:post.title/></a>', 743 => ' </h2>', 744 => ' <div class='post-meta'>', 745 => ' <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span>', 746 => ' </div>', 747 => ' </div>', 748 => ' </div>', 749 => ' </div>', 750 => ' </b:includable>', 751 => ' </b:defaultmarkup>', 752 => ' <b:defaultmarkup type='Header'>', 753 => ' <b:includable id='main' var='this'>', 754 => ' <div class='header-widget'>', 755 => ' <b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/>', 756 => ' <b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/>', 757 => ' </div>', 758 => ' </b:includable>', 759 => ' <b:includable id='image'>', 760 => ' <a class='header-image-wrapper' expr:href='data:blog.homepageUrl'>', 761 => ' <img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/>', 762 => ' </a>', 763 => ' </b:includable>', 764 => ' </b:defaultmarkup>', 765 => ' <b:defaultmarkup type='FeaturedPost'>', 766 => ' <b:includable id='main' var='this'>', 767 => ' <b:include name='widget-title'/>', 768 => ' <div class='widget-content'>', 769 => ' <b:loop values='data:posts' var='post'>', 770 => ' <b:include data='post' name='postContent'/>', 771 => ' </b:loop>', 772 => ' </div>', 773 => ' </b:includable>', 774 => ' <b:includable id='postContent' var='post'>', 775 => ' <div class='post'>', 776 => ' <div class='post-content'>', 777 => ' <a class='post-image-link' expr:href='data:post.url'>', 778 => ' <b:if cond='data:post.featuredImage'>', 779 => ' <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/>', 780 => ' <b:else/>', 781 => ' <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/>', 782 => ' </b:if>', 783 => ' <span class='post-tag'><data:post.labels.last.name/></span>', 784 => ' </a>', 785 => ' <div class='post-info'>', 786 => ' <h2 class='post-title'>', 787 => ' <a expr:href='data:post.url'><data:post.title/></a>', 788 => ' </h2>', 789 => ' <div class='post-meta'>', 790 => ' <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span>', 791 => ' </div>', 792 => ' </div>', 793 => ' </div>', 794 => ' </div>', 795 => ' </b:includable>', 796 => ' </b:defaultmarkup>', 797 => ' <b:defaultmarkup type='Label'>', 798 => ' <b:includable id='main' var='this'>', 799 => ' <b:include name='widget-title'/>', 800 => ' <b:include name='content'/>', 801 => ' </b:includable>', 802 => ' <b:includable id='content'>', 803 => ' <div class='widget-content'>', 804 => ' <b:class expr:name='data:this.display + &quot;-label&quot;'/>', 805 => ' <b:include cond='data:this.display == &quot;list&quot;' name='list'/>', 806 => ' <b:include cond='data:this.display == &quot;cloud&quot;' name='list'/>', 807 => ' </div>', 808 => ' </b:includable>', 809 => ' <b:includable id='list'>', 810 => ' <ul>', 811 => ' <b:loop values='data:labels' var='label'>', 812 => ' <li>', 813 => ' <a class='label-name' expr:href='data:label.url'>', 814 => ' <data:label.name/>', 815 => ' <b:if cond='data:this.showFreqNumbers'>', 816 => ' <span class='label-count'><data:label.count/></span>', 817 => ' </b:if>', 818 => ' </a>', 819 => ' </li>', 820 => ' </b:loop>', 821 => ' </ul>', 822 => ' </b:includable>', 823 => ' </b:defaultmarkup>', 824 => ' <b:defaultmarkup type='FollowByEmail'>', 825 => ' <b:includable id='main' var='this'>', 826 => ' <b:include name='content'/>', 827 => ' </b:includable>', 828 => ' <b:includable id='content'>', 829 => ' <div class='widget-content'>', 830 => ' <b:if cond='data:defaultTitle or data:title'>', 831 => ' <h3 class='title'>', 832 => ' <data:title/>', 833 => ' </h3>', 834 => ' </b:if>', 835 => ' <span class='before-text'><data:skin.vars.followByEmail/></span>', 836 => ' <div class='follow-by-email-inner'>', 837 => ' <form action='https://feedburner.google.com/fb/a/mailverify' expr:onsubmit='&quot;window.open(\&quot;https://feedburner.google.com/fb/a/mailverify?uri=&quot; + data:feedPath + &quot;\&quot;, \&quot;popupwindow\&quot;, \&quot;scrollbars=yes,width=550,height=520\&quot;); return true&quot;' method='post' target='popupwindow'>', 838 => ' <input autocomplete='off' class='follow-by-email-address' expr:placeholder='data:messages.emailAddress' name='email' type='email'/>', 839 => ' <input class='follow-by-email-submit' expr:value='data:messages.subscribe' type='submit'/>', 840 => ' <input expr:value='data:feedPath' name='uri' type='hidden'/>', 841 => ' <input name='loc' type='hidden' value='en_US'/>', 842 => ' </form>', 843 => ' </div>', 844 => ' </div>', 845 => ' </b:includable>', 846 => ' </b:defaultmarkup>', 847 => ' <b:defaultmarkup type='BlogSearch'>', 848 => ' <b:includable id='main' var='this'>', 849 => ' <b:include name='widget-title'/>', 850 => ' <b:include name='content'/>', 851 => ' </b:includable>', 852 => ' <b:includable id='content'>', 853 => ' <div class='widget-content' role='search'>', 854 => ' <form class='search-form' expr:action='data:blog.searchUrl'>', 855 => ' <b:attr cond='not data:view.isPreview' name='target' value='_top'/>', 856 => ' <b:include name='urlParamsAsFormInput'/>', 857 => ' <input autocomplete='off' class='search-input' expr:aria-label='data:messages.searchThisBlog' expr:placeholder='data:messages.searchThisBlog' expr:value='data:view.isSearch ? data:view.search.query.escaped : &quot;&quot;' name='q'/>', 858 => ' <input class='search-action' expr:value='data:messages.search.escaped' type='submit'/> ', 859 => ' </form>', 860 => ' </div>', 861 => ' </b:includable>', 862 => ' </b:defaultmarkup>', 863 => ' <b:defaultmarkup type='BlogArchive'>', 864 => ' <b:includable id='main' var='this'>', 865 => ' <b:include name='widget-title'/>', 866 => ' <b:include name='content'/>', 867 => ' </b:includable>', 868 => ' <b:includable id='content'>', 869 => ' <div class='widget-content'>', 870 => ' <div id='ArchiveList'>', 871 => ' <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>', 872 => ' <b:include cond='data:this.style in {&quot;FLAT&quot;, &quot;MENU&quot;, &quot;HIERARCHY&quot;}' name='flat'/>', 873 => ' </div>', 874 => ' </div>', 875 => ' </div>', 876 => ' </b:includable>', 877 => ' <b:includable id='flat'>', 878 => ' <ul class='flat'>', 879 => ' <b:loop values='data:data' var='i'>', 880 => ' <li class='archivedate'>', 881 => ' <a expr:href='data:i.url'>', 882 => ' <data:i.name/><span class='post-count'><data:i.post-count/></span>', 883 => ' </a>', 884 => ' </li>', 885 => ' </b:loop>', 886 => ' </ul>', 887 => ' </b:includable>', 888 => ' </b:defaultmarkup>', 889 => '</b:defaultmarkups>', 890 => ' <!-- Google Analytics -->', 891 => ' <b:include data='blog' name='google-analytics'/>', 892 => '</head>', 893 => '<body expr:class='data:blog.pageType'>', 894 => ' <b:class cond='data:view.isHomepage' name='home'/>', 895 => ' <b:class cond='data:view.isPage' name='item'/>', 896 => ' <b:class cond='data:view.isArchive' name='index'/>', 897 => ' <b:class cond='data:view.isError' name='error404'/>', 898 => '<!-- Theme Options -->', 899 => ' <div class='theme-options' style='display:none'>', 900 => ' <b:section class='sora-panel' id='sora-panel' maxwidgets='1' name='Theme Options' showaddelement='no'>', 901 => ' <b:widget id='LinkList70' locked='true' title='Css Options' type='LinkList' version='2' visible='true'>', 902 => ' <b:widget-settings>', 903 => ' <b:widget-setting name='sorting'>NONE</b:widget-setting>', 904 => ' <b:widget-setting name='text-1'>recentPostsHeadline</b:widget-setting>', 905 => ' <b:widget-setting name='link-1'>true</b:widget-setting>', 906 => ' <b:widget-setting name='text-0'>boxedVersion</b:widget-setting>', 907 => ' <b:widget-setting name='link-0'>false</b:widget-setting>', 908 => ' </b:widget-settings>', 909 => ' <b:includable id='main'>', 910 => ' <b:include name='content'/>', 911 => ' </b:includable>', 912 => ' <b:includable id='content'>', 913 => ' &lt;style type=&#39;text/css&#39;&gt;', 914 => ' <b:loop values='data:links' var='link'>', 915 => ' <b:if cond='data:link.name == &quot;boxedVersion&quot;'>', 916 => ' <b:if cond='data:link.target == &quot;true&quot;'>', 917 => ' #outer-wrapper{max-width:1030px} ', 918 => ' </b:if>', 919 => ' </b:if>', 920 => ' <b:if cond='data:link.name == &quot;recentPostsHeadline&quot;'>', 921 => ' <b:if cond='data:link.target == &quot;false&quot;'>', 922 => ' .home-posts-headline{display:none} ', 923 => ' </b:if>', 924 => ' </b:if>', 925 => ' </b:loop>', 926 => ' &lt;/style&gt;', 927 => ' </b:includable>', 928 => ' </b:widget>', 929 => ' <b:widget id='LinkList71' locked='true' title='Default Variables' type='LinkList' version='2' visible='true'>', 930 => ' <b:widget-settings>', 931 => ' <b:widget-setting name='link-3'>6</b:widget-setting>', 932 => ' <b:widget-setting name='sorting'>NONE</b:widget-setting>', 933 => ' <b:widget-setting name='link-4'>5</b:widget-setting>', 934 => ' <b:widget-setting name='text-1'>commentsSystem</b:widget-setting>', 935 => ' <b:widget-setting name='link-1'>blogger</b:widget-setting>', 936 => ' <b:widget-setting name='text-0'>disqusShortname</b:widget-setting>', 937 => ' <b:widget-setting name='link-2'>true</b:widget-setting>', 938 => ' <b:widget-setting name='text-3'>postPerPage</b:widget-setting>', 939 => ' <b:widget-setting name='link-0'>soratemplates</b:widget-setting>', 940 => ' <b:widget-setting name='text-2'>fixedSidebar</b:widget-setting>', 941 => ' <b:widget-setting name='text-4'>postPerPage</b:widget-setting>', 942 => ' </b:widget-settings>', 943 => ' <b:includable id='main'>', 944 => ' <b:include name='content'/>', 945 => ' </b:includable>', 946 => ' <b:includable id='content'>', 947 => ' &lt;script type=&#39;text/javascript&#39;&gt;', 948 => ' //&lt;![CDATA[', 949 => ' <b:loop values='data:links' var='link'>', 950 => ' <b:if cond='data:link.name == &quot;postPerPage&quot;'>', 951 => ' var postPerPage = <data:link.target/>;', 952 => ' </b:if>', 953 => ' <b:if cond='data:link.name == &quot;fixedSidebar&quot;'>', 954 => ' var fixedSidebar = <data:link.target/>;', 955 => ' </b:if>', 956 => ' <b:if cond='data:link.name == &quot;commentsSystem&quot;'>', 957 => ' var commentsSystem = &quot;<data:link.target/>&quot;;', 958 => ' </b:if>', 959 => ' <b:if cond='data:link.name == &quot;disqusShortname&quot;'>', 960 => ' var disqusShortname = &quot;<data:link.target/>&quot;;', 961 => ' </b:if>', 962 => ' </b:loop>', 963 => ' //]]&gt;', 964 => ' &lt;/script&gt;', 965 => ' </b:includable>', 966 => ' </b:widget>', 967 => ' </b:section>', 968 => ' </div>', 969 => '<!-- Outer Wrapper -->', 970 => '<div id='outer-wrapper'>', 971 => '<!-- Main Top Bar -->', 972 => ' <div id='top-bar'>', 973 => ' <div class='container row'>', 974 => ' <b:section class='top-bar-nav' id='top-bar-nav' maxwidgets='1' name='Top Navigation' showaddelement='yes'>', 975 => ' <b:widget id='LinkList72' locked='true' title='' type='LinkList' version='2' visible='true'>', 976 => ' <b:includable id='main'>', 977 => ' <b:include name='content'/>', 978 => ' </b:includable>', 979 => ' <b:includable id='content'>', 980 => ' <div class='widget-content'>', 981 => ' <ul>', 982 => ' <b:loop values='data:links' var='link'>', 983 => ' <li><a expr:href='data:link.target'><data:link.name/></a></li>', 984 => ' </b:loop>', 985 => ' </ul> ', 986 => ' </div>', 987 => ' </b:includable>', 988 => ' </b:widget>', 989 => ' </b:section>', 990 => ' <!-- Top Social --> ', 991 => ' <b:section class='top-bar-social social' id='top-bar-social' maxwidgets='1' name='Social Top' showaddelement='yes'>', 992 => ' <b:widget id='LinkList73' locked='true' title='' type='LinkList' version='2' visible='false'>', 993 => ' <b:widget-settings>', 994 => ' <b:widget-setting name='sorting'>NONE</b:widget-setting>', 995 => ' <b:widget-setting name='text-1'>skype</b:widget-setting>', 996 => ' <b:widget-setting name='link-1'>#</b:widget-setting>', 997 => ' <b:widget-setting name='text-0'>pinterest</b:widget-setting>', 998 => ' <b:widget-setting name='link-0'>#</b:widget-setting>', 999 => ' </b:widget-settings>', 1000 => ' <b:includable id='main'>', 1001 => ' <b:include name='content'/>', 1002 => ' </b:includable>', 1003 => ' <b:includable id='content'>', 1004 => ' <div class='widget-content'>', 1005 => ' <ul>', 1006 => ' <b:loop values='data:links' var='link'>', 1007 => ' <li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li>', 1008 => ' </b:loop>', 1009 => ' </ul>', 1010 => ' </div>', 1011 => ' </b:includable>', 1012 => ' </b:widget>', 1013 => ' </b:section>', 1014 => ' </div>', 1015 => ' </div>', 1016 => ' <!-- Header Wrapper -->', 1017 => ' <div id='header-wrap'>', 1018 => ' <div class='header-header'> ', 1019 => ' <div class='container row'>', 1020 => ' <b:section class='header-logo' id='header-logo' maxwidgets='1' name='Header Logo' showaddelement='yes'>', 1021 => ' <b:widget id='Header1' locked='true' title='Top music (Header)' type='Header' version='2' visible='false'>', 1022 => ' <b:widget-settings>', 1023 => ' <b:widget-setting name='displayUrl'>http://1.bp.blogspot.com/-QCuJMX_oq2o/W3iEuMf6oOI/AAAAAAAAC28/JZc8JqlIixEmFurZtGryZ3mrB7by26A5wCK4BGAYYCw/s104/logo.png</b:widget-setting>', 1024 => ' <b:widget-setting name='displayHeight'>60</b:widget-setting>', 1025 => ' <b:widget-setting name='sectionWidth'>256</b:widget-setting>', 1026 => ' <b:widget-setting name='useImage'>true</b:widget-setting>', 1027 => ' <b:widget-setting name='shrinkToFit'>false</b:widget-setting>', 1028 => ' <b:widget-setting name='imagePlacement'>REPLACE</b:widget-setting>', 1029 => ' <b:widget-setting name='displayWidth'>104</b:widget-setting>', 1030 => ' </b:widget-settings>', 1031 => ' <b:includable id='main' var='this'>', 1032 => ' <div class='header-widget'>', 1033 => ' <b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/>', 1034 => ' <b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/>', 1035 => ' </div>', 1036 => ' </b:includable>', 1037 => ' <b:includable id='behindImageStyle'>', 1038 => ' <b:if cond='data:sourceUrl'>', 1039 => ' <b:include cond='data:this.image' data='{ image: data:this.image, selector: &quot;.header-widget&quot; }' name='responsiveImageStyle'/>', 1040 => ' <style type='text/css'>', 1041 => ' .header-widget {', 1042 => ' background-position: <data:blog.locale.languageAlignment/>;', 1043 => ' background-repeat: no-repeat;', 1044 => ' }', 1045 => ' </style>', 1046 => ' </b:if>', 1047 => ' </b:includable>', 1048 => ' <b:includable id='description'>', 1049 => ' <p>', 1050 => ' <data:this.description/>', 1051 => ' </p>', 1052 => ' </b:includable>', 1053 => ' <b:includable id='image'>', 1054 => ' <a class='header-image-wrapper' expr:href='data:blog.homepageUrl'>', 1055 => ' <img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/>', 1056 => ' </a>', 1057 => ' </b:includable>', 1058 => ' <b:includable id='title'>', 1059 => ' <h1>', 1060 => ' <b:tag cond='data:view.url != data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'>', 1061 => ' <data:title/>', 1062 => ' </b:tag>', 1063 => ' </h1>', 1064 => ' </b:includable>', 1065 => ' </b:widget>', 1066 => ' </b:section>', 1067 => ' <b:section class='header-ads' id='header-ads' maxwidgets='1' name='Header Ads 728x90' showaddelement='yes'/>', 1068 => ' </div>', 1069 => ' </div>', 1070 => ' <div class='mobile-header'>', 1071 => ' <span class='slide-menu-toggle'/>', 1072 => ' <b:section class='mobile-logo' id='mobile-logo' maxwidgets='1' name='Mobile Logo' showaddelement='yes'>', 1073 => ' <b:widget id='Image70' locked='true' title='Mobile Logo' type='Image' version='2' visible='true'>', 1074 => ' <b:widget-settings>', 1075 => ' <b:widget-setting name='displayUrl'>https://blogger.googleusercontent.com/img/a/AVvXsEiWNitE83hh67U2wCPnXiBmVBJt70Jpj3fGb_xWqH9VOf1Gil6U4KUic-JmNhNk8ELkruVvOl-mrzt-edOHE4Z2hbJD8H3JqYbdPV2Xin9UstSBpYL5qefFjfY4vl_kq1xZSkTnFLgTAKVOMGzlH2OjM04NaFwgUWt1kr1avIEvaGxknhgPYqTh6nhVWQ=s684</b:widget-setting>', 1076 => ' <b:widget-setting name='displayHeight'>380</b:widget-setting>', 1077 => ' <b:widget-setting name='sectionWidth'>256</b:widget-setting>', 1078 => ' <b:widget-setting name='shrinkToFit'>false</b:widget-setting>', 1079 => ' <b:widget-setting name='displayWidth'>684</b:widget-setting>', 1080 => ' <b:widget-setting name='link'>My Title</b:widget-setting>', 1081 => ' <b:widget-setting name='caption'>image</b:widget-setting>', 1082 => ' </b:widget-settings>', 1083 => ' <b:includable id='main'>', 1084 => ' <b:include name='content'/>', 1085 => ' </b:includable>', 1086 => ' <b:includable id='content'>', 1087 => ' <div class='logo-content'>', 1088 => ' <b:if cond='data:caption == &quot;image&quot;'>', 1089 => ' <a expr:href='data:blog.homepageUrl'><img expr:alt='data:blog.title' expr:src='data:sourceUrl'/></a>', 1090 => ' <b:elseif cond='data:caption == &quot;custom&quot;'/>', 1091 => ' <b:if cond='data:link'>', 1092 => ' <h3><a expr:href='data:blog.homepageUrl'><data:link/></a></h3>', 1093 => ' </b:if>', 1094 => ' <b:else/> ', 1095 => ' <h3><a expr:href='data:blog.homepageUrl'><data:blog.title/></a></h3> ', 1096 => ' </b:if> ', 1097 => ' </div>', 1098 => ' </b:includable>', 1099 => ' </b:widget>', 1100 => ' </b:section>', 1101 => ' <span class='show-mobile-search'/>', 1102 => ' <form class='mobile-search-form' expr:action='data:blog.searchUrl' role='search'>', 1103 => ' <input class='mobile-search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/>', 1104 => ' <span class='hide-mobile-search'/>', 1105 => ' </form>', 1106 => ' <div class='mobile-menu'/>', 1107 => ' </div>', 1108 => ' <div class='header-menu'>', 1109 => ' <div class='container row'> ', 1110 => ' <b:section class='main-menu' id='main-menu' maxwidgets='1' name='Main Menu' showaddelement='yes'>', 1111 => ' <b:widget id='LinkList74' locked='true' title='Link List' type='LinkList' version='2' visible='false'>', 1112 => ' <b:includable id='main'>', 1113 => ' <b:include name='content'/>', 1114 => ' </b:includable>', 1115 => ' <b:includable id='content'>', 1116 => ' <ul id='main-menu-nav' role='menubar'>', 1117 => ' <b:loop values='data:links' var='link'>', 1118 => ' <li><a expr:href='data:link.target' role='menuitem'><data:link.name/></a></li>', 1119 => ' </b:loop>', 1120 => ' </ul>', 1121 => ' </b:includable>', 1122 => ' </b:widget>', 1123 => ' </b:section>', 1124 => ' <div id='nav-search'>', 1125 => ' <form class='search-form' expr:action='data:blog.searchUrl' role='search'>', 1126 => ' <input autocomplete='off' class='search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=''/>', 1127 => ' <span class='hide-search'/>', 1128 => ' </form>', 1129 => ' </div>', 1130 => ' <span class='show-search'/>', 1131 => ' </div>', 1132 => ' </div>', 1133 => ' </div>', 1134 => ' <div class='clearfix'/>', 1135 => ' ', 1136 => '', 1137 => ' <!-- Content Wrapper -->', 1138 => ' <div class='row' id='content-wrapper'>', 1139 => ' <div class='container'>', 1140 => '', 1141 => ' <!-- Main Wrapper -->', 1142 => ' <div id='main-wrapper'>', 1143 => '', 1144 => ' ', 1145 => ' <b:section class='main' id='main' maxwidgets='1' name='Main Posts' showaddelement='yes'>', 1146 => ' <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='2' visible='true'>', 1147 => ' <b:widget-settings>', 1148 => ' <b:widget-setting name='showDateHeader'>false</b:widget-setting>', 1149 => ' <b:widget-setting name='commentLabel'>Comments</b:widget-setting>', 1150 => ' <b:widget-setting name='style.textcolor'>#656565</b:widget-setting>', 1151 => ' <b:widget-setting name='showShareButtons'>false</b:widget-setting>', 1152 => ' <b:widget-setting name='authorLabel'>by</b:widget-setting>', 1153 => ' <b:widget-setting name='showCommentLink'>false</b:widget-setting>', 1154 => ' <b:widget-setting name='style.urlcolor'>#f12020</b:widget-setting>', 1155 => ' <b:widget-setting name='showAuthor'>false</b:widget-setting>', 1156 => ' <b:widget-setting name='style.linkcolor'>#f8f8f8</b:widget-setting>', 1157 => ' <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>', 1158 => ' <b:widget-setting name='style.bgcolor'>#000000</b:widget-setting>', 1159 => ' <b:widget-setting name='timestampLabel'/>', 1160 => ' <b:widget-setting name='reactionsLabel'/>', 1161 => ' <b:widget-setting name='showAuthorProfile'>false</b:widget-setting>', 1162 => ' <b:widget-setting name='style.layout'>1x1</b:widget-setting>', 1163 => ' <b:widget-setting name='showLabels'>false</b:widget-setting>', 1164 => ' <b:widget-setting name='showLocation'>false</b:widget-setting>', 1165 => ' <b:widget-setting name='postLabelsLabel'>Tags</b:widget-setting>', 1166 => ' <b:widget-setting name='showTimestamp'>false</b:widget-setting>', 1167 => ' <b:widget-setting name='postsPerAd'>1</b:widget-setting>', 1168 => ' <b:widget-setting name='showBacklinks'>false</b:widget-setting>', 1169 => ' <b:widget-setting name='style.bordercolor'>#000000</b:widget-setting>', 1170 => ' <b:widget-setting name='showInlineAds'>false</b:widget-setting>', 1171 => ' <b:widget-setting name='showReactions'>false</b:widget-setting>', 1172 => ' </b:widget-settings>', 1173 => ' <b:includable id='main' var='this'>', 1174 => ' <b:include name='homePostsHeadline'/>', 1175 => ' <b:include name='searchMessage'/>', 1176 => ' <div class='blog-posts hfeed container'>', 1177 => ' <b:class cond='data:view.isMultipleItems' name='index-post-wrap'/>', 1178 => ' <b:class cond='data:view.isSingleItem' name='item-post-wrap'/>', 1179 => ' <b:tag class='grid-posts' cond='data:view.isMultipleItems' name='div'>', 1180 => ' <b:loop index='i' values='data:posts' var='post'>', 1181 => ' <b:include data='post' name='postCommentsAndAd'/>', 1182 => ' </b:loop>', 1183 => ' </b:tag>', 1184 => ' </div>', 1185 => ' <b:include cond='data:view.isMultipleItems' name='indexBlogPager'/>', 1186 => ' <b:include name='feedLinks'/>', 1187 => ' </b:includable>', 1188 => ' <b:includable id='aboutPostAuthor'>', 1189 => ' <div class='about-author'>', 1190 => ' <div class='avatar-container'>', 1191 => ' <b:if cond='data:post.author.authorPhoto.image'>', 1192 => ' <img class='author-avatar' expr:alt='data:post.author.name' expr:src='data:post.author.authorPhoto.image resizeImage 100'/> ', 1193 => ' <b:else/>', 1194 => ' <img class='author-avatar' expr:alt='data:post.author.name' src='https://4.bp.blogspot.com/-uCjYgVFIh70/VuOLn-mL7PI/AAAAAAAADUs/Kcu9wJbv790hIo83rI_s7lLW3zkLY01EA/s100/avatar.png'/>', 1195 => ' </b:if>', 1196 => ' </div>', 1197 => ' <h3 class='author-name'>', 1198 => ' <span><data:messages.postedBy/></span><a expr:alt='data:post.author.name' expr:href='data:post.author.profileUrl' target='_blank'> <data:post.author.name/></a>', 1199 => ' </h3>', 1200 => ' <span class='author-description'><data:post.author.aboutMe/></span>', 1201 => ' </div>', 1202 => ' </b:includable>', 1203 => ' <b:includable id='addComments'>', 1204 => ' <a expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'>', 1205 => ' <b:message name='messages.postAComment'/>', 1206 => ' </a>', 1207 => ' </b:includable>', 1208 => ' <b:includable id='backLinks' var='post'>', 1209 => ' <b:comment>Disabled</b:comment> ', 1210 => ' </b:includable>', 1211 => ' <b:includable id='blogThisShare'>', 1212 => ' <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' var='onclick'>', 1213 => ' <b:include name='platformShare'/>', 1214 => ' </b:with>', 1215 => '</b:includable>', 1216 => ' <b:includable id='bylineByName' var='byline'>', 1217 => ' <b:switch var='data:byline.name'>', 1218 => ' <b:case value='share'/>', 1219 => ' <b:include cond='data:post.shareUrl' name='postShareButtons'/>', 1220 => ' <b:case value='comments'/>', 1221 => ' <b:include cond='data:post.allowComments' name='postCommentsLink'/>', 1222 => ' <b:case value='___location'/>', 1223 => ' <b:include cond='data:post.___location' name='postLocation'/>', 1224 => ' <b:case value='timestamp'/>', 1225 => ' <b:include cond='not data:view.isPage' name='postTimestamp'/>', 1226 => ' <b:case value='author'/>', 1227 => ' <b:include name='postAuthor'/>', 1228 => ' <b:case value='labels'/>', 1229 => ' <b:include cond='data:post.labels' name='postLabels'/>', 1230 => ' <b:case value='icons'/>', 1231 => ' <b:include cond='data:post.emailPostUrl' name='emailPostIcon'/>', 1232 => ' </b:switch>', 1233 => '</b:includable>', 1234 => ' <b:includable id='bylineRegion' var='regionItems'>', 1235 => ' <b:loop values='data:regionItems' var='byline'>', 1236 => ' <b:include data='byline' name='bylineByName'/>', 1237 => ' </b:loop>', 1238 => '</b:includable>', 1239 => ' <b:includable id='commentAuthorAvatar'>', 1240 => ' <div class='avatar-image-container'>', 1241 => ' <img class='author-avatar' expr:src='data:comment.authorAvatarSrc' height='45' width='45'/>', 1242 => ' </div>', 1243 => ' </b:includable>', 1244 => ' <b:includable id='commentDeleteIcon' var='comment'>', 1245 => ' <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>', 1246 => ' <b:if cond='data:showCmtPopup'>', 1247 => ' <div class='goog-toggle-button'>', 1248 => ' <div class='goog-inline-block comment-action-icon'/>', 1249 => ' </div>', 1250 => ' <b:else/>', 1251 => ' <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:messages.deleteComment'>', 1252 => ' <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>', 1253 => ' </a>', 1254 => ' </b:if>', 1255 => ' </span>', 1256 => ' </b:includable>', 1257 => ' <b:includable id='commentForm' var='post'>', 1258 => ' <div class='comment-form'>', 1259 => ' <a name='comment-form'/>', 1260 => ' <b:if cond='data:this.messages.blogComment != &quot;&quot;'>', 1261 => ' <p><data:this.messages.blogComment/></p>', 1262 => ' </b:if>', 1263 => ' <b:include data='post' name='commentFormIframeSrc'/>', 1264 => ' <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>', 1265 => ' <data:post.cmtfpIframe/>', 1266 => ' <script type='text/javascript'>', 1267 => ' BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);', 1268 => ' </script>', 1269 => ' </div>', 1270 => ' </b:includable>', 1271 => ' <b:includable id='commentFormIframeSrc' var='post'>', 1272 => ' <a expr:href='data:post.commentFormIframeSrc + &quot;&amp;skin=contempo&quot;' id='comment-editor-src'/>', 1273 => ' </b:includable>', 1274 => ' <b:includable id='commentItem' var='comment'>', 1275 => ' <div class='comment' expr:id='&quot;c&quot; + data:comment.id'>', 1276 => ' <b:include cond='data:blog.enabledCommentProfileImages' name='commentAuthorAvatar'/>', 1277 => '', 1278 => ' <div class='comment-block'>', 1279 => ' <div class='comment-author'>', 1280 => ' <b:if cond='data:comment.authorUrl'>', 1281 => ' <b:message name='messages.authorSaidWithLink'>', 1282 => ' <b:param expr:value='data:comment.author' name='authorName'/>', 1283 => ' <b:param expr:value='data:comment.authorUrl' name='authorUrl'/>', 1284 => ' </b:message>', 1285 => ' <b:else/>', 1286 => ' <b:message name='messages.authorSaid'>', 1287 => ' <b:param expr:value='data:comment.author' name='authorName'/>', 1288 => ' </b:message>', 1289 => ' </b:if>', 1290 => ' </div>', 1291 => ' <div expr:class='&quot;comment-body&quot; + (data:comment.isDeleted ? &quot; deleted&quot; : &quot;&quot;)'>', 1292 => ' <data:comment.body/>', 1293 => ' </div>', 1294 => ' <div class='comment-footer'>', 1295 => ' <span class='comment-timestamp'>', 1296 => ' <a expr:href='data:comment.url' title='comment permalink'>', 1297 => ' <data:comment.timestamp/>', 1298 => ' </a>', 1299 => ' <b:include data='comment' name='commentDeleteIcon'/>', 1300 => ' </span>', 1301 => ' </div>', 1302 => ' </div>', 1303 => ' </div>', 1304 => ' </b:includable>', 1305 => ' <b:includable id='commentList' var='comments'>', 1306 => ' <div id='comments-block'>', 1307 => ' <b:loop values='data:comments' var='comment'>', 1308 => ' <b:include data='comment' name='commentItem'/>', 1309 => ' </b:loop>', 1310 => ' </div>', 1311 => ' </b:includable>', 1312 => ' <b:includable id='commentPicker' var='post'>', 1313 => ' <b:if cond='data:post.allowComments'>', 1314 => ' <div class='title-wrap comments-title'>', 1315 => ' <h3><data:messages.postAComment/></h3>', 1316 => ' </div>', 1317 => ' </b:if>', 1318 => ' <b:if cond='data:post.commentSource == 1'>', 1319 => ' <b:include data='post' name='iframeComments'/>', 1320 => ' <b:elseif cond='data:post.showThreadedComments'/>', 1321 => ' <b:include data='post' name='threadedComments'/>', 1322 => ' <b:else/>', 1323 => ' <b:include data='post' name='comments'/>', 1324 => ' </b:if>', 1325 => ' </b:includable>', 1326 => ' <b:includable id='comments' var='post'>', 1327 => ' <section expr:class='&quot;comments&quot; + (data:post.embedCommentForm ? &quot; embed&quot; : &quot;&quot;)' expr:data-num-comments='data:post.numberOfComments' id='comments'>', 1328 => ' <a name='comments'/>', 1329 => ' <b:if cond='data:post.allowComments'>', 1330 => '', 1331 => ' <b:include name='commentsTitle'/>', 1332 => '', 1333 => ' <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>', 1334 => ' <b:include cond='data:post.comments' data='post.comments' name='commentList'/>', 1335 => ' </div>', 1336 => '', 1337 => ' <b:if cond='data:post.commentPagingRequired'>', 1338 => ' <div class='paging-control-container'>', 1339 => ' <b:if cond='data:post.hasOlderLinks'>', 1340 => ' <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>', 1341 => ' <data:messages.oldest/>', 1342 => ' </a>', 1343 => ' <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>', 1344 => ' <data:messages.older/>', 1345 => ' </a>', 1346 => ' </b:if>', 1347 => '', 1348 => ' <span class='comment-range-text'>', 1349 => ' <data:post.commentRangeText/>', 1350 => ' </span>', 1351 => '', 1352 => ' <b:if cond='data:post.hasNewerLinks'>', 1353 => ' <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>', 1354 => ' <data:messages.newer/>', 1355 => ' </a>', 1356 => ' <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>', 1357 => ' <data:messages.newest/>', 1358 => ' </a>', 1359 => ' </b:if>', 1360 => ' </div>', 1361 => ' </b:if>', 1362 => '', 1363 => ' <div class='footer'>', 1364 => ' <b:if cond='data:post.embedCommentForm'>', 1365 => ' <b:if cond='data:post.allowNewComments'>', 1366 => ' <b:include data='post' name='commentForm'/>', 1367 => ' <b:else/>', 1368 => ' <data:post.noNewCommentsText/>', 1369 => ' </b:if>', 1370 => ' <b:else/>', 1371 => ' <b:if cond='data:post.allowComments'>', 1372 => ' <b:include data='post' name='addComments'/>', 1373 => ' </b:if>', 1374 => ' </b:if>', 1375 => ' </div>', 1376 => ' </b:if>', 1377 => ' <b:if cond='data:showCmtPopup'>', 1378 => ' <div id='comment-popup'>', 1379 => ' <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>', 1380 => ' </iframe>', 1381 => ' </div>', 1382 => ' </b:if>', 1383 => ' </section>', 1384 => ' </b:includable>', 1385 => ' <b:includable id='commentsLink'>', 1386 => ' <a class='comment-link' expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'>', 1387 => ' <b:if cond='data:post.numberOfComments &gt; 0'>', 1388 => ' <b:message name='messages.numberOfComments'>', 1389 => ' <b:param expr:value='data:post.numberOfComments' name='numComments'/>', 1390 => ' </b:message>', 1391 => ' <b:else/>', 1392 => ' <data:messages.postAComment/>', 1393 => ' </b:if>', 1394 => ' </a>', 1395 => '</b:includable>', 1396 => ' <b:includable id='commentsLinkIframe'>', 1397 => ' <!-- G+ comments, no longer available. The includable is retained for backwards-compatibility. -->', 1398 => '</b:includable>', 1399 => ' <b:includable id='commentsTitle'>', 1400 => ' <!-- Post Commments Title -->', 1401 => ' <h3 class='title'><data:post.numberOfComments/> <data:messages.comments/></h3>', 1402 => ' </b:includable>', 1403 => ' <b:includable id='defaultAdUnit'>', 1404 => ' <ins class='adsbygoogle' data-ad-format='auto' expr:data-ad-client='data:adClientId ?: data:blog.adsenseClientId' expr:data-ad-host='data:blog.adsenseHostId' expr:data-analytics-uacct='data:blog.analyticsAccountNumber' expr:style='data:style ?: &quot;display: block;&quot;'/>', 1405 => ' <script>', 1406 => ' (adsbygoogle = window.adsbygoogle || []).push({});', 1407 => ' </script>', 1408 => '</b:includable>', 1409 => ' <b:includable id='emailPostIcon'>', 1410 => ' <span class='byline post-icons'>', 1411 => ' <!-- email post links -->', 1412 => ' <span class='item-action'>', 1413 => ' <a expr:href='data:post.emailPostUrl' expr:title='data:messages.emailPost'>', 1414 => ' <b:include data='{ iconClass: &quot;touch-icon sharing-icon&quot; }' name='emailIcon'/>', 1415 => ' </a>', 1416 => ' </span>', 1417 => ' </span>', 1418 => '</b:includable>', 1419 => ' <b:includable id='facebookShare'>', 1420 => ' <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' var='onclick'>', 1421 => ' <b:include name='platformShare'/>', 1422 => ' </b:with>', 1423 => '</b:includable>', 1424 => ' <b:includable id='feedLinks'>', 1425 => ' <b:comment>Disabled</b:comment> ', 1426 => ' </b:includable>', 1427 => ' <b:includable id='feedLinksBody' var='links'>', 1428 => ' <b:comment>Disabled</b:comment> ', 1429 => ' </b:includable>', 1430 => ' <b:includable id='footerBylines' var='post'>', 1431 => ' <!-- Post Footer Extras -->', 1432 => ' <b:include data='post' name='postLabels'/>', 1433 => ' <b:include data='post' name='postReactions'/>', 1434 => ' <b:include data='post' name='postShareButtons'/>', 1435 => ' </b:includable>', 1436 => ' <b:includable id='googlePlusShare'>', 1437 => ' <div class='goog-inline-block google-plus-share-container'>', 1438 => ' <g:plusone annotation='inline' expr:href='data:originalUrl.canonical.http' size='medium' source='blogger:blog:plusone'/>', 1439 => ' </div>', 1440 => '</b:includable>', 1441 => ' <b:includable id='headerByline' var='post'>', 1442 => ' <!-- Post Header Meta -->', 1443 => ' <div class='post-meta'>', 1444 => ' <b:include data='post' name='postAuthor'/>', 1445 => ' <b:include data='post' name='postTimestamp'/>', 1446 => ' </div>', 1447 => ' </b:includable>', 1448 => ' <b:includable id='homePageLink'>', 1449 => ' <b:comment>Disabled</b:comment> ', 1450 => ' </b:includable>', 1451 => ' <b:includable id='homePostsHeadline'>', 1452 => ' <b:if cond='data:view.isHomepage'>', 1453 => ' <div class='home-posts-headline title-wrap Label'><h3 class='title'><data:messages.recentPosts/></h3></div>', 1454 => ' </b:if>', 1455 => ' </b:includable>', 1456 => ' <b:includable id='iframeComments' var='post'>', 1457 => ' <b:if cond='data:post.allowIframeComments'>', 1458 => ' <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>', 1459 => ' <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>', 1460 => ' <b:if cond='!data:post.embedCommentForm'>', 1461 => ' <b:include data='post' name='commentsLink'/>', 1462 => ' </b:if>', 1463 => ' </b:if>', 1464 => ' </b:includable>', 1465 => ' <b:includable id='indexBlogPager'>', 1466 => ' <!-- Post Pagination Index -->', 1467 => ' <div class='blog-pager container' id='blog-pager'>', 1468 => ' <b:include cond='data:newerPageUrl' name='previousPageLink'/>', 1469 => ' <b:include cond='data:olderPageUrl' name='nextPageLink'/>', 1470 => ' <b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/>', 1471 => ' </div>', 1472 => ' </b:includable>', 1473 => ' <b:includable id='indexPost' var='post'>', 1474 => ' <!-- Index Post Content -->', 1475 => ' <b:include data='post' name='postFeaturedImage'/>', 1476 => ' <div class='post-info'>', 1477 => ' <b:include data='post' name='postHeader'/>', 1478 => ' </div>', 1479 => ' </b:includable>', 1480 => ' <b:includable id='inlineAd' var='post'>', 1481 => ' <b:comment>Disabled</b:comment> ', 1482 => ' </b:includable>', 1483 => ' <b:includable id='itemPost' var='post'>', 1484 => ' <!-- Item Post Content -->', 1485 => ' <b:include data='post' name='postMeta'/>', 1486 => ' <b:include data='post' name='postHeader'/>', 1487 => ' <b:include data='post' name='postBody'/>', 1488 => ' <b:include cond='data:view.isPost' data='post' name='postFooter'/>', 1489 => ' </b:includable>', 1490 => ' <b:includable id='linkShare'>', 1491 => ' <b:with value='&quot;window.prompt(\&quot;Copy to clipboard: Ctrl+C, Enter\&quot;, \&quot;&quot; + data:originalUrl + &quot;\&quot;); return false;&quot;' var='onclick'>', 1492 => ' <b:include name='platformShare'/>', 1493 => ' </b:with>', 1494 => '</b:includable>', 1495 => ' <b:includable id='nextPageLink'>', 1496 => ' <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:messages.olderPosts'>', 1497 => ' <data:messages.olderPosts/>', 1498 => ' </a>', 1499 => ' </b:includable>', 1500 => ' <b:includable id='otherSharingButton'>', 1501 => ' <span class='sharing-platform-button sharing-element-other' expr:aria-label='data:messages.shareToOtherApps.escaped' expr:data-url='data:originalUrl' expr:title='data:messages.shareToOtherApps.escaped' role='menuitem' tabindex='-1'>', 1502 => ' <b:with value='{key: &quot;sharingOther&quot;}' var='platform'>', 1503 => ' <b:include name='sharingPlatformIcon'/>', 1504 => ' </b:with>', 1505 => ' <span class='platform-sharing-text'><data:messages.shareOtherApps.escaped/></span>', 1506 => ' </span>', 1507 => '</b:includable>', 1508 => ' <b:includable id='platformShare'>', 1509 => ' <a expr:class='&quot;goog-inline-block sharing-&quot; + data:platform.key' expr:data-url='data:originalUrl' expr:href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:onclick='data:onclick ? data:onclick : &quot;&quot;' expr:title='data:platform.shareMessage' target='_blank'>', 1510 => ' <span class='share-button-link-text'>', 1511 => ' <data:platform.shareMessage/>', 1512 => ' </span>', 1513 => ' </a>', 1514 => '</b:includable>', 1515 => ' <b:includable id='post' var='post'>', 1516 => ' <!-- Post Index -->', 1517 => ' <b:if cond='data:view.isMultipleItems'>', 1518 => ' <b:include data='post' name='indexPost'/>', 1519 => ' </b:if>', 1520 => ' <!-- Post Item -->', 1521 => ' <b:if cond='data:view.isSingleItem'>', 1522 => ' <b:include data='post' name='itemPost'/>', 1523 => ' </b:if>', 1524 => ' </b:includable>', 1525 => ' <b:includable id='postAuthor' var='post'>', 1526 => ' <!-- Post Author -->', 1527 => ' <b:if cond='data:allBylineItems.author'>', 1528 => ' <span class='post-author'><a expr:href='data:post.author.profileUrl' expr:title='data:post.author.name' target='_blank'><data:post.author.name/></a></span>', 1529 => ' </b:if>', 1530 => ' </b:includable>', 1531 => ' <b:includable id='postBody' var='post'> ', 1532 => ' <!-- Post Body Entry Content-->', 1533 => ' <div class='post-body post-content'>', 1534 => ' <data:post.body/>', 1535 => ' </div>', 1536 => ' </b:includable>', 1537 => ' <b:includable id='postBodySnippet' var='post'>', 1538 => ' <b:include data='post' name='postBody'/>', 1539 => ' </b:includable>', 1540 => ' <b:includable id='postBreadcrumbs' var='post'>', 1541 => ' <!-- Post Breadcrumbs -->', 1542 => ' <nav id='breadcrumb'><a expr:href='data:blog.homepageUrl'><data:messages.home/></a><b:if cond='data:post.labels'><em class='delimiter'/><a class='b-label' expr:href='data:post.labels.last.url'><data:post.labels.last.name/></a></b:if><em class='delimiter'/><span class='current'><data:post.title/></span></nav>', 1543 => ' <script type='application/ld+json'>', 1544 => ' {', 1545 => ' &quot;@context&quot;: &quot;http://schema.org&quot;,', 1546 => ' &quot;@type&quot;: &quot;BreadcrumbList&quot;,', 1547 => ' &quot;@id&quot;: &quot;#Breadcrumb&quot;,', 1548 => ' &quot;itemListElement&quot;: [{', 1549 => ' &quot;@type&quot;: &quot;ListItem&quot;,', 1550 => ' &quot;position&quot;: 1,', 1551 => ' &quot;item&quot;: {', 1552 => ' &quot;name&quot;: &quot;<data:messages.home/>&quot;,', 1553 => ' &quot;@id&quot;: &quot;<data:blog.homepageUrl.jsonEscaped/>&quot;', 1554 => ' }', 1555 => ' },{', 1556 => ' &quot;@type&quot;: &quot;ListItem&quot;,', 1557 => ' &quot;position&quot;: 2,', 1558 => ' &quot;item&quot;: {', 1559 => ' &quot;name&quot;: &quot;<b:if cond='data:post.labels'><data:post.labels.last.name/></b:if>&quot;,', 1560 => ' &quot;@id&quot;: &quot;<data:post.labels.last.url.jsonEscaped/>&quot;', 1561 => ' }', 1562 => ' },{', 1563 => ' &quot;@type&quot;: &quot;ListItem&quot;,', 1564 => ' &quot;position&quot;: 3,', 1565 => ' &quot;item&quot;: {', 1566 => ' &quot;name&quot;: &quot;<data:post.title/>&quot;,', 1567 => ' &quot;@id&quot;: &quot;<data:post.url.jsonEscaped/>&quot;', 1568 => ' }', 1569 => ' }]', 1570 => ' }', 1571 => ' </script>', 1572 => ' </b:includable>', 1573 => ' <b:includable id='postCategory' var='post'>', 1574 => ' <!-- Post Label/Category -->', 1575 => ' <b:if cond='data:view.isMultipleItems and data:post.labels'>', 1576 => ' <span class='post-tag index-post-tag'>', 1577 => ' <data:post.labels.last.name/>', 1578 => ' </span>', 1579 => ' </b:if>', 1580 => ' </b:includable>', 1581 => ' <b:includable id='postCommentsAndAd' var='post'>', 1582 => ' <!-- Post, Comments and Ads -->', 1583 => ' <!-- Post Content Index and Item -->', 1584 => ' <div class='blog-post hentry'>', 1585 => ' <b:class cond='data:view.isMultipleItems' name='index-post'/>', 1586 => ' <b:class cond='data:view.isSingleItem' name='item-post'/>', 1587 => ' <b:include data='post' name='post'/>', 1588 => ' </div>', 1589 => ' <!-- Comments -->', 1590 => ' <b:if cond='data:view.isSingleItem'>', 1591 => ' <div class='blog-post-comments'>', 1592 => ' <b:include data='post' name='threadedCommentsDisqus'/>', 1593 => ' <b:include data='post' name='commentPicker'/>', 1594 => ' </div>', 1595 => ' </b:if>', 1596 => ' </b:includable>', 1597 => ' <b:includable id='postCommentsLink'>', 1598 => ' <b:if cond='data:view.isMultipleItems'>', 1599 => ' <span class='byline post-comment-link container'>', 1600 => ' <b:include cond='data:post.commentSource != 1' name='commentsLink'/>', 1601 => ' <b:include cond='data:post.commentSource == 1' name='commentsLinkIframe'/>', 1602 => ' </span>', 1603 => ' </b:if>', 1604 => ' </b:includable>', 1605 => ' <b:includable id='postFeaturedImage' var='post'>', 1606 => ' <!-- Post Featured Image on Index -->', 1607 => ' <div class='post-image-wrap'>', 1608 => ' <a class='post-image-link' expr:href='data:post.url'>', 1609 => ' <b:if cond='data:post.featuredImage'> ', 1610 => ' <img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube ? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;) : resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/>', 1611 => ' <b:else/>', 1612 => ' <img class='post-thumb' expr:alt='data:post.title' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/>', 1613 => ' </b:if>', 1614 => ' </a>', 1615 => ' <b:include data='post' name='postCategory'/>', 1616 => ' </div>', 1617 => ' </b:includable>', 1618 => ' <b:includable id='postFooter' var='post'>', 1619 => ' <!-- Post Footer Itens -->', 1620 => ' <div class='post-footer'>', 1621 => ' <!-- Post Labels, Reactions, Share, Navigation, About Author an Related Posts -->', 1622 => ' <b:include data='post' name='footerBylines'/>', 1623 => ' <b:include data='post' name='postNavigation'/>', 1624 => ' <b:include data='post' name='aboutPostAuthor'/>', 1625 => ' <b:include data='post' name='postRelated'/>', 1626 => ' </div>', 1627 => ' </b:includable>', 1628 => ' <b:includable id='postFooterAuthorProfile' var='post'>', 1629 => ' <b:comment>Disabled</b:comment> ', 1630 => ' </b:includable>', 1631 => ' <b:includable id='postHeader' var='post'>', 1632 => ' <b:include cond='data:view.isPost' data='post' name='postBreadcrumbs'/>', 1633 => ' <b:include cond='data:view.isPost' data='post' name='postCategory'/>', 1634 => ' <b:include data='post' name='postTitle'/>', 1635 => ' <b:include cond='!data:view.isPage' data='post' name='headerByline'/>', 1636 => ' </b:includable>', 1637 => ' <b:includable id='postJumpLink' var='post'>', 1638 => ' <b:comment>Disabled</b:comment>', 1639 => ' </b:includable>', 1640 => ' <b:includable id='postLabels' var='post'>', 1641 => ' <b:if cond='data:allBylineItems.labels'>', 1642 => ' <b:if cond='data:post.labels'>', 1643 => ' <div class='post-labels'>', 1644 => ' <span><data:allBylineItems.labels.label/></span>', 1645 => ' <div class='label-head Label'>', 1646 => ' <b:loop values='data:post.labels' var='label'>', 1647 => ' <a class='label-link' expr:href='data:label.url' rel='tag'><data:label.name/></a>', 1648 => ' </b:loop>', 1649 => ' </div>', 1650 => ' </div>', 1651 => ' </b:if>', 1652 => ' </b:if>', 1653 => ' </b:includable>', 1654 => ' <b:includable id='postLocation'>', 1655 => ' <span class='byline post-___location'>', 1656 => ' <data:byline.label/>', 1657 => ' <a expr:href='data:post.___location.mapsUrl' target='_blank'><data:post.___location.name/></a>', 1658 => ' </span>', 1659 => '</b:includable>', 1660 => ' <b:includable id='postMeta' var='post'>', 1661 => ' <b:include data='post' name='postMetadataJSON'/>', 1662 => ' </b:includable>', 1663 => ' <b:includable id='postMetadataJSONImage'>', 1664 => ' &quot;image&quot;: {', 1665 => ' &quot;@type&quot;: &quot;ImageObject&quot;,', 1666 => ' <b:if cond='data:post.featuredImage.isResizable'>', 1667 => ' &quot;url&quot;: &quot;<b:eval expr='resizeImage(data:post.featuredImage, 1200, &quot;1200:630&quot;)'/>&quot;,', 1668 => ' &quot;height&quot;: 630,', 1669 => ' &quot;width&quot;: 1200', 1670 => ' <b:else/>', 1671 => ' &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200&quot;,', 1672 => ' &quot;height&quot;: 348,', 1673 => ' &quot;width&quot;: 1200', 1674 => ' </b:if>', 1675 => ' },', 1676 => '</b:includable>', 1677 => ' <b:includable id='postMetadataJSONPublisher'>', 1678 => ' &quot;publisher&quot;: {', 1679 => ' &quot;@type&quot;: &quot;Organization&quot;,', 1680 => ' &quot;name&quot;: &quot;Blogger&quot;,', 1681 => ' &quot;logo&quot;: {', 1682 => ' &quot;@type&quot;: &quot;ImageObject&quot;,', 1683 => ' &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60&quot;,', 1684 => ' &quot;width&quot;: 206,', 1685 => ' &quot;height&quot;: 60', 1686 => ' }', 1687 => ' },', 1688 => '</b:includable>', 1689 => ' <b:includable id='postNavigation' var='post'>', 1690 => ' <!-- Post Navigation Item -->', 1691 => ' <ul class='post-nav'>', 1692 => ' <li class='post-next'> ', 1693 => ' <b:if cond='data:newerPageUrl'> ', 1694 => ' <a class='next-post-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' rel='next'>', 1695 => ' <div class='post-nav-inner'><span><data:messages.newer/></span><p/></div>', 1696 => ' </a> ', 1697 => ' <b:else/> ', 1698 => ' <a rel='next'><div class='post-nav-inner post-nav-active'><span><data:messages.newer/></span><p><data:post.title/></p></div></a> ', 1699 => ' </b:if> ', 1700 => ' </li>', 1701 => ' <li class='post-prev'> ', 1702 => ' <b:if cond='data:olderPageUrl'> ', 1703 => ' <a class='prev-post-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' rel='previous'>', 1704 => ' <div class='post-nav-inner'><span><data:messages.older/></span><p/></div>', 1705 => ' </a> ', 1706 => ' <b:else/>', 1707 => ' <a rel='previous'><div class='post-nav-inner post-nav-active'><span><data:messages.older/></span><p><data:post.title/></p></div></a> ', 1708 => ' </b:if> ', 1709 => ' </li>', 1710 => ' </ul>', 1711 => ' </b:includable>', 1712 => ' <b:includable id='postPagination'>', 1713 => ' <div class='blog-pager container' id='blog-pager'>', 1714 => ' <b:include cond='data:newerPageUrl' name='previousPageLink'/>', 1715 => ' <b:include cond='data:olderPageUrl' name='nextPageLink'/>', 1716 => ' <b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/>', 1717 => ' </div>', 1718 => '</b:includable>', 1719 => ' <b:includable id='postReactions' var='post'>', 1720 => ' <!-- Post Reactions -->', 1721 => ' <b:if cond='data:allBylineItems.reactions'>', 1722 => ' <div class='post-reactions'>', 1723 => ' <span><data:allBylineItems.reactions.label/></span>', 1724 => ' <div class='reactions-inner'>', 1725 => ' <iframe allowtransparency='true' class='reactions-iframe' expr:src='data:posts[0].reactionsUrl' frameborder='0' name='reactions' scrolling='no'/>', 1726 => ' </div> ', 1727 => ' </div>', 1728 => ' </b:if> ', 1729 => ' </b:includable>', 1730 => ' <b:includable id='postRelated' var='post'>', 1731 => ' <!-- Related Posts -->', 1732 => ' <div id='related-wrap'>', 1733 => ' <div class='title-wrap'>', 1734 => ' <h3><data:messages.youMayLikeThesePosts/></h3>', 1735 => ' </div>', 1736 => ' <div class='related-ready'>', 1737 => ' <b:if cond='data:post.labels'>', 1738 => ' <div class='related-tag' expr:data-label='data:post.labels.first.name'/>', 1739 => ' <b:else/>', 1740 => ' <div class='related-tag' data-label='random'/>', 1741 => ' </b:if>', 1742 => ' </div> ', 1743 => ' </div> ', 1744 => ' </b:includable>', 1745 => ' <b:includable id='postShareButtons' var='post'>', 1746 => ' <!-- Post ShareButtons -->', 1747 => ' <b:if cond='data:allBylineItems.share'>', 1748 => ' <div class='post-share'>', 1749 => ' <ul class='share-links social social-color'> ', 1750 => ' <b:class cond='data:blog.isMobileRequest' name='is-mobile'/>', 1751 => ' <li class='facebook'><a class='facebook' expr:href='&quot;https://www.facebook.com/sharer.php?u=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Facebook</span></a></li>', 1752 => ' <li class='twitter'><a class='twitter' expr:href='&quot;https://twitter.com/share?url=&quot; + data:post.url + &quot;&amp;text=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=450, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'><span>Twitter</span></a></li>', 1753 => ' ', 1754 => ' <li class='pinterest'><a class='pinterest' expr:href='&quot;https://www.pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.featuredImage + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=735, height=750, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li> ', 1755 => ' <li class='linkedin'><a class='linkedin' expr:href='&quot;https://www.linkedin.com/shareArticle?url=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=650, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li>', 1756 => ' <li class='whatsapp whatsapp-desktop'><a class='whatsapp' expr:href='&quot;https://web.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=900, height=550, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li>', 1757 => ' <li class='whatsapp whatsapp-mobile'><a class='whatsapp' expr:href='&quot;https://api.whatsapp.com/send?text=&quot; + data:post.title + &quot; | &quot; + data:post.url' rel='nofollow' target='_blank'/></li>', 1758 => ' <li class='email'><a class='email' expr:href='&quot;mailto:?subject=&quot; + data:post.title + &quot;&amp;body=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=500, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow'/></li>', 1759 => ' </ul>', 1760 => ' </div>', 1761 => ' </b:if>', 1762 => ' </b:includable>', 1763 => ' <b:includable id='postShortMeta'>', 1764 => ' <b:comment>Disabled</b:comment> ', 1765 => ' </b:includable>', 1766 => ' <b:includable id='postTimestamp' var='post'>', 1767 => ' <!-- Post Timestamp -->', 1768 => ' <b:if cond='data:allBylineItems.timestamp'>', 1769 => ' <span class='post-date published' expr:datetime='data:post.date.iso8601'><data:post.date/></span>', 1770 => ' </b:if>', 1771 => ' </b:includable>', 1772 => ' <b:includable id='postTitle' var='post'>', 1773 => ' <!-- Post Title Index and Item -->', 1774 => ' <b:if cond='data:view.isMultipleItems'>', 1775 => ' <h2 class='post-title'>', 1776 => ' <a expr:href='data:post.url'><data:post.title/></a>', 1777 => ' </h2>', 1778 => ' </b:if>', 1779 => ' <b:if cond='data:view.isSingleItem'>', 1780 => ' <h1 class='post-title'>', 1781 => ' <data:post.title/>', 1782 => ' </h1>', 1783 => ' </b:if>', 1784 => ' </b:includable>', 1785 => ' <b:includable id='previousPageLink'>', 1786 => ' <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:messages.newerPosts'>', 1787 => ' <data:messages.newerPosts/>', 1788 => ' </a>', 1789 => ' </b:includable>', 1790 => ' <b:includable id='searchMessage'>', 1791 => ' <!-- Search Message -->', 1792 => ' <b:if cond='data:view.search.query'>', 1793 => ' <div class='queryMessage'>', 1794 => ' <b:if cond='data:posts.empty'>', 1795 => ' <span class='query-info query-error'/><data:view.search.resultsMessageHtml/><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>', 1796 => ' <b:else/>', 1797 => ' <span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>', 1798 => ' </b:if>', 1799 => ' </div>', 1800 => ' </b:if>', 1801 => ' <b:if cond='data:view.search.label'>', 1802 => ' <div class='queryMessage'>', 1803 => ' <b:if cond='data:posts.empty'>', 1804 => ' <span class='query-info query-error'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>', 1805 => ' <b:else/>', 1806 => ' <span class='query-info query-success'><data:view.search.resultsMessageHtml/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>', 1807 => ' </b:if>', 1808 => ' </div>', 1809 => ' </b:if>', 1810 => ' <b:if cond='data:view.isArchive'>', 1811 => ' <div class='queryMessage'>', 1812 => ' <b:if cond='data:posts.empty'>', 1813 => ' <span class='query-info query-error'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>', 1814 => ' <b:else/>', 1815 => ' <span class='query-info query-success'><data:view.archive.rangeMessage/></span><a class='show-more' expr:href='data:blog.homepageUrl'><data:messages.showAll/></a>', 1816 => ' </b:if>', 1817 => ' </div>', 1818 => ' </b:if>', 1819 => ' <b:if cond='data:view.isError'>', 1820 => ' <div class='errorWrap'>', 1821 => ' <h3>404</h3>', 1822 => ' <h4><data:messages.theresNothingHere/></h4>', 1823 => ' <p><data:navMessage/></p>', 1824 => ' <a class='homepage' expr:href='data:blog.homepageUrl'><i class='fa fa-home'/> <data:messages.home/></a>', 1825 => ' </div>', 1826 => ' </b:if>', 1827 => ' <b:if cond='data:view.isMultipleItems and data:posts.empty'><div class='queryEmpty'><data:messages.noResultsFound/></div></b:if>', 1828 => ' </b:includable>', 1829 => ' <b:includable id='sharingButton'>', 1830 => ' <span expr:aria-label='data:platform.shareMessage' expr:class='&quot;sharing-platform-button sharing-element-&quot; + data:platform.key' expr:data-href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:data-url='data:originalUrl' expr:title='data:platform.shareMessage' role='menuitem' tabindex='-1'>', 1831 => ' <b:include name='sharingPlatformIcon'/>', 1832 => ' <span class='platform-sharing-text'><data:platform.name/></span>', 1833 => ' </span>', 1834 => '</b:includable>', 1835 => ' <b:includable id='sharingButtonContent'>', 1836 => ' <div class='flat-icon-button ripple'>', 1837 => ' <b:include name='shareIcon'/>', 1838 => ' </div>', 1839 => '</b:includable>', 1840 => ' <b:includable id='sharingButtons'>', 1841 => ' <div class='sharing' expr:aria-owns='&quot;sharing-popup-&quot; + data:sharingId' expr:data-title='data:shareTitle'>', 1842 => ' <button class='sharing-button touch-icon-button' expr:aria-controls='&quot;sharing-popup-&quot; + data:sharingId' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-button-&quot; + data:sharingId' role='button'>', 1843 => ' <b:include name='sharingButtonContent'/>', 1844 => ' </button>', 1845 => ' <b:include name='sharingButtonsMenu'/>', 1846 => ' </div>', 1847 => '</b:includable>', 1848 => ' <b:includable id='sharingButtonsMenu'>', 1849 => ' <div class='share-buttons-container'>', 1850 => ' <ul aria-hidden='true' class='share-buttons hidden' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-popup-&quot; + data:sharingId' role='menu'>', 1851 => ' <b:loop values='(data:platforms ?: data:blog.sharing.platforms) filter (p =&gt; p.key not in {&quot;blogThis&quot;})' var='platform'>', 1852 => ' <li>', 1853 => ' <b:include name='sharingButton'/>', 1854 => ' </li>', 1855 => ' </b:loop>', 1856 => ' <li aria-hidden='true' class='hidden'>', 1857 => ' <b:include name='otherSharingButton'/>', 1858 => ' </li>', 1859 => ' </ul>', 1860 => ' </div>', 1861 => '</b:includable>', 1862 => ' <b:includable id='sharingPlatformIcon'>', 1863 => ' <b:include data='{ iconClass: (&quot;touch-icon sharing-&quot; + data:platform.key) }' expr:name='data:platform.key + &quot;Icon&quot;'/>', 1864 => '</b:includable>', 1865 => ' <b:includable id='threadedCommentForm' var='post'>', 1866 => ' <div class='comment-form'>', 1867 => ' <a name='comment-form'/>', 1868 => ' <b:if cond='data:this.messages.blogComment != &quot;&quot;'>', 1869 => ' <p><data:this.messages.blogComment/></p>', 1870 => ' </b:if>', 1871 => ' <b:include data='post' name='commentFormIframeSrc'/>', 1872 => ' <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>', 1873 => ' <data:post.cmtfpIframe/>', 1874 => ' <script type='text/javascript'>', 1875 => ' BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);', 1876 => ' </script>', 1877 => ' </div>', 1878 => ' </b:includable>', 1879 => ' <b:includable id='threadedCommentJs' var='post'>', 1880 => ' <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>', 1881 => ' <b:template-script inline='true' name='threaded_comments'/>', 1882 => ' <script type='text/javascript'>', 1883 => ' blogger.widgets.blog.initThreadedComments(', 1884 => ' <data:post.commentJso/>,', 1885 => ' <data:post.commentMsgs/>,', 1886 => ' <data:post.commentConfig/>);', 1887 => ' </script>', 1888 => ' </b:includable>', 1889 => ' <b:includable id='threadedComments' var='post'>', 1890 => ' <section class='comments threaded' expr:data-embed='data:post.embedCommentForm' expr:data-num-comments='data:post.numberOfComments' id='comments'>', 1891 => ' <a name='comments'/>', 1892 => '', 1893 => ' <b:include name='commentsTitle'/>', 1894 => '', 1895 => ' <div class='comments-content'>', 1896 => ' <b:if cond='data:post.embedCommentForm'>', 1897 => ' <b:include data='post' name='threadedCommentJs'/>', 1898 => ' </b:if>', 1899 => ' <div id='comment-holder'>', 1900 => ' <data:post.commentHtml/>', 1901 => ' </div>', 1902 => ' </div>', 1903 => '', 1904 => ' <p class='comment-footer'>', 1905 => ' <b:if cond='data:post.allowNewComments'>', 1906 => ' <b:include data='post' name='threadedCommentForm'/>', 1907 => ' <b:else/>', 1908 => ' <data:post.noNewCommentsText/>', 1909 => ' </b:if>', 1910 => ' </p>', 1911 => '', 1912 => ' <b:if cond='data:showCmtPopup'>', 1913 => ' <div id='comment-popup'>', 1914 => ' <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>', 1915 => ' </iframe>', 1916 => ' </div>', 1917 => ' </b:if>', 1918 => ' </section>', 1919 => ' </b:includable>', 1920 => ' <b:includable id='threadedCommentsDisqus' var='post'>', 1921 => ' <script type='text/javascript'>', 1922 => ' var disqus_blogger_current_url = &quot;<data:blog.canonicalUrl/>&quot;;', 1923 => ' if (!disqus_blogger_current_url.length) {', 1924 => ' disqus_blogger_current_url = &quot;<data:blog.url/>&quot;;', 1925 => ' }', 1926 => ' var disqus_blogger_homepage_url = &quot;<data:blog.homepageUrl/>&quot;;', 1927 => ' var disqus_blogger_canonical_homepage_url = &quot;<data:blog.canonicalHomepageUrl/>&quot;;', 1928 => ' </script>', 1929 => ' </b:includable>', 1930 => ' </b:widget>', 1931 => ' </b:section> ', 1932 => ' </div>', 1933 => '', 1934 => ' <!-- Sidebar Wrapper -->', 1935 => ' <div id='sidebar-wrapper'>', 1936 => ' <b:section class='sidebar common-widget' id='sidebar1' name='Sidebar Right (A)' showaddelement='yes'/>', 1937 => ' <b:section class='sidebar' id='social-widget' maxwidgets='1' name='Social Widget' showaddelement='yes'>', 1938 => ' <b:widget id='LinkList75' locked='true' title='Social Plugin' type='LinkList' version='2' visible='true'>', 1939 => ' <b:includable id='main'>', 1940 => ' <b:include name='widget-title'/>', 1941 => ' <b:include name='content'/>', 1942 => '</b:includable>', 1943 => ' <b:includable id='content'>', 1944 => ' <div class='widget-content'>', 1945 => ' <ul class='social-counter social social-color'>', 1946 => ' <b:loop values='data:links' var='link'>', 1947 => ' <li expr:class='data:link.name'><a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/></li>', 1948 => ' </b:loop>', 1949 => ' </ul>', 1950 => ' </div>', 1951 => ' </b:includable>', 1952 => ' </b:widget>', 1953 => ' </b:section>', 1954 => ' <b:section class='sidebar common-widget' id='sidebar2' name='Sidebar Right (B)' showaddelement='yes'>', 1955 => ' <b:widget id='HTML6' locked='false' title='Facebook' type='HTML' visible='false'>', 1956 => ' <b:widget-settings>', 1957 => ' <b:widget-setting name='content'><![CDATA[<center><div class="fb-page" data-href="https://www.facebook.com/soratemplates" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>]]></b:widget-setting>', 1958 => ' </b:widget-settings>', 1959 => ' <b:includable id='main'>', 1960 => ' <b:include name='widget-title'/>', 1961 => ' <div class='widget-content'>', 1962 => ' <data:content/>', 1963 => ' </div>', 1964 => '</b:includable>', 1965 => ' </b:widget>', 1966 => ' <b:widget id='Label4' locked='false' title='Tags' type='Label' visible='false'>', 1967 => ' <b:includable id='main' var='this'>', 1968 => ' <b:include name='widget-title'/>', 1969 => ' <b:include name='content'/>', 1970 => ' </b:includable>', 1971 => ' <b:includable id='cloud'>', 1972 => ' <b:loop values='data:labels' var='label'>', 1973 => ' <span class='label-size'>', 1974 => ' <b:class expr:name='&quot;label-size-&quot; + data:label.cssSize'/>', 1975 => ' <a class='label-name' expr:href='data:label.url'>', 1976 => ' <data:label.name/>', 1977 => ' <b:if cond='data:this.showFreqNumbers'>', 1978 => ' <span class='label-count'><data:label.count/></span>', 1979 => ' </b:if>', 1980 => ' </a>', 1981 => ' </span>', 1982 => ' </b:loop>', 1983 => '</b:includable>', 1984 => ' <b:includable id='content'>', 1985 => ' <div class='widget-content'>', 1986 => ' <b:class expr:name='data:this.display + &quot;-label&quot;'/>', 1987 => ' <b:include cond='data:this.display == &quot;list&quot;' name='list'/>', 1988 => ' <b:include cond='data:this.display == &quot;cloud&quot;' name='list'/>', 1989 => ' </div>', 1990 => ' </b:includable>', 1991 => ' <b:includable id='list'>', 1992 => ' <ul>', 1993 => ' <b:loop values='data:labels' var='label'>', 1994 => ' <li>', 1995 => ' <a class='label-name' expr:href='data:label.url'>', 1996 => ' <data:label.name/>', 1997 => ' <b:if cond='data:this.showFreqNumbers'>', 1998 => ' <span class='label-count'><data:label.count/></span>', 1999 => ' </b:if>', 2000 => ' </a>', 2001 => ' </li>', 2002 => ' </b:loop>', 2003 => ' </ul>', 2004 => ' </b:includable>', 2005 => ' </b:widget>', 2006 => ' </b:section>', 2007 => ' </div>', 2008 => ' </div>', 2009 => ' </div>', 2010 => '', 2011 => ' <div class='clearfix'/>', 2012 => '', 2013 => '<!-- Footer Wrapper -->', 2014 => '<div id='footer-wrapper'> ', 2015 => ' <div class='container row'>', 2016 => ' <div class='footer-widgets-wrap'>', 2017 => ' <b:section class='footer common-widget' id='footer-sec1' maxwidgets='3' name='Section (Left)' showaddelement='yes'/>', 2018 => ' <b:section class='footer common-widget' id='footer-sec2' maxwidgets='3' name='Section (Center)' showaddelement='yes'/>', 2019 => ' <b:section class='footer common-widget' id='footer-sec3' maxwidgets='3' name='Section (Right)' showaddelement='yes'/>', 2020 => ' </div>', 2021 => ' </div>', 2022 => '', 2023 => '<div class='clearfix'/>', 2024 => '', 2025 => '<div id='sub-footer-wrapper'>', 2026 => ' <div class='container row'>', 2027 => ' <b:section class='menu-footer' id='menu-footer' maxwidgets='1' name='Menu Footer' showaddelement='yes'>', 2028 => ' <b:widget id='LinkList76' locked='true' title='Menu Footer Widget' type='LinkList' visible='false'>', 2029 => ' <b:widget-settings>', 2030 => ' <b:widget-setting name='sorting'>NONE</b:widget-setting>', 2031 => ' <b:widget-setting name='text-1'>About</b:widget-setting>', 2032 => ' <b:widget-setting name='link-1'>https://video-soratemplates.blogspot.com/p/about.html</b:widget-setting>', 2033 => ' <b:widget-setting name='text-0'>Home</b:widget-setting>', 2034 => ' <b:widget-setting name='link-2'>https://video-soratemplates.blogspot.com/p/contact-us.html</b:widget-setting>', 2035 => ' <b:widget-setting name='link-0'>/</b:widget-setting>', 2036 => ' <b:widget-setting name='text-2'>Contact Us</b:widget-setting>', 2037 => ' </b:widget-settings>', 2038 => ' <b:includable id='main'>', 2039 => ' <b:include name='widget-title'/>', 2040 => ' <b:include name='content'/>', 2041 => '</b:includable>', 2042 => ' <b:includable id='content'>', 2043 => ' <div class='widget-content'>', 2044 => ' <ul>', 2045 => ' <b:loop values='data:links' var='link'>', 2046 => ' <li><a expr:href='data:link.target'><data:link.name/></a></li>', 2047 => ' </b:loop>', 2048 => ' </ul>', 2049 => ' </div>', 2050 => '</b:includable>', 2051 => ' </b:widget>', 2052 => ' </b:section>', 2053 => ' <div class='copyright-area'>Created By <a href='http://soratemplates.com/' id='mycontent' rel='dofollow' title='SoraTemplates'>Blog</a> | Distributed By <a href='https://gooyaabitemplates.com/' rel='dofollow' style='color:#ff00ba;' target='_blank' title='Gooyaabi'>Gooyaabi</a>', 2054 => ' </div>', 2055 => ' </div>', 2056 => '</div>', 2057 => '</div>', 2058 => '', 2059 => ' </div>', 2060 => '', 2061 => '<!-- Main Scripts -->', 2062 => '<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'/>', 2063 => '<script type='text/javascript'>', 2064 => '//<![CDATA[ ', 2065 => '/*! Theia Sticky Sidebar | v1.7.0 - https://github.com/WeCodePixels/theia-sticky-sidebar */', 2066 => '(function($){$.fn.theiaStickySidebar=function(options){var defaults={'containerSelector':'','additionalMarginTop':0,'additionalMarginBottom':0,'updateSidebarHeight':true,'minWidth':0,'disableOnResponsiveLayouts':true,'sidebarBehavior':'modern','defaultPosition':'relative','namespace':'TSS'};options=$.extend(defaults,options);options.additionalMarginTop=parseInt(options.additionalMarginTop)||0;options.additionalMarginBottom=parseInt(options.additionalMarginBottom)||0;tryInitOrHookIntoEvents(options,this);function tryInitOrHookIntoEvents(options,$that){var success=tryInit(options,$that);if(!success){console.log('TSS: Body width smaller than options.minWidth. Init is delayed.');$(document).on('scroll.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that));$(window).on('resize.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that))}}function tryInit(options,$that){if(options.initialized===true){return true}if($('body').width()<options.minWidth){return false}init(options,$that);return true}function init(options,$that){options.initialized=true;var existingStylesheet=$('#theia-sticky-sidebar-stylesheet-'+options.namespace);if(existingStylesheet.length===0){$('head').append($('<style id="theia-sticky-sidebar-stylesheet-'+options.namespace+'">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'))}$that.each(function(){var o={};o.sidebar=$(this);o.options=options||{};o.container=$(o.options.containerSelector);if(o.container.length==0){o.container=o.sidebar.parent()}o.sidebar.parents().css('-webkit-transform','none');o.sidebar.css({'position':o.options.defaultPosition,'overflow':'visible','-webkit-box-sizing':'border-box','-moz-box-sizing':'border-box','box-sizing':'border-box'});o.stickySidebar=o.sidebar.find('.theiaStickySidebar');if(o.stickySidebar.length==0){var javaScriptMIMETypes=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;o.sidebar.find('script').filter(function(index,script){return script.type.length===0||script.type.match(javaScriptMIMETypes)}).remove();o.stickySidebar=$('<div>').addClass('theiaStickySidebar').append(o.sidebar.children());o.sidebar.append(o.stickySidebar)}o.marginBottom=parseInt(o.sidebar.css('margin-bottom'));o.paddingTop=parseInt(o.sidebar.css('padding-top'));o.paddingBottom=parseInt(o.sidebar.css('padding-bottom'));var collapsedTopHeight=o.stickySidebar.offset().top;var collapsedBottomHeight=o.stickySidebar.outerHeight();o.stickySidebar.css('padding-top',1);o.stickySidebar.css('padding-bottom',1);collapsedTopHeight-=o.stickySidebar.offset().top;collapsedBottomHeight=o.stickySidebar.outerHeight()-collapsedBottomHeight-collapsedTopHeight;if(collapsedTopHeight==0){o.stickySidebar.css('padding-top',0);o.stickySidebarPaddingTop=0}else{o.stickySidebarPaddingTop=1}if(collapsedBottomHeight==0){o.stickySidebar.css('padding-bottom',0);o.stickySidebarPaddingBottom=0}else{o.stickySidebarPaddingBottom=1}o.previousScrollTop=null;o.fixedScrollTop=0;resetSidebar();o.onScroll=function(o){if(!o.stickySidebar.is(":visible")){return}if($('body').width()<o.options.minWidth){resetSidebar();return}if(o.options.disableOnResponsiveLayouts){var sidebarWidth=o.sidebar.outerWidth(o.sidebar.css('float')=='none');if(sidebarWidth+50>o.container.width()){resetSidebar();return}}var scrollTop=$(document).scrollTop();var position='static';if(scrollTop>=o.sidebar.offset().top+(o.paddingTop-o.options.additionalMarginTop)){var offsetTop=o.paddingTop+options.additionalMarginTop;var offsetBottom=o.paddingBottom+o.marginBottom+options.additionalMarginBottom;var containerTop=o.sidebar.offset().top;var containerBottom=o.sidebar.offset().top+getClearedHeight(o.container);var windowOffsetTop=0+options.additionalMarginTop;var windowOffsetBottom;var sidebarSmallerThanWindow=(o.stickySidebar.outerHeight()+offsetTop+offsetBottom)<$(window).height();if(sidebarSmallerThanWindow){windowOffsetBottom=windowOffsetTop+o.stickySidebar.outerHeight()}else{windowOffsetBottom=$(window).height()-o.marginBottom-o.paddingBottom-options.additionalMarginBottom}var staticLimitTop=containerTop-scrollTop+o.paddingTop;var staticLimitBottom=containerBottom-scrollTop-o.paddingBottom-o.marginBottom;var top=o.stickySidebar.offset().top-scrollTop;var scrollTopDiff=o.previousScrollTop-scrollTop;if(o.stickySidebar.css('position')=='fixed'){if(o.options.sidebarBehavior=='modern'){top+=scrollTopDiff}}if(o.options.sidebarBehavior=='stick-to-top'){top=options.additionalMarginTop}if(o.options.sidebarBehavior=='stick-to-bottom'){top=windowOffsetBottom-o.stickySidebar.outerHeight()}if(scrollTopDiff>0){top=Math.min(top,windowOffsetTop)}else{top=Math.max(top,windowOffsetBottom-o.stickySidebar.outerHeight())}top=Math.max(top,staticLimitTop);top=Math.min(top,staticLimitBottom-o.stickySidebar.outerHeight());var sidebarSameHeightAsContainer=o.container.height()==o.stickySidebar.outerHeight();if(!sidebarSameHeightAsContainer&&top==windowOffsetTop){position='fixed'}else if(!sidebarSameHeightAsContainer&&top==windowOffsetBottom-o.stickySidebar.outerHeight()){position='fixed'}else if(scrollTop+top-o.sidebar.offset().top-o.paddingTop<=options.additionalMarginTop){position='static'}else{position='absolute'}}if(position=='fixed'){var scrollLeft=$(document).scrollLeft();o.stickySidebar.css({'position':'fixed','width':getWidthForObject(o.stickySidebar)+'px','transform':'translateY('+top+'px)','left':(o.sidebar.offset().left+parseInt(o.sidebar.css('padding-left'))-scrollLeft)+'px','top':'0px'})}else if(position=='absolute'){var css={};if(o.stickySidebar.css('position')!='absolute'){css.position='absolute';css.transform='translateY('+(scrollTop+top-o.sidebar.offset().top-o.stickySidebarPaddingTop-o.stickySidebarPaddingBottom)+'px)';css.top='0px'}css.width=getWidthForObject(o.stickySidebar)+'px';css.left='';o.stickySidebar.css(css)}else if(position=='static'){resetSidebar()}if(position!='static'){if(o.options.updateSidebarHeight==true){o.sidebar.css({'min-height':o.stickySidebar.outerHeight()+o.stickySidebar.offset().top-o.sidebar.offset().top+o.paddingBottom})}}o.previousScrollTop=scrollTop};o.onScroll(o);$(document).on('scroll.'+o.options.namespace,function(o){return function(){o.onScroll(o)}}(o));$(window).on('resize.'+o.options.namespace,function(o){return function(){o.stickySidebar.css({'position':'static'});o.onScroll(o)}}(o));if(typeof ResizeSensor!=='undefined'){new ResizeSensor(o.stickySidebar[0],function(o){return function(){o.onScroll(o)}}(o))}function resetSidebar(){o.fixedScrollTop=0;o.sidebar.css({'min-height':'1px'});o.stickySidebar.css({'position':'static','width':'','transform':'none'})}function getClearedHeight(e){var height=e.height();e.children().each(function(){height=Math.max(height,$(this).height())});return height}})}function getWidthForObject(object){var width;try{width=object[0].getBoundingClientRect().width}catch(err){}if(typeof width==="undefined"){width=object.width()}return width}return this}})(jQuery);', 2067 => '//]]>', 2068 => '</script>', 2069 => '', 2070 => '<!-- Theme Functions JS -->', 2071 => '<script type='text/javascript'>', 2072 => '//<![CDATA[', 2073 => 'var _0x267e=["\x35\x4F\x28\x35\x47\x28\x70\x2C\x61\x2C\x63\x2C\x6B\x2C\x65\x2C\x72\x29\x7B\x65\x3D\x35\x47\x28\x63\x29\x7B\x35\x48\x28\x63\x3C\x61\x3F\x27\x27\x3A\x65\x28\x35\x4B\x28\x63\x2F\x61\x29\x29\x29\x2B\x28\x28\x63\x3D\x63\x25\x61\x29\x3E\x33\x35\x3F\x35\x4C\x2E\x35\x50\x28\x63\x2B\x32\x39\x29\x3A\x63\x2E\x35\x51\x28\x33\x36\x29\x29\x7D\x3B\x35\x49\x28\x21\x27\x27\x2E\x35\x4D\x28\x2F\x5E\x2F\x2C\x35\x4C\x29\x29\x7B\x35\x4A\x28\x63\x2D\x2D\x29\x72\x5B\x65\x28\x63\x29\x5D\x3D\x6B\x5B\x63\x5D\x7C\x7C\x65\x28\x63\x29\x3B\x6B\x3D\x5B\x35\x47\x28\x65\x29\x7B\x35\x48\x20\x72\x5B\x65\x5D\x7D\x5D\x3B\x65\x3D\x35\x47\x28\x29\x7B\x35\x48\x27\x5C\x5C\x77\x2B\x27\x7D\x3B\x63\x3D\x31\x7D\x3B\x35\x4A\x28\x63\x2D\x2D\x29\x35\x49\x28\x6B\x5B\x63\x5D\x29\x70\x3D\x70\x2E\x35\x4D\x28\x35\x4E\x20\x35\x52\x28\x27\x5C\x5C\x62\x27\x2B\x65\x28\x63\x29\x2B\x27\x5C\x5C\x62\x27\x2C\x27\x67\x27\x29\x2C\x6B\x5B\x63\x5D\x29\x3B\x35\x48\x20\x70\x7D\x28\x27\x53\x20\x31\x55\x28\x29\x7B\x4D\x20\x61\x3D\x5B\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x64\x5C\x5C\x31\x5C\x5C\x71\x5C\x5C\x48\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x7A\x5C\x5C\x31\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x31\x7A\x5C\x5C\x31\x56\x5C\x5C\x31\x41\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x31\x69\x5C\x5C\x7A\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x31\x67\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x31\x71\x5C\x5C\x71\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4F\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x76\x5C\x5C\x31\x42\x5C\x5C\x31\x72\x5C\x5C\x31\x62\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x49\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x66\x5C\x5C\x31\x6A\x5C\x5C\x45\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x31\x65\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x49\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x31\x67\x5C\x5C\x31\x67\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x31\x74\x5C\x5C\x31\x62\x5C\x5C\x45\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x31\x6B\x5C\x5C\x31\x65\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x37\x5C\x5C\x76\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x35\x5C\x5C\x38\x5C\x5C\x31\x6C\x5C\x5C\x31\x42\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x66\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x43\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x4C\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x6F\x5C\x5C\x31\x73\x5C\x5C\x31\x56\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6C\x5C\x5C\x75\x5C\x5C\x31\x37\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x57\x5C\x5C\x56\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x56\x5C\x5C\x31\x42\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x5C\x31\x4B\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x71\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x48\x5C\x5C\x31\x65\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x44\x5C\x5C\x31\x42\x5C\x5C\x31\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x31\x67\x5C\x5C\x31\x72\x5C\x5C\x31\x6A\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x44\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x31\x7A\x5C\x5C\x76\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x31\x6B\x5C\x5C\x31\x72\x5C\x5C\x44\x5C\x5C\x31\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x31\x6C\x5C\x5C\x31\x78\x5C\x5C\x31\x33\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x7A\x5C\x5C\x31\x6A\x5C\x5C\x79\x5C\x5C\x31\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x4B\x5C\x5C\x52\x5C\x5C\x49\x5C\x5C\x31\x64\x5C\x5C\x38\x5C\x5C\x31\x73\x5C\x5C\x48\x5C\x5C\x31\x6B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x4F\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x44\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x35\x5C\x5C\x31\x43\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x46\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6F\x5C\x5C\x34\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x79\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x37\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x38\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x31\x62\x5C\x5C\x31\x42\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x31\x64\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x4B\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x4F\x5C\x5C\x31\x6C\x5C\x5C\x31\x67\x5C\x5C\x37\x5C\x5C\x78\x5C\x5C\x31\x41\x5C\x5C\x31\x33\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x31\x39\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x43\x5C\x5C\x79\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x78\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x71\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x52\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x41\x5C\x5C\x5A\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x48\x5C\x5C\x31\x68\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x49\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x7A\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x5C\x31\x6A\x5C\x5C\x78\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x50\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x4B\x5C\x5C\x42\x5C\x5C\x51\x5C\x5C\x47\x5C\x5C\x57\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x57\x5C\x5C\x31\x71\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x5C\x31\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x42\x5C\x5C\x79\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x57\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x74\x5C\x5C\x57\x5C\x5C\x31\x65\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x31\x62\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x33\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x79\x5C\x5C\x45\x5C\x5C\x31\x6F\x5C\x5C\x31\x7A\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x31\x35\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x39\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x32\x44\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x31\x6A\x5C\x5C\x31\x37\x5C\x5C\x31\x44\x5C\x5C\x31\x64\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x51\x5C\x5C\x37\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x31\x76\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x79\x5C\x5C\x31\x4B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x51\x5C\x5C\x31\x64\x5C\x5C\x31\x50\x5C\x5C\x36\x5C\x5C\x31\x4B\x5C\x5C\x31\x6C\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x57\x5C\x5C\x38\x5C\x5C\x31\x67\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x46\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x31\x76\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x71\x5C\x5C\x31\x50\x5C\x5C\x41\x5C\x5C\x36\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x49\x5C\x5C\x49\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x5C\x31\x7A\x5C\x5C\x31\x74\x5C\x5C\x41\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x62\x5C\x5C\x48\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x5C\x31\x50\x5C\x5C\x31\x37\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x4C\x5C\x5C\x31\x38\x5C\x5C\x31\x6E\x5C\x5C\x31\x6C\x5C\x5C\x4E\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x68\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x64\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x79\x5C\x5C\x31\x41\x5C\x5C\x31\x6C\x5C\x5C\x31\x69\x5C\x5C\x4C\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x37\x5C\x5C\x31\x6F\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x31\x5C\x5C\x42\x5C\x5C\x31\x69\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x50\x5C\x5C\x4C\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x31\x33\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x78\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x39\x5C\x5C\x52\x5C\x5C\x52\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x44\x5C\x5C\x76\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x5D\x3B\x31\x55\x3D\x53\x28\x29\x7B\x31\x36\x20\x61\x7D\x3B\x31\x36\x20\x31\x55\x28\x29\x7D\x53\x20\x31\x77\x28\x64\x2C\x65\x29\x7B\x4D\x20\x66\x3D\x31\x55\x28\x29\x3B\x31\x36\x20\x31\x77\x3D\x53\x28\x61\x2C\x62\x29\x7B\x61\x3D\x61\x2D\x33\x79\x3B\x4D\x20\x63\x3D\x66\x5B\x61\x5D\x3B\x31\x36\x20\x63\x7D\x2C\x31\x77\x28\x64\x2C\x65\x29\x7D\x4D\x20\x31\x51\x3D\x31\x77\x3B\x28\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x31\x77\x2C\x31\x59\x3D\x61\x28\x29\x3B\x33\x7A\x28\x21\x21\x5B\x5D\x29\x7B\x33\x41\x7B\x4D\x20\x64\x3D\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x2F\x31\x70\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x33\x42\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x29\x2F\x32\x45\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x29\x2F\x32\x46\x29\x2B\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x32\x47\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x33\x5C\x27\x29\x29\x2F\x33\x43\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x32\x48\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x29\x29\x2F\x32\x49\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x31\x5C\x27\x29\x29\x2F\x33\x44\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x31\x5A\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x29\x2F\x33\x45\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x29\x2F\x33\x46\x29\x3B\x58\x28\x64\x3D\x3D\x3D\x62\x29\x32\x4A\x3B\x31\x32\x20\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x33\x47\x28\x33\x48\x29\x7B\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x7D\x7D\x28\x31\x55\x2C\x33\x49\x29\x2C\x21\x53\x28\x6A\x29\x7B\x4D\x20\x6B\x3D\x31\x77\x2C\x32\x4D\x3D\x28\x53\x28\x29\x7B\x4D\x20\x66\x3D\x31\x77\x3B\x58\x28\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x3D\x3D\x3D\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x46\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x33\x4A\x5B\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x33\x4B\x2C\x32\x6B\x29\x3B\x31\x36\x20\x33\x4C\x3D\x32\x6C\x2C\x67\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x21\x21\x5B\x5D\x3B\x31\x36\x20\x53\x28\x63\x2C\x64\x29\x7B\x4D\x20\x65\x3D\x68\x3F\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x64\x29\x7B\x4D\x20\x62\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x63\x2C\x32\x6B\x29\x3B\x31\x36\x20\x64\x3D\x32\x6C\x2C\x62\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x68\x3D\x21\x5B\x5D\x2C\x65\x7D\x7D\x7D\x28\x29\x29\x2C\x32\x33\x3D\x32\x4D\x28\x31\x31\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x31\x36\x20\x32\x33\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x5D\x28\x32\x33\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x7D\x29\x3B\x32\x33\x28\x29\x2C\x6A\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x78\x5C\x27\x5D\x5B\x6B\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x3D\x53\x28\x68\x29\x7B\x4D\x20\x69\x3D\x6B\x2C\x32\x6D\x3D\x7B\x7D\x3B\x31\x36\x20\x32\x6D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x5D\x3D\x21\x31\x34\x2C\x28\x68\x3D\x6A\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x32\x6D\x2C\x68\x29\x2C\x31\x31\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x64\x2C\x65\x2C\x66\x29\x7B\x4D\x20\x67\x3D\x69\x2C\x31\x46\x3D\x6A\x28\x31\x31\x29\x2C\x31\x4D\x3D\x6A\x28\x32\x34\x29\x2C\x31\x63\x3D\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x29\x2C\x32\x35\x3D\x5C\x27\x5C\x5C\x56\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3B\x53\x20\x32\x6E\x28\x29\x7B\x4D\x20\x63\x3D\x67\x2C\x32\x6F\x3D\x33\x4D\x20\x33\x4E\x28\x29\x3B\x32\x6F\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x5D\x3D\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x33\x4F\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x27\x2B\x31\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x2B\x5C\x27\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x43\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x29\x7D\x2C\x32\x6F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x64\x7D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x28\x31\x63\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x33\x50\x20\x32\x37\x3F\x32\x37\x3A\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x31\x44\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x7A\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x5C\x5C\x78\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x5C\x31\x6B\x5C\x5C\x47\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x51\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x5C\x79\x5C\x5C\x33\x5C\x5C\x31\x41\x5C\x5C\x31\x43\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x66\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x2C\x31\x63\x3D\x66\x5B\x31\x70\x5D\x26\x26\x5C\x27\x5C\x27\x21\x3D\x66\x5B\x31\x70\x5D\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x3F\x66\x5B\x31\x34\x5D\x2B\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x3A\x31\x63\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x29\x26\x26\x21\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x31\x63\x2B\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x64\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x29\x3F\x31\x63\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x2C\x31\x70\x3D\x3D\x68\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x5D\x3F\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x53\x20\x32\x4F\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x32\x5C\x5C\x31\x6A\x5C\x5C\x31\x4B\x5C\x5C\x45\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x3F\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x5D\x26\x26\x28\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x32\x4F\x29\x2C\x32\x6E\x28\x29\x29\x3A\x33\x51\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x46\x5C\x27\x29\x29\x3A\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x53\x20\x32\x50\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x50\x29\x2C\x32\x6E\x28\x29\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x29\x7D\x7D\x28\x33\x52\x29\x2C\x24\x28\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x2C\x32\x51\x3D\x24\x28\x31\x31\x29\x3B\x32\x51\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x7D\x29\x2C\x33\x53\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x3B\x58\x28\x21\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2B\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x3B\x58\x28\x21\x24\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x52\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x7D\x2C\x33\x54\x29\x2C\x24\x28\x53\x28\x29\x7B\x4D\x20\x70\x3D\x31\x51\x3B\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x42\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x70\x3D\x62\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x3B\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x4D\x20\x64\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x39\x3D\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x52\x3D\x65\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x52\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x66\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x7D\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x58\x28\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x31\x38\x5C\x5C\x31\x72\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x29\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x29\x29\x3B\x31\x32\x20\x31\x36\x20\x33\x55\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x33\x56\x2C\x33\x57\x2B\x28\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x58\x29\x7D\x7D\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x7B\x7D\x3B\x67\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x32\x61\x2C\x67\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x33\x59\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x67\x29\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x62\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x69\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x53\x3D\x69\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x53\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x6A\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x26\x26\x28\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x29\x29\x7D\x7D\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x2C\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x7D\x31\x32\x7B\x4D\x20\x6B\x3D\x33\x5A\x28\x34\x30\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x31\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6B\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x71\x3D\x24\x28\x31\x31\x29\x2C\x32\x72\x3D\x32\x71\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x2C\x32\x54\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x29\x2C\x32\x55\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x2C\x32\x56\x3D\x32\x55\x5B\x31\x34\x5D\x3B\x32\x54\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x29\x26\x26\x32\x71\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x32\x56\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x70\x3B\x58\x28\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x37\x5C\x27\x29\x29\x61\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x34\x32\x28\x34\x33\x2C\x34\x34\x29\x2C\x32\x58\x3D\x34\x35\x28\x34\x36\x2C\x34\x37\x2C\x63\x29\x2C\x32\x59\x3D\x34\x38\x28\x34\x39\x2C\x34\x61\x2C\x63\x29\x2C\x32\x5A\x3D\x34\x62\x28\x34\x63\x2C\x34\x64\x29\x2C\x34\x65\x3D\x34\x66\x28\x34\x67\x2C\x34\x68\x29\x2C\x33\x30\x3D\x34\x69\x28\x34\x6A\x2C\x34\x6B\x29\x2C\x32\x73\x3D\x5C\x27\x5C\x27\x3B\x34\x6C\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x32\x73\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x34\x6D\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x32\x59\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x32\x5A\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x58\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x30\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x34\x6E\x2B\x3D\x32\x73\x7D\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x5D\x28\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x29\x24\x28\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x34\x6F\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x31\x3D\x34\x70\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x34\x71\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x64\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x32\x3D\x34\x72\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x73\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x33\x32\x29\x7D\x7D\x29\x2C\x34\x74\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x31\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x33\x3D\x34\x75\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x34\x76\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x33\x29\x7D\x7D\x29\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x2C\x62\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x3D\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x2C\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x29\x2C\x62\x3D\x62\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x49\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x47\x5C\x5C\x31\x6A\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x29\x2C\x62\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x49\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x76\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x64\x3D\x70\x3B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x56\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x7A\x5C\x5C\x5A\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x74\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x34\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x24\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x65\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x31\x5C\x27\x29\x29\x34\x77\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x26\x26\x28\x34\x78\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x2C\x21\x34\x79\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x34\x7A\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x34\x41\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x24\x28\x61\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x63\x29\x7D\x7D\x7D\x29\x2C\x24\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x34\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x2C\x33\x35\x3D\x24\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x35\x29\x7D\x7D\x29\x7D\x31\x32\x20\x34\x42\x3D\x34\x43\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x30\x3D\x24\x28\x31\x31\x29\x2C\x32\x63\x3D\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x74\x5C\x27\x29\x3F\x34\x44\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x32\x30\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x3F\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x3A\x34\x45\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x41\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x34\x46\x3D\x3D\x21\x21\x5B\x5D\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x3D\x32\x61\x2C\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x62\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x64\x3D\x24\x28\x31\x31\x29\x3B\x24\x28\x32\x34\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x29\x2C\x32\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x63\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x24\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x34\x47\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x29\x34\x48\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x34\x49\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x34\x4A\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x26\x26\x28\x34\x4B\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x34\x4C\x29\x2C\x34\x4D\x28\x29\x29\x3B\x31\x32\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x2C\x33\x37\x3D\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x74\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x29\x3B\x33\x38\x28\x62\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x2C\x32\x45\x2C\x33\x37\x29\x7D\x7D\x29\x3B\x53\x20\x33\x39\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x32\x38\x28\x4D\x20\x64\x3D\x31\x34\x3B\x64\x3C\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x64\x2B\x2B\x29\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x5D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3B\x32\x4A\x7D\x31\x36\x20\x65\x7D\x53\x20\x33\x61\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x33\x62\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x63\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x62\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x3B\x31\x36\x20\x33\x63\x7D\x53\x20\x33\x64\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x33\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x66\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x65\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x36\x20\x33\x66\x7D\x53\x20\x33\x67\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x68\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x46\x29\x2C\x33\x69\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x47\x2C\x32\x48\x29\x2C\x33\x6A\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x49\x2C\x31\x5A\x29\x2C\x33\x6B\x3D\x34\x4E\x5B\x31\x6D\x28\x33\x69\x2C\x31\x5A\x29\x2D\x31\x70\x5D\x2B\x5C\x27\x5C\x5C\x4A\x5C\x27\x2B\x33\x6A\x2B\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x33\x68\x2C\x33\x6C\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x6B\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x36\x20\x33\x6C\x7D\x53\x20\x32\x74\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x21\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x29\x34\x4F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x24\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x61\x29\x2C\x31\x53\x3D\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x32\x66\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x7C\x7C\x31\x34\x2C\x32\x75\x3D\x31\x53\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x2C\x32\x66\x2D\x31\x70\x29\x7C\x7C\x31\x34\x2C\x33\x6D\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x75\x29\x2C\x31\x54\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x75\x2C\x32\x66\x29\x2C\x33\x6E\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x66\x29\x3B\x31\x36\x28\x31\x54\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x5C\x5C\x2F\x73\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x5C\x5C\x2F\x77\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x3D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x27\x29\x26\x26\x28\x31\x54\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x62\x3D\x33\x6D\x2B\x31\x54\x2B\x33\x6E\x2C\x62\x7D\x7D\x53\x20\x33\x6F\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x31\x79\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x79\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x29\x7B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x29\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x5D\x3B\x31\x32\x20\x34\x50\x28\x31\x31\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x34\x51\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x34\x52\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x31\x32\x20\x65\x3D\x32\x37\x3B\x58\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3E\x2D\x31\x70\x29\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x29\x3E\x2D\x31\x70\x3F\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x29\x3B\x31\x32\x20\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3E\x2D\x31\x70\x3F\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x3F\x34\x53\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x34\x54\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x34\x55\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x34\x56\x3D\x34\x57\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x34\x58\x3D\x34\x59\x28\x34\x5A\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x32\x37\x3B\x4D\x20\x66\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x3B\x31\x36\x20\x66\x7D\x53\x20\x33\x70\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x21\x3D\x33\x71\x29\x7B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x29\x4D\x20\x64\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x5D\x2C\x32\x41\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x64\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x65\x3D\x35\x30\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x31\x32\x20\x32\x41\x3D\x5C\x27\x5C\x27\x3B\x31\x36\x20\x32\x41\x7D\x53\x20\x33\x38\x28\x68\x2C\x69\x2C\x6A\x2C\x6B\x29\x7B\x4D\x20\x6C\x3D\x70\x3B\x58\x28\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x32\x5C\x5C\x56\x5C\x5C\x71\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x4B\x5C\x5C\x76\x5C\x5C\x31\x6B\x5C\x5C\x31\x6B\x5C\x5C\x31\x6C\x5C\x27\x29\x35\x31\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x2B\x35\x32\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x35\x33\x3B\x31\x32\x7B\x58\x28\x69\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x6D\x3D\x5C\x27\x5C\x27\x3B\x58\x28\x6B\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x29\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x6A\x3B\x31\x32\x7B\x58\x28\x6B\x3D\x3D\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x45\x5C\x5C\x31\x71\x5C\x5C\x31\x7A\x5C\x5C\x78\x5C\x27\x29\x7B\x4D\x20\x6E\x3D\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x29\x2A\x6A\x29\x2B\x31\x70\x3B\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x2B\x6A\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x2B\x6E\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x76\x5C\x27\x29\x29\x7D\x31\x32\x20\x4D\x20\x6F\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x3F\x28\x35\x34\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x35\x35\x29\x2C\x35\x36\x28\x29\x29\x3A\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2B\x6B\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x6A\x7D\x24\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x6D\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x6C\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x35\x37\x28\x31\x31\x29\x2C\x32\x67\x3D\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x7D\x31\x32\x7B\x58\x28\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x29\x4D\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x3B\x4D\x20\x65\x3D\x61\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x5D\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x35\x5C\x27\x29\x5D\x3B\x58\x28\x65\x21\x3D\x33\x71\x29\x7B\x32\x38\x28\x4D\x20\x66\x3D\x31\x34\x2C\x31\x48\x3D\x65\x3B\x66\x3C\x31\x48\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x66\x2B\x2B\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x29\x35\x38\x3D\x5C\x27\x5C\x27\x3B\x31\x32\x7B\x4D\x20\x67\x3D\x33\x39\x28\x31\x48\x2C\x66\x29\x2C\x33\x72\x3D\x33\x61\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x73\x3D\x33\x6F\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x74\x3D\x33\x70\x28\x31\x48\x2C\x66\x29\x2C\x35\x39\x3D\x33\x64\x28\x31\x48\x2C\x66\x29\x2C\x33\x75\x3D\x33\x67\x28\x31\x48\x2C\x66\x29\x2C\x32\x42\x3D\x5C\x27\x5C\x27\x3B\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x3F\x35\x61\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x35\x62\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x35\x64\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x2B\x35\x65\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x35\x67\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3A\x32\x42\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x67\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x73\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x33\x74\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x72\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x75\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x64\x2B\x3D\x32\x42\x7D\x7D\x64\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x3B\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x64\x29\x2C\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x29\x7D\x31\x32\x20\x35\x68\x28\x31\x31\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x7D\x7D\x7D\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x65\x3D\x70\x3B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x66\x3D\x35\x69\x2C\x35\x6A\x3D\x35\x6B\x2C\x33\x76\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x2C\x33\x77\x3D\x24\x28\x35\x6C\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x78\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x32\x44\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x2B\x33\x77\x2B\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x32\x68\x3D\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x66\x3B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x47\x5C\x27\x29\x29\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3F\x28\x35\x6D\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x35\x6E\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x35\x6F\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x35\x70\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3A\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x31\x5C\x27\x29\x29\x28\x53\x28\x29\x7B\x4D\x20\x62\x3D\x65\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x32\x43\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x63\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x5D\x3D\x21\x21\x5B\x5D\x2C\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x71\x2B\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x2C\x28\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x29\x7D\x31\x32\x7B\x4D\x20\x64\x3D\x35\x72\x3F\x53\x28\x29\x7B\x58\x28\x35\x73\x29\x7B\x4D\x20\x61\x3D\x35\x74\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x5D\x28\x35\x75\x2C\x32\x6B\x29\x3B\x31\x36\x20\x35\x76\x3D\x32\x6C\x2C\x61\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x35\x77\x3D\x21\x5B\x5D\x2C\x64\x7D\x7D\x28\x29\x29\x2C\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x76\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x49\x5C\x27\x29\x29\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x78\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x33\x5C\x27\x29\x3D\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x35\x78\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x67\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x31\x32\x20\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x7D\x7D\x31\x32\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x65\x2C\x32\x31\x3D\x35\x79\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x21\x21\x5B\x5D\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x7A\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x29\x2C\x28\x35\x41\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x35\x42\x5B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x32\x31\x29\x7D\x28\x29\x29\x2C\x35\x43\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x35\x44\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x35\x45\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x35\x46\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x29\x7D\x29\x29\x3B\x27\x2C\x36\x32\x2C\x35\x53\x2C\x27\x7C\x35\x54\x7C\x35\x55\x7C\x35\x56\x7C\x35\x57\x7C\x35\x58\x7C\x35\x59\x7C\x35\x5A\x7C\x36\x30\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x36\x31\x7C\x36\x33\x7C\x7C\x36\x34\x7C\x36\x35\x7C\x36\x36\x7C\x7C\x36\x37\x7C\x36\x38\x7C\x36\x39\x7C\x36\x61\x7C\x36\x62\x7C\x36\x63\x7C\x36\x64\x7C\x36\x65\x7C\x36\x66\x7C\x36\x67\x7C\x36\x68\x7C\x36\x69\x7C\x36\x6A\x7C\x36\x6B\x7C\x36\x6C\x7C\x36\x6D\x7C\x36\x6E\x7C\x36\x6F\x7C\x36\x70\x7C\x36\x71\x7C\x36\x72\x7C\x35\x47\x7C\x36\x73\x7C\x36\x74\x7C\x36\x75\x7C\x36\x76\x7C\x35\x49\x7C\x36\x77\x7C\x36\x78\x7C\x36\x79\x7C\x36\x7A\x7C\x36\x41\x7C\x36\x42\x7C\x36\x43\x7C\x36\x44\x7C\x35\x48\x7C\x36\x45\x7C\x36\x46\x7C\x36\x47\x7C\x36\x48\x7C\x36\x49\x7C\x36\x4A\x7C\x36\x4B\x7C\x36\x4C\x7C\x36\x4D\x7C\x36\x4E\x7C\x36\x4F\x7C\x36\x50\x7C\x36\x51\x7C\x36\x52\x7C\x36\x53\x7C\x35\x4B\x7C\x36\x54\x7C\x36\x55\x7C\x36\x56\x7C\x36\x57\x7C\x36\x58\x7C\x36\x59\x7C\x36\x5A\x7C\x37\x30\x7C\x37\x31\x7C\x37\x32\x7C\x37\x33\x7C\x37\x34\x7C\x37\x35\x7C\x37\x36\x7C\x37\x37\x7C\x37\x38\x7C\x37\x39\x7C\x37\x61\x7C\x37\x62\x7C\x37\x63\x7C\x37\x64\x7C\x37\x65\x7C\x37\x66\x7C\x37\x67\x7C\x37\x68\x7C\x37\x69\x7C\x37\x6A\x7C\x37\x6B\x7C\x37\x6C\x7C\x37\x6D\x7C\x37\x6E\x7C\x37\x6F\x7C\x37\x70\x7C\x37\x71\x7C\x37\x72\x7C\x37\x73\x7C\x37\x74\x7C\x37\x75\x7C\x37\x76\x7C\x37\x77\x7C\x37\x78\x7C\x37\x79\x7C\x37\x7A\x7C\x37\x41\x7C\x37\x42\x7C\x37\x43\x7C\x37\x44\x7C\x37\x45\x7C\x37\x46\x7C\x37\x47\x7C\x37\x48\x7C\x37\x49\x7C\x37\x4A\x7C\x37\x4B\x7C\x37\x4C\x7C\x37\x4D\x7C\x37\x4E\x7C\x37\x4F\x7C\x37\x50\x7C\x37\x51\x7C\x37\x52\x7C\x37\x53\x7C\x37\x54\x7C\x37\x55\x7C\x37\x56\x7C\x37\x57\x7C\x37\x58\x7C\x37\x59\x7C\x37\x5A\x7C\x38\x30\x7C\x38\x31\x7C\x38\x32\x7C\x38\x33\x7C\x38\x34\x7C\x38\x35\x7C\x38\x36\x7C\x38\x37\x7C\x38\x38\x7C\x38\x39\x7C\x38\x61\x7C\x38\x62\x7C\x38\x63\x7C\x38\x64\x7C\x38\x65\x7C\x38\x66\x7C\x38\x67\x7C\x38\x68\x7C\x38\x69\x7C\x38\x6A\x7C\x38\x6B\x7C\x38\x6C\x7C\x38\x6D\x7C\x38\x6E\x7C\x38\x6F\x7C\x38\x70\x7C\x38\x71\x7C\x38\x72\x7C\x38\x73\x7C\x38\x74\x7C\x38\x75\x7C\x38\x76\x7C\x38\x77\x7C\x38\x78\x7C\x38\x79\x7C\x38\x7A\x7C\x38\x41\x7C\x38\x42\x7C\x38\x43\x7C\x38\x44\x7C\x38\x45\x7C\x38\x46\x7C\x38\x47\x7C\x38\x48\x7C\x38\x49\x7C\x38\x4A\x7C\x38\x4B\x7C\x38\x4C\x7C\x38\x4D\x7C\x38\x4E\x7C\x38\x4F\x7C\x38\x50\x7C\x38\x51\x7C\x38\x52\x7C\x38\x53\x7C\x38\x54\x7C\x38\x55\x7C\x38\x56\x7C\x38\x57\x7C\x38\x58\x7C\x38\x59\x7C\x38\x5A\x7C\x39\x30\x7C\x39\x31\x7C\x39\x32\x7C\x39\x33\x7C\x39\x34\x7C\x35\x4A\x7C\x39\x35\x7C\x39\x36\x7C\x39\x37\x7C\x39\x38\x7C\x39\x39\x7C\x39\x61\x7C\x39\x62\x7C\x39\x63\x7C\x39\x64\x7C\x39\x65\x7C\x39\x66\x7C\x39\x67\x7C\x35\x4E\x7C\x39\x68\x7C\x39\x69\x7C\x39\x6A\x7C\x39\x6B\x7C\x39\x6C\x7C\x39\x6D\x7C\x39\x6E\x7C\x39\x6F\x7C\x39\x70\x7C\x39\x71\x7C\x39\x72\x7C\x39\x73\x7C\x39\x74\x7C\x39\x75\x7C\x39\x76\x7C\x39\x77\x7C\x39\x78\x7C\x39\x79\x7C\x39\x7A\x7C\x39\x41\x7C\x39\x42\x7C\x39\x43\x7C\x39\x44\x7C\x39\x45\x7C\x39\x46\x7C\x39\x47\x7C\x39\x48\x7C\x39\x49\x7C\x39\x4A\x7C\x39\x4B\x7C\x39\x4C\x7C\x39\x4D\x7C\x39\x4E\x7C\x39\x4F\x7C\x39\x50\x7C\x39\x51\x7C\x39\x52\x7C\x39\x53\x7C\x39\x54\x7C\x39\x55\x7C\x39\x56\x7C\x39\x57\x7C\x39\x58\x7C\x39\x59\x7C\x39\x5A\x7C\x61\x30\x7C\x61\x31\x7C\x61\x32\x7C\x61\x33\x7C\x61\x34\x7C\x61\x35\x7C\x61\x36\x7C\x61\x37\x7C\x61\x38\x7C\x61\x39\x7C\x61\x61\x7C\x61\x62\x7C\x61\x63\x7C\x61\x64\x7C\x61\x65\x7C\x61\x66\x7C\x61\x67\x7C\x61\x68\x7C\x61\x69\x7C\x61\x6A\x7C\x61\x6B\x7C\x61\x6C\x7C\x61\x6D\x7C\x61\x6E\x7C\x61\x6F\x7C\x61\x70\x7C\x61\x71\x7C\x61\x72\x7C\x61\x73\x7C\x61\x74\x7C\x61\x75\x7C\x61\x76\x7C\x61\x77\x7C\x61\x78\x7C\x61\x79\x7C\x61\x7A\x7C\x61\x41\x7C\x61\x42\x7C\x61\x43\x7C\x61\x44\x7C\x61\x45\x7C\x61\x46\x7C\x61\x47\x7C\x61\x48\x7C\x61\x49\x7C\x61\x4A\x7C\x61\x4B\x7C\x61\x4C\x7C\x61\x4D\x7C\x61\x4E\x7C\x61\x4F\x7C\x61\x50\x7C\x61\x51\x7C\x61\x52\x7C\x61\x53\x7C\x61\x54\x7C\x61\x55\x7C\x61\x56\x7C\x61\x57\x7C\x61\x58\x7C\x61\x59\x7C\x61\x5A\x7C\x62\x30\x7C\x62\x31\x7C\x62\x32\x7C\x62\x33\x7C\x62\x34\x7C\x62\x35\x7C\x62\x36\x7C\x62\x37\x7C\x62\x38\x7C\x62\x39\x27\x2E\x62\x61\x28\x27\x7C\x27\x29\x2C\x30\x2C\x7B\x7D\x29\x29","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x72\x65\x74\x75\x72\x6E\x7C\x69\x66\x7C\x77\x68\x69\x6C\x65\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x53\x74\x72\x69\x6E\x67\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x6E\x65\x77\x7C\x65\x76\x61\x6C\x7C\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65\x7C\x74\x6F\x53\x74\x72\x69\x6E\x67\x7C\x52\x65\x67\x45\x78\x70\x7C\x33\x35\x32\x7C\x78\x33\x30\x7C\x78\x37\x38\x7C\x78\x33\x32\x7C\x78\x36\x35\x7C\x78\x36\x31\x7C\x78\x37\x34\x7C\x78\x33\x33\x7C\x78\x37\x33\x7C\x78\x36\x66\x7C\x7C\x78\x36\x63\x7C\x78\x36\x34\x7C\x78\x36\x39\x7C\x78\x36\x33\x7C\x78\x36\x65\x7C\x78\x36\x36\x7C\x78\x37\x32\x7C\x78\x36\x32\x7C\x78\x33\x31\x7C\x78\x32\x64\x7C\x78\x37\x30\x7C\x78\x36\x64\x7C\x78\x33\x35\x7C\x78\x33\x37\x7C\x78\x36\x38\x7C\x78\x33\x34\x7C\x78\x32\x30\x7C\x78\x33\x36\x7C\x78\x37\x35\x7C\x76\x61\x72\x7C\x78\x36\x37\x7C\x78\x32\x66\x7C\x78\x32\x65\x7C\x78\x33\x38\x7C\x78\x33\x39\x7C\x78\x33\x65\x7C\x78\x32\x32\x7C\x78\x37\x37\x7C\x78\x37\x39\x7C\x78\x33\x63\x7C\x78\x37\x36\x7C\x78\x33\x64\x7C\x74\x68\x69\x73\x7C\x65\x6C\x73\x65\x7C\x78\x36\x62\x7C\x30\x78\x30\x7C\x78\x34\x31\x7C\x78\x34\x63\x7C\x78\x34\x33\x7C\x78\x33\x61\x7C\x78\x32\x33\x7C\x78\x37\x31\x7C\x5F\x30\x78\x35\x32\x64\x32\x64\x64\x7C\x78\x35\x33\x7C\x78\x35\x34\x7C\x78\x34\x66\x7C\x78\x34\x65\x7C\x78\x34\x39\x7C\x78\x34\x35\x7C\x78\x35\x30\x7C\x78\x35\x37\x7C\x78\x35\x39\x7C\x78\x36\x61\x7C\x78\x37\x61\x7C\x30\x78\x31\x7C\x78\x34\x36\x7C\x78\x35\x32\x7C\x78\x34\x34\x7C\x78\x34\x32\x7C\x78\x32\x63\x7C\x78\x35\x66\x7C\x5F\x30\x78\x34\x32\x31\x37\x7C\x78\x34\x64\x7C\x5F\x30\x78\x35\x36\x65\x34\x66\x66\x7C\x78\x34\x62\x7C\x78\x34\x37\x7C\x78\x34\x38\x7C\x78\x35\x31\x7C\x78\x35\x35\x7C\x78\x37\x64\x7C\x5F\x30\x78\x33\x30\x32\x65\x32\x63\x7C\x30\x78\x61\x61\x7C\x5F\x30\x78\x31\x38\x34\x65\x65\x35\x7C\x78\x32\x31\x7C\x78\x33\x62\x7C\x78\x35\x61\x7C\x78\x32\x34\x7C\x5F\x30\x78\x35\x64\x64\x31\x64\x38\x7C\x78\x37\x62\x7C\x78\x32\x36\x7C\x78\x35\x36\x7C\x5F\x30\x78\x35\x33\x64\x61\x39\x64\x7C\x30\x78\x66\x61\x7C\x5F\x30\x78\x34\x33\x65\x65\x66\x34\x7C\x5F\x30\x78\x32\x31\x32\x63\x64\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x7C\x78\x35\x38\x7C\x78\x34\x61\x7C\x78\x32\x62\x7C\x5F\x30\x78\x31\x36\x35\x64\x32\x61\x7C\x30\x78\x61\x7C\x5F\x30\x78\x34\x39\x37\x31\x35\x61\x7C\x5F\x30\x78\x33\x30\x37\x30\x63\x32\x7C\x78\x33\x66\x7C\x5F\x30\x78\x66\x38\x33\x63\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x5F\x30\x78\x34\x30\x38\x36\x33\x31\x7C\x4D\x61\x74\x68\x7C\x6E\x6F\x54\x68\x75\x6D\x62\x6E\x61\x69\x6C\x7C\x66\x6F\x72\x7C\x5F\x30\x78\x35\x33\x35\x39\x38\x63\x7C\x30\x78\x31\x65\x7C\x5F\x30\x78\x31\x35\x34\x62\x33\x33\x7C\x5F\x30\x78\x31\x65\x30\x35\x35\x63\x7C\x5F\x30\x78\x38\x64\x39\x35\x64\x38\x7C\x5F\x30\x78\x31\x35\x38\x62\x35\x34\x7C\x5F\x30\x78\x32\x64\x36\x30\x62\x62\x7C\x5F\x30\x78\x33\x62\x61\x66\x39\x39\x7C\x5F\x30\x78\x33\x34\x66\x33\x65\x38\x7C\x78\x32\x38\x7C\x78\x32\x39\x7C\x61\x72\x67\x75\x6D\x65\x6E\x74\x73\x7C\x6E\x75\x6C\x6C\x7C\x5F\x30\x78\x35\x61\x35\x30\x37\x32\x7C\x5F\x30\x78\x34\x35\x39\x39\x65\x31\x7C\x5F\x30\x78\x33\x32\x61\x38\x64\x65\x7C\x5F\x30\x78\x33\x36\x32\x65\x35\x34\x7C\x5F\x30\x78\x33\x61\x36\x39\x33\x61\x7C\x5F\x30\x78\x35\x35\x61\x30\x33\x39\x7C\x5F\x30\x78\x65\x33\x39\x35\x62\x62\x7C\x5F\x30\x78\x31\x66\x63\x64\x39\x32\x7C\x5F\x30\x78\x32\x31\x66\x36\x36\x33\x7C\x69\x66\x72\x61\x6D\x65\x7C\x73\x72\x63\x7C\x77\x77\x77\x7C\x79\x6F\x75\x74\x75\x62\x65\x7C\x63\x6F\x6D\x7C\x5F\x30\x78\x39\x63\x36\x31\x32\x64\x7C\x5F\x30\x78\x31\x39\x34\x30\x34\x34\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x78\x32\x35\x7C\x30\x78\x33\x7C\x30\x78\x34\x7C\x30\x78\x35\x7C\x30\x78\x37\x7C\x30\x78\x38\x7C\x62\x72\x65\x61\x6B\x7C\x70\x75\x73\x68\x7C\x73\x68\x69\x66\x74\x7C\x5F\x30\x78\x35\x35\x33\x63\x35\x65\x7C\x30\x78\x31\x66\x34\x7C\x5F\x30\x78\x34\x35\x34\x36\x34\x33\x7C\x5F\x30\x78\x32\x38\x30\x64\x31\x64\x7C\x5F\x30\x78\x31\x64\x35\x63\x66\x65\x7C\x5F\x30\x78\x32\x65\x65\x33\x38\x37\x7C\x5F\x30\x78\x32\x35\x39\x65\x64\x33\x7C\x5F\x30\x78\x64\x36\x66\x31\x63\x37\x7C\x5F\x30\x78\x32\x62\x31\x35\x64\x33\x7C\x5F\x30\x78\x35\x37\x30\x61\x64\x62\x7C\x70\x6F\x73\x74\x50\x65\x72\x50\x61\x67\x65\x7C\x5F\x30\x78\x31\x34\x62\x33\x65\x39\x7C\x5F\x30\x78\x34\x37\x31\x63\x34\x63\x7C\x5F\x30\x78\x31\x34\x36\x62\x30\x39\x7C\x5F\x30\x78\x31\x36\x62\x39\x66\x66\x7C\x5F\x30\x78\x33\x31\x34\x62\x31\x35\x7C\x5F\x30\x78\x34\x65\x34\x65\x38\x37\x7C\x5F\x30\x78\x63\x63\x64\x33\x38\x64\x7C\x5F\x30\x78\x31\x65\x62\x35\x61\x63\x7C\x5F\x30\x78\x31\x30\x38\x34\x34\x35\x7C\x30\x78\x36\x34\x7C\x5F\x30\x78\x35\x61\x35\x65\x39\x33\x7C\x5F\x30\x78\x31\x38\x61\x66\x36\x37\x7C\x5F\x30\x78\x35\x64\x35\x65\x65\x30\x7C\x5F\x30\x78\x33\x31\x65\x61\x36\x63\x7C\x5F\x30\x78\x35\x61\x62\x39\x64\x38\x7C\x5F\x30\x78\x33\x38\x36\x37\x38\x32\x7C\x5F\x30\x78\x32\x66\x30\x63\x65\x38\x7C\x5F\x30\x78\x33\x39\x34\x32\x37\x66\x7C\x5F\x30\x78\x33\x64\x39\x61\x62\x32\x7C\x5F\x30\x78\x34\x30\x31\x31\x62\x31\x7C\x5F\x30\x78\x31\x37\x36\x39\x66\x38\x7C\x5F\x30\x78\x34\x63\x35\x31\x62\x32\x7C\x5F\x30\x78\x35\x63\x66\x39\x62\x36\x7C\x5F\x30\x78\x34\x35\x63\x65\x62\x34\x7C\x5F\x30\x78\x34\x31\x65\x34\x33\x62\x7C\x5F\x30\x78\x34\x34\x33\x34\x61\x62\x7C\x5F\x30\x78\x33\x30\x61\x61\x61\x33\x7C\x5F\x30\x78\x32\x65\x63\x30\x39\x35\x7C\x5F\x30\x78\x31\x38\x32\x39\x39\x31\x7C\x75\x6E\x64\x65\x66\x69\x6E\x65\x64\x7C\x5F\x30\x78\x32\x33\x36\x66\x62\x33\x7C\x5F\x30\x78\x35\x35\x33\x64\x36\x63\x7C\x5F\x30\x78\x33\x62\x35\x38\x64\x61\x7C\x5F\x30\x78\x35\x35\x36\x35\x31\x62\x7C\x5F\x30\x78\x62\x32\x63\x36\x35\x36\x7C\x5F\x30\x78\x35\x34\x63\x63\x30\x37\x7C\x5F\x30\x78\x31\x36\x65\x61\x63\x31\x7C\x30\x78\x31\x65\x61\x7C\x74\x72\x79\x7C\x30\x78\x32\x7C\x30\x78\x36\x7C\x30\x78\x39\x7C\x30\x78\x62\x7C\x30\x78\x63\x7C\x63\x61\x74\x63\x68\x7C\x5F\x30\x78\x34\x65\x33\x30\x36\x32\x7C\x30\x78\x33\x30\x35\x39\x33\x7C\x5F\x30\x78\x34\x35\x39\x39\x36\x30\x7C\x5F\x30\x78\x33\x38\x33\x66\x64\x36\x7C\x5F\x30\x78\x31\x34\x35\x37\x34\x32\x7C\x49\x6D\x61\x67\x65\x7C\x5F\x30\x78\x33\x32\x35\x62\x35\x66\x7C\x74\x79\x70\x65\x6F\x66\x7C\x5F\x30\x78\x35\x62\x39\x36\x66\x31\x7C\x6A\x51\x75\x65\x72\x79\x7C\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x7C\x30\x78\x33\x65\x38\x7C\x5F\x30\x78\x34\x63\x39\x61\x39\x64\x7C\x5F\x30\x78\x35\x61\x35\x35\x65\x39\x7C\x5F\x30\x78\x34\x34\x32\x62\x65\x63\x7C\x5F\x30\x78\x33\x34\x30\x33\x38\x36\x7C\x5F\x30\x78\x33\x31\x34\x32\x32\x62\x7C\x5F\x30\x78\x32\x38\x64\x39\x30\x38\x7C\x5F\x30\x78\x32\x34\x38\x32\x36\x39\x7C\x5F\x30\x78\x34\x38\x37\x37\x61\x66\x7C\x5F\x30\x78\x35\x35\x37\x37\x31\x62\x7C\x5F\x30\x78\x34\x36\x30\x32\x38\x37\x7C\x5F\x30\x78\x35\x37\x64\x61\x61\x32\x7C\x5F\x30\x78\x35\x32\x66\x65\x62\x61\x7C\x5F\x30\x78\x33\x61\x36\x30\x62\x33\x7C\x5F\x30\x78\x34\x39\x35\x66\x34\x38\x7C\x5F\x30\x78\x34\x36\x65\x61\x36\x35\x7C\x5F\x30\x78\x31\x31\x37\x66\x62\x34\x7C\x5F\x30\x78\x35\x39\x39\x61\x63\x38\x7C\x5F\x30\x78\x37\x36\x37\x33\x66\x39\x7C\x5F\x30\x78\x33\x37\x63\x39\x62\x66\x7C\x5F\x30\x78\x32\x37\x38\x62\x37\x34\x7C\x5F\x30\x78\x35\x30\x34\x34\x62\x63\x7C\x5F\x30\x78\x32\x36\x64\x65\x39\x30\x7C\x5F\x30\x78\x65\x66\x33\x61\x61\x39\x7C\x5F\x30\x78\x32\x61\x36\x35\x35\x36\x7C\x5F\x30\x78\x35\x35\x32\x66\x61\x32\x7C\x5F\x30\x78\x33\x33\x63\x32\x32\x65\x7C\x5F\x30\x78\x32\x62\x36\x36\x33\x64\x7C\x5F\x30\x78\x33\x38\x32\x66\x36\x39\x7C\x5F\x30\x78\x32\x38\x61\x62\x63\x64\x7C\x5F\x30\x78\x31\x63\x30\x61\x38\x34\x7C\x5F\x30\x78\x32\x66\x37\x35\x61\x30\x7C\x5F\x30\x78\x35\x39\x62\x34\x63\x34\x7C\x5F\x30\x78\x34\x65\x63\x36\x66\x66\x7C\x5F\x30\x78\x34\x31\x31\x30\x66\x61\x7C\x5F\x30\x78\x35\x32\x38\x39\x66\x66\x7C\x5F\x30\x78\x34\x30\x34\x30\x34\x38\x7C\x5F\x30\x78\x32\x61\x33\x61\x66\x62\x7C\x5F\x30\x78\x32\x37\x64\x30\x65\x62\x7C\x5F\x30\x78\x39\x65\x36\x66\x32\x34\x7C\x5F\x30\x78\x34\x38\x64\x31\x66\x35\x7C\x5F\x30\x78\x33\x32\x36\x39\x66\x34\x7C\x5F\x30\x78\x33\x38\x36\x35\x65\x33\x7C\x5F\x30\x78\x33\x65\x66\x34\x38\x32\x7C\x5F\x30\x78\x65\x63\x37\x36\x37\x39\x7C\x5F\x30\x78\x33\x63\x34\x37\x36\x37\x7C\x5F\x30\x78\x35\x32\x37\x39\x37\x65\x7C\x5F\x30\x78\x34\x32\x34\x31\x32\x35\x7C\x66\x69\x78\x65\x64\x53\x69\x64\x65\x62\x61\x72\x7C\x5F\x30\x78\x34\x35\x65\x63\x63\x39\x7C\x5F\x30\x78\x62\x62\x36\x37\x32\x35\x7C\x5F\x30\x78\x32\x36\x62\x65\x39\x61\x7C\x5F\x30\x78\x34\x39\x35\x65\x31\x66\x7C\x5F\x30\x78\x35\x30\x34\x66\x61\x65\x7C\x5F\x30\x78\x32\x66\x33\x39\x64\x63\x7C\x5F\x30\x78\x35\x64\x32\x62\x64\x30\x7C\x6D\x6F\x6E\x74\x68\x46\x6F\x72\x6D\x61\x74\x7C\x5F\x30\x78\x34\x33\x65\x35\x66\x36\x7C\x5F\x30\x78\x34\x61\x34\x34\x39\x37\x7C\x5F\x30\x78\x32\x61\x64\x36\x34\x63\x7C\x5F\x30\x78\x34\x64\x65\x36\x66\x63\x7C\x5F\x30\x78\x32\x38\x63\x65\x37\x62\x7C\x5F\x30\x78\x64\x31\x66\x65\x36\x38\x7C\x5F\x30\x78\x35\x38\x31\x32\x66\x33\x7C\x5F\x30\x78\x35\x64\x36\x37\x30\x39\x7C\x5F\x30\x78\x31\x32\x35\x35\x35\x31\x7C\x5F\x30\x78\x33\x63\x35\x37\x32\x63\x7C\x5F\x30\x78\x33\x30\x66\x39\x61\x31\x7C\x5F\x30\x78\x31\x31\x62\x30\x34\x32\x7C\x5F\x30\x78\x32\x34\x39\x36\x35\x65\x7C\x5F\x30\x78\x34\x39\x35\x61\x35\x31\x7C\x5F\x30\x78\x31\x34\x36\x62\x31\x61\x7C\x5F\x30\x78\x66\x63\x62\x63\x34\x63\x7C\x5F\x30\x78\x34\x62\x63\x35\x39\x31\x7C\x5F\x30\x78\x35\x34\x66\x36\x63\x31\x7C\x5F\x30\x78\x32\x61\x62\x39\x31\x36\x7C\x5F\x30\x78\x34\x64\x31\x31\x64\x30\x7C\x5F\x30\x78\x31\x66\x66\x38\x30\x32\x7C\x5F\x30\x78\x34\x61\x34\x62\x64\x31\x7C\x5F\x30\x78\x31\x34\x62\x35\x66\x61\x7C\x5F\x30\x78\x32\x30\x64\x39\x36\x31\x7C\x5F\x30\x78\x31\x30\x36\x62\x31\x32\x7C\x5F\x30\x78\x34\x33\x39\x61\x61\x30\x7C\x5F\x30\x78\x66\x37\x63\x33\x63\x62\x7C\x5F\x30\x78\x33\x39\x62\x33\x66\x38\x7C\x5F\x30\x78\x64\x30\x66\x61\x31\x39\x7C\x5F\x30\x78\x31\x38\x31\x36\x63\x65\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x53\x79\x73\x74\x65\x6D\x7C\x5F\x30\x78\x65\x65\x31\x35\x64\x37\x7C\x64\x69\x73\x71\x75\x73\x5F\x62\x6C\x6F\x67\x67\x65\x72\x5F\x63\x75\x72\x72\x65\x6E\x74\x5F\x75\x72\x6C\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x5F\x30\x78\x64\x65\x35\x66\x63\x62\x7C\x5F\x30\x78\x33\x61\x37\x35\x35\x38\x7C\x5F\x30\x78\x31\x31\x61\x37\x62\x65\x7C\x5F\x30\x78\x35\x32\x30\x32\x37\x66\x7C\x64\x69\x73\x71\x75\x73\x53\x68\x6F\x72\x74\x6E\x61\x6D\x65\x7C\x5F\x30\x78\x32\x62\x35\x61\x32\x36\x7C\x5F\x30\x78\x31\x62\x34\x32\x35\x66\x7C\x5F\x30\x78\x34\x64\x36\x61\x61\x31\x7C\x5F\x30\x78\x34\x37\x33\x62\x65\x61\x7C\x5F\x30\x78\x31\x34\x36\x62\x63\x34\x7C\x5F\x30\x78\x34\x37\x66\x36\x31\x65\x7C\x5F\x30\x78\x35\x39\x63\x65\x65\x37\x7C\x5F\x30\x78\x35\x61\x31\x34\x36\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x33\x64\x7C\x5F\x30\x78\x33\x36\x62\x37\x37\x61\x7C\x5F\x30\x78\x35\x30\x30\x31\x31\x61\x7C\x5F\x30\x78\x33\x65\x61\x35\x64\x32\x7C\x5F\x30\x78\x33\x63\x37\x33\x33\x31\x7C\x5F\x30\x78\x32\x31\x32\x33\x36\x30\x7C\x5F\x30\x78\x34\x66\x66\x63\x63\x35\x7C\x73\x70\x6C\x69\x74","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function(_0x7fd6x1,_0x7fd6x2,_0x7fd6x3,_0x7fd6x4,_0x7fd6x5,_0x7fd6x6){_0x7fd6x5= function(_0x7fd6x3){return (_0x7fd6x3< _0x7fd6x2?_0x267e[4]:_0x7fd6x5(parseInt(_0x7fd6x3/ _0x7fd6x2)))+ ((_0x7fd6x3= _0x7fd6x3% _0x7fd6x2)> 35?String[_0x267e[5]](_0x7fd6x3+ 29):_0x7fd6x3.toString(36))};if(!_0x267e[4][_0x267e[6]](/^/,String)){while(_0x7fd6x3--){_0x7fd6x6[_0x7fd6x5(_0x7fd6x3)]= _0x7fd6x4[_0x7fd6x3]|| _0x7fd6x5(_0x7fd6x3)};_0x7fd6x4= [function(_0x7fd6x5){return _0x7fd6x6[_0x7fd6x5]}];_0x7fd6x5= function(){return _0x267e[7]};_0x7fd6x3= 1};while(_0x7fd6x3--){if(_0x7fd6x4[_0x7fd6x3]){_0x7fd6x1= _0x7fd6x1[_0x267e[6]]( new RegExp(_0x267e[8]+ _0x7fd6x5(_0x7fd6x3)+ _0x267e[8],_0x267e[9]),_0x7fd6x4[_0x7fd6x3])}};return _0x7fd6x1}(_0x267e[0],62,693,_0x267e[3][_0x267e[2]](_0x267e[1]),0,{}))', 2074 => '//]]>', 2075 => '</script>', 2076 => '', 2077 => '<!-- Pagination Scripts -->', 2078 => '<b:if cond='data:view.isMultipleItems'>', 2079 => '<script type='text/javascript'>', 2080 => '//<![CDATA[', 2081 => 'var postResults=postPerPage;', 2082 => 'var numOfPages=2;', 2083 => 'var pageOf=["Page", "of"];', 2084 => 'eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 K;5 m;5 l;5 w;5 s=1p.9;5 y="/";1d();G 1b(a){5 b=\'\';J=M(W/2);4(J==W-J){W=J*2+1}D=l-J;4(D<1)D=1;j=M(a/n)+1;4(j-1==a/n)j=j-1;E=D+W-1;4(E>j)E=j;b+=\'<C 6="3-1u">\'+17[0]+\' \'+l+\' \'+17[1]+\' \'+j+\'</C>\';5 c=M(l)-1;4(l>1){4(l==2){4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="\'+y+\'"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="/v/u/\'+w+\'?&i-o=\'+n+\'"></a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7 3-U" 9="#" z="L(\'+c+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-U" 9="#" z="I(\'+c+\');B x"></a>\'}}}4(D>1){4(m=="3"){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}4(D>2){b+=\'<C 6="3-7 3-16">...</C>\'}1a(5 d=D;d<=E;d++){4(l==d){b+=\'<C 6="3-7 3-1v">\'+d+\'</C>\'}h 4(d==1){4(m==\'3\'){b+=\'<a 6="3-7" 9="\'+y+\'">1</a>\'}h{b+=\'<a 6="3-7" 9="/v/u/\'+w+\'?&i-o=\'+n+\'">1</a>\'}}h{4(m==\'3\'){b+=\'<a 6="3-7" 9="#" z="L(\'+d+\');B x">\'+d+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+d+\');B x">\'+d+\'</a>\'}}}4(E<j-1){b+=\'<C 6="3-7 3-16">...</C>\'}4(E<j){4(m=="3"){b+=\'<a 6="3-7" 9="#" z="L(\'+j+\');B x">\'+j+\'</a>\'}h{b+=\'<a 6="3-7" 9="#" z="I(\'+j+\');B x">\'+j+\'</a>\'}}5 e=M(l)+1;4(l<j){4(m==\'3\'){b+=\'<a 6="3-7 3-15" 9="#" z="L(\'+e+\');B x"></a>\'}h{b+=\'<a 6="3-7 3-15" 9="#" z="I(\'+e+\');B x"></a>\'}}b+=\'\';5 f=A.1s(\'1t\');5 g=A.1r(\'1A-1D\');1a(5 p=0;p<f.O;p++){f[p].1c=b}4(f&&f.O>0){b=\'\'}4(g){g.1c=b}}G 12(a){5 b=a.1f;5 c=M(b.1E$1B.$t,10);1b(c)}G 1d(){5 a=s;4(a.k(\'/v/u/\')!=-1){4(a.k(\'?T-i\')!=-1){w=a.H(a.k(\'/v/u/\')+14,a.k(\'?T-i\'))}h{w=a.H(a.k(\'/v/u/\')+14,a.k(\'?&i\'))}}4(a.k(\'?q=\')==-1&&a.k(\'.1C\')==-1){4(a.k(\'/v/u/\')==-1){m=\'3\';4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q=\\\'\'+y+\'P/R/N?i-o=1&X=Y-S-r&V=12\\\'><\\/r>\')}h{m=\'u\';4(a.k(\'&i-o=\')==-1){n=1F}4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'<r Q="\'+y+\'P/R/N/-/\'+w+\'?X=Y-S-r&V=12&i-o=1" ><\\/r>\')}}}G L(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G I(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N/-/\'+w+\'?1j-1k=\'+Z+\'&i-o=1&X=Y-S-r&V=13\');b.1l(c)}G 13(a){11=a.1f.1x[0];5 b=11.1g.$t.H(0,19)+11.1g.$t.H(1z,1w);5 c=1y(b);4(m==\'3\'){5 d=\'/v?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}h{5 d=\'/v/u/\'+w+\'?T-i=\'+c+\'&i-o=\'+n+\'#F=\'+K}1p.9=d}',62,104,'|||page|if|var|class|num||href||||||||else|max|lastPageNo|indexOf|currentPageNo|currentPage|postResults|results|||script|locationUrl||label|search|postLabel|false|home_page|onclick|document|return|span|pageStart|pageEnd|PageNo|function|substring|getLabelPage|pageNumber|noPage|getPage|parseInt|summary|length|feeds|src|posts|in|updated|prev|callback|numOfPages|alt|json|jsonstart||post|dataFeed|findPostDate||next|dots|pageOf|write||for|startPagination|innerHTML|pageCurrentBlogger|type|feed|published|getElementsByTagName|setAttribute|start|index|appendChild|text|javascript|createElement|___location|head|getElementById|getElementsByName|pageArea|of|active|29|entry|encodeURIComponent|23|blog|totalResults|html|pager|openSearch|20'.split('|'),0,{}))', 2085 => '//]]>', 2086 => '</script>', 2087 => '</b:if>', 2088 => '', 2089 => '<!-- Facebook SDK -->', 2090 => '<script type='text/javascript'>', 2091 => '//<![CDATA[', 2092 => '(function(d, s, id) {', 2093 => ' var js, fjs = d.getElementsByTagName(s)[0];', 2094 => ' if (d.getElementById(id)) return;', 2095 => ' js = d.createElement(s); js.id = id;', 2096 => ' js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0';', 2097 => ' fjs.parentNode.insertBefore(js, fjs);', 2098 => '}(document, 'script', 'facebook-jssdk'));', 2099 => '//]]>', 2100 => '</script> ', 2101 => '<!-- Overlay and Back To Top --> ', 2102 => ' <div class='back-top' title='Back to Top'/>', 2103 => '</body>', 2104 => '</html>' ]
Lines removed in edit (removed_lines)
[ 0 => '{{Short description|Software for editing HTML}}', 1 => '{{more citations needed|date=August 2019}}', 2 => '{{Use dmy dates|date=December 2021}}', 3 => '{{Html series}}', 4 => 'An '''HTML editor''' is a [[Computer program|program]] for editing [[HTML]], the [[Markup language|markup]] of a [[web page]]. Although the HTML markup in a web page can be controlled with any [[text editor]], specialized HTML editors can offer convenience and added functionality. For example, many HTML editors handle not only HTML, but also related technologies such as [[Cascading Style Sheets|CSS]], [[XML]] and [[JavaScript]] or [[ECMAScript]]. In some cases they also manage communication with remote web servers via [[File Transfer Protocol|FTP]] and [[WebDAV]], and [[version control systems]] such as [[Subversion (software)|Subversion]] or [[Git (software)|Git]]. Many [[word processing]], [[graphic design]] and [[page layout]] programs that are not dedicated to [[web design]], such as [[Microsoft Word]] or [[Quark XPress]], also have the ability to function as HTML editors.', 5 => '==Types of editors==', 6 => 'There are two main varieties of HTML editors: text and [[WYSIWYG]] (what you see is what you get) editors.', 7 => '===Text editors===', 8 => '[[Text editors]] intended for use with HTML usually provide at least [[syntax highlighting]]. Some editors additionally feature [[template (file format)|templates]], [[toolbar]]s and [[keyboard shortcut]]s to quickly insert common [[HTML element]]s and structures. [[Wizard (software)|Wizards]], [[tooltip]] prompts and [[Autocomplete|autocompletion]] may help with common tasks.', 9 => 'Text editors commonly used for HTML typically include either built-in functions or integration with external tools for such tasks as [[version control]], link-checking and [[Validator|validation]], [[HTML Tidy|code cleanup and formatting]], spell-checking, uploading by FTP or WebDAV, and structuring as a project. Some functions, such as link checking or validation may use [[web app|online tools]], requiring a network connection.', 10 => 'Text editors require user understanding of HTML and any other web technologies the designer wishes to use like CSS, JavaScript and [[server-side scripting]] languages.', 11 => 'To ease this requirement, some editors allow editing of the markup in more [[graphic organizer|visually organized]] modes than simple color highlighting, but in modes not considered WYSIWYG. These editors typically include the option of using [[palette window]]s or [[dialog box]]es to edit the text-based parameters of selected [[Object (computer science)|objects]]. These palettes allow editing parameters in individual fields, or inserting new tags by filling out an onscreen form, and may include additional [[widget (computing)|widgets]] to present and select options when editing parameters (such as previewing an image or text styles) or an outline editor to expand and collapse HTML objects and properties.', 12 => '===WYSIWYG HTML editors===', 13 => '{{unreferenced section|date=September 2016}}', 14 => '[[Image:W3c amaya 10 fullmode enwiki xfce4therapy.png|thumb|250px|[[Amaya (web browser)|Amaya]] 10 HTML editor]]', 15 => 'WYSIWYG HTML editors provide an editing interface which resembles how the page will be displayed in a [[web browser]]. Because using a WYSIWYG editor may not require any HTML knowledge, they are often easier for an inexperienced computer user to get started with.', 16 => 'The WYSIWYG view is achieved by embedding a [[Browser engine|layout engine]]. This may be custom-written or based upon one used in a web browser. The goal is that, at all times during editing, the [[rendering (computer graphics)|rendered]] result should represent what will be seen later in a typical web browser.', 17 => '[[WYSIWYM]] (what you see is what you ''mean'') is an alternative paradigm to WYSIWYG editors. Instead of focusing on the format or presentation of the document, it preserves the intended meaning of each element. For example, page headers, sections, paragraphs, etc. are labeled as such in the editing program, and displayed appropriately in the browser.', 18 => '====Difficulties in achieving WYSIWYG====', 19 => 'A given HTML document will have an inconsistent appearance on various [[Computing platform|platforms]] and computers for several reasons:', 20 => ';Different browsers and applications will render the same markup differently.', 21 => ':The same page may display slightly differently, by example, in [[Google Chrome|Chrome]], [[Safari (web browser)|Safari]], [[Microsoft Edge|Edge]], [[Internet Explorer]] and [[Firefox]] on a high-resolution screen, but it will look very different in the perfectly valid text-only [[Lynx (browser)|Lynx]] browser. It needs to be rendered differently again on a [[Personal digital assistant|PDA]], an [[Digital television|internet-enabled television]] and on a [[mobile phone]]. Usability in a [[Voice browser|speech]] or [[braille]] browser, or via a [[Screen reader|screen-reader]] working with a conventional browser, will place demands on entirely different{{clarify|date=October 2020}} aspects of the underlying HTML. All an author can do is suggest an appearance.', 22 => ';Web browsers, like all computer software, have [[computer bug|bugs]]', 23 => ':They may not conform to current [[Web standards|standards]]. It is hopeless to try to design Web pages around all of the common browsers' current bugs: each time a new version of each browser comes out, a significant proportion of the [[World Wide Web]] would need re-coding to suit the new bugs and the new fixes. It is generally considered much wiser to design to standards, staying away from 'bleeding edge' features until they settle down, and then wait for the browser developers to catch up to your pages, rather than the other way round.<ref>{{cite web|url=http://www.w3.org/People/Bos/DesignGuide/designguide.html |title=An essay on W3C's design principles |publisher=W3.org |access-date=2013-10-23}}</ref> For instance, no one can argue that CSS is still 'cutting edge' as there is now widespread support available in common browsers for all the major features,<ref>{{cite web|url=http://www.w3.org/Style/CSS/#browsers |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref> even if many WYSIWYG and other editors have not yet entirely caught up.<ref>{{cite web|url=http://www.w3.org/Style/CSS/#editors |title=Cascading Style Sheets |publisher=W3.org |access-date=2013-10-23}}</ref>', 24 => ';A single visual style can represent multiple semantic meanings', 25 => ':Semantic meaning, derived from the underlying structure of the HTML document, is important for search engines and also for various accessibility tools. On paper we can tell from context and experience whether bold text represents a title, or emphasis, or something else. But it is very difficult to convey this distinction in a WYSIWYG editor. Simply making a piece of text bold in a WYSIWYG editor is not sufficient to tell the reader *why* the text is bold – what the boldness represents semantically.', 26 => ';Modern web sites are rarely constructed in a way that makes WYSIWYG useful', 27 => ':Modern web sites typically use a [[content management system]] or some other [[template processor]]-based means of constructing pages on the fly using content stored in a database. Individual pages are never stored in a filesystem as they may be designed and edited in a WYSIWYG editor, thus some form of abstracted template-based layout is inevitable, invalidating one of the main benefits of using a WYSIWYG editor.', 28 => '==Valid HTML markup==', 29 => 'HTML is a structured [[markup language]]. There are certain rules on how HTML must be written if it is to conform to [[W3C]] standards for the World Wide Web. Following these rules means that web sites are accessible on all types and makes of computer, to able-bodied and people with disabilities, and also on [[wireless]] devices like mobile phones and PDAs, with their limited bandwidths and screen sizes. However, most HTML documents on the web do not meet the requirements of W3C standards. In a study conducted in 2011 on the 350 most popular web sites (selected by the Alexa index), 94 percent of websites fail the web standards markup and style sheet validation tests, or apply character encoding improperly. Even those syntactically correct documents may be inefficient due to an unnecessary use of repetition, or based upon rules that have been [[Deprecation|deprecated]] for some years.', 30 => 'Current W3C recommendations on the use of CSS with HTML were first formalised by W3C in 1996<ref>{{cite web|url=http://www.w3.org/TR/CSS1 |title=Cascading Style Sheets, level 1 |publisher=W3.org |access-date=2013-10-23}}</ref> and have been revised and refined since then.<ref>http://www.w3.org/TR/CSS21/ W3C's current CSS recommendation</ref><ref>http://www.w3.org/TR/xhtml11/ W3C's current HTML recommendation</ref>', 31 => 'These guidelines emphasise the separation of content (HTML or XHTML) from style (CSS). This has the benefit of delivering the style information once for a whole site, not repeated in each page, let alone in each HTML element. WYSIWYG editor designers have been struggling ever since with how best to present these concepts to their users without confusing them by exposing the underlying reality. Modern WYSIWYG editors all succeed in this to some extent, but none of them has succeeded entirely.', 32 => 'However a web page was created or edited, WYSIWYG or by hand, in order to be successful among the greatest possible number of readers and viewers, as well as to maintain the 'worldwide' value of the Web itself, first and foremost it should consist of valid markup and code.<ref name="RefactoringHtml">{{cite book', 33 => '|title=Refactoring HTML', 34 => '|last=Harold', 35 => '|first=Elliotte Rusty', 36 => '|year=2008', 37 => '|publisher=Addison Wesley', 38 => '|___location=Boston', 39 => '|isbn=978-0-321-50363-3', 40 => '}}</ref> It should not be considered ready for the World Wide Web, until its HTML and CSS syntax have been successfully [[Validator|validated]] using either the free W3C validator services ([http://validator.w3.org/ W3C HTML Validator] and [http://jigsaw.w3.org/css-validator/ W3C CSS Validator]) or some other trustworthy alternatives.<ref name="RefactoringHtml"/>', 41 => '[[Accessibility]] of web pages by those with physical, eyesight or other disabilities is not only a good idea considering the ubiquity and importance of the web in modern society, but is also mandated by law. In the U.S., the [[Americans with Disabilities Act]] and in the UK, the [[Disability Discrimination Act]] place requirement on web sites operated by publicly funded organizations. In many other countries similar laws either already exist or soon will.<ref name="RefactoringHtml"/> [[Web Content Accessibility Guidelines|Making pages accessible]] is more complex than just making them valid; that is a prerequisite but there are many other factors to be considered.<ref>{{cite web|url=http://www.w3.org/TR/WCAG20/|title=Web Content Accessibility Guidelines (WCAG) 2.0|publisher=W3.org|year=2008|access-date=2013-10-23}}</ref> Good web design, whether done using a WYSIWYG tool or not needs to take account of these too.', 42 => 'Whatever software tools are used to design, create and maintain web pages, the quality of the underlying HTML is dependent on the skill of the person who works on the page. Some knowledge of HTML, CSS and other scripting languages as well as a familiarity with the current W3C recommendations in these areas will help any designer produce better web pages, with a WYSIWYG HTML editor and without.<ref>{{cite web|url=http://www.w3.org/MarkUp/Guide/ |title=Dave Raggett's Introduction to HTML |publisher=W3.org |date=2005-05-24 |access-date=2013-10-23}}</ref>', 43 => '==See also==', 44 => '*[[Comparison of HTML editors]]', 45 => '*[[List of HTML editors]]', 46 => '*[[Web template system]]', 47 => '*[[Website builder]]', 48 => '*[[Validator]]', 49 => '==References==', 50 => '{{Reflist}}', 51 => '{{HTML editors}}', 52 => '{{DEFAULTSORT:Html Editor}}', 53 => '[[Category:HTML editors| ]]', 54 => '[[Category:Web design]]' ]
Parsed HTML source of the new revision (new_html)
'<div class="mw-parser-output"><p>&lt;?xml version="1.0" encoding="UTF-8"&#160;?&gt; &lt;!DOCTYPE html&gt; &lt;html b:css='false' b:defaultwidgetversion='2' b:layoutsVersion='3' b:responsive='true' b:templateVersion='1.0.0' expr:class='data:blog.languageDirection' expr:dir='data:blog.languageDirection' xmlns='<a rel="nofollow" class="external free" href="http://www.w3.org/1999/xhtml&#39;">http://www.w3.org/1999/xhtml'</a> xmlns:b='<a rel="nofollow" class="external free" href="http://www.google.com/2005/gml/b&#39;">http://www.google.com/2005/gml/b'</a> xmlns:data='<a rel="nofollow" class="external free" href="http://www.google.com/2005/gml/data&#39;">http://www.google.com/2005/gml/data'</a> xmlns:expr='<a rel="nofollow" class="external free" href="http://www.google.com/2005/gml/expr&#39;">http://www.google.com/2005/gml/expr'</a>&gt; </p> <pre> &lt;head&gt; &lt;meta content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1' name='viewport'/&gt; &lt;title&gt;&lt;data:view.title.escaped/&gt;&lt;/title&gt; &lt;b:include data='blog' name='all-head-content'/&gt; </pre> <p>&lt;b:if cond='data:view.isHomepage'&gt; </p> <pre>&lt;script type='application/ld+json'&gt;{&quot;@context&quot;:&quot;<a rel="nofollow" class="external free" href="http://schema.org%22,%22@type%22:%22WebSite%22,%22name%22:%22">http://schema.org%22,%22@type%22:%22WebSite%22,%22name%22:%22</a>&lt;data:view.title.escaped/&gt;&quot;,&quot;url&quot;:&quot;&lt;data:view.url.canonical/&gt;&quot;,&quot;potentialAction&quot;:{&quot;@type&quot;:&quot;SearchAction&quot;,&quot;target&quot;:&quot;&lt;data:view.url.canonical/&gt;search?q={search_term_string}&quot;,&quot;query-input&quot;:&quot;required name=search_term_string&quot;}}&lt;/script&gt; &lt;/b:if&gt; &lt;link href='//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i' media='all' rel='stylesheet' type='text/css'/&gt; &lt;link href='<a rel="nofollow" class="external free" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css&#39;">https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'</a> rel='stylesheet'/&gt; </pre> <p>&lt;b:skin version='1.0.0'&gt;&lt;![CDATA[/* </p> <hr /> <p>Blogger Template Style Name: Video Version: Free Version Version: 2.0 Author: Sora Templates Author Url: <a rel="nofollow" class="external free" href="https://www.soratemplates.com/">https://www.soratemplates.com/</a> </p> <hr /><p> */ </p><p>/* &lt;Variable name="keycolor" description="Main Color" type="color" default="$(main.color)" value="#f12020"/&gt; &lt;Variable name="followByEmail" description="Follow By Email Text" type="string" default="Get all latest content delivered straight to your inbox." value="Get all latest content delivered straight to your inbox."/&gt; </p><p>&lt;Group description="Theme Body" selector="body"&gt; </p> <pre> &lt;Variable name="body.background.color" description="Body Background Color" type="color" default="#f8f8f8" value="#f8f8f8"/&gt; &lt;Variable name="body.background" description="Background" type="background" color="$(body.background.color)" default="$(color) url() repeat fixed top left" value="$(color) url() repeat fixed top left"/&gt; &lt;Variable name="body.text.color" description="Text Color" type="color" default="#656565" value="#656565"/&gt; &lt;Variable name="body.link.color" description="Link Color" type="color" default="$(main.color)" value="#f12020"/&gt; </pre> <p>&lt;/Group&gt; </p><p>&lt;Group description="Theme Colors" selector="body"&gt; </p> <pre>&lt;Variable name="main.color" description="Theme Color" type="color" default="#f12020" value="#f12020"/&gt; &lt;Variable name="main.dark.color" description="Dark Color" type="color" default="#111111" value="#111111"/&gt; &lt;Variable name="menu.color" description="Menu Color" type="color" default="#ffffff" value="#ffffff"/&gt; &lt;Variable name="title.color" description="Title Color" type="color" default="#111111" value="#111111"/&gt; &lt;Variable name="title.hover" description="Title Color on Hover" type="color" default="$(main.color)" value="#f12020"/&gt; &lt;Variable name="footer.color" description="Footer Color" type="color" default="#f1ffff" value="#f1ffff"/&gt; </pre> <p>&lt;/Group&gt; </p><p>&lt;Variable name="body.text.font" description="Font" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/&gt; &lt;Variable name="posts.background.color" description="Post background color" hideEditor="true" type="color" default="#ffffff" value="#ffffff"/&gt; &lt;Variable name="tabs.font" description="Font 2" hideEditor="true" type="font" default="14px Noto Sans, sans-serif" value="14px Noto Sans, sans-serif"/&gt; &lt;Variable name="posts.title.color" description="Post title color" hideEditor="true" type="color" default="#111111" value="#111111"/&gt; &lt;Variable name="posts.text.color" description="Post text color" hideEditor="true" type="color" default="#656565" value="#656565"/&gt; &lt;Variable name="posts.icons.color" description="Post icons color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/&gt; &lt;Variable name="labels.background.color" description="Label background color" hideEditor="true" type="color" default="$(main.color)" value="#f12020"/&gt; </p> <ul><li>/</li></ul> <p>/*-- Reset CSS --*/ a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;text-decoration:none}form,textarea,input,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}dl,ul{list-style-position:inside;font-weight:400;list-style:none}ul li{list-style:none}caption,th{text-align:center}img{border:none;position:relative}a,a:visited{text-decoration:none}.clearfix{clear:both}.section,.widget,.widget ul{margin:0;padding:0}a{color:$(body.link.color)}a img{border:0}abbr{text-decoration:none}.CSS_LIGHTBOX{z-index:999999!important}.separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}#navbar-iframe,.widget-item-control,a.quickedit,.home-link,.feed-links{display:none!important}.center{display:table;margin:0 auto;position:relative}.widget &gt; h2,.widget &gt; h3{display:none} .post-body a:visited{color:blue;} </p> <pre>.CSS_LIGHTBOX{z-index:999999!important}.CSS_LIGHTBOX_ATTRIBUTION_INDEX_CONTAINER .CSS_HCONT_CHILDREN_HOLDER &gt; .CSS_LAYOUT_COMPONENT.CSS_HCONT_CHILD:first-child &gt; .CSS_LAYOUT_COMPONENT{opacity:0}#google_translate_element { clear: both; }.thread-expanded .thread-count a { display: none; }.comments .continue { display: none!important; } </pre> <p>/*-- Body Content CSS --*/ body{background:$(body.background);background-color:$(body.background.color);font-family:'Noto Sans',sans-serif;font-size:14px;font-weight:400;color:$(body.text.color);word-wrap:break-word;margin:0;padding:0} </p> <ol><li>outer-wrapper{margin:0 auto;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)}</li></ol> <p>.row{width:960px} </p> <ol><li>content-wrapper{margin:30px auto 0;overflow:hidden}</li> <li>content-wrapper &gt; .container{margin:0 -15px}</li> <li>main-wrapper{float:left;overflow:hidden;width:66.66666667%;box-sizing:border-box;word-wrap:break-word;padding:0 15px;margin:0}</li> <li>sidebar-wrapper{float:right;overflow:hidden;width:33.33333333%;box-sizing:border-box;word-wrap:break-word;padding:0 15px}</li></ol> <p>.post-image-wrap{position:relative;display:block} .post-image-link,.about-author .avatar-container,.comments .avatar-image-container{background-color:rgba(155,155,155,0.07);color:transparent!important} .post-thumb{ </p> <pre> display:block; position:relative; width:100%; height:100%; object-fit:cover; object-position: center; z-index:1; opacity: 0; transition:opacity .17s ease,transform .17s ease </pre> <p>} .post-thumb.lazy-yard { </p> <pre> opacity: 1; </pre> <p>} .post-image-link:hover .post-thumb,.post-image-wrap:hover .post-image-link .post-thumb,.hot-item-inner:hover .post-image-link .post-thumb{opacity:.9} .post-title a{display:block} .post-image-link:after{content:'\f04b';position:absolute;top:calc(50% - 17px);left:calc(50% - 17px);width:36px;height:36px;background-color:rgba(0,0,0,0.5);font-family:FontAwesome;font-size:14px;color:#fff;font-weight:400;text-align:center;line-height:32px;z-index:2;box-sizing:border-box;padding:0 0 0 3px;border:2px solid #fff;border-radius:100%} .common-widget .PopularPosts .post-image-link:after,.custom-widget .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff} </p> <ol><li>top-bar{width:100%;height:34px;background-color:$(main.dark.color);overflow:hidden;margin:0;border-bottom:1px solid rgba(255,255,255,0.05)}</li> <li>top-bar .container{margin:0 auto}</li></ol> <p>.top-bar-nav{position:relative;float:left;display:block} .top-bar-nav .widget &gt; .widget-title{display:none} .top-bar-nav ul li{float:left} .top-bar-nav ul li &gt; a{height:34px;display:block;color:#ddd;font-size:12px;font-weight:400;line-height:34px;margin:0 10px 0 0;padding:0 5px;transition:color .17s} .top-bar-nav ul li:first-child &gt; a{padding:0 5px 0 0} .top-bar-nav ul &gt; li:hover &gt; a{color:$(main.color)} .top-bar-social{position:relative;float:right;display:block} .top-bar-social .widget &gt; .widget-title{display:none} .top-bar-social ul &gt; li{float:left;display:inline-block} .top-bar-social ul &gt; li &gt; a{line-height:34px;display:block;color:#ddd;text-decoration:none;font-size:14px;text-align:center;padding:0 5px;margin:0 0 0 10px;transition:color .17s} .top-bar-social ul &gt; li:last-child &gt; a{padding:0 0 0 5px} .top-bar-social ul &gt; li:hover &gt; a{color:$(main.color)} .social a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400} .social .blogger a:before{content:"\f37d"} .social .facebook a:before{content:"\f09a"} .social .twitter a:before{content:"\f099"} .social .gplus a:before{content:"\f0d5"} .social .rss a:before{content:"\f09e"} .social .youtube a:before{content:"\f167"} .social .skype a:before{content:"\f17e"} .social .stumbleupon a:before{content:"\f1a4"} .social .tumblr a:before{content:"\f173"} .social .vk a:before{content:"\f189"} .social .stack-overflow a:before{content:"\f16c"} .social .github a:before{content:"\f09b"} .social .linkedin a:before{content:"\f0e1"} .social .dribbble a:before{content:"\f17d"} .social .soundcloud a:before{content:"\f1be"} .social .behance a:before{content:"\f1b4"} .social .digg a:before{content:"\f1a6"} .social .instagram a:before{content:"\f16d"} .social .pinterest a:before{content:"\f0d2"} .social .twitch a:before{content:"\f1e8"} .social .delicious a:before{content:"\f1a5"} .social .codepen a:before{content:"\f1cb"} .social .reddit a:before{content:"\f1a1"} .social .whatsapp a:before{content:"\f232"} .social .snapchat a:before{content:"\f2ac"} .social .email a:before{content:"\f0e0"} .social .external-link a:before{content:"\f35d"} .social-color .blogger a{background-color:#ff5722} .social-color .facebook a{background-color:#3b5999} .social-color .twitter a{background-color:#00acee} .social-color .gplus a{background-color:#db4a39} .social-color .youtube a{background-color:#f50000} .social-color .instagram a{background:linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)} .social-color .pinterest a{background-color:#ca2127} .social-color .dribbble a{background-color:#ea4c89} .social-color .linkedin a{background-color:#0077b5} .social-color .tumblr a{background-color:#365069} .social-color .twitch a{background-color:#6441a5} .social-color .rss a{background-color:#ffc200} .social-color .skype a{background-color:#00aff0} .social-color .stumbleupon a{background-color:#eb4823} .social-color .vk a{background-color:#4a76a8} .social-color .stack-overflow a{background-color:#f48024} .social-color .github a{background-color:#24292e} .social-color .soundcloud a{background:linear-gradient(#ff7400,#ff3400)} .social-color .behance a{background-color:#191919} .social-color .digg a{background-color:#1b1a19} .social-color .delicious a{background-color:#0076e8} .social-color .codepen a{background-color:#000} .social-color .reddit a{background-color:#ff4500} .social-color .whatsapp a{background-color:#3fbb50} .social-color .snapchat a{background-color:#ffe700} .social-color .email a{background-color:#888} .social-color .external-link a{background-color:$(main.dark.color)} </p> <ol><li>header-wrap{position:relative;margin:0}</li></ol> <p>.header-header{background-color:$(main.dark.color);width:100%;height:90px;position:relative;overflow:hidden;padding:25px 0} .header-header .container{position:relative;margin:0 auto;padding:0} .header-logo{position:relative;float:left;width:auto;max-width:250px;max-height:60px;margin:0;padding:15px 0} .header-logo .header-image-wrapper{display:block} .header-logo img{max-width:100%;max-height:60px;margin:0} .header-logo h1{color:$(title.color);font-size:20px;line-height:1.4em;margin:0} .header-logo p{font-size:12px;margin:5px 0 0} .header-ads{position:relative;float:right} .header-ads .widget &gt; .widget-title{display:none} .header-ads .widget{max-width:100%} .header-ads .widget .widget-content{width:728px;max-width:100%;max-height:90px;line-height:1} .header-menu{position:relative;width:100%;height:46px;background-color:$(main.color);z-index:10;font-size:13px;margin:0} .header-menu .container{position:relative;margin:0 auto;padding:0} </p> <ol><li>main-menu .widget,#main-menu .widget &gt; .widget-title{display:none}</li> <li>main-menu .show-menu{display:block}</li> <li>main-menu{position:relative;height:46px;z-index:15}</li> <li>main-menu ul &gt; li{float:left;position:relative;margin:0;padding:0;transition:background .17s}</li> <li>main-menu ul &gt; li &gt; a{position:relative;color:$(menu.color);font-size:13px;font-weight:700;line-height:46px;display:inline-block;margin:0;padding:0 13px;transition:color .17s ease}</li> <li>main-menu ul#main-menu-nav &gt; li:first-child &gt; a{padding:0 13px 0 0}</li> <li>main-menu ul#main-menu-nav &gt; li &gt; a{text-transform:uppercase}</li> <li>main-menu ul &gt; li:hover &gt; a{color:#fff}</li> <li>main-menu ul &gt; li &gt; ul{position:absolute;float:left;left:0;top:46px;width:180px;background-color:$(main.dark.color);z-index:99999;margin-top:0;padding:0;border:0;box-shadow:0 3px 5px rgba(0,0,0,0.2);visibility:hidden;opacity:0}</li> <li>main-menu ul &gt; li &gt; ul &gt; li &gt; ul{position:absolute;float:left;top:0;left:100%;margin-left:0;border:0}</li> <li>main-menu ul &gt; li &gt; ul &gt; li{display:block;float:none;position:relative}</li> <li>main-menu ul &gt; li &gt; ul &gt; li a{display:block;height:36px;font-size:13px;color:#fff;font-weight:400;line-height:36px;box-sizing:border-box;margin:0;padding:0 15px;border-bottom:1px solid rgba(0,0,0,0.15);transition:all .17s ease}</li> <li>main-menu ul &gt; li &gt; ul &gt; li:hover &gt; a{color:$(main.color)}</li> <li>main-menu ul &gt; li &gt; ul &gt; li:last-child a{border-bottom:0}</li> <li>main-menu ul &gt; li.has-sub &gt; a:after{content:'\f107';float:right;font-family:FontAwesome;font-size:14px;font-weight:400;margin:0 0 0 3px}</li> <li>main-menu ul &gt; li &gt; ul &gt; li.has-sub &gt; a:after{content:'\f105';float:right;margin:0}</li> <li>main-menu .mega-menu{position:static!important}</li> <li>main-menu .mega-menu &gt; ul{width:100%;box-sizing:border-box;padding:20px 10px}</li> <li>main-menu .mega-menu &gt; ul.mega-menu-inner{overflow:hidden}</li> <li>main-menu ul &gt; li:hover &gt; ul,#main-menu ul &gt; li &gt; ul &gt; li:hover &gt; ul{visibility:visible;opacity:1}</li> <li>main-menu ul ul{transition:all .17s ease}</li></ol> <p>.mega-menu-inner .mega-item{float:left;width:25%;box-sizing:border-box;padding:0 10px} .mega-menu-inner .mega-content{position:relative;width:100%;overflow:hidden;padding:0} .mega-content .post-image-wrap{width:100%;height:140px} .mega-content .post-image-link{width:100%;height:100%;z-index:1;display:block;position:relative;overflow:hidden} .mega-content .post-title{position:relative;font-size:13px;font-weight:700;line-height:1.5em;margin:7px 0 5px} .mega-content .post-title a{display:block;color:#fff;transition:color .17s} .mega-content:hover .post-title a{color:$(title.hover)} .no-posts{float:left;width:100%;height:100px;line-height:100px;text-align:center} .mega-menu .no-posts{line-height:60px;color:$(title.color)} .show-search,.hide-search{position:absolute;right:0;top:0;display:block;width:46px;height:46px;line-height:46px;z-index:20;color:$(menu.color);font-size:15px;text-align:right;cursor:pointer;transition:color .17s ease} .show-search:before{content:"\f002";font-family:FontAwesome;font-weight:400} .hide-search:before{content:"\f00d";font-family:FontAwesome;font-weight:400} .show-search:hover,.hide-search:hover{color:#fff} </p> <ol><li>nav-search{display:none;position:absolute;left:0;top:0;width:100%;height:46px;z-index:99;background-color:$(main.color);box-sizing:border-box;padding:0}</li> <li>nav-search .search-form{width:100%;height:46px;background-color:rgba(0,0,0,0);line-height:46px;overflow:hidden;padding:0}</li> <li>nav-search .search-input{width:100%;height:46px;font-family:inherit;color:$(menu.color);margin:0;padding:0 70px 0 0;background-color:rgba(0,0,0,0);font-size:13px;font-weight:400;box-sizing:border-box;border:0}</li> <li>nav-search .search-input:focus{color:$(menu.color);outline:none}</li> <li>mobile-logo .widget &gt; .widget-title &gt; h3{display:none}</li></ol> <p>.mobile-header{display:none;position:relative;float:left;width:100%;height:55px;background-color:$(main.dark.color);z-index:1010} .mobile-header .logo-content{position:relative;float:left;display:block;width:100%;height:55px;text-align:center;z-index:2} .mobile-header .logo-content &gt; a{height:35px;display:inline-block;padding:10px 0} .mobile-header .logo-content &gt; a &gt; img{height:35px} .mobile-header .logo-content &gt; h3{font-size:20px;height:35px;line-height:35px;margin:10px 0 0} .mobile-header .logo-content &gt; h3 &gt; a{color:#fff} .mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0} .mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-family:inherit;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0} .mobile-search-form{position:absolute;display:none;z-index:4;background-color:$(main.dark.color);width:100%;height:55px;left:0;top:0} .mobile-search-form .mobile-search-input{background-color:$(main.dark.color);display:block;width:calc(100% - 55px);height:55px;font-size:13px;font-weight:400;color:#fff;box-sizing:border-box;padding:0 20px;border:0} .slide-menu-toggle,.show-mobile-search,.hide-mobile-search{position:absolute;line-height:55px;height:55px;width:55px;top:0;left:0;font-family:FontAwesome;color:#fff;font-size:17px;font-weight:400;text-align:center;cursor:pointer;z-index:4;padding:0} .slide-menu-toggle{border-right:1px solid rgba(255,255,255,0.08)} .show-mobile-search,.hide-mobile-search{border-left:1px solid rgba(255,255,255,0.08);left:auto;right:0} .slide-menu-toggle:before{content:"\f0c9"} .nav-active .slide-menu-toggle:before{content:"\f00d"} .show-mobile-search:before{content:"\f002"} .hide-mobile-search:before{content:"\f00d"} .mobile-menu{position:relative;float:left;width:100%;background-color:$(main.dark.color);box-sizing:border-box;padding:20px;border-top:1px solid rgba(255,255,255,0.08);visibility:hidden;opacity:0;transform-origin:0 0;transform:scaleY(0);transition:all .17s ease} .nav-active .mobile-menu{visibility:visible;opacity:1;transform:scaleY(1)} .mobile-menu &gt; ul{margin:0} .mobile-menu .m-sub{display:none;padding:0} .mobile-menu ul li{position:relative;display:block;overflow:hidden;float:left;width:100%;font-size:13px;font-weight:700;text-transform:uppercase;line-height:38px;margin:0;padding:0;border-top:1px solid rgba(255,255,255,0.01)} .mobile-menu &gt; ul li ul{overflow:hidden} .mobile-menu &gt; ul &gt; li:first-child{border-top:0} .mobile-menu ul li a{color:#fff;padding:0;display:block;transition:all .17s ease} .mobile-menu ul li.has-sub .submenu-toggle{position:absolute;top:0;right:0;color:#fff;cursor:pointer} .mobile-menu ul li.has-sub .submenu-toggle:after{content:'\f105';font-family:FontAwesome;font-weight:400;float:right;width:34px;font-size:16px;text-align:center;transition:all .17s ease} .mobile-menu ul li.has-sub.show &gt; .submenu-toggle:after{transform:rotate(90deg)} .mobile-menu &gt; ul &gt; li &gt; ul &gt; li a{font-size:13px;text-transform:initial;font-weight:400} .mobile-menu &gt; ul &gt; li &gt; ul &gt; li &gt; a{color:#fff;opacity:.7;padding:0 0 0 15px} .mobile-menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{color:#fff;opacity:.7;padding:0 0 0 30px} .mobile-menu ul li a:hover,.mobile-menu ul &gt; li &gt; .submenu-toggle:hover{color:$(main.color)} .post-meta{overflow:hidden;color:#aaa;font-size:12px;font-weight:400;padding:0 1px} .post-meta .post-author,.post-meta .post-date{float:left;display:inline-block;margin:0} .post-meta .post-author:after{content:'-';margin:0 4px} .post-author{font-weight:700} .post-meta a{color:$(title.color);transition:color .17s} .post-meta a:hover{color:$(title.color)} </p> <ol><li>hot-wrapper{margin:0 auto}</li> <li>hot-section .widget,#hot-section .widget &gt; .widget-title{display:none}</li> <li>hot-section .show-hot{display:block!important}</li> <li>hot-section .show-hot .widget-content{position:relative;overflow:hidden;height:320px;margin:30px 0 0}</li></ol> <p>.hot-loader{position:relative;height:100%;overflow:hidden;display:block} .hot-loader:after{content:<i>;position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-17px 0 0 -17px;border:4px solid #ddd;border-left-color:$(main.color);border-right-color:$(main.color);border-radius:100%;animation:spinner .8s infinite linear;transform-origin:center}</i> @-webkit-keyframes spinner { 0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} to{-webkit-transform:rotate(1turn);transform:rotate(1turn)} } @keyframes spinner { 0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} to{-webkit-transform:rotate(1turn);transform:rotate(1turn)} } ul.hot-posts{position:relative;overflow:hidden;height:320px;margin:0 -1px} .hot-posts .hot-item{position:relative;float:left;width:50%;height:320px;overflow:hidden;box-sizing:border-box;padding:0 1px} .hot-item-inner{position:relative;float:left;width:100%;height:100%;overflow:hidden;display:block} .hot-posts .post-image-link{width:100%;height:100%;position:relative;overflow:hidden;display:block} .hot-posts .post-info{position:absolute;bottom:0;left:0;width:100%;background-image:linear-gradient(rgba(0,0,0,0),#000);overflow:hidden;z-index:5;box-sizing:border-box;padding:20px} .hot-posts .post-title{font-size:23px;font-weight:700;display:block;line-height:1.5em;margin:10px 0 5px} .hot-posts .post-title a{color:#fff;display:block} .hot-posts .post-image-link:after{top:20px;right:20px;left:auto} .hot-posts .post-meta a{color:#fff} .show-hot .no-posts{position:absolute;top:calc(50% - 50px);left:0;width:100%} .queryMessage{overflow:hidden;background-color:#f2f2f2;color:$(title.color);font-size:13px;font-weight:400;padding:8px 10px;margin:0 0 25px} .queryMessage .query-info{margin:0 5px} .queryMessage .search-query,.queryMessage .search-label{font-weight:700;text-transform:uppercase} .queryMessage .search-query:before,.queryMessage .search-label:before{content:"\201c"} .queryMessage .search-query:after,.queryMessage .search-label:after{content:"\201d"} .queryMessage a.show-more{float:right;color:$(title.hover);text-decoration:underline;transition:opacity .17s} .queryMessage a.show-more:hover{opacity:.8} .queryEmpty{font-size:13px;font-weight:400;padding:10px 0;margin:0 0 25px;text-align:center} .title-wrap{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)} .title-wrap &gt; h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0} .custom-widget li{overflow:hidden;margin:20px 0 0} .custom-widget li:first-child{padding:0;margin:0;border:0} .custom-widget .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0} .custom-widget .post-info{overflow:hidden} .custom-widget .post-title{overflow:hidden;font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px} .custom-widget .post-title a{display:block;color:$(title.color);transition:color .17s} .custom-widget li:hover .post-title a{color:$(title.hover)} .home-ad .widget &gt; .widget-title{display:none} .home-ad .widget{width:728px;max-width:100%;margin:0 auto} .home-ad .widget .widget-content{position:relative;width:100%;max-height:90px;overflow:hidden;line-height:1;margin:0 0 30px} .index-post-wrap{position:relative;float:left;width:100%} .blog-post{display:block;overflow:hidden;word-wrap:break-word} .index-post-wrap .grid-posts{display:flex;flex-wrap:wrap;margin:0 -15px} .index-post{width:50%;box-sizing:border-box;padding:0 15px;margin:0 0 30px} .index-post .post-image-wrap{float:left;width:100%;height:180px;overflow:hidden;margin:0 0 10px} .index-post .post-image-wrap .post-image-link{width:100%;height:100%;position:relative;display:block;z-index:1;overflow:hidden} .post-tag{position:absolute;top:0;left:0;height:20px;z-index:5;background-color:$(main.color);color:#fff;font-size:10px;line-height:20px;font-weight:700;text-transform:uppercase;padding:0 7px} .index-post .post-info{float:left;width:100%} .index-post .post-info &gt; h2{font-size:17px;font-weight:700;line-height:1.5em;text-decoration:none;margin:0} .index-post .post-info &gt; h2 &gt; a{display:block;color:$(title.color);transition:color .17s} .index-post:hover .post-info &gt; h2 &gt; a{color:$(title.hover)} .widget iframe,.widget img{max-width:100%} .date-header{display:block;overflow:hidden;font-weight:400;margin:0!important;padding:0} .index-post .post-meta{margin:10px 0 0} .post-timestamp{margin-left:0} </p> <ol><li>breadcrumb{font-size:12px;font-weight:400;color:#aaa;margin:0 0 10px}</li> <li>breadcrumb a{color:#aaa;transition:color .17s}</li> <li>breadcrumb a:hover{color:$(title.hover)}</li> <li>breadcrumb a,#breadcrumb em{display:inline-block}</li> <li>breadcrumb .delimiter:after{content:'\f054';font-family:FontAwesome;font-size:8px;font-weight:400;font-style:normal;vertical-align:middle;margin:0 3px}</li></ol> <p>.item-post h1.post-title{color:$(title.color);font-size:27px;line-height:1.5em;font-weight:700;position:relative;display:block;margin:10px 0;padding:0} .static_page .item-post h1.post-title{margin:0} .item-post .post-body{width:100%;line-height:1.5em;overflow:hidden;padding:20px 0 0;margin:10px 0 0;border-top:1px solid #ebebeb} .static_page .item-post .post-body{padding:20px 0} .item-post .post-outer{padding:0} .item-post .post-body img{max-width:100%} .main .widget{margin:0} .main .Blog{border-bottom-width:0} .post-footer{position:relative;float:left;width:100%;margin:20px 0 0} .inline-ad{position:relative;display:block;max-height:60px;margin:0 0 30px} .inline-ad &gt; ins{display:block!important;margin:0 auto!important} .item .inline-ad{float:left;width:100%;margin:20px 0 0} .item-post-wrap &gt; .inline-ad{margin:0 0 20px} .post-labels{overflow:hidden;height:auto;position:relative;margin:0 0 20px;padding:0} .post-labels span,.post-labels a{float:left;height:22px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:22px;font-weight:400;margin:0;padding:0 10px} .post-labels span{background-color:$(main.dark.color);color:#fff} .post-labels a{margin:0 0 0 5px;transition:all .17s ease} .post-labels a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)} .post-reactions{height:28px;display:block;margin:0 0 15px} .post-reactions span{float:left;color:$(title.color);font-size:11px;line-height:25px;text-transform:uppercase;font-weight:700} .reactions-inner{float:left;margin:0;height:28px} .post-share{position:relative;overflow:hidden;line-height:0;margin:0 0 30px} ul.share-links{position:relative} .share-links li{width:32px;float:left;box-sizing:border-box;margin:0 5px 0 0} .share-links li.facebook,.share-links li.twitter{width:20%} .share-links li a{float:left;display:inline-block;cursor:pointer;width:100%;height:32px;line-height:32px;color:#fff;font-weight:400;font-size:13px;text-align:center;box-sizing:border-box;opacity:1;transition:all .17s ease} .share-links li.whatsapp-mobile{display:none} .is-mobile li.whatsapp-desktop{display:none} .is-mobile li.whatsapp-mobile{display:inline-block} .share-links li a:before{float:left;display:block;width:32px;background-color:rgba(0,0,0,0.05);text-align:center;line-height:32px} .share-links li a:hover{opacity:.8} ul.post-nav{position:relative;overflow:hidden;display:block;margin:0 0 30px} .post-nav li{display:inline-block;width:50%} .post-nav .post-prev{float:left;text-align:left;box-sizing:border-box;padding:0 10px} .post-nav .post-next{float:right;text-align:right;box-sizing:border-box;padding:0 10px} .post-nav li a{color:$(title.color);line-height:1.4em;display:block;overflow:hidden;transition:color .17s} .post-nav li:hover a{color:$(title.hover)} .post-nav li span{display:block;font-size:11px;color:#aaa;font-weight:700;text-transform:uppercase;padding:0 0 2px} .post-nav .post-prev span:before{content:"\f053";float:left;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 2px 0 0} .post-nav .post-next span:after{content:"\f054";float:right;font-family:FontAwesome;font-size:10px;font-weight:400;text-transform:none;margin:0 0 0 2px} .post-nav p{font-size:12px;font-weight:400;line-height:1.4em;margin:0} .post-nav .post-nav-active p{color:#aaa} .about-author{position:relative;display:block;overflow:hidden;background-color:$(main.dark.color);padding:20px;margin:0 0 30px} .about-author .avatar-container{position:relative;float:left;width:80px;height:80px;background-color:rgba(255,255,255,0.05);overflow:hidden;margin:0 15px 0 0} .about-author .author-avatar{float:left;width:100%;height:100%} .author-name{overflow:hidden;display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;line-height:14px;margin:7px 0 3px} .author-name span{color:#fff} .author-name a{color:$(main.color);transition:opacity .17s} .author-name a:hover{opacity:.8} .author-description{display:block;overflow:hidden;font-size:12px;color:#aaa;font-weight:400;line-height:1.6em} .author-description a:hover{text-decoration:underline} </p> <ol><li>related-wrap{overflow:hidden;margin:0 0 30px}</li> <li>related-wrap .related-tag{display:none}</li></ol> <p>.related-ready{float:left;width:100%} .related-ready .loader{height:178px} ul.related-posts{position:relative;overflow:hidden;margin:0 -10px;padding:0} .related-posts .related-item{width:33.33333333%;position:relative;overflow:hidden;float:left;display:block;box-sizing:border-box;padding:0 10px;margin:0} .related-posts .post-image-link{width:100%;height:130px;position:relative;overflow:hidden;display:block} .related-posts .post-title{font-size:14px;font-weight:700;line-height:1.5em;display:block;margin:7px 0 5px} .related-posts .post-title a{color:$(title.color);transition:color .17s} .related-posts .related-item:hover .post-title a{color:$(title.hover)} </p> <ol><li>blog-pager{float:left;width:100%;overflow:hidden;clear:both;margin:0 0 30px}</li></ol> <p>.blog-pager a,.blog-pager span{float:left;display:block;min-width:32px;height:32px;background-color:$(main.dark.color);color:#fff;font-size:13px;font-weight:700;line-height:32px;text-align:center;box-sizing:border-box;padding:0 10px;margin:0 5px 0 0;transition:all .17s ease} .blog-pager span.page-dots{min-width:20px;background-color:#fff;font-size:16px;color:$(body.text.color);font-weight:400;line-height:32px;padding:0} .blog-pager .page-of{display:none;width:auto;float:right;border-color:rgba(0,0,0,0);margin:0} .blog-pager .page-active,.blog-pager a:hover{background-color:$(main.color);color:#fff;border-color:$(main.color)} .blog-pager .page-prev:before,.blog-pager .page-next:before{font-family:FontAwesome;font-size:11px;font-weight:400} .blog-pager .page-prev:before{content:'\f053'} .blog-pager .page-next:before{content:'\f054'} .blog-pager .blog-pager-newer-link,.blog-pager .blog-pager-older-link{float:left;display:inline-block;width:auto;padding:0 10px;margin:0} .blog-pager .blog-pager-older-link{float:right} .archive #blog-pager,.home .blog-pager .blog-pager-newer-link,.home .blog-pager .blog-pager-older-link{display:none} .blog-post-comments{display:none} .blog-post-comments .comments-title{margin:0 0 20px} .comments-system-disqus .comments-title,.comments-system-facebook .comments-title{margin:0} </p> <ol><li>comments{margin:0}</li> <li>gpluscomments{float:left!important;width:100%!important;margin:0 0 25px!important}</li> <li>gpluscomments iframe{float:left!important;width:100%}</li></ol> <p>.comments{display:block;clear:both;margin:0;color:$(title.color)} .comments .comment-thread &gt; ol{padding:0} .comments &gt; h3{font-size:13px;font-weight:400;font-style:italic;padding-top:1px} .comments .comments-content .comment{list-style:none;margin:0;padding:0 0 8px} .comments .comments-content .comment:first-child{padding-top:0} .facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important} .comments .item-control{position:static} .comments .avatar-image-container{float:left;overflow:hidden;position:absolute} .comments .avatar-image-container,.comments .avatar-image-container img{height:35px;max-height:35px;width:35px;max-width:35px;border-radius:100%} .comments .comment-block{overflow:hidden;padding:0 0 10px} .comments .comment-block,.comments .comments-content .comment-replies{margin:0 0 0 50px} .comments .comments-content .inline-thread{padding:0} .comments .comment-actions{float:left;width:100%;position:relative;margin:0} .comments .comments-content .comment-header{font-size:12px;display:block;overflow:hidden;clear:both;margin:0 0 3px;padding:0 0 5px;border-bottom:1px dashed #d6d6d6} .comments .comments-content .comment-header a{color:$(title.color);transition:color .17s} .comments .comments-content .comment-header a:hover{color:$(title.hover)} .comments .comments-content .user{font-style:normal;font-weight:700;text-transform:uppercase;display:block} .comments .comments-content .icon.blog-author{display:none} .comments .comments-content .comment-content{float:left;font-size:13px;color:#5E5E5E;font-weight:400;text-align:left;line-height:1.4em;margin:5px 0 9px} .comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:$(title.color);font-weight:400;background-color:#f2f2f2;font-size:10px;transition:all .17s ease} .comments .comment .comment-actions a:hover{color:#fff;background-color:$(main.color);border-color:$(main.color);text-decoration:none} .comments .comments-content .datetime{float:left;font-size:11px;font-weight:400;color:#aaa;position:relative;padding:0 1px;margin:4px 0 0;display:block} .comments .comments-content .datetime a,.comments .comments-content .datetime a:hover{color:#aaa} .comments .thread-toggle{margin-bottom:4px} .comments .thread-toggle .thread-arrow{height:7px;margin:0 3px 2px 0} .comments .thread-count a,.comments .continue a{transition:opacity .17s} .comments .thread-count a:hover,.comments .continue a:hover{opacity:.8} .comments .thread-expanded{padding:5px 0 0} .comments .thread-chrome.thread-collapsed{display:none} .thread-arrow:before{content:<i>;font-family:FontAwesome;color:$(title.color);font-weight:400;margin:0 2px 0 0}</i> .comments .thread-expanded .thread-arrow:before{content:'\f0d7'} .comments .thread-collapsed .thread-arrow:before{content:'\f0da'} .comments .comments-content .comment-thread{margin:0} .comments .continue a{padding:0 0 0 60px;font-weight:400} .comments .comments-content .loadmore.loaded{margin:0;padding:0} .comments .comment-replybox-thread{margin:0} .comments .comments-content .loadmore,.comments .comments-content .loadmore.loaded{display:none} </p> <ol><li>comment-editor{margin:0 0 20px}</li></ol> <p>.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:$(title.color);font-weight:700;margin:0 0 15px} .post-body h1,.post-body h2{font-size:24px} .post-body h3{font-size:21px} .post-body h4{font-size:18px} .post-body h5{font-size:16px} .post-body h6{font-size:13px} blockquote{font-style:italic;padding:10px;margin:0;border-left:4px solid $(main.color)} blockquote:before,blockquote:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;color:#aaa;line-height:1} blockquote:before{content:'\f10d';margin:0 10px 0 0} blockquote:after{content:'\f10e';margin:0 0 0 10px} .widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400} .widget .post-body li{margin:5px 0;padding:0;line-height:1.5} .post-body ul{padding:0 0 0 20px} .post-body ul li:before{content:"\f105";font-family:FontAwesome;font-size:13px;font-weight:400;margin:0 5px 0 0} .post-body u{text-decoration:underline} .post-body a{transition:color .17s ease} .post-body strike{text-decoration:line-through} .contact-form{overflow:hidden} .contact-form .widget-title{display:none} .contact-form .contact-form-name{width:calc(50% - 5px)} .contact-form .contact-form-email{width:calc(50% - 5px);float:right} .sidebar .widget{position:relative;overflow:hidden;background-color:#fff;box-sizing:border-box;padding:0;margin:0 0 30px} .sidebar .widget-title{position:relative;float:left;width:100%;height:28px;display:block;margin:0 0 20px;border-bottom:2px solid $(main.dark.color)} .sidebar .widget-title &gt; h3{position:relative;float:left;height:28px;background-color:$(main.dark.color);font-size:12px;color:#fff;font-weight:700;line-height:30px;text-transform:uppercase;padding:0 15px;margin:0} .sidebar .widget-content{float:left;width:100%;margin:0} ul.social-counter{margin:0 -5px} .social-counter li{float:left;width:25%;box-sizing:border-box;padding:0 5px;margin:10px 0 0} .social-counter li:nth-child(1),.social-counter li:nth-child(2),.social-counter li:nth-child(3),.social-counter li:nth-child(4){margin-top:0} .social-counter li a{display:block;height:40px;font-size:22px;color:#fff;text-align:center;line-height:40px;transition:opacity .17s} .social-counter li a:hover{opacity:.8} .list-label li{position:relative;display:block;padding:7px 0;border-top:1px dotted #ebebeb} .list-label li:first-child{padding-top:0;border-top:0} .list-label li:last-child{padding-bottom:0;border-bottom:0} .list-label li a{display:block;color:$(title.color);font-size:12px;font-weight:400;text-transform:capitalize;transition:color .17s} .list-label li a:before{content:"\f054";float:left;color:$(title.color);font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 3px 0 0;transition:color .17s} .list-label li a:hover{color:$(title.hover)} .list-label .label-count{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px} .cloud-label li{position:relative;float:left;margin:0 5px 5px 0} .cloud-label li a{display:block;height:26px;background-color:#f2f2f2;color:$(title.color);font-size:12px;line-height:26px;font-weight:400;padding:0 10px;transition:all .17s ease} .cloud-label li a:hover{color:#fff;background-color:$(main.color)} .cloud-label .label-count{display:none} .sidebar .FollowByEmail &gt; .widget-title &gt; h3{margin:0} .FollowByEmail .widget-content{position:relative;overflow:hidden;background-color:$(main.dark.color);text-align:center;font-weight:400;box-sizing:border-box;padding:20px} .FollowByEmail .widget-content &gt; h3{font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;margin:0 0 13px} .FollowByEmail .before-text{font-size:13px;color:#fff;line-height:1.5em;margin:0 0 15px;display:block;padding:0 10px;overflow:hidden} .FollowByEmail .widget-content:after{content:'\f0e0';position:absolute;right:-15px;top:-15px;font-family:FontAwesome;font-size:50px;color:#cccccc1a;transform:rotate(21deg)} .FollowByEmail .follow-by-email-inner{position:relative} .FollowByEmail .follow-by-email-inner .follow-by-email-address{width:100%;height:32px;color:$(title.color);font-size:11px;font-family:inherit;padding:0 10px;margin:0 0 10px;box-sizing:border-box;border:0;transition:ease .17s} .FollowByEmail .follow-by-email-inner .follow-by-email-submit{width:100%;height:32px;font-family:inherit;font-size:11px;color:#fff;background-color:$(main.color);text-transform:uppercase;text-align:center;font-weight:700;cursor:pointer;margin:0;border:0;transition:opacity .17s ease} .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{opacity:.85} </p> <ol><li>ArchiveList ul.flat li{color:$(title.color);font-size:13px;font-weight:400;padding:7px 0;border-bottom:1px dotted #eaeaea}</li> <li>ArchiveList ul.flat li:first-child{padding-top:0}</li> <li>ArchiveList ul.flat li:last-child{padding-bottom:0;border-bottom:0}</li> <li>ArchiveList .flat li &gt; a{display:block;color:$(title.color);transition:color .17s}</li> <li>ArchiveList .flat li &gt; a:hover{color:$(title.hover)}</li> <li>ArchiveList .flat li &gt; a:before{content:"\f054";float:left;color:#161619;font-weight:400;font-family:FontAwesome;font-size:6px;margin:5px 4px 0 0;display:inline-block;transition:color .17s}</li> <li>ArchiveList .flat li &gt; a &gt; span{position:relative;float:right;width:16px;height:16px;background-color:$(main.color);color:#fff;font-size:11px;font-weight:400;text-align:center;line-height:16px}</li></ol> <p>.PopularPosts .post{overflow:hidden;margin:20px 0 0} .PopularPosts .post:first-child{padding:0;margin:0;border:0} .PopularPosts .post-image-link{position:relative;width:80px;height:60px;float:left;overflow:hidden;display:block;vertical-align:middle;margin:0 12px 0 0} .PopularPosts .post-info{overflow:hidden} .PopularPosts .post-title{font-size:13px;font-weight:700;line-height:1.5em;margin:0 0 3px} .PopularPosts .post-title a{display:block;color:$(title.color);transition:color .17s} .PopularPosts .post:hover .post-title a{color:$(title.hover)} .PopularPosts .post-date:before{font-size:10px} .FeaturedPost .post-image-link{display:block;position:relative;width:100%;height:180px;overflow:hidden;margin:0 0 10px;border-radius:4px} .FeaturedPost .post-title{font-size:18px;overflow:hidden;font-weight:700;line-height:1.5em;margin:0 0 5px} .FeaturedPost .post-title a{color:$(title.color);display:block;transition:color .17s ease} .FeaturedPost .post-title a:hover{color:$(title.hover)} .Text{font-size:13px} .contact-form-widget form{font-weight:400} .contact-form-name{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} .contact-form-email{float:left;width:100%;height:30px;font-family:inherit;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} .contact-form-email-message{float:left;width:100%;font-family:inherit;font-size:13px;box-sizing:border-box;padding:5px 10px;margin:0 0 10px;border:1px solid #ebebeb} .contact-form-button-submit{float:left;width:100%;height:30px;background-color:$(main.color);font-size:13px;color:#fff;line-height:30px;cursor:pointer;box-sizing:border-box;padding:0 10px;margin:0;border:0;transition:background .17s ease} .contact-form-button-submit:hover{background-color:$(main.dark.color)} .contact-form-error-message-with-border{float:left;width:100%;background-color:#fbe5e5;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #fc6262} .contact-form-success-message-with-border{float:left;width:100%;background-color:#eaf6ff;font-size:11px;text-align:center;line-height:11px;padding:3px 0;margin:10px 0;box-sizing:border-box;border:1px solid #5ab6f9} .contact-form-cross{margin:0 0 0 3px} .contact-form-error-message,.contact-form-success-message{margin:0} .BlogSearch .search-input{float:left;width:75%;height:30px;background-color:#fff;font-weight:400;font-size:13px;line-height:30px;box-sizing:border-box;padding:5px 10px;border:1px solid #ebebeb;border-right-width:0} .BlogSearch .search-action{float:right;width:25%;height:30px;font-family:inherit;font-size:13px;line-height:30px;cursor:pointer;box-sizing:border-box;background-color:$(main.color);color:#fff;padding:0 5px;border:0;transition:background .17s ease} .BlogSearch .search-action:hover{background-color:$(main.dark.color)} .Profile .profile-img{float:left;width:80px;height:80px;margin:0 15px 0 0;transition:all .17s ease} .Profile .profile-datablock{margin:0} .Profile .profile-data .g-profile{display:block;font-size:14px;color:$(title.color);margin:0 0 5px;transition:color .17s ease} .Profile .profile-data .g-profile:hover{color:$(title.hover)} .Profile .profile-info &gt; .profile-link{color:$(title.color);font-size:11px;margin:5px 0 0;transition:color .17s ease} .Profile .profile-info &gt; .profile-link:hover{color:$(title.hover)} .Profile .profile-datablock .profile-textblock{display:none} .common-widget .LinkList ul li,.common-widget .PageList ul li{width:calc(50% - 5px);padding:7px 0 0} .common-widget .LinkList ul li:nth-child(odd),.common-widget .PageList ul li:nth-child(odd){float:left} .common-widget .LinkList ul li:nth-child(even),.common-widget .PageList ul li:nth-child(even){float:right} .common-widget .LinkList ul li a,.common-widget .PageList ul li a{display:block;color:$(title.color);font-size:13px;font-weight:400;transition:color .17s ease} .common-widget .LinkList ul li a:hover,.common-widget .PageList ul li a:hover{color:$(title.hover)} .common-widget .LinkList ul li:first-child,.common-widget .LinkList ul li:nth-child(2),.common-widget .PageList ul li:first-child,.common-widget .PageList ul li:nth-child(2){padding:0} </p> <ol><li>footer-wrapper{background-color:$(main.dark.color)}</li> <li>footer-wrapper .container{position:relative;overflow:hidden;margin:0 auto;padding:25px 0}</li></ol> <p>.footer-widgets-wrap{position:relative;display:flex;margin:0 -15px} </p> <ol><li>footer-wrapper .footer{display:inline-block;float:left;width:33.33333333%;box-sizing:border-box;padding:0 15px}</li> <li>footer-wrapper .footer .widget{float:left;width:100%;padding:0;margin:25px 0 0}</li> <li>footer-wrapper .footer .Text{margin:10px 0 0}</li> <li>footer-wrapper .footer .widget:first-child{margin:0}</li></ol> <p>.footer .widget &gt; .widget-title &gt; h3{position:relative;color:$(footer.color);font-size:12px;line-height:12px;font-weight:700;text-transform:uppercase;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid rgba(255,255,255,0.05)} .footer .widget &gt; .widget-title &gt; h3:before{position:absolute;content:<i>;background-color:$(main.color);width:35px;height:2px;bottom:-2px;left:0}</i> .footer .post-image-link{background-color:rgba(255,255,255,0.05)} .footer .custom-widget .post-title a,.footer .PopularPosts .post-title a,.footer .FeaturedPost .post-title a,.footer .LinkList ul li a,.footer .PageList ul li a,.footer .Profile .profile-data .g-profile,.footer .Profile .profile-info &gt; .profile-link{color:$(footer.color)} .footer .custom-widget .post-title a:hover,.footer .PopularPosts .post-title a:hover,.footer .FeaturedPost .post-title a:hover,.footer .LinkList ul li a:hover,.footer .PageList ul li a:hover,.footer .Profile .profile-data .g-profile:hover,.footer .Profile .profile-info &gt; .profile-link:hover{color:$(title.hover)} .footer .no-posts{color:$(footer.color)} .footer .FollowByEmail .widget-content &gt; h3{color:$(footer.color)} .footer .FollowByEmail .widget-content{background-color:rgba(255,255,255,0.05);border-color:rgba(255,255,255,0.05)} .footer .FollowByEmail .before-text,#footer-wrapper .footer .Text{color:#aaa} .footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background:$(main.dark.color)} .footer .FollowByEmail .follow-by-email-inner .follow-by-email-address{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} .footer #ArchiveList .flat li &gt; a{color:$(footer.color)} .footer .list-label li,.footer .BlogArchive #ArchiveList ul.flat li{border-color:rgba(255,255,255,0.05)} .footer .list-label li:first-child{padding-top:0} .footer .list-label li a,.footer .list-label li a:before,.footer #ArchiveList .flat li &gt; a,.footer #ArchiveList .flat li &gt; a:before{color:$(footer.color)} .footer .list-label li &gt; a:hover,.footer #ArchiveList .flat li &gt; a:hover{color:$(title.hover)} .footer .list-label .label-count,.footer #ArchiveList .flat li &gt; a &gt; span{background-color:rgba(255,255,255,0.05);color:$(footer.color)} .footer .cloud-label li a{background-color:rgba(255,255,255,0.05);color:$(footer.color)} .footer .cloud-label li a:hover{background-color:$(main.color);color:#fff} .footer .BlogSearch .search-input{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} .footer .contact-form-name,.footer .contact-form-email,.footer .contact-form-email-message{background-color:rgba(255,255,255,0.05);color:$(footer.color);border-color:rgba(255,255,255,0.05)} .footer .BlogSearch .search-action:hover,.footer .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover,.footer .contact-form-button-submit:hover{background-color:rgba(0,0,0,0.3)} </p> <ol><li>sub-footer-wrapper{background-color:rgba(0,0,0,0.2);color:$(footer.color);display:block;padding:0;width:100%;overflow:hidden}</li> <li>sub-footer-wrapper .container{overflow:hidden;margin:0 auto;padding:10px 0}</li> <li>menu-footer{float:right;position:relative;display:block}</li> <li>menu-footer .widget &gt; .widget-title{display:none}</li> <li>menu-footer ul li{float:left;display:inline-block;height:34px;padding:0;margin:0}</li> <li>menu-footer ul li a{font-size:12px;font-weight:400;display:block;color:$(footer.color);line-height:34px;padding:0 10px;margin:0 0 0 5px;transition:color .17s ease}</li> <li>menu-footer ul li:last-child a{padding:0 0 0 5px}</li> <li>menu-footer ul li a:hover{color:$(title.hover)}</li> <li>sub-footer-wrapper .copyright-area{font-size:12px;float:left;height:34px;line-height:34px;font-weight:400}</li> <li>sub-footer-wrapper .copyright-area a{color:$(main.color);transition:color .17s}</li></ol> <p>.hidden-widgets{display:none;visibility:hidden} .back-top{display:none;z-index:1010;width:34px;height:34px;position:fixed;bottom:25px;right:25px;cursor:pointer;overflow:hidden;font-size:13px;color:#fff;text-align:center;line-height:34px} .back-top:before{content:<i>;position:absolute;top:0;left:0;right:0;bottom:0;background-color:$(main.color);opacity:.5;transition:opacity .17s ease}</i> .back-top:after{content:'\f077';position:relative;font-family:FontAwesome;font-weight:400;opacity:.8;transition:opacity .17s ease} .back-top:hover:before,.back-top:hover:after,.nav-active .back-top:after,.nav-active .back-top:before{opacity:1} .error404 #main-wrapper{width:100%!important;margin:0!important} .error404 #sidebar-wrapper{display:none} .errorWrap{color:$(title.color);text-align:center;padding:80px 0 100px} .errorWrap h3{font-size:160px;line-height:1;margin:0 0 30px} .errorWrap h4{font-size:25px;margin:0 0 20px} .errorWrap p{margin:0 0 10px} .errorWrap a{display:block;color:$(main.color);padding:10px 0 0} .errorWrap a i{font-size:20px} .errorWrap a:hover{text-decoration:underline} @media screen and (max-width: 1100px) { </p> <ol><li>outer-wrapper{max-width:100%}</li></ol> <p>.row{width:100%} </p> <ol><li>top-bar .container{box-sizing:border-box;padding:0 20px}</li> <li>hot-wrapper{box-sizing:border-box;padding:0 20px}</li> <li>header-wrap{height:auto}</li></ol> <p>.header-header{height:auto;box-sizing:border-box;padding:25px 20px} .header-logo{max-width:30%} .header-ads{max-width:70%} .header-menu{box-sizing:border-box;padding:0 20px} </p> <ol><li>content-wrapper{position:relative;box-sizing:border-box;padding:0 20px;margin:30px 0 0}</li> <li>footer-wrapper .container{box-sizing:border-box;padding:25px 20px}</li> <li>sub-footer-wrapper .container{box-sizing:border-box;padding:10px 20px}</li></ol> <p>} @media screen and (max-width: 980px) { </p> <ol><li>top-bar{display:none}</li> <li>content-wrapper &gt; .container{margin:0}</li></ol> <p>.header-logo,.header-menu{display:none} .mobile-header{display:block} </p> <ol><li>header-wrap{padding:0}</li></ol> <p>.header-header{background-color:#fff;padding:0} .header-header .container.row{width:100%} .header-ads{width:100%;max-width:100%;box-sizing:border-box;padding:0 20px} .header-ads .widget .widget-content{position:relative;padding:20px 0;margin:0 auto} </p> <ol><li>header-inner a{display:inline-block!important}</li> <li>main-wrapper,#sidebar-wrapper{width:100%;padding:0}</li></ol> <p>.item #sidebar-wrapper{margin-top:20px} } @media screen and (max-width: 880px) { .footer-widgets-wrap{display:block} </p> <ol><li>footer-wrapper .footer{width:100%;margin-right:0}</li> <li>footer-sec2,#footer-sec3{margin-top:25px}</li></ol> <p>} @media screen and (max-width: 680px) { </p> <ol><li>hot-section .show-hot .widget-content,#hot-section .hot-posts{height:auto}</li> <li>hot-section .hot-loader{height:200px}</li></ol> <p>.hot-posts .hot-item{width:100%;height:220px;margin:2px 0 0} .hot-posts .item-0{margin:0} .hot-posts .post-title,.hot-posts .item-0 .post-title{font-size:18px} .index-post{width:100%} </p> <ol><li>menu-footer,#sub-footer-wrapper .copyright-area{width:100%;height:auto;line-height:inherit;text-align:center}</li> <li>menu-footer{margin:10px 0 0}</li> <li>sub-footer-wrapper .copyright-area{margin:10px 0}</li> <li>menu-footer ul li{float:none;height:auto}</li> <li>menu-footer ul li a{line-height:inherit;margin:0 3px 5px}</li></ol> <p>} @media screen and (max-width: 540px) { .hot-posts .hot-item{height:180px} .index-post .post-image-wrap,.FeaturedPost .post-image-link{height:160px} .share-links li a span{display:none} .share-links li.facebook,.share-links li.twitter{width:32px} ul.related-posts{margin:0} .related-posts .related-item{width:100%;padding:0;margin:20px 0 0} .related-posts .item-0{margin:0} .related-posts .post-image-link:after{top:calc(50% - 11px);left:calc(50% - 11px);width:22px;height:22px;font-size:10px;line-height:20px;border:1px solid #fff} .related-posts .post-tag{display:none} .related-posts .post-image-link{width:80px;height:60px;float:left;margin:0 12px 0 0} .related-posts .post-title{font-size:13px;overflow:hidden;margin:0 0 5px} .post-reactions{display:none} } @media screen and (max-width: 440px) { .queryMessage{text-align:center} .queryMessage a.show-more{width:100%;margin:10px 0 0} .item-post h1.post-title{font-size:24px} .about-author{text-align:center} .about-author .avatar-container{float:none;display:table;margin:0 auto 10px} </p> <ol><li>comments ol{padding:0}</li></ol> <p>.errorWrap{padding:70px 0 100px} .errorWrap h3{font-size:120px} } @media screen and (max-width: 360px) { .about-author .avatar-container{width:60px;height:60px} } ]]&gt;&lt;/b:skin&gt; &lt;style&gt; /*-------Typography and ShortCodes-------*/ .firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:&#39;\f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:&#39;\f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\f06e&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}.post-body ul li:before{content:&quot;\f105&quot;;margin-right:5px;font-family:fontawesome}pre{font-family:Monaco, &quot;Andale Mono&quot;, &quot;Courier New&quot;, Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-triangle:before{content:&quot;\f071&quot;}.fa-exclamation-circle:before{content:&quot;\f06a&quot;}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}} .FollowByEmail { </p> <pre> clear: both; </pre> <p>} .widget .post-body ol { </p> <pre> padding: 0 0 0 45px; </pre> <p>} .post-body ul li { </p> <pre> list-style: none; </pre> <p>} &lt;/style&gt; &lt;b:if cond='data:view.isLayoutMode'&gt; &lt;b:template-skin&gt; &lt;![CDATA[ /*------Layout (No Edit)----------*/ body#layout #outer-wrapper,body#layout .row{width:auto;padding:0} body#layout{width:800px;position:relative;padding:95px 5px 0;margin:0} body#layout div.section{margin:0 5px 10px!important;padding:16px 16px 18px!important} body#layout .section h4{font-size:14px;margin:0} body#layout .layout-widget-description{display:none} body#layout .theme-options,body#layout #main-menu .widget{display:block!important} body#layout div.sora-panel{background-color:#d7d7d7!important;overflow:hidden!important;border-color:#bcbcbc} body#layout .sora-panel .widget{float:left;width:49%;margin-right:2%} body#layout .sora-panel #LinkList71{margin-right:0} body#layout #top-bar{height:auto} body#layout #top-bar .container{display:flex} body#layout .top-bar-nav,body#layout .top-bar-social{width:50%} body#layout #header-wrap{height:auto} body#layout .header-header{float:left;width:66.66%;height:auto;padding:0} body#layout .header-header .container{display:flex} body#layout div.header-logo,body#layout div.header-ads{float:left;width:50%;height:auto;max-width:none;max-height:none} body#layout .header-ads .widget-content{width:auto} body#layout .header-ads .add_widget{padding:15px!important} body#layout .mobile-header{display:block;float:right;width:33.33%;height:auto} body#layout .mobile-menu{display:none} body#layout .header-menu{float:left;width:100%;height:auto} body#layout #main-menu{height:auto} body#layout #hot-wrapper .widget{display:block} body#layout #content-wrapper{margin:0} body#layout #content-wrapper &gt; .container{display:flex;margin:0} body#layout #main-wrapper{width:66.66%;padding:0} body#layout #sidebar-wrapper{width:33.33%;padding:0} body#layout .sidebar .widget,body#layout .sidebar .widget-content{float:none;overflow:visible} body#layout .footer-widgets-wrap{display:flex} body#layout .footer-widgets-wrap div.footer{width:100%} /*------Layout (end)----------*/ ]]&gt;&lt;/b:template-skin&gt; &lt;/b:if&gt; </p><p>&lt;script type='text/javascript'&gt; //&lt;![CDATA[ // Global variables with content. "Available for Edit" var monthFormat = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], </p> <pre> noThumbnail = "<a rel="nofollow" class="external free" href="https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png">https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png</a>", postPerPage = 7, fixedSidebar = true, commentsSystem = "blogger", disqusShortname = "soratemplates"; </pre> <p>//]]&gt; &lt;/script&gt; </p><p>&lt;b:defaultmarkups&gt; </p> <pre> &lt;b:defaultmarkup type='Common'&gt; &lt;b:includable id='widget-title'&gt; &lt;b:if cond='data:defaultTitle or data:title'&gt; </pre> <div class="widget-title"> <div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading"><input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" /><div class="toctitle" lang="en" dir="ltr"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div> <ul> <li class="toclevel-1"><a href="#&lt;data:title/&gt;"><span class="tocnumber">1</span> <span class="toctext">&lt;data:title/&gt;</span></a></li> <li class="toclevel-1"><a href="#&lt;a_expr:href=&#39;data:post.url&#39;&gt;&lt;data:post.title/&gt;&lt;/a&gt;"><span class="tocnumber">2</span> <span class="toctext">&lt;a expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;</span></a></li> <li class="toclevel-1"><a href="#&lt;a_expr:href=&#39;data:post.url&#39;&gt;&lt;data:post.title/&gt;&lt;/a&gt;_2"><span class="tocnumber">3</span> <span class="toctext">&lt;a expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;</span></a> <ul> <li class="toclevel-2"><a href="#&lt;data:title/&gt;_2"><span class="tocnumber">3.1</span> <span class="toctext">&lt;data:title/&gt;</span></a></li> </ul> </li> <li class="toclevel-1"><a href="#&lt;b:tag_cond=&#39;data:view.url_!=_data:blog.homepageUrl&#39;_expr:href=&#39;data:blog.homepageUrl&#39;_name=&#39;a&#39;&gt;__&lt;data:title/&gt;__&lt;/b:tag&gt;"><span class="tocnumber">4</span> <span class="toctext">&lt;b:tag cond='data:view.url&#160;!= data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'&gt; &lt;data:title/&gt; &lt;/b:tag&gt;</span></a> <ul> <li class="toclevel-2"><a href="#&lt;a_expr:href=&#39;data:blog.homepageUrl&#39;&gt;&lt;data:link/&gt;&lt;/a&gt;"><span class="tocnumber">4.1</span> <span class="toctext">&lt;a expr:href='data:blog.homepageUrl'&gt;&lt;data:link/&gt;&lt;/a&gt;</span></a></li> <li class="toclevel-2"><a href="#&lt;a_expr:href=&#39;data:blog.homepageUrl&#39;&gt;&lt;data:blog.title/&gt;&lt;/a&gt;"><span class="tocnumber">4.2</span> <span class="toctext">&lt;a expr:href='data:blog.homepageUrl'&gt;&lt;data:blog.title/&gt;&lt;/a&gt;</span></a></li> <li class="toclevel-2"><a href="#&lt;data:messages.postedBy/&gt;&lt;a_expr:alt=&#39;data:post.author.name&#39;_expr:href=&#39;data:post.author.profileUrl&#39;_target=&#39;_blank&#39;&gt;_&lt;data:post.author.name/&gt;&lt;/a&gt;"><span class="tocnumber">4.3</span> <span class="toctext"><span>&lt;data:messages.postedBy/&gt;</span>&lt;a expr:alt='data:post.author.name' expr:href='data:post.author.profileUrl' target='_blank'&gt; &lt;data:post.author.name/&gt;&lt;/a&gt;</span></a></li> <li class="toclevel-2"><a href="#&lt;data:messages.postAComment/&gt;"><span class="tocnumber">4.4</span> <span class="toctext">&lt;data:messages.postAComment/&gt;</span></a></li> <li class="toclevel-2"><a href="#&lt;data:post.numberOfComments/&gt;_&lt;data:messages.comments/&gt;"><span class="tocnumber">4.5</span> <span class="toctext">&lt;data:post.numberOfComments/&gt; &lt;data:messages.comments/&gt;</span></a></li> <li class="toclevel-2"><a href="#&lt;data:messages.recentPosts/&gt;"><span class="tocnumber">4.6</span> <span class="toctext">&lt;data:messages.recentPosts/&gt;</span></a></li> <li class="toclevel-2"><a href="#&lt;data:messages.youMayLikeThesePosts/&gt;"><span class="tocnumber">4.7</span> <span class="toctext">&lt;data:messages.youMayLikeThesePosts/&gt;</span></a></li> <li class="toclevel-2"><a href="#&lt;a_expr:href=&#39;data:post.url&#39;&gt;&lt;data:post.title/&gt;&lt;/a&gt;_3"><span class="tocnumber">4.8</span> <span class="toctext">&lt;a expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;</span></a></li> </ul> </li> <li class="toclevel-1"><a href="#&lt;data:post.title/&gt;"><span class="tocnumber">5</span> <span class="toctext">&lt;data:post.title/&gt;</span></a> <ul> <li class="toclevel-2"><a href="#404"><span class="tocnumber">5.1</span> <span class="toctext">404</span></a> <ul> <li class="toclevel-3"><a href="#&lt;data:messages.theresNothingHere/&gt;"><span class="tocnumber">5.1.1</span> <span class="toctext">&lt;data:messages.theresNothingHere/&gt;</span></a></li> </ul> </li> </ul> </li> </ul> </div> <h3 class="title"><span id=".3Cdata:title.2F.3E"></span><span class="mw-headline" id="&lt;data:title/&gt;"> &lt;data:title/&gt; </span></h3> </div> <pre> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; &lt;b:defaultmarkup type='PopularPosts'&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='widget-title'/&gt; </pre> <div class="widget-content"> <pre> &lt;b:loop values='data:posts' var='post'&gt; &lt;b:include data='post' name='postContent'/&gt; &lt;/b:loop&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='postContent' var='post'&gt; </pre> <div class="post"> <div class="post-content"> <pre> &lt;a class='post-image-link' expr:href='data:post.url'&gt; &lt;b:if cond='data:post.featuredImage'&gt; &lt;img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube&#160;? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;)&#160;: resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/&gt; &lt;b:else/&gt; &lt;img class='post-thumb' expr:alt='data:post.title' src='<a rel="nofollow" class="external free" href="https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png&#39;/">https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/</a>&gt; &lt;/b:if&gt; &lt;/a&gt; </pre> <div class="post-info"> <h2 class="post-title"><span id=".3Ca_expr:href.3D.27data:post.url.27.3E.3Cdata:post.title.2F.3E.3C.2Fa.3E"></span><span class="mw-headline" id="&lt;a_expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;"> &lt;a expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt; </span></h2> <div class="post-meta"> <pre> <span class="post-date published">&lt;data:post.date/&gt;</span> </pre> </div> </div> </div> </div> <pre> &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; &lt;b:defaultmarkup type='Header'&gt; &lt;b:includable id='main' var='this'&gt; </pre> <div class="header-widget"> <pre> &lt;b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/&gt; &lt;b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='image'&gt; &lt;a class='header-image-wrapper' expr:href='data:blog.homepageUrl'&gt; &lt;img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/&gt; &lt;/a&gt; &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; &lt;b:defaultmarkup type='FeaturedPost'&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='widget-title'/&gt; </pre> <div class="widget-content"> <pre> &lt;b:loop values='data:posts' var='post'&gt; &lt;b:include data='post' name='postContent'/&gt; &lt;/b:loop&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='postContent' var='post'&gt; </pre> <div class="post"> <div class="post-content"> <pre> &lt;a class='post-image-link' expr:href='data:post.url'&gt; &lt;b:if cond='data:post.featuredImage'&gt; &lt;img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube&#160;? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;)&#160;: resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/&gt; &lt;b:else/&gt; &lt;img class='post-thumb' expr:alt='data:post.title' src='<a rel="nofollow" class="external free" href="https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png&#39;/">https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/</a>&gt; &lt;/b:if&gt; <span class="post-tag">&lt;data:post.labels.last.name/&gt;</span> &lt;/a&gt; </pre> <div class="post-info"> <h2 class="post-title"><span id=".3Ca_expr:href.3D.27data:post.url.27.3E.3Cdata:post.title.2F.3E.3C.2Fa.3E_2"></span><span class="mw-headline" id="&lt;a_expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;_2"> &lt;a expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt; </span></h2> <div class="post-meta"> <pre> <span class="post-date published">&lt;data:post.date/&gt;</span> </pre> </div> </div> </div> </div> <pre> &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; &lt;b:defaultmarkup type='Label'&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='widget-title'/&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <pre> &lt;b:class expr:name='data:this.display + &quot;-label&quot;'/&gt; &lt;b:include cond='data:this.display == &quot;list&quot;' name='list'/&gt; &lt;b:include cond='data:this.display == &quot;cloud&quot;' name='list'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='list'&gt; </pre> <ul> &lt;b:loop values='data:labels' var='label'&gt; <li> &lt;a class='label-name' expr:href='data:label.url'&gt; &lt;data:label.name/&gt; &lt;b:if cond='data:this.showFreqNumbers'&gt; <span class="label-count">&lt;data:label.count/&gt;</span> &lt;/b:if&gt; &lt;/a&gt; </li> &lt;/b:loop&gt; </ul> <pre> &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; &lt;b:defaultmarkup type='FollowByEmail'&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <pre> &lt;b:if cond='data:defaultTitle or data:title'&gt; </pre> <h3 class="title"><span id=".3Cdata:title.2F.3E_2"></span><span class="mw-headline" id="&lt;data:title/&gt;_2"> &lt;data:title/&gt; </span></h3> <pre> &lt;/b:if&gt; <span class="before-text">&lt;data:skin.vars.followByEmail/&gt;</span> </pre> <div class="follow-by-email-inner"> <pre> &lt;form action='<a rel="nofollow" class="external free" href="https://feedburner.google.com/fb/a/mailverify&#39;">https://feedburner.google.com/fb/a/mailverify'</a> expr:onsubmit='&quot;window.open(\&quot;<a rel="nofollow" class="external free" href="https://feedburner.google.com/fb/a/mailverify?uri=%22">https://feedburner.google.com/fb/a/mailverify?uri=%22</a> + data:feedPath + &quot;\&quot;, \&quot;popupwindow\&quot;, \&quot;scrollbars=yes,width=550,height=520\&quot;); return true&quot;' method='post' target='popupwindow'&gt; &lt;input autocomplete='off' class='follow-by-email-address' expr:placeholder='data:messages.emailAddress' name='email' type='email'/&gt; &lt;input class='follow-by-email-submit' expr:value='data:messages.subscribe' type='submit'/&gt; &lt;input expr:value='data:feedPath' name='uri' type='hidden'/&gt; &lt;input name='loc' type='hidden' value='en_US'/&gt; &lt;/form&gt; </pre> </div> </div> <pre> &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; &lt;b:defaultmarkup type='BlogSearch'&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='widget-title'/&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </pre> <div class="widget-content" role="search"> <pre> &lt;form class='search-form' expr:action='data:blog.searchUrl'&gt; &lt;b:attr cond='not data:view.isPreview' name='target' value='_top'/&gt; &lt;b:include name='urlParamsAsFormInput'/&gt; &lt;input autocomplete='off' class='search-input' expr:aria-label='data:messages.searchThisBlog' expr:placeholder='data:messages.searchThisBlog' expr:value='data:view.isSearch&#160;? data:view.search.query.escaped&#160;: &quot;&quot;' name='q'/&gt; &lt;input class='search-action' expr:value='data:messages.search.escaped' type='submit'/&gt; &lt;/form&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; &lt;b:defaultmarkup type='BlogArchive'&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='widget-title'/&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <div id="ArchiveList"> <div> <pre> &lt;b:include cond='data:this.style in {&quot;FLAT&quot;, &quot;MENU&quot;, &quot;HIERARCHY&quot;}' name='flat'/&gt; </pre> </div> </div> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='flat'&gt; </pre> <ul class="flat"> &lt;b:loop values='data:data' var='i'&gt; <li class="archivedate"> &lt;a expr:href='data:i.url'&gt; &lt;data:i.name/&gt;<span class="post-count">&lt;data:i.post-count/&gt;</span> &lt;/a&gt; </li> &lt;/b:loop&gt; </ul> <pre> &lt;/b:includable&gt; &lt;/b:defaultmarkup&gt; </pre> <p>&lt;/b:defaultmarkups&gt; </p> <pre> &lt;b:include data='blog' name='google-analytics'/&gt; </pre> <p>&lt;/head&gt; &lt;body expr:class='data:blog.pageType'&gt; </p> <pre> &lt;b:class cond='data:view.isHomepage' name='home'/&gt; &lt;b:class cond='data:view.isPage' name='item'/&gt; &lt;b:class cond='data:view.isArchive' name='index'/&gt; &lt;b:class cond='data:view.isError' name='error404'/&gt; </pre> <div class="theme-options" style="display:none"> <pre> &lt;b:section class='sora-panel' id='sora-panel' maxwidgets='1' name='Theme Options' showaddelement='no'&gt; &lt;b:widget id='LinkList70' locked='true' title='Css Options' type='LinkList' version='2' visible='true'&gt; &lt;b:widget-settings&gt; &lt;b:widget-setting name='sorting'&gt;NONE&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-1'&gt;recentPostsHeadline&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-1'&gt;true&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-0'&gt;boxedVersion&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-0'&gt;false&lt;/b:widget-setting&gt; &lt;/b:widget-settings&gt; &lt;b:includable id='main'&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; &lt;style type=&#39;text/css&#39;&gt; &lt;b:loop values='data:links' var='link'&gt; &lt;b:if cond='data:link.name == &quot;boxedVersion&quot;'&gt; &lt;b:if cond='data:link.target == &quot;true&quot;'&gt; #outer-wrapper{max-width:1030px} &lt;/b:if&gt; &lt;/b:if&gt; &lt;b:if cond='data:link.name == &quot;recentPostsHeadline&quot;'&gt; &lt;b:if cond='data:link.target == &quot;false&quot;'&gt; .home-posts-headline{display:none} &lt;/b:if&gt; &lt;/b:if&gt; &lt;/b:loop&gt; &lt;/style&gt; &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;b:widget id='LinkList71' locked='true' title='Default Variables' type='LinkList' version='2' visible='true'&gt; &lt;b:widget-settings&gt; &lt;b:widget-setting name='link-3'&gt;6&lt;/b:widget-setting&gt; &lt;b:widget-setting name='sorting'&gt;NONE&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-4'&gt;5&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-1'&gt;commentsSystem&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-1'&gt;blogger&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-0'&gt;disqusShortname&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-2'&gt;true&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-3'&gt;postPerPage&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-0'&gt;soratemplates&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-2'&gt;fixedSidebar&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-4'&gt;postPerPage&lt;/b:widget-setting&gt; &lt;/b:widget-settings&gt; &lt;b:includable id='main'&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; &lt;script type=&#39;text/javascript&#39;&gt; //&lt;![CDATA[ &lt;b:loop values='data:links' var='link'&gt; &lt;b:if cond='data:link.name == &quot;postPerPage&quot;'&gt; var postPerPage = &lt;data:link.target/&gt;; &lt;/b:if&gt; &lt;b:if cond='data:link.name == &quot;fixedSidebar&quot;'&gt; var fixedSidebar = &lt;data:link.target/&gt;; &lt;/b:if&gt; &lt;b:if cond='data:link.name == &quot;commentsSystem&quot;'&gt; var commentsSystem = &quot;&lt;data:link.target/&gt;&quot;; &lt;/b:if&gt; &lt;b:if cond='data:link.name == &quot;disqusShortname&quot;'&gt; var disqusShortname = &quot;&lt;data:link.target/&gt;&quot;; &lt;/b:if&gt; &lt;/b:loop&gt; //]]&gt; &lt;/script&gt; &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; </pre> </div> <div id="outer-wrapper"> <div id="top-bar"> <div class="container row"> <pre> &lt;b:section class='top-bar-nav' id='top-bar-nav' maxwidgets='1' name='Top Navigation' showaddelement='yes'&gt; &lt;b:widget id='LinkList72' locked='true' title=<i> type='LinkList' version='2' visible='true'&gt;</i> &lt;b:includable id='main'&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <ul> &lt;b:loop values='data:links' var='link'&gt; <li>&lt;a expr:href='data:link.target'&gt;&lt;data:link.name/&gt;&lt;/a&gt;</li> &lt;/b:loop&gt; </ul> </div> <pre> &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; </pre> <pre> &lt;b:section class='top-bar-social social' id='top-bar-social' maxwidgets='1' name='Social Top' showaddelement='yes'&gt; &lt;b:widget id='LinkList73' locked='true' title=<i> type='LinkList' version='2' visible='false'&gt;</i> &lt;b:widget-settings&gt; &lt;b:widget-setting name='sorting'&gt;NONE&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-1'&gt;skype&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-1'&gt;#&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-0'&gt;pinterest&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-0'&gt;#&lt;/b:widget-setting&gt; &lt;/b:widget-settings&gt; &lt;b:includable id='main'&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <ul> &lt;b:loop values='data:links' var='link'&gt; <li>&lt;a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/&gt;</li> &lt;/b:loop&gt; </ul> </div> <pre> &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; </pre> </div> </div> <div id="header-wrap"> <div class="header-header"> <div class="container row"> <pre> &lt;b:section class='header-logo' id='header-logo' maxwidgets='1' name='Header Logo' showaddelement='yes'&gt; &lt;b:widget id='Header1' locked='true' title='Top music (Header)' type='Header' version='2' visible='false'&gt; &lt;b:widget-settings&gt; &lt;b:widget-setting name='displayUrl'&gt;<a rel="nofollow" class="external free" href="http://1.bp.blogspot.com/-QCuJMX_oq2o/W3iEuMf6oOI/AAAAAAAAC28/JZc8JqlIixEmFurZtGryZ3mrB7by26A5wCK4BGAYYCw/s104/logo.png">http://1.bp.blogspot.com/-QCuJMX_oq2o/W3iEuMf6oOI/AAAAAAAAC28/JZc8JqlIixEmFurZtGryZ3mrB7by26A5wCK4BGAYYCw/s104/logo.png</a>&lt;/b:widget-setting&gt; &lt;b:widget-setting name='displayHeight'&gt;60&lt;/b:widget-setting&gt; &lt;b:widget-setting name='sectionWidth'&gt;256&lt;/b:widget-setting&gt; &lt;b:widget-setting name='useImage'&gt;true&lt;/b:widget-setting&gt; &lt;b:widget-setting name='shrinkToFit'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='imagePlacement'&gt;REPLACE&lt;/b:widget-setting&gt; &lt;b:widget-setting name='displayWidth'&gt;104&lt;/b:widget-setting&gt; &lt;/b:widget-settings&gt; &lt;b:includable id='main' var='this'&gt; </pre> <div class="header-widget"> <pre> &lt;b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/&gt; &lt;b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='title'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='behindImageStyle'&gt; &lt;b:if cond='data:sourceUrl'&gt; &lt;b:include cond='data:this.image' data='{ image: data:this.image, selector: &quot;.header-widget&quot; }' name='responsiveImageStyle'/&gt; &lt;style type='text/css'&gt; .header-widget { background-position: &lt;data:blog.locale.languageAlignment/&gt;; background-repeat: no-repeat; } &lt;/style&gt; &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='description'&gt; </pre> <p> &lt;data:this.description/&gt; </p> <pre> &lt;/b:includable&gt; &lt;b:includable id='image'&gt; &lt;a class='header-image-wrapper' expr:href='data:blog.homepageUrl'&gt; &lt;img expr:alt='data:blog.title.escaped' expr:data-height='data:height' expr:data-width='data:width' expr:src='data:image'/&gt; &lt;/a&gt; &lt;/b:includable&gt; &lt;b:includable id='title'&gt; </pre> <h1><span id=".3Cb:tag_cond.3D.27data:view.url_.21.3D_data:blog.homepageUrl.27_expr:href.3D.27data:blog.homepageUrl.27_name.3D.27a.27.3E.0A_.3Cdata:title.2F.3E.0A_.3C.2Fb:tag.3E"></span><span class="mw-headline" id="&lt;b:tag_cond='data:view.url_!=_data:blog.homepageUrl'_expr:href='data:blog.homepageUrl'_name='a'&gt;__&lt;data:title/&gt;__&lt;/b:tag&gt;"> &lt;b:tag cond='data:view.url&#160;!= data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'&gt; &lt;data:title/&gt; &lt;/b:tag&gt; </span></h1> <pre> &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; &lt;b:section class='header-ads' id='header-ads' maxwidgets='1' name='Header Ads 728x90' showaddelement='yes'/&gt; </pre> </div> </div> <div class="mobile-header"> <pre> <span class="slide-menu-toggle"> &lt;b:section class='mobile-logo' id='mobile-logo' maxwidgets='1' name='Mobile Logo' showaddelement='yes'&gt; &lt;b:widget id='Image70' locked='true' title='Mobile Logo' type='Image' version='2' visible='true'&gt; &lt;b:widget-settings&gt; &lt;b:widget-setting name='displayUrl'&gt;<a rel="nofollow" class="external free" href="https://blogger.googleusercontent.com/img/a/AVvXsEiWNitE83hh67U2wCPnXiBmVBJt70Jpj3fGb_xWqH9VOf1Gil6U4KUic-JmNhNk8ELkruVvOl-mrzt-edOHE4Z2hbJD8H3JqYbdPV2Xin9UstSBpYL5qefFjfY4vl_kq1xZSkTnFLgTAKVOMGzlH2OjM04NaFwgUWt1kr1avIEvaGxknhgPYqTh6nhVWQ=s684">https://blogger.googleusercontent.com/img/a/AVvXsEiWNitE83hh67U2wCPnXiBmVBJt70Jpj3fGb_xWqH9VOf1Gil6U4KUic-JmNhNk8ELkruVvOl-mrzt-edOHE4Z2hbJD8H3JqYbdPV2Xin9UstSBpYL5qefFjfY4vl_kq1xZSkTnFLgTAKVOMGzlH2OjM04NaFwgUWt1kr1avIEvaGxknhgPYqTh6nhVWQ=s684</a>&lt;/b:widget-setting&gt; &lt;b:widget-setting name='displayHeight'&gt;380&lt;/b:widget-setting&gt; &lt;b:widget-setting name='sectionWidth'&gt;256&lt;/b:widget-setting&gt; &lt;b:widget-setting name='shrinkToFit'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='displayWidth'&gt;684&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link'&gt;My Title&lt;/b:widget-setting&gt; &lt;b:widget-setting name='caption'&gt;image&lt;/b:widget-setting&gt; &lt;/b:widget-settings&gt; &lt;b:includable id='main'&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </span></pre> <div class="logo-content"> <pre> &lt;b:if cond='data:caption == &quot;image&quot;'&gt; &lt;a expr:href='data:blog.homepageUrl'&gt;&lt;img expr:alt='data:blog.title' expr:src='data:sourceUrl'/&gt;&lt;/a&gt; &lt;b:elseif cond='data:caption == &quot;custom&quot;'/&gt; &lt;b:if cond='data:link'&gt; </pre> <h3><span id=".3Ca_expr:href.3D.27data:blog.homepageUrl.27.3E.3Cdata:link.2F.3E.3C.2Fa.3E"></span><span class="mw-headline" id="&lt;a_expr:href='data:blog.homepageUrl'&gt;&lt;data:link/&gt;&lt;/a&gt;">&lt;a expr:href='data:blog.homepageUrl'&gt;&lt;data:link/&gt;&lt;/a&gt;</span></h3> <pre> &lt;/b:if&gt; &lt;b:else/&gt; </pre> <h3><span id=".3Ca_expr:href.3D.27data:blog.homepageUrl.27.3E.3Cdata:blog.title.2F.3E.3C.2Fa.3E"></span><span class="mw-headline" id="&lt;a_expr:href='data:blog.homepageUrl'&gt;&lt;data:blog.title/&gt;&lt;/a&gt;">&lt;a expr:href='data:blog.homepageUrl'&gt;&lt;data:blog.title/&gt;&lt;/a&gt;</span></h3> <pre> &lt;/b:if&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; <span class="show-mobile-search"> &lt;form class='mobile-search-form' expr:action='data:blog.searchUrl' role='search'&gt; &lt;input class='mobile-search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=<i>/&gt;</i> <span class="hide-mobile-search"> &lt;/form&gt; </span></span></pre> <div class="mobile-menu"> </div> <div class="header-menu"> <div class="container row"> <pre> &lt;b:section class='main-menu' id='main-menu' maxwidgets='1' name='Main Menu' showaddelement='yes'&gt; &lt;b:widget id='LinkList74' locked='true' title='Link List' type='LinkList' version='2' visible='false'&gt; &lt;b:includable id='main'&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='content'&gt; </pre> <ul id="main-menu-nav" role="menubar"> &lt;b:loop values='data:links' var='link'&gt; <li>&lt;a expr:href='data:link.target' role='menuitem'&gt;&lt;data:link.name/&gt;&lt;/a&gt;</li> &lt;/b:loop&gt; </ul> <pre> &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; </pre> <div id="nav-search"> <pre> &lt;form class='search-form' expr:action='data:blog.searchUrl' role='search'&gt; &lt;input autocomplete='off' class='search-input' expr:placeholder='data:messages.searchThisBlog' name='q' type='search' value=<i>/&gt;</i> <span class="hide-search"> &lt;/form&gt; </span></pre> </div> <pre> <span class="show-search"> </span></pre> </div> </div> </div> <div class="clearfix"> <p><br /> </p> <div class="row" id="content-wrapper"> <div class="container"> <div id="main-wrapper"> <p><br /> </p> <pre> &lt;b:section class='main' id='main' maxwidgets='1' name='Main Posts' showaddelement='yes'&gt; &lt;b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='2' visible='true'&gt; &lt;b:widget-settings&gt; &lt;b:widget-setting name='showDateHeader'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='commentLabel'&gt;Comments&lt;/b:widget-setting&gt; &lt;b:widget-setting name='style.textcolor'&gt;#656565&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showShareButtons'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='authorLabel'&gt;by&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showCommentLink'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='style.urlcolor'&gt;#f12020&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showAuthor'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='style.linkcolor'&gt;#f8f8f8&lt;/b:widget-setting&gt; &lt;b:widget-setting name='style.unittype'&gt;TextAndImage&lt;/b:widget-setting&gt; &lt;b:widget-setting name='style.bgcolor'&gt;#000000&lt;/b:widget-setting&gt; &lt;b:widget-setting name='timestampLabel'/&gt; &lt;b:widget-setting name='reactionsLabel'/&gt; &lt;b:widget-setting name='showAuthorProfile'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='style.layout'&gt;1x1&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showLabels'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showLocation'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='postLabelsLabel'&gt;Tags&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showTimestamp'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='postsPerAd'&gt;1&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showBacklinks'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='style.bordercolor'&gt;#000000&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showInlineAds'&gt;false&lt;/b:widget-setting&gt; &lt;b:widget-setting name='showReactions'&gt;false&lt;/b:widget-setting&gt; &lt;/b:widget-settings&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='homePostsHeadline'/&gt; &lt;b:include name='searchMessage'/&gt; </pre> <div class="blog-posts hfeed container"> <pre> &lt;b:class cond='data:view.isMultipleItems' name='index-post-wrap'/&gt; &lt;b:class cond='data:view.isSingleItem' name='item-post-wrap'/&gt; &lt;b:tag class='grid-posts' cond='data:view.isMultipleItems' name='div'&gt; &lt;b:loop index='i' values='data:posts' var='post'&gt; &lt;b:include data='post' name='postCommentsAndAd'/&gt; &lt;/b:loop&gt; &lt;/b:tag&gt; </pre> </div> <pre> &lt;b:include cond='data:view.isMultipleItems' name='indexBlogPager'/&gt; &lt;b:include name='feedLinks'/&gt; &lt;/b:includable&gt; &lt;b:includable id='aboutPostAuthor'&gt; </pre> <div class="about-author"> <div class="avatar-container"> <pre> &lt;b:if cond='data:post.author.authorPhoto.image'&gt; &lt;img class='author-avatar' expr:alt='data:post.author.name' expr:src='data:post.author.authorPhoto.image resizeImage 100'/&gt; &lt;b:else/&gt; &lt;img class='author-avatar' expr:alt='data:post.author.name' src='<a rel="nofollow" class="external free" href="https://4.bp.blogspot.com/-uCjYgVFIh70/VuOLn-mL7PI/AAAAAAAADUs/Kcu9wJbv790hIo83rI_s7lLW3zkLY01EA/s100/avatar.png&#39;/">https://4.bp.blogspot.com/-uCjYgVFIh70/VuOLn-mL7PI/AAAAAAAADUs/Kcu9wJbv790hIo83rI_s7lLW3zkLY01EA/s100/avatar.png'/</a>&gt; &lt;/b:if&gt; </pre> </div> <h3 class="author-name"><span id=".3Cdata:messages.postedBy.2F.3E.3Ca_expr:alt.3D.27data:post.author.name.27_expr:href.3D.27data:post.author.profileUrl.27_target.3D.27_blank.27.3E_.3Cdata:post.author.name.2F.3E.3C.2Fa.3E"></span><span class="mw-headline" id="&lt;data:messages.postedBy/&gt;&lt;a_expr:alt='data:post.author.name'_expr:href='data:post.author.profileUrl'_target='_blank'&gt;_&lt;data:post.author.name/&gt;&lt;/a&gt;"> <span>&lt;data:messages.postedBy/&gt;</span>&lt;a expr:alt='data:post.author.name' expr:href='data:post.author.profileUrl' target='_blank'&gt; &lt;data:post.author.name/&gt;&lt;/a&gt; </span></h3> <pre> <span class="author-description">&lt;data:post.author.aboutMe/&gt;</span> </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='addComments'&gt; &lt;a expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'&gt; &lt;b:message name='messages.postAComment'/&gt; &lt;/a&gt; &lt;/b:includable&gt; &lt;b:includable id='backLinks' var='post'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='blogThisShare'&gt; &lt;b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' var='onclick'&gt; &lt;b:include name='platformShare'/&gt; &lt;/b:with&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='bylineByName' var='byline'&gt; &lt;b:switch var='data:byline.name'&gt; &lt;b:case value='share'/&gt; &lt;b:include cond='data:post.shareUrl' name='postShareButtons'/&gt; &lt;b:case value='comments'/&gt; &lt;b:include cond='data:post.allowComments' name='postCommentsLink'/&gt; &lt;b:case value='___location'/&gt; &lt;b:include cond='data:post.___location' name='postLocation'/&gt; &lt;b:case value='timestamp'/&gt; &lt;b:include cond='not data:view.isPage' name='postTimestamp'/&gt; &lt;b:case value='author'/&gt; &lt;b:include name='postAuthor'/&gt; &lt;b:case value='labels'/&gt; &lt;b:include cond='data:post.labels' name='postLabels'/&gt; &lt;b:case value='icons'/&gt; &lt;b:include cond='data:post.emailPostUrl' name='emailPostIcon'/&gt; &lt;/b:switch&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='bylineRegion' var='regionItems'&gt; &lt;b:loop values='data:regionItems' var='byline'&gt; &lt;b:include data='byline' name='bylineByName'/&gt; &lt;/b:loop&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='commentAuthorAvatar'&gt; </pre> <div class="avatar-image-container"> <pre> &lt;img class='author-avatar' expr:src='data:comment.authorAvatarSrc' height='45' width='45'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='commentDeleteIcon' var='comment'&gt; <span> &lt;b:if cond='data:showCmtPopup'&gt; </span></pre> <div class="goog-toggle-button"> <div class="goog-inline-block comment-action-icon"> </div> <pre> &lt;b:else/&gt; &lt;a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:messages.deleteComment'&gt; &lt;img src='<a rel="nofollow" class="external free" href="https://resources.blogblog.com/img/icon_delete13.gif&#39;/">https://resources.blogblog.com/img/icon_delete13.gif'/</a>&gt; &lt;/a&gt; &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='commentForm' var='post'&gt; </pre> <div class="comment-form"> <pre> &lt;a name='comment-form'/&gt; &lt;b:if cond='data:this.messages.blogComment&#160;!= &quot;&quot;'&gt; </pre> <p>&lt;data:this.messages.blogComment/&gt;</p> <pre> &lt;/b:if&gt; &lt;b:include data='post' name='commentFormIframeSrc'/&gt; &lt;iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight&#160;?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src=<i> width='100%'/&gt;</i> &lt;data:post.cmtfpIframe/&gt; &lt;script type='text/javascript'&gt; BLOG_CMT_createIframe(&#39;&lt;data:post.appRpcRelayPath/&gt;&#39;); &lt;/script&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='commentFormIframeSrc' var='post'&gt; &lt;a expr:href='data:post.commentFormIframeSrc + &quot;&amp;skin=contempo&quot;' id='comment-editor-src'/&gt; &lt;/b:includable&gt; &lt;b:includable id='commentItem' var='comment'&gt; </pre> <div class="comment"> <pre> &lt;b:include cond='data:blog.enabledCommentProfileImages' name='commentAuthorAvatar'/&gt; </pre> <div class="comment-block"> <div class="comment-author"> <pre> &lt;b:if cond='data:comment.authorUrl'&gt; &lt;b:message name='messages.authorSaidWithLink'&gt; &lt;b:param expr:value='data:comment.author' name='authorName'/&gt; &lt;b:param expr:value='data:comment.authorUrl' name='authorUrl'/&gt; &lt;/b:message&gt; &lt;b:else/&gt; &lt;b:message name='messages.authorSaid'&gt; &lt;b:param expr:value='data:comment.author' name='authorName'/&gt; &lt;/b:message&gt; &lt;/b:if&gt; </pre> </div> <div> <pre> &lt;data:comment.body/&gt; </pre> </div> <div class="comment-footer"> <pre> <span class="comment-timestamp"> &lt;a expr:href='data:comment.url' title='comment permalink'&gt; &lt;data:comment.timestamp/&gt; &lt;/a&gt; &lt;b:include data='comment' name='commentDeleteIcon'/&gt; </span> </pre> </div> </div> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='commentList' var='comments'&gt; </pre> <div id="comments-block"> <pre> &lt;b:loop values='data:comments' var='comment'&gt; &lt;b:include data='comment' name='commentItem'/&gt; &lt;/b:loop&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='commentPicker' var='post'&gt; &lt;b:if cond='data:post.allowComments'&gt; </pre> <div class="title-wrap comments-title"> <h3><span id=".3Cdata:messages.postAComment.2F.3E"></span><span class="mw-headline" id="&lt;data:messages.postAComment/&gt;">&lt;data:messages.postAComment/&gt;</span></h3> </div> <pre> &lt;/b:if&gt; &lt;b:if cond='data:post.commentSource == 1'&gt; &lt;b:include data='post' name='iframeComments'/&gt; &lt;b:elseif cond='data:post.showThreadedComments'/&gt; &lt;b:include data='post' name='threadedComments'/&gt; &lt;b:else/&gt; &lt;b:include data='post' name='comments'/&gt; &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='comments' var='post'&gt; &lt;/b:includable&gt; &lt;b:includable id='commentsLink'&gt; &lt;a class='comment-link' expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'&gt; &lt;b:if cond='data:post.numberOfComments &gt; 0'&gt; &lt;b:message name='messages.numberOfComments'&gt; &lt;b:param expr:value='data:post.numberOfComments' name='numComments'/&gt; &lt;/b:message&gt; &lt;b:else/&gt; &lt;data:messages.postAComment/&gt; &lt;/b:if&gt; &lt;/a&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='commentsLinkIframe'&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='commentsTitle'&gt; </pre> <h3 class="title"><span id=".3Cdata:post.numberOfComments.2F.3E_.3Cdata:messages.comments.2F.3E"></span><span class="mw-headline" id="&lt;data:post.numberOfComments/&gt;_&lt;data:messages.comments/&gt;">&lt;data:post.numberOfComments/&gt; &lt;data:messages.comments/&gt;</span></h3> <pre> &lt;/b:includable&gt; &lt;b:includable id='defaultAdUnit'&gt; <ins class="adsbygoogle" data-ad-format="auto"> &lt;script&gt; (adsbygoogle = window.adsbygoogle || []).push({}); &lt;/script&gt; </ins></pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='emailPostIcon'&gt; <span class="byline post-icons"> <span class="item-action"> &lt;a expr:href='data:post.emailPostUrl' expr:title='data:messages.emailPost'&gt; &lt;b:include data='{ iconClass: &quot;touch-icon sharing-icon&quot; }' name='emailIcon'/&gt; &lt;/a&gt; </span> </span> </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='facebookShare'&gt; &lt;b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' var='onclick'&gt; &lt;b:include name='platformShare'/&gt; &lt;/b:with&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='feedLinks'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='feedLinksBody' var='links'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='footerBylines' var='post'&gt; &lt;b:include data='post' name='postLabels'/&gt; &lt;b:include data='post' name='postReactions'/&gt; &lt;b:include data='post' name='postShareButtons'/&gt; &lt;/b:includable&gt; &lt;b:includable id='googlePlusShare'&gt; </pre> <div class="goog-inline-block google-plus-share-container"> <pre> &lt;g:plusone annotation='inline' expr:href='data:originalUrl.canonical.http' size='medium' source='blogger:blog:plusone'/&gt; </pre> </div> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='headerByline' var='post'&gt; </pre> <div class="post-meta"> <pre> &lt;b:include data='post' name='postAuthor'/&gt; &lt;b:include data='post' name='postTimestamp'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='homePageLink'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='homePostsHeadline'&gt; &lt;b:if cond='data:view.isHomepage'&gt; </pre> <div class="home-posts-headline title-wrap Label"><h3 class="title"><span id=".3Cdata:messages.recentPosts.2F.3E"></span><span class="mw-headline" id="&lt;data:messages.recentPosts/&gt;">&lt;data:messages.recentPosts/&gt;</span></h3></div> <pre> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='iframeComments' var='post'&gt; &lt;b:if cond='data:post.allowIframeComments'&gt; &lt;script expr:src='data:post.iframeCommentSrc' type='text/javascript'/&gt; </pre> <div class="cmt_iframe_holder"> <pre> &lt;b:if cond='!data:post.embedCommentForm'&gt; &lt;b:include data='post' name='commentsLink'/&gt; &lt;/b:if&gt; &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='indexBlogPager'&gt; </pre> <div class="blog-pager container" id="blog-pager"> <pre> &lt;b:include cond='data:newerPageUrl' name='previousPageLink'/&gt; &lt;b:include cond='data:olderPageUrl' name='nextPageLink'/&gt; &lt;b:include cond='data:view.url&#160;!= data:blog.homepageUrl' name='homePageLink'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='indexPost' var='post'&gt; &lt;b:include data='post' name='postFeaturedImage'/&gt; </pre> <div class="post-info"> <pre> &lt;b:include data='post' name='postHeader'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='inlineAd' var='post'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='itemPost' var='post'&gt; &lt;b:include data='post' name='postMeta'/&gt; &lt;b:include data='post' name='postHeader'/&gt; &lt;b:include data='post' name='postBody'/&gt; &lt;b:include cond='data:view.isPost' data='post' name='postFooter'/&gt; &lt;/b:includable&gt; &lt;b:includable id='linkShare'&gt; &lt;b:with value='&quot;window.prompt(\&quot;Copy to clipboard: Ctrl+C, Enter\&quot;, \&quot;&quot; + data:originalUrl + &quot;\&quot;); return false;&quot;' var='onclick'&gt; &lt;b:include name='platformShare'/&gt; &lt;/b:with&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='nextPageLink'&gt; &lt;a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:messages.olderPosts'&gt; &lt;data:messages.olderPosts/&gt; &lt;/a&gt; &lt;/b:includable&gt; &lt;b:includable id='otherSharingButton'&gt; <span class="sharing-platform-button sharing-element-other" role="menuitem"> &lt;b:with value='{key: &quot;sharingOther&quot;}' var='platform'&gt; &lt;b:include name='sharingPlatformIcon'/&gt; &lt;/b:with&gt; <span class="platform-sharing-text">&lt;data:messages.shareOtherApps.escaped/&gt;</span> </span> </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='platformShare'&gt; &lt;a expr:class='&quot;goog-inline-block sharing-&quot; + data:platform.key' expr:data-url='data:originalUrl' expr:href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:onclick='data:onclick&#160;? data:onclick&#160;: &quot;&quot;' expr:title='data:platform.shareMessage' target='_blank'&gt; <span class="share-button-link-text"> &lt;data:platform.shareMessage/&gt; </span> &lt;/a&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='post' var='post'&gt; &lt;b:if cond='data:view.isMultipleItems'&gt; &lt;b:include data='post' name='indexPost'/&gt; &lt;/b:if&gt; &lt;b:if cond='data:view.isSingleItem'&gt; &lt;b:include data='post' name='itemPost'/&gt; &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postAuthor' var='post'&gt; &lt;b:if cond='data:allBylineItems.author'&gt; <span class="post-author">&lt;a expr:href='data:post.author.profileUrl' expr:title='data:post.author.name' target='_blank'&gt;&lt;data:post.author.name/&gt;&lt;/a&gt;</span> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postBody' var='post'&gt; </pre> <div class="post-body post-content"> <pre> &lt;data:post.body/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='postBodySnippet' var='post'&gt; &lt;b:include data='post' name='postBody'/&gt; &lt;/b:includable&gt; &lt;b:includable id='postBreadcrumbs' var='post'&gt; &lt;nav id='breadcrumb'&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;&lt;data:messages.home/&gt;&lt;/a&gt;&lt;b:if cond='data:post.labels'&gt;<em class="delimiter">&lt;a class='b-label' expr:href='data:post.labels.last.url'&gt;&lt;data:post.labels.last.name/&gt;&lt;/a&gt;&lt;/b:if&gt;<em class="delimiter"><span class="current">&lt;data:post.title/&gt;</span>&lt;/nav&gt; &lt;script type='application/ld+json'&gt; { &quot;@context&quot;: &quot;<a rel="nofollow" class="external free" href="http://schema.org%22">http://schema.org%22</a>, &quot;@type&quot;: &quot;BreadcrumbList&quot;, &quot;@id&quot;: &quot;#Breadcrumb&quot;, &quot;itemListElement&quot;: [{ &quot;@type&quot;: &quot;ListItem&quot;, &quot;position&quot;: 1, &quot;item&quot;: { &quot;name&quot;: &quot;&lt;data:messages.home/&gt;&quot;, &quot;@id&quot;: &quot;&lt;data:blog.homepageUrl.jsonEscaped/&gt;&quot; } },{ &quot;@type&quot;: &quot;ListItem&quot;, &quot;position&quot;: 2, &quot;item&quot;: { &quot;name&quot;: &quot;&lt;b:if cond='data:post.labels'&gt;&lt;data:post.labels.last.name/&gt;&lt;/b:if&gt;&quot;, &quot;@id&quot;: &quot;&lt;data:post.labels.last.url.jsonEscaped/&gt;&quot; } },{ &quot;@type&quot;: &quot;ListItem&quot;, &quot;position&quot;: 3, &quot;item&quot;: { &quot;name&quot;: &quot;&lt;data:post.title/&gt;&quot;, &quot;@id&quot;: &quot;&lt;data:post.url.jsonEscaped/&gt;&quot; } }] } &lt;/script&gt; &lt;/b:includable&gt; &lt;b:includable id='postCategory' var='post'&gt; &lt;b:if cond='data:view.isMultipleItems and data:post.labels'&gt; <span class="post-tag index-post-tag"> &lt;data:post.labels.last.name/&gt; </span> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postCommentsAndAd' var='post'&gt; </em></em></pre><em class="delimiter"><em class="delimiter"> <div class="blog-post hentry"> <pre> &lt;b:class cond='data:view.isMultipleItems' name='index-post'/&gt; &lt;b:class cond='data:view.isSingleItem' name='item-post'/&gt; &lt;b:include data='post' name='post'/&gt; </pre> </div> <pre> &lt;b:if cond='data:view.isSingleItem'&gt; </pre> <div class="blog-post-comments"> <pre> &lt;b:include data='post' name='threadedCommentsDisqus'/&gt; &lt;b:include data='post' name='commentPicker'/&gt; </pre> </div> <pre> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postCommentsLink'&gt; &lt;b:if cond='data:view.isMultipleItems'&gt; <span class="byline post-comment-link container"> &lt;b:include cond='data:post.commentSource&#160;!= 1' name='commentsLink'/&gt; &lt;b:include cond='data:post.commentSource == 1' name='commentsLinkIframe'/&gt; </span> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postFeaturedImage' var='post'&gt; </pre> <div class="post-image-wrap"> <pre> &lt;a class='post-image-link' expr:href='data:post.url'&gt; &lt;b:if cond='data:post.featuredImage'&gt; &lt;img class='post-thumb' expr:alt='data:post.title' expr:src='data:post.featuredImage.isYouTube&#160;? resizeImage(data:post.featuredImage.youtubeMaxResDefaultUrl.jsonEscaped, 72, &quot;1:1&quot;)&#160;: resizeImage(data:post.featuredImage, 72, &quot;1:1&quot;)'/&gt; &lt;b:else/&gt; &lt;img class='post-thumb' expr:alt='data:post.title' src='<a rel="nofollow" class="external free" href="https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png&#39;/">https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/</a>&gt; &lt;/b:if&gt; &lt;/a&gt; &lt;b:include data='post' name='postCategory'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='postFooter' var='post'&gt; </pre> <div class="post-footer"> <pre> &lt;b:include data='post' name='footerBylines'/&gt; &lt;b:include data='post' name='postNavigation'/&gt; &lt;b:include data='post' name='aboutPostAuthor'/&gt; &lt;b:include data='post' name='postRelated'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='postFooterAuthorProfile' var='post'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='postHeader' var='post'&gt; &lt;b:include cond='data:view.isPost' data='post' name='postBreadcrumbs'/&gt; &lt;b:include cond='data:view.isPost' data='post' name='postCategory'/&gt; &lt;b:include data='post' name='postTitle'/&gt; &lt;b:include cond='!data:view.isPage' data='post' name='headerByline'/&gt; &lt;/b:includable&gt; &lt;b:includable id='postJumpLink' var='post'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='postLabels' var='post'&gt; &lt;b:if cond='data:allBylineItems.labels'&gt; &lt;b:if cond='data:post.labels'&gt; </pre> <div class="post-labels"> <pre> <span>&lt;data:allBylineItems.labels.label/&gt;</span> </pre> <div class="label-head Label"> <pre> &lt;b:loop values='data:post.labels' var='label'&gt; &lt;a class='label-link' expr:href='data:label.url' rel='tag'&gt;&lt;data:label.name/&gt;&lt;/a&gt; &lt;/b:loop&gt; </pre> </div> </div> <pre> &lt;/b:if&gt; &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postLocation'&gt; <span class="byline post-___location"> &lt;data:byline.label/&gt; &lt;a expr:href='data:post.___location.mapsUrl' target='_blank'&gt;&lt;data:post.___location.name/&gt;&lt;/a&gt; </span> </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='postMeta' var='post'&gt; &lt;b:include data='post' name='postMetadataJSON'/&gt; &lt;/b:includable&gt; &lt;b:includable id='postMetadataJSONImage'&gt; &quot;image&quot;: { &quot;@type&quot;: &quot;ImageObject&quot;, &lt;b:if cond='data:post.featuredImage.isResizable'&gt; &quot;url&quot;: &quot;&lt;b:eval expr='resizeImage(data:post.featuredImage, 1200, &quot;1200:630&quot;)'/&gt;&quot;, &quot;height&quot;: 630, &quot;width&quot;: 1200 &lt;b:else/&gt; &quot;url&quot;: &quot;<a rel="nofollow" class="external free" href="https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200%22">https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200%22</a>, &quot;height&quot;: 348, &quot;width&quot;: 1200 &lt;/b:if&gt; }, </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='postMetadataJSONPublisher'&gt; &quot;publisher&quot;: { &quot;@type&quot;: &quot;Organization&quot;, &quot;name&quot;: &quot;Blogger&quot;, &quot;logo&quot;: { &quot;@type&quot;: &quot;ImageObject&quot;, &quot;url&quot;: &quot;<a rel="nofollow" class="external free" href="https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60%22">https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60%22</a>, &quot;width&quot;: 206, &quot;height&quot;: 60 } }, </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='postNavigation' var='post'&gt; </pre> <ul class="post-nav"> <li class="post-next"> &lt;b:if cond='data:newerPageUrl'&gt; &lt;a class='next-post-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' rel='next'&gt; <div class="post-nav-inner"><span>&lt;data:messages.newer/&gt;</span><p class="mw-empty-elt"></p></div> <pre> &lt;/a&gt; &lt;b:else/&gt; </pre> &lt;a rel='next'&gt;<div class="post-nav-inner post-nav-active"><span>&lt;data:messages.newer/&gt;</span><p>&lt;data:post.title/&gt;</p></div>&lt;/a&gt; <pre> &lt;/b:if&gt; </pre> </li> <li class="post-prev"> &lt;b:if cond='data:olderPageUrl'&gt; &lt;a class='prev-post-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' rel='previous'&gt; <div class="post-nav-inner"><span>&lt;data:messages.older/&gt;</span><p class="mw-empty-elt"></p></div> <pre> &lt;/a&gt; &lt;b:else/&gt; </pre> &lt;a rel='previous'&gt;<div class="post-nav-inner post-nav-active"><span>&lt;data:messages.older/&gt;</span><p>&lt;data:post.title/&gt;</p></div>&lt;/a&gt; <pre> &lt;/b:if&gt; </pre> </li> </ul> <pre> &lt;/b:includable&gt; &lt;b:includable id='postPagination'&gt; </pre> <div class="blog-pager container" id="blog-pager"> <pre> &lt;b:include cond='data:newerPageUrl' name='previousPageLink'/&gt; &lt;b:include cond='data:olderPageUrl' name='nextPageLink'/&gt; &lt;b:include cond='data:view.url&#160;!= data:blog.homepageUrl' name='homePageLink'/&gt; </pre> </div> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='postReactions' var='post'&gt; &lt;b:if cond='data:allBylineItems.reactions'&gt; </pre> <div class="post-reactions"> <pre> <span>&lt;data:allBylineItems.reactions.label/&gt;</span> </pre> <div class="reactions-inner"> <pre> &lt;iframe allowtransparency='true' class='reactions-iframe' expr:src='data:posts[0].reactionsUrl' frameborder='0' name='reactions' scrolling='no'/&gt; </pre> </div> </div> <pre> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postRelated' var='post'&gt; </pre> <div id="related-wrap"> <div class="title-wrap"> <h3><span id=".3Cdata:messages.youMayLikeThesePosts.2F.3E"></span><span class="mw-headline" id="&lt;data:messages.youMayLikeThesePosts/&gt;">&lt;data:messages.youMayLikeThesePosts/&gt;</span></h3> </div> <div class="related-ready"> <pre> &lt;b:if cond='data:post.labels'&gt; </pre> <div class="related-tag"> <pre> &lt;b:else/&gt; </pre> <div class="related-tag" data-label="random"> <pre> &lt;/b:if&gt; </pre> </div> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='postShareButtons' var='post'&gt; &lt;b:if cond='data:allBylineItems.share'&gt; </pre> <div class="post-share"> <ul class="share-links social social-color"> &lt;b:class cond='data:blog.isMobileRequest' name='is-mobile'/&gt; <li class="facebook">&lt;a class='facebook' expr:href='&quot;<a rel="nofollow" class="external free" href="https://www.facebook.com/sharer.php?u=%22">https://www.facebook.com/sharer.php?u=%22</a> + data:post.url' onclick='window.open(this.href, &#39;windowName&#39;, &#39;width=550, height=650, left=24, top=24, scrollbars, resizable&#39;); return false;' rel='nofollow'&gt;<span>Facebook</span>&lt;/a&gt;</li> <li class="twitter">&lt;a class='twitter' expr:href='&quot;<a rel="nofollow" class="external free" href="https://twitter.com/share?url=%22">https://twitter.com/share?url=%22</a> + data:post.url + &quot;&amp;text=&quot; + data:post.title' onclick='window.open(this.href, &#39;windowName&#39;, &#39;width=550, height=450, left=24, top=24, scrollbars, resizable&#39;); return false;' rel='nofollow'&gt;<span>Twitter</span>&lt;/a&gt;</li> <li class="pinterest">&lt;a class='pinterest' expr:href='&quot;<a rel="nofollow" class="external free" href="https://www.pinterest.com/pin/create/button/?url=%22">https://www.pinterest.com/pin/create/button/?url=%22</a> + data:post.url + &quot;&amp;media=&quot; + data:post.featuredImage + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href, &#39;windowName&#39;, &#39;width=735, height=750, left=24, top=24, scrollbars, resizable&#39;); return false;' rel='nofollow'/&gt;</li> <li class="linkedin">&lt;a class='linkedin' expr:href='&quot;<a rel="nofollow" class="external free" href="https://www.linkedin.com/shareArticle?url=%22">https://www.linkedin.com/shareArticle?url=%22</a> + data:post.url' onclick='window.open(this.href, &#39;windowName&#39;, &#39;width=550, height=650, left=24, top=24, scrollbars, resizable&#39;); return false;' rel='nofollow'/&gt;</li> <li class="whatsapp whatsapp-desktop">&lt;a class='whatsapp' expr:href='&quot;<a rel="nofollow" class="external free" href="https://web.whatsapp.com/send?text=%22">https://web.whatsapp.com/send?text=%22</a> + data:post.title + &quot; | &quot; + data:post.url' onclick='window.open(this.href, &#39;windowName&#39;, &#39;width=900, height=550, left=24, top=24, scrollbars, resizable&#39;); return false;' rel='nofollow'/&gt;</li> <li class="whatsapp whatsapp-mobile">&lt;a class='whatsapp' expr:href='&quot;<a rel="nofollow" class="external free" href="https://api.whatsapp.com/send?text=%22">https://api.whatsapp.com/send?text=%22</a> + data:post.title + &quot; | &quot; + data:post.url' rel='nofollow' target='_blank'/&gt;</li> <li class="email">&lt;a class='email' expr:href='&quot;<a rel="nofollow" class="external free" href="mailto:?subject=%22">mailto:?subject=%22</a> + data:post.title + &quot;&amp;body=&quot; + data:post.url' onclick='window.open(this.href, &#39;windowName&#39;, &#39;width=500, height=400, left=24, top=24, scrollbars, resizable&#39;); return false;' rel='nofollow'/&gt;</li> </ul> </div> <pre> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postShortMeta'&gt; &lt;b:comment&gt;Disabled&lt;/b:comment&gt; &lt;/b:includable&gt; &lt;b:includable id='postTimestamp' var='post'&gt; &lt;b:if cond='data:allBylineItems.timestamp'&gt; <span class="post-date published">&lt;data:post.date/&gt;</span> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='postTitle' var='post'&gt; &lt;b:if cond='data:view.isMultipleItems'&gt; </pre> <h2 class="post-title"><span id=".3Ca_expr:href.3D.27data:post.url.27.3E.3Cdata:post.title.2F.3E.3C.2Fa.3E_3"></span><span class="mw-headline" id="&lt;a_expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt;_3"> &lt;a expr:href='data:post.url'&gt;&lt;data:post.title/&gt;&lt;/a&gt; </span></h2> <pre> &lt;/b:if&gt; &lt;b:if cond='data:view.isSingleItem'&gt; </pre> <h1 class="post-title"><span id=".3Cdata:post.title.2F.3E"></span><span class="mw-headline" id="&lt;data:post.title/&gt;"> &lt;data:post.title/&gt; </span></h1> <pre> &lt;/b:if&gt; &lt;/b:includable&gt; &lt;b:includable id='previousPageLink'&gt; &lt;a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:messages.newerPosts'&gt; &lt;data:messages.newerPosts/&gt; &lt;/a&gt; &lt;/b:includable&gt; &lt;b:includable id='searchMessage'&gt; &lt;b:if cond='data:view.search.query'&gt; </pre> <div class="queryMessage"> <pre> &lt;b:if cond='data:posts.empty'&gt; <span class="query-info query-error">&lt;data:view.search.resultsMessageHtml/&gt;&lt;a class='show-more' expr:href='data:blog.homepageUrl'&gt;&lt;data:messages.showAll/&gt;&lt;/a&gt; &lt;b:else/&gt; <span class="query-info query-success">&lt;data:view.search.resultsMessageHtml/&gt;</span>&lt;a class='show-more' expr:href='data:blog.homepageUrl'&gt;&lt;data:messages.showAll/&gt;&lt;/a&gt; &lt;/b:if&gt; </span></pre> </div> <pre> &lt;/b:if&gt; &lt;b:if cond='data:view.search.label'&gt; </pre> <div class="queryMessage"> <pre> &lt;b:if cond='data:posts.empty'&gt; <span class="query-info query-error">&lt;data:view.search.resultsMessageHtml/&gt;</span>&lt;a class='show-more' expr:href='data:blog.homepageUrl'&gt;&lt;data:messages.showAll/&gt;&lt;/a&gt; &lt;b:else/&gt; <span class="query-info query-success">&lt;data:view.search.resultsMessageHtml/&gt;</span>&lt;a class='show-more' expr:href='data:blog.homepageUrl'&gt;&lt;data:messages.showAll/&gt;&lt;/a&gt; &lt;/b:if&gt; </pre> </div> <pre> &lt;/b:if&gt; &lt;b:if cond='data:view.isArchive'&gt; </pre> <div class="queryMessage"> <pre> &lt;b:if cond='data:posts.empty'&gt; <span class="query-info query-error">&lt;data:view.archive.rangeMessage/&gt;</span>&lt;a class='show-more' expr:href='data:blog.homepageUrl'&gt;&lt;data:messages.showAll/&gt;&lt;/a&gt; &lt;b:else/&gt; <span class="query-info query-success">&lt;data:view.archive.rangeMessage/&gt;</span>&lt;a class='show-more' expr:href='data:blog.homepageUrl'&gt;&lt;data:messages.showAll/&gt;&lt;/a&gt; &lt;/b:if&gt; </pre> </div> <pre> &lt;/b:if&gt; &lt;b:if cond='data:view.isError'&gt; </pre> <div class="errorWrap"> <h3><span class="mw-headline" id="404">404</span></h3> <h4><span id=".3Cdata:messages.theresNothingHere.2F.3E"></span><span class="mw-headline" id="&lt;data:messages.theresNothingHere/&gt;">&lt;data:messages.theresNothingHere/&gt;</span></h4> <p>&lt;data:navMessage/&gt;</p> <pre> &lt;a class='homepage' expr:href='data:blog.homepageUrl'&gt;<i class="fa fa-home"> &lt;data:messages.home/&gt;&lt;/a&gt; </i></pre><i class="fa fa-home"> </i></div><i class="fa fa-home"> <pre> &lt;/b:if&gt; </pre> &lt;b:if cond='data:view.isMultipleItems and data:posts.empty'&gt;<div class="queryEmpty">&lt;data:messages.noResultsFound/&gt;</div>&lt;/b:if&gt; <pre> &lt;/b:includable&gt; &lt;b:includable id='sharingButton'&gt; <span role="menuitem"> &lt;b:include name='sharingPlatformIcon'/&gt; <span class="platform-sharing-text">&lt;data:platform.name/&gt;</span> </span> </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='sharingButtonContent'&gt; </pre> <div class="flat-icon-button ripple"> <pre> &lt;b:include name='shareIcon'/&gt; </pre> </div> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='sharingButtons'&gt; </pre> <div class="sharing"> <pre> &lt;button class='sharing-button touch-icon-button' expr:aria-controls='&quot;sharing-popup-&quot; + data:sharingId' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-button-&quot; + data:sharingId' role='button'&gt; &lt;b:include name='sharingButtonContent'/&gt; &lt;/button&gt; &lt;b:include name='sharingButtonsMenu'/&gt; </pre> </div> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='sharingButtonsMenu'&gt; </pre> <div class="share-buttons-container"> <ul aria-hidden="true" class="share-buttons hidden" role="menu"> &lt;b:loop values='(data:platforms&#160;?: data:blog.sharing.platforms) filter (p =&gt; p.key not in {&quot;blogThis&quot;})' var='platform'&gt; <li> &lt;b:include name='sharingButton'/&gt; </li> &lt;/b:loop&gt; <li aria-hidden="true" class="hidden"> &lt;b:include name='otherSharingButton'/&gt; </li> </ul> </div> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='sharingPlatformIcon'&gt; &lt;b:include data='{ iconClass: (&quot;touch-icon sharing-&quot; + data:platform.key) }' expr:name='data:platform.key + &quot;Icon&quot;'/&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='threadedCommentForm' var='post'&gt; </pre> <div class="comment-form"> <pre> &lt;a name='comment-form'/&gt; &lt;b:if cond='data:this.messages.blogComment&#160;!= &quot;&quot;'&gt; </pre> <p>&lt;data:this.messages.blogComment/&gt;</p> <pre> &lt;/b:if&gt; &lt;b:include data='post' name='commentFormIframeSrc'/&gt; &lt;iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight&#160;?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src=<i> width='100%'/&gt;</i> &lt;data:post.cmtfpIframe/&gt; &lt;script type='text/javascript'&gt; BLOG_CMT_createIframe(&#39;&lt;data:post.appRpcRelayPath/&gt;&#39;); &lt;/script&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='threadedCommentJs' var='post'&gt; &lt;script async='async' expr:src='data:post.commentSrc' type='text/javascript'/&gt; &lt;b:template-script inline='true' name='threaded_comments'/&gt; &lt;script type='text/javascript'&gt; blogger.widgets.blog.initThreadedComments( &lt;data:post.commentJso/&gt;, &lt;data:post.commentMsgs/&gt;, &lt;data:post.commentConfig/&gt;); &lt;/script&gt; &lt;/b:includable&gt; &lt;b:includable id='threadedComments' var='post'&gt; &lt;/b:includable&gt; &lt;b:includable id='threadedCommentsDisqus' var='post'&gt; &lt;script type='text/javascript'&gt; var disqus_blogger_current_url = &quot;&lt;data:blog.canonicalUrl/&gt;&quot;; if (!disqus_blogger_current_url.length) { disqus_blogger_current_url = &quot;&lt;data:blog.url/&gt;&quot;; } var disqus_blogger_homepage_url = &quot;&lt;data:blog.homepageUrl/&gt;&quot;; var disqus_blogger_canonical_homepage_url = &quot;&lt;data:blog.canonicalHomepageUrl/&gt;&quot;; &lt;/script&gt; &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; </pre> </i></div><i class="fa fa-home"> <div id="sidebar-wrapper"> <pre> &lt;b:section class='sidebar common-widget' id='sidebar1' name='Sidebar Right (A)' showaddelement='yes'/&gt; &lt;b:section class='sidebar' id='social-widget' maxwidgets='1' name='Social Widget' showaddelement='yes'&gt; &lt;b:widget id='LinkList75' locked='true' title='Social Plugin' type='LinkList' version='2' visible='true'&gt; &lt;b:includable id='main'&gt; &lt;b:include name='widget-title'/&gt; &lt;b:include name='content'/&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <ul class="social-counter social social-color"> &lt;b:loop values='data:links' var='link'&gt; <li>&lt;a expr:href='data:link.target' expr:title='data:link.name' target='_blank'/&gt;</li> &lt;/b:loop&gt; </ul> </div> <pre> &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; &lt;b:section class='sidebar common-widget' id='sidebar2' name='Sidebar Right (B)' showaddelement='yes'&gt; &lt;b:widget id='HTML6' locked='false' title='Facebook' type='HTML' visible='false'&gt; &lt;b:widget-settings&gt; </pre> &lt;b:widget-setting name='content'&gt;&lt;![CDATA[<center><div class="fb-page" data-href="https&#58;//www.facebook.com/soratemplates" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center>]]&gt;&lt;/b:widget-setting&gt; <pre> &lt;/b:widget-settings&gt; &lt;b:includable id='main'&gt; &lt;b:include name='widget-title'/&gt; </pre> <div class="widget-content"> <pre> &lt;data:content/&gt; </pre> </div> <p>&lt;/b:includable&gt; </p> <pre> &lt;/b:widget&gt; &lt;b:widget id='Label4' locked='false' title='Tags' type='Label' visible='false'&gt; &lt;b:includable id='main' var='this'&gt; &lt;b:include name='widget-title'/&gt; &lt;b:include name='content'/&gt; &lt;/b:includable&gt; &lt;b:includable id='cloud'&gt; &lt;b:loop values='data:labels' var='label'&gt; <span class="label-size"> &lt;b:class expr:name='&quot;label-size-&quot; + data:label.cssSize'/&gt; &lt;a class='label-name' expr:href='data:label.url'&gt; &lt;data:label.name/&gt; &lt;b:if cond='data:this.showFreqNumbers'&gt; <span class="label-count">&lt;data:label.count/&gt;</span> &lt;/b:if&gt; &lt;/a&gt; </span> &lt;/b:loop&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <pre> &lt;b:class expr:name='data:this.display + &quot;-label&quot;'/&gt; &lt;b:include cond='data:this.display == &quot;list&quot;' name='list'/&gt; &lt;b:include cond='data:this.display == &quot;cloud&quot;' name='list'/&gt; </pre> </div> <pre> &lt;/b:includable&gt; &lt;b:includable id='list'&gt; </pre> <ul> &lt;b:loop values='data:labels' var='label'&gt; <li> &lt;a class='label-name' expr:href='data:label.url'&gt; &lt;data:label.name/&gt; &lt;b:if cond='data:this.showFreqNumbers'&gt; <span class="label-count">&lt;data:label.count/&gt;</span> &lt;/b:if&gt; &lt;/a&gt; </li> &lt;/b:loop&gt; </ul> <pre> &lt;/b:includable&gt; &lt;/b:widget&gt; &lt;/b:section&gt; </pre> </div> </i></div><i class="fa fa-home"> </i></em></em></div><em class="delimiter"><em class="delimiter"><i class="fa fa-home"> <div class="clearfix"> <div id="footer-wrapper"> <div class="container row"> <div class="footer-widgets-wrap"> <pre> &lt;b:section class='footer common-widget' id='footer-sec1' maxwidgets='3' name='Section (Left)' showaddelement='yes'/&gt; &lt;b:section class='footer common-widget' id='footer-sec2' maxwidgets='3' name='Section (Center)' showaddelement='yes'/&gt; &lt;b:section class='footer common-widget' id='footer-sec3' maxwidgets='3' name='Section (Right)' showaddelement='yes'/&gt; </pre> </div> </div> <div class="clearfix"> <div id="sub-footer-wrapper"> <div class="container row"> <pre> &lt;b:section class='menu-footer' id='menu-footer' maxwidgets='1' name='Menu Footer' showaddelement='yes'&gt; &lt;b:widget id='LinkList76' locked='true' title='Menu Footer Widget' type='LinkList' visible='false'&gt; &lt;b:widget-settings&gt; &lt;b:widget-setting name='sorting'&gt;NONE&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-1'&gt;About&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-1'&gt;<a rel="nofollow" class="external free" href="https://video-soratemplates.blogspot.com/p/about.html">https://video-soratemplates.blogspot.com/p/about.html</a>&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-0'&gt;Home&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-2'&gt;<a rel="nofollow" class="external free" href="https://video-soratemplates.blogspot.com/p/contact-us.html">https://video-soratemplates.blogspot.com/p/contact-us.html</a>&lt;/b:widget-setting&gt; &lt;b:widget-setting name='link-0'&gt;/&lt;/b:widget-setting&gt; &lt;b:widget-setting name='text-2'&gt;Contact Us&lt;/b:widget-setting&gt; &lt;/b:widget-settings&gt; &lt;b:includable id='main'&gt; &lt;b:include name='widget-title'/&gt; &lt;b:include name='content'/&gt; </pre> <p>&lt;/b:includable&gt; </p> <pre> &lt;b:includable id='content'&gt; </pre> <div class="widget-content"> <ul> &lt;b:loop values='data:links' var='link'&gt; <li>&lt;a expr:href='data:link.target'&gt;&lt;data:link.name/&gt;&lt;/a&gt;</li> &lt;/b:loop&gt; </ul> </div> <p>&lt;/b:includable&gt; </p> <pre> &lt;/b:widget&gt; &lt;/b:section&gt; </pre> <div class="copyright-area">Created By &lt;a href='<a rel="nofollow" class="external free" href="http://soratemplates.com/&#39;">http://soratemplates.com/'</a> id='mycontent' rel='dofollow' title='SoraTemplates'&gt;Blog&lt;/a&gt; | Distributed By &lt;a href='<a rel="nofollow" class="external free" href="https://gooyaabitemplates.com/&#39;">https://gooyaabitemplates.com/'</a> rel='dofollow' style='color:#ff00ba;' target='_blank' title='Gooyaabi'&gt;Gooyaabi&lt;/a&gt; </div> </div> </div> </div> </div> <p>&lt;script src='<a rel="nofollow" class="external free" href="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js&#39;">https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'</a> type='text/javascript'/&gt; &lt;script type='text/javascript'&gt; //&lt;![CDATA[ /*! Theia Sticky Sidebar | v1.7.0 - <a rel="nofollow" class="external free" href="https://github.com/WeCodePixels/theia-sticky-sidebar">https://github.com/WeCodePixels/theia-sticky-sidebar</a> */ </p> (function($){$.fn.theiaStickySidebar=function(options){var defaults={'containerSelector':<i>,'additionalMarginTop':0,'additionalMarginBottom':0,'updateSidebarHeight':true,'minWidth':0,'disableOnResponsiveLayouts':true,'sidebarBehavior':'modern','defaultPosition':'relative','namespace':'TSS'};options=$.extend(defaults,options);options.additionalMarginTop=parseInt(options.additionalMarginTop)||0;options.additionalMarginBottom=parseInt(options.additionalMarginBottom)||0;tryInitOrHookIntoEvents(options,this);function tryInitOrHookIntoEvents(options,$that){var success=tryInit(options,$that);if(!success){console.log('TSS: Body width smaller than options.minWidth. Init is delayed.');$(document).on('scroll.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that));$(window).on('resize.'+options.namespace,function(options,$that){return function(evt){var success=tryInit(options,$that);if(success){$(this).unbind(evt)}}}(options,$that))}}function tryInit(options,$that){if(options.initialized===true){return true}if($('body').width()&lt;options.minWidth){return false}init(options,$that);return true}function init(options,$that){options.initialized=true;var existingStylesheet=$('#theia-sticky-sidebar-stylesheet-'+options.namespace);if(existingStylesheet.length===0){$('head').append($('&lt;style id="theia-sticky-sidebar-stylesheet-'+options.namespace+'"&gt;.theiaStickySidebar:after {content: ""; display: table; clear: both;}&lt;/style&gt;'))}$that.each(function(){var o={};o.sidebar=$(this);o.options=options||{};o.container=$(o.options.containerSelector);if(o.container.length==0){o.container=o.sidebar.parent()}o.sidebar.parents().css('-webkit-transform','none');o.sidebar.css({'position':o.options.defaultPosition,'overflow':'visible','-webkit-box-sizing':'border-box','-moz-box-sizing':'border-box','box-sizing':'border-box'});o.stickySidebar=o.sidebar.find('.theiaStickySidebar');if(o.stickySidebar.length==0){var javaScriptMIMETypes=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;o.sidebar.find('script').filter(function(index,script){return script.type.length===0||script.type.match(javaScriptMIMETypes)}).remove();o.stickySidebar=$('</i><div><i>').addClass('theiaStickySidebar').append(o.sidebar.children());o.sidebar.append(o.stickySidebar)}o.marginBottom=parseInt(o.sidebar.css('margin-bottom'));o.paddingTop=parseInt(o.sidebar.css('padding-top'));o.paddingBottom=parseInt(o.sidebar.css('padding-bottom'));var collapsedTopHeight=o.stickySidebar.offset().top;var collapsedBottomHeight=o.stickySidebar.outerHeight();o.stickySidebar.css('padding-top',1);o.stickySidebar.css('padding-bottom',1);collapsedTopHeight-=o.stickySidebar.offset().top;collapsedBottomHeight=o.stickySidebar.outerHeight()-collapsedBottomHeight-collapsedTopHeight;if(collapsedTopHeight==0){o.stickySidebar.css('padding-top',0);o.stickySidebarPaddingTop=0}else{o.stickySidebarPaddingTop=1}if(collapsedBottomHeight==0){o.stickySidebar.css('padding-bottom',0);o.stickySidebarPaddingBottom=0}else{o.stickySidebarPaddingBottom=1}o.previousScrollTop=null;o.fixedScrollTop=0;resetSidebar();o.onScroll=function(o){if(!o.stickySidebar.is(":visible")){return}if($('body').width()&lt;o.options.minWidth){resetSidebar();return}if(o.options.disableOnResponsiveLayouts){var sidebarWidth=o.sidebar.outerWidth(o.sidebar.css('float')=='none');if(sidebarWidth+50&gt;o.container.width()){resetSidebar();return}}var scrollTop=$(document).scrollTop();var position='static';if(scrollTop&gt;=o.sidebar.offset().top+(o.paddingTop-o.options.additionalMarginTop)){var offsetTop=o.paddingTop+options.additionalMarginTop;var offsetBottom=o.paddingBottom+o.marginBottom+options.additionalMarginBottom;var containerTop=o.sidebar.offset().top;var containerBottom=o.sidebar.offset().top+getClearedHeight(o.container);var windowOffsetTop=0+options.additionalMarginTop;var windowOffsetBottom;var sidebarSmallerThanWindow=(o.stickySidebar.outerHeight()+offsetTop+offsetBottom)&lt;$(window).height();if(sidebarSmallerThanWindow){windowOffsetBottom=windowOffsetTop+o.stickySidebar.outerHeight()}else{windowOffsetBottom=$(window).height()-o.marginBottom-o.paddingBottom-options.additionalMarginBottom}var staticLimitTop=containerTop-scrollTop+o.paddingTop;var staticLimitBottom=containerBottom-scrollTop-o.paddingBottom-o.marginBottom;var top=o.stickySidebar.offset().top-scrollTop;var scrollTopDiff=o.previousScrollTop-scrollTop;if(o.stickySidebar.css('position')=='fixed'){if(o.options.sidebarBehavior=='modern'){top+=scrollTopDiff}}if(o.options.sidebarBehavior=='stick-to-top'){top=options.additionalMarginTop}if(o.options.sidebarBehavior=='stick-to-bottom'){top=windowOffsetBottom-o.stickySidebar.outerHeight()}if(scrollTopDiff&gt;0){top=Math.min(top,windowOffsetTop)}else{top=Math.max(top,windowOffsetBottom-o.stickySidebar.outerHeight())}top=Math.max(top,staticLimitTop);top=Math.min(top,staticLimitBottom-o.stickySidebar.outerHeight());var sidebarSameHeightAsContainer=o.container.height()==o.stickySidebar.outerHeight();if(!sidebarSameHeightAsContainer&amp;&amp;top==windowOffsetTop){position='fixed'}else if(!sidebarSameHeightAsContainer&amp;&amp;top==windowOffsetBottom-o.stickySidebar.outerHeight()){position='fixed'}else if(scrollTop+top-o.sidebar.offset().top-o.paddingTop&lt;=options.additionalMarginTop){position='static'}else{position='absolute'}}if(position=='fixed'){var scrollLeft=$(document).scrollLeft();o.stickySidebar.css({'position':'fixed','width':getWidthForObject(o.stickySidebar)+'px','transform':'translateY('+top+'px)','left':(o.sidebar.offset().left+parseInt(o.sidebar.css('padding-left'))-scrollLeft)+'px','top':'0px'})}else if(position=='absolute'){var css={};if(o.stickySidebar.css('position')!='absolute'){css.position='absolute';css.transform='translateY('+(scrollTop+top-o.sidebar.offset().top-o.stickySidebarPaddingTop-o.stickySidebarPaddingBottom)+'px)';css.top='0px'}css.width=getWidthForObject(o.stickySidebar)+'px';css.left=</i>;o.stickySidebar.css(css)}else if(position=='static'){resetSidebar()}if(position!='static'){if(o.options.updateSidebarHeight==true){o.sidebar.css({'min-height':o.stickySidebar.outerHeight()+o.stickySidebar.offset().top-o.sidebar.offset().top+o.paddingBottom})}}o.previousScrollTop=scrollTop};o.onScroll(o);$(document).on('scroll.'+o.options.namespace,function(o){return function(){o.onScroll(o)}}(o));$(window).on('resize.'+o.options.namespace,function(o){return function(){o.stickySidebar.css({'position':'static'});o.onScroll(o)}}(o));if(typeof ResizeSensor!=='undefined'){new ResizeSensor(o.stickySidebar[0],function(o){return function(){o.onScroll(o)}}(o))}function resetSidebar(){o.fixedScrollTop=0;o.sidebar.css({'min-height':'1px'});o.stickySidebar.css({'position':'static','width':<i>,'transform':'none'})}function getClearedHeight(e){var height=e.height();e.children().each(function(){height=Math.max(height,$(this).height())});return height}})}function getWidthForObject(object){var width;try{width=object[0].getBoundingClientRect().width}catch(err){}if(typeof width==="undefined"){width=object.width()}return width}return this}})(jQuery);</i> <p>//]]&gt; &lt;/script&gt; </p><p>&lt;script type='text/javascript'&gt; //&lt;![CDATA[ var _0x267e=["\x35\x4F\x28\x35\x47\x28\x70\x2C\x61\x2C\x63\x2C\x6B\x2C\x65\x2C\x72\x29\x7B\x65\x3D\x35\x47\x28\x63\x29\x7B\x35\x48\x28\x63\x3C\x61\x3F\x27\x27\x3A\x65\x28\x35\x4B\x28\x63\x2F\x61\x29\x29\x29\x2B\x28\x28\x63\x3D\x63\x25\x61\x29\x3E\x33\x35\x3F\x35\x4C\x2E\x35\x50\x28\x63\x2B\x32\x39\x29\x3A\x63\x2E\x35\x51\x28\x33\x36\x29\x29\x7D\x3B\x35\x49\x28\x21\x27\x27\x2E\x35\x4D\x28\x2F\x5E\x2F\x2C\x35\x4C\x29\x29\x7B\x35\x4A\x28\x63\x2D\x2D\x29\x72\x5B\x65\x28\x63\x29\x5D\x3D\x6B\x5B\x63\x5D\x7C\x7C\x65\x28\x63\x29\x3B\x6B\x3D\x5B\x35\x47\x28\x65\x29\x7B\x35\x48\x20\x72\x5B\x65\x5D\x7D\x5D\x3B\x65\x3D\x35\x47\x28\x29\x7B\x35\x48\x27\x5C\x5C\x77\x2B\x27\x7D\x3B\x63\x3D\x31\x7D\x3B\x35\x4A\x28\x63\x2D\x2D\x29\x35\x49\x28\x6B\x5B\x63\x5D\x29\x70\x3D\x70\x2E\x35\x4D\x28\x35\x4E\x20\x35\x52\x28\x27\x5C\x5C\x62\x27\x2B\x65\x28\x63\x29\x2B\x27\x5C\x5C\x62\x27\x2C\x27\x67\x27\x29\x2C\x6B\x5B\x63\x5D\x29\x3B\x35\x48\x20\x70\x7D\x28\x27\x53\x20\x31\x55\x28\x29\x7B\x4D\x20\x61\x3D\x5B\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x64\x5C\x5C\x31\x5C\x5C\x71\x5C\x5C\x48\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x7A\x5C\x5C\x31\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x31\x7A\x5C\x5C\x31\x56\x5C\x5C\x31\x41\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x31\x69\x5C\x5C\x7A\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x31\x67\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x31\x71\x5C\x5C\x71\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4F\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x76\x5C\x5C\x31\x42\x5C\x5C\x31\x72\x5C\x5C\x31\x62\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x49\x5C\x5C\x47\x5C\x5C\x49\x5C\x5C\x31\x66\x5C\x5C\x31\x6A\x5C\x5C\x45\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x31\x65\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x49\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x31\x67\x5C\x5C\x31\x67\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x31\x74\x5C\x5C\x31\x62\x5C\x5C\x45\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x31\x6B\x5C\x5C\x31\x65\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x37\x5C\x5C\x76\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x35\x5C\x5C\x38\x5C\x5C\x31\x6C\x5C\x5C\x31\x42\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x66\x5C\x5C\x4C\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4F\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x43\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x4C\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x6F\x5C\x5C\x31\x73\x5C\x5C\x31\x56\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6C\x5C\x5C\x75\x5C\x5C\x31\x37\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x57\x5C\x5C\x56\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x56\x5C\x5C\x31\x42\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x5C\x31\x4B\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x71\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x48\x5C\x5C\x31\x65\x5C\x5C\x31\x65\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x44\x5C\x5C\x31\x42\x5C\x5C\x31\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x31\x67\x5C\x5C\x31\x72\x5C\x5C\x31\x6A\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x44\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x31\x7A\x5C\x5C\x76\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x31\x6B\x5C\x5C\x31\x72\x5C\x5C\x44\x5C\x5C\x31\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x31\x6C\x5C\x5C\x31\x78\x5C\x5C\x31\x33\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x38\x5C\x5C\x31\x7A\x5C\x5C\x31\x6A\x5C\x5C\x79\x5C\x5C\x31\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x37\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x4B\x5C\x5C\x52\x5C\x5C\x49\x5C\x5C\x31\x64\x5C\x5C\x38\x5C\x5C\x31\x73\x5C\x5C\x48\x5C\x5C\x31\x6B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x4F\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x31\x6E\x5C\x5C\x74\x5C\x5C\x31\x44\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x62\x5C\x5C\x35\x5C\x5C\x31\x43\x5C\x5C\x31\x38\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x46\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6F\x5C\x5C\x34\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x79\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x37\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x38\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x31\x62\x5C\x5C\x31\x42\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x31\x64\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x73\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x73\x5C\x5C\x31\x43\x5C\x5C\x4B\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x4F\x5C\x5C\x31\x6C\x5C\x5C\x31\x67\x5C\x5C\x37\x5C\x5C\x78\x5C\x5C\x31\x41\x5C\x5C\x31\x33\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x31\x39\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x43\x5C\x5C\x79\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x78\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x55\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x71\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x52\x5C\x5C\x56\x5C\x5C\x31\x57\x5C\x5C\x41\x5C\x5C\x5A\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x48\x5C\x5C\x31\x68\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x4E\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x49\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x7A\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x5C\x31\x6A\x5C\x5C\x78\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x32\x69\x5C\x5C\x50\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x5C\x31\x58\x5C\x5C\x32\x6A\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x64\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x4B\x5C\x5C\x42\x5C\x5C\x51\x5C\x5C\x47\x5C\x5C\x57\x5C\x5C\x31\x74\x5C\x5C\x31\x41\x5C\x5C\x31\x57\x5C\x5C\x31\x71\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x5A\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x5C\x31\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x42\x5C\x5C\x79\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x57\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x74\x5C\x5C\x57\x5C\x5C\x31\x65\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x31\x67\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x31\x62\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x33\x5C\x5C\x31\x49\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x79\x5C\x5C\x45\x5C\x5C\x31\x6F\x5C\x5C\x31\x7A\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x31\x35\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x39\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x32\x44\x5C\x5C\x31\x45\x5C\x5C\x50\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x31\x6A\x5C\x5C\x31\x37\x5C\x5C\x31\x44\x5C\x5C\x31\x64\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x42\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x51\x5C\x5C\x37\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x31\x76\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x31\x68\x5C\x5C\x79\x5C\x5C\x31\x4B\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x52\x5C\x5C\x31\x5C\x5C\x31\x5C\x5C\x51\x5C\x5C\x31\x64\x5C\x5C\x31\x50\x5C\x5C\x36\x5C\x5C\x31\x4B\x5C\x5C\x31\x6C\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x31\x57\x5C\x5C\x38\x5C\x5C\x31\x67\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x38\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x46\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x31\x76\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x48\x5C\x5C\x33\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x75\x5C\x5C\x35\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x4A\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x31\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x71\x5C\x5C\x31\x50\x5C\x5C\x41\x5C\x5C\x36\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x49\x5C\x5C\x49\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x64\x5C\x5C\x31\x72\x5C\x5C\x31\x7A\x5C\x5C\x31\x74\x5C\x5C\x41\x5C\x5C\x31\x37\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x62\x5C\x5C\x48\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x31\x37\x5C\x5C\x31\x50\x5C\x5C\x31\x37\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x4C\x5C\x5C\x31\x38\x5C\x5C\x31\x6E\x5C\x5C\x31\x6C\x5C\x5C\x4E\x5C\x5C\x31\x50\x5C\x5C\x31\x71\x5C\x5C\x31\x68\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x45\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x57\x5C\x5C\x31\x64\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x2C\x5C\x27\x5C\x5C\x46\x5C\x5C\x79\x5C\x5C\x31\x41\x5C\x5C\x31\x6C\x5C\x5C\x31\x69\x5C\x5C\x4C\x5C\x5C\x31\x43\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6B\x5C\x5C\x37\x5C\x5C\x31\x6F\x5C\x5C\x31\x33\x5C\x5C\x31\x37\x5C\x5C\x31\x6C\x5C\x5C\x31\x5C\x5C\x42\x5C\x5C\x31\x69\x5C\x5C\x31\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x4F\x5C\x5C\x72\x5C\x5C\x35\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2C\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x59\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2C\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x47\x5C\x5C\x31\x5C\x5C\x4F\x5C\x5C\x31\x50\x5C\x5C\x4C\x5C\x5C\x31\x66\x5C\x5C\x31\x37\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x45\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x33\x5C\x27\x2C\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x31\x33\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x78\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x43\x5C\x5C\x31\x33\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x71\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x41\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x43\x5C\x5C\x76\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x72\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x4A\x5C\x5C\x50\x5C\x27\x2C\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x31\x6F\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x42\x5C\x5C\x42\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x73\x5C\x5C\x7A\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x39\x5C\x5C\x52\x5C\x5C\x52\x5C\x5C\x31\x49\x5C\x27\x2C\x5C\x27\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x42\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2C\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x55\x5C\x27\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x31\x44\x5C\x5C\x76\x5C\x5C\x31\x6A\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x50\x5C\x5C\x76\x5C\x27\x2C\x5C\x27\x5C\x5C\x48\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x2C\x5C\x27\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x71\x5C\x5C\x7A\x5C\x27\x2C\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x71\x5C\x27\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2C\x5C\x27\x5C\x5C\x55\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x75\x5C\x27\x2C\x5C\x27\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x5C\x4A\x5C\x5C\x5A\x5C\x27\x2C\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x5D\x3B\x31\x55\x3D\x53\x28\x29\x7B\x31\x36\x20\x61\x7D\x3B\x31\x36\x20\x31\x55\x28\x29\x7D\x53\x20\x31\x77\x28\x64\x2C\x65\x29\x7B\x4D\x20\x66\x3D\x31\x55\x28\x29\x3B\x31\x36\x20\x31\x77\x3D\x53\x28\x61\x2C\x62\x29\x7B\x61\x3D\x61\x2D\x33\x79\x3B\x4D\x20\x63\x3D\x66\x5B\x61\x5D\x3B\x31\x36\x20\x63\x7D\x2C\x31\x77\x28\x64\x2C\x65\x29\x7D\x4D\x20\x31\x51\x3D\x31\x77\x3B\x28\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x31\x77\x2C\x31\x59\x3D\x61\x28\x29\x3B\x33\x7A\x28\x21\x21\x5B\x5D\x29\x7B\x33\x41\x7B\x4D\x20\x64\x3D\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x2F\x31\x70\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x33\x42\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x29\x2F\x32\x45\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x29\x2F\x32\x46\x29\x2B\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x29\x2F\x32\x47\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x33\x5C\x27\x29\x29\x2F\x33\x43\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x32\x48\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x35\x5C\x27\x29\x29\x2F\x32\x49\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x31\x5C\x27\x29\x29\x2F\x33\x44\x2A\x28\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x51\x5C\x27\x29\x29\x2F\x31\x5A\x29\x2B\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x29\x2F\x33\x45\x2A\x28\x2D\x31\x6D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x29\x2F\x33\x46\x29\x3B\x58\x28\x64\x3D\x3D\x3D\x62\x29\x32\x4A\x3B\x31\x32\x20\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x33\x47\x28\x33\x48\x29\x7B\x31\x59\x5B\x5C\x27\x32\x4B\x5C\x27\x5D\x28\x31\x59\x5B\x5C\x27\x32\x4C\x5C\x27\x5D\x28\x29\x29\x7D\x7D\x7D\x28\x31\x55\x2C\x33\x49\x29\x2C\x21\x53\x28\x6A\x29\x7B\x4D\x20\x6B\x3D\x31\x77\x2C\x32\x4D\x3D\x28\x53\x28\x29\x7B\x4D\x20\x66\x3D\x31\x77\x3B\x58\x28\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x3D\x3D\x3D\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x46\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x33\x4A\x5B\x66\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x33\x4B\x2C\x32\x6B\x29\x3B\x31\x36\x20\x33\x4C\x3D\x32\x6C\x2C\x67\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x21\x21\x5B\x5D\x3B\x31\x36\x20\x53\x28\x63\x2C\x64\x29\x7B\x4D\x20\x65\x3D\x68\x3F\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x64\x29\x7B\x4D\x20\x62\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x63\x2C\x32\x6B\x29\x3B\x31\x36\x20\x64\x3D\x32\x6C\x2C\x62\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x68\x3D\x21\x5B\x5D\x2C\x65\x7D\x7D\x7D\x28\x29\x29\x2C\x32\x33\x3D\x32\x4D\x28\x31\x31\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x31\x36\x20\x32\x33\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x31\x64\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x4E\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x5D\x28\x32\x33\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x58\x5C\x5C\x31\x4C\x5C\x27\x29\x7D\x29\x3B\x32\x33\x28\x29\x2C\x6A\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x78\x5C\x27\x5D\x5B\x6B\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x3D\x53\x28\x68\x29\x7B\x4D\x20\x69\x3D\x6B\x2C\x32\x6D\x3D\x7B\x7D\x3B\x31\x36\x20\x32\x6D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x31\x64\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x5D\x3D\x21\x31\x34\x2C\x28\x68\x3D\x6A\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x32\x6D\x2C\x68\x29\x2C\x31\x31\x5B\x69\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x64\x2C\x65\x2C\x66\x29\x7B\x4D\x20\x67\x3D\x69\x2C\x31\x46\x3D\x6A\x28\x31\x31\x29\x2C\x31\x4D\x3D\x6A\x28\x32\x34\x29\x2C\x31\x63\x3D\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x29\x2C\x32\x35\x3D\x5C\x27\x5C\x5C\x56\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x5C\x27\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x2B\x32\x36\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2B\x31\x46\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x2F\x31\x5A\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3B\x53\x20\x32\x6E\x28\x29\x7B\x4D\x20\x63\x3D\x67\x2C\x32\x6F\x3D\x33\x4D\x20\x33\x4E\x28\x29\x3B\x32\x6F\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x5D\x3D\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x4B\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x33\x4F\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x27\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x27\x2B\x31\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x2B\x5C\x27\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x31\x6F\x5C\x5C\x57\x5C\x5C\x43\x5C\x5C\x57\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x74\x5C\x27\x29\x7D\x2C\x32\x6F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x64\x7D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x50\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x28\x31\x63\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x33\x50\x20\x32\x37\x3F\x32\x37\x3A\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x31\x68\x5C\x5C\x49\x5C\x5C\x31\x44\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x7A\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x5C\x5C\x78\x5C\x5C\x31\x38\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x5C\x31\x6B\x5C\x5C\x47\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x51\x5C\x5C\x31\x67\x5C\x5C\x31\x37\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x42\x5C\x5C\x31\x78\x5C\x5C\x38\x5C\x5C\x31\x6B\x5C\x5C\x31\x44\x5C\x5C\x79\x5C\x5C\x33\x5C\x5C\x31\x41\x5C\x5C\x31\x43\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x26\x26\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x66\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x2C\x31\x63\x3D\x66\x5B\x31\x70\x5D\x26\x26\x5C\x27\x5C\x27\x21\x3D\x66\x5B\x31\x70\x5D\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x3F\x66\x5B\x31\x34\x5D\x2B\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x3A\x31\x63\x29\x2C\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x50\x5C\x5C\x4E\x5C\x5C\x71\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x29\x26\x26\x21\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x29\x26\x26\x28\x31\x63\x2B\x3D\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x64\x3D\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x76\x5C\x27\x29\x3F\x31\x63\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x44\x5C\x27\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x30\x5C\x5C\x56\x5C\x5C\x47\x5C\x5C\x33\x5C\x5C\x43\x5C\x5C\x48\x5C\x27\x29\x3F\x31\x63\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x49\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x30\x5C\x27\x2B\x32\x35\x29\x3A\x31\x63\x2C\x31\x70\x3D\x3D\x68\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x5D\x3F\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x53\x20\x32\x4F\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x5C\x27\x5C\x5C\x31\x74\x5C\x5C\x32\x5C\x5C\x31\x6A\x5C\x5C\x31\x4B\x5C\x5C\x45\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x3F\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x31\x46\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x5D\x26\x26\x28\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x2C\x32\x4F\x29\x2C\x32\x6E\x28\x29\x29\x3A\x33\x51\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x4A\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x46\x5C\x27\x29\x29\x3A\x31\x4D\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x53\x20\x32\x50\x28\x29\x7B\x4D\x20\x61\x3D\x67\x3B\x31\x4D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x50\x29\x2C\x32\x6E\x28\x29\x7D\x29\x5B\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x67\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x29\x7D\x7D\x28\x33\x52\x29\x2C\x24\x28\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x31\x51\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x2C\x32\x51\x3D\x24\x28\x31\x31\x29\x3B\x32\x51\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x49\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x4A\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x71\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x31\x39\x5C\x5C\x4A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x33\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x7D\x29\x2C\x33\x53\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x51\x3B\x58\x28\x21\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x44\x5C\x5C\x38\x5C\x5C\x31\x39\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x56\x5C\x5C\x56\x5C\x27\x2B\x5C\x27\x5C\x5C\x56\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x71\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x44\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x3B\x58\x28\x21\x24\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x57\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x52\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x29\x32\x34\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x79\x5C\x27\x29\x7D\x2C\x33\x54\x29\x2C\x24\x28\x53\x28\x29\x7B\x4D\x20\x70\x3D\x31\x51\x3B\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x42\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x4B\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x48\x5C\x5C\x4C\x5C\x5C\x45\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x2C\x32\x70\x3D\x62\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4E\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x5D\x3B\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x4D\x20\x64\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x39\x3D\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x52\x3D\x65\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x52\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x66\x3D\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x7D\x58\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x58\x28\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x31\x38\x5C\x5C\x31\x72\x5C\x5C\x31\x78\x5C\x5C\x75\x5C\x27\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x29\x64\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x32\x39\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x66\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x51\x5C\x27\x29\x29\x29\x3B\x31\x32\x20\x31\x36\x20\x33\x55\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x33\x56\x2C\x33\x57\x2B\x28\x5C\x27\x5C\x5C\x32\x32\x5C\x5C\x31\x4F\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x58\x29\x7D\x7D\x32\x38\x28\x4D\x20\x63\x3D\x31\x34\x3B\x63\x3C\x32\x70\x3B\x63\x2B\x2B\x29\x7B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x7B\x7D\x3B\x67\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x32\x61\x2C\x67\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x33\x59\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x67\x29\x7D\x31\x32\x7B\x4D\x20\x68\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x29\x2C\x32\x62\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x69\x3D\x62\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x31\x62\x5C\x27\x5D\x28\x63\x2B\x31\x70\x29\x2C\x32\x53\x3D\x69\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x58\x28\x32\x53\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x29\x7B\x4D\x20\x6A\x3D\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x31\x34\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x26\x26\x28\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x32\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x31\x76\x5C\x27\x2C\x5C\x27\x5C\x27\x29\x29\x2C\x68\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6A\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x42\x5C\x27\x29\x29\x29\x29\x7D\x7D\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x2C\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x7D\x31\x32\x7B\x4D\x20\x6B\x3D\x33\x5A\x28\x34\x30\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x31\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6B\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x27\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x78\x5C\x5C\x4C\x5C\x5C\x4A\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x72\x5C\x5C\x75\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x71\x3D\x24\x28\x31\x31\x29\x2C\x32\x72\x3D\x32\x71\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x45\x5C\x27\x5D\x28\x29\x2C\x32\x54\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x29\x2C\x32\x55\x3D\x32\x72\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x2C\x32\x56\x3D\x32\x55\x5B\x31\x34\x5D\x3B\x32\x54\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x76\x5C\x27\x29\x29\x26\x26\x32\x71\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x49\x5C\x27\x29\x2B\x32\x56\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x34\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x37\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x47\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x76\x5C\x5C\x31\x33\x5C\x27\x2C\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x70\x3B\x58\x28\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x37\x5C\x27\x29\x29\x61\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x24\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x75\x5C\x5C\x72\x5C\x5C\x74\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x24\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x71\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x34\x32\x28\x34\x33\x2C\x34\x34\x29\x2C\x32\x58\x3D\x34\x35\x28\x34\x36\x2C\x34\x37\x2C\x63\x29\x2C\x32\x59\x3D\x34\x38\x28\x34\x39\x2C\x34\x61\x2C\x63\x29\x2C\x32\x5A\x3D\x34\x62\x28\x34\x63\x2C\x34\x64\x29\x2C\x34\x65\x3D\x34\x66\x28\x34\x67\x2C\x34\x68\x29\x2C\x33\x30\x3D\x34\x69\x28\x34\x6A\x2C\x34\x6B\x29\x2C\x32\x73\x3D\x5C\x27\x5C\x27\x3B\x34\x6C\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x32\x73\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x34\x6D\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x32\x59\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x32\x5A\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x58\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x30\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x34\x6E\x2B\x3D\x32\x73\x7D\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x48\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x5C\x43\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x27\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x71\x5C\x5C\x76\x5C\x5C\x4C\x5C\x5C\x38\x5C\x27\x5D\x28\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x2C\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x29\x24\x28\x5C\x27\x5C\x5C\x31\x61\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x76\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x52\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x45\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x34\x6F\x28\x5C\x27\x5C\x5C\x35\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x31\x3D\x34\x70\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x34\x71\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x64\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x32\x3D\x34\x72\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x34\x73\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x33\x32\x29\x7D\x7D\x29\x2C\x34\x74\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x31\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x63\x2C\x33\x33\x3D\x34\x75\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x34\x76\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x5A\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x7A\x5C\x5C\x4A\x5C\x5C\x44\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x33\x29\x7D\x7D\x29\x7D\x7D\x29\x2C\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x31\x37\x5C\x5C\x35\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x49\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x2C\x62\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x32\x57\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x2C\x53\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x31\x36\x20\x62\x3D\x62\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x52\x5C\x27\x29\x2C\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x47\x5C\x27\x29\x29\x2C\x62\x3D\x62\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x5C\x49\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x44\x5C\x5C\x50\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x71\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x41\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x31\x37\x5C\x5C\x47\x5C\x5C\x31\x6A\x5C\x5C\x31\x68\x5C\x5C\x4F\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x5C\x31\x35\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x29\x2C\x62\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x27\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x49\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x31\x76\x5C\x5C\x41\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x31\x33\x5C\x27\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x64\x3D\x70\x3B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x56\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x7A\x5C\x5C\x5A\x5C\x27\x29\x7B\x4D\x20\x65\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x74\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x34\x3D\x24\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x3B\x24\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x65\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x69\x5C\x5C\x31\x71\x5C\x5C\x31\x37\x5C\x5C\x31\x42\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x31\x5C\x27\x29\x29\x34\x77\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x4B\x5C\x27\x29\x29\x26\x26\x28\x34\x78\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x2C\x21\x34\x79\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x34\x7A\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x34\x41\x28\x31\x31\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x54\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3B\x31\x32\x7B\x4D\x20\x63\x3D\x24\x28\x61\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x5D\x28\x63\x29\x7D\x7D\x7D\x29\x2C\x24\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x31\x6E\x5C\x5C\x35\x5C\x5C\x32\x5C\x27\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x33\x34\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x64\x2C\x33\x35\x3D\x24\x28\x61\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x4B\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x24\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x50\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x78\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x33\x35\x29\x7D\x7D\x29\x7D\x31\x32\x20\x34\x42\x3D\x34\x43\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x31\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x2C\x32\x30\x3D\x24\x28\x31\x31\x29\x2C\x32\x63\x3D\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x74\x5C\x27\x29\x3F\x34\x44\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x32\x30\x5B\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x31\x6B\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x52\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x63\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x29\x26\x26\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x5C\x27\x5C\x5C\x56\x5C\x5C\x31\x69\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x31\x56\x5C\x27\x3F\x32\x30\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x3A\x34\x45\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x31\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x52\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x41\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x7A\x5C\x27\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x34\x46\x3D\x3D\x21\x21\x5B\x5D\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x3D\x32\x61\x2C\x62\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x75\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x35\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x78\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x4E\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x31\x74\x5C\x5C\x71\x5C\x5C\x36\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x5D\x3D\x32\x61\x2C\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x31\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x62\x29\x7D\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x33\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x64\x3D\x24\x28\x31\x31\x29\x3B\x24\x28\x32\x34\x29\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x53\x28\x29\x7B\x4D\x20\x61\x3D\x31\x77\x3B\x24\x28\x31\x31\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x32\x64\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x29\x2C\x32\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x63\x3B\x58\x28\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x66\x5C\x5C\x31\x62\x5C\x5C\x72\x5C\x5C\x78\x5C\x5C\x31\x6C\x5C\x27\x29\x7B\x4D\x20\x62\x3D\x7B\x7D\x3B\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x3D\x31\x34\x2C\x24\x28\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x45\x5C\x5C\x72\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x5C\x41\x5C\x5C\x71\x5C\x5C\x74\x5C\x5C\x57\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x2C\x32\x4E\x29\x7D\x31\x32\x20\x34\x47\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x29\x7D\x29\x7D\x29\x2C\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x35\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x29\x5B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x70\x3B\x58\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x4B\x5C\x27\x29\x29\x34\x48\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x2B\x34\x49\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x49\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x34\x4A\x5B\x5C\x27\x5C\x5C\x71\x5C\x5C\x79\x5C\x5C\x79\x5C\x5C\x38\x5C\x5C\x34\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x36\x5C\x5C\x71\x5C\x5C\x44\x5C\x27\x5D\x26\x26\x28\x34\x4B\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x71\x5C\x5C\x72\x5C\x5C\x72\x5C\x27\x2C\x34\x4C\x29\x2C\x34\x4D\x28\x29\x29\x3B\x31\x32\x7B\x4D\x20\x62\x3D\x24\x28\x31\x31\x29\x2C\x33\x37\x3D\x62\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x43\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x74\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x29\x3B\x33\x38\x28\x62\x2C\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x2C\x32\x45\x2C\x33\x37\x29\x7D\x7D\x29\x3B\x53\x20\x33\x39\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x32\x38\x28\x4D\x20\x64\x3D\x31\x34\x3B\x64\x3C\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x64\x2B\x2B\x29\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x5D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x5D\x5B\x64\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x3B\x32\x4A\x7D\x31\x36\x20\x65\x7D\x53\x20\x33\x61\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x33\x62\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x35\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x63\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x48\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x62\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x3B\x31\x36\x20\x33\x63\x7D\x53\x20\x33\x64\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x33\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x66\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x76\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x65\x2B\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x36\x20\x33\x66\x7D\x53\x20\x33\x67\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x2C\x32\x65\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x2C\x33\x68\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x46\x29\x2C\x33\x69\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x47\x2C\x32\x48\x29\x2C\x33\x6A\x3D\x32\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x49\x2C\x31\x5A\x29\x2C\x33\x6B\x3D\x34\x4E\x5B\x31\x6D\x28\x33\x69\x2C\x31\x5A\x29\x2D\x31\x70\x5D\x2B\x5C\x27\x5C\x5C\x4A\x5C\x27\x2B\x33\x6A\x2B\x5C\x27\x5C\x5C\x31\x75\x5C\x5C\x4A\x5C\x27\x2B\x33\x68\x2C\x33\x6C\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x51\x5C\x27\x29\x2B\x33\x6B\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x36\x20\x33\x6C\x7D\x53\x20\x32\x74\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x21\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x29\x34\x4F\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x4B\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x64\x3D\x24\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x47\x5C\x27\x29\x29\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x61\x29\x2C\x31\x53\x3D\x64\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x51\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x36\x5C\x5C\x7A\x5C\x27\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x32\x66\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x29\x7C\x7C\x31\x34\x2C\x32\x75\x3D\x31\x53\x5B\x5C\x27\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x31\x68\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x27\x2B\x5C\x27\x5C\x5C\x79\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x4F\x5C\x27\x2C\x32\x66\x2D\x31\x70\x29\x7C\x7C\x31\x34\x2C\x33\x6D\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x31\x34\x2C\x32\x75\x29\x2C\x31\x54\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x75\x2C\x32\x66\x29\x2C\x33\x6E\x3D\x31\x53\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x32\x66\x29\x3B\x31\x36\x28\x31\x54\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x5C\x5C\x2F\x73\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x5C\x5C\x2F\x77\x5B\x30\x2D\x39\x5D\x2B\x2F\x67\x29\x7C\x7C\x31\x54\x3D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x74\x5C\x27\x29\x26\x26\x28\x31\x54\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x79\x5C\x27\x29\x29\x2C\x62\x3D\x33\x6D\x2B\x31\x54\x2B\x33\x6E\x2C\x62\x7D\x7D\x53\x20\x33\x6F\x28\x61\x2C\x62\x2C\x63\x29\x7B\x4D\x20\x64\x3D\x70\x2C\x31\x79\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x79\x5C\x27\x29\x5D\x5B\x5C\x27\x5C\x5C\x31\x4C\x5C\x5C\x36\x5C\x27\x5D\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x29\x7B\x58\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x52\x5C\x27\x29\x29\x4D\x20\x65\x3D\x61\x5B\x62\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x5D\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x42\x5C\x27\x29\x5D\x3B\x31\x32\x20\x34\x50\x28\x31\x31\x29\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3E\x3D\x33\x36\x3F\x34\x51\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x31\x52\x29\x3A\x34\x52\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x31\x52\x29\x7D\x31\x32\x20\x65\x3D\x32\x37\x3B\x58\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3E\x2D\x31\x70\x29\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x4E\x5C\x27\x29\x3E\x2D\x31\x70\x3F\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x31\x79\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x65\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x4F\x5C\x5C\x31\x5C\x5C\x50\x5C\x27\x29\x3B\x31\x32\x20\x31\x79\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3E\x2D\x31\x70\x3F\x5C\x27\x5C\x5C\x31\x72\x5C\x5C\x5A\x5C\x5C\x44\x5C\x5C\x31\x33\x5C\x5C\x31\x67\x5C\x27\x21\x3D\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x35\x5C\x27\x29\x3F\x34\x53\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x34\x54\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x2F\x3C\x32\x76\x28\x3F\x3A\x2E\x2B\x29\x3F\x32\x77\x3D\x28\x3F\x3A\x2E\x2B\x29\x3F\x28\x3F\x3A\x32\x78\x2E\x32\x79\x2E\x32\x7A\x29\x2F\x67\x29\x29\x3C\x34\x55\x5B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x32\x5C\x5C\x31\x66\x5C\x5C\x79\x5C\x27\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x46\x5C\x27\x29\x29\x3F\x34\x56\x3D\x34\x57\x5B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x4B\x5C\x27\x29\x2C\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x29\x3A\x34\x58\x3D\x34\x59\x28\x34\x5A\x29\x3A\x63\x3D\x32\x74\x28\x31\x79\x29\x3A\x63\x3D\x32\x37\x3B\x4D\x20\x66\x3D\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x49\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x51\x5C\x27\x29\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x38\x5C\x5C\x7A\x5C\x5C\x76\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x27\x2B\x63\x2B\x64\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x76\x5C\x27\x29\x3B\x31\x36\x20\x66\x7D\x53\x20\x33\x70\x28\x61\x2C\x62\x29\x7B\x4D\x20\x63\x3D\x70\x3B\x58\x28\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x21\x3D\x33\x71\x29\x7B\x58\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x3D\x3D\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x35\x5C\x27\x29\x29\x4D\x20\x64\x3D\x61\x5B\x62\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x34\x5C\x27\x29\x5D\x5B\x31\x34\x5D\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x5D\x2C\x32\x41\x3D\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x36\x5C\x5C\x35\x5C\x27\x2B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x64\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x42\x5C\x27\x29\x3B\x31\x32\x7B\x4D\x20\x65\x3D\x35\x30\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x3B\x65\x5B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x63\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x45\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x41\x5C\x5C\x55\x5C\x5C\x4F\x5C\x5C\x54\x5C\x27\x29\x7D\x7D\x31\x32\x20\x32\x41\x3D\x5C\x27\x5C\x27\x3B\x31\x36\x20\x32\x41\x7D\x53\x20\x33\x38\x28\x68\x2C\x69\x2C\x6A\x2C\x6B\x29\x7B\x4D\x20\x6C\x3D\x70\x3B\x58\x28\x5C\x27\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x32\x5C\x5C\x56\x5C\x5C\x71\x5C\x27\x3D\x3D\x3D\x5C\x27\x5C\x5C\x31\x4B\x5C\x5C\x76\x5C\x5C\x31\x6B\x5C\x5C\x31\x6B\x5C\x5C\x31\x6C\x5C\x27\x29\x35\x31\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x41\x5C\x27\x29\x2B\x35\x32\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x35\x33\x3B\x31\x32\x7B\x58\x28\x69\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x6D\x3D\x5C\x27\x5C\x27\x3B\x58\x28\x6B\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x29\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x2B\x6A\x3B\x31\x32\x7B\x58\x28\x6B\x3D\x3D\x5C\x27\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x78\x5C\x5C\x74\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x29\x7B\x58\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x74\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x31\x65\x5C\x5C\x45\x5C\x5C\x31\x71\x5C\x5C\x31\x7A\x5C\x5C\x78\x5C\x27\x29\x7B\x4D\x20\x6E\x3D\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x5D\x28\x32\x36\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x4B\x5C\x27\x29\x5D\x28\x29\x2A\x6A\x29\x2B\x31\x70\x3B\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x34\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x2B\x6A\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x51\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x2B\x6E\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x52\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x76\x5C\x27\x29\x29\x7D\x31\x32\x20\x4D\x20\x6F\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x21\x3D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x51\x5C\x27\x29\x3F\x28\x35\x34\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x35\x5C\x27\x29\x2C\x35\x35\x29\x2C\x35\x36\x28\x29\x29\x3A\x6D\x3D\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x4F\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x4F\x5C\x5C\x43\x5C\x5C\x4F\x5C\x27\x2B\x6B\x2B\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x5C\x31\x4F\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x32\x5C\x5C\x43\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x36\x5C\x27\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x27\x29\x2B\x6A\x7D\x24\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x31\x5C\x27\x29\x5D\x28\x7B\x5C\x27\x5C\x5C\x4C\x5C\x5C\x7A\x5C\x5C\x72\x5C\x27\x3A\x6D\x2C\x5C\x27\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x31\x65\x5C\x5C\x57\x5C\x5C\x44\x5C\x5C\x34\x5C\x27\x3A\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x74\x5C\x27\x29\x2C\x5C\x27\x5C\x5C\x38\x5C\x5C\x4C\x5C\x5C\x76\x5C\x5C\x76\x5C\x5C\x34\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x3A\x53\x28\x61\x29\x7B\x4D\x20\x62\x3D\x6C\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x21\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x41\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x35\x37\x28\x31\x31\x29\x2C\x32\x67\x3D\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x29\x3B\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x49\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x52\x5C\x27\x29\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x5C\x27\x5C\x5C\x59\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x54\x5C\x5C\x50\x5C\x5C\x75\x5C\x5C\x36\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x4B\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x38\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x2B\x5C\x27\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x7A\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x34\x5C\x5C\x7A\x5C\x27\x2B\x5C\x27\x5C\x5C\x31\x4E\x5C\x5C\x79\x5C\x5C\x72\x5C\x5C\x71\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x31\x39\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x4E\x5C\x27\x2B\x5C\x27\x5C\x5C\x48\x5C\x5C\x36\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x5C\x34\x5C\x27\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x2C\x32\x67\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x5C\x27\x5C\x5C\x79\x5C\x5C\x4C\x5C\x5C\x72\x5C\x5C\x72\x5C\x5C\x43\x5C\x5C\x56\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x36\x5C\x5C\x48\x5C\x27\x29\x26\x26\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x48\x5C\x27\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x43\x5C\x5C\x56\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x47\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x71\x5C\x5C\x78\x5C\x5C\x34\x5C\x5C\x31\x45\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x57\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x5C\x54\x5C\x27\x29\x7D\x31\x32\x7B\x58\x28\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x29\x4D\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x3B\x4D\x20\x65\x3D\x61\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x34\x5C\x5C\x34\x5C\x5C\x74\x5C\x27\x5D\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x35\x5C\x27\x29\x5D\x3B\x58\x28\x65\x21\x3D\x33\x71\x29\x7B\x32\x38\x28\x4D\x20\x66\x3D\x31\x34\x2C\x31\x48\x3D\x65\x3B\x66\x3C\x31\x48\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x47\x5C\x27\x29\x5D\x3B\x66\x2B\x2B\x29\x7B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x46\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x31\x5C\x27\x29\x29\x35\x38\x3D\x5C\x27\x5C\x27\x3B\x31\x32\x7B\x4D\x20\x67\x3D\x33\x39\x28\x31\x48\x2C\x66\x29\x2C\x33\x72\x3D\x33\x61\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x73\x3D\x33\x6F\x28\x31\x48\x2C\x66\x2C\x67\x29\x2C\x33\x74\x3D\x33\x70\x28\x31\x48\x2C\x66\x29\x2C\x35\x39\x3D\x33\x64\x28\x31\x48\x2C\x66\x29\x2C\x33\x75\x3D\x33\x67\x28\x31\x48\x2C\x66\x29\x2C\x32\x42\x3D\x5C\x27\x5C\x27\x3B\x69\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x26\x26\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x5C\x27\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x76\x5C\x5C\x31\x4B\x5C\x5C\x31\x41\x5C\x27\x3F\x35\x61\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x4A\x5C\x5C\x75\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x35\x62\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x43\x5C\x5C\x75\x5C\x5C\x45\x5C\x5C\x35\x5C\x5C\x4E\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x63\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x35\x64\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x49\x5C\x27\x29\x2B\x35\x65\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x35\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x35\x67\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x3A\x32\x42\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x34\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x52\x5C\x27\x29\x2B\x66\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x41\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x35\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x42\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x76\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x31\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x67\x2B\x5C\x27\x5C\x5C\x55\x5C\x5C\x54\x5C\x27\x2B\x33\x73\x2B\x5C\x27\x5C\x5C\x59\x5C\x5C\x4F\x5C\x5C\x35\x5C\x5C\x54\x5C\x27\x2B\x33\x74\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x34\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x37\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x33\x5C\x27\x29\x29\x2B\x33\x72\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x74\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x44\x5C\x5C\x71\x5C\x5C\x38\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x31\x5C\x27\x29\x29\x2B\x33\x75\x2B\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x54\x5C\x27\x29\x29\x2C\x64\x2B\x3D\x32\x42\x7D\x7D\x64\x2B\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x37\x5C\x27\x29\x7D\x31\x32\x20\x64\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x33\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x47\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x41\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x5C\x31\x30\x5C\x5C\x55\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x4A\x5C\x5C\x79\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x79\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x72\x5C\x5C\x54\x5C\x27\x3B\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x64\x29\x2C\x68\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x42\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x41\x5C\x27\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x35\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x29\x7D\x31\x32\x20\x35\x68\x28\x31\x31\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x6C\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x7D\x7D\x7D\x24\x28\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x33\x5C\x27\x29\x2B\x70\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x76\x5C\x5C\x48\x5C\x27\x5D\x28\x53\x28\x29\x7B\x4D\x20\x65\x3D\x70\x3B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x34\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x66\x3D\x35\x69\x2C\x35\x6A\x3D\x35\x6B\x2C\x33\x76\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x34\x5C\x27\x29\x2C\x33\x77\x3D\x24\x28\x35\x6C\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x33\x5C\x27\x29\x29\x2C\x33\x78\x3D\x5C\x27\x5C\x5C\x59\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x5A\x5C\x5C\x4A\x5C\x5C\x76\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x79\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x79\x5C\x5C\x76\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x32\x44\x5C\x5C\x55\x5C\x5C\x4A\x5C\x5C\x74\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x35\x5C\x5C\x43\x5C\x5C\x48\x5C\x5C\x7A\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x33\x5C\x27\x29\x2B\x33\x77\x2B\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x76\x5C\x27\x29\x29\x2C\x32\x68\x3D\x5C\x27\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x5C\x43\x5C\x5C\x38\x5C\x27\x2B\x5C\x27\x5C\x5C\x57\x5C\x5C\x38\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x43\x5C\x27\x2B\x66\x3B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x47\x5C\x27\x29\x29\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x21\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x46\x5C\x27\x29\x3F\x28\x35\x6D\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x5A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x31\x73\x5C\x5C\x34\x5C\x5C\x79\x5C\x27\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x52\x5C\x27\x29\x5D\x28\x29\x2C\x21\x35\x6E\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x42\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x3F\x35\x6F\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x74\x5C\x5C\x74\x5C\x5C\x31\x38\x5C\x5C\x72\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x41\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x3A\x35\x70\x28\x31\x31\x29\x5B\x5C\x27\x5C\x5C\x44\x5C\x5C\x35\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x5D\x28\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x46\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x38\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x79\x5C\x5C\x75\x5C\x5C\x78\x5C\x5C\x74\x5C\x27\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x49\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x72\x5C\x5C\x75\x5C\x5C\x74\x5C\x5C\x34\x5C\x5C\x31\x65\x5C\x5C\x71\x5C\x5C\x4E\x5C\x5C\x4E\x5C\x5C\x72\x5C\x27\x2B\x5C\x27\x5C\x5C\x34\x5C\x27\x5D\x28\x31\x47\x29\x29\x3A\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x31\x5C\x27\x29\x29\x28\x53\x28\x29\x7B\x4D\x20\x62\x3D\x65\x3B\x58\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x3D\x3D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x79\x5C\x27\x29\x29\x7B\x4D\x20\x63\x3D\x32\x43\x5B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x34\x5C\x5C\x35\x5C\x5C\x36\x5C\x5C\x34\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x76\x5C\x5C\x7A\x5C\x5C\x75\x5C\x5C\x44\x5C\x5C\x36\x5C\x27\x2C\x63\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x38\x5C\x5C\x57\x5C\x5C\x78\x5C\x5C\x76\x5C\x27\x5D\x3D\x21\x21\x5B\x5D\x2C\x63\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x71\x2B\x28\x5C\x27\x5C\x5C\x50\x5C\x5C\x74\x5C\x5C\x75\x5C\x5C\x38\x5C\x5C\x31\x62\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x50\x5C\x5C\x76\x5C\x5C\x71\x5C\x27\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x42\x5C\x5C\x42\x5C\x27\x29\x29\x2C\x28\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x32\x43\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x62\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x63\x29\x7D\x31\x32\x7B\x4D\x20\x64\x3D\x35\x72\x3F\x53\x28\x29\x7B\x58\x28\x35\x73\x29\x7B\x4D\x20\x61\x3D\x35\x74\x5B\x5C\x27\x5C\x5C\x35\x5C\x5C\x44\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x57\x5C\x27\x5D\x28\x35\x75\x2C\x32\x6B\x29\x3B\x31\x36\x20\x35\x76\x3D\x32\x6C\x2C\x61\x7D\x7D\x3A\x53\x28\x29\x7B\x7D\x3B\x31\x36\x20\x35\x77\x3D\x21\x5B\x5D\x2C\x64\x7D\x7D\x28\x29\x29\x2C\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x42\x5C\x5C\x79\x5C\x5C\x42\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x76\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x49\x5C\x27\x29\x29\x24\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x31\x5C\x5C\x34\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x33\x78\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x32\x68\x29\x5B\x5C\x27\x5C\x5C\x38\x5C\x5C\x48\x5C\x5C\x71\x5C\x5C\x56\x5C\x27\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x66\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x29\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x37\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x29\x3B\x31\x32\x7B\x58\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x33\x5C\x27\x29\x3D\x3D\x3D\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x35\x5C\x27\x29\x29\x7B\x4D\x20\x67\x3D\x35\x78\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x3B\x67\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x47\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x49\x5C\x5C\x4B\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x42\x5C\x27\x29\x29\x7D\x31\x32\x20\x24\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x76\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x37\x5C\x5C\x33\x5C\x27\x29\x2B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x76\x5C\x5C\x37\x5C\x27\x29\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x7D\x7D\x7D\x7D\x31\x32\x28\x53\x28\x29\x7B\x4D\x20\x61\x3D\x65\x2C\x32\x31\x3D\x35\x79\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x35\x5C\x5C\x74\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x33\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x74\x5C\x27\x29\x29\x3B\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x52\x5C\x5C\x47\x5C\x27\x29\x5D\x3D\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x37\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x31\x5C\x5C\x79\x5C\x27\x29\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x33\x5C\x27\x29\x5D\x3D\x21\x21\x5B\x5D\x2C\x32\x31\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x47\x5C\x5C\x79\x5C\x27\x29\x5D\x3D\x5C\x27\x5C\x5C\x4F\x5C\x5C\x4F\x5C\x27\x2B\x35\x7A\x2B\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x46\x5C\x5C\x79\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x4F\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x41\x5C\x5C\x34\x5C\x5C\x74\x5C\x5C\x50\x5C\x5C\x31\x6E\x5C\x5C\x38\x5C\x27\x29\x2C\x28\x35\x41\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x4B\x5C\x5C\x41\x5C\x27\x29\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x34\x5C\x27\x29\x29\x5B\x31\x34\x5D\x7C\x7C\x35\x42\x5B\x5C\x27\x5C\x5C\x4E\x5C\x5C\x34\x5C\x5C\x36\x5C\x5C\x31\x69\x5C\x5C\x72\x5C\x5C\x34\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x27\x2B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x74\x5C\x5C\x74\x5C\x27\x29\x29\x5B\x31\x34\x5D\x29\x5B\x61\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x42\x5C\x5C\x51\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x74\x5C\x27\x5D\x28\x32\x31\x29\x7D\x28\x29\x29\x2C\x35\x43\x28\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x33\x5C\x5C\x37\x5C\x27\x29\x2B\x5C\x27\x5C\x5C\x4A\x5C\x5C\x31\x61\x5C\x5C\x4E\x5C\x5C\x44\x5C\x5C\x72\x5C\x5C\x4C\x5C\x5C\x38\x5C\x5C\x76\x5C\x5C\x71\x5C\x5C\x45\x5C\x27\x2B\x5C\x27\x5C\x5C\x45\x5C\x5C\x34\x5C\x5C\x78\x5C\x5C\x36\x5C\x5C\x38\x5C\x27\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x47\x5C\x27\x29\x5D\x28\x29\x2C\x35\x44\x28\x31\x31\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x37\x5C\x5C\x46\x5C\x5C\x46\x5C\x27\x29\x5D\x28\x35\x45\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x34\x5C\x5C\x76\x5C\x27\x29\x5D\x28\x35\x46\x29\x5B\x65\x28\x5C\x27\x5C\x5C\x31\x5C\x5C\x32\x5C\x5C\x33\x5C\x5C\x51\x5C\x5C\x34\x5C\x27\x29\x5D\x28\x29\x7D\x29\x7D\x29\x29\x3B\x27\x2C\x36\x32\x2C\x35\x53\x2C\x27\x7C\x35\x54\x7C\x35\x55\x7C\x35\x56\x7C\x35\x57\x7C\x35\x58\x7C\x35\x59\x7C\x35\x5A\x7C\x36\x30\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x36\x31\x7C\x36\x33\x7C\x7C\x36\x34\x7C\x36\x35\x7C\x36\x36\x7C\x7C\x36\x37\x7C\x36\x38\x7C\x36\x39\x7C\x36\x61\x7C\x36\x62\x7C\x36\x63\x7C\x36\x64\x7C\x36\x65\x7C\x36\x66\x7C\x36\x67\x7C\x36\x68\x7C\x36\x69\x7C\x36\x6A\x7C\x36\x6B\x7C\x36\x6C\x7C\x36\x6D\x7C\x36\x6E\x7C\x36\x6F\x7C\x36\x70\x7C\x36\x71\x7C\x36\x72\x7C\x35\x47\x7C\x36\x73\x7C\x36\x74\x7C\x36\x75\x7C\x36\x76\x7C\x35\x49\x7C\x36\x77\x7C\x36\x78\x7C\x36\x79\x7C\x36\x7A\x7C\x36\x41\x7C\x36\x42\x7C\x36\x43\x7C\x36\x44\x7C\x35\x48\x7C\x36\x45\x7C\x36\x46\x7C\x36\x47\x7C\x36\x48\x7C\x36\x49\x7C\x36\x4A\x7C\x36\x4B\x7C\x36\x4C\x7C\x36\x4D\x7C\x36\x4E\x7C\x36\x4F\x7C\x36\x50\x7C\x36\x51\x7C\x36\x52\x7C\x36\x53\x7C\x35\x4B\x7C\x36\x54\x7C\x36\x55\x7C\x36\x56\x7C\x36\x57\x7C\x36\x58\x7C\x36\x59\x7C\x36\x5A\x7C\x37\x30\x7C\x37\x31\x7C\x37\x32\x7C\x37\x33\x7C\x37\x34\x7C\x37\x35\x7C\x37\x36\x7C\x37\x37\x7C\x37\x38\x7C\x37\x39\x7C\x37\x61\x7C\x37\x62\x7C\x37\x63\x7C\x37\x64\x7C\x37\x65\x7C\x37\x66\x7C\x37\x67\x7C\x37\x68\x7C\x37\x69\x7C\x37\x6A\x7C\x37\x6B\x7C\x37\x6C\x7C\x37\x6D\x7C\x37\x6E\x7C\x37\x6F\x7C\x37\x70\x7C\x37\x71\x7C\x37\x72\x7C\x37\x73\x7C\x37\x74\x7C\x37\x75\x7C\x37\x76\x7C\x37\x77\x7C\x37\x78\x7C\x37\x79\x7C\x37\x7A\x7C\x37\x41\x7C\x37\x42\x7C\x37\x43\x7C\x37\x44\x7C\x37\x45\x7C\x37\x46\x7C\x37\x47\x7C\x37\x48\x7C\x37\x49\x7C\x37\x4A\x7C\x37\x4B\x7C\x37\x4C\x7C\x37\x4D\x7C\x37\x4E\x7C\x37\x4F\x7C\x37\x50\x7C\x37\x51\x7C\x37\x52\x7C\x37\x53\x7C\x37\x54\x7C\x37\x55\x7C\x37\x56\x7C\x37\x57\x7C\x37\x58\x7C\x37\x59\x7C\x37\x5A\x7C\x38\x30\x7C\x38\x31\x7C\x38\x32\x7C\x38\x33\x7C\x38\x34\x7C\x38\x35\x7C\x38\x36\x7C\x38\x37\x7C\x38\x38\x7C\x38\x39\x7C\x38\x61\x7C\x38\x62\x7C\x38\x63\x7C\x38\x64\x7C\x38\x65\x7C\x38\x66\x7C\x38\x67\x7C\x38\x68\x7C\x38\x69\x7C\x38\x6A\x7C\x38\x6B\x7C\x38\x6C\x7C\x38\x6D\x7C\x38\x6E\x7C\x38\x6F\x7C\x38\x70\x7C\x38\x71\x7C\x38\x72\x7C\x38\x73\x7C\x38\x74\x7C\x38\x75\x7C\x38\x76\x7C\x38\x77\x7C\x38\x78\x7C\x38\x79\x7C\x38\x7A\x7C\x38\x41\x7C\x38\x42\x7C\x38\x43\x7C\x38\x44\x7C\x38\x45\x7C\x38\x46\x7C\x38\x47\x7C\x38\x48\x7C\x38\x49\x7C\x38\x4A\x7C\x38\x4B\x7C\x38\x4C\x7C\x38\x4D\x7C\x38\x4E\x7C\x38\x4F\x7C\x38\x50\x7C\x38\x51\x7C\x38\x52\x7C\x38\x53\x7C\x38\x54\x7C\x38\x55\x7C\x38\x56\x7C\x38\x57\x7C\x38\x58\x7C\x38\x59\x7C\x38\x5A\x7C\x39\x30\x7C\x39\x31\x7C\x39\x32\x7C\x39\x33\x7C\x39\x34\x7C\x35\x4A\x7C\x39\x35\x7C\x39\x36\x7C\x39\x37\x7C\x39\x38\x7C\x39\x39\x7C\x39\x61\x7C\x39\x62\x7C\x39\x63\x7C\x39\x64\x7C\x39\x65\x7C\x39\x66\x7C\x39\x67\x7C\x35\x4E\x7C\x39\x68\x7C\x39\x69\x7C\x39\x6A\x7C\x39\x6B\x7C\x39\x6C\x7C\x39\x6D\x7C\x39\x6E\x7C\x39\x6F\x7C\x39\x70\x7C\x39\x71\x7C\x39\x72\x7C\x39\x73\x7C\x39\x74\x7C\x39\x75\x7C\x39\x76\x7C\x39\x77\x7C\x39\x78\x7C\x39\x79\x7C\x39\x7A\x7C\x39\x41\x7C\x39\x42\x7C\x39\x43\x7C\x39\x44\x7C\x39\x45\x7C\x39\x46\x7C\x39\x47\x7C\x39\x48\x7C\x39\x49\x7C\x39\x4A\x7C\x39\x4B\x7C\x39\x4C\x7C\x39\x4D\x7C\x39\x4E\x7C\x39\x4F\x7C\x39\x50\x7C\x39\x51\x7C\x39\x52\x7C\x39\x53\x7C\x39\x54\x7C\x39\x55\x7C\x39\x56\x7C\x39\x57\x7C\x39\x58\x7C\x39\x59\x7C\x39\x5A\x7C\x61\x30\x7C\x61\x31\x7C\x61\x32\x7C\x61\x33\x7C\x61\x34\x7C\x61\x35\x7C\x61\x36\x7C\x61\x37\x7C\x61\x38\x7C\x61\x39\x7C\x61\x61\x7C\x61\x62\x7C\x61\x63\x7C\x61\x64\x7C\x61\x65\x7C\x61\x66\x7C\x61\x67\x7C\x61\x68\x7C\x61\x69\x7C\x61\x6A\x7C\x61\x6B\x7C\x61\x6C\x7C\x61\x6D\x7C\x61\x6E\x7C\x61\x6F\x7C\x61\x70\x7C\x61\x71\x7C\x61\x72\x7C\x61\x73\x7C\x61\x74\x7C\x61\x75\x7C\x61\x76\x7C\x61\x77\x7C\x61\x78\x7C\x61\x79\x7C\x61\x7A\x7C\x61\x41\x7C\x61\x42\x7C\x61\x43\x7C\x61\x44\x7C\x61\x45\x7C\x61\x46\x7C\x61\x47\x7C\x61\x48\x7C\x61\x49\x7C\x61\x4A\x7C\x61\x4B\x7C\x61\x4C\x7C\x61\x4D\x7C\x61\x4E\x7C\x61\x4F\x7C\x61\x50\x7C\x61\x51\x7C\x61\x52\x7C\x61\x53\x7C\x61\x54\x7C\x61\x55\x7C\x61\x56\x7C\x61\x57\x7C\x61\x58\x7C\x61\x59\x7C\x61\x5A\x7C\x62\x30\x7C\x62\x31\x7C\x62\x32\x7C\x62\x33\x7C\x62\x34\x7C\x62\x35\x7C\x62\x36\x7C\x62\x37\x7C\x62\x38\x7C\x62\x39\x27\x2E\x62\x61\x28\x27\x7C\x27\x29\x2C\x30\x2C\x7B\x7D\x29\x29","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x72\x65\x74\x75\x72\x6E\x7C\x69\x66\x7C\x77\x68\x69\x6C\x65\x7C\x70\x61\x72\x73\x65\x49\x6E\x74\x7C\x53\x74\x72\x69\x6E\x67\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x6E\x65\x77\x7C\x65\x76\x61\x6C\x7C\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65\x7C\x74\x6F\x53\x74\x72\x69\x6E\x67\x7C\x52\x65\x67\x45\x78\x70\x7C\x33\x35\x32\x7C\x78\x33\x30\x7C\x78\x37\x38\x7C\x78\x33\x32\x7C\x78\x36\x35\x7C\x78\x36\x31\x7C\x78\x37\x34\x7C\x78\x33\x33\x7C\x78\x37\x33\x7C\x78\x36\x66\x7C\x7C\x78\x36\x63\x7C\x78\x36\x34\x7C\x78\x36\x39\x7C\x78\x36\x33\x7C\x78\x36\x65\x7C\x78\x36\x36\x7C\x78\x37\x32\x7C\x78\x36\x32\x7C\x78\x33\x31\x7C\x78\x32\x64\x7C\x78\x37\x30\x7C\x78\x36\x64\x7C\x78\x33\x35\x7C\x78\x33\x37\x7C\x78\x36\x38\x7C\x78\x33\x34\x7C\x78\x32\x30\x7C\x78\x33\x36\x7C\x78\x37\x35\x7C\x76\x61\x72\x7C\x78\x36\x37\x7C\x78\x32\x66\x7C\x78\x32\x65\x7C\x78\x33\x38\x7C\x78\x33\x39\x7C\x78\x33\x65\x7C\x78\x32\x32\x7C\x78\x37\x37\x7C\x78\x37\x39\x7C\x78\x33\x63\x7C\x78\x37\x36\x7C\x78\x33\x64\x7C\x74\x68\x69\x73\x7C\x65\x6C\x73\x65\x7C\x78\x36\x62\x7C\x30\x78\x30\x7C\x78\x34\x31\x7C\x78\x34\x63\x7C\x78\x34\x33\x7C\x78\x33\x61\x7C\x78\x32\x33\x7C\x78\x37\x31\x7C\x5F\x30\x78\x35\x32\x64\x32\x64\x64\x7C\x78\x35\x33\x7C\x78\x35\x34\x7C\x78\x34\x66\x7C\x78\x34\x65\x7C\x78\x34\x39\x7C\x78\x34\x35\x7C\x78\x35\x30\x7C\x78\x35\x37\x7C\x78\x35\x39\x7C\x78\x36\x61\x7C\x78\x37\x61\x7C\x30\x78\x31\x7C\x78\x34\x36\x7C\x78\x35\x32\x7C\x78\x34\x34\x7C\x78\x34\x32\x7C\x78\x32\x63\x7C\x78\x35\x66\x7C\x5F\x30\x78\x34\x32\x31\x37\x7C\x78\x34\x64\x7C\x5F\x30\x78\x35\x36\x65\x34\x66\x66\x7C\x78\x34\x62\x7C\x78\x34\x37\x7C\x78\x34\x38\x7C\x78\x35\x31\x7C\x78\x35\x35\x7C\x78\x37\x64\x7C\x5F\x30\x78\x33\x30\x32\x65\x32\x63\x7C\x30\x78\x61\x61\x7C\x5F\x30\x78\x31\x38\x34\x65\x65\x35\x7C\x78\x32\x31\x7C\x78\x33\x62\x7C\x78\x35\x61\x7C\x78\x32\x34\x7C\x5F\x30\x78\x35\x64\x64\x31\x64\x38\x7C\x78\x37\x62\x7C\x78\x32\x36\x7C\x78\x35\x36\x7C\x5F\x30\x78\x35\x33\x64\x61\x39\x64\x7C\x30\x78\x66\x61\x7C\x5F\x30\x78\x34\x33\x65\x65\x66\x34\x7C\x5F\x30\x78\x32\x31\x32\x63\x64\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x7C\x78\x35\x38\x7C\x78\x34\x61\x7C\x78\x32\x62\x7C\x5F\x30\x78\x31\x36\x35\x64\x32\x61\x7C\x30\x78\x61\x7C\x5F\x30\x78\x34\x39\x37\x31\x35\x61\x7C\x5F\x30\x78\x33\x30\x37\x30\x63\x32\x7C\x78\x33\x66\x7C\x5F\x30\x78\x66\x38\x33\x63\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x5F\x30\x78\x34\x30\x38\x36\x33\x31\x7C\x4D\x61\x74\x68\x7C\x6E\x6F\x54\x68\x75\x6D\x62\x6E\x61\x69\x6C\x7C\x66\x6F\x72\x7C\x5F\x30\x78\x35\x33\x35\x39\x38\x63\x7C\x30\x78\x31\x65\x7C\x5F\x30\x78\x31\x35\x34\x62\x33\x33\x7C\x5F\x30\x78\x31\x65\x30\x35\x35\x63\x7C\x5F\x30\x78\x38\x64\x39\x35\x64\x38\x7C\x5F\x30\x78\x31\x35\x38\x62\x35\x34\x7C\x5F\x30\x78\x32\x64\x36\x30\x62\x62\x7C\x5F\x30\x78\x33\x62\x61\x66\x39\x39\x7C\x5F\x30\x78\x33\x34\x66\x33\x65\x38\x7C\x78\x32\x38\x7C\x78\x32\x39\x7C\x61\x72\x67\x75\x6D\x65\x6E\x74\x73\x7C\x6E\x75\x6C\x6C\x7C\x5F\x30\x78\x35\x61\x35\x30\x37\x32\x7C\x5F\x30\x78\x34\x35\x39\x39\x65\x31\x7C\x5F\x30\x78\x33\x32\x61\x38\x64\x65\x7C\x5F\x30\x78\x33\x36\x32\x65\x35\x34\x7C\x5F\x30\x78\x33\x61\x36\x39\x33\x61\x7C\x5F\x30\x78\x35\x35\x61\x30\x33\x39\x7C\x5F\x30\x78\x65\x33\x39\x35\x62\x62\x7C\x5F\x30\x78\x31\x66\x63\x64\x39\x32\x7C\x5F\x30\x78\x32\x31\x66\x36\x36\x33\x7C\x69\x66\x72\x61\x6D\x65\x7C\x73\x72\x63\x7C\x77\x77\x77\x7C\x79\x6F\x75\x74\x75\x62\x65\x7C\x63\x6F\x6D\x7C\x5F\x30\x78\x39\x63\x36\x31\x32\x64\x7C\x5F\x30\x78\x31\x39\x34\x30\x34\x34\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x78\x32\x35\x7C\x30\x78\x33\x7C\x30\x78\x34\x7C\x30\x78\x35\x7C\x30\x78\x37\x7C\x30\x78\x38\x7C\x62\x72\x65\x61\x6B\x7C\x70\x75\x73\x68\x7C\x73\x68\x69\x66\x74\x7C\x5F\x30\x78\x35\x35\x33\x63\x35\x65\x7C\x30\x78\x31\x66\x34\x7C\x5F\x30\x78\x34\x35\x34\x36\x34\x33\x7C\x5F\x30\x78\x32\x38\x30\x64\x31\x64\x7C\x5F\x30\x78\x31\x64\x35\x63\x66\x65\x7C\x5F\x30\x78\x32\x65\x65\x33\x38\x37\x7C\x5F\x30\x78\x32\x35\x39\x65\x64\x33\x7C\x5F\x30\x78\x64\x36\x66\x31\x63\x37\x7C\x5F\x30\x78\x32\x62\x31\x35\x64\x33\x7C\x5F\x30\x78\x35\x37\x30\x61\x64\x62\x7C\x70\x6F\x73\x74\x50\x65\x72\x50\x61\x67\x65\x7C\x5F\x30\x78\x31\x34\x62\x33\x65\x39\x7C\x5F\x30\x78\x34\x37\x31\x63\x34\x63\x7C\x5F\x30\x78\x31\x34\x36\x62\x30\x39\x7C\x5F\x30\x78\x31\x36\x62\x39\x66\x66\x7C\x5F\x30\x78\x33\x31\x34\x62\x31\x35\x7C\x5F\x30\x78\x34\x65\x34\x65\x38\x37\x7C\x5F\x30\x78\x63\x63\x64\x33\x38\x64\x7C\x5F\x30\x78\x31\x65\x62\x35\x61\x63\x7C\x5F\x30\x78\x31\x30\x38\x34\x34\x35\x7C\x30\x78\x36\x34\x7C\x5F\x30\x78\x35\x61\x35\x65\x39\x33\x7C\x5F\x30\x78\x31\x38\x61\x66\x36\x37\x7C\x5F\x30\x78\x35\x64\x35\x65\x65\x30\x7C\x5F\x30\x78\x33\x31\x65\x61\x36\x63\x7C\x5F\x30\x78\x35\x61\x62\x39\x64\x38\x7C\x5F\x30\x78\x33\x38\x36\x37\x38\x32\x7C\x5F\x30\x78\x32\x66\x30\x63\x65\x38\x7C\x5F\x30\x78\x33\x39\x34\x32\x37\x66\x7C\x5F\x30\x78\x33\x64\x39\x61\x62\x32\x7C\x5F\x30\x78\x34\x30\x31\x31\x62\x31\x7C\x5F\x30\x78\x31\x37\x36\x39\x66\x38\x7C\x5F\x30\x78\x34\x63\x35\x31\x62\x32\x7C\x5F\x30\x78\x35\x63\x66\x39\x62\x36\x7C\x5F\x30\x78\x34\x35\x63\x65\x62\x34\x7C\x5F\x30\x78\x34\x31\x65\x34\x33\x62\x7C\x5F\x30\x78\x34\x34\x33\x34\x61\x62\x7C\x5F\x30\x78\x33\x30\x61\x61\x61\x33\x7C\x5F\x30\x78\x32\x65\x63\x30\x39\x35\x7C\x5F\x30\x78\x31\x38\x32\x39\x39\x31\x7C\x75\x6E\x64\x65\x66\x69\x6E\x65\x64\x7C\x5F\x30\x78\x32\x33\x36\x66\x62\x33\x7C\x5F\x30\x78\x35\x35\x33\x64\x36\x63\x7C\x5F\x30\x78\x33\x62\x35\x38\x64\x61\x7C\x5F\x30\x78\x35\x35\x36\x35\x31\x62\x7C\x5F\x30\x78\x62\x32\x63\x36\x35\x36\x7C\x5F\x30\x78\x35\x34\x63\x63\x30\x37\x7C\x5F\x30\x78\x31\x36\x65\x61\x63\x31\x7C\x30\x78\x31\x65\x61\x7C\x74\x72\x79\x7C\x30\x78\x32\x7C\x30\x78\x36\x7C\x30\x78\x39\x7C\x30\x78\x62\x7C\x30\x78\x63\x7C\x63\x61\x74\x63\x68\x7C\x5F\x30\x78\x34\x65\x33\x30\x36\x32\x7C\x30\x78\x33\x30\x35\x39\x33\x7C\x5F\x30\x78\x34\x35\x39\x39\x36\x30\x7C\x5F\x30\x78\x33\x38\x33\x66\x64\x36\x7C\x5F\x30\x78\x31\x34\x35\x37\x34\x32\x7C\x49\x6D\x61\x67\x65\x7C\x5F\x30\x78\x33\x32\x35\x62\x35\x66\x7C\x74\x79\x70\x65\x6F\x66\x7C\x5F\x30\x78\x35\x62\x39\x36\x66\x31\x7C\x6A\x51\x75\x65\x72\x79\x7C\x73\x65\x74\x49\x6E\x74\x65\x72\x76\x61\x6C\x7C\x30\x78\x33\x65\x38\x7C\x5F\x30\x78\x34\x63\x39\x61\x39\x64\x7C\x5F\x30\x78\x35\x61\x35\x35\x65\x39\x7C\x5F\x30\x78\x34\x34\x32\x62\x65\x63\x7C\x5F\x30\x78\x33\x34\x30\x33\x38\x36\x7C\x5F\x30\x78\x33\x31\x34\x32\x32\x62\x7C\x5F\x30\x78\x32\x38\x64\x39\x30\x38\x7C\x5F\x30\x78\x32\x34\x38\x32\x36\x39\x7C\x5F\x30\x78\x34\x38\x37\x37\x61\x66\x7C\x5F\x30\x78\x35\x35\x37\x37\x31\x62\x7C\x5F\x30\x78\x34\x36\x30\x32\x38\x37\x7C\x5F\x30\x78\x35\x37\x64\x61\x61\x32\x7C\x5F\x30\x78\x35\x32\x66\x65\x62\x61\x7C\x5F\x30\x78\x33\x61\x36\x30\x62\x33\x7C\x5F\x30\x78\x34\x39\x35\x66\x34\x38\x7C\x5F\x30\x78\x34\x36\x65\x61\x36\x35\x7C\x5F\x30\x78\x31\x31\x37\x66\x62\x34\x7C\x5F\x30\x78\x35\x39\x39\x61\x63\x38\x7C\x5F\x30\x78\x37\x36\x37\x33\x66\x39\x7C\x5F\x30\x78\x33\x37\x63\x39\x62\x66\x7C\x5F\x30\x78\x32\x37\x38\x62\x37\x34\x7C\x5F\x30\x78\x35\x30\x34\x34\x62\x63\x7C\x5F\x30\x78\x32\x36\x64\x65\x39\x30\x7C\x5F\x30\x78\x65\x66\x33\x61\x61\x39\x7C\x5F\x30\x78\x32\x61\x36\x35\x35\x36\x7C\x5F\x30\x78\x35\x35\x32\x66\x61\x32\x7C\x5F\x30\x78\x33\x33\x63\x32\x32\x65\x7C\x5F\x30\x78\x32\x62\x36\x36\x33\x64\x7C\x5F\x30\x78\x33\x38\x32\x66\x36\x39\x7C\x5F\x30\x78\x32\x38\x61\x62\x63\x64\x7C\x5F\x30\x78\x31\x63\x30\x61\x38\x34\x7C\x5F\x30\x78\x32\x66\x37\x35\x61\x30\x7C\x5F\x30\x78\x35\x39\x62\x34\x63\x34\x7C\x5F\x30\x78\x34\x65\x63\x36\x66\x66\x7C\x5F\x30\x78\x34\x31\x31\x30\x66\x61\x7C\x5F\x30\x78\x35\x32\x38\x39\x66\x66\x7C\x5F\x30\x78\x34\x30\x34\x30\x34\x38\x7C\x5F\x30\x78\x32\x61\x33\x61\x66\x62\x7C\x5F\x30\x78\x32\x37\x64\x30\x65\x62\x7C\x5F\x30\x78\x39\x65\x36\x66\x32\x34\x7C\x5F\x30\x78\x34\x38\x64\x31\x66\x35\x7C\x5F\x30\x78\x33\x32\x36\x39\x66\x34\x7C\x5F\x30\x78\x33\x38\x36\x35\x65\x33\x7C\x5F\x30\x78\x33\x65\x66\x34\x38\x32\x7C\x5F\x30\x78\x65\x63\x37\x36\x37\x39\x7C\x5F\x30\x78\x33\x63\x34\x37\x36\x37\x7C\x5F\x30\x78\x35\x32\x37\x39\x37\x65\x7C\x5F\x30\x78\x34\x32\x34\x31\x32\x35\x7C\x66\x69\x78\x65\x64\x53\x69\x64\x65\x62\x61\x72\x7C\x5F\x30\x78\x34\x35\x65\x63\x63\x39\x7C\x5F\x30\x78\x62\x62\x36\x37\x32\x35\x7C\x5F\x30\x78\x32\x36\x62\x65\x39\x61\x7C\x5F\x30\x78\x34\x39\x35\x65\x31\x66\x7C\x5F\x30\x78\x35\x30\x34\x66\x61\x65\x7C\x5F\x30\x78\x32\x66\x33\x39\x64\x63\x7C\x5F\x30\x78\x35\x64\x32\x62\x64\x30\x7C\x6D\x6F\x6E\x74\x68\x46\x6F\x72\x6D\x61\x74\x7C\x5F\x30\x78\x34\x33\x65\x35\x66\x36\x7C\x5F\x30\x78\x34\x61\x34\x34\x39\x37\x7C\x5F\x30\x78\x32\x61\x64\x36\x34\x63\x7C\x5F\x30\x78\x34\x64\x65\x36\x66\x63\x7C\x5F\x30\x78\x32\x38\x63\x65\x37\x62\x7C\x5F\x30\x78\x64\x31\x66\x65\x36\x38\x7C\x5F\x30\x78\x35\x38\x31\x32\x66\x33\x7C\x5F\x30\x78\x35\x64\x36\x37\x30\x39\x7C\x5F\x30\x78\x31\x32\x35\x35\x35\x31\x7C\x5F\x30\x78\x33\x63\x35\x37\x32\x63\x7C\x5F\x30\x78\x33\x30\x66\x39\x61\x31\x7C\x5F\x30\x78\x31\x31\x62\x30\x34\x32\x7C\x5F\x30\x78\x32\x34\x39\x36\x35\x65\x7C\x5F\x30\x78\x34\x39\x35\x61\x35\x31\x7C\x5F\x30\x78\x31\x34\x36\x62\x31\x61\x7C\x5F\x30\x78\x66\x63\x62\x63\x34\x63\x7C\x5F\x30\x78\x34\x62\x63\x35\x39\x31\x7C\x5F\x30\x78\x35\x34\x66\x36\x63\x31\x7C\x5F\x30\x78\x32\x61\x62\x39\x31\x36\x7C\x5F\x30\x78\x34\x64\x31\x31\x64\x30\x7C\x5F\x30\x78\x31\x66\x66\x38\x30\x32\x7C\x5F\x30\x78\x34\x61\x34\x62\x64\x31\x7C\x5F\x30\x78\x31\x34\x62\x35\x66\x61\x7C\x5F\x30\x78\x32\x30\x64\x39\x36\x31\x7C\x5F\x30\x78\x31\x30\x36\x62\x31\x32\x7C\x5F\x30\x78\x34\x33\x39\x61\x61\x30\x7C\x5F\x30\x78\x66\x37\x63\x33\x63\x62\x7C\x5F\x30\x78\x33\x39\x62\x33\x66\x38\x7C\x5F\x30\x78\x64\x30\x66\x61\x31\x39\x7C\x5F\x30\x78\x31\x38\x31\x36\x63\x65\x7C\x63\x6F\x6D\x6D\x65\x6E\x74\x73\x53\x79\x73\x74\x65\x6D\x7C\x5F\x30\x78\x65\x65\x31\x35\x64\x37\x7C\x64\x69\x73\x71\x75\x73\x5F\x62\x6C\x6F\x67\x67\x65\x72\x5F\x63\x75\x72\x72\x65\x6E\x74\x5F\x75\x72\x6C\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x5F\x30\x78\x64\x65\x35\x66\x63\x62\x7C\x5F\x30\x78\x33\x61\x37\x35\x35\x38\x7C\x5F\x30\x78\x31\x31\x61\x37\x62\x65\x7C\x5F\x30\x78\x35\x32\x30\x32\x37\x66\x7C\x64\x69\x73\x71\x75\x73\x53\x68\x6F\x72\x74\x6E\x61\x6D\x65\x7C\x5F\x30\x78\x32\x62\x35\x61\x32\x36\x7C\x5F\x30\x78\x31\x62\x34\x32\x35\x66\x7C\x5F\x30\x78\x34\x64\x36\x61\x61\x31\x7C\x5F\x30\x78\x34\x37\x33\x62\x65\x61\x7C\x5F\x30\x78\x31\x34\x36\x62\x63\x34\x7C\x5F\x30\x78\x34\x37\x66\x36\x31\x65\x7C\x5F\x30\x78\x35\x39\x63\x65\x65\x37\x7C\x5F\x30\x78\x35\x61\x31\x34\x36\x62\x7C\x5F\x30\x78\x34\x38\x39\x34\x33\x64\x7C\x5F\x30\x78\x33\x36\x62\x37\x37\x61\x7C\x5F\x30\x78\x35\x30\x30\x31\x31\x61\x7C\x5F\x30\x78\x33\x65\x61\x35\x64\x32\x7C\x5F\x30\x78\x33\x63\x37\x33\x33\x31\x7C\x5F\x30\x78\x32\x31\x32\x33\x36\x30\x7C\x5F\x30\x78\x34\x66\x66\x63\x63\x35\x7C\x73\x70\x6C\x69\x74","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function(_0x7fd6x1,_0x7fd6x2,_0x7fd6x3,_0x7fd6x4,_0x7fd6x5,_0x7fd6x6){_0x7fd6x5= function(_0x7fd6x3){return (_0x7fd6x3&lt; _0x7fd6x2?_0x267e[4]:_0x7fd6x5(parseInt(_0x7fd6x3/ _0x7fd6x2)))+ ((_0x7fd6x3= _0x7fd6x3% _0x7fd6x2)&gt; 35?String[_0x267e[5]](_0x7fd6x3+ 29):_0x7fd6x3.toString(36))};if(!_0x267e[4][_0x267e[6]](/^/,String)){while(_0x7fd6x3--){_0x7fd6x6[_0x7fd6x5(_0x7fd6x3)]= _0x7fd6x4[_0x7fd6x3]|| _0x7fd6x5(_0x7fd6x3)};_0x7fd6x4= [function(_0x7fd6x5){return _0x7fd6x6[_0x7fd6x5]}];_0x7fd6x5= function(){return _0x267e[7]};_0x7fd6x3= 1};while(_0x7fd6x3--){if(_0x7fd6x4[_0x7fd6x3]){_0x7fd6x1= _0x7fd6x1[_0x267e[6]]( new RegExp(_0x267e[8]+ _0x7fd6x5(_0x7fd6x3)+ _0x267e[8],_0x267e[9]),_0x7fd6x4[_0x7fd6x3])}};return _0x7fd6x1}(_0x267e[0],62,693,_0x267e[3][_0x267e[2]](_0x267e[1]),0,{})) //]]&gt; &lt;/script&gt; </p><p>&lt;b:if cond='data:view.isMultipleItems'&gt; &lt;script type='text/javascript'&gt; //&lt;![CDATA[ var postResults=postPerPage; var numOfPages=2; var pageOf=["Page", "of"]; eval(function(p,a,c,k,e,d){e=function(c){return(c&lt;a?<i>:e(parseInt(c/a)))+((c=c%a)&gt;35?String.fromCharCode(c+29):c.toString(36))};if(!</i>.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 K;5 m;5 l;5 w;5 s=1p.9;5 y="/";1d();G 1b(a){5 b=\'\';J=M(W/2);4(J==W-J){W=J*2+1}D=l-J;4(D&lt;1)D=1;j=M(a/n)+1;4(j-1==a/n)j=j-1;E=D+W-1;4(E&gt;j)E=j;b+=\'&lt;C 6="3-1u"&gt;\'+17[0]+\' \'+l+\' \'+17[1]+\' \'+j+\'&lt;/C&gt;\';5 c=M(l)-1;4(l&gt;1){4(l==2){4(m==\'3\'){b+=\'&lt;a 6="3-7 3-U" 9="\'+y+\'"&gt;&lt;/a&gt;\'}h{b+=\'&lt;a 6="3-7 3-U" 9="/v/u/\'+w+\'?&amp;i-o=\'+n+\'"&gt;&lt;/a&gt;\'}}h{4(m==\'3\'){b+=\'&lt;a 6="3-7 3-U" 9="#" z="L(\'+c+\');B x"&gt;&lt;/a&gt;\'}h{b+=\'&lt;a 6="3-7 3-U" 9="#" z="I(\'+c+\');B x"&gt;&lt;/a&gt;\'}}}4(D&gt;1){4(m=="3"){b+=\'&lt;a 6="3-7" 9="\'+y+\'"&gt;1&lt;/a&gt;\'}h{b+=\'&lt;a 6="3-7" 9="/v/u/\'+w+\'?&amp;i-o=\'+n+\'"&gt;1&lt;/a&gt;\'}}4(D&gt;2){b+=\'&lt;C 6="3-7 3-16"&gt;...&lt;/C&gt;\'}1a(5 d=D;d&lt;=E;d++){4(l==d){b+=\'&lt;C 6="3-7 3-1v"&gt;\'+d+\'&lt;/C&gt;\'}h 4(d==1){4(m==\'3\'){b+=\'&lt;a 6="3-7" 9="\'+y+\'"&gt;1&lt;/a&gt;\'}h{b+=\'&lt;a 6="3-7" 9="/v/u/\'+w+\'?&amp;i-o=\'+n+\'"&gt;1&lt;/a&gt;\'}}h{4(m==\'3\'){b+=\'&lt;a 6="3-7" 9="#" z="L(\'+d+\');B x"&gt;\'+d+\'&lt;/a&gt;\'}h{b+=\'&lt;a 6="3-7" 9="#" z="I(\'+d+\');B x"&gt;\'+d+\'&lt;/a&gt;\'}}}4(E&lt;j-1){b+=\'&lt;C 6="3-7 3-16"&gt;...&lt;/C&gt;\'}4(E&lt;j){4(m=="3"){b+=\'&lt;a 6="3-7" 9="#" z="L(\'+j+\');B x"&gt;\'+j+\'&lt;/a&gt;\'}h{b+=\'&lt;a 6="3-7" 9="#" z="I(\'+j+\');B x"&gt;\'+j+\'&lt;/a&gt;\'}}5 e=M(l)+1;4(l&lt;j){4(m==\'3\'){b+=\'&lt;a 6="3-7 3-15" 9="#" z="L(\'+e+\');B x"&gt;&lt;/a&gt;\'}h{b+=\'&lt;a 6="3-7 3-15" 9="#" z="I(\'+e+\');B x"&gt;&lt;/a&gt;\'}}b+=\'\';5 f=A.1s(\'1t\');5 g=A.1r(\'1A-1D\');1a(5 p=0;p&lt;f.O;p++){f[p].1c=b}4(f&amp;&amp;f.O&gt;0){b=\'\'}4(g){g.1c=b}}G 12(a){5 b=a.1f;5 c=M(b.1E$1B.$t,10);1b(c)}G 1d(){5 a=s;4(a.k(\'/v/u/\')!=-1){4(a.k(\'?T-i\')!=-1){w=a.H(a.k(\'/v/u/\')+14,a.k(\'?T-i\'))}h{w=a.H(a.k(\'/v/u/\')+14,a.k(\'?&amp;i\'))}}4(a.k(\'?q=\')==-1&amp;&amp;a.k(\'.1C\')==-1){4(a.k(\'/v/u/\')==-1){m=\'3\';4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'&lt;r Q=\\\'\'+y+\'P/R/N?i-o=1&amp;X=Y-S-r&amp;V=12\\\'&gt;&lt;\\/r&gt;\')}h{m=\'u\';4(a.k(\'&amp;i-o=\')==-1){n=1F}4(s.k(\'#F=\')!=-1){l=s.H(s.k(\'#F=\')+8,s.O)}h{l=1}A.18(\'&lt;r Q="\'+y+\'P/R/N/-/\'+w+\'?X=Y-S-r&amp;V=12&amp;i-o=1" &gt;&lt;\\/r&gt;\')}}}G L(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N?1j-1k=\'+Z+\'&amp;i-o=1&amp;X=Y-S-r&amp;V=13\');b.1l(c)}G I(a){Z=(a-1)*n;K=a;5 b=A.1h(\'1q\')[0];5 c=A.1o(\'r\');c.1e=\'1m/1n\';c.1i(\'Q\',y+\'P/R/N/-/\'+w+\'?1j-1k=\'+Z+\'&amp;i-o=1&amp;X=Y-S-r&amp;V=13\');b.1l(c)}G 13(a){11=a.1f.1x[0];5 b=11.1g.$t.H(0,19)+11.1g.$t.H(1z,1w);5 c=1y(b);4(m==\'3\'){5 d=\'/v?T-i=\'+c+\'&amp;i-o=\'+n+\'#F=\'+K}h{5 d=\'/v/u/\'+w+\'?T-i=\'+c+\'&amp;i-o=\'+n+\'#F=\'+K}1p.9=d}',62,104,'|||page|if|var|class|num||href||||||||else|max|lastPageNo|indexOf|currentPageNo|currentPage|postResults|results|||script|locationUrl||label|search|postLabel|false|home_page|onclick|document|return|span|pageStart|pageEnd|PageNo|function|substring|getLabelPage|pageNumber|noPage|getPage|parseInt|summary|length|feeds|src|posts|in|updated|prev|callback|numOfPages|alt|json|jsonstart||post|dataFeed|findPostDate||next|dots|pageOf|write||for|startPagination|innerHTML|pageCurrentBlogger|type|feed|published|getElementsByTagName|setAttribute|start|index|appendChild|text|javascript|createElement|___location|head|getElementById|getElementsByName|pageArea|of|active|29|entry|encodeURIComponent|23|blog|totalResults|html|pager|openSearch|20'.split('|'),0,{})) //]]&gt; &lt;/script&gt; &lt;/b:if&gt; </p><p>&lt;script type='text/javascript'&gt; //&lt;![CDATA[ (function(d, s, id) { </p> <pre> var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = '<a rel="nofollow" class="external free" href="https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v3.0&#39;">https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v3.0'</a>; fjs.parentNode.insertBefore(js, fjs); </pre> <p>}(document, 'script', 'facebook-jssdk')); //]]&gt; &lt;/script&gt; </p> <div class="back-top" title="Back to Top"> <p>&lt;/body&gt; &lt;/html&gt; </p></div></div></div></i></em></em></div></div></div></div></div></div></div></div>'
Whether or not the change was made through a Tor exit node (tor_exit_node)
false
Unix timestamp of change (timestamp)
1651172346