[Server Scripting] Current Pokémon Online Server Scripts

Discussion in 'Server and Client Scripting' started by coyotte508, Apr 21, 2010.

  1. destinybond

    destinybond Server Staff

    Joined:
    May 6, 2010
    Messages:
    648
    Likes Received:
    0
    Yes you are allowed to
     
  2. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Updated with changes for the next update, if you want to have an idea of what's coming.
     
  3. Fury

    Fury New Member

    Joined:
    Aug 9, 2010
    Messages:
    1
    Likes Received:
    0
    I'm having a trouble with them.

    1) The Main Channel has no name. How do I change it?

    2) When I type /tour 32:OU or /tour OU:32 or /tour 32 OU or /tour OU 32 it won't run a tour. Plus when I put the OU first, it says that it doesn't rcognize the '32 tier'.


    Help?
     
  4. nesan

    nesan Love is blind

    Joined:
    Jun 13, 2010
    Messages:
    241
    Likes Received:
    0
    You can change the main channel name by going to
    Options --> Config
    In the server.

    To start a tournament try /tour OverUsed:#

    like

    /tour OverUsed:10

    Full name of the tier. Unless you changed the tier name to "OU".
     
  5. Pokemonexperte-Martin

    Pokemonexperte-Martin Member

    Joined:
    May 15, 2010
    Messages:
    76
    Likes Received:
    0
    Please add this script to the git repository.
     
  6. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    lmmm ok ^^

    It will also ease things for me. But in the future i'll probably also add back the tournaments channel, I hope you won't mind.
     
  7. Flanker

    Flanker New Member

    Joined:
    Aug 23, 2010
    Messages:
    9
    Likes Received:
    0
    can i usi those scripts for my server...?
     
  8. destinybond

    destinybond Server Staff

    Joined:
    May 6, 2010
    Messages:
    648
    Likes Received:
    0
    Yes you are allowed to
     
  9. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Updated, with the tournaments channel back ^^

    And the tiering scripts removed as they aren't needed anymore.
     
  10. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Updated the scripts again.

    Btw the mute problem with 0s was caused by this line:

    The correct form is
    (Just a '!' that was misplaced)
     
  11. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    Oh thanks. I'll change that in my scripts now.
     
  12. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Updated the scripts so they fit with the default tiers given.

    Still looking for someone to maintain them ^^
     
  13. Mystra

    Mystra Active Member

    Joined:
    Jul 12, 2010
    Messages:
    1,389
    Likes Received:
    4
    Hmm… what is maintainer need to do? I haven't looked much into Beta scripts yet though (^ ^)
     
  14. Fats

    Fats New Member

    Joined:
    Sep 8, 2010
    Messages:
    9
    Likes Received:
    0
    ok so i copied the script into the script section of the server.exe but now anyone who enters the server can't type. Can someone explain what i did wrong?
     
  15. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    What exactly happens when they try to type? And does the server screen show any kind of message when they try to type?
     
  16. Fats

    Fats New Member

    Joined:
    Sep 8, 2010
    Messages:
    9
    Likes Received:
    0
    nothing at all. to be specific i copy pasted the script in it's entirety, and when i type and click send, nothing is shown. i am able to type from the server, but not as my logged in name
     
  17. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    Huh, that is strange, I just copied and pasted them and I can talk fine.

    Edit: I didn't copy and paste right apparently, I can't talk at all either.

    Found the problem
    Code (JAVASCRIPT):
    1.  
    2.  
    3.     if (message != message.replace(/[u0300-u036F]/gi,'')) {
    4.         sys.stopEvent();
    5.         return;
    6.     }
    7.  
    [SECRET]
    Code (JAVASCRIPT):
    1.  
    2. ({
    3.  
    4. serverStartUp : function() {
    5.     scriptChecks = 0;
    6.     this.init();
    7. }
    8. ,
    9.  
    10. init : function() {
    11.     lastMemUpdate = 0;
    12.  
    13.     key = function(a,b) {
    14.         return a + "*" + sys.name(b);
    15.     }
    16.  
    17.     saveKey = function(thing, id, val) {
    18.         sys.saveVal(key(thing,id), val);
    19.     }
    20.    
    21.     getKey = function(thing, id) {
    22.         return sys.getVal(key(thing,id));
    23.     }
    24.    
    25.     hasBan = function(id, poke) {
    26.         return clauses[id].indexOf("*" + poke + "*") != -1;
    27.     }
    28.    
    29.     if (typeof(permChannels) == 'undefined') {
    30.         permChannels = [];
    31.     }
    32.    
    33.     cmp = function(a, b) {
    34.         return a.toLowerCase() == b.toLowerCase();
    35.     }
    36.    
    37.     if (typeof(channelTopics) == 'undefined')
    38.         channelTopics = [];
    39.    
    40.     var dwlist = ["Munna", "Mushaana", "Darumakka", "Hihidaruma", "Eevee", "Umbreon", "Jolteon", "Vaporeon", "Flareon", "Espeon", "Leafeon", "Glaceon",
    41.  "Bellsprout", "Weepinbell", "Victreebel", "Nidoran-M", "Nidorino", "Nidoking", "Sentret", "Furret",
    42.     "Sunkern", "Sunflora", "Hoppip", "Skiploom", "Jumpluff", "Lickitung", "Lickylicky", "Ponyta", "Rapidash",
    43.     "Exeggcute", "Exeggutor", "Farfetch'd", "Nidoran-F", "Nidorina", "Nidoqueen", "Stantler", "Oddish", "Gloom", "Vileplume",
    44.    "Bidoof", "Mareep", "Flaaffy", "Ampharos", "Doduo", "Dodrio", "Tangela", "Tangrowth", "Surskit", "Masquerain",
    45.     "Igglybuff", "Jigglypuff", "Wigglytuff", "Bidoof", "Bibarel", "Kangaskhan", "Lotad", "Lombre", "Ludicolo", "Poochyena",
    46.     "Mightyena", "Rattata", "Rattatac", "Shinx", "Luxio", "Luxray", "Taillow", "Swellow"];
    47.     dwpokemons = [];
    48.     for(var dwpok in dwpokemons) {
    49.         dwpokemons.push(sys.pokeNum(dwlist[i]));
    50.     }
    51.  
    52. rules = [ "",
    53.     "*** Rules ***",
    54. "",
    55. "Rule #1 - Do Not Abuse CAPS:",
    56. "- The occasional word in CAPS is acceptable, however repeated use is not.",
    57. "Rule #2 - No Flooding the Chat:",
    58. "- Please do not post a large amount of short messages when you can easily post one or two long messages.",
    59. "Rule #3 - Do not Challenge Spam:",
    60. "- If a person refuses your challenge, this means they do not want to battle you. Find someone else to battle with.",
    61. "Rule #4 - Don't ask for battles in the main chat:",
    62. "- There is a 'Find Battle' tab that you can use to find a battle immediately. If after a while you cannot find a match, then you can ask for one in the chat.",
    63. "Rule #5 - No Trolling/Flaming/Insulting of Any kind:",
    64. "- Behaving stupidly and excessive vulgarity will not be tolerated",
    65. "Rule #6 - Be Respectable of Each Others Cultures:",
    66. "- Not everyone speaks the same language. This server is not an English-Only Server. Do not tell someone to only speak a certain language.",
    67. "Rule #7 - No Advertising:",
    68. "- There will be absolutely no advertising on the server.",
    69. "Rule #8 - No Obscene or Pornographic Content Allowed:",
    70. "- This includes links, texts, images, and any other kind of media. This will result in a instant ban.",
    71. "Rule #9 - Do not ask for Auth:",
    72. "- Authority is given upon merit. By asking you have pretty much eliminated your chances at becoming an Auth in the future.",
    73. "Rule #10 - Do not Insult Auth:",
    74. "- Insulting Auth will result in immediate punishment. "   ];
    75.  
    76.    
    77.     if (typeof(varsCreated) != 'undefined')
    78.         return;
    79.  
    80.     if (sys.existChannel("Tournaments")) {
    81.         tourchannel = sys.channelId("Tournaments");
    82.     } else {
    83.         tourchannel = sys.createChannel("Tournaments");
    84.         channelTopics[tourchannel] = "Welcome to the tournament channel, where tournaments are held! type /join to join a tour in its signup phase! type /viewround to see the progress of an ongoing tournament!";
    85.     }
    86.    
    87.     battlesStopped = false;
    88.     channelUsers = [];
    89.     channelTopics = [];
    90.        
    91.     sys.setPA("forceSameTier");
    92.     sys.setPA("megaUser");
    93.     megausers = sys.getVal("megausers");
    94.    
    95.     siggamute = (sys.getVal("SiggaMute") == "1");
    96.     siggaban = (sys.getVal("SiggaBan") == "1");
    97.  
    98.     muteall = false;
    99.    
    100.     sys.setPA ("impersonation");
    101.     sys.setPA ("muted");
    102.     sys.setPA("caps");
    103.     sys.setPA("timeCount");
    104.     sys.setPA("floodCount");
    105.     maxPlayersOnline = 0;
    106.    
    107.     lineCount = 0;
    108.     tourmode = 0;
    109.     border = "»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»:";
    110.  
    111.  
    112.     pokeNatures = [];
    113.    
    114.     var list = "Heatran-Eruption/Quiet=Suicune-ExtremeSpeed/Relaxed|Sheer Cold/Relaxed|Aqua Ring/Relaxed|Air Slash/Relaxed=Raikou-ExtremeSpeed/Rash|Weather Ball/Rash|Zap Cannon/Rash|Aura Sphere/Rash=Entei-ExtremeSpeed/Adamant|Flare Blitz/Adamant|Howl/Adamant|Crush Claw/Adamant";
    115.    
    116.     var sepPokes = list.split('=');
    117.     for (var x in sepPokes) {
    118.         sepMovesPoke = sepPokes[x].split('-');
    119.         sepMoves = sepMovesPoke[1].split('|');
    120.        
    121.         var poke = sys.pokeNum(sepMovesPoke[0]);
    122.         pokeNatures[poke] = [];
    123.        
    124.         for (y in sepMoves) {
    125.             movenat = sepMoves[y].split('/');
    126.             pokeNatures[poke][sys.moveNum(movenat[0])] = sys.natureNum(movenat[1]);
    127.         }
    128.     }
    129.    
    130.     if (sys.existChannel("Indigo Plateau")) {
    131.         staffchannel = sys.channelId("Indigo Plateau");
    132.     } else {
    133.         staffchannel = sys.createChannel("Indigo Plateau");
    134.     }
    135.    
    136.     channelTopics[staffchannel] = "Welcome to the Staff Channel! Discuss of all what users shouldn't hear here! Or more serious stuff...";
    137.     permChannels[staffchannel] = true;
    138.    
    139.     sendChanMessage = function(id, message) {
    140.         sys.sendMessage(id, message, channel);
    141.     }
    142.    
    143.     sendChanAll = function(message) {
    144.         sys.sendAll(message, channel);
    145.     }
    146.    
    147.     varsCreated = true;
    148. }
    149.  
    150. ,
    151.  
    152. beforeChannelJoin : function(src, channel) {
    153.     if (channel == staffchannel && !megaUser[src] && sys.auth(src) <= 0) {
    154.         sys.sendMessage(src, "+Guard: Sorry, the access to that place is restricted!");
    155.         sys.stopEvent();
    156.         return;
    157.     }    
    158. }
    159.  
    160. ,
    161.  
    162. afterChannelCreated : function (chan, name, src) {
    163.     if (src == 0)
    164.         return;
    165.    
    166.     channelUsers[chan] = src;
    167. }
    168.  
    169. ,
    170.  
    171. afterChannelJoin : function(player, chan) {
    172.     if (typeof(channelTopics[chan]) != 'undefined') {
    173.         sys.sendMessage(player, "Welcome Message: " + channelTopics[chan], chan);
    174.     }
    175.     if (typeof(channelUsers[chan]) != 'undefined' && player == channelUsers[chan]) {
    176.         sys.sendMessage(player, "+ChannelBot: use /topic <topic> to change the welcome message of this channel", chan);
    177.         return;
    178.     }
    179. }
    180.  
    181. ,
    182.  
    183. beforeChannelDestroyed : function(channel) {
    184.     if (channel == staffchannel ||  channel == tourchannel || (channel in permChannels && permChannels[channel] == true) ) {
    185.         sys.stopEvent();
    186.         return;
    187.     }
    188.    
    189.     delete permChannels[channel];
    190.     delete channelUsers[channel];
    191.     delete channelTopics[channel];
    192. }
    193. ,
    194.  
    195. afterNewMessage : function (message) {
    196.     if (message == "Script Check: OK") {
    197.         sys.sendAll("+ScriptBot: Scripts were updated!");
    198.         if (typeof(scriptChecks)=='undefined')
    199.             scriptChecks = 0;
    200.         scriptChecks += 1;
    201.         this.init();
    202.     }
    203. }
    204.  
    205. ,
    206.  
    207. afterLogIn : function(src) {
    208.     if (sys.ip(src).substr(0, 7) == "125.237") {
    209.         sys.kick(src);
    210.         return;
    211.     }
    212.    /* Armonio*/
    213.     if ( sys.ip(src).substr(0, 7) == "125.60." || sys.ip(src).substr(0,9) == "151.60.19") {
    214.         sys.kick(src);
    215.         return;
    216.     }
    217.    
    218.     sys.sendMessage(src, "*** Type in /Rules to see the rules. ***");
    219.     sys.sendMessage(src, "+CommandBot: Use !commands to see the commands!");
    220.  
    221.     if (sys.getVal("muted_*" + sys.ip(src)) == "true")
    222.         muted[src] = true;
    223.     else
    224.         muted[src] = false;
    225.  
    226.        
    227.     if (sys.numPlayers() > maxPlayersOnline) {
    228.         maxPlayersOnline = sys.numPlayers();
    229.     }
    230.  
    231.     if (maxPlayersOnline > sys.getVal("MaxPlayersOnline")) {
    232.         sys.saveVal("MaxPlayersOnline", maxPlayersOnline);
    233.     }
    234.  
    235.     sys.sendMessage(src, "+CountBot: Max number of players online was " + sys.getVal("MaxPlayersOnline") + ".");
    236.     sys.sendMessage(src, "");
    237.     if (tourmode == 1){
    238.         sys.sendMessage(src,"*** A " + tourtier + " tournament is in its signup phase, " + this.tourSpots() + " space(s) are left!");
    239.         sys.sendMessage(src, "");
    240.         sys.sendMessage(src, border);
    241.         sys.sendMessage(src, "");
    242.    
    243.     } else if (tourmode == 2){
    244.         sys.sendMessage(src, "");
    245.         sys.sendMessage(src, border);
    246.         sys.sendMessage(src, "");
    247.         sys.sendMessage(src, "~~Server~~: A tournament (" + tourtier + ") is currently running.");
    248.         sys.sendMessage(src, "");
    249.         sys.sendMessage(src, border);
    250.         sys.sendMessage(src, "");
    251.     }
    252.  
    253.     caps[src] = 0;
    254.     timeCount[src] = parseInt(sys.time());
    255.     floodCount[src] = 0;
    256.     impersonation[src] = undefined;
    257.    
    258.     if (sys.auth(src) > 0 && sys.auth(src) <= 3)
    259.         sys.putInChannel(src, staffchannel);
    260.    
    261.     this.afterChangeTeam(src);
    262. }
    263.  
    264. ,
    265.  
    266.  
    267. afterChangeTeam : function(src)
    268. {
    269.     forceSameTier[src] = getKey("forceSameTier", src) == "1";
    270.    
    271.     if (megausers.indexOf("*" + sys.name(src) + "*") != -1)
    272.         megaUser[src] = true;
    273.     else megaUser[src] = false;
    274.    
    275.     for (var i = 0; i < 6; i++) {
    276.         var poke = sys.teamPoke(src, i);
    277.         if (poke in pokeNatures) {
    278.             for (x in pokeNatures[poke]) {
    279.                 if (sys.hasTeamPokeMove(src, i, x) && sys.teamPokeNature(src, i) != pokeNatures[poke][x])
    280.                 {
    281.                     sys.sendMessage(src, "+CheckBot: " + sys.pokemon(poke) + " with " + sys.move(x) + " must be a " + sys.nature(pokeNatures[poke][x]) + " nature. Change it in the teambuilder.");
    282.                     sys.changePokeNum(src, i, 0);
    283.                 }
    284.             }
    285.         }
    286.     }
    287.     var tier = sys.tier(src);
    288.         if (tier != "Dream World" && tier != "Full Dream World") {
    289.             this.dreamWorldAbilitiesCheck(src, false);
    290.         }
    291. }
    292.  
    293. ,
    294. beforeChatMessage: function(src, message, chan) {
    295.     channel = chan;
    296.     if (message.length > 350) {
    297.         sys.stopEvent();
    298.         return;
    299.     }
    300.    
    301.     if (sys.auth(src) < 3 && muted[src] === true && message != "!join" && message != "/rules" && message != "/join" && message != "!rules") {
    302.         sendChanMessage(src, "+Bot: You are muted");
    303.         sys.stopEvent();
    304.         return;
    305.     }
    306.  
    307.    
    308.  
    309.     if ((message[0] == '/' || message[0] == '!') && message.length > 1) {
    310.         if (parseInt(sys.time()) - lastMemUpdate > 500) {
    311.             sys.clearChat();
    312.             lastMemUpdate = parseInt(sys.time());
    313.         }
    314.  
    315.         sys.stopEvent();
    316.         var command;
    317.         var commandData;
    318.         var pos = message.indexOf(' ');
    319.  
    320.         if (pos != -1) {
    321.             command = message.substring(1, pos).toLowerCase();
    322.             commandData = message.substr(pos+1);
    323.         } else {
    324.             command = message.substr(1).toLowerCase();
    325.         }
    326.         var tar = sys.id(commandData);
    327.  
    328.         if (command == "commands" || command == "command") {
    329.             sendChanMessage(src, "");
    330.             sendChanMessage(src, "*** Commands ***");
    331.             sendChanMessage(src, "/rules: To see the rules");
    332.             sendChanMessage(src, "/me [message]: to speak with *** before its name");
    333.             sendChanMessage(src, "/players: to get the number of players online");
    334.             sendChanMessage(src, "/ranking: to get your ranking in your tier");
    335.             sendChanMessage(src, "/join: allows you to join a tournament.");
    336.             sendChanMessage(src, "/viewround: allows you to view the pairings for the round.");
    337.             sendChanMessage(src, "/megausers: to see the list of people who have power over tournaments.");
    338.             sendChanMessage(src, "/sameTier [on/off]: to force or not the same tier when people challenge you");
    339.             sendChanMessage(src, "/topic <topic>: to change the topic of a channel. Only works if you're the first to log on a channel.");
    340.             if (megaUser[src] != true && sys.auth(src) == 0)
    341.                 return;
    342.             sendChanMessage(src, "*** Megauser Commands ***");
    343.             sendChanMessage(src, "/tour tier:number: starts a tier tournament consisting of number of players.");
    344.             sendChanMessage(src, "/endtour: ends the current tournament.");
    345.             sendChanMessage(src, "/dq name: DQs someone in the tournament.");
    346.             sendChanMessage(src, "/changecount [entrants]: Change the number of entrants during the signup phase.");
    347.             sendChanMessage(src, "/push name: Adds someone in the tournament.");
    348.             sendChanMessage(src, "/sub name1:name2: Replaces someone with someone else.");
    349.             sendChanMessage(src, "/cancelBattle name1: Allows the user or his opponent to forfeit his current battle so he can battle again his opponent.");
    350.             if (sys.auth(src) < 1)
    351.                 return;
    352.             sendChanMessage(src, "*** Mod Commands ***");
    353.             sendChanMessage(src, "/sendAll [message] : to send a message to everyone.");
    354.             sendChanMessage(src, "/k [person] : to kick someone");
    355.             sendChanMessage(src, "/[mute/unmute] [person] : You know what i mean :p.");
    356.             sendChanMessage(src, "/silence [x]: To call forth x minute of silence in the main chat (except for auth)");
    357.             sendChanMessage(src, "/silenceoff: To undo that");
    358.             sendChanMessage(src, "/meon, /meoff: to deal with /me happy people");
    359.             sendChanMessage(src, "/perm [on/off]: To make the current channel a permanent channel or not -- i.e. the channel wouldn't be destroyed on log off");
    360.             if (sys.auth(src) < 2)
    361.                 return;
    362.             sendChanMessage(src, "*** Admin Commands ***");
    363.             sendChanMessage(src, "/changeRating [player] -- [tier] -- [rating]: to change the rating of a rating abuser");
    364.             sendChanMessage(src, "/stopBattles: to stop all new battles. When you want to close the server, do that");
    365.             sendChanMessage(src, "/siggaban : to ban sigga.");
    366.             sendChanMessage(src, "/siggaunban : to unban sigga.");
    367.             sendChanMessage(src, "/imp [person] : to impersonate someone");
    368.             sendChanMessage(src, "/impOff : to stop impersonating.");
    369.             sendChanMessage(src, "/changeAuth [auth] [person]: to play the mega admin");
    370.             sendChanMessage(src, "/setPA paname: to add a new pa, use with scripting caution");
    371.             sendChanMessage(src, "/megauser[off] xxx: Tourney powers.");
    372.             sendChanMessage(src, "/showteam xxx: To help people who have problems with event moves or invalid teams.");
    373.             sendChanMessage(src, "/memorydump: To see the state of the memory.");
    374.             return;
    375.         }
    376.        
    377.         if (command == "me" && !muteall) {
    378.             if (typeof(meoff) != "undefined" && meoff != false) {
    379.                 sendChanMessage(src, "+Bot: /me was turned off.");
    380.                 return;
    381.             }
    382.                 if (message.length == 3)
    383.                     return;
    384.             sendChanAll("*** " + sys.name(src) + " " + commandData);
    385.             this.afterChatMessage(src, message);
    386.             return;
    387.         }
    388.         if (command == "megausers") {
    389.             sendChanMessage(src, "");
    390.             sendChanMessage(src, "*** MEGA USERS ***");
    391.             sendChanMessage(src, "");
    392.             var spl = megausers.split('*');
    393.             for (x in spl) {
    394.                 if (spl[x].length > 0)
    395.                     sendChanMessage(src, spl[x]);
    396.             }
    397.             sendChanMessage(src, "");
    398.             return;
    399.         }
    400.         if (command == "rules") {
    401.             for (rule in rules) {
    402.                 sendChanMessage(src, rules[rule]);
    403.             }
    404.             return;
    405.         }
    406.         if (command == "players") {
    407.             sendChanMessage(src, "+CountBot: There are " + sys.numPlayers() + " players online.");
    408.             return;
    409.         }
    410.         if (command == "ranking") {
    411.             var rank = sys.ranking(src);
    412.             if (rank == undefined) {
    413.                 sendChanMessage(src, "+RankingBot: You are not ranked in " + sys.tier(src) + " yet!");
    414.             } else {
    415.                 sendChanMessage(src, "+RankingBot: Your rank in " + sys.tier(src) + " is " + rank + "/" + sys.totalPlayersByTier(sys.tier(src)) + "!");
    416.             }
    417.             return;
    418.         }
    419.         if (command == "topic") {
    420.             if (commandData == undefined) {
    421.                 sendChanMessage(src, "+Bot: Specify a topic!");
    422.                 return;
    423.             }
    424.             if (channel == 0) {
    425.                 sendChanMessage(src, "+Bot: You can't do that in main channel");
    426.                 return;
    427.             }
    428.             if (sys.auth(src) == 0 && (typeof(channelUsers[chan]) == 'undefined' || channelUsers[chan] != src)) {
    429.                 sendChanMessage(src, "+Bot: You don't have the rights");
    430.                 return;
    431.             }
    432.             channelTopics[chan] = commandData;
    433.             sendChanAll("+ChannelBot: " + sys.name(src) + " changed the topic to: " + commandData);
    434.             return;
    435.         }
    436.         if (command == "sametier") {
    437.             if (commandData == "on")
    438.                 sendChanMessage(src, "+SleepBot: You enforce same tier in your battles.");
    439.             else
    440.                 sendChanMessage(src, "+SleepBot: You allow different tiers in your battles.");
    441.             forceSameTier[src] = commandData == "on";
    442.             saveKey("forceSameTier", src, forceSameTier[src] * 1);
    443.             return;
    444.         }
    445.         if (command == "join"){
    446.             if (!sys.isInChannel(src, tourchannel)) {
    447.                 sendChanMessage(src, "+TourBot: You must be in the tournaments channel to join a tournament!");
    448.                 return;
    449.             }
    450.             if (tourmode != 1){
    451.                 sendChanMessage(src, "Sorry, you are unable to join because a tournament is not currently running or has passed the signups phase.");
    452.                 return;
    453.             }
    454.             var name = sys.name(src).toLowerCase();
    455.             if (tourmembers.indexOf(name.toLowerCase()) != -1){
    456.                 sendChanMessage(src, "Sorry, you are already in the tournament. You are not able to join more than once.");
    457.                 return;
    458.             }
    459.             var srctier = sys.tier(src);
    460.             if (!cmp(srctier, tourtier)){
    461.                 sendChanMessage(src, "You are currently not battling in the " + tourtier + " tier. Change your tier to " + tourtier + " to be able to join.");
    462.                 return;
    463.             }
    464.             if (this.tourSpots() > 0){
    465.                 tourmembers.push(name);
    466.                 tourplayers[name] = sys.name(src);
    467.                 sys.sendAll("~~Server~~: " + sys.name(src) + " joined the tournament! " + this.tourSpots() + " more spot(s) left!", tourchannel);
    468.                 if (this.tourSpots() == 0){
    469.                     tourmode = 2;
    470.                     roundnumber = 0;
    471.                     this.roundPairing();
    472.                 }
    473.             }    
    474.             return;
    475.         }
    476.         if (command == "viewround"){
    477.             if (tourmode != 2){
    478.                 sendChanMessage(src, "Sorry, you are unable to view the round because a tournament is not currently running or is in signing up phase.");
    479.                 return;
    480.             }
    481.            
    482.             sendChanMessage(src, "");
    483.             sendChanMessage(src, border);
    484.             sendChanMessage(src, "");
    485.             sendChanMessage(src, "*** ROUND " + roundnumber + " OF " + tourtier.toUpperCase() + " TOURNAMENT ***");
    486.            
    487.             if (battlesLost.length > 0) {
    488.                 sendChanMessage(src, "");
    489.                 sendChanMessage(src, "*** Battles finished ***");
    490.                 sendChanMessage(src, "");
    491.                 for (var i = 0; i < battlesLost.length; i+=2) {
    492.                     sendChanMessage(src, battlesLost[i] + " won against " + battlesLost[i+1]);
    493.                 }
    494.                 sendChanMessage(src, "");
    495.             }
    496.            
    497.             if (tourbattlers.length > 0) {
    498.                 if (battlesStarted.indexOf(true) != -1) {
    499.                     sendChanMessage(src, "", channel);
    500.                     sendChanMessage(src, "*** Ongoing battles ***");
    501.                     sendChanMessage(src, "");
    502.                     for (var i = 0; i < tourbattlers.length; i+=2) {
    503.                         if (battlesStarted [i/2] == true)
    504.                             sendChanMessage(src, this.padd(tourplayers[tourbattlers[i]]) + " VS " + tourplayers[tourbattlers[i+1]]);
    505.                     }
    506.                     sendChanMessage(src, "");
    507.                 }
    508.                 if (battlesStarted.indexOf(false) != -1) {
    509.                     sendChanMessage(src, "");
    510.                     sendChanMessage(src, "*** Yet to start battles ***");
    511.                     sendChanMessage(src, "");
    512.                     for (var i = 0; i < tourbattlers.length; i+=2) {
    513.                         if (battlesStarted [i/2] == false)
    514.                             sendChanMessage(src, tourplayers[tourbattlers[i]] + " VS " + tourplayers[tourbattlers[i+1]]);
    515.                     }
    516.                     sendChanMessage(src, "");
    517.                 }
    518.             }
    519.            
    520.             if (tourmembers.length > 0) {
    521.                 sendChanMessage(src, "");
    522.                 sendChanMessage(src, "*** Members to the next round ***");
    523.                 sendChanMessage(src, "");
    524.                 var str = "";
    525.                
    526.                 for (x in tourmembers) {
    527.                     str += (str.length == 0 ? "" : ", ") + tourplayers[tourmembers[x]];
    528.                 }
    529.                 sendChanMessage(src, str);
    530.                 sendChanMessage(src, "");
    531.             }
    532.                        
    533.             sendChanMessage(src, border);
    534.             sendChanMessage(src, "");
    535.            
    536.             return;
    537.         }
    538.         if (megaUser[src] != true && sys.auth(src) == 0) {
    539.             sendChanMessage(src, "CommandBot: The command " + command + " doesn't exist");
    540.             return;
    541.         }
    542.         if (command == "dq") {
    543.             if (tourmode == 0) {
    544.                 sendChanMessage(src, "+TourneyBot: Wait till the tournament has started.");
    545.                 return;
    546.             }
    547.             var name2 = commandData.toLowerCase();
    548.            
    549.             if (tourmembers.indexOf(name2) != -1) {
    550.                 tourmembers.splice(tourmembers.indexOf(name2),1);
    551.                 delete tourplayers[name2];
    552.                 sys.sendAll("+TourneyBot: " + commandData + " was removed from the tournament by " + sys.name(src) + "!", tourchannel);
    553.                 return;
    554.             }
    555.             if (tourbattlers.indexOf(name2) != -1) {
    556.                 battlesStarted[Math.floor(tourbattlers.indexOf(name2)/2)] = true;
    557.                 sys.sendAll("+TourneyBot: " + commandData + " was removed from the tournament by " + sys.name(src) + "!", tourchannel);
    558.                 this.tourBattleEnd(this.tourOpponent(name2), name2);
    559.             }
    560.             return;
    561.         }
    562.         if (command == "push") {
    563.             if (tourmode == 0) {
    564.                 sendChanMessage(src, "+TourneyBot: Wait untill the tournament has started.");
    565.                 return;
    566.             }
    567.             if (this.isInTourney(commandData.toLowerCase())) {
    568.                 sendChanMessage(src, "+TourneyBot: " +commandData + " is already in the tournament.");
    569.                 return;
    570.             }
    571.             sys.sendAll("+TourneyBot: " +commandData + " was added to the tournament by " + sys.name(src) + ".", tourchannel);
    572.             tourmembers.push(commandData.toLowerCase());
    573.             tourplayers[commandData.toLowerCase()] = commandData;
    574.            
    575.             if (tourmode == 1 && this.tourSpots() == 0) {
    576.                 tourmode = 2;
    577.                 roundnumber = 0;
    578.                 this.roundPairing();
    579.             }
    580.             return;
    581.         }
    582.         if (command == "cancelbattle") {
    583.             if (tourmode != 2) {
    584.                 sendChanMessage(src, "Wait until a tournament starts");
    585.                 return;
    586.             }
    587.             var name = commandData.toLowerCase();
    588.            
    589.             if (tourbattlers.indexOf(name) != -1) {
    590.                 battlesStarted[Math.floor(tourbattlers.indexOf(name)/2)] = false;
    591.                 sendChanMessage(src, "+TourBot: " + commandData + " can forfeit their battle and rematch now.");
    592.             }
    593.            
    594.             return;
    595.         }
    596.         if (command == "sub") {
    597.             if (tourmode != 2) {
    598.                 sendChanMessage(src, "Wait until a tournament starts");
    599.                 return;
    600.             }
    601.             var players = commandData.split(':');
    602.            
    603.             if (!this.isInTourney(players[0]) && !this.isInTourney(players[1])) {
    604.                 sendChanMessage(src, "+TourBot: Neither are in the tourney.");
    605.                 return;
    606.             }
    607.             sys.sendAll("+TourBot: " + players[0] + " and " + players[1] + " were exchanged places in the ongoing tournament by " + sys.name(src) + ".", tourchannel);
    608.            
    609.             var p1 = players[0].toLowerCase();
    610.             var p2 = players[1].toLowerCase();
    611.            
    612.             for (x in tourmembers) {
    613.                 if (tourmembers[x] == p1) {
    614.                     tourmembers[x] = p2;
    615.                 } else if (tourmembers[x] == p2) {
    616.                     tourmembers[x] = p1;
    617.                 }
    618.             }
    619.             for (x in tourbattlers) {
    620.                 if (tourbattlers[x] == p1) {
    621.                     tourbattlers[x] = p2;
    622.                     battlesStarted[Math.floor(x/2)] = false;
    623.                 } else if (tourbattlers[x] == p2) {
    624.                     tourbattlers[x] = p1;
    625.                     battlesStarted[Math.floor(x/2)] = false;
    626.                 }
    627.             }
    628.            
    629.             if (!this.isInTourney(p1)) {
    630.                 tourplayers[p1] = players[0];
    631.                 delete tourplayers[p2];
    632.             } else if (!this.isInTourney(p2)) {
    633.                 tourplayers[p2] = players[1];
    634.                 delete tourplayers[p1];
    635.             }
    636.            
    637.             return;
    638.         }
    639.         if (command == "tour"){
    640.             if (typeof(tourmode) != "undefined" && tourmode > 0){
    641.                 sendChanMessage(src, "Sorry, you are unable to start a tournament because one is still currently running.");
    642.                 return;
    643.             }
    644.            
    645.             if (commandData.indexOf(':') == -1)
    646.                 commandpart = commandData.split(' ');
    647.             else
    648.                 commandpart = commandData.split(':');
    649.                
    650.             tournumber = parseInt(commandpart[1]);
    651.            
    652.             if (isNaN(tournumber) || tournumber <= 2){                        
    653.                 sendChanMessage(src, "You must specify a tournament size of 3 or more.");
    654.                 return;
    655.             }
    656.            
    657.             var tier = sys.getTierList();
    658.             var found = false;
    659.             for (var x in tier) {
    660.                 if (cmp(tier[x], commandpart[0])) {
    661.                     tourtier = tier[x];
    662.                     found = true;
    663.                     break;
    664.                 }
    665.             }
    666.             if (!found) {
    667.                 sendChanMessage(src, "Sorry, the server does not recognise the " + commandpart[0] + " tier.");
    668.                 return;
    669.             }
    670.  
    671.             tourmode = 1;
    672.             tourmembers = [];
    673.             tourbattlers = [];
    674.             tourplayers = [];
    675.             battlesStarted = [];
    676.             battlesLost = [];
    677.            
    678.             var chans = [0, tourchannel];
    679.  
    680.             for (var x in chans) {
    681.                 var y = chans[x];
    682.                 sys.sendAll("", y);
    683.                 sys.sendAll(border, y);
    684.                 sys.sendAll("*** A Tournament was started by " + sys.name(src) + "! ***", y);
    685.                 sys.sendAll("PLAYERS: " + tournumber, y);
    686.                 sys.sendAll("TYPE: Single Elimination", y);
    687.                 sys.sendAll("TIER: " + tourtier, y);
    688.                 sys.sendAll("", y);
    689.                 sys.sendAll("*** Go in the Tournaments channel and type /join or !join to enter the tournament! ***", y);
    690.                 sys.sendAll(border, y);
    691.                 sys.sendAll("", y);
    692.             }
    693.             return;
    694.         }
    695.        
    696.         if (command == "changecount") {
    697.             if (tourmode != 1) {
    698.                 sendChanMessage(src, "Sorry, you are unable to join because the tournament has passed the sign-up phase.");
    699.                 return;
    700.             }
    701.             var count = parseInt(commandData);
    702.            
    703.             if (isNaN(count) || count < 3) {
    704.                 return;
    705.             }
    706.            
    707.             if (count < tourmembers.length) {
    708.                 sendChanMessage(src, "There are more than that people registered");
    709.                 return;
    710.             }
    711.            
    712.             tournumber = count;
    713.            
    714.             sys.sendAll("", tourchannel);
    715.             sys.sendAll(border, tourchannel);
    716.             sys.sendAll("~~Server~~: " +  sys.name(src) + " changed the numbers of entrants to " + count + "!", tourchannel);
    717.             sys.sendAll("*** " + this.tourSpots() + " more spot(s) left!", tourchannel);
    718.             sys.sendAll(border, tourchannel);
    719.             sys.sendAll("", tourchannel);
    720.            
    721.             if (this.tourSpots() == 0 ){
    722.                 tourmode = 2;
    723.                 roundnumber = 0;
    724.                 this.roundPairing();
    725.             }
    726.                
    727.             return;
    728.         }
    729.         if (command == "endtour"){
    730.             if (tourmode != 0){
    731.                 tourmode = 0;
    732.                 sys.sendAll("", tourchannel);
    733.                 sys.sendAll(border, tourchannel);
    734.                 sys.sendAll("~~Server~~: The tournament was cancelled by " + sys.name(src) + "!", tourchannel);
    735.                 sys.sendAll(border, tourchannel);
    736.                 sys.sendAll("", tourchannel);
    737.             }else
    738.                 sendChanMessage(src, "Sorry, you are unable to end a tournament because one is not currently running.");
    739.             return;
    740.         }
    741.  
    742.         /** Moderator Commands **/
    743.         if (sys.auth(src) < 1) {
    744.             sendChanMessage(src, "+CommandBot: The command " + command + " doesn't exist");
    745.             return;
    746.         }        
    747.        
    748.         if (command == "perm") {
    749.             if (channel == staffchannel || channel == 0) {
    750.                 sendChanMessage("+ChannelBot: you can't do that here.");
    751.                 return;
    752.             }
    753.            
    754.             permChannels[channel] = (commandData.toLowerCase() == 'on');
    755.            
    756.             sendChanAll("+ChannelBot: " + sys.name(src) + (permChannels[channel] ? " made the channel permanent." : " made the channel a temporary channel again."));
    757.             return;
    758.         }        
    759.         if (command == "meoff") {
    760.             meoff=true;
    761.             sys.sendAll("+Bot: " + sys.name(src) + " turned off /me.");
    762.             return;
    763.         }        
    764.         if (command == "meon") {
    765.             meoff=false;
    766.             sys.sendAll("+Bot: " + sys.name(src) + " turned on /me.");
    767.             return;
    768.         }
    769.         if (command == "silence") {
    770.             if (typeof(commandData) == "undefined") {
    771.                 return;
    772.             }
    773.             sys.sendAll("+Bot: " + sys.name(src) + " called for " + commandData + " Minutes of Silence!");
    774.             muteall = true;
    775.            
    776.             var delay = parseInt(commandData * 60);
    777.            
    778.             if (!isNaN(delay) && delay > 0)
    779.                 sys.callLater('if (!muteall) return; muteall = false; sys.sendAll("+Bot: Silence is over.");', delay);
    780.            
    781.             return;
    782.         }
    783.         if (command == "silenceoff") {
    784.             if (!muteall) {
    785.                 sendChanMessage(src, "+Bot: Nah.");
    786.                 return;
    787.             }
    788.             sys.sendAll("+Bot: " + sys.name(src) + " cancelled the Minutes of Silence!");
    789.             muteall = false;
    790.             return;
    791.         }
    792.         if (command == "impoff") {
    793.             delete impersonation[src];
    794.             sendChanMessage(src, "+Bot: Now you are yourself!");
    795.             return;
    796.         }
    797.         if (command == "k") {
    798.             if (tar == undefined) {
    799.                 return;
    800.             }
    801.             sys.sendAll("+Bot: " + commandData + " was mysteriously kicked by " + sys.name(src) + "!");
    802.             sys.kick(tar);
    803.             return;
    804.         }
    805.         if (command == "mute") {
    806.             if (tar == undefined) {
    807.                 sendChanMessage(src, "+Bot: Couldn't find " + commandData);
    808.                 return;
    809.             }
    810.             if (muted[tar]) {
    811.                 sendChanMessage(src, "+Bot: He's already muted.");
    812.                 return;
    813.             }
    814.             if (sys.auth(tar) >= sys.auth(src)) {
    815.                 sendChanMessage(src, "+Bot: you dont have sufficient auth to mute " + commandData + ".");
    816.                 return;
    817.             }
    818.             sys.sendAll("+Bot: " + commandData + " was muted by " + sys.name(src) + "!");
    819.             muted[tar] = true;
    820.             sys.saveVal("muted_*" + sys.ip(tar), "true");
    821.             return;
    822.         }
    823.         if (command == "unmute") {
    824.             if (tar == undefined) {
    825.                 return;
    826.             }
    827.             if (!muted[tar]) {
    828.                 sendChanMessage(src, "+Bot: He's not muted.");
    829.                 return;
    830.             }
    831.             sys.sendAll("+Bot: " + commandData + " was unmuted by " + sys.name(src) + "!");
    832.             muted[tar] = false;
    833.             sys.removeVal("muted_*" + sys.ip(tar));
    834.             return;
    835.         }
    836.         if (sys.auth(src) < 3) {
    837.             return;
    838.         }
    839.         /** Admin Commands **/
    840.         if (command == "changerating") {
    841.             var data =  commandData.split(' -- ');
    842.             if (data.length != 3) {
    843.                 sendChanMessage(src, "+Bot: You need to give 3 parameters.");
    844.                 return;
    845.             }
    846.             var player = data[0];
    847.             var tier = data[1];
    848.             var rating = parseInt(data[2]);
    849.                        
    850.             sys.changeRating(player, tier, rating);
    851.             sendChanMessage(src, "+Bot: Rating of " + player + " in tier " + tier + " was changed to " + rating);
    852.             return;
    853.         }
    854.         if (command == "siggaban") {
    855.             siggaban = true;
    856.             sys.saveVal("SiggaBan", "1");
    857.             return;
    858.         }
    859.         if (command == "siggaunban") {
    860.             siggaban = false;
    861.             sys.saveVal("SiggaUnban", "0");
    862.             return;
    863.         }
    864.         if (command == "showteam") {
    865.             sendChanMessage(src, "");
    866.             for (var i = 0; i < 6; i+=1) {sendChanMessage(src, sys.pokemon(sys.teamPoke(tar, i)) + " @ " + sys.item(sys.teamPokeItem(tar, i)));
    867.             for (var j = 0; j < 4; j++) {sendChanMessage(src, '- ' + sys.move(sys.teamPokeMove(tar, i, j)));}}
    868.             sendChanMessage(src, "");
    869.         }
    870.         if (command == "sendall") {
    871.             sys.sendChanAll(commandData);
    872.             return;
    873.         }
    874.         if (command == "imp") {
    875.             impersonation[src] = commandData;
    876.             sendChanMessage(src, "+Bot: Now you are " + impersonation[src] + "!");
    877.             return;
    878.         }
    879.         if (command == "memorydump") {
    880.             sendChanMessage(src, sys.memoryDump());
    881.             return;
    882.         }
    883.         if (command == "megauser") {
    884.             if (tar != "undefined") {
    885.                 megaUser[tar] = true;
    886.                 sys.sendAll("+Bot: " + sys.name(tar) + " was megausered.");
    887.                 megausers += "*" + sys.name(tar) + "*";
    888.                 sys.saveVal("megausers", megausers);
    889.             }
    890.             return;
    891.         }
    892.         if (command == "megauseroff") {
    893.             if (tar != undefined) {
    894.                 megaUser[tar] = false;
    895.                 sys.sendAll("+Bot: " + sys.name(tar) + " was removed megauser.");
    896.                 megausers = megausers.split("*" + sys.name(tar) + "*").join("");
    897.                 sys.saveVal("megausers", megausers);
    898.             } else {
    899.                 sys.sendAll("+Bot: " + commandData + " was removed megauser.");
    900.                 megausers = megausers.split("*" + commandData + "*").join("");
    901.                 sys.saveVal("megausers", megausers);
    902.             }
    903.             return;
    904.         }
    905.         if (command == "setpa") {
    906.             sys.setPA(commandData);
    907.             sendChanMessage(src, "+Bot: -" + commandData + "- was set!");
    908.             return;
    909.         }
    910.         if (command == "changeauth") {
    911.             var pos = commandData.indexOf(' ');
    912.             if (pos == -1) {
    913.                 return;
    914.             }
    915.             var newauth = commandData.substring(0, pos);
    916.             var tar = sys.id(commandData.substr(pos+1));
    917.             sys.changeAuth(tar, newauth);
    918.             sys.sendAll("+Bot: " + sys.name(src) + " changed auth of " + sys.name(tar) + " to " + newauth);
    919.             return;
    920.         }
    921.         if (command == "eval") {
    922.             sys.eval(commandData);
    923.             return;
    924.         }
    925.         if (command == "stopbattles") {
    926.             battlesStopped = !battlesStopped;
    927.             if (battlesStopped)  {
    928.                 sys.sendAll("");
    929.                 sys.sendAll("*** ********************************************************************** ***");
    930.                 sys.sendAll("+BattleBot: The battles are now stopped. The server will restart soon.");
    931.                 sys.sendAll("*** ********************************************************************** ***");
    932.                 sys.sendAll("");
    933.             } else {
    934.                 sys.sendAll("+BattleBot: False alarm, battles may continue.");
    935.             }
    936.         }
    937.         return;
    938.     }
    939.     if (typeof impersonation[src] != 'undefined') {
    940.         sys.stopEvent();
    941.         sendChanAll(impersonation[src] + ": " + message);
    942.         return;
    943.     }
    944.     if (sys.auth(src) == 0 && muteall) {
    945.         sendChanMessage(src, "+Bot: Respect the minutes of silence!");
    946.         sys.stopEvent();
    947.         return;
    948.     }
    949.     var m = message.toLowerCase();
    950.    
    951.     if (m.indexOf("nigger") != -1 || m.indexOf("penis") != -1 ||  m.indexOf("vagina")  != -1 || m.indexOf("fuckface") != -1) {
    952.         sys.stopEvent();
    953.         return;
    954.     }
    955. }
    956. ,
    957.  
    958. afterChatMessage : function(src, message, chan)
    959. {
    960.     channel = chan;
    961.     lineCount+=1;
    962.    
    963.     if (this.isMCaps(message) && sys.auth(src) < 2) {
    964.         caps[src] += 3;
    965.         if (caps[src] >= 9) {
    966.             sendChanAll("+MuteBot: " + sys.name(src) + " was muted for caps.");
    967.             muted[src] = true;
    968.             return;
    969.         }
    970.     } else if (caps[src] > 0) {
    971.         caps[src] -= 1;
    972.     }
    973.  
    974.     if (typeof(timeCount[src]) == "undefined") {
    975.         timeCount[src] = parseInt(sys.time());
    976.     }
    977.    
    978.     if (sys.auth(src) < 2) {
    979.         floodCount[src] += 1;
    980.         var time = parseInt(sys.time());
    981.         if (time > timeCount[src] + 7) {
    982.             var dec = Math.floor((time - timeCount[src])/7);
    983.             floodCount[src] = floodCount[src] - dec;
    984.             if (floodCount[src] <= 0) {
    985.                 floodCount[src] = 1;
    986.             }
    987.             timeCount[src] += dec*7;
    988.         }
    989.         if (floodCount[src] > 7) {
    990.             sendChanAll("+KickBot: " + sys.name(src) + " was kicked for flood.");
    991.             sys.kick(src);
    992.             return;
    993.         }
    994.     }
    995. }
    996.  
    997. ,
    998.  
    999. tourSpots : function() {
    1000.     return tournumber - tourmembers.length;
    1001. }
    1002.  
    1003. ,
    1004.  
    1005. roundPairing : function() {
    1006.     roundnumber += 1;
    1007.  
    1008.     battlesStarted = [];
    1009.     tourbattlers = [];
    1010.     battlesLost = [];
    1011.    
    1012.     if (tourmembers.length == 1) {
    1013.         var chans = [0, tourchannel];
    1014.        
    1015.         for (x in chans) {
    1016.             var tchan = chans[x];
    1017.             sys.sendAll("", tchan);
    1018.             sys.sendAll(border, tchan);
    1019.             sys.sendAll("", tchan);
    1020.             sys.sendAll("THE WINNER OF THE TOURNAMENT IS : " + tourplayers[tourmembers[0]], tchan);
    1021.             sys.sendAll("", tchan);
    1022.             sys.sendAll("*** Congratulations, " + tourplayers[tourmembers[0]] + ", on your success! ***", tchan);
    1023.             sys.sendAll("", tchan);
    1024.             sys.sendAll(border, tchan);
    1025.             sys.sendAll("", tchan);
    1026.         }
    1027.         tourmode = 0;
    1028.         return;
    1029.     }
    1030.    
    1031.     var finals = tourmembers.length == 2;
    1032.    
    1033.     if (!finals) {
    1034.         sys.sendAll("", tourchannel);
    1035.         sys.sendAll(border, tourchannel);
    1036.         sys.sendAll("*** Round " + roundnumber + " of " + tourtier + " tournament ***", tourchannel);
    1037.         sys.sendAll("", tourchannel);
    1038.     }
    1039.     else {
    1040.         sys.sendAll("", tourchannel);
    1041.         sys.sendAll(border, tourchannel);
    1042.         sys.sendAll("*** FINALS OF " + tourtier.toUpperCase() + " TOURNAMENT ***", tourchannel);
    1043.         sys.sendAll("", tourchannel);
    1044.         sys.sendAll("", 0);
    1045.         sys.sendAll(border, 0);
    1046.         sys.sendAll("*** FINALS OF " + tourtier.toUpperCase() + " TOURNAMENT ***", 0);
    1047.         sys.sendAll("", 0);
    1048.     }
    1049.    
    1050.     var i = 0;
    1051.     while (tourmembers.length >= 2) {
    1052.         i += 1;
    1053.         var x1 = sys.rand(0, tourmembers.length);
    1054.         tourbattlers.push(tourmembers[x1]);
    1055.         var name1 = tourplayers[tourmembers[x1]];
    1056.         tourmembers.splice(x1,1);
    1057.        
    1058.        
    1059.         x1 = sys.rand(0, tourmembers.length);
    1060.         tourbattlers.push(tourmembers[x1]);
    1061.         var name2 = tourplayers[tourmembers[x1]];
    1062.         tourmembers.splice(x1,1);
    1063.        
    1064.         battlesStarted.push(false);
    1065.        
    1066.         if (!finals)
    1067.             sys.sendAll (i + "." + this.padd(name1) + " VS " + name2, tourchannel);
    1068.         else {
    1069.             sys.sendAll ("  " + this.padd(name1) + " VS " + name2, tourchannel);
    1070.             sys.sendAll ("  " + this.padd(name1) + " VS " + name2, 0);
    1071.         }
    1072.     }
    1073.    
    1074.     if (tourmembers.length > 0) {
    1075.         sys.sendAll ("", tourchannel);
    1076.         sys.sendAll ("*** " + tourplayers[tourmembers[0]] + " is randomly selected to go to next round!", tourchannel);
    1077.     }
    1078.    
    1079.     sys.sendAll(border, tourchannel);
    1080.     sys.sendAll("", tourchannel);
    1081.     if (finals) {
    1082.         sys.sendAll(border, 0);
    1083.         sys.sendAll("", 0);
    1084.     }
    1085. }
    1086.  
    1087. ,
    1088.  
    1089. padd : function(name) {
    1090.     var ret = name;
    1091.    
    1092.     while (ret.length < 20) ret = ' ' + ret;
    1093.    
    1094.     return ret;
    1095. }
    1096.  
    1097. ,
    1098.  
    1099. isInTourney : function (name) {
    1100.     var name2 = name.toLowerCase();
    1101.     return name2 in tourplayers;
    1102. }
    1103.  
    1104. ,
    1105.  
    1106. tourOpponent : function (nam) {
    1107.     var name = nam.toLowerCase();
    1108.    
    1109.     var x = tourbattlers.indexOf(name);
    1110.    
    1111.     if (x != -1) {
    1112.         if (x % 2 == 0) {
    1113.             return tourbattlers[x+1];
    1114.         } else {
    1115.             return tourbattlers[x-1];
    1116.         }
    1117.     }
    1118.    
    1119.     return "";
    1120. }
    1121.  
    1122. ,
    1123.  
    1124. areOpponentsForTourBattle : function(src, dest) {
    1125.     return this.isInTourney(sys.name(src)) && this.isInTourney(sys.name(dest)) && this.tourOpponent(sys.name(src)) == sys.name(dest).toLowerCase();
    1126. }
    1127. ,
    1128.  
    1129. areOpponentsForTourBattle2 : function(src, dest) {
    1130.     return this.isInTourney(src) && this.isInTourney(dest) && this.tourOpponent(src) == dest.toLowerCase();
    1131. }
    1132. ,
    1133.  
    1134. ongoingTourneyBattle : function (name) {
    1135.     return tourbattlers.indexOf(name.toLowerCase()) != -1 && battlesStarted[Math.floor(tourbattlers.indexOf(name.toLowerCase())/2)] == true;
    1136. }
    1137.  
    1138. ,
    1139.  
    1140. afterBattleStarted: function(src, dest) {
    1141.     if (tourmode == 2) {
    1142.         if (this.areOpponentsForTourBattle(src, dest)) {
    1143.             if (sys.tier(src) == sys.tier(dest) && cmp(sys.tier(src), tourtier))
    1144.                 battlesStarted[Math.floor(tourbattlers.indexOf(sys.name(src).toLowerCase())/2)] = true;
    1145.         }
    1146.     }
    1147. }
    1148.  
    1149. ,
    1150.  
    1151. afterBattleEnded : function(src, dest, desc) {
    1152.     if (tourmode != 2 ||desc == "tie")
    1153.         return;
    1154.     this.tourBattleEnd(sys.name(src), sys.name(dest));
    1155. }
    1156.  
    1157. ,
    1158.  
    1159. tourBattleEnd : function(src, dest)
    1160. {
    1161.     if (!this.areOpponentsForTourBattle2(src, dest) || !this.ongoingTourneyBattle(src))
    1162.         return;
    1163.     battlesLost.push(src);
    1164.     battlesLost.push(dest);
    1165.    
    1166.     var srcL = src.toLowerCase();
    1167.     var destL = dest.toLowerCase();
    1168.    
    1169.     battlesStarted.splice(Math.floor(tourbattlers.indexOf(srcL)/2), 1);
    1170.     tourbattlers.splice(tourbattlers.indexOf(srcL), 1);
    1171.     tourbattlers.splice(tourbattlers.indexOf(destL), 1);
    1172.     tourmembers.push(srcL);
    1173.     delete tourplayers[destL];
    1174.    
    1175.     if (tourbattlers.length != 0 || tourmembers.length > 1) {
    1176.         sys.sendAll("", tourchannel);
    1177.         sys.sendAll(border, tourchannel);
    1178.         sys.sendAll("~~Server~~: " + src + " advances to the next round.", tourchannel);
    1179.         sys.sendAll("~~Server~~: " + dest + " is out of the tournament.", tourchannel);
    1180.     }
    1181.    
    1182.     if (tourbattlers.length > 0) {
    1183.         sys.sendAll("*** " + tourbattlers.length/2 + " battle(s) remaining.", tourchannel);
    1184.         sys.sendAll(border, tourchannel);
    1185.         sys.sendAll("", tourchannel);
    1186.         return;
    1187.     }
    1188.    
    1189.     this.roundPairing();
    1190. }
    1191.  
    1192. ,
    1193.  
    1194. isLCaps: function(letter) {
    1195.     return letter >= 'A' && letter <= 'Z';
    1196. }
    1197.  
    1198. ,
    1199.  
    1200. isMCaps : function(message) {
    1201.     var count = 0;
    1202.    
    1203.     var i = 0;
    1204.     while ( i < message.length ) {
    1205.         c = message[i];
    1206.  
    1207.         if (this.isLCaps(c)) {
    1208.             count += 1;
    1209.             if (count == 5)
    1210.                 return true;
    1211.         } else {
    1212.             count -= 2;
    1213.             if (count < 0)
    1214.                 count = 0;
    1215.         }
    1216.         i += 1;
    1217.     }
    1218.    
    1219.     return false;
    1220. }
    1221.  
    1222. ,
    1223.  
    1224. beforeChallengeIssued : function (src, dest, clauses, rated, mode) {
    1225.     if (battlesStopped) {
    1226.         sys.sendMessage(src, "+BattleBot: Battles are now stopped as the server will restart soon.");
    1227.         sys.stopEvent();
    1228.         return;
    1229.     }
    1230.    
    1231.     if (forceSameTier[dest] == true && (sys.tier(dest) != sys.tier(src))) {
    1232.         sys.sendMessage(src, "+BattleBot: That guy only wants to fight his own tier.");
    1233.         sys.stopEvent();
    1234.         return;
    1235.     }
    1236.    
    1237.     if (sys.tier(src) == "Challenge Cup" && sys.tier(dest) == "Challenge Cup" && clauses[6] == 0) {
    1238.         sys.sendMessage(src, "+CCBot: Challenge Cup must be enabled in the challenge window for a CC battle");
    1239.         sys.stopEvent();
    1240.         return;
    1241.     }
    1242.    
    1243.     if (tourmode == 2) {
    1244.         var name1 = sys.name(src);
    1245.         var name2 = sys.name(dest);
    1246.        
    1247.         if (this.isInTourney(name1)) {
    1248.             if (this.isInTourney(name2)) {
    1249.                 if (this.tourOpponent(name1) != name2.toLowerCase()) {
    1250.                     sys.sendMessage(src, "+TourneyBot: This guy isn't your opponent in the tourney.");
    1251.                     sys.stopEvent();
    1252.                     return;
    1253.                 }
    1254.             } else {
    1255.                 sys.sendMessage(src, "+TourneyBot: This guy isn't your opponent in the tourney.");
    1256.                 sys.stopEvent();
    1257.                 return;
    1258.             }
    1259.             if (sys.tier(src) != sys.tier(dest) || !cmp(sys.tier(src),tourtier)) {
    1260.                 sys.sendMessage(src, "+TourneyBot: You must be both in the tier " + tourtier+ " to battle in the tourney.");
    1261.                 sys.stopEvent();
    1262.                 return;
    1263.             }
    1264.         } else {
    1265.             if (this.isInTourney(name2)) {
    1266.                 sys.sendMessage(src, "+TourneyBot: This guy is in the tournament and you are not, so you can't battle him.");
    1267.                 sys.stopEvent();
    1268.                 return;
    1269.             }
    1270.         }
    1271.     }
    1272.    
    1273.     /* Challenge Cup Clause */
    1274.     if (clauses[6] == 1)
    1275.         return;
    1276.  
    1277.    
    1278.     if (sys.tier(src).indexOf("Doubles") != -1 && sys.tier(dest).indexOf("Doubles") != -1 && mode == 0) {
    1279.         sys.sendMessage(src, "+Bot: To fight in doubles, enable doubles in the challenge window!");
    1280.         sys.stopEvent();
    1281.         return;
    1282.     }
    1283.  
    1284.     this.eventMovesCheck(src);
    1285.     this.eventMovesCheck(dest);
    1286.    
    1287.     if (sys.tier(src) == sys.tier(dest)) {
    1288.         var tier = sys.tier(src);
    1289.        
    1290.         if (tier != "Dream World" && tier != "Full Dream World") {
    1291.             this.dreamWorldAbilitiesCheck(src,true);
    1292.             this.dreamWorldAbilitiesCheck(dest,true);
    1293.         }        
    1294.     }
    1295. }
    1296.  
    1297. ,
    1298.  
    1299. beforeBattleMatchup : function(src,dest,clauses,rated)
    1300. {
    1301.     if (battlesStopped) {
    1302.         sys.stopEvent();
    1303.         return;
    1304.     }
    1305.  
    1306.     if (tourmode == 2 && (this.isInTourney(sys.name(src)) || this.isInTourney(sys.name(dest)) )) {
    1307.         sys.stopEvent();
    1308.         return;
    1309.     }
    1310.    
    1311.     this.eventMovesCheck(src);
    1312.     this.eventMovesCheck(dest);
    1313.    
    1314.     if (sys.tier(src) == sys.tier(dest)) {
    1315.         var tier = sys.tier(src);
    1316.        
    1317.         if (tier != "Dream World" && tier != "Full Dream World") {
    1318.             this.dreamWorldAbilitiesCheck(src,true);
    1319.             this.dreamWorldAbilitiesCheck(dest,true);
    1320.         }        
    1321.     }
    1322. }
    1323. ,
    1324.  
    1325. eventMovesCheck : function(src)
    1326. {
    1327.     for (var i = 0; i < 6; i++) {
    1328.         var poke = sys.teamPoke(src, i);
    1329.         if (poke in pokeNatures) {
    1330.             for (x in pokeNatures[poke]) {
    1331.                 if (sys.hasTeamPokeMove(src, i, x) && sys.teamPokeNature(src, i) != pokeNatures[poke][x])
    1332.                 {
    1333.                     sys.sendMessage(src, "+CheckBot: " + sys.pokemon(poke) + " with " + sys.move(x) + " must be a " + sys.nature(pokeNatures[poke][x]) + " nature. Change it in the teambuilder.");
    1334.                     sys.stopEvent();
    1335.                     sys.changePokeNum(src, i, 0);
    1336.                 }
    1337.             }
    1338.         }
    1339.     }
    1340. }
    1341. ,
    1342.  
    1343.  
    1344. dreamWorldAbilitiesCheck : function(src, se) {
    1345.     for (var i = 0; i < 6; i++) {
    1346.         var x = sys.teamPoke(src, i);
    1347.        
    1348.         if (x != 0 && dwpokemons.indexOf(x) == -1 && sys.hasDreamWorldAbility(src, i)) {
    1349.             if (se)
    1350.                 sys.sendMessage(src, "+CheckBot: " + sys.pokemon(x) + " is not allowed with a Dream World ability in this tier. Change it in the teambuilder.");
    1351.             if (sys.tier(src) == "Wifi") {
    1352.                 sys.changeTier(src, "Dream World");
    1353.             } else if (sys.tier(src) == "Full Wifi") {
    1354.                 sys.changeTier(src, "Full Dream World");
    1355.             } else     {
    1356.                 if (se)
    1357.                     sys.changePokeNum(src, i, 0);
    1358.             }
    1359.             if (se)
    1360.                 sys.stopEvent();
    1361.         }
    1362.     }
    1363. }
    1364.  
    1365. })  
    1366.  
    [/SECRET]
    Scripts with that part removed.

    It allows certain characters through (. , / are examples) but not letters
     
    Last edited: Oct 15, 2010
  18. Fats

    Fats New Member

    Joined:
    Sep 8, 2010
    Messages:
    9
    Likes Received:
    0
    thanks a bunch Crystal :D
     
  19. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    No problem
    And fixed it again
    [SECRET]
    Code (JAVASCRIPT):
    1.  
    2. ({
    3.  
    4. serverStartUp : function() {
    5.     scriptChecks = 0;
    6.     this.init();
    7. }
    8. ,
    9.  
    10. init : function() {
    11.     lastMemUpdate = 0;
    12.  
    13.     key = function(a,b) {
    14.         return a + "*" + sys.name(b);
    15.     }
    16.  
    17.     saveKey = function(thing, id, val) {
    18.         sys.saveVal(key(thing,id), val);
    19.     }
    20.    
    21.     getKey = function(thing, id) {
    22.         return sys.getVal(key(thing,id));
    23.     }
    24.    
    25.     hasBan = function(id, poke) {
    26.         return clauses[id].indexOf("*" + poke + "*") != -1;
    27.     }
    28.    
    29.     if (typeof(permChannels) == 'undefined') {
    30.         permChannels = [];
    31.     }
    32.    
    33.     cmp = function(a, b) {
    34.         return a.toLowerCase() == b.toLowerCase();
    35.     }
    36.    
    37.     if (typeof(channelTopics) == 'undefined')
    38.         channelTopics = [];
    39.    
    40.     var dwlist = ["Munna", "Mushaana", "Darumakka", "Hihidaruma", "Eevee", "Umbreon", "Jolteon", "Vaporeon", "Flareon", "Espeon", "Leafeon", "Glaceon",
    41.  "Bellsprout", "Weepinbell", "Victreebel", "Nidoran-M", "Nidorino", "Nidoking", "Sentret", "Furret",
    42.     "Sunkern", "Sunflora", "Hoppip", "Skiploom", "Jumpluff", "Lickitung", "Lickylicky", "Ponyta", "Rapidash",
    43.     "Exeggcute", "Exeggutor", "Farfetch'd", "Nidoran-F", "Nidorina", "Nidoqueen", "Stantler", "Oddish", "Gloom", "Vileplume",
    44.    "Bidoof", "Mareep", "Flaaffy", "Ampharos", "Doduo", "Dodrio", "Tangela", "Tangrowth", "Surskit", "Masquerain",
    45.     "Igglybuff", "Jigglypuff", "Wigglytuff", "Bidoof", "Bibarel", "Kangaskhan", "Lotad", "Lombre", "Ludicolo", "Poochyena",
    46.     "Mightyena", "Rattata", "Rattatac", "Shinx", "Luxio", "Luxray", "Taillow", "Swellow"];
    47.     dwpokemons = [];
    48.     for(var dwpok in dwpokemons) {
    49.         dwpokemons.push(sys.pokeNum(dwlist[i]));
    50.     }
    51.  
    52. rules = [ "",
    53.     "*** Rules ***",
    54. "",
    55. "Rule #1 - Do Not Abuse CAPS:",
    56. "- The occasional word in CAPS is acceptable, however repeated use is not.",
    57. "Rule #2 - No Flooding the Chat:",
    58. "- Please do not post a large amount of short messages when you can easily post one or two long messages.",
    59. "Rule #3 - Do not Challenge Spam:",
    60. "- If a person refuses your challenge, this means they do not want to battle you. Find someone else to battle with.",
    61. "Rule #4 - Don't ask for battles in the main chat:",
    62. "- There is a 'Find Battle' tab that you can use to find a battle immediately. If after a while you cannot find a match, then you can ask for one in the chat.",
    63. "Rule #5 - No Trolling/Flaming/Insulting of Any kind:",
    64. "- Behaving stupidly and excessive vulgarity will not be tolerated",
    65. "Rule #6 - Be Respectable of Each Others Cultures:",
    66. "- Not everyone speaks the same language. This server is not an English-Only Server. Do not tell someone to only speak a certain language.",
    67. "Rule #7 - No Advertising:",
    68. "- There will be absolutely no advertising on the server.",
    69. "Rule #8 - No Obscene or Pornographic Content Allowed:",
    70. "- This includes links, texts, images, and any other kind of media. This will result in a instant ban.",
    71. "Rule #9 - Do not ask for Auth:",
    72. "- Authority is given upon merit. By asking you have pretty much eliminated your chances at becoming an Auth in the future.",
    73. "Rule #10 - Do not Insult Auth:",
    74. "- Insulting Auth will result in immediate punishment. "   ];
    75.  
    76.    
    77.     if (typeof(varsCreated) != 'undefined')
    78.         return;
    79.  
    80.     if (sys.existChannel("Tournaments")) {
    81.         tourchannel = sys.channelId("Tournaments");
    82.     } else {
    83.         tourchannel = sys.createChannel("Tournaments");
    84.         channelTopics[tourchannel] = "Welcome to the tournament channel, where tournaments are held! type /join to join a tour in its signup phase! type /viewround to see the progress of an ongoing tournament!";
    85.     }
    86.    
    87.     battlesStopped = false;
    88.     channelUsers = [];
    89.     channelTopics = [];
    90.        
    91.     sys.setPA("forceSameTier");
    92.     sys.setPA("megaUser");
    93.     megausers = sys.getVal("megausers");
    94.    
    95.     siggamute = (sys.getVal("SiggaMute") == "1");
    96.     siggaban = (sys.getVal("SiggaBan") == "1");
    97.  
    98.     muteall = false;
    99.    
    100.     sys.setPA ("impersonation");
    101.     sys.setPA ("muted");
    102.     sys.setPA("caps");
    103.     sys.setPA("timeCount");
    104.     sys.setPA("floodCount");
    105.     maxPlayersOnline = 0;
    106.    
    107.     lineCount = 0;
    108.     tourmode = 0;
    109.     border = "»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»:";
    110.  
    111.  
    112.     pokeNatures = [];
    113.    
    114.     var list = "Heatran-Eruption/Quiet=Suicune-ExtremeSpeed/Relaxed|Sheer Cold/Relaxed|Aqua Ring/Relaxed|Air Slash/Relaxed=Raikou-ExtremeSpeed/Rash|Weather Ball/Rash|Zap Cannon/Rash|Aura Sphere/Rash=Entei-ExtremeSpeed/Adamant|Flare Blitz/Adamant|Howl/Adamant|Crush Claw/Adamant";
    115.    
    116.     var sepPokes = list.split('=');
    117.     for (var x in sepPokes) {
    118.         sepMovesPoke = sepPokes[x].split('-');
    119.         sepMoves = sepMovesPoke[1].split('|');
    120.        
    121.         var poke = sys.pokeNum(sepMovesPoke[0]);
    122.         pokeNatures[poke] = [];
    123.        
    124.         for (y in sepMoves) {
    125.             movenat = sepMoves[y].split('/');
    126.             pokeNatures[poke][sys.moveNum(movenat[0])] = sys.natureNum(movenat[1]);
    127.         }
    128.     }
    129.    
    130.     if (sys.existChannel("Indigo Plateau")) {
    131.         staffchannel = sys.channelId("Indigo Plateau");
    132.     } else {
    133.         staffchannel = sys.createChannel("Indigo Plateau");
    134.     }
    135.    
    136.     channelTopics[staffchannel] = "Welcome to the Staff Channel! Discuss of all what users shouldn't hear here! Or more serious stuff...";
    137.     permChannels[staffchannel] = true;
    138.    
    139.     sendChanMessage = function(id, message) {
    140.         sys.sendMessage(id, message, channel);
    141.     }
    142.    
    143.     sendChanAll = function(message) {
    144.         sys.sendAll(message, channel);
    145.     }
    146.    
    147.     varsCreated = true;
    148. }
    149.  
    150. ,
    151.  
    152. beforeChannelJoin : function(src, channel) {
    153.     if (channel == staffchannel && !megaUser[src] && sys.auth(src) <= 0) {
    154.         sys.sendMessage(src, "+Guard: Sorry, the access to that place is restricted!");
    155.         sys.stopEvent();
    156.         return;
    157.     }    
    158. }
    159.  
    160. ,
    161.  
    162. afterChannelCreated : function (chan, name, src) {
    163.     if (src == 0)
    164.         return;
    165.    
    166.     channelUsers[chan] = src;
    167. }
    168.  
    169. ,
    170.  
    171. afterChannelJoin : function(player, chan) {
    172.     if (typeof(channelTopics[chan]) != 'undefined') {
    173.         sys.sendMessage(player, "Welcome Message: " + channelTopics[chan], chan);
    174.     }
    175.     if (typeof(channelUsers[chan]) != 'undefined' && player == channelUsers[chan]) {
    176.         sys.sendMessage(player, "+ChannelBot: use /topic <topic> to change the welcome message of this channel", chan);
    177.         return;
    178.     }
    179. }
    180.  
    181. ,
    182.  
    183. beforeChannelDestroyed : function(channel) {
    184.     if (channel == staffchannel ||  channel == tourchannel || (channel in permChannels && permChannels[channel] == true) ) {
    185.         sys.stopEvent();
    186.         return;
    187.     }
    188.    
    189.     delete permChannels[channel];
    190.     delete channelUsers[channel];
    191.     delete channelTopics[channel];
    192. }
    193. ,
    194.  
    195. afterNewMessage : function (message) {
    196.     if (message == "Script Check: OK") {
    197.         sys.sendAll("+ScriptBot: Scripts were updated!");
    198.         if (typeof(scriptChecks)=='undefined')
    199.             scriptChecks = 0;
    200.         scriptChecks += 1;
    201.         this.init();
    202.     }
    203. }
    204.  
    205. ,
    206.  
    207. afterLogIn : function(src) {
    208.     if (sys.ip(src).substr(0, 7) == "125.237") {
    209.         sys.kick(src);
    210.         return;
    211.     }
    212.    /* Armonio*/
    213.     if ( sys.ip(src).substr(0, 7) == "125.60." || sys.ip(src).substr(0,9) == "151.60.19") {
    214.         sys.kick(src);
    215.         return;
    216.     }
    217.    
    218.     sys.sendMessage(src, "*** Type in /Rules to see the rules. ***");
    219.     sys.sendMessage(src, "+CommandBot: Use !commands to see the commands!");
    220.  
    221.     if (sys.getVal("muted_*" + sys.ip(src)) == "true")
    222.         muted[src] = true;
    223.     else
    224.         muted[src] = false;
    225.  
    226.        
    227.     if (sys.numPlayers() > maxPlayersOnline) {
    228.         maxPlayersOnline = sys.numPlayers();
    229.     }
    230.  
    231.     if (maxPlayersOnline > sys.getVal("MaxPlayersOnline")) {
    232.         sys.saveVal("MaxPlayersOnline", maxPlayersOnline);
    233.     }
    234.  
    235.     sys.sendMessage(src, "+CountBot: Max number of players online was " + sys.getVal("MaxPlayersOnline") + ".");
    236.     sys.sendMessage(src, "");
    237.     if (tourmode == 1){
    238.         sys.sendMessage(src,"*** A " + tourtier + " tournament is in its signup phase, " + this.tourSpots() + " space(s) are left!");
    239.         sys.sendMessage(src, "");
    240.         sys.sendMessage(src, border);
    241.         sys.sendMessage(src, "");
    242.    
    243.     } else if (tourmode == 2){
    244.         sys.sendMessage(src, "");
    245.         sys.sendMessage(src, border);
    246.         sys.sendMessage(src, "");
    247.         sys.sendMessage(src, "~~Server~~: A tournament (" + tourtier + ") is currently running.");
    248.         sys.sendMessage(src, "");
    249.         sys.sendMessage(src, border);
    250.         sys.sendMessage(src, "");
    251.     }
    252.  
    253.     caps[src] = 0;
    254.     timeCount[src] = parseInt(sys.time());
    255.     floodCount[src] = 0;
    256.     impersonation[src] = undefined;
    257.    
    258.     if (sys.auth(src) > 0 && sys.auth(src) <= 3)
    259.         sys.putInChannel(src, staffchannel);
    260.    
    261.     this.afterChangeTeam(src);
    262. }
    263.  
    264. ,
    265.  
    266.  
    267. afterChangeTeam : function(src)
    268. {
    269.     forceSameTier[src] = getKey("forceSameTier", src) == "1";
    270.    
    271.     if (megausers.indexOf("*" + sys.name(src) + "*") != -1)
    272.         megaUser[src] = true;
    273.     else megaUser[src] = false;
    274.    
    275.     for (var i = 0; i < 6; i++) {
    276.         var poke = sys.teamPoke(src, i);
    277.         if (poke in pokeNatures) {
    278.             for (x in pokeNatures[poke]) {
    279.                 if (sys.hasTeamPokeMove(src, i, x) && sys.teamPokeNature(src, i) != pokeNatures[poke][x])
    280.                 {
    281.                     sys.sendMessage(src, "+CheckBot: " + sys.pokemon(poke) + " with " + sys.move(x) + " must be a " + sys.nature(pokeNatures[poke][x]) + " nature. Change it in the teambuilder.");
    282.                     sys.changePokeNum(src, i, 0);
    283.                 }
    284.             }
    285.         }
    286.     }
    287.     var tier = sys.tier(src);
    288.         if (tier != "Dream World" && tier != "Full Dream World") {
    289.             this.dreamWorldAbilitiesCheck(src, false);
    290.         }
    291. }
    292.  
    293. ,
    294. beforeChatMessage: function(src, message, chan) {
    295.     channel = chan;
    296.     if (message.length > 350) {
    297.         sys.stopEvent();
    298.         return;
    299.     }
    300.    
    301.     if (sys.auth(src) < 3 && muted[src] === true && message != "!join" && message != "/rules" && message != "/join" && message != "!rules") {
    302.         sendChanMessage(src, "+Bot: You are muted");
    303.         sys.stopEvent();
    304.         return;
    305.     }
    306.  
    307.     if (message == message.replace(/[u0300-u036F]/gi,'')) {
    308.         sys.stopEvent();
    309.         return;
    310.     }
    311.    
    312.  
    313.     if ((message[0] == '/' || message[0] == '!') && message.length > 1) {
    314.         if (parseInt(sys.time()) - lastMemUpdate > 500) {
    315.             sys.clearChat();
    316.             lastMemUpdate = parseInt(sys.time());
    317.         }
    318.  
    319.         sys.stopEvent();
    320.         var command;
    321.         var commandData;
    322.         var pos = message.indexOf(' ');
    323.  
    324.         if (pos != -1) {
    325.             command = message.substring(1, pos).toLowerCase();
    326.             commandData = message.substr(pos+1);
    327.         } else {
    328.             command = message.substr(1).toLowerCase();
    329.         }
    330.         var tar = sys.id(commandData);
    331.  
    332.         if (command == "commands" || command == "command") {
    333.             sendChanMessage(src, "");
    334.             sendChanMessage(src, "*** Commands ***");
    335.             sendChanMessage(src, "/rules: To see the rules");
    336.             sendChanMessage(src, "/me [message]: to speak with *** before its name");
    337.             sendChanMessage(src, "/players: to get the number of players online");
    338.             sendChanMessage(src, "/ranking: to get your ranking in your tier");
    339.             sendChanMessage(src, "/join: allows you to join a tournament.");
    340.             sendChanMessage(src, "/viewround: allows you to view the pairings for the round.");
    341.             sendChanMessage(src, "/megausers: to see the list of people who have power over tournaments.");
    342.             sendChanMessage(src, "/sameTier [on/off]: to force or not the same tier when people challenge you");
    343.             sendChanMessage(src, "/topic <topic>: to change the topic of a channel. Only works if you're the first to log on a channel.");
    344.             if (megaUser[src] != true && sys.auth(src) == 0)
    345.                 return;
    346.             sendChanMessage(src, "*** Megauser Commands ***");
    347.             sendChanMessage(src, "/tour tier:number: starts a tier tournament consisting of number of players.");
    348.             sendChanMessage(src, "/endtour: ends the current tournament.");
    349.             sendChanMessage(src, "/dq name: DQs someone in the tournament.");
    350.             sendChanMessage(src, "/changecount [entrants]: Change the number of entrants during the signup phase.");
    351.             sendChanMessage(src, "/push name: Adds someone in the tournament.");
    352.             sendChanMessage(src, "/sub name1:name2: Replaces someone with someone else.");
    353.             sendChanMessage(src, "/cancelBattle name1: Allows the user or his opponent to forfeit his current battle so he can battle again his opponent.");
    354.             if (sys.auth(src) < 1)
    355.                 return;
    356.             sendChanMessage(src, "*** Mod Commands ***");
    357.             sendChanMessage(src, "/sendAll [message] : to send a message to everyone.");
    358.             sendChanMessage(src, "/k [person] : to kick someone");
    359.             sendChanMessage(src, "/[mute/unmute] [person] : You know what i mean :p.");
    360.             sendChanMessage(src, "/silence [x]: To call forth x minute of silence in the main chat (except for auth)");
    361.             sendChanMessage(src, "/silenceoff: To undo that");
    362.             sendChanMessage(src, "/meon, /meoff: to deal with /me happy people");
    363.             sendChanMessage(src, "/perm [on/off]: To make the current channel a permanent channel or not -- i.e. the channel wouldn't be destroyed on log off");
    364.             if (sys.auth(src) < 2)
    365.                 return;
    366.             sendChanMessage(src, "*** Admin Commands ***");
    367.             sendChanMessage(src, "/changeRating [player] -- [tier] -- [rating]: to change the rating of a rating abuser");
    368.             sendChanMessage(src, "/stopBattles: to stop all new battles. When you want to close the server, do that");
    369.             sendChanMessage(src, "/siggaban : to ban sigga.");
    370.             sendChanMessage(src, "/siggaunban : to unban sigga.");
    371.             sendChanMessage(src, "/imp [person] : to impersonate someone");
    372.             sendChanMessage(src, "/impOff : to stop impersonating.");
    373.             sendChanMessage(src, "/changeAuth [auth] [person]: to play the mega admin");
    374.             sendChanMessage(src, "/setPA paname: to add a new pa, use with scripting caution");
    375.             sendChanMessage(src, "/megauser[off] xxx: Tourney powers.");
    376.             sendChanMessage(src, "/showteam xxx: To help people who have problems with event moves or invalid teams.");
    377.             sendChanMessage(src, "/memorydump: To see the state of the memory.");
    378.             return;
    379.         }
    380.        
    381.         if (command == "me" && !muteall) {
    382.             if (typeof(meoff) != "undefined" && meoff != false) {
    383.                 sendChanMessage(src, "+Bot: /me was turned off.");
    384.                 return;
    385.             }
    386.                 if (message.length == 3)
    387.                     return;
    388.             sendChanAll("*** " + sys.name(src) + " " + commandData);
    389.             this.afterChatMessage(src, message);
    390.             return;
    391.         }
    392.         if (command == "megausers") {
    393.             sendChanMessage(src, "");
    394.             sendChanMessage(src, "*** MEGA USERS ***");
    395.             sendChanMessage(src, "");
    396.             var spl = megausers.split('*');
    397.             for (x in spl) {
    398.                 if (spl[x].length > 0)
    399.                     sendChanMessage(src, spl[x]);
    400.             }
    401.             sendChanMessage(src, "");
    402.             return;
    403.         }
    404.         if (command == "rules") {
    405.             for (rule in rules) {
    406.                 sendChanMessage(src, rules[rule]);
    407.             }
    408.             return;
    409.         }
    410.         if (command == "players") {
    411.             sendChanMessage(src, "+CountBot: There are " + sys.numPlayers() + " players online.");
    412.             return;
    413.         }
    414.         if (command == "ranking") {
    415.             var rank = sys.ranking(src);
    416.             if (rank == undefined) {
    417.                 sendChanMessage(src, "+RankingBot: You are not ranked in " + sys.tier(src) + " yet!");
    418.             } else {
    419.                 sendChanMessage(src, "+RankingBot: Your rank in " + sys.tier(src) + " is " + rank + "/" + sys.totalPlayersByTier(sys.tier(src)) + "!");
    420.             }
    421.             return;
    422.         }
    423.         if (command == "topic") {
    424.             if (commandData == undefined) {
    425.                 sendChanMessage(src, "+Bot: Specify a topic!");
    426.                 return;
    427.             }
    428.             if (channel == 0) {
    429.                 sendChanMessage(src, "+Bot: You can't do that in main channel");
    430.                 return;
    431.             }
    432.             if (sys.auth(src) == 0 && (typeof(channelUsers[chan]) == 'undefined' || channelUsers[chan] != src)) {
    433.                 sendChanMessage(src, "+Bot: You don't have the rights");
    434.                 return;
    435.             }
    436.             channelTopics[chan] = commandData;
    437.             sendChanAll("+ChannelBot: " + sys.name(src) + " changed the topic to: " + commandData);
    438.             return;
    439.         }
    440.         if (command == "sametier") {
    441.             if (commandData == "on")
    442.                 sendChanMessage(src, "+SleepBot: You enforce same tier in your battles.");
    443.             else
    444.                 sendChanMessage(src, "+SleepBot: You allow different tiers in your battles.");
    445.             forceSameTier[src] = commandData == "on";
    446.             saveKey("forceSameTier", src, forceSameTier[src] * 1);
    447.             return;
    448.         }
    449.         if (command == "join"){
    450.             if (!sys.isInChannel(src, tourchannel)) {
    451.                 sendChanMessage(src, "+TourBot: You must be in the tournaments channel to join a tournament!");
    452.                 return;
    453.             }
    454.             if (tourmode != 1){
    455.                 sendChanMessage(src, "Sorry, you are unable to join because a tournament is not currently running or has passed the signups phase.");
    456.                 return;
    457.             }
    458.             var name = sys.name(src).toLowerCase();
    459.             if (tourmembers.indexOf(name.toLowerCase()) != -1){
    460.                 sendChanMessage(src, "Sorry, you are already in the tournament. You are not able to join more than once.");
    461.                 return;
    462.             }
    463.             var srctier = sys.tier(src);
    464.             if (!cmp(srctier, tourtier)){
    465.                 sendChanMessage(src, "You are currently not battling in the " + tourtier + " tier. Change your tier to " + tourtier + " to be able to join.");
    466.                 return;
    467.             }
    468.             if (this.tourSpots() > 0){
    469.                 tourmembers.push(name);
    470.                 tourplayers[name] = sys.name(src);
    471.                 sys.sendAll("~~Server~~: " + sys.name(src) + " joined the tournament! " + this.tourSpots() + " more spot(s) left!", tourchannel);
    472.                 if (this.tourSpots() == 0){
    473.                     tourmode = 2;
    474.                     roundnumber = 0;
    475.                     this.roundPairing();
    476.                 }
    477.             }    
    478.             return;
    479.         }
    480.         if (command == "viewround"){
    481.             if (tourmode != 2){
    482.                 sendChanMessage(src, "Sorry, you are unable to view the round because a tournament is not currently running or is in signing up phase.");
    483.                 return;
    484.             }
    485.            
    486.             sendChanMessage(src, "");
    487.             sendChanMessage(src, border);
    488.             sendChanMessage(src, "");
    489.             sendChanMessage(src, "*** ROUND " + roundnumber + " OF " + tourtier.toUpperCase() + " TOURNAMENT ***");
    490.            
    491.             if (battlesLost.length > 0) {
    492.                 sendChanMessage(src, "");
    493.                 sendChanMessage(src, "*** Battles finished ***");
    494.                 sendChanMessage(src, "");
    495.                 for (var i = 0; i < battlesLost.length; i+=2) {
    496.                     sendChanMessage(src, battlesLost[i] + " won against " + battlesLost[i+1]);
    497.                 }
    498.                 sendChanMessage(src, "");
    499.             }
    500.            
    501.             if (tourbattlers.length > 0) {
    502.                 if (battlesStarted.indexOf(true) != -1) {
    503.                     sendChanMessage(src, "", channel);
    504.                     sendChanMessage(src, "*** Ongoing battles ***");
    505.                     sendChanMessage(src, "");
    506.                     for (var i = 0; i < tourbattlers.length; i+=2) {
    507.                         if (battlesStarted [i/2] == true)
    508.                             sendChanMessage(src, this.padd(tourplayers[tourbattlers[i]]) + " VS " + tourplayers[tourbattlers[i+1]]);
    509.                     }
    510.                     sendChanMessage(src, "");
    511.                 }
    512.                 if (battlesStarted.indexOf(false) != -1) {
    513.                     sendChanMessage(src, "");
    514.                     sendChanMessage(src, "*** Yet to start battles ***");
    515.                     sendChanMessage(src, "");
    516.                     for (var i = 0; i < tourbattlers.length; i+=2) {
    517.                         if (battlesStarted [i/2] == false)
    518.                             sendChanMessage(src, tourplayers[tourbattlers[i]] + " VS " + tourplayers[tourbattlers[i+1]]);
    519.                     }
    520.                     sendChanMessage(src, "");
    521.                 }
    522.             }
    523.            
    524.             if (tourmembers.length > 0) {
    525.                 sendChanMessage(src, "");
    526.                 sendChanMessage(src, "*** Members to the next round ***");
    527.                 sendChanMessage(src, "");
    528.                 var str = "";
    529.                
    530.                 for (x in tourmembers) {
    531.                     str += (str.length == 0 ? "" : ", ") + tourplayers[tourmembers[x]];
    532.                 }
    533.                 sendChanMessage(src, str);
    534.                 sendChanMessage(src, "");
    535.             }
    536.                        
    537.             sendChanMessage(src, border);
    538.             sendChanMessage(src, "");
    539.            
    540.             return;
    541.         }
    542.         if (megaUser[src] != true && sys.auth(src) == 0) {
    543.             sendChanMessage(src, "CommandBot: The command " + command + " doesn't exist");
    544.             return;
    545.         }
    546.         if (command == "dq") {
    547.             if (tourmode == 0) {
    548.                 sendChanMessage(src, "+TourneyBot: Wait till the tournament has started.");
    549.                 return;
    550.             }
    551.             var name2 = commandData.toLowerCase();
    552.            
    553.             if (tourmembers.indexOf(name2) != -1) {
    554.                 tourmembers.splice(tourmembers.indexOf(name2),1);
    555.                 delete tourplayers[name2];
    556.                 sys.sendAll("+TourneyBot: " + commandData + " was removed from the tournament by " + sys.name(src) + "!", tourchannel);
    557.                 return;
    558.             }
    559.             if (tourbattlers.indexOf(name2) != -1) {
    560.                 battlesStarted[Math.floor(tourbattlers.indexOf(name2)/2)] = true;
    561.                 sys.sendAll("+TourneyBot: " + commandData + " was removed from the tournament by " + sys.name(src) + "!", tourchannel);
    562.                 this.tourBattleEnd(this.tourOpponent(name2), name2);
    563.             }
    564.             return;
    565.         }
    566.         if (command == "push") {
    567.             if (tourmode == 0) {
    568.                 sendChanMessage(src, "+TourneyBot: Wait untill the tournament has started.");
    569.                 return;
    570.             }
    571.             if (this.isInTourney(commandData.toLowerCase())) {
    572.                 sendChanMessage(src, "+TourneyBot: " +commandData + " is already in the tournament.");
    573.                 return;
    574.             }
    575.             sys.sendAll("+TourneyBot: " +commandData + " was added to the tournament by " + sys.name(src) + ".", tourchannel);
    576.             tourmembers.push(commandData.toLowerCase());
    577.             tourplayers[commandData.toLowerCase()] = commandData;
    578.            
    579.             if (tourmode == 1 && this.tourSpots() == 0) {
    580.                 tourmode = 2;
    581.                 roundnumber = 0;
    582.                 this.roundPairing();
    583.             }
    584.             return;
    585.         }
    586.         if (command == "cancelbattle") {
    587.             if (tourmode != 2) {
    588.                 sendChanMessage(src, "Wait until a tournament starts");
    589.                 return;
    590.             }
    591.             var name = commandData.toLowerCase();
    592.            
    593.             if (tourbattlers.indexOf(name) != -1) {
    594.                 battlesStarted[Math.floor(tourbattlers.indexOf(name)/2)] = false;
    595.                 sendChanMessage(src, "+TourBot: " + commandData + " can forfeit their battle and rematch now.");
    596.             }
    597.            
    598.             return;
    599.         }
    600.         if (command == "sub") {
    601.             if (tourmode != 2) {
    602.                 sendChanMessage(src, "Wait until a tournament starts");
    603.                 return;
    604.             }
    605.             var players = commandData.split(':');
    606.            
    607.             if (!this.isInTourney(players[0]) && !this.isInTourney(players[1])) {
    608.                 sendChanMessage(src, "+TourBot: Neither are in the tourney.");
    609.                 return;
    610.             }
    611.             sys.sendAll("+TourBot: " + players[0] + " and " + players[1] + " were exchanged places in the ongoing tournament by " + sys.name(src) + ".", tourchannel);
    612.            
    613.             var p1 = players[0].toLowerCase();
    614.             var p2 = players[1].toLowerCase();
    615.            
    616.             for (x in tourmembers) {
    617.                 if (tourmembers[x] == p1) {
    618.                     tourmembers[x] = p2;
    619.                 } else if (tourmembers[x] == p2) {
    620.                     tourmembers[x] = p1;
    621.                 }
    622.             }
    623.             for (x in tourbattlers) {
    624.                 if (tourbattlers[x] == p1) {
    625.                     tourbattlers[x] = p2;
    626.                     battlesStarted[Math.floor(x/2)] = false;
    627.                 } else if (tourbattlers[x] == p2) {
    628.                     tourbattlers[x] = p1;
    629.                     battlesStarted[Math.floor(x/2)] = false;
    630.                 }
    631.             }
    632.            
    633.             if (!this.isInTourney(p1)) {
    634.                 tourplayers[p1] = players[0];
    635.                 delete tourplayers[p2];
    636.             } else if (!this.isInTourney(p2)) {
    637.                 tourplayers[p2] = players[1];
    638.                 delete tourplayers[p1];
    639.             }
    640.            
    641.             return;
    642.         }
    643.         if (command == "tour"){
    644.             if (typeof(tourmode) != "undefined" && tourmode > 0){
    645.                 sendChanMessage(src, "Sorry, you are unable to start a tournament because one is still currently running.");
    646.                 return;
    647.             }
    648.            
    649.             if (commandData.indexOf(':') == -1)
    650.                 commandpart = commandData.split(' ');
    651.             else
    652.                 commandpart = commandData.split(':');
    653.                
    654.             tournumber = parseInt(commandpart[1]);
    655.            
    656.             if (isNaN(tournumber) || tournumber <= 2){                        
    657.                 sendChanMessage(src, "You must specify a tournament size of 3 or more.");
    658.                 return;
    659.             }
    660.            
    661.             var tier = sys.getTierList();
    662.             var found = false;
    663.             for (var x in tier) {
    664.                 if (cmp(tier[x], commandpart[0])) {
    665.                     tourtier = tier[x];
    666.                     found = true;
    667.                     break;
    668.                 }
    669.             }
    670.             if (!found) {
    671.                 sendChanMessage(src, "Sorry, the server does not recognise the " + commandpart[0] + " tier.");
    672.                 return;
    673.             }
    674.  
    675.             tourmode = 1;
    676.             tourmembers = [];
    677.             tourbattlers = [];
    678.             tourplayers = [];
    679.             battlesStarted = [];
    680.             battlesLost = [];
    681.            
    682.             var chans = [0, tourchannel];
    683.  
    684.             for (var x in chans) {
    685.                 var y = chans[x];
    686.                 sys.sendAll("", y);
    687.                 sys.sendAll(border, y);
    688.                 sys.sendAll("*** A Tournament was started by " + sys.name(src) + "! ***", y);
    689.                 sys.sendAll("PLAYERS: " + tournumber, y);
    690.                 sys.sendAll("TYPE: Single Elimination", y);
    691.                 sys.sendAll("TIER: " + tourtier, y);
    692.                 sys.sendAll("", y);
    693.                 sys.sendAll("*** Go in the Tournaments channel and type /join or !join to enter the tournament! ***", y);
    694.                 sys.sendAll(border, y);
    695.                 sys.sendAll("", y);
    696.             }
    697.             return;
    698.         }
    699.        
    700.         if (command == "changecount") {
    701.             if (tourmode != 1) {
    702.                 sendChanMessage(src, "Sorry, you are unable to join because the tournament has passed the sign-up phase.");
    703.                 return;
    704.             }
    705.             var count = parseInt(commandData);
    706.            
    707.             if (isNaN(count) || count < 3) {
    708.                 return;
    709.             }
    710.            
    711.             if (count < tourmembers.length) {
    712.                 sendChanMessage(src, "There are more than that people registered");
    713.                 return;
    714.             }
    715.            
    716.             tournumber = count;
    717.            
    718.             sys.sendAll("", tourchannel);
    719.             sys.sendAll(border, tourchannel);
    720.             sys.sendAll("~~Server~~: " +  sys.name(src) + " changed the numbers of entrants to " + count + "!", tourchannel);
    721.             sys.sendAll("*** " + this.tourSpots() + " more spot(s) left!", tourchannel);
    722.             sys.sendAll(border, tourchannel);
    723.             sys.sendAll("", tourchannel);
    724.            
    725.             if (this.tourSpots() == 0 ){
    726.                 tourmode = 2;
    727.                 roundnumber = 0;
    728.                 this.roundPairing();
    729.             }
    730.                
    731.             return;
    732.         }
    733.         if (command == "endtour"){
    734.             if (tourmode != 0){
    735.                 tourmode = 0;
    736.                 sys.sendAll("", tourchannel);
    737.                 sys.sendAll(border, tourchannel);
    738.                 sys.sendAll("~~Server~~: The tournament was cancelled by " + sys.name(src) + "!", tourchannel);
    739.                 sys.sendAll(border, tourchannel);
    740.                 sys.sendAll("", tourchannel);
    741.             }else
    742.                 sendChanMessage(src, "Sorry, you are unable to end a tournament because one is not currently running.");
    743.             return;
    744.         }
    745.  
    746.         /** Moderator Commands **/
    747.         if (sys.auth(src) < 1) {
    748.             sendChanMessage(src, "+CommandBot: The command " + command + " doesn't exist");
    749.             return;
    750.         }        
    751.        
    752.         if (command == "perm") {
    753.             if (channel == staffchannel || channel == 0) {
    754.                 sendChanMessage("+ChannelBot: you can't do that here.");
    755.                 return;
    756.             }
    757.            
    758.             permChannels[channel] = (commandData.toLowerCase() == 'on');
    759.            
    760.             sendChanAll("+ChannelBot: " + sys.name(src) + (permChannels[channel] ? " made the channel permanent." : " made the channel a temporary channel again."));
    761.             return;
    762.         }        
    763.         if (command == "meoff") {
    764.             meoff=true;
    765.             sys.sendAll("+Bot: " + sys.name(src) + " turned off /me.");
    766.             return;
    767.         }        
    768.         if (command == "meon") {
    769.             meoff=false;
    770.             sys.sendAll("+Bot: " + sys.name(src) + " turned on /me.");
    771.             return;
    772.         }
    773.         if (command == "silence") {
    774.             if (typeof(commandData) == "undefined") {
    775.                 return;
    776.             }
    777.             sys.sendAll("+Bot: " + sys.name(src) + " called for " + commandData + " Minutes of Silence!");
    778.             muteall = true;
    779.            
    780.             var delay = parseInt(commandData * 60);
    781.            
    782.             if (!isNaN(delay) && delay > 0)
    783.                 sys.callLater('if (!muteall) return; muteall = false; sys.sendAll("+Bot: Silence is over.");', delay);
    784.            
    785.             return;
    786.         }
    787.         if (command == "silenceoff") {
    788.             if (!muteall) {
    789.                 sendChanMessage(src, "+Bot: Nah.");
    790.                 return;
    791.             }
    792.             sys.sendAll("+Bot: " + sys.name(src) + " cancelled the Minutes of Silence!");
    793.             muteall = false;
    794.             return;
    795.         }
    796.         if (command == "impoff") {
    797.             delete impersonation[src];
    798.             sendChanMessage(src, "+Bot: Now you are yourself!");
    799.             return;
    800.         }
    801.         if (command == "k") {
    802.             if (tar == undefined) {
    803.                 return;
    804.             }
    805.             sys.sendAll("+Bot: " + commandData + " was mysteriously kicked by " + sys.name(src) + "!");
    806.             sys.kick(tar);
    807.             return;
    808.         }
    809.         if (command == "mute") {
    810.             if (tar == undefined) {
    811.                 sendChanMessage(src, "+Bot: Couldn't find " + commandData);
    812.                 return;
    813.             }
    814.             if (muted[tar]) {
    815.                 sendChanMessage(src, "+Bot: He's already muted.");
    816.                 return;
    817.             }
    818.             if (sys.auth(tar) >= sys.auth(src)) {
    819.                 sendChanMessage(src, "+Bot: you dont have sufficient auth to mute " + commandData + ".");
    820.                 return;
    821.             }
    822.             sys.sendAll("+Bot: " + commandData + " was muted by " + sys.name(src) + "!");
    823.             muted[tar] = true;
    824.             sys.saveVal("muted_*" + sys.ip(tar), "true");
    825.             return;
    826.         }
    827.         if (command == "unmute") {
    828.             if (tar == undefined) {
    829.                 return;
    830.             }
    831.             if (!muted[tar]) {
    832.                 sendChanMessage(src, "+Bot: He's not muted.");
    833.                 return;
    834.             }
    835.             sys.sendAll("+Bot: " + commandData + " was unmuted by " + sys.name(src) + "!");
    836.             muted[tar] = false;
    837.             sys.removeVal("muted_*" + sys.ip(tar));
    838.             return;
    839.         }
    840.         if (sys.auth(src) < 3) {
    841.             return;
    842.         }
    843.         /** Admin Commands **/
    844.         if (command == "changerating") {
    845.             var data =  commandData.split(' -- ');
    846.             if (data.length != 3) {
    847.                 sendChanMessage(src, "+Bot: You need to give 3 parameters.");
    848.                 return;
    849.             }
    850.             var player = data[0];
    851.             var tier = data[1];
    852.             var rating = parseInt(data[2]);
    853.                        
    854.             sys.changeRating(player, tier, rating);
    855.             sendChanMessage(src, "+Bot: Rating of " + player + " in tier " + tier + " was changed to " + rating);
    856.             return;
    857.         }
    858.         if (command == "siggaban") {
    859.             siggaban = true;
    860.             sys.saveVal("SiggaBan", "1");
    861.             return;
    862.         }
    863.         if (command == "siggaunban") {
    864.             siggaban = false;
    865.             sys.saveVal("SiggaUnban", "0");
    866.             return;
    867.         }
    868.         if (command == "showteam") {
    869.             sendChanMessage(src, "");
    870.             for (var i = 0; i < 6; i+=1) {sendChanMessage(src, sys.pokemon(sys.teamPoke(tar, i)) + " @ " + sys.item(sys.teamPokeItem(tar, i)));
    871.             for (var j = 0; j < 4; j++) {sendChanMessage(src, '- ' + sys.move(sys.teamPokeMove(tar, i, j)));}}
    872.             sendChanMessage(src, "");
    873.         }
    874.         if (command == "sendall") {
    875.             sys.sendChanAll(commandData);
    876.             return;
    877.         }
    878.         if (command == "imp") {
    879.             impersonation[src] = commandData;
    880.             sendChanMessage(src, "+Bot: Now you are " + impersonation[src] + "!");
    881.             return;
    882.         }
    883.         if (command == "memorydump") {
    884.             sendChanMessage(src, sys.memoryDump());
    885.             return;
    886.         }
    887.         if (command == "megauser") {
    888.             if (tar != "undefined") {
    889.                 megaUser[tar] = true;
    890.                 sys.sendAll("+Bot: " + sys.name(tar) + " was megausered.");
    891.                 megausers += "*" + sys.name(tar) + "*";
    892.                 sys.saveVal("megausers", megausers);
    893.             }
    894.             return;
    895.         }
    896.         if (command == "megauseroff") {
    897.             if (tar != undefined) {
    898.                 megaUser[tar] = false;
    899.                 sys.sendAll("+Bot: " + sys.name(tar) + " was removed megauser.");
    900.                 megausers = megausers.split("*" + sys.name(tar) + "*").join("");
    901.                 sys.saveVal("megausers", megausers);
    902.             } else {
    903.                 sys.sendAll("+Bot: " + commandData + " was removed megauser.");
    904.                 megausers = megausers.split("*" + commandData + "*").join("");
    905.                 sys.saveVal("megausers", megausers);
    906.             }
    907.             return;
    908.         }
    909.         if (command == "setpa") {
    910.             sys.setPA(commandData);
    911.             sendChanMessage(src, "+Bot: -" + commandData + "- was set!");
    912.             return;
    913.         }
    914.         if (command == "changeauth") {
    915.             var pos = commandData.indexOf(' ');
    916.             if (pos == -1) {
    917.                 return;
    918.             }
    919.             var newauth = commandData.substring(0, pos);
    920.             var tar = sys.id(commandData.substr(pos+1));
    921.             sys.changeAuth(tar, newauth);
    922.             sys.sendAll("+Bot: " + sys.name(src) + " changed auth of " + sys.name(tar) + " to " + newauth);
    923.             return;
    924.         }
    925.         if (command == "eval") {
    926.             sys.eval(commandData);
    927.             return;
    928.         }
    929.         if (command == "stopbattles") {
    930.             battlesStopped = !battlesStopped;
    931.             if (battlesStopped)  {
    932.                 sys.sendAll("");
    933.                 sys.sendAll("*** ********************************************************************** ***");
    934.                 sys.sendAll("+BattleBot: The battles are now stopped. The server will restart soon.");
    935.                 sys.sendAll("*** ********************************************************************** ***");
    936.                 sys.sendAll("");
    937.             } else {
    938.                 sys.sendAll("+BattleBot: False alarm, battles may continue.");
    939.             }
    940.         }
    941.         return;
    942.     }
    943.     if (typeof impersonation[src] != 'undefined') {
    944.         sys.stopEvent();
    945.         sendChanAll(impersonation[src] + ": " + message);
    946.         return;
    947.     }
    948.     if (sys.auth(src) == 0 && muteall) {
    949.         sendChanMessage(src, "+Bot: Respect the minutes of silence!");
    950.         sys.stopEvent();
    951.         return;
    952.     }
    953.     var m = message.toLowerCase();
    954.    
    955.     if (m.indexOf("nigger") != -1 || m.indexOf("penis") != -1 ||  m.indexOf("vagina")  != -1 || m.indexOf("fuckface") != -1) {
    956.         sys.stopEvent();
    957.         return;
    958.     }
    959. }
    960. ,
    961.  
    962. afterChatMessage : function(src, message, chan)
    963. {
    964.     channel = chan;
    965.     lineCount+=1;
    966.    
    967.     if (this.isMCaps(message) && sys.auth(src) < 2) {
    968.         caps[src] += 3;
    969.         if (caps[src] >= 9) {
    970.             sendChanAll("+MuteBot: " + sys.name(src) + " was muted for caps.");
    971.             muted[src] = true;
    972.             return;
    973.         }
    974.     } else if (caps[src] > 0) {
    975.         caps[src] -= 1;
    976.     }
    977.  
    978.     if (typeof(timeCount[src]) == "undefined") {
    979.         timeCount[src] = parseInt(sys.time());
    980.     }
    981.    
    982.     if (sys.auth(src) < 2) {
    983.         floodCount[src] += 1;
    984.         var time = parseInt(sys.time());
    985.         if (time > timeCount[src] + 7) {
    986.             var dec = Math.floor((time - timeCount[src])/7);
    987.             floodCount[src] = floodCount[src] - dec;
    988.             if (floodCount[src] <= 0) {
    989.                 floodCount[src] = 1;
    990.             }
    991.             timeCount[src] += dec*7;
    992.         }
    993.         if (floodCount[src] > 7) {
    994.             sendChanAll("+KickBot: " + sys.name(src) + " was kicked for flood.");
    995.             sys.kick(src);
    996.             return;
    997.         }
    998.     }
    999. }
    1000.  
    1001. ,
    1002.  
    1003. tourSpots : function() {
    1004.     return tournumber - tourmembers.length;
    1005. }
    1006.  
    1007. ,
    1008.  
    1009. roundPairing : function() {
    1010.     roundnumber += 1;
    1011.  
    1012.     battlesStarted = [];
    1013.     tourbattlers = [];
    1014.     battlesLost = [];
    1015.    
    1016.     if (tourmembers.length == 1) {
    1017.         var chans = [0, tourchannel];
    1018.        
    1019.         for (x in chans) {
    1020.             var tchan = chans[x];
    1021.             sys.sendAll("", tchan);
    1022.             sys.sendAll(border, tchan);
    1023.             sys.sendAll("", tchan);
    1024.             sys.sendAll("THE WINNER OF THE TOURNAMENT IS : " + tourplayers[tourmembers[0]], tchan);
    1025.             sys.sendAll("", tchan);
    1026.             sys.sendAll("*** Congratulations, " + tourplayers[tourmembers[0]] + ", on your success! ***", tchan);
    1027.             sys.sendAll("", tchan);
    1028.             sys.sendAll(border, tchan);
    1029.             sys.sendAll("", tchan);
    1030.         }
    1031.         tourmode = 0;
    1032.         return;
    1033.     }
    1034.    
    1035.     var finals = tourmembers.length == 2;
    1036.    
    1037.     if (!finals) {
    1038.         sys.sendAll("", tourchannel);
    1039.         sys.sendAll(border, tourchannel);
    1040.         sys.sendAll("*** Round " + roundnumber + " of " + tourtier + " tournament ***", tourchannel);
    1041.         sys.sendAll("", tourchannel);
    1042.     }
    1043.     else {
    1044.         sys.sendAll("", tourchannel);
    1045.         sys.sendAll(border, tourchannel);
    1046.         sys.sendAll("*** FINALS OF " + tourtier.toUpperCase() + " TOURNAMENT ***", tourchannel);
    1047.         sys.sendAll("", tourchannel);
    1048.         sys.sendAll("", 0);
    1049.         sys.sendAll(border, 0);
    1050.         sys.sendAll("*** FINALS OF " + tourtier.toUpperCase() + " TOURNAMENT ***", 0);
    1051.         sys.sendAll("", 0);
    1052.     }
    1053.    
    1054.     var i = 0;
    1055.     while (tourmembers.length >= 2) {
    1056.         i += 1;
    1057.         var x1 = sys.rand(0, tourmembers.length);
    1058.         tourbattlers.push(tourmembers[x1]);
    1059.         var name1 = tourplayers[tourmembers[x1]];
    1060.         tourmembers.splice(x1,1);
    1061.        
    1062.        
    1063.         x1 = sys.rand(0, tourmembers.length);
    1064.         tourbattlers.push(tourmembers[x1]);
    1065.         var name2 = tourplayers[tourmembers[x1]];
    1066.         tourmembers.splice(x1,1);
    1067.        
    1068.         battlesStarted.push(false);
    1069.        
    1070.         if (!finals)
    1071.             sys.sendAll (i + "." + this.padd(name1) + " VS " + name2, tourchannel);
    1072.         else {
    1073.             sys.sendAll ("  " + this.padd(name1) + " VS " + name2, tourchannel);
    1074.             sys.sendAll ("  " + this.padd(name1) + " VS " + name2, 0);
    1075.         }
    1076.     }
    1077.    
    1078.     if (tourmembers.length > 0) {
    1079.         sys.sendAll ("", tourchannel);
    1080.         sys.sendAll ("*** " + tourplayers[tourmembers[0]] + " is randomly selected to go to next round!", tourchannel);
    1081.     }
    1082.    
    1083.     sys.sendAll(border, tourchannel);
    1084.     sys.sendAll("", tourchannel);
    1085.     if (finals) {
    1086.         sys.sendAll(border, 0);
    1087.         sys.sendAll("", 0);
    1088.     }
    1089. }
    1090.  
    1091. ,
    1092.  
    1093. padd : function(name) {
    1094.     var ret = name;
    1095.    
    1096.     while (ret.length < 20) ret = ' ' + ret;
    1097.    
    1098.     return ret;
    1099. }
    1100.  
    1101. ,
    1102.  
    1103. isInTourney : function (name) {
    1104.     var name2 = name.toLowerCase();
    1105.     return name2 in tourplayers;
    1106. }
    1107.  
    1108. ,
    1109.  
    1110. tourOpponent : function (nam) {
    1111.     var name = nam.toLowerCase();
    1112.    
    1113.     var x = tourbattlers.indexOf(name);
    1114.    
    1115.     if (x != -1) {
    1116.         if (x % 2 == 0) {
    1117.             return tourbattlers[x+1];
    1118.         } else {
    1119.             return tourbattlers[x-1];
    1120.         }
    1121.     }
    1122.    
    1123.     return "";
    1124. }
    1125.  
    1126. ,
    1127.  
    1128. areOpponentsForTourBattle : function(src, dest) {
    1129.     return this.isInTourney(sys.name(src)) && this.isInTourney(sys.name(dest)) && this.tourOpponent(sys.name(src)) == sys.name(dest).toLowerCase();
    1130. }
    1131. ,
    1132.  
    1133. areOpponentsForTourBattle2 : function(src, dest) {
    1134.     return this.isInTourney(src) && this.isInTourney(dest) && this.tourOpponent(src) == dest.toLowerCase();
    1135. }
    1136. ,
    1137.  
    1138. ongoingTourneyBattle : function (name) {
    1139.     return tourbattlers.indexOf(name.toLowerCase()) != -1 && battlesStarted[Math.floor(tourbattlers.indexOf(name.toLowerCase())/2)] == true;
    1140. }
    1141.  
    1142. ,
    1143.  
    1144. afterBattleStarted: function(src, dest) {
    1145.     if (tourmode == 2) {
    1146.         if (this.areOpponentsForTourBattle(src, dest)) {
    1147.             if (sys.tier(src) == sys.tier(dest) && cmp(sys.tier(src), tourtier))
    1148.                 battlesStarted[Math.floor(tourbattlers.indexOf(sys.name(src).toLowerCase())/2)] = true;
    1149.         }
    1150.     }
    1151. }
    1152.  
    1153. ,
    1154.  
    1155. afterBattleEnded : function(src, dest, desc) {
    1156.     if (tourmode != 2 ||desc == "tie")
    1157.         return;
    1158.     this.tourBattleEnd(sys.name(src), sys.name(dest));
    1159. }
    1160.  
    1161. ,
    1162.  
    1163. tourBattleEnd : function(src, dest)
    1164. {
    1165.     if (!this.areOpponentsForTourBattle2(src, dest) || !this.ongoingTourneyBattle(src))
    1166.         return;
    1167.     battlesLost.push(src);
    1168.     battlesLost.push(dest);
    1169.    
    1170.     var srcL = src.toLowerCase();
    1171.     var destL = dest.toLowerCase();
    1172.    
    1173.     battlesStarted.splice(Math.floor(tourbattlers.indexOf(srcL)/2), 1);
    1174.     tourbattlers.splice(tourbattlers.indexOf(srcL), 1);
    1175.     tourbattlers.splice(tourbattlers.indexOf(destL), 1);
    1176.     tourmembers.push(srcL);
    1177.     delete tourplayers[destL];
    1178.    
    1179.     if (tourbattlers.length != 0 || tourmembers.length > 1) {
    1180.         sys.sendAll("", tourchannel);
    1181.         sys.sendAll(border, tourchannel);
    1182.         sys.sendAll("~~Server~~: " + src + " advances to the next round.", tourchannel);
    1183.         sys.sendAll("~~Server~~: " + dest + " is out of the tournament.", tourchannel);
    1184.     }
    1185.    
    1186.     if (tourbattlers.length > 0) {
    1187.         sys.sendAll("*** " + tourbattlers.length/2 + " battle(s) remaining.", tourchannel);
    1188.         sys.sendAll(border, tourchannel);
    1189.         sys.sendAll("", tourchannel);
    1190.         return;
    1191.     }
    1192.    
    1193.     this.roundPairing();
    1194. }
    1195.  
    1196. ,
    1197.  
    1198. isLCaps: function(letter) {
    1199.     return letter >= 'A' && letter <= 'Z';
    1200. }
    1201.  
    1202. ,
    1203.  
    1204. isMCaps : function(message) {
    1205.     var count = 0;
    1206.    
    1207.     var i = 0;
    1208.     while ( i < message.length ) {
    1209.         c = message[i];
    1210.  
    1211.         if (this.isLCaps(c)) {
    1212.             count += 1;
    1213.             if (count == 5)
    1214.                 return true;
    1215.         } else {
    1216.             count -= 2;
    1217.             if (count < 0)
    1218.                 count = 0;
    1219.         }
    1220.         i += 1;
    1221.     }
    1222.    
    1223.     return false;
    1224. }
    1225.  
    1226. ,
    1227.  
    1228. beforeChallengeIssued : function (src, dest, clauses, rated, mode) {
    1229.     if (battlesStopped) {
    1230.         sys.sendMessage(src, "+BattleBot: Battles are now stopped as the server will restart soon.");
    1231.         sys.stopEvent();
    1232.         return;
    1233.     }
    1234.    
    1235.     if (forceSameTier[dest] == true && (sys.tier(dest) != sys.tier(src))) {
    1236.         sys.sendMessage(src, "+BattleBot: That guy only wants to fight his own tier.");
    1237.         sys.stopEvent();
    1238.         return;
    1239.     }
    1240.    
    1241.     if (sys.tier(src) == "Challenge Cup" && sys.tier(dest) == "Challenge Cup" && clauses[6] == 0) {
    1242.         sys.sendMessage(src, "+CCBot: Challenge Cup must be enabled in the challenge window for a CC battle");
    1243.         sys.stopEvent();
    1244.         return;
    1245.     }
    1246.    
    1247.     if (tourmode == 2) {
    1248.         var name1 = sys.name(src);
    1249.         var name2 = sys.name(dest);
    1250.        
    1251.         if (this.isInTourney(name1)) {
    1252.             if (this.isInTourney(name2)) {
    1253.                 if (this.tourOpponent(name1) != name2.toLowerCase()) {
    1254.                     sys.sendMessage(src, "+TourneyBot: This guy isn't your opponent in the tourney.");
    1255.                     sys.stopEvent();
    1256.                     return;
    1257.                 }
    1258.             } else {
    1259.                 sys.sendMessage(src, "+TourneyBot: This guy isn't your opponent in the tourney.");
    1260.                 sys.stopEvent();
    1261.                 return;
    1262.             }
    1263.             if (sys.tier(src) != sys.tier(dest) || !cmp(sys.tier(src),tourtier)) {
    1264.                 sys.sendMessage(src, "+TourneyBot: You must be both in the tier " + tourtier+ " to battle in the tourney.");
    1265.                 sys.stopEvent();
    1266.                 return;
    1267.             }
    1268.         } else {
    1269.             if (this.isInTourney(name2)) {
    1270.                 sys.sendMessage(src, "+TourneyBot: This guy is in the tournament and you are not, so you can't battle him.");
    1271.                 sys.stopEvent();
    1272.                 return;
    1273.             }
    1274.         }
    1275.     }
    1276.    
    1277.     /* Challenge Cup Clause */
    1278.     if (clauses[6] == 1)
    1279.         return;
    1280.  
    1281.    
    1282.     if (sys.tier(src).indexOf("Doubles") != -1 && sys.tier(dest).indexOf("Doubles") != -1 && mode == 0) {
    1283.         sys.sendMessage(src, "+Bot: To fight in doubles, enable doubles in the challenge window!");
    1284.         sys.stopEvent();
    1285.         return;
    1286.     }
    1287.  
    1288.     this.eventMovesCheck(src);
    1289.     this.eventMovesCheck(dest);
    1290.    
    1291.     if (sys.tier(src) == sys.tier(dest)) {
    1292.         var tier = sys.tier(src);
    1293.        
    1294.         if (tier != "Dream World" && tier != "Full Dream World") {
    1295.             this.dreamWorldAbilitiesCheck(src,true);
    1296.             this.dreamWorldAbilitiesCheck(dest,true);
    1297.         }        
    1298.     }
    1299. }
    1300.  
    1301. ,
    1302.  
    1303. beforeBattleMatchup : function(src,dest,clauses,rated)
    1304. {
    1305.     if (battlesStopped) {
    1306.         sys.stopEvent();
    1307.         return;
    1308.     }
    1309.  
    1310.     if (tourmode == 2 && (this.isInTourney(sys.name(src)) || this.isInTourney(sys.name(dest)) )) {
    1311.         sys.stopEvent();
    1312.         return;
    1313.     }
    1314.    
    1315.     this.eventMovesCheck(src);
    1316.     this.eventMovesCheck(dest);
    1317.    
    1318.     if (sys.tier(src) == sys.tier(dest)) {
    1319.         var tier = sys.tier(src);
    1320.        
    1321.         if (tier != "Dream World" && tier != "Full Dream World") {
    1322.             this.dreamWorldAbilitiesCheck(src,true);
    1323.             this.dreamWorldAbilitiesCheck(dest,true);
    1324.         }        
    1325.     }
    1326. }
    1327. ,
    1328.  
    1329. eventMovesCheck : function(src)
    1330. {
    1331.     for (var i = 0; i < 6; i++) {
    1332.         var poke = sys.teamPoke(src, i);
    1333.         if (poke in pokeNatures) {
    1334.             for (x in pokeNatures[poke]) {
    1335.                 if (sys.hasTeamPokeMove(src, i, x) && sys.teamPokeNature(src, i) != pokeNatures[poke][x])
    1336.                 {
    1337.                     sys.sendMessage(src, "+CheckBot: " + sys.pokemon(poke) + " with " + sys.move(x) + " must be a " + sys.nature(pokeNatures[poke][x]) + " nature. Change it in the teambuilder.");
    1338.                     sys.stopEvent();
    1339.                     sys.changePokeNum(src, i, 0);
    1340.                 }
    1341.             }
    1342.         }
    1343.     }
    1344. }
    1345. ,
    1346.  
    1347.  
    1348. dreamWorldAbilitiesCheck : function(src, se) {
    1349.     for (var i = 0; i < 6; i++) {
    1350.         var x = sys.teamPoke(src, i);
    1351.        
    1352.         if (x != 0 && dwpokemons.indexOf(x) == -1 && sys.hasDreamWorldAbility(src, i)) {
    1353.             if (se)
    1354.                 sys.sendMessage(src, "+CheckBot: " + sys.pokemon(x) + " is not allowed with a Dream World ability in this tier. Change it in the teambuilder.");
    1355.             if (sys.tier(src) == "Wifi") {
    1356.                 sys.changeTier(src, "Dream World");
    1357.             } else if (sys.tier(src) == "Full Wifi") {
    1358.                 sys.changeTier(src, "Full Dream World");
    1359.             } else     {
    1360.                 if (se)
    1361.                     sys.changePokeNum(src, i, 0);
    1362.             }
    1363.             if (se)
    1364.                 sys.stopEvent();
    1365.         }
    1366.     }
    1367. }
    1368.  
    1369. })  
    1370.  
    [/SECRET]

    Code (JAVASCRIPT):
    1.  
    2. if (message != message.replace(/[u0300-u036F]/gi,'')) {
    3.         sys.stopEvent();
    4.         return;
    5.     }
    6.  
    Should have been
    Code (JAVASCRIPT):
    1.  
    2. if (message == message.replace(/[u0300-u036F]/gi,'')) {
    3.         sys.stopEvent();
    4.         return;
    5.     }
    6.  
     
  20. Astruvis

    Astruvis Banned

    Joined:
    May 14, 2010
    Messages:
    217
    Likes Received:
    0
    No, that isn't the problem. That is a zalgo blocker. You probably just needed to restart your server or something.
     
  21. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Zalgo blocker with credits to astruvis ^^
     
  22. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    Well I restarted several times and it still doesn't work...
     
  23. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    That's a script that works only on my server D:

    Seriously, I don't know what's the problem.

    Anyway, with the new type function introduced, are you going to make a cool Monotype script? ^^
     
  24. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    Oh ok then
    And yes
    I've been working on one, but I'm not sure on how to use the changetier function...
     
  25. Astruvis

    Astruvis Banned

    Joined:
    May 14, 2010
    Messages:
    217
    Likes Received:
    0
    This is why we have a zalgo blocker.
    Note opening this may corrupt your soul, use caution.
    T̢̛ͧ͂ͮ̌̒̍̉̀ͤ͆͗͆ͫͯ͗ͥ͗ͫ̂ͤͩ̊̓̾̑̈́͋̑͌̄̈̑͐̄ͣͯ̾̀͊ͫ̒ͧ̈͋̋̀̒̊̿̓ͨ̓ͬ͑̏̔̉ͦͮͩ̏ͩ͆͛ͯ̓̈̑͂̃̌́̏̀́ͤͦ͗̉̃͑̂̈́ͤ̋̈́̈ͩ̋͂͋̈̈́͛ͯͬ͑̇̓̓ͨ̇̈ͦͭ͋ͧͩ̏̓͆̏͒̾͋̄̓͊ͤ̋ͨ̍ͬ́ͣ́̅ͨ̈́ͩͪ̈́͊͆ͩ͐̋̂͛ͤ͛ͫ̀ͧ͆̅ͭͤ͒͂ͫͩ͋ͮ͂̏̽́͐ͦ̈́̎ͪ͌̍̔̄ͧ̋̉̑͋͆ͨ̇̽ͮͭ̽̆̐ͤ̓͂̾ͤ͋͗ͮ̅ͦ̐ͯ̊ͥͨ̐̎̒ͮ̍̊ͫ̒̑͑̈̐͋̓ͭ͗ͯ́̚̚̚͜͡҉̷̸̵̧̧͘͟͜͞͠͝͝͡͏̷̴̨̛͠͏̶̶̶̡̨̨̮̫̙͖͚͓̫̻̤̺̖̞͎̻̤̰̜̳̗͎͕̦̻̞̺̞̻̠̟̖͉̲̮̱̤͙͈̳̱̭̼̦̦̤̗̙̲͙͚̺̯̥͈͉̱̤̣̻̬̞̰̘̱̬̲͈̙͚̙͔͕͎̰̞̟͍̜̹̲͙̹̩̼̻͔͔̺̮̗͔̻̞̲̪̥͖̣̯̥̗̦̻̘̹͉͕̥̹͖̲̣̭̜̬̻̼̥̣̫̘̻̟̲̹͍̘͓̭̯͙̞̖̮̺̘͇̩̺̳̙͈͍͇̹͚̘͚̟̻̹̖̟̲͇͎̜͍̜̹͇͇̼͍̖͕̲̜̦̜̙̲̘̱̖̤̙̭̞͇̭̬͇̼̥̥̗̣̠̝͉͚̣̩͓̖̺̭̫͔̬̥͉̯͍͖̻̖̻͙͚͖̤͉̖͕̩̱̞̙̘͔̹̦͍̼͈̱̘̜̫̖͈̳̫̪͕̼̣̠͓̪̼̞͇̜̗͈̞̦͉̹̪̭̻̙̞͙͎͉̳̟̳̲̤̼̯̜̞͓͎̭͓͉̠̳͙͈̰͚̭̠͈̥̰̗̥̪̺̞̼̪̰͖͉̼̙͈̻̣̹̰̻̞̰̝̫̪̯͙̹͖̰̯̮̳͉̮̥̝͈͖̹͎̝̝̦͚͕̻̭̤̤̞̩̲̺͉̹̖͈͇̗̗̲̰͉̦̥͖̜̺̫͚̺̟̱͖̞̭̩͍͙̜͕͓̺̠͇͖̺͇̖͓̪̹̩̭̖̬͎͉̮̦͉̰̺̤̬̗̯͉͉̖̟̼̠̩̦͖̫̜̮͓̣͍̹͖̠͚͙͖̫̳̣͕̣͇̮̘͙͎̟̖̩̱̱̮̮͎̭͕̲͔̟̰̬̲̦̪͖̜̰͈̖̗͉̩͎͚̯͔͈͕̗̰̭̗̥̱͈͓̠̱͓̖̙̪̝̰̯̗̦̱̘̣̝̱͚͈͓̤̫̝͓̹͓̥͈͍̝̮̮̪̥̤̙͕̲̱̘̭̭̫̗̝͇̘͖̱̭̥͍̠͎͈̙̤̮̺̯͍̗̟͍̦̻̘̠̰̰̘̝̩̝̥̤̣̫̖̪͙̞͕̻͖͎͇̱͔͎̳̹̣͚͍͎͇̥̣̦͍̖͙̬̞͍͎̗̘͍̮͔̟̺̬̫̪̖̙̯̣̝̝̭͙̥̰̻̟̣̤͓̗̞͎̖̣͕͎̪͎̮̟̥̱̭̘̱̬̼͎̗͙̦̜̘͙̳͎̖̭̜̜̺̺͉̫͎̙̹̤͓̹͖̺̝͘͜͜͢ͅͅͅͅͅͅͅͅͅͅͅͅͅo̷̧̧̨͌͆ͣͥ̓ͣ̎͐̾͆ͦͫͭͮ̈́ͮ̿ͦͤ̿̔͆ͭ̅̒͌̇ͤ͐̍͊̆̑̎ͨ̑͗͋̈̍̄ͦ͐͗ͤ̽̓̓͋͆͆͊̽ͨ͂̋̇̃̂̊͗̌̋̓ͨͦ͆̓́̈́̂̈́̐̒ͩ͆ͧ̄͗̈̏̓̎̿̿̊͛ͤ̑̂ͫ̏̉̉ͫ͊͆ͨ͋̅̓ͭ̄ͭ̓̊ͨ̈̑̏ͥͮ̊̏̇ͩ̓͊̑̍̚̚҉̷̶̶̵̴̛̛̀́̕͟͢͝҉̶̢͕̹̯̪̘̯͇͚̖̺̲̭̫̟̺͚͖̹͖̝͉̯̺̠͇̠̼͔̯̬̦̲̜̜̝̪̪̳͙̹̣̤͈͔̠͓͉̖̮̦̹̙̦͎͙̮̼͕͔̻͇̠̺̳͎͇͈̤̺̻͚̖̖̭̪̯̞͉̜̮̯̻͎̖̲̥̤̲̦̘̫̲͔͉̰͖̼̩̜͇̩͖̖̥͇̘̠̞̗̭̣̤̻͚͓̳̟͖̲̯̳̝̲͙̗͔̻̼͔̥͍̭̮̙̬̙̟̬͚͍͎̬̫̣̥̻̤͍͖̤̱͍̟̻͖̖͎͓̭̠̯͙̞̠̪̙͉͓͓̰͖̪͓̯̲̤̭͇͕̦͕̜̫̲͓͍͈̥̙̞͖͙͉͔̝̬̝͍͓̹͓̘͈͎̼̝͍̺͈̹̟͇̫̫̭̟̜̹̞̥͓̻̭̯̺̟̩̳͍̜̬̺͖̳̦͓͓͙̖͉̼͕͈̟̦͙̙̱̦̪͍͙̦͔͉̙͙͇͍̦̜̬͖̜̣̳̬̫͖̟͇̟̹̱̼͔͔͙̦̣͖̠͔̬̙̥͔̞̙̪̘̻͉͔̱̬̦̲̯̤̘̫̮̦̰̠͕̜̭͍̳̮͎̯̟̘͇͓̼̟̫͓̙͎̬͉̲̥̙̯̫̰͚̖̠͉͈̖̫̳̤͔̞̹̪̟̗̬̙̻̥͔̙̥̳̤̼͇̤̗͎̺̥̪̞̝̬̯̳͉̺̖̠̟̥͎̰̬͎͚̖̳̘͉͇̞̖͎͈͔͖͙̮̪̤̰͍̖̗͍̼͚͕̯͚̯̼͙͇̘̭͎̘̯̱̖̱͈̰͉̝̠̠͈̠͈̤̼̮̼̖̹͔̻̯̠͓̲̖̘̰̖͎͖̙̣̫͉̥̳̫͖͎̝͉͔͔̭͉̬̠͓̱͖͇̰̬̩̥͔̝̻͉̬̱̺̘̜̪̠͍̥͉̩̳͚̙̝͎̭̝͇̙̻̩̥̤̱̮̬̼͚͕͍͕̰̼̙̗͈̗̙̱͈̲͔͚̻͖͉̥͖̟̫̹̦̻̰̩͇͎̤̜̫̮͙͎͈̲̞̻̲̬͈͙̼̲͉̪̭͇̳͍̟͚͇̭̲̘̳͕͚͙̖̖͖̭̰͇̩̝̖̩͈̱̹́̀͟ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̃̒͑͆ͮ̍͒̑ͩ͛͆̄ͯͦ͑ͬ̽ͦͤͤ̐̒̒̈ͦ̅̈̀ͯ͊͋̔̌ͥͪ̿͊ͦͧ̽ͯ̊̏͒̽͋ͭ̾̊̃̔͋ͮ̾ͯ͗ͥͨ̐͊͂̄̄͋̄̓ͨ͆͌͂͗̃ͮ̊̊̆̔͛̇͆ͯ͗́ͯ͋̐ͬ̇ͫ͑͗̂̈́̍ͥ̈́̈͐ͯͮ̐ͦ̌̂ͬ͒̈́̂̌̌ͧͤ͂̂̐͑̾͂̈̊͑̂͋̇̌̓̓͂̓́̿̿̌͆͒͑͋́ͮ̈́̀̌́̈́̈ͩ̒͊͊ͫ͛ͩͨ̿ͥ̓ͤ̈́͒ͩ̓̒͛͊͗̅ͫ̂͌͋̾̉̌̇̒ͮͫͣ̈́̈́͗͛̄̈́́̓ͩ̒̎͌ͯ̾̐̈́̋̽ͥͫͩ͌̎̏͋̉̄͐̆ͭͫ͒͑ͧ̓͐̄̈ͮ͐̈̒͐̀ͦ͗͌̆̔ͩͭ͗̈́͊̌ͩ̀̄ͯ̇̍͋̊̑̍̎ͨ̈ͯ͛͆ͧ̈́͊̔̾͗ͤͦ͋̽ͤ̒ͮ̍͂ͣ̔̎ͤͪͫ̏͋̐ͥ̎̀͌̾̔ͫ̽ͫ͊ͨ͑̓ͣ̈́ͥ̋̓ͪ͛ͭ͗ͤ̎͆̏ͧ͂ͧͫ̍͂̈́ͧͧͭ̑̈͐̿̚̚̚̚̚̚͟͏҉̷̵̧̡̧̨̧̛̛̩̱͓̟̲̮͕͖̞̗̖̠̩̲̗̮̼̘͕̜̗͖̘̜͙͇͈̝̞͕͔̦̫͔͔͙̯̝͓͉̼̯̝̻̮͖̩͇̰͇̟̬͈̭͖̦̯͈͈̩̘͉̦̻̥͇̬̺̗̝̜͖̲͍͍̭̦̗̥̣̙̻͔̲̲͇͔̠͎̳̞̭͖͎͕͕̜̤̭̳͖͚̮̼̜̩͓̻͇͔͇̠̖̮̱̩̰̝͔̞͖̥̼̤̫̮̗̠̗̯̭̘̰̮̭̣̰͖̯̘͍̙̞̮̳̪̘̀̀́͜͟͜͝͝͝͠ͅͅͅͅͅi̸̴̡͋̅ͪͫ̋̿̐̆̊́̎̏̏ͬ̀ͧ̏ͯͮ̉ͦͣͪ͋ͫ̂̅̓ͨͤͧ̿ͩ̈͗̉̓̿͆̑̄̀̾ͬ̐̋̈́͊͛̄̀̒̾̏̇͛ͮ̂͐͛̈́̃̌̂̆̏͌ͮ̒̎͗̓̂̾̃ͥ̈́ͫͬ̑ͦͨ̐̉̈́̍̿ͦ̑̄ͧ͆͂ͥ́̊̊͆ͯͩͩ̑ͪ̾ͪ̽̈̓̏̈́̔ͬ̂̇̌ͣ͒̓̔͗ͧͯ̐̍͊̂̅̌ͫ̎́ͧͥͧͥ͗̆ͥ̈́ͮ̇̇̔ͭ̓ͧͥ̀ͩ͋̏̐̀ͣ̓͑̏̑͆̇̐̂ͬ̄̉̋̃ͧͦ̉̀ͣ̊̈̎͋̂̎͋ͥ̒̾͆ͧ͊̚̚̚̚̚̚̚͘͞͞͏̶̸̶̴͢͟͞͠͏͏̀҉̣̬̫̣̞̗̳̦̰̰̟͙̻͙̘̩̯͔̝͙̜͙͈̖̝̪̻͍̼͉̜̪͚̣͎͉̦̠̹̖̟͈̩͖̯̻͖͙̝̯̰͍̯̗̮̬̣̰̮̣̮̜̫̗͕̰̫̠̲̯͓̱͚̝̭̜͙͎̖̰̮̘͈̪͉͈̗̻̭͖̱̳̞͙̘̳̘̬͓̬̪̙̥̣̲̜͙̲̭͎͍̱̖͉͖̻̳͍͉͓̺͚͚̪͙̻̬̹̲̬̠̦̼̗͎̭͕͇͔̟͙̼̟̖͔̲̖̻͖̞̼̖̺̹͓̪͈̟̭̘̦̰̱͖̲̫̳͓̗͕̟̗̱̬̦̣̖̮̖̬͍͕͈̞̬͎̝̳̳̳̘̗̩͇̥͙̗̯̤͚̼͙̝̜͙̖̮̮̮͖͓̠̣͚̦͚̼͎̖̭͍̭̯̻͚͓̪͕̗̱̹̼̗̙̮͈̫̮̪̞̲͈̖̞̭̪̬̩̙͙̪͔̬̫̥̫͔̜̫ͅͅͅͅn̶̶̵̴̷̴̡̨̧̧̨̢̛̞̙̩̻͖̞̩̖̻̼̥̗̦̙̝̩͚̝̠̺̘͉̖̙̥̞̩̗̮͍̝̗͇̬͈͙̲͔̼͎̰̯̻̣̱̺͈̘͇̗̞͓̲͇̱̮̳͎̰̞͈͎̝̹̟̭͈̹̩̳͍̠͉̯̘͍̬̺̺͖̬̼̭̝̻͉̬̦̼̝͇̦̭̥̳̝̤̹̥̠̟̭͇̲̭͙̘͍͔̣̗͇̪͖̲͎͖̭͍͖͙̪̤̣̖͔̺̩͖̫͓̬͍̱̞̗͖̞̖̤͖̯̜̦̹͔̬̼̘͙̙̞̺̻̼͓͓̘͍͕̺̻̮͕͚̣͓̳̥̖̭̣̘͕͖̬̠͙̤̦͍͕̻̰̜̹̲͚͍̞̖̻̘̖̞͈͕͈̝̮̲̩̖̩̟̮̗̞̠̗͇̜̤̭͎̰̟͙̬͓̟̪̼̖̻̳̠̝̟͔͈̯͈̼̩̻̭̼̟̯̻͓͖̗̖̬̟̯͉̙̣̜͔͉̬̙̗̜͖̠̬̫̹̰͖̙̲̻͖̝̟̹͕̳̟̹̹͈̬̙̙̠͚͉̹͓̦̹̼̗͍̘̙̙͍͎̺̹̩̞̝͙̪̻͉̗̗̻̣͔̫̲͇̳͔̥̫̘̘͔̹̳͍̼̥̳͚̥̲͈͙̰͓̗̟̭͉̼̱̬̤̝͖̣̫̙̼̗̹̰̥̻̲̹̱̙̙͎̭̣̭͔̥̟͕͇̲͈̞̳̗̣̝͔͉̱͙̩̣̞̣͖̥̣͕͎̦̫̹̱̞͎̟͇̜̠̜̫̼̼̣̼̹̮͇̘͕̝̮̦͔̻̱̩̖͚̼̦̜̯͈͇̟͈͕̦̰̺̰̣̳̞̠͚̞͇͙͈̩͔͎̣̥̮̤̻̳̱͔͚͚̮̳̬̰͉̰̹̭̫̗̳̥̥͓̱͍͔͎͕̖̜̬̠̺̜̣͖̮͕͔̥̖̱̙͕̣̺͕̮͇̝͈̣͕̦̮͔̬̱̣̺̩̲̜̝̦̖̮̮̖͍͖̞̝͚̜̭̫͔͕̹̣̦̪̦̜̹̺̥̻̮̬̣̩̳͖͍͔̫͈̭͙̠̝̮͇͓̭̼̺̟̗̟̠̰͓̫̯̞͎͉̰͚̤̟̼͎̺͉̼͖͇͍̬͉̹͓͚̗̯͎͍͕͇̰͙̺͕̣̠̼͚̭̥̩͈̞̗̙̩͖͇͉̣̱͍̩̫̜͙̘̦̜̝̰͎̞̹̭̦̟͈͍̦̥̦͙̻͓̤̫̯̲͈͎̗̦̦̪͚̞̹̟̜̺̳͖̱̥̯̤̱̗͇̠̗̗̙͕̬̬̟̺̣͖͙͇̥̻̝͙͔̥̦͚̙͎͍̳̙̹̲̟͖̟͇̱͉̰̼̲̤̲̘̮̗͍͇̤̰̖̖̘͍̙̪̘͕̣̱͇̜͕͎̦͇̣̮͎̼͓̰͙̝̠̥̲̻̜̬͍͎͍̼̘͎̟̖̮͙̥̳̱̝̱͍̻͈͈̜͈̤̗̠̗̭͇͚̖̥̭̰̫̘͕̠̖̫̥͉̠͖͕̗̬͇̩̟̥̗̬̹͍̮̞͖̞̻̖̗͕͇̰̜̺͕̯̱̩͚͖̟͖̫̟͈̲̠̰̻͔̫̠͎̭͕̖̲͖̞͉̠̐̍̽͆̃̔́ͦ͒ͥ̌ͯͣ͗ͮ̌̌̑̌̒̊ͩ̎ͦ̐ͬͩ̽͋̿̿̇̂̓̔ͦ̑ͥ̇̓̌̍̿̋ͤ̓̓̀͋ͦ͋ͤ̇̒̈́̓̈́̂̽ͭͯ̆̽́̀ͨͥͭ̉̔̾̎͌̽ͭ̈ͩ̌́̅͛ͥ̎̈͗̓ͯͩ̑͋ͫ̋̈́ͨ͊̋ͩͯ̽̌̉ͦͮͭ̿͛͊̔̀̀̒ͨ͐̓͂ͣ̾ͤ̏ͮ̄́̔̊͒͆͆ͮ̈́̌̿͋̍̎̌͐ͦͨͣ̌ͫ͗̔͋͊̇͛̒ͨ̔ͯͧ͋͗͒̃ͭ̓͆͂̓ͦͨ̌̑ͦ̈̐͂̍͌ͮ͗͗͌͐̐͒ͤͮͧ̿̎̂ͪ͋͊̔̂̔ͬ͒̾ͧ͒ͮ̾̀ͬ͒́͂ͧͪ̐̔̽͒ͨͯ́ͪ̀ͭ̉̓ͤ̀̓̒̄͛̿̑̌ͤ͒ͧ̎̌̿͋͒͒͋̍̏̅ͪ̎̄̓͌ͩ̌̃ͦ͗̔͋̈́ͯ̈̄̐ͪͭ̌ͦ̎̆ͭ̾̍̎ͩͪ͊ͧ̎ͦ͆ͧ̒̈̍ͧͤ͑ͬͤ̾ͤ̐ͩ̎̎ͪ́̍ͩ͛̋͒ͫͬ̍̇̏̉͂͂̏͋̎̽̆ͧ́̄ͣͧ̊̉ͪ̏̄ͨ͐̔ͭ͆ͨ̉̍̿̆̉̇͒ͧ̒ͤͩ͐ͨ̅̐̀ͭ̇̉ͨ̃͗ͮ̋̑̈́ͩ͑̀̀̚̚̚̚̚̚̚̚̚̕͘͘͢͟͢͟͜͞͠͡͝͡͠͠͠͠͠͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅv̷̨̒̇͋͆̒ͪ̈͐̃͛ͣ̍̏ͣ͑ͦͥ̇ͤ̍ͫ̐̇̋̑̇̆̐̎̌̄̊̑̽̓ͪͥ̆̌ͬ̎ͫ͐ͬ̅͂ͬ́̆͌͆ͩͥ͒̌ͯ̒͆͑̓ͧ͌͌ͤ̋̇͋̎͌̔ͪ́̆ͫ̔̔ͨ̀ͮ̄̏̃̅ͧ̎ͤͩ̾͛̉̾̄͊ͭ̽ͫ͐͗̓͑ͬͣ̔̃̊ͤ̃ͭͧͨͬ̓̋ͩ̈́ͣ̐ͫ̋͒͋͗͂͂͑͐ͩͤ͛̀̃͋̑͊ͩ́͐͌ͬ̒̍͒ͥ̊̎̋ͨ̒̄̏ͤ̉ͪ̏̈́͋̐ͭ͂͆̐ͣ̀̐̽̃ͫͣ̾͆ͨ̏̉̀͆̅̓͋̂ͥͭ̈̈́͂ͩ̍̐ͪ̾ͫ̓̋̐̿̓͆́̂͌̾̈́ͦ̃͌̇͒͌̽̍̑̊͗ͩ͑̈ͪͬ͋ͪ̋ͪͦ̔̽̀ͣͣ̓͆ͬ͒͑̓͒̏́ͯͧ̋ͧͩ̎̿̌͂̔͌͋ͨ͌ͯ̏ͩ̋͋̈͗̃ͦ̎ͤ̐̋ͣ̊̐ͯͤ̊̃͌ͯ̿ͭ͐̃͌ͧ͆̏̄́ͬͭ̇ͬ̃̇̓ͧ͒ͤ͛͌ͮ̽̍̇̔̒ͤ̒͋̈́̔̓̆̓̈́̓̐͌̒̂̎ͬ̄̑̔͋ͦ̆͛̔ͫ͂̃̂ͨ̒̋̍͂̊͗ͦ͊ͯ̌͑̆̈̔͌̑͂̓͌͆̈́͊̓ͥͮͪͣ̀ͥ̎́ͩͫ̔̈̈́̋͊̊̄̓͊̇̐̾̾̄̑̌ͤͫ̽̑̂͆̉̂̊̐͋͒̋̈͂͌ͨ͌̿̓ͬ͆ͦ̀ͬͣ̃ͣ̿́̚̚̚̚͘͜҉̴̷͏͏̶̸̵̸̵̧̢̨̕͘̕͜͟͠͞͝͝҉̶̷̴̧̛̲̺͇̮̙̤̻̠̮͓̣̪͎̠̗̪̭̭͉̰͖͕̣̟̼͍̳̤͙͚͚̺̬̺͕̺͍̙̦͈̤̘̬͍̘̭̺͈͔̦͔̯̙̹͈͙̮̰̘̻̥͔͖̝̮̱̥̜̜̭̘̞̞̬͙͍̣̭̮̘̪͎̫̮̝̗͓̱̻͙̟̠̤̰̣̼͚̘̦͙͕̱͇̞̖̼͎͔̬̙͉͇̥̺͙̞̪̖̣͓̹͓̙̫͙̳̼͙̤̻̝̳̻̬̤̱̟̻͓̫͍̥̠̺̟̗̮͕̹͍͓̜̭̱̖̬̫̮͉̝̮̞̟̣͓̬̼͔̣̟͕̺͍̞̮͇̜̟̬͉͖̗̟͙̞̜͍̰̻͍̞̣̮͉̱̝͖͕̥̖̻̩̞͓̮̮̝̟̭͖̭͉͔̻̮̼̭͈͙̙͓̺͔̹̥͙̬͖̖̳̖̜̻̭̮̙̹̳̭̦̗̼͎̼͕̟̼͈̦͎̟̭̺̱͚͇̱̱͈̣͕̤̱͓͕̬̹̘͖͚̯͉̹̝͕̦͎̬͙̟͈̭͓̩͈̞̝͈̱͓̹͍͕͖̟̘̘̜̥̬̬̪̥͓̲͓̖͉̬̘̱͈̙͈̗̳̗͉̙̫͕̬̯̮̲̙̞̭̜̲̯̘̖͔̲͕͉̟̙̺̠̬̫̫͉͉̞̱̫͓̹͇̟̬͚͔͈̭͓̙̟̜͎̖̥͍̼͖̫̥̱͓̲̜̲̱̖̜̝͖̫̭͙̟̪̩͓͓͙̬̣̳̯̰͉̦̭̼͓̦̹̩̘͙͚͙̻̖͎̭͖̮͓̳̭̪̱̯̭͍̖͍̝̦̟͕̳̬̝̭͔͓̞̦̱̼͔̻̠̝̘͔͙͍͔̺͔̫̲͉̰͕͈̰̯̻̦̞͍̝̠̭̼̝͕̞̳̼͕̲̞̖̘͚̭̼̯̘̲̭̮͈̖̥̳̜̱̱̹̖̼͕͎͇̯̯̘͚̗̬͎̭̭̤͔̪͖̮̱̟̪̖͙̱̻̦͙̯̞̟͚̝̻͚͎͕͖̘̱̥̜̟̪̙̼̦͍̰̟̳̻͍̺̰͖̲̘͉͕̳͙̪̘̣͔̮̠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅǫ̶̵̷̷̧̢͋̒ͧ̊ͪ̆̈ͣ̎ͮͮͮͪ͑̏̂̐̉̃͆͋̎ͬ͐̾̌́̐̉̈̊̌́̓̿ͪ́̎̄ͯ͆͐̍̀̐ͬͤͭͣͮ͌ͫ̾̒̔́̏̅̑͑̌ͭ͛́ͨ̉͊̈ͮ͋ͭ́͐̈̈̽̃ͧ́͗ͫ̏͛̍̐̉̄͒̍̇̽̍͂ͧ̉̆̐ͯ̂̈́͆ͣ̌ͥ͌̊́̔̈́̑̔̓ͯ̾̎́̏ͤ͂̃ͭ̓̐ͣͩ̿̉ͫ̂ͮ̎ͧ͗͛ͫ́̀̀́́̚̚̕̕͘͘͟͢͟͟͜͡͞͡͡͡͝͝͏̵̞̜̝̥͇͎͔͓̳͎͇̝͇͓̖̪̱͉̠̱̳͇̗͔̼̜̮͙͖̹̺̲̻̗̗̻̭̺̬̲̜̼͇͉͙̗̣͇̤̣̫̳͈̟̘̝͎̻̱̝̱͙̖̺̦͕̤̪̼͉̣͈̺̙̭̯̦̼͉̬̠̰̼̼̘͓͙͎̠̜̻̬̤͎̗̭̝͚̼̲̤͙̱̥̻̫͍̬̻̟͙͖͔̰̼̜̜͇͚̱̰̰̣͕̦̠̤̝̱̬͓͓̦̬̠̯̰̝̬̻̝̺̞̤̖͙̻͖̘̺͔̥̳̬̠̤͕̩̤͙͎̼͉͎̥͙͖̮̮͖̣͉͍̺̳͕̘̦̰̤̞̰͔̯̪͙͚̮̗͇̭̩͚̗̘̰̘̯͙̹̳͈̭̲͖͕̘̯͎̟͇͉̤̝̮̘̫̲̳̩̼̬͇̹͓͙̩͕͉̳̞͙̹͚̱̮̻͙̩̺̥̭̥̹̺̙̹̞̗͎͉̪̜͉̯̬̼̩̻͔͍̜̳̰͓̘̺̦̪̩̲̳̞̤̦͎̬̱̘͎̪̣̩̳̹͔͍̬̣̯̬͈̻̱̫̭͎͓̝̭̝̺̯̘̭̤̥͓͉̪͈̱̰͓̫̜̟͔͓͕͍̜̬̗̦̭̫̻̥̞͓̖͎̝̙̖̬̠̻͈̹̻̤̰̪͔͖͔͉̺͙̥͍͓̘̰̼̫̩̪̼̲̣͙̱̼͚̝̠̦̤͉̣̪̰͓̖̼̹̙̲̘͕̯̘̜̞̬͎̘̻̲̘͚̺͉̥̞̗̹̯̩̜͍̗̩̦̬̲̩̩̻͍̙̘͕̜͔̯̟̯̙͎̥͕̮̭͕͍͖͉̤͍̻̳͍̤̘̱͚̥̦͔̼͇͕͇̲͎̳̭̲̣̫̲͈̣̳͕̳͉̹̼̰̰͚͙̻̖̹̱͖͘̕͜͡͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅk̴̨͂͐̆͌͛ͤ͐̈͌͑ͯ̀̊͂̇́̒̂̏͆̀͌͗ͦ́̈ͧ͆͂͑̎̄ͫͫ̆̉̈́ͭ͌̽̈̈́͋̐̈̋ͯ̽͋̾̑ͣͦ̈́͂͗ͬͨ̍̈́̃͐̐̀͋ͧ̓̾̅̐ͣ̒ͧ͛ͦ͆͂͛ͮ̑̇̊ͩ͗̓̇̓ͣ̒͌̔̇̊̔̿ͭ̾͛͋ͧ̓ͧ͋͋̌̔͑̂̔̈́̈́ͬ̓̎̓ͮ̈́̍̿͛̉ͬͪͩ̓̃ͬ̈́̉ͧͭͪ̓͑ͦ̉̂͋̽̓͐̅ͯ̒͗͋̈ͩ͋̽̋ͦ̄̃ͯ̅͐̏ͨͩ̐̐ͧ̅ͮ́ͧ̃ͥ̇̾͐ͬ̐̉̈ͫ̈́̔ͯ̌̑̉͛ͤ̅̾̅ͭ̄ͬ͗̌̐̄̒̈̉̂̽̊͗̐̿ͨ̒̒ͯ̊ͭ͊̊̒̂͌ͣ̉ͫͬͩͩͯ̿̓̏ͦͨ͂̽̉ͨ̈́̑̈̊̃̇̈́̉̋́̍̋ͬͥ̔ͫͬͭͤͣ̇̊̑̀͛̃̾ͮ̇̄́ͩ̀̇̃̓͐͑̌ͭ̆́ͧ̑̉ͯ̔ͯ́̃̉̃͌̊̉̄͂̄ͦ̃͋́͗̂̆̽̉̊̈ͦ̾̈ͤ͂̿̿ͣ̑̀̉̽͗ͤ̅͂ͫ̋ͧ̓̀̑͋ͧͦͨ̈̈́̍̑ͧͩͦͪ̇ͭ̎̀ͯ͋͗̄̇͂ͫ̽ͮͮͨ̉ͭͥ̿ͥ͋́̆ͧͫ̓̌ͮ͆͌ͮ́ͧ̈̒͂͋ͣͧ̑̓̉̿̑̇́͋ͤ̆ͦͤ͐͗̅͊͌ͮ̓̏ͯ́̃͌̈͌ͤ́̅͒ͫͬ̈́̂̀͂̉͂ͮ͊́ͭ̉̈ͣ̌ͤ̃̆̽̐̓͗̊̃ͥ̈́̂̐͆͊̂͑ͭ̈ͭͩ̅̈́̒̈̏̿̽̇́͂̚̚̚̚͝҉̨͝҉̵̨̛́̀͘͜͠͠͏̶̴̡̨҉̳̳̠͉͇̯̖̤̖͚̞̥͕̙̠̘̙̜̗͚̲̲̼̻̯̟̰͚̩̖̗̜͍̩̟̮͔̹̣̻͈̼͍̳͓̰̞̬͙̬͙̯͖͓̟̰̗̻̦̩͉͎͍̝͈̹̱̦̣̲̳̮̼̬̥̱̥̟̟̺̰̟̟̝̦͖̩͉͓̝͙̪̼͕̺̘̭̭̟̦̘̥͈̼͓̞̹̜̞̞̩͈͉̲͉͚̺͍̗̮͕̮̗̗̥̲͕͎͍̠̮̝͉̰̦̠͚͈̫̲̮̲͍͉̭͇͚͖̭̫̱̜̥͉̬͕͖̳̼͖̼̳͉̞̗͔̪͓͍͉̦̫͚͔͉̱͎̖̜̞͔̥̗̹͔͚̬̠͔̩͉̙̦̤̟̜͎͍̼̼̻͕͍̦̺͙͉̼̭̭̘͉͙̦̱̖̗̖̘͖͕̩̘̫͕̞͚̬̼͇̹̪̜̯͖͎̭̜̤̻͕̻̘͕̥̟̟͕̫̦̹̤̬̺̳͉̜̺̲͙̣̲͕̖͈̩̮̙̖̥͚̲͎͔̹̣̪͕̻̪̗̬̼͉̺̹̱̼̗̗̦̻̰̱̩̹̯̖̞̻͎̻̩̣̮͕̜̻̠̣̥̯̞̙̪̞̻͉͖̥̻͇̠̱̳͎̼̣͚̟͚͕̥̜͍͍̼̦̮̻̦͙͎͍̦͍̥̙̘͍̥̹̤̞̹̼̪̤͕̺̗̱̘̬̠͖̦̻̙̤͖̥̜̰̰̭͚͕͕̰̻̗̝̝̩̼̺̤̰͍͕͙͎̼͍̻̩͔̬̖̜̙̗͕͈̭̩̯͔̙̖̙̯̺̦̯͇͍̭̮̜̺̣̟̪̫͔̙̪̳̙͍̫̣̖̞͓̻̠̬̰͍̱͔̤͚̗̟̪͙̘̩̟͇̠̪̳̹̦̬̘̬͚͓͖͓̜̭̝̠̥͎̗̫͍̖̜̬̪̞̝̳͓͉̜̱̬̱̫̗̮̫̪̥̳̲͔̰͇̰͙̩̗͕͎̳͔͈̗̩͕̠̫͕̗͎͎͖̫̟̻̞̪̪̭͉̹̯͔̖̣̖̖̱̝̜̜̮͈͓͔̱̺̙͔̩͍̬̥̹̰̻̭̦̥͓̖̹͕̬͖̖̫͎̦̟̣̣̱̜̤̣̤̖͖̝̬̩̖̖̗͇͔̮̻̟͖̲͓͚͙̹̱̯̖̠͍̭̫̠̙͉̱͇̗͈̤̖̲͉̳͈̳͉̹̗̙̩͎̙̲̗̻͈̭͙̟̬̦͎͎̬̹̗̤̺͈̫̬̰̫̜̟̜̹͙̲͈̫̟̲̼͓̞̦̱̘͈͈̣̮͚͓͔̖̩͔̙̱̫͕̭̞͚̩͉̲̞͍̬̫̩̠͇̼̣͈̯͈̖͈̳̘̰͔̤̮ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅe̡ͮ͊̓̂ͣ̐͗̓̓̇̊̉̏ͯ̂̿̌ͨͭ̒̈̉̾̑̀̔̊ͭ̾̎ͪ̓̒̌̉̐ͦͥ̇͋ͭͯ̐̆ͩ͊̈́ͯ̋̉ͯ̂̓̔͂̽ͤ̈́̑ͤ̂̐̊̆̏̽ͮ̔͂̔̃̑͑͒̂ͫ̅̉ͭ̇ͭ̽ͭͯ̾ͫ̑ͤ̉͋ͧ͆̑̃̂ͩͯ̅ͩ̃ͬͨͫ͊̎̐ͧ͌ͩ̅̋ͥͦ͂̄̔́̒͐̒̍̄̏̾͗͗̈́͂̐ͤ̄̌͂̋̊́̈ͮͦͩ͛̈̌ͮ́͂ͥ̽͊̎̿̿̏̐̔̽̂̐ͨ̑̈́̈͌͛͗͆̒ͨ̊̑̽͐͆ͣ̐͑̎ͯ͊̃͋͗̒͂ͪ̑ͦ̆̈̈́̍ͣ͆ͣͩͬ͐͑ͥͬ̋̓ͣ͒̐̋ͩ̀̉ͤ́ͨ́ͯ̌̇̀͐́̈́̉̍ͪͧ͑̓ͩ̌ͦ͐̄ͣ͆ͬ́ͫ͛̓ͣͯͧͬ̆̃͑ͧ̃͑ͤ̾͆̓ͨ̋̋̍͂̾̄ͩ̈́ͪͥ̌̇̍̍̒ͦ̓ͦ̐̈́̌̑̑͐ͪ͆ͦ̍̑̊̽̐̄̈́̔̈̔̉ͩ͆͆͆͐͗̓͋̇̄͑̅ͯ͆ͧ̔̔̒̂ͧ̉ͨͥ̋̓ͤ͂͗͂ͦ̆̊ͫ̏̌̋̏̍ͤ̍͂̏͛̍ͨ̍ͭͥ̑̊̒͌͒ͩ̄̉̆̈̓̈́͋̉ͤ̀̋̐̆͐́̈̾ͬ̌̽͋͐ͧ̈̾̃̄̈́̂̈̈́ͭͪ̀̾́ͤ̐̑ͮͦͯ̅ͧ̇̉̊̆ͪ́̂̓̊ͭ͐ͩͤ͌̽̈́̂͆͊͆̅ͧ͊͆̃̑̒ͭ̒ͦ̇̃ͬ͐ͩ̽ͭ͐͛ͩ̃̐̉̃̓̐̆̈ͦ͋ͫ͋̂̾͐͆̀̇̉̍͛̔̑̈́̾ͨ̃̍͊͗ͪͮ̔ͪͫ̿̈́ͭ̇ͭ̃ͪ̎ͭ̍̈́́ͯ́͌͗̄̒͗ͬ̉̄͑͐̈̐̐͋ͧ͑͛̍͒ͯͫ̇ͭ̑̈̂̍ͮ̓ͣ͛ͧ̏ͤ̓̍̔ͪͬ̆ͫ̔ͫͫ̌̾͆̄̍ͬͮ̍̈ͥ̀̐̇̅ͯ͗͗ͩ̏̿ͣͯ̄̄̃ͪ͂̋̌̄̌̇̅͐ͯ̆ͨ̆͂̃̈́͌́̋ͨͪͦ͑̈́̇͂̃̒ͧͮ̓̈ͣ͌͌͋̓͆͋̇͊͗̈́̍̑̎̂̾͑͌̒̉̌͛̍̄͑ͤ̊͗̐ͪ̑͌͒ͧ̒̇̃̇̾̒̇͗ͣ̀̈́ͭ̒̓̏ͦͣ̓̿̂̇͑͂͛ͧ͑ͫ́̎͛̔̏̅͆ͦͩ̐̐̉͗ͩ̒͛͛ͧ̋̒́̄̽̽̔͆ͥ̋͗̍ͫͯ̂͆̈́ͤͬͬͪ̑̀́̚̚̚̚̚̚̚̚̚̚̚̚͘͟͡҉̶̡̡̡̛͜͢͟͡͠͏̴̵̷̴̶̵̨̡̨̛̛̠̲̳̲̼̖̮̞̘͉̰̳͖͔̩͚͚͔͓̥͍̠͔̘̣͎̖͔̬̦̰̰̦̳͉͖̪͇̱̭̩̟͇̲̦̻̳̖̻͙̲͕͖̟̪̭͚͔͖̝͓̳̯͎͖̠̮̮͉͖̹̩̟̙͓͙̦̫̬̙̭̻͇͍̝̙̱̩̥̙͉̟͖̥̻̞̬̱̺̤̦̖̬͈̮̜͙̝͖̰̮̠̘̗̫̖̯͕̮͉͙̮̹̖̳̪̗̲̰̤̪͖̖͖̖̩̣̜̝̗͇̫̳̙̰̰͕̺̘͈͙͚̬̻͓͓̼͚͔̜̫͇̻͖̞̟͚̗͔͙̖̟̳͕͍̙̥̭̤̮̥̩̼̞̘͉̲̭͔̭͙̬̮͉̝̠̤̟̗̭̪̫͖͍̘̞̞̩̖͉̱̦̖̱͖̤̝̙̹͖͈̫̣̪̫̰͎͉͔͔̗͉̪̝͓̗̜̠̼͈̟̩͕̘̱̻̠̟͎͕̮̮͚̱̳̬̝̤͔͔͇̣͔͙̪̖̪̣͕͇̦̲̳͓̣̯̪͚͓͚̭̣̣̤̱̙̰̫̱̟͇͙͉̝͖̬̼͇̤̟̟̯͎̙̻̠̖̖̱̙̱̝̹̬̞̣͕̞̤̼͔͔͎̯͙͙̣̗̥̥̞̬̯̣̘͓̩̱̻͓͙̯̜̤̻͉͙̣̖̲͎̬͕̟͇͙̪̫͎̮͙̹͕̳̘͉̲͉̞̥͚̬͓̩͕͈̖̫̫̭͎̜̺̤̼̳̟̩̟͔͔͚̥̰̻͉̘̞͎̳͚͓͔̭̺͇̹̼͙̤̖͖̖̞̬͚̩̫̤͖̭̝̪̙̥͔̘͚̩̹͙̬̳̘͎̪̪̯̰̺͚̱̝͖̖̜̞̘̙̘̺͓̘͖͇̗̯͍̞͖̟̘͙̗̦̭̟̜̜͈̮̟̠̞̫̲̮̘͙͕̜̪̬͔̠̗̼͚̰͉͍̗̫̮̦̜̮̦͖̹̺͉͇̖̘̳͖̟̟̼̙̥̹̦͚̲̟͓̳̳̝̘̟̠͍͖̩̲͔̹͉͖̞̲̱͕͖̰͓̩̯̬̥̤̯̮̳̗͎̜͉̥̼̙̜͈̭̫̞̹̜̻̜̬͍̹͕̼̝̦͉͕̘̤͎͉͎̠̬̜͓̤̗̝͓̹̺̟͉͉̠͙͓̲̝̥̱͚͚̩̰̥̳̱͇̣̣̯̭͕̹̘̘̖͙̰̩̹͓̜̞̞̮̹͎̰̖͍͇̺̞͕̳͍͇̥̫̱͉̳̥̺̻͈̗͖͉̱̝̭̠̲̪̥̻̖̰͈̣̬̳̮̫̬͓̠̟͚͔̝̙̩̫̲͚͖̬̣͙̮̟̪̯͔̩̼̜̭̱̩͓̲͍͎͉͖̮̘̥̲͚̜̖̹̝̦͕̲̖̟̗̙͎̺͔̟̘̖̘̳͇̫̞̦̦̘̞̳̥̱̙͔̼̫̙͚͕̰̻͖̯̗̮͙̤̮̯̺̦̩͖̻̣̲̤̙͕̥̞̠͍͖̹̲͓̙͍͓̩͈̠̙͓͚̲̻̟̞͇͖̱̖̣͉̜̫͍̞̲̬͓̭̯̙̖̹̥͈͇̺̼̥̳̦͍̪͓̱̘͚̗̩̜̦͙̘͔͓̲̩̭̥̝͖̟̳̥͚͓͖̻͈̠͍̪͔̱͕̹̞̜̞͖͈̻͎̝͕̖̪̟̟̫̭̭̱̘̣̦͖͎̦̺͈̯͍́̀̀͜͜͜͡͡͠͡͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̵̷̶̶̡̡̧̢̢̡̧̆ͭ͗̈́̈́̔ͦ̒̒͊̋ͫ̈́̆̐͑͂͑̂̑̃̑͐͗ͯ̔̏͊̇ͥ̓ͦ̑ͤ̏ͤ͐̅̈́̾̏̽̄͂ͨ͊͑͆ͭ̏ͦ̓ͩͦ̔ͧ̉̇ͯ͗̈́͒͗ͪ̄̈̇̓̈́̏ͣͧͯ͌̂ͥͭ͌̽͗̂͊ͣ̐̑͋͑ͩͥͧ̑̓̇̆̏̇̾͂ͯͤ͊̈́ͫ̐̈̓̇̿̉̉͑͑ͫ̈́͗͐͂ͥͫ̅ͪ̆͐̃͗ͬ͌͊ͤͨͧ͒ͦ̃ͩ̽̉ͤ͆ͦ̍ͥ͆ͨ̉ͮͨ̈̉ͭ̓͛͋̋ͫͭ͊̎̈̓̌ͩͩͨͦ͌̉̎̋ͩ̓̿̌̑̌̈̓ͥ̄̍͗͂̓̑̂ͦͣ̽̓̐ͬͪ̋͛ͪ͒̓ͩͧ͐͂̒̆ͧ̍̃̉̈̈́ͦ͂̋̈́̐̈̈́͊̓͆ͣ͛̐͒ͫ͆͂ͩ̈́́̔̄͛ͭ̍̃ͣ̉̽̓ͪͤͮ́ͬ̅̃̃̒̑̿ͧ̍̃̿͗̃ͨͩͧ͂͂ͫ̓̌̓̑͗ͯ̃ͨ̇ͮ̃͑ͥ͛̃̿ͪͬͦ̊̔͛̾͛́ͯ̂ͣ̄ͣ̌̈́̍̔ͬ̃͌̈ͪ̔́͐ͤͭͫ̈́͒̂͒͗̑ͥ́̓ͣ̂̐͌̈̒̓̉̀̓̓ͦ̊̑͗͗ͨͥ̉ͮ̈́̍́ͭ̉̈́̀̔ͯͤ̈́̈́̉̓̇́̀̚̚̚͘͟͡͝͝҉̕͏̷̷̧̳̖̬̫̦̣̭͍͙͔̲̙͚̻̬̬̘̳͈̜̠̠͈͔̺̩̻̳͇͖̜̫̠̥͖̼̜͕̟̘̹̲̠̰̙̥̺̘̩̪̟̤̥̤̗̹̜͉̱̗̩͙̝͉̹̗͎̜͖̲̳͈̮̥͉̲̼̟͙̼̩̺̣̱̦̘͚͇͓̥̠̟̬̥̦̘̪̖͇̼̖̲͎̲̖̜̥͈̭̬̞̖̮̝͚̦̼̰̥͍͍͉̣͚͕̱̥̱̟̹̰̭̤̙̩͓͎̪̻̦͖͖̹̮͎̻̳̥̗̺̠͚̪̝̮̣͉͓̬̘̳̱̭̜́͘͜͝͠ͅt̸̡͋̉̃ͣ̓ͤ̏ͮ̓ͥ͐̈́͑͑̈́̓͊͛͌̏̀͛̈̃̓̀ͩ́ͩ̿̎̏̆́̈́͋ͩͨ̊̆͐̐ͣ̈̆̐̽͊͆̒͐̈́͐̃ͩ͊̓͛͌ͨ̌ͤ͌̊̆̃̿ͦͧ̆̿̊̅̑͑̈́̍ͯ̏̋ͪ̇̃ͨͯ̐̃͗̍̾͊͗̅̅͊̃̈́̈́ͤͦ͗ͨ̍̈́͌̔̿̓ͮ̂̄̆ͭ͛͗ͭͫ͗̆͛̌̌ͣͨͣ̇ͯ͛ͧ̓͒̃̿ͤ̎͂̂̉̈́ͥͦ̐̆͒ͣͫ̽͑́̾̔̔́̈́̀̈͗̄ͯ͌̓͐ͧ͐ͯ̆͒͗̇ͯ̏̋ͫͬ̏ͣ̌̓̄̿̑ͬ͗͐̿̈́͌ͩͯͪ͂̊͊̽ͧ̈́̃͊͛ͤ͊ͫ̊̓ͥ̐͋̃̈̽̑̂̍ͭͤ̿̇ͤ̌̈́̌̐̄͊̃̔̃̉͗̉̉ͮ̑̐̅͋̄̔͊̿ͪͭ̇͒͆̅̃ͮ͋ͣͪͧ̿̈ͣ̋͐ͦ̌̈̅́̚̚͘͟͢͢͏̡͏҉̸̶̴̵̴̡̢̛͓̻͓̠̞͇͇̹̳͉̰͕͇̭̰̘̻̦͙͕͇̩̦̬̰̺̠͎͎̳͇͇͍͔͚͔͇̪̯̤̟̟͔̝̖͉̞̙̪͉̳͓̭̗̱̭͕͈͇̙̳̥̜̬̱̥͚̘̜̻̞͕̱͚͖̩͎͕̺̻̭͎̣̭̠͇̬͍͖͕̼̝̱͓͔̜̞̩̪̺̫̫͉͍̤͇̣̮̯̱͖̯͓̭̯̬̩̣͈͔̤̙̝͔̘͍̪̹̹̮̠̱͔̳͖̪̙̘͓̗͔̣̺͉͕̼̞̗̠̹̱̜͕̩̟̙̪̣̤͖̫̱̞̻̳̣̺̰͍͓̹̖̘͇̥͚͍̱̝̬̰̫͕̱̖̼̰͕̯̗̜̦̞̮̥̼͚̺̭͓̖̜͚͈̤̖̙͈͘̕͝ͅͅͅͅͅͅḩ̵͋̄̌̀̐ͧ͐͗̋͑ͣͨ̎ͫ̄ͬͬ̈́ͭ̇̈́̽ͤ̎̐͆̈̋͑ͩ̒͋̽ͫ̾̈́ͪ̍ͬ́̃̋̿̊͂ͮͣ̐̉ͧͭͫ̑͑ͯ̀̐̂͗̏̈́̓̌̆͋͛́̽͑̍̂ͤ̅̏̒͑̃̓̋͊ͯ̃̿͐̒́͋̈̏ͣͤ̏͊ͯ̽̏̉̀̎̔̃͛͛͌ͫ̄ͧͩ̃ͩ̍͆ͩ͐̋̊̓̌̃͗̾̎͑ͫ́ͯͭ̉̓ͮͧ̒ͤ̅́ͫ̒ͨ̎ͭ͂̓̀̃̅̈́̈͌͐̑͆̎̇̇̋ͩ͌͂̿͊͗̑̄ͥ͗ͩ̎̄̐̉̾ͪ̄̊̾ͦ͑͐͋ͨ̆͋̾̑̒̊́͑̏ͨ̇ͩ͊ͤ̀ͪ̀̑͛͐ͧ͋̀̇̆̎̊ͩͮ͆ͣ̑̒̇̈́̃̾͒̐̑̍̈́͂͛̄̓̑ͮ̓̍͂̆͋̾ͦ̑͐ͯ̋̏̿ͪ̑̂ͩͤ̆ͯ̈́ͯ̌̀ͦ̍̈ͬ̊ͭͮ͛̌̋̄̍̄̈́̓͐̿ͮͤ̄ͫͥͥͪͧ̈́̉ͨ̀̃̈́ͧͩ̑̌̎͐ͫ͆̑̽͑̑ͨ̓̆̓̍͛ͨ̊̑̋̀͆̔̃̾̔̈ͯ̎̉̅̉ͮͩ̈́̂̾͆̏̈́ͩ̂́ͥ̈́̔͑̑ͧ̇̾̃̃͑͗̉͆ͩͧ͗̓̌̉̔̓ͫ̐ͦ͗͛ͨ̽ͨ̊̉͗͌ͤ͌̉ͮ̊̉́̂̏́̃͑͂̈́̈ͥ̋ͣ͗̔̋͌̔ͮͩ̋̐ͧ̿͐ͦ̽̌ͧ̌̊̐͑ͧ̔ͥ͛̈ͫͮ̓ͬ̌ͤͫͤ̑̂͌͗ͪ̓̎͛ͦ̾̑ͯ͋́͑͒͋̒̐̐ͧ̉̍́ͤ̀̆̑̉̐̿̆̈́ͭͦ̾ͤ̐̆͒͛ͪ̔ͧ̏ͬͨͩ͑̋̃ͦͭ͋̉͒ͨ̐ͩ̄̈́ͭ̌̌̊ͫ̂ͫ̏̋ͫͩ͌ͦ͛̈̇͐̃̚̚̚̚̚̕̕͠҉̷̷̸̶̷̷̵̷̴̴̡̧̧̨̨̛̛̗̖̪̗̞͈͈̹̲͔̜̟̯͔̪̬͔̜̟̺̣̥͙̼̟̤̣̹̖̝̗̹̩̭̙̥̞̻̪̩͖͉̠͍̜͖̮͚̺̰̣̪̰̜̗̘͇̘̘͚̭͉̣̺̜̜̟͙̦̙͚̩͍̼͓͕̦̘̗͈͓̳̬̫͉͎͔̺͓̖̹̠̩̣̣̙͉͓̼̰͙͔̲͓͎͉͓͇̜͇̯̝̤̘͖͓̬̼̼͕̞̼̬̰̪̱̘̟̘͍͕͍̻̮̪̥̻̳̜͕͖̹̞̠̱̝̣͓̜̞̠̬̥̟̗̟̣̭͕̪̲̤͚̪̣̼̥̜̺̗̺͓̘̬̻̝̜̤̝͓͈̹͕̮̜̗͖̭̩̦̬̺̞͍̖͎͕͓͔̱͍̯͇͕̲͖̪̤̖̹͈̞̬̠̟̱̘͍̠̪̻̯̹̣̗͈̦̗̭̦̼̪̝̙̞͙͓̪̳̠̯̱͙̝̦̰̥̤̻͍͚̭͉̹̝̳̝͕̬͓̯̣̱̻̼̫̺̳̖͓̖̳͕̭̪͉̘̪̫̳̯̞̟̹̦̺̝͈̖͉͎̟̪͓̖̦̤̬͕͇͕̞̪͉̞̘̩̳͇͍̗̥̦̣̞̗̣̹̬͖̪̮͚̤͖̜͉̞͈̥̣̰̠͉̜̠͕͍͍̻̹͇̖̤̬̞̖͍̼̙̟̪͚̹̩̞̜̙̦͈̠̠̪͔̹͓͖̲͎̞͈̘͈̱͉͙̭̹̠͙̠̥̱̘̼̫̺̼̤͉̙̥̳͕̥͍̹̟̞͓̭̭̗̠̰̰̮̗̭̺̜̹̙̥̙̱̼̞̺̹̲̠̤͙̪̼͇͔̣͚̘͙̺͎̳̗̺̞͈̤̻̥̩͎̳̱̬̭̲̼̝͓̣̻̞̟̲̼̟͉̘̟̥̞͇͙̺̤͖͓͍̗̥̜̳͖͇̤͚̮̫͕̠̮̺̗͕̗̜͕͇̱͉͕͈̰͈͉̠͉̫̯̼̮̩̟͔͓̱̮͎̳̘͓͎̬̬̬̬̰̝̩̥̜̞̘̰͕̻̪̩̻͚̘̦̮͍̱̞̺̣̙͚͉̱͚͇̪͈̼̲̲̣͓̳̠͇̲̬̰̺̣͔͈̼͈̖̼̗̲̤̜̠̭̘̤͖̻̫̮̘͈̟̫͕̯͔͖͓͔̖̠̻̞̮̼̠͙̠͙͍͖͇͕͎̝̰̗͓̫͇̪̹̭̺̣̜̖̦̮̯͇͔̫͖̫͉͈͙̖̻͉̪̗̪͕̝̣̗͔̹̝̺̤̥̥̪͎̖̩̰̫̱̮͎̞̺̗̤͇̭͈͚͍̟̮̯̭̹̦̮͔̬͇͓̼̩͕̲͓̣̗̲̭͕̣͚̤̮̦̬̤̬̦̠̠̰̖̦̰͇̭̮̗͔͈͍̼̦̲̪̗̖̭̦͕̦̠̖̝̻̣̞̖͎̘̻̣͔̙̳͈̗͎̫̤͔̫̻̼̙̀́́̕͟͢͢͝͡͞͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅe̢̢̛̛ͨ́̒́̐́ͧ̏ͨ͒̀ͮ͌ͩͥ͛̍͆̏͐̾̏̃͋̽̔̾ͮ̾͐̍̀ͪͥͨͬ̒͒̽̾ͤ̾̇͆͊͐͌̌͆͐ͯ̈́̽̉́͑̂̽͊ͩͤ̈́ͯ̆ͮͯ́͗ͤ͂̃̈́͌͂̔ͧͭ̓̐̀̚̚̕͜͏̸̷̧̨̕͟͟͢͟͠͠҉͏̷̷̦͙͎̦̖͙̞̤̖̣͍͓̳̼͕̥͖̻͚̟̻͔͓̠̣̤̥͙̞͔͖̳̣̜̼̳̮̲̻̺͎͚̦͇̺̱̟̗̺̯̥̗͎̯̯̱̦͎̠̤̗̦̲͈̘̗͕̖͖̟͚̬̮̝͇̩͇̱̫̺̙̤̫̦̝̮̭̺̱̯̙͎̙͈̱͔̙͕̬̼̗̯̥̞͇͎̲̥͙̼̳͔̞̗͖̙̙̠̭̫͇̞̦̞̩̰͍̣̖͚̖͎̜̮̪̼̙͚̭͇͈͕̞̭̘͍̼̰̫̱̫͕̝̝͖͎̞̣̞͈̮̻̦̪̥͙̺̝͚̣͇͓̗̙̞̬͉̞̺̘͚̲̘̪͙̗̩̟͚̞̭̰̹͚͎̟̱̣̹͚͚̣̘͇̫̣͓̲̯̥͈͕̟̪͔̫͍͚̱͕̼̞̦̹̲̠̖͔̬̻͍̫̬̞͖͚̗͕̖͓̗̗͕̬̩̜̺̠̙͖̳̤͎̮̥̹̠̣̹̤̗̹̞̙̬̻͕̠̘̦̘̪̩̫̗̭̼͚̯̻͕̮̤̯̖̩̱̺̦̰̼̘̤̣̫̣̼̟̰͓̲̻̟̪̝̟͓̯̖͖̜̬͖̞͖̹͔̰̪͉̝͈͎͔̤̣̣̙͙̹͈͙̥̜̠̙̱̬͎̰̝̯̟̫͚͈̤̞̖͉̘̺̱̪̜̺̖̹̖̮̥͓̻̱̦̼̞̲̬͖͚̰̘̺̳̘̞̠̤̭̜͇̞̭̦̹̫̳͍̮̖̺͙̠̳̺̩̖͈͎͍̥̯͉̫̳̣̟̮͔͉̝̳̦̯͔̹̠̙͖̹̩͍̖͕̮̙̠̙͍̻͍̣͇̮̤͇͕̻̪̳̞͉̝̜͉̰͓̤̣͉̗̣̳͎̮̪̘̜͙̮̥̦̳̩̪̱̼̹̱̲̱̝̤̭͉̝̤̫̤͙̮͙͚͝ͅͅͅͅͅͅͅͅͅͅͅͅͅ ̷̨̈́ͭ̋̊ͮ̎̽̈́͐̑̈̒͗ͥ̔ͨ̈́ͨ͗͆̋̃ͤ̃̒̄̄̉̏̓̀̃ͪ̅͐ͦ̾̋ͤͯͧ̎̑̃̈́̈̾̄̍̅̽ͫ͋̔ͭ̍̈̓̉̆ͦͩ͒͛̐͛ͮ͐̿̾̀̍͊̆͛̎̄͗͐͊́̍́͛̓ͦͩ̆͂ͧ̇͌̋ͤ̅́̈́͐ͨ́̈́̈̍̉̓͌ͧ̌͌̏̇ͣͭ̔ͮ͋͊ͧ̃ͩͣ̈́ͩ̌ͮ̍͑̆͋ͣ̆ͪͣ͐̈ͫ̔ͪ̏̉̓̓̇̄̿ͮͦ̅́ͣͨ̃̅̓͂ͭͦ̏ͧ̈́͛̃̑̔͑̋̊͌̓̽ͬ̀̂͐̆ͪ̄̅ͦ́ͬͥ̀͆ͩͯ̌ͬ̆̂͆̎̈͂̉̉ͯͨ͂̑̄͌͆̅ͭͯ̄̃ͫ͊̅̊̉ͯ̄̊̈́̽́̚̚͏̵̢̧͘̕͝͏̘̱̬͍̼̙͖̱͙̞͍̥͇̱̭̪͖͕̣̖̥͖̖̯̮͕̪̘̭̦̖̯̬͖̬̳͎͉̗̱̭̜͎̼̝̰͉͇̞̼̥̱̣̼͓̥̩͈̬̦̘̭͖̦̰̮͓̝̖͕̼̣̬̣̦̠̱̥͈̰̻̰̫̼̟͉͙͕̜͉̼̩̮̱͎̗̜̫͇̦̬̫̘̬̙͖͔͎̦̼̩̪̪̰͓̣͍̲̟̗̱̠̦̖̲̝̫̼̥̥͔̖̠̼̰̩̥͍̟̝̯̤̠̠̝͙̣̹͖̗̠̰̹͖͔̰̥̟̝̩̥͎̰̣̝͕̺͍͉͎̱̥̠̥̪̝͎̙̹̯̝̯͚̰̗͉̬͈̳̻̜̣̙̖̳̥̞̖̯͎̻̖͍̞̳̼̜̩͔̻̯͍̭̖͎͍͖͍̰̱̩͇͉͕̝͎̦̗̘̫͓̫̗͔̱̰̥̙̩̤̘͕̖̺̙͙͚̬̺̣͍͉̰̩̭̟̼̰̣̫̮̬͔̤̪̙͇̘̜͕̮̥͎̬̞̲̭̦͓̤̙̰̭̥̺͍͎͓̬̗̩̲̮̹̤̫̙̟͙̠͉͓̖̠̞͎̥͎̥̻͍̹̩̙͖̯̟̠̹̝̠̳̫̺̻̣̭̩̦͓̻͈̝͇̟̲̰̭̯͓̘̙̬͚̣͚̝͕͈̥̺͕̝̪͉̯̩͔͍̭̹͈̞͇̱̘̺͙̥̘͎͚̖͈͔͖̝̘͕̪͓͍̜̙̰͔̙̥͈̯̹̟̰̙̹̮͔̭̭͎̥̭̳̯̪̥͍̼̣̯̝̗̪͇͔̬͎͙̰͎̗̬͍̺͕̰͉̭̲͙̗̬͈̜̲̘̗͉̦̯̫͓͈̫̞̖̦̖̼͙͇̱̖͖͚̪̠̲̞̟̱̺̖̮̤̠̗͍͉̺̲͈̗͇̣̖͖̗̼̼͎͔̦̗̼͙͇̼̞͓̱̞̦̲̱͉̥͎̘̮̲̼͈̦͎̪̫̗̭̖̪̮̹̗̙̰͙̖̜͔͈͍͍̲̯̭͈͕̠͖͎̘͎̭̺̤̗̻̖͙͙̥̤͙͔̝͉̥̭̮̦̝̬̳͈̝͕̜̫̖̤̗̹͉̖̯̝̼̘͉͚̦̯̹̥̩̲͔̱͓͖̭̙̪̰͖̺͚͖̤̝̙͓͎͈̩̭̬̻̮̗͕̬̹̪̱͈̙̤͈͇̰͓̦̹̻̹̙͔̻̜̪̪͍̦̲̖̥̫̝̞̯͍̦̩̰̣̟̯̥̮͔̞͖͔̹̦͔̠͕͖͇̼̲̪̭͇̲̞̗̘̟̥̗̻͚̻̗̼͚̺̩͚͕̟̞̦̦̩͈͉͈̤͎͈̞̬̬͉͈̰͉̼͍̰̮̳̗̹̟͉̩̥̗͓͍̠̤̻͔̬̪̤̞̖̙̣̺̱̱̮̩̺͔̮͇̦̘̭͇͈̼̩̬̗͎̹͚͔̪̹̮͈̩̖̖̭̘̜͖̠͎̰̱̳͍̘͇̟̠̙̪̮̣͚̪͕̦̮̖̬̰̯͖͚̥̠͉̖̮̟̹̙̤̘̗̖͓̲͕̭̼͚̘̩̗͙̘͖̻͇͉̳̮͕̤͖̕͝͠͡͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅḩ̷̢̡̨̛ͭͦ̒̅̒͌̃ͫ̃̏̐͑̍͐̔́̈́̒ͩ̈́̌̒͛́ͩ̃̽̿͆̈́̓̂̾ͧͫ̆ͩ̃̉̍͛̊̏̑̄̀̓ͫ͆̒̾ͥͭ͑ͥ̓̐͊͒̏͐͑̄̾ͣ̈͋͂͛͒̂́ͣ̾ͦ̽͐ͧ̄͂̄͋͒̇̒̎̍ͥ̈̀̔͊̈́̏̈̅̇͑̒̉ͧ͋̋̒ͤͦ̈́͑ͪ̊̍̑ͦ̀ͣͭͩ̃̐̓̈̉̉̅̌̑̉̈́̾͆ͬ̔̒̒͑̂̂̓ͯ̔ͬͮ̂̑̃̉͐̇̾̊̍̀́͊͑̉͐ͫ̒ͦ͌ͫͩ̑ͧͩ͆ͦ̈ͫ̂̏͗̈́͌̐ͧ̍̆̃͂ͫ̐͊͐̈̈́͑͛̃͛̔̂ͯ̍̑͋͂̔̈́͆̓̿̐ͥ̍ͦ̊̒̇͐̽̽ͩ̍ͮ̄̈ͪ͋̔̓ͩ͋̊̽ͯ̃̑ͪ̈́͑̀ͧ̏ͬ͆̽̈̏͌ͪ̃ͭͫ͛̇̏̽͛̐̽͋̾ͮ͋ͭ̓̃͂͑ͥͯ̐ͦ̎ͭ̎̂͛̅ͯ̓̐ͮ͐̓ͣ̊̄͂͛͒͑̌ͥͯͩ̆ͮ͆ͮ̍ͦ̆ͫ͆̉̂͒͒͌̑ͨ͆ͭͦͥ̅̈́̍̓̓̇̍̐ͭ̈͆̿̑͊̂͗ͥͧ̐ͧ̒ͯ̐̂ͩ̋ͤͪ̒̈́̏̇̇ͩ̂͆̑͑͑́̒ͦ̊ͨͣ̅ͬ̍͗̏ͫ̉̐ͨ̈́̃ͪ̏ͩ̇ͥ͆ͪ͊̔͌̈́͗́͊̌̀ͤͥ̓͗ͤ̏͌̀̊͗ͦͬ̂͑ͩ͐͐̾ͭͮ̍ͪͤ̌͗̓ͮ͗̓̔͗͋̄̅̏́̽̈́͒͌ͣ̓̋̍ͧ̐̓̉ͥ̇͐ͫ̽͑̇̈́ͬ͆̄̐̾ͣ̔̓ͦͤͯ̑͂ͤ̑̋̏ͤͭ͌̂͊͋̈́ͤ̅̓ͬ̍̎̈͊͂ͤ̃͋̉ͨ̓ͧ̀̇́̒̌̈ͦ͒̌̓̍̆̔̑̽̊̈́̔̑ͤ̈̎͑ͥ̊ͩ͛ͯ̋̉̓̆̌́ͣ̌̽̔͛͗̍̃̌͆ͤ̓̂̒̑̐̂̑ͭ̈͗ͯͮ͌ͨ̏̈́̇̃ͬ̏ͨ̽ͯ͑͑͑̅̇͆̐ͮͤͪͧ̇̄̉̋̆ͯͥ̇͛͗̂ͭ̊̄̏ͧ̾ͫ̍͋̇̍́ͩ̿̍̐̾̔ͦ̽͑̐̑̃ͧ͋͋͂ͬ̐͆̊̑̉̓̽̚̚̚̚̚̚̚̚̚̚̚̚̚͢͝͝͝͏̵̴̴̛̕͏̴͏̙͚̤̥̬̹͍͚͙̗̟̫̗̜͔̭̠͖̮̩̟͉͓̲̖̦̞͉͚̤͓̣̲͉̱̬̱̟̗̮͖̘̺͓̖̠̺̳̦͍̼͍̹̗̣͔̹͎͔̭̦̭̬͉̞̟͈̺̣̬̞̟͚̘̰̱̟̤̩̰̖̝̠͖̖̖̫̮̼̞͈͍̟̦̦͕͕̹͎̬̤̣̱̰̺͍͔̦̫̭̰̜̬̩̮̲͎̤͚̭̘̙̺͍͍̙̜̗͓͇̱͇̬̻̘̼͓͔̩͙͎̳̣͖̠̠̞̞̟̰̗̰̝̬̟̣̙̬̖͉̘̺̜̯̗̞̞̤͖̲̟͙̲̳͇̳̝͔̰̰̼͖̫̼̹͍̖̩͓̪͖̖̻̯̜͍̖͍͖̳̗͚̱̜̘͕̬̭̼̟͍͉͖͈̟͉͍̗̱̹̠̼̤̫͙͙̠̱͖̫̰̼̪͇̭̼̣̹͍̻̰͎̩̞̟͖̯̭̗̯̖̻͙̞̰̻͉̬͕͚̲͉̬̫̺̟̮͓̹͍͍̦̖̫̮͍̯̫͎̭̗̥͕͉͕͉͕̻̭͎̪̞̥̻̗̼̩̣͇̼̮̜͔̲͙͚̭̰̥̻̥̣̭̼̱͉̻͕̺͈̱̭̞̝͉̲̜̬̭͕̲̥͈̥͕̼̥͉͍͎͈̝̟̠̼̘̯͙̰͚̺̯̥̱͓̱̦̳̹̜̟̦̹̲͍̙͍̪̝̳̬̥̺̼͔̩͉̱͖͍̭̰̯̟̤͉̦͕̥̜̹͙̻͖̻̮͕̠̝͉̟͎̫͔̖͇͙͔̘̞͇̞̦͇͇̬͖̜̩̯̬̬̙̱̭͍͔͙͙͕͇̬̟̬̣͈̻̬̤̝͙̘̪̣̙̖̪͚̦͚̹͖̣͙̣͖̤̭̺̣̪͕̬̮̗̮̤͇̪̻̩̲̱̩̣͔̙̳͖͕͓͈̖̘͍̫̫̜̟̩̮̣̳̼͎͕͈̭̦̳̜̭͔̰̼̝̺͚̭̩͇͍͇͉̺͖̞̼̗̳̭͚̹̗̼̳̬͕̥̩̙͇̭͖̖̩̯̩̻͎̙͈͈̲̟̻̪̗͔͇͇̞̳͖̬̖͕̯̜͕͉͓͖̬̩̘̪͙̖̘͓̩̖͈̠̥̝̗̖̣̙̦̜͔͓͚̹̲̺͔͈͖͎̖̟̝̟̻͇̹̼̩̯͖̰͉͈̖̜̗̙̖̟̬̭̪͈̪͈̺͙̼̮͈̥̬̗͔̭͉̮̬̩̩̼͙̠͓̙̬̲̩̥͙̗̖̘͚̺̰̱̙̱̱͚̤̟̗̖̱̪̭̱̪͖̜̰̫̝͙̩̯̯͔̲͎̹̟̗͉̯̮͔̣̩̫̫̫̹̖̜̘̖̺͖̯̱͇͖̟̩̘̬̟͓͇͖̳͔͖̬̦̞͓̥̪̥ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅi̧̨̧̇̊́͌̈́ͤͦ̄̅ͯ̌ͣ̇͂̒ͥͫ̃͑ͬ̐̅ͪ̅ͣ͌͆̒͑ͤ̽ͪͧ̏ͮ̀̓ͩ͒̒̇́̑̊̂̄̔̎̈͆ͩ̒̾̑̅ͫ͆̏̿̎͒̽ͧ̽̒ͯ͒̈́͌̈ͨ̿͒ͦ͗̿ͤ̉̓ͫ͛̽͂̍̇̀́̒̄͂̔ͦ͗̃̋̾̉͋͋ͭͥ̄̋̏ͮ̋ͣ̐͆̑ͣ̆̾͌ͤ͒̿͑̿̊̾̉̏̽̇̎͆ͤ̎̾͐̐̓͑̌̃̾̏̃̊̃ͤͭ͑̊̅͐͂ͬ͛̓̓ͯͧ̓́̅̾ͤ̓͐̐ͥ̋̃ͥͯͭͯ̔̒͋̿ͨ͑͑ͣ͌ͥͧ̔̍̐ͣ̑̂ͫͫ̽̉͊̃ͭͯ̏ͨͩͩ́̒̔̍̏ͥͩ̓̊̈́̍ͫ̀ͫ̇̈͂ͫͤ̓̍̈ͪͭ͑̇̓͌ͧ͒͒̉ͥͤ̏̃̃ͥ͛ͦ̂͋̄ͫ̔̄ͫ̈̎̃̀ͨ̍̈́͐͌͒͆̀͌͂ͦ́͂̀̇ͥͭ̿͋̓̆ͤ̓ͫ͊̅̂̃̄͋͌́ͮ̅̓͗͑̽͋̾͗̌ͪͦͮ͒̿͋̽ͤͥͫ̎͒̈́̃ͮ͛̽̓ͩͧ̈̔͐͗͂͋͗̍̂̈́̿͛ͭ́ͥͮ̎ͤ͂ͪ͐͛̒̍̄ͤ͐ͫ̔͑̋͒̋̊̉̔ͣ̈́̽̍͋̈́͆̌͂̋̌̊̈́͊̅̍̔́̆̒̒͛̆͆ͫͯͭ̒̊ͪ̓͛̄͋ͨ͛̒̒ͨ̽̌̓̎͊̽ͮ̽ͣ͑͒ͩ̂̓̃̅ͤ̌ͪ̇ͫ̉ͫ̊͌̈́̐̌̇̾ͨ̈́̃̄ͬͣ̊̓ͮ͐͌ͥ̒̽ͩͬͩ̎̀͛̔̾ͤ̓̀̾̏̉ͣͭ̌̾ͤͩ̎͊̈́̄͑͊̓̈̑ͤͦ͗̐̈͂͛̾̓̄ͮ͌̊̍̒̉ͮ̂ͫ̆̅ͬͨ̌̅̎ͤ̀̓͒̂́̍̅̉̽̓͐ͩͮ́ͤͧͥͩ̓ͤͫͥ̐͆͗ͨ̈́̈̍ͧ̐̂ͦͤ͑̉̅ͪ̈́̈́̉̓̅ͤ̍̈́ͨ̽ͮ̐̔́̋ͫ͆͂̀́͐͒̋͐̄́́̚̚̚̚̚̚̚̚̚̚͢͝͞͡͏̧͟͠͏̸̵̵̡̛͕͕͔̝̪̣̥̜̳̪̻̦̣͖̳͓̫̖͔̝̺̞̻͓͚̜̟͎͔͖̙̠̖͍̠̮̬̦̻̞̞̞̼̠͓̯͕͎̙̮̞̦͕̹̲̪̮͈̫͎̟͓̠͕͓̠͙͙̬̫̹̺̣̘̲͎̝̩̩̼̲̬͍̺̝͎̘̤̜̫̭̯̣̘̮̯̭̞̖̳̫̠̞̯̘͚̤̗͙̭͓̯͇͔͍̘̪͎̞̳̗̗̦͍̥̹͉͙̼̭̫̩͔̩͈̪͕͍͚̟͎̯̝̺͕̜͇̲̺͔̦̞͉̖͍̣̬̟̪͇̞̪̤̦̘̮͓͕̠̱͖̱̟͈̠̭͎̱̞̞̭̲̱̺̭̠̯̻̮̦̥̯̝̱̭̲̲͕̯͈̜̰̣̥̳̱͓̮͎̲̘̣̜̦̗͈͖͎̩͔͕̬͈͈̖̱̫̗̰͙̳̻͍͈͖̼̻̝̠̳͙̼̳͙͖̜̩̘̯̗̣̗̖̲̟͔̦͖͙̼̗̱̞͙̦͖̖̭̦͙͓̖̹̼̩͚͚̮̩̭͓̖͙̟͍̼͔̘̦̗̞̩̬̳̜̗̤͖̣̖̥̘̩̫̙̠͔̭̺͎̻͈͚̳͖̞̲̯̠͎̖̼̩͚̤̼̠̤̬̝̠̮͔̙͎̼̥͉̤̲̬̝͈͎͖̞̖̯̠̪̞̞̱̱̯͉̤̺̲̯̜͚̟̺̙̙̲͕̬͈͖̝̮͖͓̹̣͙̠̲͙̥̙͇̳͇͍͚̥̦͙̮͍̥̩̲̘̞̗͕̦͈̭̭͚̖̗̥͉̤͉͍̻̣̻͓̣̣͍͍̥̮̩̕ͅͅͅͅͅͅͅͅͅv̴̵̸̴̵̢̧̛̛͚̼͉͉͕̱̞̯̱̮̥̣͓͙̜͖̗͍̗̠̹̗̼͚̠͖͉̹͎͚̮͈̼͙̗̩̟͕̞̮̙̗̹̱̩͙̮̞̙̪̖̪͕̦͙̝̬̖̖͙̲̙̩̮̹̥̟̱͚̱̤̦̫̞̥̟͉͇̪͓̬͖͓̜̻͎̩̟̦̼̹̯̤̖͍̳͈̹̟̬̠̮̭̘̬͓̥̗̠̥͔͕͕̲̱̳͕̻͍̟͖͔̲̝͖͇͓̙̜̣̖͖͙̼͉̜̗̻̗̺̺͚̫̺̟̖̼̺͈̫̘̥̹͎͚̳̠̰̖̬͇̙̝̞̗̫̹͉̪̟̣͈̥̳͔̬̮͍̝̗͕̪͓̯͚̞̰͉̫̱͓̤͙͎͙̱͔͉̗̭̲̪̼̣̳͉̹̹͔̮͎͍̹̝̻̮̜͉̲̺̜̲̪̻̮͙̖̙̦̼͓͎̖̼̫͕̥̝̪̻͚̳͍̼̠̻͙͉̮̩̬̘̦͎͓͔̺̳̫͉̺̦̟̳̻͚͔̬̬͉̜̲̟̖̺͈͕͎̮͖͓̖̜͓̦̭͙̮̼̖̱͔̻̘̼̯̤̝̰͖̺͙̦̜̤̳̟͓̠̯̲̫̮͉͓̣̣͔͙̠͖̫̖͇̰̜̭̯̟̟͔̼͎͕̞͍̫͓̲̲̝͓̪͓̻̖̤͖̺̻̙̤̝̪̘̱̭͖̲̖̰̟͚̪͖͎̯̙͎͙̺̳̩̦̺͓̗̘̦̥͕͈̻̬̖̗͖̘͓͔̻̫͚̰̻̻̦̦͔̮̣̘̺̻̭͇̬̦̤̮̣͈̫͈̬̲͖̥͖̳̦̗̘͔̝̠̹͍̪̥̲͖̘͖̝̘̙͙̩͔̗͇̗̰̟̯͍̤̰̬͕̞̥͙͇̞̹͉̗͇̰̮̘̰̠͎̝̯̦͚͖͔̰̠̦̜͎̝̬͖̳̹̼̥̤̻̪̻̺̭̺͈̙͚͍͎͙͇͎̭̟̪͕̦̠͈̰̯̹̖̪̟̜̹̪̖͖̙͈̦̮̣̥͓͍͎͚̬̰̜̩̗̟̞̜̘͓̫̫̝̱̯̫̖̼̬̳͍͖̫͍͎̝͔̘̱̲̻̟̭̭̖̯̯̻̣͍̺͇̹͉͚̩̗̤͖̭͖̥̝̠͙̠̰̟̞̺̝̖͓̫̯̼̰̰̝̪͖̪̗̲̘̱̦͕̦͎̩̭̗̪͉̦̜̮̰̣̲̼̟̹͔͇͕͉̜̤̦͓͈̜͎͓̪̲̟̗͈͕̬͙̖͎̹̪̱̞̥̠͍̝̜͔͇̜̜͎̪͇̮͎̣͔̳͖̦͇̠̪̖̺̩̻̦̤̙̳̮̰̖̞̗̱͈͖̼̦̼̝̻͎͓̙̦͍̥̩͍͚̞̓̍̑̓̌ͧͨ͊͆͊̈́ͫ̊̿̉͗̈́͐ͨ̄͊͂̎̓ͧ̋̎̑͂͐̓ͫͯ̉ͩ̐ͩͪ̾̂̍ͦ̈́́̀ͭͧͧ̀ͫ̅̔ͯ͐̇̅ͦͩ̐͋ͧ̇ͩ̅̿͌͌ͯ̎͒͋̾̇ͧ͐̃̌͐̔ͫͪ̎̍͆̉̓̐ͮ́̃ͥͪ̈ͨ̉̊͛̎͗̄͛̅ͩ̐ͪ̄̐ͬ͌͊͑ͣͧ̉͗͌͑ͩ̏̃̾̍ͩ̑̀̀̊̂̿̇̇ͥ̉ͤ̉́͂̏ͬͣ̃ͨ̓̊̉̓ͫ̉̾̂͌͌͋̍͂̓͋͂̄́̒̀̂̓ͭ̄̌͂̂ͣ͋͂̔̓ͦ̀́̚̚̚̚͘͟͟͡͠͠͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅę̷̵̢̢̛̑̐̑ͫͬ͑̀͑̃͊ͨ̿̎̌͌̂̊̒̾̃ͮ̎͊́ͭ̂ͨ̂̏̔̏̑͋̽͋ͩ͒ͫ̆ͯ̾ͩ͆͒̾͊̈̏ͤ̓ͣ̇͆ͫ̿ͤͩ̉̉̔̌ͯͧ͆̂ͤ̄͆́͂̌̅ͦ̓̄͆͊̒͂̉ͭ͗ͪ̊̅͐͐̈́̌̋ͮ̒̆ͪ̊͊̐͋ͯ̔̃ͥͫ̾̅́̓͒̀ͥͬ̃͊̏̇͛̋̌̀̃̐̐ͭ̓̉̔ͮ̔̉̍̈́ͨ̄ͫ͑̉͆ͧͩ̑ͬͧ̔͑̓̎̂͂̇̄̈̾ͩ́͋͛͊͌͂͐̒ͭͩͨ̈́̃ͭ͐ͪͦͫ͌͋ͧ̐̔ͣͧ̉͐̔̑̓̏̓̓̃ͣ͗̆͐ͯͮ̾̊̽͂̌ͫ͌̏̃͌̎̄ͧ̀̔̌ͤͯ́̽̉̉̈ͧ͌ͦ͗ͬ̌͆̽̇ͪ̈́ͮ̄̃͗ͫ̀̍ͮͥ̔̇̽ͫ͑͋̈́ͣ͂̅̑̾̑̑͋̏͑̔ͧͧ͋ͮ͒̒́ͧ͆̑̈́ͮ̽́̃̇͑̋̑ͤ̐͗͆͋͒ͧͭͤ͑ͨͭ̓̀͆͂̑̌͌ͦ͑ͫ͂̍̄̋͑͑̈ͫͮͤͤ̆͌̏̐͛͆͗ͬ̿ͥ̊̌̓̋ͤ̃͐̎̓̃̎͋̃ͣ̔̉̉͂̑͊̏ͭ̿̔ͫͣ̃ͫ͐͑̐̉̉̈̽͛ͫͬ̂ͭͥ̇͌ͬ̊̾̓̀ͤͦ͋ͤ̌̉͂̔̈̾͑̉̄̑͗̂̄͆̒ͬͥ́̾̿ͦ̍̑̀̿͆͗ͦ͆͑̀ͣͫͤ̓́͌ͦ͊̔̔ͩͫ̔ͤͥ͋̂̅̌̋͗̀̓͒͂ͭͪ͋͋̌ͥ̌̈́ͤ̎̈́̈̎ͫͧ̐̊̅̇̏͐̍̉ͯͤ̇͑͛̐̓̈̉̂̐̂͒̈̈̉̍̉̀̄ͫͯͣ̎̉̋ͮ̇̔͂̀̏̇͗̎̆̐̏͊͋͌ͫ̏ͮ̑ͫ̾̔ͩ̒̿ͤ̐̓ͭ̀̑̒̈́̉ͯ̆ͫ̑ͯ͆̅̌̌̉̿̍́ͨ̊̂̂̈̅ͧͨ̇͒̇͌̿̒͌͊̀̌̍̍̈́̈̅ͯͦͥͯͯ̿ͩ͆̿̅ͣ̿ͩ̏ͪ̇̒ͤ̾ͥ̊ͬ̍ͦ͗ͯ̎͗͆̌̍̚̚̚̚̚̚̚̚̚̚̚̚͟͟͞͠͠҉̶̕҉̵̴̶̴̴̸̷̨̛͇̞̜̟͙̞̭͔̮̘̦̗͔̙̰̗̜͇̗̮̩̺̤̘͕͈̹̗̯̪͔̻͖͓̗̯̮͚̯̫̫̼̹̭̬̞̤͙̬͔̬̱̱̱̩̣̝̙̳̮͖͉͔̠͉̣̥͓͎̱̗̠̮̤͇̬̩̮̖̩̰̖̹̞͖̥̲̬̩̯͎̬͖̺̦̺͍̪̜͉̞̭͍̺͙̼͖͓̥͖̹͕̣̺̲̘͕̜͓̙̜̥̖͕̯̹͕̩͈͓͙̙̩̦̜̭̻͇̞̞̙̫̱̺͈͔͓͙̞̦͎̪̝̖̦̥̼̹̮̮̗͓̼͎͉͔̳̹̹̖̙̠̳͎̪̮͚̞͈̞̦̙͖̻̦͚͍̦̗̪̯͔͉̘̫̥̖̤̝͈̱̝̼͈̪̬̘͚͇͎͍̫̞̱̮́͘͟͢ͅͅͅͅͅͅ-̾ͪͤ̇̃̍̎̉̈ͥ̄͗̑̆͐̆ͮͦ͋̅ͦ̇ͫ̍̋ͬ́͌ͯͥ̂ͧͩ̽͗̈ͭͫ̓͂̑ͭͦ́ͧ͐͛ͩ͑ͥͫ̊͗ͪ͗͋ͤ̓̑ͦͮ͛̇̇ͬ̈̍͐͒ͭ̀́͐ͮ̓̓́̽̈́̐̓ͤͦͯ͒ͮͯͪ̒̓̀̅͂͂͋͒͊̃ͤͨ̄́ͭͭͬ̉́̽̒͒̏̏͑̉̑̈́̄̾̓ͮ̓̑̉̀̽̀̐̒̐ͣ̊ͪ̌͐͋͗̎̆ͯͤ̏̂̂͌ͥ͌͐͐͊̌͆̃́̇̆̏̔̂̇̎ͧ̚̚̚̚͏̴̶̛͢҉̴́͢͡͠҉̷̷̴̵̶̴̵̧͉̹̰̞̗͔̯͖͉͈̯̺̝̣͓̞̻̻̜͇͙͙̟̻̖̭̙̺̙͓̟̱̹̤̗̯̥͕̰͖̖̦̺̯̙̟͈̖͙̼̰͇̤͚̻͚̖̹̦̭̬̩͉͙͕̟̞̭͔̘̤̹̪͇̥̮̱̲͇̣͖̻̦̲̭̯͚̲̘̻͖͓̠̗̻̬̮͎͎̱̳̬̭̬̼͇̝͇͚̺̯̰̗̻̲̜͕̦̮̥̼̬̱͍͕͕̦͔̟̝̻͕̹̹̺̯̥̗̹̲̼̱̜̤̱̥̗͙͍͎̮̦̻͚̻̠̹̠͎̦̦̗̱͈̥̝͚̙̬͕̗͔͔͕͈̮͔͖̼̝̖͈͔̳̺̦͉͉̥̼̜͚͍̩͓͇̦͔̞͉̗̟̲̞̮̼̝̗̗̱̤̟̹̥̠̮̖̭̜̭̮̼̟͕̦͖͚̖̞̮̟̘̖͖̻͖̩̬̹̪̩̜͚͔͖͖̝̭̲͉̻̝͖͙̪̭̣̣̩͖͙̻͖̰̦͙̼̩̞̯͍̜͍̪̲͍̻̻̯̝̣͇͕̤̝̖͍̤̗̼̝̺̺̫̥͎̺͍̯̼̭͕̥̩̻͔̬̖̟̠͖̭̤̺̘̦̝̖̬͉̳̻̼̝̭͖͔̗͎̺̩̤̞̺̰͔̜̟̟̤̳͉̭͙̻̗̮͍͈̣͍͕̲͍̠̲͔͙͉̫͙̝̞̜̪̱̗̗͇̖̩̹͉̟̳͚̟̪̻̱͖͙̹͕̟͎͍̣̯͙͍͚̭̺̮̟̖̪͍̪̰͕̤̦̥̥̦̟̘͉͎̮͓͖͖̼͎̮͕͉̮̭̩͖̬̘̘̯̼͖̞̘̯͉̣̻̠̺̜̪̼͈̫̱͈̻͎͓̻̜͎̠͕̝͙͈̜̘̖͔̦̩̜̠̼͇̹̼̼̥̗̬̣̤̤͉̹̞̩̮͇͎̹̦͍̟̼̱̲̳̩̮͕̯͉̙̼̘̪̳̟̗̫̖̦̰̞̮̰̭̮̖̲̤̘̟̱̯̞̻͚̟̯̭͓͇͈̼̫͙̬̞̤͍͔̘͈̤̳̝͔̱̩͇̰̗̜̬͉̳̠̣̘̖̞̹̙̺͇̱͍͕̬̖̦͚̣̯̗̮̮̼̤̜̗̳̬̣̬̤̞̪̪̝̲͙͔͍̱̪̜͇̰̺̥̪͍̜̪͖̟͚̠̦̟̞̱̻̰̖̗̪̖̣͕̘̖͕̫̼͖͈̙̩̮͍͕̬̱̳͎̲̬͓̤̰̻͇͙̲̠̙͇̰̙̭̻̲̗̘̻̞̙̺͎̙̱͔̹̠͍͖̺͉͉̜͉̤̬̖̞̩͙̯̥͖͚̳̼̩̠̺̦͖͈̠̤̯͉̞͚͕͎̀̕̕͘̕͢͜͟ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅmͤͫ͐͐͌̃͂ͩ͑͑͛̈́̽͂̅͂̂̍̒̆̉ͯ̒̏̏ͬ̀̋̽ͮ͛̈ͤ͌ͬ͒ͦͯ̈́̍̍̓ͪͥ̅̽ͯ́ͤ̈̋ͫͬͥͫ͌ͭͬ͒̐̇ͩ̇̓ͤͪͮ̈́̓́͂͛͊ͧͫ̅̓̒̐̾͆̈́̐͆͊̔͆̾ͥ̇̍ͦ̓̈̾̔ͧ̅̒͑͑̐̔̇̋̍͌̈́̑ͩ̓͂̊̂̔̆̓̄͗̑̾̎͂ͧ͊̎̑ͫ͒̾̑͋̍ͯ͆̽ͣ̈́ͤ̆̇ͭ̌̉̄͋ͥ͗ͤ̍͗̎͗ͫͥ̎̋ͬ͆̆͆ͤͫͮ̓̿̒̐ͫ͆ͦ͆̈́̏̎ͣ͆̓̋ͭͯͯ̀͌́͊̂͂͐ͪ̑̾̉ͧ̒ͮ͗ͯ̄͆̀͑̿͂͑ͭ̌̐̇͊͒͒ͤ͊̀̐̍ͫ͛͒ͩ̓̓͆͂̓͆ͤ͐̅̐̓̂̈͑́̃ͯ͐̐ͭ̿̏̃́̎̈̉̊̈̉̏͌̋̿͆̓ͯ̐̿ͦ̽ͣ͂̔͗ͦ͗͗̃̉ͦͭ͂̎̍͌̿ͤ͐ͥ̈́ͥͥ̍ͩ̂̉ͩ́̂̃ͦͤ̏̂ͩ̾ͬ̓͒͛ͣ͆̈́ͨ̔̏ͤ̀̂̑͑͌̊ͭ̿̽͆ͧ͋ͪ̉̌̈́ͨͦͯ̂̒ͫ͋́̏ͭ̊̏͂͆̈́ͫ̽̏͐ͭ̉̈͛̂ͣ͛͒̏͂ͩͮ͐̈́͗̎ͧͭͧͪ̑̊̂ͤ̔̅̈́͋́̑ͬͫ̓́̽̇ͩ̒̒̅ͭͫ̄͒̈ͩ̑ͫͩ̑͐ͧͫ̉̒͛͛̒̐ͥ͛͂̆̏͆̂ͧ͑̓ͮ̌ͦ̋ͩ̾͌́̒̐ͤ͂ͬ͊̂̇̋̾̓ͯͧ̉̌̐ͯ̂̏̎̽̀̉ͮͬ͂ͧ̓ͣ̏̐̑́͗͊̃̍̌̆̀̅ͨ̀͆ͫͬͦͤͣͤ͊ͤ̈̌̑̈́͐̔̅͒̌ͭ̌̅̔͗ͩ̑̓ͨͭ̔̊̅ͤ̐ͪͪ̋̏̓̾̾̾̊̽̽̔ͧ̃̉̆̐̾̊͌ͭ̐̍̃̒̓̉̏̆ͬ͗̃ͥ͐ͮͩͤ̆͂ͩͥ̄͒ͦͤͣ̋͗ͧͤ̉̎͂̑̎̓̚̚̚̚̚҉̵̶̸̵̨̨̧̡̛̀͞͡͠͠͡͏̼͉͇̦̭̫̥̟̲̗͔̖͎͎͉̘̩̖͓͎̖̤̤͚̟̦̪̯̬̦͎̱̫̲̳̺̝̺̭̣̬̺͖̭͕͚̦̟̱̼̖̪͍͔͎̝̳͖̹̜͖̰̺̖̟̯̦͔̣̖̫͙̙̱͉͉̹̹͈̜͔̟͚̮̬̫̻̟̻̻̞̳͕͇̗̮͕̮̥̖̯̜̳̺͖͕̻̬̘̗̪͎͕̟͓̻̼̞̲͉͖̖̗̮̭̙̦̘̟̣̭̭̰̱͍̭͔͉̘̥̗̙̞̮̘̗̟̻̠̯̹͎̣̮͙̞̞̦̟̞͍̻̯̲̘̥̞̟̹̥͖̫̘̣̻̱̳̣̯̫̩̝͍͎͔̰̥̝͚̫͉͈̻̬̮̫̟̪͇͙̙̪̟̝͇͍̙̩̗̻͍͙̝̞͎̱̜͚̩͍̦̣͍͎̠̩͖͓͍̭̬̖͔̥̠̦̹̜̫̟͈͚̜̰͍͙̪̜͈̼̗͔̩̥̞̜̟̖̳̥̫̯̦͙̖̪͈̗̺͇̭͈͔͎̠̬͇̞̞̻̫̲̻̭̦̣̟͎̠͈̦̗̩̞̮̖̱̖̞̹̪͉̻̯̗̥̤̺̞̹̹̠̰̙̺͉̣̪̮͖̣̞̯͚̼̪̤͇̝͚̗̤̟̯͎͎̼̤̰͚̺͙̩̮̬̯̦̳͚̬͉̣͎̦̭͇̼̼͙̜̭͚̭͇̟ͅͅͅͅͅͅͅͅͅͅͅĩ͊̋̇ͥ̔̌̋̑ͭͯ͌̏̿̐̓ͮ̔͌͋̈́͑̾́͋ͯ͊ͫ̉͛́ͧ͒ͮ̌ͮ̆̀̋͒ͧ̈́ͦ̂͛ͤ͆̌̽̉́̇́̓̊̇ͣ̿͋̐̈́͛̇͆̄̊̀ͭ̏͋̍̈́ͮͭ̄͊̏ͩ̃̋̄̈́ͬ̑ͤ̒ͥͯͫ͌̈ͦͮͧ͆ͤ͐ͬͣ̅̋͒̈́̀̐͌̊ͨͨ̀͆̍ͣ̇͐ͨ͋̄ͫ͑̈́ͤͭͤ̀ͤͤͮ̄ͪ̔ͤ͐̅͑̇̌ͦ̈́ͯ͆̈́̄͋͑̉ͤ́ͣ̉ͬ̀̍ͣ͋ͣ͗͗͂ͥ̌́̇̅̎͑̇ͦ̇͑̂͐ͤ̐̿ͧ̾̂̒͆ͣ͌͗͗ͩͮ͐́͛̿͗̇͐͋͛̑ͧ̊̀ͣͬ̃͛̈́̒̉̉ͧ͗ͨ́̇͋̿̏̏̓̓͛̂̓̐͗͛͆ͯ͆̈́̑͂̈̆ͪ̾̇̿̃ͥ͊̇́ͩ͊ͫͯ̋͗͌ͥ̽̄ͦ̇͛͌ͪ̅̽̾͛̄̿̔̽̈̾ͣ̽̍̿̋͆ͯͥͯ͛ͩ̐ͩ̎ͥ̿͊̄̍̃̎͆͂̈̓̿͊̍͛ͯ̓͊̈́͑͐̐͗̎̂̋͑̔̍̾͋͐̓͆ͭ͌̽̋͗͌̓ͩͧ̍̆̊͆͛͒̇ͫͨͬ͂͊̎̊͑ͩ̓ͭͯͤ́̈̽ͩ̑̈́ͩ̆̍̇̑͆̍͌̏ͫ͗̃̈́̀ͯ͑ͮ͆ͦ̾͛́́͛̂ͤ͂̾̓͑̂ͨͭ̆́̓͛ͥ͊ͪͫ͐̎̄ͣ͗ͯ̇͛ͭ̏̀͌ͩͨ͑̾͐ͤ̎ͪͣ̓ͭ̃̃̑ͬ́̎͌̄ͮ͐̑̇ͯͧͯ̀̄̌͛̒̒͌̔̃̎ͣ̏͑̐̔̽̌ͪ̎ͪͪ̿̆̊̑́̓̍ͣ̂̊́́̂̈́͐ͯ͊͗ͬ͋̈͐ͬͤ͐̄̾ͬ̔̑ͪ̐͐̎̂̑̐̌̍͐͆̊̊̋̽̿ͩͣ̾̊́̂ͩͥ̈͗̐ͯ̍̀̑̏̄͗̿̓ͮ͋ͧ̇͂͋̾͛̓ͦͫ̂͗̈́ͪ̉̌͑̏ͪͬͧͮ͊̂̀̎̍͐͂̈́ͥ̌͑̂ͤ͒̓̈͋̽̎͛́̆̈́ͭ̍̐̓ͤ̆̀̐͂̊̐̓ͫ͗̃ͥͥͪͩ̽̋͊̅ͣ̈͂̈̃͆͂̓ͤ̿͊̉̒̈̉̐̃͋̉̐ͨ̒̿ͯ̀̈ͭ̾̉̅̈̍̓ͮ̉̆ͯͮͪ̔͌̌̉̾̐̇̃ͭ́̿̋̌̄͑ͥ̾̔͛̾ͬ̊͋͆͋͗́̓͐ͦ̄̐̂̾̓̔͌̔̌͐ͬ̍̂ͧ̄̀̿ͪ̾̏́̈́ͥ͒ͫͩ͒̀̇ͫͤ͗ͫ̅̃̓͋̈̋ͣͭͯ͑̑̓ͯͫ̾̄̓̅̊̎͐ͩ̔̋͛̐ͣͫ̒̏̃͐̌̔̍͗ͮ̇͛̍̀̒ͯ̇̿̎ͮ̈́ͦ̇̄̑ͩ̿ͮ̒ͫͦ̿ͣ̏̔ͮ̃͑̉̎͌̓ͤ̂͒ͬ̂͌̓͋ͪ͌ͧͩ̄͑͛̎̔ͮͩ͑̀̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͘͟͞͠҉̡͏̷̵͕͇̤̫͍̦̫͚̻͓̰͔̹̘͕͕̘͖̙̝̼̺͎͖̩̺̝͎̝̻̩̼̲̹͔̳̞͈̲͎͖̱̬̗͕̻̻̗̳̗͔͕̱͖͍͙̼͍̮͍̝̩̙̤̫̮̦̫͚̭͉̲͓̼̳̩̜͖͙̱̠̜̭̤͉̯͉͓̼̭̖͔̘͇̭̝̪̥̰͉̞̩̖̙̭̦̖̼̤͙͉̪̗̞͉̟̭̠͍̳̪̲͔̖͕͓̤̬̰̘̯͉͍̮̩̰̼̬͉̝̥̼̜̱̖̠͕͈̱̠͓̝̼̝̣̥̻̻̣͍͓̤̫͎͉̻͈̳̣͍̠̝̖̘̝̠͍͕̣̭͙̳̼̟̭̻̥̥̲͙̥̳͎̳̥̪̣͓̝̖̜̫̘̩̮͖̮̟̱̻͕͓̘͓̦͇̝̙͓̳̣̤͕̦̞̫̜̝̬͍̫̲͇̜͓̠̭̝͕̝̣̣̟̰̠͚̺͈̜̼̩̳͚͕̣̦͉̫̝͎̹̥̲̺͚̱͔͖͇̱̘̥͖͕̫̭͖̳̠̭̦̩̰͕̻̻̟͈̗̬̦̤͎̖͉͖̙̠͙̻̦͚̩̯̖̯̻͈̠̞͚̗̣͉̲̠͈̥͕̪̜͓͍͇̖͙̤͚̹̦̱͕̠͎̞̹̳͉͖̭̰̹͎͖̞͚̝͖̣͔̫̱̺̱̩̘͕̪͚̜̣̙̺̱̩̼͍̪̱̩̠͖̮̰͙͓̦͔̥͙́̀̕͟͝͡͡͞ͅͅͅͅn̸̨̡̧͂́̃ͭ̇̃̇̍͊̓̓̈͐̒͐͗ͣͬ̅̏̊̄ͬ͋ͮ̓́ͯ̈́̍ͤͣͪ̋̀̊̔̓̓ͤ̋ͫ̂ͨ̊͌̓̽̄̾͐̈́ͤ̅̎̇ͬ̑̄ͧ́̋ͣ̋ͮ̆̐̌̃ͯ̆ͣͪ̐̂̒̍͋̑ͩ̊̈́̋̈̍̅̊̅̾ͫ̆ͣ̍̐̇ͣ̌ͪͮ͆ͥͩͣͥ̀͌̂͂ͧ̆̈͋ͤͨ̌ͫͩ̈́̔ͫͦ̿̒ͦ̀̒̃͗̈́̌̆̀͆̓ͣͯ͗ͩ͗̌ͤ͆͋͊̈͗̿̄ͯ̎̀̈ͮ̈́͛̾ͧ͒̐̊̊ͭ͆ͦ̃̄̋̎̀͐̈̆̎͂ͩ̇ͨͩ̍ͩͧ̒̄́̇̌͊̈́ͦ̏́́̄̐̌̌̐ͭ̓ͮ͊̋͐ͩ̐͗̓̈́̓̇̒ͭ͗̋͐̑̾ͮͥ́́͂͆ͬ̊̔̉͒ͩ͐ͦͯͬ̃̄ͥͫ̉ͮ̋ͪͣ͂̾̾̐́ͧ̔̿̄̅͐̉ͥ̇̃̓̀ͫ̓ͨͣ̉͌̍ͧͫ̌͗́ͣͤͪͧ̇̒̌ͯ͐̃͌̇̄̏̓̄ͮ̂̅͛̿ͩ̑ͧ̿̒͑̏́͆͒̉̇̌͆ͣ̂ͥͯ̂̀ͥ́̄ͤ́ͥ̍̄͛͒́̋̑͗͛̑̀ͬ͆͛ͭ̀̌̋̈ͤ̏̒̾͂ͤ̃͊͐̎͐͑ͪ̆̑̀ͫ̍̽͆͆̔̋ͧͫ͒̓͒̈́̑ͪͪ̓̐͐̀̎̇̑͂͂̔͐̓̈ͤ̒ͯ̅͑ͤ̿́̀̀́̚̚̚̚̚̚̚̕͜͟͝͏̵͏̕͏̵̸̶̴̶̨̧̭̠̜̩̹̰̳̣̫͍̥̝̙̗̼͍̪̬̯̞͙̠̼͓̖̞̭̳͓̝̠̩̗̥͉̮̬̣̣̬̘͕̝͚̩͕̻̟͈̞̠̩̟̗͎͕͉̠̼̻͈̳̟̻͈̤̜̙̹̻̬̹̪̬̤͓̬̭̜͕̥͎̖͍̗͚͇̙̼̝͉̰̼̻̠̲̜̟̦̜̯͉̲̤̩̳͈̦̹̗͔͔̬͕̤͈̞̘̪̗̳͎͙̙̭̲̙̮͖̖̗͚̮̜̩͈̻̜̼̘̭̮̝̳͕͍̣̗̰̞͈̹͓͇̞̲͎͙̥̮̺̲̩̟̳̮͔͎̬͕̻͖̩̫̦̮̦̼͚̠͖͇̱͔̬͎͕͎̲̠͍̝͉͕͈̟̱̱͕̻̝̘̼̲̥̺͍̜̼̹̤͕̯̻̠̼͙̻̝̮͈͈͉̯̼̪̖̦͍̙̙̯͔̰̼̥͓͕̯̖̬̥̻͍̝͍͚͙̖͙̮̗̞̮̪͖͚̤̟̼̗̲͉̺̪͍̘̪͚̫̩̠̟͇̘̹̩͉̘̤͈̮̰͔͉̲͈̯͕̞̭̟͔̻̯̲͉̲̖̠͍͇̮̞̱̤̬̺̯͍̣̪͖͈̖͇̰̻̫̤̠̙̖̰̥͍͈͓͚̯͉̙͇̙̻̫̝͔̜̣̞̠̠̱͖͔̟͍͉͍̺͖̭̟̟̟͇̱̣̠͎̮̥͎̝̣̲̙̦̩̲̫̟͖̫̟͚̯̠̮̗͖̻̟̗̱̭͈͓̲̹̝̦͕͈͔̠̭͔̖̗̹͕̙͍̣͚͉͉̮̯̗̯̗̗̘̼̝̺̪̬̦̦̳͕̩̰̼̪͓͖̳̼̤͈̱͔͓͍͔͍̗̜̙̱̯͓͚̬̗̯̰͚͕͇̣̙̬̱͙͔̠̘̜̳̥͓̲͓̻̲̰̰͍̞̰̹̩͓̥̰̝̙͕͈̬̳̻̠̯̦͚͚̖̭̪͙̮͓͖̪̖̼̲̞̼̤̳̘̻̭͕̞̹̺͍̞͎̼̗͍̼̠̖̩͚̥̰̭̙͚̤̪͖͈̞̺̱̠̱̗̠̩͇̳̹̜̯̱̰̙͉̭̣͓͎̣̭̥̗̦̫̰̞̳̻͚̝̬̫͜͢͟ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅd̵ͫ͋ͦͫ̉͊́ͨ̉̽͐ͩͮͬͫͣͦͯ̎̌ͦ͛ͩ̈́ͦ͊̅ͯͫͨ̄ͯ̈́̑̇͋ͫ́̊̏̐͊̐͆͌͂̿̃ͮ̇́ͭ͗͂͒̉͒ͮ͆̇ͭ̉͒̃̉́͗͗̿̏ͧͭ̍͑ͩ̾́̆̏͒ͮ͗͐̓ͧ̏̈͐͛̓ͭ̈́̋͛̀̾ͫ̏̽̓̌́͛ͦ͑̈̃ͤ͑͌̈͆ͧͫͮ̔̂ͥ̅ͬ̅̌ͥ̇ͨͣ̄́ͭ̊̋ͥͯ͌ͭ̑ͨ̂̍̇́̄͒ͪ̌̑ͩͯ͗ͪ̔ͧ̏͐̏ͯ̽ͩͫ̑ͦ̉̾̃͐͗́̎ͣͩ̒̏͌̆̓ͤ̅͒͐̄ͩͭ͗͋̉͊͋̅̈́ͫͧ͐ͣͨ͋̆ͭͮ̀ͯ̓̑̉ͮ̔ͣ̓͌ͤ̍̈́ͤͫ͒̏̑̔̑̈̄̂̎͋̑̽ͮ̀͆̀́͆̽̋́̈̋̽͆̈́̀̄́̏ͤ̅́ͭ̉ͧ̔́̆̌ͦͯ͒ͦͩ̍̌ͪ̑͑ͣͪ̅́ͥͮ̑̾͗͑͆́̚̚̚̚̚͟͜͡҉̷̨͘͘͟͠҉̴̧̼͚̲̙̱̼̱̬̻̮͔̜̩̝̣̦̘͎̲̘̼͎̭͙̜͈͉̹̬͚̣͖͓̼̪̳̮͉̜̻͍̬̣̮͇͚͙̯̥̝̟̯͍͉̞̱͕̖̳͎̫̥̬͙̩̟͎̻̙̼̩͙̤͓̹̙̺̜̹̻̦̜̱̩̹͉͓̟̜̞̦̰͈͉͉̬̝̱͉̳̤̣̱͉̠͕̥͔̭̟̹͖̱̙̠̥̭̖̞̯̤͇̬̬̜̫̙̰̮͖͕̰̞̫̭̰͙̖̯͕͉̪̝̪͔̜͉͇̼̬͖̠͔̮̭̞̮͈̫̥̹̙̘̬͍̱̞̼͇̥̭̱̪͔͚̲͔̙̜͉͙̮̙͈͇͍̝͇͖̠̮͚̩̙͙͔͙̣͉̟̘͇̦͔̞̬̟̙̘̩̪̪͉̘͕̩̱̱̤̣͔̖̲̳͚̞̮̼͖͉̬̬̫̤̫̥̬̠̲̙̫̻̭͔͍̹̻͔̳̱̤̺͉̗̫͔̖̰̼͙̼̩̤̫̪͓̝̖̼̠̝̤̹͙̥̻̠͉̣͙̮̝̭̮̬̟̥̳̖͙̘̰̣̻͇̹̦͎̤̲̜̤̣̠͙͙̲͈̮̞͉̲̺̮̥̻̳̼͉̣̱̦̠̫̳̬̗̦̗͎̤̬̳̰̭͕̳̟͙̜͔̦͍̲̲̰̝͚͙̺̮̫̺͔̮̗̮̺̙̱̯̰̳̲̖̭̫̞̲̝̺̪̠͖̮̖̜͓̬̗̝̬̱̗̭̥̗͎̫̯̲̯̹̝͈̦̖͉͖͍̙̻̝̦̖̙̘̀͟͢͜͞ͅͅͅͅͅͅͅͅͅͅͅ ̴̵̷̵̸̨̧̡̢̛̛̍̓ͩ̾̒ͭͪ̓̏̈ͩ͊̅̿̾͆̂̊ͣ́̇͛ͦ͗̓́̅̏ͥ̔ͯ͋ͪ̐ͣ̉͒̈̅ͣ̽̈́̑̾̊̍̾̈̃͗̎̔̉̎̑̊ͪͯ̑ͩ͆̀̊ͮ͐̉̍̉ͮ̋̅̊̅̏͌̈́̅̈́͒̏̇ͨͭ̐̍͑ͯ̉͐̆ͪͪͨͭ͐͆ͪͫ̾ͤͦͩ̃ͫ̾̽̀͐̅̔ͯͯ̍͗ͣͨͯ̎̅ͬ͗̆̔̈̌ͤ̿̈́̽̆̀̔ͫ͑̿͆̀ͭ̂͐͑͂̊̂ͯ͆̽͐ͦ̒ͨ͌̅̿͑̓̏ͦͦ́̑ͯ̈́̔ͬ́̚͘͘͢͠͞҉̢̛̀̕͜͡҉̴͏̵̡̡̛̥̗̤̤͇̩̝̖͙̭̟̘͓͉̲̦͙͉̟̣̯̜̯̗͔͕͖̺͔̫̭̙̬̖̗̙̼̺̙̳̞̠̟̺̲̘̝̼͎̗̩̞͔̟̱̘̺̠̫̞̟͙̥̱̙̭͕̤̝̖̜͎̩̦̘̣͖̘̞̼̮̯̘̙̼͍̺͇̹̺̖̠̲͍̺̹͚̭̙̖͉̩͚̯̮̝̦̫͓̱͙̰̠̥̯̠̬͓͔̜̳̣̭̖̜̼̻̣̗̥̬̞̹̫͉̖̟̣̦̥̜͉̻̪̰͓̮̮̗̰͓̳͍̘̞̥͕͓̼̩̞͔̻̻͚̼̘̪̪͈̠̠̻͙̱̦̬̮͇͎̯̺̩͙̜͈̲̝͔̤̳̻͚͚̺̩͓͎̠̞̜̗̝̺̙̭̟͇̻̦͇̹̩̩͚̭̤̦̦̙̤͚̖̝͚̞̲͕̹͖̙̜̮̜̜͓̘͙̦̪̩͈̻̝̦̠̩͚̦̟͍͖͖͕͍̞̖̻̤̩̺̜̪̙̜̟̹̲̗̗͖̥̗̳͇͔͔̮͈̝̫͉̣̥͉̫̥͕̳̤͇͓̝̻͙̳̲̝̘͍̖̳̱̯̙̖͖͍̲͓̞̤̬̹̭̰͕̙̘̱̳̯͈̲̟̣̪̖͍̦̖̺̻̠̝̪̤͍̬̫̫̫̼̞̗̳̘̭̲̞̖̝̫̥̞̰̦̠̬͙̫̹͔̞͎̟͙̞̟̞̦̝̤͉͎̳̣̻̺̙͇̳̝͇͙̼̖̻̮̦̜̩̟͙̺̮̱̲͕̣͖̜̹̞̝̖̹̮̤͍̙̰̮̪̭̥̩̥̖̺̟̰̞̪̭̥̮͉̠̣͍̮̼̦̭̙̙̘͍͉̘̮̹͇̮͔͍̯̦͖̺͎͙̲̱͈̣͔̞̲̥̥̲͇͎̬͔̗̖̟̹̳̮͈̭̱͕̯̦̭̰̣̮̘̳̤̩̮̼̪̹͔̻̦͎̳͙̳̘͍͚͕̼͖͖͚͓͇̠͉̝̩̯̰̪̖̹̹̭̭͈͉͇̫̦̣͖͔̯̜̮̬̻̗̯̗̤͔̝̠̼̫͉̻̩̺̪̦̗̻̙̮̖̼̩͔̠̹̟͖̱͕̝̗̤̜̫̠̻͙̼̤̣̯̦̳̥̤̥̥̖͔͙̩͉̭͚͙̦̤̥̹̻͕͚͚̗̠̮̖̖̦̬͚̫̯̻̥̙̦̬̹̯̻̖͙̣̳̝̲̮̭͍͔͈͍̭̱̭͓̬͕̰̱͕͍̩̻̭̠̯̮̼̮͉̤̳̣̦͇̩̻̭͉̭̬̲̳̱͙̭͇̲̥̗̘̤̣̩̘̻͇̫̮͚̤̺̜͍̻͇̪͔̦̱̳̟͈̟̯̘͓̝̖̣̼̣̮͈̲̻̞̩̘̤͖̗̗̟̼̫̹̜̹̜̖͖̞̦͕͉̘̝̙̖̦̠̻̪̗̥͙̺͉̦̱̣̝̺̠͕̟͈̜͖̘̭̳͚̤̼̝̠̭͈̼́͟͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅṙ̷̿ͭͪ̐̈ͪ̒̄ͣ̿ͧͥͧͣͮ̈̆ͧͦ͆ͤͨ̓͐̔͐ͮ̓̈ͨ̍̃̊ͯ͌̈̏͊̑ͤ̈ͨ̃̒ͩ̆ͪ͆ͧ̉̿̇̿ͩ̈̾ͯ̈̒͜҉̸̶̧́͘͘̕͜҉̴́͠͝͠҉͏͏̶̶̵̢̧̢̜͈͍̱̝̝͙̳͓͚̝͎̘̥̞̥̫̪̩͚̗̤̤̝͖̦͎̤̣̙̠͚̲̰͎̦̙̲̤̭̬̹̭͉̰̠̰̜̺̤͓̫̪͉̙͇̬̙̟̼͍͓̤͖͓͎̻̭̖̜̘̪̝̘̫̟̟̤͇̼̭̰̱͇̭͔̫̱͕͈̠̹͕̼̞̹̼̰̼̰͈̦̦̱͕̬͚̙̞̫͔͙͉̘̪̗̥̹̗̲̭̤͕͚̤̹̖̣̖̱͎̳̤̘͖͕̲̤̯̭̹͖͙̻̖̩̪͖͕̝͍̣̳̤͎͖̺͉̙͖͔̝̹̱̭͚̱̲̳̞̦͚͖͔̗̩̯̹̪͎̻̥̹͉̤̝͓͈̮͙̪̹̺̹̺̫̭̪̭̮͈̺͍̀͢͢ͅͅͅͅe̸̍͛ͩͫ̏̈́̏͆̇ͪͯ̾̅͆̍̀͂̉̈̒͐̾̊͌̈́̐͌ͯͭ́͂͐͛̊̄̏̂ͭͭͯͤ̇͑̒͂̀ͩͩ̅̄̋̑̿̏ͣ̊ͥͮ̉̓̀͑͗̀̊ͮ̈͊̐̓̍̽̂͑͛͋ͥͮͩͫͫ̍̌̋ͬ̇͒̈̑̌͌͑ͩͪ̄͛ͤ̃ͯ̌ͦ͋͋̍ͬ͒̌͑͗́͌̾̆͊ͧ͗̈́ͮ̊͋ͣ̓͆̍̓̐̆̽̋̊͊͂͛̐̂̐ͭͪͫ̃͆́͋̃̇ͧ̐ͫͫ̓͐̒̊̇̾ͦ͑ͧ͋ͧ̉̃ͬ̈ͨ͆ͥ̆̎͐̏̋̐̐͗ͭ̅̋ͤͧ̍͌̃̑̃ͨ̾̅̍ͯ̿̍ͥ̈́͛̔ͩͫͫͧ̉̃͊̒̄̓̈́͐ͭ̿ͫ̅͌́͑̓̎̓̄̓́̔̐̌ͨ̄̽͌̄ͦͪ̎ͨ̔̈́̉̎ͫ̇ͣ̌̓ͪ̍ͣͭ͒̆ͥ̈̌ͦͫ̓̄ͩ̏̾̓́̉̽͆͊̆̊͋̍̊ͣ̐̂̓̾͆ͫͭ͋ͤͤ̑̏́ͤ̓͊ͩͩͫͫ͗͑̔͂̓͌ͯ͋̆̅̄ͭ̇̐́ͭ́ͮ̿ͤͮͦͩ͛̀͋ͮ͐ͥͨͯ̓͗́̚̚̚͜͢͡҉͏̸̴̵̸̴̶̷̵̴̨̡̨̡̨̢̞͉͖̫͔̭̫̠̦͕̲͇̲͔̼͖̤̤̖̗̞͕̙͈̖̻̬̘̮̻̬̫̬̖̥͕̹̹̲̮̟̖̥̻̭̣͎̭̳͈͔͈̣͖̭̱͎̫̤͍̮̺̪͙͉̦̲̱̜̞͎̘̹͓̫̪̲̤̺̬̲̯̦̮̬͚̫̖̤̪̗͖̫̱͉̝̪̺̤̣̗̗̭͖̱̮̲͉̜͇̖̰̭̣̹̬̥̼̠̖͇̭̘̙̜́͢͟͟͟͠͠͡͠͠͝͝ͅͅͅͅp̶̵̸̛̎ͬ̽͆̓̿̏̄͐ͯ͗̏ͭͮͮ̃̂̓ͯ͐̏̍ͩͩͭ̈́͂ͥ̓̍̌ͪ͆ͧ̀͛͂̋͆͒ͮ̋̉ͫͣ̇̒̀ͨ̈́͛̍̓ͩ͊̌ͧͪ̋̐͗ͫ́ͤ̎̓̏ͯ̉̄͗ͮͦ͋͒͛̆̄̋ͣ̍ͩ̋ͯͨ̋́̚͟͟͢͟͞҉̡́́͘͏́͘҉̵̡̧͟͡͠҉͘҉̡͓̹͉̭̜̹͙͖̱͉͔̯̦͖͔̣͙̜̻͇̦͈̗̜̩̪̥͕̩͈̻͚͉̗͔̳̯̹͎̟̮͙̻̯͙͖͇̭̱̻̤͖̬̰̫̝͎̤̱̰̩̻̯̜̬͙͓̭̪͖̼̠̩̠̝̦͇͎͔͈̟͚̲͖̺̘̤̬̝͓̟͚̞̥͙͍̩̲̥̜̱̙̝̹͖̼͕̣͕̠̣̮̘͖̤̥̫̤̻̘͙͖̯̺̝͕̤̗̼̪͇̼̬͉͙̘̭͔̞̘̠̳͖͉̫̙͙̰͎͕̩͎̻͇̤̹̩̯̦͕̭̬̟̗͕͖̖̺͓͉͚̯͕̺̼̘̰͇̲͕̗̥̥̤̳͖̺̗̝̪̹̻͇̥̘̲̫̥̟̬̩̠̪̞̙̞̟̜̰̮̻̻̱̻͍̯̮̹̙̳͉̬̝̝̥̪͕̺̣̗̭͈̟̩̝̮̫̥͇͙̩̟̗͇̗͇̤̭͎̻͈̘̞̗̝͓͔̥̫̞͖͖̳͎̹͉̜̭͚̼̖̞͍̜̥͔͔̹̜͉̖̲̲̬̦̲͉̰̗̱̠̝͔̺̹̲̳̤͕̥̥̖̦̘̤͓̥͚̜͔̱̠͇̰̣̫̜̪͖̝̼̩͇̺͖̹̜̗͇̱̙͕̝͉͎̣̲̠͉̪̯̗̻̠͍̹̭̝̳̲̥͔̝͍̭̘̯̫̗̠͚̤̩̻͙̲͚̥͈̖͖̜̱͉̠͔͎̺̞͔̹̮͖̝̯̩̥̩̹̗̳̬̱͇̱̱͚̼̣̞̣̯̜̘͎͚̩̟̖̤̠̪̺͇̘͎̼͚̖̤̪̰̰̬̱̣̱̫̙̠̜̖̫̮̙͖̱̝̯̻͈̞̺̞̯̮̜̳̭̩͉̥̳̥͕̙̘̟̬̯͈͔͓̬̳̲̼͓̘̦̱̣̣̰̥̪̫̼̙̲̯̼̫̺͎̳͇͇̞͇̘̩̳͇̳̝̥̪̹̜͉͈͍̰͔̟̗̼̳̦̱̭̞͕̹̻̞̗͙̳̩̜̭̻̼̻̟̹̯̱̼̬̤͉̮̟͉͈̯̰̘̗͔̣̬̯̖̺̦̜̳̻̰̪̭̮̗͈͍̠̖͕̺̱̬̲̜͇̝̳͍͓͔̜̦̞̬̳̹̟͍̺͖̭̙͇͇͎́̀͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅr̵̶̸̵̶̨̢̡̧ͬ͂ͪ̏̔̎̊ͤ͌̓̋ͯͪ̈͂̌̉͂̋ͭ̅̄̂̾̈́̂͐̉̄̏̈́̓̄ͬ͌̂̾̉ͥ̀ͥͨ̈ͫ̈́̄͂͂͗̂͋̾ͯ͒͑̑̃ͤͮ͌ͫͤ̉̓̒̆̍ͫ̈̈ͧ̂ͩ͐ͭ͛̓́̉̈̇̈́̽͌͗̆̏ͥ̅͋̂ͪ̍ͨ̏̀̂̈̂ͬ͆̅ͫ͑́̉ͩ͗͑ͤ̒̒̂͗ͣ͐ͭ̓ͮ͗͋̋̇̈́̑̒͆ͦ͐͊̔͐̑̑͛ͭͯ͂́̍̔̍̇ͪ̍́̑͛ͦ̊́͊͒̈́͛̆̿̾̈́ͣ̂̓ͣ̉͋̑͊͛̃͐̾ͥ̈͆̈̈́ͫ̆͋̌͊ͤͣ͆͂ͥͤ̎̈́̃̈̚̚̕̕̕͜͜͜͝͞͞͏̸̶̸̵̡̨̢̨̧́͘͞͏͏̰͖͕̣̹̱͔̗̙̩̘͔̲̩͕̪͇̦̻̲̠͖̩̭̺̣̖̞̤̯̤͕͉̱͍͕̘̻̼͍̩̰̜̫͕̘͈̭̳̞̤͓̮̳̮̥̭̜̝̘̭̫̰͙̼̘͉͉̻̥̹̼̖̤͍̗͉̯̬̳̙͈͍̜̮̘̲͎̲͈̰̘̪̥̲̘̭̱̜̝̟̱͖̥͕̲̬̮̖̻̜͓̪̟̗͖͕͈̥̭͖̝̤̥͙̰̲̼͉̙̜̙̬̱̙̤̘̺͔̘̪̰̙͍͚̮̻͔͚̘̼̣̺̞̲̝̭͕͚̰̞̱͍̱͔̺̟͖͍̘̱̯͖̯̣̻̲͕̦̪̯͙̦͔̲̖̣͔͍̲̺͉̝̭̻͎̞̪̗͔̪̥̫͚̤̬̪̯͍̞̖͚̝̩̻̥̼͍͈̯̗͍̘͕̜͍̜̘̰͓̖̦͎̗̺̭̖̘̥̫̲͙̳̤̘͙̪̯̹̳̼̩̹͔͉̻̗̲͕̪̞̰̭̫̱͓̗͕͓͖̹̫̟̥̥̳͉͈̮̫̞̮͈̖̜̼̙͚̻̖̺͙̗̪͇͔͉̗͚̻̬̰̘̟͈̞̱̲̙̳͎̠͙̩̘͉̳̺̤̤̭̱̞̪͎̜̯̥̰͇̗̯̰͙̖̼̘̺͎͎͉͍̙̜̩͓̗͉̩͍̥̫̗͉͍̻̝̦͍̬͖̥͇̹͙͉̦̱̘̥̰͇̫̫̰͚̟̣͉̤̙̤̖͎͙̲̟̥͉̲̱̦͙̜̮͙̗̮̼̱͔͔̞̰̲̘̜̻̬͙̣̣̣̺̰͎̞̰̹̼̣̟̰̤͎̼̻̺̠̖͉̖̖̻͍̖̩̞͙̪ͅͅͅͅͅͅͅͅͅͅͅͅͅͅē͆ͭͤ͋ͦ̒͆ͫͪ̈ͤ̇̋ͬ̓̏̀͐̏̅́̏͌͊ͤͤ̑̈́ͪͫ͋̄̅̔̂̉ͪ͂ͪ̇ͦ̿̇̑ͥ̌ͨͭͭ̿ͣ͊̽͛̌̉̽̈ͮ̿ͧ̌̇̐̈̄ͯ̇̔̏̇̔ͦ͂̋͑̅͂͊͒͊ͪ̏ͭ́͊̇͆ͧͥͣ͊̏ͯ́̐̔͗̋ͩͮ̿ͬͯ̓͌ͩ͌͒̿̾͋̈́̌̿̊̎̎͌ͥ̀̒̆̓̆̿ͭ̅ͥͭ́̋̐̃̅̔ͣ́ͯ̇ͦ͒̔̀̎̉ͫ́̀̐ͭ̃̌̃́͗̒͊ͯ́̅ͪ̂͋̋ͭͦ͆ͣͭͥͨ̋͋̋̌͌̇̏ͧ́̂̓͌̏̿ͥ̈́̾̽̄ͫ͐͐̒̃͂̈́ͭͤͭ̊͗̈͐̓̉ͪ̂̂ͩ͐̂͆͊̋̈́ͤ͋̓̊̓̑͐ͤͧ̿͂͗̈̿̈́ͤ̈̆͑̓̌̌ͧ͐ͫ̔̍ͪ̒͊͊͑͒ͤ͊ͫ͂̾ͫ̄ͮ̏ͮ̋̇͊ͫ̐ͥ͊̊̅̄ͩ̎ͤ͑͑͒̔̃͋̎ͨ̑̓͑͂͂̋̓̎ͪ̿͂̃̉͗͂̽ͬ̂ͧ͊̉̉̄̒̔ͯͫ͐̌̒́͑͗ͣ̃͒̓͂̆ͫͮ̌ͫ͌̿̎̉ͤ̈́͌̅̽̒ͮͨ̊̌ͧ̏͛ͭ̃̃̇͛̏̓̆͗̉͂̎͐͋̌̏ͮͦ̄ͪ̐̍͛̈͑ͦ͑͐̈ͤ̐͌ͧͭ͌̐̂̏ͦ̐̇̊̊̍̈́ͨ̈́̉̇̿́̇̽̀̔̿͐̀ͧ̚̚̚̚̚̚̚̚͡҉̸̸̷̴̴̴̡̡̧̡̛̛̛̛̕͘͜͜͟͝͞͞͏̸̶͈̖͕͉͖̘̝̮͕̼̖̥̪̙̥̼̠͓̘̠͈̼͔̪̼͇͉͉̗̖̥͙̪̻̗̙̩͖͚̼̣̮̟̬̻̘̝̞͍͓̮̥̟̜͚̜͕̯͕̭̝͇̳̝̮͚̰̹̱̝͖̺̣̗̝͈̠͍̙̲̤̘̖͈̬͇̪̬̩͖͍͈͉̘̦̪͕͍̙͖̣͚̻̱̻͍̺̬̺̖̘̠̙̣̩̲̝̗̟̥͔͕͕̟͇̮̖̭̥͙̥̦̯͓̬̮͎̲̱̹͔̬͍̲̟͙̱̠̤̥̦͈̹͙̱̲̯̲̞̣̻̮̺̰̞̠̖͉̥͇͇̰͚̭̺̹̪͙͕̺̮̱̤͎̗̯̻̥̰̦̘̯̮̻͕̞̰̭̰̤̖̲̫͈̼̥̦̗̪̖̥̼̟̰̳̰̹͈̺̠͍̱̩͖̤͙̟͔͉̦̜̯̪̗̜̪̜̖̳̭̺̟̖͍̰͔̦͕͇̲̱̪̱̖̖̘̪̥̪̞͔̹̪̙̙̰̙̮̠͉͖̜̭̮̦̟̮̩͇̝̗͕̯̲̲͓͕͔̳̬̮͕͔͓͈̼͖̱̲̝̰̠͕͚̺̗͙͖̱̞͓̻̙͙̩͖͉͕̰̤͎͎͍̲͉͎͓̘̬̠̲̤̹̖͉͚͍̻͔̟̗̟̭̭͙̩̱̰͈̙͕̠̳̳̝͎̤̝̤͇͉̩̥̼̬͚̺̳̼̟͚̼̩̦̟̬̭͓̯̰̟̝͕̞͙͕͍̝͕̹̜̝̬̤̫̱̮̬̙̞̰̣̠̻͓̝̯̩̟̞̼̲̱̲͕̖̣̘̱̺̜͉̘̮̳͔̬͙̩͖̹͈̳̖͈͉̟̞̘̺͚̝̜͇̮̳̭̗͚̦̖̘̭̺͖̻̪̝̠͇͈͓̭̻̰̞̱̣͈͍͈̻͔̼̺̲̘̗̥̺̭͕̟̦̬̯̠͖͚̩̭̞̫̟̜͖̖̜͖̩̻̪̻͉̤̭̫͕͙̙̭̺̥̬̭̘͔̹̝̻͈̟͇̣̙̣̮̣̫̣͖͍̥̯̣͎͈͙͇̼̗̞̭̦̳̞͇͉̘̤̭̱̰͔̺̠̗͓̺͇̞̞̗̟̳̝̗̤̤̻͔̪̥̥̹̫̤̜̫̖̭̗̳̠̩̙͔̠͇̻̜̀͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅś̔̈́ͦ͌ͤ̈́͗͐ͮ̃͆̒̉̓̽ͭͣ̆̍ͨ̾̏͗ͯ̔̔́͗͗͋̋ͥ͌̄̆̾̆͑̈́͐̉̓́͑͌͑̇͂̄͋̈́̐̓̒ͭ͋̇̒̇ͮ̂͌͛ͬͭ̈́ͭ̽̏ͭ̅ͮ̽ͪͮ́̓̐̾̽̐̐ͣ̇͋͒̈̿̏ͩ̊̆ͥ̌ͮ̿̆͛̀̾̈́̃ͥͫ̄̐͐͂͊ͦͭ͆͐̍͊ͬ͆̄̋̐̒͑̓̓̓̎ͬ̎͐͌́͂̏͊͛̊̈́̇̿̂ͬ̽̎́̈́͋͗̌̈́̋̇̂̔͐̍͛͗ͦͥͤ̈́͗ͤ̔̒ͭ̔ͯ̉͒͋̅̔̔̿ͩͦ̿͑̍́̔̈́͛ͥ̒͋̅͋̋͐̅ͧ̓̍ͯ͋̍ͣͩ̍͛͂͗ͤͥ̅ͩ̉̆͋̏̌͂ͬͤͫ̋͌̉ͫ̂̐͒ͤͩ́͗͆ͦ̆ͮ͌̒ͯͧ̎ͮ͛̀̑̏ͤ̄͒̒ͨ̉̈́̅ͦ̒̃ͧ̍͒̽͒̂̈́̅̍͑ͫ̄̐ͪͣ͗ͧ̾̑͂͗̋ͤ̌̑ͫ͗̃̈̓̀̈̏͗ͩ̉̀̓ͧ͂͌̅̈́̒̒̌̿̉͌ͫ̾ͬ̇̃̀̃̊ͮͤ̉ͫͦ̈́͆ͫ̌́̍́ͩ̏̉̈́ͩ̄̅͆ͥͫ̉̃̿̍ͭͣͫ̅ͧ̀͆͆ͪͫ͗̑͒̽̑́̓̒ͮͪ̊̽̓̒̓̽̔ͪ͛̉̒ͥ͆̎͌ͥ͋̈́͑̋̂̃̃̆ͤ̈́̽ͥͭ̌ͩͦ̄̓̎ͯ̌ͩͦ͗̔̾̏ͨ͂̅͋̆̏ͪ͊͆̚̚̚̚̚̚̚̚̚͜҉̸̡҉͝͏̵̨̨̛́́́̀҉̢̀̕͏̛̛͠͡͞҉̕̕҉̴̴̝̦͕̰̩̘̳͖͎̜͈̹̗̮͚̻͈̪̜̯͔̦̤͈̹̘͇̩̭͈̘̫̖̱̞̥̬͙̘̼͍̝̯̭̙͙͎̤̘̦̙̝̦̦͙̪̱̦̥̥͉͓̤̻̥͉̟̭̹̟͎͍̰̭̖̤̣̖͕̯̫͓͓̭̙͚̳̦̣͇͕̳̘̖͚̳͈̦̭̗͕̬̜̤̱̠̲̟̞͔̬̞͇͉̻̼̠̹̰̰̖̞̫̻̼̖̬̗̳̫̥̟̬̼̖̯̘̩̮͉̘̱͙͔͓̗̘̖͕̗̝̜̻̲͈̩͍͉͚̩̥̙͉̭͓̥̹̳̮͍̳̮̬̱̜̗̟̱͔̱̺̜͇̫͕͎̦̼̲̤̘̹̳̭̼͖͉̦̱̥̦̳͎̮̲̟̝̳̝̫̤͙̣̳̝̝̤̱̙̗̦ͅͅͅͅͅͅͅe̷̸̴̵̷ͩ̽̏̃̔͐ͫͪͯ͌ͨͥ̿̓ͭ͗ͩ̂ͮ̔ͯ̈ͭ́̒̌̅ͦ͗̍͋͌̅͐ͧ̑̐͐͐̌̾̈̈́ͫ͌͋̂ͭͧ̒̑̀̃ͮ͛ͪ̆̒ͨ̈ͪ͒̉̌ͦ̂͛̊͂͋͑ͮ͑̊͂ͥ͐̉͂͊̈͂̀ͦ̎͗́͆́̔͒͐̽̑̏ͭ̔̃̿ͯ̒̅̈͑ͫ̔ͧ́ͧͥ̈̍̄ͥ̽̆ͨ̐̎̔̚̚͘̕͢͟͟͜҉̛̕͏̢͡͡҉͏͜͠͏҉̸̷̵̩̣̬̞̪̜̣̗̰̺͇̲͎̘͇̬̳̦̪̲̥̬̦̞̼̼̭͉͎͈͕̖͚̭̙͕̻͍̼̹̹̟̱̹͔̠͍̳͈̻͔̰̺̭̳̲̮̦̥̤̼̦̝̠͙̹̘͉̫͇̻̣̙̠̮͍̮̭̫̳̮͖̮͙̠̭̗͓̥̣͇̬̦͔̪͚̥̳͚̤̫͕͖̜̘͎͍̘̼̭̭̪͖͔͕̘̫̰̗͇̣͔̣̖̜͎̝͕̠̭̝̳̙̗͕̱͈̠̱̭̮͎̭̠͇͕̥̝̩͍͖̼̦̙̱̯͕̻̰̱̻̰̯̖̩̖̪̮͖͉̤̯͈̳̹̘̥̱̖̮̩͙̭̘͔̮͙̻̠͎̣̜͔̞̟̹͓̮͎̬̬͕̤̳̼͖͕̻͇̟͚̫͙̺͙͈͔̦̲̘̪̻̼͔̮̩̳͕̱̟̞̜̮͈͚̙̭͍̲͍͇̮͍̯̦͕̬̲̝̯̟̯̟̼̩͔̤̖̺̗̠͙͕͚͔͕̘̯͇͚͍̲̯͚̝̪̖͇̰̬̭̮͇̠͉͎̖̹̬͇͓̲͔̥͖̩̖͕̟̮͚̟͕̼̖̜̭̘͈͍̲͔̣̹̟̹͎̟̳̖̹̮̝̞͕̲̹̦̱͓͖͙̳̖̦͔̬͙̟̘̲͉̩͔͕͕̻͈̰͚̪̯̻͔͕̘̖͈̣͎̪̣̺̠͍̤͙̘̻̮̮̫̯̼͓̬̝̫̘̼͈̝̪͙̳͖̜̤̠͓̜͔̲̥̥̦̹͕͍̩͇̳̞͙̰̯̘̯͉̣̯̫̹͈̳̮̩̻͎͇̲͓͙̮̘͇͕̝̣͙͕̹̻̬̪͎̺̟̖̘͇͉͓͔̗͈̖̖͖̖̣̰͙͉̱̳͙̪̱͍̣̬̟͖̭͓̖͚͎͎̟̖͇̞̝̙̞̼̹̫̘̻̱̯̹͍̠̞̜̙̠̹̥͇̥̗͚̝̬̜̪̙͕̼͎̰̠͈̣̳̠̼͍͉͓̘̪͍̭͈̗̻̭͉̲̯̻̱͉͉̜̱͍̟̙̼̘͉̘͚̠̼͔͎̝̫̯͉̣̲̝̼̝̞̭̳̤̮̙͓̟͓̜̗̝̗͓̣̰̗͇͎͔̖̲͎̞̭̫̳̲̣̬͙̬̼̠͚̪̻̲̖̩̬̭̻̭̺̜̘̥̝̥͖̳̦̼͔͚̲̯͘̕͟͠͝ͅͅͅͅͅͅͅͅͅͅͅņ̏ͩ̑ͨ͛ͬ̄̎̍̅̃̈́̓ͮ̾ͦͪ͐͊͂͌͊̄̚͘҉̵̴̛̕͏̶̨̀͜͏͟͠͏̷̶̷͔̝̼͖̥̜͇̻̪͖̥̪͓͕̠̯͉̳̬͎̜̣̥͇̜̳̜̹̹͕̣̖̼̻̞͔͍͍̝̞̲̳̼̥͔̭͎͉͕̖͍̯̣̫̟̰͓̻͇̝̩̩̮̖̹̙̹͙̖͖̣̤̖̲̰̟͓̝̗̖̙͈̰̗͈͕͔̣͚̫̲͈̤̝̜̬̥̲̫̬̖̗̭̫̮̳̟͈͈̮̖͕̠͓̥̘̬͓̳̰̖͎͍̻̝̦̜̞̖̝͙̙̞̮͔̹̫̱͓̜̻͙͚̬̠̲̻̫̼̭̲̤͈͖̱̰̮̹͉͍̗̥̻̝̙̘͍͇̪̦̝͚͎̱͍̻͉̹̞̻͈̹͖̠̯͔͖͎ͅͅͅͅt̐̔ͦ́̐ͪ̊̆̄͊ͯ̿͂̊͗̏̓ͬ͆ͭͮ̒͋ͥ̂̈͝҉̸̵͘͟͝͠͏͏̷̴̢̨̛́̀̕͜͟҉̵̷̸̷̢̢̧̛͈͇̙̳̱̗̬̯̖̪̘͓͍̼̺͎͈̩̻̱̰͕͍̗̼̮̭̱̱̤̗̖̻̱̺̬̹͔͚̙̬͎̥͍̦̥͖̰͓̥̲̫͍̝̘͕̞̯̹͉̠̜̳͙̰̝̹̻͈͔̳̦̣͕̼̻̱̘̤̻͎̭̣̮̩͈̹̝̪͇̮̩̠͎̜̪͚̙͖͈͓̣͕̘͚̠̥̟͈͈̹̞͎͉̻̪̙͈̮̩͇̬̠͕̘̼̱̝͉͉̝̮͉̝̗̪̞̱̳̼̬͎̞̱̘̩̻̤̙̬̣̬̺͍̱͍̗̰͈̲̣̻̬̣̪͉̱̦̱̬̰̠͕̱̯͈̘̻͚͉̱͔̲̮͖̫̗̞̦͇̲̹͍̼̬̹͔̥̞̪̥͈̼̟͖̻̗͎̗͇̲̙̙̣͍̟͍͈̻̰̗̰̞̻̜̖̻̱̮̦͇̥͇̻̟̩͖̳̞̦̤͍͚̙̝̭̞͓̪̼̹͙͍̗̪̘̫͈̘̰̺̬̝͖̘̘̺͖̤͖̟̼͖̤͈̜̺̬̻̜͕̳̱̬̝̀̀͘͘̕̕̕͟͟͟͞ͅͅͅͅͅͅͅͅi̴̛ͤ͂̍͑̆ͮͪ̎͂̅ͬͦ̊̀̈́̿͋̄ͤ̆͒ͭ̉̿̋͋͗́̋͒͐͗̀͗̿̒̂̋ͭͤͨ̍͗͑͗͂̈́̍͒͌ͫ̈̃̔̋̓ͬ̂́ͫͥ̉̆ͦ͐̊̾̐ͩ̒ͩ͐ͣ̄ͦ̈́͂́̐̽̆͆̒̋ͬ̉ͭ̃͐̆̑ͯ͒̐̔͛͌ͦ̉ͭ̆̄͌̋ͯͭͭ̔ͩͪ̾̏ͪ̂ͦ̄̈̏ͣ̿̔͂̃ͬͤ͛ͪͪ͐̆̄ͣ̈̉̀͋̋̔ͪ̐̿̓ͭ̌͛͋ͫ͆͋̓̑̉ͮ̅̓ͧ̈̐͊ͤ̀͋͋͗ͮ̔ͧ͗̾̾̐ͯ̂ͣ͐ͪ͋̃ͭ̓̎͆ͤ͑͛̌̔ͭͬ͒̋̄ͪͦ̓̂̄̾͒̆ͭ̾ͮͩͮͧ̉̅̏ͩ͛̇ͥ̂ͦͨ̂̈́͑̀̄͌ͭ̃̐ͦ͌ͨ̒ͧͦ̑͌̑̑͑̾ͤ͆̄ͩ̽̍͛ͩ͊̇͌̍͐ͩ͒ͩͮ͒͂ͤͨ̅̍̓̀͐ͭ́ͤ̏̉ͫ̊ͧ̈́̆͋ͫ͑͑̃ͤͪ͒̍̓ͭ͋̅͛̌̈́ͦ̀ͪ̾͋͒̂̇ͤ͗̆̓́̍ͮ̏̄͊̍̉̆̍͛͛̔̽ͩͮ͗ͯ̅̓̽̑̽̂ͬͨ̏̿̅̽͗̂ͧͧ̿̔̓͊̑̎̏͆̓̈́ͫ̃̄͌ͯ̉ͮ͋͐͆ͣ̉̀ͮ͐ͯ͒͗̽̍͛ͭͥ̿̏̇̓̒̾ͧ͂̿͂͑͒̋̑ͣͫ̄̄͊̅̎̑ͪ̆̀ͨ̾̇̽͂̌̀̈̽͌͂͂͂ͬ̊͆̅̆͊ͨ͆ͬ̉͋̊ͪ̒ͥ̀̑ͨ̎͌̅̑ͨ̊ͩ̉̒̏̐̽̽̍ͭͮ͆͛ͪͯ̒͆̐͌ͦͮ̊̊͆ͪͪͩ̄̄ͣ̃͆͗ͩ̄̅͒̾ͧͨͭ̍ͮ̔͛́̌͗̒̆ͦ̈́̆ͫ̇̑̊ͩͦͮͮ̀̈͑̑̉̄̾͋͑̉̆̊͋ͫ̑ͦ̓̔́ͮ̓̈̑̐̈́̊̎̆̍̌̒ͧ̅ͪ̈́̐̇̓̐ͥ̌͊̅̿͛ͫ͐͗̐̅̾̆ͩ̓̈̈́ͪ̑̋̃̌͑̑͂̑̉̏̿̋ͣͤ̇ͣͫ̽̈́ͦͬͤ͂͒ͩ̂̊ͥͯͦ̉̊ͦ̽̿̿̍͐͐̔ͨͭ͛̏͂̓ͮͭ̿ͩ͆ͧͯͦ̅ͤͪ̄̈́͊̄̏̐ͥ̆̈́͗͆ͫͥ̈́̔͗̊ͥ̓̂ͬͦ̎̆̋̍̍̽́̉̑ͧ͂ͥͦͦͫ̑̈́̽ͤ̿ͥͩͫ̅ͮͨ͋ͨ̆̌ͥ͒͆ͭ̀͐̐͌̓̿ͥ̒͗ͩ̾̈̉̀͂́̔͌̔ͤ̍ͭ͌͛͆͊͌ͬ͂̒ͪ͊̐̓͆͊̍̓͐͆̓̉̑̔ͫ̄̍͛͛̏͐ͫ̃̆̿̌ͮ̑ͤ͒͋͆͊̽̄́̂ͧ̃ͧ͐ͣ̑̾̈́ͧ̐̓̿ͤͦ́̿̈́̊ͤͮͬ̋͌̈́̽̂͒̀̈́͗ͧͥͫ̊͗̒̊͋ͧͯ̄̌̾ͩͫͥ́̏̀̽̋ͩ͒ͮ̇̓̊̌̆̇̂̏̎ͬ̏̔̾ͨͩ̈́̿ͪ́ͥ̄̅͌̾̏ͭ͂̌̉ͩ͌͆̓̉̄͐ͮ̏͛̑̈́ͫ̚̚̚̚̚̚̚̚̚̚͘̕͡͡҉̷̶̶̵̴̨̨̧̛̛̰͔͖̖̤̯̳̯̬͖̞̻̮͈̗͈̗͖̱͈̘̳̩͖̫̜̬͉̖̠͙̘̫͇̮͎͙͍̹̪̻͔̪̙̱̱͖͕͕͉͈̫̱̳͕͈̬̩͕̝͙̟̯͕̙̼̲͚̯͎͙͚̱̪̟͇̗̘̹̞̯̣͈̬̲̬̰͎̟͉͔̙̼͖̥̜̫͔̠̗̗͓̹̠̻̬̯̪̫̦̝̥̻̲̤̞̤̭̲̭̘̯̟̼̪̭̰͎̲̦̖̖̫̬̹̻͈̠̩̪͕̲̲̗̩̫͎͓̼̣͚̞͖͖̜̻̥͖̳̞̟̖͕͖̬̰͙̠͎͎͍͉͎͍̯̮̰̰̮͎̜͈̘͇̟̻̖̭̰̯̟̩̗͔̝̜̻͚͔̠͔̺̼̝͕̳̗͕̥͙̼͈͔̝̱̠͈͎͉̘̤͔͕̪͙̭̺̥̼͔͕̭̱͔͕̱͎̩̜̹̝̫̥͖̩̫̥̗̯̖̪͔̟͚͖̜̖͎͚̘͖͕̫͍̲̪͕̺͈̼̳̜̼̳̻̝͉̣̻͉̻̝̫̩̟̰͉̬̳͈̟͍̝͓̜̻̹̖̩̤͎͎̟͖̹͕̦̩̗̼̼̞̗̻͓̱͙͉̣̬͚͕̲͉̼̙̘͕͍͈̲̟̫̫̘̫̼͎̗̫̠̟̙̭͍͍̝̣̫̠̪͉̥̩̘̣̞͚̖̦̘͙̞̟̺̜͓̣̼͖̖̟̥͙͕̲͍̝͙̙͍̺͓̙̙͉̳̙͎̥̪͎̤̣̹̩̣̘̗͓͔͙̻͙̣̟̹̪̻͉̫̙̮͉̼̯̠̻̮͚̘͚͕̬̥̱͇̮͙͚̤̭̜̠̯̦͔̱̞̪̘̥̬̠͔̟̬̼̥̻͕̙̼̣̝̘͕̬̖͈̺̞̩̯͍͍̞͙̻̗͕̖̻͚̘͓̮͎̲͓̘̜̪̻̼̺͔̜͈̫̼̮͚̺̳̣̩͕̼̭̖͚̦̻̯͓̗͈̮͍̟͓̫̬̳͕̦̮͎̘̺̭̗̘̺̞̼͓͉͉̩̹͕̲͕͍̣̘̳̝̩̠̹̬̗͖̪̖͓̞͔̞̥̳͕̝̜̰̩̯̮̺̬͔̻͓̹̭̤̦̳̫̙̪̦̠̥̼̖͈̜̞̞̣̠̣̭̠̬̰͉͖͈̪̮͕̳̮͓̝̯͖͇͙̦̞̣͎̙͓͕̲̤͔͕̙̥̩͎̗̻̠̞̺̯͙̫̳̝͎̮̹̘͔̞̼̟̲̮̖̪̟̟̜̰̭̳̼͙̖͙̺̟̙̖̞̖̣̺͉̭̥͕̞͇͉̦̩̫̳̭̫̟̣́̕̕͡͡͡͝͠͠͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅn̶̶̉ͦ͋̔͊̂̍͒͛ͭ̆͐͒̌̍ͪ̈̀ͮ̍̓ͯ̈́͗ͫͯ̅̉ͫ͆̐ͩͩͪ̎̄̈́̔ͬ̓ͨ̊ͩ̃̔ͭ̂̋̋̽̽̄̀̅̃̽ͤ̐̐̔͌̂ͧ͛̏̄ͬ̉̆̅̾͐͆̓̇̍͗ͥ͂ͭ̒ͤ̄̔̇ͬͥ͛́̆ͦ̾͛̉ͪͫ̂ͪ̾̐̍̈͂ͤ̍ͭ̈́̂̍ͪͨͣͭ͐̒ͯ̉̀̾̾ͥͨ̓ͧ̓̌̃̉̐ͯ͗̑͐ͫͭ͛ͭ̅ͯ̐͛ͪ̍́̃̅̍ͣ̋͌͆ͧ̅͋ͬ̈́̐ͦ̇͗̂ͬ̋ͫͤ̇̓͛͛̐͆ͦͯͬ̚̚̚̚̚̚͏̷̢҉̷̸̶̵̴̡̨̡̛́́̀̕̕͘͟͜͝͠͠͝͝͝͏͏̸̡͠҉͏̱͓͙̜̬̻͖͙̙̩̲̦̭̠͓̯̘̣͙̳̮̖̩̦͙̟̲̠̭̖̩̜̘̤̣͖̫͕̜͈̗̤̱̣̣͍̩̦̯̩͓̳͖͔̼͙̗̼̹͍͎̥͈͍̭̭̭͔̩̝̠̙̤͇̣͕̜̼͍͖̞͉͙̘͓̖̘̯͔̼͚̲̞̦͈͕͚̺̮͈̼̮̪̞͈͍͚̠̪͓͚̙̤͖̤̥̭̹͙̬̠͇̮̱̙̪̭͉͓͓͇̻̰͉̱͎̩͙̠̦͍̰̮̤͈͇̙̝̝̠̩̼̦͍̱͎̲̩͉̜͎̻̣̹̞̹̟̬̯ͅͅͅͅgͧ͂̔̊͋̓͐̆ͯ̓̉ͮ͑ͦ̿̅͊̽̍̂̽͑ͫͣ̒͂̎̓̐͊̄̓̒͗ͬͭͦ̓̃ͦͩ͋̄̑͊̇ͦ͋̌ͨ̓̂̐̉͂͐̑͗́ͭ͊ͬ̄̈̍̌͑̏̔͆̽ͮͪͦ̑̉̓͗ͦ́̆̐ͫ̈́̾̽̍͂ͣͮ̄ͧ̓̌̅͋̄̿̃̎͋ͫ̉ͯ͆̾̒͋ͨͯ̈́̅̎̏͑ͮ͗ͭͪ̍̾̆͛ͩ̈ͫͥͭ̓ͨ͐͒̔͆ͧͫͫͤ͌̇͛̂́̎̐̍̂̑ͯ͌ͥ̽̾ͮ͗͆̐͆ͩͪ̀͊͆̈́͌͛ͣ̂͆̒̈̿ͧ̓̃́̀̀̑͑ͥ͒̽͗ͩ̈́̎̾ͩ̆́̇̿̂́̿̈̃ͨͩ̿̌͑ͫͤ͗̅̍̃̋ͩ̓ͪ̔̅̎ͦͬͮͣ̇ͭ̂̎ͤ̏͒̿̉̅ͪ̐͛ͩ̓ͥͣ͌ͭ̏͒ͦ̾ͤ̍͆̇͌̍̋ͥ͗̊̍̓ͬ̑̈́̓͋̆̽̒̎̐͂͋͋̊ͭ̐ͨ̓̏͋͂̈̑̓̉͋́̀ͮ̒͆ͤ͌ͨͯ̾ͦ̑̅͐ͥ͆͌ͪ̂̍̑ͧ̇̑̉̓ͤ̂ͥͧ̔͋͂̓̆̋̏̓̋ͭͨ̃̀͂̂̔ͩ̃̄͑̂̒̂̋͂͑̏͒́̎ͦ͛́̎͐͛ͯ͋́́̽̏ͯ͑ͩ̇̾ͭͨ͌̅̓̈̈̑ͤ̆̈̿ͨ́̿̈̽ͫͧ̑͋ͥ̂͐̈́̄̒̈́̿ͮ͛͐̾͊ͭ̏́̐ͫͤ̽ͧͮ̂̂ͬ͂̉̓̂̒͌ͯͤ͐̍̆̅̎̅̑̊́̃̇̊̌̆͒̊̔̋ͩͦ̇̈͋ͭ̍͛̑ͩ̍́͒́̋ͭ̎̍̐̆͋̔ͥͤ͒ͫ͂̇̽̃̇̔͗͋̑͆̒̍ͦͧͦͪ̇̏ͮ̒ͮ̊͐͂̈́̅͑̊͊̈́̄̄ͥ͗̇ͨ̿̆̎̿̔́̉ͪͥ͊̔̄͆ͪͣ̑̈́͌ͬ̔ͯͧ̂͊̑ͮ̾̂̓̑͒̇́̐͒͗ͬ͑ͫ̾͗̌ͪ͆ͩ͒̄ͨ̚̚̚̚̚̚̚̚̚̚̚͟҉̷̴̨̨̡̧̛́̕̕̕̕͟͜͜͞͞͝͝҉̶̳̯̘̫͚̙̭̻͎̮̪̗̬̫̟̰̞͙̹̤͙̰̰͈͈̹̖̼͓̙̲̖͇̘͈͚̟͓̯̀ ̸̸̶̡̡̢ͯͧ̐̃̂̈͐̿ͥͥ̾̂̔̏̏͆͂́̽̏̆́̉̊ͩͨ̂̌͒ͨ̾ͤ͌͗͐ͩͭ̏ͬ̇͌̾͗͌ͬ̉̂͐̄͛͊ͮ͌̅̊ͫͤͯ̋̄̾̌ͩ͊̈́́̌ͥ̃͗͒̓͆ͫͫ̔̍̒̈́ͫ́ͪ̂ͮ͐͒̿̍͑̏ͩ͗̓̿̇ͥ̓͑͌̅̐́̂̄̓̾ͬͤ̉̓̈́̇̍ͮͫ͗͐͐̒͋͋̇̍ͧ̊̓ͬ̽̍̑̎́ͤ̊ͩ͒̽ͤ̏̽̃́̄̐ͭ̆̇̊̅͗͂ͧ͋̒ͥ̓̈́̌͗̅ͩ͒̉ͦͫ̌͋̈́ͩ̑ͦͭ̊͊̀̽̄̋̓̆̈̓̇̐͑̒ͭͥ͐͐̇̅ͯ̃̈ͦ̒̎̐́ͫ͗͌͋͑̿ͣ̽̓̿̾ͩ̄ͫ͌̔ͯ̇́̆ͦ̂̍̓͋ͩͫ̋ͯ̍͗ͦͤ͛́͗̊ͧ̏͒̀ͪ̇̇̌ͩͨ̿̂̏̽ͪ̿͂́̉͗͊͋̑ͬ̃̂͆̃͊̆̊̃̓̐̈ͦͤ́̌̂̆͋̔ͫ̏̇ͪ̋̄ͦ̈͊̅ͮ͐͌͑ͮ̊͆̃͗̉̉ͨ̀ͭ̓ͦͨ̌̍ͮ͑͗̅͗̊̅̅ͦͤ͋ͭ̾͌̽́̂̓̓͋̆ͦ̓̍̐̏̍̈̾̈͗̅̊ͨ̐̀ͪ̔ͥ̈́͊̎ͦ͆ͬ̏̈̅̀͛̽́ͧ̈̌̌̈́ͤ̋͂͗ͫ͆̉̋̃̿̌ͪ̌̌ͪͧ̇̾̐̊͂̓̿̽͊ͦ̏̈͐̉ͫͯ̐ͪ͋͗̈́̉̎̅ͬ̅͂̒͂̇ͬ͆̀́ͤͩ́̏ͩͤ̈͑̽ͨ̄ͣ̆̀́̈́̓̄ͧͨ̀͊̇͆̇̏ͤ̇͌̍̅̅̎̃̒̈̀̽̉ͩ͋ͩ̍͛͐̈́̔̊ͮͭͣ̀͛͂̉ͣ̊ͨ̈̄̽ͤ̃̐̐ͣ͋ͧ̆̉̏ͭ͗ͦͣͨ̆̈́ͥ͆̄̿ͬ̊̊ͮ̏̉͌ͯ̋͌̇́ͧ̍ͭ͊͌͂̽̈́̾̇̑̒̅̆̐̀ͨ̀ͫͥ̇̅̌͒̾ͯ̔͆̋̊͒́̄̉͗̌̽ͬ͆ͣͩͮ̐̈́͒̎̋ͪͪͨ͗ͨͬͯ͐̿ͨ̌͛ͯ̈ͣ͐̉̓̿̿͛̑͐͒ͣ̑ͫ̊̎̌̇͂ͪͬ̐͑ͣͩ̈́ͣ̅͂͋ͩͥ̽̑͆̏͂̔ͬͩ̑͑̈́ͯ̄̀̒̓̃͂̾ͩͥͥ̿ͦͤ̄ͯͭ̃ͮ̒ͮ̿̿̂ͨ̓ͥ͒ͥͩ̿̉͒̒ͪ̄ͭͯͥͦͧ͊ͭ͋̍̽̔ͫ̑ͪ́̊ͩ̑̂̅͛̿̃ͮͬ́ͫ̉̾͋̇̌ͭ͛͐ͤͣͨ̔̄́̽̍͌ͬ̀̇ͭ͌ͣ̑ͭ̑̉ͦ̄͑̈̃͂̆̂ͧͧ̔́̓ͪ̒͆̐̇̽̊̔̄͐̄͋ͦͧ̆ͪ̈̍̽̓ͩ̎ͫ̓ͫͪ͋͆̄̔̎̑̂̾̉͒ͣ͋̀ͥͥ͛ͩͩ͋́̾͋̐̑̏̔ͬ̑̏̌̅̿̇̈ͫ̏̊ͨ͐̏̈́ͨ̈́̎ͭ̊͆̆̓̋̇͗̌̿͑̾̽ͤ̇͗̽͌ͮ̆̆̂͆̐̿͊̔ͮͦͮ̑̈̀̿̅͋̿̇̓̽̀ͩͯͥͮ̓͑͐ͦ̔ͩ̅ͧ̐͐ͯͭͤ͋̔̈́̄ͨ̑̓͑̊́̈́̌ͦ͑́͂͑ͮ͊́̎̃̓̆ͩ̾̿͌̈́́́̚̚̚̚̚̚̚̚̚̚̚͘͟͜͜͜͝͠͝҉̶̶̗̯̖̫͖͕̞̞̱͖̫͉̻̩̤̯̺͎̟̦̣̲͚̱̺͕̰̻̀͜ͅͅç̷̵̷̴̷̴̷̵̨͐͑͂ͮ̿͋̾̀̄̐̿͐͒͂́ͦͩͣͥ̈̀̂͊̈́̿͆̂̀ͣ̾̑̀̓͑ͮ͊͌͛̌̈́̾̏ͧ͆̓ͣ̍̍ͫ͒ͤ́̅͑͐ͥͮ͗̈́̆͊ͨ͐̏ͩͩ͊ͩ̌ͤͦ͒̑̃̈̄̌ͧ͊ͥ̈́̐̄ͨͯ̈́̔̄̓̇̏̽̍̅̉ͬ̄̓̾̊ͬ̽̉ͧͬ̎̓͋̉ͤͥ̂̐̅ͭ̏̋ͮ̄̏̐̿ͨ́̉ͭͩͧ͛ͥ̐ͭ͒̓̿ͤͦ̽͒͂̈ͭ̆̎̉͐̌̄͒̎̃ͬͯͧͥͯ͆́́̔̉̏͌ͥ̿͆ͨ͗ͩͫ̊̊̏̌ͩ͊͋̂͐͗̋̔ͦͦ̋̄͗͒͒̑ͦ͆̂̈́̏ͫ̔̓͆ͦ̇̾ͤͭ̎ͥ̓ͤ̄́ͫ̾̒̐ͨ́̑ͦ̅̉͌̏̽ͩ́͑̓ͤͣ̒̈́̈̂ͣ̋ͥ̋ͬ̅́̎ͤ̅͋̐̄͛̈̌͋̈́ͤͬ͒̑ͭ͑̏̈̊ͮͭͧ̃ͩͨ̿ͪ͗ͪ̊͆̇̏̊͂̓͆̒ͬ̄̊͋ͮ́͂̃̏͌̏̏͗͗ͮ̂̄̉̽͆̒ͪ͋̓͐ͯͮͫͣ́̈́͒̃̈́̈̆̂̌͗̏̅̒͌̽ͧ̃́̒̊͂̂ͪ̽ͫ͂̿̑ͫ́̈́͑͌ͤͨͥͫͨͭ̉ͦͭ͂̊̾̃̄̑́͂ͯͪ̋̋ͦ̃͗̌ͫ̑̈́͆ͤ̄̽͋̆́͛̄̐̑͐ͧ̍̉̒̃̇̇ͭ̈̔͒͂ͥ̆̅́̅ͧ̈́̓͆̓͆͗̒̄ͪͦ̾̒͆̾̊ͥͮͨ̐̋͒̂̈́͌ͦ͋ͪͬͤ͂ͬͦ̀͗̎͒ͦ͑̅̂̓ͭ̆̃ͬ̿̑͋̿ͬ̂ͭͫ̅̌ͪ̀ͧͥ̈́ͪ͗̅ͪͧͭ̔ͮ͐̓̉͐̀͊ͩͦ͐̂ͭ̍͌̈́͛̌ͬ͊̒̿̍ͣͬ̄̄ͧ̊̊́̉͐͆̐ͦ̓̒̒͆ͫ̓͆ͫ̉̔̎̋͂ͤ̿͆͒̋ͦ͂̍̂ͨ́̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚͟͢͟͢͟͠͡͞͞͞͏̷̨̼̫̝͇̥̜̳͓̹̫̮͙̞̜̬̟̼̠͖̜̱̗͎̻̮̝͉͈̯̝͖̜͓͔̼͇̜̬̻͈̖̘͉̼̺̮̝̠̝̫̟̦̝͖̳̞̫̮̞̤͓̱̙̤͓͙͍̝͕͓͔̜͇̲̠̼̬̹̖̮̞͔̻̯̳̭͈͕̪̹̠̟̱͙̞̙̬̫̘̱̮͕̰͇̮͓̫̜̯͓͎̭͇̥̹͉̰̩͓̪̳͖̻̯̱̞̼̮̜̰͕͉̱̱̲̠̖̝̖͎̟̱̙͎͕̖͈̟̩̖̫̭̦̲͇̝̘͚̗̤̙̤͕͈͚̳̖̖̹̭̮̻̜̱̮̭͙͉̱̯͇̮̮̙̩͙̤͕͕̣̟͓̲͎̳͎͓͔͕̦̫̞̻̻̹̩̗͎̘̪̱̗̲̻̖͍̘͈̺͇͔̱͉͓̱̖̙̩͈̹̯̻̳͎̘̰̦̲̦͓̬͎͈͕̖̪̜̝̼̥̟̙̻͓̙̣̗͉̗̻̝͖̮̘̳̭̘̱̜͓̱͕̫͚͔̤̫͖̲͇͍̬͎̞̘̩̥̼͓͚̹̲̣͈͓̬̼̫̦̗̥͎̮̳̭̥̘̩̗̟̠͓̥̦̜̖̯̱̩͕̪̜̳͍͈̰͕̩͎̬̳̩̣͈̝͓͔͉̩̤̫͙̞̙̺͖͖̠̖͇̝̤̰̳͕̝͈̤̫͕̝̭͙͔̼̺͇͇̱̹̖̪̝̬̭͕̥̥͉͈͔͉̜̳̙̺͓̠̮͔̰͔̹͍͖͖̲͔̞̣̯͖̺̖͓͖͓̙̫̞̻̻͚̞̝̦͖͇̻͙̺͍͇͉͍̠̜̭͖̤̼̼̥̙̩̖͈̫̟̞̹͕̼̘̫͈̭͙͎̥̪̥̣̗̳̜͕̰̤͉͕͉̘̻̬̦̻͎̣̟̼̲̯͔̝̪͙͚̠̣͉̬̬̯̯̦̪̙͖̖̗̫̞̥̘̳͖͈̟͇̙͙̗̭̠̟̜͉͖͇̞̙̙̣̤̣͕̺̥͇͎͉̖̟̲̱̳̟̪͔̲͖͕̘͈̟̼̞̦̭̬̥̯̗̩̹̭͉̼͚̳̳͚̯̱̺̖̮̞̬͎̮̼̹̻̩̭̞̣̞̘̫̻̩̱̹̻̩͔̹̤̖̳̦͙̱̤͖̲̝͉͖̗̯̩̖͈̦̥̝̜͉̥̱͙̟̟̺̥̜̠̜̫̭͈͚͇̞̫̭̜̗͖̳̳͔̝̫̻̥̘̖͚͓͕̦͖̲̙̟̗̰̫̖̞̘̻̥̭͖̞̙͚̬̫͍̪̣̲̩̭͚͉͔̰̻̰̳̗̬̗̻̩̟̥̳̦̹̥͕̝̪̪̳̪̯̙͇̹̤̩͈͓̞̞̥̩̗͕̤̰͔̝͈̖͖͇̟͕͇̥̩̖̮͎͈͓̰̣͕̯̠̮̞̙̫̯̞̳̬̻̪͈̮̞̱̖̰̹͈̗͈͇̫͇̻̰̣̟͖̤̭͓̱̯͈̪̻͙̦̲͉̼̻̳͚̼̣̗̦̬̤̫̮̞̦̖̮̹̦̼̳̰̼̩̦͖̣̝̮̥̟̺̖̗̮̮̦̝̜̳͉̺͓̠̠͎̲͓̼̦̩̝̬͕̺̘͖͇̗͔̣̘̱͙̻̲̞̖̝̣̭̘̖̮͓̦̖̦̭̝̟̙̤̪͍̼͈͎̩̙̱͍̳͇̰͇̲̝͎̩̲̞͓̲̘͕̥̹̕͟͟ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅh̾͆̅̈ͤͧ̍́̀̅͌͛͒̇̑ͧͫ͊͊͐ͤ̌ͮͯ̑̑ͧͩ͗͒̅͆ͫͮ̐͑̌͑͐̉ͣ̈́ͫ̓̃ͦ̇̔ͩ̑̾̒̇̃̀̋͊ͬ̉ͫ̄ͯ̂̄̀̈̆̍̄ͭ͑ͫ͋̾́ͩ͋͛́̐̓͛ͪ̐ͪͮͨ̍ͫ̔ͥ̓̑̿̇̄̈́̉͒ͪ̀ͨ̓̀ͨ̇ͫ͆̽̎̀̂ͨ̀͋̈͒̅̓̅̍̓̂ͩͨ̄́̋̐ͤͣͦ̿̿͆̍ͫ͆ͦ̈ͩ͋̒̽ͤ̏͂́́̄̏̂̔̍̽ͯ̊ͮ̾ͤ͂́ͪͣ͗̾̾̿ͧ̀͗̃ͧͥ̈́̐̒ͯͫͩ̍̂̅ͣ̂̐̋ͨ͋͑̾̃ͥ̄̇̿̀̊̓̓̅ͨ̋ͮ̎ͥͥ̓͒͐̑̈́̽ͦ̾ͧͤ̈́̽̒͛̂ͯ̅̈̌ͦͨ̉̍̓̂́̎̿̅͌̽ͩ͆̐͑͊̉ͫ̂̍ͭͪ̐͗̉̽̏̔̊̆̍̇̇̂͗̈̈́ͪ͛̐̏ͭ̌̔͗͐̑̓ͨ̉̋̓̎ͨ̉͑̎̃̓̎̍͋ͦͤ̀ͨͧ̂̈͛́ͣ̓̌͗̐͛̆̐ͩ̉̄̅ͫ̇̓ͪͦͣ̊̋͒̊͆̽̆̋ͦͦͪ͑̾ͧ̉͋̑ͫ͌̇̆͋͆̈́̅̓͐̇̔ͥ̔̇͋̄̅ͮ̉̏͊͂̑̂͑ͨ̉̆ͤͭ͌͋̄̀ͦ̑ͩͣ̈́̏ͦͧ̿͒ͫ͂̆̽̃͒ͬ̾͛̌ͯ̈̈̂͗̅̓ͧͬ̅̃͗̊̇̄ͭ̿ͧ̎̿̇̿͊͐ͩ͛̊ͩ̇͂͊͗̆̓̓͆̃̀͑ͥ̇́͂̈͆̈́̿ͣ̊͒͋͂̍̀̆ͦ͌ͤͨͧ̔̋̋ͧ̓̃̈́͂͋͌ͧ́̉ͥ̉ͪ͌ͯ̄ͫͪͦ͊͐͋͑̿ͭͧ̽̿̂ͯ̀͐ͨ̿̏̒ͫͦͭͯͥ́ͣ͌ͫ̂́̄ͫͣ̆̇̓ͥ̒̋̊̇̑ͨ̊͗̇̎͑ͪͦ̽̍̏̔͒ͪ̑͒̀̍̂ͯ̉̇ͨ̒͋́̇̿̓̂̑ͩ̊̌ͧ͒̅ͨ̾̏ͭͬ̉̋ͫ̂͗̾̈́̂̅ͫ̎̅̄̒ͩͪ̐ͦͪ͊ͣ̐̂̉̅ͮ̈́̾͗̓͌̽͆ͨ͐ͨͥͫ͌̎̽̇̓̒̍ͮ̒͋̀̾̍ͧͭͨͬ͗̇̍̈́͐̾̒ͭ̓̋̓͑ͭͬ͐̓ͨ̍ͭ͊̑͂̉ͪͮ̈́͆͋͋̾̇̍̅͒̿̾ͨ͌̃̓̀͒̈́ͥ́̈́͂͑̓ͮ̈́ͤ̂̅́ͣ̊̾͐́̈́ͮ̐ͧͤ̒ͨ̑ͤͮͩͣͯͯͣ͒̊̿̽̒͊̋̓̃̐ͤͧ̓ͩ͂͑̿ͤ̊͗ͫ͐ͫ́ͬ̄̌̐ͧ̒ͫ͋͊͌̾ͥͦ͑͛͆̈ͭ͊̑̌̒ͫ̂͗̉͊̌̏ͩ̑̾ͬͭ̓ͮͤ̄̀̔ͭͤͧ̔́͐̓̉̾̊͐ͧͤ̈̿͗̉ͨ̃͐ͭ́̔͌ͥ͊͑̾ͦ̂ͭ͌ͧ́̚̚̚̚̚̚̚̚̚̚̚̚͏̷̵̵̸̶̵̴̸̴̶̸̢̨̧̢̨̢̡̛̛̛̣͉̩͈͔̤̲̝͎̗̝͕̯̪͉̩̹̱̮͕̩̟̦̬͚̦͓͔̙͙͉̲̲̲̗̣̭͈͔͖̗̭̼̬̣͉̠̼̙̜̭̥̮̝̯͚̪͈͕͉̭̗̩͙̯̯͉̖̹̻̬͉̜̯̟̺̘̫̳͙͔̪̮̝̱͔̲̹͔̬͙͓̘̹͓͈̳̮͎̫͚̝̺̗̞̟̥̪̩̤̖̜͍̥̬̯̦̰̟̼̻̫̬̫̖̳̦̪͎̙̭͇̝̱͍̱̝̺̞̮͓͚̼͕̞̝̫̯̪͓̺̘͎̝̣͔̦̦̩̤͇͍͎̪̮̬̲̳̤̙̱̝̰̲̝̗̼͕̘̬̲̭̞͇̟͇̺͇͎̺͎̩͚̤̫͉̭͔̠̰̞̙̯̟̱͉̲͔͚̣̗̦̗͖̜̰̱̦͔͔̦̲͕͖̬̪̭̭̞̲͔̬̠̪͚̙̫̙̼̘̯̟̘̱̪̣̙̮͔͈̯̥̮̮̻̝̥̯̩̲͇͕̭̜̮̠̦͎̯͙̣̦͖͔͓̭̩̣̮̫̪̹̻̰͚̟̰̰̫̱̩̠̗̼͈͎̼͓̳͇̠̺͕̱͕͇̖̞̝̞̳͉̼̤̪͇̮̰̭̼̻̞̲͓͈̝̭̹̗̟͉͙̘̫̞̗̹̗̳̭̺͉̘͇̮̬̙͖̳͚̥̠͍͔̱̜̙̼͙̥͈̞͚̻̦̯̠̯̰͖̺̞̫̘̦̰̞͉̺̪̯̜̦̣͚̭̝͓͇̥̫̻̣̰̩̩̩̞̘̮̻̪̬̬̯̭͚̮̱̩͉̜͔͚̞͎̮̘̻͚͈͉̝͓͚̜̮̳͖̭̟͇̙͇͚̮̟̤̺̟̝̳̟̲̟̭̗̬͈͓͉͙̳̙̞̲̳͇̪͓̣̮̺͈̥̩̳̬̜̹̗̟̰͍̜͉̺͇̝̖͖̪̻̙̜͚̱̬̞̙͎̲̦̰͔̮͖̟̥̥͉̯͓̫͎͎̼̭̥̗̘̦̲̜̼̞̬̪̤̬͇̤͕̻͍̳̣͎̗̫̘̗̞͔͚͇̜̺͍̯̝̬͓̤̻̟͈̝̫̥̦̳̥̟̳̞̱͙͎̻͎͙͇̥͎̮̟̬̠̱͙̤͉̰͓̠̲͙̖̙͈͕͉͙͔̙̰͔͈̱̳͙̦̙̦̦͔̻̹͓͎̲̟͚̙̥̞̠͎̱͈̮̫̥̮͇̭̼̗̬͓̤̹̖͎̻̩̮̼͔͈͉̜̙̼̦̖͍̘̺̱̥̲̖͇͈̟̞̘̦͕͓̤͕̠̠͖͔͚̼̘̦͎͔̞̯̹͍̦̙̝̳̪̣͎̝͓̥̩̲̤̱͇̰̰̲͖͙͓͍̠̭̬͖͓̰͓̥͉̼̼̞͙͍͍̲͙͕̲͓̮͎̼̫͔͉̺̳̘̙̪͙̜̮̗̥̪͈̠̲̪̙̱̘͙͖͕̫̟͔̺̞̯͎̜̲̪͖̘͇̻̲̯̤̮̬̰͔̘̦̺̹̜̮̲͈̭̠̤͎̘̤͖̲̫̮̖̣͖͚̠̭̲̞̲̩̪͇̝̰̻̱̱͙̣̩͙̥̼̳̗̱̗̭͙̜͈̫͇̹͖̜̻͎͙̹̟͓̯̖̞̗̬͔̳͚͔͎̮̥͔̗̹̤̞̬͇̠͈̫͍͇̬̭͕̺͓͚̻̜͔̦͙̰̗͙̗͚̣̗̜͓̤͔̝͔̜́̕͢͟͟͞͝͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅa͑̒̄ͤ͋͆̔͂̉͗̌̔̃̆ͤ͗̾͆ͩͭ͆͊̃̀ͮ̓͋͌̔̈́̉͗̊̿́ͤ̇̒́͆͗͌͋ͨ͒̌ͫ̉̆̿̄̏ͩ̈́̈́ͦͯ̋̏̓́̈ͭͭͭ̈́̉̋́ͭ̒ͨ͗̐́̎͛ͫ̽̎̍ͣ͂ͦ̾ͩ͒͊̀́̐̈́ͤ̃͋͋ͩ̈́̇̌̓͊͋ͧ̄ͪͤͧ̊͊̐̂̓ͥͮͭͫ̂͑̑̈́̃̋̆ͣͩ̓͑ͤ͆̈́ͮ̌̓͆̾̓̏̾̈́ͫ͆͆͌ͭ̊̍̔͐̿͂ͧ̍̈́̇ͭ̎̆̏͗͋ͭ͗̊̐͑͌ͬ̉̎̔͛̀́̋ͭ̀̍̆̑ͥ͒̒̂́ͯ͋ͭ͐͋͑ͤ̂̾̎̃̂̈̅ͩͬ͑ͧͭ̈͛ͪͯ̌ͮ͗̃̏ͣ̿̐ͮ̐̍͗̎́̓ͦͪ̐ͫ͊̈́ͤ̾ͩͮ̎͋̅̿̓ͪ̌ͨ̾̇̀̏ͬͯ̑̄̿ͨͤ̓ͥ̓̏̋̽̅ͪ̏̄ͪͨ́̌̏̄̒̋̏̂̐̈͊̎ͭͪͥ͒̔ͣ̉̂̏̏̂̉̅͋̒ͮͩ͋ͭ́̉̍̓̿ͨ͗̂̋̇̍̉̚̚̚̚̚̚͜҉͏̸̵̷̵̢̛̛̛̀̀͟͢͜͠͡҉̵̸̨̡̧̛̟̮͕͇̭̬͓͈̤̤̠̤̬̥͔̻͍͙͔̳̙̲͖̲̯͓̗̗̱͈̝̼͇̥̗̦̮̥̠͚̥͙̬͚̣̼̯͎͈̗̥͎̗̱̩͎͉̼̀́̕͢ͅͅͅō̷̶̵̸̷̶̵̢̧̡̉̐͗ͯ̇ͮ͐ͤ͌̏̑̇͐ͫ̑̌͗͛ͯ̌̾ͫ͆̇̈̒̄͛̔̾̌̐̏͆͒͗̈́̔͂̔̅̏̍͂͒ͦͮ̊̊͊ͤͯ̊ͮ̃ͨ͂̄͊ͥͨͨ̎ͩ̈́͂͗̈́ͭ̎ͭ͛́ͦ̈́͐ͣ̓̑̾̍͛ͦ͋͂ͮ̃͛ͫ͗ͩ̑̓͌̍́ͪ̇̈́̄ͯͦ͌ͬ̔͗̈́ͭ̑͑̆ͮ̈͌̆̐̉̆̀̈́̒̈̓͌̋ͪ̿̏͂͒ͮ̈ͮͯ̑̇̓ͬ̐̃ͮ̅ͣ̍̓ͯ̏̀ͤ͆͛̏͐̎̈͒̌̇̿̋̃ͭ͌̿̈́̋̊̒́̅̆ͯ͐̋̽͊͆͂̽̓̎ͮ̓́̾͒̄ͯ͒̇́ͦ̏̃̏͌̄̊͊̽̽̊͌ͫ̓ͯ͋̀͌̓̉ͯ̓͗ͯͣ̎̽ͣͬ̈́̆ͦͩ͋̐̅̅̈́̃͆̋̒ͬ͆̈ͧͣͫ̏ͩ͊̏̎ͩ̒̂̀̐̓͆̄̏ͨ̾̎ͬ͌͋͑ͯ́ͩ̚̚̚̚̚̚̚̕͜͟͡͞͞͞҉̸̞̹̭̼̼̺̫̲͕͎̠̳̦̠̳͕̲̘̠͖̺͕̥̤͇̯̗͎̩͎̝͈̙̟̫̮̗̜͎̲̪̫͎͚̯͚͚͎̙̟̙̱̠̲̥͇̖͍͎̥͚͚̪̫͍̩̼̬̬̬͔͚̖͚̥̖̜̖̰̼̬͓̩̦͍͚͔̳̲̝̮̭̜̬̻͖̞̣̩̰̯̱͍͕̳̳͇̤̪̙̬̬̗͕̠̪̞̗͔̦̲͖̟͇̜̗̪̦̠̦͈̣̩͈̗̖̤͇̘͎͚͍̗̜͉͎̩͔̞͓̲̥͙̤̻͍̜̳͇̝͙̻̞̤͚̹̼̪͖͇̙͕͔̹̹̳̖̘̳̫͙̤̼̯̭̭͈̪̭̞͚̤̪͉̰̬̖͈͖̼̲͍̮̗̰̘͉͎̣͓̱̠̞͕͕̭̱̫̣͔̝̣̗̬̰̹̘̟̭̤̝̮̱̰̮̼̞̼̲̥͔͎̙̲̭̦͖͔͓̼̤̣̬͉̭͔̹̘̠͍̝͖̥̹͈̥̖͚̦̖̣̭̭̣̣̖͓̣̳̤͈̦̱̯̖̫͖̫͖̗̞͎͕̩͍͙̺̮̻̟̙͙͉̞̰̹̲͉̦̭̲̝̟̹̝͙͉̗̫͖̬̝̩̺̘̘̫̻̤̮̻̝̩͍̠͚̞̟̝̻͚̫̻̖̘̤̦̟̞̗͎̯̜̠̤̯̙̯͓̣̮͉̝̜͔̪͕̠̤̹̝͎̥̝͍̺̩̭̠̼͙͈̭͉̹̝͙̖̣͓͎̙̭͓̙̹̩͚̮̮̜̩͕̟͖̩̪̪͓̺̗͇̟̘̮̩̲͔̠̬͈̫̫̯͔̠̘̪̥̪͍̖̰͔̤͈̬̟̫̘̘͙̬͇͎̗͉͉̠̺̞̯̝̗̺̩̻̖̥̜̗̬̹͔͚̩̦͓̠̠̪̲͔͙͉̥̼̲̱̣̥͔̙͕͖͓͚̖̠͖̙͔̖̲̙̯̬̬̩͎̦͓͈͓̹͙͎̳͔͓̥̤͚͖̖̬͚͎̪͉̟̯̺̮̠͚̺̻͕͈̤͕̀̀̕͘͘̕̕̕͝͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅs͛ͧͮ̏ͭͬ̈́͌ͯ̃̿͗̓̋ͬ͗̉̋̀ͬ̐̐ͫ̈́ͨ̇̐ͦͯ͌͆̑ͨ́ͨ͐ͯͥ̇̆͗̂̈́̒ͤ͂͂̒ͥ͒̏̐ͭ̈ͩ̒͆ͯ̎͊̑ͨ̃͂̽ͨ̂͋̿̍ͩͮ̈́̾̌̈́̂̆̔́ͧ̋ͥ̂ͫ̊͐̈́̋ͦͭͨͯ̒̿́̈́ͤ̓̏͊̇̿͒ͪ̒̏ͯͩ͋̐́̽̋͊ͮ͒ͮ̉̌ͥͤ͆̈́ͩͧͮ͂̇̍ͦ͊̑̉͌̓̈ͧ̎ͮ́͋͗͐ͬ̅̍̍̀ͤͭ̀͆̈́̃̑̄͂̋̈́ͧ͗͌ͬ͊ͫ͋̽͋͂̑ͭ̓͛̋̄̈́ͧͭͭ͂͒̈ͦ̾̂̌͋̏̂ͯͩͧ̈́̓̈͊́̽͂̌̓̿ͣ͋́̑̃ͤ͌̂ͨ̈̽̍͂̑ͭ̍ͦ̉̍͛̑̃͗̀ͤ͑ͪ̔͗̀́ͩ̽̐̉̑̐͛ͦ͑̏̈ͥ̽ͯͥͪ̑̓̇͐ͥ̐͛̃̉̌̈̒̀̋ͩ̐͛ͨ͐̉̑ͤ̂ͧ͑͗̄̃ͨ̓̚̚̚̚̚̚҉͢͏̵̷̶̶̶̵̶̨̨̨͇̟̣̘̼̦̻̘̖̖̼͖͉͚̠̬̟͙̻̬͎̖̻̝̬̲̘̙͚̜̙͚͉̱̙̬͕͈̱̱̱͕͔̠̖̯͉̟̹̥̻̝̞̮̻̠̫̱͎͙̦̝̫̠̫̦͔̘̠̟̗͔͈̦͚̞̜̥͔͎̙̥͕̜̣͚͇̩̬͙͕̭̘̰̤͍͕̝͓̜̙̺̗̥̞̣̭̭͍̱͉͙͖̠̯͉̦̙͖͉̫͙̭̝̻̫̭̟̤̮̠̠̘̯̱̦͈̻̖̼̘̫͕̝̤͈̼̦̟̺̘̙̪̗̪̫̜͙̖̠̝̳͔͚̩̪͕̟͍̣̬͈͙̮͔̼̭͙̘̪̜͙̘̩̟̜̘̮̗̮̻͍̥̝̲͎̻͍͇͎̼̻͈̼̟̻͍̣̬̱̤͇͇̪̻͙͖̪͔̙͖̘͚͎͙̥̥̣̭͙̫͉̙̭̙̳͕̞̱̣̖̣̣͚̣͕̙̹̮̝̻̩̪̤͈͉͙̣͎̼̭̙̻̠͈͍̺̳̱͓̬͖̱̹͔͇͈̺̞̼̯͉͇͉̤̙̝̟͍͚̩̬̝͖̭̘̹͎͓̠̻͉̠̖̘̗̮͖͔̤̻̻̪̤̥̞̣̘͕̻̹̘̯̳̞͓̜̻͚̠̠͓̲̥̮̩̻̩̼̹̦͚̗̪͈̗͚̱̲̺̙̩̮̗̥̤̯͔͇͙͕͚͉̭̤̬̘͔̥̯̲͈̣͍̪͈̠͓͓͕͍̼̤̪͔͈̫̘̣̠͚̫̗̮̣͇̙̜̻͖̯̜̫͚͇̳͕̞͇͔̝̣̲̼̫̥̱͕̣͙̠̻͇̪̰̩̲͚̬̳̻̹̦̩̯̤͈͈̞̹̗̭͕͕̙͇̠̗̼̘̜̲͙̟͕̥̪̗̗̦̮͓̩͚̟̗͍͔͇̩͇͍̬̼̹͔͖̦̟̬̜̺̳͙̟̬͙̭̱̲͔͎͇̦̙̱͇̘̻̘̻̺͍̪͖͕̘̭̝̘̤̹̤̻̦̯̪̦̲͕͓̣̯͖̭͙͕͕͖̹͉̬̱̻̭̤̳̙̪̳͍̙̦̻̖̝̩̘̬͙̼͇̪̭͕̺̱͎͇̜͉̳̟͍̥̬̳̱̭̤̫̦͓̪̬̲̮̜̺͍̫̦̪͕̖͎̘͖̖͖̳̟̥̖͕̦͙͔̤̙̬̬̠̻̦͍̱̦̱̳̠̹̤̫̲̭͎̟̗͍͖̤̯̜̮͚͔͖̱̘̯̗̲̱͎̹̞̰͕̦̰̙̰̗̞̥̥͍̲͎̦̥͍̭͔̦̫̝̺̖̣̠̪͓̹̠̝̀́́́̕̕̕̕͜͟͢͝͠ͅͅͅͅͅͅͅͅͅͅͅ.̴̢̧̧̈́ͤͭ̈́ͦͥ̏̀͛ͭ̈́͋̏͋̀ͨ̇ͤ̃̃̔́͆̈́̉̃̊̆̋̆̔ͨͦͤ̓̈́͛͋̄̇̐ͣ̄̆̏͌͛ͯ̓́̓ͥ͆͊͆͛ͣ͋̍̇ͮ̃ͧ̀̅̃ͩͬ̾ͥ͆ͤ̂ͩ͊ͤͨ̂̊ͦ̃̉̓͛̄ͥ͂ͦͣ̆̈́ͧ͐ͥͦͮͭ̂̿̊̽̓̇̓ͣͤ̇ͣ͑́̂͗ͥ̄̃̅ͭ̔ͤ̉ͤ̊ͣ̊̄̒̾̐ͦ̀̔̄̍ͫ̿ͭ͋ͥ̄ͭ̔̂̈́͐ͧ̓̑̃̎̍ͩ̓̍ͩ̍͂̂̈̉ͯ̈́͆ͭ͒͛ͩ̎̅ͫͩͫͧͧ͂̆ͥͥͭ̅̉̍̃̅́̑̾ͧ̋ͫͩ̍̆͗̒̍̄̂̿̆̇̿̌̎ͭ̾̒̂̊͛̽́̆́̃̍̉ͯ͂̐̄ͫ͊̈̿̽̌ͧ̃͊̆ͦ̽͗̐̏ͤ̔̋ͧͥ̈́̏͗̿̊ͤ͆͐ͤͨ͌ͧ̍ͩ̎̅̾̍ͧͫ̌͛̔̉ͧ̃͛͐̊͋̈́͌ͧ̑̽ͫ̑͒ͮ̌̔͂̌̿̉́ͯ͛͆̑̿̃̋̒̅̿́ͤ͗ͮ̃̀̍ͮ̇͌ͧ̾̃̃ͫͦͬ͋̑ͨ̋ͮͧͦͦͩ̐̒͆̆̾́̍̊̍ͮͩ̀ͧͭ́ͫͥ̌́̔̿̂̐ͩ͊ͫ͆͐͑ͮͫ̄̓̐ͪ͒ͦ͋̇ͧ̿̓ͣͯ̈́̄͆̄͐͂̇ͫͣ̅ͧ̑̃̃̐̅͌̓͑̑̓̑̄ͫ͒ͧ̍̐̽̏̉̇̉ͧͩ̌͗ͮ̋̂͐ͦ̇̀̚̚̚̚̚̚̚͢͡͝͡͏̸̷̸̵̡͘̕͢͟͡͝͝͞͡҉͕̦̮̯̱̭̱͉͚̭͍̗͚̹̗͇̰̬̫̬͈̼̝͚̝̫͕̺̮͍̯͇̳̯͙͕͉̝̙̮͔̤̬̪͕̯̥̭͇̭̥͓̞̯̫̜̟̝̼͖̜̩̹̠̭̘͈̤͖̘̬̹͎̼̮͇̤͙̦͎̙̳̞̻̭̲̩̱̻̜͚̱̺͓̞͉̖͖͇̲͎̹̰͓̤̙̬͎̝͇̪̦͈̥̼̝̯͇͚̱̗̪̘͎̮͇̘̼͓̲̤̣͇͕̤͖͉̣͔͓͚̬̟̭̱͔̲̱͓̬̱̦̥͚̞̖̗͙͈̣̭͍͙̙̯̙͕̗̮̼̖͍͔̺͙̱̰̥̲͇̫̟̣̘͈̠̼̲̝̮̤̪̩̟̳͙̪̗͍̖̭͓̫̲̜̼͔͈̞͓̤̗̺͙̹̝͈͎̪̘̖̲̜͙̥̮͓̥̰̜̺͇͖̫͔̦̝̦̠̟͔̥̹͓̞͍̜͚̥͉̟̲̠̮͈̤̲͉̗͖̥̪̝͚̤̱̖͚̲̣͔̺̱̺̜̣͈̲̱̩̗̞̣̞̱̝͉̥̯̫̦̻̱͚̦̳̮̪͇̳̫̞͈̬̻̦͔̙͍͔͉͖̩̭̭̬̥̖̦̥̺̗̻͓̱̞̼̖̪̫͙͎͈͔̠̹̺̙̰͙̜͈̘̼̻͎̮͔͎̰̬͕̲̤͖̦͚͉̩͖̯̖̜͓͈̟̘̬̺͍̞̞̥̯͈̣̜̟̤͙͉̟̰̫̜͖̰͓̩̙̱̞͉̺̘̯̝͉͙̗̥͙̝̱̪͕͙̼͈̲͓̻̜̜̼̪̘̫̯̹̜̤͉̤̠͎͙̲͔̳̹̹̬͙̩̗̼͇̲͔̤͖͕̥͓͕̤̱̠͍͕̰͇͔͉̪̱̞̲͎͖̳͖̰̠͖͙̙̰̞̬͍̘̻̘͖͍͍͙̗͔̫̦̗̼̦̼͙͍͉͎̜̟̦͉̜̖̱͉͍̺̭̫̤̻̠̩͉̖̫̻͚͔̳̺̼̹͍͉͚͓̠͓̞̰̪͔͓͇͎̜͕͕̼̜̩̻̖̺̰͕̭̻̖͍̱̰̼̥̻̳̦͕͕̘̯͔̥̼̪͔̣̦̩͔̻̣̗̘͙̘̭͖͙̝̺̝͕̖͚͇̩͍̞͍̣͍̘͔͖̺͔̻̭̘͖̗͙̤͔̩̩̰̻͖̱̫̪̱͎̬̝͉̹̭͖̜̬̪̪͕̻̦̜̫̞̼̟̗̙̙͍͈̰̬̫̼̣̻̦͈͚̱̖̖̜̥̦͎̦̦̝͈̻̩͓̻̳̪͖̳͈̱̝͔̖̩̰̙̲̮̦̜͇͕̗̖̟͎̰̙͕̼͚͖̥͔̮̻̭̹̺͉̮̹͎̞͇͙̺̣̣͓͔̺̠͓̺͇̹͇̤̝̹̰̦̘͖̭̺͕̱̗̥̤̳̙̺̖̹̻̤̫̥͖͙̱̮͎̺̺̣̠̘͚̹̝̦̱̜̥̲̥̱̜͙̻̥̱͙̻͙̼̤̱̫͖͎͎̺͙͓̦̗̻͍̣̠̝̬̝͚͓̳̦̫̬̲̠͉̼͉͖͉ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ
    ̡̨̨̡̆͂̅̍ͣ͂̽ͥͭ̑̉ͪ̎͑̓̐̏̏̑ͪ̅͊ͫ̑̀̅͐̉͛͌̈́̊ͬ͂̾̍ͪ͆̍̇ͨͮ̔̋ͫͧ̍ͥ̂́ͤͬ͒͌͐̓͆ͫ̈́ͣ͆̏̏ͦ̏̀̉̔͋ͭ̂̔̈́̐ͭ̈́̏̍̇̓͐̌̅́ͣ̉̐͊̑̅͐ͨͮ̂̓̏̃ͣ͗ͩ̈́ͭͫ̏ͭ͌̇͗̍̍ͫ̉͋̇ͦ̓̆ͬ̈ͯͩͮ͆ͥ̎̓ͥ̂ͪ̀̓ͥ̈́͊ͮ̂̅͑̇ͦͦ̓̂̍̈͗̒̾ͬ̔͋͆̓̊͐͊̃̇̽̾̒͆̀ͯͭͪ͆ͧ͂̈́͒̐̐͋̋̑ͯ̍ͣͨ͌̓͐̽̒ͣ̑̃ͨ̿͆̍̌͛ͤͤ̂̒͒ͮͤ̋̋̈́́̉͑̾̌̄ͪ̾͑̍̊ͨͭ̐ͣ͒̉̓͐̿̑̋͂ͥ̍͒̎́͊ͪͪ͗̂͂̎ͦͧͣ͋͂̅͂ͤ͋̂ͧ̐ͣ̅ͭ̐̆̒ͥ̓͛̽̽̋̔̓͑ͪͭ̊̎́ͫͮ͊ͯ͛̂ͪ̌̊̂̏ͭ̄ͨ͆̆ͩ̀ͦ̃͂̾ͦ͒̏ͤ̿̆ͬ̓͗̈ͥͦͦͥͮ̃̏̍̃̇ͫͪ̏̍͆̑ͪͬ̒̿̿̏͑̿͂̿͗͊̊́͆͋̐́ͨͬ̇͆̎ͫ̑̄͐̒̽̑̄̔ͫͪͥ̿̄ͥͮ͆͛̃̓̉ͪ͒ͥ̎ͫͯ̄̋̋̿̐ͭ̐̒̃͗͌͐̑͐̾̇ͤͧͪ̌̍ͣ̽̓̎ͩ̈́́ͭ̂ͪ̀́͒͗͆̈ͭͮͮ̒̒̋͐̊̽̄̐͋̽̏ͣ̆͌̂͛̄̍͊̇̾ͩ͗̾ͩ͊̑ͩͭ́́ͧͦ̈́̍̎̑͒́̿̎̔͗̔ͨ̌͌̏ͬͪͨ̐̎̍̊ͬ͊̽͆͊̄̀̓̔ͣͤͯͫ͆̒̉͐͆ͤͦ̊͆ͭ́̐̂̇̽̓͒̿͆̇͗̍ͥ̽ͨͫ̈̂̃̉͗ͬͭͪ͐͊̇ͬ͗̉ͤ̽ͩͤͪ̇ͭͤ͊͋̿̓͐͌̔̍́͊͑ͯ͑ͯ̿ͪͮ̾ͤͦ̑̒ͧ͛ͧ̇͑͆ͬ̋͂̏ͧ͌̂ͦ̄͆̈́ͨ̏̽͆͑͋̍̏ͩͫ̄́̏̀ͬ̓ͧ͑ͪͦͮ̄̔̑ͩ͊̑̇̂ͥ̌ͨ̿͛̄ͥ͂̆̋̇ͪ̔ͫͪ̽͛̎̐̅̍̒͗̽ͬ̿̐̅ͪ͐́̃͐ͬ͛̾ͣ̉̃̐͐͐̐ͬ̇̊̒̍́̆̃̾̐̀̽̆̈͆̂͋̑̀̈ͣ̈́̐ͫ̈́ͧ͌̿ͪ̂ͫ̊̾ͥ͋ͪͣ͒̐̃̈́̉̒̄̂̈̊ͯͦ̊͒͐̇͂͋̂̈͒͂ͧ̈͆̓̽̄̎̆́̽̾̅̆̊́ͪ̂́ͫ̽̑̊́͒̿͊́ͨͤ͛͋͋͐̑ͧ͗͗͑̏ͤͬͩͯ̓ͧͥ͑ͩ͌̎̑̒̋̑́͊͑́̋ͫͤ̄̓͆̀ͬ̈́͋́̚̚̚̚̚̚̚̚̚̚̚̚̚̕͢͟͝͠͝͠͠͠͝҉́͢҉̶͘͜͝͠͏҉͏̵̢̧̨̢̛̦̝̰̮̯̠̹̜̯̪̰̙̩̜̪̜̥̪̲̙͔̝͇̥͓͍͍̙̥͙͔̥̫̬̫͈̟͙͇̣͈̯̦̲̜̩͔̱̤̺̠̼̱͈̝̫͓̝̻̟̪̹̣͚̭̣͍͇̲̳͚̜͈̳̙͍̥̣̖̜̙̫͍͈̭̯͉̳̦̲͇̻̝͕̺̠̰͚͕̹̝̗̭̥̜͈̬͙̼͔̝̳̩̱̫̪͓̗͙͇̤͚̖̭͎̟͚̭̘͈̯͔͉̣̬̦͙̰͕̪͔̙̪̣̗͔̭̯̠̝̣̠̯̱̠͖̗͎̰̳̮̜̯̫̮͉̖͉̘̩̦̮̹̻̭̲͍͔͎̼̙̞̣̞̪̝͍͍̞͇̳̙͔̙̝̬̦̯̥̺̦͔̲̟͉͎̦͇̭̜͕̗̺͍͕̫̙̘̜̖͓̱̼̼̗͔͔̤̜̞̦͓͓̼͍͔̝͕̭̣̟̺̲̘̱͔͇̦͉͕͍̖͖̤͓͕̟̻̟͓̖̝̭͚̜̖̬̯͉̝̼̤̞̗͉͕̤̻̝̞̥͎̞̣͈̹̲̳̮̪̙̬̬̻̖̝͕̩͉̭̯͉̯͈̬̜͈͕̼͕̥̝̟̰̖̖͚̳̟̦̫̖̠͙͚̣͔̦̺͓̗͓̫̥͙̪̳̜̘͓͍̲̜̳͕͚̗̙͙̖̖̞̤̺̲͉̭͓̦̤̥̞̥̘͕̞̻̣̺͉͔̗̖̜̼̲͚̺̖͙̰͕̘̘͙͓̩͕͖̻̯͇̤̺̰̗̣̰̲̼̰̙̝̳̪̺͚̗̫̭͚̹̻̞̪̖̱͉̹̦̲̩̫͈̳̥̼͓̠̫̤̘͕̫͉̖͚̘̜̬͕̖̬͔͓̣͖̩̩̣̥͖̣̦̥̗͓̭̣̪̗̜͎͇̜̮̥̩̻̤̱͍̤͈͙̳̖̞̲̱͚̘̭̩̫̦̣͚͉͕͕̻͖̤̖͍͍͕̱̝͈͍̻̤̯̱̘̥̭̟̠̣͓̬̣̼̜̘͖̬͔̮͇̱̣͚̯̹̻̩̬̰̠̰̖̤̫̝̠͚̪͉̣̟̟̝̬̬̝͓̰̤̯̳̻̺̹̬̭̠̳̻͎̩̹̬̘̥̖̞͚̹̙̭͓̯͎̟̲̟̖͇̯̺͕̺̩̻͘̕͘͜͢͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ
    ̶̸̨̨̧̓̿͛̆̂ͤ̃ͣ̄̄ͤ̓̒ͯ̅ͮ̃̇̎͐͗͗͋̂ͬ̊̑̓̀͒́͆́ͬ̿͐̒́̔̐̒̔̿̔̽ͭͫ̉̐̇̈́͋ͩͮ̈́̿̌̈́ͯ̃̈̇͂͒̓̓̍̃̆̒ͫ́ͧ̉ͩ̍̓̋̆ͨ̅͗͌ͬͪͪ̈́̔ͥͬ͆̔̾̎̔ͥͫ͂ͥ͛̿ͬ̿ͤ̓͒ͧ́͐͛͆̇̐̆̈̾̇͛͋͆̉ͬ͊ͯ́̋̌̓̇͆͑̅͐͊͌ͦ̑̐̍̑̊̅̈́̄͋̄ͭ̽̅̓̂͗̇̈́̓̍ͨͫͫͪ̔̀ͪ̊̿ͦ̔̊̔̋ͩ͆ͯ̇͗ͨ̾͂ͯ̓ͯ̋̈͐̊̾ͪ̃ͦͨ̃̋̈̏̐̌̎̿͊̿̏͋̓̓͐ͣͥ̈́ͪ́ͩ͛ͥ̉̐͋ͤ̆͌ͦ̃͑̈́̃ͫ̃̅̅͑̀̾̒̾̀͐̑ͧ̉̏̎̽́̊̍ͧͫͯ͛̒̉̅͛ͪ͑̔̌̃̎̓̅̓̾͊ͥͪͭ͐̋ͨ̐ͨͯ̂͂̈́̀̍̎́͒̾̂ͭ̿̾ͦ̈̉͛͐ͥ́͑͌̽̋̐̏̏ͭ́͗̓͛͑ͬ̍͋͐̊͛̄ͨ́ͧ̐ͨͩ͑̍͐ͣ̂͊̄ͯͧ͆́ͦ̆͆ͨ͑̆͆͗̊ͣ͗̏̈̔̅ͬͦ̿͊͌̋̏͛̉ͧ̓̑̌ͦ̆̊ͨ̍͂̐ͮ̌̀ͤ̈́̆͋̑ͬ͌ͪͬ́ͪ͆̽́͑̇̃̌ͣ̈̃̎̋ͯ̎͂͌͋̄̋̎̍͌̈̔͐̈͑͌ͣ̑̂ͧ̉͗̇̅ͬ̍͒̓ͯ̽͑͊̊̑ͭ͊ͣͦͤ̄͛ͣ̍̽̒̇͑ͫ̉̊̂͌͌̓̅̈͊͂ͩ̽͂ͥ͐̇̂̈̎̂̊́ͤ̌̈́̾͑̍ͯ͌̎̆̽̎ͬ̆͂̈̽͐̍ͤ̓͆̅̇͒̽̑̄̿ͤͯ́̓ͥ̓̊̎̌̌̇ͤ̾̿̋̎͌͊̒͆͌̓͆ͨͤ͂̉ͫ͂ͭͧͮ̀ͮͣͮͨ̂̎̄̾ͫͧͫͣ͛̾͑ͨ̄̓̿͑ͤ̐̂̈́ͧ͛̈ͦ͋̃ͪ͑͆̌̔ͮ͗̓̌̅ͯ̌͊̈́͂̏̏́ͤ̓̓ͥͪͩ̇̈̀̏́ͤͯ̉ͣͮ̌̈̾ͨͪ̍̐ͧ̋͆̿̋ͯ̂̔́ͭͬͪ̈́̽̄ͯ̽̎ͨ͋̔̅̾̿̀ͣ̓ͧ́̔̅̇̿ͯ͛ͣ͆ͫ̅͐̑ͯ́̊ͤͯ̓͆͗ͬͯͥ͂͂ͮ͆ͭͫ̐̂̇ͫ͋̆̑ͯͦͨͩͭ̓̈́ͧͩ̽͆ͪ̄ͤ͗͛͒͆ͤ̌̍ͬ̃ͬͣ͛̒ͮ̌͗̽̔͆ͤ͂̊̍ͮ́͌ͤ͋̀ͦ̈́̿ͤ̈́̋̐ͫ̌̿͆ͫ̔̑͒͛̓̾̉̔͌̑̒̋͂́̈́ͣͩ͗̏̇ͤ͐̆̉̍͆̇ͣ́̇̇͒̐ͩ̏̈́̈ͩ̅̌̚̚̚̚̚̚̚̚̚̚͢͡҉̵̸̢̀̀͘͟҉͏̡̡̢̛̺̱͍͎̫̙̭̳̣͍͇̘̟͖̲͖̣͚̜̫͈̩̠̖̠̞̝̲̼̬̥͙̻̖̥̭͕̭̖̬̮̞̼̹̲̘̻̣͉̤̱͉͎̣̤̬͈͖͙̳͎͓̗̥̲͔̜̼͈̦̝̥̫̟͇͇͚͇̗̦̜̪̬͖̱͙̤̲͉̼̩̰̼͙̲̤̦̬̞̹̣͖̹̳̪̻̹̬̟͚̗̻̹̲̤̘͖̦̳̻̩͉͎̖͎͈̩͞ͅͅͅͅĮ̴̶̢̋̈́̃̄̅͆̐̽ͧ͋̄ͨͣ͒͂̇̆͂͋̎ͦͬ͆̌̓̈̎̾̐ͩ̌̾̃ͤͫͯ͑̌͌ͤ̾̍ͣ͊̇̓̂͑͆̉ͤͭ̓ͭͦ̐̉̇̄̐̉͛̂͗͒̌ͮͬ͋͐ͤ͆̀́̀̚͞͡͝͞͞͝͞͏̴̷̨͘҉͏̵̷̵̧̢̡̡͜͞͏͜͏̸̸̶͏͓͚͖̦̺͕̮͙͔͕͖͙̳̱̬͔͖̰̤̻̬͔̖̮͕̳̹͉̜͙͎͎̦̲͙̦̭͔̝͙͍͍͎͖̬̹͈̳̖̬̳͍̤̩͕͎͔͎̺̞̖̰̣̻̣̤̯̠̬̤͈̠̗͓͍̜̖͇͍̼͉̠̣̳̜͍̤̲̞̮̣̼̳̬̖̦̠̙̩̖̤̥̞̺̗͓̙̤̥̘͓̞͎̪̯̣͓̭̠̲̤̺͙̘̗̮̯͓̠͈̝̱̼̳̬͕͓̗̤̳̗̰̱͙̤̱̯͍͈͖̬̗̗͍̣͕͕̯̝͍̫̳̣̰͓͖͕̬̮̹̥̥̼͖̖̦̜̣͔͉̺̤͍̠̤̩͙̬̪̙͓̩̯͇̞̤̯̹͕͈̮̫̟̱͇͙̲̻͓̭̼̫̼̤̰̟̦̗̤͖̗̫̲̰̫̹̪̯̮͓͓̗̳̫͎̹̺̳̥̻͉̟̯̘̭̟͙͙̟͉̯̹͚̫̘̹͖͇̣͍̮͍͉̤̞͈̝̩͚̗̞̳̗̮̜͎͈͔̰̟͈̱̘̣͖͓͔͍̬̹̝̯̹̮̗̞̪̱͕̣̖̫̳̠̭̩͙̤̰͎̗̯͇̤̰͍͚̜͉̞͔̰͖̳͖̮̹̞͖̦̼̮͔̼̦̜̖̫͕̜͙̰̘̼̫̪͈̠̪̱̘̯̙͓̬̭̞̭̭̠̪̳̣̪̺͔̦̱̦̞͓̱͓̘̘̦̼̙̣̖̤̱͔̳̗̠̠̖̻̰͎̣͇̼̟̟̼̘̦̼̥̲̞̗͎̘̠̯͙̺̫̥̞̻͓̖̗̟̦͚̩̼̻̳̖̳̖̱̬͍͍͉̖̬̻̲̹͇̯̩̞̩̬͇̖̗͍͍̼̣̪͔̯͙͕̻̘͇̜̥̻ͅͅͅͅͅͅͅͅͅͅͅͅͅͅn̷̨̡̧̛͑̉̽͌͗͊̔ͤ̑͂ͯ͌ͩͯ̋̄͋ͪ̽̂̆ͯͤ̋ͣ͊̃̉ͪ̋ͧ͂̉̿̾̇̋ͯ͌͐̐ͫ̓ͯ͗̇̈͊ͤͩ̄̽̏͛ͦ͊ͮ̂̓͊̐͑̆ͣͯ̌̑ͥ̑̉̒ͮ͐ͨ͊̽ͯ͑̾͆͒ͤͬ́́̚̚̚͘͘͘̕͟͟͟͝҉̨̛͡͏̸̤̳͚̙͉̫̟͍͖̣̗͇̼̘̮͓̖̝̲͎̞͚̺̱̳̹̥̜͖̥̩̣̠̱͔͍̺̙̤̭̹̗̖̣͔̺̖͙̬̩̫͔̫͚̪͇̤̲̲̹͈̩͎͖͎͓̤̩̼͓̝͉̫̙̞͍̼͙̟͇̦͉̪͉̣͖̳̬͉͖̣̥͖̼̣̬͙̠̤͙̻͕̺̬̣̥̥̮̦̠̹̗̗͍̤̭̗̩̙̖̥̬̦̱̗͔̤͙͓͍̹̮̮̰̠̰͕̳̥͍̮͓̞̩̹̭̲̥̜̹̥̙̘̣̰̱̬̻̮̱͙̩̞̩͖̯̘̘͙̟͕̜͍͕̳͖̺̤̪̤͇̙̼̝̼̺̟͕̦̟͙̣̰̙̟̠̬̜̲̬̖̩̜͍͎̖̭̪̼̭̼̹̱̭̻̺̺̱͖̭̤̘̘̥̜̪͙̻̩͚͈̤̘͉͓̖͖͓͔̞̺̰͈̟́͠ͅͅͅͅͅͅv̸̵̶̸̶̶̢̛ͨͮ̑ͩͬ̊̍̎̉̿̈́͗̽͊̉͌̀͊ͩ̄͒̒ͫͪ̾ͫ̆̏͒̑̊̂̽ͤ̄ͫ̈̿̒̂̈̿̐̅̿ͤ̃͛͐͒̐̂̈́̄̌̐ͯ̿̉̎̽̈́̈́͗̇̎̈́̎̉ͤͥ̇̿̑ͫ̽̎̓̊̃͒́ͬ͛̌͂̉ͮ̿͌̐̏ͫ̀ͭ̋ͮ͛̃̍̿͐̂̐͗͋ͬ̂͗̇ͩ̓̃ͮ̉̏̈́̂̅́ͦ͗͛͛̽ͧ̂̒̓̾̾̈́̊ͪ̄̂͂ͦͦ̈́͌͂̅ͦͫ͂̀̔̐ͫ̉̐̑̈̃ͫͥ̑̾̈́̈̈̔̽̇ͧ̿̾̂͆̊́́̚̕̕͜͢͞͝͠͝͏̧̮͕̣̦̲̼̹̗̯̱̺̫̟̦̝̼̝̭̗̙͙͕̦̣͇̜̻̖͈͙̯̝̱̮̬̹͎͙̩͎̼̗̬̱̩̹̖̻̩̺͓̭̭̰͈̥̼͉͔͙̦̦̺̫͎̞̻͉̗͇͎̹̣̱̩̲͕̫̱̹̦̬̗͙͙͖͓̗͕̱̣̹̫̖͙̳͖̱̩̞̪̪̣͓̹̗̞̩̣̱̞̲̖͍̼̰̠̹̥̬̫̗͚̣̙̭͈͎̮̬͍̻͍͓̳̰͕͍̺̣͚̭̳͉͇̼̘̪̖͚̞̩̣̘̝̰̘͔̰͚͕̺̣̙̪͉̼̮̲̣͍͎͙̦͔̪̞͔̩̘̞̤̪͓͔͎̤͔̣͙̜͍̼̬̥̰̭̝̥̜͖̰̖̙̝͚̱̖̦̪̝͎͎̺̰̺̭̘̪͓̘̟͓̙͚͎̥̦̳͕̠̹̳͈̲̬͚͔̦̦͙̖͎̠͙̤͇̩̼͎͍͚̜̠̞͎̯̥̜͍̞͖̤̣͙̱̭͓͉̲̼͚͍͈̫̥̲̞̗͕̼̙̹̤̝̗̘͙̟͈͎͖̥̤̬̦̗͎̻̮̱̣̻̗͕̰͇̣̹̬̰̬̫͖͈̝̻̹̰̝̥̫͇͎͔̺̰͔̼̟̠̥̠̟̲̟̦͙̫̝͕̖͎͍̦̤̦̜̖͇̮̩͎͈̞͓͈͙̺̭̗̜̞͚̥̫̮͈̜̖̬̞̻̝͙̟̙̗̘̟̭͎͇̭̣̦̪͖̫̻̼͚̬̤̻̘̝͉̰̣͖̙̻͈̫̫͎̻̦̣̣̝͈̹̩̘̙̘̩̬͕̳̼̭̣̱̩̼̰̰̯͕̮̺̜̟̱̭̹͎̘͔͕̻͉̞͇̖̱͉̝̱̭̫̭͚͖͙̗̮̻̼͎̦̯̗͈̜̳͈̙̩͈̬̞̫̤̭͍̹̞̤̞͍͙̥̰̲̠̖̟̙͍͉̝͙̼̝̱͍̝͙͇̳͇̥̫̱̞̮̫̘̰̗͓͚̣͙̠̜̞̞̝͈͍̘̰̩͕͢͟͡ͅͅͅͅͅͅͅͅͅͅơ̸̷̸̧̡̢̨̝̳̼̳͕͓̙͓̜̫̥͕͕̟͍͎͔̹̰̗̗̘̮̠̹̬͚̤̖̺̠͚͚̬̳̮̣̞͙̻̮̬̤̣̫̹̹̤̣̺̬̪͔̳̦̯͉͉̞̜͉̟͚͕̮͈͚͙͓̯̫̳̪̥̹͎̯̥̪͙̙͕̺̯̦͉̳̝̬͉̖͚̘̫͓̘̰̼̝̬̩͇̝͙̼̲̯͔̞̭͖̲͔͎̺̻͕̳͔̗͈̼̤͔̜̫̹̲͚̟̖͇̱͖͍̦̟̳̲̫͇̭̜̫̘̣̲͖̮̗̟͙̥̳̻̳̥͕̟̭̰̯̯͖̝̦̥̟͕͈͉̣͚̻̪̥͙̘̺̟̲̫̲̥͉̜̟̞͙̝̖͓̳̲̻̲̭̻͙̰̖̙̣̘̰̯̭̼̞͈̟̘̬͉͇̥͇͉̲͙͚̤̮̠̟̬͇͓̥̻̫̬̩͇̼͇͉̳̟͕̥̬̺̤̼̼̗̫̝̙̙̜̺̜̯̞̯̗͕̤̘̱͔̯̞͓̦̠̼̯̠̟͎̠͚̠̙̙̝̰̝̫̳̬͚̲̪̲͉̭͉͕͚̣̮̱̩̲̟͓͈̳̜̲̰͔̲̮͚̮̖͉͖̳̭͓̥͉͎̪̥͎̱̞̪͇̜̯̟͈̯̺͍̮̻̦̫̱͙̩̩̘̣͖̭̩̹̮̳͍͔̳̖̥̙̝̟͈͕̪͍̱̘̳͎̙͈̮̯̤̟͔̞̣̘̣̻̹̝̠͓̹̱̞͚͈̱͉̱̗͉̜̝͎̗̼͎̲̮̖͍̣̩̘̯̟̠̣̳̬̖̝̘̞͉̟̞̤͍̗̦̻͇͎̟̻̪͖͍͉͈̣̪͉̥͖̤̼̰͕̤͉̤̤̦̲̺̻̳͉͙̣̳̱͍̭͚̖̣̪͈͉̻̬̙̳̘̮̰̮͓̺̻͎̰̯̘̰̟̫͖̹̦̼͙͖̯͖̣͖̼̳̝̟̙̭͇̻̠ͥ́̊͌ͪ͛ͨ̎̾ͯͨ̾̿͛̂ͫ̒̾̑̉ͮͯ́̔ͫ̇͐͒͋̌͗̎ͫ̂̍͒ͤ̈̓ͧͦ̇ͬ̊͆ͯ̂ͥ͂͒͒̃̈͂ͥͮ̇̆́̐ͨͭ̈͐ͥͮͯ͊̐ͫͥ̒̃̓̿̐̅̓ͧ͋͆͌̉ͦ͗͐̎̍̅̌͂͑͒͐͗̉̈́̾̉ͩ̉͐ͮ̌̂͋̔͂̔ͩ̒̎ͨ̆ͪͧ̅̒̐ͨ̂̒̒ͣͫ͋̓̐͊̎ͧ̋͂͋̓̄̆͊̓ͫ̒̓̂͂̒ͤͮ̿̈́̈́̓̅̓͑͂̃̇̔̽́̍̄̂ͯ̓̎ͨ͊͌͆̄̒͒͆͋̽́̓̏ͥ͋̋̆ͧ̈́̃͂̎ͣͭͦͬͧ͂̓̐̄ͤ̀̍̊͋̊ͬ͊ͪ͆̈́́ͩ͛̈́͑̈́ͩ̐ͦ̓ͦ͂̌́̀̚̚̚̚̚̚̚̚̕͘͘̕̕͜͢͟͟͟͜͡͡͡͞ͅͅͅͅͅͅͅͅͅͅͅk̶̴̴̨̢̢̧̧̧̛̛̲͖̬̙̲̪̤̺͖̱͎̳̭͎̣̫̘͍͖͇̙̦͚̺̘̫͍̤͈̬̩̗̝͙̼͉̱͎̠̪̭̝̻͚̹̟͎̜̘̺͕̱̙̟̥̘̠̗̳̖̟̯͇͎̗̘͓̞̗̻̪̗͇̪͔̺͎̭̦̫̫̱͍̖̻̮͇̰̝̦͉̖̼̫͍̗̤̥͙̦̙͓̻͉̝̱̯̘̱̮̙͙̲̹̤̗̪͕͔̝̪̤̟̜̱͈͇̹͚̜̫̙̩̻̲̲̲̪̮̤̦͍̼̦̟̩̖̜̥̫̹̫͈͇͕͖̯̣͕͍̤͖̥̲̖͔̼̠͇͙͙͔͖͔̮̩̘̹̻̻͉̪̩̞͙̳̱̱͇͚̯̯̯̱͇̝͕̬̖͓͓̘̬̟̯̥̜͚̞͖͇̦̹̤͙̯̻͓̜̮̣̼̗̬̘͖̩̞̝̬̩̺̼̜̹͖̬̩͚̮̟̳̲͓̪̹̺̖̦̮͎̙͇̬͚̰̹͖̜͔̜͎̻̘͉̜̙̥̠̘̦͔̯̠̫̰̦̺̗̪̪̺̼̞̻̠͉̙̱͚̩̦͍̞̩̭̲͍̪̣̮̻͍̲̤̖̮͇͕̲̱̝̪̮͓̞̲̥̰̯͈͉͎͙̪̣̬͇̘̞̖̞͕͓͓̖̖͍̝̘͖̣̱̱̤͉͎͈̣̺̙̬̫̩̼̫͓͓̟͍̙̱̭̙̙ͦ̄ͧͮ̔̽̑ͦ̄͆ͦͬ́̑͗͊ͤ̈́̈́̉̏̆̇͌͂͂͑͐̃ͫͭ̎̒̍̍̌ͦ͊ͧ̃̆̽͌ͨ͗ͬ̏ͤ̽̓̎̏̃́̾̍ͦ͑̏͆̅̌́̒̑̀̽͗ͫͬ͐̃̓̾͊̈́ͭ̍̾͂ͪ̅̔̈̉͑̄̃͒ͧ̆͑͋̊̍͌́̔̅ͮ̐ͫ͆̾̎͂̓͆͒̏̅ͤͬ͐ͫ̄̓̿̀͂̐ͩ͛ͫ̏̑͋͌̅ͯ̆͛̇̊ͭͣͩ́̀̅ͧ͑̐ͩ̂͑͑ͫ̓̓͊͌͒ͣ̌ͯ̄̅̽̑͒̒̈́͆̿͂͒̉̒̒̄̽̽͛̑̽̏͂ͧ̓ͫͣ̔ͥ̇̃̓͐ͪ̑ͪ̒ͪ̓ͥ͛ͧ̾ͮͫ̃͐̊ͤͩͩ͗͗ͥ̌̓̑͊͂̊̈́͌́ͬ̈ͮͦ͆͛̇ͯ͒͒̍̈̊̇̐͗̇ͦͩ͐͋́̓̍͗̽͊̎̌̂ͬ̍͗̀ͯ̽ͣ̉̾ͬ͌̏ͮ̐ͫͤ͗͆ͨ̀͐̿̽̈́ͤ̄́ͬ̎̔ͥ͆ͪͫͪ̇ͯͥͨͧ̃̃́ͦ̿͂ͯ̉͆ͯ̑͗͊̑́̈́ͤ͆ͧ̈ͪͫͧ̂ͦ̊̽̒ͣ̑ͩ̽͗̂ͭͪ̄̓ͨ̓̊̐̽̽̆͛ͬ͛̆̄̅ͤ̄ͪ͗͊ͯͩ͊̽͆ͬ͛̀ͨ̄̽̑̄ͦ͂ͭ͐̅ͪ̌̑͊̋͊ͥͩ͊̈́̽͂ͧ͌̂̃ͪ͛͂̓̆̊ͪ̉̿ͦ͐ͭͦͯ̃ͤ̓̽̍̿͊̾̈̽͂̅̔̐͒̏ͯ͗͌ͨ̑̊̿̃͌͒̓̓̇ͮ̂̉̓ͥ́ͫ̔̐ͬ͐͊͆ͪ̀͛͗̍̐̑͗̂ͭ͑̀̚̚̚̚̚̚̚̚̚͘͢͢͟͢͟͜͞͝͞͠ͅͅͅͅͅͅͅͅͅͅͅi̵̡̎̒ͣ̅͌ͧ̔ͪͬ̽̑͐̃ͧ̈ͥ̇ͭ͌̂ͩ̅ͩͪ͌̐̐̇̔ͥ̐̈̃̅ͦ̈́ͩͪ̍͗̎ͨ͋ͩͣ̄̌̈́͐͛͗̈̃̅ͤ̊ͪ̇͋͊͗̋ͭͤ̊͂̄ͨ̑̿̑̊ͩ̃̐͌̂̔̽̿͊̓̐̆̐́̌ͨͣͧ̌̋͛͆͋͒͋̄ͣͦ̀̆̄̌̆̽̀ͭ͌͒͒ͧ̔̉̏̆͊̇͊̊̌͂́ͣ͐̊̑͂ͤ̄̔͆̅̒͐ͫ̍ͩ̐͆̐ͯ͐ͥ͌̃̂̽ͭ͆͂̒̍̏̓̔̃͋̿̅ͮͩ̏ͯͪ̍ͮ̋̅͑̐̋ͯ͑̉ͨͧ̍̃̓ͬ̄ͭ̒͂ͫͧͦ̿ͤ͆͑̊̇ͣͨ̅͂̇̈́̅ͯ̓̿͆̌ͫ̏ͬ̀ͭ͌͛ͬͮ̒ͩ̉̀͂̆͒̓̍̍̍̈́̂ͤ̎̿̏ͤ̊́́ͩ̿̋ͫ̅̈͒̒̎̅́̄̄̉̅͑̀ͭ̊̄ͮͮͬͬ̑̿ͦ̑̇̆͒̽̓ͮ̓̂ͧ̋ͤͧ̏̃̌̑̅̇̅̈́̉ͫ̍͋ͭ͋͆̋̏̊ͯ̈́ͩ̐̎́̾ͯͪ̆́ͥ̾̌̃ͯ͋͆ͤ͗̓͐ͣ̂̇͆̾ͨͪͧ͊̔̄̓͆̓̆̂̑̔́̆͌ͪͮͤ̔̓̇̔ͮ̓ͧ̉̋ͤͯͭ̑̅͌́̀̑͒̿ͦ̂̂͌̐͛ͣ̃͋ͪ̒̌͗̃̿̍ͤ͌̂ͭ̇̽̄̄͋͂ͣͩ͆ͧ̈̉̅ͤ͆͋̎͆̓̂ͦ͆ͨ̿͌ͯ̇̿̓̈́̆ͩ͑ͤ́ͧ̃ͤ̔ͩ̒̓̎͊ͦ͌ͧ̽̂ͫ̓̒̑̔͊̏ͥ͑̿͑̌̃͗͐ͩ̈͑̂̂͆͆̏͊̑̒̂ͥ̌̈́͛̍͆ͬ͂͛͆͛ͬ͐͆ͤ̇ͩͦ̌͋͊̊ͨ͌ͯͭ́ͤ͊̎ͦͯ̾̏ͨ͛̿̃͑͛̋ͮͮ̓͑̋ͮͣ͋̿̏̾̃̓̂̇̿͂͋͆̈́ͦ͐ͩ͊ͣ̄̓̔̑ͣ́ͫ͊͗̾̾ͭͤ̋̐̀̀͒̾͗͗̍̊̓̂̊̇ͪ̑̍ͫ̐ͮ̔̑̇͆ͫ̈́ͫͦ̔̍̅ͩ̐̾͂̄̾̅̄ͣ̔ͨ͒̄͗̀ͧͪͭ̎̆ͭ̿͌ͭ͊̓ͬͫͣ̊̾̅̌͌͌̾̔͌̈̈͆ͪ̿ͫ̿̏͂͛͆̈͛́̄͛̽̉̎ͮ͒ͨͯ̔̉̋ͬͮ̃ͪ̈́ͥ̄ͨ̄͋͊ͧ͆͌̂͐͂̋̔ͩ͐ͩ͐ͬ̇̀ͭ̄́̑ͫ̍̋̃ͧͤͦ̌͒̐ͫ̀͛ͭͩ̍̐̃ͫͫ̑ͦ͋̾̃͛̆̔ͮ͐̿͋̽̾̂͛͑̔͐̂͐͋̑ͯ̑̔̂̀ͨ̓̐͐͊ͦ͊͐͆ͨ̊̊̄̽̂̍̇̏̓͆̃͆ͩͨͤ̔͂͑̋̃̔̃̏̒̋ͤ̔̓̄̔ͮ̑́̚̚̚̚̚̚̚̚̚̚̚̕͢҉̷̸̸̡̡̨͘͢͡͏̷̀́̕͜͟͟͡͠͡͏͕̗͓͈̟̟̙͇̻͕̳̙̯͖̹͉̜̦͈͕̥̥͕͓͕̫̘̦̠̬̻̝̩̞̰̣̯̱͍̜̦͈̺̥̺̞͖͕̮̬͓̼̗̤͈̹͖͍̦͔͔̬̬͙͕̺̞̱̥̦̖̳̰̱̳̦̫̹͉̜͕̜͍̫͙͎̥̥̜͈̬̣̦͈̝͈͉̹̭̬̣̯͔͙̱̝͔̤͓̻͙̰̼̠̣̖͖̬̗̱͓͖̮͔͕͔͉̠͈̯͕͙̫̤͓͇̣͚͚̬̗̼͔̞̤̹̫̬̲̦̲͈̞̱͇̙̳̥̰̹̭͔̻͇͍̬͕̼͎͙̠͚͕͉̲̱̜͙̝̣̻̬͇̝͔̣͇̣̩͕͓͍͔̱̗̜̳̯̳͉̼͓̳̖̥̳͚̟̻͇̯̫̭̰͍͔̲̪͚̤̜͚̦̫̲̫̤̩̰̺̭͎̮̮̤̩͚̻̰̤͇̼͕̯̯͈̭̤̥̤͎̦̤͈̻̝̼͕̗̹͙̹̲̺̳̖͍̰̭̱͉͉̹͈̼̟̫̺̣͍̬̥̭͓̮̙͕͓̻͇̺̳̦̗̙̗̣̤͚̳̲̤̹̙̗̜͚͖̞̗̻̹̠͇͖̣̹̙̩̟͙̭̹̰̞̜͍̰̬͕̞̖̖̠̟͇͉͈̦̪̲͉͖̘͈̱͖̥̦̳̪̹̮̼̲͙̺͎̜̮̱̦͔̲̝̺͕͎̼̳̱̟̲̟̩͎̰̞̙̯̺̙̻̼͉̮̫̹̜͎̭͕͚̖̟̲͎̞̩͉̮̹̣͔͓̰͚̫͈̘̺̮̭̙̝͕̟̯̖̺̦͚̞̳̖͖͍̘̤̙̪̱͔͖͔̮̘̞̹̠͇̘̫͚͎̘͍̠͙̳̲̙͉͕̭̣̥̲̳̳̻̦̥͇̩̜̝̳̘̪̣̲͍̯͖̥͈̥̠̺̪͈̲͉̦̟̻̜̹̙̻̦̭̤͕̟̠͙͚͇̻̻̖͔̼̗͙͔̰̱̟̟̻̬̲̣̠̭͕̭̪̮̬̥̫̪̲̱͓̥̘̯̺̻͕̻͉̘̠͉̼̭̱͖͎͕̱̩̜͕̝̲̺̖̺̦̼̞̬̻͓̱̝͎͚̭͕̬̜̳͍̘̻͎̪͖̜̪̠̠̬̱̬̮̱͚̗̫͎̻̼̗͖̻͚͇̻̫͔͖̗̰̹̭̯͔̺̤̱̼̻̺̣̦̹̜̣̪͇̰͓͉̮͈̜̰̝̼̰͎̥̳͎̺͎̞̹̫͎̖͖͉̳͙̠͉̹̘̝̹̻̳̼͇̭̻͈̜̗͉͈̫̳͔̠͚̹̹̘̻̘̤̩͙͓͈̪͎̬̖̬̣͍̰͇̺͍̟̻̥̭͇̪̼̘̣̦͓̦̝̠̘͕̹̘͕̖͙̗̗͙̝̳̲̥̥̭̼͔͉̰͙͈̦̗̝̦̯̦̘̜̲̻͕̖̞͇͕͚̹̥̪͖̤̫͔͚͓̤̦̲̪̭̼̥͙̼̫̗̜̖͙̖̳͇̤̹̤̩̪̬̫̳̹̪̫̰̲ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅn̸̄̂̐ͣ͒̽̅͑̊̄̇̍ͯͪ̓͊̾̈́͂ͥ̃̇͊ͮͣ̂͆ͮ̓̄ͫ̐́̾ͤ͂̂̂ͪ̄ͦͫ̓́ͩ́͆̇̓ͮ̅͐̒̇̔͒̄̒͗͐̂̐̽ͦͤ̋̍̽̍̂̉̄ͮͮ͒̆͗͋͂͂ͬ̈́̆̍̽̃̓̓̏͒ͩͦͭ̂̆̃̆̓̈ͫ̿̆̄̃ͨ̂ͣͯ̂̑́̊̔͗͑ͤ̄̄ͣ̔ͪ̇̎ͨ̆̔ͣ̑̋̇̊ͬͩ̂ͤ̂ͯͪ̑̏͗͗ͮ͑̐̉ͤ̒́̋̃̑͊̃͒̋ͯ̑͌ͩͥͦͥ̿́̓̍ͯ͊̊̌̾́̽̂̑͐ͥ̓ͤ̍ͭͩ̅͗ͣ̇̍̇͆̊̂ͣͫ̏̒͂̓ͭ̅ͫͦ̍̈́̃̆̍̒͊ͭ̍̏̄ͬ́͂̎͗͑̿͒͂̄̃̋ͪ̊̿̌̔͂̿́ͮͫͥ̋ͬ͐̔̓̒̑̅̒̂ͤ̀̅̆͐ͦ̀̉͛ͫ͐͗ͯ̐ͯ͗͋̊͆͋̔̍̍ͤ̆̌ͥ͊ͦ̾͛ͪ͌̄ͬͨ͌̔ͫ͑̊ͥ̏̈́ͩͤͭ̏͛̆͛̽̄ͫ͗̀̔ͮ̇͊͋̉͆ͣ͊ͥ̏̐ͬͭ͊ͧ͋͑̎ͤͤ̿̀̃ͫ̅ͭ̔̎̏̊ͬ̾͗̒̎̇ͣ̔͐̐̈ͬ͐̎̊̊̓̾̊̽̈́ͧͥ͆̆ͣ̓̏́̄̍ͭ̒̋̍ͧ̉̎ͩ̐̓ͣ̄͋̃ͬͧ͛̇̅̔̂ͤ́̃̊͌ͦ̓͋ͥͦͤͪ͂ͤ̀ͯ̄̅͆̈̿̓̂ͤͬ͗̃͂͛̑̔͋͂ͨ̆̋̍ͮ͒̓̋̃͂̉͐̒̈̎ͥͫ̿̓̂ͬ̄̈́̍̽̉͒̿͋ͣ̐̏́̆ͭ̒ͧ͂̐́̿ͤ̿̄ͤ̿̄̄̀̌ͣͫ͒̓̓̎ͣ̉̔ͫͧͩ͐ͥ̃̓̍͊͛̅̉ͦͭ̑̎̎̾ͩ̄ͦ͒ͤ̚̚̚̚̚̚̚̚̚͏̸̴̶͢͟͝͏͏̸̢̨̕҉̸̨̧́͞҉̵̵̷̷̧́̕͢͟͜͢͟҉̴̴̧̛̛͖̯̖̹̥̲͓̰̼͇͔͖̮͖̳͚̤̬͈͚̖̲̬̯͕̜͍̫̠̘̰̼̹̠͉̞̞̣̤͓̯̜͕̗̯̙͍̯̬̩̣̻͖̖͉̣̘͈̞̫̻̲͔͚̭͍͈̥̭̘͙͙͖̞͓̣̭̠̜̺̼̱̻̤͈̻̳̹͕̯̦̻̺̖̮̳̼͙͓̝̣͖̞̤͎͍̱̱̤̝̘̲͖̦͔̫̥͖̤̲̳͔̪̙̮̫̣̬͎͔̝̖͓̙̜͎͕͚̬͓̹͈͉̮͕͎̤̠͕͙̜͙̣̘͔͉͔̭̦͚̫̬̮̞̼͈̱̞̝̭̘̘̯̻͔̟̱͎͖̝̭͇̲͇̹̥̟̖̼̼̼̬̳̬̣̬̬̜̮͓̳͓̱͔͈͈̣͍͉̦͕̞͓̟̰͎̪̭̥͕͕̝̘̻̭͓͓̗̠͖͕̞̤͈̥̭̙̝̠͇̤̝̦̟̭͚̦̥̲̞̪̲͓̰͉͙͉̣̜̹̗͖̥͖̹͉̦̱̻̫̱̩̼̼̰̯̪̣̙̪̻͓̬̹͉͚͇̜̞̭̻̗̹̮̖͍͙̹͕̖̮̹̻̳̳̰͎̺̣̲̥̳͇̦̗͠ͅͅͅͅͅǵ̵̶̡͛̄̆̈̂ͬ́̿ͭ̇͒̿̾̌ͭ̔̀̾̓̇ͤ͋̽ͧ͆ͧ́͂ͯ͂̍͒̌̃̑͆ͥͫ̆́̿́̏ͮ̈ͣ͒̌̅ͨ͆ͦ͜͞͠͏̷̴̷̡́͘͜͜͞͠͏̶̢̢̢͟͠҉̶̴̧̧̢̡̛̪̹͕̟̖̭̱͚̖̣͚̭̗̖̼̦̝͎͕̻̟͔̺̗̭͓̜̫̜͈͙̻̣͈͓̠͕̦͎̖̝̞͕͈̠̭͕͇̦̖͉̜͔͔̜̜̫̥̝̼̩̦̰̣̱̥̗̲͚͍͙̖͙͇̹̬͙̘̻͓͈̤̣͓̬͉͈̜̜̰̪̹̰̱̬̰̤̝͓̥̬̣͉̺̠͔̺̱̤͔̖̞̠̦͔̗̟͉̦͎̭̙̯̮̫͈̟̣͕̦̮̙̦̱͙̗̬͎̻̩̤͎͈͈̠̬͇̦͔͈̥̥̖̠̩̞͍̯̜͉̰̭̜̙̞̣̬̤̞͈̟̤̣̲̦͚̹͔̗̙̭̻̩͕̝͎̺̥̹͖̟̤̫̟͈͉̥̯̼͍͔͎̺̲͕̹̯̰̫̪̫̦̲͙͇͙̣̮̟̻̮̟̻͓͖͉̠̥͇̖̪͓̩̣̺͍̱̗͚̳̩͈̲͕̣͖͇͇̘̼̝̤̩̪͈͖͉̯̹̯̼͖̞͓̲͉̗̤̞̪̝̝̲̠̻̠͚̥͕̯͙̱̲̘̥̩̰̯͕̥͕̬̞̞̝͎̳̝͕͖͔̰̣̞̘͎̻̥̰͖̟̞̺͖̩̙̠̝͖̰̩̝̙̘̟͉̦͍̫̜̜͎̹̰̰͕̰̲̗̲͙͔̗͙̱̫̠͎̣̣̖̜̠̮͉͇̹͙͉͚̪̪̼̼̣̦̫̲̜̩̩̲̦̳̝͓̤̪͈͚̖̟̤̲͔̖̘̹̩͓͓̦̝̗̯̜̫̝̙͉̤̗̜̞̦͍̝̳̩̝̬̦̬̞̬̰̼̯̯̺̩͔̣̳́̀͜͢͝͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̸̴̷̨̆ͦͤͮ̑̅ͨ̿̓̓̀̃ͯ͗̓ͫ̉̎̾ͣ̉͐̓̃͆͑ͣͬ͆̿̌͆͑͂͊̿̋͗͊ͤ̍̂̉̋͆ͯͤͤ̎ͨ͑͋̂̆̐̾́ͣͧ͑ͮ̓͑͋ͧͦͪ͂͐ͯ̄̍ͣ̎ͥͮ͂̏ͪ́̌͑̔ͣ̋̾̉̀͑̾ͤ͂͊ͣͦ̉̑ͬ̅͌ͮ̂͑̽̈́̽ͯ̉̈́ͮ̇̅̍̾̃ͥͪͣ͛̉̈́͌̉͑͐͐̏̍̃ͣͭͬ̀̾̐ͫ̃̌̐̈̎ͤ̾ͦ́͊ͥ̿̇̂̎̃ͬ̅ͣ̍̈ͨ̽͐̓̇͗̉̈͌ͭ̽ͮ̀̂ͥ͌͆ͯ̀ͯ̋̏ͪͫ̆ͯͧͩ͆ͥ̽ͤ̋̍̄ͤ́̄ͪ͒ͬ͌̎ͩͨͧ̍̃ͦ͗͋͑̃̾ͮ̒ͪ̏ͤ̆̑ͩ̑ͩͨͣͤͥ́͐̓̈̊ͤ̍̿̊̿͒̿̾ͦ̓̂̎ͭ̓͐͐̈ͮ͐ͯ̂̏͐̔̌̽̇͌̐̀̉ͧ̔ͩ͆͐̐̌̽̒͋̏͊̓̿̏̿̇͌̄̄̄̔̉ͬ̓͐ͣͭ͊ͮ̍̽ͪ̾ͯͮ̍̂ͪͤ̋̓̃̓͑ͨͤ̇̆̽ͫ̈̔̅̓͋̊͑ͫͭͯ̌͊̊̓̌̅͊ͤ̑̌̑ͩ̏͗ͫͣ͒̈̎͐̔ͬ͐̀ͪ̂͒̓ͬͦ̃ͩ͒̉ͥ͌̌ͫ̇̂̏ͪ̆̃ͤͮ̀ͥͩ̔̃̍̑ͦ͑͑̄̈͐̃̈́̀̎̄̾̾͆ͧ̄͋̽̃̐ͩ̓͒ͯ͐̉̂̓͆̾ͫ̒̍ͨ̊̑̽ͥͮͣ̑̽̿͗͛̏́ͮͯͭ̄͑̄̑ͬͭ̔͒͂ͪ̑̅̄̈̈́͒̉͂̄̊ͦ̈̏͂̃ͦͦͤ̾́͛͊ͦ̔ͨ̂̋̊̎̈́̊̄ͩͣ͒ͤ̂͋ͣ̇̀̒́̾ͫ̉̔̓́̊͑̐ͭ̓ͦ̌́̾ͯ͐̇́ͥͨ̆ͥ̓̿̋̃͒͐̎ͨ̍̐͐͒ͩͣͮ̈ͤͩ̉̾͑̏͊̈́̎͑ͩͭ̑̊̄̐̉̋̀̆̆͆ͣͮ̇ͯ̂ͬ̾ͫͬͣ̃́͂͑͒͆̊̉ͭ͐ͤ͋̀̒̒̍̇͂̀̒ͨ̃ͯ͗͗ͨͤ̄ͧ̂͐͋̇ͧ̐̓̉̓ͮ̂͂̾̄ͬ̽ͤ͂̄̀̾́͐ͬ̈ͫͬ̍̂ͤ̆͐̔ͥ̋̍̅ͨ̀̽̌̎ͥ̽̋ͭ͒́̃͆̅̎̂͗ͬ̇͒ͤ̈͋̌ͬ͗͆͋̈́ͯͪ̈̎ͬͮͣ̅ͥ́͐ͭ͐̐ͦ̄̓̓ͨ̋ͥͮ͗̌͋̊ͫ͒̇̈ͦ͋́̉̊͛ͤ̂̍̎̂ͯͧ̍ͦ̒̉̏ͩ͑͆̋̎ͫ̈́̑͗ͤ̏̉̇̈́ͤͫ͊̋̆̋̍̊̂ͮͮͬ̃̈́ͩ̐͐͐ͬ̍͗ͫ̄̏ͤͨ̉̔͂͑͗̈ͤ̃̂ͬͨͩ͌͛ͤ̅̈́͌ͩ͗ͩ̈ͩ͌̋ͮ̋̑̏ͭ͒̎̐̍̿͒ͫ̃͆ͤ͋̃ͤ̄ͩ̒͋͛͊ͦ̂͌̒͆́̋̇̽́ͬ͊͂̏̄͗ͨ̄̿̊͒̉͗͊ͪ̈ͨ͐͂͆̒ͯ̃̇̏̐̊̉ͮ͑̐̅̂ͩͭͨͧͭ͗͐̋ͧͮ͋̅͐͆̌̿͐ͯ̂͒ͣ́͒͑͐ͨ̽̌ͧͩ̃̿̇ͭ̈́͐ͬ̀͐̈̚̚̚̚̚̚̚̚̚̚͘̕͟͝҉̢̢̹͖̭͖̮̝̠̬̱̝͖͇̥̖̞̖̱̜͖͍̥̖̤͉͉̲̳͔̳͉̲̩̮̗̗̳̬͙̤́͢͝͠͝͞ţ̷̷̶̷̸̷̷̷̴̴̢̢̨̢̡̢̨̨̖͓͕̪̞͇̰̩̲͉̲̯̻̗̳͙̙͎̯̝͖̹̦̩̝̫̰͈̰̦͔͖͔͇͖̠̞̬̦̼͙̮̖͉̟̳̬̫̩͙̲͚̖̭̼̗̗͔̥̼̮̱̟̤̞͖̲̬̮͎̺̘͈̥̗̫͈̱̺̼̭̘̭̼͙͈͍̤͎̰̪̲͇̻͔͖̻̮̘͈̬̮͓̱͍̭̭̻̝̟̟̙̣͕͍̙̘͍̜̘̭̱̦͈̩͔͉̘̤͚̜̤̖̜̦͈̺͕̭̥̪̝͔͉͙̩̯̯̻̻͍̻͍̣̯̱̤͉̯̹̘̹͚̼̺̬̯͇̯̦̺̘̮̭̟̹̤̗͔̩͎̣̝̞̹͙̤͙͖͓͇͍̰͖̪̣̞̻̜̝̜̩̘̖̯͔̹͔̩͓̼̼͖̺̙̜̱̖̥̟̻̙͍̜̘̟̹̦͍͕͎̰̜̗͓̺̱͇̪͕͎̤̟͍̣̟̱̖̩̭͈̱̪̣̰̰͎̤̮͉͉́́ͫ͒́͌̽ͯ̑̃̿̆͐̊͐̔ͯ͂͐̓̏̈́̍̈́̉̔ͫ͗̾͌ͨ̊̓͗ͯ̇̍ͩ̒͆́͗̈́̔́ͤ̎̓͛ͩͧ́̎̈ͫ̊̇̑ͬ̄̈̽̔͗̅̈́̈͋ͬ͆̄̀̅̓̽ͤ̌̌ͩ̈́̾̅̉̑ͦ͑́ͭ͂ͯ͛ͪ̈́̃ͪ̊ͪ̈͗͛ͯ͗̃ͤ̑̊̎ͣ̆ͧͯ̈ͯ̆̆̑̉͑̍̐ͪ͆̐͐̑ͦ͊́́͆ͦͯ͗͐̓̋̽̈̋̋̋̒͋̈́ͬ͑̏ͩ̇͋̅ͪ̈́̌̅̽̒̈̾͗̌ͬ̊ͤͨ̽̎̔́̆̈́̉͛͗̏ͧ̽ͮ͋̐͂̓̉͂ͫ̒ͭ͛͐̀ͫͦ̓̅̃̿́͗̅̄ͫ̎̀ͬ͊͛̉̄͗̔ͧ͌̉ͯ̇ͯ̈́͆ͪͭ̄͑̌ͪͯ̊͋̌̈̎̍ͭ̔̉̅͂ͬ́́̈̄̈̏̋̏ͪ̉̆ͯ͂̀̈́̿̄̉ͬͭ̏ͭͫ́͌͆́̐͊̈ͥ͑͊̈̋̈́̒ͤ̓͋̋̽̔́́̀́̚̚̚̚̕͜͜͢͜͝͡͞͠͞ͅͅͅͅͅͅͅͅͅͅh̷̵̸̴̴̷̨̧̧̢̨͋͒͒͋̐́̐̈́͐͊̃̈́ͬͫ̉ͣ͒͋ͪͫ̀̔̆̓̐̂̎ͥ͆̇͂̄̽ͤ͑̅̽ͮ̏͒́͆̔̅̋̊͗̅̑̓̐͆̂ͮͫ̿̋ͩ̃͗ͤ̅̊͑̃ͭ̄̈́͐͐̉̄ͯ͐̇̅͛ͦ̐̈́̐͂̅̎͂̀ͯ̉͊̾ͨͭ̔̌̅ͤ̔̑̌̊̿̇ͪ̿̑̂͂ͭͮ́̊̋̍̒̂̓͒̾̽̉̌͗̎͂̅͒̎̆̓͛̈̃ͨͭ̽̓̔̀̈͌͌̉̒ͥ̽͐͗ͫ̑̇̍̐ͫ̏͑̃̅̇̐̏͋͌͐ͩ̌̈́̿̒͋̽̆̔̃̐̍ͭ̄͛͊̏̅͋̅̆́̍͂̈̔̉̃͛ͯ̂̿͌͗̉͑̎̌ͮ̾̓͛̔̍̈̄̾́̅͋ͨ̏͐̏͂ͫͤ̂ͬ̓̊̅̆͑͛ͪ̍͛ͩ̇̔̊̄͒͌̆̇ͦ̾ͤ̑͑̐͐ͥ͗͗̆͂̋̌̉͌͂̒̈ͨͪ̌͊̂ͤ̇ͤͣͦ̓͗̍̈́̿͒ͮ͒ͬ̇͛̍̐̂͑͆͂̆̂́̓ͣ̒̇͊̇ͧͪͫ̔͌̈̏ͮ̆ͦ̊̂ͭͥ̎ͩͦͯ̑ͩ̆̈̏ͤ͐͌̈́̏̏ͭ͗ͣ́ͫ̉̊ͮ͋͊̒̃ͪ͑̎̐ͦ͋͊̓͛͗́͐̓͋ͤ͋͛ͧ͋̄̔̋̈ͧ̃̄̈̍̌̽̓̎͑ͫ̋ͨͯ̏̅̌̂ͧͦ͑̌̽̈́̈́ͬ̉ͫ̂ͨ̏́̈́̔̇ͯ̆̎̾ͪ̑ͮ̑̚̚̚̚̚̚̚̚̚͘͢͢͜͜͡͡͡͏̵̵̸̶̧̨̡̨̛̻̤͔̞̩̖̻̤̭̖̩̼̤̤̙̙̥̪̟̪͎̠̘̬̯̖̮̱̗̜̦̥̼̞͉̫̻̙̫͔̲̣͍̖̠̥͚̫͇̺̝̻̭͔͉͖͕̟̱̭͙̣̬̼͕̹̮̭͎̲͍͉͕͚͖̱̰͎̭͍̦̪̣͕̟͙͇̭̦̪͎̟̖̰͔̦̗̻̳̘̟̟͚̙̼͕̫̟͔̼̤̮̬͈̬̠̝̳͎̗̦͔͍͍̠̳͓̱̹͕͇̳̥̩̯̱̬̱̪̟̬̯͔͇͕̫͎̫͍̟͉̠̙̦͇̹̺̹̩̲̬͕͕͚͕̤̗̖͔͓̳̘̤̥̳͍̠̥̬̘̥͔̳̗̘̦̣̙̺̝͇͕̙̝̘̪͚̦̻̲͙͕̥͖̣̯̖̜̦͉̤̖̩͍̰͉͉͔̻͍̹̯͇̗̬̜̫̱̻̫̣͉̯̩͖͇̮̘͓̹̦͙̻͓̗̱̭̟͚̺̺̳̹̩͔̟̣̘̲̥̞̪̦̹͇̙̬̟͇̣̜͓̰͕͓̳̺̣̩̹͙̺̰̰̱̯̳̖͇̭̖̞̙̹̱̤̯̭̘͈͚̲͓̮͕͓̩̫͎̮̟͉̺͍̬̟̩̯̞̬̦̭͚̫̙͉̰̭̳͖͇̘͎̱͎̘̝̭̥̮̝͎͉̯̻̙̥̼͇͕̣͍͇̙̭͓̟͓̟̝̖̳̩̟̥͔̣͈̤̼̼͎̲̜̘͇̣̳̜͖͇̗̠͚̭̩̺̭͓̺̬͎́́̀̀́̀̕͢͟͝͝ͅͅͅͅͅͅe͂̉͌̂͒̒̒͐̎̓̿͐ͥ͑̾͛͂͛̓ͤ̿̃ͤͣͤͧͧ͗͛̈́͐ͨ̾ͬ̎͗͆̐̾̂̽̃ͫͩͨ̍ͦͩ͐̓ͪ͗̄̅̋̍̿̏̔́̂͐̈͒̌ͮ͛̔͌ͧ̉̈́̂̓̽͗͆̀͌̊̉̋ͦͭ͋ͬ̽̓͂͗͌̊ͨ̀́̍͐͆ͨ̿͂̅͒̆͋́̍͛̿̇ͪ̉̑͐͂̋͊̉̏͗ͯ́ͩ͐͑͆̏̂ͮ̊̔̂ͫͬ͆̍͗̂̾̄͋͛̔̍̽ͯ̎ͯͦͭ̌̋ͥͫ̃͋̌ͦͩ͐̔̄̑̄̍͛̅͋́ͪ̽͛͗͂̍̏͌̊̉͑ͣͯ͂͗ͭ̓ͫ̿͆̋͌̽ͯͫ̂̑̔̂͋̈́̃͂ͥ͋̽̇̓̇ͭ͆̏̊ͨ͗̑́̇͌̓̔́͊́̌̎̿͂͒́ͮ͐͒ͯ̈̐̿̌͛̉ͫ̏̎̏̏͛ͦͣ̔̓̒̆ͤͤ̈́̇̉ͤ̎̒̉̈́͛͆̿́̒́̔́ͥ̏̑ͥ͊̽ͦͭͩ̓ͬ͛̋̏̐̑͊ͪ̀ͬ̈͛̄ͬ̋ͪ͒̿ͣ͐̏ͨ̀͂̄͊͆ͩͫ́̃ͭ̊̈͂̒̎ͧ͌͑̍͐ͨ̂̈́̑̉̍̃̉̒̄ͮ̊̓ͭ̉̌ͭ̅ͫͮ̚̚̚̚̚̚͏̶̸͏̶̶̧͘͘͢͜͏͏̕͏̧̛͏̡́͘͢͝҉̷̵̧̛͘̕͠҉̵̴̡̗̺̺̖̜̻̼͍̱̮̬̼͈͚͍͙̘̺͎̘̲͖̳͍̮͉̯̖̥̟̞̣͍̳̱̞̖̮̠̤̼̙̜̣̪̫̙̣͈̬̹̩̰̦̩̟̭̱̠̝̺̼̱͚̬̼̼̼̩̻̫̱̥̣̳̖̦̪̰͚͈̺̹̪̞͙̳̯̮͈̬́͜͢ͅͅͅ ̸̨̢̛̛̊͗̎͐̽̔͂̀͑̓͗̍͆ͫͫͦ̿͛̏́̄ͤ̾́̏͂ͩ̑̏͂͑͛̇͐̋͛̿ͫ͊̈ͪ̉͐͑͊̌̋̾̇̅͂ͩ͆̈̉̀̽̉̏̃ͥ̂ͨͮ̿̍̈́́ͯ̆́̑̓ͥͫͧͧ̄ͨ̊̃͗ͧ͊ͣ̋̏̈́ͧ̒͑ͭͬ̑̿ͮ̃̆ͨ̀̐̾̅̑̄̍̿͊̊̐̐̐͂͋ͪ̽ͫ͛͛͗ͫ͌̔̌̀͐̐̈́͂͑̆ͯͭ̃ͩ͊͆̎͌ͨ͂͋ͤ̉ͬ͆ͫͤͯͤ͗ͭ̔̂͊ͭ̄̌̽̒̓͌͌͊̅̽̔ͦ̒ͫ̀͐̂ͮ͐̔̇̾͂̃ͩ͋ͭ͌͗ͫ̂̓ͩ̇̌͑̆ͤ̔͊̿̽ͭ̈ͥͤ̂ͣ͊ͦͩ̉̒͛̓̂̇ͤͬ̒͌̽ͧͩ͋ͣͦ̐ͩͯ̋ͯ̌ͩ̅̒̌͛̔ͯ̑̈̏͆̎ͭ̽̍̍͗ͪ̋͒ͬ̊̓ͪͧ̀͋̋̄͒͒̑̊ͣͩ̔̍͗ͦ̂ͪ̓̒ͥ̃̑̐ͬͦ̊̏͐̎ͬ̑́ͦͭ͌̿̏̔̇̔̂̏ͥͤ̔́͗̊̋͐̇̌ͭͦ̽̉̽ͩ̋́̍̂̇̾̂̉̈́̄̉ͧ̽̈̓̇̈͗̌ͭ̀ͨͦͣ͆̑̿ͯ͐̽́̑̑͆͑̄͑̍̔ͦ͋ͮ̌̂͌̄ͤͤ͋̿́̈̉ͯ͌̆ͩͣ̍̔̉ͧ͋͑͂ͫ̽ͤ̄ͧ̊̿́ͣ̍ͣ̀̍ͨ̾̑̃ͩͣ̉ͦ̋ͮͦ̐ͣͬ͗̄͒̿̅̿̊͌ͦ̆͌ͦͧ͋̊̂͛̆ͫ͆̂̆͂̑́͑̆ͯͨ̏̄̽̄́͆ͨ̌ͧ̆̑̈͗ͣ̅͛̈ͥͧ̂ͬͨ͊̈̎̔͑͊͑̈ͯͫ̆̾̊̆ͦ̇̃ͬ̇ͭ̽ͯ̅ͮ́̌͛̏ͮͭͬ͋ͭͪ͆̆ͧ̐ͨͬ̆̄͛ͩͬͯ͐͐͆͊̋̉ͬ͂̔͌̄ͭ͌ͯ͌͐ͫͧ͆ͧ̐ͤ̐̓ͩͧ͐̐̀͒ͨͫ͒̀̐̈̅̀ͯ̈́̔͒ͣ͗̋ͪ̇̇ͨ̾ͤ̑̏͂͌ͥ̓ͯͮ͗ͨ̿̎̾ͬ̓ͯ̒ͫ͊ͫ̎̑̇͌̃̃̈̂̐ͤͭ̍ͮ͒ͯ̀̀̊͌̃̆ͧ̋̉͗́ͮ̈̓ͪ̈̓͋̅̓͑̒̍͑͆̈̓̽ͯ̅̍̓̃̾ͦ̆̎͆̌̋̔̓̐͂̇̂̍͗͗͌́̇̆̔̈́ͥͬ̀̌̐̂̉̅͂͗̎̉͒ͧͦͮ̄ͯ͒ͧ̌ͨ̂̐̉̅̃̐̐̓͋ͨ̅ͮ͂̌̋ͣ͊̍ͫͩ̎͐̒̃̄̑̒ͯ̈́̃̾͛̿̐͆̃ͩ͋̊̌̆̈́̉̌̿̏̇̿ͭͩ̓͑ͯ̿̀͆ͯͤ̒ͩͭ̐ͤ̓͛͗̆̃̽ͭ͐̇̽̌̓͗ͭ̂̋ͯ̓̓̉͂̈͆̀͐́̀̀̚̚̚̚̚̚̚̚̚̕͢͡͞҉̸̸̴̛̀̀́͢͝͡͝͏̵̷̛͓̰̻̘͕͚̣̦̫̬͚̬͉͇̟̲͍̥̰̜̫̲͙͍͈̩͓̭̪̺͎̞͕̮̪̘̱͕͕̱̼̫̗̘͇̗̮̣̯̩̘͉̖͓̝̤͇̰̙̫̜̬̼̭̘̣͍͙̼͕̼̠̖͉͇̩̯͎̤͍͈͍͇̦͉̞̭̟̩̬̱̲̝͎̟̺̬̩̻͖̺̦̣̻̖͎͖̖̮̠̬̺̣̞̹̞̣̳̖̖̳̫̰͖̲̳̘͈̝͔̞͓̥̼͓͎̗͈̪̯͖̣̟͕̯̼̞̭̺̟̦̺̱̦͎̪̲͖̦̬̦̮͙͕͓̩͇̠̦̟͎͈̹̳̫̝͚̤̼̩͓̟̩̫͚̝͈̤̩̠̗͙͉͔̞̯̜̥̳̹̲͉̞͈̮̥̯̩͍̼͚̪̜̝̪̜̥̘̲̜̪̙͎̜̼̙̳̞͍̤̲̱̹͖̝͉̠̮͈̲͎̣͎̮̗͈̳͎̘̳͖̱̦̝̱̣̝̥͚̣̤̟̭̬̞̹̲̫̺̲̣̭̥̱̳̠̘̘̬̮̠͙͉͚̟̝̥͖͚͈͈̼͖̦̗̪͍̟͇̞̳̘͖͎̲͉̗̦̤̩͈͉̬̙͕͇̘̼̻͔̱͓̬̝̤͈͉͈̖͇̞͕̥̩̙̙̦̖̯̞͓̮̲͕̥̯͇̥̝̤͈̳̦̟̳̩͎͙̫̦̗̫̻̰̲̻̙̞̞̝̻͖͙̲̱̭̦̟͉͇͉̪̞̙̞͚̟̰̰̠̳̤̹̫͖͕͎͎̫̮͉̭̼̘͈̣̞̹̝̲̬̠̼̩̤̦̪͓͈̯̦͖̥̼̗̲̬̖̤͙͙͖͕͇̣̣̞̹͔̞̲̹̞̲͈̣͇̳̼̦̺͔̹̥̞̩͖͚͚̘̬̻͓̲͚͍͕̪͎̤̭̬̮͙̗͎̱̟̳̖̣̱̘̻̜͖̺̦͇̻̗̦͔̜̦̖̼̭̙͕͓̥͍̳̖͚̣͙͈̻̦̱̝͔͓̜̰̳̝͈̭͖͕̻͇̤̗̪̱̤͍̺̙͎̺̯̙̗̠̠̦̬̲́̕͢͜ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅf̶̸̴̷̶̷̧̢̢̧̛ͪ̓̾͗͐̄̊ͤ͑̾ͣ̈́̄ͨ͑ͪ̆͊͑̾ͣ̈̎̐̍̐̈́ͨͯ̎́̑͑͐̈̽̇͋̊ͧ̓̍́ͩͣ̑̐ͬͤ̐́̾ͫ͋͌̃̊ͮ̾̃̉̈́̃́́͂͆̄̑̽̍͛̍̃͗̂̾͆͋͛̾ͭͦ͑̈͆̉͒̂̈́ͩ̎̇̓̍̈ͣ͐̀̏̍̽̓ͭͪͯ̂ͩ̔̒ͣ͆̈́̌̈́ͣͮ̅̈́͋͌̄ͭͬ̆̊͐̆ͥͯͨ̌̈́ͧ͌̍͗̉ͣ̑̃ͭ̈́ͮ̿̐̽͒̽̌̿̎ͥ͛̀ͪ͗̐ͬ̿̇ͥ̂ͤ̇̽ͧͤͫ̿̓̌ͯ̋͛̏̽ͥ̑ͩ͋̏̔̊ͩ̈͒̈́ͨ͂ͭ̋͐͋̾ͦ͂̌ͮͬͦ̋̉̅ͣͬ͂̅̆ͧ̈̔ͮ̑̊ͨͯͤ̍̾͒̿̽ͨ͆̑́̊ͫͭ͂̔́ͤͮ͂̄̐̂ͤ̅̓̉͆̋͒́̉ͯ̾̎ͧͦͤͭ̏ͬͮ̄̏͋̐ͦ̏̒͋͋̋̿ͤͥͩͦ́ͣͫ̒̀̀̌͆̀̓̽͐ͣͥͣ͛̂ͩ̅̂̃́́̚̚̚̚̚̚̚̚̚̚͘͘͜͟͟͢͡͞͞͝͏̢̧̨́͏̷̨̩͚̪̥͚̩̹̙̭̻͖̮̪̙̝̻̹̞̤̥̪̲̰̞̣̠̮̬̞̬͎̪͉̯̱͚̠̦͎̜̳̝̥͔͇̖̤̝̞͚̦̘̳̠̦̖͕̦̥̼̫̣̺͕̮̩͔͔͎̱͔͚̯̝͎̳͚̪̺͚̮̼̦̯͉̟̲͙͉̳̹̟͈͕̠̦̞̦̥͚̪͙͇̞̼͖̣̟̲̥̼̟͈̥̹̲̝̬͎͕̗̭͇̝͎̭͎̭̠̹̖̝̟̱̪͙͚͖̝͇͚͔̖̺͕̳͉̗͈̹̰̺̲̤̠͕̯̘̖̮̜̯̖͔̲̜̰͚̝͕͓͇̮͚͍̮̦̦̹͉͈̹̣̟̣̙̻̟̺̱͎̳͚͎̖̫͇̤̗̣͈̟͕͚̠̭͎̞̱͓̬̻̦̪͇̭̭̖̘͈͇̪̺̹͙͍͇̟̝̼̥̖̩̹̬͈͉̫̰̪͚̙̤̖͇̙̱̤̖͙̮̞̰̭̪̼͍̜̬̦̠̭̩̗̩̯͎̠͖̻͎̩̝̺̳̜̦̤̱̻͚͇̫̝͚̬̘̞̭͙͎̯̹̤̙̗̝̮̹̠͓͙̦̯͍̬̪̳̫̼̦̲̘͕͉̼͍̱͈̮̺̞̮̼͓͇̪̪̗̪̙͈̙̬̬̘̳̪̗̥͇̱͈̦̖͔͇̣͎̭̱̭͎̩͖͖͔̘͖̘̝̩͎͇̖̙̜͖̞̳̳̖̮̠̟̺̖͇̦̱̥̗̬͎͔̬̠͓̤͍̞͔̦̭̼͎̯̺̫̞̖̜̺͎̬͚̖͙̥̭̬͕̻̖͎̩̱̺̝͕͙̬̰͙̳͚͈͎͕̭̹̀̀͜͟ͅͅͅͅͅͅͅͅͅͅͅͅͅͅeͭ̎̍̋ͧ̏̅̔̉̇̌̃͗̇ͭ̇̊̎͋ͤ̍͊̇̔ͬ̑͛̄͌̒̓͋̒̐̈́̆́̒̊͗̓ͨ̉̔͐͆̈ͥ̄̽̿̑͐͐̌̔̑̃ͪ͂̽ͤ͆́̾ͧ̾ͫ̐͂̑ͣ͂̉͌̐͛ͣ̎̀ͥ̑̔ͪ̓͗͛̋ͣ̌̆͂̍̉́͆ͪͫ̉ͥͧ̈͋̾ͩ̌ͩ̊̐̐͗̓̊͌͑̅ͭ͐̉̑ͯͭ̒̈́̓͌͊̉͊̎̏͗̾̄͊̊̍ͨͨ̒̽͑͋͂͆ͯ̊̐͂ͤͭ̑̅̔ͪ͋̐̄͋̀̋̒ͫ͌͛ͯͥ͊͊ͤ͑͒̅ͩͩͫͥ͊͒̽̅ͧ͂̅̈ͤ͋̾̒ͬ̈̉ͬ̌̈̊̉̆̀̏̎̅ͦͩͭͨ͆̓͊ͮ́ͩͫ̂ͭ͐͆̓ͨ͆ͣͩ͂ͫ̄ͩ̉̾̏́̃̓ͨ̐̈́͊̔͑̃̓̈͊͛ͮ̄̒̂̓ͣ̎̉͗̇̔̆͒ͬ̓̾̓ͭ̆ͤͯ͐͆ͧ̎̆̆ͤ̅̋ͮ̓̂̉ͨͦͨͥ̏̊͆̆̇́͗̉̅͂ͪ͗̽ͣ͐̍̽̍̿́̆ͭͩ̌͌̿ͦͯͨ͂̔͐͗̽́̑̍̆̐̅͗́ͮ̈̌ͧ̈́̑ͪ͋̃̐̂̄̃͑ͤͨͫ͋͑ͦ̌͆̾͊͂̒͆͌̽̎ͥͩ͆̃ͫͦ̿̄͑ͥ̋̃͆ͤ̏ͩ̋̔̏̄͐̓ͮͣͧ̊ͥ͊ͤ̂̃̎ͪ͗̽̾ͬͬ̈́ͬ̍̂͐̅́̒ͨ̎̃͂̔́̅́͐́̄͋̎̓͒̊̊̂̏ͫ͋̉̀͛ͩ̓ͩ̊ͤͤͧͦ̓ͫ̌̃̓͌ͪͦ̏̾͛̂͐̊͂̌ͭ́̂̍́̈́̏̃̊̿ͩͭ͗̿ͣ͋ͬ̎̃ͤ̏ͧ͐ͭͮ̂̏̐ͥ̌̔̅̅͐ͭ͌̈́͊ͨ̆̄̊̍̒̄̔̒͑̌̍̉ͫ̒͋ͤ͐͆ͫ̃͋̀ͩͧ̄̇ͮ͆̓́̄͐̆ͯ͋͆ͩ̊̊̌ͬͣ͌̿̎̂̽͋͋̆̆͆̆̽͂ͭͫͦ̊̈̏͌̽̃ͮ͋̉̒ͫ̿̓̈͐͗ͨ̈̆̏̋̋̃͊̊̃̑̾͆͌͊ͪ̇̂͌̊͆͛͂̅ͮͦ̅̑͐ͭ͌ͣ̀ͤ̐̐ͨ͐͂̇͛ͧ̎ͦ͂̉̒̈̐̅͌ͫ̆̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚͘͟҉̵̷̴̶̸̸̡̡̡̛̀̀̕̕͢͜͟͟͡͠͠͏̧̨͟҉҉̸̨̗̜̹̱̠̯̗̝̜̪̦͓͉͍̮̰̰̼͔̘͍̣̠͉̭̞̬̗̬͈̱̺̖̲̣̭͍̼̰̯̮͔͕̙̯̦̼͖̲̞̗̰͈̜̟̲̮̗̳̜̟̘͖̯͓̺̝̝̯̪̰͔̬̙̬̠̘̳ͅͅͅę̷̵͆̿̃ͫͤ̏̈́̒̿ͧ̋̾̌̀̃ͫ̈ͬ̓̀͂͗͌̒̅ͦ͑͌̓̇ͯ̇̎̑ͥͮ̋͂̄͋̃ͯͣ͆͐͊̀͒ͬ̊ͦͧͫ̋ͬͧ̍̓̏̂̇̍ͪ͂̒̈ͪ̆͊̾̍͛̐͑̆̍ͫ̌̑ͭ̂̈́͗̈̈́ͧͩ͑̅ͪ̽̀͛ͣ̆ͤͩ̆͌̍͑̂ͩ̍͌̓̔́ͦͦ͊̽ͫͭͩ̉̔͗͛͑̇̂̿̑̎́ͨ̂ͦͣͤ́͒̈́̾͛́̇ͦ̏̐͂̔͌ͦͨ͊ͫ̐̅͆̌̋͛ͦ̅͂̈́͒ͨ̿̂̎ͭͨͤ͊̋ͬ͌̾ͦͬͣͨ̎ͮ͆ͭ̈́̌͂ͩͨ͗ͯ͋ͥ̑͋ͤͬ̃̃̅̄̋̄̆͐͑̒̉͐͋́ͧͨ̇̔ͧ͗̊ͮ̇ͮ̐̽̎͂ͭ͊͑̍̔ͪ̆͆ͬ̄͋̓͂̓ͦ͌ͭ̆̈́ͮͪ̊̀ͤ̒ͨͨ͛ͬͭ̎̎̔̑͊̔̄̈̄̒̉̓ͥ̄̅̒͒̌̈́̏́̂̔̄ͭ̈́͛̃ͮ̈̉͌̾̓ͣ̅̔ͥͦͩͪͯͭ̆ͥ̔͋͛ͤͨͦ̊͋̔ͦ͐ͤ̓͌̐ͨ͌͆̅̍͌̍̓̈͌ͦ̽ͥͣ͂ͬͥ̄̅͗ͥ̉ͦͬ́ͧ͒͂̆͆̋̈ͫ̆͗̽̑̓ͫͤͩͫ͂ͫͬ͂ͧͪ̓̋̽̒͐̔́̓̈́ͭ̈́̀̐ͯ̇ͫ͑́̓̈̎ͪ̄̍͋̆̋́̊̎̐́͊̈́̾̎͒ͤ͗ͫ̆̐͐̾ͪ̆̆̈̑ͬͦ̾ͤ̏̊̃ͣ͆ͬ̌ͯ̾́͗̊͋̈́͂ͮ̅̉̔͂̄̄̈́̐̓͊ͪ̃͗̉ͦ̓̉̈͆͂͛ͨͣ̄͌̎̇̒̀̿͂̎̓ͦͯ̾̊ͦͮ̓ͩͣ͛͐͛͗͂̈́̿͒͌̇ͩͩͯ̃ͮ̃ͬ͌̌ͤ͋͛ͫ̋̿̓̅͋̑̒ͤ͐́ͬ̄́̅ͨ̄͛ͩͯͪ̀͛̿ͧ̿̅̃́͛͛͒͆̏̏̍͂̏͒ͤͭ͛͊͊̈́͛ͫ͂̒̽̑ͨͩ̎̉̊̓̏͛ͧͧ͆͌̿̒͂́̌͐ͨ͗͑̃͆̌̍̔̔ͤͨ́ͧ̂̔ͫ̉̏͛́ͪ̑͌ͨ̎̂ͭ̅͂̆́̑ͯ̍ͥͬ͋̐̑̀̌ͯ̽̀͒ͬ͋̒ͩͩͨͣͭͬ̌̍̆̈́͂̎̔ͫ͐͐̒͗͋̈̏̌̽̓̓͆̆͛ͭ͊̄̎̀̃ͧͪͤ͗ͮ͐̈̿͌̀͗̉͊̏ͨͥ͗̽̋͊̏ͯ͑ͯ̓ͮͬ͛̽̇ͥ͊ͮ̾̓̐ͨ̐̂ͤ̆̃̅̏̆͊́̒͒͆͂ͫͭ͐̐ͣ̆͂̑̉̆̐͐̽͑̍ͥͤ̄̅̽̆̏ͩ̇̏ͫͭͩͩ͂͂ͫ̾̔̇̑͂̽͒ͣ͐̋ͩͧ̊ͤ̅ͮͪͧ͑ͭ̃̔̉ͣ̉̂̆̔͊̔̓̐̔ͧ̇̑ͧͩ́́͋ͫ̐̒̊̓̿ͭ̏ͬ̏̆̏͊̃ͬ͛̑͛̊̅ͬ̊ͮ̓̌̐̅̓̈́̽͊̄̇̀̀́̚̚̚̚̚̚̚̚̚̚̚̚̚̚͜͡͝͏̴̨́͢͢͢͠͏̷̵̸̢̡̡̢̛̗̘̞͎̦͙͍̫͍̙͇̲͇̠̤̝̯̩͔̥̻̲̪̤̟̬͈̻̤̳̥̩̞̗̰̪̺͚̞̘̱͓̩̖͚̫̟̙̬̰̪̪̮̮̰̙̣̻͇͙̟͎̤̮͙̺̯̫̠̹̹͕̘̟̺̝̠̼̬̱̻̹̖̻̲̼͍̮̫͚̩̗͍͈̭͔͓̱̟̱̼̗͚͖͉̪̦̟͎̗͉͉̺̦̥͔͕̪̳̲̱͍͎̰͍̱̯͇̟̱̙̫̱̟̺͙͍̙̟̜̤̗̟͕̮̝̥̭̝͈̪̟̫̬̱͖̫͖̠̲̻̮̘̦̗̥͚̹̱͚̘̞̪̬͉͚̘̺̟̮̣͉̩̯̘̜̘̯̜̫͖͚̮̭̹̞̣̱͙͔͕͚̙̱̖̯̲̟͉̙͔͙͕͓̺͖̜͎̟̝͙̘̤͉̞͙̼̦͎̖̳̬̝̝̭̖̻̪͍̭̜̖̺̖̳͇̖̱̦̦̭͕͉͍̮̫͍̳̣̪̬̟̟̹͎̱̯̖̹̺̮͔̱͎̗̳̲̪͎̣̙͎̻̬̙̘̞̯̖̣͕̥̯͇̱̗̥̣̫̯̱̱͖̮̙̳͍͉̹͔̤̥̫̪͉̣̙̟̝̪̻͕̭͓̞̞͎̪̘͖͕͖̣̭̬͖͓̘̪͙͈̺̗͉̘̖͙̱̱̮͕̰͙̫͔̦̱̱̜͉̺͓̠̣͕̱͕̥̤̗̞̟͍̙̪̺͙̼͖̺̫͖̻̰͖̩̳͔͍̺͚̲̩͇̩̻̟͓̭̮̦̰̦̳͈̦̟͎͚̥̼̩̺̺̮̪̳͈̹̲͙̭̪̞̳̠͕͕̭̣̯̣̬̖̺̠̹̫̞͔̟̺̦̱̦̘͓̻͕̦̗͚̤̝̟̭͕͈̖̟̹̪̫͉̬̹̭͔̱̥̱̭̱̰̫̼̞̹͎̖̯̝̖̠͚̬̟̪̞̲̟̤̘̬̻̪̤̜̤͚̱̗͚̺̣͓̖̘̣̭͔̩̙͖̟̼̝͇͚̹̠̰̭͕̻̙͚̺̣͇̪͚̜͇̰̱̙͈̺̖̤̞̯̞͈͕̞̼̤͇̻͔͓͔̺̘̯͉̝͓̠̀́̕͘̕͞͠͝ͅͅͅͅͅͅͅͅͅͅͅͅl̋͛͗ͨ̎̃͆̈́̽͆ͯ͂̌̈́͑̋ͮ̌̂̿̓̋͊̓͐̎͆ͩ̉ͤ̒̈́̋̃̉̄ͧ̌̊̇̇̽̏̅͐ͩͧͥ̆̄̾ͨ̃̆̂̐ͩ̿ͫ̾̐͆ͤͬͮ͛ͮͤ̎̄͐͆̽ͮ̔͊ͯ̓ͤͪ̂͊͊̋͛͌͐̍͐͆̇̾͂͆̈ͯ̂̃͒̆ͤ͌͒ͯ̈́̅̾̒͑ͫ̂̔͌̈́ͭͩ͗͐ͤ̐͑͌̽͆̓͐̔ͦ́͋ͭ̇͒͆ͬ̀ͭ̂̈ͧ͐́̚̚̚̕͏̴̸̸̵̛́̀́̕͜͠͞҉̀҉̶̶̧̨̧͇̦̰̘̺̻̩̤̳̠̹̫̮̱̬̖̮̠͖̖͕̦͇̯̰͙̳̼̜̻̰̥͕̘͈̗̤̟͓̘͉̠̳͇̭̺͖̲̩̙̟̬͔̳͕̩̼̩͍͘͘̕͟͢iͯ̿͆̏̋̈́̍ͥ̐̀̃̌̏ͯ̅͗ͦ͒̑ͣ̍̑͆ͫͬͩ̈ͮ̄̒ͭ͂̽̍͆ͧͬ͆͛͑̈́̌ͮ̒͛͋̈ͬͯͫ͊͒̇̅̓ͭ̈ͥ͊͂ͧ̈́̽̄ͮͣͦ͆̄ͤ̆̑ͯ̒̽ͬ̓ͩ̇ͦ̂̎̇̓ͣ͂̑̋̉ͦͣͭ͂ͬͯ͒ͥ̈́̑̓̈́̆ͩ̈́ͨ͐ͥ̓̾ͩͯ̉͆ͩ̉͋̊͐̂ͩ͐̎̊̀ͫ̀̃̌ͥ̄ͧ̏̈̐̄̓ͬ͒͑̈ͭͣ̃͂̓͐̎̽̋̉ͥ͐̂̏͊͂͊ͦ̿ͩ̋̎̈́͛̀̏ͥ̾̍̔̐͑̆ͩͧ̀̅̾̾ͧ̃̑̈́͗ͭ̉ͬ̇̀̐̉̔̋̂̅̓́̒ͪ̀̇ͮͧ̽̉̍̍̂̑ͧ̍ͬ̅͒͌̑̈́̔̄̉ͯͣ̑͒̅̐̉̈́͒̓̊̌̎̍́͐̈́͗̅ͣͯ̈̾̋ͪͬ̈ͫ̃ͭ́̽̊͐̂̐̇̄͛ͯ͋̇͂ͦ̍ͯͮ̓ͧ̈͐ͧ̃̉͆ͨ̅ͥ̔͋̅͋ͭ̔ͧ̂ͧͣ̊̇͂͒̏́̎ͫ̀ͥ͆̈̈̒͋̈͗ͩͯ͑͛̒̋ͤͯͩ͛̆ͮ̂̉̀͐̒͂͆͋́ͦ̎̉ͭ̐͌̏̌ͯ͆̓͋ͤ̎̏̾͊͐ͥ̄̒̒̒͑ͥ̃̒̂̉ͧ̄̽ͪ̔̒͛̾̈̍ͩ͛͗̃ͩ̅͑̑ͫͧ̓ͥ̅ͦͩ̎ͯͯ̐̐̏͒̃͗̅ͬ͋ͣ͗͐ͯͫͮ̒̄͂̈́ͮ̐͆̍̌ͫ̍̔̏ͬͨ̿ͣ͊͛ͣ̔̽̃ͩ͋͂͂͗̈̐̍ͩͦ͂͑ͪ̓̄ͨͥͭ̍ͫ͑ͫ̍ͪ̇̆̈́̍̿ͤ͂̍͗͂ͫͯ̏ͦ͋ͣͣ̆̏́͊ͩ̇ͯ̒̈́̓̋̉̋͊̅́̑̒̔̔ͫͣ͂͋͂̈́͌ͣͮ̋̃̒̊̌̆͌͊̒̒ͥ̇̒̍͌̈́̌̾́̓͋̐͋̎ͫͣ̒̉̀ͧ͛̒͊̾̓̂̔͛ͪ̆ͤͬ͑ͩ͊ͮ̔ͬ́̔̅ͯ͌ͧ͆ͮ̌͊ͭͯ͋ͣ̓̃̐̇̇͆ͪ̿̒͂̃ͪ̊ͫ̈́̐́̏̄̈̾̔͋̂̃̋͂̈̿͆̑̒̃̾̓̌͛̒ͤ̇̉͋̈̀̉̄͂̅̈́̏͂̄͊̅̎ͦ̓̿̋ͧ͗̓̿ͯ̏ͣ͗̊̈́͌̔͑̂̾͌̊͛̚̚̚̚̚̚̚̚̚̚̚̚҉̧̧͠͏̴̷̴̷̸̴̸̢̧̨̨̛̼͎͖̯̰̜̬̮̼̮͕͖̻͕̖̜̝̼̺̫̙̩͇̪̳͇͖̮̱̝̥̗̬͔͍̭͚̙͍̠͈̙̻͚͍͖̺̤͚̣͈̲̪͙̟̺̤̼̭̱̤̦̝̰̞̤̩̘̜̞̝̖̮͖̙̫̼͓̫͍̬̲̳͚͖̼̹̘͔͍̭̤͚̜͎͔̟̠͕̻͇͓͚̬̖̖̼̦͍̖͉͈̣̪̫̬͓͍͎̜͉̪̙̱̦͎̼̗̞̥̱̱͇̫̲̭͚͈͓̮̟̞͔̳͖͍̤̣͖͕͓̞̞̗͓͍̣̝̺͓͕̠͎̱̺̺̩̦̠͖̩͓͖͙̝̜̦͍̰̫̙͍̠̖̩̲̱͍̤͎͇̻̭͉̱͉̳͍̻͈̞̼͙̟̗̹̻̮̬̝͚̦̳̥̫͇̙̙̱̖͔̣̭͖̻̠̱̺͖̮̲̲͚͉̣̱̟̝̬̹̠͍̲̞͚̞̭͉̳͙̪̤̭̝͍̞͖̲̭͈̻̖̞̩̩̩͙̺̜̬͓͎̺̩̮̬̲͚̜̟͚̖͓̻̗̙͎̹̗̝̱̖̳̥̹̟̯͔̘̻͎̹̜̜͖̪̟̼̬̥̖̳̗͉̱̦͚̮͙̼̱̤͈̼̤̥̹̹͚͙̰͖͍͕̹̯̘̖̭̤̪̰̺̰̯̼̞͈̱̟̦͉͓̣̮̺̣̟̩̱͎̞͔̖̬̺̩͓̘̫̜̘̭̺͙͙̤͈͍͚̼̫͕͙̖̭̻͓͓̖͉̣̖̳̤͔̹͈̤̥͖̫̥̟̳̼̖͖̫͚̭͚̭͙̼̜̖̰̦̫͍͉͖̣̲̝̳̱̬̥̭͇̹̗͖̺͎̹͍̮͓̪͚͉͈͙̪͕̤̭̞͓̭͎̲̮͔͔͚͉̠͍̠̝̫̖̦̞̯̥̱̻͖̱̪̪͙̹̺̻̖̥̣̣̭̺͈̞̟͈̳̬͈̱̪̺̥̺̠̱̙͎̺̗͇̠̝̭͕̞̙̻̤̮͉̠̥͍̭̟̪̩̠̦͉̣̼̲̝͖̮̤̩̰̱͔̪̫̙̠̳̭̺̦̹͓͎̫̟͚̻̣̱̰̥͕͓̦̟̙͍̰̜͕̞̱̣͍̘̣̖̳͓͎̻̤̗̝̹̘̰̪͓̳̦̘̲̱͍̤̟͙̲̣̱̙̬̭̱̭̖̝͚͙͓̝̯̳̪̙̥̜͔̣͖̼̘̗̞̳͔̼̗̫̬̺͓͙̗͎̖̪̯̰̬͕̲̙͚̟̮̩̖̙̲̝̘̻̯͉́̀́́͘͘̕͟͜͜͟͜͢͠͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅņ̽̌̓ͥ̌̿ͫ̏͑̓ͬ̈́̅ͬͤͯ̋ͨ̾͐̊̓̃͋̈͑͂ͤ̔̉̿̄̐̈́̾̍ͮ̅̇̏͌͆̓ͭ͋̈́̾̂ͬͨ͌̾̆̿͋͊ͥ͋́ͬ͋͆ͤ̾̆͐̿͂̈ͣ̄ͭ̈ͤ̊ͯͮͫ̔ͪ̇ͤ̈̈́̀̑̋̃͑̐̐̈͒̐͆̓͌ͤ̆͂̆̔̄͗ͮ̍͋̐͐͒͆ͣͭͦ̌͌͐ͬ̂́́͗ͬ̍͒ͮ̐̾̎̿̎̋ͯ͗̌̈́ͯͭ̔̅͋͆ͪͬ̉͂ͪ͗̈́̌̓͐̉ͤͮ̎͐͐ͨ̌͛͐͐̏́ͤ̋̂ͨ̓ͥ̃̽ͩ̄̅̇ͬͨ̈͆̂̌̎́ͧͪͧͥ̈ͮ͆ͦ̉͛̏ͯ̋̋̿̇͌͂͛̅̏͌ͦ̆̊ͣͩ͋̅͗ͩ̍ͧ̓̔́͂̓̂̏͆ͭ̔̿̈́̈ͫ͋̑̎͛ͪ͊ͪ̑̆̓̂ͧ̓́͛͐́ͦͥ͗̇͆̓̎̐̋̏̃̊ͮ̏͆ͦͬ̔̒̎̂̈́̃ͭͭ̋ͭ͑ͦ͂̏̇ͧ͆͌̌͛̑̋́̔̓͋͌̈̌́̓̽̄ͮͥͩ͛̽̓͆͆̐̅ͦ̈̅͗ͩ̅͂̑͑̎͛̒̇͆͐̀͌͛͐̑̌̓ͬͭ̂̉ͧ̀̽ͩ̓ͯ́ͪ͆͊ͭ̍ͫ̊ͧ̄͂͊͌ͤͧ̒̓̄ͫ̐̓̂͐́͋̌ͩ͌ͩ̾͗ͦ̅͛̓ͧͫ̎ͮ̒̐̋ͭ̿ͧ͒̽̎ͦ̔͌͗̃ͧ̽̓͋ͧ̍́̂͛́̂ͤ̄͊̐͐ͯ͆ͤ͊ͤ̿̓͗ͨ̉̋̎ͪͭ̑̇ͥ͗̑͋̓͊ͧ̊ͭ̊̒̎͗͗͊͆̂̏̿̉ͦ̄̅͛́̉ͪ̾̃̒̅ͮ̓̈ͮ͐͋̃̋͐͛̍̀͆ͧ̈̒͂̔̓ͨ̄ͥͦ͋̅̂̔ͭ̃̂̀̅̃̒ͨ͆ͣ̄͑ͫ̍͗ͥ͑́ͥ̋ͫ̀̌̿ͦ̏̓̑͗̋́̏ͦ̀ͬ̽̑ͨ́ͨ̈́͆̽ͥͤͮ̔͌ͤ̽̿̎̆̋͆̿̐͌̇̒̈́ͦ͐͋͒ͣ͒̿̈͋̑͛̅̆͒̄͆͋ͭͨ̌̃̆̋̋ͬ̿̅͐́̆͋ͩ̌ͯ̒̈̄̈́͗ͯͬ̋ͯͥͮͣ̄ͤ̅ͥͫ̐͛͐͊̽ͤ̉ͯ̍ͤ̇̈́̒͌̃͛̈̔̆̌ͬ̒̌̉ͨ̊ͮ̔ͣͭ̇ͥ̌ͭ͐̋̇̾ͭͭ͌̄ͪ̽̂̒ͥͪ̀̽̆̅͆̂ͯͪͫ̋̐ͤ̊ͣ̐̓ͦͭ́̉͛͌̅̊ͬͨͮ̑ͣͨ̓̎ͬ̃ͯ͑̑͆̏̍͋͛̊̑ͮ̆̂͌̿̏̓ͤ̂̔̓̉̈́̏̐̍ͧͯͤ̀ͩ̈͛̎́͌ͮ̐͛ͦ̉̏ͭͯ́ͨ̈̐̍́́͌ͤͫ̊ͬ͂̄͐ͬͩ͑́̽ͫͯ͋̐̓͑ͩ͗́͗ͧ̄̃̈́̆ͧͬ̑ͪͤ͆ͨ̓͗ͣͨ̀ͭ̅ͪͧ́̓ͫ̾͑ͭ̅ͨ̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͠҉̴̵̢̡̧̨́̀͘͢͟͠͡͡͏̴̗͔͎̮̲̮̦̰͈͖̹̬̖̠̠̜͖̯͔͚̦̗̰̮̠̺̦̩̗̘͉̻̩̲̳̻͕̮̼͓͓̭̩̖̱̪͖̠̰̫̟̳͕̜͖͕̳͕͈͇̥͙̝̝̖̫̹̺̘͚̲̦̥͇͕̙̙̺̞̞̥͙̠͕͈̠̝͕̟̥̜̺͖̝̼̠̻̼͙̭͕͔̹̮̭̙̲͉̦͖͔̘͇̟̗̩̥̣̻͈̼̻̺͉̣͇̘̜̮̘̭͈̹͉̦͓̟̝̺͕̤͍̰̹̗̲̕ͅͅͅģ̴̶̵̷̶̴̸̨̡̡̌ͪ͗ͭͨ͋̈́͋̃ͦͩͪ̅̎̅̊̃̌͆̄͊̀̀ͧ̎ͪͯ͗ͫ̃ͦ̀͋͐ͧ̾̔͐͆̐̽̅̉ͯͭ͂͊͋͛͂ͩͩͨ̏̍ͪ͐ͨ̓̇̌ͯ̐̆͋͗̈́ͭ̿̎ͮ̍ͩ̐̅͋ͫ̋͌̄ͮ͊̉͌ͫ̑ͫ͆ͫ͐̇̔̈͌͊͋ͨ̑͆̽̈̄̑͛ͬ͛̍͒͛ͧ̈͊̇̉̏ͬ̒̆̾͑̿ͭͤ̈́͑ͬ̈́͑̒̈̽̊̄̒̓̍ͪ͐́̓̈̾ͭ̈͒͐̆͛̔̈́̒̈̍ͤ͌̈́̊̑ͣͨ̽̈́ͦ́̏͋͒ͤͥ̋ͪͤ̿͂ͦ̐ͮ̂͂̍̓̎͊ͬ̇ͪ̓ͣͣͥ͌̇̄̄̉̂̃͐ͣ̅̉̓̇̀ͫͧͬ̂̊ͥ̍͛̒̈́̂͂̒̎̎̍̈́̂̄ͫ͑̂ͯͩͧ͗͋͒ͫ̅̈́͐́ͦ̎͐̑̿̾͗͑̈ͦͯͤ̽͋̆̒ͭ̅̽̇ͮ̓̂͑ͩͨͩ͋̃̇ͩ̆̂̏ͩ̑̓ͦ͆̄ͧ̄̐͌ͣ̄͌ͦ͊͐̅͗͊ͧ̓ͮ͛̈̿̌ͩͣ͛̄̉̈́ͩ͒̋ͪͩ̀ͦ͛̓͆ͦͫ̍ͫ̈́ͩͨ̋̏̀́́́̀̚̚̚̚̚̚͟͢͟͠͝͝͠͡͡͞͏̷̡̧̧̧̛̛͈̯̥̠͍̣͚͙̞̦̖͍͚̝̺̺̯̰̰͉̯̟͈̦̻͎͚̪̻̻̣̦̮̞͕͓̥̞̖͎̳͖̭̗͚̯̖̼̲͇̥̻̞̣̗̬͕͕̰̻͙̥̗̬͔̞̦͍̭͙̞̩̻̞͍͍̼̳͓̫̲̞̖̟̙̮̺̠͙̳̬͉͕͖̦̪̗̝̱͇̝̲͕̰̘̗̀͘̕ͅͅͅͅ ̡͛͐̓̇̎́̈́ͬ̄̋ͭ̆ͬ͆͗̔̀̃͐̍̈́ͩ̇̃ͯ̈̑̍̿͒̑͌͛͑̂̓ͫ̈̀ͨ͂̂̄̄͒͒̎̉̒̿ͣ͋ͩ̑͌͑̂͊ͯ̌̈́͑͑̓̒̈́͐̂͐̽̐͆̔̇͆͐ͫ̋ͭ̀͑͗̅ͧ̑̅̎̓̄͊̂̃̾͌̊̒ͨͮͦ̒͛ͤ̊̌̎͛̓̌ͬ̅ͣ̑͐ͤͤ͒̊ͥ̆ͤͩ̊ͤͮͭͧ̓̈́̓ͫ̇ͨ͂͌ͭ̚̚͏͏͡҉̵̶̧͘͜͠͏̢͝҉̧͙̝̦̪͕̣̠͙̣̯͉͙̦̞̙̗̖͖̺̟͍͖̻̜̝͙͉̦̱͓̪̰͉͚̩̠̣̣͔̥̱͍̰̻͕̲͓̹͚̺͖̼͓̼͖̻͓̳̦̲̱̰͉̹͉͍̥̪̹̞̗̲̬̰̰̥͕̫͇̬͍̺̮̰͍̮̠̬͓̦̗̻̗͕̠̙͎̟̤͍͉̭͕̜͓̣̞̺̝̺̫̝̜̦̣͈̪̟͎͍͉͉͔͓̱͉̬͉͚̜͖̹͉̖̤͓͙̫̺̩̹̲̠̹͖̩̹̩̝̮̗̫͇͙̞͕̪̙͍̦̣̬̣̟͓̻̜̱̫͓͇̭̦̥̼̤̲̮̗̪̜̝̺̝̩̳̞̼̪̝͉͓̼͚̖͕̙̫͔̥̺͙̭̱̯̘̜̪̘̯͈͎̘̱̗̣̘̫̼̜͔̬̻͇̳̥̝̲̰͓̼̼̠̦͓̩̺̗̼̖͇̼̫̲͔̙̬͙̼̯̭̭͙̟̮̲͉͕̻̘̯̰̰̖̻̜̻̙̝̠̰͙̀͟͜͞ͅͅͅͅͅͅó̈́̇̐͋̀ͯ̈̈́̐͑̐̋͆͋̓̊ͪͪ̽̆ͫ͂́̾̂ͥͧͨ̊̓̆͑̋ͣ̐̃̿̽̑̊͛̏ͯ̂͂͒̾ͩ̔̋ͥ͐̓ͯ̑ͮ͗ͩ͑ͤ̔͆̈́ͨ̓͐̄̈̍̏͑̏̉ͦͮ̓͐ͩ̂̃ͭͦ̃̍̔ͫ̉́̽̔̇̋̆ͬ́͆̒̏̎̍̉ͣ͊ͤ͐̓ͬ̂ͩͥ̽͑͗͐͋͂̋̊̄̇ͭͨͭͨ̋ͬ͂̾̆̉̍͆͐̓̍̌̉͂̌̑̉ͫ͆̅ͫͬ͂ͧ͑̌̽̿̂ͫͥ̃͌̀̒̓̇̑́̽͊̽̃͌͂ͫ̄̊́̍̅̑̄ͫ̈́͂ͪͪͯ̀̎ͤ̆̒͒̋̓ͥͯ̏̑̊̇̈́ͩ̾̈́̓͛̏ͣ͊̐͂͆ͯ̈̏̐ͨ̈́͆̌ͥͥ̂̓ͧ̿̂̐͆͊ͪ̂ͧͬ̔͋ͤ͐̓͆̈́͌̔́́͛͐̚̚̚̚̚̚͏̸̵̴̧̡̢̨̧̧̛̦̘̭͕̺̬͚̼̝̲͈̘͚̝͙͔̬̜̖̘̗̺͙̣͕̖̰͙͓̗͇̩̣̘̣̦̘̪̜̥̖̬̞͓̖̣̱͙̹̝͇͇̬̝̹̳̫̯̤̙͉͙̖̤̗̲̯̝͔̳̭̞̤̱̣͚̩̝̯̮̺̱̰͉͍͔͓̥͓͇̺̼͙͔̝͎̳̦̗͔̭̩̘̟̮̬̬̰͔̪̦̹̜̞̪͙̝̭̞̦͉̳̻̩͎̝̗̳̪̱̼̹̙̭̺̘̬̭̺̳͙̭̜̙̩̲͎͙̪̠̹̜̗͙͎͚͙̖̼̯̘̻̭̮͍͉̲̣͉̳͓̮͕̳̩̬̦̬̥̻̭̘̟̥͓͉͔̻̰͚̦̩̱̪͉̝̩͕͍̟̱͉̝͍̖̰͓̲͚͇̝̥͉̭̹̖̗͎͖̞͇̫̟̦͖͉̼̟̖͚͎̣̟̯̣͎͕̺͍̲͈̲̤̦͉͉̫̼̜̖̲̹̥̬̪̟͖̘̹͔̗̻̬̥͎͓̗̥͈̞̗̱̰̲͚̘͇̩̺̞͉̜̺͓̰̬͍̗̪͔̘̤̬̤̤͙̬̙̀́̀͘͘͟͜͠͡͡ͅͅͅͅͅͅͅͅͅf̶̶͆̇ͪ̈́͐ͬ̐̈́̈́ͫ̓̂̔ͧ̀͋̋̂̄̅̽͆̽ͨͤͤ̐ͯͥ͒ͧ͗͆̇ͪ̒̊̏ͧ͒ͧ̉̑́ͤ̏ͭ͋̅ͪ̐̌̿̐̊̓͗̉ͪ͆̑́̔ͪ̓ͦ̈̌ͩ̚̚̚̚̚͞҉͏̴̷̀̕͟͟͞͠͡͞͝͞͞҉̸͏̧̢̀͜͠҉̴̸̛̘̝͔͉̹̙̥̰̠͎̲͙̱̪̦̫̠̖̮̟̫̭̝̝̠̬͍̝̩̣̖̮̬̹̰̰͈̖͚͔̦̪͔̗̩̩̪͍̝͔͕̞̫̙̤̬͍̮̦̣̲̰̦͈͖̟̼̰̼̞̗̜̩͇̫͕͉̲̭̜͙̙̤̬͚̗̘̲̤̬̮̼̬̪̜̗̪̪̝̩̤̜͈̦̮̳̯̘̻͚̘͙͈̹̲͈̹̦̼̟̰̼̬͇̻̲̘̞̰͕̥͇͉͚͓͈̬̪͓͕̺͉̻̘͔̤͉̭͓̗̙̩̲͇͇̮̝̣͖̻̙͖̦̙̝͉͇̟̟̖̠̳̯̰̝̝̯̞̜̖͓̪͕̺̳̱̺̳͔̰̺͍̟̤̮̬̠̘͙͎͙̯̟̼̳̤̲͓̱̬̲̱̲̞̗̗̳̜̝̜͎̖̝̳͈͓̼̺̗͖̱̹͇͉̝͕̗͈̠̘͕̘͖͚̲̲̻̲̱̥̘̣̳̲̗͉͈̣͇̹̦̭̱̬͈͖̘̭͔͎̥̙̼̤̜̮̬̭̰̼͚̭̬̞͍̝̥͖̭͈͓̠̺̘̲̼̬̞͇͈͚̳͈̭̰̖͔̳̪̭̻̦̟̖͍͕͙̤̬͙͓̼̦͔͈̝̗̜̝̺̰̩̲̙̤̺̹͓̜̭̦̫̟̬͓̯͎̫̝̳̲̲̻̥̥̫̲̣̤̪̲̜̪͚͈̞̼͖̪̣̼̞͕͚͖̞̺̯̺̞̦̦͚̞̳͔͚̲͍͉̱̳̖͔̼̞̻͚̬̤̘̖̟͎͚̟͕̤͡ͅͅͅͅͅͅͅͅͅͅ ̵̸̶̴̶̴̴̧̢̣̲̜̮̺̳̠͍̦̱͙̟̲͈̟̝̪͓̜̩͚̺̙͇͙̞͉̱̗͎̗̞̦̝̘̬͙̣̤̝̲̮̟̺͎͓͎̦͎͈̥͔͎͚͖̩̩̻̯͍̙̘͈͍̞͓͙̗͎͍̭̯̲̣͓̥̝͉̙͖̹͇̩̝̠͙͔̰͇̳̩̟̞̜͖̪̻̭̤͖͈͉̫̜͕̝̰̲̗̗̼͎̦̝̝͈̜̭̭̬̘̗̩̝̜̱͍̲̬̲̞̬̤̗͙͓̫̤͕̟̻̺̖̖̟͓̹̝̭͖̝̼̖̖̯͙͍̹̲̱͚̫̻̤͖̦̩̞̤̳̩̼͕̼̻̦̣̦̹͕͖̬̼̲̪̟̼̹̝̜̳̹̯͕̼̭͇̰̯̙̲̜͉̣͎̟̳̼̮̜̣̳͓͚̖̙̹͕̙̝̝͕͍͕̞̠͖̭̺̤͔̥̞̬̟͉̞̦̪̟̮̫̥̘̙̤̠̝̮͍̺̯̘̟̞̦͍͓͓̝͈̪͔͍̟̻̼̥͈͎͙͍̤̪̼͙͉͍̘̮̻̜̳̫̮̮͕͖̖̝̣̼̮͔̘̫̗̲̹̗̭̥̥͖̬̯̗̹̗͉̝͍̼̙̣̱͖̳̩̘̹̹̙͚͉͍̱͚͉̙̖̙̟̺̩̹͔͉̬̗͕̞̭̝̳͈͕͚̰̺̰͉̰̠̟̗̼̝̞̹̪̩͕̭̘͔̙͎͇̟͇̥̪͚͙̲̩̗̥͇̞̹̫̣͉̣̤͖̞͕̗̥͈̟̥̘̗̗̹̲͕͎̣̥̭̞̣͕̖̜͈͙̯̣͈̫͖̥̳̦̘̝͚̖͈̙͚̜̜͎͓̮̳̥̘̘͍̻̯̿͛̆̇̇̓̋̉ͥͧ̂̋ͭ͊̈ͭ͂́ͦ͛ͪ̉ͪ͂́͌ͥ̉ͥ̽ͭ̅̍̋̍ͪ̇̀̿͌̌̑͂̏̍̈́̑͋́͂͑̄ͦ͋̓͒ͪ͑̂͐̄ͥ͑͆̍̎̔̾̓̋̓ͯͪͮ͌̽̎̍̂̐ͪ̂ͥ̍̈͊ͫͥ̂͌̓͑̌̍̐̆̂̾̔͂ͧ̿͑ͧ̿ͤͧͭ̓͑͑͑̓͋ͮ̽͂̅͂͗̿̒͗̇ͬ͂̔̈́ͦ͆ͩ̈́̆̏̓͂ͤ̇ͮ̒̓̀̒ͦ̑̍̔̔́ͨ̋͂̐͆̿̑ͯ̄͊̉͛ͧ̋ͦͣ͒̌ͤ̍̅̑̾̇͗̈́̋͌ͬ̾ͭ̌̏͆̔̓̄ͫ̽͂͋̄̿̇ͪ͐͋͌ͬ͒̑͂́̇̀̀̚̚̚̕̕̕͜͝ͅͅͅͅͅͅͅc̷̶̶̶̸̴̷̷̴̸̨̡̢̨̡̧̛̛̖͖̠̤̹̪̼͇̻͖̖̗̖̜̠͍͕̻̺͎̼̮̼̞̣͇̟̤͇͙̟̲̖͍͖͚̦̦͕̲̞̳͕̻̳̜͚͎̺̻̪͙̜̲̘̯͇̫̱͓͖͍͕͖̭̝̖̝̟͕͚̜̭͓̙͉̳͚͚̠̫̹̭͕͈̟̱̬͖̳̻̺̫͇̩͈͉͖̭̝̘̣̰̰͍̬̻̱̥̟͈͎̫̤̠̫̺̹̫͍̺̘̦͕͔̯͎̠̞̩͖̥̺̥͍͍̲̝͖͓̲̞̣̭͇͚͓̥̭̗̘̮̞̼̬̰̜̹̘̥̻͈̺͎̭̩͓̲̪͎͇͚̱͕̳͙̬̱͓̲̲͖̫̜͖̲̝̠̼̙̮̝̲͉̻̖̘͖̬̟̝͔̰͉̰͙͍̟̘̻̭̙̗͇̺̪͕̟̗̜̩̪̰͍̩̘̖̗̖̘̣̩̜͙͓͔̖̟̳̟͔̗̫̘̣̮̱͚̰̥͍̻̺̗̭̘̭̤̝̺͓̦̗͓̖͕̪̹̩̗̳͖̭͖̰̟̞̣̝̣͉͙͉̜̳͉͖̼̤̻̪̣̼̗̗̻̣̼̪̰̺̰͇̹̟͙̥̹͈̗̜͚̪̦͙͇̯̟͕̯̦̲̤̞̦̪̳͕̟͔͈̙͖̻͓̫̭̞̻͚̠̩̘̯̪̝̣̜̥̜̝͍̩̦̖͙̹̭͙̫͇̩̪͚͖͖͖̫̼̻̘̦͖̼̮͈̜̙̞̤̘̤̜̟̎ͩ̇̓̄̈́̍̈̍̽̌ͥ̑̾͌͒̊̿ͧ̉̓́̀̉̓ͪͫ͆̔ͮ͑̽ͨ̾͋ͭ̽̊̇̇͂̔̍̀̅ͩ͒̉̋̃̏̓ͤ̍͒̈̇́ͦͬ͐́ͫ̋̆̇͂ͤ͒̈͗ͨ̓ͭ̓̃̂ͮͩͩͭ̑ͬͭ͒̔̿ͭ̿ͥ̌͑ͣ̄̽̆͂̊̅̄ͤͩͨ̐́̀̆͐͊́ͯ͂̎̈̎̑̉͊ͦͥ̋ͥ̂̑̈͐ͬ̒̽̍͆̽ͨ̍͆̎̍̈́̈́ͪͯ̐ͦ̈̓ͫ̐ͫ͂̍ͩ͋͑̽̑ͬ̔ͩͪ̏̈́ͯͫ͐̽̃͛͊ͫ̍̂̒ͣ͂ͦ̾̏̈͊̏̿̿̄ͦ͑̈ͭ̄̄͐̄͋͆ͣ̐ͨͣ̅ͮ̏̐͊̓̆̒ͧͯ̂̈́̽͌̓̔ͨ̿̌ͮ̐̔͗ͬ̿ͨ͗͐̿̉̑͛ͮ̓ͫͧ̏͒̀̒̓͑̀͋ͦͪ̀͊̋̓͊ͧ̈̈͆ͣ́̒̊ͪ̆͛̅ͯ͐͂ͫ̎̑ͧ͂̃ͭͤ͌̒ͬͩ̈́̓͋ͯ̏̔̍̇ͩͩ̓̑̍̓̇͑͌͆͑̌̃ͩ̐̾́́̀̚̚̚̚̚̚̚̚̕̕͜͢͟͜͢͠͠͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅh̛̛͋̏̓̀ͤͬ̆͆͊͐́ͧͬ̌̎ͭ̎̋̅͊ͧ̿̽̋͌̍̒ͭ̾ͯ̎̎ͣ̔̂̍̆͗͌̍̅͆ͩ̀̀̏ͪ̐ͤͨͫ̾͗ͤ̀̅ͧ̉ͤ͋̇̒̂͊̈̋̈́͗ͫ͑ͯͤ̊́̔ͫ̐̏̐ͮ̈́ͨ̀͌ͭͨͪ̆̑͐̔̿̽̍̏̒̈ͩ̽̄̅̌̎̈́̃ͭ͑̂ͭ͑ͮ̽̈ͭ̍͌ͣ͐ͩ̏̂̾ͤ̿̆͋͌̓̓͑ͮͤͯ̿͋̎̃ͮ̊̈́ͣͨ̈́ͭ̋̑́͗̄̒̍̔̎̇͌ͦ̉͆̓͂ͪ̑̑͊̐ͯͧ̈̒ͪ́̒̇́ͣ̐̋͆ͧ̄̿͌́̔ͩ̊͆̂ͪ̈͌̈́̋̈́̈́͌̔ͤ́̾̾ͫ̒̔̃̍̑̿̃̑̽̍̄̎͐̇ͧͫ̇ͯ̈ͧͥ̌́̈́̎̀ͤ̓͐̾̓ͦͣͯ̎ͭ̃ͫͫ̇ͪ̈́ͯ̓͗̓ͦ͆̆ͮ̽̌́̉̑̈ͨ̾̐ͭ̓̊ͨͭ̑͋̊̅ͦ̇̐̓̅͗ͧ̄͒̃̆ͪ̌̄̋ͦͨͣ̅͐͋̍̿̾ͤ̑̐̇̌͑̅ͨ̒ͭ͆͑̓ͫ̐̌̿̑͑̔̔̍͆̑ͭ̍́̒̄ͯ͒ͯ̓ͥ̋̈̇ͤ̂ͯ͋͛ͩͫ́̃̋͐̆͌͊̋́ͧ̉͛̐̋̿̾ͬ̑̏͆̔̎͗ͧͤ̆͋̇̉́ͧ̓͑́̈̈́̃ͤ̐̋ͭ͋̅̐̍̄ͫͭͭͫͩ̔̍͆̈͗ͮ̀ͥͤ̆̒͛̌̽ͣ̅̋̀̿̈́̇̍ͩ͋͋͌ͫ́ͫ̐̈͂ͨ͛̈́̒̓ͧ̏͐̾ͨͥ̈ͤ͐ͫ̋̒͗͒̈̊͗̑͛ͭ͆̌̾̍̅̂̔̾̈́̌͆͗ͫ̆͗̋ͮ͌ͧ̆͊͊ͪ̈́̂͛̏̔̊ͧ͛͂ͦ͗̎͛̍̍̿̂͐͒̔ͩͧͬ͋͌ͧ́̃ͩ̽ͭͬͨͭ̔̔ͫͧ̅̌ͤ̾͊̾̀̐ͨͭ̽̈́ͪ͊ͨͥ̈ͦͩͦ̆̒ͫ̑ͤͥ͂ͩ̌̇ͪ͆͑͐͂̐͆ͮ̉͆͐ͩ́͑ͪ͒ͯ͐̂̑̌̾̅̾̾͛ͣ̿̌͗̂͌̈́̒ͫͬ͒͗̒ͧͩ͐̓̒̊̄̑̑͛ͪ̓̃̃̾ͧͤ͐ͨ́́̈̑̔̎̀̎̂̃ͬ̎̊̆ͣ̆̔͂̉̑ͫͫ̈͆͐ͬ̐̍͌ͧ̈́ͥ̉͑̍ͬ̓̅̔̀ͩ̋ͭͬ̿̾ͦ͐̒͆̃̆̒̀͊ͫ̉ͣ̊ͬ̉ͯ̆ͤ̉ͫ̆̐̈́ͥ̇̊̏̔͑̊ͯͨ̔̆̎͌͒̐ͫ͛͆ͮ̃̆̇̈͑ͯ͐̈ͬ͐͐̈̇͂̊ͫ́̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͢͠͏̶̢̢͜͏̴̵̸̶̢̢̧̧̨̢̛̲̼̪͉̠̖̭̗̭͓̯̲̙͇̺̣̹̰̦̫̫̤̝͎̤̦̗͔̟̤̜̞̱͕͎͇̫͇̼̳͚͉̲̙̦̙̖̳̝̙̗̰̻̬͓̼̙͖͓̘̙͍͍̖̯̭̻̣̩̮̳͉͙͈̗̫͖̯͉̙̝̗̭̺̘̘̜͈̯̩̤̗̬̝̗̬̟̱̗͓̳̻̣͈̫͚͙̼͉̠̝̯̝̪̜̠̝̲̺̠̥̙͔̠̺̻̝̬͕̣̙͚̥̭̻̬͍̱͚̭͇̞̭͙̹̬̻̠̞̳̲̼̮̤̥̖͇̥̠̤̱͇̗̱̳͖̹̦͖̯̘̩͓̟͓̱͔̞̲̜͈͈̘̲̯̰̹̲̫̠̰̗͖̗̬̥͖̦̠̼̪̱̙͙̱̹̭̘͖̳͓̤̪͍̥͕͍͎͎͉̲̲͕͓̜͚̞̥̦̰̰̱̗̻̖̩̩̞̹͉̲̳̳͚̼̜͈̬̥͙͈̤̟̯̹̙̰̪̯̲̭͎̗͕͔̫̮̬̘̙̬̜̝̻̬̺̗̥͍̣̮̰̟̠̩͔̺͖͕̜̮̣̺̩̤̺̞͎̝̲͍̦̤͙̫͚͍͎̮̮͙͓̦̲̜̖̭̪͖̲̺̟̤͔͔̼̥̰̹̫̣̣̘̟͚̜̬̺̗͕̞͎̣̹̤̞͈̼̩̭̜͍̞̹͇̟͓͙͎͇͉̬͚̭̲̟͕̼̜͉̺̣̹͓̮̥̬̪͔́̕͘̕̕͢͟͢͜͞͝ͅͅͅͅͅͅͅͅͅͅa̶̴̵̸̢̨̨̧̡̛̞̲͙̰͎̱̼̻̟͎̦̲̫̩̦͙̬̲̟͕̩͚͓̺͕͔̙̲̘͈͚̩̖̬͔͓̠͓̩̥̭̩̟͙̰̫̳̳͇͉͈̣̱̱̪̬̹͖̞̝͖̮̦͕͕̙̲̬̥̜̤͇͔̟̫̹̟̭̳̥̖̝͉̞̪͖̘̖̯̳͕͉͕̠͔̺̬̞͕̗̣̣̝͈͚̲͙̼͍͕̖̗̦̬̟̦̯̹̼̞̹̪͎̳̝͈̤͉͚̘͖̞̖͚͖̰̹̤͇̟͚͓̗̺̰̦͕͔̫̞̖̠̯͔̫̟͓̗̜̲͓̹͈̩̗̻͚͈̦̹͈̬̻̙̤̣̭̗͚̳̤̹̺̭͖̙̜̖̳̤̞̯͖͎͕̠̥̞̮̼̼͈̪͕͉̫̠̯̱̲̠͖͖̜͈̰͓̺͔͔̰͓͖͖̪͉̰͍̙̼̬͔̙͈͎̫͍͓̲̲͍̦̝͙̫͖̗̲̖͉͕̱̱̤̳̫͖͔̠͈̮̰̥̻̻̟̦̤̥̪̥̗̪̯̦͇̝̭͉̠̟̥̩͉̥̬͕͓̪̩̳̜͈͖͍̲͚̥̟̫͉̼̼̖̞͇̪̟̯̥̻͔̞̬̞̤̖̬͔͍̘͕͓̟̳̰̭̘͖̰̦͓͇̮̦̙̩̬̩̯̼̰͖̙̭͙͎̤̰̠̘̲̖̖͙͎̫̦͙̞̟̤͔͔̮̫̲̟̩͇̖͓̘̮̬̙͔̼͙͍̜̫̩̙̲͔̩̬̜̻̖̩̗̯͈͍͈̫̜͚͚̻͖̟̻͉̦̞̣̱̰͈̰͙̞̘͍̦̝̳͖̙̮͔̗̙̯͓̹̪͉̼̩̙̞͇̞͔͉̻̫̮͕̫̩͎̝͚͍̥̦͖̪̰͍̤͉̗̲͖̹̱̥̭̙͉̬͉͔̲ͣ̇ͦͪͬͫ̈́ͯͤ͒͂ͩͦ͌̓̉ͤͨ̈͛̉̾̊̃ͫͣͨ͆ͨ̿͊ͫ̈̋͛͐̊̏ͥ̓̑̍̐̊͛̀̈́̏ͦ̅̽͛͛ͭͥͧ̃͂̒͐͑͌ͭͣͬ̽͆͋̍̍̄̐ͭ͐̔̑̿̇̂̏̏ͧ̏̅͋ͦ͑́̆͛ͯ̎̐́̉̃̈͛̓͑̐́ͣͯͨͦͭ̿͋͋͑ͣ͋̂͂ͩ͐͑̾ͬͣ͑̇̀̐͑̀̔͊̇̓͊̍̋̋̿̄̽̇́ͦ̓ͦ͐̌̓̔̆͛ͦͥͭ͗̈̆͋͊̾͒͐ͯͩ̂͋̒̅ͧ̂̓̈́͗̈́͂̓̿ͯ̍̄̎͊̐ͩͬ̄ͣ̿̽̽ͩͤͥ̍͛̽̉̓ͮ̐͂͛̋ͩͦ̏̿̈́͂̎̎ͨ̏́̄͌̈́͌̆ͥͦ̈́̌̀̅͑͐ͧ͆͒ͯͨ͗̽ͦ̄ͮ͗̑͌̈́ͩ̋ͩ̐̏ͤ̋̐ͮ̏̑̂̃̈́̓̓̄̌̐͋̾̉ͯ̌̌ͮ̑̽̈͊̀̇̇́̿ͭ̋̄͗̈́̏͆͂ͦ̾̂͗͌̒ͯͭͭ̔̆̔̄̂̎̾͆ͥͪ̽̓͛ͤͣ̃̆͌ͬ͋̈́̊̔ͬͧ̿͂ͦͬͫ̀͗̈́ͫ̓̆̏ͯ̒́ͩ̓̅ͭ̒̒͗̾̆ͥ͊ͤ̎̑͒͂̍̅̒̈̑͗ͣ̇̒͂ͮ̇͛̌ͭ̃̎͐̈ͥ̒ͮ͐̃̾̀̍̒͗ͯ̅ͤ̄̆̉̅ͭͭ̾͋͂̐̓̏̏̇̓̏̆͒ͣ̀ͦ͑́ͩ͂ͮͮ̄̅̐͑͐́ͮ͌̇ͤͯ̓̑̈́̉ͮ́̌͂̌ͮͭ̍ͤ̒̃̈̒̍͒̔͂̎͐̎͂̔ͮ̔̈́̅̈ͩ̓ͭ̉͒͐ͪ̂ͣ̈ͯ͒̌͌̂ͣͭͪͯ̄̓ͦ̑̽̀̓̎͆ͧ̆͛͛ͦ͂̃̓̿̊̐̊ͦ̋͑̏ͩͪͬ͂̉̍̔̋͆͌͑̽̽͋ͥ͒ͩ̉͌͆ͬ̇ͦ̆̂͂̋͛̂͂ͩ̄̎͛ͪ̈̓̀́̚̚̚̚̚̚̚̚̚̚͘͜͟͝͠͠͡ͅͅͅͅͅͅͅͅͅͅͅơ̷̸̶̷̶̷̡̢̧̛̽̉͛͒ͩ̀ͩͪ̃̂͋̆̐ͤ͐̌ͮͦ̆͊ͩ̇̔ͥ̇͒̂̏ͬͧ͊̇̒̂͌̈́́ͯͫͤ̅̐͒͋ͯ͋͑ͥͯ̍͆̓͑ͨͤ͑̽ͮͫ̒ͩ͋͒̐ͤ̑̒̆̄̃ͮͮͬͩ͗̅̈̍ͫ̓ͧ̅͋̏̎͂̽͋̄̆ͥͤ̎͌͛̃̂̑̾ͣ̾̋̌ͭ́͒̽̉͋ͪͩͯ͆͐́ͩ̍̃̔ͣ̌͒͗̇́̀̓̈́̽͌͋̆̋͗͋̍̐͊ͣ̉ͥͣ̓ͯ̉̐ͧ͛ͦ̿͛̐ͫ͆̊͒͑̔̅ͮ̓͆ͯ̀ͫ͋̽̈́ͧ̓͂̄̊̏̈̒ͫ̑̿̍̐͂̽ͩ͒̓͛̋̆ͧ͌̐͐ͫ̏ͧͭ̿͑ͩ̈́̄́ͭ̄͐ͨͭ͐͋̋͂̎̉̒̀͆̇͂̊̾̒̎̿͆͂̾̉͊͒̃ͮ̓̈́̅̄̂̑ͬ̓ͯ̄ͭ͒̓̎̋ͩ̆̑͐̉͒̔̓͗̃̑̎̆̐͐͗̂ͮͨͥ͂̃̓̀̐ͦͤͣͨ̆ͧ̉̄̿̒̄̇̂͐ͪͧ̆̄̎̈́̀̑̆̾ͨͨͦ̂͊ͩ̇ͫ̂͋̿͐ͫ̾͂ͫ̽̄̄ͥ͗ͤͩ̆̅͛̊̈́̆̈̃ͭ͌͑̃̀̈ͧͧ̇̈̆͊̈͊́͋͂͐̿̄ͧ̇̓̃͑ͨͯͦ̌́ͬ̏̔̅͂̓͋ͧͯ͗̋ͮͨ̍͛ͤͣ̒͂̈́̃͒̃͂͆̂́͂ͣ̐̾̈̂͊̂ͦ̒̉̇ͭ͑͆͋ͥ̆ͥͫͨ̂́ͪͪ̂̊ͨͫͧ̐͌̐͗́̉̇ͫ̎ͨͮ̍̓͒̑̈́̓̓͗̓̽͆̉ͮ̐́̇̏ͩͤ͆͒ͤ͑̐̒̈̍̊ͫ̆̈́̿͂͒̓̉̏̒́̇͌ͤ̅̓͛͗̂ͥ́͆̑͌ͤ͒ͧͤ̓͒͊̅̂̽̑̈́̂̂͐͐ͬͦ͒ͩ̏̾̆ͨ̓̉̓͑̓ͪ͆̑̓̋̍ͨ͌̇ͣͣ̉̏̑̓̃͊ͬ̒̊ͪ̏ͭ̄̈́͒̍ͬ̋͆ͧ͆̓̈́̑̍ͫ̍͋ͪ̌͛̄̌ͭ͊ͯ̇̾ͤ͆ͩͩ̉́ͯͭ͑̎ͤͩ̏̈́͐͐̐͌ͫ̍ͥ́̓ͫ͑͑ͫ̓ͪ̈ͯ͒̽͌ͥ͐ͣ̑̓͗ͫ̐̀͋̾ͫ͂̌͛ͦ̆̐͗ͥ͌̂͒ͫͦ̀̔̂̅ͨ̓̑́̍͋̉͐̐̂͗̓̃̒̍ͧ͑ͪͧ̆̓̃͗̿̽ͮ̂͂͌̎ͪ̔̎ͫͯ̇͂̓̏́̿ͪͫ̿ͣ̈̅ͮ͐͛ͬ̄͗̐̍͛ͩ̃̔̈́͐̎ͫͨ͋ͪͭ̊͋ͩͥ̍͆̅̍̐͆͛ͤ͗͋̄ͮͩ̌͒͛ͦ̃̽ͬ͆̿ͦ͆͗ͪ̃ͣ͌̄ͮͯͮ͊ͭͥͤ̐͋̅͊̽̑̊ͤ͒̅ͪͩ̃̃͐̍̈̽͂ͯͬ̂́̈́̒ͦ̉̈́̿ͩ́͂̊̎̅ͧ͂͒̽̏́̐ͤͨ̔͑̎ͨ̌ͩͣ̑͑̓ͭ̔̈̒͒͋̇̾̈́ͦ̄̐͊̇ͬ̾́ͧ̎̇͊͋͑̇̽͋̓̃̈́͌̀͐ͩ̈̿͋͐̍ͩ̓͒̍̀ͨͯͫ̈́̂̾̓ͤ̈ͩ̏̇̌̇ͫͫ̀͂ͩ̉̅̇͑̿̆̒̇̀́̚̚̚̚̚̚̚̚̚̕̕͜͟͠͠͝͝͡͏̢̬̠̲̤͕̮̗̝͈̣̜̫̬͕̩̖̹̭̯̱̤̗̰̹̹̦͔̙̘͔͈̮͇̤̳̺̙̯͙͍͙͙͉̭̩̟̠̤̮̘̼̟͓̼͈̱̩̦̫̺͔̲̼̠͉̥̗̦̲̰̝̗͙̺͔͖̖̞̪̺̣̖͚̝̮̤̬̻̙̝̱̹͚̩̰͇̫̺̼͚͉̜͈̱̣̝̹͕̣̥̫͈̙̩̭̗͎̬̯̣͕͓̪̗̪̠̠͖̰̪̯̹͍̪͉̤̗͠ͅs̛̊̂͂̏ͦ͛̄ͯ͆̐̾̏ͥ͋ͪ͆̍͗ͬͭ̆̃̂͗̓̐͗͒̐ͥ̄̇ͫͥ̆̑ͯ͛ͬͧͯ̋ͪ͊̒ͨ͛͋͆̈̃̋̈́ͫ̏ͨ͒̏̎̈́̊ͨͨ̔ͣ̅ͮ͌̽͂ͩ̏̽̀̑͋̀̍ͧ̈͗̂ͬͯ̄̓ͫ̈́̏̒͂ͥ̌ͤ̐͐ͩ̏̏͋ͭ͆ͮ͊̐̄ͫ̓̂̿͑̓ͦͤ̇̎̓ͤ̈ͭͤ͒͛̓̉̌͗ͪ͑̑̆̿̽̍͒̑̂͗̾̅̃̎̈́̃̋̅́ͬ̑̐ͭ͊̽͋̎̆ͯ̄ͮ̔ͯͩ̔̏͛͌̓ͬ̋͛͐ͧ̃ͩ̑ͤ̔̋ͥ̃̂͛̽ͫ͋͒́͒͒́̈ͮͯ̏̍ͥͩ̑͗̏͌͂͌̉̌̂̏͐̿ͪͤ͂̑̏̊ͭ̒̃̌̀ͪ̊̉͒̃̈́̓͒͗̾̇̄̈ͧͩ̋ͯ̉ͤ̉ͧͫͤͤ̔̔ͤ͒̒ͤ̾ͫ͆͛ͭͥ͋̏͗̿̔ͫͮ̀ͩ́̆̉̇̂̃̔́ͧ̃̽͐ͬ̅̈͒̃̉͑͆͂̒̒̂ͣ̋̏͌ͯ́ͥ̾ͣͥͩ͌ͬ̓ͫ͋̒ͬ̑̉̈̌̑͊̋̓̽ͪ͂ͦͤ̒ͥ̓̋́̐̑ͥͤ̈́͆̂̾̈͊̓̓̍̑͗ͪͨͨ̐̅ͧ̿́͆͋̿ͫ̉͋̅͆̋ͤ́̍̇̋͑͂ͣ͋̐͋͆ͮ̉̿̋̿͑̏̍̆̒̄͂̀ͩ͗́ͭ̆ͩ̅̇̿͛̽ͨ̌̍̅͆̈́̋́ͦ̈́̃͋̂̋͋ͦ̿̂̊̅ͨ̽̊̿ͦ͛ͩͧ̌̀̂̈ͧ̒̆̄̔ͧ̍ͬ̈́ͯ̌̔̂̑̆̏̉ͣͯ̆̎͒͛̎ͬ͐̉̇̔̽̉̾̚҉̸̷̶̸̸̢̨̡̢̢̡̀͘͜͜͢͝͝͠͞͏̶̧͟͟͞͏̸̴̨̢̡̡̡͜͏̞̝̖̗͍̘͕͕͕̞̼̭̳̗̙͇̱͕̝̥̩̣͓̪̦̙̮̙͕̟̬͉̲̠̞̮͕̬̲̯͍̝̲̬̯̠̮̙̤̲͉̺͍̪̥̦̣̘͚͈̣̭̝͈̠̫̩̭̥̙̤̙̙̙͚̪͉̗͇̣͈͖̗̝̻͖͈̙̪̰͉̯̖̫̮̘̘̯̤̣̙̗͚̳̗̱̻̫̖̺̲̤̭̥̝̤͕͇̤͈̫̬͓̦͚̖̥͈̘̳͚̞̩̟͈͕̻̭̺̰̝͕͔͓̤̹̣͚̹͈͉̤̘͍̠̠͍̭̺͉̠̺̯͖͙̹̲̗͕͍͕͇̟͕͈͉̤͕̻̦̼̣̪̹̬̻͔̥̳̲̱̝̲̼͉̦̣̟̬̘͎̺̮̗̝̺̞̘̬̞̘̟̞̯͙͉̬͚͎̬̠̬͙͓̖̼͎̥̮̗̥͙̬͖̥̯̖̘̙͇̬̦͇̙̝̹͎̘͉̗̹͍͙͕͕̼̻͎̩̙̞̻̻͇̬̣͎̤̳̞̺̦͎̭̘̥̬̖̲͖̦̠̬̩̯̹̩͚̹̫̜̠̲͚͍̺̰̝̹̖͞͞ͅͅͅͅͅͅ.̸̸̷̡̧̧̛́̆͑͆̂͋ͨ̈́̈́ͣ̇̂̅̂́ͧͦ̊ͬ̿̔̑ͤ͐̈́̿ͧ̐ͥ̓͆̽ͫ̊̒ͦ̍̍̃ͬ͆͛͗̏̃͆̅͋̒̑ͭ̈́ͮ̂̐̓̿̇ͦ̏̑ͦͪ̐́̌̈́ͤͩ͐͗̃̿̽ͫ͂͆̎ͭ̋̐͆̇̒ͤ̄̍̐ͬ̑̉͑̆̇ͨ͛̈́ͥ͂ͫ̂͒̓̓ͦ̂̊̆ͧ̒ͩͤ̈̾ͧͦ̈̅͊̾̍ͫ̾͂̅̈́̐͆͒ͫͯ͐͋͊͐ͯ̓ͭ̾̈́ͥ̑̿͋ͦ͆͊̅͒̓̌ͤͯ͊̈́ͨ̍̾̇̅ͪ͗̓̓ͮ͂̿̔̅̽ͦͣ͐ͬͤ̋͋ͫ̌͗͋ͦͣ̾̈́͛͋̊̓̑ͥ̽̆͒̿ͮ̐̂ͭ̾̏̀ͪͩ̋ͥͭ͋̍̓ͤͩ̽ͤ̑ͥ͋̏͗ͥ̃͛̓ͧ͑ͮͯ́̉̑̉͑ͦͦ̏̓̾͑̋̎̊̿ͨ̓͑̔̈́̽ͤͦ̈́̾ͪ̍ͧ͆͗̓͂͆̉ͮ̾̌̊́ͭ͗͌͌̏̇̓̉ͥͪͤͤ̊͐ͨ̐͐͆͗̾ͦ̈́̀͗ͩͪ̏͂̔͛̃ͮ͋̀̂ͮ̋̀͒̂ͫ͗̀̾͗̑̌ͫ̎͌́͑͆ͮͣ̎͗ͨͬ̈͑̐ͣ̿ͫ̓̅̎ͭ̐ͣ̿̉̓̅̋ͦ̇̃̆̌ͨ̐ͮ͋̿̑͋̒ͮ͂͐ͭ̄͗̄ͮ̾ͬ̉ͧ̇̋̐ͭ̾ͧ̔ͭ̇̊͊ͣ̒̑͆̃ͣ̒͂̌͐̐̃͐͑̓̽͋̈́͆̏̊̋́̍̒ͨͦ̿̾̈̌̑̇̌̔̉̽̅̒̒́̄ͨ̾̀̔̎̄́͑͊̋ͥ̋̍͑̌̒́̐̃́̉ͥ͐ͪ̃̂ͨ͗̿͗ͥ̓͗̎̾̇́̈́̈́̏̎̔̄̊̄ͧ̀͊̅ͫ͂ͭ̐͊̉͐̈́ͪ̎̐͒̅̑̃ͨͧ̅̍̌ͩ͋̍ͩ͂ͦ̽̉ͣ̑̂̿̓ͤ̐̌ͮ͛ͫ̓ͨ̔ͧ̀̓̓͌̅̍̆̏̃ͯͣ̈̅͐ͯͧͯ̄ͫ̏͆͂̔͐̓̑ͦ͐͌̽ͮͭ̐̊̄͒ͣ̃̆̇ͥ̂ͩ͐̋ͪ͌̀̏̋͐̂͌ͧͪ̓͆̃̏̃ͯ̏͒̆̀ͦ́ͦͯͧͯ̐ͣ̔̾́̂̓̂̇͗͗̀̾̆͗̂́ͥ̽ͫ̑̉ͧ̋̆ͮ̅̽͑̉͌̃̊͋ͥ́̃ͩ͂ͥ̅ͫͣ̐ͬͦ̔̑ͤͯ̆͑ͤ̑͐̈͂̊͑̈́̑̔̅ͨ̎̒̑͒͑ͭ̏͋̄̌͛̃͗̋̄̉̋̓ͮͣ͑͂ͧ̓̔̔̆̽̃ͨͩ̌͑ͨ͛̾̉̈́̈́͑̎̍̈͛̒̏̎̄ͦ͆̇̽͗̏ͥ̿̾ͫ̋̑͒̏̎̏͊ͦͪ̏͒ͣͣ̋̓̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͘͟҉̷̵̡̧̡̧̢̕͢͢͠͡͡҉̴̛͠͏̶̨̧̺̪̗̭͚̼̟̞͍̳̲̱̹̝͉̻̞̗̱͓̲̫͖̬̻̻͕̭̼̖̠̥̱̣͕̲̪̤̟̖̱͈̼͓͇̖̦͉̳̪̣͕̗͓͉̮̜̙̼̘͙͓̗̼̖̙̰̬̗̝̀̕͠͞ͅͅͅ
    ̵̸̨̀̆̎ͯͧ̀̓̂̈̐̌̓͐͌̏̿́ͭ̿́̉͐̋̓̋͋̏̔͆̾̐̆̍ͩ́ͬ̄ͮ̿ͫ̔̈́̓̓̋́͆ͬ̾̅͐͗̆͛́͋ͤ̈ͩ̉̌͋̓̋́͆̇ͪ͗̾̄̀̄͌̂ͬ͛ͩ͋̃͆ͥ̅̾̌̿͛̂͛̎ͨ͗͂͆̂ͦ̓̏͗ͪ͒̉̀̌̔͌̍̾ͦ͑ͧͧ̔ͧͭͤ̔ͭͭͩ͂ͦ̌͂̀ͧ̏ͥ͂̏͋ͫ̍̍͌ͤ̈̓̓̋ͫͪ̅ͭͬ͗ͯ̀̔̓̊̃ͦ͊ͬͯ̍ͣ̔͐̒̾ͨͯͤ̄ͨ̇̆̈́ͣ͂̒͌ͩͣ̎͗̈́͐̂̐̈́̊ͭ̅ͯͧͣ̎̂ͧ̃̍̇ͦ̽̎ͫͫ̅͊̑̀ͤ͐̑̓ͣ͑͗͗̀̏ͯ͂ͫͧ̆̍ͤ͋ͯ͆̈̐̔̅͛̆ͨ͐̋̏̈̒͛͆̆͆͋̑ͦ̽̓̎̉̽̃ͥ̃ͤ̀̓̓̈́ͫ̿ͧ́ͪ̎ͦ͂ͧͩ͒̇ͨ̅̓̄̐ͥ̓ͪ̀ͮͥͧ̉͆̉̃ͣ̽̔̏ͯͧ̎͗͛͐̽̓̔͗͋͂͆̒͐̎͌͐͊ͭ̂̄ͦ̄ͯͥ̓̑̾̿̑ͩͫ̿ͨ̆͗ͬ̊̃ͪͧ̏̆ͩ͐ͫ̄̀ͭ̓͑̌̆͐ͮ̋̓́̓ͪ͛ͬ̅̔̅͋́̆̽ͧ͊͐ͥͦ͑ͩ̂̿̂͛͂ͬ̓̿͛̈́̉͌ͬ̊̇ͫ͌͑ͦͤͮ͛̓ͥ̉̈͊ͫ̐̇́̈͗̇ͣ͐ͧͪ̐̐ͫͬ̈ͮ̈́ͮ̍ͦͤ̎ͬͥ͐̃́̅̀͌ͯ̈́ͬ̉͂͂ͬ̅̑͆̆ͩ̄̓̀͑̿ͦ̃̑̍̍̀ͩ̿̃̎̍̅̓̓̄͗̒̌͊̑̇̌̏́ͤ̒́ͧͮ͊̈̀̎̏͒̽̓͒ͪ̈́̊́̍͛̎̅ͭ̐̄̉ͤͫͫ̇̿̑̄̿ͭ̂̉ͧ̑̃ͮ̍͒̾͗ͫ̽̐̈̏͂͐̎̽̊́ͨͭͭ͗ͮ̊ͤ̉̆̆̒͂̃͛̒ͦ͆̀̎ͭ̇ͩ̋ͮ̾̑̾̐̎͆̊͂ͥ̆ͯ̇̂̔̃̿̾ͥ̔͂̆̾̔̌̈̍ͦ̀ͧ̎̏̋͊͑ͯ͆͆̅ͭ͐ͭ̃ͩͯ̌̈̇̌̌ͫ̎̌ͫͤ̊̓ͨ̒͂ͧͧ̏ͣ̿̀ͫ̇͆ͯ͆̅̅̈ͧ́̊͛̐̆ͥͥ͐ͨͩ̀̇́̐́͒ͤͤ̇͊ͭ̏͊̍ͯ̆ͪͣͭ̿ͬ̑̅͂ͯ͊̐ͭͣͣͭ̊̆̏͋̑͐ͪ͛͂͗̂͗̾̾ͥ̾̌ͤ̐̈̀ͣ́́͛̈́ͫ̈͆͋͌̈́̾ͧͣͪ̀ͣ͐̎̋̓ͪ̓̇̇͛͂̾̏͌̈̈́ͦ͛ͨ͂̇̔̌͛ͩ̉̑ͦ̈́̒ͬ̊̿͗͆̌̀͐̿̃̊ͥ̚̚̚̚̚̚̚̚̚̚̕͜͜҉̴̷̸̴̷̶̵̸̴̢̡̡̕͟͟͝͞͠͡͡͠͞͏̙̬̞̥̗̠̰͖͔͖̯̣̞̼͍͉͈͓̭͈͇̘̳̬̥̻̬̲̰͔̰̪͙͕͎̥̠̯̼̤͍̺̻̬̫̺̹̝͖̣̲̘̻̰͕̝̣̞̟̯̥̥̯̼̦̟͈̝̗̩̠̳̲̤̗̼̖͉̳̬̗̣̱͙̪̠͉͚̘̩̺̞̫͈̫̯̞̺̦̻͓͓͓͇͙̳͇͙̦̟͓͔̖̪̯̠̭͖̖̗̘̘̤̺͎̞̘̮͈͖̦̟̝̹̟͇̖̯̭̞͚̥̯̻̳̠̝̮͍͉̭̞͇̺̺̺͉͇̟͖̺̦̣̬̙͍͚̺̬͙̭̬͕̼͔͔̤̟̙̩̩͚̘̪̦̜͉̲̪͈͇̜̮͇̰̖̹̼̝͚̣̣̖̗̦̫̘̗̱̻̖̺͉̱̞̥̯͙̘̘̤̞̮̪̣̻̪̼͓̗̗͖̤̫̖̙͉͍̙̺̫͉̤̖̝̗͉̜̲̱̞̗̞̮̤̙͖̥͚͔͙̻̞̻̼͍̜̻̭̝̗͕̬͉̰̮̦͕̩͍̘̘̹̰͙̘̼̱̬͔̝͙̘͍͍̠͚̩͈͙̦̤̦̗̰̲̘̼̥̳͔̟̹͉͉̤̼͖̜͉͙̘̱͔̝̯͉͙̠̻͙̼̫̫̭͕̗̻͈͍͚͉͈͈̙̠̱̭̺͎̭̼̖̲̣͚̼̘͓̮͈͉͉̼̱̫̬̘̖̱͎̬̰̣̯̳̯͕͚͍͈̲̤̱̦̲̭̰̮͈͕̻̻̞̦̟͇̟̱̹̼̫͉̱͈̳̪̣̱͓͚̞̱̰̱̪̠̘͈͇͈̙͎̩̞̠͙͙͓̪̳̹̪̹̬̳̰̬̭̩̬̪͉̫̫̣̼̣̺͈̱̙̯͚͉͉̳͖̠̪͎̖͎̭̫̣͕͍̹͍͙̲̝̺͇̗͙͖̦͓̙̭͕͍̣̙̖͚̩̜̱͚͙̩̳̖̦͉̬͙̝̩̦̫̼͍̳̝̪̟͎̯͔͉͓̟̘͉̰̲͓͕͈̪̜͎̺̪̞̬̯̯̱̻͚͙͕͙̖̠̫͔͈̖̟̤̲̤͕̞̘̞̠͙̠̠̟̟̙̙̜̞͉̯̹̖̮̗̞̲̳͓̖͙͔̝̣̳̦̰̝̗̖̺͓̩̳̳̻̱̳̹̫̣̗̠̝̮̞̠̤͈̭̹̥̗̯̻̙͈̦͕͈̮̜̘̹̙̫̠̟͎͍̹̬̣̦͈̥̦̜̭̝̺͇̻̻̘͉̼̲̘̦̗͙̥̭̲̞̱̼̝͓̗͇̝͉̞̱̘̖̳̦̼͖̜̰͚̙̣͎̤̩̲̤̖͇̯͙̗̺̺̮̫̹̞̫̠̯̰̞̪̤̼͙̲̦͈̳̻͎̳̪̯̠̞͉̜̙͇̹͕̬̼͔̮̠͇͓̲͚͔̗̥̩̦̥̣̝̮̯̥̳̘̣͙̖̘̦̙̝̞̗͍̫̼̬̞͎̣͙̺̖͇͍͍̝̹̦̻̻̼̖̠̥̝͍̣͙̺̼̳͕͍̖͔̲͇̭̖̻̭̜̞͙͇̟̣̯͍̩̜͔͍̟͔͚̝͍͓̮̦̮͓̺̟̙̳͍̞͖͍̬̟̭̼̖̯̭̯̹̮͔͍̥͓̙̰̭̺̹̺͙̝̱̖̩͈͍̯̮̼̥̱̥̮̣͈͚͔̩̘̘͖͎̼̠͔̫͔̕̕ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ
    ̴̸̢̡̢̛̛͋ͪͬ̄̄ͯ̉̆̅̂͛̄ͩ͂̈ͮͭͥ͊̍͑̐̇͛͛̓͗̓̀̐ͥ͛͐ͯ̔̂ͨͭ̏̒̆ͩ͗̇͂ͭ̃̃̉ͭ̏̍ͤͫ͗̐̆̎̐̊ͮ͛̋͆͑͌̉̐̋͋̿̏̐ͤͫ̈̈̋͊ͫ̂͛͐ͦͦ́̊ͣ̃̅͗̔͆ͤͭͧ̇ͥ͗̏̐ͥ͂ͥ̄̋̓͗̃̈ͦ̇̎͗̒̇ͯ̾͂̾̈́̈́͂͂ͩ̌͗́̿̽ͮ̎̇̂̋̓̀ͦ̋̑͋̏́ͫ̉̊͊͑͋͐̇ͯͨ͛̏͛͌ͪͯ̀͌̈̒̈ͣ͗̌̊̔̍̑͐ͤͤ̈́͑ͩ̉̑̿̿̽ͨͯ͆̒ͨͨ̄ͤͯ̍̈̂̇͗ͦ́͛̐ͬͭ̽͆̊ͧ̎̍ͮ̒̐ͪͬ̅͂͑̋͒̾̈́̓̑ͮ͐͛̈́̐͗ͤ̏͋̊ͥ͛̅̊̎ͨ̽̉͆͐̽́͑̈́ͭ̊ͧͮ͐̏ͨͮͨ̊ͥ͋̓̒̓̒͆ͫ́̎ͩͤ̏̋̑̅ͫ̅̋̿̿̾ͭ͒͂̽̇̾̽̾̾̊̒ͬ̋͊ͩͤͮ̏̓ͯ̿́̊̈́̂̐͒͆̏̒ͤ̄̇̇ͪ̐̓ͥͥ̍̾̾ͮ̽ͫ̄̍̈́͒̂̄̓͆ͧ̇͗̽ͮ͆̆̉͆̍ͦ̾̂͂̌̋ͮ̄̑ͨ̈ͤͥ̈̉͛́ͩ͐ͩ̎͐͌̚̚̚̚̚͜͝͡҉͢͠͏̶̵̡̡̛̛͉̞̺̠͉̰̥̳̮͎͚̱̪̖̪̞̱͓̼̬̪̟̮̠̱̪̮̖͔̫̹̣̯̙̗̞̦̥͖̮͖̤̘̤̫̳̻̩͙̜̗̺̙͚͙̩̻̭̞͖̺̘͖̙̥͈̳͎̙̲͍̥͕͍̮͙̘̼̲͇̠͕̣̲̦͉̱͕̻̜̹͎͔̞͖̳͉̥̭̮̘̪͖̠̯̜̦̼̻̯̘̻͖̪͉̠̣͚̟͈͈͉̩͉̩̯̮̜̜̖̘͖͉̻͚̯̞͉̞̫̰̝͙̮̙̼͍͉̻̺̱̼̖̬̙͉̬͈͎͓̜̳̠̣͔̝̗̹̲͕̪̞̥̱̪̳̮͚̹͕̰͔̮͚̰̞͓̫͇͉͕̦̜̞̬͕̞̲̲̰͍̗͙̺̦̗͖̤̟̺̞̹̥̙̳̘̱̗̤̮̠̦̺̺͖͚̩͓̪̪̤̲̲̗̲̮͉͕̹̰̳͙̗͕̼̳͎̝̝̩̗͔̠̗̙̜̭͎̻̖̱̣̳̙̳̜̗̣͍̘̬͇͇͔̪̮̝͕͈̼̗͇͈̗͈̝͈̳͇̩̬̭͉̰̳̙͔̩̮̥̪̳̬͖̼̬̗̠̻̘̩̻̥̟̫͖͎̹̲̣͎̫̲̗̖͓̤̳̯̹͉̥̭̮̱̘̬̱̞̟̞̙̳̜͈͉͕̲̭̬̱̬̼̗̜͕̩̗̲̱̪͚̣͚̗̼͎̟͖̠̼̬͈͙̯̘̱̮̩͔̲̲̻͉̪̦̙͚̻̘̲͚̱̮̝̭̟̤̥̩̠̲̺͓̪̼̖̯̳̠̼͖̠̖͙̙͍̞̯̥̖͚̞͔͚̖̟̳͕̝͕̬̦̮͙̰͚̤̤̫͖̙͖̼̭͔̬̭̖̺̥͉̭͇̯̠̝̯̜̭̼̮̞͙̫̻̻̜͇̲̘̙̞̞̗̣͇̖̯̱͔̦̮̘͇̯̖̘͔̖̺̯͎̘͔̯̪͖̼̲̯̝̞̬̮̹͉͚͎̪̙̰̪͇̘̬̗̩͍̭̞̣͇̯̥͉̭͍̙̖͔͓̼̦̞̪̥̯̠̬̹̜̼͓̖̪̟̺̦̰̮̣̦͚̮̰̘̭̪͔͚͇̻̝̳̗̣̺͍̭͉̮̳̘̬̝̦̮̰̫̙̤̫͙̬̬̰͚͍̜͉̤͕͖͖͔̬̰̥̖̹͖͕̬͇͚̜͕̟̼̱̹͇̥͙͚̩̦̯̺̜̱̭̮̹͚̬̳̰͖̟̮͈͔͙̼̳̹͙̝̬̜͉̖͙̦̟͔̳͎̩̭͖̥͍̩͙̟̪͔̯̖͔̹̳̩̻̤̺̘̘͓̝̫͕̼̣̹̗̤̤̮͉̩̥͉̯͙̹͈͕̫̙͈͚̙͎̬͙͖̜̻̠͔̹̹̳̟̗̼͕̬̲̯̭̦̮͙̺͓̪̟̞̬̗̺̗̬̼͕̮̻̰͕͔̞̝͈͙̠̭͕̩̭͖̦̥̰͉̠̗̟̲̞͙̫̼̙̯̙͍̟̬͇͍͙͈͍͎̘͍̞̥̯̗͖͉̭̦̬̤̦̱̝͎͕̗̗͕̜̩̝̙̞̟͉̪̲̺̲͍͕͕̤͍̠̲̣̖͈̪̜̬͔̦̟̣̪̼̗̥̙̣͉͎̪̖̼̳̳͍̫̼̮̲̼̰͙͓̼̦̮̟͕̪̪̘̰͎̬͍̗̭̣͙͉͔̮̯̙̠̩̯͈͈̯̫̻͖͚͍̗̳̝̻̬̼̳̘̬̱̜̯̣͜͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅW̵̷̸̧̨̢̨̡͌ͨ̄̅͛͊̐ͦ̌̓͋̓ͩͫ̊̄ͦ̃ͨ͋͂ͯ̍ͧ̐̈́ͮ̽̈̂̈ͤ̀͗̋͆̀ͨ̌ͤ̅̏͆̂̓͗̊̾̋̏ͫ͗͊ͩ̈́̋̏̈́ͨ̂̊ͩ̈́̉ͩ̅͐̈ͦ͂ͮ̀ͮͮ̓ͭ͋̀ͥ̐́ͧ͌ͭ̋͌ͫ̓́̽̍ͮ̏̽ͣ͛̓ͭͬ̄ͦ̅ͪ̅͌͒̿̄̇͋̂̈́̿̆ͭ́͒͗ͣ͌ͫ̌͋̑ͦ̐ͤ̾ͨͧͥ̀̅͆ͣ̒̄ͦ̿̓͊̈ͦ̍ͬ̍̽̇ͥͤ̄ͬ̈́̈́ͯ̈́ͯͨͨ̔̑ͭ̍̈́̒̅̌ͭ̊ͭ͒ͮ͊̅́͂͊ͣ̅͒ͯ͛̽͆̍̂̈́̈́ͭͭ͐̑͛̓̽̀ͯͣͭͨ̌̽ͬͤ̌ͮ͋̐̍̏ͭ̃ͨͩͨ̐̈́ͦ̅̍̍̊̇̎͋̒̌̇̍̈ͪͤ͑̈ͬ̿̑̌̽̍ͫ̋͌̊ͨ͐̉͛̏̀͗͌̑̍̄͗̏ͧ̌̆͂ͤ͛͊̎͂̐́͗̋̆̍̾ͮ̿ͮ͒͛̐ͩ̑̃̽̓̈̈́̿̌̊̃ͨ̆ͭ̔͒̎ͩ̅̒̂ͥ͊̑̄͛͂͗ͫ̍͆̂̉ͥͦ͆ͯ̑̈́̄̍͌́̓͐ͨ̈͂ͪ̓̆͗̉̑ͮ̏ͪ̽͐ͭ͋͐̅̾̉̋̐ͩ̇͆̌̉͛͒ͮ̿ͯͨͤͬ̂ͤ̓͛̅̄̌̉ͤ̈̅́͋̾͋̈̃̍ͫ̾̌̓̆ͩ̈̑̇͋͛͗͋̂ͭͦ͛̓ͭͦ̓ͯ̍̉̾͛ͪͯ̔̎̆͛͋ͧ̆́͐ͯ͑̏̂̔̍̈̄͒̂̅̓͗̔ͦ́̀͛͗̐̐̿̉̍́ͯ̒̿̐̒̉ͤͮ͐ͫ̓ͬ̈͋ͥ̓ͩͣ̾ͮ̊͐̇̃̄ͦ̐͛ͨ̽̂ͫ͊̉̿̉̾͐̂̈ͮ̿̾ͤͮͤ̃̓ͫͦͫͤͫ̾̀ͣ͂̇̾̈́ͭͫͮ̍͐͗͌̊͗̄ͥ̾͐̈́͋̆͛̈̆̐́̊̍̓͂̑͂͂ͥͤ̀̈́͌̈͋̍̇͑͆͛͋̈́́̇̋̒͒̃̎ͮͫͬ͂͐̓ͣ̍̽̈̊̆ͬͯ̓ͮͯͭ̉̀̚̚̚̚̚̚̚̚̚̚̚̕͟͢͟͜͢͠͞͠͞҉̶͝͏̕͏҉̵̀͜͟͝͠͞҉̵̙͉̜̟͔̪̗̹̥̱͉̲͈̥͕̞͚͖̤͖͙͖͔̬͓̘̞̰̝̬̻̫̲̟̟̭̣͖͔̥͇̬̣͔̞̹̞̦̗͓̤͚̦̺̤̲̝̳͕̗̜͈̟͇̝̺͎̙̥̦̬̬̦̘͓̘̠̳̩͎̩̹̞̻̜̠̙̫͎͚̮̜͖͖̺̺̬̪̞̭̩͖̦̠̖̰̮̜̗̤̪̩̦̲͙̬͍̘̮̘͖̩̭̠̲̤̼̱̗̟̩͙͓̬̟͉͍̦̦̻̙̳͔̪̙̠̮͚̮̭͎͔̘̻̣̹̙̹̠̣͖̠̖̝̞͈̟̭͉̺͈̩͓̲͙͈͍̯̦͈̤̺̹̻̜̮͓̘̲̼̩͎͙̟̱͚͖̦̤͔̬̬̰̙̰̠̳̰̻͙̜̮̗̬̦͎͇̣̻͖̮͙̣̜̞͍̬̘̙̩̟̼̲͚̘̺͇̳̻͕̫̘̗̤͍̟̯̭̩̟͚̜̰̯̙͔̬̻̙̮̫̺̬͔͙̳͈̬̖͎̗̳̻̘̳̝̝̠̜̙̬̟͎̫͚̣̖̺̩̹̫̤̺̯̖͙̹̺͍̞̟̲͍̱̻̗̩͕̬̜͚̰̞̗̳̻͕̪̠̖͉͉̤̰̦̪̟̤̝̫͙̼̩̩̲̫͚̣̫̥̳̭͙̰͓͎̝̯͈͉̖͍̮̣͙̭̮̲̯̯̮̻̭̦̬͕͕̺̰̣̤̥̠͚̖̭̤̜̗̮̲͚̭̖̪̤̰̖̙̣͎̹̯̯̤̜̮̠͔̥̥̣͚͖̩͎̞̤̫͚̦̹̪͙̮̻̯̱͕̥̟͈̦̺̟͓̭̙̰̫̭̪̤̘̲̥͖͚͝ͅͅͅͅͅͅͅͅḯ̡ͮͮ̑ͥ̎̉ͪͬ̐͒ͧͨͬ̏̉ͦ͛̇̀̊̏ͫ̂̐͆̇͆͌ͩ̽ͩ̈ͬ͊ͬ̊̇̿͋͑̈ͦͩ̅́̃ͬ̐ͫ̋͐͆͂ͦͭ̊̇ͮ́̿̈͒̅ͤ̐͆̒̔̍͛̐̓͗͆̈́ͤ̈͒ͧ̆̄͆̃̌̽̎́̂͋͗́̿ͩ̉̑ͤͩͨ̈ͦ̃͑͒̎ͬ̓̒̑ͬ͋̽̽̓̈́ͥ̓ͦ͌̽̈́͒͋̌̎ͫ͗ͩͥͯ̉͌ͭ̃̀̽̃ͨͦ̅̂ͦ̉̋͋̇ͨ̑ͬ͐ͭ̐ͩ̾̾͑̓̓̈̑ͫ̏͊͛ͬ̑̔ͥ͗̑̾ͪ̇ͩ̓̑̽̈͌ͩ̆ͪ̅͋ͩ̄́̀ͬͪ̿̐ͫ͒̌̏̋̌͐̆͛̊̈́̔̈́̃̃̾̈̈́̈́̂̈́̎̈ͯ̽͌͆ͬ́ͦ̑͛̈́̂̿̉̍̍͆́̉̆͆͋̉ͧ̉̓ͤ̑ͨͤ̉̽̈́̄̉̎̽̇̿̊̐̈́̉̒ͤͣ͗͋̊ͬͭ͋̐ͣ̿̏ͬ̈̌̿̐ͮͯ͐̄͗̒͌ͪ͆ͬͩ̓͋ͯ̈́̏̄͗ͭ͂̍̈́ͭ̈́̉͂ͫͨ̽͂̏̾ͫͩ̎̃̃͐̏̄ͧ͂̽ͮ́̀̍͂̏̀ͨͫ̄̍̑̈́͌̎̔ͮ̇ͦͫ̂̒̓ͧ͒̈ͪ͐ͫͨ̎̄̄̊ͦͭͦ̊̾̌̍̂ͮͤ͂ͦ̐̔͑͋͐̓ͤͫͭ͗ͫͩ̔̇̄͗͑ͫ͂͐͂̏́͋͗ͭ̒͑͋͊̃̀̚̚̚̚̚̚̚̚̚͡͝҉͘͜͏̴̴̨̨̕͘͘͟͟͡͝͏̡͏̴̴̸̵̡̨̛̛̀̕̕͜͝͝͏̸̪͕̣͎͓̣̖͚̞̜̣̘̟̭̝͙̪̣̮͎͙̱̫̼̼̜͖̬̮̥̘̥̠̻̫̱͇̩̼͖̻̖̙̮͚͙̩̫̳̰̥̠̰̩̠͈̘̦̹͚͕̳̙̞͎̳͔͕͕̹͎̯̯̠̗̙̮̩͓̼̞͓̟̪̣̬̘͓̠͙͎͍̤̻̩̹̣͚̻͕͇͈̜̺͓͖̩͔̘͎̙̗̬͙̰͍̣̘͕̗̩̠͓͖̙̻̟͍̥͕̖̩̘̻̬͖̙̻̟̲̫͔̘͕̖̭̼̟͍̳͖͕͍͚͙̼̟̬̜̱̳͚̝̻̼̣͓̯̲̗̭͈̭̖̤̬͓͖͙̻̳̜̮͖̺̟͔͚̥͙̻͈̗̱̫̭͇̟͚́͝͠ͅͅͅͅͅͅͅt̵̡̏̉̍͐̒ͫ̌̍̽͂͊͐̽̂ͧ̀ͦͮͬ͂̾̓̉̍̌ͨ̇ͦ͂͒̽͂̐̓̅̊ͬͥͦ͒͗ͥ̀̃̐ͮ̀ͧ̎̑̆̿͊͌̄ͤͭ̆̐͆̓ͮ̒̉ͪ͐ͦͣ̄̍̇̊̄ͩͭͬ̃̐͑ͦͤ̑̇͗ͧ́̐ͮ̈̃͗ͤ͐ͦ̍̍̏̄̍ͮ̐̓͛ͥ͒ͪͫ̍ͧ̃͛̉̊͊ͩͤ͌ͫ̐̀̍̈́̄̓̈̋ͧͭ̋͌ͨ͌͐̐ͮ͐̍͑̑ͥ̇̈́ͤ͛̒̂͗̇ͣͧ͋̾̃ͦ̇̔͛̄̎̿ͣͥ̓͐͑ͯͬ̿̀̿ͣ́̽͆̒̄̀͌͋͊ͭ̔͑̀̒ͣͤ̏̓ͫ̉͆̍̉̐͋ͮͭ̏̉̂̀̃͛̈́ͫ̒ͣ̋͊̑͐̇ͭ͊͑ͯ͌ͯ̅͂͗̒̂̊ͧ̌̾̑ͯͭ̌̈̔̃͒̃͗ͮ͐̋̑̌͆ͪ͗̈́̔ͦ̃͗́͆̅ͫ̎́̉̈́ͮ̏͆̎̾̏̎́̓̇̅̓̃́̉͋ͮ̔̋͒̉̍ͥ̓ͫ͌͐̌ͫͦ͊ͪ̊̇̿̎̄̈́ͦͤ͊ͧ́̔̋̌͆ͯ̇̽ͯͬ͋ͧ͂̅̿̋̂͌ͨͯͪͮ̄̑̇ͮͬ̒ͤ͆͂̍͐̍ͩ͋̿̎͆ͭ̓͌ͧ͒ͣ̈̃ͯͤͭ̅̅̏̈͑̃̓̓̊͆͋͒͆͆ͦ̇̊ͧ̆͊ͨͧͩͤ̈́͊̓̾͊̆͗̑ͫͭ̏̽̐̃͐́ͬ̾ͣ̍ͪͪ̆ͣ̅ͤ̄̈͐ͭͨ̆͂͂̀͊̏͂̾ͥͮ̿ͭ̏͗̆͊̂̔̿̓̇̒͆̐ͣ͛ͨ̄ͫ́̀̍͗̈́̓ͤ̆͋̏͒̓ͭ͒ͩ̽̈̀̚̚̚̚̚̚̚̚̚̚͘͟҉̶̴̶̧̛̛͠҉̸̶͝҉҉̨̛͔̭͙̤̝͔̰͕͇͔͔͕͇̜̪̜̲̳̮̺͓̮͖͈̱̠͍̘̳̫̮͉̮̜͖̬̙͓͎̯͙̳͉̝̱̹͍̩̥̪̘̖̲̫͓̥̬̤̩͉̘͎͓̮̙̞̘̲̤̺͕̰̲͈̯̖̤̬̞̗͔̻̼͓̟͎͓͎̥̱͓̦̲̗̭͓̖̝̟̼̤͚̱͍͎̗̰̳͇͉̥̲͔͕̝̰͎̬͕̦̩̘̻̮̪̬̯̺̙̝͈̣̪̣͓͍̥̘̮̭̮̗̝̜̺̦͎̦͓̪̻̫̘̣̥̲̰̟̻̘̙͚̞̤͕̥̹͖̩̘̭̞͚̹̬̦͍̤̳͖͕͍̟͓̝͍̟͍̲̞̤̝̭̦̺͔̯̮̜̪̞͔̤̦̟̝̭̼̳̹̘̹̳̣̲̣̮̱̙͈̥͔̩̘͈̬͎̼̲̦̝͕̟̗͓͇̳͔̪̝̝̯̯̳͎̫̥̻͔̪̝̤̫̻̱̗͉̳͕͔̖̗͚̪͕̬̼͙̮̟̝̬͖̦͈̻͓͇̞͔͚͔̥̳̪̦̠̭̠͎̬̬̜̲̯͍͍̦͍̩̞̗̫͕̮̙̭̙͉̙̙̻̮͚͕̹̗͎̱̠̭̘͖̣̻̪̦͈̗̳̜̯̠͓̘̬͚̹̝̜̬̮̲̪͔̩̝͕̪̩͈̫͖̬̼̩̻̙͇̝̰͕͕̫̳̰̮͓̥͔͙̻̠̠̙̜̪͚͚͓͉͔͍̻͕͓̝̺̫̜͈̘̙̞̺̺̟̻̗̗̘̳̲̯̬̙͔̤̖͇̘͕̙̜̭̦̗̥̬̰̰̫͉͔̪͕̺͙͈̱̞̺̘̠͖͖͚̠̟̪͙̯̗̪̙̲̥̫̼̭͚̗͓͔̰̥̙͖̬̟̜͍̱̟͔̙͙͚̲̲̣̪̻̝̦̱͎̠̹͓̗̠̗̣̲͚͚͓͍̯͙̲̮̣͉̱̯̗̳̫̜̭̻̣͍̜̺͘ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅh̵̸̶̨̧̧̛̛̛͈̙̞̼̞̟̙̹̙͓̳̫͇͕͓̫͍̳̘͇̥̪̭̺̦̮̭̱̺͚̥͚͕̜͕̝͔̟̠̰̳͉̪͉̤͔̮̘͖̗͕̞͕͈̼̻͉̼̣̥͙͉̭̝̗̦̺̣̺͓̥͖̱̝͖̠͙̙̻̱̘̰͉͉̫̪͖̗̲͕͕͉̹͇͍̺̼̲͕̭̤̬͔̬̖̳̯͔͚̲͎̲̦̜̤̥̯̦̩̠̞̪͔͉̫͎̖̳̥̮̗̲̩̤̲͉̤̱̫̣͉̹͚͉͉̲̮̖̲͍̩̰̪̟͖̙͓͚̘̫̖̦͔̬̪̘̞̖̺͚͍͚͎̮̯̦̘̘̬̩̲͓͕̤͎̪̥͈̜̩͓͇͕͍̠̥͓̗̠͓͖̹͙̗̪̟͍̳͔̘̠̩͕͖͇̱͍̥͙̬̩̱͍̬̱̟̬̠̺̞̝͓̞̱̯͙̲͙̲͚͔̗͎̰̦̫̞̖͕̳͔̪̗̲̪̰̦̭̩͇̯̺͈̲̼͉͎͉̤͉̖̪͈͉̖̹̣̞͍̗̜̳̳̭̬͖͍͉̯̪̝̫̜̤̺͇̮̤̬̹͍̤͙̖͇̭͚̥̘̜̭͓͖̖̱̱̺̣̩͈̟̱̙̗̯̻͍̝̟̮̞̬̪͚͍͚̺̮̯̤̣̭̪͓̼̻͇̙̞̜͙͚̤̮͚̦̬͉̭̟̫̭̟̠̟͚̭̖̊͐͌ͫͦ̈́͐̆͂̅̾̈́̒ͪ͐ͥ͋͆̄ͩͩ͒ͮ̈́̐̓̂͋̄̋͌̐̓̊ͥ͑̍̑̔̓͐͆̏͐̓̍̇͆̈́̓̔̈́̔͌ͮ͂́͂̏ͯ̓̂̊̂ͤ͑̍͋ͭ͂͆̋́̋̉ͯ̐̿ͥͨ̽͋̆̽̎̎̑͂ͥ̾̆ͦ̇̇ͬ̇͌̈́̊̈́͊ͭ̒ͩ͋ͧ͑̔̅̿̾̿̊̈́̽ͦ̄̅̒̓ͧ̇͗ͫ͛͛͒̓͐̔́̅̃ͭ͋̿̿̽̊̽̑̍ͬ͛̊̂̑̔ͣ́̈͋̉͗ͥ̇ͨ̏͑͐ͮ̎ͥ̔̿̊̃̃̉̐ͨͯ̇ͫ́͊̔ͤ̏͂ͮ͋̐͐͌ͩͥͮͥ̿͆ͮ̉̽ͮͯ̈́̿ͣͨ̅͊ͨ͐̌̒ͭ͂͂̑͆ͦͤ̉̊̓͆̅͗ͭͦ́͐ͫͨ͌̄̍͗̓̐͒̈́͑̇̈́ͨ͑͆ͧ̈́ͤ͋͆̑̈́̔ͨ̃̍̆̑ͬͭͣ̈́̇͂͒ͮ̉͛ͬ̔̌ͦ̐͐͗ͧͩͨͦ̌ͦ̍̑̂͒͛ͤ̔̏̉̅̆̔͊̄͋̊̏ͥ̍ͨ̅̃ͯ̒ͮͥ̇͊̓̌͊̅ͪͦ̾͛͗ͫͭ̌͐͌͂̊ͯ͑̔͊̍͋͐̾̒͑ͧ̌̔̈́̓̔͋̋̃͋̃ͯͬ͆͐ͪͩͪ̒ͪ͋̽ͥ̍̃̈̔̈́͂̑ͭ̇ͩ̔̄ͭ̓͆̽̉ͩͦ͒͗ͨ̉͋̉͛̓͋ͦ̔̏̏̃̊͐̔ͮͤ͋͌̔ͮͬ̅̓̆ͦ̎ͯ͛̑ͯ̉̑̓̓͛̽ͯ̈̏ͩͧ̊̃̅ͯ̓ͥ͂ͦ͑ͯ̌ͧ͒ͧͪͭ̒̐ͮ̑̄̈́̀ͫ̀ͧ̓̽̅̑̀̓̐͋ͣ͛͌ͧ͛ͯͤͣ̓ͨ͗ͯ̎̈́̊͊̽ͥ̓͑ͮ͑̄ͫ̂ͩ͋ͥ͗͗̓̄̔ͯ̍̽͆ͫ̾̂ͭ̑ͨͩ̐̐́̐ͮ̒͊͊̂̊ͦ͋̈́̃͋͐̂͌͑͑ͫͫ̀̈́ͬ̽̉ͭ́́̚̚̚͘̕͡͞͞͡͞͡͡͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̷̴̧̡̛̏ͩ̈́̿̄ͫ̓̿͛͂̒̔͆͐̆̿̅ͮ̓̆̂͂̀̉̏ͥ͑ͩ̑̂͊͛̅͛͛ͧ̉̎͊̆̊ͥ̐͗ͤ̈͒͊ͫ͗͐̈ͮ̊̂ͨ͋̋̓̅͛͑ͪ̏̒ͭ̐ͫ͐̊͛ͫ̿̃ͪͣ̆̒̏ͨ̏̊̇ͨ̓̊͑̏̉̔̄̈̀̏̔͂̄̔͛̓́̏̃͗͊͌̒̅͂̃̊͋̊̆̒ͥ̀̈́ͫ̂̽͊ͨ̃ͧ͑̀̑͊͑ͩͬͥ͑̑̉̂͌͗ͩ͊̑͛ͩ̋̄̽̃̓̿̉̉̊͋ͨͪ̊͂ͯ̃͊́̊͑ͭ̚̚͘̕͜͢͟͜͢͠҉̶̸̨̢̰͉̜̲̦̰͙̠̣̹͔̤̖̘̮͈̜̟̲̙̤̯̠̣̳̼͎̦̲͓͕̝͙̠̩͙̼̫̝̪͙̖͇̤̟̟̺͉̞̞̼̩͎̯͚̳̪͔͎̫̠̫͓͔̙̤͔̰̣̖͖͔̙̯̬͕͓̹͔͇͚̝͇̬̥̦̲̫̘̙̪̞͕̱̣͍͈̠̦̮̩͎̯͙͙̠͙̦̠̳̯͈͙̥͙͓̤͙̺̩̭̱͙̤̗̙̺͓̣̙̹̼̦̞̘̯̪̟̲̥̻̪̪̜͚̯̟͉͈̙̺͚̳̖̺̦̳͙̯̳̝͓̼͕͙͕̗̳͓̹̲̟̖̺̯̺͓͙̪͖͚͉͙̬̦̲̦̻͙̣̺̱̪̘̯̘̜͙̺̻̝̜̙͓̺̦̝̯͔̭̦̻̹̩̻̼̳̠̘̤͉̦͍̥̗͓̠̤̹̜̝͖̹̜̪̘͓̖͚̻͎͈͇̘̮̺̮̦̱̭̠̭̭̠͇͖̫͈̺̗̭̱͍̘̤̭̥̱͕̙̞̝̭̖͚̥̳̰̥̬͕̳̲̟̙̮̺̣̖̲̮̫͓̻̪̝͖̻͍̭͙͉̹̰͍̯͉̣̹̮̲͇͈̰͉͖̬̪̯͚͚̝̬̘̟̝̬̹̣͔̱̠̲̙̝͍̫͓͎̱̜̫̬͈͉̠͙̜̲̜͍̳͔̜̱̟̯̰̣̭̩͈̤͕̹̻̻̰͈̠͈̫̱͈̭͖͓͇͉͖͖͙͎̤̬͈̤̰̫͖̭̺̬̳̣͎̠̣͓̹͔͍̜̻̺͍̠͔̣̘͍̲͉͚͈̘͖̘̠̠͉̠̳͕͎̯̰̦͎̞͓͙͎͖͍̯̗̰͕̘̖̥̫̻͓̪̬͉̱̘̼͇͔͕̜̖̣̬̣̯̠̰̕͜͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅo͊̎̍̏̈́ͬ̾̓̑̃̋̋̒͒ͭ̍ͬͫ͗ͫ͊̈́̎̿ͥͯ̆̿ͪ̏̌ͫ̓́͆̐ͪ̒ͧ͌ͤ̀̑͐̂̊̉̋ͦ͑͒͆́ͪͩ̂̄ͬͫͩͦ̈́ͬ̇̓̋ͦ̑ͦ̀̅͗͐́̄̐͆͊̐̈́ͨͬͨͤ͌̿̒̃̓̃̌͛̃͋̋̄̑ͫ̇̽͑ͬ͒ͯ͐ͨ̊͋̾͒̉ͣͬͮͥͪͦ̍̆͋ͫͧ̉ͨͧ̀͑͂́̀͑ͩͤͭ̋ͭ̐̄͗̿̅ͧ͐̊ͫ̾ͭ̀̿ͩ͗̑ͥͪ̂ͤͭͣͬ̅͛̈́͊̓̎̔ͫͤ͗ͦ̿̃̋̽̑̍ͪ̓̌ͫ̄̈̈́̂͊́ͯ̒̎̇̏̐̒̀ͯ̃ͦ̔ͮͪ̒͗̉̎̓̅̏̄́͂̇̅̾͑̽̏̓̃ͬ͗ͦͦ̓͛ͯ̇̉̎ͮ̊ͨͯͣ̃ͩ̊̏̀̆̿̍̓̂̏ͬ̎̒̆̿̃ͥ̋̒̇ͥ̄̒ͩͭ̿ͨ͂͐̅ͥͬ̇̓̈ͮ̅͂͐̎̈ͪͤ͒͗ͮ́͐̓ͨͨ̈́̌́͊̾̓̑͐́ͧ̑ͫͮ̔͋ͪ̎͋͛̄̐ͪ͑̂ͥ͛ͦ̐͋̅̓̒̐ͤ̄̈́͑̒͂̈́̍ͦ̔ͥ͂̂ͫͭ̇̄̌̓ͫ̓͋ͥ̈́̍ͦͮ̾͗͆ͫ͗͗ͤͥͭ̈́ͫ̍͆͑̀̃ͪ̉̑ͯͬͦ͂ͣͯͩ͛͒͆̃̇̑̓̂̋͐͐ͯ̀̂͗͑͐́ͮ͗̈ͥͩ̀ͩ̊̍̋̈̍ͬ͗̑ͯͯ̉̅̇̍̈̿̋̈ͤ͌̒͛ͪ͌͊ͤͪͫ̐̓̄̉̀ͮ͗̅̆ͧ̑̋̑̀͛ͧͤ̾̆ͤ͌͒͂̏͆̋̓ͩ̌̒̈́̑̑̐ͨ͐̀͋̈̿̓́ͣ̃̽͗͗̐ͤ͑͒̈̍ͤ̓͛̃͛̌ͣͬ̒ͧ̆̽͋̽͂̈̂ͥ͊́̑ͮͩ̃͆̈́̊͑ͬ͌ͪ̂ͫͦ̒ͭ̇̈̍̋̉̑ͭͣͯͣ̅ͫ̑̓ͫͧ̏ͩ̔͐ͬ͋̆̊ͪͧ̈́̉̏̒̃͌͊ͥͫ̀ͫ͊̈́̈ͪͬͪ͒͋ͮ̋̎ͬ̈́̾ͫͫ̈́ͤͭ̆̊ͪ̽ͬͪ͐̾̈́ͬ̆ͧ̑́́͋̄̇̏̓̇̓̌̈́̋ͤ͐ͯ͗ͪ͛̊̃ͨ͐ͧ́̆̽ͮ̊̀̓͌̍̉ͦ̇̇ͥͥ̔ͤ̃͛̃̿͆̍̉ͫͩͤ͆͂̏̊̑ͪ̿̆̿͆̒̎͗̓̃ͯ̾ͨ̇̚̚̚̚̚̚̚̚̚̚̚̚̚̚҉̸̸̴̨̧̛̣͉̩̟͓̠̲̯̬͖͕̤̲̭̭̞̳̰̱̜͕̜͈̥̟̺͖͚̰̯̜͖͙̮͚̖̹̠̥̮̞̱̤̞̱̬͖̘͚̲͖̟͉̬͔͚̦͓̫̭̠̜̞͕̬̥͚̣̤͚̰̬͈͉̲̥̭̭̮̯͚͉̟̦̫͍̞̘̩͖̱͖͙̯͎̤͓̺͉̦͎͇̩̹̣̮̼͙̼̻̦̩̮̱͖̖̜̭̀͘̕͟͢͡͞͝͞ͅͅͅͅͅͅư̷̸̸̷̡̢̧̎̆ͥͬ̇̃͐ͩ̐̐́͗ͫ̇̄̐̀ͧ͐͌͛͗ͧ̊ͮ͑̇ͦͫͯ̏͆̋̓̽̀̍ͭ̓͛̏̋ͫ͊̉ͤ͆ͬ̅ͣ͛͛ͮ̄ͮ̈́̓ͣ͗͆ͮ̔́̄͌͗ͤ̎ͫ̍͛̉͐ͮ̔ͫͫ̾͋ͩͥ̌̑͆̿̍͛̆̊͐̈́͒ͦͮͬ̈́͂̉̂̄̾̊͑̄̾̔̒̊ͫͨ͒̾͋̄ͯ̀̓̅̾̉ͧ̔̔͋͋ͩ̔ͫ͑̾ͪ̏̓̽͋͒̾ͤͤͤ̓͑͌̓̅̋͋͐͋͑ͪͮͧ̑̄́ͨ͂ͨ̒͒̅ͭ́̅͐̎͐̑͆̿̐̈̍ͮͩͬ́ͯ̂͐̓ͬ̓͛̉̉͆͋͊̋͒̅̒͛̾̽̌̔̏ͭ̃̌̀ͮ̄ͦ̒̍̓ͫͨͪ͂̋̃̆̂ͧ͛̄͊ͥ͑ͯ͛ͬ͗̊͋ͯ̐ͪ̔̑̀ͧ͋̍ͧ̇̃̊ͯ̾̎ͣ͊ͫͦ̈́ͧ̑͂̓͆̇ͥ̍͒ͯ͂̌ͧ̑̋͛͊̍͑ͭͬ̑̈́ͩ̂̅͗̏̂ͮ̊̇̏ͦ͌̆̉̿̋ͭͮ̉͆̈ͣ͌͑͌̔́̅̓̽̌̋̌ͬ̾ͭͩͤͯ̔ͤͨ̒̋́̍̂̔ͪ̋̆͒̃ͧ̉ͥ̃͂͑̐̄̈̎͗͗́̑͋̿ͯͧͨ͌̉ͤͦ̍̇̍ͫ̿̓̾ͯͮ͆̎͋̐̾̏̐̏ͩ̍̌ͪͭ͂̉ͭ̉̌̌͛ͯͪͤ̀ͣ͆̋͑͑ͧ͋̿̎̈ͭ͂ͯͩͮ̓ͭ͛̔ͫ͒̒͌ͪ͊ͥͮ͐̐̚̚̚̚̚̚̚̕͘̕͟͝͡͡͠͞͡͏͘҉̢̟̮̱̖̯͔̲̞̠̫̱̼̭̰̰̙̦͚͓̬̤͓̜̻̗̬̞̩̺̙̘̖̞͉̝̼̞̬͚̫̦̥̬̲̲͕̱͎̙̗̻̜̭͉̪̲̤̦̯̲̯̝̜͇̪̜̹͚̩̟̰̯̙̻̳̻̙̜͙̝̞̥̰̘͚̼̪̝͇̝͕̦͚͍͍͈̰͖͙͙̦̜̯̺̻̠͉̘̪̰̭̩͉̲̟̮̙̘͉̝̭̙̹̗̦̬͖̘̳̘̼͓̬͔̝̞̝͈͎̝̯͕̱̙̥͍̠̺̝̠̱̜͕̖͕̠̤̫̘͔̻̪̼̠͓̞̮̻͉̫̲͎̺͈̦̻͔̥̠̠̠̥̠͚̻̟̪̲̦͔͙͎̦̳͙̲͇̘̩͈͇̲̹̲̣̩̼̭̺͙̼̖͓̥͚̪̞̬̥̹̬̻̭̠̱̹̹͙͎̘̞͎̝͍͇̦̟̪̭̤͈̖̲͙̼̝̗͖̗̭̜͙̟̠̗̝̘̯̬̞̻͈̪̬̙̺͖͖̝̼̥͍̹̭̯͇̯̦͚͔̳̹̻͓͖̺͙̺̘̩̲̭̝̬̣̰͇͔̪̼̮͉͍̱͚̪͍̝͖͎̟͓̠̻͙̠̣̱̪̙̻̭͕̲͎̱̬͖̬̦͓͉̱̯̱͚̺͚͖̹̦̖͓͙̯̘̩̺̦͎̳̮̜̥̝̲̻̳͎̞͇̟̹͚̱͔͉͉̭̲͎̺̘̭̲͕̬͙͚̜̯͔̪̞͉̘̟̜͔͓̦̦͇̳̻̥̭̖̲͖̬̜̱̥̥̗̦̼͙̩͖͇̹̺̼̤̳͔̖̩̱̩͍̥̫̮̣̼̤͔͕̬̱̻̣̰͔͕̘̩̟̞̝̭̺̘̰̻̱̻̻̙̳̗̪̘͈̺̞͙̯͈̤͎̝̤̩͕̣͔͍̘̯̼̠̲̥͔̬̻̬̗̯̗̣͖͈̻̲̱͉̹͉̝̭̥̺̦͉̩̦͇̝̻̤̯̙̫̟͍̱͖̙̠̮͖̝̱̤̦͎͇̯̝͍̘͙͔̘̜͍̝͎̹̩͓̰̲̙̜͓̤͚̫͉̟̗̠̲̞̹̳̲̟̤̹̲̲͎̻̰͇̭̬̲̱̪͇̠͖̞͍̟̠͉͚̭͙̟͖̝͓͍̲͉͚̝͙̖̲̗̳͔̜̻̗̱̮̠̤̭̳̫̪̦͈͖͇̘̰͚̖͚̳͓̝̮̖̜̠̠̙̻̼̤̦̯̙͇̮͙̮̙̱̻͎̙͍̭̻̼͎̪̲̖̩͈̭̺̪̟̬̝̝̲͖̳̥͕̳̜̯̱̦̤͈̗̠̺̬̥͇̤͖̩̯̦̜̰̪̤͚̬̰͍͉͎̩͕̖͕̯͉̱͖͎͔̥̱̱͕̱̯͚͍͎͕͎͍͖̙͙̪͔̼̱̝͖̮͕̞̳̱͉̺̹̟̣͙̗̙͇͔̞̖̕͘͜͟͢͜͞͠ͅͅͅͅͅͅͅͅͅͅͅͅt̵̸̷̸̢̧̡̢̎̏́ͩ́͗ͯ̄̎̃̇̒͌̔̂ͭͦ̌ͤͦ̓ͪ́̆ͧͫ̏͋ͮ̾ͩ͆ͩͥ̌ͣͪ̑͆̋́̇̄ͩͥ́̉̋̒̍ͮ̊̓̏̀̋ͭ͆̿̆̉̈͑̐͂̔̓͛ͣ̀͂̅͆̓̋͋̒ͭͭ̾̿̋̿̅͐̄̐͌ͪ̆͋ͥ̋ͤ̈̑̈̍̒̾ͯ͐̈́ͧ̔ͫͫ͌ͨ̎̏̾̎̊̓ͦ̊̎̿͋̉͒̉̒̑̅ͣ̉̔̏ͧͪ̾̉́͒ͪ̉ͧ̐͗̎̋͋̈̒̈ͧ͐̓̂̃̒́̾ͨ̀ͣͪ̌̌̓̂͋ͮ̊͋̽́̌ͤ͂̊ͧ̆̌ͭ̓ͮ̃ͪ̓̿ͮ͋̏̆ͬ̅̒̉́̉͆̒͂͒̈́̍̾ͮ̀͋͌̓̏͂ͭ͑ͪͤͩ̔ͬͣ̾ͩ̋̉͗̈ͯ͂ͨͧ̈́̌͒͋͌͂̿̓ͮ̇̌̆̾ͭ́̒ͬ̆ͣͤ͑̐ͤͦͬ̈́͐͑ͬ̓͂ͯ̒̋ͫ̏̀͛̊̉̇̀ͦ̾ͬ͋ͧ̈̍̄̉̏̐͗́͒ͧ͛̃ͧ̍̅̽͗͋̓ͩ̓̏ͨͦ̃́̑́̈̌̂̀̎ͫͤ͑ͭ͋͑̋͗̍̀̏̔͛͂̏̎ͣ̽̐̔ͬͩ͗ͧ̀͂ͥ̄ͧͮ̿̀̀̀̚̚̚̚̚͢͝͠͏̧͏̵҉͜͏̷̨͚̤̮̥̰̦̦̭̱̳͕͔̺̠͙͓̺̼̭͕̺̲̱͎͙͇̳̝̬̼̯̜͕̬̖͕͖̗͚͎̩̜̫̯̥̩̯̝̹͍̲̺̝̜̬̳̭̯͍̜̝̙̹̥̲͔͙̖̲͙͈͎̝̭̠̭̺̙͍͇̯̘̜͚̯̘̺̻̲͍̪̥̭̼̞͓̮̬̠̞͖͍̖̠̮̘̠̦͓̹͓͖̠̖̗͔͔̠̦̜̬̪̦͚̺͎̣͙̺̤̻͎͉̲̼̹̹͓͉̲͙̳͖̞͙̩̩̥͔̗̭͔̩͎͖̠̝̜͎͓̬̱̦̰̮͙͍̠͎̲̖̦̭͚̟̥̗͎͈͇̱̖͕̪̠̦̣̖̳̺̱͉̟̞̠͚̣̬̞̞̜̖̳̟͚̣̖̞̞̲̠̭̻̜̠̰̱̬̩̤̞̫͚͈̥̤͚̩͇̮̫̹̺͇̭̪̭̣̺͇̰͈͚̮̼͓͇͇̠̝͎͙̜̟̦͉̲͉̲̙̣͔̜̗̝͉͓̖͚̣͎̼̼̩̪͕͇̗͓͉̲͇͕͎̤̯̼̙̹̺̜̖̼͈̫̦̼͉͖̞̱̗̘͕̹̖̟͕̯͔̖̮̣͚̱̗̤̣͓̯̲͎̰͇̯̹̞̜͕͇͓̜͓͎̼̱͍̞̫̣͍̖͕̹̤̞̻̹͇͎̫̦̞̯̙̦͈͉̘̭͍͇͔͈̣̱̟̺̤̺̜̺̻͇͕̳̻͍̖̲͔̗̦͕̟͕͇̠͍̙̳̦̗̹̬̥̹̹͕̭̩̲̝̪̭̝̭͔̠̬̟̜̭̮̥̫͔͍̻̤͈̝̺̲̮̭̫̹͔̻̗̙͖̯̝̘̩̯̲͙͚̝̥̫̙̥̼̠̞͔ͅͅͅͅͅͅͅͅͅͅ ̵̷̨͗̑̍̇ͩ̄͋̃́̀ͩ̅̄̉͗̄̋ͬ́ͭ̍ͦ͆͂ͫ͑̎͊̏̃͌͂̄ͦ̍̉͊ͫ̑͑ͫ̒̆͛̅̆ͩ͗ͮͯ̎͌͊́̄͋ͫͬ͊̆ͬ̿̔͛̓̔ͨ̈́̈̄̅̄̍̓͛̆͗̋̑ͫ̒̑́ͥ͂ͤ͋͐ͣ͗̐͗̊ͥ̋̆̾̉́ͨͧͤ̈̾̄ͥ̇̓͌ͬ̐̄̽̀ͩͬ͂ͯ̽͋̐̃̏ͨ͑͗ͫͯͭ͗̍ͬͧ̉ͫͯͨ̈́ͤ̅ͯͨ̎̎̃ͣ̓ͣͪͯͩ̐͗͌̉̒̿̇̇ͭ̎̋͑̊ͩ̽̀͑͋̿͗̃̄ͨͦͫ̈́ͦͦ̉̍̓̿͋̑̿͆ͣͭͮͨ́ͫͫ̿̑ͨ͗ͭͯͣ̓̇̔ͬͬ̒͑ͩ̅̏ͬ̊̏̄̅̓ͮ͑́͗ͯ̌̆̂ͥ͋͒ͩ̔ͯ̿̊͗͗̏͗̓̓̏̍̍ͩ͂̏̽ͣ̇ͪͨ͋̄̄̊͂ͦͪ͗̅͐ͫͭ̔ͦ̐ͮ̎͑̄̅ͨͮ̎̋̌͛ͭ̒͛ͬ̓ͨ̂̓̂͆̓͂͆̊͒͆̾͆͆ͬ̈́ͤͪ̓͐͑̑͗ͫ̉́ͫ̇͊ͮ͛̉ͭ̃̓̚̚̚̚̕̕͢͟͡͞͡҉̵̶̴̵̴̴͢͜͟͜͞҉͡͝҉̶͏҉̢̛̗͓̮͍̪̻̤̺̼̟͈̼̱̱̳̙̲͕̱̥͇͍͇͔̤̗̯͉̹̻̪̙̯͓̟̥͎̞̜͙͔̬̬̖̗̲̼̹̘͕͇̙͖͚̻̝͍̱͍̼̜̲͈͎̺̫̦͖̥̯̳̥̺͕̖̗͔͓̣̪̮̤̘̜͖̞͓̲̖͚̥̜͉̠̭̱̭͈͈̲̻͔͕͕̤̼̲̯̜̩̪̲̙̟̦̻̦͚̲̲̣̰̳̤͍͙̜̖̲̙̭̩̭͈̟̮̣̰̪̰̲̘̞̩̰̭̞̣̰͈̙͓̬̱̖̯̬̮̞͓̯̙̳̬͎̱̰͚͖̱͚̱̩͕͙̱̮̩̭̞̳͙͙̘̤͇̰͓̞̜͎̱̮͍̜͕̫̺͎͚̲͈̼̖͍̳̹̲̠͉͓̪̝̞͎̭̜̣̥̗̖̳̝͈͖̳̺̦̜͖̟̠̲̠̘̪̼̭͈̱͇̖̲̗̞̗̙̝͉͍̟̞̭͉͚͍̫͈͔̗͇̣̳̞̣̦̼̘͓̼͎͇͍̹̖͚̞̠̣̘͈͙̳̺̬̩̠̜̰̫̖͔̪̰̥̻̬̼̱̲̤̝̯͖͍̩̞̩̠͙͕̺͔͖̝͔̭̱͇̬͉̝̺͎̗̲̜͙̻̻͈͓̠̤͔̼̙̻̹̜̹̤͓͚̝̱͇͔͖̥̲͇̭̰͕̻̩̰̹̘̹͈͈̺̮̗̼̞̪̭͙͖͚̜̭̠̩̼̞͇̲͓̱̩̝̻̗̝͎̬̹̻̱̲̤̭̮͕̩̫̘̯̭̻̙̲̪̺̯̺̠͚̬̮̪̳̫̙̩̹̗͎͙̬̭̜̪̺̼͉͎̟̥͎͚̥͖̰̺̟̹̩͔̻̯̜̖̰̗͓̻͖̣͍̻̥̥̰̖̤̙̞͖̮̺͍̯͚̤͖͓̙͇͉͍̱̘̟͓̜̝̻̦̼̪̙̻̩̦͉̻̫͔̘̪̫̤͈̣̠͎͉̝͙̟̦̱͕̩͎̝̼̩̗̪̘̳͖̳̟͇̻̻̬̲̠̹͈̲̱͔͎̠̫̙̗̥̜̠͖͈̩̫̝͖͎͙̦̳͈̼̦̞͉̖̞͔̯̼̟̘͎̘̭̭̖̘̞͉̰̺̗̪̣̖͕̰̮͍͉͓̘͇̖̩̩͍̠̗͖̥̟̮͍͇̗̜̟͕̘̖̲͉͕̠̲̼̩̞̞̙̮̱̺͍̹̜̫͓̫̝̙̮̲͚͉̞̥̤̹͈͓͕̗̠͓̖͎͓̜̗͔̞͈̹̬͙̗̳͔̞̹̝̣̝̥̻̫̙͍̤̻̮̭̗͙͕͇͎̳̤̘̲̖̺̙̬̙̩͓͍͙̗̹̬̩̱̺̬̱͈̙̳͕̻̱͚̖̪̲͎͇̤̞̼̙̣̺̦̮̰̦̫͔͖̝͇̱̰̞̲̙̞̲̟̰̮̥̤͔̣̺̲̹͍̜̝̩̗̲̭͖̠͕͖̹̣̮̯̪͈̞͔̯̲̪̖͓͓̹̦̞͙͇̙̬̩͎̖͇͍̤̗̹̫̲̠͉̦̳̖̞̜̬̗̣̳̪̟͇͇̖̻̗͍̤͈͙̪̙̞̹̜ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅŏ̸̷̵̶̧̨̢̈ͨ̊ͣ́͆̈͗̽ͧ̉͗̎̅ͭ̋ͮͣ͗̑̏͐̑͛ͥͤ̂̃͑ͪ͒̿̇̀̓ͩ̐ͦ͒̔̽ͥͧͭ̏ͮ͂̐̄̍̑̓̏͆ͤ̃̉̎ͪͩ͂̽́̍̔̌̎̾͆͐ͮ̔̄ͯͮ̃ͥ͑̎ͮ̆̅̒ͭͤ͐̄͐̎̓͑̎ͯ̆̎ͭ̑̍̃̾͗͌̇ͭ̈́̅ͩ̋͆̎ͥ̑ͬ̒ͩͯ͗̆ͩ͊ͣ̄̌̉̎̐̅́́̈̅ͭͤ̂̿͆̊̎̍̇̈́̔̍͊̑̄̌̈́̑͌͆͋̐͆́ͮ͑͋͒̽̒̂͊̏ͧ̇ͦͫ̋̑͒̾ͯ̽ͪ̓͒̉̅ͦͫ̇̒̓ͣͦ̇̓ͤͤ͗͐̐͆ͪ͒̔̽ͨͮͪ̎͆̆ͨͧ̋̏ͨ̔ͬ̑̈́ͤ̒̎͑̈́̽ͨ̌̿̑̎̊ͫ̂ͨ̈̽̇͑̆ͪ̂ͩ̾͆̐͑ͯͯͩ̌̽ͦͤͩͨ̉̃̀̔̾̈́̾̅͗͊ͤ̇̑ͦ͐̂̏ͯ͋̊ͤ̔̓̏ͮͧͤ͋ͫ̓̂̅͋̋ͪ͑ͣ̈́̆̽̆ͯͮ̂͌̀ͭͯ̈́̋̿ͤ̆ͦͪ̏̐̄̏̽̄ͤ̅͑ͦ̆̂ͯ̈́̄ͬ̏͑̂ͮ̇̿͐͂̇ͩ̔̿͒̀̒̋ͮ̓̓͗͐ͥ̎ͨ͑ͨ͗̈́ͥͮ́̑ͫ͐̾ͣ̔͗̉ͧ͌ͮ̐͋ͩͧ̆ͫ̓̐̏̔ͮͧ̓̀̄̂ͦ́̔͊ͤͯ̂ͮ͌̇̓ͤ̿̈̃̉͗͛̀̾̂̽̽ͯͧͪ̾̇͋̈ͧͩͧ͆̔ͦ̓̈̃͐ͬ̓͒̔ͥͨ̊̅ͤͪ͂̍̂̍ͪ̾ͪ̒̑͋̄̊ͩ̇ͦͥ̎͑̑ͥ͗̈ͦ͋͛̓̈́͒̉͆͒̍͒ͭͧͭ̿̓ͪ͌̔ͮͣ̌͗ͨͯ̇̏́͋̿̉̉̐ͣͣ̾̏ͯ̿͌͒ͯ̔͂ͫ̿͑̐̽̿̄ͧͮͩ̽̿͗̈́̔̌͌̐̍͊̋ͫ̒͛̈́̍̑̈ͦͩ̈̊͐̓́̄͗ͥ̉͆ͨ̋ͤ̓͋̃̾ͦ͊̈́ͬ̀͌́̇͑͌̃̑̌͐ͤͧ̄̍͋̉̿ͥ̔̓ͯ̃ͯ̓̅͂̾̾̌ͦ̉̆̅͋̊͛̓̑̈͌ͦ̿̈́ͨ͒ͦ̃̒ͥ̽ͦ̏ͣͦͧͨ̉̆̐̀̀̈̾͗̈ͧ̈ͤ̊́̓͆̑̉ͣ̈́̉̓̂̊̾͆̅̒̓ͤ̅̇̈́ͮ̑̏ͮ͛͒̎̍̋̌̌̄̏͌ͫ̓̑ͦ̂͐̔̃ͨͧͥ̽̔ͨ̓ͭ̑̏ͩ͒̽ͪ͌ͣ͋ͧͭ̊ͤ̈ͣ͆͒͐̋̄̽ͩ͋̎̐ͭ̃ͤ̿̔̆̎̑͗̈́ͦͫ̓̿̈́͋́̑͗̔̂̃ͬͧ̄̇̐̐̓̿͒̌̂ͩ̈̏ͭ͊͆̔̈́̍̐̍ͨ͂ͮ͌͌̋̉̉̑̔̾͂̾̍̉͑͛ͩ̂̉͛̊̐̅͛̄͒̇͛̈́ͯ͂̅ͪ͐ͯͥ̈́͊̑̀̎̇̐͑̓̿̓ͪ̑̆̆̂ͧͫ͑͂ͦ͆̿ͫ̍̅ͫ̉ͩͭͧͤ̋͌͐̄̾̾ͩ̆͛ͩ̔̚̚̚̚̚̚̚̚̚̚̚̚̚̕̕͢͏̶̷̸̧̀́͘͝͝͞҉͏҉̧̡̨͙̲̰͓̻̗̙̭̦̞͚̝̳̙͔̫̫̦͎͍̯̙͙̥̳̟̟̮͍͕͍̟̻̠̩̼͍̯̹̦̟̙̼̼̘͖͙͔͚͚̲̩̯̲̳̩͚͎̯̝̠̗̙̠̥͔̺̥̪̜̭̟̖͎̝̥̖̫̼͙̬̩̟͕̫̰̗̘̱̣͖͇̳̝̼̥̳̲̯̮͉̣͇̞͇̳̗̝̻̩̯̙͉͈̞͎͍̼͍͔͍͉̱͚̙͕͍̞̦̤̪͈̟̞̝̟͖̪̫̦͉̻̯̙̩̠̟͎̮̮̯̣̟̖̱̭͕͍͍̘̝͖͚̤͉͍̗̯͔̗̠̱͈̹͙̫̣̹͙̩̮̬̝͖̞͈͔̲̪̤̤̙̰̩̦̳͙̲̬̞̩͈̲̤͖͙͈͔̬̫͉̱͉̹͉͉̟̫̖̲̞̝̣̬͔͙̰͎̫̲͇̻̖̠̱̩͍̳̘̹͚̯͉̫̙͙̤͕͕̫̭̹̮̦̬̟͚̳̹̻̣̥̻̞̦͇̯̠͖̱̟̰̙̰̟͙̪͈̞͍̯̲͙̯̯̲͇͇̹̱͓̯̭̹̖͙̻̙̘̹̪̳̟̜͈͕͍̰̬̜̯͖̘̳̝͎͉͔͖͚͉͎̥̥̹̱͉͖̖̦̪̮̗͇̝̯͙̺̲̖̤̙̞̥͇̯͚̻̫̩̘͖̰̰͓̖̹̗͙̝̭̪̥͈̗͙͚̲̼̮̱͔̼̩͎̬̟̰͚̥͓̜̺͈̰̳͈̪̞̲̳͔̤͔̲̦̦͇̪͙̜̱͚̦͓͓̺̙͉̼͈̭̰̘̖̱͓̯̮͕͕̱̠̪̀͘͘͢͜͞͠͞ͅͅͅͅͅͅͅŗ̨̢ͭͥ͌ͭͦͮͦ̃͐̔ͩ̽ͫ͗͐͆ͭ͑̾̐ͫ̋̋̆̇͑̾̿ͬ̓̍̋ͥ̈͛̑̅̍̑ͫ̌͆̐ͭ̽̌͆ͤ̔̄ͥ̍ͤ̒ͧͨ͊̆ͧ͗̃̎̓ͦͫͭ̂̅̾͐ͣ͑͑͛̾̈́̂̒̑ͮ̽͆͌̓̅͆̑͌̈̉͆́̈́ͫ̃̈̓ͫͨ̈́͂͋̒ͧ́̑̍͂̏̾̏̾̍ͮͥ̉͛ͧ̔̄̔͐ͥ̏͛̂̆͗̊͐̇ͯ̿̉ͤͯ͒͊̃ͤ̋̑̀ͯ̌ͩ͋̏̂͐̉ͫ̈̌̈͗̾͊̈́̈́ͧ͆̊͑͑̃ͥ̎̿̍̋͂̃͊ͯ̉̂̇͑̿ͤͨ̑ͪ͛͂͐̊͑͋̌͒ͨͫ̌͐̑ͨ̑͌̄̋̈́͋̓̉̇̆͆̍̇̔ͧͤ͆̎ͣ͆͊ͬͨ̀̀ͨ̓̄ͪͦͪͦ̾͆̄ͮͨ̾̎̅͐̓̎̐̃̿̒͗̈͐̂́ͭͮ̔ͤ̂̄͌̓̓͛͂͂͒ͨ̅̿ͮ͛ͧ̓̔̇̽̽ͧ̏͗͂̾̑̇ͮ̅͌ͦ̍͂̿̍́͆̐̏̂ͪͩ̆̐̉̌ͩ͑ͣͭͨ̌̈̓͆̎̍̄̑ͯ͌̐̂̄ͫ̐ͧͪ̓̓͗ͬ̎̇̎̿̂̿ͯ̉̇̂̽ͯ͌ͩ̊̋̑ͯ͗̂ͫͬ̾ͥ̓ͬ͊ͩ̌̂̋̈́̀͋ͩ͗ͭͣͦ́̓̽̐ͦͧͧ͒̌̂ͪ̑̓ͨͫ̋͂́̅͂͛̒̄͐͗͒̋͌̾ͩ̏̽̓̑͋̎ͥ̑́̉ͩ͆ͧͭ̂͒̿̇ͩ̃ͫ̓̊̉̂̍͐̿ͦͫ͊͗ͥ̽̍̉̉̇ͬ̂̅ͧ̋ͧͦ̀̾̄̉̎͗̄̑̇ͦͥ̽̐͒̇͆̑̃̄̐ͦ̔ͮ̌ͪ̐ͦ͌̌ͣͧͦ͛̅̃̀̾́̃̾̇͊ͦ̔ͭ̊̒̈̈̐͋ͮ̾̆ͭͩͦ̔́ͦ̇͛ͨ̊ͮ̇̔̾ͦ́͂̏̐ͦ͊͑ͩ̐̏̇̋͗ͯ͑̏̒ͣ͆̇̇̃̔͗̃ͬ̂͊́̍̎ͬ̓͗̇̿ͥͯ̐ͥ͛ͮ̅̓͐͑̔ͮ͆̿̓̍̌̿̅̒̄͛̂̀͂ͥ̇ͯͫ̽̊͑ͣ̇ͣ̄͆̊ͧ̓̇ͩ̑̐̆̄̏͛̽̏̐͋̾̑͂͂̋ͤ́ͭ̿̓̉͐̓̈́ͩͩ̇ͤ͂ͤ̌̉ͤ͂̋ͬ̄ͩͪͫ̒̄͂ͦ̈͛ͮͦ̅̿͋ͯ͐̇̋͛ͤ̆ͣͥ̐ͪ͋͋̒̏̀̓ͯͬ̑͒͋́̏ͬ̂́͋̀ͧ̆̌̀͊ͯͬ́͋̽ͮ̃̈́̈̐͊ͮ̑̀ͦ̍ͤ͆͗̾ͧ̾̽̿̈́͆͗͗ͥͭ̈͗͌ͨ̀͂̆͛ͧ͆̄̇ͯ͗ͫ̓̿͂̌̔ͥ̎͗̄͑̌̉ͨ̈́ͪ̉̐̉̊ͭ̂ͤͭͨ̿̍̎ͣͫ̋̄̆ͤ́̌ͥ͋̊̐ͪͭ̃̊͗͐ͧ̇ͨͣ͌̉ͩ͂̉̌ͣ͂̿ͧ̐͆̒͛̐ͭ͒ͥ̾ͥ͑ͮͮ̏͂ͤͨ̽̇͐̋́̑ͭ͋ͯ̈ͨͦͭ̊͋͊ͣ͆̍̐ͫ̂͋͋̑̍̓̂̋̊̍̿͊̄ͬ̊̑̃͐͒̒ͦͨ̊ͧ̏ͮ̊ͯͥ̇̆̓͂̂̎̋̉͌͐ͩ̈́̈̑̓͑̃͆́̈́̀͗̊̎̂̊ͮͯ̈́ͯͣͩ̔̄̑ͧͯͯ̆̆͛̈́́͌ͭ͌ͥ̑̉ͤͫ̾̌̚̚̚̚̚̚̚̚̚̚̚̚̚͘͠͠͞҉̡́҉̵̶̵̶͖̞͉̮̫͇̳̣̦̻͙͍͖͉̟͇͇̘͙͙̫͎̖͔͔̲̯̜̫̗̻̳̫̦̝̭̳̳͉̖͖̬̻̗̺̳̗̪̝̘̺̜̟̟̝͇͇̮͇͎͖̹̼̦̦̼̹̦̰͙̩̠̱͙͙̲̬͈̻̗̫̫̟͇̙̺͈̲̜̳͙̟̲̼̼̫̝̘̝͔̠̳̘̤͎͍̼̥̦̹̭͙̠̟̣̲̭͖̪̹̣̯͓̥̱̪͎͉̱̪̯̙̺̫̩̥̗̞̠̥͍̞̙͚̱̹̥̜͎̗̭͖̱͓̬͓̹̳̬̹̩̘͉̜̤̭̞̺̜͙̰̳͙̤͕̼̗̜͉͔͔͉̫̠̥͉̻̝̭͕̭͔̖̹̹͖̙̯̮̙̗̭̫̬̬̺̙̘̣̮̹͖̱̗͚̱͉͖͚̫̩͙͖̦̳̘̬̬̞̯̙͚̖̺̙̻̤̤̻̟̥̥̦͉͙͈̻̮̼̘̭̼̠̱͙͈̰̺̥̩͇̝͉̥̫̜͚͍̜͉͉̤͙̼̟̥̗̳̹͉͕̯̳͕̟̼͖̗͕̼͉͓̟̠̬̟̳̬̭̤̮̼̬̳͓̠̥̬̭̭͉̹̝͍̘͕̩̤̱̥̯͓͍͕̪͔͉̤͚͚̺̖̺͖̟͍͓̼͙̦̘̮͉̜̝̝̩̲͙̞̺̘̱̝͎̰̟̖̬͎̹͕̘̪̲̞͉̲̘̯͈̠̳͈̬̫̳̜̯̥͚͙͖̯͍͖͙̬͕̖͚̪̘͎̹̰͍̩̘͕͈̞͖͇̱͖̜̣̪̲̪͕̠̻̼̙̩͕̭̯̜̬̞̞̦̬͍̳͓̬̩̪͚̝̜̫̙͇͈͍͙̫̘̖̰̹̜̼͖̞̦̼̜̙̝̱͇̭̱̫̰̪̫̭̞̝̼̝͓̯̰̥͇̝̦͇̩̟̼͇̯̣̲͇̜̝̘̮̹̭̺͎̫͙͎̙̤̗̺̼̠̩̜̦̹̲͇͙͓͔̙͉͍̳̙̤̭̥͕̙̣͉͔̥̗̞̣̪͍̤̼͖̤̻̘̖̩̩̜̞̜͕̖̝̣̦̤͚̰̺̯͖̮̦̰͚͚̙̯̬̱̝͔̥̘̲͚̭̘̥̥̣̝̰̲̤̝͎͍̥̳̬̰͕̙͇̬̻̮̻͎̮̙̜̬̭͉̮͕̣̬̝̮͉̟͚̫̼̺͚̠͎̬̬͔̻̮͈̬͈̖͓̜̗̱̻̹̯̘̰͎̰͎̜̮̩͓̗̬͈̥͙͙̺̲͍̳̣̤͍̘̤̩̭̯͖͓̪̖͔̦̳̥̝̥̥͙̜̼͖̜̫̼̟̣̹̙̝̟̞͎̪̠̠͍̳̩͖͈̜̫̺̰̬̝̻̰͉̞̥̙̘͙̟̺̜̕͢͢ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅd̶͐̎̉̄ͩ̔͛ͫͯͫͦ͑̈̽́̈̃̇̄̊̈́̅͋ͭ̆ͮͧͮ͑̽ͤ͌͑̀͆ͥ̎̾̽̌ͪ̉ͯ̃͛̔̈́ͤ̑̄ͣ̔̐͋͛ͩ̇̈́̂̍ͧͬ̉͌͊̐͊̇̾ͥ̓̐̽͗̓͛ͫ̒ͯͦ͑̅̓ͫ̽̐ͩͩ̈̀̉̀̌̄͌͆ͯ̄ͨ̔̀͆ͫ͛͊͐ͫͬͭ́͂͋ͥ͊ͭͨ͌̾ͮ͒͋͌̓̈́̇ͯ͒ͭ͗͑ͫͥͤ͊ͭ͆̌̓̿̅̂̌̔̽ͫͥͧ̒̑͊̿̍͆ͤ͐͊͋͑͛̈̋ͤͮ̓ͮ͒ͭ́͒ͯͤ̂̓̃̌͆̋̌̀̍͂̅͌ͧ͂́̋̀̓͊̎̿͑ͪ̑̒̊͛͆̔ͧ̔̾͒̐ͮͤ͐̇̿̐͛̄ͩ͌̈́ͭͬͮ̒͒̈́̇ͮͨ̒̈́ͥ̉̐̈́ͧ̑ͯ̔̉ͯͬ̔̄́ͯ̿̈́͂͆̑ͧ̄͌̉ͫͯͫͮ͊͗͗̈́̈́̌̓̉̎̏̌ͩ͆̏̃ͯͩ͊ͤͮͭ̌̔͗̔̄ͤ͂̿ͬ̆͆̽ͤ̂͂ͫͨ̈͐̋̌̒̄ͨ͋̓ͩ̾̌ͨͧ̒ͫͪ̐́ͮͤ́ͭ̊̓̽͛ͭ̋̈́ͭ̒̌ͬ̔̓̾̔ͧ̃ͦͯ͑̈́ͭ͊̑ͧ̽ͨͭͣ̋̇̑̊̈́̿ͦ̍̄ͯͭ̔͆̋̾̎̓̎̏̌ͤͦ̽͊͂̇̈́̃ͣ͋̍̽̈́͑͊͒̄̿̇̋ͭ̓ͨ͌̍̏͌ͥ̎̄ͧͥͤ̃ͥͫ̇̌ͩ̇̈́̈́̏ͯͩ̍̓ͫ̾͋́͛͋̓ͮ̓̾̎͋̈ͣ͋͗ͥ̾̌ͪ͂͐ͯ̈́̔ͩ̌͂͛̅̉̔̽͗͆̈́̈̈́̑ͥ̉ͫ̍̊ͭ͋ͯͩ̓ͬ̈̈̀̃ͦ͆̈̃̈́̌ͥ̏̇̌͒ͤͮ̍̇͆̄͋ͥͩ̽̅ͤͪͬͮ́ͯ̐ͪͧ̈͂̐̈͑͒͌̅̂̍̈́̒ͫ͂͛̓́ͥ̏̆ͯ͑̉̑̉̍̍̓̽̏̉̆̍̏ͬ̓̐̑̎ͦ̎͑ͪ̔͒͗̀͆̿͂ͮ͗ͧ̎̑ͯ͋͗̀̍̃ͩ̔ͣ̏̿̊̈ͨ̽̓̂̊͒ͮ̿́ͥͧ͊͗̏̽͂͗ͦ̒͆͌̈̄ͦ͑͒̈̊ͭ̓̋̋̾ͧ̏ͦ̆ͫ͗̈́́̑̽̎̈́̌̇ͩ̑̾̽ͩ̽ͬͧ̏ͮͫͦͥ͗ͤ͛̊̍́̅̂̐̔͆̽̔̒ͫ̓ͣ̊̈ͬͦ̆ͬͯ̓̑ͫͮ̓̆ͭ̎̃̏͆ͭͬ̍̈́͗̇̂͌̐̾ͭ̋̃ͯͤ͋̆̍̑̇̔̐̒̐͐̌ͨ̃̀͂̉̋ͩ͋͐̊ͥ̋̽̉ͩ̾ͬ̾ͯ͆̑̉̑̓̔̒ͨͫͩͥ̃̉͋̈́ͯ͑̓͆͊̑ͪ͌̎͂̈́̓̏ͬ̓ͭͧ̇́ͦͦ̎̈́́̚̚̚̚̚̚̚̚̚̚̚̚͡͠͏̵̶̴̢̢͘͟͢͠͞͡͏̶̸̴̧͚̺͔̺͖̝̥̫̺̞̼̼̻͎͉͍͎̱̲̠̤͔̟͇̠͍̞̪̫̮̟̪̱̟̠̥̭͎̩͓̦̙͕͉̲̩̥͕̜̖̳͓̠͙̙̲̦̝̭̙̘͕̬͖̱̙̺͍̩͓̞̭͍̤̻̗̫̙̮̻̹̱̤̯̟͎͙͕̤̳̻͚̻͍͍͖̘͚̭͓̤̝̣͉̬̥͚̥̞̞͙̗̘͖̰̫̣͚̺͎̜̖̹̠͎̗͖̼͈̤̬̯͍̘̗̠̘̠̙͉̗̼̙̞̦̺͎͉͇̱̥̞̱̙͈̞̖̥͇͓͖̦̣̲̘̹̹͔̼͕͉̻̗̜̖͖͖̱̞̗̜̲̠̹͍͔̭̮̬̯̦̺̰̳̺̰̗̹̭̺̞̥͙͓̤̳͈̤͙̼̳̝̝̖̮̝̣̫̻̘͖̻̼̣̰̘̥̥̼̘̲̮̳̬̬̹͚̥̝̬̖̖̙͓̣͚͍̜̹̬̗̹͍͍͚͕͉̣͕͙̖͙̬͕̠͚̦̜̪̲̼̤̹̯͕̠̭͉̱̝̲̼̫̭͕͈̲͇͇͇̫͕̮̻̭̜͍͉̲͉̺͍̱̬͚̲̤̩͓̪̘̠̰̗̭̣̮͇͙͕̰̰̪̺̲̥̘̜̝̺̖̰̱̟̭̱̗͖͇̠̦͖̹͓̘̹̗͙̯̳̥̦͔͉͔͉̦̘̣̘̹̩̜͓̦̼̘̬̥̳͔̦̼͇͈̮͖̙̤͓̺͔̝͔̼̲̭̜̥͍̬̫͈̹̳͈͍̝̳̥͕͍̭̪̲̞̝̬̙̩͍̘̖͈̥͔̥̲̝̤̪̖̘͓͉̥͎̩̺͙̗̼͖̜̝̠̗̘̞̫͖͉͖̮̱̻̫̗͖̭͎̣̲̗͉̫̖͈̖̰̥͚̲͚̬̬̻̺͎̖͎̱̟̗͔̖̭͕͉̼̹̩͓̩͘̕͟͞ͅͅͅͅͅͅͅͅͅͅͅͅͅe̡̅ͧͭͥ̇̇ͤ̈́͌ͩ͌ͣ͋ͩ͛̈̊ͮ̋ͫ̃͆̔̌͌͗̾͋̍͛͌̆͋ͭ̇͐ͪͭͯ̃ͯ̿̆̇͐ͯͫ̌̽͆̈ͬͣ͗ͫ̂͗ͥ̊͐̎ͯ̋͐̊̂ͫ̈̇͗̔ͨ́̓̓̈́̾͗ͥ̌̒̀͗ͯͨ̿́ͤ̑̆̈́̿̃̍̽̽ͨ͌̽̅́̐ͨ̂̇̂ͧ͆ͦ̽̏̇̆͌͋ͦ̽̉̇̆̌̑̈̐͂ͥ̏ͭͧ̉ͯ̉ͨ̃͋̎͐̉̐ͮ̇͋ͪ̊ͦͧ̑́ͫ̊̄̇ͤ̽̾͑ͥ̚͠͏͏̷̶̴̸̢̨̛͢͜͝͡҉̵̨̥̞̫̞̮͓͔̞̻̩͍͉͔͈̬͈̮̖̙̙͙̥̺̜̠͖͖̩̫̺̠̯̼̠͙̳͈͖͎͖̭̘͍̗͈̪̙̜̺̝͕̗̗͕̭̖̼̤̦̞̥̖̭͚̥̝͕̰̠̱̣͉̜̤̪̖̺͔̼͚̤͇̯̟͚̤̫͙͓̝̲͙̟̥̰̠̻͉͕̘̣̗͚̩͉̝͇̣͍̼̩̲̦̣̘͓̼̗̮͚̱̘̤̤͉̯̰̤̳̖̮͍̦̺̹̖̹̱͉̟̬̝͚͙͍̠̮̙̠͇̦͉̳̜͖͖̖͖̥͓̪͙̱̗̦͓̙͔̤̻̙͕̮̟̞̫̼͙̩͍̖̰͇͙͓͉͔͓͇͔̭͉̯̤̫̤̞̰͖̖̞̲̰̜̖̱͓͎̹͎͖̻͙̙͕̪̭̤̥͙̺̬͇͈̩͙̟̠̻̲͙̞͖̜̬̺͇͈̤͍͔͔̰̥̯̜̦͍͔̬̝̪̹͎͇̤̱͎̖̖͇̖̟̬̱̪͈̬̰͕̫̩̰̘̖̹̲͖̤̝̟̰̖̼̞̮̦̘͔͉̳̬͖̼̺͚̠̹̯̬͖̠̬̯̮̲͕̩̬͈͉̥̼̦̣͔̭͖͔͚̗̲͖̼̟̫͕̥͉͕͓̫͕͍̣͍͚̖͕̻̺͍̦̠͍̹̤̝̹̙̣̠̭̥̗̱͕̦̠̭͚̼̯̮͉̘̜̯̻̰̼̲̦̙͔̗̳̫͍̱̼̣̻͍͖͙͚̣̖̮̲̬͓͖̬̺̱̙͍̯̰͖̠̘̪̹̰͇̖̹̹̣̻̺͎͈̹̺̼̗̲͎͙̤̫̻̺͕̠͎̣͓̰̩̳̟͎̩̝̠̜̩̳̱͚̲̗̭̥̞̯̬̪͖̲͓̜̥͎̦͇̳̻͕͇̦͎̹͕̰̙̤̪̗͍̼̭͔̮͚͎̠͍̮̬̱͕͇̩̯̣̺̣̗̺̟̖̯̲͍̩̝͉́́̕ͅͅͅͅͅͅͅͅͅͅͅͅͅͅr̒̉̒͐̀ͪ̒̈͂ͫͯ̉͆͂ͦ͋ͩ̍͐͋̓̿ͦͬ͂ͬ̃̊ͦͭͣ͊ͮ͆ͮ̍̈́̊ͦ́ͩ̅̅̊̓͛̅̐ͨ̑ͣͪ̓ͫ͐̅ͧ̐ͭ͆ͫ͗̒ͧ̉͋̏͆̓͂͋̐ͮ͊͛ͥ̓͊̍ͭͯ̾̅ͤ͋̓ͯ̀̒͛́ͮ̉̋̐ͣ̍̄͌͆͂ͤ͛̅͌ͯͭ̒̌̃̂̈́ͭ͒̆͌̓͋ͨ̿̽̀̈́̄̇̿̄ͩ̋̓͑ͤ̔̒ͫ̋͛̿̋́͑͋̆̍͌͆ͤ̉ͣ̉̏͊́̂͂̈̽̏ͨͧ̒̄͐ͨ̇͐͊̌̒̓͐ͦͭ̊͂̒̔̒̃͗̓ͫͧ̍ͪ̉̂ͧ̏ͫͭ̃̈́̀ͤ̐̾̾ͪ̂͊ͦ͋͆ͭͧͦͦ̍̄̓ͯ̏͆ͩ͆͐̑́̔̿̊̐ͩͮ̋̈́ͦͣ̈̾ͭ̂̐͛̂̓͊ͭ͑̐̐ͭ̏͆́̃̂̉́͗̐̎̓͒̇͒͊̏̂̃ͦͪͨ̈́ͬ̽́ͩ̑͆͗ͫ̐̄̒ͪͭ̓ͣ͂̃̀ͨ̆͒́͋̃ͪ̓̇̃͗͗̃ͩ̌̎̐̈́̎̎͆̑̏̌̉̀ͯͤ͑̄̇́ͯ̓̾ͫ̊̇̉ͭ̅̊͂̅̈́̈́͆̐̓͑̆̿̋͋̅ͧ̎̓̏̍ͮ͛̈̓̃ͬ̑͆̉ͯ͊͛̄̃̋͆̃̍̂͋̑ͭ͐̒̾ͮ̃̾ͮ̆ͫ̓ͥͩ̏̾͋̌ͤ̓̄ͬ̋̀̇̍ͥͧ̓̇̍ͨ̑̏͑̅̽͛ͤ́ͭ̆ͯ̋̄͒̓ͥ̓ͤͩ͛̒́ͩ̏̍ͮ͛͊̅ͮ̇̈͂͂ͥ̔͛͒̓ͪͫͯ̒ͪͨ̋͒̆ͨ͗̈́̊ͬ͐̐ͯ͂͑̅̍̓̀ͤͩ̋̽͛ͥ̆̇͛̌̉̑̑͆̔͊̿́ͩ͂ͦ́͑́̇̉̆ͫ͛̾̅͋̒̋ͪ̃͛̾͋̏̇ͩ̉ͫ̆̇ͨ͌̑ͫ̇ͪ͑ͫ̽͑̆̀ͪ̍ͪ̈́ͫͫ̀̆̎̓̔ͮ̃ͭͭ̏ͥ̈̽ͩ̑̾ͯ̎̋͌ͧͬ̑̓̃̑͑ͣ͌ͮ́ͤ͐̀ͮͨͤ́́ͤ͂ͩͧ͊ͫ͌̊͆̎ͣ̾̎͛͗ͮ̇ͫͩ̒́̇̏̔̅ͭͪͭ̃ͩ̆́͑̈͋͛̃ͪ̔ͪ̈͗̐͆̐̂̔̔ͭͪͩ̑̓ͫͪ̑ͥ͂͆́̋͒ͬ̂̌ͧ̓̓̌̒̃ͨͦ͋̀ͤͧ͑̆̇̇̈́̐ͩ̿̈ͣ̍̒ͦ͆ͩ̑ͫͣ̊̂ͨ̓ͫ͐̑ͪ̆̌̔ͣ̄ͫ̊ͧͨ͂͋ͭ̉ͫ̂̆̈́̽̇ͫͧ̐ͨ̓̍̑͊̇́̌̌ͫͮ͌ͭͥ̿͋̔͐͑̑͛̾̉̏̃͒̅̾ͨ̋͊ͤ̍̔̉̋̂͑͊̃̒̂̿̏̐̓ͩ͋̇̊̏̽̅̈́ͫ̈͒ͫ͑̌̓̿̽ͤ̋ͥ͑ͣ̅̋̈́̈́͐̽ͤͯ̀̓̆ͬ̐͗ͫͭͥ̅̐ͯͥ̅ͨ͗ͯ̀̏̐̈́̾ͣ̋̈͑́̈̐̃ͤ̋ͬͮ̐ͫ͊͗ͬͯ͒̉̏̄ͯͦ̐̏ͦ̐̑̂̇̄̑͛̇ͫ̑̽ͪ̑͊̈̓ͪ̈ͫ͂̅̏̔̔͂͒͒͊̿͊͑ͫ̃̋ͩ̽̈́̃͗̓̓͆ͮͩ͛͌ͤ̒̐̐̓́̅͛ͭ̃̿ͧ̅͌ͭͧͯͨ̓̃̌̆̋̂͛̓͛ͩ̾͌͒ͣ̐ͤ̆̋̉ͩ͆̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͞͏̧̨̛̛̕͠͞͏̷̴̟̥̬͈̹͉̳͎̞̼̻͍̬̣̟͍͚̣̗̟͓̠̥̼̤̮̠̜̺̻̮̼̼̜͍̪̬̫͕͕̠̯̜͇̺̱̲͔͕̰̪̰̜̩̤̖͖̝̤̹͔̰̳͎̙͍͈̪͎͍̝̘̱̱̦̝͔̥̘͙͎̱̲̜̺̙̗̳͙̜̭͉̭̼̙͍͚͇̤̣̬̻͇͉͇̣͕̟̹̳̥̪̳͙̝͚̠͍͚̗̜̞̭͔̜̲̰͙̦̱̫̗̣̖̱̟͉̝̻̼̰̩͚̟̟͕͔̤̻̭̠͓͍͓͙̝̝̯̠͚͇̟͚͇͙̼̱̜̼͇̤̙̫̭͓͔͎̜̞͕̘̬̬͔̫̘͖͉̤̤̩͎̮̤̳̭̖̻͍̩̟̥̪̮̲̤͖̗͎͓̫̲̖̼͕̼̭̳͎̫̲̺͓͔̟̝͓̳̪͇͚̤̥̟̹͍̱̼̬̯͎̭̠̤̗̥̠̖̭͕͙̼̹͉̝͚͕͉̟͚͖̗͔͕̯̖̙̥̼̥̙͕͎͈̩͈̲̳̯̝̺̝̰̳̝̜̺͍̰̫̩͔̟̘̤̖̙̳̬͎̦̳͚͚̙͖̭̲̜͍̮͍̞̲̖̤̩͔̪̼͖̺͕̗̳͚̩̘̩̻̜̰̥̗̙̠͈͚̺͍͕̝̣̗̜̱͇̘̖̦̲̠̲͖̱̗͍̝͖̫̟͔̤̦̬̪̥̞̤̖̣̲͖̳͇̦͎͚͚̮̹̮̯̪̜̮̦̹̱̼̼̖̤̘̝͇͖͔̮̣̬̱̻̭͔͇̣͔͇̭̣̬̳͓̮̪̪̮̩̥̞͖͙̗̯̤͎͇͓̺̻̠̰̹̬͇̳͍͍͈͎͎͙͚̮̮̞̤͖̼̗͈͖͉̬͓̬̥̩̟̹͙̝͙͍̯̯̞̜̘͙̠̭̙͉̦̯͓͍͓̥͕̟̺̜̙̫̱̱̱͙͍̤̰͎͔̩̺̝̰̣͇̩̳͎͓͚̪̲̫̖̥̟͔̳̗̖̝̗̺̲̩̜̟̹̺̥̜͕͇̱̭̼͓͕̣̟̹̺̻͈͕̝̫͖͔̞̮̳͖̼̫͇̼͓͙͈̘̝̟̤̠̥̪̖̱̟͙̝̺̜͉͚̭̱͓̘̗̗̬̦͖͇͚͇̼͇̫̻̟̰̲̺͉͎̼̫̯̼̘͓͙̗̺̪̹̩̞̻͕̬̙͇̫̦̘͍͍̬͚̦̟̤͖͚͓̫͇̤͎͖͍̝͙̯̻̻̞͙͖͓̭͇̲̰͔̙̥̣̬̹̝͕̝͕̬̘̲͙̲̲̞͚̬͇̣̭͙̝̙̣̰̺͖̼̱̥̙̻͍̭̰̪̪̻̦̲̯͉͓̝̻͕͓̫̼̪̞̼̳͙͉̹͉̳̹̤̼͇̬̪͇̤̹͓̰̩͕̙͓̪̦̲͎͖͚̣͍̣̬̯̩̤̠̤̬̰͍̻͈̫͖͓̼͟͠͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ.̷̨̨̊̇̇͆̂͑͊̃ͩ̈́̿̀̒̉̅̈́̌͌̅͊͋̿͑͗̏̋ͫͦ͐ͥ͐̆ͪͯͨ̋ͣ͐̓ͭͦ̈̉̇̑ͯͮ͊̿̈̀͑͗͌̄͆͒̉͐̑̅̔ͮ͊̐̿ͧ̔ͯ͑̽̐̐̈͐͋ͬͫ͋̍̈́ͩͩ̎̅͒̓̽ͭ̈́ͭ̈ͥͬ̓̔ͯ̏ͭͤ͛̋͊̉̓̑̾ͮͭͨ͌̑̉̇ͫͧ̏̀̓ͬ̾ͬ̉͗͒̓͗͊̐ͥͧ̌̀͋̿ͪ̅̅̇̍̅̀̃ͭͬ̓͑́̅̒͊̇̽ͯͭ̔ͤ̓̎̀̓ͥ͊͆̎̈́̔͊ͭ̽ͫ̇̊̓̊̌̽̈́̌̅̒ͮ̆̌̍̌͋̐̿ͦ͌͗ͣͦ̅͆́͒ͧ̈́̉ͥ̒͌ͬ̉͋̏̎͐̈͐̂͆́̄͐̐ͨ̃ͮ͂ͫ͆̽ͯͩ̈́ͯͨ̂̐ͮ̃̑̏̽̉ͥ͂̍ͪ͗ͫ̂ͧ͛͑̀̉ͧͦ̎ͮ̏ͬ̑̑́͌̅͑̆͋́͊̿̍̈ͯ̚̚̚̚̚̚̚͏̧̨́̀͘͟͜͢͡͞͏҉̵̢̨̛̩̣̥̩̼̫̼͍̜̫̠̤͓̟̮̠̦̜̲͕̭͉͍͉̰̝͔͚̤̱̱͖̹̭͕̠͍̻̥͍̥̝̥͎͇̤̺̝̮̻͕͇̰̮̱͕̯̼̻̬̹̞̻̞̬̗̞̮̻̳̝̻̪̫̰͎̥̟͙̱̪̩̠̥͖͙͉̘̹̠̥̟̟̲͇̜͍̲̩̼͇̝̰͓̹̯̣͖̟͖͈̭̻̝͙̘̤̖̙͙̹͔̦̲̹̤̻̝̩̭͈͇͍͎̻͕̞̟̳̯͍̰̘̲̫͕͖̭͈͖̝͇̙̟͚̤͍͈͙̙̱͇͔̳̜̺̦͉̝͈̙͓̠̱̗̖̙͍̮̝̟̹͖̭̤̞̦̞̟̗̺̜̥̣̥̙͕̗͎̦͍̯̘̗͖͉̜̘̰͇̩̠͙̪̠̺̖͕̼͇̻͖͉̜̖̞͎͈̺̭̞͇̬̭̹͍͎̲̜̻̖͙̞̫̺͉̰̞̭̭̗̹̱̲̣̬̠̖͓̺̜̗̥̰̗͙̤̹̙̬͙̻̹̩͔̼̜͍͇͚̱̥̭̗͓̫̠̻̮̣̱͎͖̦̙͎̘̻͓̞̣̖̻̖̪̗̥͇͈̻̦͙̦͉̥͉̺̻͖̲̺̦͎̮̻̼̮̯̮̲̯̬̩͇̥̗̞̭̹̩̞͈̯̙̦̩̥̦̤̯͕̩̙͎̰͖̘̝̰̖͇̲̰͎͍̬̬͎̩̠̫̹͔͍̬̙̮̩̞̹̥͎̭̝͕̀́̕̕͘̕͘͜͜͢͞ͅͅͅͅͅͅͅͅͅͅͅ
    ̡̢͗̉̋̉̇̏ͯ̈́̃͌ͩ̿̄ͩ̋͊͂ͣͣ͒ͩ̈ͮ̂̍̀̅͊̔̌̓͆̄͌́̾́̅̐̿͐́̿̽̔̍͒͛ͯ̄̀̉̒̃͋ͤ̄̑͋̐̄̌͊͐̋ͯ͋̈ͤ̊ͩ̂̍̏͒̆͒̍͊ͧ̆͑̃͛̑ͭͤ̔̒̄ͧͬ͑͆̌̑͆͑ͬ̍̿̀͂̂̍ͬ͊̏̂̒ͭͦ̈́̐̾̉ͮ͋ͭ͗̒̈̇͐̿̄ͮͯ̃͂ͯ̐ͦͧ̽̿̀̌̽ͭ̂̉ͧͭ̀ͭ̄ͧͭͮͭ̂̄ͦͪͤ̉ͤͮͪ͒̓ͦ̒̄ͫ̃̌̈́̍̑̐̊͆͒̽͌ͨ͂̅͐ͧ̈́͆́̀̂̎ͩͫ̍͗ͫͬͤ̉͌ͭ͌ͭ́̀̈̓̂̋̽ͦͤ̿͑́̅͐ͮ͌̒̊ͨ̅̌̈́͂̋̈ͥ̿̾ͧͨ̎ͨ͛̅͂ͧ̑̌̈ͪͨ̏͒ͥ̎̑͂ͯ̐̎ͬͣ͒ͧͫ̀͒ͭ̌̐́̈́̐ͤͦ̈̽͊ͥ̎ͬ̉́̓̄͋̌̉̋̑͗͊̃͊͊̆́̇̿͗̓̿͂ͥ́̆̈̑̈́͆ͮ̓̔͐̐̿ͤ̋͐̌͗̊̒ͤͮ̑͌͂ͮͥ̐̅̋ͯ̓̍͋ͯ̒͌̊̅ͮͧ̓̎͐ͫͪͥͨ̉͊̊́̀ͧ̄̽ͮ̆ͦ̈́̒ͪ͗̑̔̈́̓̽̇̓̈́ͭ͆̔̎̍̓ͨ̓̏̆̔̐͒ͬ̆ͫ̈͒ͧ̆̾̆͋̀̃͗̃̓̇ͧͪ͆́̃ͩ̃̒̑ͩͮ͆͆̏ͦ̒͌̍̃̂̍͋ͥͯͦ̑̉̒ͥͮ̀̇̈́ͦͨ̍͑̚̚̚̚̚̚̚̚͘͠͏҉̴̶̶̴̧̢̡̧̧̨̛́́̀́̀̀̕͢͟͢͜͞͞͡͝҉̢̣̩̱̜͉̫̦̘̝͙̩͚̭͖̣͎̟̯̘͕̦͚̯͇͍̗̮̘̘̻̬͖̻͓̘̹̬̙̬̹̫̖̺̻͙̱̞͓̻͇͈̭̩̖̩͕̙̙̙̖̥͍̱͓̬̦̪̺̫̣̯͔̠̱̝̬̦͈͉̝̟͔̜̮͇̤̜͎̣̱͚̣̦̺̝̗̤̼̪̞̼̗̱͙̻̬͔̝̱̼͕͈͓͖̤̖̯̺͕̲̯̬̘̖̟̙̤̱̟͖̘̥̪̤̲͎͇͓͖̳̠̮̺̹͕̘̝̲̞̻̗̲̻̬̙͖̤͍̥̤̙̱͕̪̺̱̯̩̮̗͈̰̮̰͉̭͍̺͍̣͔̬̪̤̩͚̞̱̗͎̩̬̟̘̝̰͕̲̳̮̺̤̩̖̠̫̳͖͚͉͇̘̭̱̭͈̦͙̱̩̼̺̟̳͉̭͓̭̜̫̙̘̱͓͔̖͙̭̦͖͕͈͈̥̬͕͇̯̠̻̦̦͚̙̞̣̯̩̜͍̗͖̮̦̘̯͙̲͕̻͙̫͖̬͖͔͍͙̼̪̭͈̟̬͖̱͉͔̟͖͎̭̖̭̹͖̬̤͉̭̙͈̟̥̖̫͖̜̬͕̩͔̼̬͙̻̳̘̺͔̗̰̮̞̩̭͈̮͎͓̜͓̤̗̫͉̹̳̹͓̗̞̝͚̘͔̳̦̫͖͇̟͕͓̻̪͓̮͈̻̲̟̝͖͕̭̝̳͔͚͙̯͍͇͙̺̦͓͔̦̞̼̣̯͙̹̱̹̯̗͔̘̮͉̦͉̤̫͈̱̗͎̩̝̥̼̜̦̙̟͙̪̮͖͕͙̲̺̥̣͔̦̺̙̤͚̠̟͙̟̯̫̟̤̙̣̗̼̗̻̙̞̟̻͕̪͈͉͎̝̞̖̭̞̲̫̼̦̤͓͖̹͕͚̫̺̘͙͇̺̳̜͖̝̱̞̞͙̟͚͙̖̤̼͙̮̼̝̮͕̺̗͚̬̝̱̞̝̜̝̬̥̹̮͇̬͍̞̮̮̟̩̝̳̮̠̝̳̫̞͍̱͔̮̫͇̬̤̠̟̹̲̥̰̱̗̼̬̱̹͖͖̞̫̼̦̩͉͙̙̖̬͖̗̺̞̘̟͇̤̘͍̜̣͕̫͖̙͈̮̭̙͉̥̙̻͕̥̲̩̹̯̬̫̹̠̲̤͙̜̞̺͖̣̺̰̣͖̲̗̣̠͔͈͖̰͇̩̗̳̯̼͔̱͎̗̞̼̹͕̣̻̣͖̳̠̬̘̭̱̭̹̪͓̣͕̫͍̤͇̠̳͚͙̞̻͖͍͚̦̖̩̤͈͖͈͍̩̺̻͇̪͈̩͉̰̘̠͎͖̠͓̥͍̭͔̗̮̜̼̹͖͙̬̻̯͇̭̝̻̰̬̩̞̻̠̳̙͇̗̼̼̲̥̱̭̤̱̫̝̜̼͎͈͙̜͈̣̼̻̭͕̰̱̺͎̩̜̫̩̩̠͙̤͓͉͓̳͙͔͚̫̟̖̻̭̥̲̹̘̜̣͔̣͖̜͎̙̝͙̖̰̱͉̦̹͚̘͇̗͇̺̻͇̠̯̻͍̞͔̳̻̳̪̯͖̳̻̱̻͎͎̳̱̜̼̰̝̘̪͖͇̭̟͇̠͈̙͍͈͔̬͚̯̻̥̭̠̬̹̺͚̳̥̣̬̲̦͓̹̟͙̥̳̬̼̥͙̦̝̝̱̥̫̬̭̣̱͎͙̪̘̬̰͇̭̰͍̭̭̭͕̬̜͍͇̙̹̤̬̠̘̲̩͇́̀͟͟ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ
    ̶̴ͫ̌͊ͧ͆̑ͩ͂ͮ͋ͯ̐́ͧͫ̄̍ͭͥ͗̔̃̏ͮ̋̄̓ͨͥ͊̑̔ͪ͋̑͆̍ͩͭͤͥ̓ͮͭ́͛͛ͪ͊͋̿̑͊́̏̓ͯ͊ͭ͊ͣ̑ͪͥ̏̇͌̈̉̃ͮͫ̃̽ͪ͐̂̅̾̓̉͑̊ͤ͗ͧ̿̽̌̽̾́̄̿̏̉̾̏͆̽͑ͧ̌͂̊̽̚̚̚͘͟͠͡͝͏̷̸̵̨̢̢̧́͘̕͟͟͢͡҉̨̀͢͢͞͏̶̢̀̕͝͏͚̣̼̤̩̰̝̺̬͍͍̣̜̭̼̘͇̝̙̻͚̖̺̞̦̰̹̦͙͉̘̣̲̹̱̖̞͍͙͔̖̩͓̺̼̫̣̹̗̬̬̫̩̝̪͎͎̱̪͙̥͉̞̝̰̩͓̣̼͖̻̩̟̯̗̟̤͔͙̙̺̜̝̰̫̗̼̪̭̟̳̤̣̩̞̙̲̮̘̗͉͓̙̱̺̗̪̜̩͉̜͉̩̜̖̹̪̦͕̣̦͎͉̺̮̱̖̫̠̪̤̫̪̹̤̖͈͎̙͚̻ͅͅͅͅT̷̷̶̡̢̨̀͌̓̍̄̂ͪ̐̇̒̃̆ͥͦ͂͋́́̒̔ͮͦͣͪ͋̌͑͒ͥ̎̑̆͛̄́̃͋̈́ͩ͆̌̔̍͆͂ͭ̍͆ͭͤ̽ͥ̏͐ͭͥ̃ͭ̾ͦͧͩ̈ͪ̇͊̏͗̓͛ͨ̂͆̈̆̊ͤ̆̑ͥ̈́ͦ͋̅ͦ̌ͯͫ͛͛ͯͩ̈́̑ͫ͛̀̅͌̒͗̈̋͗̒̊͐̒͛̎ͤͧͮͣͫ͆̈̓ͯͧ̿̂̑ͮͨ̑ͮ͋ͫͦ͆̀̐ͦ̊ͨͨͥ̄̾̄̓ͦ̅̏̋̍͌̆ͮͮ̌ͬ̈́̏̍̎ͧ̂̿͂͂̈̾̌͊̑̒̏ͫ̈́ͫ̈ͣ̓͂̾͊͊͊ͫ̾͗̽͗͒̐̄̂̅ͬͨ̊̾̿̆ͣ̇͛ͪͬͨͩͥ̇̏͒͆̏ͭͯ͛ͨ͑̆͊̅͋̆̎ͯ͊́̐̍̂̅̿̈́̐͛̀̅̇̂̈ͥͦ̑̏ͯͯͫͦ̉̊ͣ͐̐̔͛̉ͭͯ̈̂͐̀̂͗͆ͫ̋̒̋ͦ̾͐̉͗͒̄͐̿ͣ̋̑ͩ̍͐ͭ̔͛͂ͨ̑̽ͣ̅̑̌̒̈́ͦ̄͑̊̊̈́̄̾̓̌ͩ̒ͥͨ͋ͦ̋͛̍͒̑ͮ͗ͯ̄ͦ̒͑̐ͭ̐̓́͛̑ͫ̌ͭ̾͛̏ͧ͂͑ͣ̎͗̐ͭ̓ͨ́̀́̏̈́̿ͨ͑ͭ̋͐ͤ̉ͭ̊̈̌͐̄͂̊ͯ̋͌͆̌͆̈́ͩ̅ͨͭͤͨ͌̎̇ͤ̏̄̈͑̇̀ͭ̓̿͊ͯ̑ͭ̈́̆́̑̽̍ͥ̈́̈́̈͆͂ͦͥͥ̍͐̋̽ͩ̈́̑ͦ̑̂̑̐ͧ̿̃̃ͧͭ͒͗͊̽ͧ̌̿̌ͫ̃ͦ̉͂̀͂ͪ̊̂̄ͨ͗͗́̔̉͛͐̉̓͗ͯ́̑̔̆̉̐̉͒ͫ̄͑͌̏ͧͬ̇̾͛ͬ̏̃̽ͥ͋̔͆͑̿̃̂͋̈ͦ̌ͤͥͫ͆̀̇̾ͦ̌̀ͤͨ́͑͗̉ͩ̄ͤͧ͆͑͊ͮ̐̑̅ͧ̓͂ͦ̾̀̿̃̄̎̊̂̎ͤͫ̃͒̄̆͊̂̌ͥͦͣͪ͐̄͊̆̍̌͒ͤ̑̓̑̍ͯ̊͊ͬͦ̈͋̈̆͋ͭ̌͛̄ͩ̍̊ͯ͊̉̂ͭ̍̂̎̄͐̔ͬͬͥͤ̎ͯͯ͐ͭ̐́͛͛ͣ̊͌̑̾̑̈́̂́̈̏̈̈́̐̎̐̏́̅͛̏̊͒ͧ͛ͣ̆ͬͤ̐̾ͭͮ̃ͭ̽͛̃͐͗́͌͐ͯ͐ͧͯ͋͆̈̅͌̃ͪ̂̄̃̉ͪͤͮ́̚̚̚̚̚̚̚̚̚̚̚̚͘̕͟͏̴̴̸̡̛̦͇̹̞̭̩̰͚̦͔̲̫͍͎͉̖̗͓̮̰͙̘̱͈̩̭͍͇̬̱̜̲͖̼̦̹͎̩̯̳̦̦͕̩͓̺̠̣̞̱̤̣̞̲̘͚̜̮̣͎̭̥̺̼͎̥͍͙̥͙̳̤͚̙̦̰̫͈̲͓̞̝̞̼̫͍̠̺̜̱̗̹͖̥̤͈̯̬̺̮̪̥̪͓͖̱̪̪̝͙̺͖̦͟͡͞ͅͅḩ̶̸̢̛ͫ͛ͣ͋̔͛̍ͮ̒̾ͤͪ̄ͩ̿̿̋̏ͬ̾ͩ̓ͭͪͫ̌̊͌͆̍͐ͣͣ͂̆ͫͦͤ̑̈́͒ͧ̒ͮ̈̓ͯ͐́̌ͨ̊ͤ́̎ͦͫ̄ͬ̓͒͛̽ͨ͂̈̍́ͯ͂ͭ̈̄̉͊ͥ͒ͮͫ̊͛̿ͪ̔̊ͬ̐̿ͨ͊́̾̇̾ͭͤͩ͂̂̑ͦ̊̉͑̉̄̇̊͌̎̐ͪ̎ͫ̓̓ͮ͊̍̉̒ͧ̐̇ͭ̃ͯͭͯ͆̏̈́̍͊́̉ͧͣ͐̅͛̈́̂̆ͥ͆̓̓͊́͋͐͐̅́̄ͭ̄͛ͬ̉̅ͯ̔̐̅ͬ͌͛͗̌̂ͭͩͥ̈̋ͩ̽ͣ̈́͗̔̌͂̓̃͑ͫ͛̔̓̀̾̐͐̉̃̈̔̐͂̆̃̾̐ͭ́̇ͥͫͩ̀̍̏̃͌̓ͮͨ̾̐ͯ́͂̊͆̋̾ͤ̽͛̒ͥͦ͗̐ͫ͊ͭͮͫͫ̾̈ͥͧ͐̾ͧ̾ͮͭ͐̌ͬ̓̉̉̇ͤ͂̆͗ͥͣͤ̆̈́̓̂ͣͩ͆ͤͥ̀ͤ̎̃͒ͥ͂̐ͩ̒̒̓̏̄͗̔ͯ̐ͥ͋̒̐̇̀̏̑ͭͮ̐͌͒͑͛̃̊̐̇̎̓ͤ͐̓ͧ̎́̏̉̔̓̃̂̐͒̉̀̽̓͌͐͑͋̾͂͌̀ͮ̄ͬ̈̑͗̏͒̽̓ͥͩ̈́ͩͧ͗̃͐ͦ̉ͯͦ̂̈̀ͨ̔̈́̄̚̚̚̚̚͟͏̴͡͝͏̶̸̴̶̶̢̢̛͢͝͞҉̶̲͖̹̰̞̮̞̪̭͙̦͓̠͕̘̼͉̘͉͇̲̰̗̙̥̮̤͔̮͍͉̲̤̹͍͔͙͓̦̹̭͖̣͖̞̯̜̼̲̬̝͍̜͍͈̺͈̝͔̺̮̖͉̹̺̪͔̲͎̤͔͉͕̝͈͈͕̼͇̦̞͇̟̫̦̭͙̦̜̟͔̳͇̼̠̣̭͉̭̱͍̳̟̯̲̰̫̟̦̱͙̺͇͈̤̳͙͔̲͔̭͓̪̳͈͔̭̗͎̭͉͔͎̠͇͔̙̟͈̙̩̲̻͙̫͈̬͙̬̱̦͙͍͉͔̗̠͉͔̲̳͖̩̗͚͚̱̫͍͔͖̺͈͍̫̙̼̠͓̬͈͔̹̫̪̟̙̜͔̫͔͚͕̞̦̖̮͎̠̼̱͕͇̹̥̝̙̼̞̲͚̖͚̮̝̗̳̦͈̭̟͕̗̖̪̥̼͚̼̼̭̜̻̭͓͚͖͙̦̹̳̻̟͉͎̦͕̭̟̣̜͉̯̘͇̤̼̜͓̳̘͚͕͇̞͇̱͔͉̼̳̰͔̬̥̩͇͉͖̥͔͓̤̲̘͙̙̻̫̻̠̣͔̤̦̰̹̹̖̻̟̲͔̮̤̤̳̞̳̜̗̩̥͍̲͇̼̝̰̩̪̪̹̮̜͉͎̹̙̘̫̲̹̝͇̦̟̝̲̝͈̮͎̳̩͇͉̬̤͎͎̹̙͙̮͇̮̪̰̟͚͚̰͓̮̖̮̥͚̤̻̥͚̳̺͚̘̠̙̼̟̺̜͙̮̰͚̼̥͎̞͔̥͉̯͙̫͎͕̬̼̼̝̺̦̭̟͎͕͓͖̟͕͙͕͕̗̗͙̥̥̺̞̣͎̯͔͚̙̹̻̩͎̥̪̮̣̖̗̣͉̺̖͔̻̘͙̠̦̻̹̭͔̗̜̗̱̼̠͎̹̣͓̬͖̭̻̭̯̹͕̭̣̠͔̯̙̯̥̕͢͟͡ͅͅͅͅͅͅͅͅͅͅe̷̶̴̡̨̿ͮ̋̉̋̓͂̑̍ͮ̌̓͂̄ͪ̒͂̒̀̒͑̊ͪ͑̏̆̈́̔͆̂ͯ͗͐ͥ̔̓̇ͥͨͤͤ͐͆̉̔̇̅ͭͮ̏̆͆ͩ̐̌ͭͥ̑ͣͤ̃̉̒ͫͪ̓͂͛̐ͭ̿̾ͬ̈́̔̾̉͛ͣ̈́͐͂͊ͩ̒̅͛͒͊͊̑̉̏͌̔̔̆ͤ̏ͥ͂̄̊ͫ͐͐͊̑̃͑̽͛̎ͪ͒̍̒̎̓̐͐ͮ̽̏̂ͣ͆̓̂ͭ̂ͮ̉̊͂͌̒ͮ͗͑ͮ̍̾ͦ̒̑̓̽ͩ̍́ͩ̄ͥ̊̈́̎͐ͥͤͤͫͮ͐̈̋͒̔̐̔̑͑̿̈́̒ͤ̅͑̔ͣ̈̄̏̿̑ͫ̍̄͊ͫͨ͆̾̒͆͐̄ͫͮ͐͗̔̐̑̎͗̒ͩ̋̑͑̆̾̑̌̄̽͑ͫͣ͌ͥ͗̃̆̿̽ͮ̿̐͐̍ͥͮ̊̾ͤ̓ͯ̄ͨ̂ͪ͗͗̉̽ͮͧ͗̐̆͆̈́͌ͮͥ͊́ͭ͑ͤ͐́ͣ̄̋̓͐̃̇̈̊̾̈́ͨ̾̑ͬͨ̽̉̅̅ͧ͐́ͧ̾ͫͯ̐̅̐̈́ͫ̓̐̍̽̅ͩ͐̉͛̊̀͑ͭ̄̑ͯ͆ͬ̏̋ͣ̔͌͑̒̋͊̈̓̿͐̈ͭ͆̍̎ͪ̐̀ͣ̄ͫͤ́͐͐̽̆̇ͩ̒͊ͦͥ̄̊̔̌ͪ͑ͨ̀ͮͨ̈́́̋ͧͥ̀͂̊̋̽̾̽ͦ͋̌̂̃̂̆́͆ͨ́ͯ̅̔̓̍̔͋̓͋ͥͩ̔ͫͨͪͮ͐̌̽͑̔̉ͦ̏ͬ̀ͪ̇̍͋ͫͦ͒̾͆ͬͣ̑ͦ̓̿ͨ̇̊̍̿̊̊ͩͭ́̂̇̒͛͋͐ͯͬͭ̾ͫͨ̍̇̒̂͒̈̏ͭͯ͗̀͋̄͌̈́̂ͣ́̈́ͬ̑͐ͮ̽͆͋ͦ̍̄̉ͫ̒͐ͯ͌̎̋̿ͫ̂ͪ͂ͯ̄͒̾̒͌ͣ̉̍̇̉͋ͣ̓ͣ͗͂ͦ̔́ͩ̐́̍̂ͤͦ̏̔͂ͪ͂̅̊̽̽ͨ̆̈͑ͯ̉̍ͯ̾ͫ͐ͯ̏͛́̏ͦ̏̐́ͤ͋ͨͤͬ̂̾̇͛̍̌́͛̉̌͒̍̿̇̆̉͊͌̋̏ͦͧͧ̉ͥ͌̂͒̅̉̀̒ͬ̆̄̏̓̔̋̿͛̇̏͋̒͂̍ͬ͒͌̅̈̎̈́̑̋̉̇ͨͭͫ͌͛ͧ̏̂ͪͭ̆̆ͥ͑̎̔̈́̾̿͑̏̋̊͐́ͤͭ̊̔͋͌ͣ́ͩ̔̅̃̏ͪ̌̾͐̅͂ͯ̔̋ͥ̽͆ͧͣ̉ͣͭͬ̇̏͂͑ͮͤ̉͛̂̃ͬ̏ͫ̓̎ͤ͋͑̒͋̒͗̆ͦ̇̓̔͂̈́͆̐ͦ̐͗̆̍͑̈́͑̈́͂ͤ͂̐͌́̚̚̚̚̚̚͘̕͢͠҉̸̨̢̨̧̧̢̀̀̕͘͜͠͏̸̨̤̤̹͕̭͉̼̘̭̥̝̳̮̱̪̩͙̱͓̭̼̳̱̦̱̞̬̳͈̙͎̞͍̫̬̞̪̥͙̗̬̦̱̭̜̟̰̞̣̗̮̭͇̙̞̺̤͓͍̫͍̘̻̳͎͍̥̬̖̦̱̟̪̙̰̼̖͖̰̼̰͔̜̪̰̝̠̙͙̦͎̳̗̗̩̻̦̰̤̱̬͔̯̱̥̼̘̩̝̪͎̰͙͕̞͚͇̳͇̹̱̮̞̲̙͓̬̥̰̪̱̰͚͉͚̞̗̠̬̰̰̗̻͙̪͍͕̟͓̦̱̤̱̼̟̥̞̟͍͇͉̱̯̩̹̭̹̗̟̣͔̘̩̳̜͔̣͉̱̝̰̫̯͓̩̯̺̟̥̭͓̻̩͍̩͔͉̭̬͕̝̫͈͔̟͚̥̥͙͓̘͍̼͍̹̭͖͕̯̪̬̰̳̖̞̞̘̝̯͈̪͔̩̗͕̙̠̗̝̟̖̲̟̭̲͔͚̥͕͇͇̳̬͙͔̦̻͈̝͇̭̮̰̬͔͈̜̗̦̱̰͇̥͕̦̼̻̩̰̭̰̫̩͉̝̣̠̟̩͔̰̯͇̥̼̗͔̳̖̠̻̦̱̻̟̜̯̜͖̣̫̮̝̖͉̖̬͔͍̦͎͓̝̣͉͍̬̥̖̖̭̹̺̜̬̼͍͖̼̯̙̱͖̟̦̠̘̦̬̻̟̯̼̳͈̻̝̩̞̘̻͔̫̣̼̰͙̼̘̹͖̺͖͎̯̹̱̘̗̻̰̰̫̗̻̰̬̥̘̼̦̝̜͚̹̻̪̰͙̘̳̼̪͖͖̜͙͙̼͉̥̠̮͇͚͚̘̬̗͇̺̭̼̥̮͇̦̹̙̭̼̣̭͖͇̣̰͓̼̩̼̙͚̗̱͓̦̭͓̯̼͙͉̹̤̭̺̝̰͎͙̤̜̯̺̦̙͓͚̹͈̱̙̜̞̼͕̫̬͚̥͙̱̞̖̹̺̠̝̪͕̣̦̯̞͔̭̰̰̰͉̟̟͉͉̹͖͎̝͖̮̘͎͈͓̞̗͎̰͚̥̝͙̻̞̖̗̹͇͙͔̮̝͈̙͔̦̥̻̣̤̻̫̩͍̳̦̘̠̫͔̤̙̠͉̙̦̯̖̞͓͍͈̠̝̘̯̥͇̮͔̳̭̪͕̩̫͉̫͉̭͙̺̪̼̜͔̱̥̞̮̲̳͉̫͇̱̱̥̝͎͇͖̠̫͓̮̹̮̟̞̯̥̘̞͓͍̰͚̺͇̺̫̮̖̗̘͕͇̯̫͍̤͓͉̟̠̫̗̮̲̰̠̝̫͙̲̙̘́͘͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̵̧̢͂ͮ͋͆̄ͯ̽͑ͬ̒͆̂̊̀́̈̀̌̏̒͆̂ͣ̏̌ͧͥ̒ͬͮͨ͂͌̉͒̓̋̎͐̔͆̓̋ͨͣ̂ͤͬͭ̀̊͛͛̓ͣͣ̀ͤ̈̄ͧͤ̑͊ͩͭ̀̂̃̾ͪ̒̂͂̄͂͛̏̂̈́͂̉͋ͧ̎ͤ̔ͩ̍̿̑͆̓́̄̅̊ͫͮ̆̂͒͋͋ͤ͛̃͋̅ͫ̇ͫ̾ͣ͂ͫͭ̽͂̔ͤ̑͗ͤ͐ͦ͑ͬ̒̂ͩ̑̒̓̉ͥ̊ͩͦ̇ͩ́̈͋̂͊ͣ͗ͩ͐ͤ͆ͥ̊̈͗̈͋̓̉ͧͤ̐͋ͩ͊̉̓̇ͨ̎ͭ̑̓́͛ͨͤ̋ͬͫ͑ͩͭ̅̒͂͐̔̃͑̀ͨ̔̍ͯ̆̓͋̍́̾̓͂̍̿͆̏͆ͤͬͩ͛ͮ̽͂ͩ̅̓̏̒ͭ̄͋̽͗̓ͧ̏͗ͫ͛̐̇̏́̋̍ͣ͗̍͊̉̍͒͐͗̈ͬͥ̊̃̆ͦ̿̊͊̂̿ͬ̅͆̍̂̐ͥͧ́̽̓̒ͭͮͤͯ̋̀͛̀ͧ̊́̇̄͂̍͋̇ͯ̈́͊̊ͤ̉ͮ̌͐͊͛͂͊̄ͥ̓̽ͣ̉̈́ͯ̈́̀ͩ̎͐̐̀̄ͤͭ͑̓ͯ̿͛̃̈́̍̐̆̑ͭ̉͗̅̈́͑̓ͭ̃̂̉̇͊̆̓̄ͤ̃ͩ̓͑̒̆͂̾̇ͨͬ̿͗̿̈̇̏ͦ̉̑̉̔̒ͨ̄ͭͣ̌̓ͭ̾ͤ͊͂̋̊ͣ̍͆͗̆͗ͯͥ̒͗͊͋̄ͤ͐̾ͯ̒ͦ̃ͧͬ̿͌̓ͨ̀ͮ͑ͥ͊̔̏̑ͦ̐́ͥͬ͂͐̂͂̐̅̀ͩ̄͑͋͊̏̍ͧ̊̋ͯ̓̄̎̋̿͐̂ͧͦ̏̈ͧ͑̏͋ͯ͐̍ͫͬͧͣ̍̀͐̒͐͆͋͆̎ͤ͋̃ͩ̊ͥ̽̅̽ͫͣ̌ͯ̌ͩͩ̀́́̆̎̇̓ͫ̂̄̿͐ͫͥ̇ͭ̔̆̏̆̃̋ͫ̒̐͌̅ͧ͆͌̏̏̈́ͩ̎̉ͯ̏́̄̑ͭ̒̓ͨ̍̅ͤͬ͐̅͆̓̄ͯ̈́̂ͧ̐͛̅ͬͣ̐͐ͬ́̉ͫ̏̍̓̽͛ͨ̊̏̓̔̾̒͗̔̾ͭ̓̿͗͛ͥ̉ͫ͐ͣ̆̇̃ͥ̓̅͆̒͋̇̽̓̅ͬ̅͒̀̈́̈ͣͦ̓͌̔̆ͤ̾͆̈̔̓̄̾͐̈́͊̊ͮ͊̉̓ͪ̀̚̚̚̚͡͏̷̷̵̸̶̴̸̨̧̀̀̀̕͘͟͡͡͡͡͠͏͈̻̘̗͕͚͉̥̯̩̺̲̖͎̦̘̦͈̩̪͈͖̖̬̺̭̘͚̮͍͈͕̳͚̯̜̲̘͙͙̤̱̜͔͇͕̤͇̩̞͇̮̻̮̦̫̯̝͖͚͖͔͍̗̩̲̪̺̤̦̪͖̱̲̱̤͖̺̝͉̩̹͓̺͕̦͔̼̖͇͈̣̪̖̤͖͉͇̬̖̮̯̮̝͈̤͙̫̪̤̺̗̜͙̱̠̗͖̠̗̰̩̼̠̱̰̫̻̲̯͕̰̦̱̜̜͈̝̙̟̙̜̞̹͉̰͕̯̰̰̜̤̤̼͙̱̠͉̻̟͓͎͕̮͔̜̮̻̤̝̭̮̝̼̜͇̘͈̞̻̼̺̫̹͚͍͍̠̝̘͍̭̻̯͚̩̞̤̜̩͕̩̙̭̤͙̱͎̥̲͇̹̥͙̙̼͇̥̩̥̭͍̥͕̬̝̙̞͕̝̞̝̯͓̞͙͔̺͙̘̙̖̠̮͕͉̪̭̩͓̻͍̻͍̺̺̭͉͖̜̰̞̲͎͙̻̼̱̜̘͉̟̹̹̲̝̞̺͚͕̣͍̤̠̩̣͍̜͍̫̫͓̟̪͖͙̼̱̺̟̰͎͙̹̥̬̺̭͎̺̹̟̤̜̗̼͔͓̯͕̥͕̳̜̥̼̥͔͚͎͍͕̥̺̥̖̙̭̟͍͉̞̤̙͔̙̝̤̪̺͚͎̦̯͖̼̝̹̳͔̱̟́͡ͅͅͅͅͅͅN̷̶̵̶̷̵̵̶̵̷̷̨̧̡̧̢̧̛̩̖̭͈̖̟͔̙̮̦̯̘̰͍̥̥̩̬̰̱̪̗̼͕̝̣̹͈̺̥̺̘͚̬̞̟̙̠̠͈̜̱̪̺̣͉̟̘̳̪͉̼͙͕̥̝̮̦̞̱̻͇̜̘̫̲̜̩̬̬̗̣̠̪̤͍̜͇̟̣̱̯̭̹̖͍̣̳̞̖͈̥̥̲̗̠͕̣͉̫͇̳͓̝͇̬͚͓͈͓̝͚͓̳̲̦̬̰̺͓͙͈̜͔̫͚͕̖̫͇̦̳͍̪͇̳͙̖͎̩͉̦̲̰͖̻̙̳͖̥̜̳̬̖͓̬̙̭̟̜͇̤̠͎͎̻̻͈̥͚̬̭̝͖̹͈̪̣̦̼̬̖͎͉̰̻̘̤̤̳͚̹̜̹̗̻̗̖̘͍͚̩̞̙̦̼̤͕͚̞̹̗̹̯̜̱̼̰̱̗̙̳̱̻̩̲̟͍̠͉̱̣͎͕͇̗̯͎̤͖͉͍͕̲͖̦̱͔̝̖̲̘̠̪̣͈̪̗̜͕̘̯̗̰̹͍̜̗̘̝̯͇̥͈͙͕̘̜̻̟͇̘͔̲̼̺̠̘̻̣̲̞̳͇͕̰̼̺̹͙̬̻̥̻ͦ͑ͮͦ̾̋̆̅ͦ̅̏̎͊ͣ͐́̇̓͐̽̿̊̃ͩͭ̄͋̉ͪ̌̉̿̈́͐ͬ̈͒͌ͩ̏̊ͥ̓̔ͫ̇̋̈́̓͛̈ͬ̂̆́̓̐̈́͐͒̉̊̃̀̃ͯͤ̆ͨͫ͗ͨ̆̇̓̋ͪ͐ͫͭͭ̑̍́̏͆̏͌͋̐̑ͥ̆̏͛ͪ̅̄ͪͥ͑͆̈̈́͐̌̌̇͆ͯ̿̄̅͂̀ͨͤ̓͑̌͐̍̍̌͂͆ͯ̈́̓̇͒̾̾ͤ̓̈́ͩ̔̑ͭͨ̃̒̑̄ͫ͆ͯ͆ͩͬ͊͑́͛ͦͣ͐͂ͣ̀͊͒̄̑̅ͨ̍͆ͪ̈́̈͌͊̊ͯ̅̍̃̃͛̊ͫ͌̈ͯͮͦ̂͆̆̒͑ͥ̃̈́́̉ͪ̽̒̋̉͋ͬ̃́ͥ̎̏̈̎̿͐̾͆͑ͯͭ̂ͭ̾ͣ̒ͨͨ͒ͧͮ͆̂̉͌̓ͪ̐ͨͨͭ̃ͥ̉̂ͩ͗̌̔͛͌͛ͥͪͩ͒̈́͐̅͌͂͋̇̑ͣ̑̂̑ͫ̔͒͌̓̍̑̊͆ͥ̊͑ͮ͊ͩ̍͌ͫ͒ͤ̅͂̿̋ͧ̑̋̍́͆ͤ͛ͤͦ̎̈́ͬ̋̈̂ͬͪ̓ͨͨ͒̃̆̾̋̍́ͯ̍ͫ͑̏̎ͫͥ̾̇͗ͪ͌̀͋̋̀͆̑̆̿̄̈́̑̈͌̊̈̓ͭ͊̔ͬ̉͂̃ͥ̑̅͗͛ͯͮͦ͛ͯ͗̍̇̓ͤ͊ͣ̌̈́̇̈́̍̈́̂̋ͭ̐ͮ͗̀̐͑͊̓͐̓ͫͣ̈́̍͐ͩ̅̏͆̑̓̎͂̆̄̔̉̔̏̂̉̍̉̃̌̄ͧ́́ͪ͐͆̉̓ͨ̇ͬ̍ͥ̍̃ͭͧ̇ͫ̊́̆ͮ̋ͭ͒̔̈̍̎̊̊͂ͤ͊̽͌͊̉ͤ͒͐͗̎ͩͧ̈̀̽̐̓̆͋ͭ͒̓ͭ͌ͬ̓͂͌̔ͩ̍ͫ͆̄ͥ͛ͥ̽̇͒ͫ̐ͨ͑̔̌ͤ̎̓̓̉ͫ̀̾́̅͋̍͐͐̀ͤͮ͆͋̄̂ͨͩ̂͆͊ͧ͌̉̃́ͨͮͮ̽ͣ̈́̍ͬ͌ͫ̈͗̏̒̊̾͛̾̄̒ͣ̒ͪͯ̅͋̍͛ͥ͐̓͛̂̈ͦ͐̈́̃̂̇ͥͩͭ̊̐̒ͩͭ̋̆̆̏ͭ̑̅̄̏̃̆̂̆͒͛̾̌ͩ̋̿̓ͯ̄̉ͭ̂́̀̀̚̚̚̚̚̚̚̚̕͘͜͟͢͢͢͟͜͟͞͞͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅę̴̧̡̡̢̡̛͉̦͈̜̺̭͈̪͎̻̟̘̺͔̰̦̳̜̦̞̬͉̮̠̞̬̝̜̝͍͈͎͍̙͖̲͙̹̲͈̹͖͉̙̖͓̖̺͈̯͕̯̱̝̩̜̫̮̭̥̲̟̹͕̺̰̰̞̩̻̣̹̼̥̥͔͚̝͖̭͖͚̻̫͓̯͎̹̺̝̱͙̹͖̠̰̯̗͇̲̜͙̗͇̪̮͎̲̟̮͙̫͎̮̗̦̹͔͇͇̖̗͉͙̺̘͔̝̞̦͕͉̥̣̲̮͓̲̮͚̙̠̻̖̫͖̹̺̠͈̗̗̰̜͖͍̥̼̮̻͕̩̗̺͖̠̯̣̠͇̼̦͓̰͍̥̜̭̫͙̼̼̙̹̥̹͔͈̗͕͚̝̩̭͎͓̼̪̜̙͖̗͓̬̞̝̟̲͈̹̺̳̟̰͓̭̥͍̰̮̱͇̺̟̗̪̱̬̰̣̱̖̦̙̤͍͔̟̭̪̯͓̤̩̪͕̘͇̖̭̳̦͈̹͉̝̯̩̹͔̬̞̝͚̻͇̻̠̱͖̲̻̹͕̲̱͇̗̳̪̣̣͕͕͇̼͙̠̰̟̭̲̝͚̥̭͉̺̹̼̘̟̜̭̯̯̠͖̞̭̮̞͔̩̲̲̬̹̳̻͚͙͉̥͖̪̼̰͙̣̖̼͕̪͔̫͙̜̮̮̯̤̩͙̜͚̤̤͎͇̠͔̻̟̱̗̬͎̼̰̯̱̫͙͕̬̩̰̤̩͖̗̣̩͍͎͚͉͔̩̝̠̤̟͎̱̪̭̰͇͍̠͚̠̱̗̠̲̺̳̲̲̲͍̮̦͕͖͇̝̳̬̫̻͈͕̻̼͍̭̙̤̪̞̰͉̦̹͎͉͓̬̬̜̩̲͔̬̤̱̪͙͖͔̞̞̩̖̝̬̬̰̫̦̪̗̞͉̺͇̙͙͙͉̖̤̤͇̖̦͉̪̭̣͙̻͍̯̯͖̣̝̪̻̘̻͈̻̬͕̜͕̱͚̟̦̪͖̲͍̺̱̟̪̭͇̱͇̫̪̞̘̥̺̬̭̫̥̰̻̙̫̗͖̟̝͖̹̹̜̝̪̰̙̙̗̬̘̪͓͙̩͇̝̞̪̦̺̟͙̭̙̲̜̼͉͕̜͔̖̠̱̙̯̖͇̘͎͇̥͖̥͎̹̬̖͔͍̟̥̻̠̟̯̝̬̱̩̻̞̹͎̼̼̖̝̣̞͈͇̻̦͔̩͔͓͍͔̟͖̟̲̫͓͙͔̯̟̟̰͓̩̬̺͎̣͍̖̯̘̜͓̬͈̍ͩ́̍̉̉̉̋́͐́ͪͤ̾͋ͥ̔̎ͨ̓ͯ͛̌̾̀͒̌̐͐͋̎ͪ̊́ͥ̋ͪ̈̎̐ͦͥ́̇͆̓̈̇͐̓̈́ͧ͐̈́̑ͥ̃̋̆̇̍͐̊ͥ͗ͣ̒ͫ͗ͯ͌̂͐͗͂ͤͥͨ̆̍ͮ͑͆̇̈̆̒̐ͯ̇ͮ͋̌̅̈́ͬ̂ͧ́ͪ̓̓͌ͤ͛͗̄͗ͨ͊̾͂̔͗̉͗͗̍̑͊̏̃̌̌̇̅̀͆́̽̽͂̉͋͒̈́͌̓̾̍ͣͩ̍ͥ͌͒ͦ͂̍́ͤ̾̈̎ͦ̍̿͂ͮ̐ͤ̄̏̊̋̈́̈́̓͌ͬ̊̍ͧ̂͗ͩ͗̓̐̐ͦ̅̈́ͩ̽̒̿̉̃ͭ̅͆ͫ͂͑̐͛̂̔͛̑ͤ̓́̂̅̂̈ͦͣͨ̇̏̔̄ͧͧ̈́͑͂̂̃͐̉ͭͩ̊ͬͥ̔̈́̆ͦ̈̓̄̄͋͂̈́ͬͭ̎̆ͫ̎̃͂ͥͦ͆̓͒͗́̈́̄ͫ̄̿̋̃ͪͥͬ͋̊̅͋͐̑ͣ̂̑ͪ͛ͦ̔͗͂̇̌͊̈́̆̃̔͆ͮ́̏͊͑̎̍ͭ̅͐̿͗ͣ̔̅͒͐̀̓͆̐̈́̂̍ͤͤͥͮ͂̈́ͧ̋̃̊̆̿ͧͨͣ̾͂͋̀ͥ͑ͪͮ̈́͆̆̌ͯ͂̔̍ͮ̆ͦͣͭͣ͂ͦͨ͌̈́ͩͦ̍̅ͤ̆͐̄̀̉͛̄̏̆͛̅̃ͨ̐̃͛̾̋̏̇̊͂͂̏ͣͭ̉̏͂ͭ̎́̔́̿̾̓̄̔̃͂̀̋ͧͧ̇́́̀̚̚̚̚̚̚̚̚̚̚̕͢͟͡͠͞͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅz̸̵̧̨̡̡̢̧̛͋̉̊̔̔̄̆̓͋ͥ̄̑ͧ͊͂ͫ͑̾͊̏͊̉̎̽̅͛̈́̔́̒̋̈́̿̂̐ͯ̂ͩ͛̉̌̄͛̆̈͛̃͗̊̌ͮͯ̆ͦ̑̽ͦ̊̆ͯ͑ͨ͗̽͆͗ͪͪͣͧͩͪ͒ͭ̆̇̉̊̅ͮ͐͛͗ͬ̓̄͑͐̄́͘̕͢͟͜͜͡͡͞҉̸̴̧̢̢̬͖̹̫̞̖̪̲͓̪̫̙̠̤̻̱̬̫̩̳͇̻͖̩͈̞̙̖̪̬͓̞̲͖̫̲͇̼̙̞̮͉͈̪̱̹̦̱̙͓͙̱̮̫̝̫̞̩̹̦̘̙̤͎̥̪̪͉̜͚̦̙̝̙͓̜̟̜͙̩̫͇͍̱̣͈͓̼̻̪͍̙̞͙̻̦̺̞̲̖̪͖̣̩͙̪̼̮̠͎̳͖̥̣͔̱̭͉̖̥̤̦͈̭̹͚̣̱̲̭͚̦̮̲̝͎͓̰̠̦̳̼̞̦͈̝̳̼̯̻̞͙̞̬̦̬̝̩̲̙̘̺̺̫͎͉̳͎̲̰̦̼͇̯͎͍̼̼͉͓͍̩͈͖͍͇̱̯̺̪̠̜̰͚̞͉͕̻͖̱̰̺̪͓̥̬̱̦̬͍͈͓̫͉̻̺͕̻̣͚͕͖͙̹̹̫͍̫̯̣̜̭̟̘͈̞͉̝͉̤̫͙̲̲̮̱̺̟͇̝͓̻̝̦̥̯͖͍̥̺̱̺̬̠̻̘̰̻̤̻̻̳̲̝̟͔͚̲̥̝̖̮̪̮̟͉̯̤̹̲̗̲͉͖͍̹̹̦͙̝̩͙̫͔̣͔͕̜̱̲̭̲̬͇̯̠͈͉̜̗͈̥̲̼̗̙̜̗̟̯̳̻̗̲̯̮̞̭̱͍̬̳̝͓̳̠̥͍̫̱̤͓̗̦̥͓̘̱͖͔̗̭͖̤͓̭̪̲̼̤̬̺͔͡ͅͅͅͅͅͅͅͅͅp̷̸̛̿̃ͫ̉̈̂̍́̀̔̃͗ͮ̒̆̍͐̈̊ͫͫ̀̍ͩͣ̏͗̓̾̾ͬ̍ͬ̂͋ͪͬ̄͂ͫͣ̅͐̀̇̍͌ͨ̽͒͐ͦ͛̓ͬͫ̇̿̾̎̎ͨ͋́̅̾̎ͧ̃͒̿̌͂̓̾̏̇̌͗͂̎ͯͨ̑ͤ̊ͪͥ͐͋ͥ̿ͮ̊̑͌ͧ̈́ͯ̑̎̆̊̾̎́̋ͬ̈́͌̎͐̀ͦ͛ͥ̎ͤ̈́̇͆̉̑̏͌̊̀̌̔̌̾͛͑̈́̐̓̎͂̑̄̐̍͛̾͊̊̍ͯ͐̉́̾ͧ̑̿ͬͪ͗ͥ̉̇̐͋̈́̿̑ͯ̇̈́̽̃̎͗̌͑̽̅̔ͭ̐ͥ͊̇̍̅͑͌ͫ͊͆ͣ́̍̽̽͑ͨ͐̐̈́̏̊͐̓̈́̒̈́͐̾ͧ̀ͥͮ̂̍̇͂͑̆ͩ͐̄̊̃̎̐͊ͥ̒ͦ̐ͥ̈́͑̒̓͒̅̉̿̊̔ͮ̍̾̍ͩ̎̑̽̑̇̌̌ͦ̈ͨ̉ͮ̿ͧ̒̅͗̆̂̊̿͊ͤ͑̄̇ͧͫ̔ͭ̇̈́́̔̅͗ͩ̍͋̿ͥͯ̏̍ͪ̃̈̐ͫͪ͊͛ͫͥ̎̐̎̾̉ͤ͆̒ͬͨ̂͛̒ͬ̃ͣͯ̉͑̋̊̑̈́̉̈́̌̋̈́̾̑ͫ̐̊ͫ̋͆ͤ́̆ͭͮ̂͋̐ͥ̈́̃͊̾̇́͒͗̔̀ͪ͆̈ͤ͗ͦ̆ͥ̃͑̒͋ͯ̈́̄ͧ̈́̓͋͗̏̔̋̊ͥ̾ͩͪ͑̇ͤͯͥͥ̍ͯ̅ͫͦ͊͐̈́̐̑̓̑ͨ̇͗̃͌̅̎ͤ̍͑͆̉ͮ͐̂̇̏͛̍ͣͩ͆̉̃̓̑̌̐̊͗ͫͭ͂̈́̌ͧ̌ͪ͒̈ͨ̈̐̿́̀ͩ̇͑̓ͦͭ̔ͭͭ̌ͨ͛̈́ͥͯ̽̋̓̒̍̆͂̏̃͆͂ͫ̃̈̊ͤͬ̈́͗̉ͪͭ̊͐̽ͧ͆͗ͮ̆̿̃͌͂̉̊͑̅ͣͫ̌ͩ̐̉̈̐͋̏̍̆ͭ̉͌ͯ͋̇͂͆̾̾ͫͪ̏̃͛́̐ͤ̄ͫ̑̏ͨͨ̐ͨ̔̔ͭ̎ͭ̅͊ͨ̓ͤ̀̂̾̅̌ͦ̄̍̔̓͒̽̔̊̎̇͊͑ͤ̃͆̑͌̍ͭͯ̉̿ͥͬ̊͊͊̈̓͆͒ͬͫ͛͑̓ͤͯͥ̊͑ͩ̆ͭ͛ͤ̐ͤͧ̄ͧ̇ͥ͐̐̊̐ͭͨͫ̽̃̈́͒̍̂ͪͪ͋̽͌̋̎ͮ̋͊̓̈́͛̋ͬ͋̓̓̾̉ͣ̓̆̅̉ͤ̄ͧ̇̎̋̑͋ͪ̽ͨ̊ͫͥ̉͌̑̓ͮ̌ͯ͂ͭ͌ͦͧ̈̃͋͆ͯ̍ͬ̓̍ͬ̃̃̾ͮ̔́̓͋͗̇̅ͦ̐̆͊ͣͪ̿́̐ͣ̐̈͌̀ͣ̃ͫ͂͑͒͒͊̽ͮ̃͒͆̊ͥ̏̓̐̋̀̅ͥ̔̊̇̈́ͯ͌͒̉̒̽͑̒̆̍̾̇̈ͪ͗̄ͮ̋̎̽̊͆̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͢҉̷̵̢̡̢͟͝͠҉̴̷̴̡̧̧̛̭͔̩̹̖̠̟͉̲̮̩̞̣̻̖͓͕̝̩̼̜̲̪̪͎͉̺͙̹̗͕͉̫͎̟̭̦͎͎͈͇͚̤͍̪̰̥͖̗͔͕͙͉̭͚̮̞̩͍̟̥̬̱̙̱̼͈̦̻̬̥̟̹̙̟̬̹̲͓͓̘͉͎̻͇̖͖̠̲͎̤̟͇͚̜̰̮̝̠̠̱̝͍̠͈̟͔͕͔̺̦͇͖̖̥̬̞̠̞͔̜̦̺̫̲̳̱̪̯̼̗̰̞̫̳͍̞͍͇̭̠̤̭͓̪̩͎͍͓͔̥̟̞͙̮̥̞͔̤̯͍̥͍̱̫͙̰̪̬̣̖̞̺͇̠̯̘͈̤͕̗͔̱̰̖̞̼̬͎̖̹̘̭͚̮̤̙͔̹͔̬͉̝̗̗̼̲̘̤̺͈͍̟͙͈̼̖̩͇̱̖̺̝̩͍̣̫̝͓̫̞̞͍̪̰̠͉̙̫͓͔̩̘͕̲͚̙̯̫̥̤͔̩̼̰̯͔̞͈̥͎͈̞̩͉̣̠̱̜͙̲̗̹͕͙̥̞̩̰͓̗̣̲̼̼͚͓͉̰͇͎̥̙͈̤̬̱̙͙̺͎̪̝̺̤̩̞̫̦̝͇̗͍̙̼̞͇͉̝̬̫̖̳̠͖̳̥̘͍̗̹͙̤̝̪̜̘̤̱̙̫̖̦̺̯̩̜͉͚̪͈͉̮̘̝̦̪̼̪͍̗̬̠̗͍̲̝̯̻̻̟͈̰̼̳̙̥̯͍̱̮͓̘̮̼̩͉̟͙̙̩͓͚̰̳͓͈̣̺͎̭̬͍̻̮̻̯̹̞̗͇͉̪̗̖̟̣̖̥̪̜̰̳͕̣̪̬͍̝̻̩̦̩͇̦͎̹̝̭̙̞͈̙̘̺̺̣͙̜̣̟̬͍̠̱̖̯̙͓̗̥̤̭̦̰̹̼͉͇̤̪͇͍̻̪͍̫͖̭̘̫̲͚̕̕̕͢͜͢͠͞͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅe̒͛͛ͬͧ͐̓ͧ̓̑̏̇͌̍͂ͪ͗̈́̓̋̒̐̆͗ͬ̃̈́ͪ̉͑ͯ̉ͨ͆ͫ̈͂̈́̓͊̒͗ͩ͆͒̉͆̃̾͒ͫ͒̾͋̏̍́̑̔͆̇̒ͥ͂̾̐ͪ̋ͥ̀̿̂ͮ͐̄̍̄̇͋̏̎͗̍̓ͮ͆͗ͬ͐͋͌ͯͭ͑͐̌́ͦ̓ͥ̄̑̏̄̃ͩ̈́̎ͥ̀̈͐͋͗ͩ̌̅ͦ̈́́̓̑ͣ̄̌̐̓̍̽̂̈́̎̈́ͤ̅̍̍̾̿̑͊͐̈ͤ̈́ͨ̔̂̐̉́͗͂̿̏̐̃͌̋ͣ́̅̚̚̚͏̴̸̸̴̵̢̢̡̨͘͠͡͞͡͏̵̨̢͜͏͏̵̶̶̵̨̨̧̡̛̯̙̻̠͓̖̲̻̠̱͔͓̲̜͇̱̖̹̮̲̙͙̹̘̱̰̣̰̟͉̮̫̪̟͍̯̯͖͉̤̪̼̹̯̼̟͉̺̞̠̠͎͈͕̻̩̤̻̣͉̘̰̻̹̘̳̠̫͍͚͕̻̺̹̤̥͈̼͈̲͍͙̖̻̰͓͙͉̮̫̙͎͚͓͚̝̤͖͈̮̹̬͍̻̱̬͈͙͉̞̲͔̫̫̦̘̺͍̬̰̖̳̱̬̩͙̲̟̳̹̹̺̖̥̘̺̟̜̻̬͕̮̟̬̘͎͓̪̘̙̖̠̪̪̫̞͇͕͉͇̞̪̪̱̣̰̲̲̯͙̖̗̳̰̬̘̬̩̫̗͈͎͕̯͈̺̟̝̻̗̟̖̝̰̘̝̰͚̭̼͕̤̱̯͕̪̗̜̳͈͉̲̬͇̦̭̹̪̟̞̠̝̺̰̱̣͖̫̖͙͍̣̯̪̙͎͖͉̣̳̺̘͔̟̙̩̫͕̙͎̭̜̼̟̙̳̙̤͔̤͔̙̩̩͈̖̬̤͉̻̟͉̟͉̝͍̳̰͔̳̻̞̥̱̭̪̱̫̟͔͙̙̰͎̥͔̗̱̩̝͕̳̦̼̩͍̳̫͓̥͉̯̠̪͍̬̮̹͎͕͓͎̠͕͕̝̺̺̬͕͙̱̩̺̩̦̣̟̝͖͕̼̘̹͎̬̣͉͉͖̗̝̖̝̺̙̘̬̺͉̙̠̫̗͉̤̼̞͖͕̮͈̻͍͖̮̥͓̹̫̫̞̙͇͍̟̮̘̹̳͎̞̝̝̼̖̣̙͇͖̣͍͙̫̠͖̰̝̣̪͕̤͖̠͍͚͍͙̞͓͇̝̤̹̗͇̯̦̪͓̲̞̭͔̬͉̬̯̦͓̳̱̼̭̲̟̟͉̝͓͔̬̮̝͕̙͍͚͇͓͉̰̘͚̟̙͓͚̞̭̩̹̣̪͕͔̥̗̪̘͓͕̲͇͉̲͉̹̬͕̮̦̘̦̩̩̰̥͙̱͍̲̫̥͓̺̹̙͎̟͖͕̜̟͓̫͔̝͓̯̻͎͖̳̥̟͍̗̻̰̲̖̞̬̣͎̺̗̱͉̩̥̰͎͉̟̹̟͇̝̪̤̻͙͙̹̹͈̣̥̘͇̖̪͍̯͙̗̙̘̤̖̖̭̮̩̠͈̪̥̳̰͙̯̤̫̱͉̺̪̹̠̩̹͖̞̥̺̱̞̺̙̜͇̣͙̖̥̱̣̥̝̜͙̭̮̰̣̥̻̻͇͚̩͇͓͎̭̠̭̬̖͓̲̹̲̟̩͇̰̙̪̟̟̭̳̫̖̝͎͖̺̪͈̘͍̩̟̦̳͇̪̦̠̩̹̗̤̤̹͇̭͍̠͉͉̲̺͙̲̪̞̞̦̦̲̻͍̻͔̖̝̹̰̥̯͉̱̘͈͔̝̞̩͈͎̹͉̲̤̻͖̼̬͍͓͍̮͎͕͉͕͉̻͈̭͔͙̜̣͓̳͍͚͙̩͈̘̬̥̤͍̪̳̗̣̮̯͔͙̱̬͉̥́̀́ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅr̶̵̨̨̧̧̢̢̢͉̘̳̙̬̳̘̳̮̩͔͕̼̳͉̮̗͓ͧ̔̃̿̋̉ͣͩͯͨ̓̆͐̐̍͌̄͒ͦ̅ͦ͐ͤ͆ͫ͛͊̅͆ͧ̃ͣ̾̊ͪ̊ͫ̐ͩ̉͂ͨͫ͆ͫ̀̅̉͒ͭͯ̅̾͒̑̓̄ͩͣͨ̽̀ͭ̌̿͗̈ͦ̅̑̏ͯ͐ͤͪ̓̃ͣ͂̓̓̋̍ͪͬ̊͗ͩͥ̏ͣ̃͂̔̈́̅̋̍͑̃̉̀ͣ͂̑̿͂ͯ̓̄ͮ̔̅̾̏̿ͧ͐̽͑̑ͤͣ̑ͫͮ̏͑ͬ̏͂̆̂͐͂ͩ͆̽̿̓̇͊̋̿̆̆ͤͩͮͥͯ͂͆̐ͨͦ̅ͤ̑́̐ͭ͂̃͐ͧ͛̈́̀̽̓͒́ͦ̐̿̂ͮ̈͆̄̍̓ͭ͆̈̄̎̍͆̃̊ͫ̽́̅ͧ̐̓ͫͣ̋ͬ́͒ͬͨ͌ͫ͂̄̃̑ͮ̊ͣͦͯ̊̓̉ͮ̐ͪ̅̒̇̇̌̍̅͆̀̂̋͐̐͌ͤ̈́̽̽ͭ̌͌͗̉̍̐̈́ͮ͋ͭ̓̽͗ͦͤ̇͊͑ͤ̊̍̍ͭ̒̒̿ͥ̇̉̉̍̏͒̐ͨ̐̈͂͂ͬ̓̄̄ͥ̔ͫ̿̐̌ͤ̏͆̊ͫ͛ͫ̍ͫ͊͌ͮ̂̿̏͋̉ͦ̃̐ͨ̐̃͑̓͌͒ͦ̍ͩ̔͒̾͛ͫ̇̈́ͤ̊ͯͦ̅̏͋ͭ͐̒̅ͪ̂̀ͧͩͩͣ̈́͊̉ͩ̄̇͊ͥ͊̀̂̔͛͋ͧͭͨ̃͌̑̄͋ͤ̊̈̈͑͐̄͊ͩ̿̂͒̋ͩ̔̀ͦ̀̍̈́̍͂͋͛͒̔̔ͭ̓̿͆ͭͨ̔ͮ͆̿͊̿̂̐ͣ́ͨ̇͌ͨ̾̐̌ͤͮ́̄͛̋̃̆ͫ͐̑̂ͣ̽̍̅̐ͬ̄ͫ̃̒͒̅̅͋̿̿̍ͧͬ͐͌͋ͤ̅̓͑͒͛̊͐̍̌̓̓͂̐ͭ̈́̇ͭ̓̓͊ͦ̈́̓̌̍ͨͫ̋͊ͪ͛ͭ̋ͫ͆̉͐̄̉̄̉̉ͭ̓͐́ͯ̊͋̓̈́͆̄ͬͪ͒͋́̓̆̊̓̈́͑ͤ̓͆̿ͬ̓́̽͗ͦ̓̍̂̐̍̓̏̅ͬ̄ͥ̊̌̈͌ͨ͌͋͂ͫ́ͨ͌ͭ̑ͭ̍ͫ͂͑ͮ͛̌̿ͯ̿͆͐̔͂̋̓ͦ̾ͮ̓̏́̄̽̍͐̅͒͋̏̆ͦ̔ͤ̈́̂ͩ̌͑́́͌̾͊̃ͥ̇̊͌ͬ̐ͫ̒̋̾ͭ͊ͥ̆͐͌̓̀̓̽̎̄̋̄͂̇̊̎̍ͦ̄ͨ̂̂͂̊͗̋ͦͩ̅͌̈́ͮ͗̉͂͂ͬ͑̅̄̉̇͊̂̂̅̆̾̈̂̓̈́͐̐͑ͣ̉̃̉͗̔̒̾̃̀̓͑̆̏́͆͊̃̓ͮ̈́ͮ̑͆̔̑̏͋̾̈́̋̓͊͑͗̓̑́̀́̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̕͟͟͡͡͠ḑ̵ͯ̀̿͒ͩ̇͗̆ͧͮ̽̋̓̓̍̓̈̽̈ͨ̒̔̀ͨ̒͋̑̏ͦ͛ͨ͂ͬͦ͊̀̾̊̍ͫ̊̃̆͂͊̇͋̄͛̄̔̒̑͐̍̒̿̓͛̎̃̉̅̑ͫͫ͂͂͋̂ͦ̈̓͂ͪ̍̐͐̆ͥͤ̓̽ͬ͛̃̂̑̐̓̾͐ͭ̾ͩ̆ͫͨͮ̏̿ͣ͊̃ͮ̀̔ͤͨ͂͂̔͐̂̓̓̄͐ͨ͋ͨ̇̿ͯ̑ͪͯ͌ͭ̏̆̊̿̎ͯ͂̍̄̔͋̐ͦͮͦ͂͌̉ͫ̌̔̍͋ͮ͑̃̓̐͂̌ͭ͆͗̄͐͋͐͊ͭ̉͆ͧ̍̈́ͨͭ̄̐͗̽́̆ͬ͒̅̒̏ͭͤ͛͋̃̒̅ͣ̽̐͛̍ͥ͗ͬ̇̄̔͂͌̊̔̎ͬ͂ͤ̿͗̇̀ͨ̇́̎̏̄ͧ͐̇̍ͭ̓ͪ̉̇̒ͫ́͗̎̔̿̃͛͋̔̓͊̽͑̉́̊̓͊͛̈́̋̽̃͒ͨ͛͛͌͒ͫͨ̆ͧ̏̂̓̃ͯͥ̒̂ͮ̐̑́ͩ̽̊̉̑͑ͤ̉͑̈́̎͌͑̈̀̔̅̾̊ͭͭ̾̽ͮͯ̇̍ͥͩͯ̑̓͊͋ͮ̅ͣ͂̓ͯ̅̋̔̑̐̈ͤ͛ͥͭͨ͆ͭ̿ͯ͛́̅ͪ̋̔̂̾̂̉̐ͪͦ͂͌͗ͩ̃̉̑͒͒̔ͪͦ͆̈ͬ̀̂ͨ͆ͬ͐̓͑͊̇͐ͫͬ̅͊̈́̃ͤ̂́͋͛͒͌̓̊͑̄̇ͤ́ͥ̓̉̅̓̿̔ͮ͂ͧ̈̇̔ͣ̋̉ͣ́ͤͭͨ̐̐͛̋ͦ̉̐ͧ̉̑͆̋̒ͨ͗͗͋̅ͬ̓͗ͦ͗ͦ̂ͤͧ̋ͦ͒̊̄̍̔ͪͬ͋ͧ̔ͩ̈́͑̾̈̑͋̔̓̍̿̂̋̾ͣ͗͊ͪ̽͋ͭͥ̐́̏͛̊̾̒̔͒ͭ̇̾͊ͣ̒ͮͯ̂̽̉ͩͭͤ̃ͯ͂̄̂ͩ͗̑ͤ͛͋ͩ͌̑̐ͯͮ͑̄̏ͬ͐ͪ̎̐̈́̌͆͆̋̈̐ͣͧͤͮ̾ͤͯ̋ͫ̿̃ͧ͋̇͛́̉ͧͨ͐̅̍̿ͤ̏͋̄ͮ͊̉̄̎͆͛ͧ̓̇̒̎͒̿̑̄͋ͬ̃͗ͩ̍̏̿ͥ͋ͫ̉̋̾ͮ̎̍͆́̔̄̍ͩ̎ͯͩ̅͗̍͋̾̇̅͗̒̄͗̾ͫ̐ͦ́ͮͬ̔̀̾ͫ̐ͥ̈́̄ͪ̈ͥͦ̃̂̍̓̾ͫ͊́ͣ̓̑͂̆̾͆ͫ̿̎ͩ̽̒͑ͦ͋ͫ̈͗̍̃͂ͪͧ̄̔̀̅ͩͬ͊ͣͮͩͫ͐ͭ̋́ͦ́̃͊ͮͪ̍̌̽̅̐̇͛ͩ̾̈́̍ͦͣ̽̓̾͛͂̋̽̔ͤ̉͌ͦ̀ͭ͛̽̒̔͊ͯ̿̽ͫ͌̂ͬ͛͒̈́̂̏̂̎͊̐̆̐̾ͨͥͪͤ́ͬ͑̂ͤ̌ͪ̐ͯ̽̈́̐ͩͦͮ̍̒͑͗͂ͮ̇̄̌ͭ͐ͧ͂ͯͯͩͮ̉ͨ͛̔̀̈̍̅ͨ͆̾͂̓̽́̚̚̚̚̚̚̚̚̚̚̚̚̚҉̷̷̸̶̶̷̸̶̴̡̨̨̀́̕̕̕͘͘͘͜͞͝͝͡҉̴̵̵̢̧͍̖̩̪̙̦̣̫͉̘̩̯̮̳̙̣̗̥̩̰͇͎̥͓͎̠̮̜̗̼̻̺̠̺͕͙̳͉̭͖̭̜͉̻̯͎͇̮̳̪̥͕͕̭͇͎͎̣̲̪̣̥̲͈̩͈̺͙̣̬͎̤̜̖̭͕̥̬͈͈͖̱̬͚͈̞͚͈̭̞̫̙̯͇̙̤͔̭̤͙͕̘̤̙̖͍͇͙̘͕̹͙̗͚͚͍̟͓̦̯̘̳̞̝̭̲̱̥̦̦̮̹͖̼̬̗͎͉͚͔͍͕̙̯͓̻͕̳̤͔͉̝̱̹̫̬̮̠̹͉̣̥̳͚̯̺̣̭̪̺̣̳͈̤̮͙̭͇̘͓̠̭͎͈̠͚͕̯͈̩͈͚̫̹̙̳͖̝͕͍̰̪̫̮̘͕̩̩̮̥͚͙̟̮͉̮̣̹̱̙͇̞̤̲̱͖̠̳͍͉͙̥̞͕̟̣̲͎̣̦̘̠̺̖̞̗̳̤̮̱̺̩͉̙͎͎̫̯̬̲̳̹͕̻̗̘̫̠͙̫̻͕͍̭̦̻̝̼̥̼͉̬̱̯̻̟̜͈̙͕̱̭̺̹̪͇͚̺̰̙̟̱̙̥̱̟̲̟̱̼̱̘͖̦͕̪͉̻͍͈̪̳̻̟̜̝̗͙͖͙̮͎̯̬͍̦̣͇̼̥̟̼̝̗͖̼̟̠̫̮̜̺͕͚̭̦̞̭͕̻̘̥̱̞͈̠̹͉̹̠̺̰̥̰̬̼̺̯͕͕͓͕̭̣̩̱̗̙͕̬͓̳̹̻͙͉͖̳̪̪̦͈̲̻̜̣͈͕̼̤̘̦͇͖̭̫̭̻̖͙̗̦̩͚̟̗̗͍͇̥̝͓̼̻͍͚̭̖̰̝̱̲͙̼͍̼̙̖̫͚̝̖̱̬̲̻͔̘̗̟̠̪̲̝̼͖̦̩̳͇̯͉̲̳̠̳͈̯͕͈̰̜͓̝̥̹̺͚͉̜̘̹͙̠̥̻̖̳̗̭̲̲͕͕̗̣̻̫̗͖̘̦̖̳̮͎̯͍̟̹̥̣̦̙̯͉͙̜̭̗̹̼͙͙̖̜͔͚͍̰͔̯̖̻̙̪̭̲̫̹͍̲̻͈̥̦̙̳̜̠̘͙͕͇̲̹̥̲̰̜̯͕͕̬̠̝̯̟̥̝̥͙̟̻̤̰̗̻̖̪͉̦͈̠̺̬͎̙̘̘͔̝͙̺͍͎̠̺͉͔̠͙̝̠̬̻̹̙̳̗̣͖͉͈̱̮̟̳̱̹̮̹̼̹̠̞͔́͢ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅi̷̶̴̶̷̡̧̨̇͗ͪ́͗͐̃͑͊ͯ̆̊̽͆̍̊͗͌̈́̅͌̿̓ͥͮ͂̏̒̒̂̈͑̔̈͆̌͋ͤ͗͌̋͆ͦ͊͛́̒ͯͨ̄̾̃̏́̌́͗ͯͫ͆̌͗̉ͯ̎̉ͦͦͮͨ͒̑̇͊͂ͯ́̃̉̊̌͗̆̔͆̇ͩ̏̈́̓̾̍͛̂͗̑̋ͭ͋̈̅̆̏̑ͦ̍̄̋̋̀ͤ̏̾ͤ͛͌ͦͥ̍ͤͦͮͥͯ̾ͫ̇ͨ̽̈́̾͑͂́́̌ͥͤͪ͛̾̂͌͗̓͐ͨ̎̇ͭ̊͑ͤ̅͊ͦ̒̈ͥͮͣͩ̈́̇̿̓͌̌̐ͧ͋̔͐̇͛̍ͫ̆̆̑͊̆̅ͥ̈́̿̈ͫ͌͗͋ͦ̈́ͩ̃̾̊̏̏̇͐͊̊̓̓͋̇̈́̂͆̌͆̅ͪ̿̈ͫͨ̽͗̈́̎ͨ̿͋̾͐̂̎͒̾̎̉̽̽ͭͫ̃̇͑͋͛ͧ̔͌ͮ̈́ͪ͗̑̀ͬ͊ͩͮ͆ͦ̊́ͦ͌̇̏ͭͣ̏͐̃̐͋͆̽ͣ̑̍̄͂͌ͪ̂͋̆ͪͩ͐̌ͦ̃̌ͧ́ͪ͊ͣ͋ͦ̋̆ͨ̇̒̈̃̒̓̂̈̈ͪ̓́̅̃ͩ̔̍ͤ̍͂͋́͌̀̉ͯ̏̂̉̈͋̒͊̿̎̓̄͂ͮ͐̊ͯ̽̃ͦ̓̑ͭ́̍́̒ͭͯ͗̌͂̅ͪͥ̓ͪ̊ͫͨͥͥ̀̅̽̋̉̄̽͊̏̌̎̿̽̓̂ͯ̓ͮͣ̐͋ͦͫ̀͑̒͑ͫ̏̌̂̓̑̔̓̓ͫ̔̾̀ͯ͗̔ͧͫ͌͛͑̓͐ͩ̊̊͛͒̓̾̓͐̅ͧ̃̈ͫ̂ͥ̈́̊͛͆ͫ̄́͆̄̄̋ͧ̒̃ͧ̒̇̏̆̾̆̿ͭ̽̒͛̂ͣ̐̈́̈́ͥ͋̅̑̈́̍̓ͪ̓̍ͤ̃̊̏̾͑̎͆ͦͣ̍̄ͦ̋̀̒̇͒̒͂̀̂̉̐̄̂͋̈́̉̌̽̈́͊̿̓ͫ͌͗̓ͩ͂ͪ̈́̂ͬ̈́ͤ͗̄̊ͪͩ͒́̿͗ͧ̑̐̓̏̃̾̂̒̋̌̿ͤ͋̓̉̒̅̎̍͆̏͂̐͐͆̎̃̾ͣ͑̈̃͊̄͐̇ͭ̍̅͋ͩ̈́̋͂͊ͩͮ̇ͭ͗͐̿ͬ̏ͩ̎͆͒ͥ̂͑̋͂͛ͧ̂ͯ͐̅ͬ̿̐ͬ̑ͥ͋̅ͥͫͨ̾̃ͪ̊ͮ̈͗̉͐ͪ̈́͗̓ͩ͛ͣ̃̃ͦ̓̾͂ͫ̉̂̊̔ͩ̂͋ͧ̇ͣ̑̃͑ͤͭ̄͂͂̃̆̌ͭ͋ͪ̌ͩ̉̓̓̓̃̐͂̐̍͐̾́̑ͦ͆̎̔͌͐̊ͣ͗̉̿̉̄̿̏͑͗́̈̄͛ͯ͌ͣ͋̒̑͗̈ͯ̌̓ͯͩͬ̍͆͋̎̒̈̄̾́ͫ̌ͨ̔̄̀̍ͭ͐̓̈́̓͆͂ͦ̊̒̑͌ͣ̉̔ͨͫͧ͆̓̍ͨ̓ͩͦͥ̑̓ͧ͛͌̃̿̅̽̍̄ͮ͗̈́̑́ͥ̒̅̇̿͒͛̉́ͭ̔̓̽ͥ͗͒̔ͯͥ͆̓̓ͨͬ̃̄͒̇ͯͧ̎ͦ͆́̉̈̄̈́̽̾̀̚̚̚̚̚̚̚̚̚̚̚͘͘͢͝͞͏҉͏͏̴̵́́́͢͜҉̴̛͇̦̻̱̫̠̠̘͙̱̪̫͉̙̱̯̭̗̬̻͉͍͚̬͔̣̭̰̗̱̠̣͖̱̙̜̥̭͚̭̟͎̗̻̘̻͎͎̭̣͚̠̙̩̮̫̟̤̰̗̖̻̱̤̟̥̠̱͉̲̘̱͚͙̟͓̹̯̰͔̥̫͉̖͖̝̙͕͉̺͓̮̦͉̳͉̞͔̙̥̬̯̲̻̜̦̟͓̬̼̻̥̖͉͓̪͇̺͚̥̠̱͕̱̹̗͈͍̘̗͚̗̞̹̞̰̼̗̤̳̹͙̪̖̠̝͔͈̘͇̮̖͔̖̣̤̺̻̝͉̩͍̻̥̙̘̙͇̭͉̙̩͖̯͚͓̖̜̟̮̪͚̳̬͉̭̙̥̮̠̗͚͍̦͖̱̭͕̲̥̥̮͕͍̮̻̤͖̪̯̜͈̻̝̦̹̟̘͉̘̝̖͎͙͙͕̣̫̞͖̖̻͉̳͙̪͔̲̗̩͎͍͎̻̪̲̗̻̥̟͇͖͍̱̝̥̥̮͓͎̪̟̲͔͙̟̦̖̟̞̬̘̯̙̦̝̮̝͎̲̖͍͚͕̩͉̖͚͈̣̯͔͖̼̙͙͉̦͙͉̭̲̥̞̥̫̳̤̣̣̻̦̮͕̰͙͉͇̬̣̫̰͔̱͖̫͔̥͓͔̻̳̹̼̺̤̹̻͙͖̘̰͕̰̭̩̙̜̭̩̫̞͚̘͉̦̦̩̻̭͔̘̹̻̬̺̭̫͎̯̤̥̪̬̪̠̮̭̪̫͎͍̘̜̭̘̺̙̮̣̥̠̬̳̻̹͖̙̳̻̖̙̜̖͔̩̻̺͙͍͇̲͙͍̝̤͓͓̗̩͎̼͈̼̫̪͍̯̞̜̘̙̞̱̺̟̹̦͍̼͕̯̞̻͍̪̳̱̤̬̙͙̭̬̗͎͎̭̗̥̜̼͖͇̦͇͍̲̦͉̫̪̭͇̻̫̭̩͙̹͇͇͚̤̞̠̹͈͉̬͚͍͉̙̯̬̬͉͇̩̺͈̤̼̪̱̼̖̮̲͙͔͙̭̥͚̠̗̝̬͓̳̠̬̺̬̯̯̼̞̝̬̦͉̻̟̙̪̝͕̦̥͉͍̥̲͎̙̞̣̩̬̙̪̲̱̰̱̖̲͚͉̰͓̯̰̖͙̘̭͎͇̠̲̯̠̲̖͍͖̪̱̖̱̟̤͈͈̲̪̖̟̹̻̠͍͎̜͕͇͕̗͔̦͍͙̤̠͈̹̪̫̞̖͉͔͉̯̩̝̲̯̙͎̼͎̮͎̺̰͖̥̙͍̫̱̗̠͔̦̼̲͈̮̮͍̹̜̘̤̤͇̱̬͉͔͚̖̱̰͕̞̗͇̣̘̠͙̤̥̙͍͎̱̣̟̟͓̲̦̙̲̱̮̮̙̗̩̯̥̮͎̻̜̦̘̺͕̭̰̭̙͕̟̲̙̹̮̟̳̪͓̫̝̩̫̳͖̞̠̲̠͍͓̪̺̪̣̤͚̟̳͇̩̖͍̳̗̼̝͎̩̦͈̜̫̤͎̬̮̞͔͎̯̲͔̗̲̘̜͓̙̼̜̪͈̺̼͓̭̩͈͖̠̰̻̭̕͡ͅͅͅͅͅͅͅͅͅͅͅͅâ̵̆͊͑͂ͧͥͣ̒̽ͬ̏̿̑ͨ̓͛ͭ̉ͨ͐ͩ͆̾̇̍̃̅̿͛̾ͥ̿̇ͧ̓̔ͦ̈́ͨ͗̽͋̀ͣ̓ͫ͂̐̃̾̾͛ͫ̿̂̉ͦ̎̄̑͐ͦ̈́͋ͥ͌̍ͨ͋̌̐ͯ̏̽̔ͣͭ̄͆͋̃̆͂̏ͣ͗͒͊͌̒͐̐́ͦ͑̽̇̀ͨ̉̎ͪͦ͋̓̍ͮ͗ͮ̔͋ͦ̆͊͐̾ͧ̈ͩͭ͐̔͒̍̈̾ͣ͛̓͆̽̔̿ͨ̉̑͂̓̋ͭͭ̾͋́̄̔́͛͂̓́̈́͂͗̇̍ͯͦͤ̔̀̈́͑̔̍̉ͨͥͤ́ͥͫ̄͆ͥ͑ͮ͌̉̓͑̈́ͣͪ̓̽͗ͣ̉͋ͫ̆̄ͮ̀̔́ͨ̓ͫ̓ͫͥͨ͛͒̓̓̇̑ͩ̆̇̾̄͛͋́͊͑̔͋ͭ̉͂̃̿̈́͆ͩͤ͐́ͬͣ̉͆̓͗̓ͤ̍ͧ̈́̈̑̎̐͐̍̋͐̈́ͫ͂̏̍̎̃͂͒͂͗̋͗̏̑͋ͦ̎̑ͤ͗ͪ͊͗ͦͭ̾̉̓̉ͯͥ̍͛̽̊̌ͩͤ̌̓̂ͮ̉͌͋͊̏̅̂͋̍̿̒̏͗̆̑ͥ͐͗̏͛̀̂̉̒͒̈́̌͗̉̔͗̽͂͑̂̾ͩ͊ͮ̀̍͐̽ͬ̿̊ͯͬ̂ͦ̇̒ͤ̅͌͋ͧͥ͌ͩͧ͋́ͤ̑̍̈̆̂ͫ̃̌̉̓͆̈ͮ̆̇͊̒̊ͥͪ͂ͯ͒̍͆̏̔̀ͨͫ͊̿̄ͨͭͯ̀̏̾̊͆̽̓ͧ̔ͦ̿͗ͬͨ͆̉͂͆̀ͭͬ̆͂ͤ̎ͦͬ͗́̊͂͆̀́̾̾̂́̈́̈̎̀͋͂̈̍̅ͦ͂ͪͫ̂̽͛͒̋͛̉͆͐̇̌̊ͫ̉̆̂̒ͤͤ̎ͩ̄̂ͮͯͤͫ̑̏ͪͤ̍̽ͭ̎͒͂̓̿̃ͯͯ̃ͬ̆̄ͨͩͭ̂͒ͫ̈ͪͮͨͣ̆̌ͦͩ̒̔̎́̔͌̈̾͛̅͑́̒͒̎ͫ̚̚̚̚̚̚͝҉̷̶̸̢̕͢͟͝͡͝͝҉̵͏͏͖̗͎̗̮̱̗̹̫̥̟͇͍͙̯̞̗̮̪̣͕̰̮̹͇͕̗͍̱͇̲̻̤̰̣͇̣͔̼͔̟͍̗̞̯̲͖͙͇̰̩͍̘̭̱̱͚̠̣̟̣̝̳̠̙̺̠̜̬̬̤͇̥̫̝̝̬͍͇̻̜͙͚̞̗̜͉̫̲͉̠͕͉̺̻̺̤͈̹̼̻̫͖̱͖̘͇̩̲̦̤̤͓̤̞̭̥̬͙͎̦͓̞̻͇͕͉̪̲̞͕̺̗̯͖̮͈͔̯̖̬͇̰͍̗̺̙̱͙̫̼̘̺̗͕͇͓̖̺͕̺͓̖̩̤̪̯͙̟̻̻͚̦̖̭͔̱̙͖̩̝̼̳̦͇͔̣̖̣͚̜͙̣̺̗͈͚̹̟̭̮̣̟̝̠̝͚̫̥̼̻͓͕̪̺̰̺̥̱̲̟͍̥̮̻̯̣͕̠̞̘͓̰͙̟̱̞̝̠̫̩̩̦̙̟̪͎̦̥̮̦̭̮̘̭̳̮͎͈̖̙̜̥̦̰̳̝̞͚̙͓̻̙͓̙̖̟͎͉͔͍̥͙̲͔͍̱̹̪̫̬̩̻͖̻̫͚̟̻̼͉̥͙̩͍̫̬͇͙̖̘̳̯̣̦͍̦̼̥̻̤̖̼̣̦̬̹̖̥̞͔̟̞͖̠̤̮̭̗̗͔͇͕̩̱̯̟̙͖͓̻̣̟̩̰͈̟̦̫̲͈̘̪͚͚̫̼͓̥̙͔̥̦̱̲͙̘̞̦̩̮̹̩͕̺̮̤͍̱͉̦̭͎̜̞̠̻̹̦̝̯̥̦̬̙̮̗̭̲͈͈͖̘͚͇͕̟̤̼̱͓̯̥̳̬̥͎̜̯̝͔͓̼̯̲̟͎̠̟̦̗̝̘̣͇̝͇̫̲̯͕͉̪̳̺͈̦̝̞̝͍̝̗̗̰͉̖͍̥̱̜͙̥̘̺̫͕̫̗̜͍̻̝̱͓̪͙̟̠̞͇͖̥̙̣͎̦̱̠̪̦̪̬͇̘̠̲̝̮̯̖̭̝̖̹̲͈̗͖͎̘͙̖͈̠̩̘̘̱̜̱͓̲̮̘̩̝͇̖̫̲̻͈̹͔̦̮̫͍̭̯̲͈͖̥̟̫̗̼̻̱̠̻̰̬̞̯̲̪͔͕̗̰̘͖̫̰̻̜̮̺̺̬͇͍̹͉͍̤̥̺̹̬̱̤̣̞̦̝͚̞̗͙̲̯̘̱̞̙͚̖̲̪̳͔̻̼͙̼̼͖̮̪̗̘̼̖̱̬̭̜̗̬͉̤͎͕̘̩̩͓͕̰̟̳̙̝̯̳͇͖̦̺̝͈̟͇͕͍̝͔̤̜̭̙͚̩̪͖͍͖͕͖͕̳̪͚̹̤̤̙̺̞̩̼͍͉̻̤̦͉̮̻̱̝̤̖̙̘͎̺͙̣̠̘̞̼̼̟̠̖̘̥̙̗̱͓͓̼͍̰̥͍͚̝͓̱̻̖̪̞͈̲͎̦̬̰̱͉̣͈͙̻̟̳͕̤͕̬̪̟̠͖̻̦̳̜̠̻̹̞͖̲̟̹͇̺̱̖͕̼͙̯͚͍̙̙ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅņ̶̡̢̨̧̧̢̛͌̆ͪ̋̅̋̆̈́̄͌͊͛̒́ͩ̓̿ͮ̄̋͂ͩ̾̍̐ͨ̏̃ͬ̒̇̔ͮ͑̏ͧ̾͛̈́̈͆͊̉ͦ͗̆ͭ̅̄͊̒͐̊̈̏̊ͩ͋ͯ̐ͫ͐͆ͬ̏͊ͯ̋̾ͭ̈́ͭ̅̒ͯ̎ͩͪ́́̿͗̓͆̇́ͤ̂ͧͭ̊̎͌̔̊͗͂͛ͬ̂ͧ̒ͦ̔̅́̿́̔̽̂̆ͯ̅̃ͧͫ̈̎ͯ̂ͫ͐͋̅ͣ͗̆͂ͯͮ͐͆̒ͯ͗́͌̇̇͋ͪ̌ͥͧ̒ͪ͐̓ͭ̒ͩ̑͋͋̍̒̈́̃ͩͣ̄̒̏͋̍ͮͯͮ̍ͥͩͤ̄̽̈́̌̃͐ͮ̐̔̈́̐͆̃̋̍̃ͫ̽̒̐̐̀̊̐ͮ͗ͧ̽ͪ̎ͭ̍͛̉ͪ̄̋ͫ͛̉̆ͤ̾̅͐̋̉ͦ̔͛̊͋ͩͨ̐ͯ̏̿͆̒̉͑̔ͫ̑ͨ͑͋͗̋̐̐̂̽̑͌̓͋͆̋ͤ͊ͭ͂͌͑̽̍̒̔ͧ̋̈̍̑̒͆́̃͌̓̏̔̋͒ͥ̾ͦ̅͛ͪ̎ͬ͌͛ͤ͋̃̈́̈ͣͣ̐̂̑̅ͭ̓̊ͦ͗̆͆̅̄̃̓ͦͤͯ̔̓̏ͣ̌ͪ̈́͛ͤͨ̍̈͋̆ͨ͌ͫͩ̿͊ͣͭͣ̃ͦͨ͐̅̄̐ͣ̆̍ͮͨ̓̐̐̂ͦ͊͂̉̅̉̍̔͋͌͒ͩ̉͒ͮͮ͗ͪ̽ͬ́͌͆ͭ͋̈ͬ̌ͩ͛͌̈̄͋̊̉̋͂ͤ͌ͪ͗͆̊ͨͬͫ̏̈̉͗ͧ̈́͑̓̉̈́͐̔͂ͬ̋ͪͯͥͫͭ̎̍͆̂̅ͯ̽̐͐ͥ͐̃̎ͫ̋ͨͬͭ͆͆̊ͧ̈̅ͬ̔̿̓̂ͫ̂͗̿̿̀̋͗̈ͦ̓̈͐ͬͫ͒̐ͫ̒̾ͫ̈́̄ͤ͊̆̾̒̅̇̀̍͆̐ͨ̔̇̉̆̊̈́ͨ̐̐͆ͨ̉̉̿̐ͥ͌̾ͦͤ͂̾͐̆͐ͩͤͮ̈́͐ͭ̄̋͗ͪ̾͛͌́̆ͧͩ̈͐̓̈́̋̄̊̈̐̐̏͆̑̃̈͑ͤ̉ͫ͛͌̾ͭ͋̍̓͂̾̋̇̈̈́̊̉̆̏ͤ͆̒ͩ̔̀͐́̎ͪ͆͌͑ͧ͐̃ͤ͌̔ͨ̇̿͂͛ͬ̃̉̔ͪ͒̑ͧ̽̀̊̏̑̉̎̀̇͂̓̊͂͗̊ͫͩ͐ͨ̃̀̌͛̂̂ͤ͆̔ͮ̄̈ͯ͋̔͋̏̽ͤ͂͆ͦͭ̑ͭͮ̈̇̉̆̚̚̚̚̚̚̚̚̚͘͢͝͏̷̷̧̛͘͠͏̷̶̲̲̠̖̝̫̺̩̭̩̩̝̼̥͎̰̲̫͉̼͓̣̞̟̻͓̟͎̥͈̩̲̩͕̥̻̼͙͉̥̺̰̳͕͇͙̜̭͖̫͉̺̤̥̲̞͓̮͓͚̠͕̟̞̗͕̯̜̥̣͇̰̝͕̩̟̘̼͍̫͎̹̖̬̦̝̗͖͇̜̤͓̳̱̞̩̲̻̼͇̳̣͍͔̪͕̞͖̳̤̭̪̺̪̩͍̞̙͎͎̱̬̬̮̤̬͈͖̟̰͎͍̮̩͓͎̩͍̤̖̮̖͉̻̹̮̩̤͔̻̝̳̺̹̻̬̬͈̘̭̘̫̪̖̩̺̘̗̹̬͇͎̯͕̦̯̞̻̪̳̮̰̜̼̦̪̙̦̱̥͈̲͍̭͔͈̖̦̯̯̩̹͓̲̜̤̯̘̖̯̞̫͚͈͕̗̙͈͚͔͉̮͕̣̻̘̮͇̺̗̻̺͎̘͈̲̝̥̳͓̯̣̖̞̮͙̰͍͓̬͍̞̹͓̗͕͖̘̲͔̤̙͕̤̦̞͕̭̗͓̼̗̼͕̱̣̻̦̗̮̪̘͈͇̳̼̲̣͇̠͍͖͎̤̹̤̝̹̩͕̠̪̼̜͍͔̰̩͖͚̤͓̯͎̘͖̻̦̬͇̫̘͓͎͖̻̻̬͈̫̻͉͉̗̼̯͎̮̭̱͔̼̪͕̫͉̜͍̜̙̺͇̝̤͚̦̖̺̲̦̲̝̻͈̙̰̘̖̦͉̱̭͚̬͙̮̟̖̲͔̩̱͎͇͕̗̭̥͉̣̩̗̖̣͉͉̣͚̞̰̤̗̤̱̻̺͚̦̤̩̱̼̫̘̬̹̻̖̤̬͓̱̘̲̙̥̙͎͇̜͇̥̦̠̝̻̣͙͚͔̗̰̥̦̭͉̯͕͍̗̦̠͎͎͍͖̻͖̩͖͈̩̮̦͓̦̖̱͖̬̙̞̜̪̗̟͙̟̭̙̠̘̙̱͕̘̖̭̗͈̫̤̼̼̦͈̣͇̟͓̺͖͇͈̤̻͇͖͖̯̬̙͖̟̜̞͉͙̱̬̠̖̰̠̥̖̠̫̤͉̗͈̺̪̻̺̞̙͖̬͙̹̖͎̞̼̦͎̭̬̭̺̭̝̦̼̟̮̗̖̞̘̻̭̫̖̝̬͍̩̤͎̲̥͚̰̺̮͓̰͇̘̻̜͇̹̫̣͉͈̩͖̤̰̣̣͍̣̝̲̩͈͎̞͚̭̦̼̜̖̘̝̮͇͖͙͎̣͓̺̬̲̞̖̳̩̪̠͚̱̞̲̰̺̹̩̩̝̟͍̹̘̭̹̺̠̺̹͔̺̪͙̗̱̮̗̙̰̖̲̥̥̬̪͚͓̜̳͙̲̗̺̜͓̥̜͇̲̜̖̟̼̞̬̥̮̤͔̭̮̲̤̫̘͓͍̦͈͇̥̯̥̹̺̭͈̙̘͖̰̙̖̣̙͉̠͕̬̱̺̝̮͚̭̰̺̖̙̖̯͍̪͙͓͈̙͍͍̮̺̪͓̦̺̜̗͕͔͔̰̪̻̗͍͓̼̣͓͔̖̦͍̜͖͈̖̲͖̯̠̬͉͉̤̗̱̤̤̦̬̺̖͖̥̖̯͕̤̩̜̩̟̼̺̯̖̰̣͔͇̭̬̥̼̦̦̮̪̬̮͕͖͘ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̈́̆̓̌ͫͮ͑͐ͬ̋̔̑͋̒̒̓ͨ̃̎͒ͨ͊̇̍̃͋̓ͬ͐ͤ̃̃̈̈̍ͧ̈́͗ͪ̆̏ͮͧ̅̍̍̎̈́̎̃̐̾͒̊ͩ̆͂͆ͯ̀͐̐ͥͦ̍ͦͣͯ̏ͫ͐̊ͭͫ̿͊̄̃ͥͯ͐̌ͪ͆ͤ̑̿ͩ́ͧ̀ͯ̄̎̈̿̉ͬͪ͊ͬ͊ͭ͛́̾̃̃ͥ̈̔̋ͨ̐̾͂͂ͫ̿̿ͣ̄̆̈̓̍͐̑̽̃̅̈ͪ͒́͗ͤ̊͛͐ͥ͗ͯ̋̋ͯ̀ͫͥ̍ͨ̒̑̄̍͆ͮ̂̿̀̅ͧ̐ͫͯͬ̽͛ͯͩ̑̄ͭͯ̏̓ͪͩ̄̊͆̊̍̅ͯ̂̑͒͋̔͗̄͋͊̂̃͗̏͑͗̈́̇͗̔̔ͧ̇̆ͤ̋̌ͨͮ̂̋͐̂̔̓ͬ̔͛̅̾̄̓ͤ̓͛͌̏̊̉͌͋̌̒̆̌ͤͯ͊̑ͬ̍͆ͫ̍̋̇͋͐͋̒ͩͬͤͤ͊͆ͬ̒̏ͯ́͌̐͆̓̽͑ͩ͗͆͆͒ͦ͌͆͗ͭ̑͛͗͐̏͛ͧͤ̂̇ͥͯͦ̈́̆ͪ̔͋̈̓̈͌̓͋ͫ̽ͩͮ͆̔͗̏ͧ͑͋ͧ̓ͮ̉ͩ̐ͫͮ͆́̅ͬ̓̒̍̒̊́͌̓ͫͤ̐̓͊ͨ̀͒̐̔ͯ̿ͫ̃̅̔͑̋̾̇͌̔ͦͨͣ̒ͯ͗ͣ̋͒ͩ͗ͮ͐̅̈́̓̎ͬ̃ͤ͂̿̍̆͆̿̅̍͋̃̆̽ͤ̔͑͂̿̐͐ͤͩͮ̊ͩ͋ͯ͂ͩ̏́̃̐͌̓ͨ̓̆̑ͨ̄͂̎̄ͧͣ͋́̆̈ͦ̓ͯ̈́̾ͪ̄̂̅ͣͨ͂̌ͩ̀͛ͤ̓̾ͤ̓̽̅̍̈͌̿ͣ̍̀̌ͦ̃̄ͭ̃̈́́̓̊ͫ͐͆̅̈ͫ͂ͪ͒ͨ̍ͩ̃̉̄̀̅̐̉ͥ͐̑̈͐͗ͦ̏̎̿͊̋ͯ͑ͣ͌ͭͮ̏̒͛ͧ̐ͩ̃̓ͬ̍ͨ̀͂̂ͩͩ̃́́̅͂͆͗͒͋ͦ̈́͒̊̎ͦ͌ͯ̈́͌̂̃̓̒̿͗̾ͫ́ͬ̂ͯ͛͊̈ͫ̄ͨ̿ͭ̔̏ͯ̋ͦ͂ͮ̔ͦ̾̏̿͗̔̏͂͆ͤͬͣ̑ͫͣ̄͆͛͐̂̑͒̾̅͌ͭ̎́ͮͦ́ͯ̽̈̿̅ͥ́́͒͊ͦ̓̓̇̑̇ͫ̇̐̈́͂͐́ͫ̋͋̐͂̉̓̓͐͛͆̃͋̎ͥ͗͂ͦ͗̒ͦ̑̎ͩ̌̋̐͂́̏ͤͩ̆̍̎̈ͬ̍ͫͬ̌ͫ̄͛̑̽̓̓̉͒̃̾̋̇ͤͥ̿ͦ̾͆̾ͪͪ͛ͬͬ͂͗͛̀̔͐̒̉͒ͩ̊̌ͥ̌ͮ̓͗ͯ̋ͬͪ̍̀͆̎ͥ͌ͫ̏̓̎ͫ̈́̈́́̒̒̋̐͆ͨ̾̋͗̒ͪ̀̔͆ͤ̆ͮ̐̈́ͧͮ̔ͦ͛ͩ̍͑̏͛̈́̈̉̄ͩ̔̒͆ͫ͋ͮͬ̐ͦ̌̿ͥ̈̈́̈́ͦͤͬ̌̉̄̔̽͗̽̂̈̓͛͌͛͑ͧͫ̔͊̅͊̃̂͒ͧͥ̃̓̆͒́̅ͩͤ͒̉͋͌̑̔̉ͥ̊̂ͦ̈ͭͯ͆̾͋̅ͯͭ̌̐͌̀̑ͥ́̂̋́̓̒͒̏͑̅ͦ̑̇̈́͗ͤͤ͆ͦ̑̾ͮͫ͊̏̈͗ͣ͌̌ͨ̽̀̿ͨ͆̇̆̽ͥ͒̉̿̆̆̿̿ͧ͑̿ͫ̈́ͧ́ͩͯ̓̏̉̚̚̚̚̚̚̚̚̚̚̚̚̚͟͟͏̴̵̧̧̀͘͘͟͏̭̗͚̹̫̺̝̺̭͎̠͉̝͈͓̩̭͎̖͎̥̼͕̖̘̟̣͖̫̳͚͎̖̝͍̠̙̳͖͖͉̜͕̙͔͉̮̮̤̹̙̗̳͍̳̤͈͔͙̺͔̰̯͚̬̺̻̭͙̯̤̦̫̰̩̝͔̬̜͓͎̝̝̮͕͖̟̥͖̠̥͙̙͇̻̥͎̬͓̪̮̺̰̻̩̖̦͍͈̦̳̳̻͚̭̹̥͎̞͉̗͔̬̤̪͙̬̝͎͔͔̼̗̲̳̻̖̱̻͎̗̻̰̝̹̣͈͓̰͕̥̪͈͖̦̫̹͙̜͕̹̣̮̙̯̮̞̭̦͔̬̺̦̘̲̺̖̞̥̻̠̯̮̜͖̳̤͍̫̦̖̹̝͇̮͈͙̟̭͓̦̗̝̙͓͍̗̟͙̠̻͙͕̦̫̫̦̙͖̣̘̥̯̗͓̺̯͍̩̭͎̺̬̭͚̞̯̟̦̹͕͈̞͉̙̙̜͔͉̲̗̦͖̹͚̼͇̖̤͕̺͎̮̜̪̦̮͇͔͙̥̪̪̳̦͖̥̜̗̳̪͖̭̼̲̰̯͕̗̹̱̜̦̤̟̰̗̤̭̠̰͎̲̗̬̤͈͙̭̘̞̼͓̞̠̝̟̹̲̳̠̼̖̮͙̖͍̮̻̭̦̲͓̣̜͙̦̘̟̘̖̟̼̼̩̥͕̼̦̳̪͔̼̳̘͖͖̖̹̜͖̩͓͙͈̜̘̠͇̪͖̭̙̭̦͉̤͙̹̖̪̲̰͉̞̟͙̝̮̜͍̱̜͔̜̲̭̞̤̜͉̘͈̭͕͓̯͍͈̣̱͕̲̦̞̻͈͉̘̞̖̼̣͓̫̲̘̫̣̞̹̳̩̱̞̻̙͕̺͚̤͎̖̞̣̗͇̞͉̹̥̙̩͈̲̫̹̖̺̹͍̟͍̪̤̼͍̣̰̙̦̭̜͔̻͓̙̫̦͇̹͚̪̫̮̖͍̦͉̤͎̤͓̯͓̥̥͓̻̺͖͍̜͓͎͚̱̼̩̠̥̝̣͇̙̱͇͔͙̩̱̦̗̪͈͕͎̳̣͎̣̦̙̯̲̖̜̯̺̲̬͇͈͓̱̬̳̟̦͓̙̞͔͈̱̯̰̣̥̞͍̘̰̺̦͖̣̣̬͙̭̩͕̼͎̜͚͉̭̤̣̠͉͍̺̟̻́́͘͘͟ͅͅͅͅͅͅͅͅͅͅͅͅͅh̨̧̨̨̢̎ͤ͐ͭ̇͐̈̈ͧ̀ͥ̀͋̅ͦ̅̿ͪ͐ͤ͒̏̓͂͒̈́ͮ̿ͫ̋̐̒͗ͥ͒̃́ͤ͌̒͂̓̂̈̈́ͤ̇̾̽̔ͭ̓͐͗ͨ͊͋͐̓̇̅ͪ͑̂̉ͩͩ̉̓̈ͤͬ̽̊̓̈̈́̐͋͂͐́͒ͤ͂͒̃́́̀͘̕͜͟͞͡͡͠͝͞͏̵̵̶̴̶̨̨̲̠̞̼͙̪̹̬̦͈̪̲̮͉̫̻̮̜͖̯̻̼̭̖̺̲̳̳̟̝̫̻̯̝͚̖͉̬͔̘͈͚̗̲̹̩͖̰̳̳̻͍̞͍̳̜̣̠̥̦͚̖̯̣̬̯̜̺̦̞̩͕͖̣̰͉͍̣̦̯͇̰̹̭̼̙̱̫͚̺̱̠̘̝̠̤͍̣̯͓̝͉̯͉̬̦̹͖̗̼̰̳͕̟̗̝͙̯̬̪̯̪͚̜͚͓̫̤̫̱̲̩̮̲̪̭͙͔̗̙͙̙͕̜͈̝̩̰͚̞̖̰̭̲̣̻̞͖̬͈̹̟͇͈̤̱̻͚͙̥̞͖͎́̀̀͘͘͜͠͞ͅͅͅͅį̧̐ͯ͆̈́̋ͬ̌̅ͫ͂ͫ̑̿ͮ̓̈̉̏͊͐̑̃ͣ̄͂ͬ̇̋̊̋͑̉͌͊̑̂͑̂̓͒̓͑̽͋̔͂̌ͩ̓̒͐̀̿͑̂ͤ̓̊ͯ̈́͋͑͆͐̌ͥͬ͛̌ͪͥ̊̃̃ͥ̅ͪ͌͊̇̄ͨ͒ͯͯͫ̎̀̓̿̍̽̂̈́̂͗ͩ̋ͭ͋̎͗́͒̇̂̊͋̍͛̒̀̚̚̚͏̀͏̴͏̷̶̸̢̡̢̧̨̛͘͟͟͝͞҉̷̷̸͕̟̼̮̳̼̤̺̘̗͉̝͍̥͎̜̫̲̝͓̫͉͖͖̬͚̞̮̺̤̻͖̠̫͈̠̼̬̣̱̲̤̞̟̫̳͓̮̺̪̮͓̩̙̘̝͈̼̞̥̭̞̫̯̙͕̲̝͎̮͔̗͓̼͇̜̻͇̲̜̼͎͎̝̪̜̺̘̱̗͖̬̥̟͙͔͕̱̙̲̖̜̝̼̮̬̣͍̦̖͕̻͓͔̥̥͇̙͎͖͇̘̲̝͚̯̻̼͈̝̲̲̦͙̗̹̥͓̼̲͈̮̠͔̹̞̼̞͚͈̦̦̥̝̼̥̜̲̱̮̮̭͓̮̫̰͙̘̦̼̪̬͔̠͎͈͚̲̪͈͈̬̤̞̺͇̣̝̟̫̣̬͍̭̦̫͈̬͕̯̰͎͎̬̠̮̯̣̭̩̬̮͉̭̜̤̙̻̗̥̬̖̻̦̥̥͇̫̗͎̥̘͔̩̮̜̗͈̳̝̗͔̖͍͉͚͈̳̻̠̻̦͚̮̩̘̭͕̳̩̣̙̱̼͕͎̯̗̲̜̣̳̼̠͚̻̤̻̭͕̮̟͈̠͈͔̯͍͓͙̮̣͇͖͈̮̳̳͇̘͎͙͙̣̠̦̤̺̜͇̹̯̠̼͎̖̹͇̭̣̱̻͍̭͠ͅͅͅͅͅͅͅͅͅͅv̵̌͊ͫͦ̒̄̈́͐ͭͮͨ̆͊̓ͦͦ̈̌̅ͦ̓̄͆ͭ̽͑ͩ̅ͮ̍͗̏̐ͩ̅ͩ̂̆̒̌̍ͭ̿́͌̅̈͗̈́̿͛ͭ̀̃͐̊̑̾ͥ̅̎͗ͯ̍̓̅̀̆͋ͦ̐ͤ͗̏ͮ͗̐͑ͮ̌̒̒̽̌̎ͨͩ͐͋̇̈́̎ͣ̓̌ͮ̈ͥ̉̿ͥͩ̓ͮͭ͗̈ͪͫ̒ͫ̔ͯͩͨ̓ͣ̎ͫ͗͆ͤͯͨͮ͌̇ͪͧ̄͂͊̐ͨͦ̽ͯ̒͗̑̈́͆ͩ̅ͤ̃̌̃̇̓̌̾̓͐̓ͥ̽̈ͨ̑̍͌ͭͤ̉̔ͮ͂̾ͬ͊͆́̈́̍̑̈́ͮ̈̓̅̈̇̑̔̆̈͐ͨ̓̉͆ͥ̈́̌͑ͥ̍̄̑̓̌̿ͯ̊͆͐̅̓͒̈́̊̒ͭ̄̀ͥ̐͂̾ͩ͊͛̎ͪ̄͒̋̅̿̈́͊̄́̿ͦ̏ͤ͊̑̓͑̇͑̂ͭ̐͆̓ͨͧ̓ͬ̈ͯ̒͑ͭͩ̒̾̀ͨ̒̓͗̀ͨͮ̊ͭ̽ͮ̈́̄ͬͫ͑̃̃̊̔̀̾̋̒ͭͪ̓̈́͊̊͊ͧͮ̌̓̎̈ͤ̅̔̌̏ͩ̇ͨͮͫͫͥͩͭ̔̅̒ͩ̄ͬͫͧͪ̓͋̑ͯ͂̏́̉͛̾̿̓ͭ̂̈́̇̾̂̇͛͑̒͛̇̍ͦ̿͛̿̎ͩͫ̎̎ͭͧ͗͑̿̄̌̍̌͂̐̈̈́͒̒͆͑̉́̂͂̈́͌̽͒͊͛ͫ̉̑̆̋ͪ̇̆̏̍̽̃ͭͪ̌ͤͩ̄̅ͯͩͫ̐͂ͣ̂̓͂̌̀́̔͋ͪ̈́͑͐ͤ̊̄ͪ͐̓̓̂ͫ͆ͬ̆̐̇͌̍̅̓̾̃́̉̏ͯ̓͐̓ͦ̈̇ͥ̏̉̓͐͆̉̓̐̑͛̚̚̚̚̚̚̚̚̚̚̚͏̶̴̨͢͠͏̶̴̸̡̡̢̢̡̡̀̀̀́́͜͜͡҉̵̸̦̼̺̪͉͉͙̠̝̣̹͖̩͎̺̖̰͖̥̫̖̥̘̖̱̘͉̩͙͉̮͔̭̙̦̯̦̣͕̠̥̼͚̮̠̹̳͈̦̯͚͖͕̠̼̘̺̙̭̱̭̲̦͔̭̥̱͙̖̟̺͎͎̳̬͎͍͓͎̲̖͇̟͍͖̞̗͇̝̫̙̳̳͍̭͚̪̝̥͉͔̫̝̣͍͎̗̖̹̪̮̻͇͚̗̜̘̟͙̘͓͎̯̫̰͓̟̟͈̲͖͕̱̮͍̞̗̩̙͕͍̞̮̟̮̥̻̯͙̝͉̬̳̳̟͎̲̯͖̘̫̮̙̻̲̞͙̺͎̖̭̯̥̲̻͔̙̳̣͎͔̠̜̰̪͍͙̪̲͔̳̜͇̦̭͇̭̞̝̬̬͉̺̹̻͈̣̗̯͔̼̻̬̤̥̻̞̠͇̯͎̫̝͔̺̱͙͍̘͈͈̭͚̬̰̠̩̖̥͕̬̰̰̮͕͓̖̖̱̞̙̬͚̺̫̗̘̹͎̱͖͉̼̹͓̣̩̥̭̮̱͎̯̰̠͍̜͎̺͖̻̥̞̠̻̣̹̣͚̭͓͈̟̜̤̝̟͔̱͕̲͓͎͍̻͙̼͙̟̭͓̺̖͇̫̮̦̱̰̠̭͎͉̘̗͍͙̦̖͖̗̰̲͕̩̰͚̼̩̫͚̯͍̮̮͈͍̩̰̟̱͎̳͉̳̗̥̼̦̱̭͓̟̮̼̫̱̮̫͉̫̞͈͍̜̱̤̰̦̺̳̙͉͔̞̺͖͎̭̝̭͙͚̥̝͚͕̙̖̣̣͍̠͎̻̥̟̯̬̻̼̟̘̪̹̱͍̣̞̤͓̰͔̩͓̣̫̘̹͕̼̖̠͍͙͕̖̼̻͈̳̳̰͓͇͚̯̲̯͈̘̬͚͍̣͎̻̩͈̼͓̥͎̖̤͔̣̠͇̲̩͓̭̘̖͉̩̻͖̫̲͖͉̜̟͙͕̟͚͖̘͚͓̬̮̘̖̝̦̮͙̝̠̞̩͇̗̝̫͔̻̲͓̖͖̘̞̘̻̫̻͓̤̬͉̮̩̬̦̟͎͍̥̼͓̩͚͇͎͖͔̭̫͍͉̙̬̭̩̖̯͖͙̼͖̀͡ͅͅͅͅͅͅͅͅͅͅͅę̸̷̶̴̵̴̴̴̶̢̨̛̲̠̪̗͍͕̪͕̬̫͔̰͉̻̱̖̺̗̙͔͙̣̼͕̪̻̦̣̘̱͙͕̯̞͚̳̗̖̠̳̫̖̩̗͎̙̳͍͔̺͙̥̳̥̹̦̦͕̗͔̺͇͙̤̫̗̦͚̺̹̦͍͇̠̫͈̠̗̤̙͚̲͕̪̘̥̱̦͎̞̳͙͎̬͈̳͖̦̣̼̞̲̳̗͕̗͔͇͇͙̻͖̮̹͓̟̝̼̩̟̙̳̦̜͚̤̭͍̼̞̦͖̘̪͙̳͔͚̩͇͉̦̤͓͉͓͓̱̖̬̬̗͙̱̯̯͍̗̥̩̮̖͇͍̼͎͇̩̰̣̭̺̟̬̠̻̥̜͉̺̰̮͖͚͕̖͔̮͇̺̣͙̱̪͖͈̗̳̲̤̩͍̗̟̺͖͉̱̯̣̭̭̺̫͓̬̙̹̟̜̞̲͔̲̫̥̱͖̮̝̗̻̮̼̳̯̹͉̰̪̯̯̯̮͍̜̬̥̹̦̭̱̞͎͖̜̣͎̲̩͕̳̟̱͎̼̣̰̜͚̫̝̤̲͙͇̣͇̺̻̬̘̲̻̮̜̼̭͖͚͖̫͓̣͔̱͈̪̠̝̱̭͖͍̠͎̟̤̞̱̯̯͚̹̰͈̭̯̞̻̻͍͉͔͙̮̯͙̹̼͈̭̹̼̝̰̜͕̱̯̘͉͎͙̲̗̪͈̖̼̺͚̗͎̭͖̹̣͇̠͈͔͓̼͙̬̦̪͎͎͎̹̥̲̯̖̭̪̯̭̜̬͕̜̣͈̫͈̥̹͎͉̰̤̯̙̟͎͙͚̞̹̝͎̬̟̟̫̝̭̲̲͚̬͉̺̹̭͎̣̘̘͍̬̼̟̝͉͕͔̯̩̲̮̼̲̹̯͕̙̪͍̲͚̦̰̤̪̤͖͖̟̻͈̬̰͚̬̬̲̬͖͚̜͓͈̙͓̰̳̙̱̪̮̠̝̦͖̦͕̳̩̰͍̻̜͚̖̼͍͈͈̭̼̬͕̦̣͈̪̳̗̪̱̮̯̻̰̜̲̤̘̠̹̮̙̜̹͈̻̰͉͕̗̟̲͙͔̭̻̞͚̱̖̘̭̝͔̬̲̟̼̠͙͓̜͉̭̮̞̳̙̼̖̭̥̫̞̦̲͈̥̰͇̞̩̲͖̥̰̟̮͙̥̯͖̫̪̺̜͖̟̝̠̱͚̪̟̤͙̦̣̺̬͎͚̳͎̖͍̪̖̟̫̪̣͚͎̩̖̝̲̟̺͍̠̠̳̥͍͔̞̝͍̦͖͎͔͇͈̬͔͍̭͕͍̜̞̣͙̱̪̼͎̗̹̝̟̗͓͓̘̜̟̰͈̘̗̖͇̖̘͉̤̞͕͖̬̮̬̭̠̦̜͍͕̭̦͓̼̻̪̳̞̞̣̠̠̪̠̪͕͓̟̲̲̬̦͈̺̱̭̦̭̲̳̩̺̼̲̝̜̩̪̩̗̤̤͇͍̫͉̬̖͖̼̹̫͚̟̬͙͇͙̝̫̤̥̦̮̤͉̭̳͎̟͍̲̬̱͙̯̹͕̻̼̩͍͖͈͚̖̯̝̩̯̣̦̘̗̺̗͉͖̱͕͕͈̞̺͙̞̳̘̱̼͇̞̬̹̥̺̹͇̼̹̠͇̜͓̺̯̙̬̫̝̦̱̦̙͇̮͚̯͉̟̙̜̭̥͉̗̰͚̱̘̳̫̰̹͚̩͖̼̭̼̞̞͈̥̩͍̙͔͈̬͙̱͚̝̖̮͔̬̤̟̰͓͔̲̟̫̦̱̲̙̦̫̬̭͉̹͍́͛ͬ̆ͤ̈̃̎ͦͨ̅ͣ̐̒͐̈ͧ̎̀̇́ͤ͂͂ͤ̃̊̂ͬ̈̄ͪͧ̏̏̾͌ͯͯ͐̄̐́̃̈̈́̾ͧͪ̊́̓̐̀ͬ̎͑̎ͮ̒̄̏ͭ̍̍ͯ͑͋ͣ̓̉ͮͭ̿̆̑ͣ̾ͬͩ̂ͦ̊͆ͦ̓̆ͮ͋͛̈́̿̌̂̆̈́̓̾͆̽̋̔̋̊͛ͫͪͨ̽͂͆ͭͯͫ́̽͋̔̑͂ͭ̎ͧ͌̌ͦ̔ͤ͐̔͒͗̀ͫ̐͗͋ͧ̌͑͒̎̈́̇̒͑̒̆̋ͫ̇ͥ̊̐͐̎̌̈́̅͐͛ͭ̎̏͛͐̉̐ͫ̅̂̓͑ͮ̐̃̍̃ͪ͊͂ͤͯͣ́̈́̇̒̊͐̓͆̄̐ͥ̋̽̊̄ͣ̂̄ͩͤ̈́̂̅̄̈́͛̿̌ͥ̌͑ͫ̎̿̂̾̍̔ͤ̒͛̾̓̐ͦ̂̈̇͌ͨͦ̏͂ͫ͗̆ͧ̈́̈͊̾̐̂̃̎ͪ̂̏͛ͩ̈̓ͩͪ̇̏ͩͪ̈́͒͆ͩ̍̇ͩ͑̐̓͛̈́̒ͫ̂̉̃͌̂̾̾̾͌̈ͧ̒̎ͪͥͤ̓͒ͭ͆̂̿̒͂ͬ̓͌ͩ͂̾͒ͭͤ̉̐̈́͒̒̂́͂̇͆͛͑̒ͩ̈́̍͗̑̃͆̍͌̈ͦ͒͊̿̑̅ͯ̌͒̈́͂̿̈ͭ͆̄͛ͫ̉̔̅̓̊̈ͦͫ̎ͩ̇͌̃͗͒͐̑ͨ͌̂̑̍̾ͯ̒ͦ͗ͫ͆ͮͣ̈́̎ͪ͂ͩͤ͆̄ͭ͒͒̈́̌ͯ̂ͥͣ̽̍̾̊͌̓ͯ̅͌͆̌̌̍́ͦ̐̏ͫ̆̑͐͆̓̋̔͂̐ͭ̾͊ͩͬͦ̽̃̋͂̓ͩ̿̓ͦ̃̂̌̄ͪͦ̉͐ͨ́͒̑̅̿́̓ͦ̿ͪͩ̎̓͐̋͐ͭ̆ͦͫ̄ͣͫ̑̀͂̋̽̓ͫͬ̔̂ͯ̒ͧ̋͑ͪͯͦ͐ͬ͐̽͗̎͊ͮ̓͌͂ͥ̿̔̂ͫ͛̒̐̐ͥ̈́̑̾̑̇͑̓͗ͬ̒ͭ͑̍̽ͤͤͩ͆̊͌̏̏̿͊ͬ͐ͫͫ̋̐̌͊ͣ͑͒ͣ̒̏̌ͫͭ̈́͆̿͋͛ͥ͆͒̎ͮ̇̒͐̾ͯ͒̂̏̈ͪ͂ͦͩ̒ͥ̉͂ͨ̏ͨͩ̍̍ͪ̋̿̂ͦ̄̆͐ͥ̑̂̄̇ͦ̔͂̍͗̌̔͆̍̅̔̈́̾ͪ͑̒̍͑̒͋̀̐̅ͥͮͤ͊ͨ̍̐̓̎ͬ̑̅͒ͣ̌̅͗̍͗̾̈̔ͤ̏ͬ́̏̄̉̒ͭ̉̏ͬ̔̄͆ͥ͑͂̈ͧͨ̅ͤͨͥ͋ͩͮ̉͌̈́̂̋̓̓͆̌ͣ̍̈́ͫ̒͆̓̓̋͛̑ͨ̍̾̌͋ͤ̇̌̀̋͋͗ͩͧ̅̍͒ͪ͌̀ͨ͌̓̂͛͐͗͛͌̊͛͋͑ͯ̊ͭ̎̈́̀̌ͣͥ̑͊̈́ͬ̂͐̀ͧ̿͆ͬͤͮ̇͊͗ͯͯ͑̍͐ͭͮ͒͗͂̿͛ͭ̒ͨͬ̓̓̐ͣͦ̌̉̃ͩ̿̍̈́ͤͣ͗͆̌ͫ͋̿̂̂̄ͥ͗̽ͭ̑̓ͫͬͩͤͤ͒̋ͬ̅͂̈́̔̆ͯ́ͫ̊̍̋̓̐ͨ͑̇̽̉̋͂̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͢͢͜͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ-̴̸̢̑ͦ̊̓ͮͨ͐̉̍͐́ͤ́́̒͐ͧͩ̑̕͜҉̸̧̛́̕͢͟͠͝͠҉̴̶̶̴̸̴̷̧̧̨͇̻̲̼̦̬̭̭̪̼̘͉̳̫̜́́̀́͟͟͜͡͞͡͠͞ͅm̶̡̿̉͌͌̔̐ͫ̄ͫ͒̉͒̑̉̈́ͪ̑ͪ̽̈́ͧ̿̔̓̆͑̀̏ͣ̑ͫ͒̍̎͌̀̎͌͗̿ͯ̾͐ͩ̍̒ͩͤ͆̏ͯ̑ͦ̓ͫ̽̃̒ͬ̑͋̊͐̓̓̽̂̂̑̿ͪ͑ͭ͌ͬͧ̄̌̅̐̈́̇ͦ͌̍͋̅̓̉ͦ̊͌ͭ̔̄̌̋̇ͫ̊ͦ̂ͨ̒ͧ̅̈̓̑͑̾ͤ̓͗ͤ͒͒̓ͤ̌̐̇͂̀̄̇͒̀̉ͭ͑̾̾ͧ̒̀͗ͦ̽̐͛ͭ̎̿͆́ͣͩ̊͑ͤ͆̑ͫ̀̏̎̂ͥͧͩ͊̊̄̃͗͂̆͒ͧ̐͛̒̆̋ͦ͌ͣ͂ͯ̉̾̔͑̔ͧͬ̓ͪ̇ͤ̈ͤ͆̉͗ͥͯ̀ͤ̑ͫͦ̌̓ͬͣ̓̀̓ͧ̂͗̽̄͋̔͊̉̄͆͑ͭ͊ͥ̈̈́̂̒ͦͪͤ͐͒̌ͨ̉̈́̋̋̏̊ͣ͒ͭ͗ͣ̄̓ͤ̉ͫͮ͐ͯ͌̈̓̎ͭ͋̓ͭͤ͗̐̀̀͛ͭ̇̐̅̀ͤͪ͂͂̉ͮ̏ͪ̈̍̄ͨͩ̅̊͑ͬ̇ͮ̂̊ͭͮͯ̐̽͐̂ͩ̃̅̍ͩ͋̂̾ͮ͐ͥ̌̔̂̿́̂ͧ̆ͧ̀̐̅̎͗̏̌͌͗͑̎͗͊̏ͪ̍ͫ͂̿̉̄͋͌̈̔̎͐̿̂ͥ̈́ͨͣ̑̊̆ͤ͗ͨ̇̐͒̉̂̾̀ͯ̓͑ͭͪͤ͋̈ͬ̽̎ͬͭ́̑̐ͪͭͧͪ͆̒̈́ͪͮͤ́͊̈́̋͗ͯ͂ͥ́͒̎̄ͬ̑̑̽ͭͯ͂ͨ̌̄̒̅ͦ̇̇͋̐͌ͩͦ͂ͨ̎͐̑ͩ̾͑ͤ͑ͪͨ̀̾͒͑̿͗ͨͮ̂̂̽͋̉͊̎́̑͛̀͊̀͌ͧ̊ͣ͒ͮͪͪ͛̆ͫ͂ͦ͌ͧͣ̊ͬ̿̊͆ͨ̌̇͊̈͐͛̓̿̈̋ͯͯ̍̑́ͫ̂͆̈̈̀̔͗ͩ͌ͪͣ͌̓̓̊͒ͪ͑ͫ̋͑̂̑̈́͊͌ͩ̓̽̓ͧ̔͊̍͋̇̍̒̊̈́͌̈́͋͌̀ͭͪ̑̔̍͆͐̈ͬ̋̽͗ͦ͊̿̂͗̓̋̈̑̉̾͗̏̐̀ͫ̍̉ͤ̏͊̐̏̏̓ͯ̿ͮ͋̐̅ͯ̒͊́͗̈́͗ͥ̒̅̔͒̆̂ͭ̉͗͂̃͒͊ͪͯ̍̂͋̈́ͤ́̔ͯ͆̾̂̅ͮ̊̍̏ͤ͋ͤ̊ͯ͂̆͐̈́͌̈̔̾̇͒͋̍̉͂ͦ̿ͦ̈ͭ̾ͪ͆̊̏͐̒̽̇̋̂ͯ̌̅̈̓̄̂ͭ͂͆͑̂̒̏̇͌̿̊̏̈́̄ͯ̋͒͛̀ͧ̄̂̊̍͋́ͩ̌ͨ͋ͩ̈́̆̌̓͂̽̀̽̐̽̂̈͆ͩ͐̾̑̍̿ͥ̆̂͆ͭͭ̌̿ͮ̃ͤ̽̓̿̅̿̾̀ͦ̆̇̂̄ͦͤ̑̋̋ͥ̇̔ͦ̇̅ͤ̽ͩ̎̆͌ͤ̉͗ͫͨͦ̀͋̄̔̎̋̔͆͆̅ͩͥͩ̎͗͛͑̉̔̿̐͐̆ͨͬ̈̑ͯͨ̎̆̉̓̄̍͊̊ͬͫͤ̄͗ͯ̏͊̑ͬ̅ͯͬ̀̉̉̾ͯ̾ͩ̐̃ͫͪ́̔͐̃̊̓̇́͆̽ͩ͊͋ͭ̎͌͐̽̿̈́̒ͦ͋̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚͘҉̛͏̴̧̡́͘̕͡҉̢͇͔̗̩͕̳̟͖̝̰̗̯͓̩̥̲̠̠̰̫̗̲̻̪̩͓͓̟̦̣̱͕̲̗̥̻͍̪̖͕̘̯͕̪̻̤̦͚̗͉͕͚̗̫̲͍̻̺̬̞̜̪͕̗̖̻̺̺̘͓̰̪̦̲̻͖̣̱̰̪̻͖̼͎̘̗̙͈̥̯͔͔̯̘̭̞̥͓̫͍̪̟̺̥͍̩̤͔̝͔͇̗̼͕͔̝̳̦̝̞̮̤̦̫̙̙̤̦̻̱̠̭̭̻̹͙͕̦̥̝̬̗̠̖̱̝̤͙̞̗̪̰̱̮͍̰͙̩̜̗̙͔̘̮͔̱̼̩̬̗̟̯̘̪̟͚̲̻̬̞͇̬͎̻͇̩͈̤͚̪͇̗̙͇̯̪͚͔̗͉͍̱̼̜͕̺͙̱̣̫̳̤͖̠̳͕͎͖̤̪̝̫̙̺̰͍͕̙͉̩̙͇̝͖͔̯̻͓̦͉̝͉̱̺̥͓̠̥͍̯̪̥͎̦̜̬̟͚̺͚̩̻̤̱̘̘͍̬̙̯̖͖̦̦͙͇͉̥͓̳͚̦̤̹̱̻͕̜̦͈͓͇̮̦̩̠̬̥͕͇͉͔̦̲̮̲̲̥̺̖͙͇̺̤̣̣̝̬̮̭̗͚̪̳̰̼͙̦ͅͅͅͅͅͅͅỉͬ͐̓͂̊̌ͮ͊̀̒͗̂̆́͆͒͋̍̏̌ͣ̆́̌ͨ̿ͤ́̒̂͒̈́̓͛̓ͩ̌̔̽̍ͤͧ̎͌̍ͫ̏̔̒̽́̋ͬ͗̏̓̒ͨ̌̈́ͤͯ̓̇͋̈́̌͛̆̿͐̒̽̌͑̋ͬ̾ͥ͐͂͊̊́̏ͤ̅̑̍̏͂ͨ̐̎̏̉ͧ̌ͧ̊ͫ̃̄̊ͤͦͫͣͪ̀ͦ̽͆̎̉̽͗̾ͧ͋ͨ̍̃ͪ͒͊̊͒͑̓̇ͭͭ̌̂̉͐̔͂̌͐ͭ̃́ͤ̏ͥ̇̆̈͊͋̄ͩͤͬ̊̃ͮͤ̍͋͛͗̒ͦͧͨͫͮ̇̾ͫ̀̓̌̾̂͂͊ͤͬ̅ͭ͛̆ͬ̓ͩ͛ͫ͑̏͒́ͪͪ͛̒̔̃ͣ͆͒͌ͮ̈̐ͪͬͬ͑̈̀̈̂ͧͫ͆ͯͮ̍ͨ͛̔̏ͤ̐̄̑̍̈́̔ͣ͑̒ͯ̂̅͑ͬͭ̽ͬ̓̉̐͂́ͨ̆̽̈̃͋͗ͦ̎ͭ̒̿͋ͯ̓ͤ͊̍̈́̇͗̾̆̏͊ͤ̒ͪ̋̓͐̂ͤ̿̾̎̎̍͂́̍̈́̿̎͋͋͗͛̍̔ͤ͛͒ͫͮͯ̓̄͌͛̆̏̍́̒ͫͬ͑ͭͣ̇͛͐̿ͥͭ̅͊̐͋̽̉̿͋ͨ́ͯͧͤ̓̍̌̄ͮͨ̂͊͊ͪ̾͋̍̄͌̑̂̽́ͭ͐͛̇̐͑̽ͩͦ͆̓̉̔̈́͆̀̿̆͒̊̉̌ͪ̇̑̽ͪͨ̂̈͂̉̾̆ͣͪ̑͋̓̌ͦ̊̾̎ͫ̂ͬ̈ͣͥͦ̿ͨ̐̇ͦͭ̑̇̉̄̐ͭ̋̋̆̒͊ͬ̑͆̓ͨ̂̾ͭ̈́̉̽ͧͨ̉̌ͭ̽̌̄͐ͤ̂͂͆̾͒͋̆̉̀̽ͭ͋̌ͦ̃ͬ̂̓͑̑͆̈́͛̃ͯ̈́̔̓͊͂̃̋̔̎ͩ̑͂ͨ̌̓͗ͬ͋ͤ̃̾ͦ͛̊ͯ̍͒͋̾ͮ̔̏͌͊ͧͬ̾̓̃̉̂̅̒̀̅́́̇̇ͫͨ͛̋̊̑͆ͮ̊̋ͭ̂̋̓́̓̄͛͆̓́̀ͫ̓ͩ͂̊̈̽ͧ̊̉̿̋̎͂́̋̍͒̀ͭ̾̒ͫ͛ͦ̍̽̂̔̈̇͑̄̈́͗̃ͨ́͋̌ͣ̓ͫ͛̍̀ͯͫ̇̿͗͗̎͊̀̀͋ͪ̾̓͐̈ͩ̓ͨ̉ͤ͐͆̈́͐̓̄ͨ͒ͩ͑ͧ̐ͩͯ͂̌ͬͣ́͒͌ͪ̔̋̈͑̽̾̈͂̃ͯ̉ͮ̈́̃̑̎̉̎̇̃̅ͩͭ̓͌̋ͭ̍̓ͩ͂͂ͫ̓͐̈́̒̆̊̒̋ͤ́ͦ̍̽ͣ̓͊͒ͤͥ̒ͭͣͣͯ̒̎̐͛͋̃̈́͌̓ͤͤ̓ͩ̎͛̾ͪͫ̎ͪͧͦ͒ͥ͛̔ͪ̽͆̉̉ͬ̉͗ͣͮ̄ͯ̅́̋ͥ͂ͧͣͥ̄ͮ͂̈́̓̃̀͑̊̿̒̇͌͆̐̋͋̓̄́͗̽̈́ͫ̎ͣ̈́͌͊́ͣ̓ͭ͋̆̏ͨͪ̿̓́̅͐̂̔̌̈́ͪ̓ͪ̍ͣ̆͑͒͑ͭ̚̚̚̚̚̚̚̚̚̚̚̚҉̷͟͏̴̨̧̨̀͢͢͟͠͠͡҉̨̨҉͏̸̕҉̸̷̜̮͖̺̙̰͈͖͓͙̠͖͓͍͚͕̥̘͕̰̳̣͚͈̩̻͔͕̪̯̲̲͈̙̤̫͓̬̬̮̠̲̖͖̝̺̬̟͕̖̹̠̭̠͕̞̯̱̝̭͙̬̭̻̙̼̗͇̪̩̹͉̭̻͖̠̥̝̙͇̙̳̮̜̫̣̳̺͍̻̦̳̩̘̺̞̣̙͉̰̘͖͔͍̰̼̫̭̭̻̲̞̞̼͍̗̪͙͓̩͍͓̼̰̲̖̯̫͚̪̼͙̻͚̖̰̭̦̮̱̩̣̟͎͈͕̼̬̠̠̺̱̺̦̣͇̖͍͚͉͇̻̗̼̩͙͖̼̘̱̬͓͈̘̰̝͉̗̖̟̫̜̥͎͕̥͈̘̖͇̠̦̹͕̙͍̱̯̦̖̱̗͙͕̞̟̭̩͔͙̥̮̪̲̪̼̲̲͇̺͇̠̠̣͚̳͓͉̤̜̱̰̻̯̰͙̱̱̞̝̭̮̥̫̠̹͉̜͚̻͔̟̖̰̣̹͖̥͕̹̲̫̱͇͙̮̗͇̯̬͙̺̪͙͇̮̣̰͎̙̥͈̝̮̥̯̣͔̼͚̟͍̮͇͓͓͎̱̥͖̟̬̗̝̩̹̖͙̞̻̥͙͕̩̜̗̣̻̝̬̞͔̟̫̫̱̪̻͍̫͖̙͖̮̱͔̮̖͙̪̩̹̩̟͈͖͙̦̠̘̬͎̬̦̲̜̥̙̮͓̖̤̭͖̜͍̘̰̥͚̠͖̮̩͚͔͎̹̺̠͕͎͉̝̪̥̤̖̜̯̝̯̮̞͉̭͍̭͇̖͎̮͓̻̲͎̟͙̜̥̝͍̗͎̠̬̣͉̦̘͙̺̭̱̜̜͚̹͖̩̯̯̙̯͎̱̺̜̗̭̻̣̰̗̼̝͉̲̬͎̼̦͉̲̩͙̣̜̣̭̲̱̩͎̙̖̜̹̻̟̯̩̬͈͇͙͉͇̭̹̰̬̭̼̲̥͍͍̙̝͕͕̺̣̥̙͎̝͍͍̼̗̱̻̫̱͉̱̪̹̞̳̪̰̰̠̦͍͔̘̭̟̺̗̟͉̩̥̥͉͍̞̼̝̪̲̫̼͈̬͈̣̮͕̝͖͕̖̘̲͈͚̦̟͓̠͎̯̫̮͖̞̺̝̫̯͙̠̮̺͖̟͙̤̞̩͇͉͇̝͓͎͈̭̻̦͇̝̫̪̺͔̬̲̪̟̖̹̜̗̞͕͖̣͙̞̗͓͍̬̖͇̩͈̳͖̭͉̗̥͙͔͖̤̯̫̺͚̮̗̰̫̫͙̜̳͕̦̩͚̖̻̟̠͚͉̗̠̝̼̯̙̥̺̩̤̪̝̻̩̱̖͍̠̦̤̪̙̪̙̝̩̻̙̥̱̬̖̖̻̘͔̖͎̪͖̘̭̟͇̥͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅn̵̸̶̷̵̶̸̶̢̢̡̢̨̢̨̢̨͛ͧͤͪͤ́́̃̓ͪ̇͂ͯ̈̄̊ͫͧ̌̈́̽̌̆ͨ̐ͦ̍̅͐̊͊̄̾̾̒ͤ̑ͭ͌̈ͫ͐ͩ̓͗͌͛̒́́̓̑͋̍̽̐̓̇ͪ̇͂ͬ̿̑ͩͨ̾ͫ̽̑̍̉ͥ͂̈́̿̄̾̄ͯ̍̾̉̐͗̌ͬ̄͌ͮ̒̐ͥͬ̅͑̀̕͜͢͠͡͞͏̸̵̧̢̡̨̛̣̫̭̗̰̭̩̗̳̥͙̹͉͉̙̝̜̯̰̖̼̗̫̪̕̕͟͞ͅd̢͌̊ͫ̍ͪ̈́͑̄͌ͥͨ͒̇̎ͥ̐̉͒́̍̈͂ͭͬͩͦ̉̋̓̓ͧ̽ͧ̅̓ͦ̇ͥ̒̉͒͗̿̀͑ͥ̽̒̇ͧ͗͐͌̄̎̿͌ͦ̈́͛͒̍ͥͮͩͮͦ̎̾̉̈ͩ̓ͪ̈́ͩ̾̐̈́͛̌̉ͩ̃ͫ̽̒̏̎̓ͦ̍̈̚̚͝͞҉̸̷̡͘͜͠͠҉̴̵̵̧̨̧̧̨̡́͘͢͢͟͞͡͝͠͝͏̺̭̞̻͕̘̬̳̬̱̱̦̹͓̠̗̦̬̬̥̯͇̞̭̼͖̠̼̪̪̙͚̗̦͉̪̬͖͚̘̞̺̺̼̰̘͙͕̙̬͍̩͕̺̤͔͉͔̱̺͓̪̱̘̬̘͍̫̙̥̞͕͕̱͈̦̗̲͎̯̣̬̖̲̭̪̞͙̦͔̩̩͎͉͓̱̯̘̦͇͖̖̱̩̞̞̳͙̬̤͎̰̗̩͎̜͔̹̭̠͍̻͇̭̖̤̖̺̖̫͕̣̰̦̟͕̬̹̖̣͙͚̻̞̹̰͇̹̗̬̗̺̥̠͖̮͇̖̬̗͙̹̞͉̜̤̻̺͍̗̯͇͈̪̱̺͙͇͚͙͇̖̟̳̦͓̘̥͕͎̲͍̬̤͍̯̺̲͍͍̼̪͈̲͕̱̙͇͎̥̳̹̩͙̜͇̯̞͙͎̹͕̱͙̥̤̱̫̫̹͙̳͖̺͚̫̥̟̗͈̖̯͖̣̣͎̰̻̤͖̗̭̝̻͙̫̥̝͚͉̮͎̘̝͈̩̭̤̰̱̯̘̦̳͚͙̣͔͔̪̻̘̪̗̳̗͔̙̫͚̞͈͔̠̞̰̞̭̘̝̳̰̬̼̹͉̭̪̙̟͓̹̻͔͇͎̜̥̙̲̗̠̻͈̠̺̟͙͚̘̱̝͉̳̞̱̥̭̗̯̰̜̟̹̺̭͖͓̜̬͓̩̼̤͉̯̥̲͎͔̙̗̥̮̹͉͉̫̱͚̙̣͉̞̪̣̺̞͔̤̮͙̠͔̖͎̤̩̦̤̖̟̭̗͖̭͖̠̮̜̯̗̰̗̖̜͉͍͙̼̥̥͎̪̙͖̘̪̥͈͓͙̣̙̫̗͇͚̠͍̝̼̤̲̤̼̰͚̠͈̦̣̲͙̦͕̲̤̱̠̖̥̜͉̞̪̣̖̙̪̲͍̩̲̮̘̮̹͔̹͍̪̦̬͙̣̬͉͔̞̘̥̼͍̦͔̦͇̩ͅͅͅͅͅͅͅͅͅͅͅͅ ̴̸̨̀ͧͦ̔̊̍̔ͦ͐̆͋́̿ͥ͒̽͌̔͋̅̾ͮ̉̍̂ͭͮ̾̾̐͑́ͤ̏̄ͧ̊͒̄ͫ͌̓̄͑̿̓̈̓̽ͫ̎̾̏̿̎̌̔ͦ̐̔ͪ̓̋̿̌ͤ̏ͭ̎̾ͮ̐̈́͊̃͋͋̒̊̊͢҉̷̸̵̛́͢͠҉̨́͘͜͟͠҉̴̸̢̧̡̢̟̦̗̗̙̣̼̬̯͙͔̬̳̖̖̖͙̤͍̮̪͚̙̝͍͍̖͎̳̲̣̭̞̦̼̝̫̭͖̰̟̭͕̝͙̟̖̘̘͍͕̭̭̲̭͇͙̘͉̼͙̞̩̞͙͕̰̻͎̘̤͚͓̺͎͇̝̗̣͖̫̻̰͚̭͍̫̭̬̤͓̙͉͖̰̙̝̘̘͉̬̜̲̻͍̥̹̮̖̼̥̘̺̤̘̩̘͔͚̲̦̬̬̻͓͕̣͔̮̺̻̞̬̯̠͍͕̣̞̖̳͇͍̫̫̩̘̭̮̲̦̗̞̩͚̦̤͔͕̰̱̻̗̤̝̩͇̫̱͕̮͚̥̳̣̪̩͍̪̙͎̦͍̗̜̣͕̦͖̙̪̝̘̙̠̟͇̼͉̦̦͍̱̰̬̼̠̝͚͉͖͓̙͈͓̫̤̺̳͔̣̳͓̺̥̖̼̤̠͈̪̲̠̼̪̻͙̣̰͎̤̟͉̼̦͙̮̘̰̠̘̗̯̤̫͚̝̮̭̬̺̲̮̞̩̱͚̫͔̲͍̩̟̘͕̺̭͓̳̙͖͍̩͓̬̝͙̝̼̩̮̻͙̘̘̜̳̩̬̤̦̜͍̮̩̼̭̯̠̰̱̪̬̠̥̲̟͔̼͈͚̝̩̥̮̣̜̳̺̣̦̰͕̘̦̖͎̫͎̭̠̥͔̠̟̭̺̟̘̱̪̭̦̥͚̙̳͔̳̞̞̰͕͙̣̹̖̗̟͖̝̦̞̫͓͉̲̞͔͍̠͎̤͙̪͚̠̙̩̹̩̥͉͖̪͓̹̬̥̬͙̭͇̤͎̥͙̘͚̳̫̬̹̬̹̦̫̣̮̟̦͔̣͈̳͎̹͓̻͓͎̺̠̠̰̯̥̮͇̖̣̩͍̠͎͓̩̝̱̩̝̥̣̠̩̞̮̪̟͈̬̪̟̯̲̺͓̭̘̬̠̙̘̲̹̝͙̫̞̟̯̻̪̤͚̲͕̻̩̹͎͚̼̮̭̙̬̘̟̗̞͖̟͓͈̺̘̺͙̲̳͓̤̤͈̟͔̯͖̲̥̤̗̜͎͖̙̭͈̺̪̫͉̝̼̬͖̜̠̤̯̩̬͓͙͔͓̭̙̘̮̭͙̱̫̲͉̘͚͉̘͉͖̥̻͚̝̲̱̠͇̥͙̬̙̭̭̳͕̟͈̘̣̗͖̮̳̼̤̳̣̘̟̱͙̬̳̺̥̝̬̮̝̖́̕͘͜͟͞͡͝͞͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅo̶̵̷̷̴̧̡̢̧̢̡̧̡̧̧͛ͣͭ̈́͒̂ͮ͗̆͗͐ͤ̋̇̂͗̈́̿ͭ̈́ͧ̋̆̄̇̏ͨ͐͐̌̔͆͐ͦͩ͗͋̐̒̅ͤͧ̓ͥ̑ͩ̉̋̒ͩͫ̐̈́́̀́ͩ̍͗ͤͣ́ͧ̐͛̏͂͐ͪͯ̑̔ͦ̓ͩ̉̃ͭ͗̄ͩ̊͌͌̑̏ͤ̔ͪͦͤͬ̒̑̇͐̃͒͌͒͐ͤ̀ͩ̈ͥ̑́̂͐̑ͥ̋̋̎̆̔ͧ͌̓ͨ̓ͮ̇̈̄͆ͫ̒̅̊͊̋ͥ̉̇̆̋̊͗̽͊̋͒̒͂̿͋ͥ̉ͪ͂̅̍ͭ̒ͯ̇̽̇ͧ͋ͨ̌͌ͩ̐ͤͫ̎̾̉̈́͛̋̓͌̽̏ͫͫ͌ͯͦ̉ͫͧͣ̑ͧ̌̔ͦ̊ͤͩ͂ͥ̈́̽ͪ̽̋ͬ̏ͮͣ̃̍̒̂̋̍̉̉̋ͦ̋͐ͬ̽̂͆̀ͨ̍̈́̇͐̐̎̅̈́̍ͨ͂͗́̃̑ͥ̂͑̂̅̎ͤͦ̇̆ͫ̒͂̄ͬͧ̑͗̿̉ͯ̽̐̃̃̓ͫ̌̏̔̈͌̒̌ͦ̐ͮ̆ͫͫ̈̾̃ͭ̒͋̋ͯ̿͑̏ͩ̈͐̄ͦͨ̃ͫ̅̓̓͆́̾ͥͬͭ̇ͭ̎͊̇̊̈́̈́ͬ͐ͫ̌̓̈ͭ̔̅̓̎͛ͬͨ̐ͭ̓̈́̓̍́̎ͫ̊̎ͭ̈́ͩͯ̐̒͛̿͌ͥ̂ͧ̈́̎̿͋̆̿̉ͣͫͫ̒ͭ̈̾͂͋ͣ̈́̈́͗ͥ̑̈́̒͗ͦ͂̅͗ͩ̃̂̎͑̐ͤ̈́̆͗̑ͭ̾́͑ͨ̊̈́ͧ͊̎̅ͨ͑͋͐̋̐ͣ͐̋̊̓͂̓ͮ̍͋ͣ̔̿̂̅̈͑̂̓ͮ̍̒͒ͮ̃͂̽ͩ̋̈́̍̌ͨ̽ͩ̾ͩ̃ͧ̓͐̿̾͛̃̒͆̽̈́͑̽͒̄̔̊̂̍ͩ͐̓̾̎̿̎ͨͫ͑͌ͦ͆̐̓̊͐͐ͥ̑̔̄͑͗ͮ͛ͦͦ̿̀̆͒̇̈̒̇̓̿̌ͭ̉̅̃͂̇̏͊̾̓̅̃̋͒͐͆̎͋ͭͥ̉̔̏̀ͪ͆̐͐̊ͣ̌̎̾̊̏ͬ̄́ͩͩ̅̂ͧ̍ͣ͂̈ͮͬ̔͋̿ͨ͒͐̀̾͆̑̊̍͂̆ͨ̉̔ͤ̄ͫͭͭͣͫ́́̏̾͊͛̽̉̀ͮ̆ͧ̈͒̋̊͗͆̀̌͗ͣ̍ͬ̊̾̊͗ͫ̽ͧ̋͌ͯ̆̑ͫ͗͌͐͑̿ͥ͌ͭ́̓ͬ͋̓ͤ̐̒ͦ̍ͪ̋̓ͥ̓̔̄͂́͋̈̌ͫ̉̒̑̿́ͤ̋̎̈́́̑ͦ̉̑̔͌̓͆͆̏͌̉͌̍̈̑̓ͨ̂͐͐̅ͪ̆ͪ͐̂ͦ̏ͦ̽̐̆ͭ̍̏̊̐͌̈́ͯ̿ͬ̐̊͐ͦͬͪ̓̔̔̇ͭ̓ͬ̀̉̾̐ͩ͐ͩ͐̔̓͐ͯ̽̌ͫͮͪ̃ͯ̎͌͆̅̈ͨ̆ͭͣͥ͗͒ͥ̆̔̎̍̊̇ͩ̂̒̎̄͒ͦ͂̔̓ͥ̋̏̈́ͥ́̈̓͑̈̇̉ͯ̎͋ͧͨ͋ͦ̈͆̎̉̅̄ͥ̈́̋̉ͦ̌̏̃ͪ̄̊̅̊̍̆̉ͤ́ͫ̂̾̾͊ͯ̎̾ͮͭ͊͋ͮ̈́͐̂̅̒͑͐͌̿̉̐̄ͣ̐͌̚̚̚̚̚̚̚̚̕̕̕̕͘͢͟͡͡͝͏̸̴̷̧̨̧̛̀͞҉͔͎̘͎̯̪̭̰̬̻̦͙̜͉̦̩̩̣̟̣͚͎̝̻̦̣̮̜̳̼̺͙͍̼̰͚̠̱̬͚̹̲̠̭͖̪̜̖̱͇̰͇͓͉̣͇͔̰̱̜̱̜͉̪̺̩̮͕̟͍̳̻̞̠̫̰͓̮̲̹̞̮̼̖͈̬̮̜̰͍͙̯̳̦̬͕̦͕̫̰̬͎̳̳͈̯̘͈̯̹̝͍̣̜̥͔͖̦̠̤̞̲̗̱͕̳̣̲̯̪̹̫̲̘̺̫̖̠̙̘̖̯̤̫͚͍̻̦̰̭̗̟̱͈̮̼̝̲̝̱͉͈̻͔̘̲̣͖̭̫̱̯̘͖̥̜̭͎̩̰͈͕̖̰̮̜͕̦̤͍͓̤̜̮͙̖̤͎̯̰̙͙̘͓̫̙̱̭̗͉͙͕̦͉̼̝̺̙̤̫̼̖̲͕̯̗̺̫̞͚͍͈̤͍̜̭͎̝͕̺̱̞̙̞̯̤̪̼̪͎͈̳̼͉̮͕̝̦̞̣̻͔͙̮̦̞̘̙̱̟̗̣͖̙̻̱̮̫͕̠̠̖͙̺̘̺͉̩̼̬̖̟͚̬̥̬̼͔̬̦̫̭̳̩̻͇̙͙͓̖̦͓̼͈̪̳̠͖̥̻͕̭̲̙̟̬͔̟̖̤̠̯̮̹͉̼͉̬̣͎̳͇̺̟͈̖̳̦̦͕̘͙̹̥̳̙̤̦͍̘̖̪̪̗̘̮͇̼̪̲̟̭̪̼̘̝̮͉͎͚̩̜̥̞͎̙̬̫̜̮̯̫̹̜̖̥͖̪͎̬͚̱͕̪͔̭̰͖̗͚̝̠̜̫̺̹̖̙͙̹͓͎̬̗̖̲̯̘̟̮͙̣̤̖͓̫̦͕̮̗͍̜̤̙̫͓̖͓͔̲͍͕̰͖͔̙̺͙̰͔͍̜̭̞͙̙̰̻̜͖̰͇̤̜̲̣̲̮͚̬̯͙̩̗͈͔̯̫̦͇̰͚̫̩͇͉̫̺͖̗͙̦͍̪͍̹̗̯͖͖̳͕̫͓̱̦̬̠̥̻̲̙̯̝̲͓̗̥̮̖̘̰̯̖̭̤̤̰̺̭͇̭͉̙̯͕̲̯̦̩͙̝̦̬̞͎͎͙̻̲̭̞̙̹͚̭̯̯̰̫̣͚̫͕̜̘̞̞̲̙͇̳̠̱̙̬̜̻̱̯͙͙̝̞̠͎͚̰̰̪̻̹̲͕̘͙̫̣̫̤̤̰͙̰̼̰̮͓̯̩͉͍̺̳̗̖̬̖̯̦͍̪̬̝̠͔̤͖͕̯͖̺̰͇̻̰̹̱͓͓̼̳̳̥͔̲̘̳̳̮͕͓̮̮͍̭̫̖͍͕̯͓̝̙̟͖̫̙̝̭̤̠̠͎͎̘̳͎̩̯̹̫̥̰͙̯̯̰̤͖̣̬͇͕͖̗̙͕̦̙̲̮̮̲̪͚̟͎̘͍̦̮͇͔̟̟̫̦͚̪̟̤̩̞̘̘̠̟̘̯͕̞̰̩͈̞͚͈̱̬̦̞̞̬̳̟͕͙̙͈̝̗̰͚̻̣̹̥̪̥̮̥̮̭͓̭̥̘̟͚̠̠̼̖̜̣͖͎͇͔͎̗͕̻̪̮̺̮̝̮̮̤̤̞̗̳̻̥̳̜̹̱̪͓̻̖̘͚̲̜̻͙̩̬̟̯̤̼̜̰͎̖̘̥͓͍͖̟̩̳ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅf̶̐͒̉̾̉̽̈́͌͌̿̏ͭ͆ͣ͛̉͑ͩ̋̈͗̅̀̌̇̂̊̊̾̓͛̆͒̃̎ͭ̔͛̊̋͒̔ͥͣ̄͒̔̑̔̏̀͆̀͛̑̋̔ͫ́̂̿̾̾̌̈́̐ͮͥͧ͑́̾͒ͬ̌͊̑̑͋̓̋́̈́̈́̽ͪͤ̌ͭ̎̍̿͆̌̆̉ͭ̏̆ͨͪ͒̈́͋͗̊̈́̏ͨ̐͆ͧ̀̓̓̒̋̋ͤ͛͌ͫͤͧ̀̐̆̒̍̐͆̅̐̍̌ͤ͆̈́ͣ̐ͥ̾̄͌ͮͮ̇̉͂̏̑͋̾͐ͪ̇̅̋ͧ̇̇ͨ̓̏͗̋͗̉͆͌ͤ̈ͪ͑́͂̊̄͂̍̿̇̾ͫ̓͊̏̌͗̈̒ͭ̈͆̔̊̊ͯ̓̿̇̒̽̿̌ͭ̐͒̂ͪͨ̒̾ͨ̃ͧ͆̈́͗͌ͬ̓́͐̄ͩ̄͗͋̆̉̍ͩͬ͐̽̔ͬ̾̍͋͒̉͋ͩ͒̏̐̾̃ͦ̄̎ͦ̽̄̽͑ͭ͊̀͗͋̃̽̇̇ͯ̈́͗ͭͫ̿̆͛͌ͤ̃͊̍͒̓͗̂ͧ̀ͯ̔̍͑̆ͦͣ̿ͧ̊ͨͥͯͯ̒ͭ̽̔ͤ̉̽̉̀ͪ͋ͤͬ̒̏̍̓͊̆̐ͫͩ̈́ͭͬͩ̓͗̊͐̽͊ͯ̈͌ͯͬͨ̿̔̂̾͗̀͑ͬ͋ͪ̄͛̽̿̎ͬ̐̑̌̀͌ͭ̾͆̅ͣ͂ͤ̆̔̓ͨ̔͑ͥ͐̓ͤ̄̾̐ͭͥ̑ͫͫ͊͗͌ͯͬͣͭͤ͋̇́̍̊ͫͬ͛̇ͣͣͫ̐̇͆̈̐͑̍̍̽̏̈́̇̇͐ͥ͑ͭ̂̆̒ͣ̑ͮ̿̎́́ͯ̓ͪͧ̓̈͐̽ͮ̐͑̃́ͥ͆̽̇̏͆̄͋̏̉ͤ́ͮͦͪ́̾͒͛̌͊͒ͬ̽̍͗̒̉̅̾͊͋͛͊ͥͫ̈ͣ̂͋ͮ̈́̋̒̍̄̊͂̍ͩ͒̓́ͧ̍ͪ̂͋ͪ́ͯ͋ͫ̏͊ͥ̓̍͋̔ͬ͑ͮ́̉ͦ̄̑̈̃̇͌͗̈́̿̏͗ͫ́̍̈́͐̉̏ͫ̑ͯ̄̇ͩͯͨ͂ͯ̏̐̅ͮͩͭ̔͆͆ͣ̅̏̃ͤ̈̐̆́̓̂͋̽͋ͣ͗ͬ̐ͩ̌ͭ̈ͧ̈́ͬ͌ͫͤ͒́̏̔͐ͪͣ̃̉ͧ͑ͣͭ̄̌̇́̉ͮ͒͗ͧ̓ͫͭͬͦͩ̔̔̂ͬͭ̍ͯ̐͂̊͆͆ͦͪ̓ͯ͊͋̄ͫ̏ͮͮͧ͆̓ͭ̅́ͯ̍̈́͂̒̒͋ͧ́̅̊́͛͂͋̌͋̈̈ͦ̂͑ͧͧ̑ͤ̾̆̽͐̐ͩ̂̏͆ͮ̇̇̇ͨ͆̍̍̆ͭ̉̽ͫ͋͗ͤ̍͑ͮ̎̑̓̊ͦͥͯ̿̿ͨ̂͌ͥ͌̔̂̂͆̃ͥ̈́͒̍̄ͦͭͭ̃̇͑ͥ̑ͣ̽̀̽̿ͥ͌ͧͭ͌ͯ̚̚̚̚̚̚̚̚͏́͢͟҉̶̸̷̸̵̶̸̶̴̷̸̧̡̡̨̧̧̛̱͉̯͙͙̰͙̥͈̺̫͕̝͚̝͈͇̻͙̘̟͚̺̦̺̱̪̝̤̝̱̲̹͕͈͈̮̝͚̞͎̮̦̳͚̻̝͓̭͎̞̤͚̦̠̟̹̻̰̭̹͈̪͔̯̺̭͉̣̻̻̳̟̬̝͙̩̼̩͕͖̳͍̺͉̯̰̳͓͕̲̭̯̼̩̞̙͙̱̖̲̣̣̭͓̭͕̘̠̗̻͙̠͙͓̠̺̯̬̬̬̠̰̝͔͚̯̮̲͓̖̰̞̞̣͈͍̱̳͖̻͈̜͙̦͖̦̗̰̪̣͇̤̻̫̹͎̺͍͈̫͖̞͍̠̼̲̖͉̝̯̺͎͉͖̝̯̞̜̬̗̤̰̪̞̝͉̦̹̥͕͈̯̤̙̰̙̣͎̱̘̺͈̜̠̲͔͍̺̮̬̪̺̝͈͈͉͎̼̩͖͕̙̲̞͚̤̟͓͚̲̩̰̖͉̝͚̱͍̠̫̜͕̩̖̯̮̰̭̥͔̺̤̜̯̜̹͙̭̺͉̬̖̩̰͇̙̻̮͈̠̺̩̥͖̼̭̦͙̺͙̻̻̬̯̬̼̟͇͓͖̯͉̺̲͙͎̲͖̳̮̼͇̳̬̬͎̫̼̠̫̳̖͈̰̺͕̺̣̲̜͕̺̭̪̼̜̯̪̫̭̠̠̻͇̯̩̫̱̠̠̯͇͈̖̳̲͚̣̖̬̤̱̥̪̝̖̻̰͚̠͍̫͚̜̹̜̳̜̗̪͖͚̭͎̮̺̤̼͉̥̦̠͍̫̳̗̻̻̪̣͇̖̝̜͇͈͉̭̠̞̲̘̠̻̤̗̻͈͚͚͈̠̗͈͙̘̘̰͚̹͎̻͉̦̯͓̳͙̥͙͍̲͓̝̞̭̖͍̻̖͓̳̮̞͇̪̣͔̞̥̗̫̖͈̱̠̬̬̺̀̀̀͘͢͜͜͝͞͡͡͝͝͠͞͡ͅͅͅͅͅͅͅͅ ̧̡̛ͫ̇̇̑ͫͤ̑ͥ̔̿̈́̒͊̐͑̓́̾͊̾ͪͣ̏͆͑ͯ̾͊ͮ̃ͩ͆̈́͗ͦ̇̋̒ͨ̏̾̂̀͗̒̋́͂̉́̈́̋̌͋ͮ̃̅ͦ͌ͥͫ̀̓̌̈́ͩ͊ͯ͌̍͐̒̑ͫͬ̈ͩ̑̾̎̍̒ͯͤ̾̏ͤͩ́̑̄ͥ̉ͨ̎͐͗ͪ̏̃͊̍͌̅̌͊ͬ͊̾ͭ̋̂́ͫ̈̉̐ͧ̆ͥ̅̃̌͐ͥͪͪ̿ͨ̈̄͛͑͑̈ͥ̈̀ͧ̊͊̿̑ͦ͗͂͗̋̚̚̚̚̕͜͢͠҉̶̸̢̡̛̛̀͘͘͟͟͜͢͡͝͡͞͠͝҉̵̢̹̪̤̳̪̻̥̯̜̣̩̗̘͇̜̲͔̣͎̥̲͔̜̘̹̬̹̜͇͍̙͍͔̼͉̥͇͈͖̪̖͉̬͍͉̼̹̻̲̰̝̖̙̳͙̮̮̰̝̳͔̘̞̬͔̭̺̙̤͔̬̞͚͚̻̥̪̳͍̬͕͉̭͇̫͔̰͈͎̯̜̝̯̬͔͔͈͓̞͉͎̱̮̠̤͎̮̯͎̝̜̗̺̝̻̖̱̮̲̣̭̹̘̫̪̻̻̱̮̪̻̦̠͜ͅͅͅͅͅc̈́̑̃̉ͩ̾̅̇ͩ̎̒ͨ͋ͥͧ̂̈̅͑ͨ͗̐̒͛͆̓ͧ̌̒̿ͭ͆͂̈́̓͐̉̐ͧ̐̃ͫ̿̀̓̌͒̌̌͑͒̏̊̄ͣ̔ͪͬ̐ͣ̉ͧ̓̍̽̐̑̆ͩͤͧͫ́̊ͤ̿͊̎̽͗̐͋̏ͣ̾̽͂͗̔̈́̅̈́̏͌̊̊̐ͥ̃̄̄̒̊̄̆͋ͭͫ̏ͪ͐͑ͥͮ̓͂̇ͪ̍͌̄ͧ̿̊͒̄̈̓̓͐ͯͩ̓ͨ̂̽́̾͌͆ͥ̊̔͗͑͂͗͛͗ͨ̌̆̆ͥ͆ͮͤ͋̒̔ͭ̓͋͛ͭ̊ͣͪ̆͂̄͂͊̔͋ͫ́ͩͤ̅ͫ̏͊ͭͦ͛̾̂̾̇̈̿͌͛̃̋̈́ͫͧ̽͑̾ͪ̋ͤ̀͐̉ͩ̄ͩ̓ͣ͋̿͂ͩ͐ͭͮ̽̊ͦͯ͋̅́̄̂ͣ̑ͧͬͣͤͨͯ̾̔̎̑̀̋ͦ̇ͤ͊͊͂̐͑̒̒̉̋͌̏̓ͯ͆̄̂̈ͩ̅̽ͦ̒ͬͦͦ̇͛ͩͭ̍̆̐̅͋̃̃̀̎͋͐ͫ̏̐ͥ̆ͥ̅̅͂̏ͤͥ̿̈́ͭ̍̂̒ͣ̉̋̄̌͐ͬͩͧ̉̑̎̂̓̊̓̓̾̀̃̋̏͂̈́ͫ̓̈́͊͊͐̓̐ͪ̈̎̓́ͫ̌͑ͧ͆̒ͭͭ̉ͭ̽̏̿̐ͬͣͦ̃̿͋͂ͯ͗̅ͥ͗̈͌̇̍̒̇̈̃ͧͦ̏̽̽̓̍͑̊̒ͯͯ̍̌̉ͧ̌̅͆͌ͫͫ͒̾͋͌̄̃̓͒̉͌̉ͫ̈ͦͯ͋̈́́̎͛ͥ̍ͯ̄͌ͮͤ͌̔̾ͧͮ͛͑ͨͩ̆̿̽̏͒̐̌ͭ͌͗̉ͣ̈̈́ͭ͑̏ͭ̍̾͂̂͑́ͩͪͬ͛́̿̓̂̇̽̓̃͗̔̄̍̒͆͛ͨ̐ͤ̂̓ͩ̊́̅̽͋͐̎̿͆ͫ̒ͪ̊͋̍ͣͦ̿̾ͪ̅̊͒̉̇̂ͩͫ̃̈́̐͑̿ͪ͆͛ͥ̔́͆͆̉̌̈́̏̇ͣ̋͐͆͋̈̍̉ͮ̌ͤ̃ͯ̈́̊̏͂͋ͨ̉̇̈͐̏̅̾ͭ̈́͐̽ͧ̓͊ͪ̐̿ͪ͒͂́͂̉ͧ̽͌̀̈ͩ̄̆ͫ̒͌̊ͨͪͩͭ̒̓̾̐̍̇ͣ̏̿̈́͗ͩ̑ͥͬͫ̓̌̓ͭ̈ͮ͐͊͗̔̌̍̔̂ͤͩ̄͐ͩͮ͂̍ͣͨ̈́̉̌̐͐̈̒͆͑ͭ̔͐̓ͫ̋̄ͪͦ̌͐͆̃ͦͣ̓̾̄ͬ̓̽̓͐ͭ̿̉̇͊̐̂̑̔ͮ͊͂͌̽̊̇ͦ͆̈́ͣͭͦ̾̚̚̚̚̚̚̚̚̚̚̚͏̨҉̵̶̶̶̷̨̧̢̢̧̨̩̫̟̼͓̮̪̭̹̥͉̤͈̳͈̣̼̥͍͇̗̹̼͉͇̖̭͇͓̠̦̭͓̞͎͖̪̘͉̳̤̬̝͚̼͎̤͖̗̩̲̱̣̙͔̙̭̺̟̤̯̳͍͉̲͙̠͉̤͖̠̹̱͚͎͉̰͍̥̟̲̩̙͖̫͎̙̦͍̤͓̣̻͓̯̫̭̠̳̣͇̮̯̖͉̤̯͎͓̤̩̭͖̝͈̪̩͎̠̹̳̮̯̭̲̬̭̬̥̩̦̤̝̙̲̣͇͔͕͖͎̘̥̲̲̩͕̻̟̱̤̠̬͍̣̲͖̲̜̝͖̮͎͍̫̲̱͎̮̖̳̝̘̟̮͇͖̥͚͖͔͇̜̦̘̤̟̼͕͉̞̣̲̬̙̦̖̩̗͕͕͇͎̤̙̝̱͖͕̪̰͔̼̩̦̠̟̬͉̫̭̗̖͚̱̗̪͔͚̬̪̦̯̭͓̳͚̺͖̪͈͖̲̜͍̬̩͕̙̠̖̗̝̯̩̮̝̬͍͈̳͉̼̟̖͎͔͖̞͈̞̞͕̖̳̺̦̩̫̖͎̺̗̰̜̜̬̬̗̥̮̤͉͍̮͖̼̻͖̰̬̖̻̦͔̬̺͕̟̮̞̞͍̞͈̝̦͈̝̞̺̻̬͓͔̲͈̣̯̮͈̼̗̱̝̥̱̤͚̦̖̩̯̻͖̟̫͖̹͖͎͓̯̺̲͕̖̹̬̭̟̫̯̜̤̘͓̳̹͍͈͕̪̰̠̟̯̠͖̼͇̦͈͍̝̪͎̠͚̞̲͙͉͓̳̞̥͈͎̫̰̬̫̠͈̼̼̰̻̪͚̳̻̦̲͙̠̼̝͕̥͎̻͙͎̯̪͔̤̮̺̙͖̤̼̟̥̜̩̼̞̰̮͎̱͎̖̠̬͉̪͇̥̪͖̭͈͇̱̹͈̫̞͔̫̣̝̙̗̲͙̦̭̤̪͓̫̲̬̩̘̝̩̱͔̣̼̳̮̩̟͍̳͖͉͈̯̝̩͚͙̪̱̘̠̩͇͖͈̗̰̻̠͓̼̻̺̠̪̲̝͖͓̦̥̣͈̖̼̼͕̘̦̱̪̝̭̦̮̙̬̣͉̜̖͕̟̲̠̲͇̘̠̼͈̳̭̩͎̟̹͈͍̩̻̰͉̺͎̦̖͙̲̠̝̰̳̰̖̻͍̻̣̰̮̰̱̗͙̖̥̠̫̘͈͙̤͉̰̮̫̭̯̞͇̻͍͎̺̠͔̪̲̥̪͚̥̙̙̞͓̦̦̹̰̦̤͉̬͍̩̮̻̥̱̠̖͍̥͉̥͔̠̭̙̝̱̪͈̖̼̟̼̞̼̖̰̙̹̰̬̳͎̯͎̹͕̜̰̯̻͓̫̞̤̻̖͎̥͉̰̝̖̰̬͚͖͇̠̬̺͈͉͚͔͚̻̞͖̟͕̲͎͙̲͎͍͙͙͓̦̥͉̖̝̻͚͖̜͎̝̠͖̹̜̫̺̱̙̘̯̯̮̥͚̰͍̟͖͙̘̦̦̫̭̦̭̻̟̙͍͎̘͚̞̤͙̪̳̰͙͖̥̬̯̼͍̗̟͎͖͉͚͉̻̝͚̥̤̣̳̤̤̭̭͙̀̀̕̕͘͟͟͢͜͡͝͝͞͝͠͝͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅhͩͨ̏ͤ́̓ͣͣ̄͌͗̽̾̂́ͤ̈̃͛̓ͤ̿͋̀̽͒̆ͦ̿̏ͦ͂ͥ͋ͫ͐̓̎̃ͩ͛͗ͤ̍͆ͦ̑̐͛ͪ͋͐ͧͨ̌̋̃̈́̏̄͂̈́̑̿͆͛ͭͭ̊̏ͧ͆͂ͪ͆̑͊̔̈́̍̅̋ͯ̐̽̋͊ͪͯ͗̂͊ͩ̐̈́̂̽ͫ̔̈̄̾̇ͬ͐̈̒̐͊ͪ͒̊͌ͬͮ̉̒͛ͪͮ̄ͫ̈ͯ̈́́ͩͫ̑͂̊̿̈́ͣͨ͂͗̂̽̈́͒̏̂͌͊ͪ̒̈́̃͂̐̊ͤ̐͒̈́̐̓̓͂̿̒͑ͯ̆̐̽̏͗̀̔ͩ͌͂͌̂̐̏́̓̿̌ͧ̒̆̂̑͋̇ͬ̉̈ͩ̋̉̃̓ͭ̓ͥ̈̾̇̈́̈́͛͑̉́͐͋̓͆̈̍͑͗̈́ͦ́ͭ̾͋̒͆̽̅ͥ̐̾ͮ́̏ͨ̐̑̄͊͂̌̇ͧ̾ͦͪ̓͆̂ͫ̓̏̈̏̂̄̐́̾̐̓͐͌ͦ̇̂̂ͯ̓ͤͫ̑̈́ͧͦ͆ͥ͌̂͌̐̔̋̀͊ͥͫͤ͂͗̌̉̐ͪͤ͑̂̔͒̒ͩͭͣ̅͑̅̓̃ͯ̍̂͐̈́ͤ̒͊̐͌̓́͌̉̒̏͑͗ͬ͋̿̿̍̆ͥ̒ͬ͑̅͒̀̊̈́̉̈͗͆̄ͥ̆ͥ̔ͤ͐͐ͮ̓ͬ̀̔ͭ͗̇ͫ͛̔͋ͪ͌́ͭ̄̊̏͆̈́̾̓̿ͤ͛ͪ͆͋́̚̚̚̚̚̚̚̚̚͜͏̸̷̛̕͜͟͡͝͞҉҉̢͜͠҉̸̵̴̷̢̛̳͈̳͇͈̳̭͎͖̟̜̦͓͕̰̹̮̟̺̩͙͎͎̫͉͓͇͖̼̱̙̩̳̩̘̥̙͚̹̰͍̪̰̼͈̘̫̞̭̞͍̤̺̗͈̩̪̤̩̙͔̹͖̲͇̟̠͔̼̪̗̱̼̺̟̜͚̦͕̮̪͇͉̮̜͉̩̜͔̻̤͉̮̰͕͕̳̥̤̹̞̖͔̙̻̯̗̤̬̳̥̜̖̲̩̗̰͎̟̹͔̜̟̻̺̭͓̠̪͔͔͙̣̪̺̹̮̰͔̻̠͔̯͉̱̟͍͓͉̲̭̖͇̞̞̦̳̜̱͇̲̺̬̮̙̤̭̞̰͎̗͓̤̭͕͇̝̭͓̠̟̪̘̗̼̗͙̝̙̻̜͍̤̭̰̪̜͚̟̹̣̜̻̮̭̣̮̝̜͔̲̜̜̫̗̘͇̦̪̣̭͈̜̘͚̗̤͈̮͍͔͈̘͉̫̖̫̝̭͍̜̞͔̰̩̯͖͓̦͔͖͍̱̮̲̳͈̱̼̺̗̮̺̼͍̥̳̙͕͉̼̝̩͔̪͎̪̬͍̻̹̬͈̫̦̲͓͈͙͖͖̠͉̝̩̙̺̤̲͉̠̩̱̼̺̣̬̲̗̘̱̪̘̻̹̥̬̖̯͉̜͎̩̲̮͓̱̹͙̟͈̘̪̞͓̯̼̬̣̰̠̳̘̰̝̤̮̥̗͔̗̳̖̻̹̻͕͖̗̖͇̪̺̯͔͎͈̖͖̱̝͙̼͉͘͟͟͞͝͝͝͡͞͡ͅͅͅͅͅͅͅͅͅͅa͂ͫ͗ͯ̾ͩ̓̈́ͬ͊͋̊̂͐ͮͭ̈́͋̉̃̌͐̉́̾́͗͆̐̂ͧͯͧ̌̆̽̉̍̈́ͦ͆ͬ̽̍̆ͮ̏̔ͨ͊ͭͪͧͤ̓͑̈̔͆̉ͣ̿̏͗̽͂̑͗̎ͥ̉̇̍̄̂̑̊̍̾̓̏̑̄ͥ͋ͩ̍́̂͂̉͊ͤ̐̿ͯ͋̆̔̅ͮ̈ͫ͆ͨ̏̍̔̇ͭͫ̃̆̈́̋̊ͯ̉̐̎͗͂̋̒̔̉͗ͭͨ̋̆́ͫ̉̉̈́͗͛̈̃͐̽ͦ̅̔͒̄ͯͦ̈̏ͦ͑ͬͤ̉ͥ͒̊͆̑̉̓̓̓̎̄͐́̈̄̏̏́̅ͬ̏̊̑ͤ̈͐ͩ͋͌̽̈́̇ͯ͌͛̐̈ͧ͗̊̐̍͛̍̋̉̊̍̔͐̀̐ͬ͐͗̓͆̾͗ͤͯ͋̔̐ͭ̏ͧͫ̓̀͗ͭ͆͐ͨͣͨ̎̓ͮ̾ͮ͆̃ͯ̿͐͋͌̾͛͗͋ͭ͐͐̄ͦ͌̐ͬ̋̊͋́̀͛̀͗́͗͐͊͂̈́̂̍ͬ̿̒̌̄ͫͫ͗͛̇̌͆ͮ̐ͭͫ̌ͨͩ̄͐͐͒̆̎ͭ̇ͬ͐ͯ̂͑̈́ͤ̌́̀̉̊̊̍͌̅̇̇ͫ͊̂ͦ̿ͩ̆͊̔̈́ͬ̐͑͋̀̐ͮͥͯ̇̄̑͂̔̉̐ͤ͛̾̋̂̐͂̓̑̈́́ͧ̒ͯ͐͋ͭ́̂̾͊̄ͫ͐̓̉͋̊̂ͦ̎ͪ͛̾ͭ͐̆ͦ͐̓͐̾ͮ̆͋̒ͣ͗̌ͭ̏̅̔̈̏͋̍̂̾̾̎͋̇ͪ̓͂̇͋ͨ̽̾͒́̑̓̄ͣͧ̿ͩ́͗̽ͫ̆ͮ̈̊͑̐ͧ͐ͤ͐̊̑ͪ̽̑̅̍ͣͫ͐ͫ̓ͧͥ̽̔̋̃ͬ̄ͥ̀́͑̂ͤͮ͛̿͆͐̈́̓̏̅ͤ̎ͬͣ̔͊̓̒̾ͤͧ͂ͥͤ́̏̓̈̈́̂͂́ͯ̐̀ͬ̈̊̾́̏̆̉͒͐̆̾ͭͭͩͧͥ̃̊ͫ͂̃̌̽̽̌̀ͭ͆͋ͨ͐ͭ̇͛ͤ̄̃̾͛̒̌ͫ͆ͥ͗̄ͥ͛ͥ̈͋̅͋̓̃̑ͥ͌̋̈́̓ͬͤ̇̿͌̑̔̋ͭ͑͐́̂ͧ̅ͫ͐̉͛̔̉̆ͮ͒ͫ̉ͭ̅͗ͯ͑͒̑ͭ͌̏̇ͦ͗́͐͛̽ͣ͛̈͆ͫ̄̒ͧ̑̂̆ͦͪ̍͋̾̋ͯ̎̽̿̋̎̈́̓̀̒ͩ̈́ͦ͒̅̾͋͐̃͗ͩ͐̈́͑̉͊̔̓ͬ̒̊̿̋ͬ̓͋̿̐̄̇͒̉̌̍̉ͬͩ͂ͤ̃͋ͮͤ̈́ͤͯ̊ͩ̋̉͊̇ͯͧ̅̃̅̚̚̚̚̚̚̚̚̚̚̚̚҉̡͢͏̵̡̀͡͏̷̸̵̶̸̶̶̡̧̨̛́̕͘͢͟͢͡͡͠͏̩͓̩͈̰͔͕̯̻̜̦̙̯͖̩͚͚͍̙͉̩̯͕̪̣̖̪͕̼̥͉̫͖͈̻̠̺̜̬͈͇͙̞̹̱̘̪͈̱̳̺̮̰͍͎̙̰̦̞̭͈͙͚̬͍͍͙̟̭̞͙̦̹̜̭̺̝͕̱̖̻͔͉̳̱͚̻̥̪̩͔̫͙̪̫̮̭̼̬̠̙̞̪͈̱̖͚̥̹̹̤̩̪̲̩̻̜͉̼̦̰̭̗̲̦͔̪͕̻͍͍̙͓̗͔̟̯͍̥̮̫̮͖̬̺̻̙͉̲̤̞̻͇̭͖̤̖̳̥̙̯̩̭̣̮̹͔͖̱̱̥̞̰̯̹̤̰̜̘͙͎̫̞̥̘̩̲̯̘̭̞̙͕̥̥͖͕͍̩͖̻̜̣̭͚̻̤͕͚̖̦̝̀͟͞͡ͅͅǫ̴̵̵̶̢̧̡̧̡̙̜͎͉̰͇̝͍͔͓͍̣̻̙̘̩̪̹̘͓͈̹͍̟̟̣̠͉͓̪̫̙͎̫̲̗̲̖̠̼̻̯̟̪̖̤̰̺͍͚̫̩̬̼̪̲̮̱̟̻͓̣͙̞͈͉͓͙̱͎̭̙͓̫̮͕̹͔͙͚͖̣̟̞̠͈̱̜̦̠̫̱̙͍̩̳͕̼̟̼̺̭̙̯̰͈̦͓͚̮͚͈̲̪̟͉͎̘̟̥̥͙͓͖̹̩͈̘͍̣̬̞̼̰͓̘̲͉̲͈̣͕̟̮͔̩͉͈̟̼̯̫̫͓͈̪͙͚̩͚͈̮̝͈͕͙̭̭̼̩̹̗̼͉̫͕͈̺͈̮͙̳͕̰̻̰̥̘̭̱̺̭̗̘͓̙̼͍̟͎̹̲̙̻̭̱̦͓͙̘͖̦͔̲̼͉͍̦̗͚̣̻̭͔̲̠̘̗̟̤̬̮̙̲̥̟͖̪̱̺̟̤̳̭͓͈͉͉̪̺̫̫͖͎̟̜̗͇̮͇̗̣̳͇̠͉̥̬̮̯̱̤͉̱̙̲̬͇͕̫̼͓͚̗͖͎͎̻͍͕̠̱̟̰̞̥̥̪͙̭̬̙͖̤͎̪̠̼̝͈̠͔̖̳͇̟̭̦͎̦̳͈͔̘͕͕̭̼̝̗̩̰̠͇̻̟̫̻͇̺̗͕̞͚͖͈̺̖̳̺̟̯̩̗̹͍͙̼̣̻̥͉̗̜͚̲̝̣̙̤̬̩̟̣̳̪̝̟̲̺̣̰̹͖̙͍̝̤̖̠͕͔̹̞͎̩͕̦̜̫̦̱̤̖̪͖͖̲͔͙̘̯͚̠͙̳͚̻͚͓̮̪͔̹̤͈̳̩̭̯̩͉̪̮̳̣̳͉̣̥͙͓̳̙̲̪̱̤̝̥͇̣̬̲͓̤̰̩̘̳̘͉̠̤̖̪̥͖̱͍̱̫͖̗̰͇͕̩͙̥̩̗͕̺̪͚̺̹̬̖̺̥̘̭̣̥̺͓̪̞̩̩̝̝̰̰͓̩̝̦̪̪̠̙͖̦̮͚̹̯̦̟̹̟̪̼͔͈̳̼̥̲͕͒̀̆ͬ̈͐̂̄ͮͯ̽͊ͭ͗̉̈̇ͭ̉̂͑ͩͬ̈́̎̈́ͦ͋ͯ̒́͊̎ͭ̾̏͑̓ͮ͐̋͌̉ͭ̈́͒̉ͪ͑̅̓̋͆̀̂̏ͤ̄͌̉ͦͤͯͫ̉́ͥ͌̓̾ͦͫͧ̒͗ͯ̈́͊̏ͣ̽̃̀͌̀̐̍̏͆͗͂͛͌̌ͩ̓͌̄͑ͨͧ̃̋͆̒͒̾͗͗ͮͫ͒ͣ̑ͨ͊͆̏̈́ͫͦ͌͂ͯͭ̑̉͑́̌ͣ̏̅͂ͮ̐ͮ̿ͭͥͥ̊ͩͫ̌ͥ̒͛̄ͯ͂ͤͦ̉͂͛̾͆̆ͮ͌̑ͤͭ̎̽̒̿̇̃ͭ̍́ͯ́͒̆̿̋̊͊̄̊̅̀ͤ̇̓̐͒̄̿͒ͬͧ̑̔͌́̃ͩͤͩ̍̈́ͮ͂͒̎͌͆̃̍ͫ̄́̏̑͆̀̊͊̌̔̍͆̌̃ͪ̔̐̽̎͒̎͂̈ͩͩͤ̓ͬ̃̈́̈̍̄͐͒͑ͤ̀̌̒ͣ͗̊̑͐̔̊̍ͭ̑̈́ͧͭ̊̓̎ͨͯ͐ͩ̄̑̔̊́̇ͮͯ̐ͪ͐̃̈ͥͦͦ̈́̍̓̿͒̄̆̾ͧ͋̓͆͋ͭ̈͒̏̒̔ͦ̄ͫ̊̿ͯ̇͌͆͋̓̈́͊͆̍ͨ͌͐ͪ̓̓ͮ̓̾̉́̐͗́ͫ̔̎͌̉̊̈́ͦ͛ͦ͑̊̎ͪ̑̾̃̔̉̾ͫ̂ͥͦ̈́ͯ͐̄͗ͪ͂ͫͯ̈ͬ̊̊̒̎ͬ͂̈́͛̊̇͌̄͐̔ͪ̾ͤ͑ͯ́̈́̄̓ͯ͒͌ͪ̒̑ͧ́̿͌̾ͦ͌̌ͮ̎̔̍͛̓̆̔̓̔̉̽̇͛̂̄ͪ̊̍̐̐͋̃̈́ͦͦ̔ͥ̃́ͩͬ͒̌͑̓͌̀͌ͥͬ̿̃̄͆͊̃̋̒̃ͬ̒̔ͫͩͩ͂̈́̏̿̄͆ͧ̽̽̍͗ͩ͆͛͆̇̊̓̃ͪ̍̾̑ͥͭ̇ͮ̓ͪ̎ͪ̊̅̿̈̌̅̌ͧ̍̋͊̐͋̃̓̏̐ͯ̑͂̇̀ͩͯͩͭ̓̊͑̎̌̆̅ͮͩ̌̏͗ͬ̓̐͑͐̑ͫ̌ͧ͐ͨͤ̈́͐̾ͪͩ̔͐̍̊̐ͪͤ̂͂ͦ͒̑́̇̎́̀̔̆͑͋́͑ͭ͂̏̅ͯ͋ͩͥ̄ͮ̿́̊͋́̆ͦ̓͌̌̾̒̈́̔̏̏̆̄̒̅ͯ͋͒ͯ͛͐ͫ̿ͮ́̇ͬ́ͮ͋ͦ̾͑̃̀͐̂ͫ͒ͥ̉͊̎̀̊ͯ̒ͭ̾ͥ̓͑̏͑̅̅̈̐̈́͂̂̂ͭ͆ͧ̓̂͌̅͑̅͑̒ͬ̎͗̽͑ͬ̌ͯ͐͂̓̊̅͋͊ͮͧ͋̂̆͐ͩ̒ͣ̂̃͗͋̄̈ͩ̃̿̒̇͒̀ͯ̔͂̌̎̊̉̃͛ͦ̂̑̾ͮ̀̀ͪ̍ͨ̃ͩ͊͋ͥ͐͒̄̉̽ͭͦͨ͌̿̉ͪ̄ͥ̇ͩ͑ͮ͒̍ͥ̍̀͆̔ͧ̈́̌̊͆͒͐̈ͫͦ̊͋ͦ͆͌ͧ͂̅̔ͤ̃̀͛ͩ̈͆̉ͮ͑̌̈̎ͯ̑̋̓̊̂̀̆͌̆̃͐ͦ̐ͪͦͮͥ͐͗ͨ̈͋͐̋̀ͪ͌̏͋̈́̄͐̑̉ͧ͑͒ͪ̿ͮ̈̑ͯͯ̈́̍͂ͯ̒̈́̋ͪ͐̿̈ͦͦ́̈̄̊͒̉̌͊ͩ́̀́̚̚̚̚̚̚̚̚̚̚̚̚̚̕͢͟͟͠͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅs̶̶̵̶̡̏͐͛̽̍̿͒͛ͨ̈́̉̈́̅́̊͌ͧ̎ͧ̋ͪ́͑́̋ͦ̅̊̂ͪ͆̍͂̅ͩ͗̑̑ͣ̋͒ͦ̎͛̍́ͥ̈́̈́͆͑̇̇̔͑̾̏ͩ̽͆͋̐ͤ̆̄̓ͭ̃̆̊ͫ̿͐̒̏ͣ̆̆̈͛͐ͭ͋̾̄ͯ̽ͭͥ̉͆̓̋ͦ̔̍ͬ̅̍̈ͨͬ̏̏̊̑̐ͬ͗̍̔̌̃ͯ͆̑ͧ͊̇ͣ̊̂͂ͦͦ̾́͗̔ͮ͐͗̓̏̆̉̃̐̉̍͂͂̽̿͗̇̔͋̿ͭ̏̈́̉̐̿ͮ̎ͤ̄ͩ́̅̅ͨ̐͒͐̄́̇̍͆́̉ͦ̑̊͗ͯ͂͑ͩ̎̔͆̉ͮ͌̂̈́͑ͧ̊̆ͯ̈́̉̓̏ͩ̉ͨ́̎ͤ̓̈́͑́ͬͦ̍́̐͗̌ͯ̓̋̊̇ͥͯ͒ͦ͌̉̑ͯ̉͐̓̒ͮ̇͑ͥ̽̅̋̔ͧ͌͑ͨ̓ͫ͐͆̉̓ͨ̈̈́͛ͪͬ͑̐̏̓͋̒͗͌̑̅͗̆̄ͫ̊ͧ̍̇͋ͪ̄ͮͥ̅̏ͧͧ̏̎̾͒̋͌ͪ͛́̉̅͂̈͗̓̉ͪ̏́ͧ̂̔͑́̉͌͊͗͑͂ͫ͗̐ͬͩ̈ͦͯ̽̈́͐̏̽͒̑ͨ̓ͩ̐̿̾̉̏͊̽̈͊̇ͬ͋ͮ̓̑̎ͧ̓̄͐ͨ̔ͣ̇̄̓͒̿ͭ̓̅ͭ̒ͬ̃ͫͣͥͣͮ́ͨ̒̈́̍̀͗ͧ͂̒ͧͧͩ̆̄͛̅̀̿ͭ̔ͣ͆̀ͥ͐̆ͨͬ̍͑ͯͪ̔̅͋̽ͬͮͫ̏̏̄͂̑ͪ͑̾̅͛̇͑̌̒͂ͬ̋͐ͨͩͫͧ̓̊̿ͧͪͤ͊̄̃ͪͯ͐́̏̇̿ͨ̐̑̊̄̄̓̏́̾ͮͪ̏ͪ̓̿ͫͫ͌ͧ͗́͋͊ͫ́ͨͦ̆ͩ̆͆ͦ̓͗̂́̈́̉̉ͧͩ̀́ͨ̑̍ͧ̉ͧ̒̈ͩͣͦ͒̾͗̈́ͯ̍ͪ͐̑̈͂̂̉̑ͤͬͤ̊͑̋̔ͦ̌̏̅̉̑̈͆̏̈̇̂̅̐͂ͬ͗͂̏ͮ̆̌͂̂͊̉̆̉̋͗ͮͮ̉̏ͣͫͯ̋ͩ̈́ͨ̆ͪ̓̾̽̓͛͊̋͑̿̇̽ͮ̄̾́́́ͤ̽̓̏̌͌͆͋̐͋͐͂̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͘͜͟͝͝͏̸͏̵̷̴̡̢́̕̕͘͟͟͟͏̵̨̢̡̛̛̻̹̭̫͇̜̙͙͍͖̩̹͚̺̩̝̼̤̺̻̱̣̣̯̭̦̯̞̱͔̦̹̠̼̖͎̞͕̬̟̠̖̭̥̳͉̭͕̳̘͔̞͕̜̲̬̮̭̯̝̩̺͖̦͚͇̭͕̣͕͇̦̩̻͓̗̘̻̘̖̻͓͖̥̯̝̝̜̣͉̠̗̙̙̪͔͇̹̲̤̜̘̠̘͇̱͖̯̠̤̰͔̹͇̣͕̘͉͉̮̗̪̬̼̦͍͇͙͇̲͎͕̳̯̖̰̥̰͕͎̲͙̦̥̪̪̦̱͔̭̠̮̹̠̼̞̠̖̯̝̩̼͚̠͕̻̳̥͉͚̗̳̟̯͎̗͇̟̲͕̜̲̙̹̫͘͟͢͝͝ͅͅ.̴̴̸̡̢̨̨ͨ̋̋̔ͫ̆̌̑͊̆͂ͨ͂̆͗̈́͆͆̋ͥͯͥ͆̆ͫͤ̃̅ͪ́͆̇̅͆̅̋̐͗̈́͑ͫ͐ͤͦ̀̕͢͢͢͢͜͟͝͏̷̴̸̡̧̢̛͠͠͝͏̨̟̤͉̟̖̝̗̭͚̺̱̘̩̭̲̖̮̲͈̭̜̦͕̻̥̞̙̪̜͙̼̮̙̻̠̘͖̲̳̺̳̝͎͈̠̤̥̦̪͓̰̰̼̟̫̼̜͓͙̯͕̲̲͎̰̪͍͔̳̯̯͚̝̯͎̫̜͍̥͇̭̪̯͖̻̞͓͕̦̫̖͕̟̥͔̪̦̮̳͙͙͇̰̼̳̟̦͇̖̟͔̳̥̦̫͕̺̪̞̼̲̭͙̜͔͓̳̼̳̟̞̗͖̩̞̟̯̦̟̩͚̮̝͕̭̫̟̹̜͔̭̹̘̦̳̳̥͖̯̙̗̼͓̮̥̣̼̝͚̰̜͙̱̙̼͔̱͖̗̞͈̪̝̬̦̗̤̩̱͖͈͙̣̜̬̱̲̣̜̹̥̠̞͙̯͙̳͉̲̟͈͙̞͓̣̝̠̜̙̻̹̰̗̗̮̻̜̟̝̲͓̝̪̬̣̥͙̼̳̙̘̘͔̱̞̱̬̳͎̤͖̹͙͇̮̟̻̥̞̮͙͔̻͔͕̘͕͓͔͔̲̲̻̱̭̦̝̳̹͍̳͉̬͙̭̜̭͓̪͖̱͖̩͇͎̳̟̫̮̲̮̙͕͚͇̼̹͈̱̠̟̝̻̘̹̳̙͉͖͉̝̟̳̼̦̬̞̰̪̼͇̦͇̞̣̮̦̘̪̥̮̖͖̲̳͕̠̪̠͕͖͔̠̪̣̼̼͙̻̲͕̳̪̮̯̪͉̤͕͍̥̤͖̱͖͕̩͔͈͉͍̝̹̩̦͓̱̜̖͈͖̜̭͔̦̮̤̰̲̯̭̙͔̞̰̜̱͖̫̳̬͚̩̭̲͍̣͇̹̖͍̪̣̹̠̮̮͎̞̭͖̟͇͕̹̲̞͎͚͍̜̥̩̬͍̲̘͇̭̦̰̠̗̹̥̪̬̼̞̱̬̙̩̫̦̹̗͉̰̟͙͕͈̟͍̝̣̘͈̜̮̻̘͈̳͔̬̞̗̘̱͉͓͉̲̠̞̼͍̬̰͔͔̭̱̹̳͇̞̬̣͙̣̰͙̲̮̺͕̭̖̟̠̥̠̪̰̦͎̬̼͚͓͕͔̣̲̼̰̪̰͔̞̟̬͈͍̖̩͖̲̱̰̤͍̻̮͉̞̻͚͎̹͖̙̖̠̟̗̝̬̯̫̩͍͕͎͔̩͙̮̪̙̩̰̻̲̖̯͉̥̟̞̜̟̪̺̠̯̝̘͙̯̳̖̫͓͎̦͎̰̪͔͔̳͔̖̫̮̪̦̫͉̣̭̤̯̠̮̲̻͍̺̜̻̰̖̦͚͍̺̪̠̳̰͙̝̙̮̱̼͔̳̣̠̫̹̲͙͇̞͇̺̙̼͇̦̞̩̪̦͓̳̳̟̠̝͇͔͈͙̥̫̖̠̣̗͙̭͖̯̥̪̯̼͈̜̮͖͕͍̣̬͔̖̭͓͓̻̜̟̭͉͈̼̪͇̟͈̹̘̹̙̰̼̫̲̳̝͈̱̝͎̭͖̱̥̲͉̼̭̫͉͕̫͇̤̙̱̳͍̭̻̟̠̤̼̝̺̤͍̞̩̦̯͟͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̴̂ͧ̇͊̔̑͊̂̈̑̔̉ͨͩ̓̆ͯ̂̑̊̓́̈ͧ̎ͫ͋̂ͥ̃̎̌̓̀̄̇ͩ̽̏̃͋̒ͫͬ́̈́̀ͧͮ͗͊͐̀ͤ̀ͣ́̏̈͑̃ͫ̇͂ͯͩ̇̈̾̾̈́ͨͦ̄ͮͧͥ̐̀͂̔́̾ͫ͋̽̈́͑̓ͤ̔̋̋̎̇̔ͦ̌̄̍ͦ̒͂̒ͪ͂͋̈̒ͧ̎̈́ͭ͊̇͋ͨͦ̐̿̓ͩ̊̋ͯͤ̊͛̓ͩ̐ͮͥͧ̅̑̒͐̋̽ͨ̑͗ͥ̐̎̄ͭͩͮ̓ͯ̍̒̃ͩ̃̈̄ͬͪ͂͑̏͂͋̿ͤ͗̈́̐͂̅͋̅̽ͩͬͬ͗̂̂ͤͧ͂̍̍͋̍ͦ̏̊͋͆̈̍͐͋̈́̈́̽ͬ̇̈͐̏ͤ̅ͨͬ̽̊̉̃̊̉̂̑̅͑ͤ̑ͨ̇̊ͩ̈̇̈ͩͩ͆̾̎ͩ̀͛̉̍̎̑̍͋̐͐ͩ̿̒̃ͭ̽͊͐̚̚͟͟͏̵̷̸̡̡̀̕͠͝͝͞͏̛͝͏̷̧̀́͢͜͠͏̡̢̨̨̘̹͕̫̭̙̬̪͓̠̳͓̺͎͎͍̥͖͍̬̱͖̬̝̯̪͈͈̪̘̤̜̻̞̲̰̞͙̲̪͖̖̬̩̟̞̮̮̰̲̬͕̳̮̜̜̯̮͉͓̮̫̖̖̩̺͓͚̻̫͍̩͕̜̲̩͕̤̙̰͉̭̺̻͍̱̳͈̺̘̖̩͕̞̙̙̭͎̞͓͇͚͔͈̰͚͚̟̦̳͓̲͈̖̳̰̦͕̲̠̤̖̜͈̜̯͚̠̼̳̣̜͙͙̦̝̝̬̩̥͕̣͔̙̦͔̝̥̦̰͙̪̘̲͓̭̥̤̳͎͉̣̞̜͉̲͕̝̹͎̤̣͙̘̗̣̼͇̥͈͚̰̟̗̞̪̫͚͚̯̱͕̤̪̬̝̻̝̥̗̪̬̹̹̼̤͉͇̘̼̦̲̠͚̘̮̜̼̝̙͖̰͎̫̞̰͈̭̯͙͇̻͓̪͍̼̰̰̫̭͔̫͚̖̻̦̮͔͓͈͕̺̺̰̺̝̮̹̠̺̖̥̱̬̩̘̺̞̲͉͎͉̝̫͈̭͎̝̞̯̲̺̤̲̱̲̤̹̠͚͉͇̦̝̼̩͉̹̖̗͎̘̜͍͕̻̹͇͇̱̤̠̤̥̞͕̼̺͇̮̺̮͇̩̲̞̬̟͕̖̪̦̭̥̰̜̟̳͙̩̮̼̜͕͇̻̖͈̗̮̝̳̟̻̖̯̖̻̳͚̹̘̖͍̥͎͎̖̺̘̼͕̮̟̱͖͔͎̹͕̠͔̪͍̗̯̯͙̠̗͙͎͍̟͙̠̜͎͚̝͉̜͇͕̳̭̜͖̺̬̬̘̠͙̣̩̣̠̻͙͉̹̥̯̹͇̜͍̰̺̳̖̘̰̬̗͎̼͇͙̬̬̦̙̜̜̘͔̱̰̻̩̳͖͚̼̰̞̪͎͇̥̫͖̣̯͓̫̠̦͕͍̻̲͎̙͇̠̀͘͞͠͝͠͡ͅͅͅͅͅͅͅͅͅͅͅZ̒ͮ͗ͬ̆͛̍̿ͤͦͩ̓̇ͪͣ͑̄̍̄ͦͣ̃̓̑ͫ͋̐ͩ̓̂ͯ͐͒͐̇̑̐̋ͨ̾̇͆̂͋̀͊͊̐͗́̾̇ͪ̏ͪͩ̐ͨͭ̈́̇ͩ͂́̈́̃̂̈́̾ͥ͛͆ͫ̄ͦͯ̄͛ͪͬ͋͆ͤͧ̊̂ͥ́̎̊͊͗̇̓͂̍ͤͩ̋́̀̋̈͐͆ͤͯͮͦ̂͑̄̓̐̑͐̔͐ͫͯ̐̓ͫ̃ͨͩͩ̇̓̓ͤͭͭ́ͧ̆ͨ̈́͋̍̒ͬ̈́ͩ̆́̋͆̋̾͗͊̿̍ͩ̾͌ͮ̎͆͂ͬ̍ͬ̾͐ͫ͌̔̈́̃́͒̐̄̎̍ͯ̈̄ͨͨͪͮ͋̇ͦ̆ͯ͆̊̔̚̚͢҉̴̴͟͡͏̸͏̀͠͏̸̨̢̡̧̧̛́͟͜͞͏̴͎͚͔̻̙̦͓̗̼̹͚̳̪̟̝̻̙̼̲̖̟͕̱̹̟͕͈̺͓̗̘̱̞͖̗̮̩̣̜̟̫̹͙̝̫̭̖̪͕̹̖̘͎̱͕͓̠͎͔̭̬̭̬͓͖̮̝̪̩̝̯͇̻̳͚̫̪͔͕̤̲͈̰̜̻̞̥̜̩̩̗̳̭͉̗̜̣͉̬͍̞̲̼̙̬͓̤͖̞͇̼̭̟̮͉͚̬̰̻̤̖̼̺̙̰̣̦́ͅͅͅą̡̧̌̂̆͌̇͛̌ͧ͛͒͛ͫ͒͗͊ͯͧ̌̔̀ͦ̏̾͊̀̃ͨ́̓͒ͫ̇ͭ̇̿̎͌̇ͥͤ́̅͑̇ͩͮ̈̾̅̅ͩ̊̌̊̅̄̇͌́͂̍̒ͫ̈̽͗̍͐̐ͯ̇ͤͯ̽̾̾́͐ͭ͐ͨͭ͆ͬͧ̃̂ͪͪ̎ͦ͋̋ͭ̒ͫͦ̓ͯͣ́̍͛ͤ͒ͬ̐ͯ̈́͑̒ͩͪ̿͑̉͆̍̓̈̈́̃ͧ̐̿̍̾͗̓ͨͣ̌́ͮͧ̊ͧͪ͒̇̃̊͗͒̾͗͊̐̾ͪ̃́̓̒͌ͬ͑͗̒̎̽͐̍̂̄ͫ̇͂͆ͤ̈ͧ̄̈́ͮ͗̊̊̈͂ͬ̊̉̾͑̈́̉̈̿ͧ̆̉̂̎̐ͧ̌͛̎̀̓̋͊͆̒̎͆̽̈́͛̅̿̐̔͑̈́̏̒͗ͥ̌̽̃̇͌ͮ̀̄̑ͣ͊ͤ̉̏̆ͩ̈͌̇͊͐̇̊̒̅̂̐ͮ̄̒̄̄ͤ͐̈́̋̇̉ͮ͂͒ͭ̈̄ͭ͗ͧ̎̐͆͊ͧ̆ͭ̊̎̑ͨ͛ͬͣͪ̆͐ͣ̃ͥ̌͒͗͛̋́̅͂ͦ̊͒̂̈́̊ͮ̈́ͫ̔ͭ͗̎̔̎̀̾ͭ̀ͯͩ͑̉̂̐ͥ̐̇ͩͤͯͩͤͨ̄ͫ̐ͦ͆̈ͤͤ͂̈́̄͛̀͂͒̅̃̉̿̄̿̉ͫ̏ͦ̅ͦ̃ͩ͛͊ͫ̾́̏͗͗̈́͋̆ͤ̑͗̏͛̾̒̒̉̎̈́̔ͧ̾̒̈́͐̃̔̒̇̀̄̏ͩ̂ͥ̓̅ͧ̉͋͂͑̈ͩͮͭ̄͆̔͛ͯ͊͋̍ͯ́̃ͨ͊̃͒̓ͫ̐͊ͭ͑̐̾͛̋̎̿͊͒ͤ̓̿̉͂͂̃ͬ̇͆ͬͫ̆̓͗̾ͮ̒̃ͦͣ̉ͫ̅ͬͨ͛̍̿̆́ͯ̈͗̓̈́̋ͤ͌̑̊̏̀͊̐͆̔͊̄̌ͪͥ̑̉̈́̊ͦ̒ͦ̿̏͋ͦ́̀̏͋̑̉ͪ̾ͧ͐̅ͯ͐̒̓̿̽ͬͩ̀ͪ̌͌͌ͪͧ͊͂ͨ̂ͭ͆͛͋͌̂̍ͥ̉ͦͫ̓̑͗̃̂̓ͧ̓̔̌͆ͤͬ͆ͥ͛̿̽̎ͦ̏̇̈ͯͤͩͣ͑̓̄͋̿̑́̉̀̐ͦ̂ͮͥ̊ͭ̎̅͛̓ͪͨͮ̂͐̏̃̆̀̂̅̋́ͥͥ̄̏ͭ̂̓ͨͦ̋̇ͣ̈̽̾̾ͦ̏ͫ́ͤ͊̏̽ͮ͌ͦ̚̚̚̚̚̚̚̚͏̷̨͟҉̵̷̨̢̧̛̀͘͡͞͡͏̷̶̶̴̴̛͘҉̢̤̱̯̹̱̣̥̹̙͕̬͍̘͔̖̣͇͍̺̞͎͖̻͍̪͎͕̙̖̹͖͇̼̙͕̹͇̩͍̘͉͖͉͈͚̼̙̲͍̳̫̺͚͕̭̪̮̞̪̪̬̝̯̳̩͔̫̜͖̹͔̬̜͓̘̗̝̬̦̣̯̤̜̩͉̼̬̰̗̠̟̙̮̻͓̘̯͙͖̱͎̬̥͔̮̲͚͉̲̝̪̘̹̟̣͙̦̖͈͍̹̘̻̥̝̘̤̙̦̹͔̮͈̖̱͈̗̯͔̞͖̥͎̟̮͙̰̱͔̭̦̜͓̟͇̝̘̞͙̪̙͍̺̜̩̣̦̳̭̖͈̖̠̥͚̖͖̰̥̮͖̺̜̪͎͕̦̘̳͈͓̠̤͔̗̳̦̤̫̥̪̘̺̹̦͎͍̞̥̞̟͎͇̙̩̹̠͎͖͓͉̘̞̦̼͚̫̭̮̟̳̫̰̗̖͓͕̭̲̳̼̲̼̲̦̮̖͚̹̯̱̥̲̠̥̞̯̱̻͓̮̮͔̭̪̭̩̥͍͇͇̼̹͍͚̘͔̤̪̦͙͚̤̪̫̝̭̰̖̝͎̤͙̺̺̬̰̯̦͙̤͍̳̟̖̘̫̺͖͔͖̖̤̙̬̺͙̬̖͓͉͙̮̗̟̳̬̯̞͇͖͍͍̝̥͍̰͈͚̲͕͈͍̭͕̺͈͚̻̘̜̗̱̗̮͇̟͈̭̩̲̻̞̭̮͔͕̙̘̙͉̪͍̹̭̪̖̬̭̤̯͈̳̮̜̟̣̹̝̰̣̳̖̼̞̱̮̖̪͓̬̣̺̟̗̭̦̮͕̦͚͉̺͕̯̲̞͈͔̬͉̺̱̥͔̰̖̤̟̞͉̼̗̯̲̦̣̠̤̱̹̟̯̹͉̟̙̪̺̺͈͖̹̟̹͙͕̻͕̩͓͙̞̘̝̤̟̲̻̗̣̪̲̗͎̥̟̟̠̭̤͖̝̺̖͚̣̭͓̻͎̘̞̮̠̟̝͙͈̪͉̞͍̪̹̟͉̝̜̙̦͚̝̠̦̦̻̜͕͉͖̼̯̫̰͖͇̪̜̟̰̙͓̜͙̫͕̯̰̙͎̫͈̰̫̝̺̖̹̫̤̬͈͔̗̲̩͈̺͇̝̦͕̩̞̝̖̙͇̙̫̣̦̤̹̠̻͖̹̤͓̱͈̙̭͈͙̝͙̩̟̤͚̖͎̥̣̳̙̘̭͕̳͔̟͚̲̤͙̫̜͎͚̦̺͎̫̞̼̝̥̗̟͇̰͕͉̣̬̺͈̺͉̳̫̩̣̳̙̞̻͍̺̬̲̼͖̳͉͍ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅl̴̸̶̷̡̧̡̢̢̡̿ͬ̾ͪͤͣ̂̄̒̌̂̽ͨͥ̓̋ͦ̈̊ͩ̐͊̆ͬ͆̋͆̈́̂̋̐̆͆̃̇̃͂̃̄́͋̄ͤ̆̃̆͐̐ͫ̽ͦ͌ͬ̅͑̍͂ͩ͂̾ͦ̀ͬ̒͗ͧ̍̉ͯ̃͑̐͐̏̄̈̓͐̌̃͂ͩ̏͋ͭ͊ͦ̎ͫ͗̉̽͛ͣ͑̽̇͋̏ͦ͆̑̄ͯ̉͋̈́̅̈́͌͐̈ͦ͂̄̂͆̃̍͒͗̂̒͑ͥ̈͗̒̿̏̏͒̅̔̽̄̑̔̔̄̍̍͐ͦ̾͐̋͛̈͆͂ͩ̽ͦ́̓̾͗͑ͯ͊̅́́́̚̚̚̚̕̕͘͜͟͜͜͞҉̸̡̩̦̜͎̺̩̩̪̳̣͙͙͍͕͉̣̠̯͎̗͚̯̪͚̭͎͕͍̤͇̟͕̩̻̩͎͍̦̰̭̗̺̥͍͉͓̬̤͎̭͕̫̪̗̗̣͈̫̟̻̲̹̩͚̘͍͖͔̣̠͔̤̬̤̝̗̘̪̘͓̥͉̺̫̦̫̠̲̺̞̯̹̗̳̩͚̳̝͔̬̰̼̱͎̦̥͖̮͉̥͚͈͙̥͎̬̘̘͓̫̼͉͇͔̱̦̫̺̭͉̲̥͎̰̬͚͖̜̘̱̘̲̙͕͔͖̝̫̝̻̝̰͚̫̫̖̼͙̟͚͓̳̬̹̦̺͖̮̝͇͙̦͇͉͖̜̳͙̺̠̲̺͖̙͈̭̘̲̯̥̱̹̩̦̣̯̝͕̭̣͇̖̙̟̼̤̺̫͔͍̹̩͈̻̰̜͕̖̝̝̤̩̰͖͖̦͔̩̪͕͈̭̝̩͙̱̠̖̭̥͇͇̱̭̖̫̙͉̞͈̻͔̹̺̯̩͍͓͚̪̳̮̣͓͎͇̮̥̱̤̯̫͙͔̮̗̼̼̘̲̬̣̞̩̞̬͖̘̥͈͈͉̟̘̠̹͇͈̦̣͕̪̜͇͙̼̗͇̭͔͈̞̘̟̜̲͙̦̦̲̥͚̼̞̹̦͕̲̼̺͓̟̲̱͎̯͎͎̪͙̺͔̣͍̤͇̠͚̥̳͈͍̲͈̱͉̜͙͈̻̪̗͔̰͍̞̺̱̩͈͙̦̣̬̗̲̝̣̬̩̫͈̼͔̯̣͔͈̲̭̞̼͖͕̖͇̟̲̝̜̞͎̱̬͚̩̩̩͕͙̖͖̲͓̩̯͇̭̞̰̲̦͍͇̪̬̻̠̼͓̭̤̫̗̘̥̲̻͎̝̰̱̜͓͎͓̼̺̪̣̮̖̞̹̻͎̹̳͇̖̤̘̬͕͖̮̹͚̬̲̣͙͍̖̟͉͉̦̩͇͇̪̫̦͈͙͇̬̦̙͖̞̙̙͍̖̘̭̮̲̯͕̠͈̰̼̹̳̱̺̺͙̯̟̭̖̙̼͕̩̯̠̱͎̗͈̲͎̜̻͎̪̥̥̥̤̩̜̥̦̻̝̪̹͙̳̦̰̗͎̜̲̝̻̙̺̺̣͇͉̜̗͍̪̱̥̩͕͚̫̲̦͔̩̖̹͔̩̱̝͔͎̗̱̣̱͕̳̼̬̲̩̰̻͍̞̬͇̻̼̱̪̀ͅͅͅͅͅͅͅͅͅͅͅͅͅǧ̸̸̨̡̛̛̛̛̀͗͑̊ͩ̉̈́̈̊̒ͧ̑͑ͫͭͨ̐͐͂͐ͪͫ͛̉̈̋͆̄ͥ͊ͨ̒ͦ͌͆͐̿̍͐͗ͩͧ̂̃̿̌͑̆̋̇́̋ͭ͋͒̅̐̀͊͐̔̃͐ͣͨ͗̆ͮ̂͗̊̒̒̍̍̌̀̂ͧ̌ͥ̒̆ͪ͆ͧ̄͛̈́̏̽̔̎ͩ̓ͦ̓̓ͥ̋ͩ̈ͥ̌̉͋̀͑̂ͧ̂ͨͣ́̐̓̑͆̒̓ͩͤͫ̀̏̈́ͨ͗̒ͤ͌͗̐ͫͩ̍ͪͮͤͯ̂̊̎̃̄̓̎͂̎ͨ̐̏͛̾̅͐̽̀ͩ̓͒̿͐̉ͮ̔̔ͣ͋͑ͮ̾̌̊͂͛͗̂͆̀͛̽̌̓̓͛͌́̅ͫͨͧ͋ͯͩ̑͐̄ͯ̓̍̂ͫ͐ͪ̂́̊̾ͥ̐ͧͦ̆͑̾ͧͭ̂̅ͭ̈́ͦͦ̐̑̓̽ͯ̐̉ͪͨ̏͐̏́ͧͤ͋̊͋̏̍̈́̓͐̋͂ͥ͗͒̍͆̉͐̋ͦ̅͒͑ͯͮ̈́̔̔ͫ͒̓̇ͬ̊͗̌̐̈́ͩ̐͗̂͛͐ͣͪ̀ͩ̏́ͨ̄ͧ̈́̓̔̑̏̏̾̈́ͮ̾ͦ͛ͤ̑̉͌̔ͤ̑ͭ͆̈́ͨ̂̓̿̇̈͋̈́͌ͩ͗̓̃ͧ̍ͧ̀̚̚̚̚̚͢͞͏̶̷̴̴̢̢̛́̀̕͢͞͞͞͏̸̢̡̼̟̻̹̞̪̰̥̺̟͓̯̞̯͖̗̟̙̦̗̪̩͇͓̱̳̟͚͔̲̣̦͉̤̼͖͕͓͙̜̙͎͔̱̲͓͇͖̻͕͚̭̗̟̮̫̹̞̜̩̯̲̦̜̘̥̯͎̖̳̮͎̤͕̟̻͓͖̖̝̥̼̭̬̜̥̟͈̦̤̪͈͚̤̜̥̱̥̘̪̳̱͚̫̗̮͍͔̘͈͔͇̗̬̼͚̺̹̣͙̼͉͓̥̬̼̰͈̜̤̯̯̱̱͉̰̯̟̟̦̤̺͚̙̜̱̜͎̖͇͍̺͕͎̬̹͔̟̺̞͔̙̜̣̺͚͔̺̟̲̞͕̘͍̱͕͓͔͙̭̦̺͙͇͎͍͍̜̹̰̻͇͈̙̬͙̪̝̝̲̺̱̩̮̙̤̳͓̳͉̤̗̮̘̦͍̩͕̖̩͘͟ͅͅͅͅͅͅͅõ̍ͪ͌̅ͨ̈̓͐ͦ̅͐͗ͤ̄́̓ͩͣͤ͋̆̔͂͗̑ͬͫͮ̂̔̑ͪͯ̓̑͐ͧͣ̑ͨ̓̉̉ͧ̈͐͐ͧ̌̒̔͋̿ͣ̈́̂̋ͥ̐̍̂ͮͬ̂ͣͥ̂͂̃ͫ͒̂̄̇̓ͯ͑̆͐̅ͩ͛ͫ̀͆̂ͯ̍̿́̈ͥͫ̃̔ͯ̿̒̎͑ͥͨ̂̾ͩ̈́̉̒́̇ͩͪ̓ͥͧͯ̍͛ͫ͂̆̍̉̆̂̈͒ͯ̾͑͐̓ͮͩ̓ͭ̍͊̿̓̇̌̆̿̍̂̆̉̇ͥ̄ͩͯͮ̿̊̃ͯͦ̿̈́ͭ̽̏̀͑ͩ͒͛̏̃ͤ̅ͨ̾͒̂̄̅ͫͫͧͨ̇͌̋̊̆̂͂̍̏̏͗ͣͧ̋̓̈̈́̐͛ͫͨͧ͗́̾̏ͦ̏ͪ͛͐͐̀̓ͣ̄̓͋ͧ͂ͬ͌̌̀̾̑ͤ̆̉̐ͥ̍̓͌̾̐̋͆̿ͪ̆̈́̐̀͒̄͂̎̅̈́̈̋̾ͧͣͪ̿ͪ͋̒ͤ̇ͥͤ̐̅̇̓͗̓ͩͬͩ͂͐̾̆͆̓̌ͤ̉ͧ̒̐̏ͧͣ͐̈ͥ͌ͮ̀͛̉ͫ͂̎̏̎ͯͪ̋̃ͮ͋͑͑̍̀ͭ̈͊̋̿ͮ͗ͤͫ͐̉̽̈́ͨ̎̊ͨ̾ͥ̒ͨ͒͋̍̊ͬͯ̀̄̊͗́̆̄͌ͧͨͭ͒́͗͂͆̿̚̚̚̚̚̚̚̚̚҉͏͝͏̸̷̨́͡͠͏̴̨́̕̕͡͏̸̵̸̵̶̢̧̧̧̖͉͓̙͙̳̜̬̺̱͈̥̪̳̠͉͈͓̤̜̹͈͕̗͎͙͓̬̙̩͚̠̻̳̲̪͕̺̜͕̯͇̭̝̥̦̰͇̮̘̺̮̫̣̥̫̥̥͔̪̫̹̰̮̣̲̙̫̙̻͉͍͕̺͍̹͎̱͍͖̺̺̺̞̟̭̦̣͎͇̟̥͕̱͕̝̞̘̟̖̲͙̤̲̦͓̦̹͓͓̣̪͕̞̝̞̬̫͎̳̠̫͓͕͇̫͉̗̝̻͎͚̖̦͖̜̻̥̩̭̥̼͔̥̖̦̳̜͙͍̳͈̬̙̫̠͙̥̻͈̮͍̫͕͚̥͉̭͓̳̥̩̻͕̹͔̠̹̺̻̩͉̩̥̣̦̣̺͇͚͕̹͖͈̲̤̤͓͈͕̳̯̜̖̖̗͍̗͍͖͚̤̠͖͚̲͇̗̬̘̖̲̘̠̙̣̙̺̝̜͉̟̹͖̘̟͇̼͕̖͔̹͔̲̲͉̹̬̥̩͍͉͖̻̭̠̳̭̻̱̱̰͚̼̫̗̘͙͚̮͙͔̬̪͈̠͙̻͚̖̤̰̦̱̜̥̠̺̺̬͙̙̯͎̝͖̳̬͚̲̰̱͓͙̠̟͍͖̩̳̱͍̻̗͚̗̥̤̪̭̱̘̝̣̖̖̣̲̯͚͚̟̘̞̼̩̬̙̜̯̲̮̹̱͚̟̺̱̥̲͖͎̫͖̹͚̬̘͎͓͈͖̟̰̘͇̮̥̤͔̺͈̮̜͙͈̘̭͚̫͙̯͙̦̟̯̗̣͓̟̰̞͔̠̬̮̰̥̘͉̜̬̙̥̱͎̩̦̹̝͎̲̳̗͖͖͖̺̟̰̪̙̰͈͍̣͕̥̯̜͇͙͓̮̳͚̺̤̤͇͈̘͔͎̭̼͈̞̝̘̮͖̳̲͓̯̼̹̣̯̣̠͍̗͉̜̹̮̟̱̥͔͍̱̯̰̩̭̙͎͍͎̥̱̱̲̫̲͙̼̙̜͖̳́̀̀͘͘͟͝͠͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ.̶̛ͨ̆ͤ̆̍͛̓ͧ̏ͩ̍̾ͣ͆ͪ̊̀͒̍̒̂͋̿͆̑ͨͬͧ̌ͬ̓́̓̊ͥ̑ͮ̎̓̓̎̓ͦ͂ͯ̓̑ͪ̉̏̄͆̉͗̎ͬ̏̉ͬͩ̊̌́͋̾̊̊̃͛̅ͣ̍̾̄͐́ͪͤͥ̌ͥͣ̽ͥ̎͆ͧ̈́̃ͨͭͤͧ̏͆̈́͑͋̿̐̿̋̄̈̎̊̒͋̊̒͑ͤ́ͦͩ̒ͥ̈̂ͣ̿̾̃ͮ̑ͧ͋͌̌̿́̿͗ͤ͆͑̿͐̓̓ͦ̄̒̅͌̇̊̌̏̑͊̉̍̍ͤ̆ͩ́͐̔̐̌̄̄̔ͯ̿̽͛̇͐ͫ͒͊͊̒̍̆̆̽͋̂̃̐̂͒̽̆ͧ͐́ͬ̐ͧ͆ͫͧ̽̊ͬͫ̍ͪͯ̎̄͊͂̐̐ͪ̀̊̾̃̓ͥ͂̔ͧ̿͋̑̿͑̓ͮͬ͒̒̑ͩ͂̇̊ͯ͒ͣ̅̋̽̈́̌̐ͦͫ̽́ͫ̅̅̉́͗̌ͭ̔̔ͨ̽͗̾͗ͧ̓̅͑̇̃͗́̈́̂ͣ̅́̚̚̚̚͜͢͢͠҉̸̶̶̨̛̯͔͈̖̻̺̬̪̳̦̖̯̜̮̳̗͕̗͍͈͍̱̞͚̹̱̝͓̠͍͈̖̺̩̩̬̤̙̭̜͍̬͖̹̤͇͓̯͉͔̹̻͔͎̤̟͕̖̻͉̹̺̲͈̼͎͍̹̝̤̳̗̦̤̖̻̥̯͈͚̥̝̥̩̬̲͎̠̻̥̝̘̰̘̖̟͕̬̯̞͙͚͈͓̘͉̫̥͕͙̜͎̦̣̣̗̯̹̦͍͉͈̱̝͔̺̮̭̻̙̟̠̻͇̩̗̯͔͕̪̦̟̝͉̖͔̮̬̦̘̟̼͍̻̬͕̯̗̮̣̩̭̗̤̝̞̞̞̙͖̣̰̮̺̣̦͍̪͕͎͙̲̺̹̗͎̬̫̫̙̼̟̱̱̞̦̪̮͎̠͕̳͓͈̱͉͇͕͍̞̜͕̳̞̖̦͕̭̺͕̜͎̫̼͓̱̖͔͔͖̮̘̦̺͙̖̮̳͖͈͖͔̘̰̱͙̬͍̪̭̘̮͇̠̲̭̤̮̳̣͈̱̘͇̦̙̤̪̠̖̳͕̜̰͈̻͎͕͇̙̬͓͇̖̞̥̟̮͉̥͓̻͚̦̻̝͕͙͉͓̝̩̮̗̝̩̯̣̗̞̗̼̺̻̯͚̩͍̫̖͔͓̲̠̟̫̙̤̱̙̩͙̩̗͓̯̥̱̯̤̪̖̦͖͈̦̺̩͖̬̘̼̹̳̯̩͇̫́́͘͢͟͜͢͟͢͡͠͝͠͠͝͝͞͝͝͞ͅͅͅͅͅͅͅͅͅͅ ̶̛́̽͋͌̄̈́ͫ̿̊ͩͣ̓̉̆̏̅͆̔͊͂ͭ͑̄ͫͦ̒͑̆̊̍ͤ͆ͪ͐̾͊͛̿ͣ̏̀̈ͫ̅̏̓̔ͥ̌̎́͐ͨͤ͑̽͊͆ͣͥ̈̋̑̌ͪ̈͆ͯ̽̊͛͊̋̎͂̓̅̃͐̐͋̋̾ͨ̅̑͆̓̏̑̄ͫ̌ͧͣͣ͐ͩ̂͊͆ͥͯͯ͑̊̇̾͌̊ͤ͌̍ͤͭ͋ͦͫ̽͂̋͗̍ͩ̔̏͌ͨ̂̾̈́͊ͤ̓̉͆͊̄̌̇̽̿̅̄͆ͦ̅̒̿̇̊͒̾̑ͩ̋ͤ̐͛́ͭ͋̈́̈̐̍ͦ͗͐̽͂̾̅͆͂͋̃̄͊ͤ̐͒͂̇͂ͫ͒ͣ̍ͩ͊ͯͩ̅̃̅̈́͆͒̒̓͆ͥ̎ͧͭ͋͊͂ͣͧͤ̾̉̽̌̔̓̐̇̏̌̔͆͗̅̓ͩ̇̌͛̑̉̑ͦ̏̉ͩ̓̍ͣ̏̇̽̌̉̈́ͪ̾̓ͦ͑͂̐ͥͥ̄͋ͮ̂ͬ͐̅ͪͤ̎͋͐ͧͨ̿̓̋ͦͪ͐ͤ͗͌͊͗̉ͮ̓̊ͯͣ̿͋͛̊͗̎̋ͤͥͦ̓ͪ̿ͩͥ̊ͬ͑̀̇̉̊ͩ̄̌́ͣ͌͐ͣ̌̆͗ͩͧ̂̊̆͋ͥͤ̇̃̏̉ͫ͒ͯ̽͛̊ͮ̈́ͮ̋ͯͣ̐̎̓ͯ̀̑ͫ̌̾̈́ͪ̄ͨ̋ͮ̉́ͪͥ̌ͯ̀͗ͮ̐͐ͦ̎̽ͯͭ̏͗̏̈́̓͑͑͋̍̿̒̾̄̇̓̒ͫ͂̌̍̉̐̉̓̆̾ͬͦ̅̿̄ͨ̏͑̃͑̾̇̂̿ͨ̊ͪ̽ͯͦ̀̃̂̊ͤ͒ͣͧͬͯ͗̈́ͤ̾ͬ̂͗ͧͥ̉́̆̑̾̆̅̉͋ͨͭ̆̃͊̎̉̉̆͊̋̍̋ͪ͋̉̊ͤͯ͂̋͐̀ͫ̅̐̊͂͋̔͌̌̉ͤ̇͑̌̌̌ͪ̒̇̾ͤ͆̽ͬ̏͐̒͋̿ͫͧ͊̅̎̊͛̾ͤ̓ͬ͛̓͑̄̉ͬ̉ͥͪͩ̋̓̌̍͆̒ͪ͂͌̂̂ͨ̃̑̿ͨ͛̄ͩͬ̆͆ͩͬ͊ͫ̉ͬ̊ͫ̑͗ͨ̃͗͐̍̓͒͐͋͐̒̈́̀̿̆͊̊̉ͯ̑ͭͫ͒̌̉̔̂̌̓͒̂̌ͤ̇̎͛ͨ̅̍́͐͐͐͆͂̇ͨ̈ͥ͊͐́͌̿͌̆͊͆̉ͧͦͩ̏̈̄̋ͤͪ͆̀ͭͪ̌͒̇ͭͦ͊̄ͯ̈̄̾̅ͤ̋ͤͧ̄̈́̂̓̋͗̀͐̏̆̌̒ͭ̌̿̈̃̉̒͒͋́͒͑̈̄͐̏ͥ́̈́̏ͧ̌ͫͬ̋̔͂͋̏̎͂̈̀͛ͣͭ̈́̾́ͮ̈ͥ̆͗ͦ̈́̆̾̌̎̈́̀͌͊ͫ́ͨ̅̾ͯ̍͗̈ͫͬ̓̉̇̄̍͊͛͛ͪͣͮͭ͑ͯ̿ͣ̓̎̄̃̓̇̒̂̆͛̉͂̈́̾̒ͬ̓̿ͫ͗̋ͣ͑̔̑̿ͦͦ̃̑ͣ͋ͬ̉̋̓̿ͯ̑ͧ͋͌̌ͦͦͣ͐ͣ̾̌ͯ̀̀̚̚̚̚̚̚̚̚̚̚̚̚͘҉̷̶̴̢̨̕͘͢͢͞҉͢͞͡͏̴̴̷̸̡̡̧̡̕͞͡͠҉̸̶̨̢͇̲̻̯͍͔͉͔͉̦͙̦̣͇̺͈̖̥̰̰͈̪̲̘̞̺͚̤͙̠̖͔̯̖̼̱̺̦͇͈̖̦͙͔̳̮̪̯̭̮̟̬͖̦̗͍̞̻͈͔̱̣̙̩̘̬̹̱͍̪̩̞͓̺̹̘͈̠̖̮̝̮̬̼̖͎͎̫̹̘̻̮̩̥̮̘͕̻̖̹̥͈̰̻̩̞̤̱̬̻̭̳̤͈̳͇̫̲̫̤̳̬̳͎͔͇̭̮͍͎͙̥̻̼̘̹̘͉͓̫̥̲̮̺̭͔͉̜̘̣̺̦̼̬̦̻͉͖̠̜͖̺̖͕͓͔̳̯̳̟̗̲̭̰͓̗͎͍̹̠̺̮̟̱͍̗͉̺̻̬͉̰̹͉̫̼̣͇̼̹̝͈̜͍͔̠͈̦͎̲̟͈̭̟̠͉̞̩̘̟̯͓̤̞͙̗̱͙̲̩͖̞̩̭͇̺͉̥̭̭̮̙͎͔̦̪͖̳̯͇̣̫̪̟̳̩̲͙̬͉̣̯̱̥͓̮̞͇̮͓͖̜̰͔̯͔͔͚͖̱̼͓̯͕̫̰̘̲̘̩̭̝̘̬̰̤̟̞̝̩̬̞̭͙͓̞̘̗̞̱͍͇̰͈̲͉̹̮͚̭̥͖͖̞̲͎̳̻͙̩͕̠̪͎̘͕̬͙̺͈̻͓̦̗͙͕̖̦̬͉̣̥̦̫͇̣̤͎͓͈̘̱̫̗͓̙̰̻͖̯̼̳͔͉̹̜̱̭̤͉͙̖͍̦̰̰͈͈͈͚͉̪̲͓͓̼͙͉̝̮̦̼̞͇̞̺̺͇̭̘̭̖̙̻͎̪̲̤̤͈̫̖̬̰̫̪̥̘̻͔̗̥̱̱̞̜̳̬̫͔̼͖̹̘͓̗͞ͅͅͅͅͅͅͅͅͅͅͅͅͅ
    ͑̄̅͆ͧ̐̋̍ͣ̈̾͋̆̆̓̍̔ͪ̿̄ͫ̏̈ͮͦͮ͒͒́̒͗ͨ̉̉ͭͭͫ͊̄ͫ̄̇ͫ͂̌̎́͗̏ͩͤ̽̎ͨ͗̎ͫ́̑̎͑ͧͩ̋̒́ͨ̉̉̿̾ͩ͌̓̽̍͆̊̍͛̅͌̆̾̋̀͊̾ͯ̉̓̑͛̇̾͛ͣͨ͊͒͋̐̾ͥ̋͌͋ͨ̾ͮ́ͫ̔͗̋̓ͫ̆ͪ̿ͪ̍̈͗́̍ͫ̆ͭ͛̂͒ͥ̇̍ͬ̿́ͨ͛͊ͣ͗̌̿ͬ̾̉̑̌̍̅̋̑̓̌̉ͦ̐ͬ̅͐͌́̽ͤ̊͆͋̅ͣ͐̍̒̿̅̎̍̌̇̍ͫͭ̽͒ͨ̉̆͆ͭ͋ͮ̿͌ͭ̓́ͭ̈̎̂̄ͫ͛͂͗͗ͫͯ̐͗͋ͩ̏͆̑͐͗̈͒ͨ̇́ͪ̀̿ͥ̏ͦ̃̿͒ͫ̿̅ͣ͋̈͋͊͒̓̾ͤ̈́ͮ̍̀̐ͮ̍ͧ̈͐̉ͧ̌̎ͯ̎ͪ͑͆̓ͤͭ̓̉̉͗̔̓̏̒ͭͪ̌̽̈ͯͤ̊̇̽ͫ̉́̈ͧ̆̅̊̀̃̿̀͌̈́̍ͯ̄̅̓ͪ͂ͧͤ͒ͨͥ͊̅͂̾ͩ̋ͥ̑̊͌̃͗̈́ͧ̍̃ͥ͛̂͑͐̋ͫ͂ͬ͊̓̽͌̀͊̃ͫ͂̿̇̓ͤ̃ͫ̃ͪ͂̐̽̎͛͆̈́͑ͬ͂̑́ͥ̂ͨ̈́̌ͬ̃̓̓͊͋͊ͧ͛͗̒̂ͯͧ̃͋ͧ̿̌ͦ̈̓̉̂ͩ̑ͬ̋̏̈̊̑̾ͤ̌ͯ̊͋ͭ͆͒͋̚̚̚̚̚̚̚̚̚͘͏̵̴̶̶̢̧̛̛̗̗̮̥̤̙̼̰̗̮̪͓̳͙͙̺̰̼̱̮̗̩̫̝̲͎͚͉̬̜̼̫̱͓̭͇͔̬͔̜̮̦̙̠̬̩̭͖̠̰̭̫̺̘͙͙̲̳̘̩̟͍̜̫̗͇̤͍̻̺̩̬̘͙̦̘͉̗̣̤͉̰̹̼̩̜̰̤͚͚̪̤̰̮̖̘͔̘̼̮̬͇̪̹̬͉͙̠̲͇͈̦̼͈̭̙̺̠͖̝̰͍̯̠̹̪̲̦̲̗͎̜̤̤͖̯̻̘͇͔̜͇̝͙͍͕̭̯̙̳̜̹̺͙͚̹̩̰̖̙̦͕̱͖͙̝̖̜͙̬̤̗̞̝̤̦͉̙̥̼̜̟͔̦͔̻͉̮͙͖̗͉̯͇͖̗͎̣͕̫̻͙͎̘͕̘̻͈̻̖̼̠̦͉̬̹̲̳̺̝̤͎̩̱̲̤͎̱͓͎̹̠͍͈̭͙̥̮̩̩̭̼̹̜̼̪͇̰̺̰̟̟͕̫̲̱̤̪̖̺̗̼̩͈̗̼̦̦̦͚̜̗̗̫̞͕͎͚̙̘̬̙͎̗͉̪̭̰̠̰̫̬̦̤͙͇̤̣̻̲͇͇̜̗͚͓̬͇̘̣̻̩̪̙̪͖̬̤̟͈̖͔̝̩̪̹̭̮̼̪̭̙̳̤͙̳͖̼͕̬͉̩̯̦̮̖̝̪̲͚̺͍͕̲͔̝̳̫̘̞͖̫͇͖̱̼̯̻̟̼̪͓̗̖̰̩̫̺̬̘͍̹͉̫̙̪̲͈̭̲͚͚̗̗̮̗̳̣͈̤͓͎͉̙͖̝͈̫̞͔̝̘̝̝̻̰̼̪̠̝͓̜̘͉̣̫̼̭͇̤͇̫͎̝̞̜̭̠̮͍͍̪̫̳̹̤̝̳̯͔̦͔̜̭̺͍̫̫̜͙̬̭̗̞̺̲͙̰̻͖̳̥̫̖͙̜͙̲̩͎͍̯̥̰̱͚̱̯̖̲̘̦̯͓̤͓̤͕̲̞̣͓͇̺̹̞͍͈̠̹̘̭̤̗̖͇̩͉̭͚̪̞̩͈̮̖̣͔̗̟͖̮͉̣͕͍̰͍͙̰̬̪̩̬͔̹̲̲̲͉̬̩̩̦͔̥̪͔̥̤̣̰̙̩͖̪̜͎̗͕̫̩̰͓̙̼̻̝͓͚̞̣̫̱͙͔͕̝̯̘͚̙͉̗͉̱͙̬̼̥̯̙̥̰̗̮̩̹̻͙̣̠̮̬̳̤͙͍́́́́́͟͜͜͢͜͟͢͞͠͝͞ͅͅͅͅͅͅͅͅͅͅ
    ̴̸̶̵̡̧̢̨̃̎͋ͩͫ́ͧͣ͌̆́̅̊̃͆͂̈́ͤ̑ͫ̓ͣ̑̌̌͗̌͗̌̌ͫ͂̌ͪ͑̓́ͯͩ͆ͣ̍͋̃̇̽ͤ̉͆̏̀ͪ̋̍̏͗ͪ̌ͭ͌͆̓ͥ͑͌͌̽ͨͦ̎͊͋ͭ̍̾̽͛̽͊͌͆͛̽ͪ̆ͣͩ̿̾ͫ̃̃̿ͣ̈́̐̏ͦ̽͆́ͧ̉ͦ͐ͩ͛̔̿̿͌͆͋͗̎͐͐ͫ̇̎ͭ̅̋ͧ͂̐ͩ̅ͣ̔̿̔͑͗ͧ̈̃̾͋̐ͯ̿ͨͥͦ͑̎̒̎̄́̽͂̔ͧ̍͑͒̓̐ͨ̊̐̉̐̉ͥ̂ͪ͊ͮ̔̌̽́̔̄̎̉̅ͪ̊̽ͮ͒̂̅͗ͭͦͧ͌ͫͥͩ̑͂̐́̊ͤ̅́ͦͥ̓ͤ͋̽ͬͫ̏̔ͪ̏̋͐̊̈ͫ̈ͨͮ͛̄ͣͤ͒ͨ̎̅͑̊ͥ̈́̍ͯ̉̉̓̄ͬ̂͌͌ͯ̈͊̌̑̈́ͯ͆ͮ̈̈̊ͣͯͭ͊̎͐̂͐ͩ͂ͯ̐̄̄́͗̑̔ͤ̓̓̐͒̔̓̄ͯͩ͊̾̅ͭ̎ͦ̐ͯ̾̒ͬ̐ͯͫ̆̑̄͗͗̒̉́͐̏̓͆ͦ̓ͭ̾ͭ͌͌̄̑̋͑͑̾ͧ͛̓̍͋͌̏̈́ͬ̽ͧ̿̍̅ͦͩ̑ͤ̏ͧ͆ͩͧ̎̏͋͑̊͊͒ͮ̄́ͮ̑͑̃́͋ͫͥ͑̂̇͂͐̈́̍̓͆̓̐ͥ̾̊͐ͬͯ̐̐ͮ̈́̈͊̀̃͋̂̉ͣ̔̿̏ͯ͂͒ͣ̆̍ͬͤ̔̓́̓ͭ̑ͪ̒ͣͮ̔̅̎̏̿ͫ̇ͮ̽ͨͨͭ̆̂͑ͥ̈́̇̑͂̆̌̋̎̂̔̏̏̀̌̀ͦͦ̍͛ͧͭ̒ͧ͆ͭ̉͆̅ͯ͆ͯ̀̔̓̉͂ͫͪͥ̊̑̒ͤ̉̊̾́ͭ̓̂̓̽͐͛͐̾͂̒ͣ̾̒̓ͨ̑͂̓̾͒ͦ̌̏̅̂͑̈̍̆͑͛͐ͭ̎ͩ̆ͮ́̐͛ͧͧͤ̐͗̎͂͗̈̑ͨ͗̂̏ͫ́̂̇̔̍̈́̄̏ͥͦ͒͊ͬ̂͆͆͆́̑̽ͬ̈́͐ͧ̀͐͗̿̐ͧͤ̓͌̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚͜͢͡͞͡͡҉̷̢͡͏̶̴̴̶̷̧̧̛̛̝̤̜̥̬̼͙̬̦̜͖͍͔̟̠̥̰͎̩͎͈̜͖͇̯̰̣̰̹͈͕͎̩̺͚̬͍̩͙̠̭͓̬̮͓̪̗̪͚̦͖̲͙̭̩͎̝̼͇̩̟̤͙̪̘̹͙̯͎̮̗̱͕͈͉̹͖͓̗͍͈̦̭̼̻̮̲͙̦͈̲̠͙̣̮̗̠̻͈̥̞̱̺͖̫̬̥̼̹̥̼͚̬̦̳̙̺͕͕̲̪̼͔̙͖̱͙͍͖̹͎͔̞̦̮͔͈̥̘̲͚̭̘͖̯͔̤̦̖̖̰̜͉̰̗̤̣̤̩̻̦̪̙̳̰̤̥̹̳̘̮̠̠͙̞̻̩̺̣͍̦̗̰͉͈̭̭͕̺̟͉͉̖̙͎̟̫̗̙̤̦̦̬̦̼̦̼͕͈̥͕͇̳̻̫̭̖̺̻̼̱̞̩̹͍̹̠̺͎̬̭̬͉̫̤͍̜̰̥͚̳̘̫̩̘̹̹̰͓͔̥̪̩͔̣̘̤͕̹̗̲̰̝͖̮̫̖̳̬̳͈̞̜̬̞̘̲̩̬͚͕̝͇͇̹͔͉̯̭͉̩̻̥̪̱͔̫̭̻̖̞͙̦̥̬̥̩̣̣͎͉͔̝̮̖͈̪̜̺͍̦̝̬̬͙̖̯̟̰̰̜̜̭̺͚̦̬̼͎̘̬̜͉̞̻͍̞̭̳̼̳̣͖̗͎̦̹̮̣͚͓̹̮͕̜̳͇̟̜̹̼̩͍̟̫͔̫̞̞͉̥̱̻̜̤̱̹̫̠̼̝̝̭͉̺̩̦͍̳̖̲̘͔͇̝̘̳̣̦̹̖͉̮̻͍̞̦̰͇̹͎̼͕͇̠͙̻̬͙̩̱͉͇̘̬̥̰͇̫̱̮̗͇̭̘̗̗̜̘̖̟̣̬̯̠̤̞̰̜̘̜̳̭̺̺̦̣͍̞͈̯͓̲̤͈̟͈̬͚̳̙̣̲͙̗̞̙̰̭̠̱̟͇̣̠̲͔̘̬͈͎̮̗̻͇͉͈͓͈͍̞̤̮̭͕͙͉̹͈̳͚̯̲̦̜͖̩̬̩̹̥̺͔̫͓̣̬̭͈͍̼̜͙̳͎̜̻̗̟̩̦̤̩͓̺̮̘̜̲̞̰͉̩̠͙̼̫̲̖̖̭̯̲̝̭̰̳͈̲̬̮̩̞͉̝̬̝̪̯͈͉̥̪̹͓͕̻̫̬͉̰͍̼͈̪͓̠͕͍͍̲͈͍̬̦̪͕̪͚̣͖̜̻̪̙̰̼̥͓̱̹͖͖̭̦̤͇͎̤̗̠̰̮͉͖͙̮̜̙͙̼̘̥̺͈͍̟̦̲͍͖̲̠͈̼̟̟̺̖̪̙̺̦͍̟͇̼̯̘̬̥̱̞̟̟̲͈͙͉̰̠̹̳̯̩̰̮͔͚̙̮̫̭̟͙́̕͘̕͢͞͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅH̴̸̵̴̸̶̡̨̨̟͇̟̺̜̺̫̳̝͚̝̲̻͕̝̬͓̝̻͚̭̳̗̳̫͈̹̹̗͎̼̫̪̺͇̙̼͇͔̰̥͖̱̲̻̫̩̭̳̩̝̺̘̭̞͎̮̮͈͚̞̲̳̩̗̣̰̥̘̬̼̳̱̳̱̝͖̺̻̤̖͔̣̦͔͕̼̣͇̱̘̩̙͓͔̰͉̟͖͙͈̝̬̫̦̲̼͈͚̯̬̥̰̤̰̭͙̮̙͕̱͖̲̻͍͈̳͕̱̤̣̗̖̖͔̺͕̣̦͎͖̳̲̖̯̼̗̥̜̭̱͔̼̟͙̥̤̼̰̦̝͈̼͙̣̲̜̰̳̯͓̮͚̝̖̳̲̰̝͖͔̻͕͈͍̖̠̲̪̠̪̜͖̞͈̯̗̣̘͔̹̙̪͓̺̝͇̞̯̣͓͈͍͙̝̠͚̮̺̗̝̭͚̱̠̦̦̟̪͉͍͚͕͎̗͔̱̻͍̤̝͇̗͔͈̙̖̙̼̮̪̰͔͙͙̦̬̮̹̞̥̼͓̥̗͇̩͍̯͔͙̤̲͈͎̥̳̞̬͔̘̠̥̠͍̤̪͍͉͎͍̦̥͈͚͎̝̲̞̞̪̬̠̩͕̱̹̼͎̖̰͇̭͙͉̬̬͈̮̥͔̝͎̞̤̙̫̟̞͉͕̼̲̼̬̝̰̯̞̱̮̝͍̖͕͉̫̙̟̭͎͔͇͕͖̼̮͎̟̹̻͎̩̹͈̰̟̞̤̟̤̼̰̣̘͍̠̯̙̻̮͉̖̰̗̥͍͓̗̻̺̮͎͉̣̫͙͎̳͔̠̝̩̮͉̬̰͔͕̰̰̞̟̳̗̺̰̗̜͈͕̰͕̦͕͓̦̰̩̖̜̠̫̣̻̟̜͚̮̟̪̣̗̦͍̩̩͙̬̮̩͉̫̞̬̼̟̰̜͉̲͇̪̯̬̩̜̭͙̜͎̲̼̙̣͙̤̱̯̖̻͖̪̮̙̘͙̙̖̣͔̙̜͙͖͔̬̮̟̗̖̦̗̲̯̯̖̰̮̥͚̥͕̟͚̱̖̖̪̞̦͉̪̭͇͓̮̫̫͔̙̩̰̜̠͈̝̞͙̪̲͎̻̙̤̟̖̞̣̹͖̗͎̻̱̮̖̜̞̦̘̝̲͎͈̗̲̰̙̬̦͚̫̖̠̥̘̖͖̲̖̩̦̞̼̳̟͓͈̗̠̲̖̭̳̖͎̲̩͇̳̪͇̳͙̭̭̤̝̘̻̬̣͍͍̳̻̠͇̙̙͎̰̼̱̪̭̟̬͓̝͉̭̹̮͎̱̙̮͚͚̝̮̝̞͇̖̮͓̜̗̦͚͓̲̫͇͕̰̳̼̼͔̠̖͓̺̦̗̙̖̥̘̱͎͖̪̤͉̲̼͍̟̮̜̘̠̯̟͉̦͔͈͚̦̗̥̥̻̦̭̳̳͙̭͉͚̬̱̀̃ͦ͑̾́̊ͯ͋ͨͯͤ̅̅̑̒ͤ̓̓ͪ̎ͤ̓̾͒̎̂ͥ̂́̀͒̂̈̆̒͆ͣ̈́̃̆͌͂́̈͊͐ͫ̾̉̓ͤ͆ͤ̓̓̀̑ͤ͂ͩͬ̈́ͫ̌̍̇̌̈́͋ͥ̀̌ͯ̈́̊̊̓͌̈̓̓̑̊ͫͭ̍͌̔̐ͯ͆ͬ̉ͧ̓ͣ̅ͮ̎͐͋ͨ̌ͮͦ͑̆ͬ̽͑ͣ͐ͨ̄ͯ̐̑̇ͯ̋ͬ̋̍́͐ͩ̈̽ͬ̑̑͊̽̍ͨͩ̆ͬ̿̃̈́͗̈̾̋ͮ̔̈́̇̍ͬͨ͑ͮͫͦ̀̑ͦ̾͊́ͯ̓̊͒̄̄̅̃̍ͣͦͪ͛ͫ̋̇̈́̍ͦ̒ͯ̾̽ͫ͐͂̏̆̾͋̊ͭ̇ͥ̾ͦ̏̄ͪ̒͌̂̋̏̌̿ͯ̄ͣ̓̎ͥ̊ͣ͑͐ͤ͋̄̂̉͛͌̆̾̊ͫ͂̅̅ͩ̔͌͊̄ͩ͗̾ͪ͛̾̊ͬ̌̉ͨ͌ͦͣ̉̑̄ͫ͂ͯ̇̈́̇̑͒ͣ̊̉̊͐ͬͪ̓̑ͯ̿̂̇̉̊ͯͦ̋͌͋ͨ͂ͤ̽ͦͫͥͨ̇͌͗̆͑̂͗̊ͩ̉͆̄͋̍̋̔ͤ̆̄͋͗̈́͗ͪ͗ͭͩ̈́̉̊ͯ̒ͩ̈́̾̂̄̎͋̄̐̉̑ͪ̄ͦ͑͌͛̍̍̉͂̏̿ͧͩ̒͂̿̂̽ͣ͂͌͐̒͂̐̆̒͗͋ͭ̋͌̅̇́̒̃̾ͫ̓ͭ̄̿̔̐ͪ̆̍͗ͨ̍̌̇ͣ̅ͪͥ̋ͮ̈̈́̉̓̐̅́͌͒̑ͮ́͗ͯͫ͗͋͑̓̓̿̾ͤ̾̍͂ͮ̃ͧ̇͂̇̍̾̃̅̎̒ͮ͗̎ͮ̍͐̌ͯ͌̄ͯͭ̈́̽̃͐͆̒̐̓ͬ̈͗ͩ̑̃ͨͮ̐͆̂͆̔͒̾͌͌̂̊ͤ̽́ͨͧͦ̓ͮ̔͊̅̌̽͊̈̂͋ͮ̋̆ͤ͋ͮ̅̉̌̋̓͆ͯ̾̿̆ͦ̐͆͂͆͒͊̆ͩͩ́́ͤ͆̅̓͋̄ͬͨͨ̀̾ͤ̑̿̉͑ͬͬ̒̋ͤ̅̒̎̓̈ͣ̈́ͧ̐̈̈́̽ͪͭ͑̾͐͋̈́̽ͤͪ̈́̾̇̏̆̊̅͒ͬ͋̋̀ͯ͗̿̔̾ͯ̏ͫͫ̎ͯͧͦ̇̌͑̎͐ͤ͂͌͆͌̓ͤ̐̒ͭ̿ͨ́ͨ͛ͧͦ̆͛̓̈͆ͯ̓ͦ̐̈͆̃ͯ̊͐͋ͭ̇̓ͯͯ́͋̉̇ͮ̄͌̐͂̐̈͋̾̌̋ͨ̈ͫ́͆̍͆̾̄̎̎ͧͤͫ͋ͪ͊̂̋̊ͦ̑͋́ͪ͊͆͑ͨ͆̉̈̅͛̍ͧ̂̒ͭ̆ͪ͋͂̄͌̑̉͊̉ͩ́͑̓ͤͤ̄͂͊͂͐ͫ́̔͋͋͑͂ͯ̔ͤ̑̀̋́͒ͦ̈́̃ͩ̏̌̂̓̿̔ͫ͋ͦͧ̆͗̆̑̿̂̐̆ͦͣ́͊̚̚̚̚̚̚̚̚̚̚̚̚̕͟͢͜͝͠͞͠͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅe̸̶̡̧̢̦̞͚̠̫̯̳͓͉͚͇̥̙̮̟͖̥̭̙̭̰͈̠̤͉͔̟̬͙̪̪̹̫͈͕̼̬̣̦̺̳̠̤͉͍̯̗̭͔̻͈͙̠̦̭̱̮̼͙̳̲̥̫̼̻͕̗͍̥̲̲̗̙̱͓̜̥̹͍̰̻̳͎̺̟̘̮̰̦͖̼͈͚̖̺̞̳̥͇͉̺͎͓̣̗̰͕͈̹̩̼̤̬̺̤̗̲̝͓̣̮͍̣̞͍͎̯͖̭̻̥͉̰̖͇̺̬͓̥̰͎̫͈͉̹̗̝̖͖̳͇̗̝͕̖͚͙̤͍̜̟̗̘̗̘̗̜̹͙̞̯͓̭̻͓̝̯͖̩̘̟͇̝̮̣͙͓̫̱͔̞̝̼͖̝̬̲͍̘͖̺̯̭͍̯̝̣̫̖̥͍̠̬̳̜̟̖̣̮̫̱͈̳̗͉̥̱͓͚̥̲̳̮͈̞̪͕͔̞̮̟̜̳̰̰̞̹̦̟̣͓͙͖͎̖͍̲̘̞̬̥̰̲̹̮̣̯͉͎̫̫̘̭̹͓̱̰̻͈̱̣̖̝͇̜̰̬̣̫̙̗̰̭̙͚̺̠̖̠̖̣̺̜̳̟͖̦̮̱̟̱̖͙͚͖͖̼̣͎̘̝̩͍̺̘̞̼͙̭̜̲̬͕͈͈̮̱͓̦̦̦̼̼͔͇̩̳̭̲̜͓̫͎̻̼̭͍͈̭̳̖̯͉̣̠̟̹̝̮̯̖͉͙̝̯͉̤̦̹̬̝̤̤̘̺̹̺̱͙̝̘͇̼̖̥͓̲̱̙̪̺̠̼͚̙̣̮̻̳͔̖̹͈̠̩̤̼̺̯̪̻͕͔͎̝̝̞͕͙̼̤̖̘̘̤͕͎̞̹̰̻̗͕̖̬̗̘͕̗͉̤͕͔̖͓͖̬͔̯̞̫̼̗̞͎̣͇̲̗͔̩̲͎̞̻̙͈̯̖̣͖̝̺̯͚͚̬̟̟̼͎̱̱͉͔̗̜͖͎̳̩̙̠̟͓̱͎̥̱̺̺̪̱̝͖̥̤̣̠̜̩̭̦̠̼͓̟̞̭̖̝͍͙͂͐͛ͦ̀͋̿͂̆̍ͨ͆͐͑̃ͦ̎̅̔ͨ̓ͮ̊̋͒͂̒ͧ̄̅ͮ͊ͥ̓ͬ̓͛͋͋ͮͩͫ̔͛̀̀ͯͧ̓͐͆͐ͫ̅̉̔̇ͮ̑ͫ̿ͨͦ̑ͯͨ͗ͣ̌̇̈́͛ͧͧ̈́̉̄̆̓ͦͯ͐ͧ̃̿̑ͤ̐̒̔̏̽ͣͫͧͫͭͫͯ͆͆̾͛͐͆ͨ̄̐̑̂ͤ̎̅̾̒͋͋̐͗̂ͯ̐ͩ̇ͯ̋̽͐̄͐̋̀͑͐̀ͭ̏͗ͩ̂̂̔̾̊̋͛ͥͥͦ̉̑̈́̐̃̂͆̈͗͗ͦ̔̇̆ͮ̐̾͂̅̍̄͛̑̓́̔̅̋̏̅͂ͦ̔̓͊̈́͋̔̅ͦͫ́̒̒͒ͧ̐ͦͮ͌͌͌̽̉̆ͯ͌̿͐͛͋͐ͥ̃̎ͩ̌̃̅̈́̋͋̌̽̍͛͋̂̇͂ͨͩͣ̾ͯ́͌̈͊̌ͨ̂ͮ͆ͦ̾̏̉̃̀̓̓͗̎̋̄ͦͩ̆͒ͯ͗̂͂ͭ͆ͣ͑̎̅͌̄̍ͤ͋̿ͦ̓̔͛̓̽͌̌̐̓͑ͤͯ̃ͭ͆͐̏͋ͮͥ͆͂ͫͭ̇̇ͣ͗ͭ̄͋̐͛͊̆̀ͥ͛͂̆ͤͯ́̊̉̔ͥ͌̓̓͗ͫͤͩ̽ͬ̍ͥͯ̃ͭͤ̀̒ͬͬ̅̒ͩ̓̽͛ͧ̋͊̌̿̓ͤ̑͌̾͌͑̌ͯ͋̈͌͗ͬ̋ͣ̊̀̌̀͋͆͆̎̿͗͛̉͂̂̐͐ͯ̊ͧ̓̑̒͗̅̂͋̅̍̔̎͂̏ͣ̆̎̃ͯ̀̽̏ͪ͑ͩ͒͒̔͋ͦ̍̊́͛̒̍̽ͧ͌͛͊͌̈͌̓͂̐̾͐̐͋͋̃͆̂ͫ̎ͯ̿̽̇̌͋͊͒̓̏ͫ̇̃̐̆̄̾̓̏́ͯͪͫ̽͋̔̈́͋ͫ̅ͣͮ̎́ͨͣ̎̏ͦ͌̅͆̄ͤͯ͒ͫ̉̉̐͗͆ͩ̑ͫͯ͗̂ͦ̍ͮͧ̅̍̇͆̈́͆ͫ͑͑̆͐ͯ̉̍̊ͣͭ̃̏̂͊͂ͭ͂ͧ̑ͤ̅͆̓͑̀̄ͪͪ͐͗͑̔ͦͥ̈́̇̆̇̔̐͗͂͋͆ͯ̄͌͌̓͋̿͋ͦ̈́̑̑̿̇̈́̿ͥͤͮͬ́̇ͨ̎ͩ͛̉̍ͭ͛̅ͫ̈́͌ͧͦ̉̉̊̾̃͆͗̀́͗́̈̑͆́̄̽͂ͥ͆ͤ͋ͭ̈́͑̉̍ͥ̓ͬ̃͛͌ͯ̓̐̑̅̓̔̈́ͧ̓̾́̀́̚̚̚̚̚̚̚̚̚̚̚̚̚͘͘͟͟͟͞͡͠͠͝͞͝ͅͅͅͅͅͅͅͅͅͅͅͅ ͯ̔̏̽̇ͤͫͧ̍ͫͦ͌ͤͪ̽ͭ͊ͫͨ̌͌ͩ͌̔ͫ͊ͥ̓ͯͦ̃ͯ͊ͬ̔̇̈́͂̂̊̑ͮ͂͛͗ͦͪ̋͌̐ͯ̂ͣͦͦ͋͊̊̉̓̾ͮ̈́̌͗ͯ̉̈̑ͯͧ̃̍ͦ̄ͯ͋̌͗̾͆͌̎̾ͬ̐ͧ̽̊̏ͧͧ̉̉͑̄ͫ̈́ͦ͗̉͂̂̾͆ͫ̈́ͧ͛̏̔͐ͪͯ̈́ͣͤ̔ͦ̐̉͊̍͋͗̾̓ͤͤ̋͐̆ͮ͌͐̄ͥ̄ͣ̆͌̊̃̈͊̅͂̏̈́ͥ̑̃̊ͦ͆́͌ͭ͑ͥ̆͒͌͗͑ͯ͊̓̓̓͗ͦ̌͆͑͊̊̑̍͂ͨ̇̂ͭͮ̋̄ͪͫͣ͌̎̑̃̐̈͛̒ͥ̃ͮ͂ͦͦͥͫ̑ͣ̂ͫ͆ͯ͂̅ͦ̌ͬͤ̍͐ͬ͆ͦ̃̓́̍̍̋͒̊̇̐̈̀̓́̋̎ͦ̏ͩͮ̿̔̒̂͋̈́ͮ̆ͦ̊ͪͦͩ́̽̿̍̍ͭ͂͆͆͂̉̓ͭͯͧ̎͌̍̂ͣ́̑ͩ̐̂͛̆͌̓̓̎̀ͦ̊͋ͮͨ̋͗͗̾̆ͫ̈́ͤ̿ͭ̂ͦͣ̆ͮ̍̃ͦ͊ͧ̅͆ͥ͌̉̌̿̉̌̾̀ͣͬ̑̍ͬͦ͆̏̅ͧͨͭ͗̊͐́̊͛̊͑ͣͤ̉̍͛̔̓͒͆̆͗̇ͨͯ́ͯͥͩͦ͂͋͆̋̔̓ͩͯ͌̃͛̄͌͑̓̃̉̏̎ͤ̂͂́ͭ̇͐͋̆ͭ̂́͛̈́ͨ̿̎ͭ̈́̀̓̄̐͋̎̔̔̔̔̒̈͋ͩ͑͛̎́̄ͧ̇͆ͬͮ̉̽̊̆̇ͣ̃͊ͤ̀̀͑̇ͬͬ̒͂ͨ̄̔̔̋͆ͥ̆̽̽́̎ͬ̃̾ͫ̇ͭ̿͒̍ͬ͋̄ͦ̂̌̉̆̾͗͐̊͛ͨ̐͌̈́̒ͥ̍̑͑̈́ͯͣ̽͐̑̒͛ͫͮ̽̏͋ͧ͆̿̓̌ͭ͐̿̄͛ͫ̂ͨ̎̒̊͒͗̈́ͬ̍ͩ̓͂͋ͥ͑̓ͨͮͣ̏̿̐͒ͪ̉̃͗̑̄ͪ̂ͥ̿ͦͪ̆ͭͫ̓̆ͦ̍͗ͧ̈͌̓̈̈͋͛̆ͪ̔͂͑͂̍ͨ̌̇ͤ̆͒̀̅̈́ͬ̐ͧ̏͂̏ͤ̈̀̇͆̐ͦ̅̎͗́̐́̔̽ͧ̊ͫ̿́̀̒̐̈̏ͪ͋̎̿ͦ͐͗̎ͩ́̈́͐ͤͦ̈ͬ̃ͣ̅ͩ̐̿̿͗͊̍ͯ͗ͦͤ͊͗̊ͣ́ͫ̆ͥͤ̎ͩͫ́ͮ͆͂ͨͫ̔̔̓̀ͯ̒̊ͨ͊͑͌ͪ̔ͨͪ̍ͤͨ̒ͧ͆̎ͤ̊̃ͩ͑͛͋̉͆ͨ͊ͥ̔ͯ̑͂̍ͪͤ͆̈́̇͋̓͆̿̽̇̒̓̊̇̍̇͂͒̌ͣͭ̊ͮͭ̃̆̑ͤ̐ͯͧ͐̉ͨ̏́ͦ̿̌͂́̏ͣ̔̊̉͐̉̒̑̐̌ͦ̍̐ͦ̄̏͂ͭ͐͒̋̂̑̔͒̇͌ͩͦ͋̾͆͆͒̽̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͏̸̴̴̸̸̶̷̡̢̨̧̡̢̨̨̨̨̛̛͖̼͕̹̞̘̺̜̝̜̞̝̘̹͓̳̭̱̥̲͕̜̥̮̭͚͕͖̠͎̰͕͍̼̼̯͉͎̠̘̞͉̥̩̟̦̜̜̥̭̪̺̙̭͍̠̼͉̲̲̟̦͖̱̙̣̲̤̜̜̟̞̞̠͚͕̱̗̠̩̲̺̱̺̗̠̼̝͖̪͍̳̫͍̠͍͕̳̰͙̞͙̰̭̝̮̥͔̗͎̞̞̪̙͉̱̳͕̤̜͇̻̖͍̪̪͈̝̮̳̲͙̩̝͓̙̮̞̥͎̻͚̹͔̝̩̙̮̯̰̦͔̙͔̭͖̩̀̀͘͢͟͡͝͝͡͞͡͡ͅͅw̵̷̶̡̡̢̨ͦ̄̂͑̐̃̍̈ͣ̄ͪ͐̔ͭ̓̾̓̎͗ͭ͌ͮ̌ͪ̆̑̈̋̆̓̿̄͆͐̉̉̀̐ͮͫͨ̊̍͊̑ͦ̀̊̐̉̎ͪͣ̌̒̋ͨͨ̈́͗ͪ́ͨͩ̈́ͪ̓̔͗̄ͧ͗̌ͮ̌̊͐̇͒ͮͩ͗̓̓͂͒ͣ̄̍ͬ̽ͭ̈́̿̾ͪͩ̄̈̆̇̑̓̈́ͦ̾̑̇̉͌̓ͩ̏̽ͭ̈́̈̅ͧ̈́ͭ͊̐̓ͤ̈́̏̑̈́͗̉͒̽̈́͌̊̽͋͑ͤ͑ͯ͌ͭͮ̒̑ͩ̃͂̇ͮ͊ͯ̇̉ͤ̈ͧͧ͊ͥ͒̍̑̇̑̇̒ͤ̍͐͊̈̓͆̇̈́ͪ̊̈́̏ͭ̆͆ͩ̇̒ͦ̇̓ͬ̌̈̾́͗͐̂͂̓ͫ̒̇͌̂̎̔̈ͥͩ̾͆̊̄͆ͭ̎̊ͦ̒̆̐́ͭ͛̉ͪͭ̐͆͌ͯ̽̓͂̋̋͗ͨ̔̇ͧ͋͗͌͐ͫ̽ͯͩ͒́ͯ̂ͣ̉ͪ͊ͭ̐̇ͧ́̈́̿̿̽ͨ̋̿͐̓̾ͤ̓̍̾̿ͦ̈̌ͨͯ̏̔̂̃ͩͫ̍ͦ̎ͦͧͤ̔͑̅̈̑̂ͥͥ͋ͨ̓́̚̚̚̚̕͜͟͡͝͝͡͞͝͞͝҉̷̕͟͏́͏̶̶̵̡̨̡̕̕͢͠͝҉̱̞̠͖͉̺̮̙̪̦͎̹͙̭̜͇̮̮̪̙̣̙͍̱͚̪͚̙̖̪̺̝̗̹͍̥̟͍͉̥͓͔̗̤̘̬̲̲͓͎͇̺͕̻̺̦̝̩̩̟͔̼̝̠̯̼̲̼̺͍̱̮̗̱͎͚̠̩͇̹̮̞̬̖̗͉͙̯̜͍̺͈̣̘͎͎̠͍̦̖̼̪͚͎̬̪̘̗͇͈̗̻̥̻̺͖͓̭͇̬̲͉̹͓̳̻̥͓͙̺͙͔̩̯̭͓̩̬̬̙͎͔͚̟̣̳̫̣̤̯̜̲̟͉͚̠͈͙̣̳̖̭̮̯͙͉͖̼͚͎̦̳̝̹̠̦̤̪̯̠̟̺̞̖̟̝̹̳͇̣̬̖̯̬̪͉̭͖̳̮͈̥̫͚͖̰̪̯̻͔̦̪͔͕̫̤͎̫͓̗͚̦̦͖͚͙̺̠͓͓͎̻͈͈̥̗̝̼̲̳͈͖̰̻̱͚̞͕̺͖̟̼͔̩͇̠̖̠͓̠̲̼̠͙̤̖͉͓̝͔̳̹̰̖̙̞͎̳͖͉͕͓̣͔͈̮̭̝̺̞̺̹̗̜̤̬͍̻̝̖͖̥̰̞̺͕͉̯̳̬̘̠̺̯̱͕̻̗͓͉̯̳͙̩̞̻̘̬̘̟̼͙͍̪̮̥̜̯̪͕̞̥̺̳̤̹̼̩͙̹̠̮̜̼̥̬͎̯͚̖̬͕͍̥̬̘̮̯̬͕̙̫̲̫͚͇̫̥̗̫̖̪̻̜͖̲̥̗͇̘̼̱̥̬͕̙͇̞̟̺̰̮̙̞̤̪̬̗͎̪̘͔̬̟̬̯̫͎͕͕̪̬̫̱̦̮͍͖̦̻̮͕͈͖͕̲̪̱͓̠͖͕̪̯̻͉̼̝͙̗̩̪̭͚̙̫͚̣͚͍͉͎̤̰̞̬̮̲͓͙̪̠͖͖̞͎̗̯̟̼̤̲̫͔͈͓̗̩̣̮͎̝͇̹̯͈͓͍̜͉̹͔̙̜̮͍͚͖̗͎̳̹̭̱̖͈͈̻̹̩̯̟͕̭̩̮͉̯̤͙̦̙̯̭͍̟̬͖͔͖͍͇̩̻̳̩̤̗͚̯͚̣̮̤̙̺̼ͅͅͅͅͅͅͅͅͅh̵̢̽ͬ̅ͫ̋̍͊̾ͫ͊ͬͪ̇̆͌ͭͤͭ̅ͦ̃̈́͗̓ͭ̏͋ͦͦͩ̂̃̒̌ͬ̉ͨ̈́ͧ̅̾̽̃̿ͪ̈ͩ͑̀ͫ̿̇̊͂ͧ̐ͨͧ̋̈ͩ̽̈́̄̂̏͌̈́̍̃̐̅̑͋̓̒̓ͩͭ͊́͊͒͑̾̆̄̈ͤ̎̊̀̍̽̈́̍́̆̎̑̆̍͋̃̾̔ͦ̀ͮ̊̆͂̿̐͆̈̇ͫ̋̊ͪ̏̋ͯ͌͒ͯ̑ͨ̄́̈́̾ͩ̏͂̐͗͋ͯ͆͊̽̂̐̔͑̓ͤ́͂̇ͮ͛̇͒̈̾ͤ̓̋ͬ̒̐ͩ̊̍͊̊̍͌ͮ͐͒͋̍͗̅ͫ̿̌͂͛ͯ́ͤ̿͌ͮ̓ͮͦ͊́̊̂̾ͬ͋̐ͮ͗̒ͭͧ̓̋ͩ̊͌̆͋̀͒́̓̉ͨ̿̓̓̊́͌͗̉͒͊̋̉̉̄ͤͯͩͪ̔̿ͩ͌̏̅̑ͪ̐̍̂̈́͑̊ͧ́ͫ̋̈̅̈́ͣ̃̅͂ͫͮͧ̒̃ͤ̉͑̅̍̋̒ͣ̓̃̇͌͂̏̍̔ͮ̀͆͊́͊̿̅͒̾ͬͨ̿̓͂̃̌͐ͥ̂͛͂͌ͤͬ̓̆̑̍̊ͧͪ̉͛̏ͥ̊͊̆͛̋ͨ̈́ͯ̂ͥ̇̈̐̾̆ͭ̐͐̉ͯ̐̔̔ͧ̿ͫ̑̄͗̾̌ͥͯ̾͑ͬ̾̅̈ͮ̈ͯ̽͐̄͗ͤ͐ͩ̾̎̎͒̂̌̒̐͒̄ͦ͛͛͒͋̎ͨ͋ͤ̅ͯ̀̄̄ͮ̽̿͒̀̿ͥͮͤ̀̅ͮͩ̽̏͗̓̔ͩ̾̍ͧͥ̔ͯ̽̂ͯ͂̿͊ͪͣ̇̑́ͩ͊̽̌ͥ̄̍͊ͤ̐ͤ͗̇ͧ̊̐̿͒ͤͣ̈́̅̀͑̄ͪ̏̇̂̏̅̐̌͗́̎ͥͭ̏̑̎͆͒̾̀͒̒̇̌̈́͑̄̌̽ͩ̉͊̂̊̒̇̃ͭ̏͌̃̎̽͐̽̌̿̈̂̆̃ͫ͐͑͌̒̉͑̄̍̑ͪ̽͑͛ͤ̔ͣͭ͆͗͂̍́̓̓̿̒ͫ̄̄ͣͩ͗̿̓̋̔ͤ̈́ͣ͐̏̐͒̔̔̓̈́̑̌ͫͬ͐ͤ̊ͮ̂̔ͦͫ̾ͦ̓̓͗ͪ͊̈̉ͮ̃ͨ̍͑̈́̊̈̓͗̃̒͛̈́̄̃̐̓͋́͗̍ͧͪ̒̌ͬ́̅̍̋̅ͦ̈͆͗ͩ̍̋ͬͩ͋ͮ̈͐̉̾ͫͮ͐ͩ̓͂̔ͬ̉͗͗ͩ̄͌̋̀͛ͭ͗̅̑ͯ̄͆̂̄̐ͩ̐̄ͬ̌ͥͯͥ̿ͫ̾̒̑̌̔́̐ͪͥͮ̿̈́͂̈̿ͦ̓̂̏͆̑̋̑̊̉ͭ̉̅̇̄̈́̅̑ͭ̋̈ͪ̌ͯͩ̿̿͋͒͌̎̿ͨ͒̓́͛́ͫ̽͂ͧ̀ͮͫ̀̌̎ͫ̋̑̍ͩ͆̿̍́̐͂̀̔ͭ͒́̈͑̒̿͛͗͆̀̍͗ͥ̎́ͦ̅̋ͬͦ̏̿ͣ̂͛̄ͮ̊̈͛̔͆ͨ̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͞҉̶̡҉̛͘͞҉̷̵̸̷̵̴̛̲͎̬̥̰̳̮̱͖̞̗̮̣̭̰̖̠̪̬̩̥̞̹͍̜̮̝̘͚͙̬̗̥̼͖͓͈͖̳͕̩̞̬͎̤̠͉̰͙̘̠̙̜̖̻̖͉̳̘͕̘̰͓̺̯͍̲̪͉̗̮͇͖̫̳̗͕̻̜̙̞͍̭̗̬̬̯̳̜̬̘̝͓̝̠̥͇̬̞͓̝̘̯͖͉̬͔͓̯͍̬̞̬̖̩͉͙̣̞͉͖̥͈̦͖̜̖͍̜̖̖̬͎̙̪̦͉̼͙͖̣̦͕̖͍͔̻̳̻̬͍̪̥̦͖͕̗̤͙̹̲̗͙͓̪̭̩̘̲͕̱̩͉͍̦̰̙͕̥̗̙̰̖̞̗̫͍̹̬̤͚͓̠͉͉̻͓͓̺̗͓̻̤̩̘̱̹͚̺̜͕͉͍̫̹͈̞̬̫̝̹̳̠̱̞̹̪̻̟̦̞̰̥͔̮̫̠̙͍̜̬̪̱̩͕̺̳̬̩̼̠̝̙̮̣͇͎̝̼̬̭̟̠͉̖̪͚̖̲̭̠̙̣̩̙̝̟͓̗͉̻̥͔̯̞͇̮̟̤̬̘̣̙̱̱͚͎͖̟͔̝͖͙̜̜̙͙̮̣̩̹͎̦̺̱̬͎̪̺̼̲̙̗́̀́͢͢͞͠͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅơ̸̵̡̧̨̨͗͋͑ͤ͆̍̌̒ͪ̔̔̾ͣͮ̒̾̆͛͆ͬ͛̿ͥ̑̆ͯͯ̂͆͑̍ͧ͆̿̔͂ͯͯ̔́ͩ͑͗̑ͯͬͦ̄ͧͮͫ̏̑ͤ̌̎̍ͪͥ̇ͥ̅͆̑ͦ̓̾ͬͫͣ̌ͯ̄ͯͤ̎̉̐̎̐̐̂̆̌̓̆ͭ̂͒ͪ̃ͧ͆͂̑̂̊ͤͣ̔ͪ͂͛ͩ̔ͥ̿ͣ͛ͩ́͗̈́̒ͪ̒̏̃̾͂̔ͮ̍̍ͩͭ̃ͥ̔͋ͪ̔ͪͧ̿̐̌̔͌̎ͨͨ̆̇̓̓ͯ͛ͫ̏ͣ̔͊̑̋̆ͨͭ͆ͥ̉͋ͫͬ̅ͯ͆̒̔̽̑̆̑ͯ̇̅̉̂́̆̏̅̂͋͌͛ͤ̍̎̀̇̔̋͊̈̾̇͋̊͆ͥͧ̾̎ͩͭ͑̔̒͊̓͐͋̑ͥͣͩ͂̿̂̉̊̂͂̍ͥ̾̎̇́̎ͣͮͩ̌͐ͫ͆̐̾̑ͤ̈́ͬ̄ͫ͐̈̊̏̇͋̓͑̔ͨ̿́ͪ͗̿̓̊̉͒ͧͥ̂͑̈̅̄̇̂̒̊̓͗ͤ̆ͭͤ̑ͭͯ̓ͨ̎ͧͥͯ͋ͩͧ͆ͯ̒̔ͤ̾̾ͤ͆͛͛̓̄ͦ͆̇͌̊̏ͨͤͮ̏̒ͯ̅̎̓́̚̚̚͜҉̸̢̢́̕͘͘͝͠͡͏̧͟͠҉̵͏̷̷̸̧̻͎̩̻̘͍̲̭̖̼̙̟̜̼͇̥̥̠̮̠̻̗̲͕̹̙̱̬͉̳̜̣̙͚̭̩̼͙̻̟͙̰̪͇̱͍̦̟̦̩̯̟̮͍̞̹̩̝͕̮̺̳̮̙̞̳͎̙̟͎̦̩̖̥̬͎̦̝͔͙͚͖͉̥̝̥̩̻̠̞̘̜͔͍͍̖͖̻̱͚̹̬̯͍̤̗̠̲̱͈̰̳̦͚̪̮͉̯̖̖̦̝̗̫̱̤̟͎̪̟̰͙͖͇̟̹̻͉͎͓̜̲̞̖̦̱̠͇̦̬̤͉̱̜͍̠̹͕̺̮̭̠͈̖̞͈̮͉̟̯̠͉̝̳͓̪͙̱̫̙͈̗̖͓͕̗̪̼̘͍̙͙̝̦̟̦̰̠̥͕̝̬̥̹͎̳̰̥̣͍̲̙̬̩̦̮͚̼͈͙͕̹̥̲̼̜̮̪͚̲̜͉͉̫̫̭̦̪̰̤͙̱̜̪̰̝̗̝͓͉̬̥̤̜̮̹̜̤͎̩̞̬̩͍̭̜̘̣̝̪͔̬̱͍̱̦̱̟̣̼̻͚͍̯̩̖̻̦̟̙͉͕̣̣̻̫̪͕̣̘̞̥͎̲̹͓̭̼̖̱̩̰̙̳̦̪̭̩͓͚͈͇͉̪̳͚̥̭̗͓̹̜̻̬̬̹̙͔̰̟̪͍͙̺̳͖̘͇̥̦̰̼̜̞̖͓̙̘͈͖̭͉̣͈̰̥̫̰̘͓̻̲̜̗͚̲͍̹̻̭̹̲̤̦̠̞̺̱̺͙͓͎̣̤̖͎̭̭̦͉̫̞̗͓̘̺͖̤̩̘͉̬̙̙͍̗̳̫̙̻̲̜͍̼̪͙̹͓̳̖̟̬̗͇̳͕͓̼͖̘̩͍̼͖̗̠̳͉͓̪̲̙͎͎͎̥̲͔̳͎̻̪̣̤̲̥̰̼͓͍͎̮̯̭̖̙̲͎̫̰̱͚̪͙̘͈̘͍̹̳̝̟̠̜͎̱͖͔̜̭͖̻̬͍̻̭̤͍͍̰̯͎̫̫̞̰̲͎͇͎͔̹̻͎͉͇̼̳̗̝̭̥̰̟͍̪̜̰͚̱̞͍̦͈̞̥̮̥͖̞̦̰̭̝̖̝͙͚͚̞̖͉͎͎̫͔̮̰̘͎̖͙̫̰͖̙͍͙͍̟̙̱̲̻̦͍̥̞̼̳̮͉͈̣̺̹̦̫͉̝̩̥̣̙̜̱͇̭̞̠̳̩̥̭̥̮̕̕͢͠ͅͅͅͅͅͅͅͅͅͅͅ ̴̧̢̛̛̛̾̋̄̓̊ͪͬ̓̈ͥͧ̈ͬͩͮ͆͋ͮͣͥ̈́̿ͦͤ̀ͥ͊ͭ͊̏̃ͦͫͫͫ̓̇͐ͫ̇ͯ͋ͫͤ̂ͤ̏͗̔ͩ͆͂̏̈́̊ͧ̒͗̾̒̊̏̽̄͐ͨ̈́ͤ̊́̊̊͛ͣͮͩ̐͌ͭ̏ͤ̄͑̎̔̓̅̎͂̅͆̒̓̌̏ͯ͐ͭͪ̒ͭ͆͛̈́ͬ̽̃͗͆̍ͯ̃̿̀̃̏͂ͦ̑͋ͭ̔͐ͭ̂͂͑̓ͪ̐̈̇̿ͫͬ̃̓̈̃ͬͯ̋ͤͫͭ̿̓ͭ̋̏͋ͦ͂ͪ͐̂̉̍̒̈́̒ͣͤͯ̑͆̏͗̋ͮͫ̾͆͒ͩ͆ͫͧ͆͌ͨͬ̆̋̉̾͂͆̉ͤͥ̏̐̅̾̓ͩ̓ͥ̽͐ͫ̅̄̈́͋̊̂ͧͮͬͬ̃̏̏̉͗ͭ̂̃͑́ͥ̾ͮ̂͛̓ͭͭͯͮ̄̈̔̊̓̓̓̈ͫ͆́ͯ̌͐̎̔͊̊ͬͯͣ̄̈̉ͩͨͨ̾͌̉̐̎̓̐̃̓ͧ͆ͬ̃̅̄͆̒ͯ̽̋̃͗̐̒̋̄̓̈́ͦͭ̅͊̑͂ͣ̃̍̇́̋̍ͫ̈́͛ͯ̌̑͑ͫͩ̍̅̅ͤ̀̏̈̈́͂̾͒̿͋ͧ̾̔ͮͥͬͪ͊ͯ́ͪ̂̒ͧ̍̑̇ͣ̅̓̉̒ͬ̈́ͫ̄̋̍̿͛͐̔ͯ̈́͊͊̅́̄̉̓̑ͥ̈ͦ͆ͦ̑̎̑ͧ̃̈̾ͣ̔̃͆̽̌ͨ̅̎ͬͬ̓̀̎̌̎͛̌̏ͫ́ͪ̂́̔̅̽̐ͬ̌ͮ̆̐͌̊͆̉̔͆̏ͦ̄̓ͯ̄̾ͬ̃́ͤͩ̽̇̅ͣ̃̉̍̍ͪ͊ͥ̒͒͂̽͌̅̒͐ͦ͊̓̇̑̿̍̄̓̽ͦ̂̓̋ͭ̅̂̉ͫͯ͒̄̊͗͂̚̕͢͏̴̷̴̴̨́͟͜͝͠͝͏̴̡̜͕̺͕̗͍̲̲̱̳̝̭͓̗͎̰̱̦̞͚̦̺̝̩̤̻͔̠̳̞͇̼͓̩̪͓͎̬̼̟̱͚͍̯̟͕̝̳̬̥̫͉͔̫̪̮̺͓̠̬͙̯̬̰̫̪̰̣̻͎̮̩͍̯̫̠̙̜̼̻̗͓͚͉̮̣̠̘̦̜̰̥͔̙̠̦̼̣̘̫̰̜͕͙̫̘͓͇̱̼̩̼̰̖̣̖̘̮͇̞̤̱̼͔̦̘̠̘͉̠̗͚̬̤̣̖̟͈̠͙̯̳̝͇͍̭̯͇͈͖͇̰̖͉̟̦̬̬͍̻̗̭͉̩̠͈̳̪̲̱͔͚͎̝̼͈̞̥̝̭͕͈͉̖̹͉̤͍̙̱̦̯̟͎̦̗̞̹͉̭͇̲̖̭̦̺̲̝̰̗̝͕̤̥͎̥̼̖͓̜̟̠͈̯̬̙̥͇̤̙̯̭͓͖̳̫̹̲̝͇̝̞͕͈̭̥͖̘̰̱̮̰͎͔͚̙̖̳̦̤̣̘̮̰͔̖̼̼̘̮̱͕̠̱͇̮̠͇̦͙̠͇̲̟̺̱̣̩̖̥̫̺̬̰͇̼͍͓̩̩̩̼̻̙̲̣̻͚͖͔̼̠̥̳̜͍̜̯̠̯͎̮̭̦͙̻̭̰̦̰̞̺̖̹͕̬̫͓̗͖̣̭̩̬̼̫̲̩̫̺͕̞͍̜̩̭̼̟̻̭̣̪͚͕͕̩̺̻͖̞̞͔͇̜̮͚̤͈̲̲͈͍͍̲̼̤͍̘̼̮̩̲͉͓̱̹̝̤̜̥̼̭̤͎̬̲̭͍͕̝̠̪̣̲̹̣̼̪̻̬̠̫͍̱̝̼̺̠̻̠̘̰͍̲̻̞̖̣̥͓̫̦̞̠̞̦͍̫̖̝͓̱͈̤̥̠̮̠̦̤̭̖̫̳̥͇̟̱͎͉͈̳̞͉̠̰̺̻̘̪͉̱̣̫̯͎͚̙͉̞̟̦̗̮̝͙͎͎̯̫͚̟̘̳̼̰͎͖̼͎̺̻͓͕͉̲̳̼͈͈̱̩̫̱̳̫̺̰͓̯͉̯͉̺̫̳͚͚̞̘̪̗̞̹̗̰̼͚̰̩̟̦̥̯͓̩̘̳̤͉̟͇̩̣̣̮̝̲̘͈̖̼̟͎̝͈̲͙̭̭̮̥̺̖͈̥͍̙̹̻̞̱̬̫̩̪͍̻͚͖͖̝͎̠͕̜͔͉̱̭̞̖̗͎̖͎͖̩̗̩͍̟̘͙͚̝̩͍̭̺̪̲̲̘̞̼̻̪̞̙̠̰̣̘̗͕̲̗̜̙̣͈͙̼̖̭̱̥̞͕̝̼̻̤̭̖̞̝͇̻͍̮̬̩̦̺͚̻̟̤̲̩͎̟̲̦̺̱̺͉̭̲̼̤̠͔͍̬̦̩̭̞̞͚̟͍̳̞̖͇̳̰̖̻̭͉̹̲̻̙̬̹̣͉̩̦̰̭̯̩̭͎̦̻̦̜̭̯͕̹͈̥̤͓̬̳͇͍͉̭̥̳̼̳͔̹͎̗̗̘̣̙̼̩̜̤͓̗̬̥͓̜̥̞̦̯̤̣̞͚̣̗̝͖̟͍̳͓͔͍̳̬̦͕̱̲͚̞̙̱̻͙̞͉̬͎͕̣̯̺̼̝̫̭̝̭͔̳̟̩̣̺͚̱̖̮͔͚̯̙̲͕̙͕͔͘͢͟͢ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅW̍͗͑̓͊̊́͌̋̆̒͗͐̈͌̏͂̈́͂̈́͋̈́ͧ̔͌̌̏ͤ̇̐ͥ͗̎̐́ͯ͗͌̂͆͊̅͂̉̃ͣ̿̓́ͮ̿̓̄ͤͫͦ̉̈̄͊̈̅ͩ̍͆ͫ̈́̓͗͐̐̆̒̇̅̍̒̅ͦ̉͒̂͗ͭ̍ͤ̂̈́͂̓ͫ̾̌͒͛ͪ͑ͤ̔͊̋̉ͯ͑̽ͭ̐̊͛̈́͛ͤ͗̓̆ͭ̓̈́ͧ̂̋̐͗͂͂ͪ͆̒̈́̒͆ͣ̒͛̊̈̇ͥ͒͗ͨͭ̊̉ͯͥ̃̍̒ͨͣ̾ͨ͋͂̽ͨ̑̇͒̍ͤ̐̓̍̇ͥ̅̓̎ͩ̿ͥͥ̋͊ͣ̄̈́ͫ͆͗ͫͤ̃̃͛̂͆̈́ͩͦ͆ͧͩ̏ͭͩ̒̑̀ͧ̎ͭͫ̇̓̋̐̄ͩ̎͆͂̐̔̿̓̊ͤ̀̉͂̍͐͒̓́̋͛ͬ̃̂̓̾̆̇ͬ̂͒͋̂̇ͧͮͧͩ̎̈̌͂̅ͣ̍̀̾̏̂͛ͤ̋ͮ̃ͥ̀ͭͯ̏̓̄ͥ̄̇͌̈́͂̎̑̏̔ͮ̉͋̒ͧ̅̎ͤ̈́͒̄̽̽̂͆ͦ̅ͮ͋̑͋ͩ̿͒́ͤ͑̒ͤ̈́̄͑͊ͦ͗͗͗͒̀͆͗͒̍̆̒̀̅̔ͧ̐͂̋̌̂͐͂̽ͫͤ̏̀̐̈́͒́͌ͮ̈́͋ͪ͂͌̄͛̏̄ͦ̒̎̐ͮͤ͂ͬ̇̓͗̏ͥͧͩͯ̋̍̌ͩ̐̓ͥ͋̊̂̍ͭ́ͤ͋̑ͤͫ͊́́̃̿ͦ̊̊ͧ͐̀ͤͨͮ̃̅̈̏̔̓ͮͤ̾ͨ̉ͭ̂̑ͦͬ͐̇̔̽̔̈͆́ͤ̓ͩ͆ͩͭ̈ͪ̇̎ͫ̄̔͒̇̾ͨͤ̃̍ͩ̈̒̎͆ͧ͒̎ͯ̓̾̊̌̈́ͨ̈ͣ͐͛ͨͮ̽ͮͫͦ̾͂ͥ͆ͨ̐͛ͦͪ̽̈̓̾͑ͥ̓̊̓̏̒̈ͧ̓̐̀ͭͨ̃ͮ̃ͯ̾̔̿̎́̍ͬ̉̈ͨͯ̋̀ͨͦͣͪ̐͌̎̈́ͤ͒̈ͯ̍ͩͩͫ̃̊̇͗̓ͮ͌̃̋̐͌̐̃ͫ̋͂ͥ̾̃͛̑ͨͬ̏̔ͪ̾ͧ͋ͬ̃ͭͯ̔ͤͫ̊̽͒̂̑̾̆̐̃̌͒͐̿̉͆̉̍͛̀̇͑͛͛̄̉ͪͬ̑̿ͩ͗͑ͥͩ̀̌̆̿́̐̊̿͂ͮ̈̋̿́́͊̌̿̽ͨ̿͛̏̇̅ͤ̃̌̉̐̓͌̈́͋ͧ̈ͯͦͨ̀̃ͨͩͪ̅͋͑͗̂̚̚̚̚̚̚̚̚̚̚̚͏̸̴̡̨̀̀͟͢͟͜͝͝͝҉҉̷̷̸̨̨́͘͢͜͠͝͠͏̀҉̵̧̧̛̰̫̞͍̣̞̘͓̱̬̖̟̥͓̮͇͇̰͓̳̳̻̜̝͉͍̩̘̲͇͉̤̩̮̘͎͓̠̖̟̖̺͈̗̜̪̳̞̲̮̗͎̗̠̖̩̱̜̹̪̤̣̘͍̻͍̗͉̭͎̪͈̱̹̘̥̞͕̲̩͓̩͚̠̩̥̼̤̥̮̗̞̦̟̣̭̮̜̻͙̖̭͚̫̣͖̯̯̪̙̹̤̗̜͚͓̟͙̞͖̞̩̻̟͔̼̫̦̭͇̺̗̥̭͙̰̣͚̘̖̲͓̗̞̗͈̝͍͔̺͕͚̖̗̬̬̳̳̜̮͎̬̥͎̥̹̯͇̱̻̲̞͈͖̙͔̙̥̫̻̺̥̮͇̳̹̘͙͇͕̳̜̭̟̭̩̫̻̬͕̭͈̲̭͇̞̜͇͔̻͕͚̙͕̥̭̤͔̭̠̙͎̞͉̲̩̺̼͎̜̙͓̬̠̞̮͙͖͓̮͇͈͇̜̫̻͖̬͖͚̻̣̻̳̤͔̖̱̫̠͔̝͖̱̟̗̘̯̤̖̞̖̲̟͕̫͕͔̙̖̦̻͚̺͚̩͕̞̱̖̰͓̼̗̼̜̮̖̹̙͇̻̲̞̤̮͔̮͙͖̙͖̬̠͚͔̭̭͍̜̖̰͍̙̟͚̘̗̼̰͈̦̗̹͕̮̳̗͔̭̼͓̥̫̗̥͕̼̼͓͎͚͈̪̭̞͈͍̠̬̪̭̜̘̱͍̝͎̰̼̻̳̗̠̭͓̠̼͍͕̜̦̗̤͓͕͉͕̰̼͉͕͎̖͚͉̣̻̻̩̥̫̟̲̥̬̪͎́͘͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅā̶̸̵̶̴̶̧̛̏͒̐̊̈̊ͫͫͭͮͮ̐͌̏̃ͬ̍̍ͦͫ͒̓̃̊̓ͥ̓́̇ͦ̀̇̊̆͂̓͑̾͂ͯͦ̂̓̃ͩ̑̌͐̔ͧ̄͆̔͋ͣ̄̏̊̐̑͊̾̒ͪ̇̆̊̎̉ͮͫͯ́̀̚͘͠͏̡̫̪͕̯͖̥͍̭̞̜̬̳̝̰͎̺̙̟̮̱̳̩͙̯̩̠̟͙̫̯̫̻̣͕͎̲̲̟͎̤͎̭͙̼̠̻̺̤̻̠͎̰̞͍͇̞̙̩͎̦̖͕͉̝͉͕̹̤̮̖̮̪̪̜͎̰̘̫̫͖̯̜̙̞̹̘̠̗͍̙̝̰̻̩̻͓̣̝̺̳͕̤̦̰͇̯̝̳̖̣͓̝̺̟̫̼̺͈͖͙̪̱͚̣̬̻̠̘̳̲̺͚͔̫̻͙̯͖͚̗̲̖͕̜̮̹͖̤͎͓͕͈̹̥͉̠͕̱͎̰̜̳̺̼͕̻͔̖̝̟̻̞̣͖̞͚͓͍̣̯̩̖͔̣̪̖͎̞̘̲̝͉͓̱̦͖̪̞̜͙̯͙̹̭̫̳͚̞̬͚͎̥̤̬͔̙͉̤̞̟̝̦͚̬͈̮͉͍̠͖̬͇̯̞͎͈̻͖̩͇̜̜̮̲̣͖̗͓͙͍̩̜͈̪̫͉̩̗̥̰͔͇̪̜͔̪̞͎̣̠̹̣̤͓͇̥͍̖͓̳̝͇̲̣͙̤̣̞̙̩̞̗̘͍̕͟͠ͅͅͅͅi̵̢ͤͯͩ̽ͫ̎̈́̎̈́͌ͬ̑͐͛ͨͯͭͩͬͣ̈́͊̾̈̌̌̑͌̉̈̓ͯ̈́̓̂̇̃̍̋͛̑̊͛̍ͯ͌͂́͐̉͊ͭͩ̏̇ͧ̿ͭ̊̍ͨ̽̎ͫ̒̿͋̒̂ͨ̈́ͯ̔͐͂ͥ̀͒ͪ̆ͫ̐ͥ̒̒͛̿ͣ̾̈́̊̓͊͂ͬ̉̋̑̉̿̌̈́ͧ̊̓ͤ̀̿̒̇̂ͣͯ͑̃̃̈́̐̏̍ͪ̆̈̃̇ͨ͌̇ͣ̊ͨ̂̉ͧ̄̈͛́̑̑̒̆̑ͦͩ͐̂̄̑̓ͥ͂̈́ͫͭ̾͐ͩ̄̉ͨ̊̔̃ͨ͊̇̃̈͌ͩ̑͗͛̌̈ͯͭ̓ͧͭ̈ͭͪͯ͌̐̾ͮ̓ͨ̃̓̔̈́ͤ̏ͫͩ̒̑̐̔̑ͭͥ̀̏̽̾̃̂̀̃̏́ͩ̅͌ͩ̑̅̽̒̈ͨ̇͋͊ͫ͌̾ͤ͒̒͂ͭͮ͐ͦͦ̃̄ͧ̈́͋̋̆̄ͣ͊ͮ̃̂͑͂͂̿̑ͫͦ̈͑̈́̑ͫͩ͆͆̐̌͒̄̉ͭͩͧͥͩ̆ͯͧ̈ͪͦ̋́̉̒͛̿ͦ̿̊ͨ͋͒ͯ̏͒͆̒ͥ͆ͭ̈ͨͫ̋̑́̿ͫ̉ͯ̓̾̏͂͋͑ͨ̐̓̈́̋̈̀̐̊̔͐ͭͥ́̑ͫͪ͐͐ͦͧ̇ͭ͌̍ͭͯ̎̓̔̂̍̒͆́͆̎ͧ̌ͪ̆͛ͭͤ̒ͫ̓͆̈́̾ͤ̈́̔̍́̽ͬ̿̔̄ͨ̌ͬ͆̈́̓͂̎ͧ͂̀̚̚̚̚̚͏̴̴̸̨̢́͘͞͏̧̣̲̞̺̭̣͚͎̺̙̙̣̼̰͔͙̙̤̯͚̗̯̙̺͇̩̤͚͉̣̼̪̙͙̭̩͎͕͈͇̫͍̞̼̬͓̯̮͈̱̼̼̹̰̗̞̩͉̘̣̹̱̲̱̦̟̰̦̳̲̟̞͎̯̝̤̼̤̜͍̖̥̝̮̗̥̰̗̙̟̼̺͓̥̯̲̞͖͔̬̤͕̞͚̭̝͕̭̫͓͍̣̣̯͖̪̬͇̰̥̖̳̘͓̰̠̬̭̜̲̳͍̣̝̞͉̮̟̯̼̱̗̹̞͚̩̼͖͢͞ͅͅͅt̵̸̶͛̈̉̏̃͌̆ͮͩ͐ͬ̊ͩͧ̔̿͋ͨ̏ͥ̊̾ͭ̓͂͌ͬͫ̑ͧ͊̊̇̅̎ͫ̃ͥͧ͛ͤ̇̉̈́̈́́̚͡͡҉̷̶̛̕͢͜͟͜͞͡͡͠҉̷̵̵̢̀̀͏͘͟҉̵̴̶̙̥̰͕̦̬̗͎͔͚͓͔̻̪͕̱͇̠̩̳̬̮̻̖̦̞̳̝̠͎̖̮̤̖̠͈͇̻̺̖̤͔͙̲̺̘̝͓͖͖̬̼̱̥̠̙͚̦̥̩̙̬̱͖̖̞̞̻̖̳̼̰͇͉͈͖͚̫͙͈̗͇͓̯͉̤̮͈̩̼̗̪̙͚̞̫͈̩̳̞̝̟̤̥̭̦̰̹̖̳͓̝̳̤͜͞͠ͅş̶ͧ̑̓̊ͫ̓ͯ̃͗̓ͥͥ́̆͋͗͂͛̅̏ͨ̓̇ͦ́̐̀͆̊̾ͦͦ̄̒̑ͤ̆ͬ̍ͪ̍ͭ̑̚҉̶̷̡͟͜͜͝͝͝͡҉̸͠͡͏̵̡͔̦̯̝̠̟̻̖͖̝̳̻͎̹̤̳̙̠͙̼̝̖̤͙̹̝͎͍̪̜͉͍̲̹̪͉̹̳̖͉̜̠̺̞̖̣̝̲̯̻͓͎̙̥͈͈̳̞̖̝̱̳̗̜̻͈͈̜͕̟̜͈̰͇̲͖͕̩̹͉͍̥̙̼̞̙̝̩̠̲̘̹̬̻̭̺̬̼̘͍̟̞̘͉̣͔͉̮̤͍͉͙̼̠͓̟̝̩̘͙͙͇̖͔̖͔̝͇̻̯͖̺̠͇̖͓̻̘̲̖̗̥͇͙͔̠̘͇͇̞̬̰̲̼̭̩̘̞͈̻͇̮͈̘̼̤͉̰̫̹̫̘̳͈̬̟̟̤͖̱̯͔̦͖͎̹̘̲̣͇̜͍͖͉̰̩͎̰̱̖̞͖͎̣̺̩̞̝̠͈̣̫͇̖̹͎͎̻͍͎̜̜͔͎̣̠͉̝̞̬̱̫͓̫̭̩̪̙͚̙̫͈͖̖͉͎̩̼͇̖̭͕̺̦͈͈̘͓̘̹̖̜̭̣̳͓̗͍̞̣̰̘̬͇̰̝̟̱̙̺̼̜̳̦̤̭̭̦̳̼̭͕̱̩̹͈̤̗̠̻̝͔͍̻͓͖̜̜̥͇̟̼̱͖̥̗̗̲͕̭̯͈͎̘̼̣̘̹͍̣͙͎̥͕͎̪͉͚̣̫̲͍̦̯̰̝̖̺̜̝͉̖̤̘̰̜͎̱̥̻̞̪̳̱͍̹͚̣̮̻̬̰̞̖̣͈̤̺̝̼̝̯̰̱͖͚͇͔̳̼̖͙̠̖̩̯͚̻͔̞̞̮̙̜̫̳͇̱̬̭͚̬̻̤̞̺̙͎̞͚̜̥̮̺̘͖͙͇͙͖̱̞̞̩͍̘̭̫̲͔̳͕̞̟̞͕̫͍͖̞͖̙̖̬͎̞̱̠̥͇͈̲͎̩̰͓͇̗̯̼͙̖̜̫̥̳̪̬̤̦̯̰͖̪̲̟̼̝͍̲͎̳͇̺͙͎̖̺͕̤̺̜͈̰͉͓͍̯͕͔̼̩͇̬̟̭̠̣̮̮̲̭͈̥̟̼̗͕̘̙̞̲̘̗̥̬̰͕̤͔̩̟̥͇͓͎͔̹͍̞̱̩̰̻̞̗̰̟̰̗̺̤̭͎͙̮̠̝͎̩̘͎̙̭͓͉̙̰͚͉̩͈̤̜̻̹̼̭̤͍̱̱̰̦̪̯̗̦͓̺͍̤̙̲͔͔̫̘̼̙̝̩͔̝̠̳̩̱̹̮̟͓̳͈͕̝̻̳̗̳̹̤̲̻̭̪̱̖̭͈̬̼̙̯͎͍̠͔̼͕͎̲̘̺̝̩̯͙͈̥̮̙̫͇͙̰̖̥̜͕̖͈̩̠͎̠̟̼̥̗̼͈̩͉͔̙̥̤̟͇̺̳̦͎̞̗̖͓͖̦̹̰̝̙̫͈̪̳͚͉̩̗̩̘̙̘̲̩͕̱̘̯̥̯̱͉̖̠͉̻̙̬̣͎͍͍̳̠̼̱̝̙̮͕̻͔̞̰̞̤̙̝̜̠͈͚̝͙͕̤̞͖̲̹̦͔̣͓͙͈̗͉̺̹̳̺̜̱̣̼͕͍̜̩͖͚̗̠̪͍̜̠̦͖̱̺͈̤̰̜̻̟͉̬͉̜̥͔̝̹̙̦̗̮̳̣͘͘͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̷̶̵̧̧̡ͦͫ͛ͯ̓͂̉̑͆͒̋͂̾͗͋͆́̏̿̅͂̂͋ͫ̿͑̇ͩ̎̏ͪͥ̃̈́̔̽ͩͤ̈́ͪ̅̎ͯͦ̊̍̒̇ͧ́ͨ̊̿ͣ͑̐̑ͯͫ͋ͯͫͭͦͪ͋ͩ̇͌̽̈̆́̄̈͆͑̈́ͫ̆̾ͧ͆ͫͧ̍͐ͧ̂ͧ͌̋͒ͩ̅̄̂̑̿̀ͯ̍͂̇̓ͦͯ̉ͫͨ̃̏̋͆ͮ̍͌͗ͧͯ͐̽ͤͭ͗̃̏͂ͮ̊͂̃̃̒ͮͩͭ͛̋͗̏͊̉̔̅ͭ̍̈́̈ͯ̋ͬ̐̐̃̆̂̐ͦͨ͛͌͋ͯ̄̐͌̓̂̔̒͗͛̇͛̊ͧͦͩ̉̈̎̓̂̅͋̐͛̑͑͐ͨ̋̇ͫͦͦ̃ͧͯ̓̾ͣ͑͂̒̏̏͒ͩ̃ͦ́̑̓͌̏͊̓̌ͧ́ͬ̎ͨͬͯ̋̽ͯͫ̓͐̌̆ͪ́̾̈̈́̓́͋͆̃ͨ̐͆̒̿̌ͧͪ̎̌̄͌̂́ͪͭ͋̓̈͛̐ͥͪͥ̃ͭ͑͋͛͗͌́ͬ̓̓ͫ̂̑̇̃̓ͨ̄̀͂̉͆̓͐̃̇̀͗̾̊͗͌ͪ͆ͧ̐ͩ͋́ͭ̂̆̽̂͗͂ͤͧ̑́͛̑̑͗̾̌̄̄ͬ̇͆ͣͫ̐̑ͮ͂͒̎ͨͬ́͐ͤ̃̔̌͒̆͑̈̿̃̇̃́ͭͭ̉ͨ͌̽̎̌͒͗ͩ͋̒́͐̉̇ͪͫ̒̄́ͯͧ͗͋͛̍̎͂̀̂͑̋͂̈́̽́͋̈́̂͆͑̍ͫͤ̑̎̈́̈̓͊ͮ̉̃̐̈͒̊ͩ͊͋̾͛̃͛ͧ́ͭ͂̓͐ͦ͌̽̆ͥ̐̇̄ͤͮ̓ͦͣ͗̍ͬ̾ͭͦ͋̍̎̑́ͣ̍̎ͥͯ͋ͣͣ̍̾͌͌́ͪͬ̎̐̈́͛̄͆̄ͩ͗̇ͫͫ͋̌ͦͤͫ̃̑̈̍̑̋̉̽ͫͪ̈́̔̿̅ͭ͑ͣ̔̇ͬ̒̍̀̈̅̆̿͊ͤ̄ͣ͌͗̅̑ͩ̓ͩ̏͂͗̄̃ͫ͐ͯ̓̔͑ͦ̐̑̌̅̿̍̂ͩ́͂ͤ̾̄̐ͭ̽̄͋̐͋ͣ̅̽̉̍̔͋̐̈ͩͥͧͬ̔̈̔́̈́ͩ̿͑̀̌ͭ̐ͫ́ͪͨ̃̔̿ͩ͐̏̅̐̏̃̃̿͌̋̎̄̄́̎ͦͨ̐ͫ̑̅̋̅͊ͦ̍̉͆ͧ͒ͥ̽̂ͪ̽͂̊̄̿͒̄͑͛ͦͩͬ͊ͤͦͫͦ͆̂̇ͤͩ̉͋̐̽͌ͫ̈͒̾̂͋͌ͩ͂̐͐ͦͦ̋ͮͩ̚̚̚̚̚̚̚̚̚̚̚̚͜͢͢͜͟͜͏̵̴̵̧̢̡̛́͜͠͞͡͝҉̵̶͔͉͈̦̥̖̺̱̬̞̪̹̹̝̬̰̭̗̮̱͇̩̱̞̳̲͈̠̩̼̺̱͎͓͔̖̬̬̤͕̗̮̺̰̺̯͚̫̩̞̺̬̱̱̖̺͔͇̖̫̤̟̳̥͍͚̙͙̝͉͚̦͉̼̠͉̗͈̭̰̺̤̬͕̱̤̳͕͓̦̯̤͇̙̼̤̺̲̻͔̗̼͚̩͉͎̳̘͍̳̹͍̬͉̭̯̜̯̦̗̪͉̞̗̯̱͍̩̰̳̜͙̗̙͕̤̗̳̜͎̹̙̯̜̭̩̦̤͙̹̻͕͈͕̙̞̱̱̮̱̤̣͎̲̙̗̱̝̲͈̝̰̦̪̱͚̩̪͇̟͍̱̙̙̠͖̠͍̤͍͖͕̻̦̮̩̤̻͙̣̻̳̩̻̙͖͚̟̜͈̲͔̰̬͙̝̠̮̩̳͈̗̰̘̫͉͈̰̺̬͖͓̜̗̭̼̝̗̫̩̞̰̲̯̳͍͍͈͔͕͖̲̙̦̖̰̭͉̮̰̦̩͈̼̯̤͉̯͔̘̹̰̲̲̼̭̼̠̙͉͈̮̟̻̦̦̺̦̘̜̤̞̙̯̤͚̺̟͚̼̠̬̙̮̹̬̰͍͎͈̪̫̝̩̖̞̘̞̞̭̬̺̼̱̝̦̟̲̣̺̮̝͎̙̭̘̖̺̥̫̱͇̘̱̣̻̺̜͈͉̣͉̩̯̠̘̞̣̝̭̟͓͎̰̺͓̺̞͖̣̙̹͉̲̙̝̞̖̰̦̞̟̰̺̘̤̪͎͚̺̬͕̪̮̩̗̖̣̣̼̣͖̳̳̲̣̮̺̝̪̥̘̺̥͕̫̣̫̲̠̯̯̱̹̻̻̲̼̤̤̯͖̦͎̯̘̘̥͕̗̘̹̮̘̜̞͚̹̞̳̺̪̲̻͎̤͇̮̟̲̰̩̺̻͔͓̥̦̝͔̱̮͍̮̖̦̺͖̦̻͕̻̞̜̞̥͕̳͓̤̺͉̤̭͓͈͚̣̤͈͎̦͎̦͕̗͈̞̲̘̯̬̩̳͈̤̗͕̰̠͓͖̙̖͕̰͕̞̺͖͔̜̤̞̳͙̮̬͉̣̜̜̮͎̬̖͕̥̻̘̻̮̳̮̮̻̖̺̩̰̝̩̲͉̪̯̻̹̦̦̬̥͎̤͉̭̝̗̙͓̹̺͓̻͓̟͎̜͍̤̗͕̹̮͉͉̺͉̰͓̱̭̗̭̟͓̬̜͍͉͎͉̼̝͓̭̲̞̤̮̤̩̗̬͙̥̰̜̗̖̝̼̞͈͇̭̠͕̦͙̪̠̘̖͙̻̺͎̻̫͇̺̪͔̪̣̠͓͉͍̺̤̳̜̠̩̮̥͕̮̯͎͎̬͔̻̪̜̟͍̝͍̟̺̜͕͖̬̝̹͓̫̯͉̝̘̠͙̤̯͖͎̟̦̟̺͖̲̲̬̘̭͈̰̲̬͉̰̯̝͙̠̥̻͉͉̳̙̖̰̤͙͖̰͖̘͖̻͚̳̬̦̦̟̺̫͖̬̯͔͓͚̩͍̲̖͓̩͓͔͖͕͇̜̥̯̹̲̪̺̪̝̬͕͉̫͍̪̫̫̩̤̗̲͖̜͓̲͉͇̙̤̩̗̬͍̩̭̹̹͇̩͈̦̲̞͉͇̘̯̟̱̠̯͙̖̯̥̻̭̺̞̠̤̻͍͎̜͕͙͎̗͎͔̠̟̭͓̜̘̼͖̬̤̯̘̹̦̞̩̲̜͔̺̲̥͈̻͕̻̟̪̙̦͎̀̀͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅB̒͆͊̾̏̎ͦ͋͗̑́ͯ̿̂́ͭ͒̌ͦͭ̓ͬ̂ͤͥ̽̐̌͑͛̽͐͛͂̾̓̿͋͂ͬ̄̆̇̆̂ͨ́́̐ͨ͗̏̈́ͪ́̿̃ͭ͑̐̃̈̍̑ͩͪ̏̂͋ͣ̅̑ͥ͛͒̈́̒͆ͨ̒͛̈́̍̀̆ͫ̊̿̽̒͗̒̇ͯͥ͌̾͋̾̇̍ͫ̈̅͊̈́̑̉͂̄ͫ͆͗̒ͮ̊̾̊͂̄̋ͪ͑̅͌̅̆͊̄͑ͧ͒͊̓̍̄͋ͯ̆ͧ̌̍̒͂͒̄̎͛͋̌͐̈̑ͫ̿͛ͦ̿͋̅ͫ͌ͭ͑̿ͯͮͭ͋ͮ͐̔ͨͯ̈̌ͭ͒̐ͩ̔̈̊̊͗ͭͯͩ̄̅ͤ̀͛̑̂ͨͩ̋͗̈ͪ̅̈́ͭ̌ͩ̃ͧ̂̾͂͂ͦ̍̎̑̀ͪ͛̆̇͊ͣ̀̽ͮ̓̉͛̍̅̀͂̄ͪ̔͆ͤ͆ͦ̇ͨ͛ͪ̒͋͋̎ͩͫ̐ͭͯͦ̃̎͗ͮ̒͐̐̃̊͌̏̓͌̈̂̄̿ͧ̄̔ͧͭͯ̈́̎ͩͫ̒ͪͨͮ̈̐̎̐ͥ̊̆̃ͮ́ͬ̍̉͊͒́̑̀̃ͩͦͮ̄ͭ̑ͨͭ̐̆̒ͯ̐͆̍̃ͧ̎̎ͯ̍ͯͬ͒̈̏ͯ͑̅̅͛̓̓ͭͮ͆̎̓͆͆̒̆̽̈́́̽̓̈́ͤ̀ͨ͐͗͊̃̋͊̆͆̋ͦͯ̆ͦ͗̐ͭͣͨ͐̃̿ͬͨ͒̄͆͗ͭͨ̆̀ͪ͑͑̾͂͊̀̆̀ͤ̄ͤ̃̔ͫ̐̑ͩ̄̈͆̿͒̎̋̉ͮͧ̉ͯ͒͛͌͐͑͊̿̇͐̍͊͊ͣ͗͆̇ͧ̂̄̀̾̌̾̄̉̓͗̎̽̊̽ͬͫͬ͋̆̌ͪͦͩ̾͗͂͛̎̇ͮ̍̉͐̓̔̍ͤͧͤ̔ͭ̾̈́̿̈́͆͛͐̏͆͑ͯ̓͑ͭ̉͊̂̿ͪ̐͛́̓ͦ̐̈́͛̃͆̎ͦͨ̋͂ͯͣ̇̅̎̐ͤ̓ͬ̒ͭ͂͌̀ͫͮͯͨ̄͊̾͐̿ͭ̈̾ͯ̾ͭͥ̽͗̄ͤ̉̉͂̾̔̀̃ͧ͌͒̃ͦ̐̃̏ͦ͂͒͊ͩ̌̉̓͂̋͂͂ͨ̉ͫͤ̅̇͗͊̓ͯ̔̎ͨ̒̋ͦ̅͋̉ͦ̎ͥ͛̏ͥ͑̽͆̀ͩ̆ͯ̒͒ͮͪ͆ͥ͗͂̽͛ͣ̉̂͊̈́́́̔̂ͤ͂ͥ̋̈͌ͫ͋̏ͥ̌̐̂̈̔ͮͮ͑ͪͭͧ̋̈́͌̾̉͑̄̏̓ͤͤ̎̌͂͋͆̊ͪ̌̓̇̈͐͒̄ͮ̓͛ͣ̇̎͂̓̄͆̑̂͋ͤ́ͦ͐̎̾̐ͬ̿͆̾͂͗̒̀ͪͯͫ̒ͤ̿͗̑̃ͪ̈̈́ͩ͌̾ͣͫ̃͋ͬͩͦ͆ͫ͗̃͋ͪͪͩ͐̇̉̌̃ͪ̍͑̒̋͌͒̔̒̒̉̂͌̒̈̐ͥ̽ͩ͗͐̓̈́͗ͯ͊̇̎̂ͩ̅ͮͩͮͤ̑ͯ͒̐͌̎͌ͨ̒̓̓͒ͬ͂̎͒̒̿͑ͬ̂̇̾̋̊̑͑ͪ̊͐͂́ͫ̊ͥͥ̒ͥ̈ͧ͌̈ͮ͑̂̓͛ͯ̑ͤͯ͛̄ͨ̏ͣ͒̈ͯ̽̒ͮ̇ͣͤ̔̄ͬ̐̔̆̏ͬ͌̀̈́͛̔͌̍ͪ̈͌ͣ̑̋͑̉ͥͮͮ̏ͩ̎ͥ͒ͥͯ͒̔̐ͧ̄̇͋̏͋͋͌̂ͣͩ̚̚̚̚̚̚̚̚̚̚̚̚̚̚͝҉͏̶̷̶͡҉̷̷̷̛́̕͘͜͟҉͏̛̀̕͟͠͏̸̸̷̴̡̧͍̲͇͙̯̥̤̥̮͉͙̬̼̣̙̤̻̣̦͙̖̣̫͔͍̲̬͇̞̬͇̪̹̳͖͕͉̪͍͉̻̤̰̺̯̗̦̪̼͇͍̘͙̹͓̠̥̞̰̬͎̞̙̱̙̠͈͍͚͇̮͓̱̻̥̰̙̪̜̞͈̭̝̳͇̼͇̲̟̰͇̖̩̫̙̜̻̰̲̜͚̥̖̲̬̩͈̟̤̲̝̗̜̙͙̬͓̫̙͈̰̣͎͔̬͕̲͍̝̞̖͎̳̥̞̬͈͍̟̩̣̻̳̻͖͚̖̹̫̟̯͇̬͖̝͉̩̗̰͍͈͉̠̖̰̭̥̣̼̼͕̰̹̬̰̱͓͉͎̪̤̞͎̯͔̤͇̘͕͕̗̮̤̜͍͍͇̫̬̠͙͍̗͍͕̼͓̯̪̺̮̩̝̖͚̣̯̼̬͉̺̤̻͉̘̮̟̭̹̪̺͖͖̩͔͈̜͙̘̹̭̖̺̮̪̻̝̮̞̲̜̮̝͚̜͕̭͎̮̳̙͈̥̟̯̺̙͓̝̹̳͉͙̘̯͖̼͇̯̪͙̳̝̟̠̥͉̹̮̩̭̤͔̱̮̣͕͔̭̖̥̻̟͙̫͎̻̜͎̻͎̠͚̤̩̖̞̮̲̭͔̪̞̻͓̦̗̞̞͎̪̗͍̯̝̗̦̗͉͖̻͙̣̼̭̫̲̹̯̼̫̟͕̰̤͚͉͖͈̩̹͎̖͈̭̪̱̫͎̻̘̰͈̤̻͇̩͍̲͔͙̦̦̖̤͙̻̰̝̝̺͕͉̰̗̱̰͉̗̖͉̤̟̟͙͖̙̞͉̗̹̫̟̟͈̬̬̙͔̞͔͉̹͎̥̱͉̺͎̩̺̙̯͈̩̝̯̹͙̯̙̼͙̗͔̗͚̙̳̙͔̗̠̫͍̹̘̟͇̻̟͘͟͟͞͡͞͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅȩ̵̶̴̢̢̧̐̿ͩ͂͒̽ͮ̉̅ͥͮ̈́͆̾̿̐͑ͣ͛̈ͤ̔̐̎ͧͩ̈̉̅̃͌́ͯ̃ͬ̇̎ͨͬ̔ͤ̓̀̓̆̉̿̇ͩ͛̇̀͋ͨͦ́ͫ̽ͥͯ̃̓͐̔́ͪ̔ͦͮ̃͆ͤ̀̽̓̑̀̇ͬͮ͋̈͂͗ͬ̾ͩ͌ͭͫ͋̐̽ͣ̂͊̓́̀̐͐̓̂ͯ̇̌̓̓̅ͭ͐̇̂ͫ͐ͪ̄̽͒͐ͬͩ̽ͪ̅̄͑ͨ̐͐͐͐ͩ̓̈̓͆̅̔̾ͭ́̾̇͆ͤͧ͊͆ͭͯͤͫ̋̀ͮͦ̀ͬͬ͒ͦ̏ͥͫ̏̃ͬͣ̌̋͛ͮ͑̇ͭͬ̑ͩ̔̽̅ͨ̅͛͋̔͛̈́̓̉͂ͥͬ̓̈́ͯ̒͊̽̎͌̐͛͌͗͐͂̓̆͆̾̂̔ͣ͌̍̈ͦ̌ͣ͆̽̑͆ͯ̅̉ͨ̌̓̆̇̔ͥ͌͒̃̍̐̃̅ͨ͑̓̏́̉̏̅͆ͬ̎̅̇̈́ͭ̊́͆͐̔͊ͫ̀̓́̈ͩͫ̍ͪ̒ͮ̆̈́͒̃͌ͯ̊̔̏ͭͧ͆̽ͩͧ͗ͮ̋ͣ͑ͮ̆̐̇͊͛̿ͦ̓̒̉̃̄ͪ͗̇̅ͧ͌̃̐ͧ̑͋̓͊̋ͫͫ̂̍ͨ͗̎̇͋͑́̄̑ͮ̂̽ͣ̀̽͋̄̋͗ͯ̃ͩ͐̐̇͂̍̇͑͂ͣ̋̓̓́ͥͦ̑ͮͣ͛ͧ͋̏̉͐ͩͦͪͨ̈ͭ̽͐̎ͬ̏̏ͨͫ͂̊̊͑ͪ͗̔̔̈́̅̐̾̊ͮ̂͊͋͆̓͑̒ͪͭ͑̅͒̌͑͊̿̔͊̑ͪ͑̎͂ͭ͂ͯ̆̄̇ͭ̄̈́̒̅ͩ̎͒ͮ͂̽̆͆ͧͯͥ͑̽ͯ̒ͨ̉ͭ̀̎ͧ̈́̓̽̐̄͒͐̈́̄ͫͤ̾̔͌ͥ͆̇͛̐̽ͤͫͮ͋̍̔̑ͯ͐̆͗͗̒͐ͧ̃̿͛ͦ̄̄͒̈ͪͦ͛ͤ̽̽͌ͥͧ́ͩ̇̓̃ͧ͊ͮ̔̑̀̓̔͛͂ͮ͒̓̉̈͊̔ͤ̃͋ͭͫ̊ͩ̃ͥ̿͊̔͑͂̿̍́̓̊̌͆͆̃̎̇̓͂̅̇͛ͯ̐̄ͥ̒̑̐ͮͧ̎̑̉̈̈ͭ̌̅̈́̓̎̀̆̔̓̍ͥ̓́̌̃̌̿́̀̚̚̚̚̚͘͢͟͜͠͠͡͠͠͏̴̴̡́́͝҉̨̨͇͙̲̱̱̲̤̗̖̙̞̮̜̜̞̠͔̩̮̗̱̲̪͖̹͔̲̖͔̺͖͎̫̫̺̖̪̣̖̳̪̱͍̼̜̩͎͍̼͙̤̻̩̥̯̟̲̩̝̺̜̰̝̬̘̦̺̠̼̻͚̘̮̲͎̜̝̫̜͓͍̼͙͚̼̪͈̭̦̬̝̭̭̟̖̭̘̪̱̝̲̺̘̲̩̝̦͍̟̥̘̬̞̱̳̖̲͈̟̻͍̘̲̯͈͉̲͙̫̯̪͍͙͚̩͚̣̫̝̦̣̬͔̮̙͉͚̱͉͎̜̩̪͇̙̟͈͙͖̘̞͔̼͈̬̮̞̭͎̭̹͚͔͎̯̲̥͖̻̱͚̠̟̹̟̰̮̹̬͍̖͇̥̪̪͍̹̙̝̹̖͕͍̘̹͕̯̬̙̮̙̙̻̠͕͖̳̜̩͖̭̥̙̪̘̙̞̹̟͇͍̩̰̠̹͍̝̬̭͖̱̟͉̥͎̬̱̦͈̪͙͈̻͕͎̣̰̱̟̰̖̮͉̜̭̜̦̗͚̘͈̥̠̪͇͚͕̩̝̺̘̳̜͕͙͕̘͍̜̭̺̱̦̭̼̰̱̱̬̮̘̳̝̩̮̹̹̪̮͚̻͚̗̥̬͕̳̩̥̘̰̟͖͈̹̤̤̩͖̗̫̲̭̪̯̮͔͙̖̰͍͍̪̙̹̹͇̙̼̪̻̹̼̟͙͖̰̻̹̼̥̫͔̺̭̩̥͕̳͈̺͎̹̙͖̣̗̬̠̠̳̺̹͎͔̩̮̬̭̲̫̙͕̲̞̦̦͔͙̼͍̥̗̙͔͉̣̟̺͖͉̪̟̫͉͇͎͙̼͍̞͍̞͍̘̩̠̤̹̞̗͙̘̠̙͕̙̺̘̫̱͍͙͔̬̩͕̞̗̞̬̩̘̭̞̲̩̱̝̭͎̙̲̼͚̖͎̩̦̯̼̻̼͍̘̞̞̤̼̙̗̹̝̘͚͔͔͕͕̖̫̼̭̤̭̯̣̖̹̟̣̯̟̣̟̥̳̰͍̞̖̳̥̤̞̭̩͎̬͔̙̙̞̞̟̦̹̼̖̣͔̗͎̗̪̦̝̲̼̹͇͍͍̭̺̫͉̯̘̜̘̺̜̦̩̖͇̫͍̦̰̭͎͇̥͓̪͍̜̦̺̩̬̻̗̦̼̗̪̣͈͖̰͖͉͔͔̖͎̬͓̙͕̩̝͎̱̬̤̦̦͓͙͓̝̝̤̗̠͙̭͈͕̥̖̣͓̦͉̝͖̯͉̦̱̙͇̪̬̯͜͝͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅh̴̓̐̈́ͤ͐̋̓̊͌̄̄̍ͭͪ͑̑ͤ̑ͣ̎ͫ̏̒̌̓͆̈́͋̀̂̏͆͂͂͒ͦ̍̑̓̈́ͯͦ͋ͦ̋̇̍̐̉̾̿̄̈̂ͨ̑̔̒͐̈́͂̃ͪͭ̍͂ͣ̇ͪͩ̇̿͆ͧͬ҉̴̡́͘͝͝͏̴̷̶͘͡͏̸̡͠҉̵̸̷́̕͘̕͜͜͠͏̶̛͔͎͖̼̝͖̱͙̱͖̺̦͎̤̝̤̝̱̫̳͓̻̼̦̯͍͎̼͓̦͇̤̙͓̺͈̱̩͙̠͔̮͖̯͔̗̬͖̣͖̭̬̝̹͚̮̭͈̩͖̤̪̖͕̥̲͓͇̫͔͉͚͇̣̙̯̼͔̪̦͕͇̥͉̥̖͖̱͚̭̱̪̫͖̺̩̜͇͚͍̙̥̺̪̯̥͎͍̺̘̤̟͈̞̖̘͔̝̭͍̤̙̻̯̣̩̫̙̝̯̜͈͎̝̥̘̰͇̰̹͍͕̣̜̙̲̠̼͙͍͕̰̟̙̣̝͖̖̪̯̱̮̞̫̣͓̱̣̤͕͙̖̮̙̗̻̗̯̩̙͈̦̼̼̰̘̝̙̱̹̘̠̤͔̗̟̭̝͕̭̣͚͇̱̝̙͎̮̪̳͍̦̦̺̯̮͚͍͙̳̲͔̱̳̲͓͎̹̹̣̺̖͓̘̯̗̝̮͕̙͙̪̬̳̰̺̫̬̩̪̯͎̟͎̹̦̜̼͕̯̫͉̫̰̖͎̞̠͖̣̪̺̖̬̳͕̜̮̀͘ͅͅͅͅͅͅͅͅi̵̴̧̨̡̛ͨ̓̋͆̊̀ͣ̔̑̅͂̆̉̍̾̏̒́̈́̇ͦ̎̏ͨ̓͂ͫ͆ͣ͑ͤ̾͐̎ͯ͆̽͗́ͤ̇̃ͧͮͦ̉̐ͤͦ̿̀̃̐͑ͩ̔̐ͦ͂̐̅̒̏̑̔͆̈́ͪ̽͋̽ͫ̊͐ͦ̍͛̈̐̂̓ͮͣ̂̈ͭ̓̒ͮͮ͂ͥ̽ͯ͑ͮ̆̆ͨ́͂̍̄̿̇̈̊̀͊ͪ͛ͨ͂ͯͮ͂̑̔̋ͨͬ̓͊͑̉͂̅́̊̄̔̑ͦ̂̅ͧ̓͂ͮ͊̋ͥͤ̐̐̍͌̓͗ͨ̿͌̾ͫ̇̀ͬ̊̂̑ͩ̂̓ͤͥͮͬ͆ͯ̌̔ͭͮ̈́̔̌̒̌ͣ̒̍̒ͦ̋̂̊ͧͭͭ͗͛͊ͣ̇ͨ͆̂̋ͯ̄͆͐͋̄͋ͦ̓ͨ͒͑̇͋͛ͩͤ͊͐͆ͣ̄͋̾ͧ̋͂̋̅̑̒ͥͫ́ͫ͆̑͊̇̆̇̏̇͒ͩ̈̒͋̽ͫ͒̇ͫ͛̈̒ͣ̀͂͋ͪ̔͆ͯ̎ͤ̈ͤ̂͌͊́̈́̓ͦ͌̈́̌̅̒̊͊̈́̔͗͛ͧ̇͐̑ͨ̀̉̍̿̽̓̄ͣ͑͊ͫͥ͛͂̓ͤͯ͆̒͂̈́̈̎̀ͧ͒͊͐̾̿͌ͦͮ̒̈́̾ͯ̀̏̎̀ͭͤ͂̃̿̉̑ͥͥ̓̇̔̒ͭ̓ͤͦ̐̃ͣ̒̈́̐̓̔̒͐ͥͦ̇̃̒̍͆̿̾ͧͤ̎ͩ̏́ͯ̌̇ͭͤ͌ͯ͌̓̂ͮ͛̎̒ͧͥͨ̄̈́̄ͥ̂ͦ̉̑̌̇͋̃̐͐͋͂ͩ̊̎ͧͮͣ̍͆̇̄͑͌ͫ͆ͧͨ̾̊̄̍̅̎ͦ͋̎̒ͥ̊ͪ́̑̃ͤ̽͊ͩ͗̄̄̒̿̅̆̈͋̓ͥ̀̈́̒͗͂́͛̇ͫ̽ͨͥ̓ͧ̽ͩ̈̑͊ͫͩ̊̍́̃͛͛ͥ̏͑ͦ̒͛͂͑́̋ͥ̌̐̋̊ͪ͋͌͆ͬ͋ͪ̿̃͐ͨ̑̒͋̌ͭ̉͛̈́̈́̈͋̆ͨ͗͆ͧͦ̒͐̌͛ͤͥ̉̀͒ͬ̿̒ͪ̊ͦͨͦ̉ͦͪ͑ͬ̓ͦͭ̄̍ͩ̋̔͛́̊͗̓ͣ̂ͤ̃͂̓̇̑̔̒̇̉͗͐̈́̇ͩ̽̂̈́̃̓̉̽̈́͑̃̿̿̒̈́͛̃̍̈́̽͋̑̏ͫ͗ͤ͋̋̃ͫ̂͛ͩͭ̉̋͌̃̐͆̂̇͊̇̂͐ͮ̋͗̂̽̓ͦͥͧ͂͂̆̉̃̃ͨ̾ͮͬ͆̋͑̉̓̒̎̄̽͐̈́̓͆ͬ̈́̍ͦ̔͐͋̂ͮ̌̾̾̿̊͗̈́ͬ̅͛̾̿͊͗̈́ͯͪ͗͊ͧ̃́̅͑͋ͭͬ̇̑̓̇ͯ͊̑̿ͤ̅ͧ͐͗̌̄ͥ͂͆̍̂̐̈́ͮ̃͒͐͑ͨ̔ͧͪ́͑̋̐ͭ͆ͪ̒̌ͭ̑͑ͯ̅͑͋̐̅̆̽͂̏̑ͫͨ̀ͥ̄͗̿ͤ̽́̚̚̚̚̚̕͢͟͝͏̷̴̸̛͞͝͏̶̷̶̶̨͜͡҉̩̘͓͓̥̰̬͓̺̯̫̟̰̺͚̻̠͔̼̠̪̪̟̞͇̮̯̘̮͍͇̻͎̩̫͖̮̞̞̝̞̘͕̗̹̤͕̬͇̟̞͓̠̹̖̟̱̬͖̱̠͓̼̟̥̫̥͈͈̖̗̜͈̬̞͚͉̟̮̠̞̮̮̖͇̬̣͈̩̲̠̗̠͇̬͓͓͖̝̤͖̬̦̼̬̼͕͈̯̱̩̬̻͚̝͇̳̦̞̝̠̣̰̦͍͎̮̙͍͓̻̻͔̩͔̬̖͈̠͙̭͕̗̠̳͍͖̩̜͇̼̘̟̫͙̺͚̫̣̟̘̠͚̲͉͍̥̺̹̞̳̹̦̻͚͖͎͓̭̱̭͕̟͓̖̻̝̜̳̙̳͖̟͙͉̘̩̟̠̼̳̣͈̘͓͓̦͍̦̭̟͇̥͇͚͖̰͕̪͇͍̮̫̪̘̥̱͇̻͍̣̺̟̪̻̟̣͕̺̞̤̥̩̰̱̹̫̫̳̞̼̦̮̹̬͖̪̼͕̤͓̱͓̮͇̯̜̖͙̘͔̺͎̞̱̤͔͔̻̘͓̯̠̹͍̳̪̰͙̣̭͇͓͓̘̱̤̭̤͢͢͡͝ͅͅͅͅͅͅͅn̷̵̢̢̡̡̡̡̛̛̎ͩ̾̃ͬ͛̍ͦ͊̐̔̂͋̂̽͑ͨ̅̉̿͗̔ͧͦͩͫ̈̎̄ͦͥ̑ͤ̓̍͋̉ͯ͗͐̐́̓͂̔͊ͪ͆ͩͦͣ̾̔͒̊ͩ͂̌ͯ͐͂̏͗̿̓ͨ̾̄̈́̽̈́ͮ̂ͪ͊̒̿ͣ̋̾̄̾̍́͋̊̎̿̃̒̍̉ͧ͆ͣ̀̇ͭ͆̑ͮ̾̑͂̑̍̏̅̌̊ͣͧ̑̃̉̿͒͆ͨͩ͊͗̄̂ͩͦͧͭͭ̒͌̐̊ͯͧ̉ͬ͑ͬ̾ͨ͒͛ͪ̂ͧ̒͌͐͒̀ͨͬͥ͗̀̋̋ͬ̎͒̌̍̍͛̇̎͊͊ͯ̀͗̅ͧ͑ͯ̅̊͂͒̏̇̄ͭͤ̅̑̄ͬ͒͊ͦ͂͐͗͑ͧ̊̋͆̊͒́ͤ̿͆̏͋ͨͩ͂͒̎͛̔̓̾̎̉͂ͥͬͪ̈̾́ͧͤ̓͊͊̄ͯͯͨ̄͆̅͋̽̎ͮͫ̍ͬͤ̍̉̌̿̿̈̑ͭ̌ͧ̈́͒ͦ͌ͮ̊ͫ̔ͫͨͯ̑͌̋̈́̀̚̚̚̚̚͘̕͜͟͠͡͏̴̩̱̗̣̻̗͈͚͖̪̩̯̙͙͕̜̫̺͈͎̠̬̱͇̪̱̣̠̱̥͙̯̟̼͍̝̲͍͙̮͎̯͈̥̳͍͔͕̲̗̟͇͉͔͕̯̱̗̩̜̦̝͓͕̝̥̝̩͙͎̼͓͚̟̮͚̥̗̺̱̟̤̮̩͚̩̗̯̹̱͓͈͉̮̺̮̬̹̬̟̺̻̬͍͍̳̞̪̺̳̰̞͚̜̬͔͚͕̜̤̗͔̟̫͎̥̬̺̟̱͇̲̦̩̯̣̳̞̗̺͉̲̖̩̖̻̱͔̟͇̪̻̠̩̺̥̩̟̺̻͖̫̣͖͈̙̲̰͈͖̩̖̝̺̫̬̞̤̠͔͍̬̲̤̮̜̳̗̰͈͍̦̲̮͔̥̭̳͍̰̟͎͉͇̤̗̥͚̙̭͚̲̺̩͎͖͔̫̗͕̟̱̜̰̟͔͇͙̻͎͎͎̼̗̻͓̺̬̹̘̗̗̭͈͉̬̘̭͕̘͉͎͈͙͙͚͖̠̦̟̠̤͎͙͉̼̖͓̬̬̯̘̹̺̰̥̺̦̼̱̝͉̝̖̠͉͈̯̹͙̝͍͍͓̭͇̣̤͖̘̼̜̟̗̱͉̜̖̱͇͈́ͅͅͅͅͅͅͅͅd͌ͨ͆ͪͤ̔̔̈̃̋ͦ̏ͤ̐́͐ͫ̃̃̅̂̃̐̓̓̒ͤ̏̏̋͑ͦ̀͗͑̐ͥͤ͋̿̎̃̽̍̒̍̇ͧ̔͌̽̓ͨͤ́͛ͬ͂ͫ͗͆ͬͪͩ̌̈ͯͩͫͣͫ̌̍̌́͂̎͂͗̅̇̄̓ͫ͗ͭ̒ͫͧ͒͛̓̒̽ͭ̇̿ͥ̅̏̍͊̈́ͣ͋̈́̿͆͌̂ͤ͊͐̉ͥ͆͌̈͑̄ͩ̓ͥͤͭ͋ͦͮ͌͊̾ͩ̎͑͒ͧ̄ͩͪ̍̈́̆ͦ̈́͆ͯ͑̒̃̑ͧͪ̈͛̐͊̂ͭ͌ͪ̅̒ͨ̍̒̍ͩ̍̏̃̇͒͛̇̆̄ͮ̐ͥ́ͧ̐́̔͑̂̈́ͤ̐̌̐̈́ͤ̾̊͋̈ͩ͗ͭ͐̊ͤ͗̈ͪͩͭͥ̆ͦͪ̊͒̅̍̒̐̏ͭ́̋̇͛͑̍̈́̅̿̏͌̈́ͩ̈́͗̎͗ͭͦͩ̌ͪ͂̂͛̐̃̎͊̿ͪͯ̋̅̏ͣ̉ͪͯ̆̑̈͋͋̋̽ͥͦͪ͌͆ͪ̿̇͌̃ͩ̑́̽̏̈̑ͩ̇̿͗͐̍̈́̍̋̊͛̑̎ͣ̐̊͂̅͌̀ͯ̉͋̎ͦͩ̄̂ͫ̐̔̂́̓̒̿͌̊̓ͣ̊̔̔ͣ̊̇ͯͭͤ̍ͭ͂̆̆̇͗̃͛͛̑̔̐̇ͪ̿̓̋͂͌̌̏ͬ͋̿̊̍̑͗ͬ́̾̓ͪ͋̂́ͪͮ̂̊ͫ̓̍̒̄͑́̊͛ͨ́̋̈̒ͫͧͭ̑̏̏̄͒̎ͬ̇ͧͫͩ̑̆ͩͧͣͬ̍͌̿̉ͨ̔ͭ̏ͥ̋̉ͫ̔̏̌̍̓̈́̌ͭͧ̑̃̈́̐ͯ́͌̀ͮ̓̽͋̑ͮ̓̇̓̍̂ͩ̽ͨ́̍ͥ̇̋̿̔ͨ̈́̀͊͛̿ͮ͑̓͗͂ͥͨ̊ͭ̔ͬ̈̿̾̃̇ͣ͛̈̉̏͒͐̆͛͌̃̒̓̓̽̑͊̅̐̄̈́̒̈́̒̐ͣ̏̃̏ͯ͆̈ͪ̅̾̄̂̓̐̎͗ͮ͐̽̑̂̄̏̌ͨ̊ͩͦ͛ͩ́ͦ̈́̋͑͐̀̓̏͑̊͌̋͐ͦ̒̈́̎̇̍̃ͮ̈́ͭ͐͋ͭ̏́ͯ̾ͤͤ͊ͫ̐͐́́̚̚̚̚̚̚̚̚͘̕͜͢͞҉̴̸̷̴̢̡͠͞҉̧̧̀͢͝҉̷̶͘҉̛҉̵́͘͘҉̧̺͉̬͖̬̻̹͎̮̙̬̫̭̦̰͍̝̹͓̻̼̼̼̼̬̭̮͕͔͚͎̺͖͍̩̺̦̳͍̩̻̹̖̹͔̳̩̥̫̯̟̮͉̱̬̮̖̜͚͓̤̖̝̰͍̞̰̮̫͉͉̗͎̥͚͕̪̬̫͍̦̘̱͎̦̳̝̪̦̥̦͙̭͙̠̭̗̰̯͔͓̞͉̺̬̟̥͇͖͚̺̫̼̺͍̠͓͖̙̤͖͖̜̱̳͓̼̯͎̠͔͇͍͓̗̟̖͈̖̞̙͎̹̟̱̫̳̩͈͎̖͎̬̱͙͚̦̖̙͉̰̖̼͖̦̫̜̰̩̤̝͈̫̣͇̟̱̩̗̺̜̘̹̖͉̭̗̼̥͉̪̘͇͈̗̭̟̼̳̣̪͓͙̤̳̠̼̥̯̣̰̭̣̻̯̤̤͓͔̳̻̳̟̱͓̗̠̬͇͙͉̬̥̼̰̦̼͖̻̗̞̭̳̳̞̤͎̣̫̺̤͍̙͖̫̳̬̟͓̠̹̻̩̭͙̘̞̜͙̹̖̲̬̲͍̝̥̯̻̻͕̤͖͙͉͖̦̩̻͓̼̟̲̹̞̥͈̣̟̲͉̝̭̞̬̫̺̺̤̟̺͇̹̦̙̠̱̻̦͕̪̝̻͉̼͙͔̘̦̬͖̫̦̠̣̭̗̤̲̠̙̻̩̘̩͎̠̯͇̬̰̟̥̳̥͎̹̟͙͖͉̥͉̗̭̗̰̳̯͚̝̘̗͈͚̪̱̩̱̱̳͖̲͕̘͚̘̙̞̠̫͕̦̹͙̬̗̩̹͙̪͓̩̜̩͕̬͉̫̬̩͖̝̲͕͙̱͓̝̮̼͚̩̠͚͖͖̪̘͎͇̞͔̠͍̥̱͈̪̰̫̭͖͖̜̭̩͓̻̟̰͕̘̯͍͕͎̞̻͕̱̳͕̤̘̗̲̲̺̪͓̹̲̭̩̱̱̰͈̹̭̖̝̮̬̼͍͕͎̭̟̖̫̰̜̝͖̪̹͕̻̻͔̗͕̭̰̩͍̠̟͓̦̙̙̹̹̪̥̣̻̱͉̻̼̪͖̮̜͖̪̲̮͎̫̫̯̯̲̪͈̺͙̗̦͓͈̤̭͚̦͓̺̙̦̘̻̲̺̫̱͕̬̯̲͚̗̦̟͔̞̙̦͖̦͍͉̺̗̗͍̣̰̗̬̼͙̣̮̙̭̲̝͙̞̮͓̟͈͓̟̘͔̗̜̣̹̻͇̟̮̭̝̞̳͔̱̦̦͙̥̹̥͍̝̪̦͎̘̗̭̻̥̰̗̟̞̼̼̹̱͔̟̤̤̺͉̳̼̯̙͙̘̜̫͜ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ ̨̢̾ͯ̐̓́ͤ̆ͬ̾ͫ̎ͪ͊̄̿͂͗̈́ͭ̃̿ͬ̿͐ͯ̅ͪ̄ͫͥ͂̇ͦ̎͋ͨ̈́ͪ̋̓͛ͣ̄̄̓ͬͧ̓͌ͮͦͪ͊̏̓͌ͤͬ̿̇̿̄ͭͤ̋ͤͧ̂͗̏̄͋̏̓́̚͝͏̴̛̕̕͜͟͝͡͏̱̟̫̙̩̦̞͇̲̦̩̮̙̺͎͎̝̖̣̗̭̦̟̰̗̳̳̩̪͍̮͇̖̠̼̙̗̬̥̗̹̙̼̯̞̩̪̲̮̪̟̼̬̦̮̠̝͙͍̫͉͓̳̹̳̖͈̮̮͙̝͖͇̱̞̙͚͔̹̤̗̭̪͔̖͍̺͇̟͕͔͓̟͔͎̱͓̜̭̤̠̥͕͍̻̠̼̞̙̯̤̪̥͎̩̳̠̪̦̼͓̩͇͎͍͚̯̫̘͓̳̣͔̼̬̳̺̲̱̤̘̻͉̭̝̳̠͈̘̖̠̜̦̘̪̻̱͚̭͉̠̲̜̘̺̖̳̘̞̮̦̬̝̼̼̖̘͈̪̝͇̖̠̟̙̘̭͙̯͇̫̦̬̙̼̰̹̯̥͚̙̯̥̭̟͕̘͓̬͓̪̭̮̻͚̹̭͕̙̙̲̬̙͕̪̤̻̝̹͉̹̪̦̳̝̟͉̯̻̼̰̲͉͖̠̜̬̯̖͍̼͚̝̬̣̭̘̣̣̖̺͖̹̟͍͍͖͔̬̫̮̫͓̹̼̗̮̯͎͕͍̞̳̥͈̗͙̹̪͉̜͖̤̱̹̙̺͕̱̼̥̟̖͈͎̺͔̺̟̺̙͖̳͕͖̮̥̮͖̦͚̭͎͉̳̩̻̱̠͓̦̦͖̯̤̯͍͈̻̹͕̲̜͔͙̜̰̻͕̣͎̳͚͙̯̲̹̣̖͈̰̭̥̱̺͇̩̱̟̼̱̼̻̦̭̘͇͓͕̞̪͔͚̳͇̝̖̟̩̻̺̞͔̼̹͔̦͈̖̣͎̺̤̬͔̩͎̠̟̜̺͔͈̲͇̣͘͘͠ͅͅͅͅͅͅͅͅͅͅŢ̵̷̵̷̸̵̧̢̨̛̛̮̼̦̼̠̖̼̪̙̱̯̤͍̭̲͉̤̠͖̲̻͇͚̰̰͖̥͈̯̘̼͇̱͈̟̖͔̼̤̳̣͔̪̰̳̺̫̟̲̮̬̪̞̜͇͍͔̻͙͇̪̦͖̰̳̺͇͉͉̪̻̮̪̰̩̼̗̫̲͎͓̯̮̲͖̲̦͉̼͇̹͙̘̲̮̹̥͎͖͔̗͕̣̞̬̬͈̥̻̙̳̙̥̙̞͔̗͈̫̖͚̹̫̦̫̰̱̹̱̰̞͉̖̞̰̺̲͇̠̮͚̱̪͓̪̟̗̲̖̼͎̳̲̗̪̟͍͉̳͖͎̰͇̲͚̗̥̙͎̺͕͍̟̹̲̠̟̺̯̙̝̹̘̮̺̻̜̲̮̟̱͙͇͔̰̫͉̳̱͔̞̭̥͍͓͇̫̻̯̙̼̜̟͎̹͉̞̺̮̮͍̭͈̠̼̰̠̭͈̤͖̻̝̬̜̥͕̦͇͙̦͙̯̖̗̗̹͎͕͍̱̩̩̩͕̙͖̹̭̥̟͉̠̘͚͎̖̖̪̬̖͙̺̬͉̬͖͉͔̰̭̞̖̱̝̖̥̙̙͕͓̩͉̲̹̲̙̲̳̯̩̺̝͚͔͍͓̞̮̫̲̯̖͓̦̲͍͚̯̤̤͍̹͉̗̳̳̮̞͎̭͚͓̪̰̟̰̙̬̩͎̭͖͎͉̟̣̼͙̰̘͓̣̮̜̗̝͔̰̠͖͓͔̳̙͇̜̹̗̬͙̣̼̘̹̰̼͓͍͚̬̲͙̯̬̬͉̠̲̤͉͕̞̲͕͉̼̞̳͍̪͉̙͈̺̫̣͈̙̜̗̜̰̤̮̲̠͓̲̘̠̭̱͕͈͕̟͇̻̤̩͈̋̏̓̀͆̌̈͌̾̋̓ͬ̉̓ͩͧ̒̽̈́̈̃ͯͥͥ̆͆̎ͪͯ̓̉̂̇ͨ̑ͦͩͨ̈̅̏̆͗̆ͦ̔͑ͩͧ͑̾͗͊̈̐ͦ͐͑͆̄̈́ͭͦ̄͌̈̍ͮ̈́̽̽̾̐́ͣͫ̍̉͐̀͌̑̔̄̍̆̾ͯͩ̇́ͥ͗ͣ̈́̍̎̍͛̔̍̈́̾ͥ̉ͧ̾́ͧ̓ͬ́̊̃ͫ͌̋̅̈̑̎̉ͨͬ̏̌̊̆̿̿̾̓͛͌̿̈̔̂̌̈ͭ̏ͭ̑ͦ̓́̀͐̏ͧ͋̽͋̇͛͛̿ͭͥ̂͂ͪ̓̃ͩ̂ͧ̈́ͥ͋͑̎͊̏͒͐͂̿̓͛͋̃̔̍ͤ̑̊͋̒̆ͧ̅̒̔ͧ͌̏ͯ̇ͬ̓ͥ͌͑ͮͥ́͋̓ͭ͆̏͑ͫ̐̔̃ͫͫͮ̄̊͛̓ͯ̾̉̏ͤ̐̄̌ͩ̌̀ͮͥͪ̏̍̆̋̿͗̎̑̆̑̓̈́̅̽̊͗̂̾ͪ̿͋̑̈̑̔̂ͥͫ̏͗̃ͫ̈́̆̔͛̈́͗ͫ̈͑̒ͬ̅ͭͧͤ̍̌̃̓ͮ̈́́̆ͩ͒̊̍̎ͭ̐͂͑̏ͬ̇͒̽̈́͊͆ͦͩ̃́̀̚̚̚̚̕͟͟͟͜͟͟͟͡͠͞͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅh͂̂ͨ̉̆ͥ̀́̊̓̉͋̍ͯ̓͗ͬͧ̍̐̏̂ͨͥ̐̒̎̔̾͆͒ͨ͋ͥͬ̂̈̆͛̎̔ͫ̽̊ͥ̔͂̑̅̒̏ͨ̌̎̓ͥͮ̔ͦ̔̽̿͗̌͑̒͊̂̃̃̅̍̇̐̏ͭ͛̉̆̍̅̀̽͌̀́͒ͮͧ͊̈́ͮ̒͋̿ͭ̄̈̉̔̏ͭ̌̐̓͋͑ͦ̅̐ͮͭ̍ͬͥ͊ͩ͋̑͗͆ͭͩͤ͌ͥͥ̓̆̒̿ͬ́̓͋̈́̆̿̊̎ͪ̓ͧ̂̽̔̍͊͛ͯ́ͩ̓͂͛̍̒͑͂̋ͩ͂ͧ̆̈́̃ͨͪͧͦ̄ͭͯ̉̒ͩͬͩ̚͏̴̴̸̸̷̸̛̛͟͡͝͝͏̴̴̶̛̦̳̤̫̝̬͙̼̬̦̯͍͖͈͎̥͕̯̥͚̬̩͙͚͈͉̱̹͚̺̩͈͍̝̝͍̝͕̙̬̥̳̯̮̳̤͕̘͍̟̞̼͕͕̬͖̘̝͕͍͙̤̜͈̹̦̺͕̹̙͍̮͇̖̹͔͚̺̝͔̻͈͎̬̤̮̦́̕͜͝͝ͅͅê̛̛̅̒̊͌̃̒ͨ̒̔̿ͥ̔ͭͮ͌̃̉͆̂̑̉̉̉̑ͫ͌̑̄̃̐ͫͫ͐͋̒ͪ̿̔ͥ͂͋ͯͬ́̑̽ͯͮ̊͊̍̐͒ͮ̓̈̓͋̈̃͐̅ͮ̄̉̓ͣ̾̐ͩ͛̌ͥ̀͋͊ͥ̄̔ͬ͋ͫ͋̈́͑̉̎͑ͫ̽ͫ̽ͨ̆ͯͤͧͦ̓̌̓̓̑̋̌̽̉ͬͩͥ͐̋̈́ͬ͐̍̋ͣͫ̅̋̂̍͛ͮ̈́̔̈́ͬ͗̄͗͛̑ͧ͛̃̓̌ͭͤ̐̍ͨ̾͋ͪͥ̊ͦ̑ͭ̄̓̾ͫ̂̔́̃ͫͨ͋ͥͭ͂͂̄̂̓̓̍ͤ̃̉̃̎ͣͮ͋̿̽ͧ͒ͧͥ̊̂͗̽ͤͨ̈́̓ͯ̐̎ͤ́̇͗̎̃̐́ͭ̃͂͆ͦ̔̓ͦ̃̈́̆͂ͭ̐ͫ͊̂ͯͬͬ̓ͤͫ̍̑ͫͣ̊̎ͯ̀͊̔ͧͥ̇͋̌͆̅̿̓̐͋ͨ͛͌ͪͤ͒̑͊͋̿̾͑̒̍ͨͫ̈́́ͨ̾ͮ̌͂͐ͩͮ̍̽ͪ̐ͫͮ͛ͬͭ͆̀ͩ̋ͪ̾̅̌̽̅̍̏ͬͯ͑͛͑ͥ̀̄ͣ̍ͯ̀̃̒ͬ͒ͯ̂ͬ̈ͭͫͧ̿̊͂̉͋̈̓ͮ͆͊ͨ̍̎̇̅ͭ̾ͬ̍̏͋̃͋͌͒̃͒͛̋́ͤ̅ͫͣ̂ͬͥ̆̐̓̄̈́ͯͮ̎͛͛̔̍ͩͩ̉̉͑ͨͬ͊͑̆ͦͬ̿ͦͦ̄͊̔̌͑ͨ̐ͩͨ̈́ͮ̾̃͋ͤ̇̆͊̔͊̿̅͒ͩ̋̂ͬͯ̎ͦͨ̂̄̍̓̋͌̏͑ͤ̄ͧ̓̈́̑̔͑ͥ̎̌ͧ͆̿̐ͤ̐ͪͭͤ́̿ͧ̏͆̐̄̅ͪ̊̅̄͒͐̀ͪͯ̐͂ͫ̅͆̉ͯ̍ͪ̅̄̓ͩ͑́ͩ͋̄ͫ̏̆ͪͨͯ̾͊̌̑̑ͫ̎ͭ̈́ͨͣͮͨͮͩ̑ͯ̇ͮ̉̌̄ͫͮ̈́ͮͥ́ͩ́ͭ͌̊ͯͫ̉͐̃̀ͦ̈́͐ͯ̇̑ͮ͌̅̇ͤ̒͌͌̆̇̓̓ͦ̀̓͂̉̂̅ͨ̈́̑̋̀̓ͧ̈́͛ͦͣ̾ͭͤ̎̂͊̚̚̚̚̚̚̚̚̚̚̚̚̚̚͠҉̵̸̶̴̷̵̶̵̨̢̧̧̢̡̀́̀́́̕͘͢͡͡҉̦̯̤̻̰͕̘̯̖͍͎̜̘͙͍̱̙̪̳͉͓̦̖̦̠̩̝͇̯̜̫͙̖͍̟̜̺̹̱̻̟̣̬̝͙͎̝̲̩̘̪͙̘̣͔͍̝̝͉̥̫̲̤̬̦̱̯͎̦͚̩̣̲̳̖͈̩̠̖̘̠̗̗̤̙̮̖͉͚̘̝̯̤͎͖̦̮͎̗ͅͅ ̷̂ͧ͂̃̈́ͤ͊̒͗̈́͗̄ͥ̍̽̊ͬ͗ͨͭͫͣ̾ͦ̅͐ͥ̎̈́ͫ̾̑́̈́̉ͣͭͣ̇̒ͫͯ̊͆̑̓̏̈ͣ͌͗̅ͦ̾̀̈́ͥ̾̅̐̈́ͣͧ̾̓ͣ̔̈́̽ͤ͆̈͛ͨ̂ͩ̈̐ͩ̃͐͋͗ͤͫ͑ͯ̒ͪͣ̋͗̅̎̾ͯ̔ͩ̐̃̔ͧ̋̒̋ͯͤ̋̿̋̃ͥ̈̐ͨͥ͗̋̐͐͌ͥ̿̆̋̾̌̄̔ͥ̓ͮͪͫ͆̏̓̈́̄͗ͣ̂͊͒͆ͥ͆̐ͧͮ̈̄̂̍ͨ͆ͦ͊̈́̈́̓̃̄ͩ̈͆̈͑̆̎́ͧ͆ͮ̉ͩͤ̄ͨ̍̏͂͗̊͛̔́ͦ̽̓̏ͩ̏ͮ͌̿ͮ̆͋́̆̎̄͑͆ͭ͂̒͌͗̐̊̏ͥ͒̾́͋̃̊ͪ̆̃͐͒̈́ͩͨ̈́̈́͐̔̓ͥ̓ͦ͌͂̋̄̿̐̾ͩ͗̽ͥ̃ͤ̈́̔ͬ̎͗͋͑ͭ̾ͭ̏̐̑̒ͭ̌ͮ͗̌̽̽ͣͩͦ̍̈ͤ̆̾͊̆͋̀ͤ̂͂̆̇̅̍͐͒ͫͪ͌ͦ̓̿͋̎̓ͮ̊̊̾́ͯ̇͐ͩͧͭ́ͮ̀̋ͯ̇̅ͤͦ̃ͦ̑̈́͊ͮͬ̈͗̊̐͊̈́ͬ̏ͥ̃ͫͩ̉̈́̽ͯͧ͑̍͒ͭ͐ͮ̿̅ͧ͐͐ͣ͛̈̊͂͑ͯͪͦͯ͌̓̿ͥ͛͌ͤ́̇̑̂̈͊͗ͮͣ͂̋͐ͫͮ̇̿͆̂̐̈̍͐̉̾̌̅̂͂̎̏͋ͪͪ̋̒͑̄ͫ͐̂̊̋ͤͣ̈̾̐̃͆ͣ͆̈́ͦ̋̒̂̄̽̒ͭͥ͂ͭ̑ͤ̅̔ͮ̓ͫ͑̐̄̉͂̑ͤͬͧ͗̈̍ͦ̆̍͆̽ͮ͐ͪ̑̉̃ͭ̄ͮͭͥ̒̓̿͗̑ͭ̓͋͂ͧ̐̓̌ͪ̂͌̉ͩͧͭ̈́ͣ̒̄ͣ͒͂ͭ̆̈́̌̂̂̃́̚̚̚̚̚̚͏̷͘͘͡͞͞͝͞͝҉҉̷̸̴̷̡́͠͝͡͡͏̨͔̘̥̠̦̥͙̬̟̗̺̱͈̠̻̰̬͍̺̮͔̖̪͍̝̭͖̟̫͉̱̗̙̠͖͕̻̩͉͎͚̜͈̘͎͙͇̘̟̪͓̳̭̝̱̰͚̰̫̗̺̻̩͇̬̤̰̟̳̘̦̭̼̤̫̺̭̘̹̠͖̞̝͚̫̩̬͎̦̻͚͚̰̯͍͓̣̫̖̠̖̞̣͚̝͙̭̫̙̘̝͓͕̘̪̜͎͓̬̜̭̭͚̙̭̜͖̯͔̳̭͙̖̹͔̱̬̥͔̫͉͕̫͙̞̙̯͚͓̹̬̩͉̬̮̬̻͇̲̖͕͈̭̲̫͔̗̮̞͈̳̰̳̤̱͇̠̰̲̬͕͙̻̖͇̟̖̫̣̞̙̰̩̣̺̺̱̗̱̥̼̖̖̥̜͉̳̳̭̮͔̯̮̮͔̰̥̭͎̬̟̥̜̠͎̝̲̠̣̬͚͕͉̼̗̰͙̘͈̦͕̙̫̜̘͈̭̘͎̯̤̗̺̤̮̟̞̪͎͕̭̦̯͍̲͕͇͍̗̙̞̘̻̤̺͙̤͍̞̜̘̳̝̯̹̲̝̝̱̖̣̲͍̰͉̦̻͈͍̩̱͍̼͈̙͖̠͙̫̺̱̹̲͕̳̗̝͙̗̺̠̱̫̞̯̼̠͚̻͇̰̮͉̥̩̦̝̝̙̰̤̮̯̠͔̰̩͚̖͔͎̭͙̬̪̲̠̝̲̱̳̰̩͓̗͚͎̠͕̮̬̳̻̣͈̝̘͙͈̪̞͔̱͙̠̹̰͓͉̤̦̦̲̙͎͇̹͉̠͓̟̙͔̺͎̜̮̥̦̠͍̠̺͚̜̟̗̞͍̝̙͖̮̦̲̳ͅͅͅͅͅW̶̢̛ͣ́͑̍̅̀̉ͪͭ̋̔̒͊̋̏̈́̐̽̐͋̅̈̃͑͗́̓ͭͨͮ̏̉ͦ͂͋̃͂̉̏͗̄͗ͭ͊̾͊͊̌̅ͬ̈̈́ͭ̉̑̅͛̾ͣ̎̈͗͆ͧͭ̿̊̿̇̽̿̑͆̇͒͆̽̉ͫ̃̊ͣ̾̉ͭͩ̒̈́̓ͨ̎͋͛̉͛ͯ̽ͤ̆̈́̓̂̉͂̍̓ͭͤ͌̇̈́̉̃̽ͮ̒̄̊̉̑̀̾ͮ͒͗̽̇ͭͭͣ́̔́̋ͨ̄̊̍͌̅̔̑ͯͪ̊̑͗ͤ͗́̓̈́̓̑̓̔ͯͯ̔ͦͬ͒̇̄͌̂́͗ͦ̌ͨ̿̓̊̔ͭͭ̆ͬ͛̈́̏̓̾ͯ̈́̐ͦ̿̌̑́̏͑̓̽̈̆ͫͧ̃̾ͩ̀ͥ͌ͭ͒ͣͬ͋̂͋̌͛͐̒̋́ͧ͂ͤ͗͆ͩͦ͌̿̓ͧͦ̈́͐̄̐̆̂̊ͧ͑ͨ͗͛́̾͋̈ͭͩ͛ͭ͌͋ͩ̆ͮ̀͂ͯͫ̈̆͐̍͆̐̈̌̈̏͛͌ͮͤ̏͌͑̈͗ͮ̎̀ͪ̐͂͆̋̔͋ͤͭ͋ͯͫ̔ͧͫͫͧ̈́̈̂̏̾̓̒̒̉͐͐̋ͫͩ̏̀̎ͤ̒ͥ̅̓̌ͤ̿̑̃̇͊͒ͮ̈́̀ͭ̽̈̈́̉̒̋ͯ̆ͯ̾̔͑̑͐̎ͭ̂ͮ͗̓͌ͦ͑ͮͫ̐̂͗ͨ̃̏͐̄ͭ̋͂ͨ͗̒͊̈̊̆ͦ̅̊ͯͣ̄̏ͮͤ͂ͧ̇̒̆ͪ̂͊̆ͬ͑̈̐̈͐ͪ̇ͣ͐ͫͦ̍̽̊̇̃ͣ̌̒̈̏ͭͪ͗̀̓͂̆̾ͩ̔͗̒̏̒ͩ͌̆͂̒̒̓̅̃̓̑́͐̐ͨ̃̆͑ͬͯ̎͆̅̓̑ͭ́͒̌̉͌͊̀̊̈̾ͬͯͬ̈͐̎̇ͭ̂͊̽̽̐ͫ̓̔͂̉ͭ̐ͦ̓́ͫ̽͐ͨ͐͊̑̆͗̒͐̃̊͒̾̔̈́̓̊̍͒͊̃̆ͯ͛̒ͥͬ̎͗ͪ̓ͥ̍ͣ͛͋͛ͪ̎ͤ̇̍̐̏̈́̓ͮ̿̾͛̅ͤ̌ͪ̎ͥ̓͌̒͌̌ͤ̊̑ͨ̏ͧ̊͐̇̇̉ͭ̓͗̊̏ͩ͂͌̈́͑́̏͂́̅̀ͩ̓̃̈͌̓̈̿͛ͯ̋́́͒͐̈́̂̊́̋͂͌͌͌ͯͮ̎̌͌̃̉̂̄ͭͦ͌̌̃͛̓͐̃̊̏̐́ͯ̄ͬ̽̓̅̐ͯ͗̾ͬͥ́̑̅ͦ͐̃̆ͪ́ͫ̔̆͋̉̈́̅͋͌̊̒ͩ̑̉̓ͯ̿̈́ͦ̐ͥ͆̒͋̂́̃̅̃ͩ̏ͬͧ̋͑̏ͮͤ͆̇̌͐̒̇̈́̈́̍̐ͣ̓ͩͭ̃ͫ̈̒ͧ͐ͬ̉́̏͗̓͌̈́̑ͭ͊͋̉̎̓͋͗̉̏̃͂ͯ͆ͦͨ͒ͪͬͦ̿̇̏̀̒ͦͫ̉ͧ̍̍̋ͤ̍̾̇̍ͣ̈̿̋̅ͤ͌̑̉͒ͣͪ̄̾ͣ͆̐͌̃͗̑̓͗̊̈́̓̀̈́̂̀̑̉̓̃̄ͭ̆̑̔ͩ͂́̊̀̃ͬͪ͂͌̏̊ͫ͌͊ͯͭͩ͗̇̏̇̊̎̐̽̄̓̓̑̈͊ͪ̅ͫ̉ͨ͒̍͐͂͗̃̏̒̑͒ͫ̃ͦͨ͋̌̊́̔͒ͬͫ̆̔͗̎̆ͫ̽͊͊͑́ͫ̊ͬ͌̉̀̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͘͜͢͡҉̵̡̮͖̝̬͍̙͙͙̰̬̘͓̳̩̼͍̦͍̝͉̞͎̝͙̖͉̲͎͍̠̱̗͍̣̭̻̱̞͙͉͍̙͙͕̳̫̳͈̝͉̤̤̘̮̹̻̘̼̰̪̞̗̜̙̼̬͔͓̗͓̪͍̜̼̯̭͓̰̬̬̲̜̱͈̻̮̱̝̬̜̪͓͚̻͔̘̞̮̖̫̙̞̘̯̙̼̬̭͇̝͉̰͎͙̜̟̮͇̻̦̣̬͎͎̣̙̪̖̥̠̟̯͚̬̲͔̪̲͔̦̖͉͔͚͓̱̰̭͔̭̣̮̭̩͉̘̜̮̲̱͈̜̩̪̭̖̤̩̯̗͍̭̮̩̼͚̤̥͔̮͔̰̲̻͇͙̟̹̩̰̲̲̟̭̖̯̘̞͉̭̠̟͓͚͍̠̰͚̞̟̥̯̣̪͕͓̟̘̭̻͔̝̙͇̭̰̯̜̱̩̥̠̘̘̳̹̞̰̳̗̤̱͓̼͖̪̞͎̙̮̱̗͙̱̟̠͎̲̬̬͎͕̳̭̲̩̮̰̟̯̯͍̤̯̤̳̯̻̥͕̳͖̺͎̘̬̲͇̠̼̥̬̬͇̤͓̜̻̟̩̤͓̗̬͔͚̗͎̩͖̹̳̞͎̮͚̥̙̲̱̼̫̙̣͈̲̲̬̖͈̺̖̫̬̥̪͔̜͇̟͓͎̫̲͕̻̣̼͎͚̱̜͇̯̝̻͖̖̩̤̖͉͍̠͓̙̯̙̯̼̺̹̠̫̻͍̫̥͖͇̖̮̰̫͚̬̩͚̞̳̬̝̼͚̼͚͟͢͟͠͞ͅͅͅͅͅͅͅa̷̷̽ͦ̄̂̓͊̓̓͆̈ͣ͛͗͊̉̓ͮͭ̎ͭ͛̊ͪ̈́́̊̈ͫͩͯ̂̍̅́̀͐̏̆̓́͛͆̋̏̇̔̂̇̒ͨ̓̃̌́̽̊̓̿̈́͒ͯͫͩ̽̄̃̍̇͑ͤ͆͌ͪ͐̅̿̈́ͭ͛́̏͗̋̑́̍ͯ̽̂͗́ͭͪ̂̓͒͑͋̔ͭ̈́̏͗ͨͧͯͬͯ̑̉͋̔͂̈ͨ́͐̃̈́̃̎̅̋͌̓̌͒ͩ̅̊͒̓̂̿͌̓ͥ̐̋ͣ̎̇ͯͧͬ̈́̑͛ͮͧ͆ͤ̿͆̒̔ͣͪ̇̓̿̇̒ͨ̎̏͋̒͐̈ͧ̽̽̆̎ͫ̾͗ͩ̈́̑ͥͭ́̑͑͊̎̆̌̏ͨ̉͐̄ͭ͋́ͥͦ̇̑̓̍̌̄̍̔̀̈́̓̽̄͑̆́̿̇ͦͭͪ̐ͤ̔ͤ̽ͭ̃̎͋̄͛ͩ̍ͪ̀̍ͫ̍́ͦ͐ͫͥ̇ͥ̉̄̎ͤ̑ͦͭͤ̑͗ͪ̈́ͩ͗̿̃̋̽̇̎̍ͧ̍́̑̍̂̌͛̿ͪͣ͛͆̽̈ͧͬ̉̋̈͗ͮ̑̔ͣͣͨ͒͂̌̉̽̈̎̎ͫ͆̂̋͗ͯ͆̂ͭ̂ͫ͗̂̇̅̽͂̈́ͮͩ̀͆̾͐ͭ̉͛̑͌̇̃ͥͥͯ̎̏̔̄ͦ̐͗̓ͨ̊ͨ̒̒͛͆͆ͫ̌̒̾̋̊ͣ̅ͮ͑̽̓̈́̊ͧ̒ͦ̔ͫ̓̿̏͗̏̐͒ͥ͆ͯ̎̋̀̽͆̎̑ͬ̅ͯ̄̈́ͤ̍ͥ̑͊́ͬ̂̾ͩ͌ͪ́̀̒̄̃́ͫ̆͑ͮ͊ͦ̈́ͣ̇̿͒̃́̓̃̒̇ͫ͗ͬͣ̽ͯ͗̈́̅͗ͪ̀͆͗̉͐͊̽ͬͨ͗͋ͤͫ̍ͥ͊̂ͯ̉͌ͧ̒̌̉͒͛̽̇̓̊͛̂̿̍͐ͬ̽ͫ̃̓͋ͤ̈́ͯͮͬ͆͆̐ͥ͊̅̈̍ͧ̄̓ͤͥ͆ͫ͆͆͑ͭ͂̏̓ͫ͋ͧ̑̑͒̄ͥ͋ͮ̇̃́̈́ͫ̉͒̔ͨ͗͌̒̈́ͨͭ̍ͫ̓̄̾ͭ̾̉̔̊̎̔̏̑̊̐̏ͦ̋ͦ̔ͤ͛̄ͬ̾̿̇̊̑̍̿̓̃͂̓̋̾̉̍ͨ̑̎ͬ̑̒̉̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͘҉̷̸̷̢̨́́́͘͟͢͝͞͞͝҉͏̸̴̢̨̨̢̫̦͔̲̼̣͇̦̖̫̗͖̫͕͚̗͙̫͎̹̟͉̝͎̭͎͉͍͎͕̭̦͇̲͎̜͔̪̘̫̞̝͚͕͇̺͈̲͎̼͓̦̙̮̣̭̫̩̜̮͙̯̞̭̠̯̲̜̥͓͕̻̲̲̗̺͉͉̭͚̙̝̙͔͚̤̗̭͕̘͕͓̻͙̲̳̤̯̝̪͙̮̙̘̥̣̖̣̖̭͎̳̟̩̼̰̗̰͖͇̜̗̤̮̞̪̱̞̠͖͕̳̱̺͍̹̻̱͎̯̩͚͕̻̳̲̝͎̼̘͚͚̜̻̣̥͇̳̞̠̯̯̹̱̼̜̼̘͍̻̗̝̻̬̺̟̠͕̱͔͎̖̝̟͖͎̞̩̩̻̯͉̖̙̞̞̩̣̲͇̬̼̘̣̻̣̟̞̪͎̼̰̦̱̬̰̹͉̹͙̹̭͉͔͓̼̳̱̟͕͚̮͇̟̬͈̗̬͔̖̝͖̗̲͓͚͈̙̺̫̘̤̣̼̘̼̥͈̤̬͙̻̝̲͎͈̼͕̱̜̬̮͕͇̣͙̞͎̦̣̪̟̬̺̬̱̲̻͈͉̤̞̖̝̦̰̙̙̤̝̩͈̠̳͎͖̱͚͉̗̯̦̺̙̻̺̘̪͕̭̜̩̦̦͙͍̝̜̣͍̘̙̣̳͕̳͕̻̟͖͎͍͕̰̘͍͉̫̼̰̤̮̞̣͚͚̩̻͍̫̞̖͖̬͖͖͇͚̝̯͎̦̺͚̝͔̩̖͎̫̲̭̤͈͎̩̗̠͕̣̝̤͎̗̼̱͎̦̗̣̮͎͔͖̮͚̘͇͔̪͉̙͚͇̬̖̥̠̲̱̞̞̲͈̝̪̪̤̣̱̖̱͉̩͈̩͓̻̖͉̻̲͖̫̤̯͈̯̫̝̠͎̪͚̬͖͕̠̘̞̣̫̪̟͍̤̲͕͍͎̦̭͇̬̪̞̯̯͓͉̦͎̙̝̺̰̬̟͇̯͚͙̖̰̯̘̞̜͍̘̠͕̜̹̭͍̼̥̳̱̭̲͓̜̫̦̜͍̟͈̤͙͔̮̥̝̳̞̱̫͍͖̺͇̠͚̫̹͎͎͔̻͍̦̭͉̹̫̻̙͙̩̪̗͉̼̺̤̦̞͍̹̣͕̮̠̳̗̬̲͙̟͉̟̫̘͓̘̥͇̤͟͡͝͡ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅl̷̵̸̴̢̨̧̡̛ͩ̈́̽̉̏ͧ̇͑ͭ͐ͣ̆̈́̽̽̉ͨ̉̄̈́̈̐͒ͮ̑̎̂͋͛̌̏̄̓ͨ͐̂̑̉̃̓ͫ̍ͪͣ͊͆̃ͪ̀̾̆̈͊́͗ͦ̈̉̅̓ͨ͐̌̇ͦ͋͂̍̈ͩ̂̽͑̂́̌͑ͯ́̒͊͗͆̄͂̌̽͑̾͒̋ͣ̂̅̾̇̆̅͋ͦ̃̓̊̿̋̔̉͋̐ͦ͛͑̌̈́̀̾̏̎ͮͧ̎ͣ̊̃͒̿̄ͫ́̈́ͭ̈ͨͨ̔̿̍͆̃̿́ͧͤ͑ͦ̇̿̽́ͥ̀ͪͫͨ̎͐͛̊̆̒̂̊̂͂̍̑ͩ̆ͤ͋͌ͨͪͭ̔͒ͪͥ̑̏́̇ͨ̈́ͯ͆ͦ̊̊ͪ͋̊̆ͪ͌̓̊͂̽̉ͣͭ̊͒̽̈́ͤ̑̉ͩ̋ͤ̋̓ͣ̈́̈̊̓ͨ̑ͤͩ͛̽̾ͨ̿̏̈́̐̽̾̌̅͂̐ͯ̎͂͐͊̄̓ͩ̊ͩͯͣͩ̍́̾͊̔ͯͣ̏ͪͮ͑̓̿͐̐ͨ̆ͮ̓̓ͯͦͧ̓̽ͤͬ́ͧͫ̐͑͛̂́̅̇͆̍ͧͨ̈͛̆̍́̚̚̚̚͟͢͡͠͡͝͠͠͏̷̵͙̫͙̼̱̺̮̬͓͖̣̩̼̹̺͙̜̩̰̣̱̣̗̳̮͉̗͔͇̣̬̯̮̫̩̙͚͉̦͍͎̪̖͎͔̯̭̟͍͈̟̜̠̭̪̠͕̞̭̪̟͙͕̳͍͙̳̤̳̻̯͖̼͈͔̭̰̟̥͔̼̠̮̳̙̤̭̜͙̖̯̩̳̮̙̦̻͍̘̫̗̯̮̙͖̟̮̩͙̺̝͚͖͇͔̻̲͍̙͕̳̘̻̙͙̙̺͕͓̺̩̞͉̫̙̬̳̳̗̼͈̣̼͓̗̖͔̪̭̞͉͔̟̩͉̬͔̱̲̝̟̝͚̱̠͈̞̦̠̝̲̫̼̯͍̣̫̣͇̹̪̪̲͕͔̪̺͓̭̗̺̻͎͎̬͉̗̠̝͖̬̙̠̗̫̱̦̪͉͓̤̩̳̺̠̺̘̺̤͉̞̙̫̯̩̱̯̝͍̗̥̜̬̘̼͔̟̤͙̞̱̮̱̘̣͎̘͍̬͍̺͕͔͚̩̝̦̻̲̯͓̩̫̖̘̦̝̮̳͉̺̘̦̞͓̯̪̥̘̯̜͚͎̞̥̰͔͕͇̩̠̠̲̜̞̣̠͕̟̦̩͍̜̮͍̩͖̖͈̞͔͔̹̦̱̘̣͕̺͙͍̮̞̙̞̻̰̪̲̮̗͈̰̗̻̼͚͙̥̙͍̠̺̤̹̖̳̙̱̭͔̲̗̭̗͇͔̪̖̖͚̼͍̘̲̟͈͍̖͖̮̩̝̙͇̗͢͢͝͡ͅͅͅͅͅͅl̶̨̢̽͊͑̔͛̑͛̑̐ͫͦ̎̽͐̅̂̄̇ͨͣ̊̒ͫ̓͐͑́͒̍̿̈́͋̒̃̅͗̍̉ͨ̊́́̉̃̂͛͂ͤ̌̐̃̂̂̔̎̈̋̍̌͆̆͂͒ͣͯͥ͆̉ͧͤͭ̋ͨ̾̆̆͌͌̊̋̈̓̄̅̇̑̋̓̀̋̾̑̂̀ͪ̏ͣ͑ͯ̾̆͒̈ͭ̾̄̆͗́ͫ̎͆̌ͤͧ̋ͤ̿̓͐͋ͨ͛̔ͭ̉͑̄ͫ͛ͭ̿͗̆̾̈́̎ͯ̉̔ͨ͑̓̍̅̊̀ͬͫ̏͋ͥ̐ͦ́̌͐ͩ̃̆̂ͯͭ̅ͮ̒ͮͭ̍͐ͦ͋͑̓̾̉̑̿̈̍̔͐ͥ̅ͭ̃̓̽̈ͮ̃ͪ̃̿ͮͯ̊̀̆̋̾ͨ̈́̀ͪ̾̄ͭ̏̆̄̎̅ͭ͊́͐ͫ͑͒͒͆͒̿ͪ̀͆̓͂ͭ̉̊ͦͪ͐͛̒̇͆ͥ̃͌ͮͮ͒ͦ̊̄͛͋̄̈̍ͦ͆̔̑̿̆͆ͦ͐̑͐̏̐ͧ̀̋ͣ̆ͤͮͨ̓͛̅͐ͤ̃ͪ̅͂́̎̄̌ͫ͆͑́̈́̄̒̄̑̍͋ͯ̒ͩ̐̐͊̓ͣ̐͋ͮ͆̂ͨ͌͂ͭͯ̎͒̋͐̎͌ͦ̈́ͬ͛̿̉͗̑̃ͪ̍̃ͩ̂̋̔̋͐͗ͧ̊̍ͤ̅ͩ͐̿͗́̈́̔ͪ̍̆̔̇̑̑͌̈͗̇͐̍̾ͤ̓ͩ͑͛ͪ͑͒ͥ͋̅͑̾ͩ͐͆ͫͬͦ̈́ͭ̒̌͐ͦ͑͐ͧ͌͂ͫͫ̄̔ͮ̔͒̐̇̇̌͗ͤ̿ͬ̊̈́ͫ̒̆́̈́̿ͪͩͧ̿̒̍͐̏̾̈̐̉̉ͫͤͭͩ͊͑ͯ̒̉̐ͦ̋ͩ̿̋̌̆͆ͩ̈́͑̾͒̌ͯ͊ͣ̈́̈ͮ͐ͧ̽̂̄ͤ̓̑̑͐͆͊̓̓ͭͨͦͩ̓͂͛̆ͧ̎͆ͭ̐͌ͧ̋ͭ̍́ͭ̊ͪͥͮͯͯ̍ͯ̉ͥ̂̃̋ͭ̆͗ͯ̈̓̇͋̎̀ͫͦ̓ͫ́̅̒ͩ̍ͨͭͫ͌̈́̽̉ͮ̉̈̇̎ͩ͋ͧ̔̅ͮͤ̔̿͛ͧ̈́ͣ̾ͭ̊ͮ́̊͑̿̒̂̐ͬ̈̍͌̍̾̍̂̉̊̔̄̅͒̊̊ͮͨͥ͊͛͐ͮͪ͂ͮ̂̊͛̀͑͐ͨ̿̂ͥͩͧ̽̿̓ͤ̏͛̆̈́̇ͫ́͌ͯ̓̐ͭ̐̓ͣ̾ͤ̓͆̎̏͗̇ͮ̍ͨͩ͐̔̐̈́͆̅̉ͦͬ̌ͫ̐ͪ̍̏ͫ̊ͮͬ̅͆͗ͣ̄͗̍̒̂̆͗͛͒͋ͩ͐̀̉͗̍ͬ͆͛ͥ͛̉ͮ͆ͧ͒̿̌͐̓ͯ̍̋̿ͯͫͣͩ̾͂ͫͯ̄̎̇̇̓̾̈́ͩ̐͗ͪͪ̏̆̉ͬͮ̌̅ͣ̀̎̀͂ͯ̍̉͆̎ͨ͐̈ͮ͗ͭͫ̋̊ͭ͐̏͌́̓̌̋̈́͂ͭͮ̅ͯͤ̾ͨ̎̿̈́ͤ͐̂̿͋̈́͋͌̏̾ͩͤ̈ͬͬͥ̚̚̚̚̚͘̕͜͟͢͠͡͡͡͏̡̢̡̡̨̛̝͎̤͕̹͖̫̗͈̲̼̳̠̻͔͙̠̣̦̖̠̹̲̣͕͈̭̠̤͙̖̪̭̣̼̥͙͔͚̞̰͓͈̫̣̯̘̹͇̰̥̼̗͙͙͍͉̘͕̪͉̭̤͙̦͉̩̱͉̙̼̞͚̝̪͉̘͓̻̭̗̘̣̫̳̭̱̪͙͈̺̥̼̙͙̫̳͍̬̙̹̯̙̞̘͖̯̱̯̠̜̫̺͈͚̞̯̖̞̻̪͖̘͈͇̱̫̼̬̝͙͔̭̫͙̘̣̖͈̠̼̟̣̱̠̤̹̮̼͇̥̮̟̳̲̠̟̦̩̞̜̰̪͇̭̯̞͕̻͍̦͖͔̹͕̞̝̱̝̭͈̪̯̺̞̞̮͙̟̪̖͓͔̮̪̘̭̥͍̳̬͚͚̱̲͍͓̬͖̬̱͖͈̳̬̖̳̬̜͕̝̠̳̘̱̺͖̞͙̭̲̟͖͇̙̪̥͓̮̘͙̫͍̙̥̝̯̫͈̠̞̙̝͙͉͇̯͖̬͚̣͖̯͍̥̙̺̬̖͈͇̤̦̯͚̖̪̘͇͇͇̻̻̱̝̱̺͔̦͉̰̹͉̲̫̫̘̲̼͍̰̼͔͖̻̘̼͙̩̝̖̯̻̱̝̟͙̜̰̟͉̘͉͇͚͉͖̥̻͔̞̺̙̥͚͎͖̘̖̙͙͇̦̣̥͎̣̦̟̩̳̣̪̦͈̫̱̟̮͙͍̺͕̯̲̱̲̣̦̣̜͉͖̮̳̩̯̱̙̭̩̝̝̘̖̭̮̳̬͈͖̭̲͉͎̫͎̭̹̯͉͎͖̣̠̪͍̮̦̻̬̳̦̺̞̮͍̮͔̦̻̯̬̻͖̪̣̦͙̣̜̤̪̲̯͈͕̬̣̩̞͖͉̙͍̼̙̻̫̣̳̠̪͓͔̪̬̥͙̤̜̥̣̟͇̖͕̹̞̖̙̼̣͈̹̼̖̺̠͔̫̝̬̤̱̭͇̣̥͉̜̳̺͉͈͓̤͚̩̯̦̮̻̥̤̘̜̥̣̯̮̹̺̜̳̱͎̦̮̼̱̠̻̠̬̟͙̰̮͇̰̟͎̳̺̟̗͉͓̼͉̳̘͙̣̱̩͈͕̫͚͕͙̜̹̹͎̙̖̟̲͈̦̫̤͖͎̣̮̳̜̤͍͚̗̯̩̼̪̞̯̪͉͎̩̻͔͚̱̬̗̹̳͙͕̥͔̮̩̻̯͠͡͞ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ.̶͊̐̔̉̔͋̉̓̒͂͒ͨͩ̄ͫ͐̐̄̽͒ͤ̾ͧͣͧ̒̉ͯ̆̎͌̎ͮ͌̐ͫ͌ͨ̽̀̋̄͒̂͛̇̇̽̒̊̓ͫ̑̀̈́͐̉͐̂̈̃̎̆̾͂ͣ̈́͆̏͊̓̒̃͗ͧͤ̏̔ͦ͐̆̆̓̅ͨͧ̒̑ͣ͒͛̃̐͊̈̎̾́͑̈́ͭ̅ͯͬ̑ͩ̏͐̄̒ͤ̈̈́ͣ̑́ͭ́ͩͭͩͫ̎̑̀̏͊͋̔ͮ̀̾̄̈́́̃̾̏̉̔ͥ́̂̽͆̂̉ͪ̽ͧ͂ͥͫ͗̉͒͆ͥ̇͂ͤ́ͪ͌ͭ̄̃̄ͤ̎͂̿́̃͆̔̍͌̇̾̄̌̿̉ͨ͂ͪ̓̔ͬͯͫ͒͊̐ͥ͋̇̓ͩ͊̇̌̾̀̊͂͗̌̓ͬ̾̑̽̐ͤ̉̑̀͊̃͛͋͛̅͌̏ͬ̋ͯ̄̽ͯ̐̐̑̽̆͌͋̓̍́ͧͬ͂́ͫ̃̉ͥ̌͋̎̔ͤ͌ͤ͆ͭ͊̄ͪ̒͌ͪ͌̽ͯ͛̊̐̒̉͗̂̈̃͒̅̿ͯ͐ͯ́̿̽̍̑͗̃ͥͫ̉ͬ̔ͨ͗͗́͋ͦ̾́̈̋ͯ͛̓̍̿̃ͤͮͨͥͩ̑̌̾̈ͯͯ̃͛ͦ͒ͦ̅̊̀ͦ́͌̀̈́̔ͣ̈́̎̿̓ͫ͗̓̓ͬ̇̑̄̌ͩͭ̂͛ͧ͂ͨ͆͂̿̈́̓ͨ̇̉̄ͫ̾̌̏̃̔ͪ͋̔̎͛͊ͫ̿̂̒ͦ̄͊͑̈́ͣ͂͌̽ͥ̇ͤ͛ͣ̇ͧ͐͂̽̌̽̓̾͒ͭ͗̓̄̓̊̿̌̓̓̈́ͫͬͥ̂ͯ̽̀ͩ̽͐͆̄̇̐̋̆̆ͣͦ̐̄͂͋́͆̏̓ͭ̄͑ͤ̑ͩ̓̈͋ͮ̿̑̄͂̅͊ͩ͗̄͂̀̿̍̏͂̉̈ͯ̔ͬ͂̀̄ͯͮ̔̏̈̄ͭ͑̓̅̅̌ͯ̌͂̾̃͆ͯ́́̉͐͊͆ͨͩͬͥͪ̍̉͆̓̃̉͒̿̓͆̎̓͋̎́̽ͬ͐ͫ͛͋͗̂̓̀̓̍ͪ̎̈̏̆̑̉̈̈́̎͌̏̃̃̽͗̉̎ͨ̿̒̍̂͐͛ͣ̋ͪͩ̓͗ͩ͋̔ͫ͊̇ͪ̅ͨ̿́ͪ̂̍̓͑̄̈̎ͣ̽̓ͨͩ͊ͫ́̉͂ͪ͆̊̀̋̏̐̑̑ͮ̀ͮͬͮͧͮ̈́ͥ̉͋͌ͦ̐ͫ̑̓̂̅ͫ͗͆̅̑ͣ͐̆ͫ̂ͮͨ̍̑̌ͦ̍̽̒̅̂̑̎̿̾̉̐̄ͨͧ͒́̚̚̚̚̚̚̚̚̚̚͞͠͏̴̵̶̶̸̢̧͘̕̕͝͠͝͝͏̴̡̧̡̫̦̩̫̰̘̰̗͍̘̗̭̪̯̹͎̖̲͖̙̺̦͙̻͎͚̲͓̲̜͈̬̘̰͖̜͍̝̻̠̮̦͈̗̖̯̦̦̻̯̻͎͓̩̫͉̦̤̦̲͙͉̰͍̗͇̩̭̖̘̪̲̲̘̭̳̻̦̳̞̰̯̟̟̲̺͔͍̱̗̫̬̪̤͎̺̤͚̳̫̥̝͍̬̬̭̥̥͔̯̮̳̯̺̠͇̠̮͉̮̫͍̭̯͉͔̼̤̻̣͓͉̗͙͖̤͍̜͔̤͙̝͓̲͕͖̫̜̝̺̙̤̹̹̖̰̦̱̩̳̳̥̰̲̗̖̟̻̰̜̭̭̖̤̫̺̣̦̰̦͙̬̰̼͇͖̩̦̭̳̟͖̫̠̹̹̜̣̟̳̲̦͚̫͇͉̙͈͙̦̘͈͓̘̹̹̟̭̹͔̝̗̦̩̣͎̞͙̩͔͖̖͙̺̯̙̣̘͕͈̣̝̯͎̼̭̙̗̙͓̤̯͖̺͈̯̘̠̳̹̼̪̖̙͙̺͔̖̤̙̬̩̼̰͕̞͚̙̠͖̗̬̬̠̞̟͍̣͈̰̣̫̱̲͍͈̭͕̪͉̻̩͕̩͎̙̳̤̻͈͕̤̪͖͖͖͚̳͈̯̣̬̺̤̳͎̣̬͖̥̹̤̣̞̭̫͕̠͈̺̖̬̙̗̗͖̠̣͎̠̟̗̱̣̠̗̱̠͔̘̰̜͕̮̦̜̦͈̜͙̪͎̩̲̹͈̲̜͍͔͇̝͚͇͙̩̫̟̻̹̱̪̯̟̠̰̥̲̮̠̥̬̱̬͉̻͕̘̯̳̬̳̥̳̖̰̦̫̖̼͙͙͚̟͓̰̹̫͖̮͖͍̦̲̟̦̬͈̣͚͎̠̖̝̰̮̫̫̲̝̤̱̬̥̟̼̻̣̣̜̠͎̻̯̥̮̭̳̞͍͓̰̳̙̲̫͎̣̪͇̻̣͇̣̲̟͇͓͈̭̟̼̼̤̝̗̞̞̜͎̱̹͈̟̬͎͖̻͖̭͍͔̥̤͉͎̖̫̯͕̝͍̣͚̜͖̫̯̝̟͎͙̦̦̱̝͖̜͙̙̳͉͍̘̜̗̹̺̰͕̭̭̙͉̳̘̺̭̩̮̯͉̞̹̦̘͖͔͚͇̹͓̼̯̭̪͍̥͙̯͖̦͙̲̗̗̮̝̠̟̼̙͕͇̟̰͓͈̼̰͚̫̟̰͔̦͖̖̮̜͖͉͖̲̱̻͉̹̦͇̳̙̯̻͚̣̰͎̹̩̭̼̟͚͇͓̮̹̗͚̗͍̝̪͕̣̗̲̝͖̖̮̟̲̳̙̗̯͎̱͕͈̠͎͍̼̜̖͇͉̺͓͍̖͎̼͉͖̰͔̣̝̙̬͖͉̩̯̬̞̖̳̫͔̫̪̞͈͈͎̥͓͉̞̰̱̬͎͍̫͇̲̰̟̞̠̘̘̪̝̪̫̞̦̺͎̻̟͇̺͕̳̥̼̟͕̻̮̙͖͔͖̱̳̫̗̖͚͍̖̩̬̖̩̰̯̞̻͈̖̼͖̼̜̞̭͚̜̲̲̳͙̗̙̩͉͎͈̮̻̜̪̦̰̬͚̮̮̪͓͕͙̱̞̯̬͈̞̙̜̲̩͖͔̠̬̦̳̤̲͖̮̭̖̻͚͇̯̺́̀̕͜͝ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ
    ̷̷̶̵̴̢̨̡̢̢̡̧̛̈̾̐ͩ͗̒̒̅̓̐ͥ̐ͩ̃ͭͫ͂̋͑̒̀̔̂ͨ̔ͤ͆̽̄ͨͮ̓̍̓͆̂ͫ͗ͣ̐̿̓ͤ̄̔ͬ̔͐̉ͨ̔̎ͮ̀̑ͬͤͬ̈́ͧ͐ͫͪͬͬ̔̈́̂ͧͣͮ̆͂ͤͧͧͭ̉͐͋̐ͨͩ̓̍͐ͦ͗̔͐̒ͪ̓ͦͫ̊ͪ͐̈ͮ͛̆ͮ̊ͮ̂̍͑̄͂̑ͫ̄͆̂ͩͯ̽̔̂ͪ̈́͑̈́̔̔͂̐̏̇͗ͪ̅͗́̂ͭͩ̄͌ͯ̏ͯ͋̂̇̃̇ͫͫ̐̐ͭ̉͆́͐͗ͯ̾ͬ͑͊̈́͐ͨͫͬ̄̑͑ͮ́ͨ̒̿̿̀̇̈́̇̓ͩͩ̉͐̄ͫ͂̏̆̑͋̈̈́́͊̉̈͗̾͆ͦ̏̅ͨͫ̇͆ͩͯ̑̿̅́̈́̐ͭ́̈́̿ͤ͛ͤ̑̈́͗͋ͥͩͩ̌̏͋̔͋̔̏ͥͨ̅̆̂̋̂̑̈́ͩ͋ͨ͂͆ͭ̔͋ͤ̿̌ͭͭ̋̈̃̔ͮ͂ͫ͊̑̆͒ͦ̃́ͩ̔̈̌̊͒̈́͑̂ͩ̔̈́͋̑͂̒̃̎ͫ͆̆ͤ͛ͧ͌́̓̀̇̿͆ͯ̍͊̋̅͂̌͗ͯͧ̓ͫ͆̾ͤͧͩͬ̔͆͛ͣͦͨ͂ͪ̄̽ͮͭͧ͋̄ͨ͂͆̃̽͌ͥͧͮ̍̆͗̐̈́͆̎̈́ͬ̊ͭ̒̇͂̏̊͐̒̆̄ͧͫ͆ͫ́̐̔ͦ́ͧ͛͒ͣ͗ͩ͗̇̑͐̒ͬͮ͋͐͋̐ͮͭ̊̉͆͊ͦ̏͑̽͛ͧ͊͊͐̽͂̄͌ͬ͂́̄͂ͧͥ̍̿̃͆̑ͣ̇ͨ̂̉̃ͯ̈́̾͌͌͊ͣͯ͐͊̈ͯͤ͌̓̓ͫͫͧ̃ͭ̇ͦ̿̑̃̔̒̄̀̅̅̀ͨ̄̂ͬ̀͗̆̒̍̀̆͒̑͒̌ͭ̏͂̋̈̀ͩ̅ͥͮ̆̆ͮ͆̑̅ͤ͒ͧ͐̇͑̈́̐͛̎̈́͗̌ͭ̏ͯ̉̐̎̾ͤ̔̄͆͗͋̆̅ͨ̇̄ͧ͋͒ͮ͛̄̅̄̒̈́͆̐ͬ̇̑̇̎̂̄̌ͦ̃͌̂̔̇ͨ̃̌͑̅ͫ̊͆̌͌̓̈́͂̄̑͋̈̄̌̃͑ͩ̈́̄̈́̍̍̿͆ͣ̄̉ͫ͆͗̄ͧ͋̌ͭͯ̒̑͛ͥ̋ͤ͊ͨ̌̾̃͆ͪͮͦ̀͂ͫ̆ͥͭ̊ͤ͂ͧ͛ͧ̑͋ͯͭ͂͐̌ͯ̊͆̎̾ͤ̑͐͂̃̓ͨ̋̒̓͗́̽̄̈̈́͒ͧͧ͂̑ͭͣ͆̓̿̓͑̍͌͒̑̍͆̎̀͂ͯ̂̒̄̅̈ͤ͑̎̏̌͆̒ͣͨͫͥ͒ͩ̂ͥͭͯͨ̿ͮͧ̄̽̏̇ͦ̈́̂̀́̀̈́ͯ̈́̓͌̐̂̂ͯ̑̈̎̌ͯ́̉́̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚͢͢͡͡͝͝͞͠͡҉̛̻͓͖̦̜̤̞̯̦̥̯͕͙̠͇̗̘̖̹͙̲͓̰̙͓͍̣̦͖͈̲̲̪͔͍̝͙̲͉̳͎̮̻̻̩̮͕̪̣̼̠͚̼̲̲̖̯̜̥̗̬͇͖̗̼̣̙̗̻̣͎̻̬̥͎̤͖̫̠̳̱̝̭̳͇̗̮̥̩̖̟̹̯̣͉̬͍̦̰͉̺͓̞̘͔̗͉͓̼̺̺͚̮̲̠̱͍̖̦͍̻̰͙̬̜̫̝̻̲̜̝͎̥͚͇̳̩͖̭̗̭̤̝̺̱̰͖͙͍̬̙͖͉͚̥̘̱̤̻͇̲̙̭͕͎̟͙̘̪̜̩͖̭̼͚̮̲͖̱͎̰̥͔̰̦̤̞̟̟̼͎͕͈̼̮͉̲͚̦̘͕̱̞̜̱̯̪̬̲̰̗̻̥̯͇͕̦̳̘̭̯̝̗͈͎͕͔̺͇̼̣̗͈̺̜̫͈̝̠̖͈͕̰͎̝͈̬͍̯͔̺̞̹̻̝̱̳͇̞̲͉̣̞̪͇̺͍̜̦͚̘̮̳̼̞̗͓̼̲͚͈̙͖̯̘̦̤̘͙̣͇̲̻̖͍͖͍̲̠̮̟͙͕̻͚͕̘̦̬̥̞̭̜̠͙̦͕̜̦̭͕̻̯̳̫̼͖͉͙̫̪̦̮̙̻͚̱̟̹͍̱̥̞̳̤̼̻̙̙̩̲̮͇̮̺͙̖̱͕̠̙̟̻̗̬̯̭̳̲̲͖̗̭͓̟̝̟̝̲̺̤̪̯̹̟̼͇̫̣̳̩̳͈͉̳̖͔̟͚͉͚̙̥̞̣͕̱͍̗̩͚̰̲̩̞̩̙̙͓̻̻̙̗̗̦̗̖̦̰͖̦̲͎͕̼̙̠̭̜̲͍̠͙̣̥̻̼̬͈̣͉͙̙̗̹͉̘̣͙̥̹̮͙̘͕̙͕̙̭̖̬̯͓̮̥̹̟͖̺̜̺̟͈͖̹̦̤̞͎̱͙̠̥̪͖͈̜̲̲̻͔̞̪̘̟̯̟̫̘͚̝̤̭̲̲̱͔̣̮̥̳̦̩͕̗̱͎̹̗̖͔͎̻̬̲̥̗̮̩͙͎̦͉̖̠͓͙͇͓̻̯̞͚̹̰̱̩̥̹̫͇̠̫̲͚̘̝̘̭͍̮̖͇̳̣͇͍͓͔͉͈̫̥̖̖̘͍̰̠̞̞̲̥̙̭͍̥̹͍̗̼̹͓̪̘̩̪̙̬̠̥͎͉̣͙̬̹̺͓͔̱̦͉̹̮̯͇̝̰́ͅͅͅͅͅͅͅͅͅͅͅͅͅͅ
    ̵̸̢̡̅͌̄̊ͫ̓ͥ͂̉̄͆͛ͤ͊̆̑͊̐ͤͫ̈̽̃͐͂͂̓̒̽ͩͣ̉̐̍ͩ̍́̑͊̓͋͆͗̋̂ͭ͗̈̽̓̃͋͗̿͗ͪ̓͗̑ͣ̀̾͌ͭͩ̾̓͛̏̈͒̐̈̋͂̇̑̔̓̑ͥ̓ͯͩͨ͆͊͋ͦ̽ͮͥ̈́͂̒̈́̉̓̓̎̂̃ͩ͆͛ͧ̾͌̏̋ͯ͊ͭ̍̋͗ͩ̔ͪ͐̀̎̍̎͊̈ͣ͆͐̏̓̈́̐̉̀́̈́̾͛ͮͦ̇̈̓̌͂̈́̏͂̊ͮͭ̿̒ͯͩͮͪ̒̿̎ͯ͊ͨ̆̍͆̆̀̈́̉ͤͥ̆̒̂́̒̇͛͐̊͐̾̋ͥ̃̎ͮͣ̈́̆̎͗ͬ͌̉̋ͩ͗ͤ͑̈͒͌͆̏̈͒ͮ̈̏ͨ͗͑͐̑͌́ͣ̌͂͐̎͗ͮͣͤ̅͐͆̄̎̋̃ͨ͂ͭ͋ͦ̓͐͋̄ͩ̉̓͒ͤͭ͑ͥ͑͛̌̓ͪͮ̔ͯ͗͛͐̅̈́̉͒ͨ̂ͩ̍ͬ̾͊̓͐̋̽ͦ̎̇̆̋͒͗̽͂ͩͯ̐̔̎̄͛̈́̊̔̒̋͗ͨͧ̋̉̍́ͯͩ̍̐̋̄ͦ͗̂̄̃͋͆̉͐ͥͦ̄̽́̏̽ͭ̈̀̍͊ͦͮ̿̏͆̈́̎͗̇̉̇̇̍̾̓ͬ̆́͗́̏͛̾̓̑̆̅ͦ̎̇̐ͧ̿͑̓ͥͬ͗̑ͫ̆̒ͤ̽̎̍́ͯͮ͌̎ͤ̊ͬ͆͗̍ͩ̊͗ͭ̐ͫ̐͆̿ͥ̌̇ͧ͛͆̅̑̎ͦ̿͋ͧ̑̇̍̿ͣ̔ͥ͊̈̽̂̎̾̾̃̾̎̃̄̎͒͑̑̽̆ͦ́̇̎̔̀̔͗ͧ͐ͩ͗͂͗̎ͬ̔̓ͭ̊͌ͭ̄ͩ̀́̔͆̿͗ͫ̉̏ͮ͗̾̋ͪ́̑ͯ͌ͨͩͭ͋̈ͪͨͤ͐̇̊̏̇͌̈̃̀ͭͭ̒̋̋̇͆̃ͬ͊̌ͭͧͪ̎̀͊͂̍̿̅ͨͮͨ̏͐̂ͫ̉ͪ̉ͭ̒̋ͫͧͣ̏́́̓̆̃̀̇ͤ̓͂ͨ̾͂ͦ̏ͫ̅ͮ̇̓̉̑ͦͣ̿͒ͨ̉̓͆ͬͫ͗ͦ̑̃͛͌̎̂͗̅͂̆ͥ͒ͭ̄̽̈́͛̾̊͐̍ͫ͒ͤͧ̇̂̑͛͐͂̈́͐̊͑ͬ̏͗͂͋̀̄͆ͭͩ͆ͬ̋̈̈ͬͪͬ͐̑̌ͭ͐̄͋ͬ͊̊ͨ̋̂ͣ̐͆͂̂͗͌ͧͯͬ̈́ͯͨ̈́̓̅ͯ̿̐ͭ͐ͭ͂̿ͫ̒̋ͫ̉̂̉̂ͪͯ̉͐͐ͥͫͨ̎ͩͣ̂̑͊͆ͧ̔ͬͦ͊ͥ̍̇̄ͨͧ̍ͯ̂̈́ͩ͂̔̐̽ͧ̂͆ͩ̐͂ͥͩ̏ͬ̓͋͂̅̔͛ͭͭͥ͊ͭͯ̈̓̽̂͆̄ͭͮ̐͂̾͂ͮͥ̔ͣ̊̍̅ͫͣ̎̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̕̕͘͠͠͝͡͠͠͏̵̵̷̴̧̧̨̧̢̛̛́͘̕͜͜͟͝͝͡͠͡͡͠͏̝̜͈̥̩̮͙͙͇̦̠͈̘͖̬̘̩͓̱̲̼͓͚̘̹͙̦͎͍̬̪̝̠͈̟̙͈̟̬͓̭͕̪̠̖̞̣̜̙̗͙͎̬͕̙͇͙̥̺̲̖̗͔̥̝̥̲̙̘̦̯̮͎̼͓̘̼̥̗͖̜̞͇̞͚̼͉̦̤̪̩̗̞̙͉̦̩͙͍̦̭̠̠̲̰̲̥̼͓͈̥̼͙͔͖͈̹̥̙̫͎̱͙̠͔̯͓̦̦̟̮͈͍̖̻̘̯̱̹͚̲̲̼̬̲̞̲̲̥͇̙͖͍̯̝̜̠̗̤̖̘̱̭̤̼͇̙͈̹͎̖͍͇̠̙͙̘̳̹͚̗͈͖͓̞͖͍͔̦̮̟̳̱̣̦̝̮̹̥͉͚͉̳̠͙͉̜̹̖͎̟̘̬̦̻̥̞̞͇͚̙͕̳͔̭̟̯͓̳̜̖̖̤͕̘͎̭̙͓̦̮̟̗̪̣̟̱̤̖̱̼̣̣̠̞͈͇̻͕̣̠̬̣̮͈̥͓̗͓̬̙̣̤̗̼͉̖͔̘̬̻̲͓͕̯͕̩̦̼̺͖̺͓͔̫̝͎̗̻̫͉͖̙͉͚ͅͅͅͅͅͅͅZ̡̡ͧ̓͂̑̏ͣ̏̓̍̅ͮ̏͆͂͂̃̉̍̅ͦ͋͗ͤ̒ͫ̄͛͂ͯ̎ͭ͐ͧͬͥ̾ͧ͐̍ͧ̋̅̋̊̍̐̊̅̈́͋́͆ͮͦͩ̅̈́̃ͭͤ̋ͭͦ̂̉ͫͤ̿̿̈̊ͩ͐͂͗ͫͥ͐̋ͪ͛͐́̒̒̈ͤ̐͑ͩ̾ͪ͗ͮ͐͐̋͑̔̓͂̂ͫͧͯ̈̅̊̅ͣ͐͂̄́͌ͦ͋ͬ̋ͪͨ̎ͧ̈́̽͒͆̈̀̈ͥ̑ͣ̓̃̉́̅̏ͮ̽ͮͫ̑ͩ͌͗ͪ̆̈ͫͩ͆̈́̈̄ͭͪ̑ͬͤ̅͌ͦ́ͧ̓̂̽ͨ̓̍ͣ̇̅ͥ̂̋̔̅̍͋̿ͫͧ̓͆̎̇͊͆̊̄̅̑͛̈́̂̈̓̿̋͌ͪ͐̅ͬ̃ͬ̍̿́ͯ̒ͯ͌́͗̈́ͣͪ̒̔͒͗ͥ̊͆̈́ͧ̿̃̿͑̅̄̽ͨ́ͧ̈́͌ͯ̒ͬ̊̎ͭ̅ͭͯ͑͒ͮͩ̂́̓̇̓ͦ̈́͆̄ͧ͌̄͌ͤ͗ͥ̂͆ͦ́̈͑͗͗͑̈́̍ͨͬ̂̾̋̎͆ͮ͆ͫ̏̑ͮ̒̄̍͂ͫͣ͊͐͐ͨ̄ͮ̋̈́͋͋͑̉ͯ̓̽ͤͩ͆̓̌́̉ͨ̑ͬͯ̎̆ͫ͋̏̇ͦͫͥ͊̅̃̐ͤ̓̃ͨͦ̈́̃ͥ͗̒̊͋͆ͫ̅͌̈́ͬ̑ͣͥ̉͊ͫ̏̏ͫ̔̍ͭͦ͂ͬ̊̓̄͊ͥ͌ͯ̾̓͐ͯ̅̂ͩͭ̐͆ͨͨͦ̄̆ͮ̽̑ͬͨ͛ͦ̿̐̍ͭ͊̄͋̽̈́ͨ̾̂͛ͩͤͮ͐̾̄̾͂̐̏ͣ͒ͨ̄̋̄͂̔̐̆͐̒̃ͭ̈́́̌͆͒̊ͤ͌͐ͯͧ͊̎ͩ̏̓ͫ̀͑͛͗ͪ̆̇̔ͭ͆͌ͫ͆̓ͬͯͦ͗͊̑͛̑ͪ̾ͦ̎͐̐͌ͫͨͩ́̉̂̐̾ͮ͌ͤͦ͗ͭ̇̈̌̓ͨ̄ͫ̌̒ͤ͑͒̆ͥͪ̓ͫͨͦ̄̽̉̽͌ͩ́̓͗ͫ̒ͣ͊͆̈ͯ͐͋̊̒͋̂̒͗̐ͪ͋́̑͊̐̓ͬ̈̒̉͗ͭ̽̈̈ͭ̀̆̓̐̉̈́ͬͪ̑̑͊ͯ̍ͧ̓͒ͧ̇̔̎̃͒̃̇͑͊̑ͤͤͮ̈́̉̽̑̋̎̔͑̅͗͗̃̇̓͛́̚̚̚̚̚̚̚̚̚̚̚̕͏̴̶̶̸̶̶̷̢̩̱̘͎̺̻̱͚͉̲̭̪̗̜̤͕̙̰͇͙͇̘͉͚̣̰̺͉̥̻͇̩̝͉͙̬̖͉̝̝̦͔͇̪̲̳̬̱̙͖͉͉͉̮̞̭̫̻̯̖͕̗͎̠̻̱̳̣̙̝̭̲̗̤̤̪̱̭̟̘͍̯̼͇̫̰̥̯̖͎͙͉͈̗͎̫͓̣̦̟͎͈͚̮̯̺͍̹͉̠͖̪̗̫̻͈̝͉͇͔̙̖͕̞͈̤̹͎̝̫̪͖͙̳͖͓̖̩̩̜̲̪͍̹͕̳͖̫̠̬͉͕͈̦̫̳͓͕͚̞̱̻͇̩͖̬͕͕̱̜̜̙̗̙̟̤̮͓̠̗͖̝̱̪͙̖̼̩̞̰̫̺͈̙̙̯͖͎̮̟̠̠̲̰͙̝͉̦̹̻͉͓͙̙̯̹̣̗͚̠̗̫͇̺̙̦̥̯̳̻̪̹̭͕̻̩̭̮̜̙͖̣͉̱̤͇̦̲̲̣͙̳̠͍̥̼͕̥̗̟̰͚̥̞̱̠̗̥͖̭̩̰̫̺͎̼̩͓̝̖̰̫̜͔͎͇͓͖̱̼̻̖̗̠̙̪̜̼̗̥̰̲̮͚̰͙͍̭͎̬̪̖͎͚̺̪͚̪͙̟̺̯̹̭̮̻̫̭̮̫̫͎͍̭͖̲͙͎̺̻͓̦͍͚̣̞̼̖̙̗̻̣̞̭̱̞̗͈̞̗͍̺͓̬͈͚͚̤̰͕̦͔͕͓͉͍͚̭̳͈̙̲̞͍͓̪̥̟̘̠͓̯͎͎̙̬̭̗̯͙̰̖̼̭͎̝̫̲̘̱͙̝͕̻̞͉͍̭͔̱̭̭̹̭͙͉̮͙̳̗͍̱̜̺̹͈̝̗̩̻̱̹̦̱͕̣͖̝̼̝͇̻̮̦̯̩̟͕̟͈͚̺̞͉̤̯͕̯̺̺̝̟̣̱͙̰̲͖̳̠̺͉̱̮͕̠̳̱̤͍͉̖͎̞̪͉̗̦͓͓̰̬̖̳̝͖͕̳̙̹͉̻͈̪̙͔͇̬͇̹͚̞̺̬̳̮̘̙͚̜̳͍͍̭͖͎͙͎̝͈̲͚̯̬̖͕̯͔͚͉́͘̕͘̕͜͜͟͡͠ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅA̸̛̎ͦͬ̇̂͂ͨ̅ͯ̅͊́̉ͬͮ͌̐̉̍ͯ̅ͦ́̂̃̽͐̽͊̿̈͋͋̐̂ͪ̐̅ͪ͊ͣ͋́̔̆ͫͫ́͆̌͋͗ͯ̋͛̄ͯ̒ͤͥ͗̈́ͬ̅͒ͬ̿͂̓͋͗ͨ̃̌̈̐ͩͫ̔͂̈̏ͫ͌͐ͭͧͪ͌͂͐͗̇̔̓̌̌ͫͬͤͨ̇̾͋̑̈́̔̅ͥͮ̇ͦ̍̾͌̀ͦͦͯͥͫͩͭ̅̀ͯ̔̌͗̿ͥ̍̉̔̑ͩ͆̏̂ͫ͆ͥͫ̈̓̄́ͦ̆̃ͩ̈̿ͭ͋̊ͨ̆̂̉ͣ̇̈̋̂̍̌̃̿͗͗̅̎̔͆̋ͪ̂̌̅̊̎̽͒͐̿ͥ̉ͨ͐̑̀ͦ͊̓͆͗̿̅̽̈͊ͨ̇͑̎̐ͨͣ̈ͯ̋͐̂̄ͣ͑̉̅̔͐͂̔ͮ͌̉͆̓̈́ͣ̉̾̒̃̇̑ͩ͂̽̅̋̍̈́ͤ̌ͧͩ́̓̐̾̎̆̈́̂̀ͩͥ̇̂̈́ͯ̓̽̿ͬ̾̿ͣ̉͛̿ͮͥ̽̆ͬͤ͗̍ͬ͐̄ͦ̀͗̾̏̓̊ͩ̍̊̓ͫͮͪ̈̋͒ͫ͑̒̐̆̓ͯ͊ͫ̄ͩ̋̇̌̽ͥ̾͛̐̐ͧ͆͂͌ͩ̑͂͒͋̓̓̏̅ͤͮͨͦ̽͒͊̃ͪ̔̿͐̿ͤ͆͐̽̿̊̊ͫͩ̋̾̈́́ͩ̎̐͑̃̅͛ͯ̉ͫ͌̐̓͆ͣͤ̏͌͑́̆̇ͨ̾̆ͭ̈͐̉͆ͯͭ̎̃̐̐ͬ͋ͦ̔͛͗̓ͦ͋̏̾̓̀͊͑͊ͬͦ̐̐̈́̄ͤ͗̍̎̈̐̌̉͋͌̒̇ͪ̒ͥͨ̿ͧ̏̂͆̈ͤ͐ͤ̆̊ͭͮ̃̿ͤͯ̌͌ͤ̿̐̔ͮ̎ͣ͐̒̋͌ͯ̇ͦ͛̐ͣͮ̈̉ͮ̽̌̿̐ͩͯ͐͆̂̓͆̐ͮ̋̄ͤͨͤ̃ͬͭ̇̎͒͂ͨ̿̃͋͑̅̒ͣͣ̉͛̎̓ͫ̄̏̓ͨ̉̏̏͛ͨ̓̽̿ͤ̏̇̑ͮ͐̈͒ͣͪ͆̏ͩͪ͛͂̽̂̐ͯ̊̈ͩ͗̄̇̈́̐̋͐͐̎̒͌͒͌̇̽̉͆ͬ̅̈́ͪ̎ͭ̾͒̒̃̌̒̓͊̎ͨ͌̒͗ͪ̏̇̓̾̾ͦ͑ͤ̓ͣ̈ͪͭ͒͋͊ͫͣ̓ͭ̒ͥ̀ͬ́͋̒̓́ͦͤͮ̂͋̉͗͑ͧ̏̆̅ͤͦ̓͐͗ͨͤ̑̋́ͭ͛͑̍ͧ͑̍̔̈̓͆ͯ͐̈́ͥͫ͗̔̑̆̔̌ͫ̊̓̓͐͂̍̀͊͒͑̑̅̑ͤ́̒̒͐̇͛̊ͫ̑̉̐̈̊̊̃̏̍ͦ̋ͥͯ͒͗̍ͫ͆͋ͫͪ̊̃̇̏̈́̊̉͊͂ͬͭ̔̅ͤ̎͛ͯ̋̃͂̈̃̽ͨͪ̒́ͨ̋̒̆͛̔̐ͪ͗̏͊̐̉̍̂ͦ͆ͮ͋̄̽̏ͣ́̌͋̌̊̐̉̋ͦ̉̾̎̀͑̾̈́̇ͥͨͭ͐̋̌̍ͫͮ̈́̏̓̓ͨ̃̆̽͋ͤ͑͂̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚̚͡͠͏̵̶̵̴̶̨̕͠҉̵̷̵̡̢̫̗̣̮̻̜͓̣̻͓̗̺̻̙̗̦̦̗̲̪̬̘̰̥̖͍̝͍̱̞͖̖̰̥̱̝͇̲͕͇̩̺̦̰̺̬̝̱̟̣̞̗͕͎̦̺͉̲͈͚̞̖̣̜̭͈̫̝̝͖̟̺͎͉̭̮̩͇̗̟͓̰̦͈͈̗͈̜̼̹̝̼̲̳̱̣̰̜͖͕͖̰̱̭̯̬̜͖͉͎̩̹̳̘͖͎͍̼̗̤̻̫̖͇̹̟̬̮̫̭̖͍͕̲̣̭̬̫̺̟̩͕̱̦̪̬̯̘̰̬̹̟͖̻̟̳̜̞͕̪͉̤̰͔͓̭̘͓̱̭̣̜̦̥͍͔͔̤̪̯̞͕͇̳̭͖̤̘̙̭̰̜͕̺̦̜͈̗͉̼͕̯̟͉͕̟̫̙̻̹̗͎̝̮̫̞̥̜̤̲͚̞͎͈̱̯̰̻̯̗͖̯̳̥͙͇͓͉̗̲̞͉̮̠͉̳̙̻͓̘̰͍͚̮̦͚͚̗̰̼͖̳̦̞͔̜̘̦̙͇̖̙̻̗̘͇̞̥̗̮̲͕͕͔͚̹͙͎͉̩̼̬̺̩͔͖̭̖̲͚̩̜̣̫̺͇́́͟͝͞͞͠͞͡ͅͅͅͅͅͅL̶̵̷͐ͬͤͧ͂ͫ͌̓̂̍̽̆̂͐̿̒̅́̉͋̈́ͧ̌̈́ͮ̐̆͊̔͂̾̆́̑͆̾ͦ̈́͐̒ͣͯ̍̆͆̄̓͆̋͑̃̽̀̿̒͆̈ͣ̈́̅̌̑̌̈͆̾̾̑ͩ̄͐ͭ̉͊̃̊ͧ̓̈̿́ͨ̔̌̉͒͂ͨ̐̈́͌ͤ͗̇̿̇͗͌̐͆͒ͥ̇͌̀̊͆ͣͮ̃͂͂̃ͤ̓͛̓͆̌̔̑͂͊͐̒̎ͮͥͨ͑ͭͫ͂ͦ̿̃ͦ̿ͪ̇͌̐̋̈́ͭ̿͆͆͆̓̄̉ͪ̃͆͒ͥ̈́͑̋̇͗̀̍̈̃ͧ̑ͩ̔͒̔̇ͤ̊̏̆ͩͥ͒̈́̓̌̍̾ͮͥͫ͑̂̾̉ͪ̿ͬͦ̋̈͌̔̌̋ͨ̎ͯͭ͐̄́͋̐ͯ̄͐ͫ̐̀̚̚̚̚͘̕͢͜͝͞͡҉̷̷̶̡̯͇̝͓̣͕̪̟̜͍̞̘͙̙͓̤͍̻͉͇̥̺͇͉̝̬̹͙̳̻̻͚͓̠̦͖̲̩̥̣̱̦̰͉͓͍̤̣͓͇͖̼̜̤̠̙̰͇̝͍̖͍͕̰̘̬͕̥̠̻͕̪̦͖͍̤̪͖͓͉͉̯̱͖̙͉̯͚̞̟̭̘̫̫̗̝̠̣͕͚͔̤̠̬͈̘̱̮̮̹̱͕̹̮̝̠̭̪̟͎̟͎͇̫̘̻̘͇̲͎͓̖̦̺͎̦̹̝̫͉̮̜͙̝̥̦̳̜̥̳̺̼̖͚͈̖̥͓͔̳̗͍̙̙̳̺͎̱̭̮͇̗̪̲̼̝̫̲͎̱͈̦̳̜̖͎̲̝͙̯̼̙̱͓̗̺̗͉̜͇̗̩̰̳̥͓̘̻͉͖̖̻͈̪̲͍̤͉̱̻͙̝̘̦̣͖͔̘̥̲͔̯͎̻̦̤̣̜̹̭̫̙̰̦͉͚͙̪̦̬̜̫̥̥̱̫̤͇͎̻̜̞̣̼͕̤̤̤͚͎̗̬͖̙̘̫̲̬̦͖̭͙̝̭̗̮͇̹̭̱͇̦͖̙̻̹̠̭̥͎̟͙̺̳̣̫͚̻̣̻͎̞͔͚͖̭̰͓̪̗̖͖̪͎͔̟̭͔̺͓̪̰̠̪̝̦͍̬̙̙͉͚͇̣͇̤͉̦̺̥̹̲̗̰͇͙̠͚͈̭̯̮̗͖̟͚̝̱̝͉͖̼̤̭̭̣͇̻̣̬̗̯̠̣͕̟͙̟̤̦̠̼̦̹̭̥̱̘̙̞̹̣̘͈̰͕̮̼̮̲̲͎͔͚͚̩̯̭̱̹̤̭̦̦̫͉̻̥̩̮̜͇͍͈̳̣͈̞̘͈̫̰͙͕̝͈͍̳͉̟̮̞̠̪͚̩̼͚͇͙̹̜̥̞̖̭̬͙̠̦̤̱̯̟̻͖͍͈͈͍̰͇͕̞̗̤͉̞̠̻̥̪̘̰̱̩͓̺͙̜̘̜̝͕̰̦̘̝̝͉͍̲̩̪͉̘̱̜̻͖̰̭̥̲̦͎͍̟̞̼̥̼̱̯̰̱̤̜͓͍͕͉̖̩͎͙͍̹͖͕͎̗͖̤͎̤̣͉̘̘̲̬̘̲̟̩̺̗͔̖̜̼̟̹̻̖͎͎̻̹̘̞̰̠̭̻͉̙̳̰̦̳̯̥̝̩̫͈̼̤̼͕̮̯̜́̕͟͜ͅͅͅͅͅͅͅͅͅͅG̽̉͂ͣ͐̏ͪ͗̄ͦ͌̿̿̌ͭͨ̏̈͊ͭ̽ͮ̐͂ͩ͋ͭ͗ͧ̍̓̾̂̊̒͒̿͆҉̸̶̧̨̨̛̱̼̺̠̭̙͙̮̣̜͈͉͙͓̦͚̙̻̹̳̳̟͎̩̼̬̯̠̖̪̟̳̫̯͚͕͔̭̖͖͓̘͍͇͓̳̣̲͈̩̹͕̳͚͉̳͇̭̣̲͇͉̣̝̭̯͔͖̝̩̮̲̼̩͚͔̠̭̻͇̞̲̖̞̞͖͓̹̙̖̟̱̝̱̥͓̻̬̺̳̥͓̖̙͙̩̯͚͉̲̥̗̞̯͖̫͉̦̟̩̮̰̙̮̬͉͖̹͚̗̞͎͓̳̺̰͔͍̦̟̤̭̮͇̩̫̹̞͉͖̲͕̯̯̦̮̳͈̙̼̯̰̼͍̲̤͈̯͈̫̰̺̣̝͈̻̤̘̳̞͈͙̩̝͕͉̲̻̮͎̝̜̩̺̜̞͇͖͓͇̞͈͕͖̦̬̜̜̙̪̳̖͍̬̹̯͍̲͉̻͓̘͖͖͕̱̞͙̝̺͍̻̗̭̬̙̩̞͎͉͖̬̝̤̗͓̯̞̹̘̲̣͔̘͕̮̟͍̝͉̪̳̟̭̪̣̠̘̯͕̳͇̠̪͕̲̫̼̜̖͙̯̫͓̟̲̖͚̼̖͈̺̜̠̮̤̳̠̲̦̩̱̰͎̜͙̥͕̯̭̪̲͙̘̮̗̬̩̯͖͔͉͖̩̳̙̰̝͈̘̻̠̠̰̭̟̯̝̬̝̯̲͇͈̮̳͉͙͚̦̟̣͉̗͕̪͕̬̣̼̹̞͖͙̬̯̦̫́̀̀̀́̀́̀̕̕̕͢͢͜͢͡ͅͅͅͅͅͅͅͅO̷̴̷̷̡̧̨͌̉̇̈ͧ͋̿͋̃ͩ̓̍́̉͑̿̒͆͋ͦ͂̄̔͊̔͋̄̓ͧͦ̓̆̆̎ͥ́ͬ͆̆ͫ̃̾̈̊̒̇͆̓͊̌͌̉̎̂͛̊̆̇͂͊̃͗̊͊ͮͯ̅ͬ͑̅͑ͪ͒ͯ̇́̑̀́̍̉͆ͧ̏̒́̀́̚̚̕̕͘͟͢͜͞͡҉҉҉̴̶̸̵͘͞͡͡͏̘̻̱̣̫͖̤͕̝̞̟̥̣̲̜̯͇̭͖͙̭̮͓̱̭̲̩̞̩͓̙̟͖͇̘̜̪͓̱̼͜!̴ͮ̐̔ͧ̅͆ͪ̇ͥ̂̈́͐̒ͫ̄̾ͤͩ̆̈́̈́̑͛̽̍ͯ͒̍̀͐ͤ̾ͩ̂̔̑͑̓͌́̈̎̽̈́̉̿̇̎͐͋̈́̓̉͋̐ͤ̅̾ͦ̈́̾̾́ͪ̋͑ͮ̏̑ͨ̒̈̈́̃ͩ͑̅̓̒̎͐̍͒̋ͯ̽̐ͫ̿ͣ̇͑ͬ̏͐͂͋̍̑ͭ̍̍ͣ̄̌ͦ͛͒̏̽̾ͪ̀̂ͯͩ̉̑͌͗̉ͫ̐͊̂̅̇ͬ̿̏ͬ̋̅͗̒͐͆̈̆ͥ̆̒ͣ̂̒͒͋̋̋̂̐̽̇̑̈́̉̅̊́ͦͩ̆̋̊͋̈͐ͯ͋̉̋̆́̉̊̌͆̓̒͛̈ͤ̎ͫ̑͒̏̋̓͂͂ͩ͛ͮ̉̋ͥ̅̈͆̽̐̒ͧͥ̄̄̓̒ͨ̈́ͭͬͫ̉̐ͬ̑͐͑̐ͧ͐̓̓͒̉͛̊̍̐̾́̆̀̈ͭͥ͊͗͑̆ͤ̈̓̎ͥ̇͋̈́ͮ̑̑̆ͯ͗̉ͭͦ̅͒̒̊ͥ̾ͮ̄̆͂͌̓͗̉̍̂͛̉̈́ͧ͗ͨ͂͒̂̄̔̄ͥͩͪ͐ͧ̇̽ͧ͌ͨ̑̀ͨ̐̋́̈́̈́͌ͮͤ̀͐͆ͦ̆ͨ̈́̔̾̒ͩͦͫ̃̌ͦ̿̄̉̀̑̀͛͗̽̍͒͒̓̆̂̆̇̽̎̾͛̋̓ͥ́̅ͮͯͬͪ̄̆͒̀͌̊̾̆̀̀ͫ̎͗͒ͬͣ̒͒ͬ͛ͩ̊̒̾ͦͫ̑̈́̇ͫ͆̇̾͐͆͆ͥ͑̅̐ͥͧ̒̏̈́̅̓̇̈́̿ͥ̓̎ͮ͌ͣͭͣ̑ͦͩ͛̎̐̍͐̂ͩ͆͂ͮͬ̃̉̊ͣ̈̿̉ͯͦ͋̈́͐͂́̾́̽ͨ̊͌ͥͤ̃ͨͨ̍ͥ̏͑ͩͦͮͨ̊̈́̐̂͆̒͊ͤͩ̓̍̃̒̈̑̃ͧ͗̔͑͌ͪͦ̔ͫ͆ͯ̒ͤͫͭ̂ͧͩ̏̉̑̀͗̎̑ͪ͗̓̓ͮ̓̒̓͒̀̋͆̈̾͑ͫ̄̿̉ͦͤͤ̑́̓ͣ̑̇͌̈̃̈͆ͭ̄̐͐̈͂ͧ̓̈́̽̐̑͊ͭ̉ͩͧ̍ͭ͐̇̈́̔̏ͧ͊͛ͤ̋ͫ̈ͨ̍ͩ̿͛ͮ́͂̓̐́̾͋̏̈́͗ͭ̉̿̐̀̿̄ͤͪ͋͂̃̎͂̑̈̔ͫ̆̈́̊͂̐̄͛͗͂̄ͭ̊ͬ̇͐̓̂ͧ͐͌ͬ͆ͫ͗͑̏ͨͨͪ͌ͤ̐̊̽͋̔͌ͣͥ̉̈̐͛̎̇͛̏ͩͭ̈͗͑̍̃ͫͩͥ̿ͥ̓͋͗̈ͨ̀ͫ͗̌͛̂̌ͮͫ̉̊ͫ̌̈́̿͂͌̉̔̒̀̍ͪ͒ͫ̎ͭͬͧ̉͂ͣͫ͛ͥͫͭ͋̐ͯ̏ͩ̉́͋̿̿̍͆ͨ͐̈́ͨͧ͊̏̃̊̌ͨͩͫ̈͆ͧ̐͐ͬͥͨͭ̏́̂̅̓̐ͧ͑̉ͯ̋ͥͣ̓ͭ͗ͮ̿̅̋ͧ͂ͨͯ͆͑ͧͥ́̈́̆̓̏̃͗̂̏́̒͊̇ͭ̅ͩ̒̎ͨ͊ͦͧ̍͆͑̄͌ͨͤ͗ͥ̐̆ͤ̿ͦͦ͊ͪ̌͆̐̀̚̚̚̚̚̚̚̚̚̚̚̚̚̚͏̴̵̨̢̛̛̀̀̕͜͢͢͡͡͏͇̗͇͈͔̻̥̞̩̥̜͕̙̱̫̺̮̟̮̥͔̬͚̙̟̮͓̱̬͖̟̥͉̮̦͎͍̤͎̩̳̯̥̦̺̤̫̖͉̖̘͚̙̫̹͚͖̤̬̖͓͍̝̫̪͓̳̲̺̫͈̯̜͍͓̗͔̜͈͔͓̬̟̪͉̤̩͇͕͔̥͈̰̗̭̫̙͕̬͍̮͈̜̮̳̝͇̘͉͚̺̺̱̦̭̦̺̭̘̲̘͚̼̘̞͈̺͔̬͓̳̙̲̳̮̤̻̲̩̖͙̹̼̪͚͍̘̯̰̮̯͎̱̞͚̜̪͍̣̩̰̬̞̻̥̭̱̣̘͓̼̻̳͔̗̟͔̝͔̬̩̱̳̥̯̟͕̙̟̱͉̫̱̟̬͔͎̗̥̺̼̥̗͖͕̤͇̠̳̹̰̪̗̤͍̦͕̩̬̫͖̠̞̖̥̺̬̙̠̪̯̲̫̹̝̳͉̫̗͔̯̩̩̹̺̱̺̬̫̹̝̖̙̲̯̹̮̹̪̮̦̞͉̞͓͚̖̳̮̣̺͈͈̬̪̖̻̼̠͚̩̲̰̮̙͕͇̲̼̖̺̲͙̩̤̘̣̱͔͖̦̳̣̠̮̬̥̫̩̙̼̞̟̫̤̦̤͇̘̩̼͙̯̟͙̖̘̘͍̥̻̦̝̞̦̲̟̰̬͇̮̥̯͙̳͍̫̺̲̲̟̬̲̦̥̝̗̙̝̗͍̟̯̼̙̣̘͙̺̪͈̗͇̫̺̼͇͔̜͍̜͖͓̻͕͈̻̮̪͙̰̻̙͍̞͓̥̣͕͉̝̭̙̯̪̠̰̟͉̗̰̤͈͚̜̫̖̘̺͇͖̻͔̥̼̪̝̩̘͚͍͉̻̰̭͇̗̠͔̹̥̻̞̖̰̳͖̠̣̖̮̙̞͙͙̜̻̺̘̰̟̦͉̻͍̺̜̩͉̬̳̯̹͇̥̘͔̰̟̟̰̗͚̤̭͈̲͈̼̠̜̮̻̭̝̬͕̮̩͓̥̺̩͎͓̥̹͕͈̼̼̘̳̹͓̟͙̺̪͍͙͈͓͈̙̦̥̼̗̯̯̣͉͓̱̫̯̞͉̻̺̮͈̣͖̣̪͎̩̥̺͉̖̙͕͇̱̮͈͎̯̺̗̮͔̝͓̦͕͉̯̟̖̱̲̪͚̼͓̜̻͇̯̞̩̮͉̫̭͕̩͔̻̩͚̘͙̠͈̺̲̬̗̭͖͓̬̺͈͔̼̳͚͙͖͙͓͓̱̻͍̻̣͎̱̲̠͓̣̙̥̬̮̘̮̦̥̰̫͉̤̹͔̞̥͙̣̝̳̦̙̺̻̻͉̜̦͎͍̖͈̫̲̲͉͇͓̜̬̮͓̮͕̬͙̲͈̻͉̲͉̲̤͙͚̻̯̯̹͍͕̖̟̘̜͔̱͎̗̬̹̺͓̬̥͔͉̩͕͍͇̦͎̱͈̳̹̞̱̭̙̝̣̭̫̙̬̦͉͖̟̘͔͈̘̗̰͚̀ͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅͅ
     
  26. Fats

    Fats New Member

    Joined:
    Sep 8, 2010
    Messages:
    9
    Likes Received:
    0
    How do i make myself an owner using your 2nd modded script Crystal?
     
  27. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    /changeauth 3 fats

    Oh wait
    This line

    if (sys.auth(src) < 3)

    I have no idea on how to that without messing with the scripts. Just find that line, change that 3 to a 2, then do it. If you want those as owner commands again, just change it back to a 3.
     
    Last edited: Oct 16, 2010
  28. Fats

    Fats New Member

    Joined:
    Sep 8, 2010
    Messages:
    9
    Likes Received:
    0
    nvm wasn't reading. Thanks crystal yet again :D
     
    Last edited: Oct 16, 2010
  29. Crystal Moogle

    Crystal Moogle Ayaya~ Administrator Administrator

    Joined:
    Jul 19, 2010
    Messages:
    3,205
    Likes Received:
    531
    PO Trainer Name:
    Hanako
    That's because you're auth 2
    It works fine for me at auth 3
    Try this instead then
    [SECRET]
    Code (JAVASCRIPT):
    1.  
    2. ({
    3.  
    4. serverStartUp : function() {
    5.     scriptChecks = 0;
    6.     this.init();
    7. }
    8. ,
    9.  
    10. init : function() {
    11.     lastMemUpdate = 0;
    12.  
    13.     key = function(a,b) {
    14.         return a + "*" + sys.name(b);
    15.     }
    16.  
    17.     saveKey = function(thing, id, val) {
    18.         sys.saveVal(key(thing,id), val);
    19.     }
    20.    
    21.     getKey = function(thing, id) {
    22.         return sys.getVal(key(thing,id));
    23.     }
    24.    
    25.     hasBan = function(id, poke) {
    26.         return clauses[id].indexOf("*" + poke + "*") != -1;
    27.     }
    28.    
    29.     if (typeof(permChannels) == 'undefined') {
    30.         permChannels = [];
    31.     }
    32.    
    33.     cmp = function(a, b) {
    34.         return a.toLowerCase() == b.toLowerCase();
    35.     }
    36.    
    37.     if (typeof(channelTopics) == 'undefined')
    38.         channelTopics = [];
    39.    
    40.     var dwlist = ["Munna", "Mushaana", "Darumakka", "Hihidaruma", "Eevee", "Umbreon", "Jolteon", "Vaporeon", "Flareon", "Espeon", "Leafeon", "Glaceon",
    41.  "Bellsprout", "Weepinbell", "Victreebel", "Nidoran-M", "Nidorino", "Nidoking", "Sentret", "Furret",
    42.     "Sunkern", "Sunflora", "Hoppip", "Skiploom", "Jumpluff", "Lickitung", "Lickylicky", "Ponyta", "Rapidash",
    43.     "Exeggcute", "Exeggutor", "Farfetch'd", "Nidoran-F", "Nidorina", "Nidoqueen", "Stantler", "Oddish", "Gloom", "Vileplume",
    44.    "Bidoof", "Mareep", "Flaaffy", "Ampharos", "Doduo", "Dodrio", "Tangela", "Tangrowth", "Surskit", "Masquerain",
    45.     "Igglybuff", "Jigglypuff", "Wigglytuff", "Bidoof", "Bibarel", "Kangaskhan", "Lotad", "Lombre", "Ludicolo", "Poochyena",
    46.     "Mightyena", "Rattata", "Rattatac", "Shinx", "Luxio", "Luxray", "Taillow", "Swellow"];
    47.     dwpokemons = [];
    48.     for(var dwpok in dwpokemons) {
    49.         dwpokemons.push(sys.pokeNum(dwlist[i]));
    50.     }
    51.  
    52. rules = [ "",
    53.     "*** Rules ***",
    54. "",
    55. "Rule #1 - Do Not Abuse CAPS:",
    56. "- The occasional word in CAPS is acceptable, however repeated use is not.",
    57. "Rule #2 - No Flooding the Chat:",
    58. "- Please do not post a large amount of short messages when you can easily post one or two long messages.",
    59. "Rule #3 - Do not Challenge Spam:",
    60. "- If a person refuses your challenge, this means they do not want to battle you. Find someone else to battle with.",
    61. "Rule #4 - Don't ask for battles in the main chat:",
    62. "- There is a 'Find Battle' tab that you can use to find a battle immediately. If after a while you cannot find a match, then you can ask for one in the chat.",
    63. "Rule #5 - No Trolling/Flaming/Insulting of Any kind:",
    64. "- Behaving stupidly and excessive vulgarity will not be tolerated",
    65. "Rule #6 - Be Respectable of Each Others Cultures:",
    66. "- Not everyone speaks the same language. This server is not an English-Only Server. Do not tell someone to only speak a certain language.",
    67. "Rule #7 - No Advertising:",
    68. "- There will be absolutely no advertising on the server.",
    69. "Rule #8 - No Obscene or Pornographic Content Allowed:",
    70. "- This includes links, texts, images, and any other kind of media. This will result in a instant ban.",
    71. "Rule #9 - Do not ask for Auth:",
    72. "- Authority is given upon merit. By asking you have pretty much eliminated your chances at becoming an Auth in the future.",
    73. "Rule #10 - Do not Insult Auth:",
    74. "- Insulting Auth will result in immediate punishment. "   ];
    75.  
    76.    
    77.     if (typeof(varsCreated) != 'undefined')
    78.         return;
    79.  
    80.     if (sys.existChannel("Tournaments")) {
    81.         tourchannel = sys.channelId("Tournaments");
    82.     } else {
    83.         tourchannel = sys.createChannel("Tournaments");
    84.         channelTopics[tourchannel] = "Welcome to the tournament channel, where tournaments are held! type /join to join a tour in its signup phase! type /viewround to see the progress of an ongoing tournament!";
    85.     }
    86.    
    87.     battlesStopped = false;
    88.     channelUsers = [];
    89.     channelTopics = [];
    90.        
    91.     sys.setPA("forceSameTier");
    92.     sys.setPA("megaUser");
    93.     megausers = sys.getVal("megausers");
    94.    
    95.     siggamute = (sys.getVal("SiggaMute") == "1");
    96.     siggaban = (sys.getVal("SiggaBan") == "1");
    97.  
    98.     muteall = false;
    99.    
    100.     sys.setPA ("impersonation");
    101.     sys.setPA ("muted");
    102.     sys.setPA("caps");
    103.     sys.setPA("timeCount");
    104.     sys.setPA("floodCount");
    105.     maxPlayersOnline = 0;
    106.    
    107.     lineCount = 0;
    108.     tourmode = 0;
    109.     border = "»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»:";
    110.  
    111.  
    112.     pokeNatures = [];
    113.    
    114.     var list = "Heatran-Eruption/Quiet=Suicune-ExtremeSpeed/Relaxed|Sheer Cold/Relaxed|Aqua Ring/Relaxed|Air Slash/Relaxed=Raikou-ExtremeSpeed/Rash|Weather Ball/Rash|Zap Cannon/Rash|Aura Sphere/Rash=Entei-ExtremeSpeed/Adamant|Flare Blitz/Adamant|Howl/Adamant|Crush Claw/Adamant";
    115.    
    116.     var sepPokes = list.split('=');
    117.     for (var x in sepPokes) {
    118.         sepMovesPoke = sepPokes[x].split('-');
    119.         sepMoves = sepMovesPoke[1].split('|');
    120.        
    121.         var poke = sys.pokeNum(sepMovesPoke[0]);
    122.         pokeNatures[poke] = [];
    123.        
    124.         for (y in sepMoves) {
    125.             movenat = sepMoves[y].split('/');
    126.             pokeNatures[poke][sys.moveNum(movenat[0])] = sys.natureNum(movenat[1]);
    127.         }
    128.     }
    129.    
    130.     if (sys.existChannel("Indigo Plateau")) {
    131.         staffchannel = sys.channelId("Indigo Plateau");
    132.     } else {
    133.         staffchannel = sys.createChannel("Indigo Plateau");
    134.     }
    135.    
    136.     channelTopics[staffchannel] = "Welcome to the Staff Channel! Discuss of all what users shouldn't hear here! Or more serious stuff...";
    137.     permChannels[staffchannel] = true;
    138.    
    139.     sendChanMessage = function(id, message) {
    140.         sys.sendMessage(id, message, channel);
    141.     }
    142.    
    143.     sendChanAll = function(message) {
    144.         sys.sendAll(message, channel);
    145.     }
    146.    
    147.     varsCreated = true;
    148. }
    149.  
    150. ,
    151.  
    152. beforeChannelJoin : function(src, channel) {
    153.     if (channel == staffchannel && !megaUser[src] && sys.auth(src) <= 0) {
    154.         sys.sendMessage(src, "+Guard: Sorry, the access to that place is restricted!");
    155.         sys.stopEvent();
    156.         return;
    157.     }    
    158. }
    159.  
    160. ,
    161.  
    162. afterChannelCreated : function (chan, name, src) {
    163.     if (src == 0)
    164.         return;
    165.    
    166.     channelUsers[chan] = src;
    167. }
    168.  
    169. ,
    170.  
    171. afterChannelJoin : function(player, chan) {
    172.     if (typeof(channelTopics[chan]) != 'undefined') {
    173.         sys.sendMessage(player, "Welcome Message: " + channelTopics[chan], chan);
    174.     }
    175.     if (typeof(channelUsers[chan]) != 'undefined' && player == channelUsers[chan]) {
    176.         sys.sendMessage(player, "+ChannelBot: use /topic <topic> to change the welcome message of this channel", chan);
    177.         return;
    178.     }
    179. }
    180.  
    181. ,
    182.  
    183. beforeChannelDestroyed : function(channel) {
    184.     if (channel == staffchannel ||  channel == tourchannel || (channel in permChannels && permChannels[channel] == true) ) {
    185.         sys.stopEvent();
    186.         return;
    187.     }
    188.    
    189.     delete permChannels[channel];
    190.     delete channelUsers[channel];
    191.     delete channelTopics[channel];
    192. }
    193. ,
    194.  
    195. afterNewMessage : function (message) {
    196.     if (message == "Script Check: OK") {
    197.         sys.sendAll("+ScriptBot: Scripts were updated!");
    198.         if (typeof(scriptChecks)=='undefined')
    199.             scriptChecks = 0;
    200.         scriptChecks += 1;
    201.         this.init();
    202.     }
    203. }
    204.  
    205. ,
    206.  
    207. afterLogIn : function(src) {
    208.     if (sys.ip(src).substr(0, 7) == "125.237") {
    209.         sys.kick(src);
    210.         return;
    211.     }
    212.    /* Armonio*/
    213.     if ( sys.ip(src).substr(0, 7) == "125.60." || sys.ip(src).substr(0,9) == "151.60.19") {
    214.         sys.kick(src);
    215.         return;
    216.     }
    217.    
    218.     sys.sendMessage(src, "*** Type in /Rules to see the rules. ***");
    219.     sys.sendMessage(src, "+CommandBot: Use !commands to see the commands!");
    220.  
    221.     if (sys.getVal("muted_*" + sys.ip(src)) == "true")
    222.         muted[src] = true;
    223.     else
    224.         muted[src] = false;
    225.  
    226.        
    227.     if (sys.numPlayers() > maxPlayersOnline) {
    228.         maxPlayersOnline = sys.numPlayers();
    229.     }
    230.  
    231.     if (maxPlayersOnline > sys.getVal("MaxPlayersOnline")) {
    232.         sys.saveVal("MaxPlayersOnline", maxPlayersOnline);
    233.     }
    234.  
    235.     sys.sendMessage(src, "+CountBot: Max number of players online was " + sys.getVal("MaxPlayersOnline") + ".");
    236.     sys.sendMessage(src, "");
    237.     if (tourmode == 1){
    238.         sys.sendMessage(src,"*** A " + tourtier + " tournament is in its signup phase, " + this.tourSpots() + " space(s) are left!");
    239.         sys.sendMessage(src, "");
    240.         sys.sendMessage(src, border);
    241.         sys.sendMessage(src, "");
    242.    
    243.     } else if (tourmode == 2){
    244.         sys.sendMessage(src, "");
    245.         sys.sendMessage(src, border);
    246.         sys.sendMessage(src, "");
    247.         sys.sendMessage(src, "~~Server~~: A tournament (" + tourtier + ") is currently running.");
    248.         sys.sendMessage(src, "");
    249.         sys.sendMessage(src, border);
    250.         sys.sendMessage(src, "");
    251.     }
    252.  
    253.     caps[src] = 0;
    254.     timeCount[src] = parseInt(sys.time());
    255.     floodCount[src] = 0;
    256.     impersonation[src] = undefined;
    257.    
    258.     if (sys.auth(src) > 0 && sys.auth(src) <= 3)
    259.         sys.putInChannel(src, staffchannel);
    260.    
    261.     this.afterChangeTeam(src);
    262. }
    263.  
    264. ,
    265.  
    266.  
    267. afterChangeTeam : function(src)
    268. {
    269.     forceSameTier[src] = getKey("forceSameTier", src) == "1";
    270.    
    271.     if (megausers.indexOf("*" + sys.name(src) + "*") != -1)
    272.         megaUser[src] = true;
    273.     else megaUser[src] = false;
    274.    
    275.     for (var i = 0; i < 6; i++) {
    276.         var poke = sys.teamPoke(src, i);
    277.         if (poke in pokeNatures) {
    278.             for (x in pokeNatures[poke]) {
    279.                 if (sys.hasTeamPokeMove(src, i, x) && sys.teamPokeNature(src, i) != pokeNatures[poke][x])
    280.                 {
    281.                     sys.sendMessage(src, "+CheckBot: " + sys.pokemon(poke) + " with " + sys.move(x) + " must be a " + sys.nature(pokeNatures[poke][x]) + " nature. Change it in the teambuilder.");
    282.                     sys.changePokeNum(src, i, 0);
    283.                 }
    284.             }
    285.         }
    286.     }
    287.     var tier = sys.tier(src);
    288.         if (tier != "Dream World" && tier != "Full Dream World") {
    289.             this.dreamWorldAbilitiesCheck(src, false);
    290.         }
    291. }
    292.  
    293. ,
    294. beforeChatMessage: function(src, message, chan) {
    295.     channel = chan;
    296.     if (message.length > 350) {
    297.         sys.stopEvent();
    298.         return;
    299.     }
    300.    
    301.     if (sys.auth(src) < 3 && muted[src] === true && message != "!join" && message != "/rules" && message != "/join" && message != "!rules") {
    302.         sendChanMessage(src, "+Bot: You are muted");
    303.         sys.stopEvent();
    304.         return;
    305.     }
    306.  
    307.     if (message == message.replace(/[u0300-u036F]/gi,'')) {
    308.         sys.stopEvent();
    309.         return;
    310.     }
    311.    
    312.  
    313.     if ((message[0] == '/' || message[0] == '!') && message.length > 1) {
    314.         if (parseInt(sys.time()) - lastMemUpdate > 500) {
    315.             sys.clearChat();
    316.             lastMemUpdate = parseInt(sys.time());
    317.         }
    318.  
    319.         sys.stopEvent();
    320.         var command;
    321.         var commandData;
    322.         var pos = message.indexOf(' ');
    323.  
    324.         if (pos != -1) {
    325.             command = message.substring(1, pos).toLowerCase();
    326.             commandData = message.substr(pos+1);
    327.         } else {
    328.             command = message.substr(1).toLowerCase();
    329.         }
    330.         var tar = sys.id(commandData);
    331.  
    332.         if (command == "commands" || command == "command") {
    333.             sendChanMessage(src, "");
    334.             sendChanMessage(src, "*** Commands ***");
    335.             sendChanMessage(src, "/rules: To see the rules");
    336.             sendChanMessage(src, "/me [message]: to speak with *** before its name");
    337.             sendChanMessage(src, "/players: to get the number of players online");
    338.             sendChanMessage(src, "/ranking: to get your ranking in your tier");
    339.             sendChanMessage(src, "/join: allows you to join a tournament.");
    340.             sendChanMessage(src, "/viewround: allows you to view the pairings for the round.");
    341.             sendChanMessage(src, "/megausers: to see the list of people who have power over tournaments.");
    342.             sendChanMessage(src, "/sameTier [on/off]: to force or not the same tier when people challenge you");
    343.             sendChanMessage(src, "/topic <topic>: to change the topic of a channel. Only works if you're the first to log on a channel.");
    344.             if (megaUser[src] != true && sys.auth(src) == 0)
    345.                 return;
    346.             sendChanMessage(src, "*** Megauser Commands ***");
    347.             sendChanMessage(src, "/tour tier:number: starts a tier tournament consisting of number of players.");
    348.             sendChanMessage(src, "/endtour: ends the current tournament.");
    349.             sendChanMessage(src, "/dq name: DQs someone in the tournament.");
    350.             sendChanMessage(src, "/changecount [entrants]: Change the number of entrants during the signup phase.");
    351.             sendChanMessage(src, "/push name: Adds someone in the tournament.");
    352.             sendChanMessage(src, "/sub name1:name2: Replaces someone with someone else.");
    353.             sendChanMessage(src, "/cancelBattle name1: Allows the user or his opponent to forfeit his current battle so he can battle again his opponent.");
    354.             if (sys.auth(src) < 1)
    355.                 return;
    356.             sendChanMessage(src, "*** Mod Commands ***");
    357.             sendChanMessage(src, "/sendAll [message] : to send a message to everyone.");
    358.             sendChanMessage(src, "/k [person] : to kick someone");
    359.             sendChanMessage(src, "/[mute/unmute] [person] : You know what i mean :p.");
    360.             sendChanMessage(src, "/silence [x]: To call forth x minute of silence in the main chat (except for auth)");
    361.             sendChanMessage(src, "/silenceoff: To undo that");
    362.             sendChanMessage(src, "/meon, /meoff: to deal with /me happy people");
    363.             sendChanMessage(src, "/perm [on/off]: To make the current channel a permanent channel or not -- i.e. the channel wouldn't be destroyed on log off");
    364.             if (sys.auth(src) < 2)
    365.                 return;
    366.             sendChanMessage(src, "*** Admin Commands ***");
    367.             sendChanMessage(src, "/changeRating [player] -- [tier] -- [rating]: to change the rating of a rating abuser");
    368.             sendChanMessage(src, "/stopBattles: to stop all new battles. When you want to close the server, do that");
    369.             sendChanMessage(src, "/siggaban : to ban sigga.");
    370.             sendChanMessage(src, "/siggaunban : to unban sigga.");
    371.             sendChanMessage(src, "/imp [person] : to impersonate someone");
    372.             sendChanMessage(src, "/impOff : to stop impersonating.");
    373.             sendChanMessage(src, "/changeAuth [auth] [person]: to play the mega admin");
    374.             sendChanMessage(src, "/setPA paname: to add a new pa, use with scripting caution");
    375.             sendChanMessage(src, "/megauser[off] xxx: Tourney powers.");
    376.             sendChanMessage(src, "/showteam xxx: To help people who have problems with event moves or invalid teams.");
    377.             sendChanMessage(src, "/memorydump: To see the state of the memory.");
    378.             return;
    379.         }
    380.        
    381.         if (command == "me" && !muteall) {
    382.             if (typeof(meoff) != "undefined" && meoff != false) {
    383.                 sendChanMessage(src, "+Bot: /me was turned off.");
    384.                 return;
    385.             }
    386.                 if (message.length == 3)
    387.                     return;
    388.             sendChanAll("*** " + sys.name(src) + " " + commandData);
    389.             this.afterChatMessage(src, message);
    390.             return;
    391.         }
    392.         if (command == "megausers") {
    393.             sendChanMessage(src, "");
    394.             sendChanMessage(src, "*** MEGA USERS ***");
    395.             sendChanMessage(src, "");
    396.             var spl = megausers.split('*');
    397.             for (x in spl) {
    398.                 if (spl[x].length > 0)
    399.                     sendChanMessage(src, spl[x]);
    400.             }
    401.             sendChanMessage(src, "");
    402.             return;
    403.         }
    404.         if (command == "rules") {
    405.             for (rule in rules) {
    406.                 sendChanMessage(src, rules[rule]);
    407.             }
    408.             return;
    409.         }
    410.         if (command == "players") {
    411.             sendChanMessage(src, "+CountBot: There are " + sys.numPlayers() + " players online.");
    412.             return;
    413.         }
    414.         if (command == "ranking") {
    415.             var rank = sys.ranking(src);
    416.             if (rank == undefined) {
    417.                 sendChanMessage(src, "+RankingBot: You are not ranked in " + sys.tier(src) + " yet!");
    418.             } else {
    419.                 sendChanMessage(src, "+RankingBot: Your rank in " + sys.tier(src) + " is " + rank + "/" + sys.totalPlayersByTier(sys.tier(src)) + "!");
    420.             }
    421.             return;
    422.         }
    423.         if (command == "topic") {
    424.             if (commandData == undefined) {
    425.                 sendChanMessage(src, "+Bot: Specify a topic!");
    426.                 return;
    427.             }
    428.             if (channel == 0) {
    429.                 sendChanMessage(src, "+Bot: You can't do that in main channel");
    430.                 return;
    431.             }
    432.             if (sys.auth(src) == 0 && (typeof(channelUsers[chan]) == 'undefined' || channelUsers[chan] != src)) {
    433.                 sendChanMessage(src, "+Bot: You don't have the rights");
    434.                 return;
    435.             }
    436.             channelTopics[chan] = commandData;
    437.             sendChanAll("+ChannelBot: " + sys.name(src) + " changed the topic to: " + commandData);
    438.             return;
    439.         }
    440.         if (command == "sametier") {
    441.             if (commandData == "on")
    442.                 sendChanMessage(src, "+SleepBot: You enforce same tier in your battles.");
    443.             else
    444.                 sendChanMessage(src, "+SleepBot: You allow different tiers in your battles.");
    445.             forceSameTier[src] = commandData == "on";
    446.             saveKey("forceSameTier", src, forceSameTier[src] * 1);
    447.             return;
    448.         }
    449.         if (command == "join"){
    450.             if (!sys.isInChannel(src, tourchannel)) {
    451.                 sendChanMessage(src, "+TourBot: You must be in the tournaments channel to join a tournament!");
    452.                 return;
    453.             }
    454.             if (tourmode != 1){
    455.                 sendChanMessage(src, "Sorry, you are unable to join because a tournament is not currently running or has passed the signups phase.");
    456.                 return;
    457.             }
    458.             var name = sys.name(src).toLowerCase();
    459.             if (tourmembers.indexOf(name.toLowerCase()) != -1){
    460.                 sendChanMessage(src, "Sorry, you are already in the tournament. You are not able to join more than once.");
    461.                 return;
    462.             }
    463.             var srctier = sys.tier(src);
    464.             if (!cmp(srctier, tourtier)){
    465.                 sendChanMessage(src, "You are currently not battling in the " + tourtier + " tier. Change your tier to " + tourtier + " to be able to join.");
    466.                 return;
    467.             }
    468.             if (this.tourSpots() > 0){
    469.                 tourmembers.push(name);
    470.                 tourplayers[name] = sys.name(src);
    471.                 sys.sendAll("~~Server~~: " + sys.name(src) + " joined the tournament! " + this.tourSpots() + " more spot(s) left!", tourchannel);
    472.                 if (this.tourSpots() == 0){
    473.                     tourmode = 2;
    474.                     roundnumber = 0;
    475.                     this.roundPairing();
    476.                 }
    477.             }    
    478.             return;
    479.         }
    480.         if (command == "viewround"){
    481.             if (tourmode != 2){
    482.                 sendChanMessage(src, "Sorry, you are unable to view the round because a tournament is not currently running or is in signing up phase.");
    483.                 return;
    484.             }
    485.            
    486.             sendChanMessage(src, "");
    487.             sendChanMessage(src, border);
    488.             sendChanMessage(src, "");
    489.             sendChanMessage(src, "*** ROUND " + roundnumber + " OF " + tourtier.toUpperCase() + " TOURNAMENT ***");
    490.            
    491.             if (battlesLost.length > 0) {
    492.                 sendChanMessage(src, "");
    493.                 sendChanMessage(src, "*** Battles finished ***");
    494.                 sendChanMessage(src, "");
    495.                 for (var i = 0; i < battlesLost.length; i+=2) {
    496.                     sendChanMessage(src, battlesLost[i] + " won against " + battlesLost[i+1]);
    497.                 }
    498.                 sendChanMessage(src, "");
    499.             }
    500.            
    501.             if (tourbattlers.length > 0) {
    502.                 if (battlesStarted.indexOf(true) != -1) {
    503.                     sendChanMessage(src, "", channel);
    504.                     sendChanMessage(src, "*** Ongoing battles ***");
    505.                     sendChanMessage(src, "");
    506.                     for (var i = 0; i < tourbattlers.length; i+=2) {
    507.                         if (battlesStarted [i/2] == true)
    508.                             sendChanMessage(src, this.padd(tourplayers[tourbattlers[i]]) + " VS " + tourplayers[tourbattlers[i+1]]);
    509.                     }
    510.                     sendChanMessage(src, "");
    511.                 }
    512.                 if (battlesStarted.indexOf(false) != -1) {
    513.                     sendChanMessage(src, "");
    514.                     sendChanMessage(src, "*** Yet to start battles ***");
    515.                     sendChanMessage(src, "");
    516.                     for (var i = 0; i < tourbattlers.length; i+=2) {
    517.                         if (battlesStarted [i/2] == false)
    518.                             sendChanMessage(src, tourplayers[tourbattlers[i]] + " VS " + tourplayers[tourbattlers[i+1]]);
    519.                     }
    520.                     sendChanMessage(src, "");
    521.                 }
    522.             }
    523.            
    524.             if (tourmembers.length > 0) {
    525.                 sendChanMessage(src, "");
    526.                 sendChanMessage(src, "*** Members to the next round ***");
    527.                 sendChanMessage(src, "");
    528.                 var str = "";
    529.                
    530.                 for (x in tourmembers) {
    531.                     str += (str.length == 0 ? "" : ", ") + tourplayers[tourmembers[x]];
    532.                 }
    533.                 sendChanMessage(src, str);
    534.                 sendChanMessage(src, "");
    535.             }
    536.                        
    537.             sendChanMessage(src, border);
    538.             sendChanMessage(src, "");
    539.            
    540.             return;
    541.         }
    542.         if (megaUser[src] != true && sys.auth(src) == 0) {
    543.             sendChanMessage(src, "CommandBot: The command " + command + " doesn't exist");
    544.             return;
    545.         }
    546.         if (command == "dq") {
    547.             if (tourmode == 0) {
    548.                 sendChanMessage(src, "+TourneyBot: Wait till the tournament has started.");
    549.                 return;
    550.             }
    551.             var name2 = commandData.toLowerCase();
    552.            
    553.             if (tourmembers.indexOf(name2) != -1) {
    554.                 tourmembers.splice(tourmembers.indexOf(name2),1);
    555.                 delete tourplayers[name2];
    556.                 sys.sendAll("+TourneyBot: " + commandData + " was removed from the tournament by " + sys.name(src) + "!", tourchannel);
    557.                 return;
    558.             }
    559.             if (tourbattlers.indexOf(name2) != -1) {
    560.                 battlesStarted[Math.floor(tourbattlers.indexOf(name2)/2)] = true;
    561.                 sys.sendAll("+TourneyBot: " + commandData + " was removed from the tournament by " + sys.name(src) + "!", tourchannel);
    562.                 this.tourBattleEnd(this.tourOpponent(name2), name2);
    563.             }
    564.             return;
    565.         }
    566.         if (command == "push") {
    567.             if (tourmode == 0) {
    568.                 sendChanMessage(src, "+TourneyBot: Wait untill the tournament has started.");
    569.                 return;
    570.             }
    571.             if (this.isInTourney(commandData.toLowerCase())) {
    572.                 sendChanMessage(src, "+TourneyBot: " +commandData + " is already in the tournament.");
    573.                 return;
    574.             }
    575.             sys.sendAll("+TourneyBot: " +commandData + " was added to the tournament by " + sys.name(src) + ".", tourchannel);
    576.             tourmembers.push(commandData.toLowerCase());
    577.             tourplayers[commandData.toLowerCase()] = commandData;
    578.            
    579.             if (tourmode == 1 && this.tourSpots() == 0) {
    580.                 tourmode = 2;
    581.                 roundnumber = 0;
    582.                 this.roundPairing();
    583.             }
    584.             return;
    585.         }
    586.         if (command == "cancelbattle") {
    587.             if (tourmode != 2) {
    588.                 sendChanMessage(src, "Wait until a tournament starts");
    589.                 return;
    590.             }
    591.             var name = commandData.toLowerCase();
    592.            
    593.             if (tourbattlers.indexOf(name) != -1) {
    594.                 battlesStarted[Math.floor(tourbattlers.indexOf(name)/2)] = false;
    595.                 sendChanMessage(src, "+TourBot: " + commandData + " can forfeit their battle and rematch now.");
    596.             }
    597.            
    598.             return;
    599.         }
    600.         if (command == "sub") {
    601.             if (tourmode != 2) {
    602.                 sendChanMessage(src, "Wait until a tournament starts");
    603.                 return;
    604.             }
    605.             var players = commandData.split(':');
    606.            
    607.             if (!this.isInTourney(players[0]) && !this.isInTourney(players[1])) {
    608.                 sendChanMessage(src, "+TourBot: Neither are in the tourney.");
    609.                 return;
    610.             }
    611.             sys.sendAll("+TourBot: " + players[0] + " and " + players[1] + " were exchanged places in the ongoing tournament by " + sys.name(src) + ".", tourchannel);
    612.            
    613.             var p1 = players[0].toLowerCase();
    614.             var p2 = players[1].toLowerCase();
    615.            
    616.             for (x in tourmembers) {
    617.                 if (tourmembers[x] == p1) {
    618.                     tourmembers[x] = p2;
    619.                 } else if (tourmembers[x] == p2) {
    620.                     tourmembers[x] = p1;
    621.                 }
    622.             }
    623.             for (x in tourbattlers) {
    624.                 if (tourbattlers[x] == p1) {
    625.                     tourbattlers[x] = p2;
    626.                     battlesStarted[Math.floor(x/2)] = false;
    627.                 } else if (tourbattlers[x] == p2) {
    628.                     tourbattlers[x] = p1;
    629.                     battlesStarted[Math.floor(x/2)] = false;
    630.                 }
    631.             }
    632.            
    633.             if (!this.isInTourney(p1)) {
    634.                 tourplayers[p1] = players[0];
    635.                 delete tourplayers[p2];
    636.             } else if (!this.isInTourney(p2)) {
    637.                 tourplayers[p2] = players[1];
    638.                 delete tourplayers[p1];
    639.             }
    640.            
    641.             return;
    642.         }
    643.         if (command == "tour"){
    644.             if (typeof(tourmode) != "undefined" && tourmode > 0){
    645.                 sendChanMessage(src, "Sorry, you are unable to start a tournament because one is still currently running.");
    646.                 return;
    647.             }
    648.            
    649.             if (commandData.indexOf(':') == -1)
    650.                 commandpart = commandData.split(' ');
    651.             else
    652.                 commandpart = commandData.split(':');
    653.                
    654.             tournumber = parseInt(commandpart[1]);
    655.            
    656.             if (isNaN(tournumber) || tournumber <= 2){                        
    657.                 sendChanMessage(src, "You must specify a tournament size of 3 or more.");
    658.                 return;
    659.             }
    660.            
    661.             var tier = sys.getTierList();
    662.             var found = false;
    663.             for (var x in tier) {
    664.                 if (cmp(tier[x], commandpart[0])) {
    665.                     tourtier = tier[x];
    666.                     found = true;
    667.                     break;
    668.                 }
    669.             }
    670.             if (!found) {
    671.                 sendChanMessage(src, "Sorry, the server does not recognise the " + commandpart[0] + " tier.");
    672.                 return;
    673.             }
    674.  
    675.             tourmode = 1;
    676.             tourmembers = [];
    677.             tourbattlers = [];
    678.             tourplayers = [];
    679.             battlesStarted = [];
    680.             battlesLost = [];
    681.            
    682.             var chans = [0, tourchannel];
    683.  
    684.             for (var x in chans) {
    685.                 var y = chans[x];
    686.                 sys.sendAll("", y);
    687.                 sys.sendAll(border, y);
    688.                 sys.sendAll("*** A Tournament was started by " + sys.name(src) + "! ***", y);
    689.                 sys.sendAll("PLAYERS: " + tournumber, y);
    690.                 sys.sendAll("TYPE: Single Elimination", y);
    691.                 sys.sendAll("TIER: " + tourtier, y);
    692.                 sys.sendAll("", y);
    693.                 sys.sendAll("*** Go in the Tournaments channel and type /join or !join to enter the tournament! ***", y);
    694.                 sys.sendAll(border, y);
    695.                 sys.sendAll("", y);
    696.             }
    697.             return;
    698.         }
    699.        
    700.         if (command == "changecount") {
    701.             if (tourmode != 1) {
    702.                 sendChanMessage(src, "Sorry, you are unable to join because the tournament has passed the sign-up phase.");
    703.                 return;
    704.             }
    705.             var count = parseInt(commandData);
    706.            
    707.             if (isNaN(count) || count < 3) {
    708.                 return;
    709.             }
    710.            
    711.             if (count < tourmembers.length) {
    712.                 sendChanMessage(src, "There are more than that people registered");
    713.                 return;
    714.             }
    715.            
    716.             tournumber = count;
    717.            
    718.             sys.sendAll("", tourchannel);
    719.             sys.sendAll(border, tourchannel);
    720.             sys.sendAll("~~Server~~: " +  sys.name(src) + " changed the numbers of entrants to " + count + "!", tourchannel);
    721.             sys.sendAll("*** " + this.tourSpots() + " more spot(s) left!", tourchannel);
    722.             sys.sendAll(border, tourchannel);
    723.             sys.sendAll("", tourchannel);
    724.            
    725.             if (this.tourSpots() == 0 ){
    726.                 tourmode = 2;
    727.                 roundnumber = 0;
    728.                 this.roundPairing();
    729.             }
    730.                
    731.             return;
    732.         }
    733.         if (command == "endtour"){
    734.             if (tourmode != 0){
    735.                 tourmode = 0;
    736.                 sys.sendAll("", tourchannel);
    737.                 sys.sendAll(border, tourchannel);
    738.                 sys.sendAll("~~Server~~: The tournament was cancelled by " + sys.name(src) + "!", tourchannel);
    739.                 sys.sendAll(border, tourchannel);
    740.                 sys.sendAll("", tourchannel);
    741.             }else
    742.                 sendChanMessage(src, "Sorry, you are unable to end a tournament because one is not currently running.");
    743.             return;
    744.         }
    745.  
    746.         /** Moderator Commands **/
    747.         if (sys.auth(src) < 1) {
    748.             sendChanMessage(src, "+CommandBot: The command " + command + " doesn't exist");
    749.             return;
    750.         }        
    751.        
    752.         if (command == "perm") {
    753.             if (channel == staffchannel || channel == 0) {
    754.                 sendChanMessage("+ChannelBot: you can't do that here.");
    755.                 return;
    756.             }
    757.            
    758.             permChannels[channel] = (commandData.toLowerCase() == 'on');
    759.            
    760.             sendChanAll("+ChannelBot: " + sys.name(src) + (permChannels[channel] ? " made the channel permanent." : " made the channel a temporary channel again."));
    761.             return;
    762.         }        
    763.         if (command == "meoff") {
    764.             meoff=true;
    765.             sys.sendAll("+Bot: " + sys.name(src) + " turned off /me.");
    766.             return;
    767.         }        
    768.         if (command == "meon") {
    769.             meoff=false;
    770.             sys.sendAll("+Bot: " + sys.name(src) + " turned on /me.");
    771.             return;
    772.         }
    773.         if (command == "silence") {
    774.             if (typeof(commandData) == "undefined") {
    775.                 return;
    776.             }
    777.             sys.sendAll("+Bot: " + sys.name(src) + " called for " + commandData + " Minutes of Silence!");
    778.             muteall = true;
    779.            
    780.             var delay = parseInt(commandData * 60);
    781.            
    782.             if (!isNaN(delay) && delay > 0)
    783.                 sys.callLater('if (!muteall) return; muteall = false; sys.sendAll("+Bot: Silence is over.");', delay);
    784.            
    785.             return;
    786.         }
    787.         if (command == "silenceoff") {
    788.             if (!muteall) {
    789.                 sendChanMessage(src, "+Bot: Nah.");
    790.                 return;
    791.             }
    792.             sys.sendAll("+Bot: " + sys.name(src) + " cancelled the Minutes of Silence!");
    793.             muteall = false;
    794.             return;
    795.         }
    796.         if (command == "impoff") {
    797.             delete impersonation[src];
    798.             sendChanMessage(src, "+Bot: Now you are yourself!");
    799.             return;
    800.         }
    801.         if (command == "k") {
    802.             if (tar == undefined) {
    803.                 return;
    804.             }
    805.             sys.sendAll("+Bot: " + commandData + " was mysteriously kicked by " + sys.name(src) + "!");
    806.             sys.kick(tar);
    807.             return;
    808.         }
    809.         if (command == "mute") {
    810.             if (tar == undefined) {
    811.                 sendChanMessage(src, "+Bot: Couldn't find " + commandData);
    812.                 return;
    813.             }
    814.             if (muted[tar]) {
    815.                 sendChanMessage(src, "+Bot: He's already muted.");
    816.                 return;
    817.             }
    818.             if (sys.auth(tar) >= sys.auth(src)) {
    819.                 sendChanMessage(src, "+Bot: you dont have sufficient auth to mute " + commandData + ".");
    820.                 return;
    821.             }
    822.             sys.sendAll("+Bot: " + commandData + " was muted by " + sys.name(src) + "!");
    823.             muted[tar] = true;
    824.             sys.saveVal("muted_*" + sys.ip(tar), "true");
    825.             return;
    826.         }
    827.         if (command == "unmute") {
    828.             if (tar == undefined) {
    829.                 return;
    830.             }
    831.             if (!muted[tar]) {
    832.                 sendChanMessage(src, "+Bot: He's not muted.");
    833.                 return;
    834.             }
    835.             sys.sendAll("+Bot: " + commandData + " was unmuted by " + sys.name(src) + "!");
    836.             muted[tar] = false;
    837.             sys.removeVal("muted_*" + sys.ip(tar));
    838.             return;
    839.         }
    840.         if (sys.auth(src) < 2) {
    841.             return;
    842.         }
    843.         /** Admin Commands **/
    844.         if (command == "changerating") {
    845.             var data =  commandData.split(' -- ');
    846.             if (data.length != 3) {
    847.                 sendChanMessage(src, "+Bot: You need to give 3 parameters.");
    848.                 return;
    849.             }
    850.             var player = data[0];
    851.             var tier = data[1];
    852.             var rating = parseInt(data[2]);
    853.                        
    854.             sys.changeRating(player, tier, rating);
    855.             sendChanMessage(src, "+Bot: Rating of " + player + " in tier " + tier + " was changed to " + rating);
    856.             return;
    857.         }
    858.         if (command == "siggaban") {
    859.             siggaban = true;
    860.             sys.saveVal("SiggaBan", "1");
    861.             return;
    862.         }
    863.         if (command == "siggaunban") {
    864.             siggaban = false;
    865.             sys.saveVal("SiggaUnban", "0");
    866.             return;
    867.         }
    868.         if (command == "showteam") {
    869.             sendChanMessage(src, "");
    870.             for (var i = 0; i < 6; i+=1) {sendChanMessage(src, sys.pokemon(sys.teamPoke(tar, i)) + " @ " + sys.item(sys.teamPokeItem(tar, i)));
    871.             for (var j = 0; j < 4; j++) {sendChanMessage(src, '- ' + sys.move(sys.teamPokeMove(tar, i, j)));}}
    872.             sendChanMessage(src, "");
    873.         }
    874.         if (command == "sendall") {
    875.             sys.sendChanAll(commandData);
    876.             return;
    877.         }
    878.         if (command == "imp") {
    879.             impersonation[src] = commandData;
    880.             sendChanMessage(src, "+Bot: Now you are " + impersonation[src] + "!");
    881.             return;
    882.         }
    883.         if (command == "memorydump") {
    884.             sendChanMessage(src, sys.memoryDump());
    885.             return;
    886.         }
    887.         if (command == "megauser") {
    888.             if (tar != "undefined") {
    889.                 megaUser[tar] = true;
    890.                 sys.sendAll("+Bot: " + sys.name(tar) + " was megausered.");
    891.                 megausers += "*" + sys.name(tar) + "*";
    892.                 sys.saveVal("megausers", megausers);
    893.             }
    894.             return;
    895.         }
    896.         if (command == "megauseroff") {
    897.             if (tar != undefined) {
    898.                 megaUser[tar] = false;
    899.                 sys.sendAll("+Bot: " + sys.name(tar) + " was removed megauser.");
    900.                 megausers = megausers.split("*" + sys.name(tar) + "*").join("");
    901.                 sys.saveVal("megausers", megausers);
    902.             } else {
    903.                 sys.sendAll("+Bot: " + commandData + " was removed megauser.");
    904.                 megausers = megausers.split("*" + commandData + "*").join("");
    905.                 sys.saveVal("megausers", megausers);
    906.             }
    907.             return;
    908.         }
    909.         if (command == "setpa") {
    910.             sys.setPA(commandData);
    911.             sendChanMessage(src, "+Bot: -" + commandData + "- was set!");
    912.             return;
    913.         }
    914.         if (command == "changeauth") {
    915.             var pos = commandData.indexOf(' ');
    916.             if (pos == -1) {
    917.                 return;
    918.             }
    919.             var newauth = commandData.substring(0, pos);
    920.             var tar = sys.id(commandData.substr(pos+1));
    921.             sys.changeAuth(tar, newauth);
    922.             sys.sendAll("+Bot: " + sys.name(src) + " changed auth of " + sys.name(tar) + " to " + newauth);
    923.             return;
    924.         }
    925.         if (command == "eval") {
    926.             sys.eval(commandData);
    927.             return;
    928.         }
    929.         if (command == "stopbattles") {
    930.             battlesStopped = !battlesStopped;
    931.             if (battlesStopped)  {
    932.                 sys.sendAll("");
    933.                 sys.sendAll("*** ********************************************************************** ***");
    934.                 sys.sendAll("+BattleBot: The battles are now stopped. The server will restart soon.");
    935.                 sys.sendAll("*** ********************************************************************** ***");
    936.                 sys.sendAll("");
    937.             } else {
    938.                 sys.sendAll("+BattleBot: False alarm, battles may continue.");
    939.             }
    940.         }
    941.         return;
    942.     }
    943.     if (typeof impersonation[src] != 'undefined') {
    944.         sys.stopEvent();
    945.         sendChanAll(impersonation[src] + ": " + message);
    946.         return;
    947.     }
    948.     if (sys.auth(src) == 0 && muteall) {
    949.         sendChanMessage(src, "+Bot: Respect the minutes of silence!");
    950.         sys.stopEvent();
    951.         return;
    952.     }
    953.     var m = message.toLowerCase();
    954.    
    955.     if (m.indexOf("nigger") != -1 || m.indexOf("penis") != -1 ||  m.indexOf("vagina")  != -1 || m.indexOf("fuckface") != -1) {
    956.         sys.stopEvent();
    957.         return;
    958.     }
    959. }
    960. ,
    961.  
    962. afterChatMessage : function(src, message, chan)
    963. {
    964.     channel = chan;
    965.     lineCount+=1;
    966.    
    967.     if (this.isMCaps(message) && sys.auth(src) < 2) {
    968.         caps[src] += 3;
    969.         if (caps[src] >= 9) {
    970.             sendChanAll("+MuteBot: " + sys.name(src) + " was muted for caps.");
    971.             muted[src] = true;
    972.             return;
    973.         }
    974.     } else if (caps[src] > 0) {
    975.         caps[src] -= 1;
    976.     }
    977.  
    978.     if (typeof(timeCount[src]) == "undefined") {
    979.         timeCount[src] = parseInt(sys.time());
    980.     }
    981.    
    982.     if (sys.auth(src) < 2) {
    983.         floodCount[src] += 1;
    984.         var time = parseInt(sys.time());
    985.         if (time > timeCount[src] + 7) {
    986.             var dec = Math.floor((time - timeCount[src])/7);
    987.             floodCount[src] = floodCount[src] - dec;
    988.             if (floodCount[src] <= 0) {
    989.                 floodCount[src] = 1;
    990.             }
    991.             timeCount[src] += dec*7;
    992.         }
    993.         if (floodCount[src] > 7) {
    994.             sendChanAll("+KickBot: " + sys.name(src) + " was kicked for flood.");
    995.             sys.kick(src);
    996.             return;
    997.         }
    998.     }
    999. }
    1000.  
    1001. ,
    1002.  
    1003. tourSpots : function() {
    1004.     return tournumber - tourmembers.length;
    1005. }
    1006.  
    1007. ,
    1008.  
    1009. roundPairing : function() {
    1010.     roundnumber += 1;
    1011.  
    1012.     battlesStarted = [];
    1013.     tourbattlers = [];
    1014.     battlesLost = [];
    1015.    
    1016.     if (tourmembers.length == 1) {
    1017.         var chans = [0, tourchannel];
    1018.        
    1019.         for (x in chans) {
    1020.             var tchan = chans[x];
    1021.             sys.sendAll("", tchan);
    1022.             sys.sendAll(border, tchan);
    1023.             sys.sendAll("", tchan);
    1024.             sys.sendAll("THE WINNER OF THE TOURNAMENT IS : " + tourplayers[tourmembers[0]], tchan);
    1025.             sys.sendAll("", tchan);
    1026.             sys.sendAll("*** Congratulations, " + tourplayers[tourmembers[0]] + ", on your success! ***", tchan);
    1027.             sys.sendAll("", tchan);
    1028.             sys.sendAll(border, tchan);
    1029.             sys.sendAll("", tchan);
    1030.         }
    1031.         tourmode = 0;
    1032.         return;
    1033.     }
    1034.    
    1035.     var finals = tourmembers.length == 2;
    1036.    
    1037.     if (!finals) {
    1038.         sys.sendAll("", tourchannel);
    1039.         sys.sendAll(border, tourchannel);
    1040.         sys.sendAll("*** Round " + roundnumber + " of " + tourtier + " tournament ***", tourchannel);
    1041.         sys.sendAll("", tourchannel);
    1042.     }
    1043.     else {
    1044.         sys.sendAll("", tourchannel);
    1045.         sys.sendAll(border, tourchannel);
    1046.         sys.sendAll("*** FINALS OF " + tourtier.toUpperCase() + " TOURNAMENT ***", tourchannel);
    1047.         sys.sendAll("", tourchannel);
    1048.         sys.sendAll("", 0);
    1049.         sys.sendAll(border, 0);
    1050.         sys.sendAll("*** FINALS OF " + tourtier.toUpperCase() + " TOURNAMENT ***", 0);
    1051.         sys.sendAll("", 0);
    1052.     }
    1053.    
    1054.     var i = 0;
    1055.     while (tourmembers.length >= 2) {
    1056.         i += 1;
    1057.         var x1 = sys.rand(0, tourmembers.length);
    1058.         tourbattlers.push(tourmembers[x1]);
    1059.         var name1 = tourplayers[tourmembers[x1]];
    1060.         tourmembers.splice(x1,1);
    1061.        
    1062.        
    1063.         x1 = sys.rand(0, tourmembers.length);
    1064.         tourbattlers.push(tourmembers[x1]);
    1065.         var name2 = tourplayers[tourmembers[x1]];
    1066.         tourmembers.splice(x1,1);
    1067.        
    1068.         battlesStarted.push(false);
    1069.        
    1070.         if (!finals)
    1071.             sys.sendAll (i + "." + this.padd(name1) + " VS " + name2, tourchannel);
    1072.         else {
    1073.             sys.sendAll ("  " + this.padd(name1) + " VS " + name2, tourchannel);
    1074.             sys.sendAll ("  " + this.padd(name1) + " VS " + name2, 0);
    1075.         }
    1076.     }
    1077.    
    1078.     if (tourmembers.length > 0) {
    1079.         sys.sendAll ("", tourchannel);
    1080.         sys.sendAll ("*** " + tourplayers[tourmembers[0]] + " is randomly selected to go to next round!", tourchannel);
    1081.     }
    1082.    
    1083.     sys.sendAll(border, tourchannel);
    1084.     sys.sendAll("", tourchannel);
    1085.     if (finals) {
    1086.         sys.sendAll(border, 0);
    1087.         sys.sendAll("", 0);
    1088.     }
    1089. }
    1090.  
    1091. ,
    1092.  
    1093. padd : function(name) {
    1094.     var ret = name;
    1095.    
    1096.     while (ret.length < 20) ret = ' ' + ret;
    1097.    
    1098.     return ret;
    1099. }
    1100.  
    1101. ,
    1102.  
    1103. isInTourney : function (name) {
    1104.     var name2 = name.toLowerCase();
    1105.     return name2 in tourplayers;
    1106. }
    1107.  
    1108. ,
    1109.  
    1110. tourOpponent : function (nam) {
    1111.     var name = nam.toLowerCase();
    1112.    
    1113.     var x = tourbattlers.indexOf(name);
    1114.    
    1115.     if (x != -1) {
    1116.         if (x % 2 == 0) {
    1117.             return tourbattlers[x+1];
    1118.         } else {
    1119.             return tourbattlers[x-1];
    1120.         }
    1121.     }
    1122.    
    1123.     return "";
    1124. }
    1125.  
    1126. ,
    1127.  
    1128. areOpponentsForTourBattle : function(src, dest) {
    1129.     return this.isInTourney(sys.name(src)) && this.isInTourney(sys.name(dest)) && this.tourOpponent(sys.name(src)) == sys.name(dest).toLowerCase();
    1130. }
    1131. ,
    1132.  
    1133. areOpponentsForTourBattle2 : function(src, dest) {
    1134.     return this.isInTourney(src) && this.isInTourney(dest) && this.tourOpponent(src) == dest.toLowerCase();
    1135. }
    1136. ,
    1137.  
    1138. ongoingTourneyBattle : function (name) {
    1139.     return tourbattlers.indexOf(name.toLowerCase()) != -1 && battlesStarted[Math.floor(tourbattlers.indexOf(name.toLowerCase())/2)] == true;
    1140. }
    1141.  
    1142. ,
    1143.  
    1144. afterBattleStarted: function(src, dest) {
    1145.     if (tourmode == 2) {
    1146.         if (this.areOpponentsForTourBattle(src, dest)) {
    1147.             if (sys.tier(src) == sys.tier(dest) && cmp(sys.tier(src), tourtier))
    1148.                 battlesStarted[Math.floor(tourbattlers.indexOf(sys.name(src).toLowerCase())/2)] = true;
    1149.         }
    1150.     }
    1151. }
    1152.  
    1153. ,
    1154.  
    1155. afterBattleEnded : function(src, dest, desc) {
    1156.     if (tourmode != 2 ||desc == "tie")
    1157.         return;
    1158.     this.tourBattleEnd(sys.name(src), sys.name(dest));
    1159. }
    1160.  
    1161. ,
    1162.  
    1163. tourBattleEnd : function(src, dest)
    1164. {
    1165.     if (!this.areOpponentsForTourBattle2(src, dest) || !this.ongoingTourneyBattle(src))
    1166.         return;
    1167.     battlesLost.push(src);
    1168.     battlesLost.push(dest);
    1169.    
    1170.     var srcL = src.toLowerCase();
    1171.     var destL = dest.toLowerCase();
    1172.    
    1173.     battlesStarted.splice(Math.floor(tourbattlers.indexOf(srcL)/2), 1);
    1174.     tourbattlers.splice(tourbattlers.indexOf(srcL), 1);
    1175.     tourbattlers.splice(tourbattlers.indexOf(destL), 1);
    1176.     tourmembers.push(srcL);
    1177.     delete tourplayers[destL];
    1178.    
    1179.     if (tourbattlers.length != 0 || tourmembers.length > 1) {
    1180.         sys.sendAll("", tourchannel);
    1181.         sys.sendAll(border, tourchannel);
    1182.         sys.sendAll("~~Server~~: " + src + " advances to the next round.", tourchannel);
    1183.         sys.sendAll("~~Server~~: " + dest + " is out of the tournament.", tourchannel);
    1184.     }
    1185.    
    1186.     if (tourbattlers.length > 0) {
    1187.         sys.sendAll("*** " + tourbattlers.length/2 + " battle(s) remaining.", tourchannel);
    1188.         sys.sendAll(border, tourchannel);
    1189.         sys.sendAll("", tourchannel);
    1190.         return;
    1191.     }
    1192.    
    1193.     this.roundPairing();
    1194. }
    1195.  
    1196. ,
    1197.  
    1198. isLCaps: function(letter) {
    1199.     return letter >= 'A' && letter <= 'Z';
    1200. }
    1201.  
    1202. ,
    1203.  
    1204. isMCaps : function(message) {
    1205.     var count = 0;
    1206.    
    1207.     var i = 0;
    1208.     while ( i < message.length ) {
    1209.         c = message[i];
    1210.  
    1211.         if (this.isLCaps(c)) {
    1212.             count += 1;
    1213.             if (count == 5)
    1214.                 return true;
    1215.         } else {
    1216.             count -= 2;
    1217.             if (count < 0)
    1218.                 count = 0;
    1219.         }
    1220.         i += 1;
    1221.     }
    1222.    
    1223.     return false;
    1224. }
    1225.  
    1226. ,
    1227.  
    1228. beforeChallengeIssued : function (src, dest, clauses, rated, mode) {
    1229.     if (battlesStopped) {
    1230.         sys.sendMessage(src, "+BattleBot: Battles are now stopped as the server will restart soon.");
    1231.         sys.stopEvent();
    1232.         return;
    1233.     }
    1234.    
    1235.     if (forceSameTier[dest] == true && (sys.tier(dest) != sys.tier(src))) {
    1236.         sys.sendMessage(src, "+BattleBot: That guy only wants to fight his own tier.");
    1237.         sys.stopEvent();
    1238.         return;
    1239.     }
    1240.    
    1241.     if (sys.tier(src) == "Challenge Cup" && sys.tier(dest) == "Challenge Cup" && clauses[6] == 0) {
    1242.         sys.sendMessage(src, "+CCBot: Challenge Cup must be enabled in the challenge window for a CC battle");
    1243.         sys.stopEvent();
    1244.         return;
    1245.     }
    1246.    
    1247.     if (tourmode == 2) {
    1248.         var name1 = sys.name(src);
    1249.         var name2 = sys.name(dest);
    1250.        
    1251.         if (this.isInTourney(name1)) {
    1252.             if (this.isInTourney(name2)) {
    1253.                 if (this.tourOpponent(name1) != name2.toLowerCase()) {
    1254.                     sys.sendMessage(src, "+TourneyBot: This guy isn't your opponent in the tourney.");
    1255.                     sys.stopEvent();
    1256.                     return;
    1257.                 }
    1258.             } else {
    1259.                 sys.sendMessage(src, "+TourneyBot: This guy isn't your opponent in the tourney.");
    1260.                 sys.stopEvent();
    1261.                 return;
    1262.             }
    1263.             if (sys.tier(src) != sys.tier(dest) || !cmp(sys.tier(src),tourtier)) {
    1264.                 sys.sendMessage(src, "+TourneyBot: You must be both in the tier " + tourtier+ " to battle in the tourney.");
    1265.                 sys.stopEvent();
    1266.                 return;
    1267.             }
    1268.         } else {
    1269.             if (this.isInTourney(name2)) {
    1270.                 sys.sendMessage(src, "+TourneyBot: This guy is in the tournament and you are not, so you can't battle him.");
    1271.                 sys.stopEvent();
    1272.                 return;
    1273.             }
    1274.         }
    1275.     }
    1276.    
    1277.     /* Challenge Cup Clause */
    1278.     if (clauses[6] == 1)
    1279.         return;
    1280.  
    1281.    
    1282.     if (sys.tier(src).indexOf("Doubles") != -1 && sys.tier(dest).indexOf("Doubles") != -1 && mode == 0) {
    1283.         sys.sendMessage(src, "+Bot: To fight in doubles, enable doubles in the challenge window!");
    1284.         sys.stopEvent();
    1285.         return;
    1286.     }
    1287.  
    1288.     this.eventMovesCheck(src);
    1289.     this.eventMovesCheck(dest);
    1290.    
    1291.     if (sys.tier(src) == sys.tier(dest)) {
    1292.         var tier = sys.tier(src);
    1293.        
    1294.         if (tier != "Dream World" && tier != "Full Dream World") {
    1295.             this.dreamWorldAbilitiesCheck(src,true);
    1296.             this.dreamWorldAbilitiesCheck(dest,true);
    1297.         }        
    1298.     }
    1299. }
    1300.  
    1301. ,
    1302.  
    1303. beforeBattleMatchup : function(src,dest,clauses,rated)
    1304. {
    1305.     if (battlesStopped) {
    1306.         sys.stopEvent();
    1307.         return;
    1308.     }
    1309.  
    1310.     if (tourmode == 2 && (this.isInTourney(sys.name(src)) || this.isInTourney(sys.name(dest)) )) {
    1311.         sys.stopEvent();
    1312.         return;
    1313.     }
    1314.    
    1315.     this.eventMovesCheck(src);
    1316.     this.eventMovesCheck(dest);
    1317.    
    1318.     if (sys.tier(src) == sys.tier(dest)) {
    1319.         var tier = sys.tier(src);
    1320.        
    1321.         if (tier != "Dream World" && tier != "Full Dream World") {
    1322.             this.dreamWorldAbilitiesCheck(src,true);
    1323.             this.dreamWorldAbilitiesCheck(dest,true);
    1324.         }        
    1325.     }
    1326. }
    1327. ,
    1328.  
    1329. eventMovesCheck : function(src)
    1330. {
    1331.     for (var i = 0; i < 6; i++) {
    1332.         var poke = sys.teamPoke(src, i);
    1333.         if (poke in pokeNatures) {
    1334.             for (x in pokeNatures[poke]) {
    1335.                 if (sys.hasTeamPokeMove(src, i, x) && sys.teamPokeNature(src, i) != pokeNatures[poke][x])
    1336.                 {
    1337.                     sys.sendMessage(src, "+CheckBot: " + sys.pokemon(poke) + " with " + sys.move(x) + " must be a " + sys.nature(pokeNatures[poke][x]) + " nature. Change it in the teambuilder.");
    1338.                     sys.stopEvent();
    1339.                     sys.changePokeNum(src, i, 0);
    1340.                 }
    1341.             }
    1342.         }
    1343.     }
    1344. }
    1345. ,
    1346.  
    1347.  
    1348. dreamWorldAbilitiesCheck : function(src, se) {
    1349.     for (var i = 0; i < 6; i++) {
    1350.         var x = sys.teamPoke(src, i);
    1351.        
    1352.         if (x != 0 && dwpokemons.indexOf(x) == -1 && sys.hasDreamWorldAbility(src, i)) {
    1353.             if (se)
    1354.                 sys.sendMessage(src, "+CheckBot: " + sys.pokemon(x) + " is not allowed with a Dream World ability in this tier. Change it in the teambuilder.");
    1355.             if (sys.tier(src) == "Wifi") {
    1356.                 sys.changeTier(src, "Dream World");
    1357.             } else if (sys.tier(src) == "Full Wifi") {
    1358.                 sys.changeTier(src, "Full Dream World");
    1359.             } else     {
    1360.                 if (se)
    1361.                     sys.changePokeNum(src, i, 0);
    1362.             }
    1363.             if (se)
    1364.                 sys.stopEvent();
    1365.         }
    1366.     }
    1367. }
    1368.  
    1369. })
    1370.  
    [/SECRET]
     
  30. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Well, add small stuff, like for example a shut down command that sends a message globally saying the server shuts down, before shutting down, fixing the /sendall, small stuff like that ^^

    And maybe cleaning the scripts a bit too.

    Though, now with DW pokemon released i'll need to update the list often (and hence the scripts often), so now's maybe not the right time (Or I could give you access to the server.... Damn!).
     
  31. Mystra

    Mystra Active Member

    Joined:
    Jul 12, 2010
    Messages:
    1,389
    Likes Received:
    4
    I didn't have time to look at it much anyway (^ ^); Well, we'll see about that when there will be something to change.
     
  32. Whybe

    Whybe New Member

    Joined:
    Nov 3, 2010
    Messages:
    3
    Likes Received:
    0
    Edit: Never mind, answered above
     
    Last edited: Nov 3, 2010
  33. Frii Boii

    Frii Boii New Member

    Joined:
    Nov 11, 2010
    Messages:
    1
    Likes Received:
    0
    hello um i am having trouble with this script, when i put it into my server it wont let me talk on the server please help
     
  34. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Just read the posts before yours
     
  35. Kake12321

    Kake12321 New Member

    Joined:
    Oct 25, 2010
    Messages:
    5
    Likes Received:
    0
    How do l add tiers. l saw u removed the tier scripts, but l don't have any tiers to play with...... and l don't know enough to make them
     
  36. meztips

    meztips The name is Bond.

    Joined:
    Jun 4, 2010
    Messages:
    392
    Likes Received:
    0
    You go into the server and click the options tab at the top. Choose tiers and have fun.
     
  37. Kake12321

    Kake12321 New Member

    Joined:
    Oct 25, 2010
    Messages:
    5
    Likes Received:
    0
    OK it says that Tiers were updated, but under the tier list on teh server there isnt a list[​IMG]
     
  38. meztips

    meztips The name is Bond.

    Joined:
    Jun 4, 2010
    Messages:
    392
    Likes Received:
    0
    Reset the server. Close it up and re-open it, and your tiers should be there.
     
  39. Kake12321

    Kake12321 New Member

    Joined:
    Oct 25, 2010
    Messages:
    5
    Likes Received:
    0
    "Your client version (1.0.00) doesn't match with the server's (0.9.80)."
    Tiers still aren't working D= and this message keeps coming up
     
  40. meztips

    meztips The name is Bond.

    Joined:
    Jun 4, 2010
    Messages:
    392
    Likes Received:
    0