/* Scenario metadata
SCENARIO TITLE: Cabin Heat
AUDIENCE: Pilot (GA, 500-1,000 hr; protagonist 810 TT, PPL,
instrument rating not current)
TONE: Professional
PRIMARY TOPIC: Carbon monoxide contamination: insidious onset, in
the season when cabin heat is non-negotiable
SECONDARY TOPIC: Subtle-incapacitation recognition; the vent-versus-
cold tradeoff; ATC as a resource when cognition is
suspect
AIRCRAFT/EQUIPMENT: 1975 Cessna 182P, N5238R. Continental O-470-S,
230 hp, carbureted. Shroud-type muff heater on the
exhaust. 61 gal usable. GNS 430W, KX 170B, no
autopilot. Steam gauges. No electronic CO detector;
chemical spot card on the panel expired 14 months
ago.
SETTING: KBRD Brainerd Lakes Rgnl to KINL Falls Intl,
northern Minnesota, mid-January, Saturday morning.
Route via KGPZ and KHIB, about 160 nm.
WEATHER: Severe clear high pressure. Surface temps near
-18 C, light northwest wind, smooth air. The
weather is perfect. That is the point.
ADM THEMES: Insidious-onset recognition, symptom attribution,
conflicting information (expired detector vs. human
symptoms), comfort as a hazard, confession to ATC,
divert timing
HAZARDOUS ATTITUDES: Invulnerability (it's just a headache), macho
(toughing out the cold backwards: closing the vents
for comfort), resignation (the card says fine),
impulsivity (cycling heat back on)
TOTAL DECISIONS: Branching; every path passes 4+ decision points
TOTAL ENDINGS: 13 (full success x1, qualified x3, friction/delay
x4, scare x3, aircraft damage x1, fatal x1)
MIN DECISION DEPTH: 4
TIMED DECISIONS: No
ESTIMATED DURATION: 20-30 minutes
VERSION: 1.0
LAST REVIEWED: 2026-07-07
REVIEWER: Claude (initial draft) / Harvey Madison (pending)
Facts verified against FAA data July 2026 cycle (aviation MCP,
get_airport_info): KBRD elev 375, rwys 16/34 7100x150 and 05/23
6512x150, no tower. KGPZ (Grand Rapids/Itasca Co-Gordon Newstrom Fld)
elev 413, rwy 16/34 5756x100, rwy 05/23 3000x60, no tower. KHIB (Range
Rgnl) elev 412, rwy 13/31 6758x150, rwy 04/22 3075x75, no tower. KEVM
(Eveleth-Virginia Muni) elev 419, rwy 09/27 4000x75, rwy 14/32 2050x100
turf, no tower. KINL (Falls Intl/Einarson Fld) elev 361, rwy 13/31
7400x150, rwy 04/22 2999x75, no tower. Leg distances computed from FAA
coordinates: BRD-GPZ 55 nm, GPZ-HIB 29 nm, HIB-INL 74 nm, total 158 nm.
AirNav unreachable this session; radio frequencies deliberately not
stated anywhere in this scenario.
Hidden state model: $co tracks carboxyhemoglobin load 0-10. Heat on
adds 2 per cruise segment (1 for the initial climb, 1 per segment with
a vent cracked). Heat off with vents open subtracts 1 per segment,
never below 1 once exposed (washout on ambient air is slow). Symptom
bands: 2-3 Maja's headache; 4-5 warmth-as-contentment, heading wander;
6-7 readback and arithmetic errors, Maja dozing; 8+ gray edges.
Only landing ends the exposure.
*/
<<set $pathArray to []>>
<<set $badchoices to 0>>
<<set $readWeather to false>>
<<set $readRoute to false>>
<<set $readAircraft to false>>
<<set $readField to false>>
<<set $co to 0>> /* hidden CO load, 0-10 */
<<set $heatOn to false>> /* cabin heat pulled on */
<<set $ventsOpen to false>> /* fresh-air vents / storm window open */
<<set $cardChecked to false>> /* consulted the spot card in flight */
<<set $card to "tan">> /* the expired card's dot; it never commits */
<<set $peeked to false>> /* looked under the cowl at the shroud */
<<set $trialCold to false>> /* departed with the heat off as a test */
<<set $cycled to false>> /* turned heat back on after having it off */
<<set $majaHeadache to false>>/* she has reported the headache */
<<set $majaFeet to false>> /* the frozen-feet conversation happened */
<<set $majaAsleep to false>> /* she has gone quiet and dozed off */
<<set $declared to false>> /* told ATC what you suspect */
<<set $divert to "">> /* "", "KGPZ", "KHIB", "KEVM", "KBRD", "KINL" */
<<set $dismissals to 0>> /* in-flight symptom dismissals */
<<set $lowAlt to false>> /* descended to 3,500 for kinder air */
<<set $lastHeat to false>> /* heat back on for the final stretch */
<<set $descHeat to false>> /* heat back on for the descent to GPZ */
<<set $simpleApproach to false>> /* flew the simplified approach impaired */
<<set $scrubRide to "">> /* "drive", "wait", "airline" */
<<set $vectors to false>> /* accepted vectors and altitude from Center */<<set $pathArray to $pathArray.concat(["Preflight: reviewing materials at Brainerd"])>>
<div class="scenario-title">Cabin Heat</div>
<div class="scenario-subtitle">A perfect winter morning, a hundred and sixty miles north, and the heater working the whole way</div>
Saturday morning, mid-January, Brainerd Lakes Regional. Eighteen below zero Celsius, which the locals report as just below zero Fahrenheit and say without flinching. The sky is the deep scoured blue that only high pressure and real cold can make. You are Tom Kowalski, fifty-eight, 810 hours, and the Skylane waiting on the ramp has been plugged into a preheater since last night because you have owned it long enough to know better.
In the FBO, working on the last of a gas-station coffee, is your daughter Maja: twenty-four, a wildlife-biology grad student, and the best right-seater you've ever flown with, mostly because she grew up in that seat. The family week at the lake place is over. Her tracking crew starts its survey rotation Monday out of a field station north of International Falls, and you are the ride back. A hundred and sixty miles up the iron country, an hour and a half, smooth as glass the whole way. Days like this are why you kept the airplane.
The airplane is fueled, the oil is warm, and Maja is already carrying her duffel toward the door. Review your materials, then go fly.
<div class="chart-disclaimer">Charts, weather data, and performance figures in this scenario are from the period in which it was written and may no longer be current. Use the materials provided here, not current publications, as the scenario is designed around them.</div>
<<link "<span class=\"preflight-btn\">Weather & the Cold</span>" "Preflight-Weather">><<set $readWeather to true>><</link>>
<<link "<span class=\"preflight-btn\">Route & Outs</span>" "Preflight-Route">><<set $readRoute to true>><</link>>
<<link "<span class=\"preflight-btn\">Aircraft & the Heater</span>" "Preflight-Aircraft">><<set $readAircraft to true>><</link>>
<<link "<span class=\"preflight-btn\">Field Guide</span>" "Preflight-Field">><<set $readField to true>><</link>>
<<if $readWeather and $readRoute and $readAircraft and $readField>>
<hr>
That's everything on the clipboard. Maja has the door.
<<link "<span class=\"preflight-btn\">☑ Walk Out to the Airplane</span>" "Ramp_Opening">><</link>>
<<elseif $readWeather or $readRoute or $readAircraft or $readField>>
<hr>
<em>There's more here if you want it. The airplane will still be cold in five minutes.</em>
<<link "<span class=\"preflight-btn\">Walk Out Anyway</span>" "Ramp_Opening">><</link>>
<</if>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed weather and the cold"])>>
<strong>Weather: nothing to outfly today</strong>
<div class="metar-block">KBRD 171253Z 32005KT 10SM CLR M18/M23 A3041 RMK AO2 SLP330
KGPZ 171253Z AUTO 31004KT 10SM CLR M19/M24 A3041 RMK AO2
KHIB 171253Z AUTO 32006KT 10SM CLR M20/M25 A3042 RMK AO2 SLP334
KEVM 171253Z AUTO 31005KT 10SM CLR M20/M26 A3042 RMK AO2
KINL 171253Z 33004KT 10SM CLR M22/M27 A3043 RMK AO2 SLP338</div>
<div class="metar-block">TAF KINL 171130Z 1712/1812 32006KT P6SM SKC
FM172100 30004KT P6SM SKC
FM180600 VRB03KT P6SM SKC</div>
<strong>Winds aloft (FB, 1200Z issuance)</strong>
<div class="metar-block"> 3000 6000 9000
BRD area 3308 3212-21 3218-25
INL area 3306 3210-23 3215-27</div>
<p>A dome of arctic high pressure is parked over the whole state and plans to stay through Sunday. No fronts, no moisture, no wind worth the name. The air is dense and dead smooth. Density altitude this morning is somewhere around three and a half thousand feet <em>below</em> sea level, and the airplane will climb like it's showing off.</p>
<p>The number that matters today isn't in the METARs. It's the temperature itself. At eighteen below, the cold is not a comfort problem. Exposed skin takes frostbite in under half an hour, a car that won't start is a genuine event, and an airplane cabin without heat at altitude is a place you can endure but not ignore. Everything that runs today, runs warm on purpose.</p>
<<link "← Back to preflight" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed route and outs"])>>
<strong>The trip north: KBRD to KINL, 158 nm the way you've drawn it</strong>
<div class="sectional-container">
<img src="/scenarios/cabin-heat/images/area_map.jpg" alt="Route overview map, Brainerd north to International Falls, with Grand Rapids, Hibbing, and Eveleth-Virginia flanking the route">
<div class="sectional-label">Route overview: KBRD north to KINL via Grand Rapids and Hibbing, with KGPZ, KHIB, and KEVM flanking the route. The last seventy miles are the empty ones.</div>
</div>
<div class="flight-plan">Aircraft: N5238R Cessna 182P
Route: KBRD GPZ HIB KINL (VFR, flight following
with Minneapolis Center)
Altitude: 5,500 to abeam Hibbing, then 4,500
Cruise: 120 KTAS / about 12.5 gph
Legs: BRD-GPZ 55 nm | GPZ-HIB 29 nm | HIB-INL 74 nm
Time: about 1+25 at forecast winds
Fuel: 61 gal usable at engine start
Souls: 2</div>
<p>The direct line is 133 miles and spends most of them over bog, black spruce, and lakes with no names you'd want to explain to a search coordinator. Your line is twenty-five miles longer and rides the pavement instead: US 169 up through Grand Rapids and the Iron Range towns, then US 53 north out of Virginia to the border. In January, in a single, over this country, you fly where the plow trucks go.</p>
<table class="airport-table">
<tr><th>The outs, in order of appearance</th><th>Where</th><th>What's there</th></tr>
<tr><td>KGPZ Grand Rapids</td><td>On route, 55 nm out</td><td>16/34, 5,756 ft. AWOS. Fuel, and a shop that answers its phone.</td></tr>
<tr><td>KHIB Hibbing (Range Regional)</td><td>On route, 84 nm out</td><td>13/31, 6,758 ft. The big runway of the Range. Airline ramp, plowed early.</td></tr>
<tr><td>KEVM Eveleth-Virginia</td><td>14 nm east of Hibbing</td><td>09/27, 4,000 ft. Quiet. The hospital in Virginia is ten minutes from the ramp.</td></tr>
<tr><td>Cook, Orr</td><td>Along US 53 north</td><td>Strips. Plowed when they're plowed. Count them as roads with names.</td></tr>
</table>
<p>Worth saying out loud: after Virginia, the options thin fast. From abeam Cook, it's forty miles of forest to the Rainy River, and the best out is usually the highway itself. Whatever needs deciding, decide it over the Range.</p>
<<link "← Back to the clipboard" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed aircraft and the heater"])>>
<strong>N5238R: 1975 Cessna 182P</strong>
<div class="aircraft-card">Powerplant: Continental O-470-S, 230 hp, carbureted
Fuel: 61 gal usable, 2 tanks
Prop: McCauley 2-blade constant speed
Avionics: GNS 430W, KX 170B, mode C. No autopilot
(the old Navomatic came out years ago).
Steam gauges, vacuum DG and AI.
Speeds (kt): Vy 78 Vfe(40) 87 Va 111 @ gross
Approach 65-70 Best glide 70
Heater: Muff shroud on the exhaust, HEAT and
DEFROST push-pull controls
CO monitor: Chemical spot card, panel-mounted.
Replace-by date: fourteen months ago.</div>
<p>The heater deserves a paragraph, because on a Cessna it is simpler than most owners ever bother to learn. There is no furnace. A sheet-metal shroud wraps the muffler, ram air from the front baffles passes through the gap between shroud and muffler, picks up heat from the exhaust surface, and ducts straight into the cabin at your shins. The system works beautifully and has exactly one failure mode that matters: the wall between exhaust gas and heater air is the muffler itself. One crack, one bad weld, one pinhole burned through, and the duct carries the exhaust to you. The crack lives inside the shroud, where no preflight ever sees it.</p>
<p>The spot card is a chemical dot that darkens toward gray-black in the presence of carbon monoxide. Fresh, it's a crude but honest instrument. The chemistry has a service life of about a year once the package is opened; past that, the dot desensitizes and settles into a permanent noncommittal tan. Yours went past that mark fourteen months ago. It has read tan through two oil changes, one long summer, and this morning.</p>
<p>Fresh air, for the record: two panel corner vents, the wing-root vents, and the pilot's storm window. All of them work. At eighteen below, all of them cost.</p>
<<link "← Back to the ramp door" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed field guide"])>>
<strong>Brainerd Lakes Regional (KBRD), elevation 375</strong>
<table class="airport-table">
<tr><th>Item</th><th>Fact</th></tr>
<tr><td>Runways</td><td>16/34, 7,100 x 150, concrete. 05/23, 6,512 x 150. Both plowed at dawn, packed-snow patches on the edges.</td></tr>
<tr><td>Traffic</td><td>Non-towered. Everyone self-announces, and on a Saturday this cold, "everyone" is generous.</td></tr>
<tr><td>Weather</td><td>ASOS on the field</td></tr>
<tr><td>Services</td><td>FBO open 7 a.m., coffee reliable. Aho Aviation Maintenance on the field: closed weekends, sign says "Mondays we answer for our sins."</td></tr>
<tr><td>Flight following</td><td>Minneapolis Center works this whole route; the frequencies are on your kneeboard card</td></tr>
</table>
<strong>Falls International/Einarson Field (KINL), elevation 361</strong>
<table class="airport-table">
<tr><th>Item</th><th>Fact</th></tr>
<tr><td>Runways</td><td>13/31, 7,400 x 150. 04/22, 2,999 x 75. The long one earns its keep: the airline flies here.</td></tr>
<tr><td>Traffic</td><td>Non-towered. The regional airline turboprop and not much else on a January Saturday.</td></tr>
<tr><td>Weather</td><td>ASOS, plus an actual National Weather Service office on the field, this being the town that wins the national low three mornings a week.</td></tr>
<tr><td>Services</td><td>Borderland Aviation, the FBO, open Saturdays until 5. Fuel, a warm crew car, and a shop that works airline hours, not yours.</td></tr>
<tr><td>Ground logistics</td><td>Maja's crew lead, Roz, can meet the airplane with the station truck on an hour's notice. The drive from Brainerd, if it came to that, is three and a half hours of two-lane.</td></tr>
</table>
<p>One more homely fact: your wife Hania drove the other car home this morning and expects two texts today. Wheels-up and wheels-down.</p>
<<link "← Back to the rest of it" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Runup: something faint in the defrost air"])>>
The preflight goes quick because at this temperature everything goes quick. Fuel drains, oil at nine quarts, tail feathers clean, the belly's usual winter film of oil and grit. The O-470 has been sleeping under a preheater since ten last night and lights on the third blade, indignant but willing. You let it warm at a thousand RPM while the two of you sort headsets and Maja plugs the aux cable into her phone out of twenty years of habit.
Runup pad, nose into a five-knot breath from the northwest. Defrost full open and roaring, because the windshield wants to fog with two people breathing in a cold cabin. Mags at 1,800: drop of 90 left, 80 right, smooth as a bank statement. Carb heat: rise where a rise belongs. Prop cycle: three clean swings.
And there, riding in under the engine note, something in the defrost air. A thin edge. Exhaust-ish. There for two breaths, then gone, then maybe back if you hunt for it. The cabin of a fifty-year-old airplane is a library of old smells: fuel, oil, warm dust, ancient carpet. This one is either new or imagined.
<div class="pax-quote">"Smells like Grandpa's ice shack in here. Kind of cozy, honestly."</div>
The spot card rides in its clip at the bottom of the panel, replace-by date long gone. Its dot is tan. Its dot has been tan since before Thanksgiving, through every kind of day.
The ASOS mutters about the temperature on the second radio. The airplane is warm, legal, and ready. So, in theory, are you.
<div class="choice-list">
<<link "A. You shut down, grab the flashlight, and go in through the cowl openings for a look at the muffler shroud before you commit to anything." "Ramp_Peek">>
<<set $pathArray to $pathArray.concat(["D1: shut down to inspect the shroud"])>>
<<set $peeked to true>>
<</link>>
<<link "B. You hold the runup, pull the cabin heat to full hot, and watch the spot card up close for a full minute. Let the instrument testify." "Ramp_CardWatch">>
<<set $pathArray to $pathArray.concat(["D1: ran the heat and watched the card"])>>
<<set $cardChecked to true>>
<</link>>
<<link "C. Old airplane, cold morning, defroster pulling hard. You call it the smell this cabin has always had, and take runway 34." "Climb_Depart">>
<<set $pathArray to $pathArray.concat(["D1: departed as planned"])>>
<</link>>
<<link "D. You depart, but with the heat and defrost shut off for the first stretch: bundled, cold, and curious whether the smell leaves with the heater." "Climb_ColdTrial">>
<<set $pathArray to $pathArray.concat(["D1: departed with the heat off as a test"])>>
<<set $trialCold to true>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Shroud inspection: nothing to see"])>>
Mixture out, mags off, master off, and the prop clunks to a stop. The cold starts counting the moment the engine quits.
You go in with the flashlight through the cowl flaps and the nose bowl, cheek against freezing aluminum, and find the muffler shroud exactly where it has lived for fifty years: a wrap of ribbed sheet metal with the heater duct coming off its top. The shroud looks fine. No soot streaks at the seams, no scorch shadows, the duct boot seated and clamped. You reach in and rock the assembly gently. Solid.
Which proves what it proves. The shroud is the jacket, and the jacket looks fine. The muffler is the thing inside the jacket, and there is no seeing it without pulling the whole affair apart on a bench. If the wall between exhaust and heater air has opened somewhere, it has done it in the one place your flashlight cannot go.
Maja holds the light while you back out, and hands you your gloves one at a time.
<div class="pax-quote">"So the verdict is 'looks fine from out here.' That's the same grade my car gets right before it does the thing again."</div>
<div class="choice-list">
<<if not $cardChecked>>\
<<link "A. You restart, pull the heat to full hot at runup power, and watch the spot card up close for a minute." "Ramp_CardWatch">>
<<set $pathArray to $pathArray.concat(["Then ran the heat and watched the card"])>>
<<set $cardChecked to true>>
<</link>>
<</if>>\
<<link "B. Looks fine, smells like an old Cessna, mags were perfect. You restart and take runway 34." "Climb_Depart">>
<<set $pathArray to $pathArray.concat(["Then departed as planned"])>>
<</link>>
<<link "C. You restart and go, but cold: heat and defrost stay off for the first stretch while you sample the cabin air with a clear head." "Climb_ColdTrial">>
<<set $pathArray to $pathArray.concat(["Then departed with the heat off as a test"])>>
<<set $trialCold to true>>
<</link>>
<<link "D. You put the flashlight away and call it: no flight until someone who owns a bench has had this muffler apart. Today becomes logistics." "Ground_Scrub">>
<<set $pathArray to $pathArray.concat(["Then scrubbed the flight"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Card watch: tan, unmoved"])>>
You bring the power back up to 1,800, pull the cabin heat knob to the stop, and unclip the card so it rides in your palm a foot from your face. The heater floods your knuckles. The defrost roars. Maja watches you watch a small cardboard square, and has the grace not to say what that looks like.
One minute by the panel clock. The dot is tan. Not the clean white-tan of the sample picture printed next to it, and nowhere near the gray-black the legend calls trouble. Tan. The exact tan of a card that has hung in sunlight and cabin fumes for two years and stopped having opinions about either.
The smell comes and goes once more while you hold it. The dot does not move. On the evidence in your hand, the heater is acquitted. On the date printed under the dot, the witness slept through the trial.
<div class="pax-quote">"Is that thing like the stickers on the pool test kit? Because Mom throws those out every spring and buys new ones."</div>
<div class="choice-list">
<<if not $peeked>>\
<<link "A. You shut down and put a flashlight on the muffler shroud through the cowl openings before deciding anything." "Ramp_Peek">>
<<set $pathArray to $pathArray.concat(["Then shut down to inspect the shroud"])>>
<<set $peeked to true>>
<</link>>
<</if>>\
<<link "B. The card had its minute and stayed tan, the mags are clean, the day is perfect. Runway 34." "Climb_Depart">>
<<set $pathArray to $pathArray.concat(["Then departed as planned"])>>
<</link>>
<<link "C. You go, but you go cold: heat and defrost off for the first stretch, vents cracked, and see whether the smell rides along." "Climb_ColdTrial">>
<<set $pathArray to $pathArray.concat(["Then departed with the heat off as a test"])>>
<<set $trialCold to true>>
<</link>>
<<link "D. A tan dot on an expired card settles nothing. You shut down and scrub until a mechanic opens the shroud. Today becomes logistics." "Ground_Scrub">>
<<set $pathArray to $pathArray.concat(["Then scrubbed the flight"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Scrubbed at Brainerd on suspicion"])>>
You say it the way you'd want to hear it: the airplane stays until Aho Aviation has had the muffler out of its shroud, and that is Monday at the earliest, and you're sorry, and you're not.
Maja takes it standing on the cold ramp with her duffel over her shoulder, and you can watch her run the math she grew up running: Monday morning survey rotation, Sunday night at the station, gear check, the crew waiting on her.
<div class="pax-quote">"Okay. Not arguing with the guy holding the flashlight. But I do have to be at Rat Root by tomorrow night, so we're solving that part next, right?"</div>
The FBO's coffee is fresh and the counter has a phone book's worth of local numbers taped under glass. Three ways north suggest themselves.
<div class="choice-list">
<<link "A. You rent the only all-wheel-drive thing in town and drive her up yourself today: three and a half hours north, supper at the border, back tomorrow." "Ground_ScrubPlan">>
<<set $pathArray to $pathArray.concat(["Scrub ride: drove her north"])>>
<<set $scrubRide to "drive">>
<</link>>
<<link "B. You put her on tomorrow's airline turboprop out of Minneapolis: a long drive south tonight to fly north tomorrow, but somebody else does the winter flying." "Ground_ScrubPlan">>
<<set $pathArray to $pathArray.concat(["Scrub ride: the airline out of MSP"])>>
<<set $scrubRide to "airline">>
<</link>>
<<link "C. You call Roz at the field station and ask for a day of grace: if Monday's inspection is quick and clean, you fly Maja up Monday afternoon." "Ground_ScrubPlan">>
<<set $pathArray to $pathArray.concat(["Scrub ride: asked the station for a day"])>>
<<set $scrubRide to "wait">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Settling the airplane's weekend"])>>
<<if $scrubRide is "drive">>The rental counter in town has a crossover with real tires and a scraped windshield, and by eleven you're loading duffels into it.<<elseif $scrubRide is "airline">>Roz turns out to have a cousin near the Cities, which solves tonight, and the airline's website solves tomorrow morning for the price of a checked bag and your pride.<<else>>Roz takes the call like someone who has rearranged around weather her whole career. "Monday afternoon works. Tuesday doesn't." A day of grace, exactly one.<</if>>
That leaves the airplane, and the note you owe Denny Aho. You write it twice to get the tone right: the smell, when it comes and goes, the expired card, what you looked at, what you couldn't. The last line takes a minute: <em>Muffler out of the shroud, pressure-check it, I'll pay for the looking either way.</em>
<div class="choice-list">
<<link "A. You drop the note and the key at the FBO desk for Monday and let the weekend go where it's going." "End_NoGo">>
<<set $pathArray to $pathArray.concat(["Left the note and key for Monday"])>>
<</link>>
<<link "B. You decide to be standing in Aho's doorway when it opens Monday, note in hand, to watch the shroud come off yourself." "End_NoGo">>
<<set $pathArray to $pathArray.concat(["Chose to be there when the shroud opens"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Departed runway 34, heat on"])>>
<<set $heatOn to true>><<set $ventsOpen to false>><<set $co to $co + 1>>
Runway 34, and the dense air does the flying for you: fifty knots arrives in what feels like six seconds, and the VSI pins itself somewhere it only visits in January. Brainerd's grid of white roofs and gray lakes falls away. You turn out northbound over US 169 and let the trim carry the climb.
By 3,000 the cabin has gone from bearable to genuinely comfortable, the heater pouring its river of warmth across your shins, the defroster keeping a clean fan of windshield ahead of each of you. Maja pulls one glove off, then the other.
Level 5,500. Power back to 22 squared, mixture leaned, the GPS counting down fifty-some miles to Grand Rapids. You raise Minneapolis Center and get a squawk and a groundspeed report that flatters the airplane. The air is dead smooth, the kind of smooth that makes passengers sleepy and owners smug.
<div class="pax-quote">"Okay, this beats the van. Roz drove the van up last week and said the heater quit at Cotton. This is civilized."</div>
The engine turns steady and sweet. The morning pours past the windows, blue over white to the horizon.
<<link "The miles start coming off." "Cruise_D2_Headache">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Departed cold: heat off as a test"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
You brief her before the runup ends, because it's her cabin too: heat and defrost stay off, vents cracked, until you're satisfied the smell left with the heater. Maja zips her parka to the chin and produces, from somewhere, the wool blanket that has lived behind the seat since she was in middle school.
Runway 34, the January climb, and the cold comes aboard like a third occupant. By 4,000 your breath is fogging the top of the windshield faster than the naked defroster slot can fight it, and you fly with one wristwatch-width of clear glass and a growing respect for the phrase "non-negotiable." The cabin air is sharp, clean, and empty. No exhaust edge. Nothing but cold vinyl and colder metal. Fifteen minutes of it, level at 5,500 with Center's squawk in the box, and the sample is as honest as you know how to take: whatever you smelled on the runup pad, it is not in this air.
Which fits the innocent story. The heater valve off, the smell gone. It also fits the other story exactly as well, and your toes have started filing complaints, and Maja has gone quiet inside her hood.
<div class="pax-quote">"For science, I respect this. As a daughter, I want you to know my water bottle just crunched."</div>
<div class="choice-list">
<<link "A. Test flown, air clean, point made. You pull the heat back on and fly the airplane the way it was built to be flown." "Cruise_D2_Headache">>
<<set $pathArray to $pathArray.concat(["D2: heat back on after the cold test"])>>
<<set $heatOn to true>><<set $ventsOpen to false>>
<</link>>
<<link "B. You keep it cold to the Range: Hibbing has the big runway and a shop, and you'd rather make the heat decision overhead an airport than out here." "Cruise_ColdHold">>
<<set $pathArray to $pathArray.concat(["D2: stayed cold to the Range"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Maja reports a headache"])>>
<<set $co to $co + 2>><<set $majaHeadache to true>>
<<if $trialCold>>Twenty minutes after the heat comes back, with the cabin finally rebuilt to civilization and Grand Rapids crawling up under the nose, Maja<<else>>Twenty-five minutes in, Grand Rapids a thumb-width ahead on the GPS, Maja<</if>> pulls her right earcup off, works her jaw, and puts it back.
<div class="pax-quote">"Is there Advil in the flight bag? I've got a headache parked right here." She taps the center of her forehead with two fingers. "Dull. Like a sinus thing, but it's not my sinuses."</div>
She got the good seat, the one she always takes: right side, by the window, directly over the heater's best outlet, boots baking pleasantly since the climb. She looks fine. Sounds fine. Twenty-four-year-olds get headaches, especially ones who packed a field kit until one in the morning and got hauled out of bed at five.
For your part, you feel the way 8:30 feels after a five o'clock alarm at fifty-eight: a little heavy behind the eyes, nothing worth a sentence. The resort did biscuits and sausage gravy at six. That's still with you too.
The engine is a metronome. The morning outside is flawless. The heater breathes its steady warmth across the cabin, and the spot card sits tan in its clip, saying what it always says.
<div class="choice-list">
<<link "A. Early start, dry cabin, big breakfast. You dig out the Advil, hand her the water bottle, and press on. Grand Rapids slides by in a few minutes." "Cruise_Deep1">>
<<set $pathArray to $pathArray.concat(["D2: attributed it, pressed on"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. You crack the vent on your side: some fresh air into the mix, most of the heat kept, and see what ten minutes does for her." "Cruise_VentCrack">>
<<set $pathArray to $pathArray.concat(["D2: cracked a vent as a compromise"])>>
<<set $ventsOpen to true>>
<</link>>
<<link "C. Heat off. Vents open. All of it, now, and the cold can send its bill. If the air is the problem, you want it out of the airplane." "Vent_HeatOff">>
<<set $pathArray to $pathArray.concat(["D2: heat off, vents open"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "D. Brainerd is thirty minutes behind you with your own tiedown and a shop that opens Monday. You turn around now, while it's a short story." "Divert_TurnBack">>
<<set $pathArray to $pathArray.concat(["D2: turned back for Brainerd"])>>
<<set $divert to "KBRD">>
<</link>>
<<link "E. You unclip the spot card and hold it up to the light for a proper look before you change a single thing." "Cruise_CardCheck">>
<<set $pathArray to $pathArray.concat(["D2: consulted the spot card"])>>
<<set $cardChecked to true>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The card says tan"])>>
You hold the card up into the winter light coming off the snowpack, which is the most honest light there is.
Tan. You tilt it. Tan. You compare it against the printed legend beside the dot: NORMAL, a pale cream. CAUTION, a definite gray. DANGER, charcoal. The dot lives somewhere between the first two, where it has lived every day since you've bothered looking, unmoved by this flight or any other.
There's the panel's whole testimony, and it reads like an acquittal. Engine instruments green. Mags proven on the runup. And the one instrument aboard whose entire job is this exact question says, in its faded way, fine.
The date under the dot says the witness retired fourteen months ago. The headache in the right seat says what it says. Maja has her temple against the cold window now, which she claims helps.
<div class="pax-quote">"What's the card supposed to prove again? Because you're looking at it like it owes you money."</div>
<div class="choice-list">
<<link "A. Tan is tan. Between the card, the runup, and a clean look under the cowl story, the airplane is telling you it's fine. You press on." "Cruise_Deep1">>
<<set $pathArray to $pathArray.concat(["Trusted the card, pressed on"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. Two humans with symptoms outvote one expired dot. Heat off, vents open, and the cold can have its way." "Vent_HeatOff">>
<<set $pathArray to $pathArray.concat(["Outvoted the card: heat off, vents open"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "C. You split the difference: crack a vent, keep most of the heat, and watch her like a gauge." "Cruise_VentCrack">>
<<set $pathArray to $pathArray.concat(["Split it: vent cracked, heat kept"])>>
<<set $ventsOpen to true>>
<</link>>
<<link "D. The card can't testify and you know it. Brainerd is half an hour behind you. You put the sun on the left wing and go home." "Divert_TurnBack">>
<<set $pathArray to $pathArray.concat(["Turned back after the card check"])>>
<<set $divert to "KBRD">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Vent cracked, heat kept"])>>
<<set $co to $co + 1>>
The vent opens with its little shriek and a blade of arctic air lays itself across your left forearm and the chart. The cabin becomes two climates: heater warmth from the floor, a moving edge of outside across the top. You hunt the airflow with your nose like a fool and get nothing you could swear to. Warm dust. Cold metal. Maybe a ghost of the runup smell, maybe its memory.
Grand Rapids arrives under the right wing: the paper mill's white plume standing arrow-straight in the calm, the airport's plowed X printed dark on the snow, 5,756 feet of asphalt going by at two miles a minute. On the CTAF, somebody's Skyhawk calls crosswind for 34, the only other voice in the county.
<div class="pax-quote">"Headache's... about the same? Maybe a notch better. Hard to say with the popsicle wind on my neck. I'm fine, Dad. It's a headache."</div>
Her voice is level. She has folded her arms into her parka, and she's watching the mill smoke instead of her phone.
<div class="choice-list">
<<link "A. The field below has fuel, coffee, and a shop that answers its phone. You land at Grand Rapids and sort this out warm, on the ground." "Approach_KGPZ">>
<<set $pathArray to $pathArray.concat(["Landed GPZ off the compromise"])>>
<<set $divert to "KGPZ">>
<</link>>
<<link "B. Half-measures make bad data. Heat off entirely, all the vents open, and let the cabin air turn over for real." "Vent_HeatOff">>
<<set $pathArray to $pathArray.concat(["Went full cold after the compromise"])>>
<<set $heatOn to false>>
<</link>>
<<link "C. The vent is doing its job and she says she's better. You hold the compromise and continue up the Range." "Cruise_MidCompromise">>
<<set $pathArray to $pathArray.concat(["Held the compromise past GPZ"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The compromise rides up the Range"])>>
<<set $co to $co + 1>>
The Range unrolls ahead: the open pits west of Hibbing like rust-red amphitheaters cut in the snow, overburden ridges in long combed rows, the towns strung on the highway like knots on a rope. Center calls traffic once, a King Air descending into Duluth's side of the world, no factor.
The cabin has settled into its two climates, and you into yours. Warm floor, cold shoulder. There is a particular contentment to a smooth-air cruise with the heater on, and it has arrived on schedule: that low, pleasant heaviness, the sense that the airplane is flying itself just fine. You catch yourself having read the fuel placard three times without retaining the number, and let it go, the way you let go of most things on a smooth morning with nothing wrong.
Maja hasn't said anything since the mill. When you glance over, she's rubbing her forehead again, slow, absent circles, her water bottle unopened in her lap.
Hibbing's runway shows itself off the nose, the Range's big pale ribbon, 6,758 feet of it.
<div class="choice-list">
<<link "A. You key up and tell Minneapolis Center the truth: two headaches, an old heater, and a request for lower and direct Hibbing while somebody watches your readbacks." "Divert_Confess">>
<<set $pathArray to $pathArray.concat(["Confessed to Center, diverted HIB"])>>
<</link>>
<<link "B. Heat off, everything open, now. The compromise had its chance and the right seat is still rubbing her head." "Vent_LateOff">>
<<set $pathArray to $pathArray.concat(["Went full cold past the compromise"])>>
<<set $heatOn to false>>
<</link>>
<<link "C. Hibbing is right there on the nose. You land on the Range's big runway and put warm walls and a mechanic between you and the question." "Approach_KHIB">>
<<set $pathArray to $pathArray.concat(["Landed HIB off the compromise"])>>
<<set $divert to "KHIB">>
<</link>>
<<link "D. She said she's fine and the vent is working. Falls International in forty minutes, the crew truck waiting, done. You press on." "Cruise_NorthCreep">>
<<set $pathArray to $pathArray.concat(["Pressed on past Hibbing"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["North of the Range, going quiet"])>>
<<set $co to $co + 2>><<set $majaAsleep to true>>
Virginia's grain elevator and its highway interchange slide behind the right wing, and the country changes its mind: the pits and towns give way to spruce, bog, and lakes with white, unmarked faces. US 53 below is down to a moving handful of trucks. Cook's little strip is out there somewhere ahead, a gray dash you know better than you can currently find.
You work the time problem, since the fuel is fat and the time is the only number left to manage. Forty-six miles to go, two miles a minute. You make it forty minutes and write 40 on the kneeboard in pencil, and the pencil takes two tries to find its pocket.
It is ten in the morning. Maja is asleep. Mid-sentence-asleep: she was saying something about the survey grid and then her head was on the window, hood bunched into a pillow. Kid kept grad-student hours all week. The heater breathes. The engine turns. The airplane is warm and steady and profoundly comfortable<<if $co gte 6>>, and your fingertips, when you flex them on the yoke, have a faint carbonation to them, which the cold explains, or the altitude, or the coffee wearing off<</if>>.
<div class="choice-list">
<<link "A. Twenty-some minutes to Falls International. Land, coffee, hand her to Roz, done. You hold what you have." "End_INL_Unaware">>
<<set $pathArray to $pathArray.concat(["Held on to INL, letting it be a tired morning"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. Asleep at 10 a.m. after a headache is a gauge reading. You wake her, kill the heat, open everything, and fly the last stretch cold." "Cruise_ColdFinal">>
<<set $pathArray to $pathArray.concat(["Woke her, went cold for the last stretch"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "C. You key the mic and say the quiet thing to Minneapolis Center, out loud, on tape: you suspect carbon monoxide and you want help thinking." "Divert_ConfessLate">>
<<set $pathArray to $pathArray.concat(["Called Center from north of Virginia"])>>
<</link>>
<<link "D. Eveleth-Virginia is twenty-five minutes behind the right shoulder, with a hospital ten minutes from the ramp. You turn back for it." "Approach_KEVM">>
<<set $pathArray to $pathArray.concat(["Turned back for Eveleth"])>>
<<set $divert to "KEVM">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Heat off, vents open, paying cold"])>>
The heat knob goes in to the stop and the defroster with it, since they drink from the same well. Both panel vents open, both wing roots, and the storm window unlatched to a half-inch howl. The cabin's temperature starts falling like a stage curtain.
Nothing else changes right away, which is the honest part nobody advertises. Headaches don't take orders. Five minutes in, Maja's is where it was, and the only new data is the fog garden growing at the windshield corners now that the defroster's gone, kept in check by the moving air and a rag from the seat pocket.
<<if $dismissals gte 1>>Grand Rapids sits fifteen behind the left shoulder, a known quantity getting smaller. Ahead, the Range and Hibbing's long runway.<<else>>Grand Rapids rides just off the left wing, its mill plume standing straight as a plumb line, its plowed runway printed dark on the snow.<</if>> The OAT needle sits near the bottom of its arc, and the cold is already past your collar and working on your knuckles. Maja pulls her hood up one-handed and says nothing, which is her being a good sport at volume.
<div class="choice-list">
<<if $dismissals gte 1>>\
<<link "A. Grand Rapids is fifteen minutes back and has fuel, coffee, and a shop that answers its phone. You turn around and land there now." "Approach_KGPZ">>
<<set $pathArray to $pathArray.concat(["Turned back to land GPZ"])>>
<<set $divert to "KGPZ">>
<</link>>
<<else>>\
<<link "A. The airport is right there under the wing. You pull the power, spiral down, and land at Grand Rapids now, while the question is still small." "Approach_KGPZ">>
<<set $pathArray to $pathArray.concat(["Landed GPZ off the left wing"])>>
<<set $divert to "KGPZ">>
<</link>>
<</if>>\
<<link "B. You hold the cold and continue north, gloves and blanket deployed, and say the why out loud: if it's the air, warm is the one thing you can't give back." "Vent_Hold">>
<<set $pathArray to $pathArray.concat(["Held the cold, explained the price"])>>
<</link>>
<<link "C. The cold hits harder than you briefed and the card did stay tan. You pull the heat back on and keep just one vent cracked instead." "Cruise_Recycle">>
<<set $pathArray to $pathArray.concat(["Heat back on within minutes"])>>
<<set $heatOn to true>><<set $cycled to true>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Holding cold; the feet conversation"])>>
<<if $co gt 1>><<set $co to $co - 1>><</if>><<set $majaFeet to true>>
You give her your spare gloves for her boot toes, which looks ridiculous and works a little, and you say the reasoning out loud once, plainly, so it exists in the cabin as a briefed plan and not a mood.
Recovery, it turns out, is not a switch. Twenty minutes past the vents opening, Maja reports the headache has gone from parked to idling. Your own head, which you hadn't formally admitted was involved, has changed in a way you notice mostly in reverse: the numbers on the fuel totalizer mean things again on the first read. The edges of the morning have sharpened by one click. None of it is proof. All of it is pattern.
The cold, meanwhile, has stopped being a condition and become an occupant. The windows have grown lace at their edges. Hibbing's runway lies ahead and slightly right, the biggest piece of pavement between here and the border, its airline ramp plowed to the paint.
<div class="pax-quote">"Dad. I can't feel my feet." A small laugh with no anger in it. "And the headache's easing, right? It's easing. The card said fine. Could we have the heat back just for a while? I'll take the headache over the toes, honestly."</div>
It is a completely reasonable request, made gently, by the person you opened the vents for.
<div class="choice-list">
<<link "A. Ten minutes of heat, then off again before it can matter. She's freezing, she's improving, and the card did stay tan. You pull the knob." "Cruise_Recycle">>
<<set $pathArray to $pathArray.concat(["Gave the heat back: ten-minute deal"])>>
<<set $heatOn to true>><<set $cycled to true>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. You hold the cold, and you tell her the hard version: the headache easing while the vents are open is exactly why the vents stay open." "Cruise_ColdFinal">>
<<set $pathArray to $pathArray.concat(["Held the cold through the feet conversation"])>>
<</link>>
<<link "C. You land at Hibbing, minutes ahead: warm building, a phone, a shop, and a headache that started in this airplane gets checked outside of it." "Approach_KHIB">>
<<set $pathArray to $pathArray.concat(["Landed HIB off the cold hold"])>>
<<set $divert to "KHIB">>
<</link>>
<<if not $lowAlt>>\
<<link "D. You split the suffering: down to 3,500 where the air is denser and a few degrees kinder, vents open, heat still off, and press north." "Cruise_ColdFinal">>
<<set $pathArray to $pathArray.concat(["Descended to 3,500, held the cold"])>>
<<set $lowAlt to true>>
<</link>>
<</if>>\
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The heat comes back"])>>
<<set $co to $co + 2>>
The knob comes out and the river of warmth returns, and the cabin sighs, both of you, honestly. Feeling flows back into extremities in pins and pulses. Maja puts her hood down for the first time in half an hour. Comfort arrives the way it always does, feeling less like a condition and more like the absence of a mistake.
Probably the headache was the resort breakfast, or the five o'clock start, or two people breathing dry air in a sealed aluminum bottle. The morning offers its evidence for all of it.
Fifteen minutes on, somewhere over the seam where the pits give out and the bog begins, the evidence changes sides. Maja's fingers are back at her forehead, the slow circles. Her water bottle is still unopened. When you ask, she takes a second too long to answer.
<div class="pax-quote">"It's back. Worse, kind of. Behind my eyes now too." A pause. "I'm just going to close them for a minute."</div>
The heater breathes. The card, when your eyes drop to it, is tan.
<div class="choice-list">
<<link "A. Off, everything open, and the nearest good pavement: Eveleth-Virginia, with the hospital ten minutes from its ramp. You turn for it now." "Approach_KEVM">>
<<set $pathArray to $pathArray.concat(["Heat off for good; turned for Eveleth"])>>
<<set $heatOn to false>><<set $ventsOpen to true>><<set $divert to "KEVM">>
<</link>>
<<link "B. Off for good this time, vents wide, and you fly the rest of it cold, no matter who asks for what." "Cruise_ColdFinal">>
<<set $pathArray to $pathArray.concat(["Heat off for good; continuing cold"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "C. You key up and give Minneapolis Center the whole picture: the headaches, the pattern with the heat, the words carbon monoxide." "Divert_ConfessLate">>
<<set $pathArray to $pathArray.concat(["Told Center after the recycle"])>>
<</link>>
<<link "D. Twenty-five minutes to Falls International, and she's finally warm. Waking her to freeze her again helps nobody. You hold what you have." "Cruise_NorthCreep">>
<<set $pathArray to $pathArray.concat(["Kept the heat, pressed for INL"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Full cold, late"])>>
<<if $co gt 1>><<set $co to $co - 1>><</if>>
Heat in, defrost in, every vent open, storm window howling its half-inch note. The cold arrives all at once this far north, less a temperature than a verdict.
What you get back, you get back slowly, and you can feel the slowness now in a way that is its own instrument reading. The headache<<if $majaHeadache>> in the right seat<</if>> has seniority. Yours, the one you've been not-mentioning, loosens a thread at a time. Ten minutes of arctic air, and the improvement is real, measurable, and small.
The Range is thinning out behind you. Ahead the country goes to spruce and white silence, Cook's strip somewhere in it, the border rivers beyond. Eveleth-Virginia's four thousand feet of asphalt sits back over your right shoulder, getting a mile farther away every thirty seconds.
<div class="pax-quote">"I'm awake. I'm okay. Toes disagree." She says it in the flat, careful voice of someone doing inventory. "How far to whichever airport we're doing?"</div>
<div class="choice-list">
<<link "A. Behind beats ahead when ahead is forest. You turn back for Eveleth-Virginia and its neighborly hospital." "Approach_KEVM">>
<<set $pathArray to $pathArray.concat(["Turned back for Eveleth, cold"])>>
<<set $divert to "KEVM">>
<</link>>
<<link "B. The vents are working and Falls International has the long runway, the services, and Roz. You continue north, cold and level." "Cruise_ColdFinal">>
<<set $pathArray to $pathArray.concat(["Continued north cold, late"])>>
<</link>>
<<link "C. You tell Minneapolis Center what you suspect and let a second brain into the cockpit while yours is suspect." "Divert_ConfessLate">>
<<set $pathArray to $pathArray.concat(["Told Center, late"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Cold hold up the Range"])>>
You hold the experiment past its planned end, because the data stays clean and the decision point you briefed was the Range. The cabin air is thin, sharp, and empty of anything but winter. Whatever haunted the runup pad has not come to altitude with you, or has not been invited: the heater valve stays shut, and so does the question.
The cost accrues quietly. Grand Rapids goes by below at the twenty-nine-minute mark, then the pits open up, rust-red and enormous. Maja's water bottle has frozen to slush. She types to Roz with mitten thumbs, misspelling everything, narrating her suffering in a running comic mumble that you recognize as her being a good sport at some expense.
Hibbing ahead: 6,758 feet of plowed pavement, an airline ramp, a town with everything a Saturday needs.
<div class="pax-quote">"Station says high of minus fifteen up there today. So this is just training, really. Acclimatization." A shiver takes her mid-word. "Wow. Okay."</div>
<div class="choice-list">
<<link "A. The air stayed clean for forty minutes with the heater sealed. Test passed twice over. You pull the heat back on for the last leg." "Cruise_LateHeat">>
<<set $pathArray to $pathArray.concat(["Heat on after the long cold test"])>>
<<set $heatOn to true>><<set $ventsOpen to false>>
<</link>>
<<link "B. Cold got you this far and cold will finish it. You hold the misery to Falls International and let a mechanic have the heater first." "Cruise_ColdFinal">>
<<set $pathArray to $pathArray.concat(["Held cold all the way"])>>
<</link>>
<<link "C. You land at Hibbing, thaw out, and make some calls: maybe the shop can at least eyeball the shroud today before you decide anything." "Approach_KHIB">>
<<set $pathArray to $pathArray.concat(["Landed HIB to thaw and consult"])>>
<<set $divert to "KHIB">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Warmth returns north of the Range"])>>
<<set $co to $co + 2>><<set $majaHeadache to true>>
Warmth pours back into the cabin like a tide coming in, and for ten minutes the flight becomes what the brochure promised: smooth, sunlit, the spruce country sliding underneath, two thawing people trading the last of the thermos.
Virginia falls behind. The highway below empties out.
Then Maja shifts in her seat, presses two fingers to the center of her forehead, and holds them there.
<div class="pax-quote">"Huh. Headache. Just showed up, right here, real dull." She glances at you, then out the window, doing her own math. "Probably the thaw? Coming in from cold like that, your sinuses do stuff. Probably that."</div>
She got the right-seat outlet, the warm one, the one that has been pouring across her boots since you pulled the knob. The card in its clip is tan. The engine is a metronome. Falls International is twenty-five minutes ahead, and Eveleth-Virginia's runway is eight minutes back over your right shoulder.
<div class="choice-list">
<<link "A. Sinuses and a thaw. She said it herself, and she knows her own head. You hold course for the Falls with the heater doing its job." "Cruise_NorthCreep">>
<<set $pathArray to $pathArray.concat(["Called it sinuses, pressed on"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. A headache that arrives with the heat, in this airplane, this morning, is a pattern. Heat off, vents open, and you say so plainly." "Vent_LateOff">>
<<set $pathArray to $pathArray.concat(["Heat off at the first late symptom"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "C. You turn back for Eveleth-Virginia now, eight minutes, and put the airplane on the ground while the question is still small." "Approach_KEVM">>
<<set $pathArray to $pathArray.concat(["Turned back for Eveleth at first symptom"])>>
<<set $divert to "KEVM">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The cold last stretch"])>>
<<if $co gt 1>><<set $co to $co - 1>><</if>>
The last stretch is the empty one, and you fly it like a cargo run through a walk-in freezer. Cook's strip goes by, a gray hyphen in the white. US 53 below narrows to a plowed thread with one log truck on it. Far ahead, a smudge of steam marks the mills at the border, and the Rainy River country lies flat and bright all the way into Canada.
<<if $co gte 4>>The headache is loosening its grip in slow, grudging increments, and your thinking has that day-after quality, functional but bruised. You fly deliberately, cross-checking twice, trusting the trim more than yourself.<<elseif $co gte 2>>Heads have cleared by honest degrees. The headache is a shadow of itself. What's left is mostly cold.<<else>>Heads are clear. The problem, whatever it was or wasn't, never came to altitude. What's left is only the cold, and the cold is winning on points.<</if>>
<<if $majaAsleep>>Maja is awake now, wrapped to the eyes, answering your check-ins with a mittened thumbs-up and watching the border country come.<<elseif $majaHeadache>>Maja rides wrapped to the eyes, quiet but present, narrating landmarks when you point.<<else>>Maja has given up on dignity and wears the wool blanket as a poncho, narrating landmarks through it.<</if>>
Falls International is fifteen minutes out. The ASOS, when you tune it, reports calm winds, clear, minus twenty-two.
<div class="pax-quote">"If the answer is no I get it, but: we're landing anyway. Could we have the heat for just the last ten? My toes have filed a formal grievance."</div>
<div class="choice-list">
<<link "A. Ten minutes to touchdown can't matter much, and she's earned it. You pull the heat back on for the final stretch." "End_INL_Cold">>
<<set $pathArray to $pathArray.concat(["Heat on for the last ten"])>>
<<set $lastHeat to true>><<set $heatOn to true>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. You hold cold to the chocks. Whatever is or isn't in that duct, it gets no more minutes of the two of you today." "End_INL_Cold">>
<<set $pathArray to $pathArray.concat(["Cold to the chocks"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Past Grand Rapids, settling deeper"])>>
<<set $co to $co + 2>>
Grand Rapids slides under and behind, mill plume and plowed X, and the Range begins assembling itself ahead: the first pits, the long ridges of overburden combed with snow, Hibbing a smudge of town at the end of the highway's rope.
The Advil has had its twenty minutes. Maja rates the headache unchanged, delivers the rating without drama, and goes back to watching Minnesota. She's quieter than the trip up usually gets her. Big week ahead. Early morning behind.
The cabin, for its part, has never been better. The heater has found its perfect setting, the sun loads the left side of your face, and the airplane rides rails through air with no texture at all. Somewhere in the middle of all that comfort you glance at the DG and find it reading 035. The flight plan line wants 020. The whiskey compass, consulted overhead, sides with the DG: the airplane wandered, not the gyro, and you didn't catch it happening. Fifteen degrees for who knows how many minutes. You roll back onto the line, and the correction feels like moving a piece of furniture.
Hand-flying does this. No autopilot, smooth air, a mind that trusts the trim too much. Every owner of an old Skylane knows the drift.
<div class="choice-list">
<<link "A. You sit up straighter, re-cage your scan, and fly the airplane like a checkride the rest of the way. Focus is free." "Cruise_Deep2">>
<<set $pathArray to $pathArray.concat(["Tightened the scan, pressed on"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. Her headache, and now your wandering heading, in a cabin fed by that heater. You kill the heat and open every vent the airplane owns." "Vent_HeatOff">>
<<set $pathArray to $pathArray.concat(["Heat off after the heading wander"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "C. Something is off in this airplane, and Grand Rapids has a shop fifteen minutes behind you. You turn back and land." "Approach_KGPZ">>
<<set $pathArray to $pathArray.concat(["Turned back for GPZ after the wander"])>>
<<set $divert to "KGPZ">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["North of the Range, the numbers slip"])>>
<<set $co to $co + 2>><<set $majaAsleep to true>>
Center calls with an altimeter update as you clear the Range's traffic picture.
<div class="metar-block">"Skylane three eight romeo, altimeter at Hibbing, three zero four two."
"Three zero two four, three eight romeo."
"Three eight romeo, negative. Altimeter three zero four two."
"Three zero four two, three eight romeo."</div>
You set it, and set your headset straighter, and put a little more of yourself into the seat.
Housekeeping, then, since Virginia is falling behind the right wing and the empty stretch is next: the fuel log. Sixty-one at engine start. An hour and ten gone at twelve and a half a side. You call the burn nine gallons and write 52 in the block, and the pencil takes two tries to find its pocket, and you notice neither thing.
The cabin is deeply, perfectly warm. When you next look right, Maja is asleep against the window, hood bunched into a pillow, the water bottle capped in her lap. Ten in the morning. She was mid-sentence about the survey grid a while ago, you're fairly sure.
The spruce country ahead is white and wide, and the airplane hums through it, steady as a kitchen clock.
<div class="choice-list">
<<link "A. Let her sleep, hold the line, and be on the ground at the Falls in half an hour. The flight is almost over anyway." "Cruise_Deep3">>
<<set $pathArray to $pathArray.concat(["Let her sleep, held the line north"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. A blown readback, a fuel line you can't make add, a passenger asleep at 10 a.m. You key up and tell Minneapolis Center all of it." "Divert_Confess">>
<<set $pathArray to $pathArray.concat(["Confessed to Center after the readback"])>>
<</link>>
<<link "C. Heat off, every vent open, storm window too, right now, and fly the airplane cold while you think." "Vent_LateOff">>
<<set $pathArray to $pathArray.concat(["Heat off after the numbers slipped"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "D. Eveleth-Virginia sits minutes behind the right wing with a hospital up the road. You wake her, turn back, and land." "Approach_KEVM">>
<<set $pathArray to $pathArray.concat(["Turned back for Eveleth after the numbers"])>>
<<set $divert to "KEVM">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The empty stretch, going gray at the edges"])>>
<<set $co to $co + 2>>
The Range is gone behind. Cook's strip goes by somewhere below, or it already did. The world has narrowed pleasantly to the sound of the engine and the warmth on your shins and a windshield full of white and blue that asks nothing of you at all. You are level. Mostly. The altimeter reads 5,100, then 5,000 when you look again, and the correction back to 5,500 happens in slow, agreeable increments, like turning over in bed.
Maja sleeps. The heater breathes.
<div class="metar-block">"Skylane three eight romeo, Minneapolis Center. I show you six hundred below your last reported altitude and drifting right of course. Verify you're receiving Center."</div>
The voice is level, professional, and directed entirely at you, which takes a moment to assemble.
<div class="choice-list">
<<link "A. \"Three eight romeo, correcting.\" You square the altitude, re-center the line, and hold north. Twenty minutes to the Falls, then coffee." "End_Fatal">>
<<set $pathArray to $pathArray.concat(["Brushed off Center, held north"])>>
<<set $dismissals to $dismissals + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. You answer with the whole truth: suspected carbon monoxide, passenger asleep, pilot degraded, and you need help getting this airplane down." "Divert_ConfessLate">>
<<set $pathArray to $pathArray.concat(["Told Center everything, late"])>>
<</link>>
<<link "C. Heat off, storm window open, and a turn back toward Eveleth-Virginia while you still trust yourself to fly a turn." "Approach_KEVM">>
<<set $pathArray to $pathArray.concat(["Turned back for Eveleth, very late"])>>
<<set $heatOn to false>><<set $ventsOpen to true>><<set $divert to "KEVM">>
<</link>>
<<link "D. Falls International is the nearest long pavement ahead. You push the nose over for it now, heat off, vents open, and get down." "Approach_INL_Impaired">>
<<set $pathArray to $pathArray.concat(["Pushed for the Falls, impaired"])>>
<<set $heatOn to false>><<set $ventsOpen to true>><<set $divert to "KINL">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The confession call"])>>
<<set $declared to true>><<set $vectors to true>><<set $heatOn to false>><<set $ventsOpen to true>>
You kill the heat, open everything that opens, and key the mic before pride can get a word in.
<div class="metar-block">"Minneapolis Center, Skylane five two three eight romeo, request."
"Skylane five two three eight romeo, go ahead."
"Three eight romeo, we're two on board, VFR Brainerd to International Falls. Both of us have headaches, my passenger's worse than me, and I just, uh, four thousand five hundred, correction, five thousand five hundred. I suspect carbon monoxide from the cabin heat. Request lower and direct Hibbing, and I'd like you to watch my readbacks."
"Three eight romeo, roger. Descend at your discretion, direct Range Regional, twelve o'clock and two zero miles. Are you declaring an emergency?"</div>
You look at the tan card, and at the sleeping-or-not right seat, and say the word.
<div class="metar-block">"Three eight romeo, affirmative, declaring."
"Three eight romeo, roger. Altimeter three zero four two. Say souls and fuel remaining."
"Two souls, about three and a half hours fuel, three eight romeo."
"Three eight romeo, EMS will meet you at Hibbing. No observed traffic between you and the field. Keep your vents open if you can stand it, and report the field in sight."</div>
The frequency, which held four aircraft a moment ago, has quietly become yours. The descent begins, cold air roaring at the storm window, and the controller reads you the miles like a man walking you down a ladder.
<<link "Down the ladder, toward the Range's big runway." "Approach_KHIB">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The late call to Center"])>>
<<set $declared to true>><<set $vectors to true>>
<<if $heatOn>>The heat goes off mid-transmission and every vent opens.<<else>>The vents are already open, and you key up through the cold air roar.<</if>>
<div class="metar-block">"Center, Skylane three eight romeo. I need to tell you something and I need help with it."
"Three eight romeo, go ahead."
"Suspect carbon monoxide in the cabin. My passenger's asleep and I'm, my numbers aren't adding right. Request lower and, and a straight line to pavement. Two souls."
"Skylane three eight romeo, roger, understand possible carbon monoxide, declaring an emergency for you. Falls International twelve o'clock, three five miles, seven thousand four hundred feet of runway. Eveleth is behind you at greater distance. Descend at your discretion, no traffic, altimeter three zero four three. Airport fire equipment will be standing by. Say fuel remaining."
"Three hours something, three eight romeo."
"Roger. Get all the fresh air you can. I'll call your miles every ten."</div>
The voice on the frequency has the unhurried cadence of a man who intends to stay with you all the way down, and the arithmetic you couldn't do is now being done in Minneapolis.
<div class="choice-list">
<<link "A. You make it an emergency descent in fact: power back, nose over, storm window wide, best forward speed downhill with the cold scouring the cabin." "Approach_INL_Scare">>
<<set $pathArray to $pathArray.concat(["Emergency descent for the Falls"])>>
<</link>>
<<link "B. You keep it gentle: five hundred feet a minute, easy turns, nothing abrupt, and motor down the miles to the Falls like a normal arrival." "Approach_INL_Impaired">>
<<set $pathArray to $pathArray.concat(["Gentle descent for the Falls"])>>
<<set $divert to "KINL">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The one-eighty for Brainerd"])>>
The turn puts the sun on the windshield and the morning's work in front of you again: thirty-some minutes back down the highway to your own tiedown, your own fuel account, and Denny Aho's Monday doorbell. Center takes the amendment without comment and re-points the flight following south.
Maja doesn't argue. She watches the Range swing away off the tail, then pulls out her phone and starts drafting the message to Roz, thumbs slow in the cold-stiff way of someone composing bad news kindly.
One decision rides home with you: the heater.
<div class="choice-list">
<<link "A. It stays off, and the vents stay cracked, the whole way back. Cold consistent beats warm sorry, and you've already voted once today." "Approach_KBRD">>
<<set $pathArray to $pathArray.concat(["Rode home cold"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
<</link>>
<<link "B. Thirty minutes, a tan card, and a kid with a headache. You leave the heat on, watch each other, and make it a comfortable ride home." "Approach_KBRD">>
<<set $pathArray to $pathArray.concat(["Rode home warm"])>>
<<set $lastHeat to true>><<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Descending back into Brainerd"])>>
<<if $lastHeat>><<set $co to $co + 2>><<elseif $co gt 1>><<set $co to $co - 1>><</if>>
<<if $lastHeat>>The ride back is warm and quiet. Maja's headache keeps its seat, and somewhere over Aitkin County you notice your own, a dull tenant behind the eyes you'd been attributing to squinting at the snowpack.<<else>>The ride back is loud, cold, and honest. By the time the lakes country opens up ahead, Maja rates the headache half of what it was, and the morning has sharpened back into focus a click at a time.<</if>>
Brainerd's ASOS reports what it reported at breakfast. You join the forty-five for 34 behind a lone ski-equipped Cub, land on the centerline stripe between two snow ridges, and taxi to the tiedown you left two hours ago. The engine ticks as it cools. The field is exactly as quiet as you left it.
<<link "Now the day becomes phone calls." "Ground_KBRD">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["On the Brainerd ramp, solving Sunday"])>>
In the FBO's warmth, over vending-machine cocoa because the coffee ran out at ten, the two of you hold the family council. The airplane is grounded until Aho's shop opens Monday and pulls the muffler out of its shroud. Maja checks the bus schedule as a formality and reports, deadpan, that the bus does not believe in the Iron Range.
<div class="pax-quote">"Options. You drive me up and drive back tomorrow, which is seven hours of your weekend. I drive myself and you get the car back whenever. Or I call Roz, throw myself on the mercy of the schedule, and fly up with you whenever the shop says the airplane's honest. I vote any of them that doesn't involve you doing all the driving."</div>
<div class="choice-list">
<<link "A. You rent the crossover and drive her up yourself today: three and a half hours of two-lane, supper at the border, and back tomorrow." "End_KBRD_TurnBack">>
<<set $pathArray to $pathArray.concat(["Drove her north himself"])>>
<<set $scrubRide to "drive">>
<</link>>
<<link "B. She's twenty-four and drives Minnesota winters better than you do. She takes the rental north alone and you mind the airplane." "End_KBRD_TurnBack">>
<<set $pathArray to $pathArray.concat(["She drove herself north"])>>
<<set $scrubRide to "solo">>
<</link>>
<<link "C. You call Roz together and ask for the day of grace: if Monday's teardown is clean or Monday's fix is quick, you fly her up after." "End_KBRD_TurnBack">>
<<set $pathArray to $pathArray.concat(["Asked the station for a day"])>>
<<set $scrubRide to "wait">>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Down into Grand Rapids"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
Heat off. Storm window open. The cold comes in like a fire hose and the difference it makes is its own diagnosis: within two minutes the cabin stops feeling like a nap and starts feeling like an airplane again. Grand Rapids sits twelve o'clock and close, its runway a plowed dark stripe between white lakes.
You fly the descent deliberately, speaking your checks out loud because out loud is easier to audit. Maja is awake, forward, coat zipped to her chin, reading the trend of her own headache and reporting it like crew: "Same. Maybe a notch better. Cold helps."
Gordon Newstrom Field takes the airplane on its long runway without comment. You taxi in, shut down, and sit for one breath in the ticking silence before either of you touches a door.
<<link "Inside, warm air and a phone." "End_GPZ_Caught">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Down into Hibbing"])>>
<<if $declared>>The controller hands you the miles in a calm ladder, and you climb down it: vents roaring, cold scouring the cabin, the Range's open pits swinging past under the wing like the inside of something enormous. Range Regional's long runway arrives ahead, and beside the taxiway as you roll out, the lights you were promised: an ambulance and a crash truck, idling without drama, exhaust plumes standing straight up in the cold.
You park where the marshaller points. A paramedic opens Maja's door before the prop finishes turning.<<else>>You let down over the pits and fly a wide, ordinary pattern to Range Regional's long runway, cold air keeping the cabin honest the whole way. It is a Saturday-quiet field: a fuel truck, a heated lobby, a shop across the ramp with one hangar door cracked and a radio playing inside.
Maja is out of the airplane before you, stamping life back into her feet, breath clouding, headache already going ordinary in the clean outdoor cold.<</if>>
<<if $declared>>\
<<link "The paramedics take it from here." "End_HIB_Oxygen">><</link>>
<<else>>\
<<link "You cross the ramp to the shop with the cracked door." "End_HIB_Consult">><</link>>
<</if>>\
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Turning down for Eveleth"])>>
<<set $heatOn to false>><<set $ventsOpen to true>>
Heat off, window open, and the turn back toward Eveleth-Virginia flown <<if $co gte 7>>the way you preflight in gloves: slowly, deliberately, one item at a time. Bank, hold, roll out. Say the heading out loud. Check it twice. The cold pouring through the cabin is the only thing in the airplane you fully trust, and you keep your speed ten knots conservative because your own hands have opinions you didn't authorize.<<else>>with the crispness of a decision that arrived early enough to be easy. The field is eight minutes back, four thousand feet of pavement between the lakes and the ore country.<</if>>
Maja rides forward-facing, coat sealed, doing her job: "Runway's at your ten. I'll call the headache every minute. It's a five. Now it's a five."
<<if $co gte 7>>The runway takes two tries to stabilize onto and you accept the go-around the picture demands rather than force the first one down. The second approach is slower, longer, flatter, and lands.<<else>>The approach is ordinary, which is the whole reward. Four thousand feet is plenty when the airplane is flown on numbers.<</if>> You taxi off between snowbanks cut square as furniture and shut down in front of the little terminal.
<<if $co gte 7>>\
<<link "Engine off. The world holds still, mostly." "End_EVM_Barely">><</link>>
<<else>>\
<<link "Engine off, and the question lands with you, still small." "End_EVM_Late">><</link>>
<</if>>\
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Emergency descent to the Falls"])>>
Power back, nose over, and the Skylane goes downhill like it means it, vents and storm window flooding the cabin with air so cold it has edges. Center keeps talking, low and even, reading you altitudes and miles the way you'd talk a friend down a dark staircase.
<div class="metar-block">"Three eight romeo, four thousand two hundred, one five miles. Equipment is rolling at International Falls. Wind calm, any runway is yours. Say pilot condition."
"Clearing. Cold air is working. Three eight romeo."
"Understood. You're doing fine. One two miles."</div>
Maja is awake now, dragged up out of the doze by the cold and the deck angle, scared in the alert, useful way: reading you the airspeed every ten seconds because you asked her to.
The long runway at Falls International comes up out of the border country, and you fly the last thousand feet like an exam you intend to pass: gear welded, flaps twenty and no more changes, speed pinned, no flare experiments. The touchdown is firm and honest and then it is over, crash trucks pacing you up the taxiway, their light bars turning the snowbanks red and blue.
<<link "Mixture, mags, master. Doors open. Cold, blessed air." "End_INL_Scare">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Pushing for the Falls, head clearing slowly"])>>
The nose goes over and the cold comes in and the twenty miles to Falls International start counting down. Clarity comes back the way feeling comes back to a numb hand: pins and needles first, then function, trailing a headache that has stopped hiding. You are flying an airplane you own with a head you rent.
The field shows up long and dark against the white. Seven thousand four hundred feet of runway, wind calm, nobody else in the pattern on a frozen Saturday noon. The choice left is about the kind of arrival you owe yourself.
<div class="choice-list">
<<link "A. You brief the simplest version out loud: long straight-in, flaps twenty, one speed, no changes inside three miles, and Maja calling airspeed." "End_INL_Shaky">>
<<set $pathArray to $pathArray.concat(["Flew the simplified stabilized arrival"])>>
<<set $simpleApproach to true>>
<</link>>
<<link "B. Down is the medicine and sooner is better: you keep it tight, slip off the height, full flaps in close, and put it on early." "End_INL_Prang">>
<<set $pathArray to $pathArray.concat(["Hurried it down close-in"])>>
<<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: caught at Grand Rapids"])>>
The FBO lobby smells like coffee and carpet heat. Maja calls the station; you call the volunteer fire department, who send a pickup and a handheld four-gas meter because a Saturday in January is short on excitement. The firefighter leans into the cabin, runs the heater ducting question past his own experience, holds the probe at the outlet, and whistles at the number. "Yeah," he says, showing you the display. "You two get seen. That's not a maybe."
Urgent care confirms it in blood: elevated carboxyhemoglobin, both of you, Maja higher. Oxygen, observation, released by supper. Monday the shop pulls the shroud and finds a hairline crack along an inner weld seam of the muffler, invisible from outside, breathing into the heat duct every minute the valve was open.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>Two headaches on one airplane got treated as data instead of coincidence. You shut off the source, opened the cabin to clean air at twenty below, and put the airplane on the nearest good runway while your own cognition was still yours to certify. A meter and a blood test then said, in numbers, what the tan card never would.</p>
<h3>ADM analysis</h3>
<p>The trap in CO is attribution: every early symptom has an innocent twin. Early start, big breakfast, dry winter air, a warm cabin's honest drowsiness. The break in this path came from treating correlation as signal: symptoms that arrived with the heat and eased with the vents. Note what the expired card contributed: a tan dot that read like an acquittal and was actually a shrug. Expired detection is not weak evidence. It is no evidence wearing the uniform.</p>
<h3>What good judgment looks like here</h3>
<p>Exactly this sequence: source off, air in, land, verify. The counterintuitive part was buying diagnosis with discomfort: cold at altitude in January is a cost every instinct resists paying, and it is also the only free medicine on board. On ambient air, carboxyhemoglobin's half-life runs four to six hours; the headache outlasting the flight was expected, not a sign the call was wrong. And the fire department's meter is worth remembering: any engine-driven heat system deserves an electronic CO detector with a number and an alarm. Forty dollars buys the instrument this scenario was missing.</p>
<h3>Key takeaway</h3>
<p>When symptoms and the heater keep the same schedule, believe the schedule. Cold is reversible. The other thing eventually isn't.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: oxygen on the Hibbing ramp"])>>
The paramedics work with the unhurried competence of people who have met every kind of Saturday. Non-rebreather masks, a pulse CO-oximeter clipped to two fingers, numbers read aloud and written down: elevated for you, more elevated for Maja. An hour on high-flow oxygen in the back of the rig takes the numbers most of the way down and the headaches with them. The clinic in town signs you both out by dark, with instructions and a printout.
The airplane stays. Tuesday, the shop's pressure test of the exhaust finds the crack in the muffler's inner weld, and the mechanic mails you the failed piece in a box, because you asked, because some receipts belong on a shelf.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The suspicion arrived later than it might have, and the response, once it arrived, was complete: source off, air in, the whole truth to Center, a declaration without hedging, and medical hands waiting at the bottom of the ladder. The system worked exactly the way it is built to work when someone lets it.</p>
<h3>ADM analysis</h3>
<p>The load-bearing decision was the confession. Announcing "pilot degraded, watch my readbacks" feels like an admission against interest; it is actually the highest-skill radio call in this scenario, because it converts a controller from an audience into a monitor at the moment your own monitoring is suspect. The declaration cost nothing afterward: no paperwork storm, no certificate action, one phone number and a kind word. The mythology about declaring is more durable than the facts.</p>
<h3>What good judgment looks like here</h3>
<p>Earlier is the only critique: the same call, one symptom sooner, lands at the same field with smaller numbers on the CO-oximeter. On 100 percent oxygen the carboxyhemoglobin half-life drops from hours to about an hour, which is why the masks matter and why "we'll just air out on the drive home" is the wrong plan. And the equipment lesson stands for every cold-season pilot: an electronic detector with an alarm turns this whole scenario into a beep and a mildly annoying diversion.</p>
<h3>Key takeaway</h3>
<p>Declare like you mean it and let the professionals meet you at the bottom. The system's entire job is catching what you can no longer be sure of catching.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the shop with the cracked door"])>>
The mechanic inside the cracked hangar door listens to the whole story while wiping his hands on a rag that has seen decades. He doesn't roll his eyes at "expired spot card" and he doesn't reassure you either. "Can't pressure-test it till Monday," he says. "But two headaches on one heater, in this cold, with the valve open the whole climb? I wouldn't fly it home. I'd want to be wrong about that, but I'd want to be wrong on the ground."
So the Skylane stays on the Range. Maja finishes the trip in a rental with heated seats she narrates to you by text, mile by mile, as revenge. Monday afternoon the shop calls: pressure test failed, crack in the inner weld, and the sentence every owner half-dreads and half-collects: "Good thing you didn't fly it."
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>A suspicion without proof got treated as sufficient grounds to stop, which is what suspicion is for. You landed at a field with a shop, put the question to a professional, and accepted a Monday answer instead of manufacturing a Saturday one. The pressure test then converted suspicion into a work order.</p>
<h3>ADM analysis</h3>
<p>This path's quiet strength is that it never required certainty. The evidence available in flight was two correlated headaches and an instrument that could no longer testify. That is thin proof and ample reason: the asymmetry between "wrong and inconvenienced" and "right and airborne" does all the deciding, if you let it. The cold-air experiment bought time honestly, but notice its limit: it managed the exposure without ever answering the question. Only the ground answers this question.</p>
<h3>What good judgment looks like here</h3>
<p>Landing precautionary on correlation alone, consulting rather than self-certifying, and paying the logistics bill without renegotiating it at dusk. The rental car north is the ending's real price tag: a hundred-some dollars and a quiet Saturday evening, against a Monday phone call that said the duct was lying to you the whole time. Cheap. It will not always be a crack; sometimes Monday's test comes back clean and the whole exercise buys nothing but certainty. Certainty is not nothing.</p>
<h3>Key takeaway</h3>
<p>You don't need to prove the airplane guilty. It needs to prove itself innocent, and it can only do that on the ground.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: Eveleth, while it was still small"])>>
Eveleth-Virginia's little terminal is unlocked and empty, warm in the municipal way. The volunteer fire department, summoned by a phone call and boredom, meets you with a handheld meter inside the hour; held at the heater outlet with the engine running on the ramp, it climbs to a number that ends the debate. The firefighter takes a picture of the display for you, unprompted. He has met pilots before.
Headaches fade to ordinary by evening. A friend of the field's manager runs Maja the last hour north in his truck. The Skylane waits for a mechanic from Virginia who finds the cracked weld Tuesday morning and pronounces the two of you "smarter than average," which from him is apparently a eulogy.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The first credible symptom turned the airplane around. Eight minutes later it was parked, and the question that had been riding along in the duct got handed to people with meters and benches. The exposure ended while it was still a headache and not yet a judgment problem.</p>
<h3>ADM analysis</h3>
<p>This is the cheap version of the CO scenario, and cheap is the highest compliment available. The pattern recognition that turned the airplane (symptom arrives with the heat, in this airplane, this morning) is exactly the standard of proof this hazard deserves. Waiting for the symptom picture to become convincing is how the expensive versions begin, because CO's defining property is that it degrades the instrument doing the deciding.</p>
<h3>What good judgment looks like here</h3>
<p>Turn early, land small, verify on the ground. A four-thousand-foot municipal runway is a perfectly good hospital for an airplane. The meter photograph is the detail worth copying in real life: objective confirmation converts "I had a feeling" into a maintenance finding, and it also settles the family retelling in your favor forever.</p>
<h3>Key takeaway</h3>
<p>With carbon monoxide, the first good reason is the best one you will ever get. The reasons that come later arrive with fewer of your faculties attached.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: Eveleth, by the narrow way"])>>
The ambulance from Virginia arrives while you are still leaning on the strut, and nobody argues about whether it's necessary. Masks, the clipped-on meter, numbers that make the paramedic's eyebrows do the talking. Maja's reading is high enough that they take her in for observation overnight; yours is close behind. The word the clinic doctor uses, twice, is "fortunate," and he does not use it the way people use it in small talk.
The go-around you flew gets a paragraph in your logbook that you will reread more than any other entry in it. Tuesday the mechanic finds the crack, photographs it next to a ruler, and texts the picture with no caption at all. None needed.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>Recognition came at the far edge of the window: altitude wandering, arithmetic failing, a passenger asleep for reasons that were not boredom. The turn to Eveleth was flown with deliberate, degraded-pilot discipline, including the go-around a bad first picture demanded, and the ground arrived in time. Barely is a real category. This was it.</p>
<h3>ADM analysis</h3>
<p>Count what it took to get here: a headache attributed, a card trusted, a doze called napping. Each dismissal was individually reasonable and collectively they nearly spent the margin. The honest lesson is about the shape of the impairment curve: the symptoms that would convince you arrive after the capacity to act on them has started leaving. That is why the standard of evidence has to be set low, on the ground, in advance, while the brain setting it is fully oxygenated.</p>
<h3>What good judgment looks like here</h3>
<p>Inside the last window, exactly what was flown: cold air in, slow deliberate control movements, spoken checklists, a passenger given a monitoring job, conservative speeds, and a go-around accepted rather than a salvage attempted. Impaired flying that knows it is impaired can still be safe flying. Impaired flying that argues about it cannot.</p>
<h3>Key takeaway</h3>
<p>You caught it in the last mile of a race you didn't know you'd entered. Set the tripwire earlier: any unexplained headache with the heat on is a landing, not a discussion.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the Falls, with help all the way down"])>>
The paramedics reach the airplane before you finish the shutdown flow, which is good, because the shutdown flow has become something you are reading off the placard like a student. Oxygen. The meter. Numbers said out loud in the tone professionals use when they want each other, not you, to hear the meaning. The clinic keeps you both into the evening and releases you with matching headaches, matching printouts, and one shared understanding you will never have to say out loud again.
Center's supervisor calls the FBO an hour later, just to ask how you both are. The controller who walked you down had asked him to.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The truth reached the radio very late, and everything after it worked: an emergency descent flown with a controller's voice as scaffolding, cold air doing its slow chemistry, a wide calm runway, equipment waiting. The margin at the end was real but thin, and it was made entirely of the machinery that starts moving the moment a pilot says the honest words.</p>
<h3>ADM analysis</h3>
<p>Two things were true at the moment of the confession: you were substantially impaired, and you were still the best-positioned person to begin the recovery. Both remain true in every version of this emergency. The failure mode that kills in CO events is not the toxin's speed (it is slow); it is the pilot spending the remaining clear minutes protecting a self-image instead of spending them on the radio and the vents. The dismissal count on this path bought the toxin its head start. The confession bought it back, at interest.</p>
<h3>What good judgment looks like here</h3>
<p>Earlier confession, same choreography. Note the technique that mattered inside the emergency: giving Maja the airspeed callout job. Delegating a monitoring task to a passenger is free redundancy, and asking Center to audit your readbacks converts the whole frequency into a safety net. None of it requires anything but the willingness to be seen having the problem you are having.</p>
<h3>Key takeaway</h3>
<p>The system cannot help with what it hasn't been told. Say the words while saying them is still easy.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the Falls, flown like an exam"])>>
The simplified approach does what simplified approaches do: it lands. One configuration, one speed, one long stabilized picture, Maja's voice marking the airspeed like a metronome, and seven thousand four hundred feet of runway accepting the result without needing more than a third of it. <<if $declared>>The equipment pacing you up the taxiway makes it official.<<else>>The ramp is Saturday-empty; it is Maja who insists, correctly and immovably, that the two of you get seen tonight, and the clinic's meter makes her case for her.<</if>>
Elevated numbers, oxygen, observation, release. The mechanic's Tuesday verdict on the muffler weld closes the file: the airplane was doing it. It had been doing it all morning.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>Recognition came late, the descent bought partial recovery, and the arrival was flown with the one discipline that reliably protects an impaired pilot: radical simplification. Fewer configuration changes, fewer decisions inside the final miles, a monitoring job delegated, a long runway chosen over a clever arrival.</p>
<h3>ADM analysis</h3>
<p>Partial recovery is the trap inside the recovery: ten minutes of cold air returns enough function to feel normal without returning the judgment to certify that feeling. Flying the exam-simple approach is the correct answer to a question most pilots never rehearse: how do I operate when I know my own gauge is miscalibrated? You treat yourself like weather: plan for the pilot you have, not the one you usually are.</p>
<h3>What good judgment looks like here</h3>
<p>The path to this ending contains its own critique: the cues that were dismissed upstream each offered a smaller, earlier version of this same landing. Grade the save honestly (it was a good save) and then price the sequence that required saving. <<if not $declared>>One addition next time: the radio. Even without a declaration, a quiet "request you keep an eye on my altitude" gives away nothing and adds a second brain.<</if>></p>
<h3>Key takeaway</h3>
<p>When the pilot is degraded, subtract everything subtractable from the arrival. Simple is the last skill to leave you; build the approach out of it.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: down early, and hard"])>>
The slip comes out late, the flare happens twice, and the second touchdown arrives nosewheel-first with the particular crunch that every pilot recognizes from somewhere deep in the spine. The prop tags the runway once, twice, and the airplane skates to a stop on a collapsed nose strut, straight ahead, upright, done.
You are both fine, which the paramedics confirm with meters and gentle professional doubt about the word "fine": elevated carboxyhemoglobin, two headaches, one overnight observation. The Skylane leaves the runway on a flatbed. Engine teardown inspection, prop, nose gear, firewall check: the insurance adjuster's list reads like a syllabus. The muffler crack, found Tuesday, gets one line at the bottom, cause hiding under consequence.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The impairment that went unrecognized in cruise was still aboard for the landing, and the arrival got rushed at exactly the moment it needed simplifying. Down-sooner beat down-well by ninety seconds, and the margin the airplane had carried all morning was spent in the flare.</p>
<h3>ADM analysis</h3>
<p>Two decisions merged here: the late recognition upstream, and the arrival flown as if recovery were complete. Partial recovery lies. Ten minutes of cold air took the gray off the edges and left the timing, judgment of height, and resistance to hurry-up impulses degraded, which is precisely the skillset a slipping, reconfiguring, short-field-style arrival consumes. The hurry served no one: the runway was seven thousand four hundred feet long, the wind was calm, and the extra ninety seconds of straight-in were free.</p>
<h3>What good judgment looks like here</h3>
<p>The other choice at the final branch: brief the simplest possible approach out loud, change nothing inside three miles, and let the long runway absorb the imprecision. When the pilot is the degraded component, the arrival should be built like a wheelchair ramp: long, shallow, and boring. Everyone walks away in this ending, and the debrief should hold both truths at once: getting down was right, and how mattered.</p>
<h3>Key takeaway</h3>
<p>Land soon, but land simple. An impaired pilot's best approach is the one requiring the fewest good judgments per mile.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: cold to the Falls"])>>
<<if $lastHeat>>The last ten minutes are warm, and the warmth is lovely, and at the terminal counter twenty minutes later a familiar dull band settles in behind your forehead while Maja rubs her temples with the heel of one mitten. Neither of you says anything about it until the fire department's meter, run over the cabin at your request before you'll so much as taxi it to parking, reads high enough at the heater outlet to make the firefighter step back out of the airplane and say "yep" with his whole chest.<<else>>You hold cold to the chocks, as promised. The fire department's meter, run over the cabin at your request, pegs its number at the heater outlet with the engine running: the duct was armed the entire time. The cold was never a superstition. It was the seal on a container you chose not to open.<</if>>
Maja gets to the station on time in the manager's borrowed truck. The Falls shop finds the cracked weld Monday and the phone call has that particular mechanic warmth reserved for customers who almost learned something the other way.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>You treated the morning's evidence as real enough to act on and flew the entire route with the suspect system sealed, paying in comfort what you declined to pay in risk. <<if $lastHeat>>Except for ten minutes. The ten minutes ran the experiment you had spent two hours refusing to run, with both subjects aboard, and the headache at the terminal counter graded it.<<else>>The meter at the destination then showed exactly what had been waiting in the duct all day.<</if>></p>
<h3>ADM analysis</h3>
<p>This path's core move (isolate the hazard, continue the mission) is legitimate and widely used: heat-off is the POH-adjacent response to suspected CO. Its weakness is that it manages the hazard without ever resolving the question, and it leaves the seal's integrity up to willpower in a cold cabin for two more hours. <<if $lastHeat>>Willpower lost, on schedule, to the most persuasive argument aboard: a freezing kid who'd earned some comfort. That is how sealed hazards get unsealed, not by recklessness but by kindness on short final.<<else>>Willpower held, this time. The debrief question is whether a plan that requires two hours of continuous willpower at minus twenty is a plan or a bet with extra steps.<</if>></p>
<h3>What good judgment looks like here</h3>
<p>Landing early converts the same suspicion into an answer and a warm lobby. Grand Rapids and Hibbing both sat under this route with runways, shops, and coffee. The version of this day where the airplane gets parked at the first credible symptom costs one Saturday and answers the question with a meter instead of a maybe.</p>
<h3>Key takeaway</h3>
<p>Sealing off a suspected hazard is a holding action, not a resolution. Holding actions belong on the shortest path to the ground that solves them.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: back at Brainerd, question grounded"])>>
<<if $scrubRide is "drive">>The rental crossover smells like industrial pine and the drive north is four hours of podcasts, gas-station coffee, and Maja's running commentary on every water tower in the state. You deliver her to the station door by mid-afternoon and drive back in the dark, tired in the clean, ordinary way that costs nothing but a Sunday morning.<<elseif $scrubRide is "solo">>Maja takes the rental north alone, texting from each town like a flight-following service of her own invention: "GPZ abeam." "HIB. fries acquired." "INL. Roz says hi. Go fix your airplane."<<else>>Roz, it turns out, is human: Monday works fine. Maja spends the extra night beating you at cribbage, and Tuesday morning, with the teardown verdict in hand and the part on order, you put her on the airline connection instead, which she narrates with anthropological interest.<</if>>
The Monday teardown finds the crack in the muffler's inner weld seam. The shop owner shows you the failed piece under the bench light, turning it so the hairline catches. "Runs fine, heats fine, kills you anyway," he says. "You want it?" You do.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The airplane went back to where the mechanics live, on the strength of early, thin, correlated evidence, and the evidence turned out to be load-bearing. The trip finished on wheels and patience. The airplane finished on a bench, guilty as suspected.</p>
<h3>ADM analysis</h3>
<p>Turning back this early will read to some pilots as an overreaction, and that reading is exactly the pressure this scenario is about. Run the two futures honestly: in one, you lose hours to caution that a teardown may or may not vindicate. In the other, you spend a January morning in a sealed cabin with a heater you already suspected, betting two nervous systems on an expired card's tan shrug. The expected values are not close, and they get less close with every minute of exposure.</p>
<h3>What good judgment looks like here</h3>
<p>Precisely this, plus the follow-through it included: the question actually got answered (teardown, not vibes), the passenger's mission still completed (the ground exists), and the airplane returned to service with a new part instead of a habit of suspicion. The only upgrade available is the forty-dollar one that would have turned the whole morning into a beeping annoyance at the runup pad.</p>
<h3>Key takeaway</h3>
<p>An early turn-back you never get to prove necessary is the cheapest insurance in aviation. This one came with a receipt.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: north of the Falls"])>>
"Three eight romeo, correcting," you say, and you do correct, and the corrections feel adequate, and the warmth is everywhere now, patient and total.
Center calls again at 12:19 and gets no answer. At 12:26 another Skylane relays the call, twice. The target holds one hundred eighty knots over the ground, wings level, twelve degrees right of the last assigned course, descending two hundred feet at a time in slow, agreeable increments. It crosses the border lakes at 12:40. The F-15s out of Duluth arrive alongside at 12:58 and report a pilot and passenger reclined, motionless, the cabin windows fogged at their edges. The airplane flies on north over the empty lake country for another ninety minutes, gradually lower, and settles at last onto the frozen surface of a lake with no road to it, sliding long and coming to rest almost gently in the drifted snow, upright.
The impact is survivable. That is the coldest line in the report, because it does not matter: the cabin air went with them.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>Carbon monoxide from a cracked muffler weld accumulated over two hours of heated cruise. Every symptom was individually explained away: a headache attributed to the early start, drowsiness to warmth, a wandering altitude to nothing at all, a controller's concern answered with the word "correcting." Consciousness left quietly, in cruise, in trim. The toxicology section of the report is one line long.</p>
<h3>ADM analysis</h3>
<p>Count the exits this path declined: the ramp smell investigated and dismissed, the first headache, the vents, the card's non-answer accepted as an answer, Eveleth abeam, a controller who noticed and asked. Six doors. CO's signature is that each door looks less urgent than the last, because the judgment evaluating urgency is the thing being poisoned. This is the only hazard in this library that dulls the instrument you would use to detect it, and that property, not its toxicity, is what kills.</p>
<h3>What good judgment looks like here</h3>
<p>Everything upstream, and one physical object: an electronic CO detector with a loud alarm, which converts this entire accident chain into an annoying beep at the moment of the first ramp smell. Absent the instrument, the rule that survives contact with impaired judgment has to be pre-committed and dumb: unexplained headache plus heat on equals land now. Not diagnose. Land.</p>
<h3>Key takeaway</h3>
<p>The last person to know you're impaired is you. Buy the detector, believe the headache, and let the rule you wrote at your kitchen table outrank the pilot in the seat. This ending is the reason the others exist.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the airplane never left"])>>
<<if $pathArray.includes("Chose to be there when the shroud opens")>>Monday at eight you are leaning on Denny Aho's doorframe with two coffees, and by nine-thirty the muffler is out of its shroud on his bench, and by nine-forty he stops narrating. He tips the part toward the window light and runs a pick along a hairline in the inner weld until you can see it move. "There's your smell," he says. "And your headache, if you'd gone looking for one." He doesn't say the third thing. He looks at you until it's been said anyway.<<else>>Monday afternoon Denny Aho calls your cell. He has the note in one hand, you can hear it, and the language of a man choosing words: pressure test failed, hairline crack, inner weld, breathing straight into the duct. "Whoever wrote this note," he says, "flew nothing this weekend and did it right. Tell them that."<</if>>
The weekend, meanwhile, went where weekends go: <<if $scrubRide is "drive">>four hundred road miles and a hundred water towers<<elseif $scrubRide is "airline">>a cousin's guest room and a regional jet<<else>>a day of grace and a cribbage deficit you will not live down<</if>>. Maja made the station. The airplane made the bench. Everything got where it was going.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The whole scenario happened on the ground: a smell that came and went, a card too old to testify, a shroud that hides exactly what you'd want to see, and a no-go built out of that thin, honest stack. The pressure test then paid the decision in full.</p>
<h3>ADM analysis</h3>
<p>Understand how little evidence this decision legally required: none of it was proof. An intermittent smell at runup power is a maybe. The expired card was a nothing. The peek under the cowl found what peeks find, which is the outside of the problem. The decision worked because it weighted the asymmetry instead of the evidence: being wrong on the ground costs a rental car, and being wrong at 5,500 over the bog country costs what the fatal branch of this scenario costs. You never saw that branch. That is what prevention looks like: nothing.</p>
<h3>What good judgment looks like here</h3>
<p>This, and one habit worth stealing from the note itself: "I'll pay for the looking either way." Buying inspections on suspicion, cheerfully, is the ownership culture that keeps mufflers from becoming toxicology sections. Some Mondays Aho finds nothing. The money spends the same, and so does the sleep.</p>
<h3>Key takeaway</h3>
<p>A no-go doesn't need a smoking gun. It needs a cost asymmetry and the nerve to respect it before the evidence matures.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: landed fine, learned later"])>>
The landing at Falls International is longer than your landings usually are, a float you blame on the glassy cold air, a level-off that takes a correction it shouldn't need. You taxi in, shut down, and deliver a groggy, rumpled Maja into Roz's idling truck with hugs and a joke about grad-student sleep schedules. The headache you carry into the terminal coffee pot is the day's, surely. Long morning. Bright snow.
At 9:40 that night the motel phone rings. It is Maja, from the Falls clinic, sounding scared and very awake: her headache got worse at the station, then the nausea started, and a coworker who used to run ambulance calls in Duluth took one look and drove her in. Carboxyhemoglobin, elevated, hours after exposure ended. "They said," she says, and stops, and starts again. "They said to tell you to come in tonight. Dad. They said hours."
Your number is lower than hers and high enough. The clinic keeps you both past midnight under oxygen. The Skylane stays chained at the Falls until a mechanic opens the shroud Thursday and finds the crack, and you stand in his hangar doing the arithmetic you didn't do at altitude: twenty more minutes of that duct, at that rate, with her asleep and you flattering yourself about coffee.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The flight completed. That sentence, which usually ends the story, is where this one starts: two people flew a two-hour CO exposure to an uneventful landing, attributed every symptom to an ordinary morning, and found out from a blood test what the airplane had been doing to them. The margin between this ending and the fatal one was not judgment. It was duration.</p>
<h3>ADM analysis</h3>
<p>This is outcome bias in its purest available form. Nothing bad happened, and every input was wrong: the headache dismissed, the mid-sentence sleep read as fatigue, the float and the sloppy level-off blamed on the air. If the leg had been forty minutes longer, the same decisions produce the quiet ending. Grade this flight by its inputs and it fails; the landing doesn't change the grade, it just hides the report card until a clinic finds it.</p>
<h3>What good judgment looks like here</h3>
<p>Any of the exits this path declined, plus the one discipline that catches what dismissal hides: treating unexplained symptoms in ANY occupant as an aircraft-systems observation, not a wellness anecdote. Passengers are CO detectors with feelings. When one of them reads high, believe the instrument. And the hardware point stands for the last time in this scenario: a forty-dollar electronic detector converts this entire branch into a beep over the Range and a mildly annoying Saturday.</p>
<h3>Key takeaway</h3>
<p>Landing safely is not evidence the flight was safe. Some report cards arrive by phone, at 9:40, in your daughter's voice.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readField to false>><<set $co to 0>><<set $heatOn to false>><<set $ventsOpen to false>><<set $cardChecked to false>><<set $card to "tan">><<set $peeked to false>><<set $trialCold to false>><<set $cycled to false>><<set $majaHeadache to false>><<set $majaFeet to false>><<set $majaAsleep to false>><<set $declared to false>><<set $divert to "">><<set $dismissals to 0>><<set $lowAlt to false>><<set $lastHeat to false>><<set $descHeat to false>><<set $simpleApproach to false>><<set $scrubRide to "">><<set $vectors to false>><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p>data:image/png;base64,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+eabJV2eq3Tbbbdpw4YNOnfunLZu3arHH39co0aNyrR8RX6lv7/NnDlTS5YsUWxsrMfe35o1a+a8DuIPP/yg1q1b68svv9TevXsVHR2tkydPau3atfroo4/Us2dP1a9f36PzPUNDQ51re8XExGSaK9a7d2/nh9/GjBmjiRMnat++fTpz5ozmzZunzp07a8GCBW75GWQnMDDQOcVo3759at++vWbOnKlTp07p5MmT+uGHH9SuXTslJia6XM5FuvyHVOPGjZ0fQhg5cqT+/PNPnThxQtHR0Tp48KDmz5+v5557TnXr1nWus1YgBV4S1sj96vOJiYlGv379nPt27do103UEc3PNwoxft956q+lqwnlddfuzzz5z7v/888+7fGy5+WrYsKExe/bsXD93ruS2/5z2mzx5co7XT3S1inHG53Hq1Kk59rxr1y7npTCu/HJ1rcns/r/kdr/sZLyMy5VfV64SX5DnKjc88ToxY7ayvpnNmzdnuf5gTivr5+aradOmmW6fvmJ6jRo1su0nO3npwex+xowZk6vbdu3a1Thx4oTLPqKjo42uXbvmOE69evVcrsqdk9y+7nLaLzdXusjtayz9/1xBfobpJkyYkOm5KlmypBEbG5vtbbJbWf/06dNGnTp1XP4smjRpYqxduzZP72VmFi9e7Fzt/sovV9eazO5KFLnZ75133sn2PSn9y8/PL8fn0ExuLytoGJffl9L/T5UqVSrTyvUzZsww/Pz8XPb37LPPZnoNm8npd1lu93vuuedc9lGiRAnjjz/+cF6O79VXXzUd48yZM0bPnj1z9Z4xbNiwHJ+7nFg6kzQgIEA///yz86/KxYsXa8CAAYqPj8/xtg6HQyVLltQ111yju+++W0uWLNH333/vlhXx77rrLueChTkdFUvn7++vsLAw1apVS3369NELL7yg5cuXa8eOHerfv3+Be3KXu+++Wzt37tRDDz2kBg0aKDQ0VEFBQapVq5buuusubdy40bnQZ0HVr19fq1at0rBhw5wLZtrt008/1TvvvKPWrVurdOnS2U6etvK5yk5BXid50bRpUw0dOtStY14pffV6Sc7V1e1wzz336I033tANN9yg+vXrKzw8XH5+fipZsqQaNGigO+64Q/PmzdPChQuznU5QunRpLVy4UD///LMGDx6sGjVqKCgoSP7+/qpYsaJ69uypTz75RJs3b3a5Kndxd9ttt2Wavzl48OACLY9Tvnx5rV27Vk899ZTq1KmjgIAAlSlTRi1bttRbb72lNWvWqHz58gXuu0uXLlq0aJFuuOEGVa5cOdNj8JQnnnhC+/bt0/PPP682bdooLCxMvr6+Cg0NVb169TR48GB9/PHHOnr0qMeWGEoXEBCgcePGSbo8VSPjUbFbbrlFy5cv16BBg1SuXDn5+/urSpUquuGGGzRv3jy98cYbHu0to9dff10LFy50nqoMCAhQjRo1dPfdd2v9+vXq0aOHc1qBqyVowsPDNX/+fP3xxx8aMWKE6tSpo9DQUPn5+SksLEwtW7bUAw88oNmzZ7u8WkReOP4/YQKA2y1YsEA9e/ZUQECAdu3a5fyEKgDY4dy5c865ZD///HO2K+1bhc9WA/CYefPmSbo8F5MQBsBuGT812bJlSxs7+R+OiAHwmEaNGunYsWPat2+fRz7gAAAZnTt3zrks1ZWOHTumVq1a6cSJE2rXrl2BLpHoTgQxAADgFapXr64+ffroxhtvVKNGjVSiRAmdPHlSf/zxh9544w2dPHlSDodDixYtKvCK+O5CEAMAAF4hPDzcufC2GT8/P33yyScaNWqUhV1ljyAGAAC8wm+//aY5c+Zo1apVOn36tC5cuKDg4GBVr15dXbt21SOPPOJcJaGwIIgBAADYhE9NAgAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAACATQhiAAAANiGIAQAA2IQgBgAAYBOCGAAAgE0IYgAAADYhiAEAANiEIAYAAGATghgAAIBNCGIAAAA2IYgBAADYhCAGAABgE4IYAAA2u3DhgrZs2WJ3G7ABQQwAAJvNmTNHP/74o91twAYEMQAAbPbrr7/q119/tbsN2MBhGIZhdxMAABRXcXFxCg8PV3x8vHbv3q169erZ3RIsxBExAABstGDBAsXHx0uSZs6caW8zsBxBDAAAG2U8JcnpyeKHU5MAANgkJSVFFStW1Pnz553bjh07pipVqtjYFazEETEAAGyydOnSTCFMkmbNmmVTN7ADQQwAAJuYzQljnljxwqlJAABsYBiGatSooSNHjmTa7ufnpzNnzqhMmTL2NAZLcUQMAAAbbNiwIUsIky7PG/v9999t6Ah2IIgBAGCD7E5Bcnqy+ODUJAAANrjmmmu0Y8cO01poaKjOnDmj4OBgi7uC1TgiBgCAxfbs2eMyhElSbGys/vzzTws7gl0IYgC83tixY+VwODJ9jRw50uX+zz77bJb9fXx8NGnSpDyNN23atCz7ORwO3XXXXXnqddq0aVn2GzlyZJb9xo4dm8dnBnbJzcKtLO5aPBDEACCDp59+Wm+99VambQ6HQ5MmTdLo0aPdch9fffWVdu/e7ZaxUDTlZg7Yb7/9ppSUFM83A1sRxADg/z311FMaP358pm0Oh0OTJ0/W3Xff7bb7SU1N1csvv+y28VC0HD9+XKtXr85xv3PnzmnFihUWdAQ7EcQAQNITTzyhd955J9M2Hx8fTZkyJdtTifk1Y8YMbdmyxe3jovDLy8r5nJ70fgQxAMXeY489pnfffTfTtvQQduedd3rkPg3D0AsvvOCRsVG45SVc/frrr2JxA+9GEANQrD366KN6//33M23z8fHRF198ke2EfneYM2dOrk5RwXtER0dr8eLFud7/8OHD2rx5s+cagu0IYgCKrTFjxmjChAmZtvn4+Gjq1KkaMWKER+6zVq1amb5//vnnPXI/KJx+//33PE/A5/SkdyOIASiWfvrpJ02cODHTNh8fH02bNk133HGHx+532LBhqlu3rvP7RYsWadGiRR67PxQu+QlVBDHvRhADUCzFxsZm+t7X11dfffWVhg8f7tH79fPz0yuvvJJpG0fFiof4+HjNnTs3z7fbtm2b9u7d64GOUBgQxABA0vDhw3X77bdbcl9Dhw5VkyZNnN+vXr1as2fPtuS+YZ8///xTcXFx+bot1570XgQxAJD05Zdf6rPPPrPkvhwOh1599dVM21588UU+HeflCnKKkdOT3osgBgC6vJzE/fffb1kYGzhwoNq0aeP8fsuWLZoxY4Yl9w3rpaSk6Lfffsv37VetWqWTJ0+6sSMUFgQxAMVS165dVaNGjUzb0sPY559/bkkPr7/+eqbvX3rpJaWmplpy37DWihUrdO7cuXzf3jCMAgU5FF4EMQDFUvXq1bVkyRLTMHbfffc5L/DtSddff726du3q/H7Pnj367rvvPH6/sJ47Ti1yetI7EcQAFFs1a9Z0GcbuvfdeTZ482eM9XHlUbP/+/R6/T1jLMAy3hKiFCxfq4sWLbugIhQlBDECxll0Yu+eeezwextq2bat+/fp59D5gr02bNunw4cMFHic5OVmRkZFu6AiFiZ/dDQCA3dLDWJcuXXTo0CHn9vQw5nA4dPfdd3vs/l977TVFRkYW+FOT27Zt0/Tp07Pdp0WLFqpXr16B7gd5486lJ2bOnKlhw4a5bTzYjyAGAMo+jI0ePVoOh0N33XWXR+67WbNmuuWWWwr8qcmff/5ZP//8c7b7vPfeewQxi7lzbldkZKQSEhIUFBTktjFhL05NAsD/y+405ahRo/TFF1947L7HjRsnX19fj40Pe+zdu1fbtm1z23iXLl3SwoUL3TYe7EcQA4AM7ApjDRo08PjllWA9T3zSkU9PeheHwVLOAAB4RPv27bVy5Uq3jlm+fHmdOHGCI6hegiNiAAB4wMmTJ7Vq1Sq3j3vmzBm3hzvYhyAGAIAHzJo1y2PXD+X0pPcgiAEA4AGeDEu//vorF4n3EswRA2CppOQUzV++XkvWbNbW3Qe0//BxJSanKNDfT7WqV1GT+hHq0qaZendsKX8/VthB0XTx4kWVL19eycnJHruPzZs3q2nTph4bH9bgXQ6AJZJTUjTph0hNmhGp0+ejs9QTkpK1Y+8h7dh7SNN/X6IKYWU0ekhfjR7al0CGIicyMtKjIUy6fFSMIFb0cUQMgMftPnBEY177WH/tOZDn2zauF6GJLzyoehHVPNAZ4BlDhgzRjz/+6NH7aNKkibZs2eLR+4DnEcQAeNS6v3Zr+FNvKiY2Pt9jlAwN1tfjn1WrxvXd2BngGQkJCSpfvrwuXbrk8fvat2+fatWq5fH7gecwWR+Ax+w+cKTAIUySYmLjNfypN7XnwFE3dQZ4zsKFCy0JYZJ7r2MJexDEAHhEckqKxrz2cYFDWLqY2HiNef1jJaekuGU8wFOsXFqCZSyKPmbAAvCIST9E5mtOWHa27t6vyTPm6v7bBrh1XMCdrrvuOtWtWzfH/T7//HPt37/fZf3NN9/McQwfHx+lpaXJx4fjKkUVc8QAuF1Scora3PyQ6acjC6piubJa89MHfJISRd4LL7yg119/3bQWGBiohIQEizuCHYjQANxu/vL1HglhknTq3AXNW7beI2MDgNUIYgDcbsmazR4dP2oNH9kH4B0IYgDcbutu984NyzK+m+eeAYBdCGIA3G7/4eMeHX+fh8cHAKsQxAC4XWKyZ5eYSEzy7KVjAMAqBDEAbhfo79lPNAYG+Ht0fACwCkEMgNvVql7Fo+PX9vD4AGAVghgAt2tSP8Kz49fz7PgAYBWCGAC369KmmUfH79ymqUfHBwCrEMQAuF2vDi1VIayMR8auWK6sends6ZGxAcBqBDEAbhfg76fRQ/p6ZOzRQ/pyeSMAXoMgBsAjRg/tq8ZunsvVpH4tjwU8ALADQQyAR/j7+WniCw+qZGiwW8YrFRqiCc8/ID8/X7eMBwCFAUEMgMfUi6imr8c/W+AwVio0RF+Nf0b1Iqq5qTMAKBwIYgA8qlXj+pr1ySv5Pk15Td0amvXJK2rVuL6bOwMA+xHEAHhc/YirNPuzV/X8fbfl+dOU9wzpy5EwAF6LIAbAEv5+fnrg9oFa+/OH+vSVRzWsX1ddU7emggID5HA4XN5u/vINFnYJANbiM+AALOXv56cBXa/TgK7XZdr+wntTNfWX+Vn2X7R6s+ITEhUcFGhViwBgGY6IASgU+nRubbo9ITFJi9dssbgbALAGQQxAodCmSQOFlS5pWouMWmNxNwBgDYIYgELBz89XvTu2Mq39uXKjEpOSLe4IADyPIAag0OjT2TyIxcTGa/mGbRZ3AwCeRxADUGh0uLaxSpUIMa1xehKANyKIASg0Avz91L1dC9Pa/OUblJKSanFHAOBZBDEAhUpfF5+evHAxRqu37LS4GwDwLIIYgEKlS+umLtcMm7t0rcXdAIBnEcQAFCrBQYHqdl0z09rcqHVKS0uztiEA8CCCGIBCx9XpyVPnLmjD9r8t7gYAPIcgBqDQub5tcwX4m1+BjdOTALwJQQxAoVMyNESdWjUxrUVGrZVhGBZ3BACeQRADUCj17WR+evLIiTPatuegtc0AgIcQxAAUSj06XCtfX/O3qEhOTwLwEgQxAIVSWOmSatvsatMaq+wD8BYEMQCFlqtPT+49dFx7Dhy1uBsAcD+CGIBCq3fHVnI4HKY1Tk8C8AYEMQCFVsXwsmrZqJ5pLTKKIAag6COIASjUXJ2e3P73QR06fsribgDAvQhiAAo1V0FMkuZyVAxAEUcQA1CoVatUXk3q1zKt/U4QA1DEEcQAFHqujopt3P63Tpw5b3E3AOA+BDEAhV52pyfn8elJAEUYQQxAoVe7ehXVj6hmWuP0JICijCAGoEjo27mN6fY1W3bq3IV/LO4GANyDIAagSHB1ejItzdD85est7gYA3IMgBqBIaFi7umpWrWha49qTAIoqghiAIsHhcLg8KrZ8wzZdjIm1uCMAKDiCGIAio08n8yCWnJKqP1dutLgbACg4ghiAIqNZw9qqXCHMtMa1JwEURQQxAEWGj4+P+ro4KrZkzWbFxSdY3BEAFAxBDECR4ur0ZEJSshat3mxtMwBQQAQxAEVK6yYNFF62tGltLqvsAyhiCGIAihRfXx/16tjStPbnyk1KTEq2uCMAyD+CGIAix9U8sUtx8Vq6bqvF3QBA/hHEABQ57Vpco9IlQk1rc5eus7gbAMg/ghiAIifA3089OlxrWpu/fL2SU1Is7ggA8ocgBqBIcnV6MvqfS1q1eafF3QBA/hDEABRJnVo3UUhwoGltLou7AigiCGIAiqTgwABd37a5aW3e0nVKS0uzuCMAyDuCGIAiy9XirqfPR2v9tj0WdwMAeUcQA1BkXd+2uQID/E1rXHsSQFFAEANQZJUICVbn1k1Ma3OXrpVhGBZ3BAB5QxADUKS5Oj159ORZbd293+JuACBvCGIAirQe7a+Vn6+vaY3TkwAKO4IYgCKtbKkSatfiatNaZBSnJwEUbgQxAEVe385tTLfvP3JCew4etbgbIHd8fFz/CnY4HBZ2AjsRxAAUeb07tnT5iytyCacnUTi98soruvpq86O5tWrVsrgb2IUgBqDIKx9WRq2b1Det/R61xuJuACD3CGIAvELfzuafnty577AOHD1pcTcAkDt+djcAAO7Qp1NrvTzxK9Pa3Ki1euD2gRZ3BOSsdu3aedoO7+Mw+EgRAC/R757ntXnnvizbmzesrTmfv25DRwCQPU5NAvAark5Pbtq5T8dOnbW4GwDIGUEMgNdwtcq+JM1bts7CTgAgdwhiALxGrasqq2Gt6qY1lrEAUBgRxAB4lb5dzI+Krdm6S2fOR1vbDADkgCAGwKu4WmXfMAzNX77e4m4AIHsEMQBepX5ENUVUq2Ra4/QkgMKGIAbAqzgcDvVzcVRsxcbtio65ZHFHAOAaQQyA1+njYhmLlNRULVix0eJuAMA1ghgAr9O0QS1VrRhuWpsbxelJAIUHQQyA13E4HOrTqZVpLWrtFsXGJVjcEQCYI4gB8EquVtlPSErWwtWbLO4GAMwRxAB4pZaN6qt8WGnTGqcnARQWBDEAXsnX10e9O5qfnly4apMSEpMs7gjeauLEiRo7dqxOnDhhdysogghiALyWq9OTsfEJWrpuq8XdwBslJibqiSee0CuvvKLQ0FC720ERRBAD4LXaNr9aZUqa/3KM5PQk3GDr1q1KSUlR7dq1VapUKbvbQRFEEAPgtfz9/NSzQ0vT2oIVG5SckmJxR/A2GzdeXpeuRYsWNneCooogBsCruVrcNTomVis3bre4G3iLWbNmyeFw6L777pMkzZgxQw6Hw/n14IMPSpIaNGggh8Oh1atXa+3atRoyZIgqVaokHx8fjR07VpLUq1cvORwO/fDDD6b3NXv2bDkcDnXp0sW0HhcXpw8//FBdunRRWFiYAgMDVbduXf373//WpUtcSaKw87O7AQDwpE4tGys0OEix8VnXDotcuk6dWze1oSsUdZcuXVL79u21adMmxcXFqXHjxplOTXbr1k1xcXH6+++/5XA4tHjxYr3wwgsqVaqU6tSpIz8/PzVr1kyStGnT5eVUXB1V27BhgyQ5989oy5Ytuummm7R//375+/urTp06Sk1N1b59+/Tmm2/qjz/+0NKlS5m/VohxRAyAVwsKDFD3dua/4OYtXafU1DSLO4I3uP3227V8+XIFBARIkn777TctX77c+TV48GBt3bpVaWlpcjgcevnllzV+/HidPn1a69at09GjR9W/f38dO3ZMZ86cUcmSJVWnTh3T+0o//XllEDt69Kj69Omj/fv3a8yYMTp58qR27Nih3bt3a9u2bapfv742btyo//73vx59LlAwBDEAXs/V6cmzFy5q/bbdFncDb3HgwAFFR0erbNmyqlmzZpb65s2bJUlpaWl666239Pjjj8vf399Z9/Pzcx4Na9asmRwOh+n9uApiI0eO1IkTJzRu3Di9//77CgsLc9YaNGigCRMmSJJmzpyZz0cIKxDEAHi9bm2aKSjA37T2O5+eRD6lBy2zU4YZ661atdKjjz5quk9OpyVPnz6tY8eOyd/fX1dffbVz+4IFC7Rw4ULVrVtXzz//vOlt0/s6evRo9g8EtmKOGACvFxoSpM6tm2r+8vVZanOj1mrcw3e4PBoBuJLxaJaZ9CA2fPhwl/+/cgpi6UfDGjZs6DwNKknffPONJCk2NladO3c2vW1S0uVFi5kfVrgRxAAUC307tzYNYsdPn9OWXfvVrGFtG7pCUZYeopo3b56llpaWpr/++kuS1L9//3yNIbmeqP/nn39Kko4fP67jx49n26fZaVMUHgQxAMVCj/bXys/XVympqVlqkVFrCGLIs+xOTe7Zs0dxcXEqV66cIiIiTG8fHR2tgwcPKjAwUA0bNjTdZ+HChZKkpk3/9+nelJQUnTx5UtLlT29yxKtoY44YgGKhdMlQdbi2kWnt96i1MgzD4o5QlJ07d05Hjx51GaLSQ5qrI12StGPHDklS3bp15eeX9bjIsWPHFBUVJSlz2IuPj1da2uVP+yYkZF2WBUULQQxAseHq2pMHj57Urv1HLO4GRdm+ffskSbVr1zYNUelBLLsV96Ojo13W0tLSdOeddzoDV8YgVrJkSZUtW1aS9Mcff+SxcxQ2BDEAxUavji3l42M+aToyao3F3aAoSz8dePLkSdNAlZsglj53a/v27frtt9+c248cOaIhQ4ZoxYoVkqRq1aplWppCkoYMGSJJeuSRRzRnzpwsY+/evVtjx47VkiVLcvuQYBOHwfF4AMXIzQ+P06rNO7Nsb1DrKi38crwNHaEoSk5OVsOGDbVv3z6VLl1aDRo0kJ+fnwYMGKBnnnlGlSpV0qlTp7R7927Vq1fPdAzDMNShQwetXLlSklS9enX5+/tr//79atiwof71r3/pueeeU//+/TV79uxMtz1//rw6d+6sbdu2SZLCw8NVs2ZNpaSk6NChQ7pw4YIkaf/+/S7nqKFw4IgYgGKlb+c2ptt37T+ifYez//QZkM7f31+///67Bg8erJCQEK1bt04rVqxQYGCgTp48qVOnTqlkyZKqW7euyzEcDod++eUXDR8+XJUrV9bZs2dVsmRJvf3229q4caMzTJl9GCAsLExr1qzRG2+8oZYtWyoxMVFbtmzR6dOnVbt2bT322GP6888/CWFFAEfEABQrx0+fU6vBD5rW/n3vMD30rxss7ghAccYRMQDFSpUK5dT8avNr+jFPDIDVCGIAip1+Lk5Pbtm1X8dOnbW4GwDFGUEMQLHTp3Mrl7VIrj0JwEIEMQDFTs2qlXR1nRqmtblLCWIArEMQA1AsuVrcde3W3Tp9LtraZgAUWwQxAMWSqyBmGIbmLVtncTcAiiuCGIBiqV7NaqpdvYppjdOTAKxCEANQLDkcDpdHxVZu3KEL/1yyuCMAxRFBDECx5SqIpaSm6o/l6y3uBkBxRBADUGw1rhehqyqXN63NXco8MQCeRxADUGw5HA716WR+VGzpuq26FBdvcUcAihuCGIBira+LIJaYlKyFKzdZ3A2A4oYgBqBYu7ZRXVUsV9a0FsmnJwF4GEEMQLHm4+Oj3p3ML3m0aPUmxScmWdwRgOKEIAag2OvjIojFxScqas0Wi7sBUJwQxAAUe22bXa2ypUua1jg9CcCTCGIAij0/P1/16nCtaW3Big1KSk6xuCMAxQVBDAAkl8tY/HMpTis3bre4GwDFBUEMACR1bNlYJUKCTWuRUWss7gZAcUEQAwBJgQH+6t6uuWlt3rL1Sk1Ns7gjAMUBQQwA/l/fzm1Mt5+L/kdrt+6yuBsAxQFBDAD+X9c2TRUUGGBai4zi05MA3I8gBgD/LyQ4SF3bNDWtRS5dq7Q0Tk8CcC+CGABk4Or05Mkz57V55z6LuwHg7QhiAJBB93Yt5O/na1rj9CQAdyOIAUAGpUqEqGPLxqa1yKg1MgzD4o4AeDOCGABcoW9n88VdDx0/rR37DlvcDQBvRhADgCv06tBSPj4O01rkEhZ3BeA+BDEAuEJYmVK6rtnVpjXmiQFwJ4IYAJjo5+L05J6DR7X30DGLuwHgrQhiAGCid6dWLmscFQPgLgQxADBRKTxM1zaqa1qbu3Sdxd0A8FYEMQBwwdXirlt379eRE6ct7gaANyKIAYALfTuZzxOTpMgojooBKDiCGAC4UL1KBTWqW9O0Nncp88QAFBxBDACy0beL+enJ9dv26NTZCxZ3A8DbEMQAIBuuTk8ahqG5yzg9CaBgCGIAkI26Nauqbo2qprW5LGMBoIAIYgCQg75dzI+Krdq8Q+cvxljcDQBvQhADgBy4Oj2ZmpqmP5avt7gbAN6EIAYAObimbk1Vr1zBtMYq+wAKgiAGADlwOBzq6+Lak8vW/6WY2DiLOwLgLQhiAJALfVwEsaTkFC1ctcnibgB4C4IYAORCi6vrqFJ4WdPa70vWWNwNAG9BEAOAXPDx8VEfF5P2F6/ZoviERIs7AuANCGIAkEuuTk/GJyRqydotFncDwBsQxAAgl9o0aaCw0iVNa5FL+PQkgLwjiAFALvn5+apXh5amtQUrNygxKdnijgAUdQQxAMgDV6vsx8TGa8XGbRZ3A6CoI4gBQB50uLaxSoYGm9Y4PQkgrwhiAJAHAf5+6tHuWtPavOXrlZKSanFHAIoyghgA5JGr05MXLsZozdZdFncDoCgjiAFAHnVp3VTBQYGmtcgoFncFkHsEMQDIo+CgQHVt09S0NjdqndLS0izuCEBRRRADgHzo16WN6fZT5y5o4469FncDoKgiiAFAPlzftrkC/P1Ma5yeBJBbBDEAyIeSoSHq2LKxaW1u1DoZhmFxRwCKIoIYAORTv87mpycPnzit7X8ftLYZAEUSQQwA8qlHh2vl62v+Nvp7FIu7AsgZQQwA8imsdEm1bXa1aW0uQQxALhDEAKAA+nY2X9z170PH9PfBYxZ3A6CoIYgBQAH07thKDofDtPY7n54EkAOCGAAUQMXwsmrZqJ5pjdOTAHJCEAOAAnJ1enLb3wd16Pgpi7sBUJQQxACggPp0auWyxlExANkhiAFAAV1VuYKa1K9lWotcShAD4BpBDADcwNXpyQ3b/taJM+ct7gZAUUEQAwA36OMiiEnSPI6KAXCBIAYAblCnehXVj6hmWotcus7ibgAUFQQxAHCTvi6uPbl68w6du/CPxd0AKAoIYgDgJq5OT6alGfpjxXqLuwFQFBDEAMBNrq5dXTWrVjStRbKMBQATBDEAcBOHw+Hy05PL1v+lizGxFncEoLAjiAGAG/XpZB7EklNStXDVJou7AVDYEcQAwI2aNaytyhXCTGuRXAQcwBUIYgDgRj4+PurT0fyo2OI1WxQXn2BxRwAKM4IYALiZq3liCYlJWrxmi8XdACjMCGIA4GatmzRQuTKlTGucngSQEUEMANzM19dHvTu2NK39uXKTEpOSLe4IQGFFEAMAD3C1yv6luHgtW/+Xxd0AKKwIYgDgAe1aXKPSJUJNayzuCiAdQQwAPCDA30/d27cwrc1fvl7JKSkWdwSgMCKIAYCH9HNxejL6n0tavXmnxd0AKIwIYgDgIZ1aN1FIcKBpjdOTACSCGAB4THBggLpd19y0Nm/pOqWlpVncEYDChiAGAB7kanHX0+ejtWHb3xZ3A6CwIYgBgAdd37a5AgP8TWu/s7grUOwRxADAg0qEBKtTqyamtblL18owDIs7AlCYEMQAwMNcnZ48evKs/tpzwOJuABQmBDEA8LAe7a+Vn6+vae33JZyeBIozghgAeFjZUiXUrsXVprXIKE5PAsUZQQwALODq2pP7j5zQnoNHLe4GQGFBEAMAC/Tq0FIOh8O0FrmExV2B4oogBgAWqFCujFo3qW9ai1xKEAOKK4IYAFjE1acnd+w9pIPHTlrcDYDCgCAGABbp08k8iEmcngSKK4IYAFikasVwNWtY27TG6UmgeCKIAYCFXJ2e3LRjr46fPmdxNwDsRhADAAtld3py3tJ1FnYCoDAgiAGAhWpdVVkNa1U3rUVyEXCg2CGIAYDF+nYxPyq2Zusunb1w0eJuANiJIAYAFnN1ejItzdD8Zest7gaAnQhiAGCxBrWuUkS1Sqa1yCg+PQkUJwQxALCYw+Fw+enJ5Ru2KTrmksUdAbALQQwAbODqIuApqan6c8VGi7sBYBeCGADYoGmDWqpSoZxpjdOTQPFBEAMAGzgcDvVxcXoyau0WxcYlWNwRADsQxADAJv1cBLGEpGQtWrPZ2mYA2IIgBgA2admovsqHlTatRS5hcVegOCCIAYBNfH191KtjK9PawlWblJCYZHFHAKxGEAMAG7k6PRkbn6Cl6/+yuBsAViOIAYCN2ja/WmVKhprWOD0JeD+CGADYyN/PTz3aX2taW7Big5JTUizuCICVCGIAYLO+XcwXd42OidWqTTss7gaAlQhiAGCzTi0bKzQ4yLT2O4u7Al6NIAYANgsKDND1bZub1uYvW6fU1DSLOwJgFYIYABQCrk5Pnjl/Ueu37ba4GwBWIYgBQCHQrU0zBQX4m9Y4PQl4L4IYABQCoSFB6ty6qWltbtRaGYZhcUcArEAQA4BCoq+LxV2Pnz6nLbv2W9wNACsQxACgkOjevoX8fH1Na5FRLO4KeCOCGAAUEmVKllCHaxuZ1n7n9CTglQhiAFCIuDo9efDoSe3af8TibgB4GkEMAAqRXh1bysfHYVqbu5RPTwLehiAGAIVIeNnSatOkgWktcglBDPA2BDEAKGT6djZf3HXn/sPaf+SExd0A8CSCGAAUMr07tXJZ4/Qk4F0IYgBQyFSpUE7Nr65jWotklX3AqxDEAKAQ6ufi9OTmnft07NRZi7sB4CkEMQAohPp05vQkUBwQxACgEKpZtZKurlPDtMbpScB7EMQAoJDq28l8cde1W3fr9Lloa5sB4BEEMQAopPp2MQ9ihmFo/vL1FncDwBMIYgBQSNWrWU21q1cxrXERcMA7EMQAoJByOBzq42JNsZUbd+jCP5cs7giAuxHEAKAQ69fFfBmLlNRULVixweJuALgbQQwACrHG9SJUrVK4aY1PTwJFH0EMAAqxy6cnzSftL123VZfi4i3uCIA7EcQAoJBztcp+YlKyFq7aZHE3ANyJIAYAhdy1jeqqQlgZ0xqnJ4GijSAGAIWcj4+Perv49OSi1ZsUn5hkcUcA3IUgBgBFQN/O5vPE4uITtXTtVou7AeAuBDEAKALaNrtaZUqVMK39zuKuQJFFEAOAIsDPz1e9OrQ0rf25YqOSklMs7giAOxDEAKCIcHV68uKlWK3cuN3ibgC4A0EMAIqIji0bq0RIsGmNa08CRRNBDACKiMAAf3Vv19y0Nm/ZeqWmplncEYCCIogBQBHS18Xiruei/9Harbss7gZAQRHEAKAI6dqmqYICA0xrLO4KFD0EMQAoQkKCg9S1TVPTWuTStUpL4/QkUJQQxACgiHF1evLkmfPavHOfxd0AKAiCGAAUMde3bS5/P1/T2tylnJ4EihKCGAAUMaVLhqpjy8amtciotTIMw+KOAOQXQQwAiiBXi7sePHZKO/YdtrgbAPlFEAOAIqhn+5by8XGY1uby6UmgyCCIAUARVK5sKV3X7GrTGqvsA0UHQQwAiqh+Lk5P7j5wVHsPH7e4GwD5QRADgCKqV8dWLmucngSKBoIYABRRlcuH6dpGdU1rrLIPFA0EMQAowvp2Mj89uXX3fh05cdribgDkFUEMAIowV6vsS9Lcpess7ARAfhDEAKAIq16lghrVrWla4/QkUPgRxACgiOvj4tOT67ft0amzFyzuBkBeEMQAoIjr5+L0pGEYmreM05NAYUYQA4Airm7Nqqpbo6ppjdOTQOHmZ3cDAICC69O5tf7+6tcs21dt3qHzF2MUVrqkDV0VD0OGDJEkzZgxI0stNTVVEydO1KpVq1SxYkW9/PLLCg8P15IlS/Txxx/nOPbLL7+shg0b6sEHH9S5c+c0btw4NWzYMNvbzJo1S99++61at26tJ598MlOPkvTaa6+pXr16prdduXKl3n//fUlS+fLl9dFHH+XYIwqGIAYAXqBf59aaaBLEUlPTtGD5Bg3t18X6poq51NRUTZgwQatXr1blypX18ssvKywsLNM+FStWVIMGDVyOUaZMGfn4+Kh9+/b67bfftGzZshyD2LJlyyRJnTp1cll3FcTSbwvrEMQAwAtcU7emqleuoMMma4f9HrWGIGaxlJQUvf/++1q7dq2qVKmil156KUsIk6QGDRrowQcfzHG8Tp066bffftOqVat01113yc/P/Nf3oUOHdPjwYZUoUUItWrTIVPPx8VG1atW0cuVKjRw5Ur6+vpnqMTEx2rx5syIiInTgwIE8PFoUBHPEAMALOBwO9elsfsmjZev/UkxsnMUdFV8pKSl67733tHbtWlWtWlVjx441DWF5Ub16ddWsWVOxsbHauHGjy/3Sj2i1bdvWNKx16NBBMTEx2rJlS5baypUrlZqaqo4dOxaoV+QNQQwAvISrxV2TklO0cNUmi7spnlJSUvTuu+9q3bp1uuqqqzR27FiVKVPGLWOnByRXpw8Nw9CKFSskuT4t2aFDBzkcDi1dujRLbdmyZQoKClKrVq6vYQr3I4gBgJdocXUdVQova1r7fckai7spflJSUvTf//5X69evV40aNfTyyy+rdOnSbhu/Q4cO8vHx0caNGxUXl/UI5/bt23Xu3DlVrFhR9evXNx0jPDxcDRs21IYNG5SQkODcfurUKe3Zs0etW7dWYGCg23pGzghiAOAlfHx81LuT+dGMxWu2KD4h0eKOipd33nlHGzZsUM2aNfXSSy+pVKlSbh2/bNmyaty4sZKTk7Vq1aos9fQjZTmdWuzYsaMSExO1Zs3/wnlubwv3Y7I+AHiRvp3baNovf2TZHp+QqCVrt6iPi4uEo+A2btwoh8Ohhx56SCVL5m65kKioKEVFRZnWQkJCNG3atEzbOnbsqC1btmjZsmW6/vrrnduTkpKcwcrVacl01113nb744gstX75cnTt3liQtX77cGfT++eefXPUO9yCIAYAXadOkgcqWLqkLF2Oy1CKXrCWIeVD9+vW1e/duvf/++xo7dmyujohlt3yF2SnC9FOHO3fu1NmzZxUeHi5JztOVdevWVaVKlbK9z9DQUDVv3lzr169XdHS0zp49q+PHj6tfv37y8eFEmdUIYgDgRfz8fNW7Q0t9//viLLUFKzcoKTlFAf689XvCv//9b40bN04HDhzQf/7zH7300ksKCQnJ9ja5Xb4iXVBQkFq3bq1ly5Zp+fLlGjRokCQ5J9/ndDQsXadOnbR27VqtWLFCp09fXvKE05L2IPoCgJfp28X8qFdMbLyWb/jL4m6Kj5CQED3//POqVq2a9u/frzfffFOJie6fl5cetpYvXy5JunTpkjZv3ixfX1+1a9cuV2M0b95coaGhWrp0qVauXKmqVauqVq1abu8VOSOIAYCXad+ikUqGBpvW5kZxEXBPKlWqlF588UVVrFhRu3bt0jvvvKOUlBS33kfjxo1VtmxZHT58WAcPHtTKlSuVkpKi5s2b53pumr+/v6677jodOHBAFy9e5GiYjQhiAOBlAgP81aPdtaa1ecvWKSUl1eKOipeyZcvqxRdfVLly5bRlyxa9//77SktLc9v46Zc8ki4fFUs/Mpbb05LpOnXqpJIlS6pkyZIEMRsRxADAC7k6PXn+YozWbN1lcTfFT4UKFfTiiy+qdOnSWrt2rT766CMZhuG28dND1+LFi7V7926Fhobq2mvNw7crDRs21JQpUzRlyhSVL1/ebb0hb5ixCQBeqEvrpgoOCjRdO2xu1Fq1b3GNDV0VL1WqVNHzzz+vcePGadmyZQoODtaoUaMy7bNr1y599NFHLsfo0KGDmjZtmmV7zZo1ddVVV+nIkSOSLi9J4e/v794HAEtwRAwAvFBwUKC6tsn6C1yS5i5d69ZTZXCtZs2aeu655xQUFKQ//vhD33zzTab6qVOnnGuJmX0dPXrU5dgZT0VyarHochjuPFYKACg0Zv65Qg+O+8C0NuuTV9SyUT2LOwJwJY6IAYCXur5tc5drhs2NWmtxNwDMEMQAwEuVDA1Rx5aNTWuRUWvdOnkcQP4QxADAi/Xr3MZ0++ETp7X974PWNgMgC4IYAHixHh2ula+v+Vt95FJOTwJ2I4gBgBcLK11SbZtdbVqLXEIQA+zGOmIA4OX6dG6t5Ru2Zdn+96Fj+vvgMdWtWdWGrqyXlJSkbdu26fz580pMTFRgYKDCwsLUqFEjBQQE2N0eiimWrwAAL3fq7AVde9MDppPznx49VGPuuNGGrqyTvlbXqlWrFBcXl6UeEhKitm3bqnPnzqpYsaINHaI4I4gBQDEw6IGXte6v3Vm2N6pbU/O/eNOGjjzPMAz99ttvmjt3bq4+IepwONS3b18NGDBADofDgg4B5ogBQLHQp5P5tSe3/X1Qh4+ftrgbzzMMQ19//bUiIyOzhLDQ0FBVqFBBoaGhWW7z+++/6+uvv2ZpD1iGOWIAUAz07dxKr3z0tWktcula3Xdrf4s78qzZs2drxYoVzu99fHzUsmVLdenSRbVq1ZLD4ZBhGNq/f7+WLFmi9evXOy/7tGLFCpUpU0YDBw60q30UIxwRA4Bi4KrKFdSkfi3TWmTUGou78axTp04pMjLS+X2JEiX09NNP6+6771bt2rWdpx0dDodq166tu+++W08//bRKlCjhvE1kZKROnTplee8ofghiAFBM9OnUynT7hm1/6+TZ8xZ34zlRUVHOU4s+Pj566KGHFBERke1tIiIi9NBDDzlDmmEYWrp0qcd7BQhiAFBM9O1ivsq+JLW5+WFV6zRMta8frh53PqMn3vxUsxevVnJKioUdFlxSUpJWrVrl/L5ly5Y5hrB0ERERatXqf2F15cqVSkpKcnuPQEYEMQAoJupUr6J6LtYMS0lNlWEYSkhK1o69hzT99yW676X31XrwQ/r429+KTCDbtm1bpiUqunTpkqfbd+7c2fnvuLg4bduWdf01wJ0IYgBQTOw+cETR/8Tm6Tanz0fr9U+/04B7X9SeA0c91Jn7nD//v1OsoaGhqlXLfF6cK7Vr11ZISIjpeIAnEMQAoBhY99du3XD/Szp9Pjpft/9rzwENvP9F07XICpPExETnv0NDQ/O8HpjD4cg0aT/jeIAnEMQAwMvtPnBEw596UzGx8QUaJyY2XsOferNQHxkLDAx0/js2NjbP64EZhqFLly6Zjgd4AkEMALxYckqKxrz2cYFDWLqY2HiNef3jQjtnLCwszPnv2NhY7d+/P0+337dvX6Y5ZhnHAzyBIAYAXmzSD5H6a88Bt465dfd+TZ4x161jukujRo0yzfFasmRJnm4fFRXl/HdISIgaNWrkrtYAUwQxAPBSSckpmjQjMucd82HSjMhCeVQsICBAbdu2dX6/fv16HTiQuyB64MABrVu3zvl9u3btFBAQ4PYegYwIYgDgpeYvX5/vyfk5OXXuguYtW++RsQuqc+fOzkn6aWlp+vDDD3MMYwcOHNCHH37onFPmcDjUqVMnj/cKEMQAwEstWbPZo+NHrdni0fHzq2LFiurbt6/z+0uXLuntt9/WlClTtHfvXmfYMgxDe/fu1ZQpU/TWW29lmqTft29fVaxY0fLeUfxw0W8A8FJbd7t3bliW8d0898ydBgwYoOjoaOeFv9PS0rR27VqtXbtWISEhKlGihC5dupRpYn669u3ba8CAAVa3jGKKIAYAXmr/4eMeHX+fh8cvCIfDoeHDh6tMmTKKjIzMtIxFXFycaQBzOBzq27evBgwYkOf1x4D8IogBgJdKTPbsZPrEpGSPjl9QDodDAwcOVJs2bbR06VKtXLnSNICFhISoXbt26tSpE6cjYTmHkdfV7gAAhd75izFqfsN9SklN9dh9BAUGaN+fX3lsfHdLSkrStm3bdP78eSUmJiowMFBhYWFq1KgRn46EbTgiBgBeIi0tTSs2btf3cxZr7tK1Hg1hklS7ehWPju9uAQEBatGihd1tAJkQxACgiDt59rxmREZp+u+Ldej4acvut0m9CMvuC/BWBDEAKIJSUlK1aPUmfTdnsRau2qi0NOtnmXRu09Ty+wS8DUEMAIqQg8dO6vs5i/Xj3KU6de6CbX1ULFdWvTu2tO3+AW9BEAOAQi4hMUnzlq3Tt7MXaeXG7Xa3I0kaPaSv/P34FQIUFK8iACikdu47rO/nLNLP85cpOiY2X2NUqVBOKampOn0u2m19NalfS6OH9M15RwA5IogBQCFyKS5es/5cqe/nLNKmnfvyNYafr696dWyp2/p3U8eWjbXv8HENvP9FxcTGF7i/UqEhmvD8A/Lz8y3wWABYRwwAbGcYhjbu2KvvZy/SrEUrFRefmK9xalevotv6d9XNvTspvGzpTLV1f+3W8KfeLFAYKxUaoq/GP6NWjevnewwAmXHRbwCwyfnofzRpRqSuH/GUBt73or7/fXGeQ1hQYIBu6d1Jv340VlHf/Ff3DRuQJYRJUqvG9TXrk1fUOJ9LTjSpX0uzPnkl3yFs7Nixcjgcmb5Gjhzpcv9nn302y/4+Pj6aNGlSvsaTpJo1a2a5zZIlS7Ls16VLlyz7TZs2Lct+I0eOzLJfxq+AgACVLVtWDRs21I033qiPP/5Y0dHRuX/SUCxwahIALJSWlqblG7fr+9mLNG/ZOiXl8zJETerX0rD+XTWoe3uVKhGSq9vUj7hKsz97VZN+iNSkGZE6fT46x9tULFdWo4f01aghfSybnP/0009r/PjxmbY5HA5NmjRJd999tyU9uENycrKio6MVHR2tXbt2aebMmXr++ec1depUDRo0yO72UEgQxADAAsdPn9OMuZcXXT1y4ky+xihVIkQ39eygYf26qlE+j2z5+/npgdsHavTQvpq3bL2i1mzR1j0HtO/wcSUmJSswwF+1q1dRk3oR6tKmqXp1bGnppyOfeuopvfPOO5m2ORwOTZ48WXfddZdlfXhKdHS0hgwZoo0bN6pRo0Z2t4NCgCAGAB6SnJKiRas267s5i7Ro9aZ8L7p6XdOGGta/q/p1aaPgoEC39Obv56cBXa/TgK7XuWU8d3jiiSf07rvvZtrm4+OjyZMn684777Spq7wZPHiwbr75ZklSQkKCVqxYoS+++EJpaWnOfZKTk/XBBx/os88+s6tNFCIEMXjc2LFjNW7cuEzbRowYYTrnQro8N+Stt97KtM3hcOizzz7T6NGjTW+zadMmzZ49W8uXL9fff/+tCxcu6NKlSwoJCVFYWJhq166txo0bq0OHDurZs6dKlSqVZYwlS5aoa9eu2T4Wf39/lS5dWrVq1VK7du10xx13qHnz5ln2mzZtWoF/cSxevFhdunQp0Biwx4GjJzV9zmLNmBuVq9N/ZsLLltaQPp00tF9X1Sli13TMj8cee0zvv/9+pm0+Pj6aMmVKjnO/CpNGjRrp1ltvdX4/cuRIlS5dWv/9738z7bd+/XqrW0MhRRBDoZLXuSHr16/XU089ZTrhVpJiYmIUExOjQ4cOadGiRZowYYKCgoL0wQcfaNSoUXnuLzk5WWfPntXZs2e1du1avf/++7rjjjv0ySefKCQkd/N04J3iE5M0N2qtvpuzSKs27cjXGD4+DnVp3Uy3Deiq7u1aFJsFUx999FFNmDAh0zYfHx998cUXGjFihE1duU/Xrl2zBLH4+IIvJQLvUDxe5SgS8jo3ZOLEiXryySeVnJycp/tJSEjQwYMHC9JqJl999ZVOnz6tyMhIORwOt40bGhrqtrHgOTv2HtJ3sxfplz+W6+Kl/C26WrViuIb166ohfTurasVwN3dYuI0ZM0YTJ07MtM3Hx0dTp07VHXfcYVNX7nX06NEs22rXrm1DJyiMCGIoFPI6N+Szzz7TmDFjsmz38fFR9+7d1alTJ1WpUkWGYejs2bPavHmzli1bZvqGmJ3w8HB98MEHki5/2u3gwYOaOnWq9u7dm2m/efPm6bvvvtPtt98uSercubO+//77HMdfv359lr+UpcunM1q1apWnXmGdmNg4zVq4Ut/PWazN+Vx01d/PV706ttJt/buqw7WN5etb/FYT+umnnxQbmzm8+vj4aNq0aRo+fLhNXblPQkKCVq1apVdffTVLzdU0CxQ/BDHYLq9zQ7Zt26YHH3wwy/ZrrrlG06dPd/lJJMMwtHLlSk2YMEG+vrlbFTw0NDTTfI/0fq+99lrt3Lkz0/avv/7aGcQiIiIUEZH9p9qio6P13HPPZdneuHFjffzxx7nqD9YxDEPrt+3R93MW67dFqxSfkL9FV+vUqKLb+l+vm3t1VLmyWecqFidXhjBfX199+eWXztdRXn355Zf68ssv3dFavo0bNy7LnNiM/Pz89PLLL2vgwIEWdoXCjCAGW+Vnbshzzz2n1NTUTNtq1KihpUuXKiwszOV9ORwOtW/fXu3bt1dSUlK+ew4ODtYjjzyi+++/P9P2TZs25WmckSNH6sCBA5m2lShRQj/++KOCg4Pz3R/c63z0P/pp/jJ9P2ex9hzM2xHVdMFBgRrQ9Trd1r+bWjau59ZT2N5k+PDh+Q5hRUX37t31r3/9y+42UIgQxGCb/MwNOXv2rH7//fcs28ePH59tCLtSQEBA3pq9Qo0aNbJsu3DhQq5v/+6772rWrFlZtk+aNEn163P5GLulpaVp+YZt+m7OIs1buk7JKak538hE0wa1NKx/N91wfbtcL7panH355Ze67rrrdO+999rdisfMmzdPjRo10vz589W+fXu720EhQBCDLfI7N2TBggWZ1uORpJIlS+qmm27ySJ+uHDp0KMu2smXL5uq2q1at0rPPPptl+/3335/lNCisdfz0Of0QuUTTf1+soyfP5muM0iVCdVPPDrq1f1c1qlvTvQ16OcMwnEea8xPGOnXqlOVIdUYPP/ywzp7N3881tzKuI5aSkqJDhw5p6tSp2rfvf3MJY2NjNXjwYB06dEiBge5ZFw5FF0EMtsjv3JDdu3dn2XbttdeazvmKiorSiRMnXI7VrVs3VahQIZcd/09CQoJzAn9GLVq0yPG2586d09ChQ7N80vPaa6/Ve++9l+deUHDJKSn6c+VGfTd7sZas3ZzvRVfbNr9at/Xvpj6dWys4sGBHXIuLrl27av/+/Zn+sEkPYw6HQ/fcc0+exouIiMj2j5lnn33W40HsynXEJOmRRx5RkyZNMn1a+9SpU/rpp5+8/lQsckYQQ6GQ27khZ85kvTRMxYoVTfd94403NH/+fJdjLV68OMcgFhsbq+nTp0u6fLrq0KFDmjZtmvbs2ZNl35w+am8Yhu644w4dOXIk0/YyZcroxx9/5C9ji+0/ckLTf7+86OqZ8xfzNUb5sNIa0qezbu3XVbWuquzmDr1f9erV9cUXX6hLly5Zwth9990nh8PhFZ8uLFmypPr166ePPvoo0/Zt27bZ1BEKE4IYCoXczg0xjKxHKzw58fns2bMaNmxYjvv17t07x9OKb731liIjI7Nsnzp1ao6fsIR7xCcmKXLJGn0/Z5FWbd6Z8w1M+Pg41LVNM93Wv5uub9e82Cy66ik1a9bUkiVLTMPYvffeK4fDka/FlwubK6dUSHmbVwrvxTsICoXczg0pX758lm2nT5/2WF+5MXz4cH366afZBsJly5bphRdeyLL98ccf16BBgzzYHSRp298H9f2cy4uu/nMpLl9jXFW5vG7t11VD+nRWlQrl3Nxh8ZZdGEs/PVmUw1hMTIzph4wqV+YoKghisEl+54bUq1cvy7YNGzYoLS1NPj6ZF8ScN2+e898jR450y/pCfn5+Kl26tCIiItSuXTuNGDEix7lhZ86c0a233pplyY22bdvqzTffLHBPMBcTG6dfF6zQ93MWa+vu/fkaI8DfT707ttKwAd3UocU1Wf6PwX1yCmMOh8P0MmeFzbZt25zTGTJO1j98+HCWfXv06GF1eyiECGKwRX7nhvTo0UMOhyPTKcqLFy9q9uzZuuGGG9zeZ40aNQp0OaS0tDTdfvvtOn78eKbt4eHhmjFjhvz9/QvYITIyDEPr/9qj7+Ys0uzFq/O96Gq9mtU0rH9X3dyro8LKFO9FV62UXRgbPXq0HA6H6eXOCpOff/5ZP//8c4779e/fX+3atbOgIxR2BDHYJj9zQypUqKDevXtr7ty5mbY//fTTuv7661WiRAlLes+t119/XQsWLMi0zeFw6Ouvv1a1atVs6sr7nLvwj36cv1Tfz1mkvYeO53wDE8FBgbrh+rYa1r+brr2mLouu2iS794X094PCHsZycuONN+rrr7+2uw0UEgQx2Co/c0Nef/11zZ8/P9Pk1z179qhHjx6aPn266WKrdli8eLHGjh2bZftzzz2n3r17W9+Ql0lLS9Oy9X/p29mL9Mfy9fledLVZw9q6rX83Dby+rUqGsuhqYZCbMFZUBAYGqlSpUqpdu7Zat26tW2+9VW3btrW7LRQiDsPsY2iAG40dOzbLtddGjBihadOmOb8/ePBgljdd6fLRo0mTJmWZG/Luu+/qiSeeyHJfAQEBGjBggNq3b6/w8HDFxcVpz549+u6773Ty5MlM+y5evFhdunRxfr9kyRJ17do10z75PTV58uRJNWvWTKdOncq0vXz58nrvvfdyda3LiIgItWnTJs/37e2OnTqrGZFRmh5ZsEVXB/fqqFv7d9U1dQpHcAdQPHFEDIVCXueGPP7444qLi9PLL7+c6chYUlJSrudoeNKrr76aJYRJlyfu5/Y6cyNGjCCI/b/klBQtWLFR389ZpMVrtpguY5Ib7Vpco9v6d1XvTiy6CqBwIIih0Mjr3JAXXnhB7du315NPPqmNGzfm+n5KlCihIUOGqEGDBu5r/gpXXjkA+bP38HFNn7NYP85bqrMX8rfoaoWwMhrS9/KiqxHVKrm5QwAoGIIYCpW8hrGuXbtqw4YNioqKUmRkpJYvX65Dhw7p/PnzSklJUWhoqMqXL686deqocePG6tatmzp16qTg4GDLHxtyJz4hUXP+f9HVNVt25WsMHx+Hul3XXLcP6Kau1zVj0VUAhRZzxADkSlJyiuYvX68lazZr6+4D2n/4uBKTUxTo76da1auoSf0IdWnTTL07tsxX8Nm254C+m7NYvy7I/6Kr1StX0K39Ly+6Wrl8WL7GAAArEcQAZCs5JUWTfojUpBmROn0+Osf9K4SV0eghfTV6aN8cA9k/l+L064Ll+n7OYv2150C++gvw91OfTq01rH9XtWfRVQBFDEEMgEu7DxzRmNc+zldIalwvQhNfeFD1IjKvl2YYhtb9tVvfzl6kOYtXKyExKV+91Y+optsGdNNNPTsqrHTJfI0BAHYjiAEwte6v3Rr+1JuKiY3P9xglQ4P19fhn1apxfZ29cFE/zVuq7+Ys1r7D+Vt0NSQ4UDd0a6dhA7qpxdV1WHQVQJFHEAOQxe4DR3TD/S8VKISlCw4KUMtG9bVq0w6lpOZv0dXmV9dxLrpaIoQPWgDwHgQxAJkkp6RowL0v5nvOlruUKVVCg3t11LB+XdWwdnVbewEAT+Ez3QAymfRDpK0hrH2La3T7gOvVq2NLBbHoKgAvRxAD4JSUnKJJMyItv9+K5cr+/6KrXVSzKouuAig+CGIAnOYvX5+rJSrcwdfXR9e3ba5h/bupW5tm8vPL+fqbAOBtCGIAnJas2ezx+6hRpYKG9e+mW/p0UqVwFl0FULwRxAA4bd3t2blhNatW1LLv3mPRVQD4f7wbAnDan8/1vXLr5NkLhDAAyIB3RABOickpnh0/Kdmj4wNAUUMQA+AU6O/Z2QqBAf4eHR8AihqCGACnWtWreHT82h4eHwCKGoIYAKcm9SM8O349z44PAEUNQQyAU5c2zTw6fuc2TT06PgAUNQQxAE69OrRUhbAyHhm7Yrmy6t2xpUfGBoCiiiAGwCnA30+jh/T1yNijh/SVvx9LFwJARgQxAJmMHtpXjd08l6tJ/VoeC3gAUJQRxABk4u/np4kvPOi2pSZKhYZowvMPcC1JADBBEAOQxVVVKigkKKjA45QKDdFX459RvYhqbugKALwPEzYAZPHlL/N14Z+YAo3RpH4tTXj+AUIYAGSDIAYgk5jYOH3wzax8375iubIaPaSvRg3pw+R8AMgB75IAMvn8h98V/c8l01r3di1Uvmxpbd1zQPsOH1diUrICA/xVu3oVNakXoS5tmqpXx5YEMADIJYdhGIbdTQAoHM5d+Edthz6i2PiELLXQ4CCt+mGiypUtZUNnAOCdmKwPwOnDb2eZhjBJumdoP0IYALgZQQyAJOn46XP68tc/TGtlSpXQPUP7WdwRAHg/ghgASdL7X/6ixKRk09pDt9+gUiVCLO4IALwfQQyADhw9qem/LzatVSxXViNv6mlxRwBQPBDEAOi/X/yo1NQ009qYETcqOCjQ4o4AoHggiAHF3I69hzTzz5WmtRpVKmhY/24WdwQAxQdBDCjmxk+ZIVer2Dxx1y0K8GdNMADwFIIYUIxt2P63/li+wbRWP6KaBnVvb3FHAFC8EMSAYuytz6e7rD09aqh8fXmLAABP4l0WKKaWrf9LKzZuN601a1hbvTq2tLgjACh+CGJAMWQYRrZHw56551Y5HA4LOwKA4okgBhRDfyzfoE0795nW2rW4Rh2vbWRxRwBQPBHEgGImNTVNb0/+wWX9mdFDORoGABYhiAHFzKyFK7Vr/xHTWo/216plo3oWdwQAxRdBDChGkpJT9M6UGS7rT48aYmE3AACCGFCMTP99sQ4dP21aG9S9na6uU8PijgCgeCOIAcVEfGKS3p/2i2nN19dHT9x1i8UdAQAIYkAx8eUv83Xq3AXT2q19u6jWVZUt7ggAQBADioGY2Dh98M0s01pggL/GjLjJ4o4AABJBDCgWPv/hd0X/c8m0dsegHqpaMdzijgAAEkEM8Hrno//RZ9N/N62FBgfp4X8NsrYhAIATQQzwch9+O0ux8QmmtXuG9lO5sqUs7ggAkI4gBnix46fPadovf5jWypQqoXuG9rO4IwBARgQxwItN+OpXJSYlm9Yeuv0GlSoRYnFHAICMCGKAlzpw9KSmz1lsWqtYrqxG3tTT4o4AAFciiAFe6t0vflJKaqppbcyIGxUcFGhxRwCAKxHEAC+0c99h/frnCtNa9coVNKx/N4s7AgCYIYgBXmj85BkyDMO09sRdNyvA38/ijgAAZghigJfZsP1vzV++3rRWr2Y13dijg8UdAQBcIYgBXuatz6e7rD09eoh8fXnZA0BhwTsy4EWWrf9LKzZuN601bVBLvTu2srgjAEB2CGKAlzAMI9ujYc/ec6scDoeFHQEAckIQA7zEH8s3aNPOfaa1ts2vVseWjS3uCACQE4IY4AVSU9P09uQfXNafGT2Uo2EAUAgRxAAvMGvhSu3af8S01r1dC7VqXN/ijgAAuUEQA4q45JQUvTNlhsv606OHWtgNACAvCGJAETf99yU6dPy0aW1Q93a6pk4NizsCAOQWQQwowuITk/T+tJ9Na76+Pnrirlss7ggAkBcEMaAI+/LXP3Ty7AXT2q19u6jWVZUt7ggAkBcEMaCIiomN04ffzDKtBQb4a8yImyzuCACQVwQxoIiaNCNSFy7GmNbuGNRDVSuGW9wRACCvCGJAEXQ++h99Nv1301pocJAe/tcgaxsCAOQLQQwogj769jddios3rY0e0lflypayuCMAQH4QxIAi5sSZ85r2y3zTWpmSobr31v4WdwQAyC+CGFDEvP/lL0pISjatPXj7DSpVIsTijgAA+UUQA4qQA0dPavqcxaa1CmFldOfgXhZ3BAAoCIIYUIS8+8VPSklNNa2NGXmTgoMCLe4IAFAQBDGgiNi577B+/XOFae2qyuV1W/9uFncEACgoghhQRIyfPEOGYZjWnrjrFgX4+1ncEQCgoAhiQBGwcfvfmr98vWmtbo2quqlHB4s7AgC4A0EMKALemvSDy9rTo4fK15eXMgAURbx7A4XcsvV/afmGbaa1pg1qqU+nVhZ3BABwF4IYUIgZhpHt0bBn77lVDofDwo4AAO5EEAMKsQUrNmjTjr2mtbbNr1bHlo0t7ggA4E4EMaCQSktLy/Zo2DOjh3I0DACKOIIYUEjNWrhSu/YfMa11b9dCrRrXt7gjAIC7EcSAQig5JUXvTPnRZf3p0UMt7AYA4CkEMaAQ+iFyiQ4eO2Vau+H6drqmTg2LOwIAeAJBDChk4hOT9N7Un01rvr4+euKumy3uCADgKQQxoJD58tc/dPLsBdPa0D5dVLt6FYs7AgB4CkEMKERiYuP04TezTGsB/n56dORNFncEAPAkghhQiEyaEakLF2NMa3cM6qGqFcMt7ggA4EkEMaCQOB/9jz6b/rtpLSQ4UA8PH2RtQwAAjyOIAYXER9/+pktx8aa10UP6KrxsaYs7AgB4GkEMKAROnDmvab/MN62VKRmqe4f2t7gjAIAVCGJAITDhy1+UkJRsWnvg9oEqXTLU4o4AAFYgiAE2O3jspL6fs9i0ViGsjO4a3NvijgAAViGIATb77xc/KSU11bQ2ZuRNCg4KtLgjAIBVCGKAjXbtP6JfF6wwrV1Vubxu69/N4o4AAFYiiAE2Gj95hgzDMK09cdctCvD3s7gjAICVCGKATTbt2Kt5y9aZ1urWqKqbenSwuCMAgNUIYoBN3pr0g8va06OHyteXlycAeDve6QEbLN+wTcvW/2Vaa1K/lvp0amVxRwAAOxDEAIsZhqE3P5/usv7sPUPlcDgs7AgAYBeCGGCxBSs2aNOOvaa1ts0aqlOrJhZ3BACwC0EMsFBaWlq2c8OeGX0rR8MAoBghiAEWmrVwpXbtP2Jau75tc7VqUt/ijgAAdiKIARZJTknRO1N+dFl/evRQC7sBABQGBDHAIj9ELtHBY6dMawO7tVWjujWtbQgAYDuCGGCB+MQkvTftF9Oar6+Pnrz7Fos7AgAUBgQxwAJf/bpAJ8+cN60N6d1ZtatXsbgjAEBhQBADPCwmNk4ffDPTtBbg76fH7hxsbUMAgEKDIAZ42OQZc3XhYoxp7Y5BPVS1YrjFHQEACguCGOBB5y/G6NPpc0xrIcGBenj4IGsbAgAUKgQxwIM+/vY3XYqLN62NHtJX4WVLW9wRAKAwIYgBHnLy7HlN/Xmeaa1MyVDdO7S/xR0BAAobghjgIRO+/FUJScmmtQduH6jSJUMt7ggAUNgQxAAPOHT8lL6bvci0ViGsjO68qZfFHQEACiOCGOAB70z5USmpqaa1MSNuVEhwkMUdAQAKI4IY4Ga79h/RrwtWmNauqlxetw243uKOAACFFUEMcLPxk2fIMAzT2uN33qwAfz+LOwIAFFYEMcCNNu3Yq3nL1pnW6taoqsE9O1rcEQCgMCOIAW701qQfXNaeGjVEvr685AAA/8NvBcBNlm/YpmXr/zKtNalfS307t7a4IwBAYUcQA9zAMIxsj4Y9M3qoHA6HhR0BAIoCghjgBgtWbtTG7X+b1q5r2lCdWzexuCMAQFFAEAMKKC0tTW9/7vpo2LP33MrRMACAKYIYUEC/LVqlnfsPm9aub9tcrZrUt7gjAEBRQRADCiA5JUXjp/zosv706KEWdgMAKGoIYkABzIiM0sGjJ01rA7u1VaO6Na1tCABQpBDEgHxKSEzSu9N+Nq35+vroybtvsbgjAEBRQxAD8umrmQt08sx509qQ3p1Vu3oVizsCABQ1BDEgHy7FxeuDr2ea1gL8/fTYnYOtbQgAUCQRxIB8mPRDpM5fjDGtDR/UQ1UrhlvcEQCgKCKIAXl0/mKMPp0+x7QWEhyoh/91g8UdAQCKKoIYkEcff/ubLsXFm9ZG3dJX5cPKWNsQAKDIIogBeXDy7HlN/Xmeaa10iVDdd2t/izsCABRlBDEgDyZ8+asSkpJNaw/cPlClS4Za3BEAoCgjiAG5dOj4KX03e5FprXxYad01uJfFHQEAijqCGJBL//3iJ6WkpprWxtxxo0KCgyzuCABQ1BHEgFzYfeCIfvljuWmtWqVw3Tbgeos7AgB4A4IYkAvjJ8+QYRimtSfuukWBAf4WdwQA8AYEMSAHm3fu09yl60xrdWtU1eCeHS3uCADgLQhiQA7emjTdZe2pUUPk68vLCACQP/wGAbKxYuN2LV33l2mtSf1a6tu5tcUdAQC8CUEMcMEwjGyPhj0zeqgcDoeFHQEAvA1BDHDhz5UbtWHb36a165o2VOfWTSzuCADgbQhigIm0tDS9NekHl/Vn7uFoGACg4AhigInfFq3Szn2HTWvdrmuu1k0aWNwRAMAbEcSAKySnpGj8lB9d1p8ZPcTCbgAA3owgBlxhRmSUDh49aVob0O06NaoXYXFHAABvRRADMkhITNK70342rfn4OPTk3RwNAwC4D0EMyOCrmQt08sx509qQPp1Vp3oVizsCAHgzghjw/y7FxeuDr2ea1gL8/fTYyMHWNgQA8HoEMeD/TZoRqfMXY0xrw2/ormqVylvcEQDA2xHEAEnnL8bos+lzTGshwYF6ePggaxsCABQLBDFA0iff/aaY2HjT2qhb+qp8WBlrGwIAFAsEMRR7J8+e1xc/zzetlS4Rqvtu7W9xRwCA4oIghmJv4lczlZCYZFp74PaBKl0y1OKOAADFBUEMxdqh46f07W8LTWvlw0rrrsG9LO4IAFCcEMRQrL079WelpKaa1sbccaNCgoMs7ggAUJwQxFBs7T5wRD/PX2Zaq1YpXLcNuN7ijgAAxQ1BDMXW+MkzZBiGae3xO29WYIC/xR0BAIobghiKpc0792nu0nWmtTo1qmhwz44WdwQAKI4IYiiW3po03WXtqbuHyM/P18JuAADFFUEMxc6Kjdu1dN1fprXG9SLUt3NrizsCABRXBDEUK4ZhZHs07Jl7hsrHh5cFAMAa/MZBsfLnyo3asO1v01qbpg3UpXVTizsCABRnBDEUG2lpaXpr0g8u68+MHiqHw2FhRwCA4o4ghmJj9qLV2rnvsGmt23XN1KZpQ4s7AgAUdwQxFAvJKSl6e8oMl/VnRg+1sBsAAC4jiKFY+HHuUh08etK0NqDbdWpUL8LijgAAIIihGEhITNK7034yrfn4OPTk3UMs7ggAgMsIYvB6X8/6UydOnzetDenTWXWqV7G4IwAALiOIwatdiovXB1/PNK0F+PvpsZGDrW0IAIAMCGLwapN/nKtz0f+Y1obf0F3VKpW3uCMAAP6HIAavdeGfS/r0+9mmteCgQD08fJC1DQEAcAWCGLzWx9/OUkxsvGlt1C19VD6sjLUNAQBwBYIYvNLJs+f1xc/zTWulS4TqvmH9Le4IAICsCGLwShO/mqmExCTT2v23DVCZkiUs7ggAgKwIYvA6h46f0re/LTSthZctrbtv7m1xRwAAmCOIweu8O/VnpaSmmtbG3HGjQoKDLO4IAABzBDF4ld0Hjujn+ctMa1Urhuv2gddb3BEAAK4RxOBV3pnyowzDMK09cefNCgzwt7gjAABcI4jBa2zeuU+RUWtNa7WrV9HgXh0t7ggAgOwRxOA13p70g8vaU6OGyM/P18JuAADIGUEMXmHlpu2KWrfVtNa4XoT6dW5tcUcAAOSMIIYizzAMvfW566Nhz9wzVD4+Pho7dqwcDkemr5EjR7q83bPPPptlfx8fH02aNEmSTMfL+OXv768yZcqobt266tevn9555x2dOHEi28dSs2bNbMcMDAxUeHi4WrZsqXvuuUcLFizI8fkxG8fHx0eBgYEqWbKkrrrqKrVo0UI333yz/vOf/2jbtm05jgkAcA+CGIq8has2af22Paa1Nk0bqEvrpnke8+mnn9Zbb72VaZvD4dCkSZM0evToXI2RkpKiixcvau/evYqMjNRTTz2l2rVr65NPPslzP+mSkpJ07tw5bdiwQZMmTVLPnj3VrVs3XbhwIU/jGIahpKQkXbp0SUePHtWmTZv0888/6/nnn1fjxo3VtWtXrV69Ot99AgByhyCGIi0tLU1vZTM37JnRQ+VwOPI05lNPPaXx48dn2uZwODR58mTdfffd+eozXXx8vB544AHNn29++aX8WLx4sW677Ta3jSdJS5YsUadOnTRhwgS3jgsAyMzP7gaAgpi9eLV27D1kWut2XTO1adowT+M98cQTevfddzNt8/Hx0eTJk3XnnXfmePtOnTrp/vvvlyQlJydr06ZN+vjjj5WYmJhpv3fffVe9evXKVU8vvviirr76aiUnJ+vgwYOaPHmyDh8+nGmfefPmaevWrWrSpEmuxpw4caLKly+vuLg4HT9+XMuWLdOff/6ptLQ05z7Jycl69NFH5efnpwcffDBX4wIA8oYghiIrJSVV4yfPcFl/etTQPI332GOP6f3338+0zcfHR1OmTMl2LllGERERuvXWW53fDx8+XLVq1dLDDz+cab/169fnuq9u3bqpS5cuzu/vvfde1atXTxcvXsy038qVK3MdxAYMGKCaNWtm2rZz504NGzZMW7ZsybT90UcfVfv27dWsWbNc9wwAyB1OTaLImjE3SgeOnjSt9e96nRrXj8j1WI8++qhpCPviiy9yHcJc6dq1a5Zt8fHx+R6vQoUKateuXZbt0dHR+R5Tkho2bKioqCjVrl070/aUlBS99NJLBRobAGCOIIYiKSExSe9O+8m05uPj0FN335LrscaMGZNlLpSPj4+mTp2qESNGFKhPSTp69GiWbVeGnbwKDg7Osq1KlSoFGlOSSpcurbfffjvL9jlz5uj06dMFHh8AkBlBDEXS17P+1InT501rt/TurDo1quZqnJ9++kkTJ07MtM3Hx0fTpk3THXfcUaAek5OTtX79ej355JNZarn95KWZ1NRUbd68OdM2h8Ohli1b5nvMjAYNGqTSpUtn2mYYhv7880+3jA8A+B+CGIqcS3Hx+uDrmaY1fz9fPX7n4FyPFRsbm+l7X19fffXVVxo+fHi+evvyyy+da3UFBASoVatWmdblcjgcuvfee7PMGcuN5ORk7dmzR6NGjdL+/fsz1W688UZdffXV+er5Sj4+PmrRokWW7bt373bL+ACA/2GyPoqcyT/O1bnof0xrw2/ooWqVyud77OHDh+v222/P9+1zcu211+qhhx7K05IaZnPMMurevbu+/PLLgraWSYUKFbJsO3v2rFvvAwDAETEUMRf+uaRPv59tWgsOCtTDwwcVaPwvv/xSn332WYHGyM769evVrFkz/fST+fy2vAgJCdF3332nP/74QyVKlHBDd/9jGEaWbXldjw0AkDOOiKFI+eS73xQTa/6Jw7tv7q0K5coUaHzDMJzrgN177715vn3GdcTS0tJ07Ngxfffdd5nmdKWmpupf//qXOnTooEqVKuW717i4OD3wwAMKCwvL9ZpkuWU2MT88PNyt9wEAIIihCDl19oKm/DTPtFaqRIjuv21Ansfs2rWr9u/fr0OH/rcobHoYczgcuueee/I03pXriEnS448/rnbt2mnt2rXObYmJiZoyZYqef/75HMd88cUX1bBhQx0/flxfffWVtm7938XNo6OjddNNN2nNmjVq1KhRnnp1JTU1VRs2bMiyvUGDBm4ZHwDwP5yaRJEx8etflZCYZFq7f9gAlSmZ99Nz1atX15IlS1SjRo1M2w3D0H333ee8wHdB+Pr66pZbsi6nkduLa3fr1k3Dhg3TE088obVr12Za3FW6fGQs/SicO/zyyy+KiYnJtM3hcOj66693230AAC4j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