JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<widget "charSheet">><<nobr>> <<include "characterTexts">> <div id="character-profile"> <button id="ui-dialog-close" class="ui-close" tabindex="0" aria-label="Close"></button> <div id="character-profile-contents"> <div id="character-profile-header"> <div id="character-profile-agency"> <<= '<img src='+ $imagePath.ui + "characterSheet/" + $kate.agency + "Crest.gif"+' >'>> <h2 class="label-top-secret"> <<if $kate.agency == "cia">> Top Secret<<= "/">><<= "/">>HSC-O NOFORN <<elseif $kate.agency == "mi6">> Top secret strap3 UKEO <<elseif $kate.agency == "asis">> Top Secret AUSTEO <<elseif $kate.agency == "csis">> Top Secret/Trés Secret <<else>> TS NZEO / Tuhinga O Mua <</if>> </h2> </div> <div id="character-profile-personal"> <div class="profile-image-container"> <<= '<img src='+ $imagePath.ui + "characterSheet/profile-image-placeholder.png"+' >'>> /* <div class="profile-image-container-inner"> <div class="profile-image-container-inner-2"> <div class="profile-image-container-inner-3"> <!-- The containers are necessary in order to hide the avatar, which is usually much larger than the portrait we'll be showing --> <<avatar>> </div> </div> </div> */ </div> <div class="character-profile-record"> <h3 class="label-personnel-record"> <<if $kate.agency == "cia">> Agency Personnel File <<elseif $kate.agency == "mi6">> Service Personnel Record <<elseif $kate.agency == "asis">> Personal Service Record <<elseif $kate.agency == "csis">> Employee Service File <<else>> Personnel Record <</if>> </h3> <div class="character-profile-details"> <h2 class="character-name"> ''<<= $kate.surname >>'', <<= $kate.firstName >> </h2> <div class="character-title"> <<if $kate.agency == "cia">> Case Officer <<elseif $kate.agency == "mi6">> Operations Officer <<elseif $kate.agency == "asis">> Operations Officer <<elseif $kate.agency == "csis">> Intelligence Officer <<else>> Intelligence Officer <</if>> </div> <<if hasVisited("QSTART-1000 Faslane Title card")>> <div class="character-assignment">Current assignment: [TS CLASSIFIED MH/BLACKLIGHT]</div> <<else>> <div class="character-assignment">Ops Support Unit, <<if $kate.agency == "cia">>George Bush Center for Intelligence<<elseif $kate.agency == "mi6">>Vauxhall Cross<<elseif $kate.agency == "asis">>RG Casey Building<<elseif $kate.agency == "csis">>National Headquarters<<elseif $kate.agency == "nzsis">>Pipitea Plaza<<else>>ERROR IN KATE.AGENCY VAR<</if>></div> <</if>> </div> </div> </div> </div> <div id="character-profile-stats" class="tabs"> <div class="tabs-header"> <a href="#" class="tab-active" data-tab="status">Status</a> <a href="#" data-tab="skills">Skills</a> <a href="#" data-tab="bio">Bio</a> <a href="#" data-tab="achievements">Achievements</a> <a href="#" data-tab="log">Log</a> </div> <div class="tabs-content"> <div class="tab tab-active" data-tab="status"> <div class="accordion-item"> <header>Status effects</header> <div class="accordion-item-content"> <div class="character-stat"> <<if $kate.statusEffects == "">> No perks. <<else>> <table> <<for _statusEffect range $kate.statusEffects>> <tr> <td><<= '<img src='+ $imagePath.ui + "characterSheet/perkIcon-" + _statusEffect.icon + ".jpg"+' >'>></td> <td><div class="statusEffectTitle">''_statusEffect.displayName''<br></div><div class="statusEffectDescription">_statusEffect.description</div></td> </tr> <tr><td><br></td></tr> <</for>> </table> <</if>> </div> </div> </div> <div class="accordion-item"> <header>Perks</header> <div class="accordion-item-content"> <div class="character-stat"> <<if $kate.perks == "">> No perks. <<else>> <table> <<for _perk range $kate.perks>> <tr> <td><<= '<img src='+ $imagePath.ui + "characterSheet/perkIcon-" + _perk.icon + ".jpg"+' >'>></td> <td><div class="statusEffectTitle">''_perk.displayName''<br></div><div class="statusEffectDescription">_perk.description</div></td> </tr> <tr><td><br></td></tr> <</for>> </table> <</if>> </div> </div> </div> </div> <div class="tab" data-tab="skills"> <div class="accordion-item"> <header>Attributes</header> <div class="accordion-item-content"> <div class="character-stat"> <<silently>> <<if $kate.attributes.openness == -2>> <<set _opennessDescription to "Closed-minded">> <<elseif $kate.attributes.openness == -1>> <<set _opennessDescription to "Conventional">> <<elseif $kate.attributes.openness == 0>> <<set _opennessDescription to "Practical">> <<elseif $kate.attributes.openness == 1>> <<set _opennessDescription to "Curious">> <<elseif $kate.attributes.openness == 2>> <<set _opennessDescription to "Imaginative">> <<else>> <<set _opennessDescription to "//ERROR IN OPENNESSDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.conscientiousness == -2>> <<set _conscientiousnessDescription to "Careless">> <<elseif $kate.attributes.conscientiousness == -1>> <<set _conscientiousnessDescription to "Spontaneous">> <<elseif $kate.attributes.conscientiousness == 0>> <<set _conscientiousnessDescription to "Dependable">> <<elseif $kate.attributes.conscientiousness == 1>> <<set _conscientiousnessDescription to "Organised">> <<elseif $kate.attributes.conscientiousness == 2>> <<set _conscientiousnessDescription to "Perfectionist">> <<else>> <<set _conscientiousnessDescription to "//ERROR IN CONSCIENTIOUSNESSDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.extraversion == -2>> <<set _extraversionDescription to "Reclusive">> <<elseif $kate.attributes.extraversion == -1>> <<set _extraversionDescription to "Introvert">> <<elseif $kate.attributes.extraversion == 0>> <<set _extraversionDescription to "Sociable">> <<elseif $kate.attributes.extraversion == 1>> <<set _extraversionDescription to "Outgoing">> <<elseif $kate.attributes.extraversion == 2>> <<set _extraversionDescription to "Gregarious">> <<else>> <<set _extraversionDescription to "//ERROR IN EXTRAVERSIONDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.agreeableness == -2>> <<set _agreeablenessDescription to "Hostile">> <<elseif $kate.attributes.agreeableness == -1>> <<set _agreeablenessDescription to "Skeptical">> <<elseif $kate.attributes.agreeableness == 0>> <<set _agreeablenessDescription to "Pleasant">> <<elseif $kate.attributes.agreeableness == 1>> <<set _agreeablenessDescription to "Kind">> <<elseif $kate.attributes.agreeableness == 2>> <<set _agreeablenessDescription to "Compassionate">> <<else>> <<set _agreeablenessDescription to "//ERROR IN AGREEABLENESSDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.neuroticism == -2>> <<set _neuroticismDescription to "Fearless">> <<elseif $kate.attributes.neuroticism == -1>> <<set _neuroticismDescription to "Resilient">> <<elseif $kate.attributes.neuroticism == 0>> <<set _neuroticismDescription to "Moderate">> <<elseif $kate.attributes.neuroticism == 1>> <<set _neuroticismDescription to "Sensitive">> <<elseif $kate.attributes.neuroticism == 2>> <<set _neuroticismDescription to "Anxious">> <<else>> <<set _neuroticismDescription to "//ERROR IN NEUROTICISMDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.intellect == -2>> <<set _intellectDescription to "Dull">> <<elseif $kate.attributes.intellect == -1>> <<set _intellectDescription to "Simple">> <<elseif $kate.attributes.intellect == 0>> <<set _intellectDescription to "Average">> <<elseif $kate.attributes.intellect == 1>> <<set _intellectDescription to "Intelligent">> <<elseif $kate.attributes.intellect == 2>> <<set _intellectDescription to "Incisive">> <<else>> <<set _intellectDescription to "//ERROR IN INTELLECTDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.physique == -2>> <<set _physiqueDescription to "Fragile">> <<elseif $kate.attributes.physique == -1>> <<set _physiqueDescription to "Weak">> <<elseif $kate.attributes.physique == 0>> <<set _physiqueDescription to "Average">> <<elseif $kate.attributes.physique == 1>> <<set _physiqueDescription to "Athletic">> <<elseif $kate.attributes.physique == 2>> <<set _physiqueDescription to "Amazonian">> <<else>> <<set _physiqueDescription to "//ERROR IN PHYSIQUEDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.height == -2>> <<set _heightDescription to "Short">> <<elseif $kate.attributes.height == -1>> <<set _heightDescription to "Petite">> <<elseif $kate.attributes.height == 0>> <<set _heightDescription to "Average">> <<elseif $kate.attributes.height == 1>> <<set _heightDescription to "Tallish">> <<elseif $kate.attributes.height == 2>> <<set _heightDescription to "Tall">> <<else>> <<set _heightDescription to "//ERROR IN HEIGHTDESCRIPTION TEMP VAR//">> <</if>> <<if $kate.attributes.beauty == -2>> <<set _beautyDescription to "Unattractive">> <<elseif $kate.attributes.beauty == -1>> <<set _beautyDescription to "Plain">> <<elseif $kate.attributes.beauty == 0>> <<set _beautyDescription to "Average">> <<elseif $kate.attributes.beauty == 1>> <<set _beautyDescription to "Attractive">> <<elseif $kate.attributes.beauty == 2>> <<set _beautyDescription to "Striking">> <<else>> <<set _beautyDescription to "//ERROR IN BEAUTYDESCRIPTION TEMP VAR//">> <</if>> <</silently>> <table style="width: 100%; "> <tr> <td> <small>Openness: ''_opennessDescription'' (<<if $kate.attributes.openness gte 0>>+<</if>>$kate.attributes.openness)<br> Conscientiousness: ''_conscientiousnessDescription'' (<<if $kate.attributes.conscientiousness gte 0>>+<</if>>$kate.attributes.conscientiousness)<br> Extraversion: ''_extraversionDescription'' (<<if $kate.attributes.extraversion gte 0>>+<</if>>$kate.attributes.extraversion)<br> Agreeableness: ''_agreeablenessDescription'' (<<if $kate.attributes.agreeableness gte 0>>+<</if>>$kate.attributes.agreeableness)<br> Neuroticism: ''_neuroticismDescription'' (<<if $kate.attributes.neuroticism gte 0>>+<</if>>$kate.attributes.neuroticism)<br></small> </td> <td style="vertical-align: top;"> <small>Intellect: ''_intellectDescription'' (<<if $kate.attributes.intellect gte 0>>+<</if>>$kate.attributes.intellect)<br> Physique: ''_physiqueDescription'' (<<if $kate.attributes.physique gte 0>>+<</if>>$kate.attributes.physique)<br> Height: ''_heightDescription'' (<<if $kate.attributes.height gte 0>>+<</if>>$kate.attributes.height)<br> Attractiveness: ''_beautyDescription'' (<<if $kate.attributes.beauty gte 0>>+<</if>>$kate.attributes.beauty)<br></small> </td> </tr> </table> </div> </div> </div> <div class="accordion-item"> <header>Skills</header> <div class="accordion-item-content"> <div class="character-stat"> <<set _sortedSkills to clone($kate.skills)>> <<run _sortedSkills.sort(function(a, b) { return a.name.localeCompare(b.name); })>> <<for _skill range _sortedSkills>> <<characterSheetSkillProgressBar _skill>> <</for>> </div> </div> </div> </div> <div class="tab" data-tab="bio"> <<set _kinks to []>> <<if $kate.kinks.includes("exhibitionist")>> <<set _kinks.push("exhibitionism")>> <</if>> <<if $kate.kinks.includes("masochist")>> <<set _kinks.push("sexual masochism")>> <</if>> <<if $kate.kinks.includes("submissive")>> <<set _kinks.push("sexual submissiveness")>> <</if>> <table> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small style="line-height: 1.2;">''Ethnicity:''</small></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small><<if $kate.ethnicity == "english">>English<<elseif $kate.ethnicity == "angloAmerican">>Anglo-American<<elseif $kate.ethnicity == "angloAustralian">>Anglo-Australian<<elseif $kate.ethnicity == "angloCanadian">>Anglo-Canadian<<elseif $kate.ethnicity == "angloNZ">>Anglo-New Zealander<<else>>ERROR IN KATE.ETHNICITY VAR<</if>></small></td> </tr> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small>''Born:''</small></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small><<if hasVisited("QSTART-1100 University")>>$kate.hometown<<else>><span class="redacted" style="width: 10;"></span><</if>>, <<if $kate.agency == "cia">>1/28/1992<<elseif $kate.agency == "mi6">>28/1/1993<<elseif $kate.agency == "asis">>28/1/1993<<elseif $kate.agency == "csis">>1992-01-28<<elseif $kate.agency == "nzsis">>28/1/1993<<else>>ERROR IN KATE.AGENCY VAR<</if>> (age $kate.age)</small></td> </tr> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small>''Upbringing:''</small></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small><<if hasVisited("QSTART-260 Apartment")>><<if $kate.socialClass == "elite">>Privileged background<<elseif $kate.socialClass == "middleClass">>Middle class background<<else>>Working class background<</if>><<else>><span class="redacted" style="width: 12ch;"></span><</if>>. <<if hasVisited("QSTART-1100 University")>><<if $kate.quirks.includes("hasBigBrother")>>Elder brother<<elseif $kate.quirks.includes("hasKidBrother")>>Younger brother<<else>>Only child<</if>><<else>><span class="redacted" style="width: 10ch;"></span><</if>>. Early interest in <<if def $kate.highSchoolClique>><<if $kate.highSchoolClique == "rockChick">>rock music and counterculture<<elseif $kate.highSchoolClique == "cheerleader">>cheerleading and performance<<elseif $kate.highSchoolClique == "sporty">>athletics and competition<<elseif $kate.highSchoolClique == "popular">>social life and fashion<<elseif $kate.highSchoolClique == "nerdy">>gaming and fantasy literature<<else>>ERROR IN KATE.HIGHSCHOOLCLIQUE VAR<</if>><<else>><span class="redacted" style="width: 14ch;"></span><</if>>.</small></td> </tr> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small>''Education:''</small></td> <td style="vertical-align: top; line-height:1"><small><<if hasVisited("QSTART-261 Tights jeans a toothbrush")>>''$kate.uni.displayName''<<else>><span class="redacted" style="width: 17;"></span><</if>> <<if $kate.agency == "cia" or $kate.agency == "csis">>(2010-2014)<<else>>(2011-2014)<</if>></small></td> </tr> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"></td> <td style="vertical-align: top; padding-bottom: 8px; line-height:1"><small><<if $kate.degree == "artHistory">>BA Art History & French<<elseif $kate.degree == "law">>BA Law & Political Science<<elseif $kate.degree == "internationalRelations">>BA Modern Languages & International Relations<<elseif $kate.degree == "psychology">>BSc Psychology & Forensic Criminology<<else>><span class="redacted" style="width: 18;"></span><</if>> (<<if def $kate.degreeGrade>>$kate.degreeGrade<<if $kate.agency == "cia" or $kate.agency == "csis">> GPA<</if>><<else>><span class="redacted" style="width: 8;"></span><</if>> – dissertation <<if $kate.degree == "artHistory">>//Shadow Markets and the Recovery of French Art in <<if $kate.agency == "cia">>Postwar<<else>>Post-War<</if>> Europe//<<elseif $kate.degree == "law">>//Legal Fronts: The Dual Use Politics of Humanitarian Aid//<<elseif $kate.degree == "internationalRelations">>//Psycholinguistic Strategies in International Relations//<<elseif $kate.degree == "psychology">>//Pathways to Violent Radicalisation in Online Networks//<<else>><span class="redacted" style="width: 24;"></span><</if>>)</small></td> </tr> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small><<if $kate.extraCurricular == "bassist">>Bassist in unsigned rock band DEAD TISSUE (defunct).<<elseif $kate.extraCurricular == "volleyball">>Women's volleyball A team.<<elseif $kate.extraCurricular == "volleyballCaptain">>Captain, women's volleyball team.<<elseif $kate.extraCurricular == "cheerleader">>College cheerleader.<</if>> Identified for potential <<if $kate.agency == "cia">>CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>> recruitment via Project LAMPLIGHT-4 (2013).</small></td> </tr> <<if $kate.socialClass == "elite">> <tr> <td style="vertical-align: top; padding-right: 10px; line-height:1"></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small>''Surval Montreux Int'l School for Girls'' <<if $kate.agency == "cia" or $kate.agency == "csis">>(2009)<<else>>(2010)<</if>></small></td> </tr> <<else>> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small>''Notes:''</small></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small>UN Volunteer (Namibia) <<if $kate.agency == "cia" or $kate.agency == "csis">>2009<<else>>2010<</if>></small></td> </tr> <</if>> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small>''Health:''</small></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small><<if $kate.attributes.physique gt 1>>Excellent<<elseif $kate.attributes.physique == 1>>Very good<<elseif $kate.attributes.physique == 0>>Good<<else>>Fair<</if>>. Body measurements: 34<<if $kate.braSize == "small">>B<<elseif $kate.braSize == "medium">>DD<<else>>G<</if>>-24-34.</small></td> </tr> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small>''Vetting notes:''</small></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small>Clean credit history. No prior contact with <div class="tooltip">FIS<span class="tooltiptext"><small>Foreign Intelligence Services</small></span></div> detected. Alcohol use moderate-high. <<if $kate.drugUse == "stoner">>Disclosed prior cannabis use during recruitment.<<elseif $kate.drugUse == "partyGirl">>Disclosed prior recreational drug use during recruitment (cleared all subsequent drug tests).<</if>></small></td> </tr> <tr> <td style="text-align: right; vertical-align: top; padding-right: 10px; line-height:1"><small></small></td> <td style="vertical-align: top; padding-bottom: 16px; line-height:1"><small><<if def $kate.bodyCount>>$kate.bodyCount<<else>><span class="redacted" style="width: 4;"></span><</if>> sexual partners. Some evidence of latent sexual paraphilia<<if _kinks.length gt 1>>s<</if>> (_kinks): mild, not assessed as security risk.</small></td> </tr> </table> </div> <div class="tab" data-tab="achievements"> <div class="accordion-item"> <header>Achievements</header> <div class="accordion-item-content"> <div class="character-achievements"> <div class="accordion-item-content"> <div class="character-stat"> <<if $kate.achievements == "">> No achievements. <<else>> <table> <<for _statusEffect range $kate.achievements>> <tr> <td><<= '<img src='+ $imagePath.ui + "characterSheet/perkIcon-" + _statusEffect.icon + ".jpg"+' >'>></td> <td><div class="statusEffectTitle">''_statusEffect.displayName''<br></div><div class="statusEffectDescription">_statusEffect.description</div></td> </tr> <tr><td><br></td></tr> <</for>> </table> <</if>> </div> </div> </div> </div> </div> </div> <div class="tab" data-tab="log"> <<if $quests.length is 0>> No active objectives.<br><br> <<else>> <<set _foundActive to false>> <<for _quest range $quests>> <<if _quest.status is "active">> <<set _foundActive to true>> <small><span class="yellowHighlighterTight"><small>[ACTIVE]</small></span> ''<<= _quest.objective>>''<br></small> <div class="quest-log"><small><<= _quest.currentStage>><br><br></small></div> <</if>> <</for>> <<if not _foundActive>> No active objectives.<br><br> <</if>> <</if>> <<if $quests.filter(q => q.status !== "active").length > 0>> /* adds a line if there are non-active quests, to separate them */ <hr><br> <</if>> <<set _foundComplete to false>> <<set _rev to $quests.slice().reverse()>> <<for _quest range _rev>> <<if _quest.status is not "active">> <<set _foundComplete to true>> <small><<if _quest.outcome == "good">><span class="greenHighlighterTight"><small>[<<= _quest.status.toUpperCase()>>]</small></span><<elseif _quest.outcome == "bad">><span class="redHighlighterTight"><small>[<<= _quest.status.toUpperCase()>>]</small></span><<elseif _quest.outcome == "complex">><span class="yellowHighlighterTight"><small>[<<= _quest.status.toUpperCase()>>]</small></span><<else>><span class="greyHighlighterTight"><small>[<<= _quest.status.toUpperCase()>>]</small></span><</if>> ''<<= _quest.objective>>''<br></small> <div class="quest-log"><small><<= _quest.currentStage>><br><br></small></div> <</if>> <</for>> </div> </div> </div> </div> </div> <</nobr>><</widget>>
<<widget "wear-amandasWhiteCrissCrossFashionBag">><<nobr>> <<set _pathClothing to "clothing/accessories/amandasWhiteCrissCrossFashionBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag-rear"))>> <</nobr>><</widget>> <<widget "remove-amandasWhiteCrissCrossFashionBag">><<nobr>> <<set _pathClothing to "clothing/accessories/amandasWhiteCrissCrossFashionBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-amandasWhiteCrissCrossFashionBag-rear"))>> <</nobr>><</widget>> <<widget "wear-bohoBrownLeatherBag">><<nobr>> <<set _pathClothing to "clothing/accessories/bohoBrownLeatherBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-bohoBrownLeatherBag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-bohoBrownLeatherBag-rear"))>> <</nobr>><</widget>> <<widget "remove-bohoBrownLeatherBag">><<nobr>> <<set _pathClothing to "clothing/accessories/bohoBrownLeatherBag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-bohoBrownLeatherBag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-bohoBrownLeatherBag-rear"))>> <</nobr>><</widget>> <<widget "wear-blackAviators">><<nobr>> <<set _pathClothing to "clothing/accessories/blackAviators/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("glasses")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_sunglasses-blackAviators"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-blackAviators">><<nobr>> <<set _pathClothing to "clothing/accessories/blackAviators/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("glasses")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_sunglasses-blackAviators"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-ogBackpack">><<nobr>> <<set _pathClothing to "clothing/accessories/ogBackpack/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("backpack")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"9_backpack-ogBackpackStraps"))>> <<set $avatar.background.pushUnique((_pathClothing+"80_backpack-ogBackpackBag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_backpack-ogBackpackStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-ogBackpack">><<nobr>> <<set _pathClothing to "clothing/accessories/ogBackpack/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("backpack")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"9_backpack-ogBackpackStraps"))>> <<set $avatar.background.delete((_pathClothing+"80_backpack-ogBackpackBag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_backpack-ogBackpackStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-bigBlackSunglasses">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("glasses")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_sunglasses-blackLensesWithBlackFrameOversized"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-bigBlackSunglasses">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("glasses")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_sunglasses-blackLensesWithBlackFrameOversized"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-blueLatexSurgicalGloves">><<nobr>> <<set _pathClothing to "clothing/accessories/blueLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("gloves")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_blueLatexSurgicalGloves"))>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_blueLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-blueLatexSurgicalGloves">><<nobr>> <<set _pathClothing to "clothing/accessories/blueLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("gloves")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_blueLatexSurgicalGloves"))>> <<set $avatar.clothing.delete((_pathClothing+"20_blueLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-clearLatexSurgicalGloves">><<nobr>> <<remove-bracelet-friendshipBraceletsLeftWrist>> <<set _pathClothing to "clothing/accessories/clearLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("gloves")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_clearLatexSurgicalGloves"))>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_clearLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-clearLatexSurgicalGloves">><<nobr>> <<wear-bracelet-friendshipBraceletsLeftWrist>> <<set _pathClothing to "clothing/accessories/clearLatexSurgicalGloves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("gloves")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_clearLatexSurgicalGloves"))>> <<set $avatar.clothing.delete((_pathClothing+"20_clearLatexSurgicalGloves-rear"))>> /*BACK*/ <</nobr>><</widget>> <<widget "wear-khakiFourPocketBackpackWithStripes">><<nobr>> <<set _pathClothing to "accessories/khakiFourPocketBackpackWithStripes/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("backpack")>> /*FRONT*/ <<set $avatar.foreground.pushUnique(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes")>> /*BACK*/ <<set $avatar.foreground.pushUnique(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes-rear")>> <</nobr>><</widget>> <<widget "remove-khakiFourPocketBackpackWithStripes">><<nobr>> <<set _pathClothing to "accessories/khakiFourPocketBackpackWithStripes/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("backpack")>> /*FRONT*/ <<set $avatar.foreground.delete(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes")>> /*BACK*/ <<set $avatar.foreground.delete(_pathClothing+"60_bag-khakiFourPocketBackpackWithStripes-rear")>> <</nobr>><</widget>> <<widget "wear-multicolouredMalaysianCrossBodyBag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBag"))>> <<set $avatar.background.pushUnique((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"8_bag-multicolouredMalaysianCrossBodyBag-rear"))>> <<set $avatar.background.pushUnique((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap-rear"))>> <</nobr>><</widget>> <<widget "remove-multicolouredMalaysianCrossBodyBag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBag"))>> <<set $avatar.background.delete((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"8_bag-multicolouredMalaysianCrossBodyBag-rear"))>> <<set $avatar.background.delete((_pathClothing+"60_bag-multicolouredMalaysianCrossBodyBagBackgroundStrap-rear"))>> <</nobr>><</widget>> <<widget "wear-tanLeatherHandbag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-tanLeatherHandbag"))>> /*BACK*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-tanLeatherHandbag-rear"))>> <</nobr>><</widget>> <<widget "remove-tanLeatherHandbag">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-tanLeatherHandbag"))>> /*BACK*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-tanLeatherHandbag-rear"))>> <</nobr>><</widget>> <<widget "wear-zoesSilverClutchHandbag">><<nobr>> <<set _pathClothing to "clothing/accessories/zoesSilverClutchHandbag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("handbag")>> /*FRONT*/ <<set $avatar.foreground.pushUnique((_pathClothing+"60_bag-zoesSilverClutchHandbag"))>> /*BACK*/ <</nobr>><</widget>> <<widget "remove-zoesSilverClutchHandbag">><<nobr>> <<set _pathClothing to "clothing/accessories/zoesSilverClutchHandbag/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("handbag")>> /*FRONT*/ <<set $avatar.foreground.delete((_pathClothing+"60_bag-zoesSilverClutchHandbag"))>> /*BACK*/ <</nobr>><</widget>>
<<widget "removeBra">><<silently>> <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-bra-blackAloYogaPeakBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackAloYogaPeakBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "blackAloYogaPeakBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-blackAloYogaPeakBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-blackAloYogaPeakBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-blackAloYogaPeakBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackAloYogaPeakBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-blackAloYogaPeakBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-blackAloYogaPeakBra-rear")>> <</nobr>><</widget>> /*Black plunge bra with pink and invisible against fair coloured skin bow.*/ <<widget "wear-bra-blackPlungeWithPinkBow">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackPlungeBraWithPinkBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "blackPlungeWithPinkBow">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-blackPlungeWithPinkBow-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-blackPlungeWithPinkBow-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-blackPlungeWithPinkBow">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackPlungeBraWithPinkBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-blackPlungeWithPinkBow-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-blackPlungeWithPinkBow-rear")>> <</nobr>><</widget>> <<widget "wear-bra-blackUnderArmourSportsBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "blackUnderArmourSportsBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-blackUnderArmourSportsBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-blackUnderArmourSportsBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-blackUnderArmourSportsBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-blackUnderArmourSportsBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-blackUnderArmourSportsBra-rear")>> <</nobr>><</widget>> <<widget "wear-bra-coralComfortRacerbackBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/coralComfortRacerbackBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "coralComfortRacerbackBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-coralComfortRacerbackBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-coralComfortRacerbackBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-coralComfortRacerbackBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/coralComfortRacerbackBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-coralComfortRacerbackBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-coralComfortRacerbackBra-rear")>> <</nobr>><</widget>> <<widget "wear-bra-cherryRedPlunge">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/cherryRedPlungeBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "cherryRedPlunge">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_bra-cherryRedPlunge-"+$kate.braSize))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_bra-cherryRedPlunge-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-cherryRedPlunge">><<nobr>> <<set _pathClothing to "clothing/underwear/cherryRedPlungeBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_bra-cherryRedPlunge-"+$kate.braSize))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_bra-cherryRedPlunge-rear"))>> <</nobr>><</widget>> <<widget "wear-bra-makoBlueThermalUnderwearTop">><<nobr>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearTop/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "makoBlueThermalUnderwearTop">> /*FRONT*/ <<set _size to (_pathUnderWear +"35_makoBlueThermalUnderwearTop-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"35_makoBlueThermalUnderwearTop-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-makoBlueThermalUnderwearTop">><<nobr>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearTop/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"35_makoBlueThermalUnderwearTop-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"35_makoBlueThermalUnderwearTop-rear")>> <</nobr>><</widget>> <<widget "wear-bra-nudeStrapless">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/nudeStraplessBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "nudeStrapless">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-nudeStrapless-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-nudeStrapless-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-nudeStrapless">><<nobr>> <<set _pathUnderWear to "clothing/underwear/nudeStraplessBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-nudeStrapless-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-nudeStrapless-rear")>> <</nobr>><</widget>> <<widget "wear-bra-oceanDotCrissCrossBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/oceanDotCrissCrossBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "oceanDotCrissCrossBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-oceanDotCrissCrossBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-oceanDotCrissCrossBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-oceanDotCrissCrossBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/oceanDotCrissCrossBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-oceanDotCrissCrossBra-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-oceanDotCrissCrossBra-rear")>> <</nobr>><</widget>> <<widget "wear-bra-pinkSheerWithCentralBow">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/pinkSheerBraWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "pinkSheerWithCentralBow">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-pinkSheerBraWithCentralPinkBow-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-pinkSheerBraWithCentralPinkBow-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-pinkSheerWithCentralBow">><<nobr>> <<set _pathUnderWear to "clothing/underwear/pinkSheerBraWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to _pathUnderWear+"30_bra-pinkSheerBraWithCentralPinkBow-" +$kate.braSize>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete(_pathUnderWear+"30_bra-pinkSheerBraWithCentralPinkBow-rear")>> <</nobr>><</widget>> <<widget "wear-bra-rosePinkAbbieLaceTrimBra">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "rosePinkAbbieLaceTrimBra">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-rosePinkAbbieLaceTrimBra-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-rosePinkAbbieLaceTrimBra-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-rosePinkAbbieLaceTrimBra">><<nobr>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimBra/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-rosePinkAbbieLaceTrimBra-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_bra-rosePinkAbbieLaceTrimBra-rear"))>> <</nobr>><</widget>> <<widget "wear-bra-whiteHalfCupCentralDart">><<nobr>> /* if kate is wearing a bra already, take it off */ <<if $kate.isWearing.includes("bra")>> <<= '<<remove-bra-' + $kate.lastWornBra + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/whiteHalfCupBraCentralDart/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra"), $kate.lastWornBra to "whiteHalfCupCentralDart">> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-whiteHalfCupCentralDart-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_bra-whiteHalfCupCentralDart-rear"))>> <</nobr>><</widget>> <<widget "remove-bra-whiteHalfCupCentralDart">><<nobr>> <<set _pathUnderWear to "clothing/underwear/whiteHalfCupBraCentralDart/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"30_bra-whiteHalfCupCentralDart-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_bra-whiteHalfCupCentralDart-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithDresses">> /* if kate is wearing a dress already, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> /* if kate is wearing a top, take it off */ <<if $kate.isWearing.includes("top")>> <<= '<<remove-top-' + $kate.lastWornTop + '>>'>> <</if>> <</widget>> <<widget "removeDress">><<silently>> <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-dress-bananaYellowLongSleeveCutOutMiniDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/bananaYellowLongSleeveCutOutMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("bananaYellowLongSleeveCutOutMiniDress")>> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-piercedFeminist2-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-feminist2-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-bananaYellowLongSleeveCutOutMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/bananaYellowLongSleeveCutOutMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-piercedFeminist2-"+$kate.braSize))>> <<set $avatar.clothing.delete((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-feminist2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-bananaYellowLongSleeveCutOutMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackBodyconSleevelessMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackBodyconSleevelessMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackBodyconSleevelessMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackBodyconSleevelessMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackBodyconSleevelessMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackDeepVDualSlitJerseyMaxi">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/blackDeepVDualSlitJerseyMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("blackDeepVDualSlitJerseyMaxi")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackDeepVDualSlitJerseyMaxi">><<nobr>> <<set _pathClothing to "clothing/dresses/blackDeepVDualSlitJerseyMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackDeepVDualSlitJerseyMaxi-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackKnottedCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackKnottedCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("blackKnottedCocktailDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackKnottedCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-blackKnottedCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackKnottedCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackKnottedCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackKnottedCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-blackKnottedCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackOneShoulderCutOutThighSlitGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackOneShoulderCutOutThighSlitGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackOneShoulderCutOutThighSlitGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackSleevelessSkater">><<nobr>> <<set _pathClothing to "clothing/dresses/blackSleevelessSkaterDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackSleevelessSkater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackSleevelessSkater-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackSleevelessSkater">><<nobr>> <<set _pathClothing to "clothing/dresses/blackSleevelessSkaterDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackSleevelessSkater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackSleevelessSkater-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-blackTwistFrontRuchedCutOutDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/blackTwistFrontRuchedCutOutDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("blackTwistFrontRuchedCutOutDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-blackTwistFrontRuchedCutOutDress">><<nobr>> <<set _pathClothing to "clothing/dresses/blackTwistFrontRuchedCutOutDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-blackTwistFrontRuchedCutOutDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-cherryRedOffTheShoulderFishtailGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-cherryRedOffTheShoulderFishtailGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-cherryRedOffTheShoulderFishtailGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-cobaltBlueButtonedMaxi">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-cobaltBlueButtonedMaxi">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.dress("dress")>> /*FRONT*/ <<set $avatar.clothing.dress((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.dress((_pathClothing+"30_dress-cobaltBlueButtonedMaxiWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-emeraldGreenSatinMiniDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/emeraldGreenSatinMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("emeraldGreenSatinMiniDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-emeraldGreenSatinMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/emeraldGreenSatinMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-emeraldGreenSatinMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-lightBlueLowBackRibbedBodyconJerseyDress">><<nobr>> <<set _pathClothing to "clothing/dresses/lightBlueLowBackRibbedBodyconJerseyDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("lightBlueLowBackRibbedBodyconJerseyDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-lightBlueLowBackRibbedBodyconJerseyDress">><<nobr>> <<set _pathClothing to "clothing/dresses/lightBlueLowBackRibbedBodyconJerseyDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_dress-lightBlueLowBackRibbedBodyconJerseyDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-kittenWetLookBlackCrissCrossDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/kittenWetLookBlackCrissCrossDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=0>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("kittenWetLookBlackCrissCrossDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-kittenWetLookBlackCrissCrossDress">><<nobr>> <<set _pathClothing to "clothing/dresses/kittenWetLookBlackCrissCrossDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-kittenWetLookBlackCrissCrossDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-onePieceCowlNeckBurgundyMiniDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/onePieceCowlNeckBurgundyMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("onePieceCowlNeckBurgundyMiniDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-onePieceCowlNeckBurgundyMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/onePieceCowlNeckBurgundyMiniDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-onePieceCowlNeckBurgundyMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-purpleOpaqueLongSleeveCutOutFront">><<nobr>> <<removeClothesThatConflictWithDresses>> <<remove-bracelet-friendshipBraceletsLeftWrist>> <<set _pathClothing to "clothing/dresses/purpleOpaqueLongSleeveCutOutFront/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("purpleOpaqueLongSleeveCutOutFront")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-purpleOpaqueLongSleeveCutOutFront">><<nobr>> <<set _pathClothing to "clothing/dresses/purpleOpaqueLongSleeveCutOutFront/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-purpleOpaqueLongSleeveCutOutFront-rear"))>> <<wear-bracelet-friendshipBraceletsLeftWrist>> <</nobr>><</widget>> <<widget "wear-dress-redOneShoulderCocktailDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/redOneShoulderCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("redOneShoulderCocktailDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-redOneShoulderCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-redOneShoulderCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-redOneShoulderCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/redOneShoulderCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-redOneShoulderCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-redOneShoulderCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress">><<nobr>> <<set _pathClothing to "clothing/dresses/whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteCrisscrossFrontPeekabooOpenBackBodyconHalterDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-wineAsymmetricHemCocktailDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/wineAsymmetricHemCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("wineAsymmetricHemCocktailDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-wineAsymmetricHemCocktailDress">><<nobr>> <<set _pathClothing to "clothing/dresses/wineAsymmetricHemCocktailDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineAsymmetricHemCocktailDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-wineMultiStrapGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-wineMultiStrapGown">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wineMultiStrapGown-highHeels-rear"))>> <</nobr>><</widget>> /* NEW CODE DRESSES */ <<widget "wear-dress-ogStretchyEthnicSkirtWornAsMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/ogStretchyEthnicSkirtWornAsMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("ogStretchyEthnicSkirtWornAsMiniDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-ogStretchyEthnicSkirtWornAsMiniDress">><<nobr>> <<set _pathClothing to "clothing/dresses/ogStretchyEthnicSkirtWornAsMiniDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"40_dress-ogStretchyEthnicSkirtWornAsMiniDress-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-wetYellowHalterNeckSummerDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/wetYellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("wetYellowHalterNeckSummerDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-wetYellowHalterNeckSummerDress">><<nobr>> <<set _pathClothing to "clothing/dresses/wetYellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-wetYellowHalterNeckSummerDress2-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-whiteMiniSmockSummerDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/whiteMiniSmockSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("whiteMiniSmockSummerDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-whiteMiniSmockSummerDress">><<nobr>> <<set _pathClothing to "clothing/dresses/whiteMiniSmockSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-whiteMiniSmockSummerDress3-rear"))>> <</nobr>><</widget>> <<widget "wear-dress-yellowHalterNeckSummerDress">><<nobr>> <<removeClothesThatConflictWithDresses>> <<set _pathClothing to "clothing/dresses/yellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("dress"), $kate.lastWornDress to ("yellowHalterNeckSummerDress")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-yellowHalterNeckSummerDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_dress-yellowHalterNeckSummerDress-rear"))>> <</nobr>><</widget>> <<widget "remove-dress-yellowHalterNeckSummerDress">><<nobr>> <<set _pathClothing to "clothing/dresses/yellowHalterNeckSummerDress/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("dress")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-yellowHalterNeckSummerDress-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_dress-yellowHalterNeckSummerDress-rear"))>> <</nobr>><</widget>>
<<widget "removeHosiery">> /* if kate is wearing hosiery, take it off */ <<if $kate.isWearing.includes("hosiery")>> <<= '<<remove-hosiery-' + $kate.lastWornHosiery + '>>'>> <</if>> <</widget>> <<widget "wear-hosiery-blackCottonTrainerSocksWithDarkGreyHeels">><<nobr>> <<set _pathClothing to "clothing/hosiery/blackCottonTrainerSocksWithDarkGreyHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("socks"), $kate.lastWornHosiery to "blackCottonTrainerSocksWithDarkGreyHeels">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-blackCottonTrainerSocksWithDarkGreyHeels">><<nobr>> <<set _pathClothing to "clothing/hosiery/blackCottonTrainerSocksWithDarkGreyHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("socks")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-blackCottonTrainerSocksWithDarkGreyHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-blackTrainerSocks">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("hosiery"), $kate.lastWornHosiery to "blackTrainerSocks">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_blackTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_blackTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-blackTrainerSocks">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("hosiery")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_blackTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_blackTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-greyTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/greyTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("socks"), $kate.lastWornHosiery to "greyTrainerSocks">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-greyTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-greyTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-greyTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/greyTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("socks")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-greyTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-greyTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-plainBlackHoldUpStockings">><<nobr>> <<set _pathClothing to "clothing/hosiery/plainBlackHoldUpStockings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("stockings"), $kate.lastWornHosiery to "plainBlackHoldUpStockings">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_hosiery-plainBlackHoldUpStockings"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_hosiery-plainBlackHoldUpStockings-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-plainBlackHoldUpStockings">><<nobr>> <<set _pathClothing to "clothing/hosiery/plainBlackHoldUpStockings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("stockings")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_hosiery-plainBlackHoldUpStockings"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_hosiery-plainBlackHoldUpStockings-rear"))>> <</nobr>><</widget>> <<widget "wear-hosiery-whiteTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/whiteCottonTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("hosiery"), $kate.lastWornHosiery to "whiteCottonTrainerSocks">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-whiteCottonTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_socks-whiteCottonTrainerSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-hosiery-whiteTrainerSocks">><<nobr>> <<set _pathClothing to "clothing/hosiery/whiteCottonTrainerSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("hosiery")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-whiteCottonTrainerSocks"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_socks-whiteCottonTrainerSocks-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithJackets">><<silently>> /* if kate is wearing a jacket, take it off */ <<if $kate.isWearing.includes("jacket")>> <<= '<<remove-jacket-' + $kate.lastWornJacket + '>>'>> <</if>> <</silently>><</widget>> <<widget "removeJacket">><<silently>> /* if kate is wearing a jacket, take it off */ <<if $kate.isWearing.includes("jacket")>> <<= '<<remove-jacket-' + $kate.lastWornJacket + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-jacket-classicCamelBlazer">><<nobr>> <<set _pathClothing to "clothing/jackets/classicCamelBlazer/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jacket"), $kate.lastWornJacket to "classicCamelBlazer">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-classicCamelBlazer"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-classicCamelBlazer-rear"))>> <</nobr>><</widget>> <<widget "remove-jacket-classicCamelBlazer">><<nobr>> <<set _pathClothing to "clothing/jackets/classicCamelBlazer/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jacket")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-classicCamelBlazer"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-classicCamelBlazer-rear"))>> <</nobr>><</widget>> /* OLD CODE JACKETS BELOW */ <<widget "wear-jacket-blackShortLeatherJacketWithSleevesRolledUp">><<nobr>> <<set _pathClothing to "clothing/jackets/blackShortLeatherJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jacket")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp-rear"))>> <</nobr>><</widget>> <<widget "remove-jacket-blackShortLeatherJacketWithSleevesRolledUp">><<nobr>> <<set _pathClothing to "clothing/jackets/blackShortLeatherJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jacket")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-blackShortLeatherJacketWithSleevesRolledUp-rear"))>> <</nobr>><</widget>> <<widget "wear-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/jackets/tanTwinButtonSuitJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jacket")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>> <<widget "remove-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/jackets/tanTwinButtonSuitJacketWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jacket")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_jacket-tanTwinButtonSuitJacketWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>>
/*Friendship bracelets left wrist*/ <<widget "wear-bracelet-friendshipBraceletsLeftWrist">><<nobr>> <<set _pathClothing to "clothing/jewellery/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("braceletLeft")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist-rear"))>> <</nobr>><</widget>> <<widget "remove-bracelet-friendshipBraceletsLeftWrist">><<nobr>> <<set _pathClothing to "clothing/jewellery/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("braceletLeft")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_bracelet-friendshipBraceletsLeftWrist-rear"))>> <</nobr>><</widget>> <<widget "wear-necklace-turquoiseSpyNecklace">><<nobr>> <<set _pathClothing to "clothing/jewellery/turquoiseSpyNecklace/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("necklace")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_necklace-turquoiseSpyNecklace"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_necklace-turquoiseSpyNecklace-rear"))>> <</nobr>><</widget>> <<widget "remove-necklace-turquoiseSpyNecklace">><<nobr>> <<set _pathClothing to "clothing/jewellery/turquoiseSpyNecklace/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("necklace")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_necklace-turquoiseSpyNecklace"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_necklace-turquoiseSpyNecklace-rear"))>> <</nobr>><</widget>> <<widget "wear-ring-transmitterRing">><<nobr>> <<set _pathClothing to "clothing/jewellery/transmitterRing/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("ringRight")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_transmitterRing"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_transmitterRing-rear"))>> <</nobr>><</widget>> <<widget "remove-ring-transmitterRing">><<nobr>> <<set _pathClothing to "clothing/jewellery/transmitterRing/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("ringRight")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_transmitterRing"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_transmitterRing-rear"))>> <</nobr>><</widget>> <<widget "wear-watch-deautherWatch">><<nobr>> <<set _pathClothing to "clothing/jewellery/deautherWatch/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("watchRight")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_watch-deautherWatch"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"50_watch-deautherWatch-rear"))>> <</nobr>><</widget>> <<widget "remove-watch-deautherWatch">><<nobr>> <<set _pathClothing to "clothing/jewellery/deautherWatch/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("watchRight")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"50_watch-deautherWatch"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"50_watch-deautherWatch-rear"))>> <</nobr>><</widget>>
<<widget "removeKnickers">><<silently>> <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-knickers-blackAndLimeGreenThreeSideStrapGanjaString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackAndLimeGreenThreeSideStrapGanjaString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackAndLimeGreenThreeSideStrapGanjaString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong", "g-string")>> <</nobr>><</widget>> <<widget "remove-knickers-blackAndLimeGreenThreeSideStrapGanjaString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackAndLimeGreenThreeSideStrapGanjaString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackAndLimeGreenThreeSideStrapGanjaString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackGotYourBackLaceThong">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackGotYourBackLaceThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackGotYourBackLaceThong">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lace">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-blackGotYourBackLaceThong">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackGotYourBackLaceThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackGotYourBackLaceThong-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackMeshWithHotPinkBowsCrotchlessString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackMeshWithHotPinkBowsCrotchlessString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackMeshWithHotPinkBowsCrotchlessString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lace">> <<set $knickers.description.push("thong", "g-string")>> <</nobr>><</widget>> <<widget "remove-knickers-blackMeshWithHotPinkBowsCrotchlessString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackMeshWithHotPinkBowsCrotchlessString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMeshWithHotPinkBowsCrotchlessString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackWithPinkPolkaDotsString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackStringWithPinkPolkaDots/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackWithPinkPolkaDotsString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-blackWithPinkPolkaDotsString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackStringWithPinkPolkaDots/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackWithPinkPolkaDotsString-rear"))>> <</nobr>><</widget>> <<widget "wear-knickers-blackLaceStringWithBlackCentralBow">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackLaceStringWithBlackCentralBow">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "black thong", "lacy thong", "skimpy thong"], $knickers.pronoun to "it", $knickers.material to "lace">> <</nobr>><</widget>> <<widget "remove-knickers-blackLaceStringWithBlackCentralBow">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-blackLaceStringWithBlackCentralBow-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackMicroMiniGString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/blackMicroMiniGString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "blackMicroMiniGString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMicroMiniGString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-blackMicroMiniGString-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["g-string", "black g-string", "skimpy g-string"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-blackMicroMiniGString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/blackMicroMiniGString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMicroMiniGString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-blackMicroMiniGString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-blackUnderArmourSportsKnickers">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to ("blackUnderArmourSportsKnickers")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-blackUnderArmourKnickers"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-blackUnderArmourKnickers-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "sporty panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "sporty knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "sporty undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-blackUnderArmourSportsKnickers">><<nobr>> <<set _pathClothing to "clothing/underwear/blackUnderArmourSportsUnderwear/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-blackUnderArmourKnickers"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-blackUnderArmourKnickers-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongFlamingoPink">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongFlamingoPink/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongFlamingoPink">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongFlamingoPink">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongFlamingoPink/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongFlamingoPink-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongRavenBlack">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRavenBlack/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongRavenBlack">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRavenBlack"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRavenBlack-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongRavenBlack">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRavenBlack/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRavenBlack"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRavenBlack-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongRobinEggBlue">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRobinEggBlue/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongRobinEggBlue">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongRobinEggBlue">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRobinEggBlue/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRobinEggBlue-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cheekyThongRoseRed">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRoseRed/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cheekyThongRoseRed">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRoseRed"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cheekyThongRoseRed-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong")>> <</nobr>><</widget>> <<widget "remove-knickers-cheekyThongRoseRed">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cheekyThongRoseRed/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRoseRed"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cheekyThongRoseRed-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cherryRedMidiWithSplitSide">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/cherryRedMidiKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cherryRedMidiWithSplitSide">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-cherryRedMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-cherryRedMidiWithSplitSide-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "red panties", "bright red panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "red knickers", "bright red knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "red undies", "bright red undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-cherryRedMidiWithSplitSide">><<nobr>> <<set _pathClothing to "clothing/underwear/cherryRedMidiKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-cherryRedMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-cherryRedMidiWithSplitSide-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-cherryRedTwoSideStrapWithGoldLoopsString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/cherryRedTwoSideStrapWithGoldLoopsString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "cherryRedTwoSideStrapWithGoldLoopsString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString-rear"))>> <<set $knickers to {}, $knickers.type to "gString", $knickers.description to [], $knickers.pronoun to "it", $knickers.material to "lycra">> <<set $knickers.description.push("thong", "g-string")>> <</nobr>><</widget>> <<widget "remove-knickers-cherryRedTwoSideStrapWithGoldLoopsString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/cherryRedTwoSideStrapWithGoldLoopsString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-cherryRedTwoSideStrapWithGoldLoopsString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-hotPinkCottonBoyshorts">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/hotPinkCottonBoyshorts/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "hotPinkCottonBoyshorts">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to ["boyshorts"], $knickers.pronoun to "them", $knickers.material to "cotton">> <</nobr>><</widget>> <<widget "remove-knickers-hotPinkCottonBoyshorts">><<nobr>> <<set _pathUnderWear to "clothing/underwear/hotPinkCottonBoyshorts/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-hotPinkCottonBoyshorts-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-ivoryStrappyString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/ivoryStrappyString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "ivoryStrappyString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-ivoryStrappyString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-ivoryStrappyString-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-ivoryStrappyString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/ivoryStrappyString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-ivoryStrappyString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-ivoryStrappyString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-leopardPrintMidiWithSplitSide">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/leopardPrintMidiWithSplitSide/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "leopardPrintMidiWithSplitSide">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "leopard print panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "leopard print knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "leopard print undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-leopardPrintMidiWithSplitSide">><<nobr>> <<set _pathUnderWear to "clothing/underwear/leopardPrintMidiWithSplitSide/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-leopardPrintMidiWithSplitSide-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-makoBlueThermalUnderwearBottoms">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearBottoms/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "makoBlueThermalUnderwearBottoms">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2-rear"))>> <<set $knickers to {}, $knickers.type to "bottoms", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "cotton">> <<set $knickers.description.push("thermal bottoms")>> <</nobr>><</widget>> <<widget "remove-knickers-makoBlueThermalUnderwearBottoms">><<nobr>> <<set _pathUnderWear to "clothing/underwear/makoBlueThermalUnderwearBottoms/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"35_makoBlueThermalUnderwearBottoms2-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-maroonGlitterString">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/maroonGlitterString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "maroonGlitterString">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-maroonGlitterString"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-maroonGlitterString-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-maroonGlitterString">><<nobr>> <<set _pathUnderWear to "clothing/underwear/maroonGlitterString/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-maroonGlitterString"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-maroonGlitterString-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-nudeStringWithTwoBowsOnStraps">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "nudeStringWithTwoBowsOnStraps">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "skimpy thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-nudeStringWithTwoBowsOnStraps">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-nudeStringWithTwoBowsOnStraps-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-oceanDotStringBikiniPanties">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/oceanDotStringBikiniPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "oceanDotStringBikiniPanties">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-oceanDotStringBikiniPanties">><<nobr>> <<set _pathUnderWear to "clothing/underwear/oceanDotStringBikiniPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-oceanDotStringBikiniPanties-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-pinkSheerBikiniCutKnickers">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathClothing to "clothing/underwear/pinkSheerBikiniCutKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "pinkSheerBikiniCutKnickers">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lace">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "pink panties", "sheer pink panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "pink knickers", "sheer pink knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "pink undies", "sheer pink undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-pinkSheerBikiniCutKnickers">><<nobr>> <<set _pathClothing to "clothing/underwear/pinkSheerBikiniCutKnickers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"30_pants-pinkSheerBikiniCutPantsWithCentralPinkBow-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-pinkThongWithCentralBow">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/pinkThongWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "pinkThongWithCentralBow">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-pinkThongWithCentralBow"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-pinkThongWithCentralBow-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "pink thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-pinkThongWithCentralBow">><<nobr>> <<set _pathUnderWear to "clothing/underwear/pinkThongWithCentralBow/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-pinkThongWithCentralBow"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-pinkThongWithCentralBow-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-palePinkNetAndRedVelvetMultiStrapThong">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "palePinkNetAndRedVelvetMultiStrapThong">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "strappy thong"], $knickers.pronoun to "it", $knickers.material to "lace">> <</nobr>><</widget>> <<widget "remove-knickers-palePinkNetAndRedVelvetMultiStrapThong">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-palePinkNetAndRedVelvetMultiStrapThong-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-redLowRiseThong">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/redLowRiseThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "redLowRiseThong">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redLowRiseThong"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redLowRiseThong-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "red thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-redLowRiseThong">><<nobr>> <<set _pathUnderWear to "clothing/underwear/redLowRiseThong/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redLowRiseThong"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redLowRiseThong-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-redWineThongWith2Bows">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/redWineThongWith2Bows/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "redWineThongWith2Bows">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redWineThongWith2Bows"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-redWineThongWith2Bows-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "red thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-redWineThongWith2Bows">><<nobr>> <<set _pathUnderWear to "clothing/underwear/redWineThongWith2Bows/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redWineThongWith2Bows"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-redWineThongWith2Bows-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-rosePinkAbbieLaceTrimPanties">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "rosePinkAbbieLaceTrimPanties">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "red thong"], $knickers.pronoun to "it", $knickers.material to "lycra">> <</nobr>><</widget>> <<widget "remove-knickers-rosePinkAbbieLaceTrimPanties">><<nobr>> <<set _pathUnderWear to "clothing/underwear/rosePinkAbbieLaceTrimPanties/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-rosePinkAbbieLaceTrimPanties-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-vsPinkHeartsKnickers">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/vsPinkHeartsKnickers/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "vsPinkHeartsKnickers">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lace">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-vsPinkHeartsKnickers">><<nobr>> <<set _pathUnderWear to "clothing/underwear/vsPinkHeartsKnickers/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_knickers-vsPinkHeartsKnickers-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-whiteBikiniPantsRipley">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/whiteBikiniPantsRipley/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "whiteBikiniPantsRipley">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley-rear"))>> <<set $knickers to {}, $knickers.type to "thong", $knickers.description to ["thong", "skimpy thong"], $knickers.pronoun to "it", $knickers.material to "cotton">> <</nobr>><</widget>> <<widget "remove-knickers-whiteBikiniPantsRipley">><<nobr>> <<set _pathUnderWear to "clothing/underwear/whiteBikiniPantsRipley/">> /*SET CLEAVAGE OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_knickers-whiteBikiniPantsRipley-rear"))>> <<unset $knickers>> <</nobr>><</widget>> <<widget "wear-knickers-whiteBrazilianCutWithLaceHem">><<nobr>> /* if kate is wearing knickers already, take them off */ <<if $kate.isWearing.includes("knickers")>> <<= '<<remove-knickers-' + $kate.lastWornKnickers + '>>'>> <</if>> <<set _pathUnderWear to "clothing/underwear/whiteBrazilianCutPantiesWithLaceHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers"), $kate.lastWornKnickers to "whiteBrazilianCutWithLaceHem">> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem-rear"))>> <<set $knickers to {}, $knickers.type to "knickers", $knickers.description to [], $knickers.pronoun to "them", $knickers.material to "lycra">> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $knickers.description.push("panties", "silky panties")>> <<elseif $kate.agency == "mi6">> <<set $knickers.description.push("knickers", "silky knickers")>> <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> <<set $knickers.description.push("undies", "silky undies")>> <</if>> <</nobr>><</widget>> <<widget "remove-knickers-whiteBrazilianCutWithLaceHem">><<nobr>> <<set _pathUnderWear to "clothing/underwear/whiteBrazilianCutPantiesWithLaceHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"30_pants-whiteBrazilianCutWithLaceHem-rear"))>> <<unset $knickers>> <</nobr>><</widget>>
<<widget "lifepath-8yrAvatar-school">><<nobr>> <<set _path to "age8/">> <<set $avatar.body.delete(_path+"20_body-yellowSkirtAndBlackSweater-"+$kate.complexion)>> <<set $avatar.body.pushUnique(_path+"20_body-ukSchoolUniform-"+$kate.complexion)>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_pink-rectangular-glasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-12yrAvatarNoBlazer">><<nobr>> <<set _path to "age12/">> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolUniform")>> <<set $avatar.foreground.pushUnique(_path+"10_hairclip")>> <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_purple-rectangular-glasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-12yrAvatarJeansAndHoodie">><<nobr>> <<set _path to "age12/">> <<set $avatar.clothing to []>> <<set $avatar.body.delete(_path+"20_body-ukSchoolUniform-"+$kate.complexion)>> <<set $avatar.body.pushUnique(_path+"20_body-jeansAndHoodie-"+$kate.complexion)>> <<set $avatar.foreground.pushUnique(_path+"10_hairclip")>> <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_purple-rectangular-glasses")>> <</if>> <</nobr>><</widget>>
<<widget "wear-bathRobe-whiteBathRobe">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bathrobe")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie-rear"))>> <</nobr>><</widget>> <<widget "remove-bathRobe-whiteBathRobe">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bathrobe")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_bathrobe-whiteRobeWithWaistTie-rear"))>> <</nobr>><</widget>> <<widget "wear-towel-amandasSkimpyRedTowel">><<nobr>> <<set _pathClothing to "clothing/towels/amandasSkimpyRedTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("towel")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-amandasSkimpyRedTowel-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-amandasSkimpyRedTowel-rear"))>> <</nobr>><</widget>> <<widget "remove-towel-amandasSkimpyRedTowel">><<nobr>> <<set _pathClothing to "clothing/towels/amandasSkimpyRedTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("towel")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-amandasSkimpyRedTowel-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-amandasSkimpyRedTowel-rear"))>> <</nobr>><</widget>> <<widget "wear-towel-whiteBathSheet">><<nobr>> <<set _pathClothing to "clothing/towels/whiteBathTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("towel")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-whiteBathSheet-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_towel-whiteBathSheet-rear"))>> <</nobr>><</widget>> <<widget "remove-towel-whiteBathSheet">><<nobr>> <<set _pathClothing to "clothing/towels/whiteBathTowel/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavage to false>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("towel")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-whiteBathSheet-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_towel-whiteBathSheet-rear"))>> <</nobr>><</widget>> <<widget "wear-scarf-greyScarf">><<nobr>> <<set _pathClothing to "clothing/accessories/greyScarf/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("scarf")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_scarf-greyScarf"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"50_scarf-greyScarf-rear"))>> <</nobr>><</widget>> <<widget "remove-scarf-greyScarf">><<nobr>> <<set _pathClothing to "clothing/accessories/greyScarf/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("scarf")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"50_scarf-greyScarf"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"50_scarf-greyScarf-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithShoes">> /* if kate is wearing shoes, take them off */ <<if $kate.isWearing.includes("shoes")>> <<= '<<remove-shoes-' + $kate.lastWornShoes + '>>'>> <</if>> <</widget>> <<widget "removeShoes">><<silently>> <<if $kate.isWearing.includes("shoes")>> <<= '<<remove-shoes-' + $kate.lastWornShoes + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-shoes-amandasBlackHighHeeledAnkleBoots">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/amandasBlackHighHeeledAnkleBoots/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "amandasBlackHighHeeledAnkleBoots">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-amandasBlackHighHeeledAnkleBoots">><<nobr>> <<set _pathClothing to "clothing/shoes/amandasBlackHighHeeledAnkleBoots/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-amandasBlackHighHeeledAnkleBoots-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-beigeMaryJanePumps">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/beigeMaryJanePumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "beigeMaryJanePumps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-beigeMaryJanePumps"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-beigeMaryJanePumps-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-beigeMaryJanePumps">><<nobr>> <<set _pathClothing to "clothing/shoes/beigeMaryJanePumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-beigeMaryJanePumps"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-beigeMaryJanePumps-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackAndWhiteConverseLowTops">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackAndWhiteConverseLowTopTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackAndWhiteConverseLowTops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackAndWhiteConverseLowTops">><<nobr>> <<set _pathClothing to "clothing/shoes/blackAndWhiteConverseLowTopTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteConverseTrainers-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackAndWhiteStripeAdidasTrainers">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackAndWhiteStripeAdidasTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackAndWhiteStripeAdidasTrainers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackAndWhiteStripeAdidasTrainers">><<nobr>> <<set _pathClothing to "clothing/shoes/blackAndWhiteStripeAdidasTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndWhiteStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackPatentHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackPatentHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackPatentHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackPatentHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackPatentHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackPatentHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/blackPatentHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackPatentHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackPatentHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackElegantPumps">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackElegantPumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackElegantPumps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackElegantPumps"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackElegantPumps-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackElegantPumps">><<nobr>> <<set _pathClothing to "clothing/shoes/blackElegantPumps/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackElegantPumps"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackElegantPumps-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackStrappyGladiatorFlatSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackStrappyGladiatorFlatSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackStrappyGladiatorFlatSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackStrappyGladiatorHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackStrappyGladiatorHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackStrappyGladiatorHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/blackStrappyGladiatorHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackSuedeAnklePlatformHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackSuedeAnklePlatformHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackSuedeAnklePlatformHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackSuedeAnklePlatformHeelsOverTrousers">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeelsOverTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackSuedeAnklePlatformHeelsOverTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackSuedeAnklePlatformHeelsOverTrousers">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnklePlatformHeelsOverTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"25_shoes-blackSuedeAnklePlatformHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-brownAnkleHighStrappyFlatSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/brownAnkleHighStrappyFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "brownAnkleHighStrappyFlatSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-brownAnkleHighStrappyFlatSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/brownAnkleHighStrappyFlatSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-creamBSKSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/creamBSKSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "creamBSKSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-creamBSKSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-creamBSKSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-creamBSKSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/creamBSKSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-creamBSKSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-creamBSKSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greyToeThongFlipFlops">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/greyToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "greyToeThongFlipFlops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyToeThongFlipFlops-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-greyToeThongFlipFlops">><<nobr>> <<set _pathClothing to "clothing/shoes/greyToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyToeThongFlipFlops-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-pinkToeThongFlipFlops">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "clothing/shoes/pinkToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "pinkToeThongFlipFlops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-pinkToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-pinkToeThongFlipFlops-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-pinkToeThongFlipFlops">><<nobr>> <<set _pathClothing to "clothing/shoes/pinkToeThongFlipFlops/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-pinkToeThongFlipFlops"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-pinkToeThongFlipFlops-rear"))>> <</nobr>><</widget>> /* OLD FORMAT SHOES */ <<widget "wear-shoes-brownPatentHeelsWithBlackToe">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/brownPatentHeelsWithBlackToe/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "brownPatentHeelsWithBlackToe">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-brownPatentHeelsWithBlackToe">><<nobr>> <<set _pathClothing to "clothing/shoes/brownPatentHeelsWithBlackToe/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-brownPatentHeelsWithBlackToe-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackStrappyGladiatorStilettoSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<removeHosiery>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackStrappyGladiatorStilettoSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackStrappyGladiatorStilettoSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-boots-blackSuedeAnkleStillettosWithBuckles">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnkleStilettosWithBuckles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("boots")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles-rear"))>> <</nobr>><</widget>> <<widget "remove-boots-blackSuedeAnkleStillettosWithBuckles">><<nobr>> <<set _pathClothing to "clothing/shoes/blackSuedeAnkleStilettosWithBuckles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("boots")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_boots-blackSuedeAnkleStillettosWithBuckles-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-blackAndGreyTBarStrapStilettos">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "blackAndGreyTBarStrapStilettos">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-blackAndGreyTBarStrapStilettos">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-blackAndGreyTBarStrapStilettos-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-goldStrappyGladiatorStilettoSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "goldStrappyGladiatorStilettoSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-goldStrappyGladiatorStilettoSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-goldStrappyGladiatorStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greenHikingShoesWithWhiteSocks">><<nobr>> <<set _pathClothing to "clothing/shoes/greenHikingShoesWithWhiteSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-greenHikingShoesWithWhiteSocks">><<nobr>> <<set _pathClothing to "clothing/shoes/greenHikingShoesWithWhiteSocks/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greenHikingShoesWithWhiteSocks-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greyAdidasPaceVSTrainers">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/greyAdidasPaceVSTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "greyAdidasPaceVSTrainers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-greyAdidasPaceVSTrainers">><<nobr>> <<set _pathClothing to "clothing/shoes/greyAdidasPaceVSTrainers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-greyAdidasPaceVSTrainers2-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-greyStrappyWedgeSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyStrappyWedgeSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-greyStrappyWedgeSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-khakiFlatEspadrilles">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "khakiFlatEspadrilles">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-khakiFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-khakiFlatEspadrilles-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-khakiFlatEspadrilles">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-khakiFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-khakiFlatEspadrilles-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-leopardStrappyHighHeelSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/leopardStrappyHighHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "leopardStrappyHighHeelSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-leopardStrappyHighHeelSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/leopardStrappyHighHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-leopardStrappyHighHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-nudePeepToeHeels">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/nudePeepToeHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "nudePeepToeHeels">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-nudePeepToeHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-nudePeepToeHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-nudePeepToeHeels">><<nobr>> <<set _pathClothing to "clothing/shoes/nudePeepToeHeels/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-nudePeepToeHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-nudePeepToeHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-pinkStrappyStilettoHeelSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/pinkStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "pinkStrappyStilettoHeelSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-pinkStrappyStilettoHeelSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/pinkStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-pinkStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-redValentinoStilettos">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/redValentinoStilettos/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "redValentinoStilettos">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redValentinoStilettos"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redValentinoStilettos-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-redValentinoStilettos">><<nobr>> <<set _pathClothing to "clothing/shoes/redValentinoStilettos/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redValentinoStilettos"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redValentinoStilettos-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-redVelvetCrissCrossStrappyStilettoHeelSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "clothing/shoes/redVelvetCrissCrossStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "redVelvetCrissCrossStrappyStilettoHeelSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-redVelvetCrissCrossStrappyStilettoHeelSandals">><<nobr>> <<set _pathClothing to "clothing/shoes/redVelvetCrissCrossStrappyStilettoHeelSandals/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"15_shoes-redVelvetCrissCrossStrappyStilettoHeelSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-silverStrappyStilettoSandals">><<nobr>> <<removeClothesThatConflictWithShoes>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to false>> /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "silverStrappyStilettoSandals">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-silverStrappyStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-silverStrappyStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-silverStrappyStilettoSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-silverStrappyStilettoSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-silverStrappyStilettoSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-tanAnkleHighStrappyFlatSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to ("tanAnkleHighStrappyFlatSandals")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-tanAnkleHighStrappyFlatSandals">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-tanAnkleHighStrappyFlatSandals-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-whiteAdidasTrainers">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-whiteAdidasTrainers">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteAndGreyStripeAdidasTrainers-rear"))>> <</nobr>><</widget>> <<widget "wear-shoes-whiteFlatEspadrilles">><<nobr>> <<set _pathClothing to "clothing/shoes/whiteFlatEspadrilles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shoes"), $kate.lastWornShoes to "whiteFlatEspadrilles">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shoes-whiteFlatEspadrilles-rear"))>> <</nobr>><</widget>> <<widget "remove-shoes-whiteFlatEspadrilles">><<nobr>> <<set _pathClothing to "clothing/shoes/whiteFlatEspadrilles/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ <<set $avatar.barefoot to true>> /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shoes")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteFlatEspadrilles"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shoes-whiteFlatEspadrilles-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithShorts">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</widget>> <<widget "removeShorts">><<silently>> <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-shorts-basicBlackCottonBlendHotPants">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/basicBlackCottonBlendHotPants/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "basicBlackCottonBlendHotPants">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-basicBlackCottonBlendHotPants">><<nobr>> <<set _pathClothing to "clothing/shorts/basicBlackCottonBlendHotPants/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-basicBlackCottonBlendHotPants-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-bayouxBlueButtonDetailShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/bayouxBlueButtonDetailShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "bayouxBlueButtonDetailShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-bayouxBlueButtonDetailShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/bayouxBlueButtonDetailShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-bayouxBlueButtonDetailShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackDenimDaisyDukes">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blackDenimDaisyDukes">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackDenimDaisyDukes">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackHikerShortsWithBrownBelt">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/trousers/blackHikerShortsWithBrownBelt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blackHikerShortsWithBrownBelt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackHikerShortsWithBrownBelt">><<nobr>> <<set _pathClothing to "clothing/trousers/blackHikerShortsWithBrownBelt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackHikerShortsWithBrownBelt-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackShortSportsShorts">><<nobr>> <<set _pathClothing to "clothing/trousers/blackShortSportsShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackShortSportsShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackShortSportsShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackShortSportsShorts">><<nobr>> <<set _pathClothing to "clothing/trousers/blackShortSportsShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackShortSportsShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackShortSportsShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blackStripperBootyShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/blackStripperBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blackStripperBootyShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackStripperBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blackStripperBootyShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blackStripperBootyShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/blackStripperBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackStripperBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blackStripperBootyShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blueDenimDaisyDukes">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/blueDenimDaisyDukes2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blueDenimDaisyDukes">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blueDenimDaisyDukes">><<nobr>> <<set _pathClothing to "clothing/shorts/blueDenimDaisyDukes2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDaisyDukes"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDaisyDukes-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-blueDenimDIYJeansShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/blueDenimDIYJeansShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "blueDenimDIYJeansShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDIYJeansShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-blueDenimDIYJeansShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-blueDenimDIYJeansShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/blueDenimDIYJeansShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDIYJeansShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-blueDenimDIYJeansShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-darkGreyShortsWithBeltLoops">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "darkGreyShortsWithBeltLoops">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-darkGreyShortsWithBeltLoops">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-darkGreyShortsWithBeltLoops-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-lightGreyCyclingShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/lightGreyCyclingShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "lightGreyCyclingShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-lightGreyCyclingShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-lightGreyCyclingShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-lightGreyCyclingShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/lightGreyCyclingShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-lightGreyCyclingShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-lightGreyCyclingShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-offWhiteVelour70sTrackShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/offWhiteVelour70sTrackShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "offWhiteVelour70sTrackShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-offWhiteVelour70sTrackShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/offWhiteVelour70sTrackShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-offWhiteVelour70sTrackShorts-rear"))>> <</nobr>><</widget>> <<widget "wear-shorts-pinkBootyShorts">><<nobr>> <<removeClothesThatConflictWithShorts>> <<set _pathClothing to "clothing/shorts/pinkBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shorts"), $kate.lastWornShorts to "pinkBootyShorts">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-pinkBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shorts-pinkBootyShorts-rear"))>> <</nobr>><</widget>> <<widget "remove-shorts-pinkBootyShorts">><<nobr>> <<set _pathClothing to "clothing/shorts/pinkBootyShorts/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shorts")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-pinkBootyShorts"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shorts-pinkBootyShorts-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithSkirts">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</widget>> <<widget "removeSkirt">><<silently>> <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-skirt-blackMiniPencil">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniPencil/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniPencil"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniPencil-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackMiniPencil">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniPencil/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniPencil"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniPencil-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blackMiniWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniWorkSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "blackMiniWorkSkirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackMiniWorkSkirt-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackMiniWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackMiniWorkSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackMiniWorkSkirt-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blackShortWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackShortWorkSkirt2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "blackShortWorkSkirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackShortWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackShortWorkSkirt2-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackShortWorkSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/blackShortWorkSkirt2/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackShortWorkSkirt2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackShortWorkSkirt2-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blackSideSlitMini">><<nobr>> <<set _pathClothing to "clothing/skirts/blackSideSlitMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackSideSlitMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blackSideSlitMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blackSideSlitMini">><<nobr>> <<set _pathClothing to "clothing/skirts/blackSideSlitMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackSideSlitMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blackSideSlitMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-bloomingLavenderFlippyMini">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/bloomingLavenderFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "bloomingLavenderFlippyMini">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-bloomingLavenderFlippyMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-bloomingLavenderFlippyMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-bloomingLavenderFlippyMini">><<nobr>> <<set _pathClothing to "clothing/skirts/bloomingLavenderFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-bloomingLavenderFlippyMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-bloomingLavenderFlippyMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-blueAndRedEthnicPatternFlippyMini">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/blueAndRedEthnicPatternFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "blueAndRedEthnicPatternFlippyMini">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini3"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini4-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-blueAndRedEthnicPatternFlippyMini">><<nobr>> <<set _pathClothing to "clothing/skirts/blueAndRedEthnicPatternFlippyMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini3"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-blueAndRedEthnicPatternFlippyMini4-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-mustardMaxiSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/mustardMaxiSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-mustardMaxiSkirt"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-mustardMaxiSkirt-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-mustardMaxiSkirt">><<nobr>> <<set _pathClothing to "clothing/skirts/mustardMaxiSkirt/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-mustardMaxiSkirt"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-mustardMaxiSkirt-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-ogKhakiMini">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/ogKhakiMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "ogKhakiMini">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-ogKhakiMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-ogKhakiMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-ogKhakiMini">><<nobr>> <<set _pathClothing to "clothing/skirts/ogKhakiMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-ogKhakiMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-ogKhakiMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-ogStretchyEthnicSkirtMaxi">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "ogStretchyEthnicSkirtMaxi">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-ogStretchyEthnicSkirtMaxi">><<nobr>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMaxi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMaxi2-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-ogStretchyEthnicSkirtMidi">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMidi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "ogStretchyEthnicSkirtMidi">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-ogStretchyEthnicSkirtMidi">><<nobr>> <<set _pathClothing to "clothing/skirts/ogStretchyEthnicSkirtMidi/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"40_skirt-ogStretchyEthnicSkirtMidi-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-redFloralTieSideMini">><<nobr>> <<set _pathClothing to "clothing/skirts/redFloralTieSideMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-redFloralTieSideMini"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-redFloralTieSideMini-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-redFloralTieSideMini">><<nobr>> <<set _pathClothing to "clothing/skirts/redFloralTieSideMini/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-redFloralTieSideMini"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-redFloralTieSideMini-rear"))>> <</nobr>><</widget>> <<widget "wear-skirt-taupeBandagePencilSkirtWithFlutedHem">><<nobr>> <<removeClothesThatConflictWithSkirts>> <<set _pathClothing to "clothing/skirts/taupeBandagePencilSkirtWithFlutedHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("skirt"), $kate.lastWornSkirt to "taupeBandagePencilSkirtWithFlutedHem">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem-rear"))>> <</nobr>><</widget>> <<widget "remove-skirt-taupeBandagePencilSkirtWithFlutedHem">><<nobr>> <<set _pathClothing to "clothing/skirts/taupeBandagePencilSkirtWithFlutedHem/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("skirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_skirt-taupeBandagePencilSkirtWithFlutedHem-rear"))>> <</nobr>><</widget>>
<<widget "wear-apMazzyPinkAndBlackSwimsuit">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("swimsuit")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_swimsuit-blackAndPinkAPMazzySwimsuit-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_swimsuit-blackAndPinkAPMazzySwimsuit-rear"))>> <</nobr>><</widget>> <<widget "remove-apMazzyPinkAndBlackSwimsuit">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("swimsuit")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_swimsuit-blackAndPinkAPMazzySwimsuit-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_swimsuit-blackAndPinkAPMazzySwimsuit-rear"))>> <</nobr>><</widget>> <<widget "wear-hallesBikiniBottoms">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("knickers")>> /*FRONT*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms"))>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms-rear"))>> <</nobr>><</widget>> <<widget "remove-hallesBikiniBottoms">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("knickers")>> /*FRONT*/ <<set $avatar.underwear.delete((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms"))>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_bikiniBottoms-orangeTieSideBikiniBottoms-rear"))>> <</nobr>><</widget>> <<widget "wear-hallesBikiniTop">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-rear"))>> <</nobr>><</widget>> <<widget "remove-hallesBikiniTop">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-rear"))>> <</nobr>><</widget>> <<widget "wear-hallesBikiniTop-undone">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-undone-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique(_size)>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-undone-rear"))>> <</nobr>><</widget>> <<widget "remove-hallesBikiniTop-undone">><<nobr>> <<set _pathUnderWear to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("bra")>> /*FRONT*/ <<set _size to (_pathUnderWear +"10_bikiniTop-orangeHalterTieBikiniTop-undone-" +$kate.braSize)>> <<set $avatar.underwear.delete(_size)>> /*BACK*/ <<set $avatar.underwear.delete((_pathUnderWear+"10_bikiniTop-orangeHalterTieBikiniTop-undone-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithTops">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing a top, take it off */ <<if $kate.isWearing.includes("top")>> <<= '<<remove-top-' + $kate.lastWornTop + '>>'>> <</if>> <</widget>> <<widget "removeTop">><<silently>> <<if $kate.isWearing.includes("top")>> <<= '<<remove-top-' + $kate.lastWornTop + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-top-babyBlueSemiSheerVNeckTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/babyBlueSemiSheerVNeckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "babyBlueSemiSheerVNeckTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-babyBlueSemiSheerVNeckTop">><<nobr>> <<set _pathClothing to "clothing/tops/babyBlueSemiSheerVNeckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-babyBlueSemiSheerVNeckTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackHardCockCafeCropTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set _pokies to "piercedPokies">> <<else>> <<set _pokies to "pokies">> <</if>> <<set _pathClothing to "clothing/tops/blackHardCockCafeCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackHardCockCafeCropTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-blackHardCockCafeCropTop-" + _pokies + "-" + $kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-blackHardCockCafeCropTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackHardCockCafeCropTop">><<nobr>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set _pokies to "piercedPokies">> <<else>> <<set _pokies to "pokies">> <</if>> <<set _pathClothing to "clothing/tops/blackHardCockCafeCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-blackHardCockCafeCropTop-" + _pokies + "-" + $kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-blackHardCockCafeCropTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackLongSleevedTee">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackLongSleevedTee/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackLongSleevedTee">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackLongSleevedTee-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackLongSleevedTee-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackLongSleevedTee">><<nobr>> <<set _pathClothing to "clothing/tops/blackLongSleevedTee/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackLongSleevedTee-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackLongSleevedTee-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackVestWithSpaghettiStraps">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackVestWithSpaghettiStraps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackVestWithSpaghettiStraps2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackVestWithSpaghettiStraps">><<nobr>> <<set _pathClothing to "clothing/tops/blackVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackVestWithSpaghettiStraps2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blueFloralPrintSummerScoopNeckSleevelessTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blueFloralPrintSummerScoopNeckSleevelessTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blueFloralPrintSummerScoopNeckSleevelessTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blueFloralPrintSummerScoopNeckSleevelessTop">><<nobr>> <<set _pathClothing to "clothing/tops/blueFloralPrintSummerScoopNeckSleevelessTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blueFloralPrintSummerScoopNeckSleevelessTop3-rear"))>> <</nobr>><</widget>> <<widget "wear-top-brownVestWithSpaghettiStraps">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/brownVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "brownVestWithSpaghettiStraps">> /*FRONT*/ <<if $kate.isWearing.includes("bra")>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-"+$kate.braSize))>> <<elseif $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-piercedFeminist-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-feminist-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-brownVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-top-brownVestWithSpaghettiStraps">><<nobr>> <<set _pathClothing to "clothing/tops/brownVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-"+$kate.braSize))>> <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-piercedFeminist-"+$kate.braSize))>> <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-feminist-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-brownVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-top-greyBohoShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/greyBohoShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "greyBohoShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-greyBohoShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-greyBohoShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-greyBohoShirt">><<nobr>> <<set _pathClothing to "clothing/tops/greyBohoShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-greyBohoShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-greyBohoShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-ogNorgiTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/ogNorgiTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "ogNorgiTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_ogNorgiTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_ogNorgiTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-ogNorgiTop">><<nobr>> <<set _pathClothing to "clothing/tops/ogNorgiTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_ogNorgiTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_ogNorgiTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-petrolBlueDeathHornetCropTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/petrolBlueDeathHornetCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "petrolBlueDeathHornetCropTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-petrolBlueDeathHornetCropTop">><<nobr>> <<set _pathClothing to "clothing/tops/petrolBlueDeathHornetCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-petrolBlueDeathHornetCropTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-redTieUpHalterneckTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/redTieUpHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "redTieUpHalterneckTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-redTieUpHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-redTieUpHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-redTieUpHalterneckTop">><<nobr>> <<set _pathClothing to "clothing/tops/redTieUpHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-redTieUpHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-redTieUpHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteTouristyTempleTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteTouristyTempleTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteTouristyTempleTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTouristyTempleTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTouristyTempleTShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteTouristyTempleTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTouristyTempleTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTouristyTempleTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTouristyTempleTShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-zoesBlackLongsleevedTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/zoesBlackLongsleevedTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "zoesBlackLongsleevedTop">> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-zoesBlackLongsleevedTop-piercedPokies-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-zoesBlackLongsleevedTop-pokies-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-zoesBlackLongsleevedTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-zoesBlackLongsleevedTop">><<nobr>> <<set _pathClothing to "clothing/tops/zoesBlackLongsleevedTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.clothing.delete((_pathClothing+"20_top-zoesBlackLongsleevedTop-piercedPokies-"+$kate.braSize))>> <<else>> <<set $avatar.clothing.delete((_pathClothing+"20_top-zoesBlackLongsleevedTop-pokies-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-zoesBlackLongsleevedTop-rear"))>> <</nobr>><</widget>> /* OLD CODE AND SOME NEW CODE TOPS SHIRTS SWEATERS JUMPERS*/ <<widget "wear-jumper-blackTurtleNeckWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/sweaters/blackTurtleNeckWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("jumper")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>> <<widget "remove-jumper-blackTurtleNeckWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/sweaters/blackTurtleNeckWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("jumper")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-blackTurtleNeckWithRolledUpSleevesFixed-rear"))>> <</nobr>><</widget>> <<widget "wear-top-greenRibbedSweaterWithWhiteCollarAndShirtTails">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-rear"))>> <</nobr>><</widget>> <<widget "remove-top-greenRibbedSweaterWithWhiteCollarAndShirtTails">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_jumper-greenRibbedSweaterWithWhiteCollarAndShirtTails-rear"))>> <</nobr>><</widget>> <<widget "wear-sweater-greyHoodlessSweater">><<nobr>> <<set _pathClothing to "clothing/sweaters/greyHoodlessSweater/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("sweater")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_sweater-greyHoodlessSweater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_sweater-greyHoodlessSweater-rear"))>> <</nobr>><</widget>> <<widget "remove-sweater-greyHoodlessSweater">><<nobr>> <<set _pathClothing to "clothing/sweaters/greyHoodlessSweater/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("sweater")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_sweater-greyHoodlessSweater-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_sweater-greyHoodlessSweater-rear"))>> <</nobr>><</widget>> <<widget "wear-shirt-beigeSilkCollarlessBlouse">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-rear"))>> <</nobr>><</widget>> <<widget "remove-shirt-beigeSilkCollarlessBlouse">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_shirt-beigeSilkCollarlessFittedBlouseWithFoldedSleeves-rear"))>> <</nobr>><</widget>> <<widget "wear-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/shirts/paleGreyAndWhiteShirtWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("shirt")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-rear"))>> <</nobr>><</widget>> <<widget "remove-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">><<nobr>> <<set _pathClothing to "clothing/shirts/paleGreyAndWhiteShirtWithRolledUpSleeves/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("shirt")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackRibbedButtonUpCroppedTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackRibbedButtonUpCroppedTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackRibbedButtonUpCroppedTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/blackRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-shellPinkVNeckWrapLongSleevedBlouse">><<nobr>> <<set _pathClothing to "clothing/tops/shellPinkVNeckWrapLongSleevedBlouse/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-rear"))>> <</nobr>><</widget>> <<widget "remove-top-shellPinkVNeckWrapLongSleevedBlouse">><<nobr>> <<set _pathClothing to "clothing/tops/shellPinkVNeckWrapLongSleevedBlouse/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-shellPinkVNeckWrapLongSleevedBlouse-rear"))>> <</nobr>><</widget>> <<widget "wear-top-darkGreyVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/darkGreyVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "remove-top-darkGreyVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/darkGreyVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "wear-top-foxHugTShirt">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-rear"))>> <</nobr>><</widget>> <<widget "remove-top-foxHugTShirt">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredLongTShirtFoxHug-rear"))>> <</nobr>><</widget>> <<widget "wear-top-pinkRibbedButtonFrontCroppedTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/pinkRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "pinkRibbedButtonFrontCroppedTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-rear"))>> <</nobr>><</widget>> <<widget "remove-top-pinkRibbedButtonFrontCroppedTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/pinkRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-pinkRibbedButtonFrontCroppedTShirt2-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteFlaredVestWithSpaghettiStraps">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteFlaredVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteFlaredVestWithSpaghettiStraps">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteFlaredVestWithSpaghettiStraps">><<nobr>> <<set _pathClothing to "clothing/tops/whiteFlaredVestWithSpaghettiStraps/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteFlaredVestWithSpaghettiStraps-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteFrillySpaghettiStrapVest">><<nobr>> <<set _pathClothing to "clothing/tops/whiteFrillySpaghettiStrapVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteFrillySpaghettiStrapVest">><<nobr>> <<set _pathClothing to "clothing/tops/whiteFrillySpaghettiStrapVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteFrillySpaghettiStrapVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteSpaghettiStrapsVestTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteSpaghettiStrapsVestTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteSpaghettiStrapsVestTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteSpaghettiStrapsVestTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteSpaghettiStrapsVestTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteSpaghettiStrapsVestTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-mustardYellowVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/mustardYellowVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "remove-top-mustardYellowVNeckLongSleevedFlared">><<nobr>> <<set _pathClothing to "clothing/tops/mustardYellowVNeckLongSleevedFlaredTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-mustardYellowVNeckLongSleevedFlared-rear"))>> <</nobr>><</widget>> <<widget "wear-top-rustVNeckShortCrinkleSleevedTop">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-rustVNeckShortCrinkleSleevedTop">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-rustVNeckShortCrinkleSleevedTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-vsHenleySleepTank">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-vsHenleySleepTank-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-vsHenleySleepTank-rear"))>> <</nobr>><</widget>> <<widget "remove-top-vsHenleySleepTank">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-vsHenleySleepTank-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-vsHenleySleepTank-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteTightCropTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTightCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteTightCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_top-whiteTightCropTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteTightCropTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTightCropTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteTightCropTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_top-whiteTightCropTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-yellowAndBlackCottonFlaredVest">><<nobr>> <<set _pathClothing to "clothing/tops/yellowAndBlackCottonFlaredVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-yellowAndBlackCottonFlaredVest">><<nobr>> <<set _pathClothing to "clothing/tops/yellowAndBlackCottonFlaredVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-yellowAndBlackCottonFlaredVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteRibbedButtonUpCroppedTShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteRibbedButtonUpCroppedTShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteRibbedButtonUpCroppedTShirt">><<nobr>> <<set _pathClothing to "clothing/tops/whiteRibbedButtonFrontCroppedTShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteRibbedButtonFrontCroppedTShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteRipleyVest">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/underwear/whiteRipleyVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=0>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteRipleyVest">> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.underwear.pushUnique((_pathClothing+"10_top-whiteRipleyVestPierced2-"+$kate.braSize))>> <<else>> <<set $avatar.underwear.pushUnique((_pathClothing+"10_top-whiteRipleyVest2-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.underwear.pushUnique((_pathClothing+"10_top-whiteRipleyVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteRipleyVest">><<nobr>> <<set _pathClothing to "clothing/underwear/whiteRipleyVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=0>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<set $avatar.underwear.delete((_pathClothing+"10_top-whiteRipleyVestPierced2-"+$kate.braSize))>> <<else>> <<set $avatar.underwear.delete((_pathClothing+"10_top-whiteRipleyVest2-"+$kate.braSize))>> <</if>> /*BACK*/ <<set $avatar.underwear.delete((_pathClothing+"10_top-whiteRipleyVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-blackPlungeHalterneckTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/blackPlungeHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "blackPlungeHalterneckTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackPlungeHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-blackPlungeHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-blackPlungeHalterneckTop">><<nobr>> <<set _pathClothing to "clothing/tops/blackPlungeHalterneckTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackPlungeHalterneckTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-blackPlungeHalterneckTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-darkGreyTankTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/darkGreyTankTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "darkGreyTankTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyTankTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-darkGreyTankTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-darkGreyTankTop">><<nobr>> <<set _pathClothing to "clothing/tops/darkGreyTankTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyTankTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-darkGreyTankTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-lightGreyScoopNeckSleevelessTankVest">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/lightGreyScoopNeckSleevelessTankVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "lightGreyScoopNeckSleevelessTankVest">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-rear"))>> <</nobr>><</widget>> <<widget "remove-top-lightGreyScoopNeckSleevelessTankVest">><<nobr>> <<set _pathClothing to "clothing/tops/lightGreyScoopNeckSleevelessTankVest/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-lightGreyScoopNeckSleevelessTankVest-rear"))>> <</nobr>><</widget>> <<widget "wear-top-orangeHighNeckHalterTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/orangeHighNeckHalterTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "orangeHighNeckHalterTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-orangeHighNeckHalterTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-orangeHighNeckHalterTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-orangeHighNeckHalterTop">><<nobr>> <<set _pathClothing to "clothing/tops/orangeHighNeckHalterTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-orangeHighNeckHalterTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-orangeHighNeckHalterTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-taupeWorkShirt">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/taupeWorkShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "taupeWorkShirt">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-taupeWorkShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-taupeWorkShirt-rear"))>> <</nobr>><</widget>> <<widget "remove-top-taupeWorkShirt">><<nobr>> <<set _pathClothing to "clothing/tops/taupeWorkShirt/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-taupeWorkShirt-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-taupeWorkShirt-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteBacklessSatinHalterCropTopWithBigBow">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteBacklessSatinHalterCropTopWithBigBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteBacklessSatinHalterCropTopWithBigBow">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteBacklessSatinHalterCropTopWithBigBow">><<nobr>> <<set _pathClothing to "clothing/tops/whiteBacklessSatinHalterCropTopWithBigBow/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteBacklessSatinHalterCropTopWithBigBow-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteCutOutKnitTop">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteCutOutKnitTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteCutOutKnitTop">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteCutOutKnitTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteCutOutKnitTop-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteCutOutKnitTop">><<nobr>> <<set _pathClothing to "clothing/tops/whiteCutOutKnitTop/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteCutOutKnitTop-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteCutOutKnitTop-rear"))>> <</nobr>><</widget>> <<widget "wear-top-whiteTShirtWithRuffledSleevesKnottedAtWaist">><<nobr>> <<removeClothesThatConflictWithTops>> <<set _pathClothing to "clothing/tops/whiteTShirtWithRuffledSleevesKnottedAtWaist/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter +=1>> /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("top"), $kate.lastWornTop to "whiteTShirtWithRuffledSleevesKnottedAtWaist">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-rear"))>> <</nobr>><</widget>> <<widget "remove-top-whiteTShirtWithRuffledSleevesKnottedAtWaist">><<nobr>> <<set _pathClothing to "clothing/tops/whiteTShirtWithRuffledSleevesKnottedAtWaist/">> /*SET CLEAVAGE OR NOT*/ <<set $avatar.cleavageCounter -=1>> /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("top")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-"+$kate.braSize))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_top-whiteTShirtWithRuffledSleevesKnottedAtWaist-rear"))>> <</nobr>><</widget>>
<<widget "removeClothesThatConflictWithTrousers">> /* if kate is wearing a dress, take it off */ <<if $kate.isWearing.includes("dress")>> <<= '<<remove-dress-' + $kate.lastWornDress + '>>'>> <</if>> /* if kate is wearing trousers, take them off */ <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> /* if kate is wearing shorts, take them off */ <<if $kate.isWearing.includes("shorts")>> <<= '<<remove-shorts-' + $kate.lastWornShorts + '>>'>> <</if>> /* if kate is wearing a skirt, take it off */ <<if $kate.isWearing.includes("skirt")>> <<= '<<remove-skirt-' + $kate.lastWornSkirt + '>>'>> <</if>> <</widget>> <<widget "removeTrousers">><<silently>> <<if $kate.isWearing.includes("trousers")>> <<= '<<remove-trousers-' + $kate.lastWornTrousers + '>>'>> <</if>> <</silently>><</widget>> <<widget "wear-trousers-blackTailoredWorkTrousers">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/blackTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "blackTailoredWorkTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-blackTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-blackTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-blackTailoredWorkTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/blackTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-blackTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-blackTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-greyTailoredWorkTrousers">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/greyTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "greyTailoredWorkTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-greyTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-greyTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-greyTailoredWorkTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/greyTailoredWorkTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-greyTailoredWorkTrousers"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-greyTailoredWorkTrousers-rear"))>> <</nobr>><</widget>> <<widget "wear-leggings-ogLeggings">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/ogLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "ogLeggings">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-ogLeggings2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-ogLeggings2-rear"))>> <</nobr>><</widget>> <<widget "remove-leggings-ogLeggings">><<nobr>> <<set _pathClothing to "clothing/trousers/ogLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-ogLeggings2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-ogLeggings2-rear"))>> <</nobr>><</widget>> <<widget "wear-leggings-pinkCutOffYogaLeggings">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/pinkCutOffYogaLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "pinkCutOffYogaLeggings">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-pinkCutOffYogaLeggings"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_leggings-pinkCutOffYogaLeggings-rear"))>> <</nobr>><</widget>> <<widget "remove-leggings-pinkCutOffYogaLeggings">><<nobr>> <<set _pathClothing to "clothing/trousers/pinkCutOffYogaLeggings/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-pinkCutOffYogaLeggings"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"10_leggings-pinkCutOffYogaLeggings-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-oliveGreenCapriCargoPants">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "oliveGreenCapriCargoPants">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers_oliveGreenCapriCargoPants"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers_oliveGreenCapriCargoPants-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-oliveGreenCapriCargoPants">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers_oliveGreenCapriCargoPants"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers_oliveGreenCapriCargoPants-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-oliveGreenCargoTrousers">><<nobr>> <<removeClothesThatConflictWithTrousers>> <<set _pathClothing to "clothing/trousers/oliveGreenCargoTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers"), $kate.lastWornTrousers to "oliveGreenCargoTrousers">> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-oliveGreenCargoTrousers2"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-oliveGreenCargoTrousers-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-oliveGreenCargoTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/oliveGreenCargoTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-oliveGreenCargoTrousers2"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-oliveGreenCargoTrousers-rear"))>> <</nobr>><</widget>> /*TROUSERS LEGGINGS OLD CODE */ <<widget "wear-leggings-blackCottonLeggings">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("leggings")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_blackLeggings"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"10_blackLeggings-rear"))>> <</nobr>><</widget>> <<widget "remove-leggings-blackCottonLeggings">><<nobr>> <<set _pathClothing to "malaysia/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("leggings")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"10_blackLeggings"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"10_blackLeggings"))>> <</nobr>><</widget>> <<widget "wear-trousers-darkBlueDenimBootcutJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/bootcutBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-darkBlueDenimBootcutJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/bootcutBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-darkBlueDenimBootcutJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-blackStraightcutTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/blackStraightcutTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-blackStraightcutTrousers">><<nobr>> <<set _pathClothing to "clothing/trousers/blackStraightcutTrousers/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"30_trousers-blackStraightcutTrousers-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-darkBlueDenimSkinnyJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/skinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-darkBlueDenimSkinnyJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/skinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-darkBlueDenimSkinnyJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "wear-trousers-stonewashedSkinnyBlueJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/stonewashedSkinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.pushUnique("trousers")>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.pushUnique((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels-rear"))>> <</nobr>><</widget>> <<widget "remove-trousers-stonewashedSkinnyBlueJeans">><<nobr>> <<set _pathClothing to "clothing/trousers/stonewashedSkinnyBlueJeans/">> /*SET CLEAVAGE OR NOT*/ /*SET tiptoes OR NOT*/ /*Include conflict detection widget detection widget*/ /*IS WEARING*/ <<set $kate.isWearing.delete("trousers")>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-barefoot-rear"))>> /*FRONT*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels"))>> /*BACK*/ <<set $avatar.clothing.delete((_pathClothing+"20_trousers-stonewashedSkinnyBlueJeans-highHeels-rear"))>> <</nobr>><</widget>>
<<widget "avatar">><<nobr>> /*Avatar Display widget*/ <<avatar-checkCleavage>> <<avatar-checkBarefoot>> /*BEHIND AVATAR*/ <<if def $avatar.background and $avatar.background.length>> <<set $avatar.background to window.sortAvatar($avatar.background)>> <<for _i to 0; _i lt $avatar.background.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.background[_i],"-rear"))>> <<if !window.stringContains($avatar.background[_i],"both")>> <<set _check to false>> <</if>> <<elseif !$avatar.showRear and window.stringContains($avatar.background[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.background[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.background[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.background[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*BODY*/ <<if def $avatar.body and $avatar.body.length>> <<set $avatar.body to window.sortAvatar($avatar.body)>> <<for _i to 0; _i lt $avatar.body.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.body[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.body[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.body[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.body[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.cleavage and (window.stringContains($avatar.body[_i],"bare") and !window.stringContains($avatar.body[_i],"barefoot"))>> <<set _check to false>> <<elseif !$avatar.cleavage and window.stringContains($avatar.body[_i],"cleavage")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<set _search to $avatar.body[_i].search("closed")>> <<if _search neq -1 and $avatar.blink>> <span class = "animated2 infinite eyeBlink"> <<= "<img src='" + $imagePath.avatar + $avatar.body[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> </span> <<else>> <<= "<img src='" + $imagePath.avatar + $avatar.body[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <</if>> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*FEATURES*/ <<if def $avatar.features and $avatar.features.length>> <<set $avatar.features to window.sortAvatar($avatar.features)>> <<for _i to 0; _i lt $avatar.features.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.features[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.features[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.features[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.features[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.features[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*BODYMODS*/ <<if def $avatar.bodyMods and $avatar.bodyMods.length>> <<set $avatar.bodyMods to window.sortAvatar($avatar.bodyMods)>> <<for _i to 0; _i lt $avatar.bodyMods.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.bodyMods[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.bodyMods[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.bodyMods[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.bodyMods[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.bodyMods[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*UNDERWEAR*/ <<if def $avatar.underwear and $avatar.underwear.length>> <<set $avatar.underwear to window.sortAvatar($avatar.underwear)>> <<for _i to 0; _i lt $avatar.underwear.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.underwear[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.underwear[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.underwear[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.underwear[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.underwear[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*CLOTHES*/ <<if def $avatar.clothing and $avatar.clothing.length>> <<set $avatar.clothing to window.sortAvatar($avatar.clothing)>> <<for _i to 0; _i lt $avatar.clothing.length ; _i++>> <<set _check to true>> <<if ($avatar.showRear and !window.stringContains($avatar.clothing[_i],"-rear")) >> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.clothing[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.clothing[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.clothing[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.clothing[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*IN FRONT OF AVATAR*/ <<if def $avatar.foreground and $avatar.foreground.length>> <<set $avatar.foreground to window.sortAvatar($avatar.foreground)>> <<for _i to 0; _i lt $avatar.foreground.length ; _i++>> <<set _check to true>> <<if $avatar.showRear and !window.stringContains($avatar.foreground[_i],"-rear")>> <<set _check to false>> <<elseif !$avatar.showRear and window.stringContains($avatar.foreground[_i],"-rear")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if $avatar.barefoot and window.stringContains($avatar.foreground[_i],"highHeels")>> <<set _check to false>> <<elseif !$avatar.barefoot and window.stringContains($avatar.foreground[_i],"barefoot")>> <<set _check to false>> <<else>> /*Nothing*/ <</if>> <<if _check>> <<= "<img src='" + $imagePath.avatar + $avatar.foreground[_i] +".png" + "' style='position: absolute; left: 0; top: " + $avatar.top + "px'>" >> <<else>> /*Nothing should happen*/ <</if>> <</for>> <</if>> /*END OF AVATAR WIDGET*/ <</nobr>><</widget>> <<widget "characterCreator-updateAvatar">><<nobr>> <<silently>> <<characterCreator-clearAvatar>> <<characterCreator-setShadow>> <<characterCreator-setBody>> <<characterCreator-setFeet>> <<characterCreator-setHair>> <<characterCreator-setBreasts>> <<characterCreator-setHead>> <<characterCreator-setFreckles>> <<characterCreator-setArms>> <<wear-knickers-whiteBrazilianCutWithLaceHem>> <<wear-bra-whiteHalfCupCentralDart>> <<wear-skirt-blackMiniPencil>> <<wear-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves>> <<if $kate.agency == "mi6" or $kate.agency == "csis">> <<wear-hosiery-plainBlackHoldUpStockings>> <</if>> <<wear-shoes-blackPatentHeels>> <<characterCreator-setSecurityPass>> <<characterCreator-setNose>> <<characterCreator-setMouth>> <<characterCreator-setBrows>> <<characterCreator-setEyeColour>> <<characterCreator-setEyeShape>> <</silently>> <</nobr>><</widget>> /*SET AVATAR WIDGETS*/ /*-------------------*/ /*Behind Avatar*/ <<widget "characterCreator-setShadow">><<nobr>> <<if not $hidingAvatarShadow>> <<characterCreator-unsetShadow>> <<if $args.includes("barefoot")>> <<set $avatar.background.pushUnique("11_shadow-barefoot")>> <<set $avatar.background.pushUnique("11_shadow-barefoot-rear")>> <<else>> <<set $avatar.background.pushUnique("11_shadow-highHeels")>> <<set $avatar.background.pushUnique("11_shadow-highHeels-rear")>> <</if>> <<set $avatar.background.pushUnique("02_glow-both")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-unsetShadow">><<nobr>> <<set $avatar.background.delete("11_shadow-barefoot","11_shadow-barefoot-rear","11_shadow-highHeels","11_shadow-highHeels-rear","02_glow-both")>> <<set $avatar.background.delete("10_shadow-barefoot","10_shadow","10_shadow-both","10_shadow-both-barefoot")>> <</nobr>><</widget>> /*Body*/ <<widget "characterCreator-setBody">><<nobr>> <<characterCreator-removeBody>> <<set $avatar.body.pushUnique("20_body3-"+$kate.complexion)>> <<if !$avatar.body.includes("20_body3-"+$kate.complexion+"-rear")>> <<set $avatar.body.pushUnique(("20_body3-"+$kate.complexion+"-rear"))>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-removeBody">><<nobr>> <<set $avatar.body.delete("20_body2-"+$kate.complexion)>> <<set $avatar.body.delete(("20_body-"+$kate.complexion+"-rear"))>> <</nobr>><</widget>> <<widget "characterCreator-setFeet">><<nobr>> <<if not $hidingAvatarFeet>> <<set $avatar.body.delete("10_feet3-fair-barefoot")>> <<set $avatar.body.delete("10_feet3-fair-tiptoes")>> <<set $avatar.body.delete("30_feet3-fair-barefoot-rear")>> <<set $avatar.body.delete("30_feet3-fair-tiptoes-rear")>> <<if $args[0] eq "barefoot">> <<set _feet to ("10_feet3-fair-barefoot")>> <<set _feetBack to ("30_feet3-fair-barefoot-rear")>> <<else>> <<set _feet to ("10_feet3-fair-tiptoes")>> <<set _feetBack to ("30_feet3-fair-tiptoes-rear")>> <</if>> <<set $avatar.body.pushUnique(_feet)>> <<set $avatar.body.pushUnique(_feetBack)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setBreasts">><<nobr>> <<if not $hidingAvatarBreasts>> <<set $avatar.body.delete(("30_breasts2-" +$kate.braSize+ "-" +$kate.complexion +"-bare"))>> <<set $avatar.body.delete(("30_breasts2-" +$kate.braSize+ "-" +$kate.complexion +"-cleavage"))>> <<set $avatar.body.delete(_size)>> <<if $args[0] eq "bare">> <<set _size to "30_breasts2-" +$kate.braSize+ "-" +$kate.complexion +"-bare">> <<set $avatar.body.pushUnique(_size)>> <<else>> <<set _size to "30_breasts2-" +$kate.braSize+"-" +$kate.complexion +"-cleavage">> <<set $avatar.body.pushUnique(_size)>> <</if>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-clearBreasts">><<nobr>> <<set $avatar.body.delete(("30_breasts2-" +$kate.braSize+"-" +$kate.complexion +"-cleavage"))>> <<set $avatar.body.delete(("30_breasts2-" +$kate.braSize+ "-" +$kate.complexion +"-bare"))>> <</nobr>><</widget>> <<widget "characterCreator-setHead">><<nobr>> /*diamond, heart, oval, round, square*/ <<set _shape to "30_head-" +$kate.complexion+"-" +$kate.faceShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setFreckles">><<nobr>> <<if $kate.quirks.includes("freckles")>> <<set $avatar.body.pushUnique("60_freckles")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setArms">><<nobr>> <<if not $hidingAvatarArms>> <<set $avatar.body.pushUnique("25_arms-"+$kate.complexion+"-relaxed")>> <<set $avatar.body.pushUnique("30_arms-"+$kate.complexion+"-relaxed-rear")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setNose">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*noseshapes: celestial, greek, nubian, princess, princess*/ <<set _shape to "/113Expressions/50_nose-" + $kate.complexion+ "-" +$kate.noseShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setMouth">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*mouthhapes: cupid, hollywood, pearlique, rubina, thin*/ <<set _shape to "/113Expressions/50_mouth-" +$kate.complexion+"-"+$kate.mouthShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setEyeColour">><<nobr>> /*eyecolour: blue, chestnut, emerald, grey, hazelnut, sapphire*/ /*eyeshape: almond, cat, downturned, round, wide*/ <<set _shape to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-unsetEyes">><<nobr>> <<set _shape to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_shape)>> <<set _shape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "characterCreator-setBrows">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*mouthhapes: cupid, hollywood, pearlique, rubina, thin*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set _shape to "/113Brows/60_brows-"+_hairColour +"-calm">> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setEyeShape">><<nobr>> /*headshapes: diamond, heart, oval, round, square*/ /*eyeshape: almond, cat, downturned, round, wide*/ <<set _shape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<if !$avatar.body.includes(_shape)>> <<set $avatar.body.push(_shape)>> <</if>> <</nobr>><</widget>> /*Underwear*/ <<widget "characterCreator-setStockings">><<nobr>> <<if !$avatar.underwear.includes("10_holdUps-40denier-black")>> <<set $avatar.underwear.push("10_holdUps-40denier-black")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setBra">><<nobr>> <<set _size to "30_bra-plain-nude-" +$kate.braSize>> <<if !$avatar.underwear.includes(_size)>> <<set $avatar.underwear.push(_size)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setPanties">><<nobr>> <<if !$avatar.underwear.includes("30_thong-plain-nude")>> <<set $avatar.underwear.push("30_thong-plain-nude")>> <</if>> <</nobr>><</widget>> /*Clothes*/ <<widget "characterCreator-setShirt">><<nobr>> <<set _size to "20_shirt-fittedBlouse-white-"+$kate.braSize>> <<if !$avatar.clothing.includes(_size)>> <<set $avatar.clothing.push(_size)>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setShoes">><<nobr>> <<if !$avatar.clothing.includes("20_highHeels-patent-black")>> <<set $avatar.clothing.push("20_highHeels-patent-black")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setSkirt">><<nobr>> <<if !$avatar.clothing.includes("30_skirt-atkWorkSkirt-black")>> <<set $avatar.clothing.push("30_skirt-atkWorkSkirt-black")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-setHair">><<nobr>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight">> /*Long*/: <<set _hair to "longHair-straight-"+_hairColour>> <<case "longCurly" "Long curly">> /*Curly*/ <<set _hair to "longHair-curls-"+_hairColour>> <<case "short" "Short" "shortSuperShort" "Super short">> /*Short*/ <<set _hair to "shortHair-superShort-"+_hairColour>> <<case "shortBob" "Short bob" "Medium bob">> /*ShortBob*/ <<set _hair to "mediumHair-bob-"+_hairColour>> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set _hair to "longHair-bunWithBangs-"+_hairColour>> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*ShortBob*/ <<set _hair to "mediumHair-wavyBob-"+_hairColour>> <</switch>> <<set $avatar.foreground.pushUnique("/113Hair/10_"+_hair+"-front"), $avatar.foreground.pushUnique("/113Hair/10_"+_hair+"-rear"), $avatar.background.pushUnique("/113Hair/90_"+_hair+"-back")>> <</nobr>><</widget>> <<widget "characterCreator-unsetHair">><<nobr>> /*Deletes hairStyles found in checklist from avatar*/ <<set _checklist to ["longHair-straight","longHair-curls","shortHair-superShort","mediumHair-bob","mediumHair-wavyBob","longHair-bunWithBangs"]>> <<set _index to []>> <<for _i to 0; _i lt $avatar.foreground.length; _i++>> <<for _j to 0; _j lt _checklist.length; _j++>> <<set _hairSearch to $avatar.foreground[_i].search(_checklist[_j])>> <<if _hairSearch neq -1>> <<set _index.push(_i)>> <</if>> <</for>> <</for>> <<for _i to 0; _i lt _index.length; _i++>> <<set $avatar.foreground.deleteAt(_index[_i])>> <</for>> <<set _index to []>> <<for _i to 0; _i lt $avatar.background.length; _i++>> <<for _j to 0; _j lt _checklist.length; _j++>> <<set _hairSearch to $avatar.background[_i].search(_checklist[_j])>> <<if _hairSearch neq -1>> <<set _index.push(_i)>> <</if>> <</for>> <</for>> <<for _i to 0; _i lt _index.length; _i++>> <<set $avatar.background.deleteAt(_index[_i])>> <</for>> <</nobr>><</widget>> /*In front of Avatar*/ <<widget "characterCreator-setSecurityPass">><<nobr>> /*Front*/ <<if !$avatar.foreground.includes("60_belt-ID-pass")>> <<set $avatar.foreground.push("60_belt-ID-pass")>> <</if>> <</nobr>><</widget>> <<widget "remove-securityPass">><<nobr>> /*Front*/ <<set $avatar.foreground.delete("60_belt-ID-pass")>> <</nobr>><</widget>> <<widget "characterCreator-setHipsterGlasses">><<nobr>> /*Front*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.foreground.pushUnique("10_hipsterGlasses")>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-reloadStoryCaption">><<nobr>> <<replace "#avatar">><<include "StoryCaption">><</replace>> <</nobr>><</widget>> /*END*/ /*Other widgets*/ <<widget "avatar-stripNaked">><<nobr>> /*<<avatar-stripNaked>>*/ /*This widget will give you an adult naked avatar*/ /*<<avatar-stripNaked barefoot braless>> will set a barefoot braless avatar*/ <<characterCreator-clearAvatar>> <<characterCreator-setBody>> <<characterCreator-setHead>> <<if $args.includes("barefoot") or $avatar.barefoot>> <<set $avatar.barefoot to true>> <<characterCreator-setShadow "barefoot">> <<characterCreator-setFeet "barefoot">> <<characterCreator-setArms>> <<if settings.avatarSize == "XXS">> <<set $avatar.top to 12>> <<elseif settings.avatarSize == "XS">> <<set $avatar.top to 16>> <<elseif settings.avatarSize == "S">> <<set $avatar.top to 20>> <<elseif settings.avatarSize == "M">> <<set $avatar.top to 22>> <<elseif settings.avatarSize == "L">> <<set $avatar.top to 26>> <<elseif settings.avatarSize == "XL">> <<set $avatar.top to 30>> <<elseif settings.avatarSize == "XXL">> <<set $avatar.top to 35>> <</if>> <<elseif $args.includes("tiptoes") or !$avatar.barefoot>> <<set $avatar.barefoot to false>> <<characterCreator-setFeet>> <<characterCreator-setArms>> <<characterCreator-setShadow>> <<set $avatar.top to 0>> <<else>> <<characterCreator-setFeet>> <<characterCreator-setArms>> <<characterCreator-setShadow>> <<set $avatar.top to 0>> <</if>> <<characterCreator-setHead>> <<characterCreator-setHair>> <<if !$args.includes("braless") or $avatar.cleavage>> <<set $avatar.cleavage to true>> <<set $avatar.cleavageCounter to 0>> <<characterCreator-setBreasts "bare">> <<update-avatar-tattoo-piercing "bare">> <<elseif $args.includes("braless") or !$avatar.cleavage>> <<set $avatar.cleavage to false>> <<set $avatar.cleavageCounter to 0>> <<characterCreator-setBreasts>> <<update-avatar-tattoo-piercing>> <<else>> <<characterCreator-setBreasts>> <<update-avatar-tattoo-piercing>> <</if>> <<avatar-normal>> <<characterCreator-setFreckles>> <<if $avatar.sixPack>> <<set $avatar.body.pushUnique("23_abs-sixPack-" + $kate.complexion)>> <</if>> <<if $kate.wasWearing.includes("manicure")>> <<= '<<apply-makeup-manicure "' + $kate.lastWornManicure + '">>'>> <</if>> <<if $kate.wasWearing.includes("pedicure")>> <<= '<<apply-makeup-pedicure "' + $kate.lastWornPedicure + '">>'>> <</if>> <<emote-calm>> <</nobr>><</widget>> <<widget "avatar-checkCleavage">><<nobr>> <<if $avatar.cleavageCounter gt 0>> <<set $avatar.cleavage to true>> <<else>> <<set $avatar.cleavage to false>> <</if>> <<if !$kate.isWearing.includesAny("top","bra","sweater","jumper","shirt","dress") and $avatar.cleavageCounter gt 0>> <<consoleLog "Check failure in cleavage counter">> <</if>> <<if !$avatar.cleavage>> <<characterCreator-setBreasts "bare">> <<update-avatar-tattoo-piercing "bare">> <<else>> <<characterCreator-setBreasts>> <<update-avatar-tattoo-piercing>> <</if>> <</nobr>><</widget>> <<widget "avatar-checkBarefoot">><<nobr>> <<if $avatar.barefoot>> <<characterCreator-setShadow "barefoot">> <<characterCreator-setFeet "barefoot">> <<characterCreator-setArms>> <<if settings.avatarSize == "XXS">> <<set $avatar.top to 12>> <<elseif settings.avatarSize == "XS">> <<set $avatar.top to 16>> <<elseif settings.avatarSize == "S">> <<set $avatar.top to 20>> <<elseif settings.avatarSize == "M">> <<set $avatar.top to 22>> <<elseif settings.avatarSize == "L">> <<set $avatar.top to 26>> <<elseif settings.avatarSize == "XL">> <<set $avatar.top to 30>> <<elseif settings.avatarSize == "XXL">> <<set $avatar.top to 35>> <</if>> <<else>> <<characterCreator-setFeet>> <<characterCreator-setArms>> <<characterCreator-setShadow>> <<set $avatar.top to 0>> <</if>> <</nobr>><</widget>> <<widget "characterCreator-clearAvatar">> <<set $avatar.background to [], $avatar.body to [], $avatar.underwear to [], $avatar.clothing to [], $avatar.foreground to [], $kate.wasWearing to $kate.isWearing, $kate.isWearing to [], $avatar.cleavage to false, $avatar.cleavageCounter to 0, $avatar.barefoot to true>> <</widget>> <<widget "avatar-undress">><<nobr>> <<consoleLog $kate.isWearing>> <<set _checkAgainst to $kate.isWearing>> <<set _itemlist to []>> <<for _j to 0; _j lt (_checkAgainst.length); _j++>> <<set _searchTerm to "_" + _checkAgainst[_j]>> <<consoleLog _searchTerm>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.foreground.length; _k++>> <<set _foundTerm to $avatar.foreground[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.foreground[_k]>> <<set _split to $avatar.foreground[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.clothing.length; _k++>> <<set _foundTerm to $avatar.clothing[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.clothing[_k]>> <<set _split to $avatar.clothing[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.underwear.length; _k++>> <<set _foundTerm to $avatar.underwear[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.underwear[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.background.length; _k++>> <<set _foundTerm to $avatar.background[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.background[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<consoleLog _item>> <<set _itemlist.push(_checkAgainst[_j] +"-"+_item)>> <</if>> <</for>> <<for _k to 0; _k lt _itemlist.length; _k++>> <<= "<<remove-"+_itemlist[_k]+">>">> <</for>> <</nobr>><</widget>> <<widget "avatar-undressScene">><<nobr>> <<set _title to $args[0]>> <<set _location to $args[1]>> <<if $kate.isWearing.includes("knickers") and !$kate.isWearing.includesAny("trousers", "leggings","skirt", "dress")>> <<link "Pants">><<replace "#undressID">><<avatar-remove-indivualItem "pants">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("bra") and !$kate.isWearing.includesAny("sweater", "jumper","skirt", "dress", "top", "shirt", "jacket")>> <<link "Bra">><<replace "#undressID">><<avatar-remove-indivualItem "bra">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("shoes")>> <<link "Shoes">><<replace "#undressID">><<avatar-remove-indivualItem "shoes">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if >> <<if $kate.isWearing.includes("trousers")>> <<link "Trousers">><<replace "#undressID">><<avatar-remove-indivualItem "trousers">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("sweater")>> <<link "Sweater">><<replace "#undressID">><<avatar-remove-indivualItem "sweater">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("jumper")>> <<link "Jumper">><<replace "#undressID">><<avatar-remove-indivualItem "jumper">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("top")>> <<link "Top">><<replace "#undressID">><<avatar-remove-indivualItem "top">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("leggings")>> <<link "Legging">><<replace "#undressID">><<avatar-remove-indivualItem "leggings">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("boots")>> <<link "Boots">><<replace "#undressID">><<avatar-remove-indivualItem "boots">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("jacket")>> <<link "Jacket">><<replace "#undressID">><<avatar-remove-indivualItem "jacket">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("dress")>> <<link "Dress">><<replace "#undressID">><<avatar-remove-indivualItem "dress">> <<avatar-undressScene _title _location>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("skirt")>> <<link "Skirt">><<replace "#undressID">><<avatar-remove-indivualItem "skirt">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.includes("shirt")>> <<link "Shirt">><<replace "#undressID">><<avatar-remove-indivualItem "shirt">> <<avatar-undressScene _title _location>> <</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><br> <</if>> <<if $kate.isWearing.length eq 0>> <<if $avatar.cleavageCounter gt 0>> <<consoleLog "FAILURE OF DRESSDOWN cleavage counter GT 0 ">> <<set $avatar.cleavageCounter to 0>> <</if>> <<link _title _location>><</link>> <</if>> <</nobr>><</widget>> <<widget "avatar-remove-indivualItem">><<nobr>> <<set _itemToRemove to $args[0]>> <<set _itemlist to []>> <<set _searchTerm to "_" + _itemToRemove>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.foreground.length; _k++>> <<set _foundTerm to $avatar.foreground[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.foreground[_k]>> <<set _split to $avatar.foreground[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.clothing.length; _k++>> <<set _foundTerm to $avatar.clothing[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.clothing[_k]>> <<set _split to $avatar.clothing[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.underwear.length; _k++>> <<set _foundTerm to $avatar.underwear[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.underwear[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<set _result to "None">> <<for _k to 0; _k lt $avatar.background.length; _k++>> <<set _foundTerm to $avatar.background[_k].search(_searchTerm)>> <<if _foundTerm neq -1>> <<set _result to $avatar.background[_k]>> <<set _split to $avatar.underwear[_k].split(_searchTerm)>> <<set _split to _split[1].split("-")>> <<set _item to _split[1]>> <</if>> <</for>> <<if _result neq "None">> <<set _itemlist.push(_itemToRemove +"-"+_item)>> <</if>> <<for _k to 0; _k lt _itemlist.length; _k++>> <<= "<<remove-"+_itemlist[_k]+">>">> <</for>> <</nobr>><</widget>> <<widget "avatar-clothing-removeConflict">><<nobr>> <<set _clothingPiece to $args[0]>> <<set _conflictList to []>> <<if _clothingPiece eq "pants" >> <<set _conflictList to ["pants"]>> <</if>> <<if _clothingPiece eq "bra">> <<set _conflictList to ["bra"]>> <</if>> <<if _clothingPiece eq "shoes">> <<set _conflictList to ["shoes","boots"]>> <</if >> <<if _clothingPiece eq "trousers">> <<set _conflictList to ["trousers","leggings","skirt","dress"]>> <</if>> <<if _clothingPiece eq "sweater">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "jumper">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "top">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "leggings">> <<set _conflictList to ["trousers","leggings","skirt","dress"]>> <</if>> <<if _clothingPiece eq "boots">> <<set _conflictList to ["shoes","boots"]>> <</if>> <<if _clothingPiece eq "shoes">> <<set _conflictList to ["shoes","boots"]>> <</if>> <<if _clothingPiece eq "jacket">> <<set _conflictList to ["jacket"]>> <</if>> <<if _clothingPiece eq "dress">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<if _clothingPiece eq "skirt">> <<set _conflictList to ["trousers","leggings","skirt","dress"]>> <</if>> <<if _clothingPiece eq "shirt">> <<set _conflictList to ["sweater","jumper","top","shirt","dress"]>> <</if>> <<for _m to 0; _m lt _conflictList.length; _m++>> <<avatar-remove-indivualItem _conflictList[_m]>> <</for>> <</nobr>><</widget>> /*LIFEPATH WIDGETS---------------------------------------------------------------------------------------------lifepath*/ /*BABY*/ <<widget "lifepathSetBabyAvatar">><<nobr>> <<characterCreator-clearAvatar>> <<set $avatar.body.push("baby/10_baby-"+$kate.complexion)>> <<set _shape to "baby/10_baby-eyes-" +$kate.eyeColour.toLowerCase()>> <<if !$avatar.foreground.includes(_shape)>> <<set $avatar.foreground.push(_shape)>> <</if>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set _hair to "baby/10_baby-hair-"+_hairColour>> <<set $avatar.foreground.pushUnique(_hair)>> <<set $avatar.foreground.pushUnique("baby/20_baby-rabbitAndBow")>> <</nobr>><</widget>> /*8 YR*/ <<widget "lifepath-8yrAvatar">><<nobr>> <<characterCreator-clearAvatar>>/*clear avatar*/ <<set _path to "age8/">> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_pink-rectangular-glasses")>> <</if>> /*Shadow*/ <<set $avatar.background.pushUnique(_path+"10_shadow")>> /*Body*/ <<set $avatar.body.pushUnique(_path+"20_body-yellowSkirtAndBlackSweater-"+$kate.complexion)>> /*Hair*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-"+_hairColour+"-back")>> /*Brows*/ <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> /*Eyes*/ <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.complexion+"-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> /*12 YR*/ <<widget "lifepath-12yrAvatar">><<nobr>> <<characterCreator-clearAvatar>>/*clear avatar*/ <<set _path to "age12/">> /*Clothes*/ <<set $avatar.foreground.pushUnique(_path+"10_hairclip")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_purple-rectangular-glasses")>> <</if>> /*Shadow*/ <<set $avatar.background.pushUnique(_path+"10_shadow")>> /*Body*/ <<set $avatar.body.pushUnique(_path+"20_body-ukSchoolUniform-"+$kate.complexion)>> <<set $avatar.clothing.pushUnique(_path+"20-ukSchoolBlazer")>> /*Hair*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-"+_hairColour+"-back")>> /*Brows*/ <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> /*Eyes*/ <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.complexion+"-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _mouth to _path+"/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <</nobr>><</widget>> /*16 YR*/ <<widget "lifepath-16yrAvatar">><<nobr>> /*ONLY BODY, NO CLOTHES*/ <<set _path to "age16/">> <<characterCreator-clearAvatar>>/*clear avatar*/ /*Shadow*/ <<set $avatar.background.pushUnique(_path+"10_shadow")>> /*Body*/ <<set $avatar.body.pushUnique(_path+"20_body-"+$kate.complexion+"-" +$kate.braSize+"-cleavage")>> /*Feet, Only barefoot, set tiptoes in clothing - <<set $avatar.body.delete(_path+"10_feet-"+$kate.complexion+"-barefoot")>>*/ <<set _feet to (_path+"10_feet-"+$kate.complexion+"-barefoot")>> <<set $avatar.body.pushUnique(_feet)>> /*Hair*/ <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-loose-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-loose-"+_hairColour+"-back")>> <<set _head to _path+"30_head-"+ $kate.complexion +"-"+ $kate.faceShape.toLowerCase() >> <<set $avatar.body.pushUnique(_head)>> /*Brows*/ <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> /*Eyes*/ <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _mouth to _path+"/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <<set _nose to _path+"/113Expressions/50_nose-"+$kate.complexion+"-"+$kate.noseShape.toLowerCase()>> <<set $avatar.body.pushUnique(_nose)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarClearHair">><<nobr>> <<set _path to "age16/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.delete(_path+"10_hair-promUpdo-"+_hairColour+"-front"), $avatar.background.delete(_path+"90_hair-promUpdo-"+_hairColour+"-back")>> <<if $avatar.foreground.includes((_path+"10_hair-ponytail-"+_hairColour+"-front"))>> <<set $avatar.foreground.delete(_path+"10_hair-ponytail-"+_hairColour+"-front")>> <<set $avatar.background.delete(_path+"90_hair-ponytail-"+_hairColour+"-back")>> <<elseif $avatar.foreground.includes((_path+"10_hair-loose-"+_hairColour+"-front"))>> <<set $avatar.foreground.delete(_path+"10_hair-loose-"+_hairColour+"-front")>> <<set $avatar.background.delete(_path+"90_hair-loose-"+_hairColour+"-back")>> <<set $avatar.foreground.delete(_path+"10_pinkFlowersHairclip")>> <<set $avatar.foreground.delete(_path+"10_pinkSkullsHairclip")>> <<elseif $temp.leiaWig>> <<set $avatar.foreground.delete(_path+"10_hair-leiaBuns-black-front")>> <<set $avatar.background.delete(_path+"90_hair-leiaBuns-black-back")>> /* return Kate's brows to their natural colour */ <<set $avatar.body.delete(_path+"60_brows-black")>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set _brows to _path+"60_brows-"+_hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarClearBuns">><<nobr>> <<for _i to 0; _i lt $avatar.foreground.length; _i++>> <<set _bunSearch to $avatar.foreground[_i].search("Buns")>> <<if _bunSearch neq -1>> <<set $avatar.foreground.deleteAt(_i)>> <</if>> <</for>> <<for _i to 0; _i lt $avatar.background.length; _i++>> <<set _bunSearch to $avatar.background[_i].search("Buns")>> <<if _bunSearch neq -1>> <<set $avatar.background.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarHairLoose">><<nobr>> <<lifepath-16yrAvatarClearHair>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-loose-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-loose-"+_hairColour+"-back")>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.foreground.pushUnique(_path+"10_pinkSkullHairclip")>> <<else>> <<set $avatar.foreground.pushUnique(_path+"10_pinkFlowersHairclip")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarHairPony">><<nobr>> <<lifepath-16yrAvatarClearHair>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path+"10_hair-ponytail-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-ponytail-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarTiptoes">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"10_feet-"+$kate.complexion+"-barefoot")>> <<set _feet to (_path+"10_feet-"+$kate.complexion+"-tiptoes")>> <<set $avatar.body.pushUnique(_feet)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarBarefoot">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"10_feet-"+$kate.complexion+"-tiptoes")>> <<set _feet to (_path+"10_feet-"+$kate.complexion+"-barefoot")>> <<set $avatar.body.pushUnique(_feet)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukNetballUniform")>> <<lifepath-16yrAvatarHairPony>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarClothes2">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolShirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolSkirt-sporty")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <<lifepath-16yrAvatarHairLoose>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarKino">><<nobr>> <<set $avatar.clothing.pushUnique(_path+"30_kinoTape")>>/*Clothing*/ <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarWorkOutGear">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_workoutGear-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarTrackGear">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_trackUniform-"+$kate.braSize)>> <<lifepath-16yrAvatarHairPony>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSportStarPubGear">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"20_pubEscapadeTop-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_pubEscapadeSkirtAndBoots")>> <<lifepath-16yrAvatarHairLoose>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasual">><<nobr>> <<if $kate.quirks.includes("sportsStar")>> <<lifepath-16yrAvatarCasualSportsStar>> <<elseif $kate.quirks.includes("rockChick")>> <<lifepath-16yrAvatarCasualRock>> <<elseif $kate.quirks.includes("alphaFemale")>> <<lifepath-16yrAvatarCasualAlpha>> <<elseif $kate.quirks.includes("geekGirl")>> <<lifepath-16yrAvatarCasualGeek>> <<else>> <</if>> <<lifepath-16yrAvatarBatarian>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarBatarian">><<nobr>> <<if $kate.quirks.includes("batarian")>> <<if $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <<else>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualSportsStar">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_sportyCasualLeggingsAndHoodie")>> <<lifepath-16yrAvatarHairLoose>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualGeek">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_geekJeansAndTrainers")>> <<set $avatar.clothing.pushUnique(_path+"20_alderaanTee-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualRock">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_rockerShortsAndBoots")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerJacket-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarCasualAlpha">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_alphaSkirtAndBoots")>> <<lifepath-16yrAvatarTiptoes>> <<set $avatar.clothing.pushUnique(_path+"20_alphaSweater-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarStudyBuddyClothes">><<nobr>> <<set $avatar.clothing to []>> <<set _path to "age16/">> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.clothing.pushUnique(_path+"10_rocker-studyBuddyShortsAndSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_rocker-casualRamonesTee-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geek-studyBuddyLeggingsAndSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_geek-casualStarBearTee-"+$kate.braSize)>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"10_sportsStar-studyBuddySkirtAndSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_sportsStar-casualCardigan-"+$kate.braSize)>> <<elseif $kate.quirks.includes("alphaFemale")>> <<lifepath-16yrAvatarBarefoot>> <<set $avatar.clothing.pushUnique(_path+"10_alpha-layeredPinkVestOverWhiteTee-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alpha-studyBuddySkirtAndSocks")>> <</if>> <<lifepath-16yrAvatarHairLoose>> <<lifepath-16yrAvatarBatarian>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolShirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolSkirt-geek")>> <<set $avatar.clothing.pushUnique(_path+"30_ukSchoolBlazer")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekCosplayLara">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing to []>> <<lifepath-16yrAvatarHairPony>> <<set $avatar.clothing.pushUnique(_path+"20_tombRaiderTop-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_tombRaiderShorts")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekCosplayStarTrek">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_starfleetUniform-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarGeekCosplaySomeStarWarsCharacterIDontKnow">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarClearHair>> <<set $avatar.clothing to []>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<if hasVisited("LPYOUTH-1450 Leia wig")>> <<set $avatar.body.delete(_path+"60_brows-"+_hairColour)>> <<set _hairColour to "black">> <<set $avatar.foreground.pushUnique(_path+"10_hair-leiaBuns-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-leiaBuns-"+_hairColour+"-back")>> <<set _brows to _path+"60_brows-black">> <<set $avatar.body.pushUnique(_path+"60_brows-"+_hairColour)>> <<else>> <<set $avatar.foreground.pushUnique(_path+"10_hair-leiaBuns-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-leiaBuns-"+_hairColour+"-back")>> <</if>> <<set $avatar.clothing.pushUnique(_path+"10_leiaRobes-"+$kate.braSize)>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarAlphaClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolShirt-alpha-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolSkirt-alpha")>> <<set $avatar.clothing.pushUnique(_path+"30_ukSchoolBlazer")>> <<set $avatar.foreground.pushUnique(_path+"20_alphaHeadband")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarAlphaProm">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarClearHair>> <<set $avatar.clothing to []>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<lifepath-16yrAvatarTiptoes>> <<set $avatar.clothing.pushUnique(_path+"10_gabriellaPromDressAndHeels-"+$kate.braSize)>> <<set $avatar.foreground.pushUnique(_path+"10_hair-promUpdo-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-promUpdo-"+_hairColour+"-back")>> <<set $avatar.foreground.delete(_path+"20_alphaHeadband")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarAlphaPromQueen">><<nobr>> <<set _path to "age16/">> <<set $avatar.foreground.pushUnique(_path+"20_promQueenSashAndTiara")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarRockChickClothes1">><<nobr>> <<set _path to "age16/">> <<set $avatar.clothing.pushUnique(_path+"10_ukSchoolShirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_ukSchoolSkirt-rock")>> <<set $avatar.clothing.pushUnique(_path+"30_ukSchoolBlazer")>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarRockChickBOTB">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarClearHair>> <<set $avatar.clothing to []>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.delete(_path+"10_pinkSkullHairclip")>> <<if $temp.metalMakeover>> <<set $avatar.clothing.pushUnique(_path+"10_rockerDress-"+$kate.braSize)>> <<else>> <<set $avatar.clothing.pushUnique(_path+"20_fooFightersTee-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_rockerJeansAndBoots")>> <</if>> <<set $avatar.foreground.pushUnique(_path+"10_hair-spaceBuns-"+_hairColour+"-front"), $avatar.background.pushUnique(_path+"90_hair-spaceBuns-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarRemoveBlazer">><<nobr>> <<set _path to "age16/">> <<if $avatar.clothing.includesAny("age16/30_ukSchoolBlazer")>> <<set $avatar.clothing.delete('age16/30_ukSchoolBlazer')>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarSchoolUniform">><<nobr>> <<set $avatar.clothing to []>> <<if $avatar.foreground.includesAny("age16/20_pizzaPupStaffCap")>> <<set $avatar.foreground.delete('age16/20_pizzaPupStaffCap')>> <</if>> <<if $kate.quirks.includes("sportsStar")>> <<lifepath-16yrAvatarSportStarClothes2>> <<elseif $kate.quirks.includes("geekGirl")>> <<lifepath-16yrAvatarGeekClothes1>> <<lifepath-16yrAvatarRemoveBlazer>> <<elseif $kate.quirks.includes("alphaFemale")>> <<lifepath-16yrAvatarAlphaClothes1>> <<lifepath-16yrAvatarRemoveBlazer>> <<elseif $kate.quirks.includes("rockChick")>> <<lifepath-16yrAvatarRockChickClothes1>> <<lifepath-16yrAvatarRemoveBlazer>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarWaitress">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarHairPony>> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_waitressUniform-"+$kate.braSize)>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<if $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <<else>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</if>> <</nobr>><</widget>> <<widget "lifepath-16yrAvatarPizza">><<nobr>> <<set _path to "age16/">> <<lifepath-16yrAvatarHairPony>> <<set $avatar.clothing to []>> <<set $avatar.clothing.pushUnique(_path+"10_blueConverseSneakers")>> <<set $avatar.clothing.pushUnique(_path+"20_noughtiesBootCutJeans")>> <<set $avatar.foreground.pushUnique(_path+"20_pizzaPupStaffCap")>> <<set $avatar.clothing.pushUnique(_path+"30_pizzaPupStaffTee-"+$kate.braSize)>> /*GLASSES FOR BATARIAN!!*/ <<if $kate.quirks.includes("batarian")>> <<if $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"10_geekGlasses")>> <<else>> <<set $avatar.clothing.pushUnique(_path+"10_blackRectangularFramedGlasses")>> <</if>> <</if>> <</nobr>><</widget>> /*18 YR*/ <<widget "lifepath-18yrAvatarBirthday">><<silently>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<characterCreator-clearBreasts>> <<set $avatar.background.pushUnique(_path+"20_18TodayBalloons")>> <<if $kate.highSchoolClique == "rockChick">> <<characterCreator-setBreasts>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique(_path+"20_skirt-blackSideSlitMini")>> <<set $avatar.clothing.pushUnique(_path+"30_tshirt-gnrSkinnyFit-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_boots-blackSuedeOverTheKneeBoots")>> <<set $avatar.clothing.pushUnique(_path+"50_jacket-blackLeatherBiker")>> <<characterCreator-setHipsterGlasses>> <<elseif $kate.highSchoolClique == "nerdy">> <<characterCreator-setBreasts>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.underwear.pushUnique(_path+"10_stockings-sheerWithHearts")>> <<set $avatar.clothing.pushUnique(_path+"20_skirt-blackCatFaceMini")>> <<set $avatar.clothing.pushUnique(_path+"40_sweater-pinkRibbedWithWhiteLaceCollar-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_boots-blackSuedeAnkleStillettosWithBuckles")>> <<characterCreator-setHipsterGlasses>> <<else>> <<characterCreator-setBreasts "bare">> <<lifepath-18yrAvatarHairUpdo>> <<set $avatar.clothing.pushUnique(_path+"20_trousers-partyFlares-white")>> <<set $avatar.clothing.pushUnique(_path+"20_top-lowCutGoingOutCropTop-olive-"+$kate.braSize)>> <<characterCreator-setHipsterGlasses>> <<characterCreator-setShoes>>/*High heels patent black*/ <</if>> <</silently>><</widget>> <<widget "lifepath-18yrAvatarHairLongMessy">><<nobr>> <<characterCreator-unsetHair>> <<set _path1 to "teenRom/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path1+"10_longHair-longMessy-"+_hairColour+"-front"), $avatar.background.pushUnique(_path1+"90_longHair-longMessy-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-18yrAvatarHairPonytail">><<nobr>> <<characterCreator-unsetHair>> <<set _path1 to "teenRom/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path1+"10_longHair-ponytail-"+_hairColour+"-front"), $avatar.background.pushUnique(_path1+"90_longHair-ponytail-"+_hairColour+"-back")>> <</nobr>><</widget>> <<widget "lifepath-18yrAvatarHairUpdo">><<nobr>> <<characterCreator-unsetHair>> <<set _path1 to "teenRom/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "ligtbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique(_path1+"10_longHair-updo-"+_hairColour+"-front"), $avatar.background.pushUnique(_path1+"90_longHair-updo-"+_hairColour+"-back")>> <</nobr>><</widget>> /*Piercing -------------------------------------------------------------------------------*/ <<widget "piercing-bellybutton-diamondBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bellybutton-diamondBarbell")>> <</nobr>><</widget>> <<widget "piercing-remove-bellybutton-diamondBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bellybutton-diamondBarbell")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike-beam")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike-beam")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike-openWide")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike-openWide")>> <</nobr>><</widget>> <<widget "piercing-bottomLip-silverLabretSpike-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-bottomLip-silverLabretSpike-talk")>> <</nobr>><</widget>> <<widget "piercing-remove-bottomLip-silverLabretSpike-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike-talk")>> <</nobr>><</widget>> <<widget "piercing-chest-silverBarbells">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-chest-silverBarbells")>> <</nobr>><</widget>> <<widget "piercing-remove-chest-silverBarbells">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-chest-silverBarbells")>> <</nobr>><</widget>> <<widget "piercing-forehead-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-forehead-diamondStud")>> <</nobr>><</widget>> <<widget "piercing-remove-forehead-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-forehead-diamondStud")>> <</nobr>><</widget>> <<widget "piercing-leftCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-remove-leftCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-frown">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-frown")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-frown">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-frown")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-raised">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-raised")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-raised">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-raised")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-rogerMoore">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-rogerMoore")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-rogerMoore">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-rogerMoore")>> <</nobr>><</widget>> <<widget "piercing-leftEyebrow-silverSpikedBarbell-worried">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-worried")>> <</nobr>><</widget>> <<widget "piercing-remove-leftEyebrow-silverSpikedBarbell-worried">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell-worried")>> <</nobr>><</widget>> <<widget "piercing-leftHelix-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftHelix-diamondStud-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-remove-leftHelix-diamondStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHelix-diamondStud-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-leftHighLobe-lowerSilverRings">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftHighLobe-lowerSilverRings-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-remove-leftHighLobe-lowerSilverRings">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-lowerSilverRings-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-leftHighLobe-upperSilverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftHighLobe-upperSilverRing")>> <</nobr>><</widget>> <<widget "piercing-remove-leftHighLobe-upperSilverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-upperSilverRing")>> <</nobr>><</widget>> <<widget "piercing-leftNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<if $args.includes("bare")>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<else>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</if>> <</nobr>><</widget>> <<widget "piercing-remove-leftNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</nobr>><</widget>> <<widget "piercing-leftNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-leftNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-remove-leftNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-remove-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-noseBridge-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-noseBridge-silverBarbell")>> <</nobr>><</widget>> <<widget "piercing-remove-noseBridge-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-noseBridge-silverBarbell")>> <</nobr>><</widget>> <<widget "piercing-rightCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-remove-rightCheek-silverStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightCheek-silverStud")>> <</nobr>><</widget>> <<widget "piercing-rightEar-industrialBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightEar-industrialBarbell-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-remove-rightEar-industrialBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightEar-industrialBarbell-" + $kate.faceShape)>> <</nobr>><</widget>> <<widget "piercing-rightNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<if $args.includes("bare")>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<else>> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</if>> <</nobr>><</widget>> <<widget "piercing-remove-rightNipple-silverBarbell">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-bare")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNipple-silverBarbell-"+$kate.braSize+"-cleavage")>> <</nobr>><</widget>> <<widget "piercing-rightNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-remove-rightNostril-blackStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNostril-blackStud")>> <</nobr>><</widget>> <<widget "piercing-rightUpperHelix-silverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-rightUpperHelix-silverRing")>> <</nobr>><</widget>> <<widget "piercing-remove-rightUpperHelix-silverRing">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightUpperHelix-silverRing")>> <</nobr>><</widget>> <<widget "piercing-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-remove-nose-silverSeptumRingWithBall">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-talk")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-talk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-talk")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-snarl">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-snarl")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-snarl">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-snarl")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-smirk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-smirk")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-smirk">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-smirk")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-sexyMouth">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-sexyMouth")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-sexyMouth">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-sexyMouth")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-sad">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-sad")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-sad">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-sad")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-pout">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-pout")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-pout">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-pout")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-openWide")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-openWide">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-openWide")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-closedSmile">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-closedSmile")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-closedSmile">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-closedSmile")>> <</nobr>><</widget>> <<widget "piercing-topLip-diamondMedusaStud-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.pushUnique(_path2+"20_piercing-topLip-diamondMedusaStud-beam")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud-beam">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud-beam")>> <</nobr>><</widget>> <<widget "piercing-remove-topLip-diamondMedusaStud">><<nobr>> <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud")>> <</nobr>><</widget>> /*Brow silverSpikedBarbell facial expressions*/ <<widget "piercings-remove-facial-expressions-brow">> /*Removes all bottom lip piercings */ <<piercing-remove-leftEyebrow-silverSpikedBarbell>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-worried>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-rogerMoore>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-frown>> <<piercing-remove-leftEyebrow-silverSpikedBarbell-raised>> <</widget>> <<widget "piercings-facial-expressions-brow-normal">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-worried">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-worried>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-rogerMoore">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-rogerMoore>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-frown">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-frown>> <</if>> <</widget>> <<widget "piercings-facial-expressions-brow-raised">> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercings-remove-facial-expressions-brow>> <<piercing-leftEyebrow-silverSpikedBarbell-raised>> <</if>> <</widget>> /*Top lip diamondMedusaStud facial expressions*/ <<widget "piercings-remove-facial-expressions-topLip">> /*Removes all top lip piercings */ <<piercing-remove-topLip-diamondMedusaStud>> <<piercing-remove-topLip-diamondMedusaStud-talk>> <<piercing-remove-topLip-diamondMedusaStud-snarl>> <<piercing-remove-topLip-diamondMedusaStud-smirk>> <<piercing-remove-topLip-diamondMedusaStud-sexyMouth>> <<piercing-remove-topLip-diamondMedusaStud-sad>> <<piercing-remove-topLip-diamondMedusaStud-pout>> <<piercing-remove-topLip-diamondMedusaStud-openWide>> <<piercing-remove-topLip-diamondMedusaStud-closedSmile>> <<piercing-remove-topLip-diamondMedusaStud-beam>> <</widget>> <<widget "piercings-facial-expressions-topLip-normal">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-talk">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-talk>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-snarl">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-snarl>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-smirk">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-smirk>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-sexyMouth">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-sexyMouth>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-sad">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-sad>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-pout">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-pout>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-openWide">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-openWide>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-closedSmile">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-closedSmile>> <</if>> <</widget>> <<widget "piercings-facial-expressions-topLip-beam">> /*Normal top lip piercing*/ <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercings-remove-facial-expressions-topLip>> <<piercing-topLip-diamondMedusaStud-beam>> <</if>> <</widget>> /*Bottom lip silverLabretSpike facial expressions */ <<widget "piercings-remove-facial-expressions-bottomLip">> /*Removes all bottom lip piercings */ <<piercing-remove-bottomLip-silverLabretSpike-openWide>> <<piercing-remove-bottomLip-silverLabretSpike-beam>> <<piercing-remove-bottomLip-silverLabretSpike-talk>> <<piercing-remove-bottomLip-silverLabretSpike>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-normal">> /*Normal bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike>> <</if>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-beam">> /*beam bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike-beam>> <</if>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-talk">> /*talk bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike-talk>> <</if>> <</widget>> <<widget "piercings-facial-expressions-bottomLip-openWide">> /*talk bottom lip piercing*/ <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercings-remove-facial-expressions-bottomLip>> <<piercing-bottomLip-silverLabretSpike-openWide>> <</if>> <</widget>> <<widget "piercings-facial-expressions-removeAll">><<nobr>> <<piercings-remove-facial-expressions-bottomLip>> <<piercings-remove-facial-expressions-topLip>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "piercing-UPDATE">><<nobr>> <<if $kate.piercings.includes("earSilverHighLobeRings")>> <<piercing-leftHighLobe-upperSilverRing>> <</if>> <<if $kate.piercings.includes("earSilverBarbell")>> <<piercing-rightEar-industrialBarbell>> <</if>> <<if $kate.piercings.includes("earDiamondHelixStud")>> <<piercing-leftHelix-diamondStud>> <</if>> <<if $kate.piercings.includes("earSilverHelixRing")>> <<piercing-rightUpperHelix-silverRing>> <</if>> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <<piercing-leftEyebrow-silverSpikedBarbell>> <</if>> <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <<piercing-topLip-diamondMedusaStud>> <</if>> <<if $kate.piercings.includes("faceSilverDimpleStuds")>> <<piercing-rightCheek-silverStud>> <<piercing-leftCheek-silverStud>> <</if>> <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <<piercing-bottomLip-silverLabretSpike>> <</if>> <<if $kate.piercings.includes("faceThirdEyeDiamondStud")>> <<piercing-forehead-diamondStud>> <</if>> <<if $kate.piercings.includes("noseBlackNasalang")>> <<piercing-rightNostril-blackStud>> <<piercing-leftNostril-blackStud>> <</if>> <<if $kate.piercings.includes("noseSilverBarbell")>> <<piercing-noseBridge-silverBarbell>> <</if>> <<if $kate.piercings.includes("chestSilverBarbell")>> <<piercing-chest-silverBarbells>> <</if>> <<if $kate.piercings.includes("navelSilverBarbell")>> <<piercing-bellybutton-diamondBarbell>> <</if>> <<if $kate.piercings.includes("nosesilverSeptumRingWithBall")>> <<piercing-nose-silverSeptumRingWithBall>> <</if>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <<if $args.includes("bare")>> <<piercing-rightNipple-silverBarbell "bare">> <<piercing-leftNipple-silverBarbell "bare">> <<else>> <<piercing-rightNipple-silverBarbell>> <<piercing-leftNipple-silverBarbell>> <</if>> <</if>> <</nobr>><</widget>> <<widget "piercings-removeFacialPiercings">><<nobr>> /*This widget will remove all the facial piercings form the avatar*/ /*To re show : <<update-avatar-tattoo-piercing>>*/ <<set _path2 to "piercings/">> <<set $avatar.bodyMods.delete(_path2+"20_piercing-bottomLip-silverLabretSpike")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-forehead-diamondStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftCheek-silverStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftEyebrow-silverSpikedBarbell")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHelix-diamondStud-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-lowerSilverRings-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftHighLobe-upperSilverRing-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-leftNostril-blackStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-noseBridge-silverBarbell")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightCheek-silverStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightEar-industrialBarbell-" + $kate.faceShape)>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightNostril-blackStud")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-rightUpperHelix-silverRing")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-nose-silverSeptumRingWithBall")>> <<set $avatar.bodyMods.delete(_path2+"20_piercing-topLip-diamondMedusaStud")>> <<replace "#avatar-container">><<avatar>><</replace>> <</nobr>><</widget>> /*TATTOOS*/ <<widget "tattoo-ChestSwallows">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-chest-swallows")>> <</nobr>><</widget>> <<widget "tattoo-bohoMandala">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-chestAndSolarPlexus-bohoMandala")>> <</nobr>><</widget>> <<widget "tattoo-leftAnkle-diamond">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftAnkle-diamond")>> <</nobr>><</widget>> <<widget "tattoo-leftAnkle-triyang">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftAnkle-triyang")>> <</nobr>><</widget>> <<widget "tattoo-leftForearm-aeroplane">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftForearm-aeroplane")>> <</nobr>><</widget>> <<widget "tattoo-leftHip-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftHip-tribal")>> <</nobr>><</widget>> <<widget "tattoo-leftHipBone-jacob">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftHipBone-jacob")>> <</nobr>><</widget>> <<widget "tattoo-leftThigh-tribalBand">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftThigh-tribalBand")>> <</nobr>><</widget>> <<widget "tattoo-leftUpperArm-stayGoldSlogan">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftUpperArm-stayGoldSlogan")>> <</nobr>><</widget>> <<widget "tattoo-leftUpperArm-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftUpperArm-tribal")>> <</nobr>><</widget>> <<widget "tattoo-pubicMound-hotZoneSlogan">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-pubicMound-hotZoneSlogan")>> <</nobr>><</widget>> <<widget "tattoo-pubicMound-tribalLoveCrest">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-pubicMound-tribalLoveCrest")>> <</nobr>><</widget>> <<widget "tattoo-rightAnkle-dove">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightAnkle-dove")>> <</nobr>><</widget>> <<widget "tattoo-rightCalf-cowgirl">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightCalf-cowgirl")>> <</nobr>><</widget>> <<widget "tattoo-rightForearm-d10Die">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightForearm-d10Die")>> <</nobr>><</widget>> <<widget "tattoo-rightForearm-rosesSleeve">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightForearm-rosesSleeve")>> <</nobr>><</widget>> <<widget "tattoo-rightHand-paperPlane">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightHand-paperPlane")>> <</nobr>><</widget>> <<widget "tattoo-rightHip-ashley">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightHip-ashley")>> <</nobr>><</widget>> <<widget "tattoo-rightHip-rose">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightHip-rose")>> <</nobr>><</widget>> <<widget "tattoo-rightNeck-stars">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightNeck-stars")>> <</nobr>><</widget>> <<widget "tattoo-rightThigh-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightThigh-tribal")>> <</nobr>><</widget>> <<widget "tattoo-rightThigh-tribal">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightThigh-tribal")>> <</nobr>><</widget>> <<widget "tattoo-rightUnderboob-wave">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-rightUnderboob-wave")>> <</nobr>><</widget>> <<widget "tattoo-leftCollarbone-8BitHearts">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftCollarbone-8BitHearts")>> <</nobr>><</widget>> <<widget "tattoo-leftCollarbone-CaffeineStructure">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftCollarbone-caffeineStructure")>> <</nobr>><</widget>> <<widget "tattoo-leftForearm-Elvish">><<nobr>> /**/ <<set _path2 to "tattoos/">> <<set $avatar.bodyMods.pushUnique(_path2+"10_tattoo-leftForearm-elvish")>> <</nobr>><</widget>> <<widget "tattoo-piercing-CLEAR">><<nobr>> /*Also clears bikiniLines!!!*/ <<set $avatar.bodyMods to []>> <</nobr>><</widget>> <<widget "tattoo-UPDATE">><<nobr>> <<if $kate.tattoos.includes("chestBohoMandela")>> <<tattoo-bohoMandala>> <</if>> <<if $kate.tattoos.includes("chestSwallows")>> <<tattoo-ChestSwallows>> <</if>> <<if $kate.tattoos.includes("rightNeckStars")>> <<tattoo-rightNeck-stars>> <</if>> <<if $kate.tattoos.includes("rightUnderboobWave")>> <<tattoo-rightUnderboob-wave>> <</if>> <<if $kate.tattoos.includes("rightHipRose")>> <<tattoo-rightHip-rose>> <</if>> <<if $kate.tattoos.includes("leftHipBoneJacob")>> <<tattoo-leftHipBone-jacob>> <</if>> <<if $kate.tattoos.includes("leftHipTribal")>> <<tattoo-leftHip-tribal>> <</if>> <<if $kate.tattoos.includes("pubicMoundHotZoneSlogan")>> <<tattoo-pubicMound-hotZoneSlogan>> <</if>> <<if $kate.tattoos.includes("pubicMoundTribalLoveCrest")>> <<tattoo-pubicMound-tribalLoveCrest>> <</if>> <<if $kate.tattoos.includes("leftUpperArmStayGoldSlogan")>> <<tattoo-leftUpperArm-stayGoldSlogan>> <</if>> <<if $kate.tattoos.includes("leftUpperArmTribal")>> <<tattoo-leftUpperArm-tribal>> <</if>> <<if $kate.tattoos.includes("leftForearmAeroplane")>> <<tattoo-leftForearm-aeroplane>> <</if>> <<if $kate.tattoos.includes("rightForearmD10Die")>> <<tattoo-rightForearm-d10Die>> <</if>> <<if $kate.tattoos.includes("rightForearmRosesSleeve")>> <<tattoo-rightForearm-rosesSleeve>> <</if>> <<if $kate.tattoos.includes("rightHandPaperPlane")>> <<tattoo-rightHand-paperPlane>> <</if>> <<if $kate.tattoos.includes("rightThighTribal")>> <<tattoo-rightThigh-tribal>> <</if>> <<if $kate.tattoos.includes("rightThighAshley")>> <<tattoo-rightHip-ashley>> <</if>> <<if $kate.tattoos.includes("rightCalfCowgirl")>> <<tattoo-rightCalf-cowgirl>> <</if>> <<if $kate.tattoos.includes("rightAnkleDove")>> <<tattoo-rightAnkle-dove>> <</if>> <<if $kate.tattoos.includes("leftThighTribalBand")>> <<tattoo-leftThigh-tribalBand>> <</if>> <<if $kate.tattoos.includes("leftAnkleDiamond")>> <<tattoo-leftAnkle-diamond>> <</if>> <<if $kate.tattoos.includes("leftAnkleTriyang")>> <<tattoo-leftAnkle-triyang>> <</if>> <<if $kate.tattoos.includes("leftCollarbone8BitHearts")>> <<tattoo-leftCollarbone-8BitHearts>> <</if>> <<if $kate.tattoos.includes("leftCollarboneCaffeineStructure")>> <<tattoo-leftCollarbone-CaffeineStructure>> <</if>> <<if $kate.tattoos.includes("leftForearmElvish")>> <<tattoo-leftForearm-Elvish>> <</if>> <<if $kate.tattoos.includes("aquarius")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-shoulder-aquarius-rear")>> <</if>> <<if $kate.tattoos.includes("carpeDiem")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-trampStamp-carpeDiem-rear")>> <</if>> <<if $kate.tattoos.includes("heartagram")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rThigh-heartagram2")>> <</if>> <<if $kate.tattoos.includes("thighRoses")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-lThigh-roses")>> <</if>> <<if $kate.tattoos.includes("cupcake")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-shoulder-cupcake-rear")>> <</if>> <<if $kate.tattoos.includes("caffeine")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-shoulder-caffeine-rear")>> <</if>> <<if $kate.tattoos.includes("banana")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rThigh-banana")>> <</if>> <<if $kate.tattoos.includes("georaffe")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rShoulder-georaffe-rear")>> <</if>> <<if $kate.tattoos.includes("yang")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-lAnkle-yang")>> <</if>> <<if $kate.tattoos.includes("nike")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-lAnkle-nike")>> <</if>> <<if $kate.tattoos.includes("deadTissue")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-lPelvis-deadTissue")>> <</if>> <<if $kate.tattoos.includes("jacob")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-lPelvis-jacob")>> <</if>> <<if $kate.tattoos.includes("aseema")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rRib-aseema-" + $kate.braSize + "")>> <</if>> <<if $kate.tattoos.includes("elvish")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rRib-elvish-" + $kate.braSize + "")>> <</if>> <<if $kate.tattoos.includes("friendshipHearts")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rRib-friendshipHearts-" + $kate.braSize + "")>> <</if>> <<if $kate.tattoos.includes("surfWave")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rRib-surfWave-" + $kate.braSize + "")>> <</if>> <<if $kate.tattoos.includes("ashleysFlowers")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-rHip-ashleysFlowers2")>> <</if>> <<if $kate.tattoos.includes("cheerBow")>> <<set $avatar.bodyMods.pushUnique("122Tattoos/10_tattoo-lAnkle-cheerBow", "122Tattoos/10_tattoo-lAnkle-cheerBow-rear")>> <</if>> <</nobr>><</widget>> <<widget "update-avatar-tattoo-piercing">><<nobr>> <<tattoo-piercing-CLEAR>> <<if $args.includes("bare")>> <<tattoo-UPDATE "bare">> <<piercing-UPDATE "bare">> <<else>> <<tattoo-UPDATE>> <<piercing-UPDATE>> <</if>> /*<<replace "#avatar-container">><<avatar>><</replace>>*/ <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-bikiniLines">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.clothing.pushUnique(_path+"10_bikiniBottoms-blackTropicalPrintWithTieSidesBikiniBottoms")>> <<set $avatar.clothing.pushUnique(_path+"10_bikiniTop-fuchsiaAndBlackBikiniTop-"+$kate.braSize)>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-drugdealer">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerSkirt-blackAndPurpleTartanWithBucklesMini")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerBoots-blackDMFlatformAnkleBoots")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackOverTheKneeSocks-barefoot")>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-blackOverTheKneeSocks-highHeels")>> <<set $avatar.clothing.pushUnique(_path+"20_geekSkirt-khakiFlippyMiniWithFrontButtons")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-blackCottonVestWithEmblem-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekBoots-backSuedeAnkleStillettosWithBuckles")>>/*Heels*/ <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"30_sportyPlaysuit-greySleevelessWithSideTieBelt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyBoots-blackSuedeOverTheKneeHighHeeledBoots")>>/*Heels*/ <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"30_alphaShorts-pinkChiffonWithFrontTieBeltShorts")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-whiteCroppedVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>>/*Heels*/ <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-drugdealer">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.highSchoolClique == "rockChick">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique(_path+"20_rockerSkirt-blackAndPurpleTartanWithBucklesMini")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerBoots-blackDMFlatformAnkleBoots")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackOverTheKneeSocks-barefoot")>> <<elseif $kate.highSchoolClique == "nerdy">> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-blackOverTheKneeSocks-highHeels")>> <<set $avatar.clothing.pushUnique(_path+"20_geekSkirt-khakiFlippyMiniWithFrontButtons")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-blackCottonVestWithEmblem-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekBoots-backSuedeAnkleStillettosWithBuckles")>>/*Heels*/ <<elseif $kate.highSchoolClique == "sporty">> <<set $avatar.clothing.pushUnique(_path+"30_sportyPlaysuit-greySleevelessWithSideTieBelt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyBoots-blackSuedeOverTheKneeHighHeeledBoots")>>/*Heels*/ <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"30_alphaShorts-pinkChiffonWithFrontTieBeltShorts")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-whiteCroppedVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>>/*Heels*/ <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-AlevelResults">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.clothing.pushUnique(_path+"10_rockerLeggings-blackCottonLeggings")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackAndGreyCottonFlaredRideOrDieVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerBoots-blackDMFlatformAnkleBoots")>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"20_geekSkirt-lightBlueDenimMiniWithBrownBelt")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-blackSkinnyfitWinTshirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekShoes-pinkAndWhiteConverseTrainers")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"30_sportyTop-whiteCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"10_sportyLeggings-sheerBlackCottonLeggings")>> <<set $avatar.clothing.pushUnique(_path+"20_sportyShoes-whiteAndBlackAddidasTrainers")>> <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"20_alphaJeans-darkBlueDenimSkinnyJeans")>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-blackCottonFlaredYouMeVest-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-pinkAndWhiteConverseTrainers")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-kateTries">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.underwear.pushUnique(_path+"10_rockerNecklace-blackThinChoker")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerStockings-blackSheerWideGreyBand-barefoot")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-blackDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShoes-blackPatentSlipOnFlatformLoafers")>> <<set $avatar.clothing.pushUnique(_path+"50_rockerJacket-blackLeatherBikerJacket")>> <<elseif $kate.quirks.includes("geekGirl")>> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.underwear.pushUnique(_path+"10_geekStockings-blackSheerNarrowBlackBand-barefoot")>> <<set $avatar.clothing.pushUnique(_path+"40_geekDress-purpleCorduroyDungareeDressWithFrontPockets")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekShoes-blackPatentSlipOnLoafers")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.clothing.pushUnique(_path+"20_sportyTop-blackLongSleevedCroppedTieWaistTop-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_sportyJeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique(_path+"20_sportyShoes-blackSlipOnHighHeels")>> <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"30_alphaJeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-ukTeenRom-aftermath">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-lightBlueDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackAndYellowRamonesTshirt-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-palePinkWithPinkHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-oldCreamSpaceKittyTshirt-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_geekShorts-blueAndWhiteStripedBoxerShorts")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-pinkCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"10_sportyLeggings-greyAndDuckeggStripeCroppedLycraLeggings")>> <<set $avatar.clothing.pushUnique(_path+"40_sportyTop-greyDidntWantToComeSweater")>> <<else>>/*alpha*/ <<set $avatar.underwear.pushUnique(_path+"10_alphaSocks-yellowWithPinkHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-orangeCroppedExoticVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_alphaShorts-blueAndWhiteStripedBoxerShorts")>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-oldGreyZipUpHoodie-"+$kate.braSize)>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-BJFORTB-setup-clothes">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-blackCottonTrainerSocksWithGreyCuffs")>> <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_rockerJeans-darkBlueDenimRippedSkinnyJeans")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackAndRedSkinnyfitSlipknotTshirt-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-blackCottonTrainerSocksWithGreyCuffs")>> <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-PinkFlaredVestNatural20-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_geekJeans-darkBlueDenimSkinnyJeans")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-hotPinkCottonTrainerSocksWithPalePinkCuffs")>> <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_sportyTop-hotPinkLooseCroppedVestNoGames-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyJeans-darkBlueDenimSkinnyJeans")>> <<else>>/*alpha*/ <<set $avatar.underwear.pushUnique(_path+"30_bra-pinkAndChampagneCandyStripeBra-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-whiteCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_alphaJeans-darkBlueDenimSkinnyJeans")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-BJ-MenageAMoi-clothes">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<characterCreator-unsetShadow>> <<characterCreator-unsetEyes>> <<set $avatar.clothing.pushUnique(_path+"50_katesBedsheets")>> <</nobr>><</widget>> <<widget "lifepath-ukRomance-OtherPartners-clothes">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerNecklace-blackThinChoker")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerStockings-blackSheerWideGreyBand-barefoot")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-blackDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShoes-blackPatentSlipOnFlatformLoafers")>> <<set $avatar.clothing.pushUnique(_path+"50_rockerJacket-blackLeatherBikerJacket")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-blackCottonFlaredVestWithSpaghettiStraps-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.clothing.pushUnique(_path+"30_geekTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"40_geekDress-purpleCorduroyDungareeDressWithFrontPockets")>> <<set $avatar.clothing.pushUnique(_path+"20_geekShoes-blackPatentSlipOnLoafers")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-paleMintWithDarkMintHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"30_sportyTop-navyWaterfallHemTshirtShark-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"20_sportyShorts-lightBlueDenimDaisyDukes")>> <<else>>/*alpha*/ <<avatar-stripNaked>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique(_path+"30_alphaTop-whiteBohoBlouse-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_alphaJeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaShoes-tanHighHeeledStrappySandals")>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "lifepath-bj-aftermath">><<nobr>> <<set _path to "teenRom/">> <<avatar-stripNaked "barefoot">> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("rockChick")>> <<set $avatar.underwear.pushUnique(_path+"10_rockerSocks-darkGreyCottonAnkleSocksWithBlackHeels")>> <<set $avatar.clothing.pushUnique(_path+"20_rockerShorts-darkGreyBoxerShorts")>> <<set $avatar.clothing.pushUnique(_path+"40_rockerCardigan-blackCardigan")>> <<set $avatar.clothing.pushUnique(_path+"30_rockerTop-lightGreyWaterfallHemTshirtRockRollFestival-"+$kate.braSize)>> <<elseif $kate.quirks.includes("geekGirl")>> <<set $avatar.underwear.pushUnique(_path+"10_geekSocks-palePinkWithPinkHeartsCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"40_geekTop-pinkHoodieSweater-"+$kate.braSize)>> <<set $avatar.clothing.pushUnique(_path+"30_geekShorts-blueAndWhiteStripedBoxerShorts")>> <<elseif $kate.quirks.includes("sportsStar")>> <<set $avatar.underwear.pushUnique(_path+"10_sportySocks-pinkCottonAnkleSocks")>> <<set $avatar.clothing.pushUnique(_path+"10_sportyLeggings-greyAndDuckeggStripeCroppedLycraLeggings")>> <<set $avatar.clothing.pushUnique(_path+"40_sportyTop-greyDidntWantToComeSweater")>> <<else>>/*alpha*/ <<set $avatar.clothing.pushUnique(_path+"10_rockerLeggings-blackCottonLeggings")>> <<set $avatar.clothing.pushUnique(_path+"20_alphaTop-blueGreenVest-"+$kate.braSize)>> <</if>> <<characterCreator-setHipsterGlasses>> <</nobr>><</widget>> <<widget "util-avatarValuesToCamel">><<nobr>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set $kate.hairColour to "black">> <<case "Blonde" "blonde">> <<set $kate.hairColour to "blonde">> <<case "Ginger" "ginger">> <<set $kate.hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "lightbrown" "Lightbrown">> <<set $kate.hairColour to "lightBrown">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight" "Long Straight" "long straight" "longstraight">> <<set $kate.hairStyle to "longStraight">> <<case "longCurly" "Long curly" "Long Curly" "long curly" "longcurly">> <<set $kate.hairStyle to "longCurly">> <<case "short" "Short" "shortSuperShort" "Super short">> <<set $kate.hairStyle to "short">> <<case "shortBob" "Short bob" "Medium bob">> <<set $kate.hairStyle to "shortBob">> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set $kate.hairStyle to "bunWithBangs">> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*Wavy*/ <<set $kate.hairStyle to "wavyBob">> <</switch>> <<set $kate.faceShape to $kate.faceShape.toLowerCase()>> <<set $kate.noseShape to $kate.noseShape.toLowerCase()>> <<set $kate.mouthShape to $kate.mouthShape.toLowerCase()>> <<set $kate.eyeColour to $kate.eyeColour.toLowerCase()>> <<set $kate.eyeShape to $kate.eyeShape.toLowerCase()>> <<set $kate.complexion to $kate.complexion.toLowerCase()>> <</nobr>><</widget>>
/*Clearing widgets -----------------------------------------------------------------*/ <<widget "avatar-clearFace">><<nobr>> /*This avatar widget will clear the face of nose, mouth, eyes and brows*/ /* <<avatar-clearFace>> */ <<set $avatar.blink to false>> <<avatar-clearBrows>> <<avatar-clearEyes>> <<avatar-clearNose>> <<avatar-clearMouth>> <<piercings-facial-expressions-removeAll>> <<avatar-expr-removeBlush>> <<avatar-expr-removeCheeksBJ>> <<avatar-expr-removeTongue-out>> <</nobr>><</widget>> <<widget "avatar-clearBrows">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("brows")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-clearEyecolour">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("eyeColour")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "avatar-clearEyeshape">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("eyeShape")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "avatar-clearNose">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("nose")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <</nobr>><</widget>> <<widget "avatar-clearMouth">><<nobr>> <<for _i to 0; _i lt $avatar.body.length; _i++>> <<set _toCheck to $avatar.body[_i]>> <<if _toCheck.includes("mouth")>> <<set $avatar.body.deleteAt(_i)>> <</if>> <</for>> <<piercings-remove-facial-expressions-bottomLip>> <<piercings-remove-facial-expressions-topLip>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</if>> <</nobr>><</widget>> <<widget "avatar-clearEyes">> <<avatar-clearEyecolour>> <<avatar-clearEyeshape>> <</widget>> /*Cheeks--------------------------------------------*/ <<widget "avatar-expr-blush">><<nobr>> <<set $avatar.body.pushUnique("60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-expr-removeBlush">><<nobr>> <<set $avatar.body.delete("60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-expr-cheeksBJ">><<nobr>> <<set $avatar.body.pushUnique("60_cheeks-blowJob")>> <</nobr>><</widget>> <<widget "avatar-expr-removeCheeksBJ">><<nobr>> <<set $avatar.body.delete("60_cheeks-blowJob")>> <</nobr>><</widget>> /*Brows---------------------------------------------*/ <<widget "avatar-expr-eyebrows-calm">><<nobr>> /*Normal/ Default*/ <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-calm")>> <<piercings-facial-expressions-brow-normal>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-calm">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-calm")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-rogerMoore">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-rogerMoore")>> <<piercings-facial-expressions-brow-rogerMoore>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-rogerMoore">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-rogerMoore")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-raised">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-raised")>> <<piercings-facial-expressions-brow-raised>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-raised">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-raised")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-frown">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-frown")>> <<piercings-facial-expressions-brow-frown>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-frown">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-frown")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> <<widget "avatar-expr-eyebrows-worried">><<nobr>> <<avatar-clearBrows>> <<set $avatar.body.pushUnique("60_brows-"+$kate.hairColour+"-worried")>> <<piercings-facial-expressions-brow-worried>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyebrows-worried">><<nobr>> <<set $avatar.body.delete("60_brows-"+$kate.hairColour+"-worried")>> <<piercings-remove-facial-expressions-brow>> <</nobr>><</widget>> /* Eyes ---------------------------------------------------------------------*/ <<widget "avatar-expr-eyes-big">><<nobr>> <<avatar-clearEyes>> <<set _shape to "40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to "50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyes-big">><<nobr>> <<set _shape to "40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <<set _shape to "50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-eyes-normal">><<nobr>> <<avatar-clearEyes>> <<characterCreator-setEyeShape>> <<characterCreator-setEyeColour>> <</nobr>><</widget>> /*Noses-------------------------------------------------------------------------*/ <<widget "avatar-expr-nose-normal">><<nobr>> <<avatar-clearNose>> <<characterCreator-setNose>> <</nobr>><</widget>> <<widget "avatar-expr-removeNose-normal">><<nobr>> <<avatar-clearNose>> <</nobr>><</widget>> <<widget "avatar-expr-nose-scrunch">><<nobr>> <<avatar-clearNose>> <<set _shape to "/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()+"-scrunch">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeNose-scrunch">><<nobr>> <<avatar-clearNose>> <</nobr>><</widget>> /*Mouths-------------------------------------------------------------------------------------*/ <<widget "avatar-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<characterCreator-setMouth>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-normal>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-normal">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-smirk">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smirk">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-smirk>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-smirk">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-sad">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-sad">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-sad>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-sad">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-pout">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-pout">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-pout>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-pout">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-sexy">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-sexy">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-sexyMouth>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-sexy">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-smile">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smile">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-closedSmile>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-smile">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-snarl">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-snarl">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-normal>> <<piercings-facial-expressions-topLip-snarl>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-snarl">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-openWide">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-openWide">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-openWide>> <<piercings-facial-expressions-topLip-openWide>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-openWide">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-talk">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-talk">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-talk>> <<piercings-facial-expressions-topLip-talk>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-talk">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-expr-mouth-beam">><<nobr>> <<avatar-clearMouth>> <<set _shape to "50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-beam">> <<set $avatar.body.pushUnique(_shape)>> <<piercings-facial-expressions-bottomLip-beam>> <<piercings-facial-expressions-topLip-beam>> <</nobr>><</widget>> <<widget "avatar-expr-removeMouth-beam">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> /*Tongue-------------------------------------------------------------------------------*/ <<widget "avatar-expr-tongue-out">><<nobr>> <<avatar-expr-removeTongue-out>> <<set _shape to "60_tongue-"+$kate.mouthShape.toLowerCase()+"-rollingStone">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeTongue-out">><<nobr>> <<set _shape to "60_tongue-"+$kate.mouthShape.toLowerCase()+"-rollingStone">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> /*Eyelids-------------------------------------------------------------------------------*/ <<widget "avatar-expr-eyelid-normal">><<nobr>> <<avatar-expr-removeEyelid-squint>> <<avatar-expr-removeEyelid-tearful>> <<avatar-expr-removeEyelid-closed>> <</nobr>><</widget>> <<widget "avatar-expr-eyelid-squint">><<nobr>> <<avatar-expr-eyelid-normal>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyelid-squint">><<nobr>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-eyelid-tearful">><<nobr>> <<avatar-expr-eyelid-normal>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-tearful">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyelid-tearful">><<nobr>> <<set _shape to "/113Expressions/55_eyelids-"+$kate.eyeShape.toLowerCase()+ "-" +$kate.complexion+"-tearful">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-eyelid-closed">><<nobr>> <<avatar-expr-eyelid-normal>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-closed">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-expr-removeEyelid-closed">><<nobr>> <<set _shape to "55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-closed">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> /*AVATAR 16 expression parts -------------------------------------------------------------------------*/ <<widget "avatar-age16-expr-eyebrows-normal">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set _brows to _path+"60_brows-"+ $kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyebrows-raised">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-raised")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyebrows-raised">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_brows-"+$kate.hairColour+"-raised")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyebrows-frown">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-frown")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyebrows-frown">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_brows-"+$kate.hairColour+"-frown")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyebrows-worried">><<nobr>> <<avatar-clearBrows>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-worried")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyebrows-worried">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_brows-"+$kate.hairColour+"-worried")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyes-normal">><<nobr>> <<avatar-clearEyes>> <<set _path to "age16/">> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyes-big">><<nobr>> <<avatar-clearEyes>> <<set _path to "age16/">> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyes-big">><<nobr>> <<set _path to "age16/">> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-" + $kate.faceShape.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <<set _shape to _path+"50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.delete("_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyelid-normal">><<nobr>> <<avatar-age16-expr-removeEyelid-squint>> <</nobr>><</widget>> <<widget "avatar-age16-expr-eyelid-squint">><<nobr>> <<avatar-age16-expr-removeEyelid-squint>> <<set _path to "age16/">> <<set _shape to _path+"55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeEyelid-squint">><<nobr>> <<set _path to "age16/">> <<set _shape to _path+"55_eyelids-"+$kate.complexion+ "-" +$kate.eyeShape.toLowerCase()+"-squint">> <<set $avatar.body.delete(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _mouth to _path+"50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-normal">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-smirk">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smirk">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-smirk">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-sad">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-sad">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-sad">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-smile">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-smile">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-smile">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-snarl">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-snarl">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-snarl">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-mouth-beam">><<nobr>> <<avatar-clearMouth>> <<set _path to "age16/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.mouthShape.toLowerCase()+"-beam">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age16-expr-blush">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.pushUnique(_path+"60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeBlush">><<nobr>> <<set _path to "age16/">> <<set $avatar.body.delete(_path+"60_cheeks-blush")>> <</nobr>><</widget>> <<widget "avatar-age16-expr-removeMouth-beam">><<nobr>> <<avatar-clearMouth>> <</nobr>><</widget>> <<widget "avatar-age16-expr-normal">><<nobr>> <<set _path to "age16/">> <<set _brows to _path+"60_brows-"+ $kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <<set _shape to _path+"40_eyeShape-"+$kate.complexion+"-"+$kate.faceShape.toLowerCase()+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _shape to _path+"50_eyeColour-"+$kate.complexion+"-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <<set _mouth to _path+"50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_mouth)>> <<set _nose to _path+"113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()>> <<set $avatar.body.pushUnique(_nose)>> <<avatar-age16-expr-removeBlush>> <</nobr>><</widget>> <<widget "avatar-age16-expr-nose-normal">><<nobr>> <<set _path to "age16/">> <<set _nose to _path+"113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()>> <<set $avatar.body.pushUnique(_nose)>> <</nobr>><</widget>> /*AGE 12 Expression parts----------------------------------------------------------------------------------------------------*/ <<widget "avatar-age12-expr-eyebrows-normal">><<nobr>> <<avatar-clearBrows>> <<set _path to "age12/">> <<set _brows to _path+"60_brows-"+$kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age12-expr-eyebrows-sad">><<nobr>> <<avatar-clearBrows>> <<set _path to "age12/">> <<set $avatar.body.pushUnique(_path+"60_brows-"+$kate.hairColour+"-sad")>> <</nobr>><</widget>> <<widget "avatar-age12-expr-mouth-pout">><<nobr>> <<avatar-clearMouth>> <<set _path to "age12/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-" +$kate.mouthShape.toLowerCase()+"-pout">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age12-expr-mouth-smile">><<nobr>> <<avatar-clearMouth>> <<set _path to "age12/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-" +$kate.mouthShape.toLowerCase()+"-smile">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age12-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<set _path to "age12/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-" +$kate.mouthShape.toLowerCase()>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> /*Age 8 expression parts---------------------------------------------------------------------------*/ <<widget "avatar-age8-expr-eyebrows-normal">><<nobr>> <<avatar-clearBrows>> <<set _path to "age8/">> <<set _brows to _path+"60_brows-"+$kate.hairColour>> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-eyebrows-raised">><<nobr>> <<avatar-clearBrows>> <<set _path to "age8/">> <<set _brows to _path+"60_brows-"+$kate.hairColour+"-raised">> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-eyebrows-rogerMoore">><<nobr>> <<avatar-clearBrows>> <<set _path to "age8/">> <<set _brows to _path+"60_brows-"+$kate.hairColour+"-rogerMoore">> <<set $avatar.body.pushUnique(_brows)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-normal">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion>> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-beam">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-beam">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-open">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-open">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> <<widget "avatar-age8-expr-mouth-smirk">><<nobr>> <<avatar-clearMouth>> <<set _path to "age8/">> <<set _shape to _path+"50_mouth-" +$kate.complexion+"-smirk">> <<set $avatar.body.pushUnique(_shape)>> <</nobr>><</widget>> /*ACTUAL EXPRESSIONS--------------------------------------------------------------------------------------------------Expression combinations*/ /*Age 8*/ <<widget "avatar-age8-normal">><<nobr>> <<avatar-age8-expr-eyebrows-normal>> <<avatar-age8-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-age8-smile">><<nobr>> <<avatar-age8-expr-eyebrows-normal>> <<avatar-age8-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-age8-shock">><<nobr>> <<avatar-age8-expr-eyebrows-raised>> <<avatar-age8-expr-mouth-open>> <</nobr>><</widget>> <<widget "avatar-age8-smirk">><<nobr>> <<avatar-age8-expr-eyebrows-rogerMoore>> <<avatar-age8-expr-mouth-smirk>> <</nobr>><</widget>> /*Age 12*/ <<widget "avatar-age12-normal">><<nobr>> <<avatar-age12-expr-eyebrows-normal>> <<avatar-age12-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-age12-sad">><<nobr>> <<avatar-age12-expr-eyebrows-sad>> <<avatar-age12-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-age12-smile">><<nobr>> <<avatar-age12-expr-eyebrows-normal>> <<avatar-age12-expr-mouth-smile>> <</nobr>><</widget>> /*Age 16*/ <<widget "avatar-age16-normal">><<nobr>> <<avatar-age16-expr-normal>> <<avatar-age16-expr-eyebrows-normal>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-normal>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-lol">><<nobr>> /*Genuine smile / Lol*/ <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-raised>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-beam>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-sad">><<nobr>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-worried>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-sad>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-restingBitchFace">><<nobr>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-normal>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-squint>> <<avatar-age16-expr-mouth-sad>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-anger">><<nobr>> /*Anger / indignation */ <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-frown>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-snarl>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-embarrassed2">><<nobr>> <<avatar-age16-expr-eyebrows-worried>> <<avatar-age16-expr-eyes-big>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-smirk>> <<avatar-age16-expr-blush>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-pain">><<nobr>> /*Pain / Shock */ <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-worried>> <<avatar-age16-expr-eyes-big>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-snarl>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-thrilled">><<nobr>> <<avatar-age16-expr-eyebrows-raised>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyes-big>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-beam>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> <<widget "avatar-age16-smile">><<nobr>> <<avatar-age16-expr-removeBlush>> <<avatar-age16-expr-eyebrows-raised>> <<avatar-age16-expr-eyes-normal>> <<avatar-age16-expr-eyelid-normal>> <<avatar-age16-expr-mouth-smile>> <<avatar-age16-expr-nose-normal>> <</nobr>><</widget>> /*Adult avatar Expressions-------------------------*/ <<widget "avatar-normal">><<nobr>> <<set $avatar.blink to true>> /*This is only the face expression*/ <<if $kate.quirks.includes("resting bitch face")>> <<avatar-restingBitchFace>> <<set $avatar.blink to true>> <<else>> <<avatar-clearFace>> <<set $avatar.blink to true>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</if>> <</nobr>><</widget>> <<widget "avatar-talking">><<nobr>> /*talking*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-talk>> <</nobr>><</widget>> <<widget "avatar-stern">><<nobr>> /*stern / resentful*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-sternTalking">><<nobr>> /**/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-talk>> <</nobr>><</widget>> <<widget "avatar-uncertain">><<nobr>> /*uncertain /worried /sullen*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-uncertainTalking">><<nobr>> /*Uncertain / talking / surprise */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-talk>> <</nobr>><</widget>> <<widget "avatar-asleep">><<nobr>> /*asleep*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-sassy">><<nobr>> /*sassy / Mocking*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-rogerMoore>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-smirk>> <</nobr>><</widget>> <<widget "avatar-niceToMeetYou">><<nobr>> /* Nice to meet you / High morale*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-smile>> <</nobr>><</widget>> <<widget "avatar-satisfied">><<nobr>> /*satisfied / Understanding */ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-smile>> <</nobr>><</widget>> <<widget "avatar-lol">><<nobr>> /*Genuine smile / Lol*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-photoSmile">><<nobr>> /*Photo smile / Charming*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-sad">><<nobr>> /* sad */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sad>> <</nobr>><</widget>> <<widget "avatar-crying">><<nobr>> /* */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-tearful>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sad>> <</nobr>><</widget>> <<widget "avatar-anguish">><<nobr>> /* anguish / Bad Sex Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-restingBitchFace">><<nobr>> /* RBF */ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sad>> <</nobr>><</widget>> <<widget "avatar-mildDisgust">><<nobr>> /* Mild Disgust / Sex Face*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-anger">><<nobr>> /* Anger / Indignation */ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-sexFace">><<nobr>> /* Sex Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-orgasmFace">><<nobr>> /* Orgasm Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <<avatar-expr-blush>> <</nobr>><</widget>> <<widget "avatar-goingDown">><<nobr>> /* Going Down on a girl */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <<avatar-expr-tongue-out>> <</nobr>><</widget>> <<widget "avatar-horny">><<nobr>> /* horny Face / Model Photo Face*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sexy>> <</nobr>><</widget>> <<widget "avatar-bjFace">><<nobr>> /*Bj Face */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <<avatar-expr-cheeksBJ>> <</nobr>><</widget>> <<widget "avatar-kissing">><<nobr>> /* Kissing */ <<avatar-clearFace>> <<avatar-expr-eyebrows-calm>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-closed>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-sexy>> <</nobr>><</widget>> <<widget "avatar-embarrassed1">><<nobr>> /*embarrassed 1 */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-embarrassed2">><<nobr>> /* embarrassed2 */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-smirk>> <<avatar-expr-blush>> <</nobr>><</widget>> <<widget "avatar-screamHelp">><<nobr>> /* Screaming for help */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <</nobr>><</widget>> <<widget "avatar-dieMotherfucker">><<nobr>> /* Screaming Die Motherfucker*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <</nobr>><</widget>> <<widget "avatar-pain">><<nobr>> /* Pain Shock */ <<avatar-clearFace>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-thrilled">><<nobr>> /* Thrilled / On Drugs */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-beam>> <</nobr>><</widget>> <<widget "avatar-resentful">><<nobr>> /* Resentful */ <<avatar-clearFace>> <<avatar-expr-eyebrows-frown>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-squint>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-pout>> <</nobr>><</widget>> <<widget "avatar-sarcastic">><<nobr>> /*sarcastic / Ironic */ <<avatar-clearFace>> <<avatar-expr-eyebrows-rogerMoore>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-normal>> <</nobr>><</widget>> <<widget "avatar-disgusted">><<nobr>> /* disgusted / grossed out*/ <<avatar-clearFace>> <<avatar-expr-eyebrows-rogerMoore>> <<avatar-expr-eyes-normal>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-snarl>> <</nobr>><</widget>> <<widget "avatar-amazed">><<nobr>> /*Amazed / suprised */ <<avatar-clearFace>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-big>> <<avatar-expr-eyelid-normal>> <<avatar-expr-nose-normal>> <<avatar-expr-mouth-openWide>> <</nobr>><</widget>> <<widget "avatar-wetHair">><<silently>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight">> /*Long*/: <<set _wetHair to "longHair-straight-wet-"+_hairColour, _dryHair to "longHair-straight-"+_hairColour>> <<case "longCurly" "Long curly">> /*Curly*/ <<set _wetHair to "longHair-curls-wet-"+_hairColour, _dryHair to "longHair-curls-"+_hairColour>> <<case "short" "Short" "shortSuperShort" "Super short">> /*Short*/ <<set _wetHair to "shortHair-superShort-wet-"+_hairColour, _dryHair to "shortHair-superShort-"+_hairColour>> <<case "shortBob" "Short bob" "Medium bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-bob-wet-"+_hairColour, _dryHair to "mediumHair-bob-"+_hairColour>> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set _wetHair to "longHair-bunWithBangs-wet-"+_hairColour, _dryHair to "longHair-bunWithBangs-"+_hairColour>> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-wavyBob-wet-"+_hairColour, _dryHair to "mediumHair-wavyBob-"+_hairColour>> <</switch>> <<set $avatar.foreground.delete("/113Hair/10_"+_dryHair+"-front"), $avatar.foreground.delete("/113Hair/10_"+_dryHair+"-rear"), $avatar.background.delete("/113Hair/90_"+_dryHair+"-back")>> <<set $avatar.foreground.pushUnique("/113WetLook/10_"+_wetHair+"-front"), $avatar.foreground.pushUnique("/113WetLook/10_"+_wetHair+"-rear"), $avatar.background.pushUnique("/113WetLook/90_"+_wetHair+"-back")>> <</silently>><</widget>> <<widget "avatar-wetBody">><<silently>> <<set $avatar.body.pushUnique("/113WetLook/60_skin-wet-front")>> <</silently>><</widget>> <<widget "avatar-dryBody">><<silently>> <<set $avatar.body.delete("/113WetLook/60_skin-wet-front")>> <</silently>><</widget>> <<widget "avatar-dryHair">><<silently>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<switch $kate.hairStyle>> <<case "longStraight" "Long straight">> /*Long*/: <<set _wetHair to "longHair-straight-wet-"+_hairColour, _dryHair to "longHair-straight-"+_hairColour>> <<case "longCurly" "Long curly">> /*Curly*/ <<set _wetHair to "longHair-curls-wet-"+_hairColour, _dryHair to "longHair-curls-"+_hairColour>> <<case "short" "Short" "shortSuperShort" "Super short">> /*Short*/ <<set _wetHair to "shortHair-superShort-wet-"+_hairColour, _dryHair to "shortHair-superShort-"+_hairColour>> <<case "shortBob" "Short bob" "Medium bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-bob-wet-"+_hairColour, _dryHair to "mediumHair-bob-"+_hairColour>> <<case "longHair-bunWithBangs" "bunWithBangs" "Bun with bangs">> /*longHair-bunWithBangs*/ <<set _wetHair to "longHair-bunWithBangs-wet-"+_hairColour, _dryHair to "longHair-bunWithBangs-"+_hairColour>> <<case "mediumHair-wavyBob" "wavyBob" "Wavy bob">> /*ShortBob*/ <<set _wetHair to "mediumHair-wavyBob-wet-"+_hairColour, _dryHair to "mediumHair-wavyBob-"+_hairColour>> <</switch>> <<set $avatar.foreground.pushUnique("/113Hair/10_"+_dryHair+"-front"), $avatar.foreground.pushUnique("/113Hair/10_"+_dryHair+"-rear"), $avatar.background.pushUnique("/113Hair/90_"+_dryHair+"-back")>> <<set $avatar.foreground.delete("/113WetLook/10_"+_wetHair+"-front"), $avatar.foreground.delete("/113WetLook/10_"+_wetHair+"-rear"), $avatar.background.delete("/113WetLook/90_"+_wetHair+"-back")>> <</silently>><</widget>> <<widget "avatar-getWet">><<silently>> <<avatar-wetBody>> <<avatar-wetHair>> <</silently>><</widget>> <<widget "avatar-dryOff">><<silently>> <<avatar-dryBody>> <<avatar-dryHair>> <</silently>><</widget>>
<<widget "addXP">> /* format <<addXP honeypot 100>> */ <<set _skillName to $args[0]>> <<set _xpToAdd to $args[1]>> /* Dictionary of skill descriptions */ <<set _skillDescriptions = { "Allure": "Posing, attracting male attention, and looking good for the camera", "Analyst": "Noticing details and spotting patterns others miss", "Athletics": "Overcoming physical challenges", "Barmaid": "Pouring, serving and mixing drinks", "Connoisseur": "Navigating high society", "Countersurveillance": "Spotting and evading cameras and hidden observers", "Covert Entry": "Picking locks and defeating electronic security systems", "Dancer": "Shaking your booty with rhythm, confidence and style", "Firearms": "A last resort in the field", "First Aid": "Patching up work-related injuries, no doctor required", "Foreign Language (Arabic)": "You're operationally fluent in spoken and written Arabic", "Foreign Language (Thai)": "Understanding Central Thai", "Honeypot": "Using sex and seduction", "Self Defence": "Fighting unarmed, or with improvised weapons", "Social Engineering": "Influencing friends and making people do what you want", "Streetwise": "Fitting in with criminals and shady elements", "Techspionage": "Using computers, drones, secure encryption, and cyber breaching tools", "Tradecraft": "Planning and executing field operations", "Vehicles": "Tactical driving and handling unusual vehicles like motorbikes, trucks and speedboats" }>> /* Find the skill in Kate's skill list */ <<set _skill to $kate.skills.find(function(s) { return s.name === _skillName; })>> <<if !_skill>> /* Skill isn't present. Get the skill description from the dictionary or set a default */ <<set _description to _skillDescriptions[_skillName] || "[Error 404: skill description not set]">> /* Add new skill with 0 XP, level 0, and description */ <<set _skill to { name: _skillName, xp: 0, level: 0, description: _description, specialisations: [] }>> <<set $kate.skills.push(_skill)>> <</if>> /* note the existing skill level */ <<set _existingLevel to _skill.level>> /* Add XP to the skill */ <<set _skill.xp += _xpToAdd>> /* Update the level based on new XP */ <<set _skill.level to setup.getLevelFromXP(_skill.xp)>> /* check if she levelled up */ <<if _skill.level gt _existingLevel>> <<set _levelledUp to true>> <</if>> <</widget>> <<widget "addSpecialisation">><<silently>> /* usage <<addSpecialisation drive motorbike>> */ <<set _skillName to $args[0]>> <<set _newSpecialisation to $args[1]>> <!-- Find the skill in Kate's skill list --> <<set _skill to $kate.skills.find(function(s) { return s.name === _skillName; })>> <!-- Add the new specialisation if she doesn't already have it --> <<if !_skill.specialisations.includes(_newSpecialisation)>> <<set _skill.specialisations.push(_newSpecialisation)>> <</if>> <</silently>><</widget>> <<widget "characterSheetSkillProgressBar">>\ <<set _skill to $args[0]>>\ <<set _nextThreshold = setup.getNextLevelThreshold(_skill.xp)>>\ <<print _skill.name.toUpperFirst()>> <span class="greyedOut">+</span><div class="tooltip" style="border-bottom: none;">''<<print _skill.level>>''<span class="tooltiptext"><small><<printSkillLevelDescription>></small></span></div> <span class="greyedOut"><small>|</small> <div class="tooltip" style="border-bottom: none;">ⓘ<span class="tooltiptext"><small>_skill.description</small></span></div> <small><<= '<meter value="' + _skill.xp + '" max="' + _nextThreshold + '"></meter>'>> <<print _skill.xp>>/<<print _nextThreshold>> <div class="tooltip" style="border-bottom: none;">XP<span class="tooltiptext">E''x''perience ''p''oints: use the skill to earn XP and level up! </span></div></small></span> <<if _skill.specialisations.length == 0>><br /><</if>> <<if _skill.specialisations.length > 0>>\ <small><span class="greyedOut" style="margin-top: 8px; display: inline-block;">SPECIALISATIONS:</span></small> \ <small><<print _skill.specialisations.join(", ")>></small> <br /> <</if>>\ <</widget>> <<widget "Maryanne">>\ <<if $kate.firstName[0] == "M">>\ Caroline\ <<else>>\ Maryanne\ <</if>>\ <</widget>> <<widget "printSkillLevelDescription">>\ <<if _skill.level == 0>>''Basic training'' or ''Hobby''. You know what you're doing.<<elseif _skill.level == 1>>''Competent.'' You're good at this and can do it under pressure.<<elseif _skill.level == 2>>''Experienced.'' You're very good at this, practised and confident.<<elseif _skill.level == 3>>''Elite.'' People watch you to learn how it's done.<<elseif _skill.level gte 4 and _skill.level lte 7>>''Master.'' You make it look easy; you can do things other girls can't.<<else>>''Legend.'' You do things people say are impossible.<</if>> <</widget>> <<widget "randomiseKateDynamicHaircut">><<silently>> <<if $kate.dynamicHair.length == "pixie">> <<set $kate.dynamicHair.currentStyle to either("007", "charlize", "razoredPixie")>> <<elseif $kate.dynamicHair.length == "bob">> <<set $kate.dynamicHair.currentStyle to either("shortWob1", "shortWob2", "shortWob3", "shortWob4", "shortWob5", "slicedBob1", "slicedBob2", "slicedBob3", "slicedBob4", "slicedBob5", "vsBob1", "vsBob2", "vsBob3", "vsBob4", "vsBob5")>> <<elseif $kate.dynamicHair.length == "longBob">> <<set $kate.dynamicHair.currentStyle to either("balletLob1", "balletLob2", "balletLob3", "balletLob4", "curlyLob", "longWob1", "longWob2", "longWob3", "longWob4", "straightLob1", "straightLob2", "straightLob3", "straightLob4")>> <<elseif $kate.dynamicHair.length == "midLength">> <<set $kate.dynamicHair.currentStyle to either("carrie1", "carrie2", "carrie3", "carrie4", "curly", "koreanSharp1", "koreanSharp2", "koreanSharp3", "koreanSharp4", "rachel1", "rachel2", "rachel3", "rachel4")>> <<elseif $kate.dynamicHair.length == "long">> <<set $kate.dynamicHair.currentStyle to either("hollywood1", "hollywood2", "hollywood3", "hollywood4", "longLayers1", "longLayers2", "longLayers3")>> <</if>> <</silently>><</widget>> <<widget "setKateDynamicHairColour">><<silently>> <<if _ccHairColour == "Pure Diamond">> <<set $kate.dynamicHair.naturalColourName to "pureDiamond", $kate.dynamicHair.naturalColourCode to "FFF8DE", $kate.dynamicHair.naturalColourOpacity to "0.32">> <<elseif _ccHairColour == "Light Ash Blonde">> <<set $kate.dynamicHair.naturalColourName to "lightAshBlonde", $kate.dynamicHair.naturalColourCode to "FFEF99", $kate.dynamicHair.naturalColourOpacity to "0.25">> <<elseif _ccHairColour == "Caramel">> <<set $kate.dynamicHair.naturalColourName to "caramel", $kate.dynamicHair.naturalColourCode to "F07E27", $kate.dynamicHair.naturalColourOpacity to "0.25">> <<elseif _ccHairColour == "Havana Brown">> <<set $kate.dynamicHair.naturalColourName to "havanaBrown", $kate.dynamicHair.naturalColourCode to "421600", $kate.dynamicHair.naturalColourOpacity to "0.4">> <<elseif _ccHairColour == "Copper Shimmer">> <<set $kate.dynamicHair.naturalColourName to "copperShimmer", $kate.dynamicHair.naturalColourCode to "FF4D00", $kate.dynamicHair.naturalColourOpacity to "0.35">> <<elseif _ccHairColour == "Ruby Fusion">> <<set $kate.dynamicHair.naturalColourName to "rubyFusion", $kate.dynamicHair.naturalColourCode to "C20000", $kate.dynamicHair.naturalColourOpacity to "0.35">> <<elseif _ccHairColour == "Black">> <<set $kate.dynamicHair.naturalColourName to "black", $kate.dynamicHair.naturalColourCode to "000000", $kate.dynamicHair.naturalColourOpacity to "0.55">> <<elseif _ccHairColour == "ctBlack">> <<set $kate.dynamicHair.naturalColourName to "ctBlack", $kate.dynamicHair.naturalColourCode to "000000", $kate.dynamicHair.naturalColourOpacity to "0.55">> <<elseif _ccHairColour == "ctEbonyBrown">> <<set $kate.dynamicHair.naturalColourName to "ctEbonyBrown", $kate.dynamicHair.naturalColourCode to "290E00", $kate.dynamicHair.naturalColourOpacity to "0.65">> <<elseif _ccHairColour == "ctAuburn">> <<set $kate.dynamicHair.naturalColourName to "ctAuburn", $kate.dynamicHair.naturalColourCode to "6E2602", $kate.dynamicHair.naturalColourOpacity to "0.55">> <<elseif _ccHairColour == "ctAuburn2">> <<set $kate.dynamicHair.naturalColourName to "ctAuburn2", $kate.dynamicHair.naturalColourCode to "6E2602", $kate.dynamicHair.naturalColourOpacity to "0.55">> <<elseif _ccHairColour == "ctGinger">> <<set $kate.dynamicHair.naturalColourName to "ctGinger", $kate.dynamicHair.naturalColourCode to "B33E00", $kate.dynamicHair.naturalColourOpacity to "0.55">> <<elseif _ccHairColour == "ctStrawberryBlonde">> <<set $kate.dynamicHair.naturalColourName to "ctStrawberryBlonde", $kate.dynamicHair.naturalColourCode to "F5A161", $kate.dynamicHair.naturalColourOpacity to "0.35">> <<elseif _ccHairColour == "ctSandyBlonde">> <<set $kate.dynamicHair.naturalColourName to "ctSandyBlonde", $kate.dynamicHair.naturalColourCode to "C0A277", $kate.dynamicHair.naturalColourOpacity to "0.35">> <<elseif _ccHairColour == "ctLightBlonde">> <<set $kate.dynamicHair.naturalColourName to "ctLightBlonde", $kate.dynamicHair.naturalColourCode to "D6C297", $kate.dynamicHair.naturalColourOpacity to "0.35">> <<elseif _ccHairColour == "ctNordicBlonde">> <<set $kate.dynamicHair.naturalColourName to "ctNordicBlonde", $kate.dynamicHair.naturalColourCode to "F3E4C7", $kate.dynamicHair.naturalColourOpacity to "0.35">> <<elseif _ccHairColour == "ctDirtyBlonde">> <<set $kate.dynamicHair.naturalColourName to "ctDirtyBlonde", $kate.dynamicHair.naturalColourCode to "835311", $kate.dynamicHair.naturalColourOpacity to "0.30">> <<elseif _ccHairColour == "ctMahoganyBrown">> <<set $kate.dynamicHair.naturalColourName to "ctMahoganyBrown", $kate.dynamicHair.naturalColourCode to "3F1300", $kate.dynamicHair.naturalColourOpacity to "0.55">> <<elseif _ccHairColour == "ctMousyBrown">> <<set $kate.dynamicHair.naturalColourName to "ctMousyBrown" $kate.dynamicHair.naturalColourCode to "5A361E", $kate.dynamicHair.naturalColourOpacity to "0.55">> <</if>> <<set $kate.dynamicHair.currentColourName to $kate.dynamicHair.naturalColourName, $kate.dynamicHair.currentColourCode to $kate.dynamicHair.naturalColourCode, $kate.dynamicHair.currentColourOpacity to $kate.dynamicHair.naturalColourOpacity>> <</silently>><</widget>> <<widget "setKateDynamicHairLength">><<silently>> <<if _ccHairLength == "Pixie">> <<set $kate.dynamicHair.length to "pixie">> <<elseif _ccHairLength == "Bob">> <<set $kate.dynamicHair.length to "bob">> <<elseif _ccHairLength == "Long Bob">> <<set $kate.dynamicHair.length to "longBob">> <<elseif _ccHairLength == "Mid Length">> <<set $kate.dynamicHair.length to "midLength">> <<elseif _ccHairLength == "Long">> <<set $kate.dynamicHair.length to "long">> <</if>> <</silently>><</widget>> <<widget "setKateDynamicHairStyle">><<silently>> <<if _ccHairStyle == "007">> <<set $kate.dynamicHair.currentStyle to "007">> <<elseif _ccHairStyle == "Charlize">> <<set $kate.dynamicHair.currentStyle to "charlize">> <<elseif _ccHairStyle == "Razored Pixie">> <<set $kate.dynamicHair.currentStyle to "razoredPixie">> <<elseif _ccHairStyle == "Short Wob 1">> <<set $kate.dynamicHair.currentStyle to "shortWob1">> <<elseif _ccHairStyle == "Short Wob 2">> <<set $kate.dynamicHair.currentStyle to "shortWob2">> <<elseif _ccHairStyle == "Short Wob 3">> <<set $kate.dynamicHair.currentStyle to "shortWob3">> <<elseif _ccHairStyle == "Short Wob 4">> <<set $kate.dynamicHair.currentStyle to "shortWob4">> <<elseif _ccHairStyle == "Short Wob 5">> <<set $kate.dynamicHair.currentStyle to "shortWob5">> <<elseif _ccHairStyle == "Sliced Bob 1">> <<set $kate.dynamicHair.currentStyle to "slicedBob1">> <<elseif _ccHairStyle == "Sliced Bob 2">> <<set $kate.dynamicHair.currentStyle to "slicedBob2">> <<elseif _ccHairStyle == "Sliced Bob 3">> <<set $kate.dynamicHair.currentStyle to "slicedBob3">> <<elseif _ccHairStyle == "Sliced Bob 4">> <<set $kate.dynamicHair.currentStyle to "slicedBob4">> <<elseif _ccHairStyle == "Sliced Bob 5">> <<set $kate.dynamicHair.currentStyle to "slicedBob5">> <<elseif _ccHairStyle == "V's Bob 1">> <<set $kate.dynamicHair.currentStyle to "vsBob1">> <<elseif _ccHairStyle == "V's Bob 2">> <<set $kate.dynamicHair.currentStyle to "vsBob2">> <<elseif _ccHairStyle == "V's Bob 3">> <<set $kate.dynamicHair.currentStyle to "vsBob3">> <<elseif _ccHairStyle == "V's Bob 4">> <<set $kate.dynamicHair.currentStyle to "vsBob4">> <<elseif _ccHairStyle == "V's Bob 5">> <<set $kate.dynamicHair.currentStyle to "vsBob5">> <<elseif _ccHairStyle == "Ballet Lob 1">> <<set $kate.dynamicHair.currentStyle to "balletLob1">> <<elseif _ccHairStyle == "Ballet Lob 2">> <<set $kate.dynamicHair.currentStyle to "balletLob2">> <<elseif _ccHairStyle == "Ballet Lob 3">> <<set $kate.dynamicHair.currentStyle to "balletLob3">> <<elseif _ccHairStyle == "Ballet Lob 4">> <<set $kate.dynamicHair.currentStyle to "balletLob4">> <<elseif _ccHairStyle == "Curly Lob">> <<set $kate.dynamicHair.currentStyle to "curlyLob">> <<elseif _ccHairStyle == "Long Wob 1">> <<set $kate.dynamicHair.currentStyle to "longWob1">> <<elseif _ccHairStyle == "Long Wob 2">> <<set $kate.dynamicHair.currentStyle to "longWob2">> <<elseif _ccHairStyle == "Long Wob 3">> <<set $kate.dynamicHair.currentStyle to "longWob3">> <<elseif _ccHairStyle == "Long Wob 4">> <<set $kate.dynamicHair.currentStyle to "longWob4">> <<elseif _ccHairStyle == "Straight Lob 1">> <<set $kate.dynamicHair.currentStyle to "straightLob1">> <<elseif _ccHairStyle == "Straight Lob 2">> <<set $kate.dynamicHair.currentStyle to "straightLob2">> <<elseif _ccHairStyle == "Straight Lob 3">> <<set $kate.dynamicHair.currentStyle to "straightLob3">> <<elseif _ccHairStyle == "Straight Lob 4">> <<set $kate.dynamicHair.currentStyle to "straightLob4">> <<elseif _ccHairStyle == "Carrie 1">> <<set $kate.dynamicHair.currentStyle to "carrie1">> <<elseif _ccHairStyle == "Carrie 2">> <<set $kate.dynamicHair.currentStyle to "carrie2">> <<elseif _ccHairStyle == "Carrie 3">> <<set $kate.dynamicHair.currentStyle to "carrie3">> <<elseif _ccHairStyle == "Carrie 4">> <<set $kate.dynamicHair.currentStyle to "carrie4">> <<elseif _ccHairStyle == "Curly">> <<set $kate.dynamicHair.currentStyle to "curly">> <<elseif _ccHairStyle == "Korean Sharp 1">> <<set $kate.dynamicHair.currentStyle to "koreanSharp1">> <<elseif _ccHairStyle == "Korean Sharp 2">> <<set $kate.dynamicHair.currentStyle to "koreanSharp2">> <<elseif _ccHairStyle == "Korean Sharp 3">> <<set $kate.dynamicHair.currentStyle to "koreanSharp3">> <<elseif _ccHairStyle == "Korean Sharp 4">> <<set $kate.dynamicHair.currentStyle to "koreanSharp4">> <<elseif _ccHairStyle == "Rachel 1">> <<set $kate.dynamicHair.currentStyle to "rachel1">> <<elseif _ccHairStyle == "Rachel 2">> <<set $kate.dynamicHair.currentStyle to "rachel2">> <<elseif _ccHairStyle == "Rachel 3">> <<set $kate.dynamicHair.currentStyle to "rachel3">> <<elseif _ccHairStyle == "Rachel 4">> <<set $kate.dynamicHair.currentStyle to "rachel4">> <<elseif _ccHairStyle == "Hollywood 1">> <<set $kate.dynamicHair.currentStyle to "hollywood1">> <<elseif _ccHairStyle == "Hollywood 2">> <<set $kate.dynamicHair.currentStyle to "hollywood2">> <<elseif _ccHairStyle == "Hollywood 3">> <<set $kate.dynamicHair.currentStyle to "hollywood3">> <<elseif _ccHairStyle == "Hollywood 4">> <<set $kate.dynamicHair.currentStyle to "hollywood4">> <<elseif _ccHairStyle == "Long Layers 1">> <<set $kate.dynamicHair.currentStyle to "longLayers1">> <<elseif _ccHairStyle == "Long Layers 2">> <<set $kate.dynamicHair.currentStyle to "longLayers2">> <<elseif _ccHairStyle == "Long Layers 3">> <<set $kate.dynamicHair.currentStyle to "longLayers3">> <</if>> <</silently>><</widget>> <<widget "setKateEthnicity">><<silently>> <<if $kate.agency == "cia">> <<set $kate.ethnicity to "angloAmerican">> /* <<tossACoin>> <<if _coinToss == "heads">> <<set $kate.ethnicity to "angloAmerican">> <<else>> <<set $kate.ethnicity to either("angloAmerican", "hispanic")>> <</if>> */ <<elseif $kate.agency == "mi6">> <<set $kate.ethnicity to "english">> <<elseif $kate.agency == "asis">> <<set $kate.ethnicity to "angloAustralian">> <<elseif $kate.agency == "csis">> <<set $kate.ethnicity to "angloCanadian">> <<elseif $kate.agency == "nzsis">> <<set $kate.ethnicity to "angloNZ">> <<else>> <<set $kate.ethnicity to "ERROR IN KATE.ETHNICITY VAR">> <</if>> <</silently>><</widget>> <<widget "setKateFirstName">><<silently>> <<if $kate.agency == "cia">> <<if $kate.ethnicity == "angloAmerican">> <<set $kate.firstName to setup.usFirstNames.random()>> <<elseif $kate.ethnicity == "hispanic">> <<set $kate.firstName to setup.hispanicFirstNames.random()>> <</if>> <<elseif $kate.agency == "mi6">> <<set $kate.firstName to setup.englishFirstNames.random()>> <<elseif $kate.agency == "asis">> <<set $kate.firstName to setup.aussieFirstNames.random()>> <<elseif $kate.agency == "csis">> <<set $kate.firstName to setup.canadianFirstNames.random()>> <<elseif $kate.agency == "nzsis">> <<set $kate.firstName to setup.kiwiFirstNames.random()>> <<else>> <<set $kate.firstName to "Jane">> <</if>> <<setKateKnownAs>> <</silently>><</widget>> <<widget "setKateFullName">><<silently>> <<setKateFirstName>> <<setKateSurname>> <</silently>><</widget>> <<widget "setKateKnownAs">><<silently>> <<if $kate.firstName == "Alexandra">> <<set $kate.knownAs to "Alex">> <<elseif $kate.firstName == "Ashley">> <<set $kate.knownAs to "Ash">> <<elseif $kate.firstName == "Catalina">> <<set $kate.knownAs to "Cat">> <<elseif $kate.firstName == "Charlotte">> <<set $kate.knownAs to either("Charlie", "Charlotte", "Charley")>> <<elseif $kate.firstName == "Cristina">> <<set $kate.knownAs to "Criss">> <<elseif $kate.firstName == "Daniela">> <<set $kate.knownAs to "Dani">> <<elseif $kate.firstName == "Elizabeth">> <<set $kate.knownAs to either("Beth", "Ellie", "Libby", "Liz", "Lizzie", "Lizzy")>> <<elseif $kate.firstName == "Isabela">> <<set $kate.knownAs to either("Bella", "Izzy")>> <<elseif $kate.firstName == "Isabelle">> <<set $kate.knownAs to either("Bella", "Izzy")>> <<elseif $kate.firstName == "Jessica">> <<set $kate.knownAs to "Jess">> <<elseif $kate.firstName == "Katherine">> <<set $kate.knownAs to either("Kate", "Katie", "Kat", "Kathy")>> <<elseif $kate.firstName == "Madison">> <<set $kate.knownAs to either("Maddy", "Madison")>> <<elseif $kate.firstName == "Natalie">> <<set $kate.knownAs to either("Nat", "Natalie")>> <<elseif $kate.firstName == "Olivia">> <<set $kate.knownAs to either("Libby", "Liv", "Olivia")>> <<elseif $kate.firstName == "Rebecca">> <<set $kate.knownAs to either("Becky", "Rebecca")>> <<elseif $kate.firstName == "Samantha">> <<set $kate.knownAs to "Sam">> <<elseif $kate.firstName == "Tabatha">> <<set $kate.knownAs to "Tabby">> <<elseif $kate.firstName == "Victoria">> <<set $kate.knownAs to either("Vicky", "Vikki")>> <<elseif $kate.firstName == "Veronica">> <<set $kate.knownAs to "Roni">> <<else>> <<set $kate.knownAs to $kate.firstName>> <</if>> <</silently>><</widget>> <<widget "setKateSkinToneSVG">><<silently>> <<if $kate.skinTone == "porcelain">> <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0.025;}</style>">> <<elseif $kate.skinTone == "ivory">> <<= "<style>.skinToneSVG {fill: #F3F2BD;opacity: 0.03;}</style>">> <<elseif $kate.skinTone == "peach">> <<= "<style>.skinToneSVG {fill: #CC9562;opacity: 0.035;}</style>">> <<elseif $kate.skinTone == "olive">> <<= "<style>.skinToneSVG {fill: #915C0D;opacity: 0.028;}</style>">> <<else>>\ /* if Kate has the default skin tone, set opacity to 0 so no change is displayed */ <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0;}</style>">> <</if>> <</silently>><</widget>> <<widget "setKateSurname">><<silently>> <<if $kate.ethnicity == "angloAmerican">> <<set $kate.surname to setup.angloAmericanSurnames.random()>> <<elseif $kate.ethnicity == "hispanic">> <<set $kate.surname to setup.hispanicSurnames.random()>> <<elseif $kate.ethnicity == "english">> <<set $kate.surname to setup.englishSurnames.random()>> <<elseif $kate.ethnicity == "angloAustralian">> <<set $kate.surname to setup.angloAustralianSurnames.random()>> <<elseif $kate.ethnicity == "angloCanadian">> <<set $kate.surname to setup.angloCanadianSurnames.random()>> <<elseif $kate.ethnicity == "angloNZ">> <<set $kate.surname to setup.angloNZSurnames.random()>> <<else>> <<set $kate.surname to "Doe">> <</if>> <</silently>><</widget>> <<widget "setUpBabyKatesCrib">><<silently>> <<if $kate.socialClass == "elite">> <<set $avatar.background.pushUnique("accessories/babyKatesCrib/10_crib_elite")>> <<set $avatar.foreground.pushUnique("accessories/babyKatesCrib/10_cribToys-elite")>> <<set $avatar.background.delete("accessories/babyKatesCrib/10_crib_middleClass")>> <<set $avatar.foreground.delete("accessories/babyKatesCrib/10_cribToys-middleClass")>> <<set $avatar.background.delete("accessories/babyKatesCrib/10_crib_workingClass")>> <<set $avatar.foreground.delete("accessories/babyKatesCrib/10_cribToys-workingClass")>> <<elseif $kate.socialClass == "workingClass">> <<set $avatar.background.delete("accessories/babyKatesCrib/10_crib_elite")>> <<set $avatar.foreground.delete("accessories/babyKatesCrib/10_cribToys-elite")>> <<set $avatar.background.delete("accessories/babyKatesCrib/10_crib_middleClass")>> <<set $avatar.foreground.delete("accessories/babyKatesCrib/10_cribToys-middleClass")>> <<set $avatar.background.pushUnique("accessories/babyKatesCrib/10_crib_workingClass")>> <<set $avatar.foreground.pushUnique("accessories/babyKatesCrib/10_cribToys-workingClass")>> <<else>> <<set $avatar.background.delete("accessories/babyKatesCrib/10_crib_elite")>> <<set $avatar.foreground.delete("accessories/babyKatesCrib/10_cribToys-elite")>> <<set $avatar.background.pushUnique("accessories/babyKatesCrib/10_crib_middleClass")>> <<set $avatar.foreground.pushUnique("accessories/babyKatesCrib/10_cribToys-middleClass")>> <<set $avatar.background.delete("accessories/babyKatesCrib/10_crib_workingClass")>> <<set $avatar.foreground.delete("accessories/babyKatesCrib/10_cribToys-workingClass")>> <</if>> <</silently>><</widget>> <<widget "tats-deconflict-lAnkle">> <<set $kate.tattoos.delete("cheerBow", "nike", "yang")>> <</widget>> <<widget "tats-deconflict-lPelvis">> <<set $kate.tattoos.delete("deadTissue", "jacob")>> <</widget>> <<widget "tats-deconflict-rHip">> <<set $kate.tattoos.delete("ashleysFlowers")>> <</widget>> <<widget "tats-deconflict-rRib">> <<set $kate.tattoos.delete("aseema", "elvish", "friendshipHearts", "surfWave")>> <</widget>> <<widget "tats-deconflict-rShoulder">> <<set $kate.tattoos.delete("aquarius", "caffeine", "cupcake", "georaffe")>> <</widget>> <<widget "tats-deconflict-rThigh">> <<set $kate.tattoos.delete("banana", "heartagram")>> <</widget>> <<widget "tossACoin">><<silently>> <<set _coinToss to either("heads", "tails")>> <</silently>><</widget>> <<widget "wearFaslaneCasualClothes">> <<set $avatar.clothing.pushUnique("clothing/outfits/faslaneCasual/20_jeans-faslaneJeans")>> <<set $avatar.clothing.pushUnique("clothing/outfits/faslaneCasual/25_boots-faslaneBoots")>> <<set _chosenTop to $topOptions.pluck()>> <<set $avatar.cleavageCounter to 1>> <<if _chosenTop == "hoodie">> <<set $lastWornTop to "hoodie">> <<set $avatar.clothing.pushUnique("clothing/outfits/faslaneCasual/30_top-hoodie-" + $kate.braSize)>> <<set $avatar.clothing.pushUnique("clothing/outfits/faslaneCasual/35_uniDecal-" + $kate.uni.id)>> <<elseif _chosenTop == "henley">> <<set $lastWornTop to "henley">> <<set $avatar.clothing.pushUnique("clothing/outfits/faslaneCasual/30_top-henley-" + $kate.braSize)>> <<elseif _chosenTop == "sweater">> <<set $lastWornTop to "sweater">> <<set $avatar.clothing.pushUnique("clothing/outfits/faslaneCasual/30_top-sweater-" + $kate.braSize)>> <<set $avatar.underwear.pushUnique("clothing/jewellery/porscheOrfinaWatch/50_watch-porscheOrfina")>> <</if>> <<if $topOptions.length == 0>> <<set $topOptions to ["hoodie", "henley", "sweater"]>> <<set $topOptions.delete($lastWornTop)>> <</if>> <</widget>>
<<widget "emote-brows-attentive">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-attentive")>> <</silently>><</widget>> <<widget "emote-brows-calm">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-calm")>> <</silently>><</widget>> <<widget "emote-brows-frown">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-frown")>> <</silently>><</widget>> <<widget "emote-brows-naughty">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-naughty")>> <</silently>><</widget>> <<widget "emote-brows-raised">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-raised")>> <</silently>><</widget>> <<widget "emote-brows-rogerMoore">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-rogerMoore")>> <</silently>><</widget>> <<widget "emote-brows-worried">><<silently>> <<avatar-clearBrows>> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "Brown" "brown">> <<set _hairColour to "brown">> <<case "Auburn" "auburn">> <<set _hairColour to "auburn">> <<case "Champagne" "champagne">> <<set _hairColour to "mousy">> <</switch>> <<set $avatar.body.pushUnique("/113Brows/60_brows-"+_hairColour+"-worried")>> <</silently>><</widget>> <<widget "emote-calm">><<silently>> <<emote-brows-calm>> <<emote-eyes-calm>> <<emote-mouth-calm>> <<emote-nose-calm>> <<set $avatar.body.delete("/113Expressions/60_cheeks-blush")>> <<set $avatar.body.delete("/113Expressions/60_chest-flushed")>> <<set $avatar.body.delete("/113Expressions/60_cheeks-blush-75Percent")>> <<set $avatar.body.delete("/113Expressions/60_chest-flushed-75Percent")>> <</silently>><</widget>> <<widget "emote-cheeks-blush">><<silently>> <<set $avatar.body.pushUnique("/113Expressions/60_cheeks-blush")>> <</silently>><</widget>> <<widget "emote-cheeks-blush-fading">><<silently>> <<set $avatar.body.delete("/113Expressions/60_cheeks-blush")>> <<set $avatar.body.pushUnique("/113Expressions/60_cheeks-blush-75Percent")>> <</silently>><</widget>> <<widget "emote-chest-flush">><<silently>> <<set $avatar.body.pushUnique("/113Expressions/60_chest-flushed")>> <</silently>><</widget>> <<widget "emote-chest-flush-fading">><<silently>> <<set $avatar.body.delete("/113Expressions/60_chest-flushed")>> <<set $avatar.body.pushUnique("/113Expressions/60_chest-flushed-75Percent")>> <</silently>><</widget>> <<widget "emote-eyes-big">><<silently>> <<avatar-clearEyes>> <<set _eyeShape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_eyeShape)>> <<set _eyeColour to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()+"-big">> <<set $avatar.body.pushUnique(_eyeColour)>> <</silently>><</widget>> <<widget "emote-eyes-calm">><<silently>> <<avatar-clearEyes>> <<set $avatar.body.delete("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-closed")>> <<set $avatar.body.delete("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-squint")>> <<set $avatar.body.delete("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-tearful")>> <<set _eyeShape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_eyeShape)>> <<set _eyeColour to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.pushUnique(_eyeColour)>> <<if $kate.isWearing.includes("eyeshadow")>> <<remove-makeup-eyeshadow>> <<= "<<apply-makeup-eyeshadow-"+$kate.lastWornEyeshadow+">>">> <</if>> <<if $kate.isWearing.includes("eyeliner")>> <<remove-makeup-eyeliner>> <<= "<<apply-makeup-eyeliner-"+$kate.lastWornEyeliner+">>">> <</if>> <<set $avatar.blink to true>> <</silently>><</widget>> <<widget "emote-eyes-closed">><<silently>> <<emote-eyes-calm>> <<set $avatar.blink to false>> <<set _eyeShape to "/113Expressions/40_eyeShape-"+$kate.complexion+"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_eyeShape)>> <<set _eyeColour to "/113Expressions/50_eyeColour-" +$kate.eyeColour.toLowerCase() +"-" +$kate.eyeShape.toLowerCase()>> <<set $avatar.body.delete(_eyeColour)>> <<if not $kate.isWearing.includesAny("eyeshadow", "eyeliner")>> <<set $avatar.body.pushUnique("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-closed")>> <</if>> <<if $kate.isWearing.includes("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape)>> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</if>> <<if $kate.isWearing.includes("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape)>> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape + "-closed")>> <</if>> <</silently>><</widget>> <<widget "emote-eyes-squint">><<silently>> <<emote-eyes-calm>> <<set $avatar.body.pushUnique("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-squint")>> <</silently>><</widget>> <<widget "emote-eyes-tearful">><<silently>> <<emote-eyes-calm>> <<set $avatar.body.pushUnique("/113Expressions/55_eyelids-" + $kate.eyeShape.toLowerCase() + "-" + $kate.complexion + "-tearful")>> <</silently>><</widget>> <<widget "emote-mouth-beam">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-beam")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-blowjob">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-open")>> <<set $avatar.body.pushUnique("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-blowjob")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-calm">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.delete("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-blowjob")>> <<set $avatar.clothing.delete("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-tongue")>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase())>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-oh">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-oh")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-open">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-open")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-pout">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-pout")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-sad">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-sad")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-sexy">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-sexy")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-smile">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-smile")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-smirk">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-smirk")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-talking">><<silently>> <<if $avatar.body.includes("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-oh")>> <<emote-mouth-sexy>> <<elseif $avatar.body.includes("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-sexy")>> <<emote-mouth-oh>> <<else>> <<set _coinToss to either("heads", "tails")>> <<if _coinToss == "heads">> <<emote-mouth-oh>> <<else>> <<emote-mouth-sexy>> <</if>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-lick">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-open")>> <<set $avatar.clothing.pushUnique("/113Expressions/60_mouthOverlay-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-tongue")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-upset">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-upset")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <</if>> <</silently>><</widget>> <<widget "emote-mouth-wideSmile">><<silently>> <<avatar-clearMouth>> <<set $avatar.body.pushUnique("/113Expressions/50_mouth-"+$kate.complexion+"-" +$kate.mouthShape.toLowerCase() + "-wideSmile")>> <<if $kate.isWearing.includes("lipstick")>> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</if>> <</silently>><</widget>> <<widget "emote-nose-calm">><<silently>> <<avatar-clearNose>> <<set $avatar.body.pushUnique("/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase())>> <</silently>><</widget>> <<widget "emote-nose-scrunch">><<silently>> <<avatar-clearNose>> <<set $avatar.body.pushUnique("/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()+"-scrunch")>> <</silently>><</widget>> <<widget "emote-nose-wrinkle">><<silently>> <<avatar-clearNose>> <<set $avatar.body.pushUnique("/113Expressions/50_nose-"+$kate.complexion+"-" +$kate.noseShape.toLowerCase()+"-wrinkle")>> <</silently>><</widget>>
/*----------*/ /* BLUSHER */ /*--------*/ <<widget "remove-makeup-blusher">><<silently>> <<if $kate.isWearing.includes("blusher")>> <<= '<<remove-makeup-blusher-' + $kate.lastWornBlusher + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-blusher-apricot">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "apricot">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-apricot")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-apricot">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-apricot")>> <</silently>><</widget>> <<widget "apply-makeup-blusher-contour">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "contour">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-contour")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-contour">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-contour")>> <</silently>><</widget>> <<widget "apply-makeup-blusher-peach">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "peach">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-peach")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-peach">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-peach")>> <</silently>><</widget>> <<widget "apply-makeup-blusher-rosy">><<silently>> <<remove-makeup-blusher>> <<set $kate.isWearing.pushUnique("blusher")>> <<set $kate.lastWornBlusher to "rosy">> <<set $avatar.clothing.pushUnique("/makeup/blush/15_blush-rosy")>> <</silently>><</widget>> <<widget "remove-makeup-blusher-rosy">><<silently>> <<set $kate.isWearing.delete("blusher")>> <<set $avatar.clothing.delete("/makeup/blush/15_blush-rosy")>> <</silently>><</widget>> /*-----------*/ /* EYELINER */ /*---------*/ <<widget "remove-makeup-eyeliner">><<silently>> <<if $kate.isWearing.includes("eyeliner")>> <<= '<<remove-makeup-eyeliner-' + $kate.lastWornEyeliner + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-elizabeth">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "elizabeth">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-elizabeth-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-elizabeth">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-elizabeth-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-elizabeth-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-jessica">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "jessica">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-jessica-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-jessica">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-jessica-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-jessica-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-lina">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "lina">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-lina-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-lina">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-lina-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-lina-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeliner-ramona">><<silently>> <<remove-makeup-eyeliner>> <<set $kate.isWearing.pushUnique("eyeliner")>> <<set $kate.lastWornEyeliner to "ramona">> <<set $avatar.clothing.pushUnique("/makeup/eyeliner/20_eyeliner-ramona-" + $kate.eyeShape + "")>> <</silently>><</widget>> <<widget "remove-makeup-eyeliner-ramona">><<silently>> <<set $kate.isWearing.delete("eyeliner")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-ramona-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-ramona-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> /*------------*/ /* EYESHADOW */ /*----------*/ <<widget "remove-makeup-eyeshadow">><<silently>> <<if $kate.isWearing.includes("eyeshadow")>> <<= '<<remove-makeup-eyeshadow-' + $kate.lastWornEyeshadow + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-amethyst">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "amethyst">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-amethyst">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-emerald">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "emerald">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-emerald">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-emeraldFaded">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "emeraldFaded">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-emeraldFaded">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-galaxy">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "galaxy">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-galaxy">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-lust">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "lust">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-lust">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-rio">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "rio">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-rio">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-smoky">><<silently>> <<remove-makeup-eyeshadow>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "smoky">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-smoky">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-zoesBlueEyeshadow">><<silently>> <<remove-makeup-eyeshadow>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape)>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "zoesBlueEyeshadow">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-zoesBlueEyeshadow">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> <<widget "apply-makeup-eyeshadow-zoesEyeshadow3">><<silently>> <<remove-makeup-eyeshadow>> <<set $avatar.clothing.delete("/makeup/eyeliner/20_eyeliner-" + $kate.lastWornEyeliner + "-" + $kate.eyeShape)>> <<set $kate.isWearing.pushUnique("eyeshadow")>> <<set $kate.lastWornEyeshadow to "zoesEyeshadow3">> <<set $avatar.clothing.pushUnique("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.body.pushUnique("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.delete("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <</silently>><</widget>> <<widget "remove-makeup-eyeshadow-zoesEyeshadow3">><<silently>> <<set $kate.isWearing.delete("eyeshadow")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "")>> <<set $avatar.clothing.delete("/makeup/eyeshadow/10_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <<set $avatar.body.pushUnique("55_eyelids-" + $kate.complexion + "-" + $kate.eyeShape.toLowerCase() + "-closed")>> <<set $avatar.body.delete("/makeup/eyeshadow/blinkLayers/55_eyeshadow-" + $kate.lastWornEyeshadow + "-" + $kate.eyeShape + "-closed")>> <</silently>><</widget>> /*-----------*/ /* LIPSTICK */ /*---------*/ <<widget "remove-makeup-lipstick">><<silently>> <<if $kate.isWearing.includes("lipstick")>> <<= '<<remove-makeup-lipstick-' + $kate.lastWornLipstick + '>>'>> <</if>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-apricotFantasy">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "apricotFantasy">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-apricotFantasy-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-apricotFantasy">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-burntZellige">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "burntZellige">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-burntZellige-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-burntZellige">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-ladyDanger">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "ladyDanger">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-ladyDanger-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-ladyDanger">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-missMagenta">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "missMagenta">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-missMagenta-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-missMagenta">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-pourpreEdgy">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "pourpreEdgy">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-pourpreEdgy-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-pourpreEdgy">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-roseHip">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "roseHip">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-roseHip-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-roseHip">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-roseTheDay">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "roseTheDay">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-roseTheDay-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-roseTheDay">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-rubyWoo">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "rubyWoo">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-rubyWoo-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-rubyWoo">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-soWhat">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "soWhat">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-soWhat-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-soWhat">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-universalBiscuit">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "universalBiscuit">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-universalBiscuit-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-universalBiscuit">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> <<widget "apply-makeup-lipstick-violetVixen">><<silently>> <<remove-makeup-lipstick>> <<set $kate.isWearing.pushUnique("lipstick")>> <<set $kate.lastWornLipstick to "violetVixen">> <<set $avatar.clothing.pushUnique("/114Lipsticks/10_lipstick-violetVixen-" + $kate.mouthShape)>> <</silently>><</widget>> <<widget "remove-makeup-lipstick-violetVixen">><<silently>> <<set $kate.isWearing.delete("lipstick")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape)>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-beam")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-oh")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-open")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-pout")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sad")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-sexy")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smile")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-smirk")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-upset")>> <<set $avatar.clothing.delete("/114Lipsticks/10_lipstick-" + $kate.lastWornLipstick + "-" + $kate.mouthShape + "-wideSmile")>> <</silently>><</widget>> /*-----------*/ /* MANICURE */ /*---------*/ <<widget "remove-makeup-manicure">><<silently>> <<if $kate.isWearing.includes("manicure")>> <<set $kate.isWearing.delete("manicure")>> <<= '<<set $avatar.foreground.delete("/makeup/manicure/5_manicure-' + $kate.lastWornManicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/manicure/5_manicure-' + $kate.lastWornManicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/manicure/5_manicure-' + $kate.lastWornManicure + '-rear")>>' >> <</if>> <</silently>><</widget>> <<widget "apply-makeup-manicure">><<silently>> /* usage: <<apply-makeup-manicure "azureLikeIt">> */ <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to $args[0]>> <<= '<<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-' + $args[0] + '")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-' + $args[0] + '-rear")>>' >> <</silently>><</widget>> <<widget "remove-makeup-manicure-azureLikeIt">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-azureLikeIt">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "azureLikeIt">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-azureLikeIt")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-azureLikeIt-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-azureLikeIt">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-azureLikeIt-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-blueMovie">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "blueMovie">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-blueMovie")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-blueMovie-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-blueMovie">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-blueMovie")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-blueMovie-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-camOh">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "camOh">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-camOh")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-camOh-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-camOh">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-camOh")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-camOh-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-cherryPopped">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "cherryPopped">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-cherryPopped")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-cherryPopped-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-cherryPopped">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-cherryPopped")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-cherryPopped-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-flamingoPunch">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "flamingoPunch">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-flamingoPunch")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-flamingoPunch-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-flamingoPunch">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-flamingoPunch")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-flamingoPunch-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-lemonBomb">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "lemonBomb">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-lemonBomb")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-lemonBomb-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-lemonBomb">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-lemonBomb")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-lemonBomb-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-midnightMission">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "midnightMission">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-midnightMission")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-midnightMission-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-midnightMission">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-midnightMission")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-midnightMission-rear")>> <</silently>><</widget>> <<widget "apply-makeup-manicure-redHotNights">><<silently>> <<remove-makeup-manicure>> <<set $kate.isWearing.pushUnique("manicure")>> <<set $kate.lastWornManicure to "redHotNights">> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-redHotNights")>> <<set $avatar.clothing.pushUnique("/makeup/manicure/5_manicure-redHotNights-rear")>> <</silently>><</widget>> <<widget "remove-makeup-manicure-redHotNights">><<silently>> <<set $kate.isWearing.delete("manicure")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-redHotNights")>> <<set $avatar.clothing.delete("/makeup/manicure/5_manicure-redHotNights-rear")>> <</silently>><</widget>> /*-----------*/ /* PEDICURE */ /*---------*/ <<widget "remove-makeup-pedicure">><<silently>> <<if $kate.isWearing.includes("pedicure")>> <<set $kate.isWearing.delete("pedicure")>> <<= '<<set $avatar.foreground.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-rear")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-barefoot")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-barefoot-rear")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-highHeels")>>' >> <<= '<<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-' + $kate.lastWornPedicure + '-highHeels-rear")>>' >> <</if>> <</silently>><</widget>> <<widget "apply-makeup-pedicure">><<silently>> /* usage: <<apply-makeup-pedicure "azureLikeIt">> */ <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to $args[0]>> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-barefoot")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-barefoot-rear")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-highHeels")>>' >> <<= '<<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-' + $args[0] + '-highHeels-rear")>>' >> <</silently>><</widget>> <<widget "apply-makeup-pedicure-azureLikeIt">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "azureLikeIt">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-azureLikeIt">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-azureLikeIt3-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-blueMovie">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "blueMovie">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-blueMovie-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-blueMovie">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-blueMovie-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-camOh">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "camOh">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-camOh-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-camOh">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-camOh-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-cherryPopped">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "cherryPopped">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-cherryPopped-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-cherryPopped">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-cherryPopped-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-flamingoPunch">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "flamingoPunch">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-flamingoPunch">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-flamingoPunch-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-lemonBomb">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "lemonBomb">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-lemonBomb">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-lemonBomb3-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-midnightMission">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "midnightMission">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-midnightMission-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-midnightMission">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-midnightMission-highHeels-rear")>> <</silently>><</widget>> <<widget "apply-makeup-pedicure-redHotNights">><<silently>> <<remove-makeup-pedicure>> <<set $kate.isWearing.pushUnique("pedicure")>> <<set $kate.lastWornPedicure to "redHotNights">> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-barefoot")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-barefoot-rear")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-highHeels")>> <<set $avatar.clothing.pushUnique("/makeup/pedicure/5_pedicure-redHotNights-highHeels-rear")>> <</silently>><</widget>> <<widget "remove-makeup-pedicure-redHotNights">><<silently>> <<set $kate.isWearing.delete("pedicure")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-barefoot")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-barefoot-rear")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-highHeels")>> <<set $avatar.clothing.delete("/makeup/pedicure/5_pedicure-redHotNights-highHeels-rear")>> <</silently>><</widget>>
<<widget "attribute-description">><<nobr>> <<include "characterTexts">> <div class="col col-6"> <h1> </h1> <div class="character-editor-explanation"> <<if _selectedAttribute >> <<set _value to $kate.attributes[_selectedAttribute] >> <div class="explanation-inner" style="width:100%;"> <div class="name"> <<= _selectedAttribute.toUpperFirst()>> </div> <div class="description"> <<print setup.info.attributeExplanations[_selectedAttribute] >> </div> <div class="effects"> <<set _descriptionTitles to setup.info.attributeDescriptionTitles[_selectedAttribute][_value] >> <<for _j to 0; _j lt _descriptionTitles.length; _j++>> <div class="attribute-effect"> _descriptionTitles[_j] </div> <</for>> </div> <div class="description"> <<set _descriptions to setup.info.attributeDescriptions[_selectedAttribute][_value] >> <<for _j to 0; _j lt _descriptions.length; _j++>> <div class="attribute-effect"> _descriptions[_j] </div> <</for>> </div> </div> <</if>> <br/> <div class="explanation-inner" style="width:100%;"> <<silently>> <<set _recruitability to 0>> <<if $kate.attributes.openness == 2>> <<set _recruitability += 2>> <<elseif $kate.attributes.openness == 1>> <<set _recruitability += 1>> <<elseif $kate.attributes.openness == 0>> <<set _recruitability += 0>> <<elseif $kate.attributes.openness == -1>> <<set _recruitability -= 1>> <<elseif $kate.attributes.openness == -2>> <<set _recruitability -= 2>> <</if>> <<if $kate.attributes.conscientiousness == 2>> <<set _recruitability += 1>> <<elseif $kate.attributes.conscientiousness == 1>> <<set _recruitability += 2>> <<elseif $kate.attributes.conscientiousness == 0>> <<set _recruitability += 1>> <<elseif $kate.attributes.conscientiousness == -1>> <<set _recruitability += 0>> <<elseif $kate.attributes.conscientiousness == -2>> <<set _recruitability -= 1>> <</if>> <<if $kate.attributes.extraversion == 2>> <<set _recruitability += 1>> <<elseif $kate.attributes.extraversion == 1>> <<set _recruitability += 2>> <<elseif $kate.attributes.extraversion == 0>> <<set _recruitability += 1>> <<elseif $kate.attributes.extraversion == -1>> <<set _recruitability += 0>> <<elseif $kate.attributes.extraversion == -2>> <<set _recruitability -= 1>> <</if>> <<if $kate.attributes.agreeableness == 2>> <<set _recruitability -= 2>> <<elseif $kate.attributes.agreeableness == 1>> <<set _recruitability -= 1>> <<elseif $kate.attributes.agreeableness == 0>> <<set _recruitability += 1>> <<elseif $kate.attributes.agreeableness == -1>> <<set _recruitability += 2>> <<elseif $kate.attributes.agreeableness == -2>> <<set _recruitability += 1>> <</if>> <<if $kate.attributes.neuroticism == 2>> <<set _recruitability += 0>> <<elseif $kate.attributes.neuroticism == 1>> <<set _recruitability += 1>> <<elseif $kate.attributes.neuroticism == 0>> <<set _recruitability += 2>> <<elseif $kate.attributes.neuroticism == -1>> <<set _recruitability += 1>> <<elseif $kate.attributes.neuroticism == -2>> <<set _recruitability += 0>> <</if>> <<if $kate.attributes.intellect == 2>> <<set _recruitability += 2>> <<elseif $kate.attributes.intellect == 1>> <<set _recruitability += 1>> <<elseif $kate.attributes.intellect == 0>> <<set _recruitability += 0>> <<elseif $kate.attributes.intellect == -1>> <<set _recruitability -= 1>> <<elseif $kate.attributes.intellect == -2>> <<set _recruitability -= 2>> <</if>> <<if $kate.attributes.physique == 2>> <<set _recruitability += 1>> <<elseif $kate.attributes.physique == 1>> <<set _recruitability += 2>> <<elseif $kate.attributes.physique == 0>> <<set _recruitability += 1>> <<elseif $kate.attributes.physique == -1>> <<set _recruitability -= 0>> <<elseif $kate.attributes.physique == -2>> <<set _recruitability -= 1>> <</if>> <<if $kate.attributes.beauty == 2>> <<set _recruitability += 0>> <<elseif $kate.attributes.beauty == 1>> <<set _recruitability += 1>> <<elseif $kate.attributes.beauty == 0>> <<set _recruitability += 2>> <<elseif $kate.attributes.beauty == -1>> <<set _recruitability += 1>> <<elseif $kate.attributes.beauty == -2>> <<set _recruitability -= 0>> <</if>> <<if $kate.attributes.height == 2>> <<set _recruitability += 0>> <<elseif $kate.attributes.height == 1>> <<set _recruitability += 1>> <<elseif $kate.attributes.height == 0>> <<set _recruitability += 2>> <<elseif $kate.attributes.height == -1>> <<set _recruitability += 1>> <<elseif $kate.attributes.height == -2>> <<set _recruitability -= 0>> <</if>> <<if $kate.agency == "cia">> <<set _nationality to "American">> <<elseif $kate.agency == "mi6">> <<set _nationality to "British">> <<elseif $kate.agency == "asis">> <<set _nationality to "Australian">> <<elseif $kate.agency == "csis">> <<set _nationality to "Canadian">> <<elseif $kate.agency == "nzsis">> <<set _nationality to "Kiwi">> <<else>> <<set _nationality to "ERROR IN NATIONALITY TEMP VAR">> <</if>> <<if $kate.attributes.openness lte 0 or $kate.attributes.extraversion lte -2 or $kate.attributes.neuroticism gte 2 or $kate.attributes.intellect lte 0>> <<set _recruitabilityGrade to "Unsuitable">> <<elseif _recruitability gte 17>> <<set _recruitabilityGrade to "Outstanding">> <<set _recruitabilityAssessment to "Only 1 in 5,000 " + _nationality + " women match this profile">> <<elseif _recruitability gte 15>> <<set _recruitabilityGrade to "Excellent">> <<set _recruitabilityAssessment to "Only 1 in 2,500 " + _nationality + " women match this profile">> <<elseif _recruitability gte 12>> <<set _recruitabilityGrade to "Very High">> <<set _recruitabilityAssessment to "Only 1 in 1,000 " + _nationality + " women match this profile">> <<elseif _recruitability gte 9>> <<set _recruitabilityGrade to "High">> <<set _recruitabilityAssessment to "Only 1 in 500 " + _nationality + " women match this profile">> <<else>> <<set _recruitabilityGrade to "Suitable">> <<set _recruitabilityAssessment to "Only 1 in 250 " + _nationality + " women match this profile">> <</if>> <</silently>> ''Suitability for field operations:'' <br />_recruitabilityGrade. //<<if _recruitabilityGrade == "Unsuitable">><<if $kate.attributes.openness lte 0>>Candidate exhibited rigid, convergent thinking in scenario testing. <</if>><<if $kate.attributes.neuroticism gte 2>>High emotional volatility recorded under simulated duress. <</if>><<if $kate.attributes.intellect lte 0>>Failed to meet baseline scores for pattern recognition, threat modelling and linguistic inference. <</if>><<else>>_recruitabilityAssessment<</if>>// </div> </div> </div> <</nobr>><</widget>> <<widget "character-creator-BreastSize">><<nobr>> <div class="col col-5b col-highlight row"> <div class="col col-12b"> <div class="input"> <div class="label">Bra Size:</div> <div class="radio-inputs"> <div class="radio-input"> </div> <<set $onclick = "functionBraSize(this.value, '<<replace \"#avatar-container\">><<characterCreator-updateAvatar>><<avatar>><</replace>><<replace \"#characterCreatorBraSize\">><<character-creator-BreastSize>><</replace>>')">> <div class="radio-input"> <<if $kate.braSize == "small">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" /> <</if>> <label for="bra-size-small">S</label> </div> <div class="radio-input"> <<if $kate.braSize == "medium">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" /> <</if>> <label for="bra-size-medium">M</label> </div> <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /*FREE EDITION*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <<else>> /*Patreon Edition. DELETE THIS*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <</if>> </div> </div> </div> </div> <</nobr>><</widget>> <<widget "character-creator">><<nobr>> <<if $kate.agency eq "mi6">> <<set _agencyTitle to "top secret strap3 ukeo", _subtitle to "Service Personnel Record">> <<set _ethnicities to ["English"]>> <<set _nationalities to ["British"]>> <<elseif $kate.agency eq "cia">> <<set _agencyTitle to "top secret{{{//}}}hcs{{{//}}}noforn", _subtitle to "Agency Personnel File">> <<set _ethnicities to ["Anglo American"]>> <<set _nationalities to ["American"]>> <<elseif $kate.agency eq "asis">> <<set _agencyTitle to "top secret austeo", _subtitle to "Personal Service Record">> <<set _ethnicities to ["Anglo Australian"]>> <<set _nationalities to ["Australian"]>> <<elseif $kate.agency eq "csis">> <<set _agencyTitle to "top secret/caneo", _subtitle to "Trés Secret/Réservé aux Canadiens">> <<set _ethnicities to ["Anglo Canadian"]>> <<set _nationalities to ["Canadian"]>> <<elseif $kate.agency eq "nzsis">> <<set _agencyTitle to "top secret nzeo", _subtitle to "Tuhinga O Mua NZEO">> <<set _ethnicities to ["Anglo NZ"]>> <<set _nationalities to ["New Zealander"]>> <<else>> <<set _agencyTitle to "top secret strap3 walrus eyes only">> <</if>> <<set _skinTones to ["Fair"]>> <<set _eyeColours to ["Blue", "Chestnut", "Emerald", "Grey", "Hazelnut", "Sapphire"]>> <<set _browShapes to ["Beyonce", "Emily", "Gwen", "Kendall", "Megan", "Scarlett", "Taylor"]>> <div class="row"> <div class="col col-4 group contents-centered"> <<agency-logo>> </div> <div class="col col-8 group"> <h1>_agencyTitle</h1> <h3>_subtitle</h3> <hr/> <div class="row"> <div class="col col-6"> <div class="input"> <label for="firstname">First Name: </label> <div> <span id="firstNameRandom"><<textbox "$kate.firstName" $kate.firstName>></span> <span class="randomizer"><<link "">><<setKateFirstName>><<replace "#firstNameRandom">><<textbox "$kate.firstName" $kate.firstName>><</replace>><<setKateKnownAs>><<replace "#knownAsRandom">><<textbox "$kate.knownAs" $kate.knownAs>><</replace>><</link>></span> </div> </div> <div class="input"> <label for="surname">Surname: </label> <div> <span id="surnameRandom"><<textbox "$kate.surname" $kate.surname>></span> <span class="randomizer"><<link "">><<setKateSurname>><<replace "#surnameRandom">><<textbox "$kate.surname" $kate.surname>><</replace>><</link>></span> </div> </div> <div class="input"> <label for="knownAs">Known as: </label> <div> <span id="knownAsRandom"><<textbox "$kate.knownAs" $kate.knownAs>></span> <span class="randomizer"><<link "">><<setKateKnownAs>><<replace "#knownAsRandom">><<textbox "$kate.knownAs" $kate.knownAs>><</replace>><</link>></span> </div> </div> </div> <div class="col col-6"> <div class="input"> <div class="label">Age:</div> <span class="input-align-left" id="age" style="font-size: 1.34375rem">$kate.age</span> </div> <div class="input"> <div class="label">Rank:</div> <span class="input-align-left" id="rank" style="font-size: 1.34375rem"><<if $kate.agency == "cia">>Case Officer<<elseif $kate.agency == "mi6">>Operations Officer<<elseif $kate.agency == "asis">>Operations Officer<<elseif $kate.agency == "csis">>Intelligence Officer<<elseif $kate.agency == "nzsis">>Intelligence Officer<<else>>ERROR IN KATE.AGENCY VAR<</if>></span> </div> </div> </div> </div> </div> <div class="row"> <div class="col col-12"> <h2 class="group-heading">Physical Description</h2> </div> </div> <div class="physical-description group"> <div class="row basics"> <div class="col col-12 col-highlight row"> <div class="col col-4"> <div class="input"> <label for="nationality">Nationality: </label> <<dropdownCustom "_ccNationality" _nationalities >> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> <div class="col col-4"> <div class="input"> <label for="ethnicity">Ethnicity: </label> <<set _ccEthnicity to _ccEthnicity || (function() { switch ($kate.ethnicity) { case "english": return "English"; case "angloAmerican": return "Anglo American"; case "hispanic": return "Hispanic"; case "angloAustralian": return "Anglo Australian"; case "angloCanadian": return "Anglo Canadian"; case "angloNZ": return "Anglo NZ"; } })()>> <<dropdownCustom "_ccEthnicity" _ethnicities >> <<if _ccEthnicity == "English">> <<set $kate.ethnicity to "english">> <<elseif _ccEthnicity == "Anglo American">> <<set $kate.ethnicity to "angloAmerican">> <<elseif _ccEthnicity == "Hispanic">> <<set $kate.ethnicity to "hispanic">> <<elseif _ccEthnicity == "Anglo Australian">> <<set $kate.ethnicity to "angloAustralian">> <<elseif _ccEthnicity == "Anglo Canadian">> <<set $kate.ethnicity to "angloCanadian">> <<elseif _ccEthnicity == "Anglo NZ">> <<set $kate.ethnicity to "angloNZ">> <<else>> <<set $kate.ethnicity to "ERROR">> <</if>> <<replace "#characterCreatorBraSize">><<setKateSurname>><<character-creator>><</replace>> <</dropdownCustom>> </div> </div> <div class="col col-4"> <div class="input"> <label for="complexion">Complexion: </label> <<set _ccComplexion to _ccComplexion || (function() { switch ($kate.skinTone) { case "porcelain": return "Porcelain"; case "fair": return "Fair"; case "ivory": return "Ivory"; case "peach": return "Peach"; case "olive": return "Olive"; } })()>> <<dropdownCustom "_ccComplexion" _skinTones>> <<if _ccComplexion == "Porcelain">> <<set $kate.skinTone to "porcelain">> <<elseif _ccComplexion == "Fair">> <<set $kate.skinTone to "fair">> <<elseif _ccComplexion == "Ivory">> <<set $kate.skinTone to "ivory">> <<elseif _ccComplexion == "Peach">> <<set $kate.skinTone to "peach">> <<elseif _ccComplexion == "Olive">> <<set $kate.skinTone to "olive">> <<else>> <<set $kate.skinTone to "ERROR">> <</if>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> </div> </div> <div class="row details"> <div class="col col-4 col-highlight row"> <div class="col col-12"> <div class="input"> <label for="hair">Hair: </label> <<dropdownCustom "$kate.hairStyle" "Short bob" "Long straight" "Long curly" "Short" "Wavy bob" "Bun with bangs">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> <div class="input"> <label for="hair-colour">Color: </label> <<dropdownCustom "$kate.hairColour" "Brown" "Black" "Blonde" "Ginger" "Auburn" "Champagne">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> </div> <div class="col col-4 col-highlight row"> <div class="col col-12"> <div class="input"> <label for="eyes">Eyes: </label> <<dropdownCustom "$kate.eyeShape" "Almond" "Cat" "Downturned" "Round" "Wide">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> <div class="input"> <label for="eye-colour">Colour: </label> <<set _ccEyeColour to _ccEyeColour || (function() { switch ($kate.skinTone) { case "blue": return "Blue"; case "chestnut": return "Chestnut"; case "emerald": return "Emerald"; case "grey": return "Grey"; case "hazelnut": return "Hazelnut"; case "sapphire": return "Sapphire"; } })()>> <<dropdownCustom "_ccEyeColour" _eyeColours>> <<if _ccEyeColour == "Blue">> <<set $kate.eyeColour to "blue">> <<elseif _ccEyeColour == "Chestnut">> <<set $kate.eyeColour to "chestnut">> <<elseif _ccEyeColour == "Emerald">> <<set $kate.eyeColour to "emerald">> <<elseif _ccEyeColour == "Grey">> <<set $kate.eyeColour to "grey">> <<elseif _ccEyeColour == "Hazelnut">> <<set $kate.eyeColour to "hazelnut">> <<elseif _ccEyeColour == "Sapphire">> <<set $kate.eyeColour to "sapphire">> <<else>> <<set $kate.eyeColour to "ERROR">> <</if>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> </div> <div class="col col-4 col-highlight row"> <div class="col col-12"> <div class="input"> <label for="nose">Nose: </label> <<dropdownCustom "$kate.noseShape" "Celestial" "Greek" "Nubian" "Princess" "Roman">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> <div class="input"> <label for="mouth">Mouth: </label> <<dropdownCustom "$kate.mouthShape" "Cupid" "Hollywood" "Pearlique" "Rubina" "Thin">> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</dropdownCustom>> </div> </div> </div> </div> <div class="row details"> <div class="col col-7 col-highlight row"> <div class="col col-12"> <div class="input input-face-shape"> <div class="label">Face Shape:</div> <div class="radio-inputs"> <div class="radio-input"> <<set $onclick = "functionHeadShape(this.value, '<<replace \"#avatar-container\">><<characterCreator-updateAvatar>><<avatar>><</replace>>')">> <<if $kate.faceShape == "round">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-round" value="round" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-round" value="round" /> <</if>> <label for="face-shape-round"> Round <svg xmlns="http://www.w3.org/2000/svg" width="21.073" height="21.073" viewBox="0 0 21.073 21.073"> <circle cx="10.537" cy="10.537" r="10.537" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "heart">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-heart" value="heart" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-heart" value="heart" /> <</if>> <label for="face-shape-heart"> Heart <svg xmlns="http://www.w3.org/2000/svg" width="21.721" height="21.073" viewBox="0 0 21.721 21.073"> <path d="M467.919,742.948a5.843,5.843,0,0,0-5.3-3.542,5.709,5.709,0,0,0-5.183,3.324,5.709,5.709,0,0,0-5.183-3.324,5.843,5.843,0,0,0-5.3,3.542,5.748,5.748,0,0,0-.231,3.393,13.243,13.243,0,0,0,1.608,3.893,39.707,39.707,0,0,0,9.1,10.245h0a39.725,39.725,0,0,0,9.1-10.245,13.214,13.214,0,0,0,1.607-3.893A5.74,5.74,0,0,0,467.919,742.948Z" transform="translate(-446.579 -739.406)" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "square">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-square" value="square" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-square" value="square" /> <</if>> <label for="face-shape-square"> Square <svg xmlns="http://www.w3.org/2000/svg" width="14.378" height="21.073" viewBox="0 0 14.378 21.073"> <rect width="14.378" height="21.073" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "diamond">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-diamond" value="diamond" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-diamond" value="diamond" /> <</if>> <label for="face-shape-diamond"> Diamond <svg xmlns="http://www.w3.org/2000/svg" width="17.277" height="21.48" viewBox="0 0 17.277 21.48"> <path d="M623.586,739l-8.639,10.428,8.639,11.051,8.639-11.051Z" transform="translate(-614.947 -739)" /> </svg> </label> </div> <div class="radio-input"> <<if $kate.faceShape == "oval">> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-oval" value="oval" checked/> <<else>> <input type="radio" name="face-shape" @onclick="$onclick" id="face-shape-oval" value="oval" /> <</if>> <label for="face-shape-oval"> Oval <svg xmlns="http://www.w3.org/2000/svg" width="14.378" height="21.073" viewBox="0 0 14.378 21.073"> <rect width="14.378" height="21.073" rx="7.189" /> </svg> </label> </div> </div> </div> </div> </div> <div class="col col-5 col-highlight row"> <div class="col col-12"> <div class="input"> <div class="label">Bra Size:</div> <div class="radio-inputs"> <div class="radio-input"> </div> <<set $onclick = "functionBraSize(this.value, '<<replace \"#avatar-container\">><<characterCreator-updateAvatar>><<avatar>><</replace>><<replace \"#characterCreatorBraSize\">><<character-creator>><</replace>>')">> <div class="radio-input"> <<if $kate.braSize == "small">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-small" value="small" /> <</if>> <label for="bra-size-small">S</label> </div> <div class="radio-input"> <<if $kate.braSize == "medium">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" checked/> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-medium" value="medium" /> <</if>> <label for="bra-size-medium">M</label> </div> <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /*FREE EDITION*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <<else>> /*Patreon Edition. DELETE THIS*/ <div class="radio-input"> <<if $kate.braSize == "large">> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" checked /> <<else>> <input type="radio" name="bra-size" @onclick="$onclick" id="bra-size-large" value="large" /> <</if>> <label for="bra-size-large">L</label> </div> <</if>> </div> </div> </div> </div> </div> <div class="row details"> <div class="col col-12 col-highlight row"> <div class="col col-4"> <div class="input"> <button class="btn avatar-toggle">Toggle Avatar</button> </div> </div> </div> </div> </div> <div class="row buttons"> <div class="button-secondary"> <<button "Random Agent" character-creator >> <<characterCreator-randomiseKate>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</button>> </div> <span class="or">or</span> <<button "Start with this agent" attributes-select>><</button>> </div> <</nobr>><</widget>> <<widget "attributes-select">><<nobr>> <<if $kate.agency == "cia">> <<set _yourAgency to "the CIA">> <<elseif $kate.agency == "mi6">> <<set _yourAgency to "MI6">> <<elseif $kate.agency == "asis">> <<set _yourAgency to "ASIS">> <<elseif $kate.agency == "csis">> <<set _yourAgency to "CSIS">> <<elseif $kate.agency == "nzsis">> <<set _yourAgency to "SIS">> <<else>> <<set _yourAgency to "//[ERROR IN YOURAGENCY TEMP VAR]//">> <</if>> <<include "characterTexts">> <<set _attributes to [ "openness", "conscientiousness", "extraversion", "agreeableness", "neuroticism", "intellect", "physique", "height", "beauty", ], _attributeMin to -2, _attributeMax to +2, _attributeExplanations to { "openness": "How curious, abstract and imaginative you are.", "conscientiousness": "How organized, productive and responsible you are.", "extraversion": "How sociable, assertive and cheery you are.", "agreeableness": "How compassionate, respectful and trusting you are.", "neuroticism": "Your tendencies towards anxiety and depression.", "intellect": "Your general intelligence.", "physique": "Your natural strength and grace.", "height": "How tall you are.", "beauty": "How conventionally attractive you are.", }, _attributeDescriptionTitles to { "openness": { "-2": [ "Orthodox (3% of people)" ], "-1": [ "Preserver (13% of people)" ], "0": [ "Balanced (7 in 10 people)" ], "1": [ "Explorer (13% of people)" ], "2": [ "Pioneer (3% of people)" ], }, "conscientiousness": { "-2": [ "Maverick (3% of people)" ], "-1": [ "Spontaneous (13% of people)" ], "0": [ "Competent (7 in 10 people)" ], "1": [ "Focused (13% of people)" ], "2": [ "Controlled (3% of people)" ], }, "extraversion": { "-2": [ "Loner (3% of people)" ], "-1": [ "Introvert (13% of people)" ], "0": [ "Ambivert (7 in 10 people)" ], "1": [ "Extravert (13% of people)" ], "2": [ "Entertainer (3% of people)" ], }, "agreeableness": { "-2": [ "Hostile (3% of people)" ], "-1": [ "Challenger (13% of people)" ], "0": [ "Sympathetic (7 in 10 people)" ], "1": [ "Kind (13% of people)" ], "2": [ "Martyr (3% of people)" ], }, "neuroticism": { "-2": [ "Fearless (3% of people)" ], "-1": [ "Resilient (13% of people)" ], "0": [ "Reactive (7 in 10 people)" ], "1": [ "Worrier (13% of people)" ], "2": [ "Unstable (3% of people)" ], }, "intellect": { "-2": [ "Borderline (3% of people)" ], "-1": [ "Dull (13% of people)" ], "0": [ "Normal (7 in 10 people)" ], "1": [ "Bright (13% of people)" ], "2": [ "Superior (3% of people)" ], }, "physique": { "-2": [ "Fragile (3% of people)" ], "-1": [ "Weak (13% of people)" ], "0": [ "Average (7 in 10 people)" ], "1": [ "Athletic (13% of people)" ], "2": [ "Amazonian (3% of people)" ], }, "height": { "-2": [ "Very Short (3% of women)" ], "-1": [ "Short (13% of women)" ], "0": [ "Average (7 in 10 women)" ], "1": [ "Tall (13% of women)" ], "2": [ "Very Tall (3% of women)" ], }, "beauty": { "-2": [ "Butterface (3% of women)" ], "-1": [ "Plain Jane (13% of women)" ], "0": [ "Average (7 in 10 women)" ], "1": [ "Hot (13% of women)" ], "2": [ "Striking (3% of women)" ], }, }, _attributeDescriptions to { "openness": { "-2": [ "Set firmly in your ways, you tend to think and do as you always have done. (Score too low to join MI6)" ], "-1": [ "Conventional, pragmatic and traditional, you dislike change and resist new ideas. (Score too low to join MI6)" ], "0": [ "Like most people, you're mainly down to earth, but you sometimes get excited by a new idea or seek out a new experience." ], "1": [ "Curious and open minded, you're intrigued by new experiences and new perspectives." ], "2": [ "An original and creative – some would say weird – thinker, you crave new ideas and experiences. You love art and find abstract ideas fascinating." ], }, "conscientiousness": { "-2": [ "Inconsistent, disorganised and unreliable; you don't follow rules and you ignore the requirements placed on you." ], "-1": [ "Laid back and not very reliable; although you're aware of them, you're just not interested in following all the rules or completing every objective. You struggle to be punctual and to honour your commitments." ], "0": [ "Like most people, when there's a job to be done you'll get on with it...eventually, sometimes after prompting from interested parties. You can mostly be relied upon to do what you've promised and to get to appointments on time." ], "1": [ "Responsible and dependable. You're naturally inclined to pour organisation and effort into your goals, with no need for outside control." ], "2": [ "Persistent and exacting; you focus naturally on detail and order. Hard work, organisation and innate self-discipline are the keys to your success." ], }, "extraversion": { "-2": [ "Painfully reserved and quiet; the ideal situation for you is alone, with no requirement to interact with other human beings. (Score too low to join MI6)" ], "-1": [ "Groups of strangers (and sometimes even friends) are not your thing. You get much more out of spending most of your time pursuing activities quietly and alone. Reserved and passive, you rarely express your views to others." ], "0": [ "Like most people, you like spending time with friends and family, and you enjoy meeting new people from time to time. Taking your cues from social situations, you're sometimes talkative and sometimes more inclined to listen. You're also happy to spend time alone." ], "1": [ "Talkative, optimistic and fun, you enjoy meeting new people and are stimulated by social occasions. You're likely to sacrifice the future for the present when there's a chance of getting together with a group of people." ], "2": [ "The center of attention in large, loud crowds of people is where you love to be. Self-disclosing and quick to speak, you aim to entertain and energise. You love to party and you get bored if you spend much time alone." ], }, "agreeableness": { "-2": [ "Skeptical and stubborn, what you want always comes first: you enjoy conflict and you can be ruthless to get what you want. You're antagonistic in your dealings with others, as you won't excuse their errors and their emotions won't sway your views." ], "-1": [ "Honest and dispassionate, you're ready and willing to compete with others to get what you want. You refuse to be pushed around, and will bluntly challenge the commonly accepted views and practices. You don't sacrifice long-term stability for short-term peace." ], "0": [ "Like most people, you're naturally kind, forgiving and affable; especially with loved ones and those whose goodwill you value. However, you dislike being taken advantage of, and will stand up for yourself when it really matters. You largely aim for peaceful relations." ], "1": [ "Flexible and compassionate, you're quick to help others and do what you can to oil the wheels of a social situation. You're quick to forgive and naturally trusting." ], "2": [ "Trusting, helpful and self-sacrificing, you're naturally swayed by the needs and desires of other people. You dislike competition and conflict, and prefer capitulation to confrontation. This can leave you feeling resentful or angry, but you prefer feeling that way to upsetting others." ], }, "neuroticism": { "-2": [ "Unemotional and self-satisfied, you confidently engage in a world containing very few things that can rattle you. You have exceptional tolerance for stress, and you accept failures and setbacks without concern. Your lack of respect for threats can lead you to take bold risks." ], "-1": [ "You're calm and secure in your emotions, rarely feeling anxious or sad. Although you're aware of them, the negative elements of the past, present and future have little impact on your approach to the world." ], "0": [ "Like most people, you acknowledge past negative experiences and use them to make plans to avoid the insecurities of the future. You sometimes feel worried and emotional, but this doesn't restrict your actions." ], "1": [ "Emotionally sensitive, you're prone to stress and anxiety. You often see the worst in a situation, and feel insecurity about your past and fears for the future. Your natural caution can stultify your actions." ], "2": [ "Painfully anxious and self-conscious. All the negative emotions in you hold sway, and you're variously racked with shame, guilt, defensive anger and self pity. (Score too high to join MI6)" ], }, "intellect": { "-2": [ "With an IQ around 70, you're borderline retarded. Although you can live mostly independently, very few modern jobs are open to you. (Score too low to join MI6)" ], "-1": [ "With an IQ around 85, you're of low intelligence. You're best suited to careers involving manual labour. (Score too low to join MI6)" ], "0": [ "With an IQ around 100, you're of average intelligence. The bulk of white- and blue-collar careers are open to you. (Score too low to join MI6)" ], "1": [ "With an IQ above 120, you're university material. Careers you're capable of include engineering, management and teaching." ], "2": [ "With an IQ above 130, you're the smartest person in most rooms. Careers you're capable of include STEM scientist, barrister, medical doctor, and university lecturer." ], }, "physique": { "-2": [ "You're mildly dyspraxic, which means you struggle with coordination skills - like playing sports or driving - and fine motor skills, like writing or using small objects." ], "-1": [ "You're not a very physical person. Running and catching don't come naturally to you. You're capable of being fit and healthy, but you have to work harder than most people." ], "0": [ "You're of average natural athleticism: capable of great feats if you train hard, or great fats if you don't bother." ], "1": [ "Naturally graceful and dextrous; you were probably attracted to sports or dance at school." ], "2": [ "You have the genetic potential to be an Olympian athlete. Although you'd never know this without actually training like an Olympian, you do have excellent natural balance and dexterity. You pick up physical skills like climbing and shooting very quickly." ], }, "height": { "-2": [ "You're around 4'10 (147cm) tall." ], "-1": [ "You're around 5' (152cm) tall." ], "0": [ "You're around 5'4 (162cm) tall." ], "1": [ "You're around 5'7 (170cm) tall." ], "2": [ "You're around 5'9 (175cm) tall." ], }, "beauty": { "-2": [ "They say true beauty is on the inside. (Score too low to be recruited for this mission)" ], "-1": [ "You're a bit of a butterface. (Score too low to be recruited for this mission)" ], "0": [ "You're a 5 without makeup; the girl next door. (Score too low to be recruited for this mission)" ], "1": [ "Naturally attractive – beautiful when you make an effort – you're the hot girl next door." ], "2": [ "Effortlessly, strikingly beautiful, you could have been a professional model or actress." ], }, } >> <div id="attributes-select" class="row character-editor"> <div class="col col-6"> <h1>ATTRIBUTES</h1> <<if $kate.attributes.physique lt 0>> <<set $kate.quirks.pushUnique("batarian")>> <<set $avatar.foreground.pushUnique("10_hipsterGlasses")>> <<replace "#avatar-container">><<avatar>><</replace>> <<else>> <<set $kate.quirks.delete("batarian")>> <<set $avatar.foreground.delete("10_hipsterGlasses")>> <<replace "#avatar-container">><<avatar>><</replace>> <</if>> <div id="attributesSelectedCheck" class="attributes character-editor-fields"> <<set _lock to ["openness", "conscientiousness", "extraversion", "agreeableness", "neuroticism", "intellect", "physique", "height", "beauty"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _lock.includes(_attribute)>> <<set _value to $kate.attributes[_attribute] || 0 >> <<capture _attribute >> <<set _class to "attribute">> <<if _selectedAttribute == _attribute>> <<set _class to _class + ' selected'>> <</if>> <<if (_attribute == 'openness' and _value lt 1) or (_attribute == 'extraversion' and _value lte -2) or (_attribute == 'neuroticism' and $kate.attributes.neuroticism gte 2) or (_attribute == 'intellect' and $kate.attributes.intellect lte 0) or (_attribute == 'beauty' and $kate.attributes.beauty lte 0) >> <<set _class to _class + ' invalid'>> <</if>> <div @class=_class> <header> <<link _attribute>> <<set _selectedAttribute to _attribute>> <<replace "#passage-attributes-select">><<attributes-select>><</replace>> <</link>> </header> <div class="values" @data-value="_value"> <<for _j to setup.info.attributeMin; _j lte setup.info.attributeMax; _j++>> <<capture _j>> <<link "<span @data-value=_j>_j</span>">> <<set $kate.attributes[_attribute] to _j >> <<set _selectedAttribute to _attribute>> <<replace "#passage-attributes-select">><<attributes-select>><</replace>> <</link>> <</capture>> <</for>> </div> </div> <</capture>> <</if>> <</for>> </div> </div> <<attribute-description>> <footer id="page-navigation" class="buttons col col-12"> <<return "Back">> <<if $kate.attributes.beauty gt 0 and $kate.attributes.intellect gt 0 and $kate.attributes.neuroticism lt 2 and $kate.attributes.extraversion gt -2 and $kate.attributes.openness gte 1>> <<button Kinks kinks-select>><</button>> <<else>> <div class="button-invalid"> <<button Alert!>> <<script>> Dialog.setup("Alert"); Dialog.wiki("Officer does not fit mission profile. <<attributes-check>>"); Dialog.open(); <</script>> <</button>> </div> <</if>> </footer> </div> <</nobr>><</widget>> <<widget "Secondary-Attributes">><<nobr>> /*Initial Setup*/ <<set $kate.attributes.confidence to {}>> <<set $kate.attributes.creativity to {}>> <<set $kate.attributes.daring to {}>> <<set $kate.attributes.fitness to {}>> <<set $kate.attributes.painThreshold to {}>> <<set $kate.attributes.strength to {}>> <<set $kate.attributes.confidence.level to (($kate.attributes.extraversion.level + $kate.attributes.beauty.level + $kate.attributes.height.level)/3)>> <<set $kate.attributes.confidence.xp to 0>> <<set $kate.attributes.creativity.level to $kate.attributes.openness.level>> <<set $kate.attributes.creativity.xp to 0>> <<set $kate.attributes.daring.level to (($kate.attributes.extraversion.level - $kate.attributes.neuroticism.level)/2)>> <<set $kate.attributes.daring.xp to 0>> <<set $kate.attributes.fitness.level to 0>> <<set $kate.attributes.fitness.xp to 0>> <<if $kate.hairColour eq "ginger">> <<set $kate.attributes.painThreshold.level to -1>> <<else>> <<set $kate.attributes.painThreshold.level to 0>> <</if>> <<set $kate.attributes.painThreshold.level to 0>> <<set $kate.attributes.painThreshold.xp to 0>> <<set $kate.attributes.strength.level to ($kate.attributes.height.level-1)>> <<set $kate.attributes.strength.xp to 0>> <</nobr>><</widget>> <<widget "Primary-Attributes">><<nobr>> /*Initial Setup*/ <<set _tempAttr to $kate.attributes>> <<set $kate.attributes to {}>> <<set $kate.attributes.openness to {} >> <<set $kate.attributes.openness.level to _tempAttr.openness >> <<set $kate.attributes.openness.xp to "NaN">> <<set $kate.attributes.conscientiousness to {} >> <<set $kate.attributes.conscientiousness.level to _tempAttr.conscientiousness >> <<set $kate.attributes.conscientiousness.xp to "NaN">> <<set $kate.attributes.extraversion to {} >> <<set $kate.attributes.extraversion.level to _tempAttr.extraversion >> <<set $kate.attributes.extraversion.xp to "NaN">> <<set $kate.attributes.agreeableness to {} >> <<set $kate.attributes.agreeableness.level to _tempAttr.agreeableness >> <<set $kate.attributes.agreeableness.xp to "NaN">> <<set $kate.attributes.neuroticism to {} >> <<set $kate.attributes.neuroticism.level to _tempAttr.neuroticism >> <<set $kate.attributes.neuroticism.xp to "NaN">> <<set $kate.attributes.intellect to {} >> <<set $kate.attributes.intellect.level to _tempAttr.intellect >> <<set $kate.attributes.intellect.xp to "NaN">> <<set $kate.attributes.physique to {} >> <<set $kate.attributes.physique.level to _tempAttr.coordination >> <<set $kate.attributes.physique.xp to "NaN">> <<set $kate.attributes.height to {} >> <<set $kate.attributes.height.level to _tempAttr.height >> <<set $kate.attributes.height.xp to "NaN">> <<set $kate.attributes.beauty to {} >> <<set $kate.attributes.beauty.level to _tempAttr.beauty >> <<set $kate.attributes.beauty.xp to "NaN">> <<Secondary-Attributes>> <</nobr>><</widget>> <<widget "awardXP">><<nobr>> <<script>> let keysAttrib = Object.keys(State.variables.kate.attributes); let keysSkills = Object.keys(State.variables.kate.skills); let name = State.variables.args[0].toLowerCase(); let xpValue = State.variables.args[1]; let levelIncreaseValues = [0,500,1000,2000,4000,8000,16000,32000,64000,128000,256000,512000, 1024000, 2048000,4096000]; State.temporary.tempVar1 = ""; if(keysAttrib.includes(name)){ if( State.variables.kate.attributes[name].xp != "NaN"){ let newLevel = 0; let increase = 0; let targetXP = State.variables.kate.attributes[name].xp + xpValue; State.variables.kate.attributes[name].xp = State.variables.kate.attributes[name].xp + xpValue; for( let j = 0; j < levelIncreaseValues.length; j++){ if(levelIncreaseValues[j]<= targetXP && targetXP < levelIncreaseValues[j+1]){ newLevel= j; j = 200; } } if (newLevel > 0){ increase = newLevel - Math.abs(State.variables.kate.attributes[name].level); State.variables.kate.attributes[name].level = Math.round(newLevel); State.temporary.tempVar1 = State.variables.args[0] + " +" + increase; State.temporary.tempVar2 = State.variables.args[0] + " increased to level " + Math.round(newLevel); } else { /*console.log("No level increase");*/ } } else { console.log(name + " is a primary attribute, you can't add xp."); } } else if(keysSkills.includes(name)) { let levelingXp= [-4,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]; let newLevel = 0; let increase = 0; let targetXP = State.variables.kate.skills[name].xp + xpValue; State.variables.kate.skills[name].xp = State.variables.kate.skills[name].xp + xpValue; for( let j = 0; j < levelIncreaseValues.length; j++){ if(levelIncreaseValues[j]<= targetXP && targetXP < levelIncreaseValues[j+1]){ newLevel= j; j = 200; } } if (newLevel > 0){ newLevel = levelingXp[newLevel]; increase = Math.abs(newLevel - Math.abs(State.variables.kate.skills[name].level)); State.variables.kate.skills[name].level =Math.round(newLevel); State.temporary.tempVar1 = State.variables.args[0] + " +" + increase; State.temporary.tempVar2 = State.variables.args[0] + " skill permanently increased to level " + Math.round(newLevel); } else { /*console.log("No level increase");*/ } } else { console.log("Error! -> no skill or attribute by the name: "+ name+" found!"); }; <</script>> <<if _tempVar1 != "">> <<addNotification _tempVar1 _tempVar2>> <</if>> <</nobr>><</widget>> <<widget "attributes-check">><<nobr>> <<if $kate.attributes.openness lt 1 >> <br>– $kate.firstName's <b>Openness</b> is too low to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if $kate.attributes.extraversion lte -2 >> <br>– $kate.firstName's <b>Extraversion</b> is too low to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if $kate.attributes.neuroticism gte 2 >> <br>– $kate.firstName's <b>Neuroticism</b> is too high to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if $kate.attributes.intellect lte 0 >> <br>– $kate.firstName's <b>Intellect</b> is too low to be recruited to <<if $kate.agency == "cia">>the CIA<<elseif $kate.agency == "mi6">>MI6<<elseif $kate.agency == "asis">>ASIS<<elseif $kate.agency == "csis">>CSIS<<elseif $kate.agency == "nzsis">>SIS<<else>>ERROR IN KATE.AGENCY VAR<</if>>. <</if>> <<if $kate.attributes.beauty lte 0 >> <br>– $kate.firstName's <b>Beauty</b> is too low to be selected for this mission. <</if>> <</nobr>><</widget>> <<widget "agency-logo">><<nobr>> <<if $kate.agency eq "mi6">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/mi6.png" /> <<elseif $kate.agency eq "cia">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/cia.png" /> <<elseif $kate.agency eq "asis">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/asis.png" /> <<elseif $kate.agency eq "csis">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/csis.png" /> <<elseif $kate.agency eq "nzsis">> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/nzsis.png" /> <<else>> <img src="https://www.femaleagentgame.com/wp-content/uploads/media/ui/agencyLogos/mi6.png" /> <</if>> <</nobr>><</widget>>
<<widget "agency-list">><<nobr>> <div class="row flags" id="flags"> <<set $flagClass to 'flag flag-usa'>> <<if $kate.agency == "cia">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "USA" `passage()`>> <<set $kate.agency to "cia">> <</link>> </div> <<set $flagClass to 'flag flag-uk'>> <<if $kate.agency == "mi6">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "UK" `passage()`>> <<set $kate.agency to "mi6">> <</link>> </div> <<set $flagClass to 'flag flag-australia'>> <<if $kate.agency == "asis">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "Australia" `passage()`>> <<set $kate.agency to "asis">> <</link>> </div> <<set $flagClass to 'flag flag-canada'>> <<if $kate.agency == "csis">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "Canada" `passage()`>> <<set $kate.agency to "csis">> <</link>> </div> <<set $flagClass to 'flag flag-new-zealand'>> <<if $kate.agency == "nzsis">><<set $flagClass to $flagClass + ' active'>><</if>> <div @class="$flagClass"> <<link "New Zealand" `passage()`>> <<set $kate.agency to "nzsis">> <</link>> </div> </div> <<if $kate.agency == 'cia'>> <<set _agencyName to 'Central Intelligence Agency (CIA)' >> <<set _agencyDescription to 'The backbone of the alliance. With unmatched resources and cutting-edge tech, the Agency orchestrates global grey and black ops with surgical precision.' >> <<elseif $kate.agency == 'mi6'>> <<set _agencyName to 'Secret Intelligence Service (MI6)' >> <<set _agencyDescription to 'Specialists in human intelligence, MI6 operates with global reach and deep networks forged from centuries of influence.' >> <<elseif $kate.agency == 'csis'>> <<set _agencyName to 'Canadian Security Intelligence Service (CSIS)' >> <<set _agencyDescription to "CSIS officers excel in sensitive covert ops, exploiting Canada's neutrality to operate in high risk environments." >> <<elseif $kate.agency == 'asis'>> <<set _agencyName to 'Australian Secret Intelligence Service (ASIS)' >> <<set _agencyDescription to 'ASIS provides vital boots-on-the-ground intel across Asia-Pacific, tracking emerging powers and covert threats.' >> <<elseif $kate.agency == 'nzsis'>> <<set _agencyName to 'Security Intelligence Service (SIS)' >> <<set _agencyDescription to "Kiwi SIS officers operate deep throughout Asia-Pacific, executing covert missions with precision and a low profile." >> <</if>> <div class="agency-description"> <div class="agency-name"><<print _agencyName >></div> <<print _agencyDescription >> </div> <</nobr>> <</widget>>
<<widget "kink-description">><<nobr>> <<include "characterTexts">> <div class="col col-6"> <h1> </h1> <div class="character-editor-explanation"> <<if _selectedKink >> <div class="explanation-inner"> <div class="name"> <<= _selectedKink.toUpperFirst()>> </div> <div class="description"> <<print setup.info.kinkDescriptions[_selectedKink] >> </div> </div> <</if>> </div> </div> <</nobr>><</widget>> <<widget kinks-select>><<nobr>> <<include "characterTexts">> <div id="kinks-select" class="row character-editor"> <div class="col col-6"> <h1>Kinks</h1> <div class="kinks character-editor-fields"> <<for _i to 0; _i lt setup.info.kinks.length; _i++>> <<set _kink to setup.info.kinks[_i]>> <<capture _kink >> <<set _class to "kink">> <<if _selectedKink == _kink>> <<set _class to _class + ' selected'>> <</if>> <<if $kate.kinks.includesAny(_kink) >> <<set _class to _class + ' owned'>> <</if>> <div @class=_class> <header> <<link _kink>> <<set _selectedKink to _kink>> <<replace "#passage-kinks-select">><<kinks-select>><</replace>> <</link>> </header> <div class="toggle"> <<link x>> <<set _selectedKink to _kink>> <<if $kate.kinks.includesAny(_kink) >> <<run $kate.kinks.delete(_kink) >> <<else>> <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /*Free EDITION */ <<run $kate.kinks.delete("exhibitionist","masochist","submissive")>> <<run $kate.kinks.push(_kink) >> <<else>> /*Patreon EDITION DELETE THIS*/ <<run $kate.kinks.push(_kink) >> <</if>> <</if>> <<replace "#passage-kinks-select">><<kinks-select>><</replace>> <</link>> </div> </div> <</capture>> <</for>> </div> </div> <<kink-description>> <footer id="page-navigation" class="buttons col col-12"> <<return "Back" >> <<if $kate.kinks.length gt 0>> <<button "START" "LPFINAL-100 Title Screen Title Card">><<util-avatarValuesToCamel>><</button>> <<else>> <<button Alert>> <<script>> Dialog.setup("Alert"); Dialog.wiki("$kate.firstName must have at least one Kink."); Dialog.open(); <</script>> <</button>> <</if>> </footer> </div> <</nobr>><</widget>>
<<widget "quirk-description">><<nobr>> <<include "characterTexts">> <div class="col col-6"> <h1> </h1> <div class="character-editor-explanation"> <<if _selectedQuirk >> <div class="explanation-inner"> <div class="name"> <<= _selectedQuirk.toUpperFirst()>> </div> <div class="description"> <<print setup.info.quirkDescriptions[_selectedQuirk] >> </div> <div class="effects"> <<set _effects to setup.info.quirkEffects[_selectedQuirk] >> <<for _j to 0; _j lt _effects.length; _j++>> <div class="quirk-effect"> _effects[_j] </div> <</for>> </div> </div> <</if>> </div> </div> <</nobr>><</widget>> <<widget "quirks-select">><<nobr>> <<set _quirks to { "appearance": [ "batarian", "freckles", ], "Social class": [ "elite", "middle class", "working class", ], }, _quirkDescriptions to { "batarian": "You wear glasses or contacts.", "commando": "You don't habitually wear knickers.", "resting bitch face": "Your neutral expression is a pout.", "freckles" : "Your face is adorned with freckles.", "elite": "Your family's part of the 1%. You had extra opportunities growing up, including a year at an elite Swiss finishing school.", "middle class": "You're from a normal middle class background.", "working class": "You're from a working class background. Money was tight growing up.", "single mum": "You were raised by your mum on her own.", "big brother": "You have a big brother.", "big sister": "You have a big sister.", "kid brother": "You have a kid brother.", "kid sister": "You have a kid sister.", "easy": "You project a slutty, attainable vibe.", "picky": "You're choosy about who you go to bed with.", }, _quirkEffects to { "batarian": [ "-1 to perception checks when vision is unaided", ], "commando": [ "Knickers removed from default outfits", ], "resting bitch face": [ "-1 Approachability", ], "freckles": [ "", ], "elite": [ "", ], "middle class": [ "", ], "working class": [ "", ], "single mum": [ "", ], "big brother": [ "", ], "big sister": [ "", ], "kid brother": [ "", ], "kid sister": [ "", ], "easy": [ "+1 Approachability", "More random partners generated during background" ], "picky": [ "-1 Approachability", "Fewer random partners generated during background" ], } >> <div id="quirks-select" class="row character-editor"> <div class="col col-6"> <h1>Quirks</h1> <div class="quirks character-editor-fields"> <<set _quirksGroups to Array.prototype.slice.call(Object.keys(_quirks)) >> <<for _j to 0; _j < _quirksGroups.length; _j++>> <<set _group to _quirksGroups[_j] >> <div class="quirks-group"> <header>_group</header> <<for _i to 0; _i lt _quirks[_group].length; _i++>> <<set _quirk to _quirks[_group][_i]>> <<capture _quirk >> <<set _class to "quirk">> <<if _selectedQuirk == _quirk>> <<set _class to _class + ' selected'>> <</if>> <<if $kate.quirks.includesAny(_quirk) >> <<set _class to _class + ' owned'>> <</if>> <div @class=_class> <header> <<link _quirk>> <<set _selectedQuirk to _quirk>> <<replace "#passage-quirks-select">><<quirks-select>><</replace>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</link>> </header> <div class="toggle"> <<link +>> <<set _selectedQuirk to _quirk>> <<if $kate.quirks.includesAny(_quirk) >> <<run $kate.quirks.delete(_quirk) >> <<else>> <<if _quirk eq "elite" and $kate.quirks.includesAny("working class", "middle class")>> <<set $kate.quirks.delete("elite","working class","middle class")>> <</if>> <<if _quirk eq "working class" and $kate.quirks.includesAny("elite","middle class")>> <<set $kate.quirks.delete("elite","working class","middle class")>> <</if>> <<if _quirk eq "middle class" and $kate.quirks.includesAny("elite","working class")>> <<set $kate.quirks.delete("elite","working class","middle class")>> <</if>> <<if _quirk eq "easy" and $kate.quirks.includes("picky")>> <<set $kate.quirks.delete("picky")>> <</if>> <<if _quirk eq "picky" and $kate.quirks.includes("easy")>> <<set $kate.quirks.delete("easy")>> <</if>> <<run $kate.quirks.push(_quirk) >> <</if>> <<replace "#passage-quirks-select">><<quirks-select>><</replace>> <<replace "#avatar-container">><<characterCreator-updateAvatar>><<avatar>><</replace>> <</link>> </div> </div> <</capture>> <</for>> </div> <</for>> </div> </div> <<quirk-description>> <footer id="page-navigation" class="buttons col col-12"> <<return "Back">> <<if $kate.quirks.includesAll("elite","working class") or $kate.quirks.includesAll("elite","middle class") or $kate.quirks.includesAll("middle class","working class") or $kate.quirks.includesAll("elite","working class", "middle class")>> <<button Alert!>> <<script>> Dialog.setup("Alert"); Dialog.wiki("$kate.firstName can't be more than one social class."); Dialog.open(); <</script>> <</button>> <<elseif !$kate.quirks.includesAny("elite","working class", "middle class")>> <<button Alert!>> <<script>> Dialog.setup("Alert"); Dialog.wiki("$kate.firstName must have a social class."); Dialog.open(); <</script>> <</button>> <<else>> <<button "Start" "LPYOUTH-0.3 Title Screen Title Card">><</button>> <</if>> </footer> </div> <</nobr>><</widget>>
<<widget "newFeatureIcon">><<nobr>> <div class="icon icon-new-feature"></div> <</nobr>><</widget>> <<widget "improvementIcon">><<nobr>> <div class="icon icon-improvement"></div> <</nobr>><</widget>> <<widget "fixIcon">><<nobr>> <div class="icon icon-bugfix"></div> <</nobr>><</widget>> <<widget "newSceneIcon">><<nobr>> <div class="icon icon-new-scene"></div> <</nobr>><</widget>> <<widget "bugreport">><<nobr>><center> Oh no! A bug!<br> Please copy this text → <<print State.passage>> ← <br> and follow the instructions on <a href="https://bitbucket.org/jtfn/fa-clean-code/issues/new">bitbucket</a> on how to report it. </center><</nobr>><</widget>> <<widget "getKatesBirthHospital">><<nobr>> /* creates a temp var called _hospital or _HOSPITAL with the name of the hospital in which Kate was born */ <<if $kate.agency == "mi6">> <<set _hospital to "St Thomas' Hospital", _HOSPITAL to "ST THOMAS' HOSPITAL">> <</if>> <</nobr>><</widget>> <<widget "getKatesHighSchool">><<nobr>> /* creates a temp var called _highSchool or _HIGHSCHOOL with the name of the high school Kate went to. _HIGHSCHOOLLOCATION is used in the header. _highSchoolShortName is used conversationally */ <<if $kate.agency == "mi6">> <<if $kate.quirks.includes("elite")>> <<set _highSchool to "Eaton Square Senior School", _HIGHSCHOOL to "EATON SQUARE SENIOR SCHOOL", _HIGHSCHOOLLOCATION to "W LONDON", _highSchoolShortName to "Eaton Square">> <<elseif $kate.quirks.includes("working class")>> <<set _highSchool to "Highgate Wood Secondary School", _HIGHSCHOOL to "HIGHGATE WOOD SECONDARY SCHOOL", _HIGHSCHOOLLOCATION to "N LONDON", _highSchoolShortName to "Highgate Wood">> <<else>> /* Kate is middle class */ <<set _highSchool to "Raynes Park High School", _HIGHSCHOOL to "RAYNES PARK HIGH SCHOOL", _HIGHSCHOOLLOCATION to "SW LONDON", _highSchoolShortName to "Raynes Park">> <</if>> <</if>> <</nobr>><</widget>> <<widget "getKatesPrimarySchool">><<nobr>> /* creates a temp var called _primarySchool or _PRIMARYSCHOOL with the name of the primary school Kate went to. _primarySchoolShortName is used conversationally */ <<if $kate.agency == "mi6">> <<if $kate.quirks.includes("elite")>> <<set _primarySchool to "St. George's Primary School", _PRIMARYSCHOOL to "ST. GEORGE'S PRIMARY SCHOOL", _primarySchoolShortName to "St. Georges'">> <<elseif $kate.quirks.includes("working class")>> <<set _primarySchool to "Bruce Grove Primary School", _PRIMARYSCHOOL to "BRUCE GROVE PRIMARY SCHOOL", _primarySchoolShortName to "Bruce Grove">> <<else>> /* Kate is middle class */ <<set _primarySchool to "All Saints' Primary School", _PRIMARYSCHOOL to "ALL SAINTS' PRIMARY SCHOOL", _primarySchoolShortName to "All Saints'">> <</if>> <</if>> <</nobr>><</widget>> <<widget "header">><<nobr>> /*<<set $header.line1 to "''<span class='blinking'>_HOSPITAL,</span>'' LONDON", $header.line2 to "APRIL 11, 1992 / 0657HRS">>*/ /*<span class='blinking'></span>*/ <header id="passage-header"> <div class="name"> <<if $kate.isUndercover>> <<if $kate.isUsingHerStripperName>> "$kate.stripperName" <<elseif def $tempCover>> "$tempCover.firstName $tempCover.surname" <<else>> "$kate.cover.firstName $kate.cover.surname" <</if>> <<else>> <<if $kateIsPlayingDND>> Kaelynn Shadowleaf <<else>> $kate.firstName $kate.surname <</if>> <</if>> </div> <hr/> <div class="location"> <span class="city"> <<if _header1Blink>> <span class="blinking"> $header.line1 </span> <<else>> $header.line1 <</if>> </span> </div> <div class="extra-info"> <span class="year"> $header.line2 </span> </div> </header> <</nobr>><</widget>> <<widget "characterCreator-randomiseKateAttributes">> /* Openness (minimum 0 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 gte 97>> <<set $kate.attributes.openness to 2>> <<else>> <<set $kate.attributes.openness to 1>> <</if>> /* Conscientiousness */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.conscientiousness to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.conscientiousness to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.conscientiousness to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.conscientiousness to 1>> <<else>> <<set $kate.attributes.conscientiousness to 0>> <</if>> /* Extraversion (minimum -1 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 lte 13>> <<set $kate.attributes.extraversion to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.extraversion to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.extraversion to 1>> <<else>> <<set $kate.attributes.extraversion to 0>> <</if>> /* Agreeableness */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.agreeableness to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.agreeableness to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.agreeableness to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.agreeableness to 1>> <<else>> <<set $kate.attributes.agreeableness to 0>> <</if>> /* Neuroticism (maximum +1 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.neuroticism to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.neuroticism to -1>> <<elseif _d100 gte 87>> <<set $kate.attributes.neuroticism to 1>> <<else>> <<set $kate.attributes.neuroticism to 0>> <</if>> /* Intellect (minimum +1 to join MI6) */ <<set _d100 to random(1,100)>> <<if _d100 gte 97>> <<set $kate.attributes.intellect to 2>> <<else>> <<set $kate.attributes.intellect to 1>> <</if>> /* Coordination */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.physique to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.physique to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.physique to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.physique to 1>> <<else>> <<set $kate.attributes.physique to 0>> <</if>> /* Height */ <<set _d100 to random(1,100)>> <<if _d100 lte 3>> <<set $kate.attributes.height to -2>> <<elseif _d100 lte 13>> <<set $kate.attributes.height to -1>> <<elseif _d100 gte 97>> <<set $kate.attributes.height to 2>> <<elseif _d100 gte 87>> <<set $kate.attributes.height to 1>> <<else>> <<set $kate.attributes.height to 0>> <</if>> /* Beauty (minimum +1 to be selected) */ <<set _d100 to random(1,100)>> <<if _d100 gte 97>> <<set $kate.attributes.beauty to 2>> <<else>> <<set $kate.attributes.beauty to 1>> <</if>> <</widget>> <<widget "consoleLog">><<nobr>> <<script>> console.log(State.variables.args[0]); <</script>> <</nobr>><</widget>> <<widget "characterCreator-randomiseKate">><<nobr>> <<set $kate.kinks to []>> <<set $kate.quirks to []>> <<set $kate.attributes to {}>> <<set $kate.perks to []>> <<set $kate.statusEffects to []>> <<set $kate.achievements to []>> <<set _startingKink to either("exhibitionist", "masochist", "submissive"), $kate.kinks.pushUnique(_startingKink)>> <<if not $lockKatesAgency>> <<tossACoin>> <<if _coinToss == "heads">> <<set $kate.agency to either("cia", "mi6")>> <<else>> <<set $kate.agency to either("cia", "mi6", "asis", "csis", "nzsis")>> <</if>> <</if>> <<characterCreator-randomiseKateAttributes>> <<if $kate.agency == "cia" or $kate.agency == "csis">> <<set $kate.age to 26>> <<else>> <<set $kate.age to 25>> <</if>> <<setKateEthnicity>> <<set $kate.complexion to "fair">> <<set $kate.bikiniLine to "hollywood">> <<set _d100 to random(1,100)>> <<if _d100 lte 8>> <<set $kate.socialClass to "workingClass">> <<elseif _d100 lte 84>> <<set $kate.socialClass to "middleClass">> <<else>> <<set $kate.socialClass to "elite">> <</if>> <<setKateFullName>> <<set $kate.faceShape to either("round", "heart", "square", "diamond", "oval"), $kate.noseShape to either("Celestial", "Greek", "Nubian", "Princess", "Roman"), $kate.mouthShape to either("Cupid", "Hollywood", "Pearlique", "Rubina", "Thin"), $kate.eyeShape to either("Almond", "Cat", "Downturned", "Round", "Wide"), $kate.eyeColour to either("Blue", "Chestnut", "Emerald", "Grey", "Hazelnut", "Sapphire"), $kate.hairStyle to either("Short bob", "Long straight", "Long curly", "Short", "Wavy bob", "Bun with bangs"), $kate.hairColour to either("Brown", "Black", "Blonde", "Ginger", "Auburn", "Champagne")>> <<if $kate.ethnicity == "hispanic">> /* TK this is a temp fix until we refactor eye colours */ <<set $kate.eyeColour to either("Chestnut", "Emerald", "Hazelnut")>> <</if>> /* calculate Kate's bra size */ <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> <<set _d100 to random(1,100)>> <<if _d100 lte 24>> <<set $kate.braSize to "small">> <<else>> <<set $kate.braSize to "medium">> <</if>> <<else>> <<set _d100 to random(1,100)>> <<if _d100 lte 16>> <<set $kate.braSize to "small">> <<elseif _d100 gte 84>> <<set $kate.braSize to "large">> <<else>> <<set $kate.braSize to "medium">> <</if>> <</if>> <</nobr>><</widget>> /*--------Notification Widgets---------*/ <<widget "notificationInfo">><<nobr>> /*This widget will display an info notification*/ /*Takes 3 arguments, Title, text and duration*/ /*Duration is ms, default 7000*/ /*USE <<addNotification "Title" "Text">> !!!!!!!! instead of this one.*/ /*Use it in a link if you want to to appear on the next passage*/ <<set _title2 to $args[0]>> <<set _text2 to $args[1]>> <<if def $args[2]>> <<set _duration2 to $args[2]>> <<else>> <<set _duration2 to 7000>> <</if>> <<if _duration2 gt 7000>> <<set _timed2 to (_duration2 -7000-500)/1000>> <<set _timed2 to _timed2.toString() + "s">> <<else>> <<set _timed2 to "0.5s">> <</if>> <<timed _timed2>> <<script>> SimpleNotification.info(State.temporary.title2, State.temporary.text2, {duration: State.temporary.duration2}); <</script>> /*success,info,error,warning,message*/ <</timed>> <</nobr>><</widget>> <<widget "addNotification">><<nobr>> /* <<addNotification "Title" "Text">> */ /*Use it in a link if you want to to appear on the next passage*/ <<set _title0 to $args[0]>> <<set _text0 to $args[1]>> <<set $notifications.list.push([_title0, _text0])>> <</nobr>><</widget>> <<widget "showNotifications">><<nobr>> /*Widget for showing notifications. Should be placed in passage done */ /*<<set $notifications.list to [["Test1","TEST1"],["Test2","TEST2"],["Test3","TEST3"],["Test4","TEST4"],["Test5","TEST5"]]>>*/ <<set _length to $notifications.list.length>> <<set _timings to ["0.5s","1.25s","2s","2.75s","3.5s","4.25s","5s","6.75s"]>> <<for _i to 0; _i lt _length; _i++>> <<set _time to _timings[_i]>> <<timed _time>> <<set _title to $notifications.list[0][0]>> <<set _message to $notifications.list[0][1]>> <<notificationInfo _title _message>> <<set $notifications.list.deleteAt(0)>> <</timed>> <</for>> <</nobr>><</widget>> <<widget "image">><<nobr>> /*<<image "imagePath.jpeg" 0 800 200 0>>*/ /*5 arguments, 1 string with path, 4 ints with clip from top left corner: top right bottom left. Values above are an exapmle*/ /*Specify image in image path with extention (femaleagent site is already there) so /folder/image.jpeg */ <<set _path to $imagePath.base+$args[0]>> <div id="clipCont"> <div id="clipA"><<link [img[_path]]>><<nobr>> <<set Dialog.setup()>> <<set Dialog.wiki("[img[_path]]")>> <<set Dialog.open()>> <</nobr>><</link>></div></div> <<timed 40ms>> <<script>> var top = State.variables.args[1]; var right = State.variables.args[2]; var bottom = State.variables.args[3]; var left = State.variables.args[4]; document.getElementById("clipA").style.clip = "rect("+top+"px, "+right+"px, "+bottom+"px, "+left+"px)"; document.getElementById("clipA").style.top = "-"+top+"px"; var wdth= bottom-top +50; document.getElementById("clipCont").style.paddingTop = wdth+"px"; <</script>> <</timed>> <</nobr>><</widget>>
<<widget "KatecheckArousal">><<nobr>> <<print $kate.arousal>> <</nobr>><</widget>> <<widget "kateAddArousal">><<nobr>> <<if $kate.arousal lt 3>> <<set $kate.arousal += 1>> <</if>> <</nobr>><</widget>> <<widget "kateRemoveArousal">><<nobr>> /*Removes one arousal*/ <<if $kate.arousal gt 0>> <<set $kate.arousal -= 1>> <</if>> <</nobr>><</widget>> <<widget "kateClearArousal">><<nobr>> <<set $kate.arousal to 0>> <</nobr>><</widget>> <<widget "ukTeenRomance-bikiniLines">>\ <<update-avatar-bikinilines>>\ Wearing a bikini requires you to manage your bikini line. What style do you choose? <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Bikini lines</span></th> </tr> </thead> <tbody> <tr> <<if $kate.bikiniLine eq "bikini">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Bikini</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Bikini</td> <</if>> <<if $kate.bikiniLine eq "brazilian">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Brazilian</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Brazilian</td> <</if>> <<if $kate.bikiniLine eq "georgeW">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">George W.</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>George W.</td> <</if>> <<if $kate.bikiniLine eq "landingStrip">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Landing Strip</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Landing Strip</td> <</if>> </tr> <tr> <<if $kate.bikiniLine eq "martiniGlass">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Martini Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Martini Glass</td> <</if>> <<if $kate.bikiniLine eq "postageStamp">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Postage Stamp</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Postage Stamp</td> <</if>> <<if $kate.bikiniLine eq "hollywood">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Hollywood (bare)</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<ukTeenRomance-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Hollywood (bare)</td> <</if>> <td class="bikini-lines-Table-item"></td> </tr> </tbody> </table> <</nobr>> <<if def $kate.bikiniLine>> <<link "//Continue.//" "UKTEENROM-1200 Body piercing parlour">><</link>> <<else>> Please select a style. <</if>> <</widget>> <<widget "parlour-bikiniLines">>\ <<update-avatar-bikinilines>>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Bikini lines</span></th> </tr> </thead> <tbody> <tr> <<if $kate.bikiniLine eq "bikini">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Bikini</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Bikini</td> <</if>> <<if $kate.bikiniLine eq "brazilian">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Brazilian</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Brazilian</td> <</if>> <<if $kate.bikiniLine eq "georgeW">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">George W.</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/georgeWOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "georgeW">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>George W.</td> <</if>> <<if $kate.bikiniLine eq "landingStrip">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Landing Strip</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Landing Strip</td> <</if>> </tr> <tr> <<if $kate.bikiniLine eq "martiniGlass">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Martini Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Martini Glass</td> <</if>> <<if $kate.bikiniLine eq "postageStamp">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Postage Stamp</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Postage Stamp</td> <</if>> <<if $kate.bikiniLine eq "hollywood">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>><span style="color: #B1D0EF">Hollywood (bare)</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-bikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><</link>>Hollywood (bare)</td> <</if>> <td class="bikini-lines-Table-item"></td> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-neatBikiniLines">>\ <<update-avatar-bikinilines>>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Bikini lines</span></th> </tr> </thead> <tbody> <tr> <<if $kate.bikiniLine eq "bikini">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Bikini</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/bikiniOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "bikini">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Bikini</td> <</if>> <<if $kate.bikiniLine eq "brazilian">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Brazilian</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/brazilianOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "brazilian">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Brazilian</td> <</if>> <<if $kate.bikiniLine eq "landingStrip">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Landing Strip</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/landingStripOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "landingStrip">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Landing Strip</td> <</if>> </tr> <tr> <<if $kate.bikiniLine eq "martiniGlass">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Martini Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/martiniGlassOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "martiniGlass">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Martini Glass</td> <</if>> <<if $kate.bikiniLine eq "postageStamp">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Postage Stamp</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/postageStampOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "postageStamp">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Postage Stamp</td> <</if>> <<if $kate.bikiniLine eq "hollywood">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOn.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>><span style="color: #B1D0EF">Hollywood (bare)</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "bikiniLineMenu/hollywoodOff.png")]]>> <<replace "#bikiniLines">><<set $kate.bikiniLine to "hollywood">><<parlour-neatBikiniLines>><</replace>><<replace "#avatar-container">><<avatar>><</replace>><<replace '#exitNavigation'>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</replace>><</link>>Hollywood (bare)</td> <</if>> <td class="bikini-lines-Table-item"></td> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-perfect10Pedis">>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Pedis</span></th> </tr> </thead> <tbody> <tr> <<if $chosenPedi == "candyDarts">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-candyDartsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "candyDarts">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Dart Candy</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-candyDartsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "candyDarts">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Dart Candy</td> <</if>> <<if $chosenPedi == "cantaloupeKiss">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-cantaloupeKissOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "cantaloupeKiss">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Kissing Cantaloupe</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-cantaloupeKissOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "cantaloupeKiss">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Kissing Cantaloupe</td> <</if>> <<if $chosenPedi == "carmineTease">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-carmineTeaseOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "carmineTease">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Crimson Red</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-carmineTeaseOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "carmineTease">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Crimson Red</td> <</if>> <<if $chosenPedi == "deathByChocolate">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-deathByChocolateOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "deathByChocolate">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Death Of Chocolate</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-deathByChocolateOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "deathByChocolate">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Death Of Chocolate</td> <</if>> </tr> <tr> <<if $chosenPedi == "devilInTheDita">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-devilInTheDitaOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "devilInTheDita">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Devil in Dita</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-devilInTheDitaOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "devilInTheDita">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Devil in Dita</td> <</if>> <<if $chosenPedi == "icedSugar">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-icedSugarOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "icedSugar">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Iced Sugar</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-icedSugarOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "icedSugar">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Iced Sugar</td> <</if>> <<if $chosenPedi == "inkyAssignation">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-inkyAssignationOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "inkyAssignation">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Innocent Assignment</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-inkyAssignationOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "inkyAssignation">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Innocent Assignment</td> <</if>> <<if $chosenPedi == "matisseDreams">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-matisseDreamsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "matisseDreams">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Nightmare</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-matisseDreamsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "matisseDreams">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Nightmare</td> <</if>> </tr> <tr> <<if $chosenPedi == "mothIntoFlame">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-mothIntoFlameOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "mothIntoFlame">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Moth Is Flame</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-mothIntoFlameOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "mothIntoFlame">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Moth Is Flame</td> <</if>> <<if $chosenPedi == "opiumMirror">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-opiumMirrorOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "opiumMirror">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Opium Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-opiumMirrorOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "opiumMirror">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Opium Glass</td> <</if>> <<if $chosenPedi == "raspberrySwirls">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-raspberrySwirlsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "raspberrySwirls">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Swirling Berries</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-raspberrySwirlsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "raspberrySwirls">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Swirling Berries</td> <</if>> <<if $chosenPedi == "roseExplosion">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-roseExplosionOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "roseExplosion">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Explosion of Roses</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-roseExplosionOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "roseExplosion">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Explosion of Roses</td> <</if>> </tr> <tr> <<if $chosenPedi == "spats">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-spatsOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "spats">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Quarrel</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-spatsOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "spats">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Quarrel</td> <</if>> <<if $chosenPedi == "tuttiFrutti">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-tuttiFruttiOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "tuttiFrutti">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Tutti Frutti</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-tuttiFruttiOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "tuttiFrutti">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Tutti Frutti</td> <</if>> <<if $chosenPedi == "vermillionVixen">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-vermillionVixenOn.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "vermillionVixen">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Red Fox</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/pedi-vermillionVixenOff.png")]]>> <<replace "#perfect10Pedis">><<set $chosenPedi to "vermillionVixen">><<parlour-perfect10Pedis>><</replace>><<replace '#exitNavigation'>><<if def $chosenPedi>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Red Fox</td> <</if>> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-perfect10ShortManis">>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Manis</span></th> </tr> </thead> <tbody> <tr> <<if $chosenMani == "tuttiFrutti">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-tuttiFruttiOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "tuttiFrutti">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Tutti Frutti</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-tuttiFruttiOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "tuttiFrutti">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Tutti Frutti</td> <</if>> <<if $chosenMani == "vermillionVixen">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-vermillionVixenOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "vermillionVixen">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Red Fox</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-vermillionVixenOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "vermillionVixen">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Red Fox</td> <</if>> <<if $chosenMani == "deathByChocolate">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-deathByChocolateOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "deathByChocolate">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Death Of Chocolate</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-deathByChocolateOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "deathByChocolate">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Death Of Chocolate</td> <</if>> </tr> <tr> <<if $chosenMani == "roseExplosion">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-roseExplosionOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "roseExplosion">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Explosion of Roses</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-roseExplosionOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "roseExplosion">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Explosion of Roses</td> <</if>> <<if $chosenMani == "inkyAssignation">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-inkyAssignationOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "inkyAssignation">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Innocent Assignment</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-inkyAssignationOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "inkyAssignation">><<parlour-perfect10ShortManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Innocent Assignment</td> <</if>> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "parlour-perfect10GelManis">>\ <<nobr>> <table class="bikini-lines-Table"> <thead> <tr> <th class="bikini-lines-Table-item-header" colspan="4"><span style="font-weight:bold">Gel Manis</span></th> </tr> </thead> <tbody> <tr> <<if $chosenMani == "raspberrySwirls">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-raspberrySwirlsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "raspberrySwirls">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Swirling Berries</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-raspberrySwirlsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "raspberrySwirls">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Swirling Berries</td> <</if>> <<if $chosenMani == "spats">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-spatsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "spats">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Quarrel</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-spatsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "spats">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Quarrel</td> <</if>> <<if $chosenMani == "matisseDreams">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-matisseDreamsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "matisseDreams">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Nightmare</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-matisseDreamsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "matisseDreams">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Nightmare</td> <</if>> <<if $chosenMani == "candyDarts">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-candyDartsOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "candyDarts">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Dart Candy</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-candyDartsOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "candyDarts">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Dart Candy</td> <</if>> </tr> <tr> <<if $chosenMani == "opiumMirror">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-opiumMirrorOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "opiumMirror">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Opium Glass</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-opiumMirrorOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "opiumMirror">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Opium Glass</td> <</if>> <<if $chosenMani == "mothIntoFlame">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-mothIntoFlameOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "mothIntoFlame">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Moth Is Flame</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-mothIntoFlameOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "mothIntoFlame">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Moth Is Flame</td> <</if>> <<if $chosenMani == "cantaloupeKiss">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-cantaloupeKissOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "cantaloupeKiss">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Cantaloupe Kiss</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-cantaloupeKissOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "cantaloupeKiss">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Cantaloupe Kiss</td> <</if>> <<if $chosenMani == "icedSugar">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-icedSugarOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "icedSugar">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Iced Sugar</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-icedSugarOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "icedSugar">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Iced Sugar</td> <</if>> </tr> <tr> <<if $chosenMani == "carmineTease">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-carmineTeaseOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "carmineTease">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Crimson Red</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-carmineTeaseOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "carmineTease">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Crimson Red</td> <</if>> <<if $chosenMani == "devilInTheDita">> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-devilInTheDitaOn.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "devilInTheDita">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>><span style="color: #B1D0EF">Devil In Dita</span></td> <<else>> <td class="bikini-lines-Table-item"><<link [img[($imagePath.ui + "perfect10NailSalonMenu/mani-devilInTheDitaOff.png")]]>> <<replace "#perfect10Manis">><<set $chosenMani to "devilInTheDita">><<parlour-perfect10GelManis>><</replace>><<replace '#exitNavigation'>><<if def $chosenMani>><<= "//[[" + _linkDescription + "|" + _linkTarget + "]]//">><</if>><</replace>><</link>>Devil In Dita</td> <</if>> </tr> </tbody> </table> <</nobr>> <</widget>> <<widget "ukTeenRomance-tattooParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <<if ndef $kate.tattoos>> <<set $kate.tattoos to []>> <</if>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Tattoo Parlour </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Upper Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("chestBohoMandela")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("chestBohoMandela")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Boho Mandela</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("chestBohoMandela")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Boho Mandela</td> <</if>> <<if $kate.tattoos.includes("chestSwallows")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("chestSwallows")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Swallows</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightNeckStars","leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("chestSwallows")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Swallows</td> <</if>> <<if $kate.tattoos.includes("rightNeckStars")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightNeckStars")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stars</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightNeckStars","chestSwallows")>><<set $kate.tattoos.push("rightNeckStars")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Stars</td> <</if>> <<if $kate.tattoos.includes("rightUnderboobWave")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightUnderboobWave")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Wave</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightUnderboobWave")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Wave</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftCollarbone8BitHearts")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftCollarbone8BitHearts")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">8 Bit Hearts</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarbone8BitHearts")>><<else>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>8 Bit Hearts<<if !$kate.quirks.includes("geekGirl")>><br><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <<if $kate.tattoos.includes("leftCollarboneCaffeineStructure")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftCollarboneCaffeineStructure")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">8 Bit Hearts</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarboneCaffeineStructure")>><<else>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Caffeine structure<<if !$kate.quirks.includes("geekGirl")>><br><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Lower Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightHipRose")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightHipRose")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Rose</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightHipRose")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Rose</td> <</if>> <<if $kate.tattoos.includes("leftHipBoneJacob")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipBoneJacob")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Jacob</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipBoneJacob")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Jacob</td> <</if>> <<if $kate.tattoos.includes("leftHipTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> <<if $kate.tattoos.includes("pubicMoundHotZoneSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Hot Zone</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("easy")>><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan","leftHipTribal","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundHotZoneSlogan")>><<else>><<set $temp.easyAlert to true>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Hot Zone <<if $temp.easyAlert>><span style="font-size:10px;">(Easy quirk required)</span><</if>> </td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("pubicMoundTribalLoveCrest")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Love Crest</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest","leftHipTribal","pubicMoundHotZoneSlogan","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundTribalLoveCrest")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal Love Crest</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Arms</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftUpperArmStayGoldSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stay Gold</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmStayGoldSlogan")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Stay Gold</td> <</if>> <<if $kate.tattoos.includes("leftUpperArmTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> <<if $kate.tattoos.includes("leftForearmAeroplane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftForearmAeroplane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Aeroplane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmAeroplane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Aeroplane</td> <</if>> <<if $kate.tattoos.includes("rightForearmD10Die")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightForearmD10Die")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">D10 Die</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmD10Die")>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>D10 Die <<if !$kate.quirks.includes("geekGirl")>><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightForearmRosesSleeve")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightForearmRosesSleeve")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Roses Sleeve</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmRosesSleeve")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Roses Sleeve</td> <</if>> <<if $kate.tattoos.includes("rightHandPaperPlane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightHandPaperPlane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Paper Plane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightHandPaperPlane")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Paper Plane</td> <</if>> <<if $kate.tattoos.includes("leftForearmElvish")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftForearmElvish")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Elvish</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOff.png")]]>><<replace "#wardrobeStore">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmElvish")>><<else>><</if>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Elvish <<if !$kate.quirks.includes("geekGirl")>><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Legs</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightThighTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighTribal")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> <<if $kate.tattoos.includes("rightThighAshley")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighAshley")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Ashley</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighAshley")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Ashley</td> <</if>> <<if $kate.tattoos.includes("rightCalfCowgirl")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightCalfCowgirl")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Cowgirl</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightCalfCowgirl")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Cowgirl</td> <</if>> <<if $kate.tattoos.includes("rightAnkleDove")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("rightAnkleDove")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Dove</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("rightAnkleDove")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Dove</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftThighTribalBand")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftThighTribalBand")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Band</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("leftThighTribalBand")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Tribal Band</td> <</if>> <<if $kate.tattoos.includes("leftAnkleDiamond")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftAnkleDiamond")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("leftAnkleDiamond")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Diamond</td> <</if>> <<if $kate.tattoos.includes("leftAnkleTriyang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOn.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.delete("leftAnkleTriyang")>><<ukTeenRomance-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Triyang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOff.png")]]>><<replace "#wardrobeStore">><<set $kate.tattoos.push("leftAnkleTriyang")>><<ukTeenRomance-tattooParlour>><</replace>><</link>>Triyang</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> </tbody> </table> <</nobr>><</widget>> <<widget "parlour-tattooParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <<replace "#avatar-container">><<avatar>><</replace>> <<if ndef $kate.tattoos>> <<set $kate.tattoos to []>> <</if>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Identifying marks </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Upper Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.tattoos.includes("chestBohoMandela")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("chestBohoMandela")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Boho Mandela</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestBohoMandelaOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("chestBohoMandela")>><<parlour-tattooParlour>><</replace>><</link>>Boho Mandela</td> <</if>> <<if $kate.tattoos.includes("chestSwallows")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("chestSwallows")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Swallows</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/chestSwallowsOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightNeckStars","leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("chestSwallows")>><<parlour-tattooParlour>><</replace>><</link>>Swallows</td> <</if>> <<if $kate.tattoos.includes("rightNeckStars")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightNeckStars")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stars</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightNeckStarsOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightNeckStars","chestSwallows")>><<set $kate.tattoos.push("rightNeckStars")>><<parlour-tattooParlour>><</replace>><</link>>Stars</td> <</if>> */ <<if $kate.tattoos.includes("rightUnderboobWave")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightUnderboobWave")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Wave</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightUnderboobWaveOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightUnderboobWave")>><<parlour-tattooParlour>><</replace>><</link>>Wave</td> <</if>> <<if $kate.tattoos.includes("leftCollarbone8BitHearts")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarbone8BitHearts")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">8 Bit Hearts</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarbone8BitHeartsOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarbone8BitHearts")>><<parlour-tattooParlour>><</replace>><</link>>8 Bit Hearts</td> <</if>> <<if $kate.tattoos.includes("leftCollarboneCaffeineStructure")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarboneCaffeineStructure")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Caffeine structure</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftCollarboneCaffeineStructureOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftCollarbone8BitHearts","chestSwallows","leftCollarboneCaffeineStructure")>><<set $kate.tattoos.push("leftCollarboneCaffeineStructure")>><<parlour-tattooParlour>><</replace>><</link>>Caffeine structure</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Lower Torso</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.tattoos.includes("rightHipRose")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightHipRose")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Rose</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHipRoseOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightHipRose")>><<parlour-tattooParlour>><</replace>><</link>>Rose</td> <</if>> */ <<if $kate.tattoos.includes("leftHipBoneJacob")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipBoneJacob")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Jacob</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipBoneJacobOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipBoneJacob")>><<parlour-tattooParlour>><</replace>><</link>>Jacob</td> <</if>> <<if $kate.tattoos.includes("leftHipTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipTribal")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftHipTribalOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftHipTribal","pubicMoundHotZoneSlogan","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("leftHipTribal")>><<parlour-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> /* <<if $kate.tattoos.includes("pubicMoundHotZoneSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Hot Zone</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundHotZoneSloganOff.png")]]>><<replace "#wardrobeStore1">><<if $kate.quirks.includes("easy")>><<set $kate.tattoos.delete("pubicMoundHotZoneSlogan","leftHipTribal","pubicMoundTribalLoveCrest","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundHotZoneSlogan")>><<else>><<set $temp.easyAlert to true>><</if>><<parlour-tattooParlour>><</replace>><</link>>Hot Zone <<if $temp.easyAlert>><span style="font-size:10px;">(Easy quirk required)</span><</if>> </td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("pubicMoundTribalLoveCrest")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Love Crest</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/pubicMoundTribalLoveCrestOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("pubicMoundTribalLoveCrest","leftHipTribal","pubicMoundHotZoneSlogan","leftHipBoneJacob")>><<set $kate.tattoos.push("pubicMoundTribalLoveCrest")>><<parlour-tattooParlour>><</replace>><</link>>Tribal Love Crest</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> */ <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Arms</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftUpperArmStayGoldSlogan")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Stay Gold</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmStayGoldSloganOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmStayGoldSlogan")>><<parlour-tattooParlour>><</replace>><</link>>Stay Gold</td> <</if>> <<if $kate.tattoos.includes("leftUpperArmTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmTribal")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftUpperArmTribalOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftUpperArmStayGoldSlogan","leftUpperArmTribal")>><<set $kate.tattoos.push("leftUpperArmTribal")>><<parlour-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> /* <<if $kate.tattoos.includes("leftForearmAeroplane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmAeroplane")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Aeroplane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmAeroplaneOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmAeroplane")>><<parlour-tattooParlour>><</replace>><</link>>Aeroplane</td> <</if>> <<if $kate.tattoos.includes("rightForearmD10Die")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightForearmD10Die")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">D10 Die</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmD10DieOff.png")]]>><<replace "#wardrobeStore1">><<if $kate.quirks.includes("geekGirl")>><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmD10Die")>><</if>><<parlour-tattooParlour>><</replace>><</link>>D10 Die <<if !$kate.quirks.includes("geekGirl")>><span style="font-size:10px;">(Geek girl quirk required)</span><</if>></td> <</if>> <<if $kate.tattoos.includes("leftForearmElvish")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmElvish")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Elvish</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftForearmElvishOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftForearmElvish","leftForearmAeroplane")>><<set $kate.tattoos.push("leftForearmElvish")>><<parlour-tattooParlour>><</replace>><</link>>Elvish</td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("rightForearmRosesSleeve")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightForearmRosesSleeve")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Roses Sleeve</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightForearmRosesSleeveOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightForearmD10Die","rightForearmRosesSleeve")>><<set $kate.tattoos.push("rightForearmRosesSleeve")>><<parlour-tattooParlour>><</replace>><</link>>Roses Sleeve</td> <</if>> <<if $kate.tattoos.includes("rightHandPaperPlane")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightHandPaperPlane")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Paper Plane</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightHandPaperPlaneOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightHandPaperPlane")>><<parlour-tattooParlour>><</replace>><</link>>Paper Plane</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> */ <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Legs</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.tattoos.includes("rightThighTribal")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighTribal")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighTribalOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighTribal")>><<parlour-tattooParlour>><</replace>><</link>>Tribal</td> <</if>> */ <<if $kate.tattoos.includes("rightThighAshley")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighAshley")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Ashley</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightThighAshleyOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightThighTribal","rightThighAshley")>><<set $kate.tattoos.push("rightThighAshley")>><<parlour-tattooParlour>><</replace>><</link>>Ashley</td> <</if>> <<if $kate.tattoos.includes("leftThighTribalBand")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftThighTribalBand")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Tribal Band</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftThighTribalBandOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("leftThighTribalBand")>><<parlour-tattooParlour>><</replace>><</link>>Tribal Band</td> <</if>> /* <<if $kate.tattoos.includes("rightCalfCowgirl")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightCalfCowgirl")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Cowgirl</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightCalfCowgirlOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightCalfCowgirl")>><<parlour-tattooParlour>><</replace>><</link>>Cowgirl</td> <</if>> <<if $kate.tattoos.includes("rightAnkleDove")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("rightAnkleDove")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Dove</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/rightAnkleDoveOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("rightAnkleDove")>><<parlour-tattooParlour>><</replace>><</link>>Dove</td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.tattoos.includes("leftAnkleDiamond")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftAnkleDiamond")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleDiamondOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("leftAnkleDiamond")>><<parlour-tattooParlour>><</replace>><</link>>Diamond</td> <</if>> <<if $kate.tattoos.includes("leftAnkleTriyang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOn.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.delete("leftAnkleTriyang")>><<parlour-tattooParlour>><</replace>><</link>><span style="color: #B1D0EF">Triyang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "tattoosMenu/leftAnkleTriyangOff.png")]]>><<replace "#wardrobeStore1">><<set $kate.tattoos.push("leftAnkleTriyang")>><<parlour-tattooParlour>><</replace>><</link>>Triyang</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> */ </tbody> </table> <</nobr>><</widget>> <<widget "parlour-piercingParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <<replace "#avatar-container">><<avatar>><</replace>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Piercing Parlour </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Ears</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("earSilverHighLobeRings")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHighLobeRings")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver High Lobe Rings</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHighLobeRings")>><<parlour-piercingParlour>><</replace>><</link>>Silver High Lobe Rings</td> <</if>> <<if $kate.piercings.includes("earSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <<if $kate.piercings.includes("earDiamondHelixStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earDiamondHelixStud")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond Helix Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earDiamondHelixStud")>><<parlour-piercingParlour>><</replace>><</link>>Diamond Helix Stud</td> <</if>> <<if $kate.piercings.includes("earSilverHelixRing")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHelixRing")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Helix Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHelixRing")>><<parlour-piercingParlour>><</replace>><</link>>Silver Helix Ring</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Face</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("browSilverSpikedBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("browSilverSpikedBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Spiked Barbell</td> <</if>> <<if $kate.piercings.includes("nosesilverSeptumRingWithBall")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nosesilverSeptumRingWithBall")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Septum Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("nosesilverSeptumRingWithBall")>><<parlour-piercingParlour>><</replace>><</link>>Silver Septum Ring</td> <</if>> /* <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Medusa Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceMedusaDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>>Medusa Diamond Stud</td> <</if>> <<if $kate.piercings.includes("faceSilverDimpleStuds")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverDimpleStuds")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Dimple Studs</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverDimpleStuds")>><<parlour-piercingParlour>><</replace>><</link>>Silver Dimple Studs</td> <</if>> <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverSpikedLabret")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Labret</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverSpikedLabret")>><<parlour-piercingParlour>><</replace>><</link>>Silver Spiked Labret</td> <</if>> */ <td class="wardrobe-Table-spacer-left"></td> </tr> /* <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("faceThirdEyeDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceThirdEyeDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Third Eye Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceThirdEyeDiamondStud")>><<parlour-piercingParlour>><</replace>><</link>>Third Eye Diamond Stud</td> <</if>> <<if $kate.piercings.includes("noseBlackNasalang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Black Nasalang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseBlackNasalang")>><<parlour-piercingParlour>><</replace>><</link>>Black Nasalang</td> <</if>> <<if $kate.piercings.includes("noseSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> */ <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Body</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> /* <<if $kate.piercings.includes("chestSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("chestSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Chest)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("chestSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell (Chest)</td> <</if>> */ <<if $kate.piercings.includes("navelSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("navelSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Navel)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("navelSilverBarbell")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell (Navel)</td> <</if>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nipplesSilverBarbells")>><<parlour-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Nipples)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("nipplesSilverBarbells")>><<parlour-piercingParlour>><</replace>><</link>>Silver Barbell (Nipples)</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> </tbody> </table> <</nobr>><</widget>> <<widget "ukTeenRomance-piercingParlour">><<nobr>> <<update-avatar-tattoo-piercing>> <table class="wardrobe-Table"> <thead> <tr> <th class="wardrobe-Table-item-header" colspan="6"><span style="font-weight:bold"> Piercing Parlour </span></th> </tr> </thead> <tbody> <tr> <td class="wardrobe-Table-spacer-row" colspan="6"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Ears</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("earSilverHighLobeRings")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHighLobeRings")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver High Lobe Rings</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHighLobeRingsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHighLobeRings")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver High Lobe Rings</td> <</if>> <<if $kate.piercings.includes("earSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <<if $kate.piercings.includes("earDiamondHelixStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earDiamondHelixStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Diamond Helix Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earDiamondHelixStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earDiamondHelixStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Diamond Helix Stud</td> <</if>> <<if $kate.piercings.includes("earSilverHelixRing")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("earSilverHelixRing")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Helix Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/earSilverHelixRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("earSilverHelixRing")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Helix Ring</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Face</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("browSilverSpikedBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("browSilverSpikedBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/browSilverSpikedBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("browSilverSpikedBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Spiked Barbell</td> <</if>> <<if $kate.piercings.includes("faceMedusaDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Medusa Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceMedusaDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceMedusaDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Medusa Diamond Stud</td> <</if>> <<if $kate.piercings.includes("faceSilverDimpleStuds")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverDimpleStuds")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Dimple Studs</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverDimpleStudsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverDimpleStuds")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Dimple Studs</td> <</if>> <<if $kate.piercings.includes("faceSilverSpikedLabret")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceSilverSpikedLabret")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Spiked Labret</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceSilverSpikedLabretOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceSilverSpikedLabret")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Spiked Labret</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("faceThirdEyeDiamondStud")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceThirdEyeDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Third Eye Diamond Stud</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/faceThirdEyeDiamondStudOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("faceMedusaDiamondStud","faceSilverDimpleStuds","faceSilverSpikedLabret","faceThirdEyeDiamondStud")>><<set $kate.piercings.push("faceThirdEyeDiamondStud")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Third Eye Diamond Stud</td> <</if>> <<if $kate.piercings.includes("noseBlackNasalang")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Black Nasalang</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseBlackNasalangOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseBlackNasalang")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Black Nasalang</td> <</if>> <<if $kate.piercings.includes("noseSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","noseSilverBarbell","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("noseSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell</td> <</if>> <<if $kate.piercings.includes("nosesilverSeptumRingWithBall")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nosesilverSeptumRingWithBall")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Septum Ring</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/noseSilverSeptumRingOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("noseBlackNasalang","nosesilverSeptumRingWithBall")>><<set $kate.piercings.push("nosesilverSeptumRingWithBall")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Septum Ring</td> <</if>> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <td class="wardrobe-Table-item-subheader" colspan="4">Body</td> <td class="wardrobe-Table-spacer-left"></td> </tr> <tr> <td class="wardrobe-Table-spacer-right"></td> <<if $kate.piercings.includes("chestSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("chestSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Chest)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/chestSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("chestSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell (Chest)</td> <</if>> <<if $kate.piercings.includes("navelSilverBarbell")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("navelSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Navel)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/navelSilverBarbellOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("navelSilverBarbell")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell (Navel)</td> <</if>> <<if $kate.piercings.includes("nipplesSilverBarbells")>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOn.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.delete("nipplesSilverBarbells")>><<ukTeenRomance-piercingParlour>><</replace>><</link>><span style="color: #B1D0EF">Silver Barbell (Nipples)</span></td> <<else>> <td class="wardrobe-Table-item"><<link [img[($imagePath.ui + "piercingsMenu/nipplesSilverBarbellsOff.png")]]>><<replace "#wardrobeStore">><<set $kate.piercings.push("nipplesSilverBarbells")>><<ukTeenRomance-piercingParlour>><</replace>><</link>>Silver Barbell (Nipples)</td> <</if>> <td class="wardrobe-Table-item"></td> <td class="wardrobe-Table-spacer-left"></td> </tr> </tbody> </table> <</nobr>><</widget>> <<widget "character-sheet-statusEffect">><<nobr>> /*This widget will make a temporary object: _statusEffects to which images and descriptions can be assigned */ /*It will take the argument out of the statusEffects variable*/ <<if $args[0] eq "Tipsy" or $args[0] eq "tipsy">> <<set _statusEffects to {}>> <<set _statusEffects.name to "Tipsy", _statusEffects.description to "You're a little drunk ", _statusEffects.effects to "+1 Confidence, +1 Daring, -1 Coordination", _statusEffects.image to "/Main/CharacterProfile/sample-image.svg">> <</if>> <<if $args[0] eq "Test" or $args[0] eq "test">> <<set _statusEffects to {}>> <<set _statusEffects.name to "Test", _statusEffects.description to "This is a test effect ", _statusEffects.effects to "NO EFFECTS", _statusEffects.image to "/Main/CharacterProfile/sample-image.svg">> <</if>> <</nobr>><</widget>> <<widget "character-sheet-achievements">><<nobr>> /*This widget will make a temporary object: _cheevos to which images and descriptions can be assigned */ /*It will take the argument out of the achievements variable*/ <<if $args[0] eq "Test1" or $args[0] eq "test1">> <<set _cheevos to {}>> <<set _cheevos.name to "Test1", _cheevos.description to "This is a placeholder test achievement 1 ", _cheevos.image to "/Main/CharacterProfile/achievement-1.svg">> <</if>> <<if $args[0] eq "Test2" or $args[0] eq "test2">> <<set _cheevos to {}>> <<set _cheevos.name to "Test2", _cheevos.description to "This is a placeholder test achievement 1 ", _cheevos.image to "/Main/CharacterProfile/achievement-4.svg">> <</if>> <</nobr>><</widget>> <<widget "dice-showModifiers">><<nobr>> /*This widget expects an array with some nice modifiers*/ <<set _posMod to "">> <<set _negMod to "">> <<for _i to 0; _i lt _diceRollModifiers.length; _i++>> <<if _diceRollModifiers[_i][0] gte 0>> <<set _posMod to _posMod + " +" +_diceRollModifiers[_i][0] + " " + _diceRollModifiers[_i][1]>> <<else>> <<set _negMod to _negMod + " -" +_diceRollModifiers[_i][0] + " " + _diceRollModifiers[_i][1]>> <</if>> <</for>> <i>Modifiers</i><br> <span class="diceResultPositiveColor">_posMod</span> <span class="diceResultNegativeColor">_negMod</span> <</nobr>><</widget>> <<widget "dice-showDiceImage">><<nobr>> /*This widget will show the correct dice image based on the supplied argument (e.g. <<dice-showDiceImage "d10">>) */ /*or will default to showing a d10 (and an error message in the console if the argument was misstyped*/ <<if $args.length gt 0>> <<set _die to $args[0]>> <<else>> <<set _die to "d10">> <</if>> <<set _possibleDie to ["d10","d8","d6","d4"]>> <<if !_possibleDie.includes(_die)>> <<consoleLog "Wrong dice number!!! Choose d10, d8, d6 or d4." <<set _die to "d10">> <</if>> <<set _diceImg to $imagePath.ui +"dice/"+_die+".png">> <<= '<img src='+_diceImg+' style="float:left;">'>> <</nobr>><</widget>> <<widget "dataTab2">> <div class="tab" data-tab="tab-2"> <div class="accordion-item"> <header>Psych Profile</header> <div class="accordion-item-content"> <<set _PsychProfile to ["openness","conscientiousness","extraversion","agreeableness","neuroticism"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _PsychProfile.includes(_attribute)>> <<if def $kate.attributes[_attribute]>> <<set _value to ($kate.attributes[_attribute]['level'] || 0).toString() >> <div class="character-stat"> <header> <<=_attribute.toUpperFirst()>>: <strong> <<= setup.info.attributeDescriptionTitles[_attribute][_value] >> </strong> </header> <<set _descriptions to setup.info.attributeDescriptions[_attribute][_value] >> <<for _j to 0; _j lt _descriptions.length; _j++>> <div class="stat-description"> _descriptions[_j] </div> <</for>> </div> <</if>> <</if>> <</for>> </div> </div> <div class="accordion-item"> <header>Stable Attributes</header> <div class="accordion-item-content"> <<set _StableAttr to ["intellect","physique","height","beauty"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _StableAttr.includes(_attribute)>> <<if def $kate.attributes[_attribute]>> <<set _value to ($kate.attributes[_attribute]['level'] || 0).toString() >> <div class="character-stat"> <header> <<=_attribute.toUpperFirst()>>: <strong> <<= setup.info.attributeDescriptionTitles[_attribute][_value] >> </strong> </header> <<set _descriptions to setup.info.attributeDescriptions[_attribute][_value] >> <<for _j to 0; _j lt _descriptions.length; _j++>> <div class="stat-description"> _descriptions[_j] </div> <</for>> </div> <</if>> <</if>> <</for>> </div> </div> <div class="accordion-item"> <header>Fluid Attributes</header> <div class="accordion-item-content"> <<set _fluidAttr to ["confidence","creativity","daring","fitness","painThreshold","strength"]>> <<for _i to 0; _i lt setup.info.attributes.length; _i++>> <<set _attribute to setup.info.attributes[_i]>> <<if _fluidAttr.includes(_attribute)>> <<if def $kate.attributes[_attribute]>> <<set _value to (Math.round($kate.attributes[_attribute]['level'] || 0)).toString() >> <div class="character-stat"> <header> <<=_attribute.toUpperFirst()>>: <strong> _value </strong> </header> <div class="stat-description"> Insert Description of fluid attribute here. </div> <<set _XP to $kate.attributes[_attribute]['xp'] >> <<set _targetXP to 500 >> /*Calculations for target xp.*/ <<for _l to 0; _l lt 51; _l++>> <<if _targetXP lte _XP>> <<set _targetXP to _targetXP*2>> <<else>> <<break>> <</if>> <</for>> <<set _width to 100 * (_XP-(_targetXP /2)) / _targetXP>> <div class="progress-bar-container"> <div class="progress-bar"> <<= '<div class="progress-bar-filled" style="width:'+ _width +'%"></div>'>> </div> <div class="progress-bar-label"> _XP / _targetXP </div> </div> </div> <</if>> <</if>> <</for>> </div> </div> </div> <</widget>> <<widget "corinth-dressup">><<nobr>> <div class="wrapperAccordion"> <div class="wrap-1"> <input type="radio" id="tab-1" name="tabs"> <label for="tab-1"><div>Bras</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="bra-container"> <<corinth-bras>> </span> </div> </div> <div class="wrap-2"> <input type="radio" id="tab-2" name="tabs"> <label for="tab-2"><div>Pants</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="pants-container"> <<corinth-pants>> </span> </div> </div> <div class="wrap-3"> <input type="radio" id="tab-3" name="tabs"> <label for="tab-3"><div>Tops</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="tops-container"> <<corinth-tops>> </span> </div> </div> <div class="wrap-4"> <input type="radio" id="tab-4" name="tabs"> <label for="tab-4"><div>Shirts</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="shirts-container"> <<corinth-shirts>> </span> </div> </div> <div class="wrap-5"> <input type="radio" id="tab-5" name="tabs"> <label for="tab-5"><div>Jackets</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="jackets-container"> <<corinth-jackets>> </span> </div> </div> <div class="wrap-6"> <input type="radio" id="tab-6" name="tabs"> <label for="tab-6"><div>Shoes</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="shoes-container"> <<corinth-shoes>> </span> </div> </div> <div class="wrap-7"> <input type="radio" id="tab-7" name="tabs"> <label for="tab-7"><div>Trousers</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="trousers-container"> <<corinth-trousers>> </span> </div> </div> <div class="wrap-8"> <input type="radio" id="tab-8" name="tabs"> <label for="tab-8"><div>Skirts</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="skirts-container"> <<corinth-skirts>> </span> </div> </div> <div class="wrap-9"> <input type="radio" id="tab-9" name="tabs"> <label for="tab-9"><div>Dresses</div><div class="cross"></div></label> <div class="contentAccordion"> <span id="dresses-container"> <<corinth-dresses>> </span> </div> </div> </div> Once $kate.firstName is presetable <span id="corinth-end"> (Wear either a dress or top and bottom, plus shoes) </span> <</nobr>><</widget>> <<widget "corinth-bras">><<nobr>> <br> <<if !$avatar.underwear.includes("clothing/underwear/blackPlungeBraWithPinkBow/30_bra-blackPlungeWithPinkBow-rear")>> <<link "Wear Black plunge bra with pink bow">> <<avatar-clothing-removeConflict "bra">> <<wear-bra-blackPlungeWithPinkBow>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove Black plunge bra with pink bow">> <<remove-bra-blackPlungeWithPinkBow>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/whiteHalfCupBraCentralDart/30_bra-whiteHalfCupCentralDart-rear")>> <<link "Wear white halfcup central dart bra">> <<avatar-clothing-removeConflict "bra">> <<wear-bra-whiteHalfCupCentralDart>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white halfcup central dart bra">> <<remove-bra-whiteHalfCupCentralDart>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/cherryRedPlungeBra/30_bra-cherryRedPlunge-rear")>> <<link "Wear cherry red plunge bra">> <<avatar-clothing-removeConflict "bra">> <<wear-bra-cherryRedPlunge>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove cherry red plunge bra">> <<remove-bra-cherryRedPlunge>> <<replace "#bra-container">> <<corinth-bras>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-pants">><<nobr>> <br> <br> <<if !$avatar.underwear.includes("clothing/underwear/blackStringWithPinkPolkaDots/30_pants-blackWithPinkPolkaDotsString-rear")>> <<link "Wear black with pink polkadots string">> <<avatar-clothing-removeConflict "pants">> <<wear-knickers-blackWithPinkPolkaDotsString>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black with pink polkadots string">> <<remove-knickers-blackWithPinkPolkaDotsString>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/whiteBrazilianCutPantiesWithLaceHem/30_pants-whiteBrazilianCutWithLaceHem-rear")>> <<link "Wear white Brazilian Cut With Lace Hem pants">> <<avatar-clothing-removeConflict "pants">> <<wear-knickers-whiteBrazilianCutWithLaceHem>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white Brazilian Cut With Lace Hem pants">> <<remove-knickers-whiteBrazilianCutWithLaceHem>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.underwear.includes("clothing/underwear/cherryRedMidiKnickers/30_pants-cherryRedMidiWithSplitSide-rear")>> <<link "Wear cherry Red Midi With Split Side pants">> <<avatar-clothing-removeConflict "pants">> <<wear-knickers-cherryRedMidiWithSplitSide>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove cherry Red Midi With Split Side pants">> <<remove-knickers-cherryRedMidiWithSplitSide>> <<replace "#pants-container">> <<corinth-pants>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-tops">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/sweaters/blackTurtleNeckWithRolledUpSleeves/30_jumper-blackTurtleNeckWithRolledUpSleeves-rear")>> <<link "Wear black Turtleneck With Rolled Up Sleeves">> <<avatar-clothing-removeConflict "top">> <<wear-jumper-blackTurtleNeckWithRolledUpSleeves>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Turtleneck With Rolled Up Sleeves">> <<remove-jumper-blackTurtleNeckWithRolledUpSleeves>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/sweaters/greyHoodlessSweater/30_sweater-greyHoodlessSweater-rear")>> <<link "Wear grey Hoodless Sweater">> <<avatar-clothing-removeConflict "top">> <<wear-sweater-greyHoodlessSweater>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove grey Hoodless Sweater">> <<remove-sweater-greyHoodlessSweater>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/shellPinkVNeckWrapLongSleevedBlouse/30_top-shellPinkVNeckWrapLongSleevedBlouse-rear")>> <<link "Wear shell Pink V Neck Wrap Long Sleeved Blouse">> <<avatar-clothing-removeConflict "top">> <<wear-top-shellPinkVNeckWrapLongSleevedBlouse>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove shell Pink V Neck Wrap Long Sleeved Blouse">> <<remove-top-shellPinkVNeckWrapLongSleevedBlouse>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/whiteBacklessSatinHalterCropTopWithBigBow/20_top-whiteBacklessSatinHalterCropTopWithBigBow-rear")>> <<link "Wear white Backless Satin Halter CropTop With Big Bow">> <<avatar-clothing-removeConflict "top">> <<wear-top-whiteBacklessSatinHalterCropTopWithBigBow>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white Backless Satin Halter CropTop With Big Bow">> <<remove-top-whiteBacklessSatinHalterCropTopWithBigBow>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/darkGreyVNeckLongSleevedFlaredTop/30_top-darkGreyVNeckLongSleevedFlared-rear")>> <<link "Wear dark Grey VNeck LongSleeved Flared top">> <<avatar-clothing-removeConflict "top">> <<wear-top-darkGreyVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove dark Grey VNeck LongSleeved Flared top">> <<remove-top-darkGreyVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/whiteFlaredVestWithSpaghettiStraps/30_top-whiteFlaredVestWithSpaghettiStraps-rear")>> <<link "Wear white Flared Vest With Spaghettistraps">> <<avatar-clothing-removeConflict "top">> <<wear-top-whiteFlaredVestWithSpaghettiStraps>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove white Flared Vest With Spaghettistraps">> <<remove-top-whiteFlaredVestWithSpaghettiStraps>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/tops/mustardYellowVNeckLongSleevedFlaredTop/30_top-mustardYellowVNeckLongSleevedFlared-rear")>> <<link "Wear mustard Yellow VNeck LongSleeved Flared top">> <<avatar-clothing-removeConflict "top">> <<wear-top-mustardYellowVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove mustard Yellow VNeck LongSleeved Flared top">> <<remove-top-mustardYellowVNeckLongSleevedFlared>> <<replace "#tops-container">> <<corinth-tops>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-shirts">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/shirts/paleGreyAndWhiteShirtWithRolledUpSleeves/20_shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves-rear")>> <<link "Wear paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">> <<avatar-clothing-removeConflict "top">> <<wear-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves>> <<replace "#shirts-container">> <<corinth-shirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves">> <<remove-shirt-paleGreyAndWhiteButtonedUpShirtWithRolledUpSleeves>> <<replace "#shirts-container">> <<corinth-shirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-jackets">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/jackets/tanTwinButtonSuitJacketWithRolledUpSleeves/50_jacket-tanTwinButtonSuitJacketWithRolledUpSleeves-rear")>> <<link "Wear tan Twin Button Suit Jacket With RolledUp Sleeves">> <<avatar-clothing-removeConflict "jacket">> <<wear-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove tan Twin Button Suit Jacket With RolledUp Sleeves">> <<remove-jacket-tanTwinButtonSuitJacketWithRolledUpSleeves>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/jackets/blackShortLeatherJacketWithRolledUpSleeves/50_jacket-blackShortLeatherJacketWithSleevesRolledUp-rear")>> <<link "Wear black Short Leather Jacket With Sleeves RolledUp">> <<avatar-clothing-removeConflict "jacket">> <<wear-jacket-blackShortLeatherJacketWithSleevesRolledUp>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Short Leather Jacket With Sleeves RolledUp">> <<remove-jacket-blackShortLeatherJacketWithSleevesRolledUp>> <<replace "#jackets-container">> <<corinth-jackets>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-shoes">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/shoes/blackPatentHeels/20_shoes-blackPatentHeels-rear")>> <<link "Wear black Patent Heels">> <<avatar-clothing-removeConflict "shoes">> <<wear-shoes-blackPatentHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Patent Heels">> <<remove-shoes-blackPatentHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/shoes/brownPatentHeelsWithBlackToe/20_shoes-brownPatentHeelsWithBlackToe-rear")>> <<link "Wear brown Patent Heels With Black Toe">> <<avatar-clothing-removeConflict "shoes">> <<wear-shoes-brownPatentHeelsWithBlackToe>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <</link>><br> <<else>> <<link "Remove brown Patent Heels With Black Toe">> <<remove-shoes-brownPatentHeelsWithBlackToe>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/shoes/blackSuedeAnkleStilettosWithBuckles/20_boots-blackSuedeAnkleStillettosWithBuckles-rear")>> <<link "Wear black Suede Ankle Stillettos With Buckles">> <<avatar-clothing-removeConflict "shoes">> <<wear-boots-blackSuedeAnkleStillettosWithBuckles>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Suede Ankle Stillettos With Buckles">> <<remove-boots-blackSuedeAnkleStillettosWithBuckles>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/shoes/blackSuedeAnklePlatformHeels/20_boots-blackSuedeAnklePlatformHeels-rear")>> <<link "Wear black Suede Ankle Platform Heels">> <<avatar-clothing-removeConflict "shoes">> <<wear-boots-blackSuedeAnklePlatformHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Suede Ankle Platform Heels">> <<remove-boots-blackSuedeAnklePlatformHeels>> <<replace "#shoes-container">> <<corinth-shoes>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-trousers">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/trousers/bootcutBlueJeans/30_trousers-darkBlueDenimBootcutJeans-highHeels-rear")>> <<link "Wear dark Blue Denim Bootcut Jeans">> <<avatar-clothing-removeConflict "trousers">> <<wear-trousers-darkBlueDenimBootcutJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove dark Blue Denim Bootcut Jeans">> <<remove-trousers-darkBlueDenimBootcutJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/trousers/blackStraightcutTrousers/30_trousers-blackStraightcutTrousers-highHeels-rear")>> <<link "Wear black Straightcut Trousers">> <<avatar-clothing-removeConflict "trousers">> <<wear-trousers-blackStraightcutTrousers>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Straightcut Trousers">> <<remove-trousers-blackStraightcutTrousers>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/trousers/skinnyBlueJeans/20_trousers-darkBlueDenimSkinnyJeans-highHeels-rear")>> <<link "Wear dark Blue Denim Skinny Jeans">> <<avatar-clothing-removeConflict "trousers">> <<wear-trousers-darkBlueDenimSkinnyJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove dark Blue Denim Skinny Jeans">> <<remove-trousers-darkBlueDenimSkinnyJeans>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/trousers/blackCottonLeggings/10_leggings-blackCottonLeggings-rear")>> <<link "Wear black Cotton Leggings">> <<avatar-clothing-removeConflict "leggings">> <<wear-leggings-blackCottonLeggings>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Cotton Leggings">> <<remove-leggings-blackCottonLeggings>> <<replace "#trousers-container">> <<corinth-trousers>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-skirts">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/skirts/blackMiniPencil/20_skirt-blackMiniPencil-rear")>> <<link "Wear black Mini Pencil skirt">> <<avatar-clothing-removeConflict "skirt">> <<wear-skirt-blackMiniPencil>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Mini Pencil skirt">> <<remove-skirt-blackMiniPencil>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/skirts/blackSideSlitMini/20_skirt-blackSideSlitMini-rear")>> <<link "Wear black Side Slit Mini Skirt">> <<avatar-clothing-removeConflict "skirt">> <<wear-skirt-blackSideSlitMini>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Side Slit Mini Skirt">> <<remove-skirt-blackSideSlitMini>> <<replace "#skirts-container">> <<corinth-skirts>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-dresses">><<nobr>> <br> <<if !$avatar.clothing.includes("clothing/dresses/blackBodyconSleevelessMiniDress/20_dress-blackBodyconSleevelessMiniDress-rear")>> <<link "Wear black Bodycon Sleeveless MiniDress">> <<avatar-clothing-removeConflict "dress">> <<wear-dress-blackBodyconSleevelessMiniDress>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Bodycon Sleeveless MiniDress">> <<remove-dress-blackBodyconSleevelessMiniDress>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <<if !$avatar.clothing.includes("clothing/dresses/blackSleevelessSkaterDress/30_dress-blackSleevelessSkater-rear")>> <<link "Wear black Sleeveless Skaterdress">> <<avatar-clothing-removeConflict "dress">> <<wear-dress-blackSleevelessSkater>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <<else>> <<link "Remove black Sleeveless Skaterdress">> <<remove-dress-blackSleevelessSkater>> <<replace "#dresses-container">> <<corinth-dresses>> <</replace>> <<replace "#avatar-container">> <<avatar>> <</replace>> <<corinth-check-ending>> <</link>><br> <</if>> <br> <</nobr>><</widget>> <<widget "corinth-check-ending">><<nobr>> <<if ($kate.isWearing.includes("dress") or ($kate.isWearing.includesAny("top","sweater","jumper","shirt") and $kate.isWearing.includesAny("trousers","leggings","skirt"))) and $kate.isWearing.includesAny("shoes","boots")>> <<replace "#corinth-end">> <<link "//they can meet $corinthian.partner.name at Corinthian//" "CORINTH-16000 Arrival">><</link>>. <</replace>> <<else>> <<replace "#corinth-end">> (Wear either a dress or top and bottom, plus shoes) <</replace>> <</if>> <</nobr>><</widget>> <<widget "showRear">><<nobr>> <<set $avatar.showRear to true>> <<replace "#avatar-container">><<avatar>><</replace>> <</nobr>><</widget>> <<widget "showFront">><<nobr>> <<set $avatar.showRear to false>> <<replace "#avatar-container">><<avatar>><</replace>> <</nobr>><</widget>> <<widget "cover-setCoverFirstName">><<nobr>> <<if $kate.agency eq "mi6">> <<if $kate.ethnicity eq "English">> <<set $kate.cover.firstname to setup.englishFemaleFirstnames1990s.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.cover.firstname to setup.usFirstname.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.cover.firstname to setup.ausNZFirstname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.cover.firstname to setup.canadianFirstname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.cover.firstname to setup.canadianFirstname.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<if $kate.ethnicity eq "NZ European">> <<set $kate.cover.firstname to setup.ausNZFirstname.random()>> <</if>> <<else>> <<set $kate.cover.firstname to "Walrus", $kate.cover.surname to "Walrusson">> <</if>> <</nobr>><</widget>> <<widget "cover-setCoverSurName">><<nobr>> <<if $kate.agency eq "mi6">> <<set $kate.nationality to "british">> <<if $kate.ethnicity eq "English">> <<set $kate.cover.surname to setup.englishSurnames.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.cover.surname to setup.usSurname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.cover.surname to setup.irishAmercanSurnames.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.cover.surname to setup.italianAmericanSurnames.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.cover.surname to setup.polishAmercanSurnames.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.cover.surname to setup.ausNZSurname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.cover.surname to setup.canadianSurname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.cover.surname to setup.frenchCanadianSurnames.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<if $kate.ethnicity eq "NZ European">> <<set $kate.cover.surname to setup.ausNZSurname.random()>> <</if>> <<else>> <<set $kate.cover.firstname to "Walrus", $kate.cover.surname to "Walrusson">> <</if>> <<if $kate.cover.surname eq $kate.surname>> <<cover-setCoverSurName>> <</if>> <</nobr>><</widget>> <<widget "cover-setKnownAs">><<nobr>> <<if $kate.cover.firstname eq "Elizabeth">> <<set $kate.cover.knownAs to either("Elizabeth", "Ellie", "Liz", "Beth")>> <<else>> <<set $kate.cover.knownAs to $kate.cover.firstname>> <</if>> <</nobr>><</widget>> <<widget "cover-OperationName">><<nobr>> <<set $kate.codename to setup.codeNames.random()>> <</nobr>><</widget>> <<widget "cover-names">> <span class="colourclass"> CODENAME: <<textbox "$kate.codename" $kate.codename>> \ <<link "(random)">><<cover-OperationName>><<replace "#coverNames">><<cover-names>><</replace>><</link>> COVER FIRST NAME: <<textbox "$kate.cover.firstname" $kate.cover.firstname>> \ <<link "(random)">><<cover-setCoverFirstName>><<cover-setKnownAs>><<replace "#coverNames">><<cover-names>><</replace>><</link>> KNOWN AS: <span style="color: #212226; border:#212226; border-style:solid; border-width:thin; width:250px; padding-left:5px; padding-right:200px;">$kate.cover.knownAs</span> \ <<link "(random)">><<cover-setKnownAs>><<replace "#coverNames">><<cover-names>><</replace>><</link>> COVER SURNAME: <<textbox "$kate.cover.surname" $kate.cover.surname>> \ <<link "(random)">><<cover-setCoverSurName>><<replace "#coverNames">><<cover-names>><</replace>><</link>> </span> <</widget>> <<widget "setDominantArchetype">><<silently>><<nobr>> <<if ($kate.crusaderRep gte $kate.waifRep) and ($kate.crusaderRep gte $kate.alphaRep) and ($kate.crusaderRep gte $kate.fataleRep)>> <<set $kate.dominantArchetype to "crusader">> <<elseif ($kate.waifRep gte $kate.crusaderRep) and ($kate.waifRep gte $kate.alphaRep) and ($kate.waifRep gte $kate.fataleRep)>> <<set $kate.dominantArchetype to "waif">> <<elseif ($kate.alphaRep gte $kate.crusaderRep) and ($kate.alphaRep gte $kate.waifRep) and ($kate.alphaRep gte $kate.fataleRep)>> <<set $kate.dominantArchetype to "alpha">> <<elseif ($kate.fataleRep gte $kate.crusaderRep) and ($kate.fataleRep gte $kate.waifRep) and ($kate.fataleRep gte $kate.alphaRep)>> <<set $kate.dominantArchetype to "fatale">> <</if>> <</nobr>><</silently>><</widget>> <<widget "cameraFlash">><<nobr>> /* usage <<cameraFlash .75s>> */ <<if def $args[0]>> <<timed $args[0]>> <<run $("#cameraFlash").show()>> <<timed 0.15s>> <<run $("#cameraFlash").hide()>> <</timed>> <</timed>> <<else>> <<timed .75s>> <<run $("#cameraFlash").show()>> <<timed 0.15s>> <<run $("#cameraFlash").hide()>> <</timed>> <</timed>> <</if>> <span id="cameraFlash"></span><</nobr>><</widget>> <<widget "cameraFlash2">><<nobr>> <<timed 1.5s>> <<run $("#cameraFlash").show()>> <<timed 0.15s>> <<run $("#cameraFlash").hide()>> <</timed>> <</timed>> <span id="cameraFlash"></span><</nobr>><</widget>> <<widget "cameraFlash3">><<nobr>> <<timed 2.25s>> <<run $("#cameraFlash").show()>> <<timed 0.15s>> <<run $("#cameraFlash").hide()>> <</timed>> <</timed>> <span id="cameraFlash"></span><</nobr>><</widget>>
<<silently>> <</silently>>\ <<page>>\ ''** BETA TEST VERSION **'' This is a beta test of an upcoming sex scene from Female Agent. ''It's not the actual game.'' You can play the full game (for free!) <a href="https://www.femaleagentgame.com">here</a>. [[Test the new scene.|BETA-2000 Beta briefing]] <</page>>
<<silently>> <</silently>>\ <<page>>\ You're 18-year old <b>Charlotte Drake.</b> In the future, you'll join MI6 as an officer; for now you're just a normal teenager. The next scene is a test of a new kind of sex scene in Female Agent. In previous versions, sex scenes have focused purely on physical descriptions. We're trying to create scenes that are more about characters and situations. This scene demonstrates a few new mechanics: <ul> <li>Dice rolls and player decisions change how the scene plays out</li> <li>Charlotte's Arousal impacts her decisionmaking</li> </ul>\ <<link "Begin" "BJFORTB-1000 Setup">> <<set $kate.firstName to "Charlotte", $kate.surname to "Drake", $kate.faceShape to "round", $kate.noseShape to "Greek", $kate.mouthShape to "Pearlique", $kate.eyeShape to "Round", $kate.eyeColour to "Blue">> /* calculate Kate's hair colour */ <<set $kate.hairColour to ("Blonde")>> /* calculate Kate's hairstyle */ <<set $kate.hairStyle to "Short bob">> <<set $kate.braSize to "small">> <<set $kate.quirks.push("sportsStar", "elite")>> <<set $header.line1 to "''MARK'S ROOM,'' W LONDON", $header.line2 to "2010 / Age 18">> <<lifepath-18yrAvatarBirthday>> <<set $kate.attributes.openness to {}, $kate.attributes.conscientiousness to {}, $kate.attributes.extraversion to {}, $kate.attributes.agreeableness to {}, $kate.attributes.neuroticism to {}>> <<set $kate.attributes.openness.level to 0, $kate.attributes.conscientiousness.level to 0, $kate.attributes.extraversion.level to 0, $kate.attributes.agreeableness.level to 0, $kate.attributes.neuroticism.level to 0, $kate.arousal to 0>> <</link>> <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ ''*** END OF BETA TEST CONTENT ***'' You've reached the end of the test. We're aiming to implement this scene into the next version (release target: Nov 30 2020). If you're playing this before the release, you've got time to suggest changes and improvements! Please give us feedback on <a href="https://discord.gg/eeXEnBS4S8">Discord</a> or <a href="https://www.patreon.com/crushstation">Patreon</a>. <</page>>
<<silently>> <<set setup.xpSkillThresholds to [0,1000,2000,4000,8000,16000,32000,64000,128000,256000,512000]>> <<set setup.info = {}>> <<set setup.info.quirkDescriptions to { "batarian": "You wear glasses or contacts.", "freckles": "You have freckles on your face.", "elite": "Your family's part of the 1%. You had extra opportunities growing up, including a year at an elite Swiss finishing school.", "middle class": "You're from a normal middle class background.", "working class": "You're from a working class background. Money was tight growing up.", "single mum": "You were raised by your mum on her own.", "big brother": "You have a big brother.", "big sister": "You have a big sister.", "kid brother": "You have a kid brother.", "kid sister": "You have a kid sister.", }>> <<set setup.info.quirkEffects to { "batarian": [ "-1 Perception (unaided vision)", ], "freckles": [ "", ], "elite": [ "", ], "middle class": [ "", ], "working class": [ "", ], "single mum": [ "", ], "big brother": [ "", ], "big sister": [ "", ], "kid brother": [ "", ], "kid sister": [ "", ], }>> <<set setup.info.attributes to [ "openness", "conscientiousness", "extraversion", "agreeableness", "neuroticism", "intellect", "physique", "height", "beauty", "confidence", "creativity", "daring", "fitness", "painThreshold", "strength", ], setup.info.attributeMin to -2, setup.info.attributeMax to +2, setup.info.attributeExplanations to { "openness": "How curious, abstract and imaginative you are.", "conscientiousness": "How organized, productive and responsible you are.", "extraversion": "How sociable, assertive and cheery you are.", "agreeableness": "How compassionate, respectful and trusting you are.", "neuroticism": "Your tendencies towards anxiety and depression.", "intellect": "Your general intelligence.", "physique": "Your general physical fitness, strength and coordination.", "height": "How tall you are.", "beauty": "How conventionally attractive you are.", "confidence": "Confidence description.Placeholder", "creativity": "creativity description Placeholder", "daring": "Daring description.Placeholder", "fitness": "Fitness description Placeholder", "painThreshold": "Pain Thershold description Placeholder.", "strength": "Strength description Placeholder.", }, setup.info.attributeDescriptionTitles to { "openness": { "-2": [ "Closed-minded (3% of people)" ], "-1": [ "Conventional (13% of people)" ], "0": [ "Practical (7 in 10 people)" ], "1": [ "Curious (13% of people)" ], "2": [ "Imaginative (3% of people)" ], }, "conscientiousness": { "-2": [ "Careless (3% of people)" ], "-1": [ "Spontaneous (13% of people)" ], "0": [ "Dependable (7 in 10 people)" ], "1": [ "Organised (13% of people)" ], "2": [ "Perfectionist (3% of people)" ], }, "extraversion": { "-2": [ "Reclusive (3% of people)" ], "-1": [ "Introvert (13% of people)" ], "0": [ "Sociable (7 in 10 people)" ], "1": [ "Outgoing (13% of people)" ], "2": [ "Gregarious (3% of people)" ], }, "agreeableness": { "-2": [ "Hostile (3% of people)" ], "-1": [ "Skeptical (13% of people)" ], "0": [ "Pleasant (7 in 10 people)" ], "1": [ "Kind (13% of people)" ], "2": [ "Compassionate (3% of people)" ], }, "neuroticism": { "-2": [ "Fearless (3% of people)" ], "-1": [ "Resilient (13% of people)" ], "0": [ "Moderate (7 in 10 people)" ], "1": [ "Sensitive (13% of people)" ], "2": [ "Anxious (3% of people)" ], }, "intellect": { "-2": [ "Dull (3% of people)" ], "-1": [ "Simple (13% of people)" ], "0": [ "Average (7 in 10 people)" ], "1": [ "Intelligent (13% of people)" ], "2": [ "Incisive (3% of people)" ], }, "physique": { "-2": [ "Fragile (3% of people)" ], "-1": [ "Weak (13% of people)" ], "0": [ "Average (7 in 10 people)" ], "1": [ "Athletic (13% of people)" ], "2": [ "Amazonian (3% of people)" ], }, "height": { "-2": [ "Short (3% of people)" ], "-1": [ "Petite (13% of people)" ], "0": [ "Average (7 in 10 people)" ], "1": [ "Tallish (13% of people)" ], "2": [ "Tall (3% of people)" ], }, "beauty": { "-2": [ "Unattractive (3% of people)" ], "-1": [ "Plain (13% of people)" ], "0": [ "Average (7 in 10 people)" ], "1": [ "Attractive (13% of people)" ], "2": [ "Striking (3% of people)" ], }, }, setup.info.attributeDescriptions to { "openness": { "-2": [ "Set firmly in your ways, you tend to think and do as you always have done. (Score too low to join _yourAgency)" ], "-1": [ "Conventional, pragmatic and traditional, you dislike change and resist new ideas. (Score too low to join _yourAgency)" ], "0": [ "Like most people, you're mainly down to earth, but you sometimes get excited by a new idea or seek out a new experience. (Score too low to join _yourAgency)" ], "1": [ "Curious and open minded, you're intrigued by new experiences and new perspectives." ], "2": [ "An original and creative – some would say weird – thinker, you crave new ideas and experiences. You love art and find abstract ideas fascinating." ], }, "conscientiousness": { "-2": [ "Inconsistent, disorganised and unreliable; you don't follow rules and you ignore the requirements placed on you." ], "-1": [ "Laid back and not very reliable; although you're aware of them, you're just not interested in following all the rules or completing every objective. You struggle to be punctual and to honour your commitments." ], "0": [ "Like most people, when there's a job to be done you'll get on with it...eventually, sometimes after prompting from interested parties. You can mostly be relied upon to do what you've promised and to get to appointments on time." ], "1": [ "Responsible and dependable. You're naturally inclined to pour organisation and effort into your goals, with no need for outside control." ], "2": [ "Persistent and exacting; you focus naturally on detail and order. Hard work, organisation and innate self-discipline are the keys to your success." ], }, "extraversion": { "-2": [ "Painfully reserved and quiet; the ideal situation for you is alone, with no requirement to interact with other human beings. (Score too low to join _yourAgency)" ], "-1": [ "Groups of strangers (and sometimes even friends) are not your thing. You get much more out of spending most of your time pursuing activities quietly and alone. Reserved and passive, you rarely express your views to others." ], "0": [ "Like most people, you like spending time with friends and family, and you enjoy meeting new people from time to time. Taking your cues from social situations, you're sometimes talkative and sometimes more inclined to listen. You're also happy to spend time alone." ], "1": [ "Talkative, optimistic and fun, you enjoy meeting new people and are stimulated by social occasions." ], "2": [ "The center of attention in large, loud crowds of people is where you love to be. Self-disclosing and quick to speak, you aim to entertain and energise. You love to party and you get bored if you spend much time alone." ], }, "agreeableness": { "-2": [ "Skeptical and stubborn, what you want always comes first: you enjoy conflict and you can be ruthless to get what you want. You're antagonistic in your dealings with others, as you won't excuse their errors and their emotions won't sway your views." ], "-1": [ "Honest and dispassionate, you're ready and willing to compete with others to get what you want. You refuse to be pushed around, and will bluntly challenge the commonly accepted views and practices. You don't sacrifice long-term stability for short-term peace." ], "0": [ "Like most people, you're naturally kind, forgiving and affable; especially with loved ones and those whose goodwill you value. However, you dislike being taken advantage of, and will stand up for yourself when it really matters. You largely aim for peaceful relations." ], "1": [ "Flexible and compassionate, you're quick to help others and do what you can to oil the wheels of a social situation. You're quick to forgive and naturally trusting." ], "2": [ "Trusting, helpful and self-sacrificing, you're naturally swayed by the needs and desires of other people. You dislike competition and conflict, and prefer capitulation to confrontation. This can leave you feeling resentful or angry, but you prefer feeling that way to upsetting others." ], }, "neuroticism": { "-2": [ "Unemotional and self-satisfied, you confidently engage in a world containing very few things that can rattle you. You have exceptional tolerance for stress, failures and setbacks. Your lack of respect for genuine threats can lead you to take unnecessary risks." ], "-1": [ "You're calm and secure in your emotions, rarely feeling anxious or sad. Although you're aware of them, the negative elements of the past, present and future have little impact on your approach to the world." ], "0": [ "Like most people, you acknowledge past negative experiences and use them to make plans to avoid the insecurities of the future. You sometimes feel worried and emotional, but this doesn't restrict your actions." ], "1": [ "Emotionally sensitive, you're prone to stress and anxiety. You often see the worst in a situation, and feel insecurity about your past and fears for the future. Your natural caution can stultify your actions." ], "2": [ "Painfully anxious and self-conscious. All the negative emotions in you hold sway, and you're variously racked with shame, guilt, defensive anger and self pity. (Score too high to join _yourAgency)" ], }, "intellect": { "-2": [ "With an IQ around 70, you're cognitively impaired. Although you can live mostly independently, few modern careers are open to you. (Score too low to join _yourAgency)" ], "-1": [ "With an IQ around 90, you're of low intelligence. You're best suited to careers involving manual labour or non-complex tasks. (Score too low to join _yourAgency)" ], "0": [ "With an IQ around 100, you're of normal intelligence. The bulk of white- and blue-collar careers are open to you. (Score too low to join _yourAgency)" ], "1": [ "With an IQ above 120, you're well-equipped for complex problem solving. Careers you're capable of include engineering, management and teaching." ], "2": [ "With an IQ above 130, you excel in analytical and critical thinking. Careers you're capable of include STEM scientist, barrister, medical doctor, and university lecturer." ], }, "physique": { "-2": [ "You're a bit of a disaster when it comes to physical tasks." ], "-1": [ "You're not a very physical person. You sometimes fumble with tasks that need precision and quick moves." ], "0": [ "You're of average natural athleticism, so you handle most physical tasks just fine." ], "1": [ "Sports, dance, or any tasks needing finesse are right up your alley. You handle physical challenges with skill and a bit of flair." ], "2": [ "You're naturally graceful and precise. Whether it's acing a new dance routine or mastering a tricky sport, you make difficult physical tasks look easy." ], }, "height": { "-2": [ "You're around 4'10 (147cm) tall." ], "-1": [ "You're around 5' (152cm) tall." ], "0": [ "You're around 5'4 (162cm) tall." ], "1": [ "You're around 5'7 (170cm) tall." ], "2": [ "You're around 5'9 (175cm) tall." ], }, "beauty": { "-2": [ "They say true beauty is on the inside. (Score too low to be recruited for this mission)" ], "-1": [ "You struggle to turn heads. Your appearance is often overlooked, and you might face challenges in fields where looks are a factor. (Score too low to be recruited for this mission)" ], "0": [ "You have an everyday, girl-next-door attractiveness. Your charm and character are what really make you shine. (Score too low to be recruited for this mission)" ], "1": [ "Men often notice your good looks, which makes it easier to gain attention and co-operation. However, it can be challenging to melt into the background, and sometimes you feel like your professionalism is overshadowed by your appearance." ], "2": [ "Your striking good looks stand out in every situation. While your beauty can open doors and create opportunties, it can also overshadow your other qualities." ], }, } >> <<set setup.info.kinks to [ "exhibitionist", "masochist", "submissive", ], setup.info.kinkDescriptions to { "exhibitionist": "You fantasise about being exposed and desired.", "masochist": "You fantasise about rough sex and being physically dominated.", "submissive": "You fantasise about being emotionally dominated and controlled.", } >> <<set setup.info.skillDescriptions to { "academic": "skill description", "agent": "skill description", "athlete": "skill description", "brawler": "skill description", "charmer": "skill description", "cook": "skill description", "dancer": "skill description", "driver": "skill description", "musician": "skill description", "partyAnimal": "skill description", "sexpert": "skill description", "shooter": "skill description", "singer": "skill description", "writer": "skill description", }, setup.info.skillDescriptionTitles to { "academic": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "agent": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "athlete": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "brawler": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "charmer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "cook": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "dancer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "driver": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "musician": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "partyAnimal": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "sexpert": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "shooter": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "singer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, "writer": { "-2": "level -2 description", "-1": "level -1 description", "0": "(amateur)", "1": "(experienced)", "2": "(veteran)", "3": "(elite)", "4": "(expert)", "5": "(expert)", "6": "(expert)", "7": "(expert)", "8": "(expert)", "9": "(expert)", "10": "(expert)" }, } >> <</silently>>
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 35.5px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M257.3833165,463.9746601c-1.009035.6165995-1.0211261,1.6445829-.9642216,1.9587751s.4845752.9251645,1.9361159.4422998c1.4515408-.4828647,6.6601704-1.7398113,9.7911454-1.3360393,3.190375.4114322,4.7648874,1.008981,6.0103923,1.5083342.6920115.2774442,1.0517187-.3135567.9118378-.5497559s-2.1012853-2.1917774-6.4396297-2.9260528c-2.3385704-.3958088-9.3928785-.2297438-11.2456402.902439Z"/> <path class="dynamicBrowsSVG" d="M241.0149027,463.9746601c1.009035.6165995,1.0211261,1.6445829.9642216,1.9587751s-.4845752.9251645-1.9361159.4422998c-1.4515408-.4828647-6.6601704-1.7398113-9.7911454-1.3360393-3.190375.4114322-4.7648874,1.008981-6.0103923,1.5083342-.6920115.2774442-1.0517187-.3135567-.9118378-.5497559s2.1012853-2.1917774,6.4396297-2.9260528c2.3385704-.3958088,9.3928785-.2297438,11.2456402.902439Z"/> </svg> /* ----------- */ /* AGE 8 BROWS */ /* ----------- */ /* Age 8 brows */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 35.5px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M261.0306119,357.2656543c2.3375323-.6478157,6.39895-2.0950045,9.8630734-1.7446471,4.0668366.4113151,6.086806,3.5684022,6.4921759,4.2172472s1.0219689,1.4624282.1418646.9285304-2.6251896-1.5644385-5.1445497-1.9202113-8.0723835.8158772-10.2396467,1.6507228c-1.7553464.6761722-4.7604416,2.2614862-5.6662768,2.0520756-1.1113281-.2569164-.5523208-1.9394759-.2967332-2.5274283.7175965-1.6507556,2.5125602-2.0084736,4.8500925-2.6562893ZM239.1368511,357.2656543c-2.3375323-.6478157-6.39895-2.0950045-9.8630734-1.7446471-4.0668366.4113151-6.086806,3.5684022-6.4921759,4.2172472s-1.0219689,1.4624282-.1418646.9285304,2.6251896-1.5644385,5.1445497-1.9202113,8.0723835.8158772,10.2396467,1.6507228c1.7553464.6761722,4.7604416,2.2614862,5.6662768,2.0520756,1.1113281-.2569164.5523208-1.9394759.2967332-2.5274283-.7175965-1.6507556-2.5125602-2.0084736-4.8500925-2.6562893Z"/> </svg> /* ----------- */ /* ADULT BROWS */ /* ----------- */ /* Beyonce */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 0.75px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M237.763806,113.6582344c.8503403-1.0827293,2.3018245-2.2637408,6.1696121-4.0898538,2.7598443-1.3030157,5.9444588-2.3162084,9.0294816-2.5523295,1.1107379-.0850135,2.4022104-.1630464,3.453987.2769691,1.6057544.6718013,3.81913,3.2144963,4.4824928,4.8158114.9794453,2.3643179,1.0117617,3.2850526.847276,3.2762912-.1552105-.0082674-.4105115-.5269209-.5605803-.7796448-1.3351745-2.2485059-3.5175514-4.2568466-6.2571481-4.2836637-1.1247622-.0110176-2.272542.2190386-3.3700044.4382176-1.6080042.3211416-3.1988225.7437228-4.7504087,1.2746911-1.1678432.3996476-2.3241885.8383514-3.4395999,1.3686608-1.0495059.4989754-2.0105219,1.1741595-3.0722398,1.6459658-.8505561.3779701-3.0181832.9523748-3.2678175-.457381-.225429-1.273062,1.0829121-2.2923621,1.0829121-2.2923621-.7786321.707289-.8081054,1.6318179-.8081054,1.6318179,1.020815-1.8323504,2.3921208-2.4559416,2.3921208-2.4559416-1.206504.8697505-1.9319783,2.1827516-1.9319783,2.1827516ZM221.6526205,113.6582344c-.8503403-1.0827293-2.3018245-2.2637408-6.1696121-4.0898538-2.7598443-1.3030157-5.9444588-2.3162084-9.0294816-2.5523295-1.1107379-.0850135-2.4022104-.1630464-3.453987.2769691-1.6057544.6718013-3.81913,3.2144963-4.4824928,4.8158114-.9794453,2.3643179-1.0117617,3.2850526-.847276,3.2762912.1552105-.0082674.4105115-.5269209.5605803-.7796448,1.3351745-2.2485059,3.5175514-4.2568466,6.2571481-4.2836637,1.1247622-.0110176,2.272542.2190386,3.3700044.4382176,1.6080042.3211416,3.1988225.7437228,4.7504087,1.2746911,1.1678432.3996476,2.3241885.8383514,3.4395999,1.3686608,1.0495059.4989754,2.0105219,1.1741595,3.0722398,1.6459658.8505561.3779701,3.0181832.9523748,3.2678175-.457381.225429-1.273062-1.0829121-2.2923621-1.0829121-2.2923621.7786321.707289.8081054,1.6318179.8081054,1.6318179-1.020815-1.8323504-2.3921208-2.4559416-2.3921208-2.4559416,1.206504.8697505,1.9319783,2.1827516,1.9319783,2.1827516Z"/> </svg> /* Gwen */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 0.75px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M203.8292769,109.2411547c3.0648309-1.1577631,6.8517787-.5773743,10.6041024.4777008,4.4810896,1.2599888,6.3940517,2.0167246,6.9616339,2.7734603,1.0444533,1.39253.6592986,1.8068942.0210216,2.0389825s-1.0060615-.5446626-5.9382022-2.4593913-8.7037776-2.0909708-11.3149109-1.3947058-6.1506695,3.6834208-6.1506695,3.6834208c1.2185289-1.7406625,3.2058914-4.133092,5.8170247-5.1194674ZM255.6631841,109.2411547c-3.0648309-1.1577631-6.8517787-.5773743-10.6041024.4777008-4.4810896,1.2599888-6.3940517,2.0167246-6.9616339,2.7734603-1.0444533,1.39253-.6592986,1.8068942-.0210216,2.0389825s1.0060615-.5446626,5.9382022-2.4593913,8.7037776-2.0909708,11.3149109-1.3947058,6.1506695,3.6834208,6.1506695,3.6834208c-1.2185289-1.7406625-3.2058914-4.133092-5.8170247-5.1194674Z"/> </svg> /* Emily */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 0.75px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M236.3313206,114.8580218c.0963415-2.7897541,1.4958702-3.2663785,1.4958702-3.2663785-1.6067218,1.2556999-.9855997,3.2276524-.9855997,3.2276524-.0705796-2.3979914,2.0223925-3.4313466,2.0223925-3.4313466-1.7097537,1.2612263-1.5276862,3.141255-1.5276862,3.141255,0,0,.2466337-2.0031417,1.7943162-2.8714702,1.1241098-.6306827,6.1333345-2.244099,9.7025121-2.8216572s5.7217497-.5970788,8.599785,1.5450942c2.5463362,1.8952835,4.7517543,5.942638,4.1622693,5.4372867s-2.6269171-2.3216271-4.3897421-3.0406755-3.2604081-.8937118-8.6963562.6050922-10.9669165,4.1490474-12.0765434,3.0248506.0248863-4.7260707.0248863-4.7260707c0,0-.4596205,1.9615945-.126104,3.1763677ZM223.0747332,114.8580218c-.0963415-2.7897541-1.4958702-3.2663785-1.4958702-3.2663785,1.6067218,1.2556999.9855997,3.2276524.9855997,3.2276524.0705796-2.3979914-2.0223925-3.4313466-2.0223925-3.4313466,1.7097537,1.2612263,1.5276862,3.141255,1.5276862,3.141255,0,0-.2466337-2.0031417-1.7943162-2.8714702-1.1241098-.6306827-6.1333345-2.244099-9.7025121-2.8216572s-5.7217497-.5970788-8.599785,1.5450942c-2.5463362,1.8952835-4.7517543,5.942638-4.1622693,5.4372867s2.6269171-2.3216271,4.3897421-3.0406755,3.2604081-.8937118,8.6963562.6050922,10.9669165,4.1490474,12.0765434,3.0248506-.0248863-4.7260707-.0248863-4.7260707c0,0,.4596205,1.9615945.126104,3.1763677Z"/> </svg> /* Kendall */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 0.75px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M238.2780033,113.6253251c.6717922-.3600614,1.6859096-.6710746,2.2472265-.8057835,5.5833995-1.3399442,9.4396294-2.2677063,12.6129372-2.7466706s5.5185463.4437825,6.5962734,1.401711,1.8560857,2.0954686,1.8560857,2.813915c0,1.1438249-1.2691777-2.4252159-5.5682571-1.7961159-4.909646.7184464-14.4694909,3.1687046-16.1060339,3.5323614-1.4605583.3245512-2.5088521.6903167-3.0852161-.2273054-.5427702-.8641378.2767839-1.4784375.2767839-1.4784375,0,0-.8058265,1.3803421.7637834,1.7026555,0,0-1.3593943-.6516336-.5045175-2.0319757,0,0-.2452516,1.6185737.6796972,1.8287781,0,0-.9529775-.8828584-.44846-1.8918394,0,0-.1401437,1.0790492.2802875,1.4153762,0,0-.4764887-1.2472127.3994097-1.7166691ZM221.0539006,113.6253251c-.6717922-.3600614-1.6859096-.6710746-2.2472265-.8057835-5.5833995-1.3399442-9.4396294-2.2677063-12.6129372-2.7466706s-5.5185463.4437825-6.5962734,1.401711-1.8560857,2.0954686-1.8560857,2.813915,1.2691777-2.4252159,5.5682571-1.7961159c4.909646.7184464,14.4694909,3.1687046,16.1060339,3.5323614,1.4605583.3245512,2.5088521.6903167,3.0852161-.2273054.5427702-.8641378-.2767839-1.4784375-.2767839-1.4784375,0,0,.8058265,1.3803421-.7637834,1.7026555,0,0,1.3528235-.6516336.4979467-2.0319757,0,0,.2518224,1.6185737-.6731263,1.8287781,0,0,.9534138-.8408175.4488963-1.8497986,0,0,.1397074,1.0370083-.2807238,1.3733353,0,0,.4764887-1.2472127-.3994097-1.7166691Z"/> </svg> /* Megan */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 0.75px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M237.6560323,115.3431423c-.6100747-.3515666-1.081173-.9697922-1.159125-1.6805789-.1466268-1.3370719,1.08632-1.8630971,1.1516888-1.9478393-1.2950108,1.2106762-.6056121,2.1647289-.6056121,2.1647289-.2057592-1.4988373,1.0330853-2.0934815,1.0330853-2.0934815-.9725843,1.0384296-.7179304,1.9658476-.7179304,1.9658476.1672257-1.633346,1.4005216-2.0472203,1.4005216-2.0472203-.9491402.8147707-1.077506,1.9575775-1.077506,1.9575775.0808688-.4483293.2688556-.8724544.5836104-1.2056267.9327894-.9873705,2.6330925-1.1701422,3.8598652-1.4587792,2.3824437-.560545,3.6717662-.896872,5.7262046-1.5568059,1.8709155-.600982,3.7634504-1.249069,5.7124311-1.5085614,1.0305391-.1372087,2.4996078.4430527,3.2856599,1.0024589,1.756609,1.2501181,3.3378369,3.0452397,4.7359368,4.9497148.0623484.0849303.3870317.7371453.0893655.5567499-2.6511414-1.6066779-5.8887329-4.4987046-7.0242505-4.277367-1.9206629.3743799-4.4657581,1.1312961-6.2955294,1.8058107-1.8586248.6851509-3.6796038,1.4669766-5.49402,2.2604039-.8785722.3841918-1.7586331.772168-2.6736156,1.0629946-.5078964.1614346-.9998364.3170272-1.4891251.3212484-.34697.0029934-.6926069-.070133-1.0416551-.2712749ZM222.5357146,115.3431423c.6100747-.3515666,1.081173-.9697922,1.159125-1.6805789.1466268-1.3370719-1.08632-1.8630971-1.1516888-1.9478393,1.2950108,1.2106762.6056121,2.1647289.6056121,2.1647289.2057592-1.4988373-1.0330853-2.0934815-1.0330853-2.0934815.9725843,1.0384296.7179304,1.9658476.7179304,1.9658476-.1672257-1.633346-1.4005216-2.0472203-1.4005216-2.0472203.9491402.8147707,1.077506,1.9575775,1.077506,1.9575775-.0808688-.4483293-.2688556-.8724544-.5836104-1.2056267-.9327894-.9873705-2.6330925-1.1701422-3.8598652-1.4587792-2.3824437-.560545-3.6717662-.896872-5.7262046-1.5568059-1.8709155-.600982-3.7634504-1.249069-5.7124311-1.5085614-1.0305391-.1372087-2.4996078.4430527-3.2856599,1.0024589-1.756609,1.2501181-3.3378369,3.0452397-4.7359368,4.9497148-.0623484.0849303-.3870317.7371453-.0893655.5567499,2.6511414-1.6066779,5.8887329-4.4987046,7.0242505-4.277367,1.9206629.3743799,4.4657581,1.1312961,6.2955294,1.8058107,1.8586248.6851509,3.6796038,1.4669766,5.49402,2.2604039.8785722.3841918,1.7586331.772168,2.6736156,1.0629946.5078964.1614346.9998364.3170272,1.4891251.3212484.34697.0029934.6926069-.070133,1.0416551-.2712749Z"/> </svg> /* Scarlett */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 0.75px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M236.940811,113.1830865s-.9066333,2.4513671.3043845,2.7390948c.6764772.1607253,1.5711804-.2330026,2.168876-.4999615,3.1131964-1.3904996,5.963487-2.415046,9.2608851-2.9678953,2.1989228-.3686759,4.4553578-.6886421,6.6723592-.2743709,1.7489711.3268146,3.3788977,1.0688982,4.8881568,1.992952.9564829.585613.2898147-.3005066-.1476421-1.0065076-1.3666193-2.205554-3.5462871-3.7936038-6.0680394-4.4079579-2.9279824-.7133207-6.0125971-.0219657-8.8569786.7459201-1.2608516.3403869-2.5117684.7165853-3.7701925,1.0657416-.9492838.2633837-2.1563171.7992797-2.8594488,1.5487586-.6262276.6675055-.6166325,1.6676216-.44846,2.5224526,0,0-.4694816-1.3733353.0070072-2.6065343-.2522587.2942861-.7077259,1.7236759-.2172228,2.8027251-.44846-.8828584-.6867044-1.3032672-.3643737-2.2141528,0,0-.9109344,1.0510219.0420431,2.4383708,0,0-.8443196-.0016188-.6113539-1.8786352ZM221.8642616,115.0617217c.9529775-1.3873489.0420431-2.4383708.0420431-2.4383708.3223306.9108857.0840862,1.3312944-.3643737,2.2141528.4905031-1.0790492.0350359-2.508439-.2172228-2.8027251.4764887,1.233199.0070072,2.6065343.0070072,2.6065343.1681725-.854831.1777676-1.8549471-.44846-2.5224526-.7031317-.7494789-1.9101651-1.2853749-2.8594488-1.5487586-1.2584241-.3491563-2.5093409-.7253547-3.7701925-1.0657416-2.8443815-.7678858-5.9289963-1.4592407-8.8569786-.7459201-2.5217524.6143542-4.7014202,2.202404-6.0680394,4.4079579-.4374568.7060011-1.1041251,1.5921206-.1476421,1.0065076,1.5092591-.9240538,3.1391857-1.6661374,4.8881568-1.992952,2.2170014-.4142713,4.4734365-.094305,6.6723592.2743709,3.2973981.5528493,6.1476887,1.5773957,9.2608851,2.9678953.5976956.2669589,1.4923988.6606868,2.168876.4999615,1.2110178-.2877277.3043845-2.7390948.3043845-2.7390948.2329658,1.8770164-.6113539,1.8786352-.6113539,1.8786352Z"/> </svg> /* Taylor */
<<= "<style>.dynamicBrowsSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.15px, 0.75px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicBrowsSVG" d="M237.0803047,114.8816441c-.6658533-1.1595455.4779432-2.5560535.4779432-2.5560535-.2640506.7152444.0783262,1.6323776.0783262,1.6323776.0150824-1.2903834,2.0046422-2.7524925,2.0046422-2.7524925-.5315548.4759213-1.0596559,1.9064101-1.0596559,1.9064101.3821739-.8210047,1.7220556-1.7014322,1.7220556-1.7014322l-1.0349413,1.4586556c2.32194-2.3981416,11.7561683-5.2787225,15.5313918-4.5089658s5.8932802,4.9054582,6.3414229,5.9407084-.9158732.069382-1.5099432-.356384-3.3596602-2.752242-5.150774-2.8510954-5.2776716,1.0921185-8.2500183,2.050868-7.212009,3.5766917-9.0872634,2.9679361-.3966589-3.3261105-.3966589-3.3261105c-.2544183,1.5578733.3334731,2.095578.3334731,2.095578ZM222.3361218,114.8816441c.6658533-1.1595455-.4779432-2.5560535-.4779432-2.5560535.2640506.7152444-.0783262,1.6323776-.0783262,1.6323776-.0150824-1.2903834-2.0046422-2.7524925-2.0046422-2.7524925.5315548.4759213,1.0596559,1.9064101,1.0596559,1.9064101-.3821739-.8210047-1.7220556-1.7014322-1.7220556-1.7014322l1.0349413,1.4586556c-2.32194-2.3981416-11.7561683-5.2787225-15.5313918-4.5089658s-5.8932802,4.9054582-6.3414229,5.9407084.9158732.069382,1.5099432-.356384,3.3596602-2.752242,5.150774-2.8510954,5.2776716,1.0921185,8.2500183,2.050868,7.212009,3.5766917,9.0872634,2.9679361.3966589-3.3261105.3966589-3.3261105c.2544183,1.5578733-.3334731,2.095578-.3334731,2.095578Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(0.75px, 35.5px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M208.2449634,472.1395361c-.0990147,1.648209-.3929961,3.4798251-.0990147,4.9577192.0047695.0238932.0117836.0508256.0170675.0754202-3.4822556-2.4297406-3.5802416-7.5891491-3.5802416-7.5891491,1.1045929.8586584,2.4051577.8062664,3.6445603.3616007-.0437909.651966.0633367,1.4016089.0176286,2.1944091ZM290.6296588,472.792671c-1.5069878.5425062-2.8006555.1624596-3.8777768-.6329356.0413828-.3176251.0829058-.6400428.1244289-.9647283.8130664.4464659,1.7204481.6732174,2.7310763.5754237,0,0-1.0917104-.6592368-2.548618-2.020073.0886573-.7120029.1770341-1.4360693.2644757-2.1692535,1.283287-.0813116,2.1554583.6268338,2.5676962,1.5555586.35159.7964006.0905278,1.8571224.1566467,3.0028732.0118771.1978552.0267936.398586.0429259.6008131,1.7607086-2.2841605,3.2826129-4.9728219,3.2826129-4.9728219-1.9311963,1.0568877-3.606287-.0279377-4.754063-1.2804597,2.5287917.009749,4.1304221-2.3565648,4.1304221-2.3565648-2.5274824,1.7243072-4.29932-1.7887627-4.4926267-5.3438677.1677756-1.8464617.3105813-3.6534365.4163996-5.3617992,1.7730066,3.733322,3.8816579,5.8708971,3.8816579,5.8708971-1.4857119-2.3372773-2.7502948-5.5114473-3.7450713-8.5315506.1334536-3.3698977.0720107-6.1518875-.2985171-7.7755955-.1700201-.744593-.4051304-1.4893263-.6853643-2.223469,1.8385176.8381084,3.55443.268132,3.55443.268132,0,0-2.4322787.1798769-5.4012242-4.0492638-2.1011697-3.5815699-4.6009233-6.2602017-4.6009233-6.2602017,1.3443558.3515244,3.0964606,1.6438839,3.0964606,1.6438839-2.8447036-4.3306283-6.7810242-6.5347396-6.7810242-6.5347396,1.2022983,0,3.5238956.9258726,3.5238956.9258726-16.3216017-14.8046341-31.8253908-12.8780064-38.3445111-11.6431355-5.4575234,1.033579-12.2051375,3.5370332-14.2903853,4.3378056,1.4884006-1.572555,2.9544732-2.353923,2.9544732-2.353923-2.059366.1202374-3.2661066.9126636-3.9739625,1.8422769-.3378191-.9365334-.37995-1.9586568-.37995-1.9586568-.1240548.1146966-.2386173.2534735-.3463294.4052724.3586274-1.3590828.734369-2.2504015.734369-2.2504015-1.8030734,1.9345064-2.0276626,3.893771-1.8706185,5.2563606-.0298798.1437332-.0500334.2519071-.0588477.3022652-.8281699-.7957693-2.1955551-1.7292635-4.086678-1.771322,0,0,1.1149503.5202496,2.231467,1.3024592-.646717-.1968967-1.1642355-.3680299-1.1642355-.3680299.1177889.5966049.5812527,1.1415659.948367,1.4938852-1.5237513.1913559-3.3544366.8204808-4.8093569,2.5240743l4.6809066-1.4438778c-.9803276.8506161-2.8328499,2.204649-3.1086884,2.4750255-1.3075555,1.281652-2.4408825,2.7002573-3.4083511,4.2012964-1.0192087,1.5813221-1.851704,3.2540555-2.5274123,4.9784562-.9031499,1.4239824-2.5558659,4.364551-2.9069882,7.2955342-.488761,4.0801239-2.9510831,4.5091024-2.9510831,4.5091024,0,0,1.5327293.7151123,3.0415875-1.5041953-.9060023,3.4214715-2.0025056,8.1977708-3.9823793,6.7771315,0,0,.5402206,1.1832037,3.29117.9783815-.671079,1.5579666-1.7503513,1.8559301-1.7503513,1.8559301,0,0,1.611567.3336863,2.6588786-1.5289301.0256012,1.3127693.0754476,2.629209.1445124,3.9493192-.6796829,2.5172944-1.8501843,4.8823458-3.8396906,4.5828627,0,0,.3557516,1.1431089,1.9262164,1.4716987-1.4653011,1.2034497-3.063705,1.0255133-3.063705,1.0255133,2.2945231.3126454,3.7816378-.0808674,4.7219153-.8471327-1.138985,2.9985715-3.9620854,6.0116144-5.8099083,4.2598137,0,0,.1160121,1.600072,2.4020716,2.1191526-.9245193.1066777-1.5753512.014191-1.5753512.014191,3.0964606,1.325838,4.951204.8679866,6.0612444-.2662384.1902673,3.058094.6357751,8.9410312,2.0215604,12.5148861-.0550835-2.0608224-.2926721-4.9443465-.4030262-6.2043964.3469373,2.0518215,2.3142559,4.9007215,2.3142559,4.9007215-1.2161393-2.3267802-1.2432836-6.574694-1.1898367-8.4307644.1371477.5868325.2684971,1.1153582.3888578,1.5791245.2556848,1.2490619.5556281,2.2956629.5556281,2.2956629-.0054242-.1050879-.0112458-.2296271-.0172545-.3630034.0409152.1347323.0644122.2085861.0644122.2085861,0,0,.4708051-3.0581875.2555445-5.1391858-.5715733-5.5256382.1270007-10.0355121.4474718-12.6038426.3184136-2.5517782,1.0699903-7.992411,1.2339783-9.4370135.1634035-1.4392956-.6215366-2.6823959.4306147-2.8732842,1.0516369-.1907948-.1073147.071586.6213963-2.4968613.2690816-.9483397.3315298-1.7388956.5304243-2.4638504.6841018,1.5105777.6995794,2.9168857.6995794,2.9168857.070678-.1050412.133664-.2203223.1917402-.3416585.0022679-.0047693.0047695-.0092346.007014-.0140273.5727657-1.2122636.5504611-3.1616156.426079-4.6073637.2015131-.1714605.4333268-.3446043.6999301-.520647.0313293.0364009.064833.0695287.0966767.1051815.0540782.060598.1087175.1201205.1641751.178591.0765465.0806337.1546594.1587658.2337309.2354484.0585438.0568106.116807.1139251.1766834.1686083.0801937.0731758.1623514.1428448.2447663.21228.0613728.0517608.1217402.1050879.184282.1548148.0912525.0724744.1849366.1404134.2784804.2086562.1207348.0881616.2432466.1725359.367465.2538709.0748865.0489787.1490481.0994536.2251036.1460243.0886807.0543792.1789981.104784.2690816.1559603.0650201.0368918.1296427.074485.1953407.1097637.0953908.0512698.1917168.0998043.2883935.147731.0605778.0300184.1211557.0598499.1822245.0886058.1020775.0480903.2045291.0945207.3077289.1391275.0536106.0231684.1074082.0454251.1612993.0676818.1114062.046033.2228357.0912009.3351537.1334231.0362859.0136299.0727823.0261142.1091617.03937.5824685.2122098,1.1740318.3760488,1.7604515.499606.0061723.0013092.0123213.0027353.0184703.0040212.1450268.0303457.2892586.0580263.43328.083743.014332.0025717.028664.0051901.0429726.0076916.1445358.0253894.288113.0487215.4310823.0697625.0066867.0009819.01335.0018937.0200367.0028756,2.9308359.4275057,5.4737492-.0220463,5.4737492-.0220463-5.4243938-.6128532-6.8144811-3.4971255-7.1700223-5.0210525.5358018.0263947.8751873.1842253,1.3687412.1618518.2023548.1327451.4078425.2610483.6163462.3850497.0280094.0166457.0562525.0328473.0843788.0493528.7379461.4331867,1.5116872.8132333,2.3096266,1.1458209.0058918.0024548.0117134.0050031.0176286.0074345,8.2152531,3.4153229,18.9530788,1.83019,18.9530788,1.83019-5.4801086-.604016-9.2639675-3.2141478-11.5316503-5.3911397,1.0569208.3249894,2.2255752.7989722,3.5640158,1.439693,5.5593672,2.6612848,20.998674,7.1141844,24.3727265,7.9681671,3.381464.8558997,5.7342036,1.0701435,7.0017323,4.2263118,1.2778628,3.1818383,1.6712096,8.1504987,3.1886717,10.8065233,1.5276558,2.6739561,3.8391061,4.6163646,4.5294737,5.891564.6925186,1.2792674.4756915,10.1704549,1.0913831,11.3537287.3467737.6664843.5157183.7428162.5972681.6817273.0040681.1776559.0102405.3471292.0201536.5050066l.6800804-1.7709012c.0954843.1781702.2011156.3497242.3157716.5150127l-.5819307,7.4519621c.9697131-1.5676221,1.343935-5.0888979,1.4591053-6.5108932.0747228.0588913.1518771.115585.2317903.1696369.2910823,1.5463941.392926,3.882783.392926,3.882783.1464997-.9571302.3179694-2.1169316.5041685-3.4256797.7634071.2737897,1.700388.3635178,2.8490991.1915429,0,0-1.288945-.2292764-2.6830536-1.370702.1114296-.79951.2266467-1.6430423.3440616-2.5231391,2.010829.6370503,4.0599545-.7487077,4.0599545-.7487077Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LITTLE KID HAIR */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(0.75px, 35.5px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.3260938,392.2594255c-.3266668-15.1572573-1.5509424-19.4304671-2.6911431-23.6040129-.056346-.4902311-.1136273-.9824962-.1731063-1.4793202-.4316434-3.6058137-1.0256383-7.0124864-1.7218042-10.200637-.0123447-.1920806-.0245959-.3850731-.0361924-.5838401-.8092788-13.8095133-10.4033032-42.2522003-31.5101102-45.8957475-3.1793196-.877759-6.5707903-1.1772654-10.1366064-.7656106-.0442352.0050966-.0870441.0350917-.1287776.0832053-.080147-.0100529-.1603174-.0201058-.2402305-.0295041-.0007248-.0034834.0001169-.0089307-.0007715-.0121804-.5333702-.1041294-1.2535709-.153412-2.0627795-.1630207-4.4056293-.2249045-8.3962618.5311207-12.0041621,1.9765884-5.5302356,2.0166363-10.3593486,5.3816946-14.2819684,9.4236175-5.2179943,5.3766916-8.964562,11.1069415-11.2177724,17.9469154-1.3640886,4.1408621-2.3468711,7.612528-3.3004052,11.3603683-.4117937,1.4981168-.7746295,2.9801489-1.0930431,4.4399478-.3088745,1.2886657-.6279428,2.6399633-.9683804,4.0847295-.5237844,2.2229547-1.0112361,7.9837608-1.2638347,11.3535182-.7361926,4.159986-1.4383672,11.2809269-.2142319,20.4179664.1186073,1.2743344.3164029,2.6285076.6440049,4.0188947.3579961,1.9141201.7979862,3.8981663,1.3425088,5.9516243,3.6273525,13.6795035,10.4668503,17.6807939,13.0484577,18.732398,5.1741566,6.4001008,13.1833609,6.8464498,13.1833609,6.8464498-.7844258-.4917741-1.4704213-1.1096304-2.0791456-1.8124922.4244424-.6882968.9211058-1.8840782,1.0796463-2.2760481,1.6089718.4332569,2.6475392.5851726,2.6475392.5851726-.0889847-.0433911-.1743454-.0909905-.2578591-.1403199.0252973.004255.0451937.0074111.0677789.011105.0238711.0039043.0503607.0083462.0711223.011666.0343921.0054707.0613026.0096087.086974.013513.0062659.0009352.0152672.0023846.0210187.0032497.0234269.0035068.0391383.005798.0535638.0078553.0045357.0006546.0114796.0016833.0151035.0021976.0148464.0021041.0223981.0031094.0223981.0031094-.9309489-.4396393-1.5754447-1.2410897-1.8097367-1.5653777.6168606.3223476,1.2410391.5864819,1.8153479.7951615-.1375451-.0760982-.2789246-.1528509-.4271077-.2304687-.080334-.0420819-.161954-.0896579-.2432466-.1358311,1.7195129.6950065,3.2231807.9465162,3.2231807.9465162-1.5827393-.6869875-3.0518046-1.8132169-4.414654-3.2688543.1930729-.7664289.2833668-1.6805653.320962-2.1801714,4.3010735,1.6799341,8.1111883,2.1851978,9.9127887,2.3364356.0222812.0102166.0485137.0224905.0697662.0321927l.0024082-.0262077c.6586408.0534674,1.0307585.058564,1.0307585.058564-4.6825199-2.0043157-8.0911281-5.2668811-11.3284538-9.358858-.0420374-.7847579-.5745894-3.4193206-1.0651039-4.6805395-1.6817073-1.4434103-4.2183079-2.956887-6.7175238-6.8293599-1.256961-1.9476453-2.5599808-4.5286939-3.4379971-7.5897336-.1360254-.4483128-.2684971-.8991272-.3889981-1.358545-.0060554-.0232152-.0122044-.046407-.0182365-.0696456-.1541684-.5921863-.2955946-1.1945658-.4326488-1.8010833-.044656-.1983696-.0892185-.3968326-.1325652-.596488-.0691817-.3177887-.1355344-.638944-.2020976-.9597018-.9745527-4.786773-1.6051842-7.7016014-1.7789919-8.7578813-.0023848-.0122271-.2582566-1.2297276-.2606414-1.2419547.3206581-3.2653709.434449-5.1570239.4904911-7.693489.2729393-.1665276.6691852-.4199543.9677959-.6347592v.0000234c.0002572-.000187.0005377-.0004208.0007949-.0006079.1903842-.1369533.3854911-.2831646.5847831-.4376053.002338-.0018236.0046994-.0036939.0070374-.0055174.600214-.4654729,1.237158-1.004823,1.8966873-1.598038l.0000935-.0000935c.8293389-.745949,1.6914802-1.5728122,2.5573388-2.4393727l.0002338-.0002338c.2831564-.2833984.5664063-.5693919.8489315-.8592429.0004208-.0004442.0008417-.0008416.0012625-.0012858.5003575-.5133528.9969275-1.0339765,1.4856184-1.5538286.0153373-.0162951.0304877-.0325434.0458016-.0488384.2109587-.224624.4198365-.4484999.6268673-.6718848.024479-.0264181.0487241-.0526492.073133-.0790205.1974683-.2133788.3925051-.4252613.5854143-.6360684.0288277-.0315147.0575384-.0628657.0862726-.0943103.1890281-.2069262.3751571-.4117016.5587844-.6147703.0279626-.0309068.0560421-.0618838.0838878-.0926971.1857549-.2057339.3680028-.4085454.5472113-.6088788.0225618-.0252024.0455444-.0507555.0679893-.0758878.1955044-.218826.387081-.4341219.5734437-.6446952.0029459-.0032964.0060087-.0067799.0089312-.0100763.3890683-.4396627.7566268-.8591026,1.0979295-1.2516102l.0009118-.001052.0000234-.0000234c1.5220446-1.7504681,2.5180602-2.9588975,2.5180602-2.9588975-2.8088619,6.538714-10.3244188,12.9253719-10.3244188,12.9253719l.8350671.3801401c3.0592394-1.5319694,6.336662-4.16375,8.0532758-5.6282948-.0402839.0769632-.0625652.1190685-.0625652.1190685,0,0,.0523013-.0671674.1440448-.1887842.7046762-.6033848,1.1268507-.9927595,1.1268507-.9927595-1.0628126,2.1288782-4.0234816,4.9420553-4.0234816,4.9420553l1.2146196.152056s2.2753982-.9742435,5.2859603-3.7800329c-.0000234.0000234-.0000234.0000468-.0000468.0000701.0001637-.0001637.0003507-.0003273.0005144-.000491.1324483-.1234403.267141-.2530994.4023014-.3836937.0425284-.0411.084332-.0802362.1271176-.122061.1197295-.1170345.2411657-.2396566.3627656-.3623956.0595491-.0600836.1184904-.1184606.1784369-.179947.1125752-.1154448.2263428-.2357991.340274-.3562236.0714496-.0755137.1425251-.1499286.214489-.2274061.1070809-.1153513.2149566-.2348639.3230429-.3546338.0801236-.0887929.1600602-.1771883.2406981-.268436.1038778-.1175722.2081998-.2386513.312779-.360385.0861089-.1001784.1721243-.2006373.2586541-.3036679.1012125-.1205647.2026587-.2439116.3044089-.3684039.0910889-.1114236.1821777-.2238525.2735939-.338479.0988978-.1240248.1978424-.2501771.2970676-.3779893.0948297-.1221077.1896126-.2458988.2846293-.3714899.0970976-.1283031.1940782-.2580791.2913161-.3900761.0975652-.1324412.1950836-.2673372.2927189-.403519.0953207-.1329321.1905244-.2666592.2858451-.403215.0999967-.1432422.1998297-.2897575.2997563-.4370209.0929359-.1370001.1857783-.2740235.2785739-.414507.102662-.1553992.2049733-.3148664.3074016-.4746141.0900134-.14039.1799333-.2800553.2696895-.4238352.1049767-.1681641.2093922-.3412377.3139246-.5141009.0868103-.1435695.1736908-.2856428.2601504-.4324854.1076186-.1827759.2143721-.3713029.3213361-.5591987.0825084-.1449255.1652506-.2875599.2473147-.4355714.1122712-.2024842.2233501-.4117483.3346628-.6200305.0755645-.141442.1516667-.2796812.2267636-.4238352.1230027-.2360796.244439-.4801081.3660155-.7235521.0620975-.1243287.1249433-.2447064.18662-.3709756.1823648-.3733369.3630696-.7544589.5414831-1.1449325,0,0-5.0221626,11.2594651-8.8308044,14.8065044,0,0,.0133033-.0028288.0346961-.0074579.000982-.0002104.0020341-.0004208.002829-.0006079.0046059-.0010053.0123915-.0027587.0180027-.0039978.0209486-.0045823.046316-.0103101.0792118-.0177679.0006079-.0001403.0011924-.0002572.0018003-.0003974.0200367-.0045589.0420608-.0096087.0661423-.0152196.0008183-.000187.001847-.0004442.0026887-.0006312.0186573-.0043485.0377822-.008884.0586841-.0138403.000982-.0002338.001847-.0004442.002829-.000678.026326-.0062655.05499-.0131857.0846126-.0203864.0005845-.0001403.0012625-.0003273.001847-.0004676.0253674-.006172.0504543-.0123207.0780662-.0191707.0001169-.0000234.0002338-.0000701.0003507-.0000935.0328023-.0081358.0683167-.0171835.1040181-.0262778.0009586-.0002338.0019639-.0005143.0029225-.0007481.0432532-.0110114.0881196-.022771.1352305-.0351852.0302305-.0080189.0601102-.0158976.0912993-.0242906.0012625-.0003507.0025251-.000678.0037876-.0010053.024853-.0067097.047976-.0127649.0736473-.0198019.0003975-.0001169.0007715-.000187.001169-.0003039.0759853-.0208306.1551971-.0430171.2373782-.0668168l.0000234-.0000234c.6897597-.1996086,1.5694594-.5025518,2.2122251-.8881392l-.0011222.0018703c.0053307-.0031795.0096794-.006663.0149633-.0098659.0963962-.0583069.1889112-.1178995.2728224-.1799236,1.1425855-.844561,2.7422053-4.0537525,2.7422053-4.0537525,0,0-.3960355,1.3172814-.9406048,2.5247523-.2475251.5488653-.5257249,1.0750297-.811383,1.4445091,0,0,.0055645.0013092.0138644.003086.0012859.0002572.0011222.0002805.0025952.0005611.0724082.0149625.403447.0668869.9891653-.0623046.0002338-.0000468.0004208-.0000701.0006546-.0001169v-.0000234c.6553208-.144645,1.629219-.5184962,2.9165507-1.42784.0000234-.0000234.0000468-.0000234.0000701-.0000468.2525519-.178404.5169808-.3773347.7936141-.5993636.0231697-.0185628.0467836-.038014.0701169-.0569275.1077823-.0873668.2173414-.1783573.3287242-.2727844.0347662-.0294574.069322-.0584939.1044389-.088676.1366567-.1174787.2750435-.2384877.4169841-.3669544.1655779-.1498584.3241417-.293124.4796194-.4335608.0022679-.0037874.0045357-.0076916.0068036-.011479.7164131-.6582783,1.4197566-1.3276616,2.1042792-2.010815-.0438844.0628891-.0904109.1301267-.132004.1893453,1.4416404-1.3102443,2.7753816-2.7631464,4.0116279-4.4009986-1.8442691,2.8116575-4.1692799,6.1776978-5.8256665,7.9552853-.5446628.5739742-1.0565,1.0400316-1.5118742,1.3473466,0,0,1.1425855-.2533566,1.6757687-.5067366.0199198-.0094684.0489579-.0294574.0824149-.054613l.0010755.003086c.1391584-.0970222.4523348-.3983289.8870644-.8672619,1.7668342-1.8887306,5.4647946-6.4561399,7.9759578-11.748878.0760555-.1600282.1497495-.3210851.2233501-.4821654.0234035-.0512464.0478591-.1019552.0710287-.1533185-.0023614.0056577-3.6246872,8.5922188-7.1590337,12.4500565-.0066166.0072241-.0132565.0147287-.0198731.0219294-.1087175.1181333-.217318.2311233-.3257549.3398584-.0105678.010614-.021159.0216021-.0317268.0320992-.1092786.1086649-.2183.2121163-.3270409.3103776-.0476486.0431574-.0954843.0898449-.1430161.1309449h.1692719v.0000234h.2261557l.0000234-.0000234h.3282099c.7030864-.2811307,1.3851541-.618207,2.0505751-.9951208-.0053774.0076683-.0114095.0163886-.0167402.0240101.4903041-.2710544.9677725-.5613028,1.4299504-.8736677.0116667-.0190538.022819-.0380841.0344623-.0571379.1376854-.0954325.2732666-.1953537.4091518-.2946437-.0628457.0586809-.1251537.1166137-.1838377.170011,1.6466839-1.1526241,3.1834579-2.6521203,4.5945873-4.3810097,4.5492533-5.4758413,7.6004733-13.0677491,8.930614-19.6987862.058497-.2891029.1137676-.5761952.1650635-.8605755,0,0,.0010989.0116427.0026653.0290132.0001169.0014962.0002572.0027353.0003975.0043718.0016834.0189135.0042318.0485813.0070608.0833456.0005377.0068032.001169.0144949.0017535.0218826.0031096.0388323.0066166.0847717.010521.1395717.0003975.0054239.0008183.0119466.0012158.0175341.003998.0567872.0082999.1212427.0127422.1936938.0002806.0045589.0005377.0085567.0008183.0131857.004489.0734096.0091182.1563811.0137241.2449168.0007482.014378.0014963.0286859.0022211.0434613.0046059.0911541.0091416.1893219.0134903.2951112.0004676.0110582.0008884.0227242.0013327.0339461.0090481.226354.0170909.4844332.0226086.7724139.000187.0105906.0004208.0208072.0006313.0314679.0025952.1409511.004489.2895938.0057047.4442683.0001637.0181887.0002572.0366814.0003741.0550572.0010287.1585554.001356.323049.0005377.4951407-.0000234.005494-.0000935.0112452-.0001169.0167626-.0009118.1786612-.0028758.3641724-.0061723.556744-.0000468.0028055-.0000701.0055174-.0001169.0083229-.0032498.188153-.0079726.3837171-.0138878.5845648-.0005377.018329-.0010521.0365411-.0016132.0549871-.0061022.2000295-.0136072.405927-.0227255.6177861-.0006313.0146585-.0013327.0295976-.0019873.0443029-.0192184.4369975-.0452171.8982622-.0795859,1.38162-.000982.0136766-.001847.0271662-.002829.0408896-.016974.2362199-.0361456.4780741-.057328.7244638-.0019639.022771-.0039746.0456589-.0059619.0685234-.0218604.250481-.0456847.505404-.0722445.7657041-.0004676.0045589-.000982.0091879-.0014496.0137468-.0544523.532126-.1194723,1.0845683-.1960421,1.6540537-.0031797.0236828-.0063126.0472954-.0095391.0710249-.0374549.2758938-.0776921.5557387-.1209219.8394878-.0030628.0201526-.0062892.0405155-.0093988.0607149-.0896393.583653-.1918103,1.1830634-.3082199,1.796127-.0031096.0163652-.0060788.0325901-.0091884.0489553-.0569539.2984077-.1175785.6002754-.1814296.9047849-.0063126.0301353-.0127188.0602941-.0191015.0904762-.0651603.3079228-.1335004.6184641-.2060956.9320213-.0018003.007715-.0036707.0154768-.0054709.0231918-.1487676.6410481-.3139246,1.2934817-.4961959,1.9544252-.0085337.0309068-.0169506.0617903-.0255545.0927205-.0884235.3181862-.1808685.6382894-.2776153.9601928-.0082999.0276338-.0168571.0553611-.0252271.0829949-.2004844.66258-.418948,1.3323373-.6570744,2.0071445-.0080428.022771-.0157816.0454719-.0238711.0682662-.115825.3266026-.2367703.6544676-.3619941.9831041-.0147295.038692-.0295758.0773606-.0444456.116076-.1268604.3302497-.2580228.661224-.3947262.9929232-.0076687.0186096-.0156647.0372659-.0233801.0558988-.1426186.344651-.2901003.6899099-.4437543,1.0355428-.8447464,1.9000927-1.8588817,3.8104956-3.0765641,5.6825571,0,0,2.056654-1.6468063,2.5136882-2.2802095.3412793-.4729542,4.6950048-7.0214873,6.8316421-16.0567353-.0006079.0033899-.0010989.0068266-.0017067.0102166.0027355-.0115492.0050969-.0234724.007809-.0350215.0669138-.2836088.1297128-.5714259.1920441-.8598274.0216967-.1003654.0450301-.1990242.0661423-.2999507.0604609-.2891029.1162692-.5822035.1716801-.8757484.0195925-.103732.0410555-.2057806.0599933-.3100503.052348-.2885418.0995291-.5808709.1465465-.8734105.0181196-.1127562.038507-.2238291.0558083-.3371464.044165-.28936.0826487-.5823204.1211791-.8752808.0156179-.1187178.0338076-.2358225.0484669-.3551014.0355144-.2891496.0647863-.5816191.0944088-.8739482.0127889-.1260354.028477-.250481.0401203-.3771009.0266533-.2900614.0464563-.5832322.0669138-.8761692.009165-.1310852.0216032-.2606508.0294823-.3922737.01833-.3067305.0291784-.6163834.0402605-.9259428.0042786-.1196062.0121109-.2378798.0152906-.3578835.0113627-.4302176.0156413-.86289.0120408-1.2979003,0,0,.2268337.3135104.6041184.8998987.6173282.9833612,1.6171548,2.7487918,2.5645866,5.1786493-.1440682-.4873555-.2972546-.9965002-.4568706-1.5185265,1.3912329,2.6674802,3.0650377,6.4117434,4.3914376,10.9930164.0955779.5130956.2001337,1.0338829.3168471,1.5617774.0242218.1094598.0482565.2127475.0723848.320828.057515.6816572.1523447,1.7056041.3083368,3.2458963.0099599.0984016.0214629.2040974.0328257.3090684-.0012158.556931-.0034603,1.1251773-.0052371,1.7112384-.0138878,4.7172209-.1317235,9.3491792.7525587,14.014125.5726254,3.020758,1.4678027,5.9911345,2.9113369,8.7096741.0700935.1319502.2411424.5087939.3128725.6403701-.5753375,4.3603895-2.1021984,11.1618584-3.3264272,13.7593891-1.1932268,3.3302238-2.938037,5.6635033-4.4515712,7.2820679-2.6437517,2.7573952-5.045192,4.5193891-5.045192,4.5193891l-.5938312,1.8693028c-.0010287.0003039-.0057047.0016833-.0057047.0016833l-1.1093624,1.8473501c.0031329-.0013326.0060087-.0027353.0091416-.0040679l-1.3623351,2.2727049-.3801604.5750496c.0178156-.0094684.0349533-.0192876.0527221-.0287794l-.5149467.8590559c1.1027692-.5744885,2.1083474-1.1548919,3.035345-1.7395502-.6435607.6860991-1.2981567,1.3562773-1.9627127,2.0111891-1.1429596.5741378-1.881537.8492368-1.881537.8492368,0,0-.1386674.4151383-1.7795764,2.2002071-.4993756.5432544-.9665568,1.0344674-1.3760358,1.4564089l-.4564497.4440579c-.5412961.4498792-1.0846496.8952463-1.631253,1.3324309,0,0,2.221811.3903333,5.4275969.1481518l-4.4530442,3.8858222s10.7575819-.9475448,18.3295549-3.713637c-.6940149.7888492-1.348798,1.6080441-1.348798,1.6080441l.1950368-.2066457s.5219374-.3128792,1.3754981-.8687581c-1.5357453,1.8930557-2.5688652,2.5355767-2.5688652,2.5355767,3.0071018-.8713298,5.3349182-1.7580896,7.0634558-2.5194453-.4705479.2230109-.9488113.4320645-1.443581.609814,0,0,16.6401789-3.1550461,16.0855094-28.8935247ZM219.9970413,325.2789468c-.1582833.2103629-.3151404.4213103-.4702907.6329123.0951103-.1580878.1873915-.3116868.2757917-.4590437.0767803-.0958533.1539346-.1917066.2317669-.2875131-.012485.0376166-.0248998.0756072-.0372679.1136446ZM281.6455277,377.248777c-.9004612-2.050372-1.5854514-4.166158-2.0760594-6.3787091-.5504611-2.4821326-.7892187-5.1086764-.9003209-7.7963559.7889381,4.3998297,1.8683506,9.3601205,3.075699,12.9943629-.0293654.3896787-.0622846.7829343-.0993187,1.1807021ZM282.0069373,328.6427661c-.3335873-.6175991-.6786308-1.2273429-1.0373283-1.8266598-.1766133-.3553585-.3594457-.7072336-.54658-1.0568643,7.3296149,11.5602808,9.4300831,17.1808372,10.4951403,24.0545701-3.3634613-11.5491992-7.6690472-19.1200895-8.9112319-21.171046Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* ---------- */ /* PIXIE CUTS */ /* ---------- */ /* 007 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M270.572797,89.4992528c.1321677-1.9815447-.1401637-4.3513419-.8508019-8.9110595-.6138212-3.938448-2.6045432-6.6135964-4.5880175-8.3617968-.4297496-.6718848-.8800036-1.3310983-1.3668007-1.9646418,1.7139484.6630944,3.0748574.9513322,3.0748574.9513322-2.1507355-1.2097387-6.071555-4.2437758-7.5598154-5.413747-.343781-.3562236-.5572647-.6249401-.522101-.717871,0,0,.6610256-1.8592733.9261559-3.145227,0,0-1.213474,1.309239-2.3314403,1.7543724.7001405-.6841587,1.5835342-1.9200115,1.3028094-3.6393858,0,0-.6064798,2.1207657-1.6284942,3.6621334-.0654877-.5045624-.489439-3.4613558-1.5767306-4.6363301,0,0-.0619806.9829404-.3480829,2.0171974-.3011825-1.1176026-.7962561-2.3518423-1.6109825-3.3061904,0,0,.855852,1.9320049,1.4693458,3.760722-.0543354.1572695-.1133935.3126454-.1799333.4626207-.3385439-.8552919-.8496095-1.8107855-1.5837213-2.3875652l1.3970546,2.7572082c-.0238477.0423859-.0464563.086268-.0716132.1270407,0,0-1.0815167-.4939951-2.7945299-1.2066293-5.0551519-2.8945356-19.6657744-10.0351147-33.4687547-5.0408778,0,0,7.3280952-2.2131823,19.070634.3094425-6.4165986-1.3109691-19.3788304-2.7886527-33.5216172,7.5193399-2.4246801,1.2309199-4.8115312,2.8506067-6.9910009,4.9796719,0,0,1.2188047-.8883262,3.3684647-2.0915655-1.4918375,1.2926401-2.9913436,2.7210177-4.4928371,4.3057064,0,0,2.5150442-1.142618,3.8388723-1.142618,0,0-4.2347909,2.7155003-7.1465721,8.005433,0,0,1.8531536-1.5723914,3.3076998-2.0009725,0,0-.4227824.5289699-1.062649,1.4367473-1.6781301,1.3443541-3.1269482,2.9241332-4.1194569,4.7721612,0,0,.8618139-1.2948377,2.9990123-3.1078676-1.8280667,2.8415357-4.2491697,7.2574968-4.9625667,11.6238479-.2570174,1.5744955-.2509854,4.0319634-.0672178,7.0060806-.261787,2.953988-.2612025,6.4151334.405107,9.9547148.7988279,4.243542,1.3525856,6.7946423,1.7216873,8.3222398,1.0373985,6.9619413,2.1871617,13.5141683,2.8750276,17.1825672,0,0,0-3.5874847.3924116-5.0448989,0,0,.5045192,5.5493911,1.8498803,7.6794617l-1.121146-9.8655946,1.2893424,3.1950941c.0560421-2.5785003-.7827892-7.6605482.6726689-14.2378373,0,0,3.5669617-3.94462,4.6255893-6.9470256,1.0587211-3.0020315,1.4554814-10.8652743,4.1022257-14.2969156,1.1639082-1.5090581,7.2680317-3.3500491,14.5182711-5.6927035,15.106117-1.7678853,22.1884639-7.7956078,25.1879672-11.5046859.0876052-.0812883.1769172-.1622258.2613194-.2441453,0,0-.1627021.2963503-.4881297.7867451.0025718-.0032497.0051202-.0066162.0076687-.0098659-1.4630098,2.2105171-6.3160875,8.4609699-15.0039226,9.5165718,0,0,1.5611127.2537073,3.9798075.3732434.0090949.0004442.0180261.0009118.0271443.001356.2082699.0101698.4226655.0193109.6431398.0272364.0188444.000678.0378056.0012858.0567201.0019404.2195391.0076683.4439881.0142143.6745861.0191239.0132799.0002805.0268404.0004442.040167.0007247.2332165.0047927.4711792.0081592.7146595.0096555.0058216.0000468.0114562.0001403.0172779.000187.2324683.0013326.4703375.0006079.7113396-.0015196.0382966-.0003273.0761022-.0005377.1146093-.0009585.2300368-.0025717.4639313-.007037.700912-.0131389.0493554-.0012625.0986874-.0026418.1483-.0040679.2364663-.0068266.4756682-.0153599.7181666-.0261376.0464563-.0020573.09331-.0044887.1399767-.0067097.2510555-.0119232.5041685-.0253894.7608352-.0419183.0263961-.0017067.053143-.0038108.0795859-.0055642.2420776-.0160379.4867036-.0345773.7330831-.0550572.046316-.0038341.0921644-.0072942.1386206-.0113154.2510789-.021719.5044491-.0464304.7592454-.0731524.0613026-.0064292.1224883-.012835.183978-.0195681.2516868-.0275637.5047998-.0576756.7593389-.0904995.0609753-.0078553.1220207-.0161782.1831597-.0243608.2603842-.0348579.5216568-.0718666.7842387-.1126393.0458718-.0071305.0919072-.0149625.1378491-.02228-.3150469.1299163-.6271712.2614691-.9551005.3841379,0,0,1.4717072-.1644001,3.5345803-.8949892.0200134-.0047927.0400267-.0099126.0600401-.0147521.0623781-.0150794.1246393-.0304393.186994-.0459394.2640782-.0656244.5278759-.1343816.7911826-.2074873.0524416-.014565.1047429-.0299249.1571377-.0447939.2738745-.0776879.5472814-.158345.8195427-.2446129.021159-.0067097.0422011-.0138637.0633367-.0206201.2660655-.0850289.530892-.1750608.794713-.2686464.0454977-.0161314.0911356-.031655.1365632-.0480669.2629794-.0949883.5242754-.1952134.7842621-.2991792.0552238-.022093.1104008-.0441393.165461-.0666297.2576955-.105275.5135907-.2149685.7675453-.3295717.0504309-.0227476.1004877-.0461499.1507549-.0692715.2607816-.1200036.5198332-.2439349.7757985-.374272.0297629-.0151729.0590815-.0311874.0887976-.0465005.2528558-.130267.5031398-.2655837.7505012-.4063946.0250401-.0142611.0504309-.0277975.0754242-.0421521.2521544-.1449723.5004277-.2969582.7460824-.4533861.0427856-.0272597.0857582-.0540987.1283334-.0816857.2384536-.1545576.4733068-.3150534.7047698-.4809497.0436506-.0313043.0870207-.0629592.1304142-.094661.232819-.1700578.4622714-.3452355.6871412-.5273567.0320307-.0259505.0634068-.0528362.0952739-.0790205.2359754-.1939743.4684905-.3930219.6946929-.60093,0,0-.000187.0121804-.0002572.0178848-.0076921.3630034-.2530662,6.1612157-8.0714655,7.1308302,0,0,.2145124.0413104.5841752.0897748v.0000234c.0006313.0000701.0013794.000187.0020107.0002572.0614897.0080423.126837.0160613.1969774.0243841.0188677.0022444.0381563.0044186.0576086.006663.0624015.0071773.1259486.0142143.1943822.0212981.0353975.0036705.0730628.0071773.1100268.010801.0609753.0059382.1209219.0118531.1859887.0175341.0592919.0051901.1227689.0099126.1853341.0147754.0621911.0048394.1235171.0096321.1888177.0140507.103644.007037.2104443.0135597.3214998.0192876.040167.0020573.0825084.0035068.1235872.0053538.0925384.0041848.1861056.0080423.2831096.0110348.0467368.0014261.0946426.0023613.1423614.0034834.097308.0023379.1959954.0039978.2972078.0048862.0477422.0004208.0956948.0006079.1442786.0006546.1082265.0001637.2184403-.0007949.3305479-.0025249.0442819-.0007014.0880495-.0012391.1328925-.0022444.1289413-.0028756.2603842-.0074345.3937209-.0131623.0301837-.0013092.0595024-.0021041.0898965-.0035536.338614-.0161782.6898065-.042269,1.0506316-.0805869.0182365-.0019404.0367769-.0044186.0550835-.0064292.1578157-.0172536.3171744-.0370087.4781464-.059242.0396059-.0054707.079469-.011666.1192619-.017464.1422913-.0206903.2853074-.0433911.4294925-.0683364.046503-.0080423.0929125-.0163886.1395792-.0248985.142642-.0259973.2858919-.0544493.4298665-.0849587.0440013-.0093282.0877923-.0182589.1319105-.0280312.1593354-.0352553.3190916-.0737369.4793622-.1149304.027308-.007037.054499-.0132091.081807-.0204097.3828258-.1008564.7669842-.2193871,1.1493424-.3580705.0286172-.0103802.0570241-.0220696.0856179-.0326603.1564363-.0580497.3123815-.119162.4677657-.1842253.0498464-.0208773.0993654-.0431106.1490715-.0647127.1350201-.0587043.2693855-.1199101.4031431-.1842487.0556446-.0267688.1110087-.0540987.1663962-.0818727.1298063-.0651101.2585839-.1334465.3867536-.204261.0536807-.0296444.1074549-.0587511.1608083-.0894241.1367035-.0785997.2718404-.1615946.4061357-.2471145.0414997-.0264415.0835605-.0512231.124803-.0783192.3499534-.2299076.690391-.4843163,1.0182268-.7656106.0427388-.036658.0839813-.0762151.1262759-.1137849.1175084-.1044333.2338478-.2111578.3477322-.3228386.0541483-.05307.106964-.1085246.1602238-.1632779.1000201-.1028436.1986607-.2081653.295431-.3170406.0552706-.0621644.1098631-.1254042.1640114-.1895791.093006-.1102547.1837676-.2242032.27329-.340513.0514128-.0667934.1030829-.1330023.1533033-.2018296.0932165-.1278356.1830896-.2610483.2719573-.3960144.041336-.0627956.0840982-.1232299.1244289-.1875919.1265097-.201853.2491384-.409878.3654076-.6276286,0,0-1.0593991,5.2160555-.0673815,7.7273182.0027121.0069903.0058216.0134428.0085805.0203864.057328.142611.1200101.2781148.1913661.4014383,0,0,.0174649-.3555689.1117335-.9083151.0335972.1252405.0695792.249803.1106346.3729394,0,0-.0162726-.321506-.0153607-.8674255.2351804-1.0781157.7325453-2.5960344,1.7777761-3.8866171,0,0-.7935908,3.7165126.3967603,7.1482006,0,0,.3976955-2.1447057.7944324-3.0025459,0,0-.6242253,5.2063533-.2273715,7.7796634.3976955,2.5729127,1.1137111,6.6653572,1.1137111,11.2706636,0,5.7175552-.700725,16.1437046-.9249636,18.6661423,0,0,.9810057-3.139055,1.1491787-5.2410942,0,0,.1681731,6.8947038-1.5976324,10.1738916,0,0,2.1209492-3.0309745,2.5962667-5.2558463-.1745091,1.3957642-.5430028,4.4687505-.6902975,6.6572214,1.8498803-4.4843676,2.5516341-12.4548959,2.8168346-15.028323.0556446-.544774.1847963-1.5863486.3293789-3.0550548.972355-8.7650118,2.1189619-17.6210609,1.2922649-26.4255129ZM220.2256201,87.9915507c4.9361004-1.5986225,10.3627621-3.4287657,15.1074964-5.5430555-6.5010475,3.5651813-12.4525457,5.0253308-15.1074964,5.5430555Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M305.0950944,83.0732249c-.1472946-1.1732443-.3850235-2.3607964-.7230998-3.5501954-.8896596-3.1302879-2.3526928-5.8925225-4.1782111-8.1379911-.6624985-1.5458798-1.8329999-3.8241956-3.9711569-5.4191242-2.1204816-2.6335808-4.0157661-4.2638349-6.5959006-4.8540106-.456286-.439312-1.0276957-.9572471-1.702726-1.5106712.114656.0452615.2275351.0864082.343594.1346856-.2802806-.4484297-1.2332536-1.0650236-1.2332536-1.0650236,0,0-.1342953-.0859874-.3752974-.2143841-.6899935-1.6344622-2.4867075-4.1990755-7.1119461-5.3749849-4.9739762-1.2645854-9.2053069.2815281-11.2804311,1.3108989-.1114763.0269324-.2226721.0522284-.334803.0812181-.2216434.0573483-.437769.1519625-.6506214.2666592-.2781297-.0064759-.4630195-.0065461-.5415767-.0060551.1435538-.0689209.2261323-.0992666.2261323-.0992666,0,0-.6597864-.214197-1.5783439.1020487-.1852639-.0027119-.3796928-.0065695-.584409-.0128584-.9678427-.9629515-2.3027529-1.6750012-3.6342029-2.1329929.0022445-.0009585.0071076-.0010988.008978-.0021976-3.5839824-1.8890813-8.2996553-2.1385804-11.9596698-.401298-.5259588.2496394-1.0837144.5937761-1.230635,1.1571129-.0920241.3530908-.0014963.7255393.0959519,1.0772039.1475752.5332248.3150702,1.0616103.4930396,1.5871201-1.2432602.3890241-2.4875492.9847873-3.6315843,1.6388575-.256807-.0655543-.4930396-.0966482-.701216-.0796517-1.1285107.0922296-1.0249836.7591814-.9107952,1.0735335-.0878157.0580263-.1734803.1157019-.258958.1733776-.4272012-.1079869-.8023115-.1452294-1.1098066-.0882785-1.3767139.254923-1.0845561,1.4339886-1.0203076,1.6457308-.0593855.0468512-.1167135.0924166-.1716099.1363688-.8536542-.1757154-1.6768208-.2534034-2.4534143-.2059209-8.538974.5220264-13.6344332,8.3034198-13.6344332,8.3034198,0,0,.0507816-.0252258.1371009-.0742279-6.6377977,5.527228-7.9794414,12.2175305-7.9794414,12.2175305l1.4193592-1.1931397c-.0579827.0959702-.1140949.1915897-.1704877.2872793-2.8856656,3.887599-3.6527199,8.3914412-3.8528536,10.2731114-.0491917.295649-.0697662.4645845-.0697662.4645845l.03002-.0455186c-.0250635.3075955-.03002.4805523-.03002.4805523.4312226-.7830512,1.3799871-2.5232093,1.3799871-2.5232093-1.5525322,3.4802927-1.7249838,8.2657097-1.7249838,8.2657097.258771-1.2181083,1.2074419-2.0881756,1.2074419-2.0881756-1.1212161,3.045259-.8624452,5.8294932-.8624452,5.8294932.3377957-1.5677624,1.0443423-3.5570688,1.3352843-4.3476481.0087909-.0183056.0179559-.0374529.0268404-.055969-.3068404.9885981-1.2114633,4.8214672-1.5670279,16.442346-.4312226,14.0951795,3.4824193,18.58787,3.5687386,20.4150441.0862258,1.8271507.8625387,3.1322517.8625387,3.1322517-.4313161-1.0440761.2586774-3.2192678.2586774-3.2192678.2400669,6.7798668,4.4855191,13.1064645,5.0989194,13.9870289-.1114763-.2029986-.3192787-.7641378-.4413228-2.2410265.9487645,3.3932766,7.5039837,11.5719936,9.0564224,13.6601692,1.5526257,2.0881756,3.8813773,7.352111,3.8813773,7.352111.0862258-.6525505.8194258-1.1310922.8194258-1.1310922-.6900871,1.5226412,0,3.4802927,0,3.4802927l.4454377-.4001524c.3160054,2.6450832,1.840201,2.5753441,1.840201,2.5753441-.1293387-.4350337.0431129-1.6096339.0431129-1.6096339.6899935,1.5661259,1.9407354,2.1316836,1.9407354,2.1316836-.3018839-.5655578,0-1.8706588,0-1.8706588.2586774,1.305101,2.1130935,2.5232093,2.1130935,2.5232093-.4743355-1.0440995,0-2.2621844,0-2.2621844,1.1644225.6525505,1.1644225,2.8277422,1.1644225,2.8277422.4312226-.9135754.0862258-2.9582663.0862258-2.9582663,1.3800806,1.0876075,2.1562999,3.4802927,2.1562999,3.4802927,0,0,.3882032-.6525505-.1724516-2.7842341,1.2506484,1.7836661,5.1319322,2.9582663,5.1319322,2.9582663,0,0-.2156581-.4785417-.5606548-1.0876075,1.2938548,1.3051244,4.6144838.8265827,4.6144838.8265827-.8193323-.5655578-1.2937613-1.348609-1.2937613-1.348609,2.587616,1.5661259,5.9945644,1.6531186,5.9945644,1.6531186-.5175419-.3915256-.7763129-1.305101-.7763129-1.305101,1.2937613.5220497,2.9325193.3045329,2.9325193.3045329-1.164329-.9135754-1.7249838-3.045259-1.7249838-3.045259.6134938.8510136,2.1028063,1.623217,3.2166343,2.1129338.8217638.3922971,1.3547366.5407762,1.3547366.5407762l-1.1213096-1.6531419c2.2425258,1.8271741,4.0538289,2.088199,4.0538289,2.088199-1.1213096-.6960585-1.4663064-2.2622078-1.4663064-2.2622078,1.2075355.6090658,3.3638354,0,3.3638354,0l-.4312226-1.3921171c.9133203.5528397,2.0389318.6283066,2.6235279.6250803.2498865.0017768.3953107-.0160145.3953107-.0160145,0,0-.7763129-1.0440995-.948858-1.5661492,1.7250774,1.3051244,3.9676031,2.0881756,3.9676031,2.0881756-.3449968-.8700673-1.3799871-2.0011595-1.3799871-2.0011595,1.9837548,1.2181083,6.7275773,1.1310922,5.9513579.6960585-.7763129-.4350337-1.1213096-1.5661259-1.1213096-1.5661259,2.0700741.5220264,3.1050644-1.2181083,3.1050644-1.2181083-.9487645-.348041-.6037677-.8265827-.6037677-.8265827,1.897529-.0869927,2.6914237-2.0907239,2.6914237-2.0907239-.8017504-.5681061-.9232334-2.564169-.9232334-2.564169.1293387,1.0440995,1.9119311,1.2761112,1.9119311,1.2761112-.2299667-.4640468.4600269-2.90024.4600269-2.90024l.3183435,1.5444303s.3716501-1.1964127,1.1766737-3.0525766c.8050236-1.8561405,2.7600677-7.540638,2.7600677-7.540638,0,1.1601054-.3449968,2.9002634-.3449968,2.9002634,0,0,2.0699806-2.6682283,3.4500612-6.8446029,1.3799871-4.1763512,5.4051053-13.2251122,5.4051053-13.2251122l-.4600269,1.9721697c1.4950172-1.3921171,1.7250774-3.0162692,1.7250774-3.0162692v2.4362166c1.264957-3.3642868,2.9900343-11.4849775,2.9900343-11.4849775-.3449968,7.540638-4.7151117,17.8655102-4.7151117,17.8655102,2.9900343-3.9443161,4.0251182-9.2807727,6.2101289-16.589399-.2300602,1.3921171-.5749634,3.5962985-.5749634,3.5962985,0,0,1.7249838-1.9721697,2.4149774-8.4687083.6900871-6.4965619,0-16.0093697,0-16.0093697l1.0349903,3.8283336c.5358719-7.9990038.2641016-14.0001912-2.3975826-22.7927901ZM297.5497747,68.7033673c-.5159521-.5730858-1.0775421-1.1723325-1.6923452-1.8044265.7805213.6159392,1.39813,1.3073454,1.8734007,1.9575346-.0602271-.05134-.1203608-.1027267-.1810555-.1531081ZM262.3962031,54.5235329c-.2283768-.0386686-.4378625-.0837664-.6169541-.1369066-.4805078-.1425642-1.574603-.1629506-2.9804953-.0809376-.0373146-.3899125-.0529325-.7157669-.0392786-.9480358.0106613-.1808822.0387174-.3060525.0872545-.3631437.0299265-.0352319.0725718-.0586809.1219506-.0756773.0063594-.0022444.0119706-.0051433.0186106-.0071072.6672681-.1906779,2.8154318,1.02895,3.6563672,1.5297484-.0790247.0222099-.1618838.0498437-.247455.0820598ZM252.7831473,55.0347115c.334429-.5841206.7589181-.2503641.8693657-.1468192-.2903809.0466642-.5803876.0955727-.8693657.1468192ZM278.799682,53.429543c3.6491662.6725394,5.6482583,2.7984485,6.6536962,4.3543812-3.6557126-2.4010314-8.9347523-4.6500769-15.2033315-3.7706346,2.0606286-.6240751,5.1666282-1.2071904,8.5496353-.5837465ZM248.9277687,53.3425503c.3907282-.7884518,1.7610827-1.1393449,2.5323455-1.3679433.9868273-.2925396,2.0146165-.4371144,3.0428734-.4587866,1.0441553-.0219995,2.089994.0832287,3.1127331.2921421.2825251.057699.5630864.1246093.8419642.198089-.7923049-.0598499-1.4557386.0047459-1.8535744.2053832-.6520243.3288937-.9379161,1.0471855-1.031156,2.4009145-.2311824.0292236-.4639547.0597563-.6985974.0922997-.391944-.1703149-1.9147367-.780199-2.5956588-.2938955-.2443688.1745231-.3580896.3764463-.3433134.7812978-.7414298.1447151-1.4627526.3045095-2.1422719.4770922-.1637542-.4048282-.3288177-.8088381-.4977156-1.2106504-.0875351-.2081653-.4865867-.8758887-.3676287-1.1159427ZM244.5410071,57.8835414c-.2546561.1515183-.5033268.3047433-.7449835.458506.10334-.3364217.336767-.5017335.7449835-.458506ZM241.2914537,59.9601445c.0707014-.5417815.3608017-.7948342,1.0625788-.6460278-.5026722.3582108-.9472682.6948896-1.3163932.9844367l.2538144-.3384089ZM239.5263496,61.260219c.0187041.0024314.0381563.0069669.0568604.0094918-1.0713697.0739473-5.1592401.6868239-12.4771182,5.5589765-.183487.1221311-.3593989.2468339-.5366201.3710691,2.8261866-2.4062449,8.3594148-6.5345526,12.9568778-5.9395374Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* CHARLIZE */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M270.7703355,100.3474138s-.0027121-.0538649-.007318-.1447852c-.0555277-1.0975202-.4227824-8.3432808-.5392386-10.3233993-.0310955-.5286192-.1546827-1.1443012-.3225285-1.7717195v-.0000234l-.0000701-.0002805c-.014145-.052883-.0296226-.1057893-.0443988-.1587892-.0247595-.0889565-.0497996-.1777494-.0760321-.2667059-.0193353-.0654842-.0390448-.1303839-.0590581-.195681-.0238945-.0779451-.0481396-.1553525-.072829-.2327832-.0205043-.0642451-.0407048-.1281629-.0616533-.1918702-.0315631-.0960169-.063664-.1906779-.0959519-.2849648-.0311423-.090897-.0621677-.1798301-.0936373-.268623-.0255545-.0721471-.050992-.1440371-.0765932-.2144776-.0238243-.0655777-.0472979-.1291448-.0710054-.1930158-.0241049-.0649464-.0478824-.1283733-.0717301-.1913091-.0226553-.0598265-.0450301-.119162-.0673347-.1770013-.0285939-.0742045-.0564162-.145019-.0841917-.2155764-.0328257-.0833456-.0643654-.1627168-.0956246-.2403346-.0223046-.0553845-.0445157-.1106053-.0658384-.1627869-.0210655-.0515504-.0407515-.0992666-.0607181-.1474504-.01999-.0483007-.0390214-.0939596-.0577722-.1386366-.0163661-.0389725-.0324048-.077384-.0476954-.1134342-.0236139-.055665-.0451002-.1058594-.0658617-.1540433-.0184001-.0426664-.0345324-.0800258-.0503841-.1163799-.0163895-.0376166-.0318671-.0731524-.0453106-.1035917-.009165-.020737-.0157816-.0356995-.0234502-.0529531-.0126019-.0283352-.0226787-.0508958-.0310488-.0695287-.0055878-.0124375-.0083467-.0186563-.0119706-.0266519-.0081129-.017955-.0131396-.028943-.0131396-.028943,0,0,.0840982-3.321223-1.5135342-8.1979812-1.5976558-4.8767348-6.7689601-7.3571374-6.7689601-7.3571374,2.6487316.4203985,4.8349581,2.3122385,4.8349581,2.3122385-.0977288-.1419798-.2031497-.2761977-.3118204-.4069089-.0245257-.0295041-.0489579-.0589848-.073998-.0879512-.1082499-.125147-.2202172-.2461325-.3372813-.3610864-.0174182-.0170899-.035678-.0330577-.0532599-.0499372-.1072679-.1029137-.2178558-.2015023-.3311791-.2964438-.0262792-.0220229-.0520441-.0445601-.0786273-.0661388-.1254109-.1019084-.2538144-.1992346-.3850235-.292072-.0285939-.0202461-.0576553-.0395103-.0865064-.0593355-.1190281-.0817792-.2396928-.1604023-.3621811-.235238-.0217435-.0132792-.042996-.0273299-.064833-.0403987-.1371243-.0821065-.2761891-.1592567-.4162359-.233204-.0344155-.0181887-.0687843-.0358164-.10334-.0535142-.1383401-.0708613-.277288-.1391509-.416914-.2026011-.0073881-.0033432-.0147295-.0067799-.0220942-.010123-.14166-.0639879-.2834603-.1230897-.4251204-.1798769-.0357248-.0143079-.0712392-.028569-.1069172-.042456-.1402105-.0545662-.2799066-.1064907-.4185272-.1545342-.0235438-.0081592-.0466199-.0154534-.0700935-.0234256-.1246861-.0423625-.2481096-.0820598-.3703642-.1194659-.0303474-.0092814-.0606714-.0188667-.0908551-.0278676-.1349499-.040235-.2677957-.0775944-.3983034-.1122185-.0295758-.0078319-.0582866-.0150326-.0875819-.0226073-.1168304-.0301821-.231463-.0584004-.3434771-.0843977-.019312-.0044887-.0390448-.0093749-.0581931-.0137468-.1258317-.0286625-.2472679-.0543325-.3654544-.0780854-.0261857-.0052602-.0515297-.0102166-.0772946-.0152664-.2397629-.046898-.4606581-.0841872-.6580797-.1135745-.0163661-.0024548-.0323581-.0048628-.0483968-.0071773-.098477-.0143079-.1913661-.0270026-.2763294-.0376166-.0002104-.0000234-.000491-.0000701-.0007014-.0000935h0c-.4017403-.0501476-.6446829-.0620241-.6446829-.0620241-.7147297-4.077973-5.3815147-9.7534931-5.3815147-9.7534931.2055578.4796639.1326119,1.0641352.0983133,1.2665726-.0784402-.0973729-.1569974-.1956342-.2348999-.2872793-.6098232-.9235815-1.5575823-1.6429254-2.4244463-2.158242-.3734504-.2364303-.6974986-.4001992-.9558019-.5130255-.6218405-.2989454-1.0658754-.4521002-1.0658754-.4521002,1.0510758.5465274,1.0090384,1.4714415,1.0090384,1.4714415-.7988279-1.0089845-3.7418449-.9249141-4.1622658-.9249141-.5465566-.9248907-1.8078663-.6726563-1.8078663-.6726563,0,0-1.8919411-1.3873478-3.5736484-1.9759104-.0823447-.0797686-.1671677-.1504897-.2537209-.2139632-.0272846-.0200123-.0556914-.0349981-.0833501-.0534674-.0602271-.0403051-.1203608-.0808207-.1820375-.1142057-.0325685-.0176277-.0659085-.0306263-.0988277-.046407-.0581697-.0279377-.1161991-.0564132-.1752339-.078927-.0343687-.0130922-.0691116-.0223969-.1036907-.0337591-.0586607-.0193109-.1172278-.0388323-.1763093-.0534207-.0343687-.0084631-.0687843-.0140507-.1032465-.0210176-.0598998-.012157-.119636-.0241504-.1795592-.0320992-.0336907-.004442-.0671243-.0067331-.1007682-.009936-.060835-.0058213-.1214596-.0111751-.1819206-.0132558-.0321009-.0010988-.0637809-.0007014-.0957181-.0008183-.061817-.0002338-.1231898.000187-.1841884.003273-.0298096.0015196-.0591049.0039744-.0886807.0061954-.0624015.0046991-.124125.0101932-.1851704.0177445-.0271443.0033432-.0537041.0072241-.0805444.0110816-.0623313.0089775-.1236106.0186797-.183978.0299951-.0241984.0045121-.0478357.0092113-.07166.0140507-.0617936.0125311-.1220441.0256466-.1811724.0399077-.0204576.0049329-.040471.0098425-.0605778.0149157-.062004.0156872-.1218337.0317017-.1801904.048441-.0144255.0041381-.0286406.0081592-.0428323.0123207-.0638744.01882-.1247328.0374529-.1833.0564132-.0063126.002034-.0125785.0040212-.018821.0060551-.2143721.0699261-.3919908.1370234-.5112293.1763701-.0277522.0091645-.0556914.0184693-.0771543.024314-.4624818.1261055-2.6487316-.75675-3.9520554-.1261289-1.3033471.6306211-1.9760394.3363282-1.9760394.3363282,0,0,.2943087-.0420352.7988279-.1681641-.0455211-.0260207-.0928658-.0492359-.1406313-.0718198.0414295-.0074812.0705611-.0122739.0705611-.0122739-.0477422-.0105672-.0980094-.014191-.1469673-.0214384-.8743924-.370321-2.1047702-.1703383-3.6929805,1.0304229-1.0760925-.7282278-2.0217475-1.0158578-2.8342294-1.0453386-1.1907485-.1341011-2.617753.625244-3.4356824,1.7920591-.0793287.1096001-.1206413.1781936-.1206413.1781936-3.9520554-.588586-7.9041107,2.8167307-7.9041107,2.8167307.1681731-.6726563.8408653-1.597547.8408653-1.597547,0,0-.6971712.3180225-1.6557086.9004598-2.670592,1.574402-4.6087089,3.3036187-4.6087089,3.3036187.1681731-.8828556,1.1772115-1.6816408,1.1772115-1.6816408-3.7838823,1.0510196-6.3064783,3.8257386-6.3064783,3.8257386.1261356-.2522578,1.0931132-1.1351134,1.0931132-1.1351134-.2041784.090219-.3960589.1862593-.581884.2848012.0870441-.0833456.1474583-.1306644.1474583-.1306644-.1364696.0897748-.2592386.175996-.3793655.2615158-2.5516575,1.4555673-3.3027198,3.6026342-3.4451046,4.0988971-.6844291.4553499-1.3266103,1.0849891-1.9067408,1.9427825-1.4090719,1.4290557-2.314326,2.4902217-2.8916041,3.2465042-.3343822.2951814-.5145726.4840591-.5145726.4840591.0834436-.0480903.1614396-.0906398.2436908-.1375144-.0864362.105649-.1315598.1655456-.1315598.1655456.0222579-.0197318.0446092-.0375231.0668671-.0570678-.0922111.1304072-.1707215.2468573-.2395291.3525765-.0734837.0824105-.1471777.1660132-.2213628.2515798-.0725017.0766359-.1104944.1255678-.1104944.1255678,0,0,.0638277-.0490021.1800735-.1351531-.2131564.3549143-.2641718.5135165-.2641718.5135165,1.4715202-1.7236759,2.1021516-1.1771485,2.1021516-1.1771485-5.5496878,6.3061412-7.4836664,14.3779935-7.4836664,14.3779935.073811-.1937639.1695057-.3568314.2713728-.5001671-.0062191.0125778-.0129058.0251323-.0191249.0377101,0,0,.1763795-.1865866.4815599-.5252293.2012793-.1577137.3593054-.2314974.3593054-.2314974-1.2192489,2.0179455-1.5135342,5.2971333-1.6396699,9.5432704-.0315398,1.0621246-.057819,2.1268442-.0795157,3.1264538-.1384803.5022712-.214793.7833552-.214793.7833552,0,0,.0574215-.1514014.2096026-.540332-.0238711,1.1275386-.0418738,2.1627074-.0548965,3.0057488h0c-.0001169.007037-.000187.0131389-.0003039.0201526-.002338.1518223-.0045124.2962334-.006523.4348233-.0001403.0084398-.0002572.0169497-.0003741.0253427-.0019405.1341245-.0037642.2620302-.0054242.3824546-.000491.0364944-.0009352.0694819-.0014262.1046437-.0008884.0661154-.0017301.1295188-.0025484.1908182-.0007715.0584004-.0014963.1150473-.0021977.1688654-.0010755.0824806-.0020574.1604023-.0029225.231661-.0000935.0062889-.0001637.0129285-.0002338.0191239-.0010287.0826209-.0018704.1551888-.002642.2212574-.0004442.0391596-.0008183.0695988-.0011924.1026565-.0003039.0279611-.0006079.0547766-.0008651.0782958-.0002104.0199655-.0003975.0360034-.0005845.0526726-.0001637.0154067-.0003273.0284754-.0004442.0410766-.0002572.0237763-.0004442.0435782-.0005845.0563664-.000187.0171367-.0003039.0288495-.0003039.0288495l.7147297-.6305978c-.5045192.9248907-.7567671,2.7326604-.7567671,2.7326604.2942853-.9249141.9249402-1.4294063.9249402-1.4294063-.5465566,1.3032774-.5045192,4.5404301-.5045192,4.5404301.0208083-.249803.1756313-.6746903.3266668-1.0401718.0833267-.1814666.1874616-.4059036.3070976-.6601252.0308851.2337885.310932,2.4528857-.0872078,3.12968-.420421.7146915-.4624818,2.0179689-.4624818,2.0179689.2102339-.5044922,1.0090384-1.2612423,1.0090384-1.2612423-1.0510758,2.0600041-1.2192489,5.1710278-1.2192489,5.1710278.5045192-.2942696,1.0510758-.7146915,1.0510758-.7146915-.2942853.6726563-1.0650805,2.186133-1.0650805,2.186133,0,0,.0583567-.0218592.1811724-.1276485,1.0335641-.7279005,1.8369044-1.3297657,1.8369044-1.3297657,0,1.2331876.5605613,3.6995863.5605613,3.6995863,0-.1809991.0741851-.4192529.1809854-.6702249-.0082999.0695521-.0128123.1096936-.0128123.1096936,0,0,.0158751-.0659985.0456146-.185067.2960388-.6623462.7952508-1.3844722.7952508-1.3844722v2.6906252l.6726923-1.4574142.2242385.8968595s1.9059458,6.5023365,2.6907457,7.9597507,2.3544229,5.6054536,2.5786381,4.7085708c.2242385-.8968595-.2242152-3.5874847-.1121076-4.0359145.0510154-.2040506-.083654-1.5690482-.2139045-3.0907776-.0083233-.0972093-.0166233-.1951666-.024853-.2933812-.0016834-.0201292-.0033667-.040235-.0050501-.060411-.007505-.0900787-.0149399-.1805081-.0222812-.2709375-.0021276-.0260908-.0042552-.0521348-.0063594-.078249-.0073647-.0913646-.0145424-.1827057-.0216266-.2739066-.00166-.0214618-.0033667-.0429703-.0050267-.0644321-.0073647-.0955494-.0144723-.1906545-.0214162-.285409-.0013327-.017955-.0026887-.0361203-.003998-.0540519-.0162959-.2248344-.0312358-.4465127-.0442819-.6619254-.0009352-.0153833-.0017067-.0302522-.0026186-.0455888-.0052138-.0876941-.0101703-.1745465-.0146827-.2598559-.0019172-.0361203-.003507-.0710951-.0052605-.1067245-.0032498-.0652504-.0064295-.1303137-.0091884-.1937873-.0016366-.03764-.0029693-.074111-.0044188-.1110495-.0023146-.0589147-.0045357-.1174086-.0063594-.1744296-.0012391-.0387855-.0021977-.076519-.0032031-.1143693-.0014028-.0526726-.0026186-.1046437-.003507-.1553525-.000678-.0373126-.0011456-.0737837-.0015197-.1099741-.0005377-.049493-.0007715-.0978405-.0007482-.1451125.0000234-.0339928.0001403-.0674947.0004442-.1002719.0004208-.0458225.0012625-.0898683.0022912-.1331659.0007248-.0309536.0014729-.0619072.0025251-.0914814.0014729-.0412637.0034603-.0801193.0055878-.1186243.0015197-.0277741.0029225-.0560625.0047929-.0823403.0026653-.0373594.0060321-.0715627.0094456-.1057659.0022679-.0228411.0042318-.046898.0068504-.0682662.0043019-.0354423.0095858-.0667232.0148697-.0979106.002642-.0156638.0048397-.0333616.0077388-.0479033.0086974-.0435782.0183768-.0827611.0294122-.1158656.3363461-1.0089611-.5605613-6.3902115.3363461-8.2960555.0521142-.1107222.1000668-.234747.1457048-.3661362.0143788-.0413806.0274015-.0868992.0411724-.1301734.0303708-.0954091.0598998-.1934366.0875117-.2974491.0139579-.052579.0272846-.1069349.0405879-.1615479.0259285-.1064673.0507348-.2163011.074302-.3299223.0109886-.0530466.0220942-.1056256.0326152-.1600984.0260922-.1349661.0506179-.274421.073998-.4173125.0058684-.0359801.0122746-.0704872.0179793-.1069115.2861724-1.8206047.3776588-4.1953348.5985072-5.9146857h0c.0642719-.5004243.1385972-.9499996.2330061-1.3087013.5605847-2.1300705.2242385-5.493352.2242385-5.493352,0,0,1.4574921-4.260141,2.242292-6.2780866.7847998-2.0179689,1.9059458-4.0359378,2.4665305-6.1660083.0414062-.1573163.0829292-.303738.1247796-.4444553.0105912-.0356527.0213227-.0691313.0319606-.1037787.0335738-.1090623.0674516-.2137528.1018905-.3132298.0097963-.0283585.0195925-.056834.0294823-.0844678.090972-.2535436.1856614-.4779806.2882766-.6755553.450932-.8683139,1.0506784-1.2497866,2.114356-1.6296696,0,0,.7426689-.1325347,1.8339585-.2800319.1496326-.0202227.3070041-.0407493.4687944-.0612292.0261857-.0033198.0529092-.0065928.0793754-.0099126.1392051-.0174172.2828758-.034741.4293522-.0518777.046012-.0053771.092328-.0106841.1389947-.0160145.1298063-.0148222.2626053-.0293171.3968071-.0435782.062495-.0066396.12499-.0132558.1883033-.0197084.0104977-.0010754.0213227-.002034.0318203-.003086,2.5733308.189883,6.0361108-.1675796,7.0433489-.6950065.3408351-.0946142.5166769-.1648677.5166769-.1648677,0,0,.588594.0840937,1.5976324.0840937.1270475,0,.2863361-.0026886.4697296-.0082761,1.5040185.0403753,2.8221652-.1217103,3.8131542-.3698534.3792252-.0722407.716904-.1555395.9724953-.2524916.8765901-.3324706.992158-.7077012,1.0349669-.9552365.019312-.0601538.03334-.1236507.0409619-.1905143.0049332-.0113855.0103106-.0222099.0172078-.0313978.1261356-.1681641.8408653-.2942696,1.3033237-.0840703.4624818.2101993,1.0090384.3783633,1.5976558.2101993.1293855-.036962.3242352-.0357696.5568205-.0098659h0c.2096026.0233321.4519841.0681961.7099835.1265731.6169307.2423919,1.3444493.48109,1.9989752.5886795.0920475.0318888.183113.0636139.2658317.0933985,1.0510758.3783633,1.6817307-.0420586,2.2282873-.1681641.5465566-.1261289,1.2612863.0840703,2.9009795.1681641,1.6396699.0840703,2.4384978-.2102226,2.7328065-.1681641.106473.0151963.2581631.1199101.4427256.2614223.1176253.2888457.3683769.4289084.6517671.4916339.1838845.1271576.3801371.2479795.5872146.3399986.7567905.3363282,2.3123855.1681641,2.6907691.0420352s.5886174.294293,1.555595.588586c.967001.2942696,5.3394773.5044922,5.3394773.5044922,0,0,.0128357.0126713.0297161.0293872.0467602.0463135.1486507.1476141.2932098.2935449h0c.2142552.2162778.520932.5299284.8821078.9096711.0899199.0945675.1840482.1943484.2797429.2962568.0306046.0325901.0619339.0662323.0930528.0995238.0723614.0774074.145962.1565448.2206848.2373421.0404476.0437418.0812926.0881616.1223013.1327919.0681998.0742279.1371711.1497415.20661.226167.0456847.0502412.091463.100833.1375451.1519392.0679426.07535.1362826.1518223.2047863.2287621.0472979.0531167.0945491.1062101.1419874.1599581.0671243.0760748.1342485.1530847.2013728.2302115.0002338.0002805.0004442.0005377.000678.0007949.048841.056156.0977288.112125.1464296.1687018.0670775.0779217.1335471.1564747.2000168.2349808.0011456.001356.0022912.0027119.0034135.0040445.046012.0543325.0922813.1084779.1378491.162974.0740448.0885591.1466166.1772584.2191651.2659344.0027355.0033432.0054943.006663.0082064.0099828.0345324.0422456.0698597.0845145.1039713.1267134.1088811.1347323.2157516.2691841.3192085.4025604,1.5976324,2.0600041,6.4325905,5.9277545,7.7359377,8.1138875.0453574.0760748.0905745.1610101.1356747.2515564.0114329.0228645.0227722.0483942.0341583.0721238.0349533.0730122.0698831.1484557.1046026.229253.010334.0239867.020668.049119.0309786.0737603.0375718.0899852.0750501.1832902.112318.281458.0063828.0167159.0127422.033385.0190782.0503347.0439546.1175255.0876988.2393761.1311156.3668843.0524416.1712501.1059586.3279118.1590548.4905117.9961326,3.2375734,1.7956151,8.6943376,1.7956151,8.6943376l.1681731-1.1771485c.0514128.596301.105304,1.5430977.1574416,2.6317339.0037642.0782958.0074816.1580177.0112224.2377162.0021743.0463603.0043253.0927205.0064997.139525.0035772.0775476.0071543.1554927.0107081.2341392.0018003.0395103.0035772.0793946.005354.119162.0072245.1610335.0143788.3238672.0214863.4881972.0014729.0339695.0029459.0675883.0043955.101698.0036941.0859173.0073414.1723956.0109886.2589208.0015197.0361437.0030394.0722407.0045591.1084779.0040214.0964144.0080428.1930626.0120174.2898978.0008417.0205734.0016834.0411702.0025251.0617435.0125551.3069643.0248297.615121.0367301.9212904.0013093.0337591.0026186.0675181.0039279.1012304.0032031.0825273.0063594.1647741.0094923.2468573.0020107.0526959.0040214.1050879.0060087.1575501.0151737.3998017.0296226.792169.043183,1.1690828.0019639.0545195.0039045.1085246.0058216.1623661.0023146.0642451.0046059.1287941.0068504.1920105.0033434.0948246.0066399.1881764.0098898.2804059.0026653.0760046.0052839.1503961.0078557.2244604.0015431.0447471.0031096.0895878.0046293.1335868.0060788.1755518.0118771.3449783.0173714.507134.001169.0344137.0022445.0668635.0033901.1006226.0072712.2156933.0140281.4176398.0201303.6029406.0013794.0423625.0027589.0838132.0040915.1244222.0052138.1589528.0099132.3036211.0140514.4328828.0010989.0341565.0021977.068804.0032265.1006927.0029927.0928608.0056346.1759726.0079259.2485172.0012859.0406558.0024315.0771502.0034836.1109794.004676.1489934.0072011.2321754.0072011.2321754l.1681731-.9669259c.0048864.040235.0101002.0883253.0155244.141068.0015197.0148689.0031329.0319121.0046994.0477162.0040214.040422.0081129.0832521.0123915.1297292.0019639.0212514.0039746.0432976.0059619.0657647.0042084.0471785.0085337.0973963.012976.1498117.0020341.0240101.0040214.047272.0061022.0723342.0061957.0748825.012485.1531549.0190548.2370382.000187.0024314.0003741.0045589.0005611.0069669.0069907.0896579.0141917.1851137.0215798.2842401.0018938.0254596.0038577.0526959.0057749.0787166.0057281.0778282.0115264.1574098.0174416.2403112.0019873.0281248.0040214.0568807.0060554.0855666.0058684.0830183.0118303.1684212.0178624.2558815.0021743.0317952.0043721.0632632.0065932.0956195.0066399.0968586.0133267.196359.0201069.2979167.0014496.0215085.002829.0421754.0042786.063871.0081129.1221779.0163427.2476522.0246426.3757683.0029459.0456121.0059385.0928608.0089312.1391743.0052138.0808441.0104041.1620856.0156647.2448935.0037876.0596862.0075985.1204011.0114095.1810458.0049566.0788569.0099132.1582748.0148931.2385812.0036941.0595693.0073881.1192555.0111055.1795963.0052839.0857536.0105444.1724892.0158517.2596221.0031563.0519478.0063126.1034748.0094689.1558668.0084636.1400393.0169272.2813177.0253908.4240456.0018236.0309068.0036473.062328.0054943.0933518.0069673.1177827.0139345.2360796.0208551.3551949.0031563.0541922.0062892.1087117.0094456.1631376.005354.09244.0106847.185067.0160154.2779979.0033901.0593355.0067802.1187412.0101703.178217.0059619.1048541.0119005.2098486.0177923.3149599.0025952.046033.0051904.0920192.0077622.1380755.0068971.1232767.0137475.2465066.0205277.3696196.002151.0388557.0042786.0776879.0064061.1164968.0071777.1308047.0142852.2612353.0212993.3912685.0037174.0687104.0073647.1369299.011012.2053364.0046059.0860576.0092118.1719748.0137241.2574012.0033434.0630294.0066399.1257782.0099365.1884102.0042318.0806337.0084168.1607062.0125551.2405684.0034369.0662089.0068971.1324178.0102639.1980189.004676.0908502.0092351.1806016.0137709.2701426.0026653.0523686.0054008.1054386.007996.1573163.0020574.0410299.0040214.0807038.0060321.1214064.008183.1635351.0160855.3240776.0237074.4815342.0029459.0608318.0059152.1219441.0087675.1817706.0032498.0675649.0063594.134031.0094923.2001697.0025718.0549169.0051202.1091792.0076219.1630675.0035538.0768697.0071076.1532016.0104977.2278269.0017769.0394401.003507.0777581.0052371.1165436.0034603.0772437.0069439.1546043.0102171.2291127.0018704.0429703.0035772.0836262.0053774.1256379.0025718.0600369.0052371.1211024.0076687.1791054v-.0000468c.0305344.7294903.0487241,1.293996.0487241,1.5888501,0,1.5555119.1681731,3.2791878.3783836,3.5314456.2102105.2522344.2102105.1681641.8829028-1.5555119s.9249636-4.3302074.9249636-4.3302074l.1681731,1.0089611c.1681731-.5044922,1.0931132-3.4052933,1.0931132-3.4052933l.0420374,1.429383c.4624818-1.2191837.7147297-4.2881723.7147297-4.2881723l.4204444.8408204s0-1.8077697-.0840982-2.7326604c-.0840748-.9248907-.1681731-4.4143012.0420608-6.2220474.2102105-1.8077463,0-5.1289926,0-5.1289926l.2102105.7987852c.2102105-1.429383.1681731-5.507356.1681731-5.507356l.3363461.8408204Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M305.0950944,83.0732249c-.1472946-1.1732443-.3850235-2.3607964-.7230998-3.5501954-.8896596-3.1302879-2.3526928-5.8925225-4.1782111-8.1379911-.6624985-1.5458798-1.8329999-3.8241956-3.9711569-5.4191242-2.1204816-2.6335808-4.0157661-4.2638349-6.5959006-4.8540106-.456286-.439312-1.0276957-.9572471-1.702726-1.5106712.114656.0452615.2275351.0864082.343594.1346856-.2802806-.4484297-1.2332536-1.0650236-1.2332536-1.0650236,0,0-.1342953-.0859874-.3752974-.2143841-.6899935-1.6344622-2.4867075-4.1990755-7.1119461-5.3749849-4.9739762-1.2645854-9.2053069.2815281-11.2804311,1.3108989-.1114763.0269324-.2226721.0522284-.334803.0812181-.2216434.0573483-.437769.1519625-.6506214.2666592-.2781297-.0064759-.4630195-.0065461-.5415767-.0060551.1435538-.0689209.2261323-.0992666.2261323-.0992666,0,0-.6597864-.214197-1.5783439.1020487-.1852639-.0027119-.3796928-.0065695-.584409-.0128584-.9678427-.9629515-2.3027529-1.6750012-3.6342029-2.1329929.0022445-.0009585.0071076-.0010988.008978-.0021976-3.5839824-1.8890813-8.2996553-2.1385804-11.9596698-.401298-.5259588.2496394-1.0837144.5937761-1.230635,1.1571129-.0920241.3530908-.0014963.7255393.0959519,1.0772039.1475752.5332248.3150702,1.0616103.4930396,1.5871201-1.2432602.3890241-2.4875492.9847873-3.6315843,1.6388575-.256807-.0655543-.4930396-.0966482-.701216-.0796517-1.1285107.0922296-1.0249836.7591814-.9107952,1.0735335-.0878157.0580263-.1734803.1157019-.258958.1733776-.4272012-.1079869-.8023115-.1452294-1.1098066-.0882785-1.3767139.254923-1.0845561,1.4339886-1.0203076,1.6457308-.0593855.0468512-.1167135.0924166-.1716099.1363688-.8536542-.1757154-1.6768208-.2534034-2.4534143-.2059209-8.538974.5220264-13.6344332,8.3034198-13.6344332,8.3034198,0,0,.0507816-.0252258.1371009-.0742279-6.6377977,5.527228-7.9794414,12.2175305-7.9794414,12.2175305l1.4193592-1.1931397c-.0579827.0959702-.1140949.1915897-.1704877.2872793-2.8856656,3.887599-3.6527199,8.3914412-3.8528536,10.2731114-.0491917.295649-.0697662.4645845-.0697662.4645845l.03002-.0455186c-.0250635.3075955-.03002.4805523-.03002.4805523.4312226-.7830512,1.3799871-2.5232093,1.3799871-2.5232093-1.5525322,3.4802927-1.7249838,8.2657097-1.7249838,8.2657097.258771-1.2181083,1.2074419-2.0881756,1.2074419-2.0881756-1.1212161,3.045259-.8624452,5.8294932-.8624452,5.8294932.3377957-1.5677624,1.0443423-3.5570688,1.3352843-4.3476481.0087909-.0183056.0179559-.0374529.0268404-.055969-.3068404.9885981-1.2114633,4.8214672-1.5670279,16.442346-.4312226,14.0951795,3.4824193,18.58787,3.5687386,20.4150441.0862258,1.8271507.8625387,3.1322517.8625387,3.1322517-.4313161-1.0440761.2586774-3.2192678.2586774-3.2192678.2400669,6.7798668,4.4855191,13.1064645,5.0989194,13.9870289-.1114763-.2029986-.3192787-.7641378-.4413228-2.2410265.9487645,3.3932766,7.5039837,11.5719936,9.0564224,13.6601692,1.5526257,2.0881756,3.8813773,7.352111,3.8813773,7.352111.0862258-.6525505.8194258-1.1310922.8194258-1.1310922-.6900871,1.5226412,0,3.4802927,0,3.4802927l.4454377-.4001524c.3160054,2.6450832,1.840201,2.5753441,1.840201,2.5753441-.1293387-.4350337.0431129-1.6096339.0431129-1.6096339.6899935,1.5661259,1.9407354,2.1316836,1.9407354,2.1316836-.3018839-.5655578,0-1.8706588,0-1.8706588.2586774,1.305101,2.1130935,2.5232093,2.1130935,2.5232093-.4743355-1.0440995,0-2.2621844,0-2.2621844,1.1644225.6525505,1.1644225,2.8277422,1.1644225,2.8277422.4312226-.9135754.0862258-2.9582663.0862258-2.9582663,1.3800806,1.0876075,2.1562999,3.4802927,2.1562999,3.4802927,0,0,.3882032-.6525505-.1724516-2.7842341,1.2506484,1.7836661,5.1319322,2.9582663,5.1319322,2.9582663,0,0-.2156581-.4785417-.5606548-1.0876075,1.2938548,1.3051244,4.6144838.8265827,4.6144838.8265827-.8193323-.5655578-1.2937613-1.348609-1.2937613-1.348609,2.587616,1.5661259,5.9945644,1.6531186,5.9945644,1.6531186-.5175419-.3915256-.7763129-1.305101-.7763129-1.305101,1.2937613.5220497,2.9325193.3045329,2.9325193.3045329-1.164329-.9135754-1.7249838-3.045259-1.7249838-3.045259.6134938.8510136,2.1028063,1.623217,3.2166343,2.1129338.8217638.3922971,1.3547366.5407762,1.3547366.5407762l-1.1213096-1.6531419c2.2425258,1.8271741,4.0538289,2.088199,4.0538289,2.088199-1.1213096-.6960585-1.4663064-2.2622078-1.4663064-2.2622078,1.2075355.6090658,3.3638354,0,3.3638354,0l-.4312226-1.3921171c.9133203.5528397,2.0389318.6283066,2.6235279.6250803.2498865.0017768.3953107-.0160145.3953107-.0160145,0,0-.7763129-1.0440995-.948858-1.5661492,1.7250774,1.3051244,3.9676031,2.0881756,3.9676031,2.0881756-.3449968-.8700673-1.3799871-2.0011595-1.3799871-2.0011595,1.9837548,1.2181083,6.7275773,1.1310922,5.9513579.6960585-.7763129-.4350337-1.1213096-1.5661259-1.1213096-1.5661259,2.0700741.5220264,3.1050644-1.2181083,3.1050644-1.2181083-.9487645-.348041-.6037677-.8265827-.6037677-.8265827,1.897529-.0869927,2.6914237-2.0907239,2.6914237-2.0907239-.8017504-.5681061-.9232334-2.564169-.9232334-2.564169.1293387,1.0440995,1.9119311,1.2761112,1.9119311,1.2761112-.2299667-.4640468.4600269-2.90024.4600269-2.90024l.3183435,1.5444303s.3716501-1.1964127,1.1766737-3.0525766c.8050236-1.8561405,2.7600677-7.540638,2.7600677-7.540638,0,1.1601054-.3449968,2.9002634-.3449968,2.9002634,0,0,2.0699806-2.6682283,3.4500612-6.8446029,1.3799871-4.1763512,5.4051053-13.2251122,5.4051053-13.2251122l-.4600269,1.9721697c1.4950172-1.3921171,1.7250774-3.0162692,1.7250774-3.0162692v2.4362166c1.264957-3.3642868,2.9900343-11.4849775,2.9900343-11.4849775-.3449968,7.540638-4.7151117,17.8655102-4.7151117,17.8655102,2.9900343-3.9443161,4.0251182-9.2807727,6.2101289-16.589399-.2300602,1.3921171-.5749634,3.5962985-.5749634,3.5962985,0,0,1.7249838-1.9721697,2.4149774-8.4687083.6900871-6.4965619,0-16.0093697,0-16.0093697l1.0349903,3.8283336c.5358719-7.9990038.2641016-14.0001912-2.3975826-22.7927901ZM297.5497747,68.7033673c-.5159521-.5730858-1.0775421-1.1723325-1.6923452-1.8044265.7805213.6159392,1.39813,1.3073454,1.8734007,1.9575346-.0602271-.05134-.1203608-.1027267-.1810555-.1531081ZM262.3962031,54.5235329c-.2283768-.0386686-.4378625-.0837664-.6169541-.1369066-.4805078-.1425642-1.574603-.1629506-2.9804953-.0809376-.0373146-.3899125-.0529325-.7157669-.0392786-.9480358.0106613-.1808822.0387174-.3060525.0872545-.3631437.0299265-.0352319.0725718-.0586809.1219506-.0756773.0063594-.0022444.0119706-.0051433.0186106-.0071072.6672681-.1906779,2.8154318,1.02895,3.6563672,1.5297484-.0790247.0222099-.1618838.0498437-.247455.0820598ZM252.7831473,55.0347115c.334429-.5841206.7589181-.2503641.8693657-.1468192-.2903809.0466642-.5803876.0955727-.8693657.1468192ZM278.799682,53.429543c3.6491662.6725394,5.6482583,2.7984485,6.6536962,4.3543812-3.6557126-2.4010314-8.9347523-4.6500769-15.2033315-3.7706346,2.0606286-.6240751,5.1666282-1.2071904,8.5496353-.5837465ZM248.9277687,53.3425503c.3907282-.7884518,1.7610827-1.1393449,2.5323455-1.3679433.9868273-.2925396,2.0146165-.4371144,3.0428734-.4587866,1.0441553-.0219995,2.089994.0832287,3.1127331.2921421.2825251.057699.5630864.1246093.8419642.198089-.7923049-.0598499-1.4557386.0047459-1.8535744.2053832-.6520243.3288937-.9379161,1.0471855-1.031156,2.4009145-.2311824.0292236-.4639547.0597563-.6985974.0922997-.391944-.1703149-1.9147367-.780199-2.5956588-.2938955-.2443688.1745231-.3580896.3764463-.3433134.7812978-.7414298.1447151-1.4627526.3045095-2.1422719.4770922-.1637542-.4048282-.3288177-.8088381-.4977156-1.2106504-.0875351-.2081653-.4865867-.8758887-.3676287-1.1159427ZM244.5410071,57.8835414c-.2546561.1515183-.5033268.3047433-.7449835.458506.10334-.3364217.336767-.5017335.7449835-.458506ZM241.2914537,59.9601445c.0707014-.5417815.3608017-.7948342,1.0625788-.6460278-.5026722.3582108-.9472682.6948896-1.3163932.9844367l.2538144-.3384089ZM239.5263496,61.260219c.0187041.0024314.0381563.0069669.0568604.0094918-1.0713697.0739473-5.1592401.6868239-12.4771182,5.5589765-.183487.1221311-.3593989.2468339-.5366201.3710691,2.8261866-2.4062449,8.3594148-6.5345526,12.9568778-5.9395374Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* RAZORED PIXIE */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M267.4583805,90.8948767c.6291585.8732702,1.644416,2.3973843,1.7708088,3.3014211,0,0-.2079192-3.1126836-2.169159-5.0393114-.1658117-.6525739-.3454176-1.2932479-.5437978-1.9220455.2252205.1047606.4511658.1959615.6741886.2643914,0,0-.3366501-.2379032-.8024284-.6541403-.1442786-.438634-.2958986-.8734339-.4575486-1.3038619-.1213427-.3619981-.2597763-.7157903-.4183869-1.0547602-.188654-.4543446-.3873615-.9061643-.5976889-1.35595.8454946.6814935,1.9836847,1.690852,2.315612,2.4292263,0,0-.9539783-2.6133581-3.0988453-4.0005423-.1023581-.1934834-.2051838-.3869901-.3119607-.5806138.5993956.4131744,1.0198868.8824114,1.0198868.8824114-.4088478-.7322724-.8486743-1.4417738-1.3794026-1.7728884-.0369172-.1312722-.076149-.2615626-.1180695-.3907775.0188911.0005143.0385772.0029691.0573748.0032263,0,0-.026139-.0092113-.0638978-.0230048-1.1278561-3.4540148-3.9665978-6.1544124-5.1648981-7.1773073.5323883-.0120869.9115668-.0780152.9115668-.0780152-.4902807.0358865-.9339181-.0943804-1.3275221-.2656071-.0848931-.0672843-.1322937-.1028202-.1322937-.1028202l.8346319-.1104885c-.8725921-.0962741-2.1800074-2.0756445-2.1800074-2.0756445.2943087-.0420352.6306548-.3783633.6306548-.3783633-.5465566.0420352-1.4715202-.2522344-1.4715202-.2522344-.6726923-1.2192071-2.9127164-2.3957712-2.9127164-2.3957712-.9115668-.5278477-1.8413934-.9679078-2.7763402-1.3361481-.0349065-.0206201-.0688076-.0429937-.1037843-.0634736-.0900601-.0527427-.1822479-.101885-.2727756-.1538562-.7197096-1.010995-1.5226057-1.9519003-2.3963434-2.816684-.0043487-.0043017-.0085805-.0086969-.0129292-.0129986-.1913895-.1891349-.3866133-.3738746-.5846896-.5555049-.0235905-.0216254-.0469005-.0435548-.0705845-.0650867-.186807-.1698006-.3766768-.3357437-.5691418-.4987878-.0367068-.0311173-.0733668-.0622345-.1102606-.0930946-.1850769-.1546745-.3724918-.3061461-.5625252-.4544849-.046316-.0361905-.0928891-.0719835-.1395091-.1077765-.1856614-.1425409-.373123-.2824633-.56325-.4189023-.052161-.0374763-.1049065-.0740408-.1573948-.1110495-.1885371-.1327919-.3783836-.2635264-.5710356-.3902632-.0274249-.0180719-.0547094-.0362606-.0822278-.0541922-.5914464-.4190893-1.2054079-.8064768-1.8428429-1.1512915-1.6283305-.880845-3.4014306-1.5193448-5.2288427-1.8360581-.0903875-.0203396-.1811958-.0392063-.271934-.0584004-.1479259-.0312575-.2964363-.0601772-.4452506-.0883721-.1557349-.0295275-.311797-.0576522-.4684671-.0837898-.1455645-.0242439-.291433-.0470382-.437769-.068313-.1622345-.0236126-.32496-.0449809-.4881064-.0649464-.0380394-.004629-.0757281-.0107075-.1138143-.0151495.0682699-.0227944.136984-.0458225.1998297-.0655777-.2949867.011292-.6330864.0038108-.9962027-.0107075-.0087909-.0007014-.0176754-.0012391-.0264897-.0019171-.1409352-.0109881-.2817302-.0221865-.4232032-.0304159-.1754677-.0102166-.3516133-.0163652-.5278525-.02228-.1362592-.0045589-.2722379-.0103101-.4089413-.0122739-.0458951-.000678-.0915097-.002899-.1374282-.003273-1.0144158-.0387154-2.0721082-.0361905-2.9422922.1763233,0,0-.0139345.0003039-.03666.0009118-.0031797.0000935-.0023614.0000468-.0059853.0001403-.0268637.0007481-.0676854.0021041-.1199399.0041381-.0015197.0000701-.0024082.0000701-.0039512.0001403-.0515765.002034-.1155912.0049329-.1904075.0087203-.0060554.0003273-.0110822.0005377-.0172779.000865-.076336.0039276-.164292.0089775-.2628157.0151729-.0054943.0003507-.0106146.0006546-.0161556.0010287-.1016567.0064759-.2144189.0143312-.3382165.0237295-.003811.0002805-.0075752.0006079-.0114095.0008884-.1266266.0096788-.2640081.0209942-.412612.0342734-.0020107.000187-.0040448.0003507-.0060554.0005377-1.1394058.1019785-2.9080637.3184667-5.0999248.7741439-7.0009842,1.2383076-26.6607967,6.4063663-34.6107792,26.0975076l.0174649-.0124375c-1.1558187,2.5895351-2.0962365,5.5590466-2.6793362,9.0103963-1.916841,11.3459435,3.183341,28.2787778,5.7267921,35.7148423.0002338.0036705.0005845.0076449.0008183.011292.784192,2.3233435,1.3428595,3.7189907,1.3428595,3.7189907-.4950035-2.3185274-.5438913-6.4164426-.3808852-10.9261762.7102641-.072264,1.1565668-.5544996,1.1895795-3.2060821.2305746,2.636737.4843656,4.3567191.4843656,4.3567191l1.1325555-.2572375c.6032066-.3328447,1.2773484-.793034,1.9957956-1.3401693.0024315-.0018236.0048397-.0037406.0072712-.0055875,1.1428193-.870909,2.4025626-1.9724035,3.6993165-3.1932939.0003507-.0003507.0007248-.0006546.0010755-.0010053h0c.4675553-.4402004.9389916-.8947788,1.4116671-1.359714h0l.0003975-.0003974c.3241183-.318794.6483302-.6405338.9717471-.9665986.0012625-.0012858.0025484-.0025015.003811-.0037874v-.0000234c.3073782-.3099334.6132133-.622345.9177157-.9357151v.0000234l.0032966-.0034367c.261974-.2696283.5219841-.5395137.7803109-.8095629.0211356-.022093.0419907-.0440691.0631029-.0661388.2393187-.2505044.4763228-.5001204.7112694-.749222.0290147-.0307432.0577255-.0612993.08667-.0920425.225805-.2397969.4488512-.4779339.6694424-.7148551.0335037-.0359801.0668905-.0718198.1002539-.1077064.2177155-.2342327.4320876-.4659639.6435607-.6958247.030511-.0331512.0611857-.0663959.0915799-.0994536.2139747-.2328767.423928-.4624337.6302808-.6891852.0257415-.0282884.0519506-.0569275.0775752-.085099.2262492-.2488679.447916-.493738.6634805-.733114.0012391-.0013794.0025251-.0028055.0037642-.0041848.4473081-.4967772.86988-.9706198,1.2621747-1.4140231l.0000234-.0000234h0c1.7467273-1.9742505,2.8897571-3.3371674,2.8897571-3.3371674-3.2234379,7.3745313-11.8483104,14.5775553-11.8483104,14.5775553l.9583036.4287448c3.5108027-1.727814,7.2720063-4.6960397,9.2419902-6.3477789-.0462458.0868057-.0718237.1343349-.0718237.1343349,0,0,.0600401-.0757475.1652973-.2129112.8086943-.6805116,1.2931768-1.1196599,1.2931768-1.1196599-1.2196931,2.4009846-4.6173595,5.5737519-4.6173595,5.5737519l1.3939216.1715073s2.6112533-1.0987359,6.0661308-4.2631569l-.0000234.0000234c.0000701-.0000701.0001403-.0001169.0002104-.000187.1540047-.141068.3106748-.2892198.467906-.4385872.046503-.0441626.092141-.0861978.1389012-.1311086.1379426-.1324879.2778257-.2713116.4179193-.4102988.06834-.0677987.136002-.1336335.2048097-.2029986.1284503-.1294721.2582566-.2644148.3882266-.3994043.0826487-.0858238.1648765-.1703851.2480863-.2584532.1229326-.1301501.246777-.2649993.3708318-.4001057.0918604-.1000615.1835338-.199632.2759553-.3024522.1188644-.1322775.23829-.2684126.3579727-.4053191.0994122-.113668.1987542-.2276866.2986574-.3446043.1157081-.1354337.23165-.2740235.3479427-.4138524.1046727-.1258717.2093454-.2528423.3144156-.3823144.1134402-.1397822.2269039-.2819489.3406948-.425986.1091851-.138169.2183701-.2783252.327789-.4204686.1108918-.1440605.2217135-.2897341.332769-.4379093.1124115-.1499286.2247295-.3026626.3372346-.4568461.1090448-.149461.2179025-.2997636.326924-.4532458.1151938-.1621791.2302472-.3280754.3453709-.4948134.1062626-.153903.2123615-.3078761.3184604-.4657301.1181163-.1757388.2359052-.3560833.3537643-.536755.1029426-.157854.2058384-.3148664.3085004-.4765077.120992-.1905143.2413995-.3865693.3618772-.5824139.0990849-.1610335.1982165-.3203604.2968805-.4850176.1236106-.2063184.2462626-.4191828.369125-.6312757.0948297-.1636753.1899166-.3247556.2842085-.4919144.1282866-.2274295.2552639-.4625038.3824751-.6964326.0872078-.1603555.1749533-.3171107.2615999-.4805757.1410288-.2660046.2802339-.5409165.4196261-.8151972.0713327-.1403666.1435538-.2762913.2144189-.4188555.2083167-.419136.4147162-.8470859.6185439-1.2853692.0008183-.0017768.0017067-.0034133.0025251-.0051901-.0046293.0101698-1.8262197,4.0224716-4.1967515,8.244809-.3955913.7046152-.8064732,1.4150751-1.2267071,2.1137053-.5603275.9315303-1.137325,1.8420431-1.7170346,2.689807-.2898665.423882-.5803642.8320533-.8698333,1.219324-.2894456.3872707-.5778392.7536173-.8634037,1.0938263-.4283468.5103136-.8503577.9618059-1.2601173,1.3368495h.0000234s.2043655-.0422222.5232233-.1204946c.0298798-.0073643.060157-.0148689.0916032-.0227242.0018704-.0004676.0038343-.0009819.0057047-.0014495.8019141-.2010581,2.2063334-.6057227,3.1590257-1.1673762-.0003975.0006546-.0008884.0014729-.0012859.0021275.006149-.0036237.0111757-.0075747.0172779-.0111985.1105879-.0657413.2167335-.1329321.3129894-.2028583,1.3110625-.9523843,3.1464472-4.5709628,3.1469148-4.5718512-.0000701.0002104-.1215064.3952896-.3225051.9602396-.0221877.062328-.0449833.1256146-.0690882.1918702-.0670074.1842721-.1398831.3799531-.2202873.5861078-.0464563.1190685-.0949466.2407087-.1452606.3637749-.1509653.3691754-.3184604.7509053-.4967102,1.1125528-.2376587.4821888-.4944424.9286781-.756697,1.2620371,0,0,.0066166.0015664.0166934.0036471.000982.0002104.0007949.000187.0018704.0003974.0823681.0168094.4622947.0756773,1.1351507-.0701132.0003975-.0000935.0007014-.0001169.0010989-.0002104,0-.0000234.0000234-.0000234.0000234-.0000468.8997832-.19519,2.3227195-.7597893,4.2590361-2.28734.0254609-.0200824.0513895-.0410766.0770374-.061463.1248264-.0994069.2517335-.2029518.3807449-.3104711.0393253-.0327304.0783701-.0650166.1180929-.0985419.156974-.1326282.3159353-.2692309.4790115-.4142732.1900335-.1690291.3720008-.3306003.5504143-.4889921.0026186-.004255.0051904-.0086736.007809-.0129285.8221846-.7424656,1.6293826-1.497392,2.4149774-2.2679122-.0503607.0709548-.1038076.1467958-.1515732.2136126,1.6357186-1.4610613,3.1530872-3.0742488,4.5583715-4.8957418-2.1094228,3.1576178-4.7533849,6.9145758-6.6407903,8.904981-.6248332.6470565-1.2120011,1.172426-1.7344294,1.518924,0,0,1.3112262-.2857363,1.9231302-.571496.0228657-.0106841.0561824-.0332213.0945725-.0616033l.0012391.0034601c.1595926-.1093429.5185706-.4487337,1.0169175-.9769554,2.0269612-2.1292522,6.2712445-7.2805483,9.1535433-13.2503146.1152405-.2382773.2281664-.4776533.3384503-.7179645-.0000701.0001403-.0037642.0086969-.0050033.0116193-.1041817.2419477-4.2053554,9.733434-8.2109745,14.030046-.0074349.0079722-.0148464.0162249-.0222812.0241504-.1246627.1331659-.2492085.2604404-.3735673.3830157-.0123447.012157-.024666.0247816-.0369873.0368217-.1253173.1224818-.2503775.2390488-.3751103.3498177-.0546861.0486981-.1095825.1013473-.1641517.147731h.1942653v.0000234h.2595191l.0000234-.0000234h.3766534c.8068707-.317064,1.5895897-.6972275,2.3532305-1.1223251-.006149.0086502-.0130695.0184927-.0191951.0270727.5626889-.3057019,1.1106249-.6330525,1.6410025-.9853484.0133968-.0214852.0261623-.0429469.0395358-.0644321.1580027-.1076596.3136441-.2203223.4695893-.3323304-.072151.0662089-.143624.1315294-.2110054.1917767,1.8897902-1.299981,3.6534447-2.9912071,5.2728674-4.941167,5.2206596-6.1758041,8.722274-14.7380979,10.2486672-22.2166885.0671476-.3260415.1305545-.6498152.1894256-.9705262,0,0,.0012859.0135364.0023848.0252959.0003975.0044186.0008417.0090242.001356.0147521.0019639.0216956.0047929.0541454.0080428.0935388.0005144.0063357.0010989.0134428.0016366.0202227.0036239.0444666.0077856.0976535.0123681.1609634.0003507.0050498.0007482.0110816.0011222.0162249.0045591.0634268.0094601.1361351.0145424.2170025.0004442.0071539.0008651.0133961.0013327.0206903.005167.0835794.0105444.1776091.0158517.2785356.0007248.0135597.0014028.0270493.0021276.040913.0053073.1032644.0105912.2149685.0155945.3349722.0005845.0140741.0011456.0289664.0017301.0432509.0103106.2535203.0194055.5422491.0257415.8641525.0002806.0139572.0005845.0274468.0008417.0415208.0029693.1590463.005167.3265792.0065464.5011257.0001637.01882.0002572.0379439.0003741.0569509.0011924.1804847.0015665.3678428.0006313.5638979,0,.0034601-.0000935.0071072-.0000935.0105906-.0010287.2036766-.0032966.4154656-.0071309.6352034-.0000468.0024548-.0000935.004816-.0001169.0072708-.0037408.2120462-.0091416.4324854-.0158985.658816-.0006546.0213215-.0012391.0425028-.0019172.0639645-.0069907.2243435-.0155244.4552797-.0259285.6928323-.0008183.01882-.0017535.038014-.0025952.0569275-.0220007.4912598-.0517402,1.0096157-.0910421,1.5527999-.001169.0161782-.0022211.0320992-.0034135.0483475-.0195224.2667761-.0415464.5398177-.0658851.8180728-.0021276.0244777-.0043253.0490488-.0064997.07362-.025157.2833283-.0525818.5717532-.0831864.8662332-.0004442.0043485-.0009586.0087904-.0014028.0131389-.0625184.6005092-.1371711,1.2239998-.2251036,1.8667078-.0036707.0268857-.0072712.0536778-.011012.080657-.0430194.3112193-.0891951.6269507-.138831.9470305-.0034836.0223736-.0070842.0449342-.0105912.0673311-.1029192.6586758-.2202639,1.3351896-.3539513,2.02711-.0034836.0180719-.006827.0360034-.010334.0540987-.0654409.3370529-.1350902.6779867-.2085037,1.0219363-.0071309.0333616-.0143554.06677-.0215331.1002018-.074676.3468954-.1530228.6967365-.2362325,1.0499442-.0025484.0107543-.0052138.0216488-.0077622.0324031-.1704643.7217051-.3596795,1.456105-.5684638,2.2001603-.0097261.0346475-.0193353.0692715-.0291316.1039658-.1013294.3583978-.2073114.7189932-.3182032,1.0815992-.0099599.0325901-.0202472.0652971-.0302772.0979106-.2297563.746136-.4801104,1.5003612-.7529328,2.2602673-.0093988.0262077-.0184937.0523219-.0279626.0785296-.1329159.368287-.2716768.7379768-.4153475,1.1085784-.0168103.0433678-.0337375.0867589-.0507114.1301501-.1454476.3720277-.2957349.7449437-.4524517,1.1186079-.0094923.0226541-.0194289.0454017-.0289679.0680558-.1630294.3870603-.3315298.7747751-.507091,1.1629342-.9695728,2.14349-2.1336212,4.2986226-3.5313538,6.410481,0,0,2.3602212-1.8573328,2.884707-2.571697.5221712-.7111847,9.228874-13.6015584,9.1767598-29.0826129,2.013354.8234499,3.8329104,1.8916296,4.4846541,2.5857243l-1.284152.0723108s3.1347572,1.5327876,3.8980239,2.4012652l-1.2913531-.2151322s1.9339786.7567267,2.5225726,3.0269534l-.6726923-.2522578s2.0421583,1.597547,2.2703481,4.5404301l-.4204444-.4204219s1.4294594,4.2881723,1.4294594,8.2400164c0,2.551147.2452105,7.8325464.4190883,11.2580156-.027004.5952489-.0512024,1.1081809-.0656046,1.5224074-.2103975,6.0538834-.3476387,11.2109073-.1543554,14.5741654.7847998-.5605313,2.0156686-7.6383149,3.0271152-13.8454466.6726923-6.2220474,1.0460491-10.6062834.6439581-17.4315987-.1076186-1.8270105-.2620676-3.5190314-.4752239-5.1114117-.0040915-.2382539-.0170909-.4755025-.0360054-.7115587.0903407.1400627.1792552.2759873.2725418.4248639-.0898731-.1596542-.1845158-.3353696-.2802806-.5178182-.0584035-.654-.1805411-1.2895307-.3893722-1.8736045-.0333868-.1734711-.0693454-.3439497-.1045558-.5152465ZM192.7244257,108.059489c-.0104509.4944393-.0142852.9848809-.0147996,1.472026-.0106847-.3234698-.0198029-.6532285-.0271677-.98958.0140047-.1623895.027986-.3227217.0419673-.482446Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M305.0950944,83.0732249c-.1472946-1.1732443-.3850235-2.3607964-.7230998-3.5501954-.8896596-3.1302879-2.3526928-5.8925225-4.1782111-8.1379911-.6624985-1.5458798-1.8329999-3.8241956-3.9711569-5.4191242-2.1204816-2.6335808-4.0157661-4.2638349-6.5959006-4.8540106-.456286-.439312-1.0276957-.9572471-1.702726-1.5106712.114656.0452615.2275351.0864082.343594.1346856-.2802806-.4484297-1.2332536-1.0650236-1.2332536-1.0650236,0,0-.1342953-.0859874-.3752974-.2143841-.6899935-1.6344622-2.4867075-4.1990755-7.1119461-5.3749849-4.9739762-1.2645854-9.2053069.2815281-11.2804311,1.3108989-.1114763.0269324-.2226721.0522284-.334803.0812181-.2216434.0573483-.437769.1519625-.6506214.2666592-.2781297-.0064759-.4630195-.0065461-.5415767-.0060551.1435538-.0689209.2261323-.0992666.2261323-.0992666,0,0-.6597864-.214197-1.5783439.1020487-.1852639-.0027119-.3796928-.0065695-.584409-.0128584-.9678427-.9629515-2.3027529-1.6750012-3.6342029-2.1329929.0022445-.0009585.0071076-.0010988.008978-.0021976-3.5839824-1.8890813-8.2996553-2.1385804-11.9596698-.401298-.5259588.2496394-1.0837144.5937761-1.230635,1.1571129-.0920241.3530908-.0014963.7255393.0959519,1.0772039.1475752.5332248.3150702,1.0616103.4930396,1.5871201-1.2432602.3890241-2.4875492.9847873-3.6315843,1.6388575-.256807-.0655543-.4930396-.0966482-.701216-.0796517-1.1285107.0922296-1.0249836.7591814-.9107952,1.0735335-.0878157.0580263-.1734803.1157019-.258958.1733776-.4272012-.1079869-.8023115-.1452294-1.1098066-.0882785-1.3767139.254923-1.0845561,1.4339886-1.0203076,1.6457308-.0593855.0468512-.1167135.0924166-.1716099.1363688-.8536542-.1757154-1.6768208-.2534034-2.4534143-.2059209-8.538974.5220264-13.6344332,8.3034198-13.6344332,8.3034198,0,0,.0507816-.0252258.1371009-.0742279-6.6377977,5.527228-7.9794414,12.2175305-7.9794414,12.2175305l1.4193592-1.1931397c-.0579827.0959702-.1140949.1915897-.1704877.2872793-2.8856656,3.887599-3.6527199,8.3914412-3.8528536,10.2731114-.0491917.295649-.0697662.4645845-.0697662.4645845l.03002-.0455186c-.0250635.3075955-.03002.4805523-.03002.4805523.4312226-.7830512,1.3799871-2.5232093,1.3799871-2.5232093-1.5525322,3.4802927-1.7249838,8.2657097-1.7249838,8.2657097.258771-1.2181083,1.2074419-2.0881756,1.2074419-2.0881756-1.1212161,3.045259-.8624452,5.8294932-.8624452,5.8294932.3377957-1.5677624,1.0443423-3.5570688,1.3352843-4.3476481.0087909-.0183056.0179559-.0374529.0268404-.055969-.3068404.9885981-1.2114633,4.8214672-1.5670279,16.442346-.4312226,14.0951795,3.4824193,18.58787,3.5687386,20.4150441.0862258,1.8271507.8625387,3.1322517.8625387,3.1322517-.4313161-1.0440761.2586774-3.2192678.2586774-3.2192678.2400669,6.7798668,4.4855191,13.1064645,5.0989194,13.9870289-.1114763-.2029986-.3192787-.7641378-.4413228-2.2410265.9487645,3.3932766,7.5039837,11.5719936,9.0564224,13.6601692,1.5526257,2.0881756,3.8813773,7.352111,3.8813773,7.352111.0862258-.6525505.8194258-1.1310922.8194258-1.1310922-.6900871,1.5226412,0,3.4802927,0,3.4802927l.4454377-.4001524c.3160054,2.6450832,1.840201,2.5753441,1.840201,2.5753441-.1293387-.4350337.0431129-1.6096339.0431129-1.6096339.6899935,1.5661259,1.9407354,2.1316836,1.9407354,2.1316836-.3018839-.5655578,0-1.8706588,0-1.8706588.2586774,1.305101,2.1130935,2.5232093,2.1130935,2.5232093-.4743355-1.0440995,0-2.2621844,0-2.2621844,1.1644225.6525505,1.1644225,2.8277422,1.1644225,2.8277422.4312226-.9135754.0862258-2.9582663.0862258-2.9582663,1.3800806,1.0876075,2.1562999,3.4802927,2.1562999,3.4802927,0,0,.3882032-.6525505-.1724516-2.7842341,1.2506484,1.7836661,5.1319322,2.9582663,5.1319322,2.9582663,0,0-.2156581-.4785417-.5606548-1.0876075,1.2938548,1.3051244,4.6144838.8265827,4.6144838.8265827-.8193323-.5655578-1.2937613-1.348609-1.2937613-1.348609,2.587616,1.5661259,5.9945644,1.6531186,5.9945644,1.6531186-.5175419-.3915256-.7763129-1.305101-.7763129-1.305101,1.2937613.5220497,2.9325193.3045329,2.9325193.3045329-1.164329-.9135754-1.7249838-3.045259-1.7249838-3.045259.6134938.8510136,2.1028063,1.623217,3.2166343,2.1129338.8217638.3922971,1.3547366.5407762,1.3547366.5407762l-1.1213096-1.6531419c2.2425258,1.8271741,4.0538289,2.088199,4.0538289,2.088199-1.1213096-.6960585-1.4663064-2.2622078-1.4663064-2.2622078,1.2075355.6090658,3.3638354,0,3.3638354,0l-.4312226-1.3921171c.9133203.5528397,2.0389318.6283066,2.6235279.6250803.2498865.0017768.3953107-.0160145.3953107-.0160145,0,0-.7763129-1.0440995-.948858-1.5661492,1.7250774,1.3051244,3.9676031,2.0881756,3.9676031,2.0881756-.3449968-.8700673-1.3799871-2.0011595-1.3799871-2.0011595,1.9837548,1.2181083,6.7275773,1.1310922,5.9513579.6960585-.7763129-.4350337-1.1213096-1.5661259-1.1213096-1.5661259,2.0700741.5220264,3.1050644-1.2181083,3.1050644-1.2181083-.9487645-.348041-.6037677-.8265827-.6037677-.8265827,1.897529-.0869927,2.6914237-2.0907239,2.6914237-2.0907239-.8017504-.5681061-.9232334-2.564169-.9232334-2.564169.1293387,1.0440995,1.9119311,1.2761112,1.9119311,1.2761112-.2299667-.4640468.4600269-2.90024.4600269-2.90024l.3183435,1.5444303s.3716501-1.1964127,1.1766737-3.0525766c.8050236-1.8561405,2.7600677-7.540638,2.7600677-7.540638,0,1.1601054-.3449968,2.9002634-.3449968,2.9002634,0,0,2.0699806-2.6682283,3.4500612-6.8446029,1.3799871-4.1763512,5.4051053-13.2251122,5.4051053-13.2251122l-.4600269,1.9721697c1.4950172-1.3921171,1.7250774-3.0162692,1.7250774-3.0162692v2.4362166c1.264957-3.3642868,2.9900343-11.4849775,2.9900343-11.4849775-.3449968,7.540638-4.7151117,17.8655102-4.7151117,17.8655102,2.9900343-3.9443161,4.0251182-9.2807727,6.2101289-16.589399-.2300602,1.3921171-.5749634,3.5962985-.5749634,3.5962985,0,0,1.7249838-1.9721697,2.4149774-8.4687083.6900871-6.4965619,0-16.0093697,0-16.0093697l1.0349903,3.8283336c.5358719-7.9990038.2641016-14.0001912-2.3975826-22.7927901ZM297.5497747,68.7033673c-.5159521-.5730858-1.0775421-1.1723325-1.6923452-1.8044265.7805213.6159392,1.39813,1.3073454,1.8734007,1.9575346-.0602271-.05134-.1203608-.1027267-.1810555-.1531081ZM262.3962031,54.5235329c-.2283768-.0386686-.4378625-.0837664-.6169541-.1369066-.4805078-.1425642-1.574603-.1629506-2.9804953-.0809376-.0373146-.3899125-.0529325-.7157669-.0392786-.9480358.0106613-.1808822.0387174-.3060525.0872545-.3631437.0299265-.0352319.0725718-.0586809.1219506-.0756773.0063594-.0022444.0119706-.0051433.0186106-.0071072.6672681-.1906779,2.8154318,1.02895,3.6563672,1.5297484-.0790247.0222099-.1618838.0498437-.247455.0820598ZM252.7831473,55.0347115c.334429-.5841206.7589181-.2503641.8693657-.1468192-.2903809.0466642-.5803876.0955727-.8693657.1468192ZM278.799682,53.429543c3.6491662.6725394,5.6482583,2.7984485,6.6536962,4.3543812-3.6557126-2.4010314-8.9347523-4.6500769-15.2033315-3.7706346,2.0606286-.6240751,5.1666282-1.2071904,8.5496353-.5837465ZM248.9277687,53.3425503c.3907282-.7884518,1.7610827-1.1393449,2.5323455-1.3679433.9868273-.2925396,2.0146165-.4371144,3.0428734-.4587866,1.0441553-.0219995,2.089994.0832287,3.1127331.2921421.2825251.057699.5630864.1246093.8419642.198089-.7923049-.0598499-1.4557386.0047459-1.8535744.2053832-.6520243.3288937-.9379161,1.0471855-1.031156,2.4009145-.2311824.0292236-.4639547.0597563-.6985974.0922997-.391944-.1703149-1.9147367-.780199-2.5956588-.2938955-.2443688.1745231-.3580896.3764463-.3433134.7812978-.7414298.1447151-1.4627526.3045095-2.1422719.4770922-.1637542-.4048282-.3288177-.8088381-.4977156-1.2106504-.0875351-.2081653-.4865867-.8758887-.3676287-1.1159427ZM244.5410071,57.8835414c-.2546561.1515183-.5033268.3047433-.7449835.458506.10334-.3364217.336767-.5017335.7449835-.458506ZM241.2914537,59.9601445c.0707014-.5417815.3608017-.7948342,1.0625788-.6460278-.5026722.3582108-.9472682.6948896-1.3163932.9844367l.2538144-.3384089ZM239.5263496,61.260219c.0187041.0024314.0381563.0069669.0568604.0094918-1.0713697.0739473-5.1592401.6868239-12.4771182,5.5589765-.183487.1221311-.3593989.2468339-.5366201.3710691,2.8261866-2.4062449,8.3594148-6.5345526,12.9568778-5.9395374Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* -------- */ /* BOB CUTS */ /* -------- */ /* SHORT WOB 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.6685549,140.7482195c.1106814-.3960377.2080128-.7951849.2799767-1.2001299.5361992-3.0166199.3007149-4.9532538-2.2395799-5.1059879-.1859419-.0111751-.3800669-.033876-.5719942-.0534674.0411724-1.2404351-.1701838-2.4761944-.7835373-3.5775019-.8269542-1.4847675-2.2644329-2.5068441-3.5928201-3.5669113-1.0586276-.8448182-2.0738383-1.7439454-3.0414004-2.6917006-.0424583-1.0514638-.0297161-2.1066683-.0985471-3.3536728-.1968838-3.5681504-1.1501139-6.3046917-2.0213968-9.560711-.443427-1.657093-1.083504-3.346589-1.6882069-5.0416025-.14664-.9590239-.1368671-2.1752852-.2426621-2.8186478-1.1579463-7.0418269-2.8757992-13.7184995-5.768923-20.2147808-3.126504-7.0202482-5.9120326-14.4471481-11.1721111-20.2115545-7.52547-8.2470066-18.9293012-11.0090309-29.761489-10.4315031-3.1925995.1702214-6.3662846-.6571327-9.6085435-.4030046-14.9857562,1.1745535-27.1706465,11.1161995-33.8531236,24.1580683-4.5933481,8.9646672-6.9020864,18.9032273-8.884111,28.7791554.0081597-.0087203.0163427-.0174406.0245023-.0261609.0144255-.0154067.0287341-.0309068.0431597-.0463135-.0027121.0140273-.0058918.0279845-.0086039.0420118-.6209521,3.2040482-.8554779,6.5195667-1.5598268,9.6947888-.7178392,3.2359369-2.2265338,6.3057204-3.4476764,9.369285-1.2065769,3.0270235-.657916,5.5797836.4463495,7.8443293-.2111223,1.228395-.2718171,2.4074372-.12831,3.2592223-.971186.3821741-1.9010828.6315563-2.7474658.7021838-.7298332.0609019-2.2151243,1.3745829-1.552579,4.2448746.1459152.6321641.3759988,1.2179213.6305379,1.7966881-.3328859,2.1195968-.0048397,4.2058319.5950236,6.0633284-.9549368,3.0841147-.83322,6.2722185,1.6130399,9.2933973-3.1931607,4.2659624-1.4511795,8.4494909-1.4511795,8.4494909.0184001-.0035068-.5538512-4.8350971,1.4404246-7.2153915-.2084804.8068509-.3572246,1.5903697-.4313862,2.3386332.9045293-2.2235625,2.7786782-3.3252675,3.8610834-3.7462972-2.1807322,2.3881029-4.0042865,5.4708382-2.7963068,8.7517327-.1453541-.4728373-.6579394-3.0362348,3.2763237-7.6741313.0876286.205804.1739012.4111405.2592152.6162899-.39828.7670835-.7353042,1.5524025-.9741787,2.3632044-.080147.2720129-.1280762.5498472-.1562025.8306506-.712719,2.1216775-1.0614566,4.2619412-.0197094,6.5347396.1635204.3567613.3626955.6832235.5776989.9941389-.6926589.5213718-1.5374287,1.0090312-2.5228765,1.5296081,0,0,1.4527927.1368364,2.9919281-.9288184.2464029.2796812.5074885.5425764.7926322.772975-.7021512,4.9067065,2.5611732,8.0969846,2.5611732,8.0969846,0,0-.0916968-.9356684.0424349-2.1206488-.0313527,1.3158085-.0424349,2.1206488-.0424349,2.1206488-.0000468.0000234.0256947-1.0638312.1150535-2.6453638.1490949-.8973972.4394758-1.8737448.9955013-2.6751484,0,0-.1249433,2.3261489.7707718,3.94289,0,0,.1830896-.8348822.5388646-1.9263004,1.012826,1.374957,1.9804816,2.0524995,1.9804816,2.0524995.0407048-.468746.0590348-.6993783.0920708-1.1543775.8508253,1.7802761,2.8332708,3.2353057,4.502119,4.2072113.0133734.0227009.0226787.037827.023497.0373126,0,0-.0060788-.0133961-.014519-.0321693,1.4631969.8512006,2.6831004,1.3304437,2.6831004,1.3304437,0,0-.8010724-.4466062-.8899869-2.4005872.1975151-.8229356.4697296-1.8951364.811196-3.1114445,3.7246137-.6597278,4.1724596-4.3192194,4.1724596-4.3192194,0,0,2.7278499,1.4848844,2.258962,3.7401954s-6.5012345,4.1097449-6.5012345,4.1097449c9.0222173-1.1194028,8.3727882-5.7521325,5.5793571-10.6342445.8001372-.7102261,1.6785743-1.695785,2.4451377-2.9047521,1.6867106,1.6709566,2.7642761,3.79053,1.6247066,6.2186341-2.0225424,4.3095172-3.3380004,5.5626703-3.5005388,5.7074556,5.3980445-4.5484724,6.5875071-10.6152141,2.8754485-13.8034582,1.1017639-2.5290306,1.5453779-5.698291.2201237-9.2151249-1.0071914-2.6727638-1.4293658-4.7206576-1.9073486-7.0312129-.3038946-1.7389423-.5864898-2.9176339-.596216-2.9159038,0,0,.0001403.0054707.0001637.0063357-.1056547-.4697279-.2175518-.8736209-.3142519-1.1924851-1.5904781-6.7194793-2.7255119-13.1852746-3.9135717-19.9988771-.0022912-.0942869-.0047695-.1887375-.0068971-.2829309.590067-3.6009977,1.3053578-7.5675938,1.9149705-10.7165848.7163195-2.0998183,1.3644159-4.2412275,2.0414803-6.3758569.3189046-.7498533.6298833-1.5093386.9297799-2.2823136,1.0384506-2.6765278,2.0339519-5.3044275,3.0530671-7.8578423.2771945-.5257904.5644424-1.0469985.8709555-1.5593226,5.3153257-8.8842674,11.9963064-14.798392,25.5622125-18.4979783.3884136-.1059296,1.2477258-.4024903,1.7912431-.7667328l1.4673585.0050498c.3063728.264368.7400971.4334907,1.1839683.5514603,9.9642249,2.64859,20.3142215,7.1152365,24.1467578,15.0086146,4.1104088,8.4656223,6.0745944,16.486345,9.4399028,24.014639.018821.0616033.0367535.1231598.0553641.1847397-.0960455,1.2025146-.1688745,2.3548582-.2218538,3.4700294-.8112427,7.0029011-2.3701344,16.4880049-2.9620951,22.9116482-.9392254,3.3892087-1.4988749,6.809932-1.2351707,9.9862997-.9024485,3.5526035-2.0540354,9.1449649.6697464,10.9862131.1156847.0782023.224449.1552823.3370008.2329703-.2020742,2.3581078-.4071177,4.6919484.0933567,6.9236468.264803,1.180819.9300838,2.3308013,1.7807688,3.3939078-.8649235,2.3456703-1.8747802,4.2478437-1.8747802,4.2478437,0,0,1.174967-1.3490298,2.1885879-3.8695739,1.0200972,1.1904979,2.2487449,2.2576957,3.3703584,3.1172893-1.6036879,1.7657812-3.7090426,2.6861832-3.7090426,2.6861832.0779259.0686403,2.3901945-.0744616,5.1771493-1.1438103-.3695693.9454174-.7205747,1.5642088-.7205747,1.5642088.4656849-.5596429.9212695-1.0935224,1.3381133-1.6364728.2042953.1323243.385795.2466001.5431665.3438328-.0907382.1013239-.1813828.2005905-.2718638.296888,0,0,.3134804.0282417.815381.0295509.0472044.0272597.0750267.0429703.0750267.0429703.0003975-.002221-.0167402-.0192642-.0413828-.0428534,1.3861127.000187,4.1545504-.2092173,5.8808202-1.7445299,0,0-.5519808,1.2481033-1.4322884,2.175706,0,0,1.951841-.2832114,3.9245604-3.400337,2.2512232.8175818,4.0910734.9159133,4.1357996.8716571,0,0-.8294091-.9045511-.9468941-2.7497971.6437243.7601166,1.7381468,1.3629636,3.3594633,1.7097421,0,0-1.2524019-1.9611116-.802709-2.7772205,1.8185744-3.3003924,3.1129903-7.5818549,4.9438159-10.9783812,1.5830666-2.9369214,1.2791253-5.5699879.0427388-7.8764519-.0332465-1.0372962-.1374984-2.091285-.3058585-3.1506509,1.0558921-1.2475656,2.154336-2.5591893,1.8441288-3.8076667-.1228391-.4943224-.3821244-.9649855-.7353743-1.4140231.5560022-.7694447,1.2737713-1.9824097,1.3875388-3.2487018.081316-.9057201-.4988846-1.7884354-1.4174654-2.6246033ZM288.8198435,144.9097485c-.498417-.3567613-1.0344292-.6960819-1.5794193-1.018827-.4092687-.9539273-.8534906-1.8797298-1.3255348-2.7671208.1178825-.1674861.2085271-.3017742.2497462-.3784568.294449-.5476496.5699835-1.1082978.8176255-1.6807056,1.0997298.5790006,2.1171149,1.1769381,2.8881672,1.8455733-.318437,1.5362009-.7829528,3.0056552-.9782468,3.6878034-.0292719.1022123-.0526286.206482-.072338.3117336ZM264.1545385,169.303686c-.0071309-.221725-.0061256-.4426552.0137241-.6614111.0895224-.9867044.261483-1.9268849.4838979-2.8376548.053821.045542.1095358.0914581.1622579.1367897.1259486.6276286.2180194,1.2521713.2643588,1.8721316-.3775886.4760869-.6938045.9730745-.9242388,1.4901446ZM265.0574312,169.667344c-.0501269.4576644-.130835.9313199-.2371677,1.4120592.0348597-.4666652.1082966-.945394.2371677-1.4120592ZM287.2685037,135.8212201c-.1237976.7526587-.3248665,1.5327642-.5671779,2.298258-1.1613598-.6354372-2.3028698-1.209575-3.1864272-1.7048793.069813-.4989281.1243354-.9971548.1605979-1.4916175,1.2835909.4219415,2.5153014.7305657,3.5930071.8982388ZM177.211682,166.8785276c-.0600167.2897809-.1429459.5611392-.2476888.8172311-.8753276-1.742379-1.3910225-3.616568-.8462194-5.200906-.0937074,1.7589079.5085406,3.3123156,1.0939082,4.3836749ZM283.5268926,137.286513c.9511025.519969,1.9696566,1.0133329,2.9468981,1.5144118-.2390615.6832703-.5014798,1.3416889-.7610457,1.9456114-.6837511-1.2488047-1.4205749-2.4115285-2.1858524-3.4600232ZM170.3148795,141.5838731c.765862-1.4963867,1.8896031-2.8547915,3.1857959-4.106238-.3721878.818704-.1927456,1.6858256.2108885,2.8237678-.1291984.4613349-.250471.9243063-.3630696,1.3886804-.1537475.257331-.3051337.5176311-.4661525.7657509-.5621511.86628-1.100478,1.7597729-1.5808923,2.6719455-.2754643-.6976249-.779703-1.8689054-1.1864466-3.0769607.0583334-.1608699.1234236-.3175549.1998765-.4669458ZM172.9566439,143.5269596c-.1034336.5623315-.1899166,1.1263697-.2584904,1.6918807-.392248.4790093-.7992487,1.0004979-1.2113698,1.561754.0334569-.2784655.0459419-.5519513.0261857-.8092589.467602-.819382.9534405-1.6327322,1.4436745-2.4443758ZM170.8321175,147.699804c-.1043454.1520093-.2077088.3099802-.3114463.4665484-.0237542-.0774541-.0474616-.1548615-.0703975-.2324793.1241951-.243631.2487409-.4871451.3783134-.7290227.0053073.1618518.0085805.3251764.0035304.4949537ZM172.5727894,146.537127c-.0656747.9847406-.0705378,1.972988.0034836,2.9633863.1105645,1.4795072.4477056,2.879877.8946396,4.2300992-.0985237.2083757-.1953174.416728-.2895392.6248232-.5149467-.9539039-1.3400539-2.5815629-2.0468577-4.4186262.3297062-1.1665112.8314665-2.3073523,1.4382737-3.3996824ZM176.6240231,168.3526811c-.1456814.2336716-.3123581.4557941-.5013629.6672792-.1759119-.2895003-.332465-.6050213-.4604945-.9559378-.2659954-.7290461-.3906581-1.4413997-.4137109-2.1408715.3676521.8356303.8472715,1.655924,1.3755682,2.4295302ZM176.8033251,169.4035371c-.0337375.1296357-.0664696.2600897-.101306.3887669-.0404008-.0441159-.0821343-.0861277-.1212726-.1321606.0748163-.0816389.1489312-.1674861.2225786-.2566063ZM265.6554942,166.7003574c.0749566.0708613.1525318.1422369.2248231.2125839-.0778324.078436-.1526253.1582982-.2276754.2380668.0021743-.1491337.0036941-.2987817.0028524-.4506507ZM288.7597567,135.9649767c1.5700439.0344838,1.6118475,2.0889004,1.246323,4.229164-.8113129-.6261791-1.7814468-1.2209839-2.7646736-1.7745717.151316-.3915256.2932098-.7864646.411443-1.1888146.1259018-.4284174.2320007-.8701375.3139714-1.3180061.2785038.0287092.5440783.0467577.7929361.0522284ZM286.8308282,132.0656882c.4005011.5955996.5652373,1.3675459.5699835,2.2296644-1.1656149-.1748504-2.4104416-.4817914-3.6760065-.900717-.0205043-1.6231703-.2904978-3.1579217-.9444158-4.4648229-.434753-.868875-.8569742-1.7491823-1.2815569-2.6273387,2.0007521,1.6878362,3.8195369,3.5138881,5.3319957,5.7632141ZM280.0505288,123.2566306c-1.5780633-3.37621-3.1088988-6.8033626-4.6275766-10.2713814.7840751.4531289,1.5275389.8947086,2.0462498,1.3950862,1.6025189,1.5458564,2.2573487,3.5147999,2.4353181,5.9878381.0782532,1.0873036.09663,1.9892831.1460087,2.8884571ZM173.0424956,129.3826144c-.0713093-1.2252155.2809587-2.5123615.8011425-3.7408967.9208253-2.1746072,1.9921716-3.3278158,3.4163003-4.8027174.0838878-.0868758.1886073-.178895.3056481-.2747249-.9506115,2.6048015-2.0491957,5.2507497-3.3500879,8.072203-.3200736.6941882-.5951638,1.508684-.8102842,2.3497148-.2008117-.5002139-.3298231-1.0384652-.3627189-1.6035788ZM170.2172442,137.7999827c.4277857-.13181.8699034-.2851752,1.3178895-.448196-.8613463,1.089735-1.4475322,2.2141175-1.8193693,3.3436199-.3433602-1.4079446-.366787-2.6278764.5014798-2.895424ZM169.823874,143.4477287c.3881798.85777.7538914,1.7528995.9206149,2.8063272-.1656013.3599174-.3189513.7223597-.4602139,1.0866022-.3560789-1.3509002-.5585506-2.700795-.4604009-3.8929294ZM170.0393684,148.7690357c.0108717.0312575.0215798.0626553.0325685.0937726-.1062392.1694499-.2131798.3368659-.3176888.5108279.090972-.2028349.1893321-.4033086.2851203-.6046005ZM170.754519,153.514662c-.080825-.8879054-.0136072-1.7723741.1566701-2.6461119.7792821,1.6145902,1.6463098,2.8979021,2.1992492,3.6472878-.3697095.8261151-.7046762,1.6482324-.9910591,2.4562289-.0312124.0352553-.0621209.0705574-.0925852.1058361-.4584604-.6438769-1.1153711-1.8392376-1.272275-3.5632408ZM190.8079354,176.1150208c.1690381-.5767095.3505612-1.1752782.5477724-1.7928072.532248-.7232949,1.1715301-1.3829759,1.8609391-2.0087109.0000701.0002104.000187.0004208.0002572.0006312.6379027,1.7509123-.8982167,3.0160588-2.4089687,3.8008869ZM264.9370471,172.3445732c.3167536-1.1682412.5629461-2.4942195.6666602-3.9724876.2026353-.3337097.4510723-.6437133.7559956-.9160068.0102872-.0091879.0212291-.0177445.0315631-.0268857.2527623.2647655.486914.525767.7032968.782911.7347431,1.5573822,1.4794928,3.0526234,2.1622151,4.2774414.0169506.0304159.0307682.0618838.0469706.0925569.2645926,1.7715324-.3318104,3.2536581-1.2149236,4.4309235-1.1402008-1.3040489-2.3733608-2.9460859-3.1517779-4.6684527ZM270.3156861,179.3200275c-.136002-.1283031-.29494-.2805696-.4718572-.4536666.0088611-.01197.0169038-.0242672.0257181-.0362372.4637677-.2033726.9349469-.433818,1.4073418-.6926452-.3175018.4210064-.6394224.8167869-.9612027,1.182549ZM290.0486783,145.9136831c-.2270208-.2163713-.4730262-.4272485-.7344391-.632585.2501203-1.295352.732896-2.5380782,1.1339583-3.799905.2649199.3033874.4784971.6217605.6238279.9603331.3997062.9311095-.3785238,2.4541949-1.023347,3.4721568Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M263.1533324,126.0770552l-69.2071795-.5331547-.9555915,44.0027853s-3.438792,9.2097477,1.009015,12.6963527c0,0,.5886174-6.8947038,6.8950723-9.5012352,0,0-.1903842,1.8424171-1.0002475,3.9274833-.3919206.6892787-.7910891,1.3295085-1.185979,1.8741422,0,0,.2464029-.2273359.6495226-.6627437-.6063395,1.2091776-1.4398869,2.3980155-2.5835012,3.2692985,0,0,1.999209-.5260475,4.454634-2.7458928-1.0214298,1.5620346-1.7355984,2.5059557-1.7355984,2.5059557l-.1194957.1824719c.5836842-.3465915,3.6545903-2.3575935,6.8480082-7.9438063-.0235905,1.779154-.2403474,4.6760274-1.2911895,6.6559589,0,0,2.6907457.2802657,5.7178609-7.1749928,2.3511263-5.7904271,21.3005578-5.7863826,35.3722924-2.8587659,2.2893795.4762973,6.0976472,11.2375591,7.9321201,11.2109073-.1472011-.9812805-.5325519-2.186133-.2522479-3.8117113,1.3453845,2.4663987,2.9601312,3.6075438,4.2884015,3.7276175-.0267468-.0890267-.0483968-.1784508-.0672178-.2680385.0030862.0003039.0064997.0014495.0095625.00173,0,0-.0052138-.0068032-.013654-.0180251-.3357616-1.6393952.6137043-3.3528078,1.5749537-4.5473502.412916,1.6226793.7666803,3.4290696.7666803,4.859715,0,0,.2749967-2.4467604.2613194-5.9613733.3629994-.329899.6265166-.5025752.6636208-.4568695,1.5151241,1.865983-.420421,6.2220474-.420421,6.2220474,1.8572451-1.7060249,4.3376166-6.3016758,4.3376166-6.3016758,2.4606153,2.5267395,1.0717438,7.0018958,1.0717438,7.0018958,3.7560366-2.8022592,3.7560366-9.2765645,3.7560366-9.2765645l-6.7761377-46.0761621Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M319.8989067,136.2936132c-.8463597-.0706275-1.7763265-.3200097-2.7474424-.7021838.1434603-.8517851.0828591-2.0308273-.12831-3.2592223,1.1042889-2.2645457,1.6528796-4.8173058.4462794-7.8443293-.3305946-.8294816-.6820443-1.6597815-1.0334005-2.4933545.685411.7601867,1.2684172,1.552496,1.7102076,2.4002599,3.1112368,5.969813.5886174,10.5102197.5886174,10.5102197,0,0,5.465613-5.9697896.6726923-14.0416419-1.5759123-2.6540841-3.4163939-4.3605532-5.3850919-5.7425472-.000187-.0007481-.0003741-.0014729-.0005611-.002221-.7043957-3.175222-.9389449-6.4907406-1.5599203-9.6947888-.0026186-.0140273-.0057983-.0279845-.0086039-.0420118.0144021.0154067.0288043.0309068.0432064.0463135.0080428.0087203.0162726.0174406.0245023.0261609-.1255979-.625735-.2516634-1.2555846-.3794123-1.8883566,2.4726795,1.9290124,4.1264943,3.5146596,4.0706626,5.6941764,0,0,.5886174-1.6816408-1.09316-4.1200082-.6061993-.8789513-1.9017374-2.0761355-3.3765542-3.5257178-.1958317-.9435938-.3980228-1.890975-.6100336-2.8387302.0086039.0154067.0132799.0341097.0240347.0477864,3.4985048-5.8632522.155805-11.0528195-3.7938422-15.2268328-2.3304349-2.4627048-4.2938023-5.6383009-5.9893272-8.7860061-.288791-.9861667-.6083502-2.0007387-.969339-3.0509635-1.1724653-3.4104834-4.9649047-6.7906445-8.4205771-9.2935142-2.3673755-3.446557-5.4873097-6.8923425-8.4808043-6.850167-.7258119.0102166-1.4615369.1881998-2.1940822.4886647-1.5193325-.9122428-3.1110497-1.6528614-4.7562607-2.2115926-.4964063-1.2864213-1.941016-1.2842938-3.2427265-1.0127952-.1808685-.1681407-.3398531-.2983843-.4578759-.369269-.1324249-.0795816-.5437276-.1521028-1.1233671-.2120228-.4311291-.3929517-.8903142-.6723991-1.3641821-.8119007-2.2994797-.6768645-3.8705289.2069496-4.3615111.5466209-.3694991-.0514335-.735538-.0876707-1.0892321-.1036618-.6063863-.1518223-1.203327-.1974344-1.7175957-.1704084-1.6423118.0863147-2.5604951.4248405-2.935512.6002052-.6103142-.3457031-1.4257186-.4484999-2.4319981-.2472547,0,0,.8439281-.058564,1.5786244.5400281-.7902474-.0076683-1.5802143-.0119466-2.3692459-.0098191-.0845424-.1572929-.1833935-.2891263-.2976754-.3902164-.1731998-.1531549-.3823114-.2721532-.6162995-.3645932-.3318104-.2896406-.7665867-.2955087-1.0977425-.2371083-.5143622-.0445835-1.0721179-.0241036-1.6268809.0346708-.2708351-.5417347-.8060524-.6604759-1.3446364-.5469015-.9734539.2052429-2.0780234,1.1500992-2.7574491,1.6072025-.3452773-.5749795-1.0101139-.8486991-1.9513967-.7733958-1.347442.1077765-2.1356319,1.5974769-2.1945498,1.7125008-.0269339.014191-.0536807.0286859-.0805211.0432041-.5156715.1169176-1.029192.2451273-1.5400005.3875512.0357248-.0348812-.0094456-.0531869-.1931196-.0412169-2.5785446.1681641-6.5026607,1.1491173-9.7819537,2.5224611-2.3981437,1.0042853-5.9356465,3.5590326-8.4638771,7.1913112-2.7788653,2.6706129-4.9397477,5.9772241-6.1031415,10.6865664-.1483234.6002988-.286453,1.1896328-.416914,1.7704336-.9890718,1.5484514-1.8739618,3.1525446-2.5546969,4.8653493-1.9972217,5.02491-4.50095,11.9784583-5.335152,17.3176035-.5397062,3.4778613-.4358986,6.6270393-.8189582,9.8785699-1.5566471,1.9535836-2.9753516,3.5614173-3.5839824,4.6902417-1.5343893,2.845814-.8466402,4.7166598-.8466402,4.7166598-.1934002-2.5678395,1.5088582-4.5025563,4.0346573-6.9541562-.080334.3840444-.1687108.7703098-.2713027,1.1606431-1.9039819,3.2939866-3.1896069,6.8824299-2.0753113,10.3781526-.0272144.7677615-.0347896,1.4736157-.0538678,2.162497-1.7445296,1.540713-3.3375562,3.4408058-4.6227136,6.2401661-.6192921,1.3487259-1.0133871,2.6411556-1.2441955,3.8694804-2.6361531,1.0215155-1.8283239,5.8147411-1.7269478,6.1777913-.9185574.836168-1.498758,1.7189067-1.4173952,2.6246267.1137208,1.2662921.8315834,2.479257,1.3874687,3.2487018-.353133.4490376-.6123716.9197006-.7352574,1.4140231-.3103007,1.2484774.78819,2.5601011,1.8440353,3.8076667-.1683367,1.0593659-.2725185,2.113378-.3058117,3.1506743-.6497798,1.2122869-1.037983,2.5156813-1.0340551,3.9051332-.2498865,1.0250691-.4337476,2.0240474-.5316635,2.983796.0536807-.1283499.1148431-.2481899.1728257-.3716536-.9588647,2.689994-1.6057453,5.2981854-1.7431268,7.6398813.7375954-2.0451118,2.078491-3.4445698,3.3290458-4.3489807-.4662927.7291396-.8234472,1.4640304-1.024329,2.2060752-.6529595,1.7846947-.7489114,3.6723967.1212024,5.5782874-.1160588-.3000208-.3980228-1.3052179.1096994-3.050566.5057583.9218515,1.4490051,1.822849,2.6220316,2.6662411.8608553.9062344,1.9178229,1.7633265,3.0052782,2.5314152-.19499.8745093-.8429929,1.8924011-.8429929,1.8924011.9724252-.2080016,1.7516372-.5095888,2.3613902-.8804943.2622312.1648443.5192253.320828.7724785.4721827-.2845826.9684923-.7214164,1.4483666-.7214164,1.4483666.0338544.0334785,1.0957786-.0152898,2.5851845-.3946584,1.0970879.5859208,1.8419779.9269247,1.8419779.9269247.0006546-.0007481-.5619641-.3933258-1.3984106-1.047092.352946-.1004355.7232868-.2174467,1.1070945-.3568314,1.9727194,3.1171256,3.9244902,3.400337,3.9244902,3.400337-.880214-.9276027-1.4321715-2.175706-1.4321715-2.175706.2992653.2661215.6398666.5340899,1.0030063.7959564.1608551.7610284.4577824,1.5128455.918838,2.2458893-.1172746-.2136593-.3822179-.8163427-.3866133-1.8771815,1.6426859,1.089057,3.5942697,1.9813576,4.6257997,1.9812174-.0246894.0235893-.0417101.0406324-.041336.0428534,0,0,.0278691-.0157106.0750034-.0429703.5018305-.0013092.8153109-.0295509.8153109-.0295509-.0903407-.0962975-.1810555-.1955407-.2717703-.296888.1573013-.0972326.3389179-.2115085.5431665-.3438328.416914.5429504.8723583,1.0768299,1.3380899,1.6364728,0,0-.3510756-.6187914-.7204812-1.5642088.1479493.0567872.2930929.1085948.4382366.1604958.0006546.0007949.0013093.0015664.0019639.0023613,0,0-.0011222-.0019638-.0011222-.0020573.2460522.087998.4891117.1714839.7245026.2451506.4603074.7015759,1.0236743,1.3425305,1.7153512,1.8584784,0,0-.1745091-.5681762-.2901938-1.4095811.0034603.0025951.0064529.0056343.0099132.0082294,0,0-.0073881-.0250154-.0176754-.0609954-.0004676-.0036237-.0010287-.0068266-.0014963-.0104503,1.5071748.3497944,2.5458124.3977678,2.5976227.352179,0,0-1.3335074-.5827412-2.6861866-1.710537,1.4022449.3100503,2.3563401.3528102,2.4059059.3091853,0,0-.8906883-.3895618-1.9543894-1.1472937.3600536-.3224879.7140283-.6596109,1.0569676-1.0124679.0497529.1484791.0976353.2991792.1504743.4438942-.0122512-.1969201-.0146827-.3894683-.0141216-.5805436.0164596-.0173003.0340414-.0332447.0504075-.0506152.0752839.3251063.5423248,1.6189387,3.4596003,5.1764517-.3175953-.6490203-.4773281-1.3661432-.5419507-2.073634.408123.3661829.8125988.7243469,1.1845294,1.0659587,0,0-.474242-.6758826-.7974485-1.5824911.080147.0793712.1642218.1572228.2496995.2344197-.0684569-.0695287-.176286-.1926184-.3004811-.380444-.0414295-.1262692-.0784636-.2563491-.1114763-.3892345.23165.2697218.4600269.5148958.6794257.7163981,0,0-.4541351-1.0238768-.7502207-2.2908001.0755645-.3752306.2283768-.7405017.4979026-1.0724814.0326386-.040235.2461457.0964845.5431665.3529739.0755645,1.9709073.2136006,3.206503.2136006,3.206503,0-.0857069.0052371-.1767675.0076687-.2650694.1107282,1.2463032.272612,1.6664211.272612,1.6664211,0-1.4306454.2415632-1.7796215.6545493-3.4023008.5323181.6614578,1.0942822,1.0355896,1.4337613,1.5157211-.0086974.0576522-.0152438.1153746-.0270274.1728632-.0084168.0112218-.013654.0180251-.0041149.0162951-.0014963.0072474-.0039279.0144715-.0054242.021719.0288043-.0266519.0657448-.0624215.1061457-.1027267.020481.0333616.0412425.0666765.0593855.1013707-.6377156,2.0184365-1.3467873,3.610583-1.3467873,3.610583.0277756.0369853,1.4775289-.5671242,3.4494066-1.6017786.628083.0608084,1.2579429-.112125,1.8666673-1.0276174.0833267-.0481604.1674015-.0972093.2514764-.1463984.0105678.0765891.0214162.1532951.0291784.2279906-1.8825657,2.1210229-3.5170218,3.5835804-3.5159931,3.5851702,0,0,1.5715169-.939409,3.5425529-2.4414534-.0519038.8650175-.2422178,1.5880318-.3366735,2.2172269.9821513.0142611,2.4470549-2.4379934,4.0246506-5.3741433.0029927,1.1860559-.0746293,3.5691791-.6858786,5.1584968,2.1695798-2.1694639,2.8644364-3.7938498,3.0880437-4.6147047.0283367,2.9560219.563741,5.4469684.563741,5.4469684.0063594-.3335694.0419907-.6620189.0971677-.9855121.20163.938053.4727456,1.7066094.8358854,1.9659977,0,0,1.6816839-5.0449223,3.6998542-5.8857427,0,0,2.5705018,1.8783037,2.0099405,5.9142415,0,0,1.1211226-2.3542971-.2242619-5.3812271,1.6816839,1.3452892,1.0651039,3.1390316,1.0651039,3.1390316,0,0,.728711-1.121086.1681497-2.6906018-.2356714-.6599148-.3715566-1.0402186-.4506748-1.2618735.0486306.0404922.1001604.0843977.1459854.1214765,1.0834339.8762393,1.6838349,1.7432674,2.0128396,2.4898009-.0005611.0171133.0031797.0350215.0015898.0519478-.112131,1.233211-.8408419,1.1771485-.8408419,1.1771485,0,0,.5563529.1481518,1.0958721-.4903948.2205211.8798864.0706079,1.4621835.0706079,1.4621835,0,0,1.0055314-.8067106,1.4677092-3.3821716.0224449.0443964.0448898.0886994.066493.134405.0608818.1389171.1163394.2735092.1713294.4075869.2198665.5960672.322926,1.2576887.0990381,1.868391-.6166735,1.6816408-2.0180768,1.6816408-2.0180768,1.6816408,0,0,1.5484173.3677961,2.6129601-1.4406749.5050102,2.0968959.1891918,3.2820634.063968,3.6287718.2829927-.6695235.4757383-1.339842.5854377-2.007729.423928,1.2491554,1.7267607,1.6133745,1.7267607,1.6133745,0,0-.8969542-.5605547-1.3453845-2.3542971-.2388511-.9554469.0806146-2.3367629.5654244-3.3801377.3738946.6739655.7028994,1.4299908.9481099,2.2858204-.029646-1.0615401-.1412158-2.175519-.3147897-3.3240051.265972-.3102841.5345626-.4737958.76322-.40235.8969542.2802657,2.0180768,3.1950941,1.1772348,3.9238129-.8408419.7286954-2.2983574-.7287188-2.2983574-.7287188,0,0-.1681497,1.121086,1.9059458,1.7377032.6453843.1918469,1.1929463-.2135658,1.6411896-.8626796.4780763-.0395336.9367939-.1138082,1.372786-.2188027-.2226721.5411503-.5180095,1.0771806-.8837678,1.5859745-1.2893658,1.7937424-3.41948.2802657-3.41948.2802657,0,0,1.2332536,2.074008,3.7558729.5044922.4476822-.278559.81821-.6535558,1.1294459-1.0798925.0580762.347363.0981029.6758592.1037141.9677675,0,0,.9960858-.5159712,1.9037949-1.9001161.4620843.9988848,2.0203213,1.0032566,2.0203213,1.0032566,0,0-1.5136277-.0560625-1.1772348-2.1300705.3362994-2.074008,2.9710497-2.2982346,2.9710497-2.2982346,0,0-1.5696465,1.0089845-.7288045,3.5314222.8409355,2.5224611,3.5317045,1.7377032,3.5317045,1.7377032-.8409355-.0560625-2.2983574-.5605547-2.6347503-1.7937424-.7093523-2.6008738,2.9991058-4.8206957,2.9991058-4.8206957-1.5135342,3.1951175.9049969,5.4087907.9049969,5.4087907,0,0-1.8019511-2.8863296-.3444356-4.848236,0,0,.3362994,5.0448989,5.1012575,6.2220474,0,0-5.465613-4.8206957-.0922111-6.5498423,0,0-.1039947,2.4018029,3.595766,3.8031546,0,0-1.1097131-1.3307242-1.4607887-2.6158129.1212024-.572361.2945893-1.2676948.5232467-1.9219987.2539079-.1678602.5941351-.2961867,1.0437812-.368965.6997197,1.2719264,1.3690452,1.9701124,1.9672017,2.3242552.5711291.5873001,1.2568207,1.1624432,2.0748437,1.643393,0,0-.2370742-.5311441-.4905145-1.4071029.4127991-.1257548.7047698-.3685208.8338279-.4920313.8780631.8396982,1.9035143,1.6316568,3.0736416,2.3456937-.1868538-.121196-1.6839284-1.1712804-4.3411236-5.0756655.2392252-.2613522.5437276-.5215354.8201739-.8073185.5254911.848325,1.2773017,1.9525081,2.2444897,3.1090131.3745492,1.1435765,1.2100605,2.0863521,2.6830069,2.7283821.1778758.1518924.3582767.302499.5440082.4498091,0,0-.116994-.1195594-.316286-.3573224,1.2659857.5040948,2.9658126.8029466,5.2035688.8380617,0,0-4.393308-.8477639-6.3639699-2.4262572-.2924383-.4492714-.6105947-.9767684-.9395995-1.585694,1.2113698.4312229,2.4550976.4199309,2.7435146.5912278l-.1195191-.1824719s-.7141218-.9439211-1.7355517-2.5059791c.0156179.0140974.0306747.026348.0461991.0403051.3836207.3548208,2.300789,2.0662696,4.2564877,2.7056111,0,0-.0570474-.0282183-.160294-.1030774.1991049.0725212.3121711.1030774.3121711.1030774-.5051972-.3849094-.9466135-.833947-1.3379029-1.3171645.8152174.6174822,1.9405484,1.0689045,3.4727867,1.0267524l-.3388244,2.0914253c.2137876-.4398497.4752707-1.1223018.7605079-1.9442554.176286.754529.2183701,1.236297.2183701,1.236297.3585572-.2810605.6641819-.6003221.926039-.9480358-.3890449,1.9760506-.6716635,3.3864032-.6716635,3.3864032,0,0,.527268-1.7471249,1.2839416-4.4151428.0058918-.0127181.0135605-.0244309.0193587-.0371724.5979695.1314827,1.2505548.243444,1.9667341.332307,0,0-.7952975-.2450337-1.8296332-.6637957.0104743-.0268389.0170207-.055665.0271209-.0826676.4300068-.7212843.9207084-1.6576073,1.437128-2.8530147.0987575.0227242.1919039.0504048.295618.0687572.3413495,1.2163081.6136809,2.288509.811196,3.1114445-.0890314,1.953981-.8901272,2.4005872-.8901272,2.4005872,0,0,1.0504212-.4131043,2.3705552-1.1523903-.5106214.6906814-1.10485,1.3594802-1.792038,2.0018375,0,0,3.8796939-.5834426,5.9112377-5.2777523.2777556-.3553118.5192253-.7266615.7045827-1.1144932.0329192.4549992.0512492.6856316.0920241,1.1543775,0,0,.9675621-.6775425,1.9803881-2.0524995.3557516,1.0914183.5388646,1.9263004.5388646,1.9263004.8957384-1.6167411.7707952-3.94289.7707952-3.94289.5560723.8014036.8463597,1.7777512.9956182,2.6751484.0892185,1.5815325.1150301,2.6453871.1150301,2.6453638,0,0-.0112224-.8048403-.0424583-2.1206488.0216967.1920105.0370341.3764696.0482565.5524656-.0055177.0579328-.0092585.1154214-.0149633.1734009,0,0,.0088844-.0278208.0215097-.0683598.0469472.8555491-.0123447,1.463142-.0123447,1.463142,0,0,1.356794-1.3289007,2.1322652-3.5881159.4579694-1.1515955.7543356-2.6237383.6537076-4.710254.1980762-.1794093.3887643-.3684273.5678559-.5715895,1.5389718,1.0656548,2.9919048.9288184,2.9919048.9288184-.985518-.5205769-1.8301943-1.0082363-2.5229935-1.5296081.2150969-.3109153.4142954-.6373776.5777691-.9941389,1.0418173-2.2727984.6929862-4.4130621-.0196393-6.5347396-.0282432-.2808034-.0761256-.5586376-.1563661-.8306506-.2388511-.8108019-.5758986-1.5961209-.9741085-2.3632044.0763126-.1835941.1537475-.3674454.2320241-.5515539v.0000468c.009165-.0216254.0180494-.0431574.0272144-.0647828,3.9342163,4.6378965,3.4217245,7.201294,3.2763938,7.6741313,1.2079095-3.2808945-.6157383-6.3636298-2.7964471-8.7517327,1.0824052.4210297,2.956554,1.5227347,3.8610834,3.7462972-.0740682-.7482635-.2227656-1.5317823-.4313161-2.3386332.0622846.0743447.1220441.1510975.1794657.2300011.0137475.0189135.0260922.0390661.0395591.0582133.0426453.0607149.0852906.1215466.1253173.1845994.0222579.0351618.0424583.0720069.063968.1078466.0292719.0487917.0593855.0968352.087161.1468192.0202004.0365178.0385304.0745552.0580762.1116808.0267468.0509659.0543354.1012772.0796794.1532717.0189846.0388557.0360054.0789971.0541483.1184139.0237542.0517608.0484436.1029838.0710755.155633.0187976.0441626.0358183.0894475.0537742.1341478.0197328.0490488.0404008.0975833.0590114.14724.018517.0492359.0350702.0994536.0525585.1492038.0162726.0463369.0334803.0921828.0489112.1389171.0143086.0434613.0270274.0875772.0405879.1313424.0167402.0540285.034322.1077531.0500334.1622025.0117836.0411468.0222579.0827845.0334803.1241183.0157114.0573951.031984.1146031.0464796.1723255.0121577.0482773.0227255.096882.0341349.1453229.0120641.0512231.0247829.1023059.0360054.1536458.0105678.0482773.0196393.0966014.0294589.1449255.0105678.0518543.0218838.1036618.0316099.1555395.0088844.0470382.0163661.0939362.0245959.1409277.0092585.0529531.0191717.1059763.027682.1588125.0075752.0474357.0140281.0945441.0210421.1418395.0078557.0522284.0160855.1046437.0231931.1566149.0067335.0497268.0123447.0988692.018517.1483388.0059853.048815.0126253.0979574.018143.1464451.0057983.0511062.0104743.1014175.0156179.1521262.004676.046407.0100067.0932115.0141216.1391977.004676.0504983.0083233.1000381.0123447.1499987.0037408.045051.0078557.0906398.0110354.1351999.0039279.0538181.0069205.1063738.0101937.159397.0024315.0394869.0053307.0796517.0073881.118671.0031797.0584004.0055177.1152811.0080428.1725359.0014028.0322628.0031797.0652971.0043955.0971625.0019639.0527894.0032732.1038489.004676.155446.0010287.0353254.002338.0715159.0031797.1062569.0008417.0389024.0011222.0760748.0016834.1142057.0007482.0458459.0016834.0924867.0019639.137117.0002806.0330577.0000935.0643386.000187.0966949.0000935.0468045.0003741.0942869.0000935.1395717-.0002806.0415442-.0009352.0807739-.0014028.1209388-.0004676.0340864-.0006546.0693183-.0013093.102376-.0006546.0393934-.0016834.0762618-.0026186.1141356-.0007482.0317485-.0014028.0647828-.002338.0954558-.0010287.0339695-.0022445.0653439-.0034603.0978872-.0011222.0316783-.0020574.0646191-.0032732.0948948-.0014028.0329642-.0028056.0630528-.0042084.0942869-.0013093.0268155-.0024315.0550572-.0037408.0805401-.0016834.0343435-.0034603.065414-.0052371.097256-.0011222.0192642-.002151.0401649-.0031797.0584939-.0014963.023823-.0028056.0443964-.0042084.066583-.0014963.0242439-.0030862.0500074-.0045825.072264-.0011222.0169263-.002151.0309536-.0031797.0466642-.0015898.0220696-.0031797.0452615-.0045825.0648997-.0015898.0213683-.0028991.0387621-.0043019.0571613-.0017769.0230515-.0032732.0437185-.0045825.0618838-.009352.0491657-.0140281.0879279-.0060788.0976301-.0002806-.0003039.0000935-.0050732.0000935-.0074345,0,.0026418-.0002806.0074579,0,.0075046,0,0,.295431-.7116522.4197196-1.8456902.002338-.0212046.0042084-.0423625.0063594-.0635905.022819-.2227303.0396527-.4595113.0455444-.7115587.0000935-.0036705.0000935-.0073643.0002806-.0110582.0051436-.2340924.000187-.4809965-.0147762-.7367845-.0005611-.0085567-.0011222-.0170666-.0016834-.0255998-.0241283-.3917828-.0746293-.8058222-.1624449-1.238144-.0121577-.0615565-.027682-.1238144-.0410555-.185745-.0123447-.0548-.0237542-.1090857-.0373146-.1644001-.2640081-1.1309753-.7348833-2.2961305-1.4442356-3.1592543-.0297395-.0360736-.0534002-.0753033-.0820174-.1119379-.0465732-.0652504-.0907148-.1304306-.139626-.1957277.1568337-.1936704.3033802-.3880889.4415098-.5830685.547936.8273074,1.0484572,1.808471,1.4373151,2.976759-.1339212-1.3510171-.3705278-2.7616969-.6901806-4.2114662,1.1933204-2.3353134,1.1909823-4.7354097.5370877-7.0825528.1991985.0872733.4049433.1679069.6195727.2394462-.1255979-.0502879-.3624851-.1650313-.6643689-.3958273-.023006-.0788802-.043487-.1579709-.0678958-.2367109.6000269-1.8574965.9280965-3.9437316.5951638-6.0633284.2545625-.5787668.4846227-1.1645006.6305146-1.7966647.6624985-2.8702917-.8227925-4.1839727-1.5526257-4.2448746ZM319.8261478,141.5838731c.0764997.1493909.1415899.3060759.1999466.4669458-.4068138,1.208032-.9108887,2.3792891-1.1863998,3.0769374-.4805078-.9121726-1.0188113-1.8056422-1.5808689-2.6719221-.0322645-.0496801-.061817-.1028202-.0933334-.1533653-.1778758-.8643629-.3275085-1.8375076-.4371144-2.9333678-.0013093-.0139338-.0026186-.0283118-.0040214-.042269.1624449-.6850003.1734803-1.2758307-.0808951-1.840991,0-.0017067.0000935-.0034133.0000935-.0050966,1.29479,1.2506283,2.4174089,2.6079576,3.1825929,4.1031287ZM319.657437,148.044268c-.1131597-.1240716-.2294056-.2630588-.3478959-.4178502-.002338-.1430786-.0014963-.2837491.0029927-.4216142.1296193.241901.2541885.4854151.3783836.7290461-.0109419.0368684-.0222579.07362-.0334803.1104183ZM295.0885047,178.5373035c-.3357382-.2107136-.6465066-.4340284-.9198667-.6662739l.4041952-.3519218c.1938678.3442302.3662259.6857718.5156715,1.0181957ZM293.164603,176.4516529c-.068644-.3303198-.0626587-.6417728-.0127188-.9368139.4387042.4945095.8141886,1.0078857,1.1353377,1.5207943-.1314897.2273827-.2530662.434683-.3604276.6155885-.394095-.3802804-.6754979-.7825837-.7621913-1.1995689ZM223.6147881,67.8682046c4.817049-7.2707292,9.778961-9.2377322,10.2384268-9.4074393-.0045825.0064526-.0092585.0128116-.013841.0192642-3.2520785,2.0153505-5.882714,4.5257949-8.9820736,9.0099287-.6651171.9621566-1.3613765,1.9078078-2.0639953,2.8501625.0187041-.0776879.0351637-.1580644.055177-.2341158.1914363-.7245807.4464664-1.4752523.7663062-2.2378003ZM206.6114694,131.2706904c-.1226988.6821247-.1859186,1.3932393-.1950836,2.1239452-.5082834.1682342-1.0111426.3130194-1.5089517.4438241.4643288-.8900095,1.0389182-1.7406724,1.7040353-2.5677694ZM204.1617959,135.5657828c.7332935-.1680939,1.5058655-.3804908,2.3037816-.6428015.0069205.0936323.0174883.1879426.0256246.2818087-.0422712.4480089-.0841684.896088-.1127856,1.3466452-.8361659.4588801-1.8621783.9799713-2.9081105,1.5514673.1540281-.8076224.3775419-1.6550356.6914899-2.5371197ZM206.3397926,137.4326308c-.0034603.0793946-.0073881.1586956-.0104743.2381604-.0027121.0111283-.006827.0228645-.0094456.0339227-.6594124.938053-1.2962863,1.9547291-1.8915437,3.0417989-.2594256-.6039225-.5218439-1.2623411-.761069-1.9456114.884703-.4535965,1.8008289-.9018626,2.6725326-1.3682706ZM203.2847616,139.3379838c.2150969.477139.444596.947802.6916769,1.4073601.041336.0766826.1318638.2109708.2498865.3784335-.3194657.6005559-.6206014,1.2239998-.9123851,1.8565613-.137288-1.045923-.181149-2.2730556-.0291784-3.6423549ZM210.3024392,114.7561738c.400922-.3867797.937355-.7384444,1.521764-1.0874439.0057047.3017275.0053307.5910174.0014028.872639-1.1652642,2.6477952-2.3426861,5.2699671-3.5425529,7.8639909-.0810822-.3418456-.1463594-.7086364-.1825518-1.1070587-.1266266-1.3905974.0980094-2.7737137.5425119-4.1174833.3822179-.9035458.9185574-1.7099526,1.659426-2.424644ZM294.9645902,69.0760963c-.7503142-1.7600768-6.0194408-7.4208448-7.0097283-7.7535726-.3105813-.3009793-.6249969-.5968621-.9426857-.8885834.0173013-.075654-.0083233-.1774689-.0653708-.2963503,1.2773952.9053226,3.1048774,2.2294306,4.9260002,3.6461189,1.8912631,2.7660454,3.1777298,5.2572724,3.1777298,5.2572724-.0231931.0082761-.0564863.0229347-.0859453.035115ZM262.1970047,52.6854643c-.3009487-.0036003-.6019908-.0072942-.903033-.011105.4156047-.1251236.8112895-.2127242,1.184997-.2615626-.1075485.0789738-.2002272.1710631-.281964.2726675ZM202.6024367,144.0744221c-.4407617.268132-.8747899.5444701-1.2812295.8353264-.0196393-.1052516-.0430194-.2095213-.0721978-.3117336-.1952706-.6821481-.65988-2.1516258-.9782234-3.6878267.2895392-.2510889.6137744-.492195.9641018-.726077.3131063,1.531946.8336409,2.8448789,1.3675489,3.890311ZM262.0530768,183.1603778c-.2697128.2868351-.5514898.5799592-.843554.8787643.2428725-.4840357.4456247-1.0197621.6087243-1.520841.082485.2180078.1610421.4324152.2348297.6420768ZM313.2411892,166.2509691c.4662927-1.0136135.8590784-2.3132438.7822047-3.7561164.4872413,1.4169688.1251303,3.0655519-.5827256,4.6445595-.0606947-.2875131-.1278424-.5847518-.199479-.8884431ZM317.6112106,148.4573723c.0131864-.6280027-.000187-1.2550702-.0407749-1.8806415.0229125.0307432.0442352.0628657.0676153.0932582.5743088,1.052212,1.0521045,2.1470669,1.3684841,3.2667736-.1586106.4123796-.3234871.8119007-.4892052,1.1979323-.2804677-.8872975-.584596-1.781071-.9061192-2.6773227ZM317.7220323,144.4244269c.3065599.5141009.6105947,1.0290669.9061192,1.5468851-.0152438.1977383-.0069205.4064413.0108484.6181836-.3183435-.5789772-.6320109-1.2921959-.9169676-2.1650686ZM317.0987188,129.3826144c-.0329192.5651136-.1619773,1.1033649-.3628592,1.6035788-.2150969-.8410308-.490234-1.6555266-.8102608-2.3497148-.5307283-1.1511513-1.0156316-2.2889298-1.4736945-3.4211909-.3801604-1.1303441-.7990383-2.2424526-1.2584106-3.3255948-.1334536-.3776853-.270648-.7556512-.3978358-1.1330093.0293654.0276572.059666.0555482.0854776.0823169.4067202.4211934.7837945.8163193,1.1376757,1.2163315.6213496,1.2096685,1.0295661,2.0258476,1.0295661,2.0258476.0088844-.0026184-.1993855-.5652539-.5719708-1.4868949.6860657.8450052,1.2799202,1.7695452,1.8210293,3.0474332.5201605,1.2285352.8725454,2.5156813.8012828,3.7408967ZM310.998944,98.1612808c.0098196.0408429.0151503.0803999.0216967.1203777-.1808685-.795068-.3688445-1.5897385-.5669207-2.3820945.2962726.5829984.474429.9391285.474429.9391285.0096326-.0028756-.2415632-.6780101-.6818573-1.7566167-.7578894-2.9237825-1.6603612-5.8029114-2.8153382-8.5302414.3039413.4833344.582071.975693.8183971,1.4694076,0,0-.2164997-.7969617-.7367537-1.9594984.653053.7683226,1.2711293,1.5842211,1.8167274,2.4357022.0208551.0935154.0429259.1929457.0692986.3114531,0,0,.1324249.1212193.3280696.3408403.9228593,1.5801064,1.5783439,3.2569311,1.732372,4.9371692.2485772,2.7119935-.4601204,4.0743727-.4601204,4.0743727ZM311.6924913,89.8331963c-1.5754447-1.7848116-3.226828-3.3749943-4.56763-4.5854811-.4045693-.8007257-.9323049-1.7036169-1.6027527-2.6109735-.1198932-.2133554-.2435271-.4242093-.3678157-.6345722,2.2005351,2.5947486,4.634123,5.0706858,6.5381985,7.8310267ZM297.2928742,68.5645203c.9522248,1.0808043,1.3275221,2.6038663,1.3274286,4.3546617-.0907148-.1221545-.2123848-.1862593-.3266668-.2200651-.2134136-.3542364-.4776087-.6969002-.7461993-.9537636-.222485-.711512-1.1552575-2.0080329-1.8808824-2.5118939l.2809353.0877876s-.8230731-1.7496966-2.1488183-3.9962639c1.3952309,1.1529748,2.6569147,2.2892103,3.4942028,3.2395373ZM289.7254837,60.9124352c-1.9491523-1.2749189-3.5152449-2.1419937-3.9944435-2.395701-.3199333-.169333-.6041418-.3121077-.852532-.4306618-.6450102-.4533393-1.2769276-.7703565-1.6396932-.7181749-.3638879-.2573076-.7320777-.5087472-1.107001-.7509755.3210555-.0838599.6387444-.14039.9505414-.1601919,2.1682706-.1376547,4.5662272,1.9463829,6.6431284,4.4557051ZM270.08676,52.1844789c-1.0084305-.045542-2.1642492-.0615799-3.2597472-.035606.8849836-.4599088,2.0239686-.8499381,3.2597472.035606ZM252.7838955,51.7652259c-1.052011.1599581-2.0187314.4195335-2.5541357.5777615.9439014-.6495346,2.1949239-1.3127459,2.5541357-.5777615ZM249.9516301,52.5397907c.2160321.0892605.3830596.2115786.5051037.3644763-.3453709.0310237-.6899935.0655777-1.0340551.1038021-.0063594-.0166691-.011316-.0346942-.018143-.0509893.1435538-.1148603.3319974-.260908.5470944-.4172891ZM246.2104398,53.1915696c.5863729-.6032679,1.2904881-.6366996,1.7918509-.2967945-.7529328.0259973-1.4591053.1894856-2.1274021.4557473l.3355512-.1589528ZM241.6971452,54.691323c-.171984.060107-.3438745.1203309-.5151104.1839214-.0149633.0055642-.03002.0105205-.0450768.016108-.2581163.096391-.5152974.198089-.7719174.3027094-.0394656.0160613-.0792118.0305795-.1185839.0468278-.0650902.0268623-.1296193.0562729-.194616.0836729-.3109553.0918789-.7336676.2905757-1.1576891.5142646-.2449299.112803-.4861191.2250682-.7230998.3367957-.8680564.4070258-1.7079631.8202002-2.5226194,1.2449238-.3017903-.0352553-3.1787585.8979115-5.6245041,2.5115666-.6070409.4004797-1.1987445.809633-1.7755784,1.2301951,3.0796269-2.9853156,7.4811647-5.4742048,13.4487952-6.4709855ZM222.34263,69.9249824c-.0946426.4339349-.171984.8747431-.2277222,1.3233832-.2773815.3706951-.554389.7415304-.8300871,1.1132074.1438344-.6031744.3456514-1.1627705.6206014-1.6634754.1449566-.2640875.2910355-.5197586.4372079-.7731152ZM208.5260191,114.3462257c-.0985705.3527167-.194616.7029319-.288604,1.0527964-.3845559.5566504-.7670544,1.1420569-1.1372081,1.7582533.4272012-.9525012.9123851-1.8864161,1.4258121-2.8110497ZM200.9983748,136.027141c-.1085772,1.244503-.0519038,2.4084191.1143755,3.4773937-.3415365.2256527-.6732534.4546018-.9777558.689606-.3326521-1.9479025-.3238612-3.8193795.8633804-4.1669997ZM199.0690488,142.4415263c.1453307-.3385725.3589313-.6569457.6237811-.9603331.4012025,1.2618267.8839549,2.5045529,1.1340284,3.799905-.261483.2053131-.5074417.4162137-.7345093.6326083-.6447297-1.0179619-1.4230065-2.5410473-1.0233003-3.4721802ZM207.5316167,175.1879558c.0120641-.0115024.0217903-.0238932.0335738-.0354891.0652772.0296911.1297128.0582835.1947095.0874837-.0054242.0468512-.0125317.0907333-.0187976.1362286-.0694857-.0619306-.1394389-.1249132-.2094857-.1882231ZM220.105809,180.7213792c-.3218972-.3657621-.6437945-.7615427-.9612027-1.182549.472278.2588273.9434338.4892726,1.407295.6926452.0087909.0119934.0168337.0242672.0256246.0362372-.1769406.1731204-.3357382.3253635-.4717169.4536666ZM256.0908705,183.6135301c-.1143755-.9403909-.3637944-1.8661233-.708043-2.7685236.3172212.1423304.6311692.1259185.8619776.0784594.0847295.1142291.1690849.2289958.2513828.3500515-.1037141.5010555-.2696193,1.3623792-.4053174,2.3400126ZM284.1696235,179.9378136c.2830863.34755.5894591.6897696.9201473,1.0250691-.3637944-.2306324-.6439815-.4424681-.8517838-.6387336-.0238477-.1264328-.0469472-.2538242-.0683634-.3863355ZM291.4796459,177.0631033c.4804143.5134463,1.0408821,1.0305164,1.7028195,1.5981081-.3234871-.3146793-.8704879-.9617592-1.654563-2.3428882.0057047-.0267922.0080428-.052392.0147762-.0794881.1429927-.5797955.3676287-1.1334768.650715-1.6688759.03002.0244309.0588243.0431807.089499.0705808-.1623514,1.4059106.1660922,2.6703558,1.2373685,3.6837822-.0976353.1584151-.1514095.2429998-.1514095.2429998l.2144423-.1866801c.4854644.4433332,1.1142956.8381084,1.913521,1.1731274.0530261.1495078.100628.2940358.1456113.4355246l-.0496593.3067773c-1.6173419-.4623635-3.9392664-1.4358121-4.1131209-3.2329678ZM314.8927595,165.9231509c-.0231931.6994718-.1477622,1.4118254-.4137343,2.1408715-.128123.3509166-.2846761.6664375-.4604945.9559378-.1062392-.1188113-.2036874-.2419244-.2959921-.3676091-.0255311-.1589762-.0535872-.3219034-.0829526-.4864671.4790115-.7188529.9146295-1.4734053,1.2531734-2.2427332ZM320.0640637,166.1257754c.000187-.0033899.0007482-.010123.0010287-.0146118-.0002806.0045355-.0008417.0111985-.0010287.0146118ZM320.0693009,166.0531373c-.0007482.010123-.0016834.022093-.002338.0304626.0006546-.0083229.0015898-.0204331.002338-.0304626ZM318.1686857,156.9971756c-.0125317-.0228178-.0274015-.0443263-.0397462-.0672376-.1922779-.3584445-.3673481-.7222195-.5366201-1.0875608-.1124115-.2801955-.2341751-.562051-.3558451-.8440467.4338412.3861017.8746963.8484185,1.3004012,1.3928886-.1268137.2352848-.2518504.4371378-.3681898.6059564ZM318.7323332,151.8337226c.1672145-.3072215.3343354-.6270442.4975285-.9651959.1703942.8737378.2375418,1.7582065.1567402,2.6461353-.0134669.1480115-.0351637.286765-.0555511.426968-.1833935-.6965729-.3836207-1.3996684-.5987176-2.1079074ZM320.0691138,148.8628083c.0110354-.0311173.0216967-.0625384.0327321-.093796.0957649.2012919.1939613.4017889.2850502.6046238-.1045558-.173962-.2115432-.341378-.3177823-.5108279ZM319.8568225,147.3406113c-.1412158-.3642191-.2945893-.7266381-.4601204-1.0865555.1666534-1.0534277.5323181-1.9485337.9206149-2.8063038.0980094,1.1921344-.1043688,2.5419591-.4604945,3.8928593ZM320.4254266,140.6953833c-.3718371-1.1294791-.9582101-2.2538849-1.819533-3.3436199.4481498.1630207.8901272.3164094,1.3180766.4482193.8682434.2675476.8446763,1.4874794.5014564,2.8954006Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SHORT WOB 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.6685791,140.74823c.1106567-.3960571.2080078-.7952271.2799683-1.2001343.5361938-3.0166626.3007202-4.9532471-2.239624-5.1060181-.1859131-.0111694-.3800659-.0338745-.5719604-.0534668.0411377-1.2404175-.170166-2.4761963-.7835693-3.5775146-.8269043-1.4847412-2.2644043-2.5068359-3.5927734-3.5668945-1.0586548-.8447876-2.0738525-1.7439575-3.0414429-2.6917114-.0424194-1.0514526-.0297241-2.1066284-.0985107-3.3536377-.1968994-3.5681763-1.1501465-6.3046875-2.0214233-9.56073-.4434204-1.6571045-1.0834961-3.3466187-1.6881714-5.041626-.1466675-.9589844-.1369019-2.175293-.2426758-2.8186035-1.079834-6.5667114-2.65979-12.8134766-5.2123413-18.8948975-.7295532-3.4626465-1.6469116-7.0134888-2.8011475-10.5515747-.5289307-2.2324829-1.6924438-6.0289307-3.4837646-8.3711548-2.3183594-3.0313721-7.3813477-8.5305786-11.9429932-9.6147461-1.5603027-.6939087-3.1236572-.6305542-4.1381226-.3919067-2.5090332-1.0609741-5.1489868-1.8274536-7.8539429-2.3313599-5.5787354-1.9768677-11.5223999-2.5006714-17.3953857-1.7813721-.4081421-.008728-.6351318-.008667-.6351318-.008667.1464844.0114136.2887573.0240479.4332275.0360107-.2328491.0296631-.4655762.0611572-.6980591.0946045-.2028809.0112305-.4056396.022583-.6040649.0375977-2.1580811.1627808-4.2912598.5598755-6.3840332,1.1502686-12.956665,2.5852661-23.4348755,11.7880249-29.4484253,23.5244141-4.5933838,8.9646606-6.9020996,18.9031982-8.8841553,28.7791138.0081787-.008667.0163574-.017395.0245361-.026123.0144043-.0154419.0287476-.0309448.0431519-.0463257-.0026855.0140381-.0058594.0280151-.008606.0419922-.6209717,3.2040405-.8554688,6.5195923-1.5598145,9.6948242-.7178345,3.2359009-2.2265625,6.3057251-3.4476929,9.3692627-1.206543,3.0270386-.6578979,5.5797729.4463501,7.8443604-.2111206,1.2283936-.2717896,2.4074097-.1282959,3.2592163-.9711914.3821411-1.901062.6315308-2.7474976.7021484-.7297974.0609131-2.2150879,1.3745728-1.5525513,4.244873.1459351.6322021.3759766,1.2179565.6305542,1.7966919-.3328857,2.1196289-.0048828,4.2058716.5950317,6.0633545-.9549561,3.0841064-.833252,6.2722168,1.6130371,9.293396-3.1931763,4.2659302-1.4511719,8.4494629-1.4511719,8.4494629.0183716-.003479-.553894-4.835083,1.4403687-7.2153931-.2084351.8068848-.3571777,1.5903931-.4313354,2.3386841.90448-2.2235718,2.7786255-3.3253174,3.861084-3.7463379-2.1807861,2.3881226-4.0043335,5.4708252-2.7963257,8.75177-.1453857-.4728394-.657959-3.0362549,3.2763062-7.6741333.0876465.2057495.1738892.4111328.2592163.616272-.3982544.7670898-.7352905,1.5523682-.9741821,2.3632202-.0801392.2719727-.1280518.5498047-.156189.8306274-.7127075,2.1217041-1.0614624,4.2619629-.0197144,6.534729.1635132.3567505.3626709.6832275.5776978.9941406-.692627.5213623-1.5374146,1.0090332-2.5228882,1.5296021,0,0,1.4528198.1368408,2.9919434-.928772.2463989.2796631.5075073.5425415.7926636.7729492-.7022095,4.9066772,2.5611572,8.0969849,2.5611572,8.0969849,0,0-.0917358-.9356689.0424194-2.1206665-.0313721,1.3157959-.0424194,2.1206665-.0424194,2.1206665-.000061,0,.0256958-1.0638428.1150513-2.6453857.1491089-.8973999.4394531-1.8737183.9954834-2.6751099,0,0-.124939,2.3261108.770752,3.9428711,0,0,.1831055-.8348999.5388794-1.9263306,1.0128174,1.375,1.9804688,2.0525513,1.9804688,2.0525513.0407104-.46875.059082-.6994019.0921021-1.1544189.8508301,1.7802734,2.833252,3.2353516,4.5021362,4.2072144.0133667.0227051.022644.0378418.0234985.0373535,0,0-.0061035-.0134277-.0145264-.0322266,1.4631958.8512573,2.6831055,1.3304443,2.6831055,1.3304443,0,0-.8010864-.4465942-.8900146-2.4005737.1975098-.822937.4697266-1.8951416.8112183-3.1114502,3.7246094-.659729,4.1724243-4.3192139,4.1724243-4.3192139,0,0,2.7278442,1.4849243,2.2589722,3.7402344s-6.5012207,4.1097412-6.5012207,4.1097412c9.0222168-1.1194458,8.3728027-5.7521362,5.5793457-10.6342773.8001709-.7102051,1.6785889-1.6958008,2.4451294-2.9047241,1.6867065,1.6709595,2.7642822,3.7905273,1.6246948,6.2186279-2.022522,4.3095093-3.3379517,5.5626831-3.5004883,5.7074585,5.3980103-4.5484619,6.5874634-10.6152344,2.8754272-13.8034668,1.1017456-2.5290527,1.5453491-5.6983032.2200928-9.2151489-1.0071411-2.6727295-1.4293213-4.7206421-1.9073486-7.031189-.303894-1.7389526-.5864868-2.9176636-.5961914-2.9158936,0,0,.0001221.0054321.0001831.0063477-.1056519-.4697266-.2175903-.8736572-.31427-1.1925049-.2860718-1.2085571-.5429077-2.4025879-.8024902-3.5982056.1137695-.7504883.1556396-1.4668579.0817261-2.0882568-.5026855-4.227417-1.7730713-8.1095581-.1072998-12.1088867,1.8867798-4.5298462,1.2354126-8.0176392,4.3724365-11.5471802,2.9666138-3.3378296,4.6467285-5.6948242,5.6535034-9.7145996,4.0275269-5.7042236,8.4216309-11.2801514,13.3900757-15.8179321.3723755-.3400879.7479248-.6743164,1.12677-1.0023804.7577515-.6560669,1.5286865-1.2872314,2.3135376-1.890564,1.5697021-1.206604,3.1950684-2.3016357,4.8815308-3.2606201,5.157959-2.9328003,13.7486572-1.1444092,18.3345337-1.2281494,4.2487183,2.3948975,7.7474365,5.4294434,9.6887817,9.2870483.512207,4.4127197.000061,8.9176025.6929932,12.7993774.8656616,4.8494873,1.3747559,10.7567749,4.5664673,14.4994507,1.5,1.7588501,2.6764526,2.8148804,3.6981812,3.9699097-.8466797,6.4585571-2.0374756,14.0761108-2.5380859,19.508728-.93927,3.3892212-1.4989014,6.8099365-1.2351685,9.9863281-.9024658,3.5525513-2.0540771,9.1449585.6697388,10.9862061.1156616.078186.2244263.1552734.3369751.2329712-.2020874,2.3580933-.4071045,4.6918945.0933838,6.923645.2647705,1.1807861.9300537,2.3307495,1.7807617,3.3938599-.8649292,2.3457031-1.8748169,4.2478638-1.8748169,4.2478638,0,0,1.1749878-1.348999,2.1885986-3.8695679,1.0201416,1.1904907,2.2487793,2.2576904,3.3703613,3.1173096-1.6036987,1.7657471-3.7090454,2.6861572-3.7090454,2.6861572.0779419.0686646,2.3901978-.0744629,5.1771851-1.1437988-.3695679.9454346-.7205811,1.564209-.7205811,1.564209.4656982-.5596313.9212646-1.0935059,1.3380737-1.6364746.2043457.1323242.3858032.246582.5432129.343811-.0907593.1013184-.1813965.2006226-.2718506.296875,0,0,.3134766.0282593.8153687.0296021.0471802.0272217.0750122.0429688.0750122.0429688.0003662-.0022583-.0167236-.0192871-.0413818-.0428467,1.3861084.0001831,4.154541-.2092285,5.8807983-1.7445679,0,0-.5519409,1.2481079-1.432251,2.1757202,0,0,1.9518433-.2832031,3.9245605-3.4003296,2.2512207.8175659,4.0910645.9158936,4.1358032.8716431,0,0-.8294067-.904541-.9468994-2.7498169.6436768.7601318,1.7380981,1.3629761,3.359436,1.7097778,0,0-1.2523804-1.9611206-.8026733-2.7772217,1.8185425-3.300415,3.1129761-7.5818481,4.9437866-10.9783936,1.5830688-2.9368896,1.2791138-5.5700073.0427246-7.8764648-.0332031-1.0372925-.1375122-2.0912476-.3058472-3.1506348,1.0559082-1.2475586,2.1543579-2.5592041,1.8441162-3.8076782-.1228027-.4943237-.3820801-.9649658-.7353516-1.4140015.5559692-.7694702,1.2737427-1.9824219,1.3875122-3.2487183.0813599-.9057007-.4988403-1.7884521-1.4174194-2.6245728ZM170.2172241,137.7999878c.4277954-.1318359.8699341-.2852173,1.3179321-.4482422-.8613892,1.0897827-1.4475708,2.2141724-1.819397,3.3436279-.3433838-1.4078979-.3667603-2.6278687.5014648-2.8953857ZM169.7542725,149.3735962c.0909424-.2028198.1893311-.4032593.2850952-.6045532.0108643.03125.0216064.0626221.0325928.09375-.1062622.1694336-.2131958.336853-.317688.5108032ZM169.8238525,143.4476929c.3881836.8577881.7539062,1.7529297.9206543,2.8063354-.1656494.3599243-.3189697.7223511-.4602051,1.0866089-.3560791-1.3508911-.5585938-2.7008057-.4604492-3.8929443ZM170.4502563,147.9338379c.1242065-.2435913.2487793-.4871216.3783569-.7290039.0053101.1618652.0085449.3251953.003479.4949341-.1043091.1520386-.2077026.3099976-.3114014.4665527-.0238037-.0774536-.0474854-.1548462-.0704346-.2324829ZM172.1193848,156.9720459c-.031189.0352783-.0621338.0705566-.0925903.105835-.4584351-.6438599-1.1153564-1.8392334-1.2722778-3.5632324-.0808105-.8878784-.0136108-1.7723999.1566772-2.6461182.7792969,1.614624,1.6463013,2.8978882,2.1992188,3.6472778-.3696899.8261108-.7046509,1.6482544-.9910278,2.4562378ZM173.1813965,154.3554077c-.5149536-.9539185-1.3400879-2.581543-2.046875-4.4186401.3297119-1.1665039.8314819-2.307312,1.4382935-3.3996582-.0656738.9847412-.0705566,1.9729614.003479,2.9633789.1105347,1.4794922.4476929,2.8798828.8945923,4.2301025-.0985107.208374-.1953125.416748-.2894897.6248169ZM171.4867554,146.7805786c.0335083-.2784424.0459595-.5519409.0261841-.8092651.4676514-.819397.9534912-1.6327515,1.4437256-2.444397-.1034546.5623779-.1899414,1.1264038-.2584839,1.6918945-.3922729.4790039-.7992554,1.0004883-1.2114258,1.5617676ZM173.3485107,141.6900635c-.1537476.2573242-.3051758.5176392-.4661865.7657471-.5621338.866272-1.1004639,1.7597656-1.5808716,2.671936-.2754517-.6976318-.7797241-1.8688965-1.1864624-3.0769653.0583496-.1608276.1234131-.3175049.1998901-.4669189.7658691-1.4963989,1.8895874-2.8547974,3.185791-4.1062622-.3721924.8187256-.192749,1.6858521.2108765,2.8237915-.1292114.4613037-.2504272.9243164-.3630371,1.3886719ZM176.1226807,169.0199585c-.1759033-.2894897-.3324585-.6050415-.4605103-.9559326-.2659912-.7290649-.390686-1.4414062-.4136963-2.1408691.3676147.8356323.847229,1.6558838,1.3755493,2.4295044-.1456909.2337036-.3123779.4558105-.5013428.6672974ZM176.7020264,169.7922974c-.0404053-.0441284-.0821533-.0861206-.1212769-.1321411.0748291-.081665.1489258-.1675415.2225952-.2566528-.0337524.1296387-.0664673.2601318-.1013184.3887939ZM176.9639893,167.6957397c-.8753052-1.7423706-1.3909912-3.6165771-.8461914-5.2009277-.09375,1.7589111.5085449,3.3123169,1.0938721,4.383728-.0599976.2897339-.1429443.5610962-.2476807.8171997ZM174.2155151,128.6364746c-.3200684.6941528-.5951538,1.508667-.8103027,2.3497314-.2008057-.5002441-.329834-1.0385132-.3627319-1.6035767-.0712891-1.2252197.2809448-2.5123901.8011475-3.7409058.9208374-2.1746216,1.9921875-3.3278198,3.4163208-4.8027344.0838623-.086853.1885986-.178894.3056641-.2747192-.9506226,2.6047974-2.0491943,5.2507324-3.3500977,8.0722046ZM190.8079224,176.1149902c.1690674-.5767212.3505859-1.175293.5477905-1.7927856.5322266-.7233276,1.1715088-1.3829956,1.8609619-2.008728.000061.0002441.0001831.0004272.0002441.0006714.6378784,1.7508545-.8982544,3.0160522-2.4089966,3.8008423ZM265.8803101,166.9129028c-.0778198.0784302-.1525879.1583252-.2276611.2380981.0021973-.1491699.0036621-.2987671.0028687-.4506836.0749512.0708618.1525269.1422729.2247925.2125854ZM264.154541,169.3036499c-.0071411-.2216797-.0061035-.442627.0137329-.661377.0895386-.9866943.2614746-1.9268799.4838867-2.8376465.053833.0455322.1095581.0914307.1622314.1367798.1259766.6276245.2180176,1.2521362.2644043,1.8721313-.3776245.4760742-.6938477.9730835-.9242554,1.4901123ZM265.0574341,169.6673584c-.0501099.4576416-.1308594.9312744-.2371826,1.4120483.0348511-.4666748.1083374-.9454346.2371826-1.4120483ZM268.0888062,177.0130005c-1.1401978-1.3040161-2.3733521-2.946106-3.1517334-4.668457.3167114-1.1682129.5629272-2.4942017.666626-3.9724731.2026367-.3337402.4511108-.6437378.7559814-.9160156.0103149-.0091553.0212402-.0177612.0316162-.0268555.2527466.2647705.4868774.5257568.7032471.7828979.7347412,1.557373,1.4794922,3.0526123,2.1622314,4.2774048.0169678.0304565.0307617.0618896.0469971.0925903.2645874,1.7715454-.3318481,3.2536621-1.2149658,4.4309082ZM270.3156738,179.3200073c-.1359863-.1282959-.2949219-.2805786-.4718628-.4536743.0088501-.0119629.0169067-.024231.0257568-.0362549.4637451-.2033691.9349365-.4337769,1.4073486-.692627-.3175049.4210205-.6394653.8167725-.9612427,1.1825562ZM275.4229736,112.9852295c.7840576.453125,1.5275269.8947144,2.0462036,1.3950806,1.6025391,1.5458374,2.2573853,3.5148315,2.4353638,5.987854.0782471,1.0872803.0966187,1.9892578.1459961,2.8884277-1.578064-3.3761597-3.1088867-6.8033447-4.6275635-10.2713623ZM287.9667969,135.9127197c.2785034.0287476.5441284.0467529.7929688.0522461,1.5700073.0344849,1.6118164,2.0888672,1.2463379,4.229187-.8113403-.6262207-1.7814941-1.2210083-2.7647095-1.7745972.1513062-.3915405.2932129-.786438.411438-1.1888428.1259155-.4284058.2319946-.8701172.3139648-1.3179932ZM281.4988403,126.3024292c2.0007324,1.6878662,3.819519,3.513916,5.3319702,5.7632446.4005127.5955811.5652466,1.3675537.5700073,2.2296753-1.1656494-.1748657-2.4104614-.4818115-3.6760254-.9007568-.0205078-1.6231689-.2904663-3.1578979-.944397-4.4647827-.4347534-.8688965-.8569946-1.7492065-1.2815552-2.6273804ZM283.6754761,134.9229736c1.2836304.421936,2.5153198.7305298,3.5930176.8982544-.1237793.7526245-.3248291,1.5327148-.5671387,2.2982178-1.161377-.635437-2.3029175-1.2095337-3.1864624-1.704834.0698242-.4989624.1243286-.9971924.1605835-1.4916382ZM283.5269165,137.286499c.9510498.5199585,1.9696045,1.0133057,2.9468994,1.5144043-.2390747.6832886-.5015259,1.3416748-.7610474,1.9456177-.6837769-1.2487793-1.4205933-2.411499-2.1858521-3.460022ZM288.8198242,144.909729c-.4984131-.3567505-1.0344238-.696106-1.5794067-1.0187988-.4092407-.9539795-.8534546-1.8797607-1.3255005-2.7671509.1178589-.1674805.2084961-.3017578.2496948-.378479.2944946-.5476074.5700073-1.1082764.817627-1.6806641,1.0997314.5789795,2.1171265,1.1769409,2.8881836,1.8455811-.3184204,1.5361938-.782959,3.0056152-.9782104,3.6878052-.0292969.1021729-.0526733.2064819-.0723877.3117065ZM290.0487061,145.9136963c-.2270508-.2163696-.4730835-.4273071-.7344971-.6326294.2501221-1.2953491.7329102-2.5380859,1.1339722-3.7998657.2649536.3033447.4785156.6217651.6238403.9603271.3997192.9310913-.37854,2.4541626-1.0233154,3.472168Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M263.1533324,126.0770552l-69.2071795-.5331547-.9555915,44.0027853s-3.438792,9.2097477,1.009015,12.6963527c0,0,.5886174-6.8947038,6.8950723-9.5012352,0,0-.1903842,1.8424171-1.0002475,3.9274833-.3919206.6892787-.7910891,1.3295085-1.185979,1.8741422,0,0,.2464029-.2273359.6495226-.6627437-.6063395,1.2091776-1.4398869,2.3980155-2.5835012,3.2692985,0,0,1.999209-.5260475,4.454634-2.7458928-1.0214298,1.5620346-1.7355984,2.5059557-1.7355984,2.5059557l-.1194957.1824719c.5836842-.3465915,3.6545903-2.3575935,6.8480082-7.9438063-.0235905,1.779154-.2403474,4.6760274-1.2911895,6.6559589,0,0,2.6907457.2802657,5.7178609-7.1749928,2.3511263-5.7904271,21.3005578-5.7863826,35.3722924-2.8587659,2.2893795.4762973,6.0976472,11.2375591,7.9321201,11.2109073-.1472011-.9812805-.5325519-2.186133-.2522479-3.8117113,1.3453845,2.4663987,2.9601312,3.6075438,4.2884015,3.7276175-.0267468-.0890267-.0483968-.1784508-.0672178-.2680385.0030862.0003039.0064997.0014495.0095625.00173,0,0-.0052138-.0068032-.013654-.0180251-.3357616-1.6393952.6137043-3.3528078,1.5749537-4.5473502.412916,1.6226793.7666803,3.4290696.7666803,4.859715,0,0,.2749967-2.4467604.2613194-5.9613733.3629994-.329899.6265166-.5025752.6636208-.4568695,1.5151241,1.865983-.420421,6.2220474-.420421,6.2220474,1.8572451-1.7060249,4.3376166-6.3016758,4.3376166-6.3016758,2.4606153,2.5267395,1.0717438,7.0018958,1.0717438,7.0018958,3.7560366-2.8022592,3.7560366-9.2765645,3.7560366-9.2765645l-6.7761377-46.0761621Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M319.8989067,136.2936132c-.8463597-.0706275-1.7763265-.3200097-2.7474424-.7021838.1434603-.8517851.0828591-2.0308273-.12831-3.2592223,1.1042889-2.2645457,1.6528796-4.8173058.4462794-7.8443293-.3305946-.8294816-.6820443-1.6597815-1.0334005-2.4933545.685411.7601867,1.2684172,1.552496,1.7102076,2.4002599,3.1112368,5.969813.5886174,10.5102197.5886174,10.5102197,0,0,5.465613-5.9697896.6726923-14.0416419-1.5759123-2.6540841-3.4163939-4.3605532-5.3850919-5.7425472-.000187-.0007481-.0003741-.0014729-.0005611-.002221-.7043957-3.175222-.9389449-6.4907406-1.5599203-9.6947888-.0026186-.0140273-.0057983-.0279845-.0086039-.0420118.0144021.0154067.0288043.0309068.0432064.0463135.0080428.0087203.0162726.0174406.0245023.0261609-.1255979-.625735-.2516634-1.2555846-.3794123-1.8883566,2.4726795,1.9290124,4.1264943,3.5146596,4.0706626,5.6941764,0,0,.5886174-1.6816408-1.09316-4.1200082-.6061993-.8789513-1.9017374-2.0761355-3.3765542-3.5257178-.1958317-.9435938-.3980228-1.890975-.6100336-2.8387302.0086039.0154067.0132799.0341097.0240347.0477864,3.4985048-5.8632522.155805-11.0528195-3.7938422-15.2268328-2.3304349-2.4627048-4.2938023-5.6383009-5.9893272-8.7860061-.288791-.9861667-.6083502-2.0007387-.969339-3.0509635-1.1724653-3.4104834-4.9649047-6.7906445-8.4205771-9.2935142-2.3673755-3.446557-5.4873097-6.8923425-8.4808043-6.850167-.7258119.0102166-1.4615369.1881998-2.1940822.4886647-1.5193325-.9122428-3.1110497-1.6528614-4.7562607-2.2115926-.4964063-1.2864213-1.941016-1.2842938-3.2427265-1.0127952-.1808685-.1681407-.3398531-.2983843-.4578759-.369269-.1324249-.0795816-.5437276-.1521028-1.1233671-.2120228-.4311291-.3929517-.8903142-.6723991-1.3641821-.8119007-2.2994797-.6768645-3.8705289.2069496-4.3615111.5466209-.3694991-.0514335-.735538-.0876707-1.0892321-.1036618-.6063863-.1518223-1.203327-.1974344-1.7175957-.1704084-1.6423118.0863147-2.5604951.4248405-2.935512.6002052-.6103142-.3457031-1.4257186-.4484999-2.4319981-.2472547,0,0,.8439281-.058564,1.5786244.5400281-.7902474-.0076683-1.5802143-.0119466-2.3692459-.0098191-.0845424-.1572929-.1833935-.2891263-.2976754-.3902164-.1731998-.1531549-.3823114-.2721532-.6162995-.3645932-.3318104-.2896406-.7665867-.2955087-1.0977425-.2371083-.5143622-.0445835-1.0721179-.0241036-1.6268809.0346708-.2708351-.5417347-.8060524-.6604759-1.3446364-.5469015-.9734539.2052429-2.0780234,1.1500992-2.7574491,1.6072025-.3452773-.5749795-1.0101139-.8486991-1.9513967-.7733958-1.347442.1077765-2.1356319,1.5974769-2.1945498,1.7125008-.0269339.014191-.0536807.0286859-.0805211.0432041-.5156715.1169176-1.029192.2451273-1.5400005.3875512.0357248-.0348812-.0094456-.0531869-.1931196-.0412169-2.5785446.1681641-6.5026607,1.1491173-9.7819537,2.5224611-2.3981437,1.0042853-5.9356465,3.5590326-8.4638771,7.1913112-2.7788653,2.6706129-4.9397477,5.9772241-6.1031415,10.6865664-.1483234.6002988-.286453,1.1896328-.416914,1.7704336-.9890718,1.5484514-1.8739618,3.1525446-2.5546969,4.8653493-1.9972217,5.02491-4.50095,11.9784583-5.335152,17.3176035-.5397062,3.4778613-.4358986,6.6270393-.8189582,9.8785699-1.5566471,1.9535836-2.9753516,3.5614173-3.5839824,4.6902417-1.5343893,2.845814-.8466402,4.7166598-.8466402,4.7166598-.1934002-2.5678395,1.5088582-4.5025563,4.0346573-6.9541562-.080334.3840444-.1687108.7703098-.2713027,1.1606431-1.9039819,3.2939866-3.1896069,6.8824299-2.0753113,10.3781526-.0272144.7677615-.0347896,1.4736157-.0538678,2.162497-1.7445296,1.540713-3.3375562,3.4408058-4.6227136,6.2401661-.6192921,1.3487259-1.0133871,2.6411556-1.2441955,3.8694804-2.6361531,1.0215155-1.8283239,5.8147411-1.7269478,6.1777913-.9185574.836168-1.498758,1.7189067-1.4173952,2.6246267.1137208,1.2662921.8315834,2.479257,1.3874687,3.2487018-.353133.4490376-.6123716.9197006-.7352574,1.4140231-.3103007,1.2484774.78819,2.5601011,1.8440353,3.8076667-.1683367,1.0593659-.2725185,2.113378-.3058117,3.1506743-.6497798,1.2122869-1.037983,2.5156813-1.0340551,3.9051332-.2498865,1.0250691-.4337476,2.0240474-.5316635,2.983796.0536807-.1283499.1148431-.2481899.1728257-.3716536-.9588647,2.689994-1.6057453,5.2981854-1.7431268,7.6398813.7375954-2.0451118,2.078491-3.4445698,3.3290458-4.3489807-.4662927.7291396-.8234472,1.4640304-1.024329,2.2060752-.6529595,1.7846947-.7489114,3.6723967.1212024,5.5782874-.1160588-.3000208-.3980228-1.3052179.1096994-3.050566.5057583.9218515,1.4490051,1.822849,2.6220316,2.6662411.8608553.9062344,1.9178229,1.7633265,3.0052782,2.5314152-.19499.8745093-.8429929,1.8924011-.8429929,1.8924011.9724252-.2080016,1.7516372-.5095888,2.3613902-.8804943.2622312.1648443.5192253.320828.7724785.4721827-.2845826.9684923-.7214164,1.4483666-.7214164,1.4483666.0338544.0334785,1.0957786-.0152898,2.5851845-.3946584,1.0970879.5859208,1.8419779.9269247,1.8419779.9269247.0006546-.0007481-.5619641-.3933258-1.3984106-1.047092.352946-.1004355.7232868-.2174467,1.1070945-.3568314,1.9727194,3.1171256,3.9244902,3.400337,3.9244902,3.400337-.880214-.9276027-1.4321715-2.175706-1.4321715-2.175706.2992653.2661215.6398666.5340899,1.0030063.7959564.1608551.7610284.4577824,1.5128455.918838,2.2458893-.1172746-.2136593-.3822179-.8163427-.3866133-1.8771815,1.6426859,1.089057,3.5942697,1.9813576,4.6257997,1.9812174-.0246894.0235893-.0417101.0406324-.041336.0428534,0,0,.0278691-.0157106.0750034-.0429703.5018305-.0013092.8153109-.0295509.8153109-.0295509-.0903407-.0962975-.1810555-.1955407-.2717703-.296888.1573013-.0972326.3389179-.2115085.5431665-.3438328.416914.5429504.8723583,1.0768299,1.3380899,1.6364728,0,0-.3510756-.6187914-.7204812-1.5642088.1479493.0567872.2930929.1085948.4382366.1604958.0006546.0007949.0013093.0015664.0019639.0023613,0,0-.0011222-.0019638-.0011222-.0020573.2460522.087998.4891117.1714839.7245026.2451506.4603074.7015759,1.0236743,1.3425305,1.7153512,1.8584784,0,0-.1745091-.5681762-.2901938-1.4095811.0034603.0025951.0064529.0056343.0099132.0082294,0,0-.0073881-.0250154-.0176754-.0609954-.0004676-.0036237-.0010287-.0068266-.0014963-.0104503,1.5071748.3497944,2.5458124.3977678,2.5976227.352179,0,0-1.3335074-.5827412-2.6861866-1.710537,1.4022449.3100503,2.3563401.3528102,2.4059059.3091853,0,0-.8906883-.3895618-1.9543894-1.1472937.3600536-.3224879.7140283-.6596109,1.0569676-1.0124679.0497529.1484791.0976353.2991792.1504743.4438942-.0122512-.1969201-.0146827-.3894683-.0141216-.5805436.0164596-.0173003.0340414-.0332447.0504075-.0506152.0752839.3251063.5423248,1.6189387,3.4596003,5.1764517-.3175953-.6490203-.4773281-1.3661432-.5419507-2.073634.408123.3661829.8125988.7243469,1.1845294,1.0659587,0,0-.474242-.6758826-.7974485-1.5824911.080147.0793712.1642218.1572228.2496995.2344197-.0684569-.0695287-.176286-.1926184-.3004811-.380444-.0414295-.1262692-.0784636-.2563491-.1114763-.3892345.23165.2697218.4600269.5148958.6794257.7163981,0,0-.4541351-1.0238768-.7502207-2.2908001.0755645-.3752306.2283768-.7405017.4979026-1.0724814.0326386-.040235.2461457.0964845.5431665.3529739.0755645,1.9709073.2136006,3.206503.2136006,3.206503,0-.0857069.0052371-.1767675.0076687-.2650694.1107282,1.2463032.272612,1.6664211.272612,1.6664211,0-1.4306454.2415632-1.7796215.6545493-3.4023008.5323181.6614578,1.0942822,1.0355896,1.4337613,1.5157211-.0086974.0576522-.0152438.1153746-.0270274.1728632-.0084168.0112218-.013654.0180251-.0041149.0162951-.0014963.0072474-.0039279.0144715-.0054242.021719.0288043-.0266519.0657448-.0624215.1061457-.1027267.020481.0333616.0412425.0666765.0593855.1013707-.6377156,2.0184365-1.3467873,3.610583-1.3467873,3.610583.0277756.0369853,1.4775289-.5671242,3.4494066-1.6017786.628083.0608084,1.2579429-.112125,1.8666673-1.0276174.0833267-.0481604.1674015-.0972093.2514764-.1463984.0105678.0765891.0214162.1532951.0291784.2279906-1.8825657,2.1210229-3.5170218,3.5835804-3.5159931,3.5851702,0,0,1.5715169-.939409,3.5425529-2.4414534-.0519038.8650175-.2422178,1.5880318-.3366735,2.2172269.9821513.0142611,2.4470549-2.4379934,4.0246506-5.3741433.0029927,1.1860559-.0746293,3.5691791-.6858786,5.1584968,2.1695798-2.1694639,2.8644364-3.7938498,3.0880437-4.6147047.0283367,2.9560219.563741,5.4469684.563741,5.4469684.0063594-.3335694.0419907-.6620189.0971677-.9855121.20163.938053.4727456,1.7066094.8358854,1.9659977,0,0,1.6816839-5.0449223,3.6998542-5.8857427,0,0,2.5705018,1.8783037,2.0099405,5.9142415,0,0,1.1211226-2.3542971-.2242619-5.3812271,1.6816839,1.3452892,1.0651039,3.1390316,1.0651039,3.1390316,0,0,.728711-1.121086.1681497-2.6906018-.2356714-.6599148-.3715566-1.0402186-.4506748-1.2618735.0486306.0404922.1001604.0843977.1459854.1214765,1.0834339.8762393,1.6838349,1.7432674,2.0128396,2.4898009-.0005611.0171133.0031797.0350215.0015898.0519478-.112131,1.233211-.8408419,1.1771485-.8408419,1.1771485,0,0,.5563529.1481518,1.0958721-.4903948.2205211.8798864.0706079,1.4621835.0706079,1.4621835,0,0,1.0055314-.8067106,1.4677092-3.3821716.0224449.0443964.0448898.0886994.066493.134405.0608818.1389171.1163394.2735092.1713294.4075869.2198665.5960672.322926,1.2576887.0990381,1.868391-.6166735,1.6816408-2.0180768,1.6816408-2.0180768,1.6816408,0,0,1.5484173.3677961,2.6129601-1.4406749.5050102,2.0968959.1891918,3.2820634.063968,3.6287718.2829927-.6695235.4757383-1.339842.5854377-2.007729.423928,1.2491554,1.7267607,1.6133745,1.7267607,1.6133745,0,0-.8969542-.5605547-1.3453845-2.3542971-.2388511-.9554469.0806146-2.3367629.5654244-3.3801377.3738946.6739655.7028994,1.4299908.9481099,2.2858204-.029646-1.0615401-.1412158-2.175519-.3147897-3.3240051.265972-.3102841.5345626-.4737958.76322-.40235.8969542.2802657,2.0180768,3.1950941,1.1772348,3.9238129-.8408419.7286954-2.2983574-.7287188-2.2983574-.7287188,0,0-.1681497,1.121086,1.9059458,1.7377032.6453843.1918469,1.1929463-.2135658,1.6411896-.8626796.4780763-.0395336.9367939-.1138082,1.372786-.2188027-.2226721.5411503-.5180095,1.0771806-.8837678,1.5859745-1.2893658,1.7937424-3.41948.2802657-3.41948.2802657,0,0,1.2332536,2.074008,3.7558729.5044922.4476822-.278559.81821-.6535558,1.1294459-1.0798925.0580762.347363.0981029.6758592.1037141.9677675,0,0,.9960858-.5159712,1.9037949-1.9001161.4620843.9988848,2.0203213,1.0032566,2.0203213,1.0032566,0,0-1.5136277-.0560625-1.1772348-2.1300705.3362994-2.074008,2.9710497-2.2982346,2.9710497-2.2982346,0,0-1.5696465,1.0089845-.7288045,3.5314222.8409355,2.5224611,3.5317045,1.7377032,3.5317045,1.7377032-.8409355-.0560625-2.2983574-.5605547-2.6347503-1.7937424-.7093523-2.6008738,2.9991058-4.8206957,2.9991058-4.8206957-1.5135342,3.1951175.9049969,5.4087907.9049969,5.4087907,0,0-1.8019511-2.8863296-.3444356-4.848236,0,0,.3362994,5.0448989,5.1012575,6.2220474,0,0-5.465613-4.8206957-.0922111-6.5498423,0,0-.1039947,2.4018029,3.595766,3.8031546,0,0-1.1097131-1.3307242-1.4607887-2.6158129.1212024-.572361.2945893-1.2676948.5232467-1.9219987.2539079-.1678602.5941351-.2961867,1.0437812-.368965.6997197,1.2719264,1.3690452,1.9701124,1.9672017,2.3242552.5711291.5873001,1.2568207,1.1624432,2.0748437,1.643393,0,0-.2370742-.5311441-.4905145-1.4071029.4127991-.1257548.7047698-.3685208.8338279-.4920313.8780631.8396982,1.9035143,1.6316568,3.0736416,2.3456937-.1868538-.121196-1.6839284-1.1712804-4.3411236-5.0756655.2392252-.2613522.5437276-.5215354.8201739-.8073185.5254911.848325,1.2773017,1.9525081,2.2444897,3.1090131.3745492,1.1435765,1.2100605,2.0863521,2.6830069,2.7283821.1778758.1518924.3582767.302499.5440082.4498091,0,0-.116994-.1195594-.316286-.3573224,1.2659857.5040948,2.9658126.8029466,5.2035688.8380617,0,0-4.393308-.8477639-6.3639699-2.4262572-.2924383-.4492714-.6105947-.9767684-.9395995-1.585694,1.2113698.4312229,2.4550976.4199309,2.7435146.5912278l-.1195191-.1824719s-.7141218-.9439211-1.7355517-2.5059791c.0156179.0140974.0306747.026348.0461991.0403051.3836207.3548208,2.300789,2.0662696,4.2564877,2.7056111,0,0-.0570474-.0282183-.160294-.1030774.1991049.0725212.3121711.1030774.3121711.1030774-.5051972-.3849094-.9466135-.833947-1.3379029-1.3171645.8152174.6174822,1.9405484,1.0689045,3.4727867,1.0267524l-.3388244,2.0914253c.2137876-.4398497.4752707-1.1223018.7605079-1.9442554.176286.754529.2183701,1.236297.2183701,1.236297.3585572-.2810605.6641819-.6003221.926039-.9480358-.3890449,1.9760506-.6716635,3.3864032-.6716635,3.3864032,0,0,.527268-1.7471249,1.2839416-4.4151428.0058918-.0127181.0135605-.0244309.0193587-.0371724.5979695.1314827,1.2505548.243444,1.9667341.332307,0,0-.7952975-.2450337-1.8296332-.6637957.0104743-.0268389.0170207-.055665.0271209-.0826676.4300068-.7212843.9207084-1.6576073,1.437128-2.8530147.0987575.0227242.1919039.0504048.295618.0687572.3413495,1.2163081.6136809,2.288509.811196,3.1114445-.0890314,1.953981-.8901272,2.4005872-.8901272,2.4005872,0,0,1.0504212-.4131043,2.3705552-1.1523903-.5106214.6906814-1.10485,1.3594802-1.792038,2.0018375,0,0,3.8796939-.5834426,5.9112377-5.2777523.2777556-.3553118.5192253-.7266615.7045827-1.1144932.0329192.4549992.0512492.6856316.0920241,1.1543775,0,0,.9675621-.6775425,1.9803881-2.0524995.3557516,1.0914183.5388646,1.9263004.5388646,1.9263004.8957384-1.6167411.7707952-3.94289.7707952-3.94289.5560723.8014036.8463597,1.7777512.9956182,2.6751484.0892185,1.5815325.1150301,2.6453871.1150301,2.6453638,0,0-.0112224-.8048403-.0424583-2.1206488.0216967.1920105.0370341.3764696.0482565.5524656-.0055177.0579328-.0092585.1154214-.0149633.1734009,0,0,.0088844-.0278208.0215097-.0683598.0469472.8555491-.0123447,1.463142-.0123447,1.463142,0,0,1.356794-1.3289007,2.1322652-3.5881159.4579694-1.1515955.7543356-2.6237383.6537076-4.710254.1980762-.1794093.3887643-.3684273.5678559-.5715895,1.5389718,1.0656548,2.9919048.9288184,2.9919048.9288184-.985518-.5205769-1.8301943-1.0082363-2.5229935-1.5296081.2150969-.3109153.4142954-.6373776.5777691-.9941389,1.0418173-2.2727984.6929862-4.4130621-.0196393-6.5347396-.0282432-.2808034-.0761256-.5586376-.1563661-.8306506-.2388511-.8108019-.5758986-1.5961209-.9741085-2.3632044.0763126-.1835941.1537475-.3674454.2320241-.5515539v.0000468c.009165-.0216254.0180494-.0431574.0272144-.0647828,3.9342163,4.6378965,3.4217245,7.201294,3.2763938,7.6741313,1.2079095-3.2808945-.6157383-6.3636298-2.7964471-8.7517327,1.0824052.4210297,2.956554,1.5227347,3.8610834,3.7462972-.0740682-.7482635-.2227656-1.5317823-.4313161-2.3386332.0622846.0743447.1220441.1510975.1794657.2300011.0137475.0189135.0260922.0390661.0395591.0582133.0426453.0607149.0852906.1215466.1253173.1845994.0222579.0351618.0424583.0720069.063968.1078466.0292719.0487917.0593855.0968352.087161.1468192.0202004.0365178.0385304.0745552.0580762.1116808.0267468.0509659.0543354.1012772.0796794.1532717.0189846.0388557.0360054.0789971.0541483.1184139.0237542.0517608.0484436.1029838.0710755.155633.0187976.0441626.0358183.0894475.0537742.1341478.0197328.0490488.0404008.0975833.0590114.14724.018517.0492359.0350702.0994536.0525585.1492038.0162726.0463369.0334803.0921828.0489112.1389171.0143086.0434613.0270274.0875772.0405879.1313424.0167402.0540285.034322.1077531.0500334.1622025.0117836.0411468.0222579.0827845.0334803.1241183.0157114.0573951.031984.1146031.0464796.1723255.0121577.0482773.0227255.096882.0341349.1453229.0120641.0512231.0247829.1023059.0360054.1536458.0105678.0482773.0196393.0966014.0294589.1449255.0105678.0518543.0218838.1036618.0316099.1555395.0088844.0470382.0163661.0939362.0245959.1409277.0092585.0529531.0191717.1059763.027682.1588125.0075752.0474357.0140281.0945441.0210421.1418395.0078557.0522284.0160855.1046437.0231931.1566149.0067335.0497268.0123447.0988692.018517.1483388.0059853.048815.0126253.0979574.018143.1464451.0057983.0511062.0104743.1014175.0156179.1521262.004676.046407.0100067.0932115.0141216.1391977.004676.0504983.0083233.1000381.0123447.1499987.0037408.045051.0078557.0906398.0110354.1351999.0039279.0538181.0069205.1063738.0101937.159397.0024315.0394869.0053307.0796517.0073881.118671.0031797.0584004.0055177.1152811.0080428.1725359.0014028.0322628.0031797.0652971.0043955.0971625.0019639.0527894.0032732.1038489.004676.155446.0010287.0353254.002338.0715159.0031797.1062569.0008417.0389024.0011222.0760748.0016834.1142057.0007482.0458459.0016834.0924867.0019639.137117.0002806.0330577.0000935.0643386.000187.0966949.0000935.0468045.0003741.0942869.0000935.1395717-.0002806.0415442-.0009352.0807739-.0014028.1209388-.0004676.0340864-.0006546.0693183-.0013093.102376-.0006546.0393934-.0016834.0762618-.0026186.1141356-.0007482.0317485-.0014028.0647828-.002338.0954558-.0010287.0339695-.0022445.0653439-.0034603.0978872-.0011222.0316783-.0020574.0646191-.0032732.0948948-.0014028.0329642-.0028056.0630528-.0042084.0942869-.0013093.0268155-.0024315.0550572-.0037408.0805401-.0016834.0343435-.0034603.065414-.0052371.097256-.0011222.0192642-.002151.0401649-.0031797.0584939-.0014963.023823-.0028056.0443964-.0042084.066583-.0014963.0242439-.0030862.0500074-.0045825.072264-.0011222.0169263-.002151.0309536-.0031797.0466642-.0015898.0220696-.0031797.0452615-.0045825.0648997-.0015898.0213683-.0028991.0387621-.0043019.0571613-.0017769.0230515-.0032732.0437185-.0045825.0618838-.009352.0491657-.0140281.0879279-.0060788.0976301-.0002806-.0003039.0000935-.0050732.0000935-.0074345,0,.0026418-.0002806.0074579,0,.0075046,0,0,.295431-.7116522.4197196-1.8456902.002338-.0212046.0042084-.0423625.0063594-.0635905.022819-.2227303.0396527-.4595113.0455444-.7115587.0000935-.0036705.0000935-.0073643.0002806-.0110582.0051436-.2340924.000187-.4809965-.0147762-.7367845-.0005611-.0085567-.0011222-.0170666-.0016834-.0255998-.0241283-.3917828-.0746293-.8058222-.1624449-1.238144-.0121577-.0615565-.027682-.1238144-.0410555-.185745-.0123447-.0548-.0237542-.1090857-.0373146-.1644001-.2640081-1.1309753-.7348833-2.2961305-1.4442356-3.1592543-.0297395-.0360736-.0534002-.0753033-.0820174-.1119379-.0465732-.0652504-.0907148-.1304306-.139626-.1957277.1568337-.1936704.3033802-.3880889.4415098-.5830685.547936.8273074,1.0484572,1.808471,1.4373151,2.976759-.1339212-1.3510171-.3705278-2.7616969-.6901806-4.2114662,1.1933204-2.3353134,1.1909823-4.7354097.5370877-7.0825528.1991985.0872733.4049433.1679069.6195727.2394462-.1255979-.0502879-.3624851-.1650313-.6643689-.3958273-.023006-.0788802-.043487-.1579709-.0678958-.2367109.6000269-1.8574965.9280965-3.9437316.5951638-6.0633284.2545625-.5787668.4846227-1.1645006.6305146-1.7966647.6624985-2.8702917-.8227925-4.1839727-1.5526257-4.2448746ZM319.8261478,141.5838731c.0764997.1493909.1415899.3060759.1999466.4669458-.4068138,1.208032-.9108887,2.3792891-1.1863998,3.0769374-.4805078-.9121726-1.0188113-1.8056422-1.5808689-2.6719221-.0322645-.0496801-.061817-.1028202-.0933334-.1533653-.1778758-.8643629-.3275085-1.8375076-.4371144-2.9333678-.0013093-.0139338-.0026186-.0283118-.0040214-.042269.1624449-.6850003.1734803-1.2758307-.0808951-1.840991,0-.0017067.0000935-.0034133.0000935-.0050966,1.29479,1.2506283,2.4174089,2.6079576,3.1825929,4.1031287ZM319.657437,148.044268c-.1131597-.1240716-.2294056-.2630588-.3478959-.4178502-.002338-.1430786-.0014963-.2837491.0029927-.4216142.1296193.241901.2541885.4854151.3783836.7290461-.0109419.0368684-.0222579.07362-.0334803.1104183ZM295.0885047,178.5373035c-.3357382-.2107136-.6465066-.4340284-.9198667-.6662739l.4041952-.3519218c.1938678.3442302.3662259.6857718.5156715,1.0181957ZM293.164603,176.4516529c-.068644-.3303198-.0626587-.6417728-.0127188-.9368139.4387042.4945095.8141886,1.0078857,1.1353377,1.5207943-.1314897.2273827-.2530662.434683-.3604276.6155885-.394095-.3802804-.6754979-.7825837-.7621913-1.1995689ZM223.6147881,67.8682046c4.817049-7.2707292,9.778961-9.2377322,10.2384268-9.4074393-.0045825.0064526-.0092585.0128116-.013841.0192642-3.2520785,2.0153505-5.882714,4.5257949-8.9820736,9.0099287-.6651171.9621566-1.3613765,1.9078078-2.0639953,2.8501625.0187041-.0776879.0351637-.1580644.055177-.2341158.1914363-.7245807.4464664-1.4752523.7663062-2.2378003ZM206.6114694,131.2706904c-.1226988.6821247-.1859186,1.3932393-.1950836,2.1239452-.5082834.1682342-1.0111426.3130194-1.5089517.4438241.4643288-.8900095,1.0389182-1.7406724,1.7040353-2.5677694ZM204.1617959,135.5657828c.7332935-.1680939,1.5058655-.3804908,2.3037816-.6428015.0069205.0936323.0174883.1879426.0256246.2818087-.0422712.4480089-.0841684.896088-.1127856,1.3466452-.8361659.4588801-1.8621783.9799713-2.9081105,1.5514673.1540281-.8076224.3775419-1.6550356.6914899-2.5371197ZM206.3397926,137.4326308c-.0034603.0793946-.0073881.1586956-.0104743.2381604-.0027121.0111283-.006827.0228645-.0094456.0339227-.6594124.938053-1.2962863,1.9547291-1.8915437,3.0417989-.2594256-.6039225-.5218439-1.2623411-.761069-1.9456114.884703-.4535965,1.8008289-.9018626,2.6725326-1.3682706ZM203.2847616,139.3379838c.2150969.477139.444596.947802.6916769,1.4073601.041336.0766826.1318638.2109708.2498865.3784335-.3194657.6005559-.6206014,1.2239998-.9123851,1.8565613-.137288-1.045923-.181149-2.2730556-.0291784-3.6423549ZM210.3024392,114.7561738c.400922-.3867797.937355-.7384444,1.521764-1.0874439.0057047.3017275.0053307.5910174.0014028.872639-1.1652642,2.6477952-2.3426861,5.2699671-3.5425529,7.8639909-.0810822-.3418456-.1463594-.7086364-.1825518-1.1070587-.1266266-1.3905974.0980094-2.7737137.5425119-4.1174833.3822179-.9035458.9185574-1.7099526,1.659426-2.424644ZM294.9645902,69.0760963c-.7503142-1.7600768-6.0194408-7.4208448-7.0097283-7.7535726-.3105813-.3009793-.6249969-.5968621-.9426857-.8885834.0173013-.075654-.0083233-.1774689-.0653708-.2963503,1.2773952.9053226,3.1048774,2.2294306,4.9260002,3.6461189,1.8912631,2.7660454,3.1777298,5.2572724,3.1777298,5.2572724-.0231931.0082761-.0564863.0229347-.0859453.035115ZM262.1970047,52.6854643c-.3009487-.0036003-.6019908-.0072942-.903033-.011105.4156047-.1251236.8112895-.2127242,1.184997-.2615626-.1075485.0789738-.2002272.1710631-.281964.2726675ZM202.6024367,144.0744221c-.4407617.268132-.8747899.5444701-1.2812295.8353264-.0196393-.1052516-.0430194-.2095213-.0721978-.3117336-.1952706-.6821481-.65988-2.1516258-.9782234-3.6878267.2895392-.2510889.6137744-.492195.9641018-.726077.3131063,1.531946.8336409,2.8448789,1.3675489,3.890311ZM262.0530768,183.1603778c-.2697128.2868351-.5514898.5799592-.843554.8787643.2428725-.4840357.4456247-1.0197621.6087243-1.520841.082485.2180078.1610421.4324152.2348297.6420768ZM313.2411892,166.2509691c.4662927-1.0136135.8590784-2.3132438.7822047-3.7561164.4872413,1.4169688.1251303,3.0655519-.5827256,4.6445595-.0606947-.2875131-.1278424-.5847518-.199479-.8884431ZM317.6112106,148.4573723c.0131864-.6280027-.000187-1.2550702-.0407749-1.8806415.0229125.0307432.0442352.0628657.0676153.0932582.5743088,1.052212,1.0521045,2.1470669,1.3684841,3.2667736-.1586106.4123796-.3234871.8119007-.4892052,1.1979323-.2804677-.8872975-.584596-1.781071-.9061192-2.6773227ZM317.7220323,144.4244269c.3065599.5141009.6105947,1.0290669.9061192,1.5468851-.0152438.1977383-.0069205.4064413.0108484.6181836-.3183435-.5789772-.6320109-1.2921959-.9169676-2.1650686ZM317.0987188,129.3826144c-.0329192.5651136-.1619773,1.1033649-.3628592,1.6035788-.2150969-.8410308-.490234-1.6555266-.8102608-2.3497148-.5307283-1.1511513-1.0156316-2.2889298-1.4736945-3.4211909-.3801604-1.1303441-.7990383-2.2424526-1.2584106-3.3255948-.1334536-.3776853-.270648-.7556512-.3978358-1.1330093.0293654.0276572.059666.0555482.0854776.0823169.4067202.4211934.7837945.8163193,1.1376757,1.2163315.6213496,1.2096685,1.0295661,2.0258476,1.0295661,2.0258476.0088844-.0026184-.1993855-.5652539-.5719708-1.4868949.6860657.8450052,1.2799202,1.7695452,1.8210293,3.0474332.5201605,1.2285352.8725454,2.5156813.8012828,3.7408967ZM310.998944,98.1612808c.0098196.0408429.0151503.0803999.0216967.1203777-.1808685-.795068-.3688445-1.5897385-.5669207-2.3820945.2962726.5829984.474429.9391285.474429.9391285.0096326-.0028756-.2415632-.6780101-.6818573-1.7566167-.7578894-2.9237825-1.6603612-5.8029114-2.8153382-8.5302414.3039413.4833344.582071.975693.8183971,1.4694076,0,0-.2164997-.7969617-.7367537-1.9594984.653053.7683226,1.2711293,1.5842211,1.8167274,2.4357022.0208551.0935154.0429259.1929457.0692986.3114531,0,0,.1324249.1212193.3280696.3408403.9228593,1.5801064,1.5783439,3.2569311,1.732372,4.9371692.2485772,2.7119935-.4601204,4.0743727-.4601204,4.0743727ZM311.6924913,89.8331963c-1.5754447-1.7848116-3.226828-3.3749943-4.56763-4.5854811-.4045693-.8007257-.9323049-1.7036169-1.6027527-2.6109735-.1198932-.2133554-.2435271-.4242093-.3678157-.6345722,2.2005351,2.5947486,4.634123,5.0706858,6.5381985,7.8310267ZM297.2928742,68.5645203c.9522248,1.0808043,1.3275221,2.6038663,1.3274286,4.3546617-.0907148-.1221545-.2123848-.1862593-.3266668-.2200651-.2134136-.3542364-.4776087-.6969002-.7461993-.9537636-.222485-.711512-1.1552575-2.0080329-1.8808824-2.5118939l.2809353.0877876s-.8230731-1.7496966-2.1488183-3.9962639c1.3952309,1.1529748,2.6569147,2.2892103,3.4942028,3.2395373ZM289.7254837,60.9124352c-1.9491523-1.2749189-3.5152449-2.1419937-3.9944435-2.395701-.3199333-.169333-.6041418-.3121077-.852532-.4306618-.6450102-.4533393-1.2769276-.7703565-1.6396932-.7181749-.3638879-.2573076-.7320777-.5087472-1.107001-.7509755.3210555-.0838599.6387444-.14039.9505414-.1601919,2.1682706-.1376547,4.5662272,1.9463829,6.6431284,4.4557051ZM270.08676,52.1844789c-1.0084305-.045542-2.1642492-.0615799-3.2597472-.035606.8849836-.4599088,2.0239686-.8499381,3.2597472.035606ZM252.7838955,51.7652259c-1.052011.1599581-2.0187314.4195335-2.5541357.5777615.9439014-.6495346,2.1949239-1.3127459,2.5541357-.5777615ZM249.9516301,52.5397907c.2160321.0892605.3830596.2115786.5051037.3644763-.3453709.0310237-.6899935.0655777-1.0340551.1038021-.0063594-.0166691-.011316-.0346942-.018143-.0509893.1435538-.1148603.3319974-.260908.5470944-.4172891ZM246.2104398,53.1915696c.5863729-.6032679,1.2904881-.6366996,1.7918509-.2967945-.7529328.0259973-1.4591053.1894856-2.1274021.4557473l.3355512-.1589528ZM241.6971452,54.691323c-.171984.060107-.3438745.1203309-.5151104.1839214-.0149633.0055642-.03002.0105205-.0450768.016108-.2581163.096391-.5152974.198089-.7719174.3027094-.0394656.0160613-.0792118.0305795-.1185839.0468278-.0650902.0268623-.1296193.0562729-.194616.0836729-.3109553.0918789-.7336676.2905757-1.1576891.5142646-.2449299.112803-.4861191.2250682-.7230998.3367957-.8680564.4070258-1.7079631.8202002-2.5226194,1.2449238-.3017903-.0352553-3.1787585.8979115-5.6245041,2.5115666-.6070409.4004797-1.1987445.809633-1.7755784,1.2301951,3.0796269-2.9853156,7.4811647-5.4742048,13.4487952-6.4709855ZM222.34263,69.9249824c-.0946426.4339349-.171984.8747431-.2277222,1.3233832-.2773815.3706951-.554389.7415304-.8300871,1.1132074.1438344-.6031744.3456514-1.1627705.6206014-1.6634754.1449566-.2640875.2910355-.5197586.4372079-.7731152ZM208.5260191,114.3462257c-.0985705.3527167-.194616.7029319-.288604,1.0527964-.3845559.5566504-.7670544,1.1420569-1.1372081,1.7582533.4272012-.9525012.9123851-1.8864161,1.4258121-2.8110497ZM200.9983748,136.027141c-.1085772,1.244503-.0519038,2.4084191.1143755,3.4773937-.3415365.2256527-.6732534.4546018-.9777558.689606-.3326521-1.9479025-.3238612-3.8193795.8633804-4.1669997ZM199.0690488,142.4415263c.1453307-.3385725.3589313-.6569457.6237811-.9603331.4012025,1.2618267.8839549,2.5045529,1.1340284,3.799905-.261483.2053131-.5074417.4162137-.7345093.6326083-.6447297-1.0179619-1.4230065-2.5410473-1.0233003-3.4721802ZM207.5316167,175.1879558c.0120641-.0115024.0217903-.0238932.0335738-.0354891.0652772.0296911.1297128.0582835.1947095.0874837-.0054242.0468512-.0125317.0907333-.0187976.1362286-.0694857-.0619306-.1394389-.1249132-.2094857-.1882231ZM220.105809,180.7213792c-.3218972-.3657621-.6437945-.7615427-.9612027-1.182549.472278.2588273.9434338.4892726,1.407295.6926452.0087909.0119934.0168337.0242672.0256246.0362372-.1769406.1731204-.3357382.3253635-.4717169.4536666ZM256.0908705,183.6135301c-.1143755-.9403909-.3637944-1.8661233-.708043-2.7685236.3172212.1423304.6311692.1259185.8619776.0784594.0847295.1142291.1690849.2289958.2513828.3500515-.1037141.5010555-.2696193,1.3623792-.4053174,2.3400126ZM284.1696235,179.9378136c.2830863.34755.5894591.6897696.9201473,1.0250691-.3637944-.2306324-.6439815-.4424681-.8517838-.6387336-.0238477-.1264328-.0469472-.2538242-.0683634-.3863355ZM291.4796459,177.0631033c.4804143.5134463,1.0408821,1.0305164,1.7028195,1.5981081-.3234871-.3146793-.8704879-.9617592-1.654563-2.3428882.0057047-.0267922.0080428-.052392.0147762-.0794881.1429927-.5797955.3676287-1.1334768.650715-1.6688759.03002.0244309.0588243.0431807.089499.0705808-.1623514,1.4059106.1660922,2.6703558,1.2373685,3.6837822-.0976353.1584151-.1514095.2429998-.1514095.2429998l.2144423-.1866801c.4854644.4433332,1.1142956.8381084,1.913521,1.1731274.0530261.1495078.100628.2940358.1456113.4355246l-.0496593.3067773c-1.6173419-.4623635-3.9392664-1.4358121-4.1131209-3.2329678ZM314.8927595,165.9231509c-.0231931.6994718-.1477622,1.4118254-.4137343,2.1408715-.128123.3509166-.2846761.6664375-.4604945.9559378-.1062392-.1188113-.2036874-.2419244-.2959921-.3676091-.0255311-.1589762-.0535872-.3219034-.0829526-.4864671.4790115-.7188529.9146295-1.4734053,1.2531734-2.2427332ZM320.0640637,166.1257754c.000187-.0033899.0007482-.010123.0010287-.0146118-.0002806.0045355-.0008417.0111985-.0010287.0146118ZM320.0693009,166.0531373c-.0007482.010123-.0016834.022093-.002338.0304626.0006546-.0083229.0015898-.0204331.002338-.0304626ZM318.1686857,156.9971756c-.0125317-.0228178-.0274015-.0443263-.0397462-.0672376-.1922779-.3584445-.3673481-.7222195-.5366201-1.0875608-.1124115-.2801955-.2341751-.562051-.3558451-.8440467.4338412.3861017.8746963.8484185,1.3004012,1.3928886-.1268137.2352848-.2518504.4371378-.3681898.6059564ZM318.7323332,151.8337226c.1672145-.3072215.3343354-.6270442.4975285-.9651959.1703942.8737378.2375418,1.7582065.1567402,2.6461353-.0134669.1480115-.0351637.286765-.0555511.426968-.1833935-.6965729-.3836207-1.3996684-.5987176-2.1079074ZM320.0691138,148.8628083c.0110354-.0311173.0216967-.0625384.0327321-.093796.0957649.2012919.1939613.4017889.2850502.6046238-.1045558-.173962-.2115432-.341378-.3177823-.5108279ZM319.8568225,147.3406113c-.1412158-.3642191-.2945893-.7266381-.4601204-1.0865555.1666534-1.0534277.5323181-1.9485337.9206149-2.8063038.0980094,1.1921344-.1043688,2.5419591-.4604945,3.8928593ZM320.4254266,140.6953833c-.3718371-1.1294791-.9582101-2.2538849-1.819533-3.3436199.4481498.1630207.8901272.3164094,1.3180766.4482193.8682434.2675476.8446763,1.4874794.5014564,2.8954006Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SHORT WOB 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.6685791,140.74823c.1106567-.3960571.2080078-.7952271.2799683-1.2001343.5361938-3.0166626.3007202-4.9532471-2.239624-5.1060181-.1859131-.0111694-.3800659-.0338745-.5719604-.0534668.0411377-1.2404175-.170166-2.4761963-.7835693-3.5775146-.8269043-1.4847412-2.2644043-2.5068359-3.5927734-3.5668945-1.0586548-.8447876-2.0738525-1.7439575-3.0414429-2.6917114-.0424194-1.0514526-.0297241-2.1066284-.0985107-3.3536377-.1968994-3.5681763-1.1501465-6.3046875-2.0214233-9.56073-.4434204-1.6571045-1.0834961-3.3466187-1.6881714-5.041626-.1466675-.9589844-.1369019-2.175293-.2426758-2.8186035-1.157959-7.0418701-2.8757935-13.7185059-5.7689209-20.2147827-3.1265259-7.0202637-5.9120483-14.4471436-11.1721191-20.2115479-7.5254517-8.2470093-18.9293213-11.0090332-29.7614746-10.4315186-3.192627.1702271-6.366272-.6571655-9.6085815-.4030151-14.9857178,1.1745605-27.1706543,11.1162109-33.8530884,24.1580811-4.5933838,8.9646606-6.9020996,18.9031982-8.8841553,28.7791138.0081787-.008667.0163574-.017395.0245361-.026123.0144043-.0154419.0287476-.0309448.0431519-.0463257-.0026855.0140381-.0058594.0280151-.008606.0419922-.6209717,3.2040405-.8554688,6.5195923-1.5598145,9.6948242-.7178345,3.2359009-2.2265625,6.3057251-3.4476929,9.3692627-1.206543,3.0270386-.6578979,5.5797729.4463501,7.8443604-.2111206,1.2283936-.2717896,2.4074097-.1282959,3.2592163-.9711914.3821411-1.901062.6315308-2.7474976.7021484-.7297974.0609131-2.2150879,1.3745728-1.5525513,4.244873.1459351.6322021.3759766,1.2179565.6305542,1.7966919-.3328857,2.1196289-.0048828,4.2058716.5950317,6.0633545-.9549561,3.0841064-.833252,6.2722168,1.6130371,9.293396-3.1931763,4.2659302-1.4511719,8.4494629-1.4511719,8.4494629.0183716-.003479-.553894-4.835083,1.4403687-7.2153931-.2084351.8068848-.3571777,1.5903931-.4313354,2.3386841.90448-2.2235718,2.7786255-3.3253174,3.861084-3.7463379-2.1807861,2.3881226-4.0043335,5.4708252-2.7963257,8.75177-.1453857-.4728394-.657959-3.0362549,3.2763062-7.6741333.0876465.2057495.1738892.4111328.2592163.616272-.3982544.7670898-.7352905,1.5523682-.9741821,2.3632202-.0801392.2719727-.1280518.5498047-.156189.8306274-.7127075,2.1217041-1.0614624,4.2619629-.0197144,6.534729.1635132.3567505.3626709.6832275.5776978.9941406-.692627.5213623-1.5374146,1.0090332-2.5228882,1.5296021,0,0,1.4528198.1368408,2.9919434-.928772.2463989.2796631.5075073.5425415.7926636.7729492-.7022095,4.9066772,2.5611572,8.0969849,2.5611572,8.0969849,0,0-.0917358-.9356689.0424194-2.1206665-.0313721,1.3157959-.0424194,2.1206665-.0424194,2.1206665-.000061,0,.0256958-1.0638428.1150513-2.6453857.1491089-.8973999.4394531-1.8737183.9954834-2.6751099,0,0-.124939,2.3261108.770752,3.9428711,0,0,.1831055-.8348999.5388794-1.9263306,1.0128174,1.375,1.9804688,2.0525513,1.9804688,2.0525513.0407104-.46875.059082-.6994019.0921021-1.1544189.8508301,1.7802734,2.833252,3.2353516,4.5021362,4.2072144.0133667.0227051.022644.0378418.0234985.0373535,0,0-.0061035-.0134277-.0145264-.0322266,1.4631958.8512573,2.6831055,1.3304443,2.6831055,1.3304443,0,0-.8010864-.4465942-.8900146-2.4005737.1975098-.822937.4697266-1.8951416.8112183-3.1114502,3.7246094-.659729,4.1724243-4.3192139,4.1724243-4.3192139,0,0,2.7278442,1.4849243,2.2589722,3.7402344s-6.5012207,4.1097412-6.5012207,4.1097412c9.0222168-1.1194458,8.3728027-5.7521362,5.5793457-10.6342773.8001709-.7102051,1.6785889-1.6958008,2.4451294-2.9047241,1.6867065,1.6709595,2.7642822,3.7905273,1.6246948,6.2186279-2.022522,4.3095093-3.3379517,5.5626831-3.5004883,5.7074585,5.3980103-4.5484619,6.5874634-10.6152344,2.8754272-13.8034668,1.1017456-2.5290527,1.5453491-5.6983032.2200928-9.2151489-1.0071411-2.6727295-1.4293213-4.7206421-1.9073486-7.031189-.303894-1.7389526-.5864868-2.9176636-.5961914-2.9158936,0,0,.0001221.0054321.0001831.0063477-.1056519-.4697266-.2175903-.8736572-.31427-1.1925049-1.5904541-6.7194824-2.7255249-13.1853027-3.9135742-19.9989014-.0022583-.0942383-.0047607-.1887207-.006897-.2828979.5900879-3.6010132,1.3053589-7.567627,1.914978-10.7166138.7163086-2.0997925,1.3644409-4.2412109,2.0415039-6.3758545.3188477-.7498169.6298828-1.5093384.9297485-2.2822876.2842407-.7325439.5604248-1.4511719.8395996-2.1759644,1.1064453-.1860352,2.1546021-.3347168,3.0691528-.4121094.586853-1.3493652,1.8200684-4.3884888,2.6685181-7.8637695.1239624-.3861084.249939-.777832.3769531-1.1723022-.2017212,1.5187378-.5921021,3.9736328-1.2599487,6.5076294v.000061c-.1040039.3945923-.2147217.7908936-.3325195,1.1858521-.0003662.0012817-.0007324.0025024-.0010986.0037231-.1177368.3947754-.2425537.788147-.3747559,1.177002-.000061.000061,0,.0001221-.000061.0001221-.0100098.0294189-.0195312.0591431-.0296021.088501.0013428-.000061.0026855-.000061.0040283-.0001221.2890625-.0148315.5772705-.026062.8643799-.0319824.1028442-.307373.2086182-.6235962.3154907-.9432983.0028076-.0083618.0056763-.0169067.0084839-.0253296.0310669-.0006714.0621338-.0015869.0932007-.0022583.0020142,0,.0021973.0014038.0043335.0013428.0001221-.0004883.0003052-.0009766.0004883-.0014648.9812012-.020752,1.9631348-.0463867,2.9450684-.0721436-.0002441.0008545-.0004883.0018311-.0007324.0026855.3191528-.0084229.6383667-.0172729.9575806-.026123.1135254-.0031128.2269897-.0061646.3405151-.0093384.019104-.0004883.038208-.0010376.057312-.0015259,0-.000061,0-.0001221.000061-.0001831.1486816-.0041504.2975464-.0090332.4462891-.0133057.7189331-.0205688,1.4382324-.0427856,2.1574097-.0644531-.0001831.0005493-.0003662.0010986-.0005493.0015869.4912109-.0150146.9825439-.0301514,1.473938-.0455933.0541992-.117981.1085205-.2421265.1627808-.3619385.2302856-.0071411.4607544-.013916.69104-.0211182,1.9154663-.0592651,3.8309937-.1191406,5.7476196-.175415,1.1992188-1.7854614,3.2572632-5.0665894,4.2280884-7.8930664,0,0-1.4788208,4.6625366-2.7454224,7.8532715.8427124-.0233765,1.6853027-.0455933,2.5279541-.0678101.1099854-.0029297.2199097-.0060425.329895-.0087891-.0471802.1187134-.0945435.239563-.1416626.357666.3197632-.0075684.6340942-.0148315.9453735-.0221558.0015259,0,.0031738-.000061.0046997-.0001221.1669312-.0039062.3322754-.0078735.4966431-.0119629-.0003662.0009155-.0007324.00177-.0010986.0026855.2254639-.0046997.4509888-.0093384.6765137-.0137329.0010986-.0023193.0022583-.0046997.0033569-.007019.4326782-.012146.8560791-.0261841,1.2698364-.0428467-.0043335.0087891-.0087891.0180664-.0130615.0268555.3947754-.0065308.7895508-.0117798,1.1843872-.0170898.0148926-.0228882.0300293-.0466309.0449829-.069519,1.2133179-.0742188,2.3292847-.1918335,3.3393555-.3927002-.0639648.1443481-.1270752.2897339-.1920166.4328003.3916016-.0015259.7831421,0,1.1746826.000061.1587524-.2646484.3173218-.5358887.4754639-.8118286.3822021-.1269531.7458496-.2713013,1.0859985-.4400635.1413574-.0701294.2857056-.1508789.4318848-.2390137.0493774-.0297241.0997925-.0645752.1495972-.0962524.0976562-.0620728.1953735-.1246338.2945557-.1939087.0615234-.0429688.1235962-.0900269.1856079-.1355591.0883789-.0649414.1767578-.1303101.2659302-.2003784.0687866-.0539551.1377563-.1108398.2069092-.1677246.0826416-.0680542.1652222-.1369019.24823-.2088013.0747681-.0648193.149353-.1312256.2243042-.1990356.0762939-.0690308.1524048-.1394043.2286987-.2114258.0808716-.0762329.161377-.1531982.2421265-.2325439.0680542-.0669556.1358032-.1356201.2036743-.2047119.0878906-.0892944.175415-.1786499.2627563-.2712402.0546265-.0579834.1087036-.1177368.1630249-.1768799.0997314-.1083984.1991577-.2166138.2976685-.3287354.024353-.02771.0481567-.0565186.0723877-.0844116.8244019-.9483032,1.5968018-2.0142212,2.2280273-3.0863647.0028687-.0049438.0057983-.0098877.008728-.0148315.1052856-.1791992.2059937-.3579102.3027954-.5367432.0028687-.005249.0056152-.010498.0084839-.0158081.0974121-.1804199.1901245-.3598633.2779541-.5388184-.1195068.3553467-.2440186.7042236-.3723755,1.0478516-.0159302.0425415-.0321655.0846558-.0481567.1270142-.1258545.3323364-.2550659.6599121-.3896484.9801025-.0018921.0045166-.0037231.0092773-.0056152.0137939-.132019.3135986-.2695923.6192017-.4102783.920166-.0303345.0648804-.0609741.1292114-.0917969.1934814-.1416016.2960205-.2860718.5878296-.4366455.8703003-.642395,1.2053223-1.2789307,2.3443604-1.9073486,3.432251.5194092.006958,1.0386353.0183105,1.5579224.0293579.144104.0031128.288147.0047607.432251.0081787.0619507.0012817.1239014.0026245.1858521.0039673,2.1217651.0523071,4.2423096.1405029,6.361084.2730103h.0001831c.1987305-.4542236.3886719-.8986206.5715942-1.3352661.0400391-.0955811.0762329-.1869507.1155396-.2816772.138855-.3349609.276123-.6680298.4058838-.992981.0543823-.1361084.104187-.2672119.1569824-.4015503.1089478-.2774048.2179565-.5548096.3203735-.8250122.0560913-.1480103.1078491-.2914429.1620483-.4373779.0927124-.2498779.1856689-.499939.2728271-.7438354.0535889-.1497803.1032715-.2955322.1547241-.4431152.081604-.2338257.163147-.4677124.2396851-.696167.0491943-.1469116.0950928-.2903442.1422119-.4350586.0725708-.2225952.1446533-.4448242.2124634-.6625366.0443726-.1425171.0859985-.2822876.128418-.4228516.0646362-.2139893.128418-.4273071.1885376-.6366577.0393066-.137085.076416-.2720337.1138306-.4071655.057312-.2069702.1135254-.4129028.1665039-.6154785.0343018-.1312866.0669556-.2609253.0994873-.3904419.0505981-.2015381.0997925-.4017334.1461792-.5991821.0292969-.1245728.057373-.2479858.085022-.3709717.0443115-.1972656.0869141-.3928223.1270752-.5860596.0247192-.1187134.048645-.2367554.0717773-.3539429.0380859-.192627.0740967-.3834229.1081543-.5722656.0204468-.1132202.0405273-.2261963.0595093-.3380737.0321045-.1890869.0619507-.3760986.09021-.5615845.0163574-.1074829.0327148-.2149658.0477905-.3212891.0239258-.1685791.0458374-.3353882.0666504-.5012207.4967041,2.21698,1.010498,4.5175171,1.5386963,6.8905029.5490723,2.4669189.8080444,3.7987671,1.4969482,5.8041382.7302246,2.1253662,2.5335083,2.8466187,3.1911011,3.0437622.0100098.0301514.0195312.0603638.029541.0905151.038269.0053711.0766602.0097656.1149902.0150757-.0054932-.0214844-.0115967-.0456543-.0170898-.0675049.2522583.078064.5119629.138855.7787476.1782227,1.3688354.2019043,2.736084.4368896,4.102478.6885986,1.6138916,4.4804688,3.0583496,8.8222656,4.928833,13.0066528.0188599.0615845.0368042.1231689.0554199.1847534-.0960693,1.2025146-.1688843,2.3548584-.2218628,3.4700317-.8112793,7.0028687-2.3701782,16.4879761-2.9620972,22.9116211-.93927,3.3892212-1.4989014,6.8099365-1.2351685,9.9863281-.9024658,3.5525513-2.0540771,9.1449585.6697388,10.9862061.1156616.078186.2244263.1552734.3369751.2329712-.2020874,2.3580933-.4071045,4.6918945.0933838,6.923645.2647705,1.1807861.9300537,2.3307495,1.7807617,3.3938599-.8649292,2.3457031-1.8748169,4.2478638-1.8748169,4.2478638,0,0,1.1749878-1.348999,2.1885986-3.8695679,1.0201416,1.1904907,2.2487793,2.2576904,3.3703613,3.1173096-1.6036987,1.7657471-3.7090454,2.6861572-3.7090454,2.6861572.0779419.0686646,2.3901978-.0744629,5.1771851-1.1437988-.3695679.9454346-.7205811,1.564209-.7205811,1.564209.4656982-.5596313.9212646-1.0935059,1.3380737-1.6364746.2043457.1323242.3858032.246582.5432129.343811-.0907593.1013184-.1813965.2006226-.2718506.296875,0,0,.3134766.0282593.8153687.0296021.0471802.0272217.0750122.0429688.0750122.0429688.0003662-.0022583-.0167236-.0192871-.0413818-.0428467,1.3861084.0001831,4.154541-.2092285,5.8807983-1.7445679,0,0-.5519409,1.2481079-1.432251,2.1757202,0,0,1.9518433-.2832031,3.9245605-3.4003296,2.2512207.8175659,4.0910645.9158936,4.1358032.8716431,0,0-.8294067-.904541-.9468994-2.7498169.6436768.7601318,1.7380981,1.3629761,3.359436,1.7097778,0,0-1.2523804-1.9611206-.8026733-2.7772217,1.8185425-3.300415,3.1129761-7.5818481,4.9437866-10.9783936,1.5830688-2.9368896,1.2791138-5.5700073.0427246-7.8764648-.0332031-1.0372925-.1375122-2.0912476-.3058472-3.1506348,1.0559082-1.2475586,2.1543579-2.5592041,1.8441162-3.8076782-.1228027-.4943237-.3820801-.9649658-.7353516-1.4140015.5559692-.7694702,1.2737427-1.9824219,1.3875122-3.2487183.0813599-.9057007-.4988403-1.7884521-1.4174194-2.6245728ZM170.2172241,137.7999878c.4277954-.1318359.8699341-.2852173,1.3179321-.4482422-.8613892,1.0897827-1.4475708,2.2141724-1.819397,3.3436279-.3433838-1.4078979-.3667603-2.6278687.5014648-2.8953857ZM169.7542725,149.3735962c.0909424-.2028198.1893311-.4032593.2850952-.6045532.0108643.03125.0216064.0626221.0325928.09375-.1062622.1694336-.2131958.336853-.317688.5108032ZM169.8238525,143.4476929c.3881836.8577881.7539062,1.7529297.9206543,2.8063354-.1656494.3599243-.3189697.7223511-.4602051,1.0866089-.3560791-1.3508911-.5585938-2.7008057-.4604492-3.8929443ZM170.4502563,147.9338379c.1242065-.2435913.2487793-.4871216.3783569-.7290039.0053101.1618652.0085449.3251953.003479.4949341-.1043091.1520386-.2077026.3099976-.3114014.4665527-.0238037-.0774536-.0474854-.1548462-.0704346-.2324829ZM172.1193848,156.9720459c-.031189.0352783-.0621338.0705566-.0925903.105835-.4584351-.6438599-1.1153564-1.8392334-1.2722778-3.5632324-.0808105-.8878784-.0136108-1.7723999.1566772-2.6461182.7792969,1.614624,1.6463013,2.8978882,2.1992188,3.6472778-.3696899.8261108-.7046509,1.6482544-.9910278,2.4562378ZM173.1813965,154.3554077c-.5149536-.9539185-1.3400879-2.581543-2.046875-4.4186401.3297119-1.1665039.8314819-2.307312,1.4382935-3.3996582-.0656738.9847412-.0705566,1.9729614.003479,2.9633789.1105347,1.4794922.4476929,2.8798828.8945923,4.2301025-.0985107.208374-.1953125.416748-.2894897.6248169ZM171.4867554,146.7805786c.0335083-.2784424.0459595-.5519409.0261841-.8092651.4676514-.819397.9534912-1.6327515,1.4437256-2.444397-.1034546.5623779-.1899414,1.1264038-.2584839,1.6918945-.3922729.4790039-.7992554,1.0004883-1.2114258,1.5617676ZM173.3485107,141.6900635c-.1537476.2573242-.3051758.5176392-.4661865.7657471-.5621338.866272-1.1004639,1.7597656-1.5808716,2.671936-.2754517-.6976318-.7797241-1.8688965-1.1864624-3.0769653.0583496-.1608276.1234131-.3175049.1998901-.4669189.7658691-1.4963989,1.8895874-2.8547974,3.185791-4.1062622-.3721924.8187256-.192749,1.6858521.2108765,2.8237915-.1292114.4613037-.2504272.9243164-.3630371,1.3886719ZM176.1226807,169.0199585c-.1759033-.2894897-.3324585-.6050415-.4605103-.9559326-.2659912-.7290649-.390686-1.4414062-.4136963-2.1408691.3676147.8356323.847229,1.6558838,1.3755493,2.4295044-.1456909.2337036-.3123779.4558105-.5013428.6672974ZM176.7020264,169.7922974c-.0404053-.0441284-.0821533-.0861206-.1212769-.1321411.0748291-.081665.1489258-.1675415.2225952-.2566528-.0337524.1296387-.0664673.2601318-.1013184.3887939ZM176.9639893,167.6957397c-.8753052-1.7423706-1.3909912-3.6165771-.8461914-5.2009277-.09375,1.7589111.5085449,3.3123169,1.0938721,4.383728-.0599976.2897339-.1429443.5610962-.2476807.8171997ZM174.2155151,128.6364746c-.3200684.6941528-.5951538,1.508667-.8103027,2.3497314-.2008057-.5002441-.329834-1.0385132-.3627319-1.6035767-.0712891-1.2252197.2809448-2.5123901.8011475-3.7409058.9208374-2.1746216,1.9921875-3.3278198,3.4163208-4.8027344.0838623-.086853.1885986-.178894.3056641-.2747192-.9506226,2.6047974-2.0491943,5.2507324-3.3500977,8.0722046ZM265.8803101,166.9129028c-.0778198.0784302-.1525879.1583252-.2276611.2380981.0021973-.1491699.0036621-.2987671.0028687-.4506836.0749512.0708618.1525269.1422729.2247925.2125854ZM193.2166748,172.3134766c.000061.0002441.0001831.0004272.0002441.0006714.6378784,1.7508545-.8982544,3.0160522-2.4089966,3.8008423.1690674-.5767212.3505859-1.175293.5477905-1.7927856.5322266-.7233276,1.1715088-1.3829956,1.8609619-2.008728ZM264.154541,169.3036499c-.0071411-.2216797-.0061035-.442627.0137329-.661377.0895386-.9866943.2614746-1.9268799.4838867-2.8376465.053833.0455322.1095581.0914307.1622314.1367798.1259766.6276245.2180176,1.2521362.2644043,1.8721313-.3776245.4760742-.6938477.9730835-.9242554,1.4901123ZM265.0574341,169.6673584c-.0501099.4576416-.1308594.9312744-.2371826,1.4120483.0348511-.4666748.1083374-.9454346.2371826-1.4120483ZM268.0888062,177.0130005c-1.1401978-1.3040161-2.3733521-2.946106-3.1517334-4.668457.3167114-1.1682129.5629272-2.4942017.666626-3.9724731.2026367-.3337402.4511108-.6437378.7559814-.9160156.0103149-.0091553.0212402-.0177612.0316162-.0268555.2527466.2647705.4868774.5257568.7032471.7828979.7347412,1.557373,1.4794922,3.0526123,2.1622314,4.2774048.0169678.0304565.0307617.0618896.0469971.0925903.2645874,1.7715454-.3318481,3.2536621-1.2149658,4.4309082ZM270.3156738,179.3200073c-.1359863-.1282959-.2949219-.2805786-.4718628-.4536743.0088501-.0119629.0169067-.024231.0257568-.0362549.4637451-.2033691.9349365-.4337769,1.4073486-.692627-.3175049.4210205-.6394653.8167725-.9612427,1.1825562ZM275.4229736,112.9852295c.7840576.453125,1.5275269.8947144,2.0462036,1.3950806,1.6025391,1.5458374,2.2573853,3.5148315,2.4353638,5.987854.0782471,1.0872803.0966187,1.9892578.1459961,2.8884277-1.578064-3.3761597-3.1088867-6.8033447-4.6275635-10.2713623ZM287.9667969,135.9127197c.2785034.0287476.5441284.0467529.7929688.0522461,1.5700073.0344849,1.6118164,2.0888672,1.2463379,4.229187-.8113403-.6262207-1.7814941-1.2210083-2.7647095-1.7745972.1513062-.3915405.2932129-.786438.411438-1.1888428.1259155-.4284058.2319946-.8701172.3139648-1.3179932ZM281.4988403,126.3024292c2.0007324,1.6878662,3.819519,3.513916,5.3319702,5.7632446.4005127.5955811.5652466,1.3675537.5700073,2.2296753-1.1656494-.1748657-2.4104614-.4818115-3.6760254-.9007568-.0205078-1.6231689-.2904663-3.1578979-.944397-4.4647827-.4347534-.8688965-.8569946-1.7492065-1.2815552-2.6273804ZM283.6754761,134.9229736c1.2836304.421936,2.5153198.7305298,3.5930176.8982544-.1237793.7526245-.3248291,1.5327148-.5671387,2.2982178-1.161377-.635437-2.3029175-1.2095337-3.1864624-1.704834.0698242-.4989624.1243286-.9971924.1605835-1.4916382ZM283.5269165,137.286499c.9510498.5199585,1.9696045,1.0133057,2.9468994,1.5144043-.2390747.6832886-.5015259,1.3416748-.7610474,1.9456177-.6837769-1.2487793-1.4205933-2.411499-2.1858521-3.460022ZM288.8198242,144.909729c-.4984131-.3567505-1.0344238-.696106-1.5794067-1.0187988-.4092407-.9539795-.8534546-1.8797607-1.3255005-2.7671509.1178589-.1674805.2084961-.3017578.2496948-.378479.2944946-.5476074.5700073-1.1082764.817627-1.6806641,1.0997314.5789795,2.1171265,1.1769409,2.8881836,1.8455811-.3184204,1.5361938-.782959,3.0056152-.9782104,3.6878052-.0292969.1021729-.0526733.2064819-.0723877.3117065ZM290.0487061,145.9136963c-.2270508-.2163696-.4730835-.4273071-.7344971-.6326294.2501221-1.2953491.7329102-2.5380859,1.1339722-3.7998657.2649536.3033447.4785156.6217651.6238403.9603271.3997192.9310913-.37854,2.4541626-1.0233154,3.472168Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M263.1533324,126.0770552l-69.2071795-.5331547-.9555915,44.0027853s-3.438792,9.2097477,1.009015,12.6963527c0,0,.5886174-6.8947038,6.8950723-9.5012352,0,0-.1903842,1.8424171-1.0002475,3.9274833-.3919206.6892787-.7910891,1.3295085-1.185979,1.8741422,0,0,.2464029-.2273359.6495226-.6627437-.6063395,1.2091776-1.4398869,2.3980155-2.5835012,3.2692985,0,0,1.999209-.5260475,4.454634-2.7458928-1.0214298,1.5620346-1.7355984,2.5059557-1.7355984,2.5059557l-.1194957.1824719c.5836842-.3465915,3.6545903-2.3575935,6.8480082-7.9438063-.0235905,1.779154-.2403474,4.6760274-1.2911895,6.6559589,0,0,2.6907457.2802657,5.7178609-7.1749928,2.3511263-5.7904271,21.3005578-5.7863826,35.3722924-2.8587659,2.2893795.4762973,6.0976472,11.2375591,7.9321201,11.2109073-.1472011-.9812805-.5325519-2.186133-.2522479-3.8117113,1.3453845,2.4663987,2.9601312,3.6075438,4.2884015,3.7276175-.0267468-.0890267-.0483968-.1784508-.0672178-.2680385.0030862.0003039.0064997.0014495.0095625.00173,0,0-.0052138-.0068032-.013654-.0180251-.3357616-1.6393952.6137043-3.3528078,1.5749537-4.5473502.412916,1.6226793.7666803,3.4290696.7666803,4.859715,0,0,.2749967-2.4467604.2613194-5.9613733.3629994-.329899.6265166-.5025752.6636208-.4568695,1.5151241,1.865983-.420421,6.2220474-.420421,6.2220474,1.8572451-1.7060249,4.3376166-6.3016758,4.3376166-6.3016758,2.4606153,2.5267395,1.0717438,7.0018958,1.0717438,7.0018958,3.7560366-2.8022592,3.7560366-9.2765645,3.7560366-9.2765645l-6.7761377-46.0761621Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M319.8989067,136.2936132c-.8463597-.0706275-1.7763265-.3200097-2.7474424-.7021838.1434603-.8517851.0828591-2.0308273-.12831-3.2592223,1.1042889-2.2645457,1.6528796-4.8173058.4462794-7.8443293-.3305946-.8294816-.6820443-1.6597815-1.0334005-2.4933545.685411.7601867,1.2684172,1.552496,1.7102076,2.4002599,3.1112368,5.969813.5886174,10.5102197.5886174,10.5102197,0,0,5.465613-5.9697896.6726923-14.0416419-1.5759123-2.6540841-3.4163939-4.3605532-5.3850919-5.7425472-.000187-.0007481-.0003741-.0014729-.0005611-.002221-.7043957-3.175222-.9389449-6.4907406-1.5599203-9.6947888-.0026186-.0140273-.0057983-.0279845-.0086039-.0420118.0144021.0154067.0288043.0309068.0432064.0463135.0080428.0087203.0162726.0174406.0245023.0261609-.1255979-.625735-.2516634-1.2555846-.3794123-1.8883566,2.4726795,1.9290124,4.1264943,3.5146596,4.0706626,5.6941764,0,0,.5886174-1.6816408-1.09316-4.1200082-.6061993-.8789513-1.9017374-2.0761355-3.3765542-3.5257178-.1958317-.9435938-.3980228-1.890975-.6100336-2.8387302.0086039.0154067.0132799.0341097.0240347.0477864,3.4985048-5.8632522.155805-11.0528195-3.7938422-15.2268328-2.3304349-2.4627048-4.2938023-5.6383009-5.9893272-8.7860061-.288791-.9861667-.6083502-2.0007387-.969339-3.0509635-1.1724653-3.4104834-4.9649047-6.7906445-8.4205771-9.2935142-2.3673755-3.446557-5.4873097-6.8923425-8.4808043-6.850167-.7258119.0102166-1.4615369.1881998-2.1940822.4886647-1.5193325-.9122428-3.1110497-1.6528614-4.7562607-2.2115926-.4964063-1.2864213-1.941016-1.2842938-3.2427265-1.0127952-.1808685-.1681407-.3398531-.2983843-.4578759-.369269-.1324249-.0795816-.5437276-.1521028-1.1233671-.2120228-.4311291-.3929517-.8903142-.6723991-1.3641821-.8119007-2.2994797-.6768645-3.8705289.2069496-4.3615111.5466209-.3694991-.0514335-.735538-.0876707-1.0892321-.1036618-.6063863-.1518223-1.203327-.1974344-1.7175957-.1704084-1.6423118.0863147-2.5604951.4248405-2.935512.6002052-.6103142-.3457031-1.4257186-.4484999-2.4319981-.2472547,0,0,.8439281-.058564,1.5786244.5400281-.7902474-.0076683-1.5802143-.0119466-2.3692459-.0098191-.0845424-.1572929-.1833935-.2891263-.2976754-.3902164-.1731998-.1531549-.3823114-.2721532-.6162995-.3645932-.3318104-.2896406-.7665867-.2955087-1.0977425-.2371083-.5143622-.0445835-1.0721179-.0241036-1.6268809.0346708-.2708351-.5417347-.8060524-.6604759-1.3446364-.5469015-.9734539.2052429-2.0780234,1.1500992-2.7574491,1.6072025-.3452773-.5749795-1.0101139-.8486991-1.9513967-.7733958-1.347442.1077765-2.1356319,1.5974769-2.1945498,1.7125008-.0269339.014191-.0536807.0286859-.0805211.0432041-.5156715.1169176-1.029192.2451273-1.5400005.3875512.0357248-.0348812-.0094456-.0531869-.1931196-.0412169-2.5785446.1681641-6.5026607,1.1491173-9.7819537,2.5224611-2.3981437,1.0042853-5.9356465,3.5590326-8.4638771,7.1913112-2.7788653,2.6706129-4.9397477,5.9772241-6.1031415,10.6865664-.1483234.6002988-.286453,1.1896328-.416914,1.7704336-.9890718,1.5484514-1.8739618,3.1525446-2.5546969,4.8653493-1.9972217,5.02491-4.50095,11.9784583-5.335152,17.3176035-.5397062,3.4778613-.4358986,6.6270393-.8189582,9.8785699-1.5566471,1.9535836-2.9753516,3.5614173-3.5839824,4.6902417-1.5343893,2.845814-.8466402,4.7166598-.8466402,4.7166598-.1934002-2.5678395,1.5088582-4.5025563,4.0346573-6.9541562-.080334.3840444-.1687108.7703098-.2713027,1.1606431-1.9039819,3.2939866-3.1896069,6.8824299-2.0753113,10.3781526-.0272144.7677615-.0347896,1.4736157-.0538678,2.162497-1.7445296,1.540713-3.3375562,3.4408058-4.6227136,6.2401661-.6192921,1.3487259-1.0133871,2.6411556-1.2441955,3.8694804-2.6361531,1.0215155-1.8283239,5.8147411-1.7269478,6.1777913-.9185574.836168-1.498758,1.7189067-1.4173952,2.6246267.1137208,1.2662921.8315834,2.479257,1.3874687,3.2487018-.353133.4490376-.6123716.9197006-.7352574,1.4140231-.3103007,1.2484774.78819,2.5601011,1.8440353,3.8076667-.1683367,1.0593659-.2725185,2.113378-.3058117,3.1506743-.6497798,1.2122869-1.037983,2.5156813-1.0340551,3.9051332-.2498865,1.0250691-.4337476,2.0240474-.5316635,2.983796.0536807-.1283499.1148431-.2481899.1728257-.3716536-.9588647,2.689994-1.6057453,5.2981854-1.7431268,7.6398813.7375954-2.0451118,2.078491-3.4445698,3.3290458-4.3489807-.4662927.7291396-.8234472,1.4640304-1.024329,2.2060752-.6529595,1.7846947-.7489114,3.6723967.1212024,5.5782874-.1160588-.3000208-.3980228-1.3052179.1096994-3.050566.5057583.9218515,1.4490051,1.822849,2.6220316,2.6662411.8608553.9062344,1.9178229,1.7633265,3.0052782,2.5314152-.19499.8745093-.8429929,1.8924011-.8429929,1.8924011.9724252-.2080016,1.7516372-.5095888,2.3613902-.8804943.2622312.1648443.5192253.320828.7724785.4721827-.2845826.9684923-.7214164,1.4483666-.7214164,1.4483666.0338544.0334785,1.0957786-.0152898,2.5851845-.3946584,1.0970879.5859208,1.8419779.9269247,1.8419779.9269247.0006546-.0007481-.5619641-.3933258-1.3984106-1.047092.352946-.1004355.7232868-.2174467,1.1070945-.3568314,1.9727194,3.1171256,3.9244902,3.400337,3.9244902,3.400337-.880214-.9276027-1.4321715-2.175706-1.4321715-2.175706.2992653.2661215.6398666.5340899,1.0030063.7959564.1608551.7610284.4577824,1.5128455.918838,2.2458893-.1172746-.2136593-.3822179-.8163427-.3866133-1.8771815,1.6426859,1.089057,3.5942697,1.9813576,4.6257997,1.9812174-.0246894.0235893-.0417101.0406324-.041336.0428534,0,0,.0278691-.0157106.0750034-.0429703.5018305-.0013092.8153109-.0295509.8153109-.0295509-.0903407-.0962975-.1810555-.1955407-.2717703-.296888.1573013-.0972326.3389179-.2115085.5431665-.3438328.416914.5429504.8723583,1.0768299,1.3380899,1.6364728,0,0-.3510756-.6187914-.7204812-1.5642088.1479493.0567872.2930929.1085948.4382366.1604958.0006546.0007949.0013093.0015664.0019639.0023613,0,0-.0011222-.0019638-.0011222-.0020573.2460522.087998.4891117.1714839.7245026.2451506.4603074.7015759,1.0236743,1.3425305,1.7153512,1.8584784,0,0-.1745091-.5681762-.2901938-1.4095811.0034603.0025951.0064529.0056343.0099132.0082294,0,0-.0073881-.0250154-.0176754-.0609954-.0004676-.0036237-.0010287-.0068266-.0014963-.0104503,1.5071748.3497944,2.5458124.3977678,2.5976227.352179,0,0-1.3335074-.5827412-2.6861866-1.710537,1.4022449.3100503,2.3563401.3528102,2.4059059.3091853,0,0-.8906883-.3895618-1.9543894-1.1472937.3600536-.3224879.7140283-.6596109,1.0569676-1.0124679.0497529.1484791.0976353.2991792.1504743.4438942-.0122512-.1969201-.0146827-.3894683-.0141216-.5805436.0164596-.0173003.0340414-.0332447.0504075-.0506152.0752839.3251063.5423248,1.6189387,3.4596003,5.1764517-.3175953-.6490203-.4773281-1.3661432-.5419507-2.073634.408123.3661829.8125988.7243469,1.1845294,1.0659587,0,0-.474242-.6758826-.7974485-1.5824911.080147.0793712.1642218.1572228.2496995.2344197-.0684569-.0695287-.176286-.1926184-.3004811-.380444-.0414295-.1262692-.0784636-.2563491-.1114763-.3892345.23165.2697218.4600269.5148958.6794257.7163981,0,0-.4541351-1.0238768-.7502207-2.2908001.0755645-.3752306.2283768-.7405017.4979026-1.0724814.0326386-.040235.2461457.0964845.5431665.3529739.0755645,1.9709073.2136006,3.206503.2136006,3.206503,0-.0857069.0052371-.1767675.0076687-.2650694.1107282,1.2463032.272612,1.6664211.272612,1.6664211,0-1.4306454.2415632-1.7796215.6545493-3.4023008.5323181.6614578,1.0942822,1.0355896,1.4337613,1.5157211-.0086974.0576522-.0152438.1153746-.0270274.1728632-.0084168.0112218-.013654.0180251-.0041149.0162951-.0014963.0072474-.0039279.0144715-.0054242.021719.0288043-.0266519.0657448-.0624215.1061457-.1027267.020481.0333616.0412425.0666765.0593855.1013707-.6377156,2.0184365-1.3467873,3.610583-1.3467873,3.610583.0277756.0369853,1.4775289-.5671242,3.4494066-1.6017786.628083.0608084,1.2579429-.112125,1.8666673-1.0276174.0833267-.0481604.1674015-.0972093.2514764-.1463984.0105678.0765891.0214162.1532951.0291784.2279906-1.8825657,2.1210229-3.5170218,3.5835804-3.5159931,3.5851702,0,0,1.5715169-.939409,3.5425529-2.4414534-.0519038.8650175-.2422178,1.5880318-.3366735,2.2172269.9821513.0142611,2.4470549-2.4379934,4.0246506-5.3741433.0029927,1.1860559-.0746293,3.5691791-.6858786,5.1584968,2.1695798-2.1694639,2.8644364-3.7938498,3.0880437-4.6147047.0283367,2.9560219.563741,5.4469684.563741,5.4469684.0063594-.3335694.0419907-.6620189.0971677-.9855121.20163.938053.4727456,1.7066094.8358854,1.9659977,0,0,1.6816839-5.0449223,3.6998542-5.8857427,0,0,2.5705018,1.8783037,2.0099405,5.9142415,0,0,1.1211226-2.3542971-.2242619-5.3812271,1.6816839,1.3452892,1.0651039,3.1390316,1.0651039,3.1390316,0,0,.728711-1.121086.1681497-2.6906018-.2356714-.6599148-.3715566-1.0402186-.4506748-1.2618735.0486306.0404922.1001604.0843977.1459854.1214765,1.0834339.8762393,1.6838349,1.7432674,2.0128396,2.4898009-.0005611.0171133.0031797.0350215.0015898.0519478-.112131,1.233211-.8408419,1.1771485-.8408419,1.1771485,0,0,.5563529.1481518,1.0958721-.4903948.2205211.8798864.0706079,1.4621835.0706079,1.4621835,0,0,1.0055314-.8067106,1.4677092-3.3821716.0224449.0443964.0448898.0886994.066493.134405.0608818.1389171.1163394.2735092.1713294.4075869.2198665.5960672.322926,1.2576887.0990381,1.868391-.6166735,1.6816408-2.0180768,1.6816408-2.0180768,1.6816408,0,0,1.5484173.3677961,2.6129601-1.4406749.5050102,2.0968959.1891918,3.2820634.063968,3.6287718.2829927-.6695235.4757383-1.339842.5854377-2.007729.423928,1.2491554,1.7267607,1.6133745,1.7267607,1.6133745,0,0-.8969542-.5605547-1.3453845-2.3542971-.2388511-.9554469.0806146-2.3367629.5654244-3.3801377.3738946.6739655.7028994,1.4299908.9481099,2.2858204-.029646-1.0615401-.1412158-2.175519-.3147897-3.3240051.265972-.3102841.5345626-.4737958.76322-.40235.8969542.2802657,2.0180768,3.1950941,1.1772348,3.9238129-.8408419.7286954-2.2983574-.7287188-2.2983574-.7287188,0,0-.1681497,1.121086,1.9059458,1.7377032.6453843.1918469,1.1929463-.2135658,1.6411896-.8626796.4780763-.0395336.9367939-.1138082,1.372786-.2188027-.2226721.5411503-.5180095,1.0771806-.8837678,1.5859745-1.2893658,1.7937424-3.41948.2802657-3.41948.2802657,0,0,1.2332536,2.074008,3.7558729.5044922.4476822-.278559.81821-.6535558,1.1294459-1.0798925.0580762.347363.0981029.6758592.1037141.9677675,0,0,.9960858-.5159712,1.9037949-1.9001161.4620843.9988848,2.0203213,1.0032566,2.0203213,1.0032566,0,0-1.5136277-.0560625-1.1772348-2.1300705.3362994-2.074008,2.9710497-2.2982346,2.9710497-2.2982346,0,0-1.5696465,1.0089845-.7288045,3.5314222.8409355,2.5224611,3.5317045,1.7377032,3.5317045,1.7377032-.8409355-.0560625-2.2983574-.5605547-2.6347503-1.7937424-.7093523-2.6008738,2.9991058-4.8206957,2.9991058-4.8206957-1.5135342,3.1951175.9049969,5.4087907.9049969,5.4087907,0,0-1.8019511-2.8863296-.3444356-4.848236,0,0,.3362994,5.0448989,5.1012575,6.2220474,0,0-5.465613-4.8206957-.0922111-6.5498423,0,0-.1039947,2.4018029,3.595766,3.8031546,0,0-1.1097131-1.3307242-1.4607887-2.6158129.1212024-.572361.2945893-1.2676948.5232467-1.9219987.2539079-.1678602.5941351-.2961867,1.0437812-.368965.6997197,1.2719264,1.3690452,1.9701124,1.9672017,2.3242552.5711291.5873001,1.2568207,1.1624432,2.0748437,1.643393,0,0-.2370742-.5311441-.4905145-1.4071029.4127991-.1257548.7047698-.3685208.8338279-.4920313.8780631.8396982,1.9035143,1.6316568,3.0736416,2.3456937-.1868538-.121196-1.6839284-1.1712804-4.3411236-5.0756655.2392252-.2613522.5437276-.5215354.8201739-.8073185.5254911.848325,1.2773017,1.9525081,2.2444897,3.1090131.3745492,1.1435765,1.2100605,2.0863521,2.6830069,2.7283821.1778758.1518924.3582767.302499.5440082.4498091,0,0-.116994-.1195594-.316286-.3573224,1.2659857.5040948,2.9658126.8029466,5.2035688.8380617,0,0-4.393308-.8477639-6.3639699-2.4262572-.2924383-.4492714-.6105947-.9767684-.9395995-1.585694,1.2113698.4312229,2.4550976.4199309,2.7435146.5912278l-.1195191-.1824719s-.7141218-.9439211-1.7355517-2.5059791c.0156179.0140974.0306747.026348.0461991.0403051.3836207.3548208,2.300789,2.0662696,4.2564877,2.7056111,0,0-.0570474-.0282183-.160294-.1030774.1991049.0725212.3121711.1030774.3121711.1030774-.5051972-.3849094-.9466135-.833947-1.3379029-1.3171645.8152174.6174822,1.9405484,1.0689045,3.4727867,1.0267524l-.3388244,2.0914253c.2137876-.4398497.4752707-1.1223018.7605079-1.9442554.176286.754529.2183701,1.236297.2183701,1.236297.3585572-.2810605.6641819-.6003221.926039-.9480358-.3890449,1.9760506-.6716635,3.3864032-.6716635,3.3864032,0,0,.527268-1.7471249,1.2839416-4.4151428.0058918-.0127181.0135605-.0244309.0193587-.0371724.5979695.1314827,1.2505548.243444,1.9667341.332307,0,0-.7952975-.2450337-1.8296332-.6637957.0104743-.0268389.0170207-.055665.0271209-.0826676.4300068-.7212843.9207084-1.6576073,1.437128-2.8530147.0987575.0227242.1919039.0504048.295618.0687572.3413495,1.2163081.6136809,2.288509.811196,3.1114445-.0890314,1.953981-.8901272,2.4005872-.8901272,2.4005872,0,0,1.0504212-.4131043,2.3705552-1.1523903-.5106214.6906814-1.10485,1.3594802-1.792038,2.0018375,0,0,3.8796939-.5834426,5.9112377-5.2777523.2777556-.3553118.5192253-.7266615.7045827-1.1144932.0329192.4549992.0512492.6856316.0920241,1.1543775,0,0,.9675621-.6775425,1.9803881-2.0524995.3557516,1.0914183.5388646,1.9263004.5388646,1.9263004.8957384-1.6167411.7707952-3.94289.7707952-3.94289.5560723.8014036.8463597,1.7777512.9956182,2.6751484.0892185,1.5815325.1150301,2.6453871.1150301,2.6453638,0,0-.0112224-.8048403-.0424583-2.1206488.0216967.1920105.0370341.3764696.0482565.5524656-.0055177.0579328-.0092585.1154214-.0149633.1734009,0,0,.0088844-.0278208.0215097-.0683598.0469472.8555491-.0123447,1.463142-.0123447,1.463142,0,0,1.356794-1.3289007,2.1322652-3.5881159.4579694-1.1515955.7543356-2.6237383.6537076-4.710254.1980762-.1794093.3887643-.3684273.5678559-.5715895,1.5389718,1.0656548,2.9919048.9288184,2.9919048.9288184-.985518-.5205769-1.8301943-1.0082363-2.5229935-1.5296081.2150969-.3109153.4142954-.6373776.5777691-.9941389,1.0418173-2.2727984.6929862-4.4130621-.0196393-6.5347396-.0282432-.2808034-.0761256-.5586376-.1563661-.8306506-.2388511-.8108019-.5758986-1.5961209-.9741085-2.3632044.0763126-.1835941.1537475-.3674454.2320241-.5515539v.0000468c.009165-.0216254.0180494-.0431574.0272144-.0647828,3.9342163,4.6378965,3.4217245,7.201294,3.2763938,7.6741313,1.2079095-3.2808945-.6157383-6.3636298-2.7964471-8.7517327,1.0824052.4210297,2.956554,1.5227347,3.8610834,3.7462972-.0740682-.7482635-.2227656-1.5317823-.4313161-2.3386332.0622846.0743447.1220441.1510975.1794657.2300011.0137475.0189135.0260922.0390661.0395591.0582133.0426453.0607149.0852906.1215466.1253173.1845994.0222579.0351618.0424583.0720069.063968.1078466.0292719.0487917.0593855.0968352.087161.1468192.0202004.0365178.0385304.0745552.0580762.1116808.0267468.0509659.0543354.1012772.0796794.1532717.0189846.0388557.0360054.0789971.0541483.1184139.0237542.0517608.0484436.1029838.0710755.155633.0187976.0441626.0358183.0894475.0537742.1341478.0197328.0490488.0404008.0975833.0590114.14724.018517.0492359.0350702.0994536.0525585.1492038.0162726.0463369.0334803.0921828.0489112.1389171.0143086.0434613.0270274.0875772.0405879.1313424.0167402.0540285.034322.1077531.0500334.1622025.0117836.0411468.0222579.0827845.0334803.1241183.0157114.0573951.031984.1146031.0464796.1723255.0121577.0482773.0227255.096882.0341349.1453229.0120641.0512231.0247829.1023059.0360054.1536458.0105678.0482773.0196393.0966014.0294589.1449255.0105678.0518543.0218838.1036618.0316099.1555395.0088844.0470382.0163661.0939362.0245959.1409277.0092585.0529531.0191717.1059763.027682.1588125.0075752.0474357.0140281.0945441.0210421.1418395.0078557.0522284.0160855.1046437.0231931.1566149.0067335.0497268.0123447.0988692.018517.1483388.0059853.048815.0126253.0979574.018143.1464451.0057983.0511062.0104743.1014175.0156179.1521262.004676.046407.0100067.0932115.0141216.1391977.004676.0504983.0083233.1000381.0123447.1499987.0037408.045051.0078557.0906398.0110354.1351999.0039279.0538181.0069205.1063738.0101937.159397.0024315.0394869.0053307.0796517.0073881.118671.0031797.0584004.0055177.1152811.0080428.1725359.0014028.0322628.0031797.0652971.0043955.0971625.0019639.0527894.0032732.1038489.004676.155446.0010287.0353254.002338.0715159.0031797.1062569.0008417.0389024.0011222.0760748.0016834.1142057.0007482.0458459.0016834.0924867.0019639.137117.0002806.0330577.0000935.0643386.000187.0966949.0000935.0468045.0003741.0942869.0000935.1395717-.0002806.0415442-.0009352.0807739-.0014028.1209388-.0004676.0340864-.0006546.0693183-.0013093.102376-.0006546.0393934-.0016834.0762618-.0026186.1141356-.0007482.0317485-.0014028.0647828-.002338.0954558-.0010287.0339695-.0022445.0653439-.0034603.0978872-.0011222.0316783-.0020574.0646191-.0032732.0948948-.0014028.0329642-.0028056.0630528-.0042084.0942869-.0013093.0268155-.0024315.0550572-.0037408.0805401-.0016834.0343435-.0034603.065414-.0052371.097256-.0011222.0192642-.002151.0401649-.0031797.0584939-.0014963.023823-.0028056.0443964-.0042084.066583-.0014963.0242439-.0030862.0500074-.0045825.072264-.0011222.0169263-.002151.0309536-.0031797.0466642-.0015898.0220696-.0031797.0452615-.0045825.0648997-.0015898.0213683-.0028991.0387621-.0043019.0571613-.0017769.0230515-.0032732.0437185-.0045825.0618838-.009352.0491657-.0140281.0879279-.0060788.0976301-.0002806-.0003039.0000935-.0050732.0000935-.0074345,0,.0026418-.0002806.0074579,0,.0075046,0,0,.295431-.7116522.4197196-1.8456902.002338-.0212046.0042084-.0423625.0063594-.0635905.022819-.2227303.0396527-.4595113.0455444-.7115587.0000935-.0036705.0000935-.0073643.0002806-.0110582.0051436-.2340924.000187-.4809965-.0147762-.7367845-.0005611-.0085567-.0011222-.0170666-.0016834-.0255998-.0241283-.3917828-.0746293-.8058222-.1624449-1.238144-.0121577-.0615565-.027682-.1238144-.0410555-.185745-.0123447-.0548-.0237542-.1090857-.0373146-.1644001-.2640081-1.1309753-.7348833-2.2961305-1.4442356-3.1592543-.0297395-.0360736-.0534002-.0753033-.0820174-.1119379-.0465732-.0652504-.0907148-.1304306-.139626-.1957277.1568337-.1936704.3033802-.3880889.4415098-.5830685.547936.8273074,1.0484572,1.808471,1.4373151,2.976759-.1339212-1.3510171-.3705278-2.7616969-.6901806-4.2114662,1.1933204-2.3353134,1.1909823-4.7354097.5370877-7.0825528.1991985.0872733.4049433.1679069.6195727.2394462-.1255979-.0502879-.3624851-.1650313-.6643689-.3958273-.023006-.0788802-.043487-.1579709-.0678958-.2367109.6000269-1.8574965.9280965-3.9437316.5951638-6.0633284.2545625-.5787668.4846227-1.1645006.6305146-1.7966647.6624985-2.8702917-.8227925-4.1839727-1.5526257-4.2448746ZM319.8261478,141.5838731c.0764997.1493909.1415899.3060759.1999466.4669458-.4068138,1.208032-.9108887,2.3792891-1.1863998,3.0769374-.4805078-.9121726-1.0188113-1.8056422-1.5808689-2.6719221-.0322645-.0496801-.061817-.1028202-.0933334-.1533653-.1778758-.8643629-.3275085-1.8375076-.4371144-2.9333678-.0013093-.0139338-.0026186-.0283118-.0040214-.042269.1624449-.6850003.1734803-1.2758307-.0808951-1.840991,0-.0017067.0000935-.0034133.0000935-.0050966,1.29479,1.2506283,2.4174089,2.6079576,3.1825929,4.1031287ZM319.657437,148.044268c-.1131597-.1240716-.2294056-.2630588-.3478959-.4178502-.002338-.1430786-.0014963-.2837491.0029927-.4216142.1296193.241901.2541885.4854151.3783836.7290461-.0109419.0368684-.0222579.07362-.0334803.1104183ZM295.0885047,178.5373035c-.3357382-.2107136-.6465066-.4340284-.9198667-.6662739l.4041952-.3519218c.1938678.3442302.3662259.6857718.5156715,1.0181957ZM293.164603,176.4516529c-.068644-.3303198-.0626587-.6417728-.0127188-.9368139.4387042.4945095.8141886,1.0078857,1.1353377,1.5207943-.1314897.2273827-.2530662.434683-.3604276.6155885-.394095-.3802804-.6754979-.7825837-.7621913-1.1995689ZM223.6147881,67.8682046c4.817049-7.2707292,9.778961-9.2377322,10.2384268-9.4074393-.0045825.0064526-.0092585.0128116-.013841.0192642-3.2520785,2.0153505-5.882714,4.5257949-8.9820736,9.0099287-.6651171.9621566-1.3613765,1.9078078-2.0639953,2.8501625.0187041-.0776879.0351637-.1580644.055177-.2341158.1914363-.7245807.4464664-1.4752523.7663062-2.2378003ZM206.6114694,131.2706904c-.1226988.6821247-.1859186,1.3932393-.1950836,2.1239452-.5082834.1682342-1.0111426.3130194-1.5089517.4438241.4643288-.8900095,1.0389182-1.7406724,1.7040353-2.5677694ZM204.1617959,135.5657828c.7332935-.1680939,1.5058655-.3804908,2.3037816-.6428015.0069205.0936323.0174883.1879426.0256246.2818087-.0422712.4480089-.0841684.896088-.1127856,1.3466452-.8361659.4588801-1.8621783.9799713-2.9081105,1.5514673.1540281-.8076224.3775419-1.6550356.6914899-2.5371197ZM206.3397926,137.4326308c-.0034603.0793946-.0073881.1586956-.0104743.2381604-.0027121.0111283-.006827.0228645-.0094456.0339227-.6594124.938053-1.2962863,1.9547291-1.8915437,3.0417989-.2594256-.6039225-.5218439-1.2623411-.761069-1.9456114.884703-.4535965,1.8008289-.9018626,2.6725326-1.3682706ZM203.2847616,139.3379838c.2150969.477139.444596.947802.6916769,1.4073601.041336.0766826.1318638.2109708.2498865.3784335-.3194657.6005559-.6206014,1.2239998-.9123851,1.8565613-.137288-1.045923-.181149-2.2730556-.0291784-3.6423549ZM210.3024392,114.7561738c.400922-.3867797.937355-.7384444,1.521764-1.0874439.0057047.3017275.0053307.5910174.0014028.872639-1.1652642,2.6477952-2.3426861,5.2699671-3.5425529,7.8639909-.0810822-.3418456-.1463594-.7086364-.1825518-1.1070587-.1266266-1.3905974.0980094-2.7737137.5425119-4.1174833.3822179-.9035458.9185574-1.7099526,1.659426-2.424644ZM294.9645902,69.0760963c-.7503142-1.7600768-6.0194408-7.4208448-7.0097283-7.7535726-.3105813-.3009793-.6249969-.5968621-.9426857-.8885834.0173013-.075654-.0083233-.1774689-.0653708-.2963503,1.2773952.9053226,3.1048774,2.2294306,4.9260002,3.6461189,1.8912631,2.7660454,3.1777298,5.2572724,3.1777298,5.2572724-.0231931.0082761-.0564863.0229347-.0859453.035115ZM262.1970047,52.6854643c-.3009487-.0036003-.6019908-.0072942-.903033-.011105.4156047-.1251236.8112895-.2127242,1.184997-.2615626-.1075485.0789738-.2002272.1710631-.281964.2726675ZM202.6024367,144.0744221c-.4407617.268132-.8747899.5444701-1.2812295.8353264-.0196393-.1052516-.0430194-.2095213-.0721978-.3117336-.1952706-.6821481-.65988-2.1516258-.9782234-3.6878267.2895392-.2510889.6137744-.492195.9641018-.726077.3131063,1.531946.8336409,2.8448789,1.3675489,3.890311ZM262.0530768,183.1603778c-.2697128.2868351-.5514898.5799592-.843554.8787643.2428725-.4840357.4456247-1.0197621.6087243-1.520841.082485.2180078.1610421.4324152.2348297.6420768ZM313.2411892,166.2509691c.4662927-1.0136135.8590784-2.3132438.7822047-3.7561164.4872413,1.4169688.1251303,3.0655519-.5827256,4.6445595-.0606947-.2875131-.1278424-.5847518-.199479-.8884431ZM317.6112106,148.4573723c.0131864-.6280027-.000187-1.2550702-.0407749-1.8806415.0229125.0307432.0442352.0628657.0676153.0932582.5743088,1.052212,1.0521045,2.1470669,1.3684841,3.2667736-.1586106.4123796-.3234871.8119007-.4892052,1.1979323-.2804677-.8872975-.584596-1.781071-.9061192-2.6773227ZM317.7220323,144.4244269c.3065599.5141009.6105947,1.0290669.9061192,1.5468851-.0152438.1977383-.0069205.4064413.0108484.6181836-.3183435-.5789772-.6320109-1.2921959-.9169676-2.1650686ZM317.0987188,129.3826144c-.0329192.5651136-.1619773,1.1033649-.3628592,1.6035788-.2150969-.8410308-.490234-1.6555266-.8102608-2.3497148-.5307283-1.1511513-1.0156316-2.2889298-1.4736945-3.4211909-.3801604-1.1303441-.7990383-2.2424526-1.2584106-3.3255948-.1334536-.3776853-.270648-.7556512-.3978358-1.1330093.0293654.0276572.059666.0555482.0854776.0823169.4067202.4211934.7837945.8163193,1.1376757,1.2163315.6213496,1.2096685,1.0295661,2.0258476,1.0295661,2.0258476.0088844-.0026184-.1993855-.5652539-.5719708-1.4868949.6860657.8450052,1.2799202,1.7695452,1.8210293,3.0474332.5201605,1.2285352.8725454,2.5156813.8012828,3.7408967ZM310.998944,98.1612808c.0098196.0408429.0151503.0803999.0216967.1203777-.1808685-.795068-.3688445-1.5897385-.5669207-2.3820945.2962726.5829984.474429.9391285.474429.9391285.0096326-.0028756-.2415632-.6780101-.6818573-1.7566167-.7578894-2.9237825-1.6603612-5.8029114-2.8153382-8.5302414.3039413.4833344.582071.975693.8183971,1.4694076,0,0-.2164997-.7969617-.7367537-1.9594984.653053.7683226,1.2711293,1.5842211,1.8167274,2.4357022.0208551.0935154.0429259.1929457.0692986.3114531,0,0,.1324249.1212193.3280696.3408403.9228593,1.5801064,1.5783439,3.2569311,1.732372,4.9371692.2485772,2.7119935-.4601204,4.0743727-.4601204,4.0743727ZM311.6924913,89.8331963c-1.5754447-1.7848116-3.226828-3.3749943-4.56763-4.5854811-.4045693-.8007257-.9323049-1.7036169-1.6027527-2.6109735-.1198932-.2133554-.2435271-.4242093-.3678157-.6345722,2.2005351,2.5947486,4.634123,5.0706858,6.5381985,7.8310267ZM297.2928742,68.5645203c.9522248,1.0808043,1.3275221,2.6038663,1.3274286,4.3546617-.0907148-.1221545-.2123848-.1862593-.3266668-.2200651-.2134136-.3542364-.4776087-.6969002-.7461993-.9537636-.222485-.711512-1.1552575-2.0080329-1.8808824-2.5118939l.2809353.0877876s-.8230731-1.7496966-2.1488183-3.9962639c1.3952309,1.1529748,2.6569147,2.2892103,3.4942028,3.2395373ZM289.7254837,60.9124352c-1.9491523-1.2749189-3.5152449-2.1419937-3.9944435-2.395701-.3199333-.169333-.6041418-.3121077-.852532-.4306618-.6450102-.4533393-1.2769276-.7703565-1.6396932-.7181749-.3638879-.2573076-.7320777-.5087472-1.107001-.7509755.3210555-.0838599.6387444-.14039.9505414-.1601919,2.1682706-.1376547,4.5662272,1.9463829,6.6431284,4.4557051ZM270.08676,52.1844789c-1.0084305-.045542-2.1642492-.0615799-3.2597472-.035606.8849836-.4599088,2.0239686-.8499381,3.2597472.035606ZM252.7838955,51.7652259c-1.052011.1599581-2.0187314.4195335-2.5541357.5777615.9439014-.6495346,2.1949239-1.3127459,2.5541357-.5777615ZM249.9516301,52.5397907c.2160321.0892605.3830596.2115786.5051037.3644763-.3453709.0310237-.6899935.0655777-1.0340551.1038021-.0063594-.0166691-.011316-.0346942-.018143-.0509893.1435538-.1148603.3319974-.260908.5470944-.4172891ZM246.2104398,53.1915696c.5863729-.6032679,1.2904881-.6366996,1.7918509-.2967945-.7529328.0259973-1.4591053.1894856-2.1274021.4557473l.3355512-.1589528ZM241.6971452,54.691323c-.171984.060107-.3438745.1203309-.5151104.1839214-.0149633.0055642-.03002.0105205-.0450768.016108-.2581163.096391-.5152974.198089-.7719174.3027094-.0394656.0160613-.0792118.0305795-.1185839.0468278-.0650902.0268623-.1296193.0562729-.194616.0836729-.3109553.0918789-.7336676.2905757-1.1576891.5142646-.2449299.112803-.4861191.2250682-.7230998.3367957-.8680564.4070258-1.7079631.8202002-2.5226194,1.2449238-.3017903-.0352553-3.1787585.8979115-5.6245041,2.5115666-.6070409.4004797-1.1987445.809633-1.7755784,1.2301951,3.0796269-2.9853156,7.4811647-5.4742048,13.4487952-6.4709855ZM222.34263,69.9249824c-.0946426.4339349-.171984.8747431-.2277222,1.3233832-.2773815.3706951-.554389.7415304-.8300871,1.1132074.1438344-.6031744.3456514-1.1627705.6206014-1.6634754.1449566-.2640875.2910355-.5197586.4372079-.7731152ZM208.5260191,114.3462257c-.0985705.3527167-.194616.7029319-.288604,1.0527964-.3845559.5566504-.7670544,1.1420569-1.1372081,1.7582533.4272012-.9525012.9123851-1.8864161,1.4258121-2.8110497ZM200.9983748,136.027141c-.1085772,1.244503-.0519038,2.4084191.1143755,3.4773937-.3415365.2256527-.6732534.4546018-.9777558.689606-.3326521-1.9479025-.3238612-3.8193795.8633804-4.1669997ZM199.0690488,142.4415263c.1453307-.3385725.3589313-.6569457.6237811-.9603331.4012025,1.2618267.8839549,2.5045529,1.1340284,3.799905-.261483.2053131-.5074417.4162137-.7345093.6326083-.6447297-1.0179619-1.4230065-2.5410473-1.0233003-3.4721802ZM207.5316167,175.1879558c.0120641-.0115024.0217903-.0238932.0335738-.0354891.0652772.0296911.1297128.0582835.1947095.0874837-.0054242.0468512-.0125317.0907333-.0187976.1362286-.0694857-.0619306-.1394389-.1249132-.2094857-.1882231ZM220.105809,180.7213792c-.3218972-.3657621-.6437945-.7615427-.9612027-1.182549.472278.2588273.9434338.4892726,1.407295.6926452.0087909.0119934.0168337.0242672.0256246.0362372-.1769406.1731204-.3357382.3253635-.4717169.4536666ZM256.0908705,183.6135301c-.1143755-.9403909-.3637944-1.8661233-.708043-2.7685236.3172212.1423304.6311692.1259185.8619776.0784594.0847295.1142291.1690849.2289958.2513828.3500515-.1037141.5010555-.2696193,1.3623792-.4053174,2.3400126ZM284.1696235,179.9378136c.2830863.34755.5894591.6897696.9201473,1.0250691-.3637944-.2306324-.6439815-.4424681-.8517838-.6387336-.0238477-.1264328-.0469472-.2538242-.0683634-.3863355ZM291.4796459,177.0631033c.4804143.5134463,1.0408821,1.0305164,1.7028195,1.5981081-.3234871-.3146793-.8704879-.9617592-1.654563-2.3428882.0057047-.0267922.0080428-.052392.0147762-.0794881.1429927-.5797955.3676287-1.1334768.650715-1.6688759.03002.0244309.0588243.0431807.089499.0705808-.1623514,1.4059106.1660922,2.6703558,1.2373685,3.6837822-.0976353.1584151-.1514095.2429998-.1514095.2429998l.2144423-.1866801c.4854644.4433332,1.1142956.8381084,1.913521,1.1731274.0530261.1495078.100628.2940358.1456113.4355246l-.0496593.3067773c-1.6173419-.4623635-3.9392664-1.4358121-4.1131209-3.2329678ZM314.8927595,165.9231509c-.0231931.6994718-.1477622,1.4118254-.4137343,2.1408715-.128123.3509166-.2846761.6664375-.4604945.9559378-.1062392-.1188113-.2036874-.2419244-.2959921-.3676091-.0255311-.1589762-.0535872-.3219034-.0829526-.4864671.4790115-.7188529.9146295-1.4734053,1.2531734-2.2427332ZM320.0640637,166.1257754c.000187-.0033899.0007482-.010123.0010287-.0146118-.0002806.0045355-.0008417.0111985-.0010287.0146118ZM320.0693009,166.0531373c-.0007482.010123-.0016834.022093-.002338.0304626.0006546-.0083229.0015898-.0204331.002338-.0304626ZM318.1686857,156.9971756c-.0125317-.0228178-.0274015-.0443263-.0397462-.0672376-.1922779-.3584445-.3673481-.7222195-.5366201-1.0875608-.1124115-.2801955-.2341751-.562051-.3558451-.8440467.4338412.3861017.8746963.8484185,1.3004012,1.3928886-.1268137.2352848-.2518504.4371378-.3681898.6059564ZM318.7323332,151.8337226c.1672145-.3072215.3343354-.6270442.4975285-.9651959.1703942.8737378.2375418,1.7582065.1567402,2.6461353-.0134669.1480115-.0351637.286765-.0555511.426968-.1833935-.6965729-.3836207-1.3996684-.5987176-2.1079074ZM320.0691138,148.8628083c.0110354-.0311173.0216967-.0625384.0327321-.093796.0957649.2012919.1939613.4017889.2850502.6046238-.1045558-.173962-.2115432-.341378-.3177823-.5108279ZM319.8568225,147.3406113c-.1412158-.3642191-.2945893-.7266381-.4601204-1.0865555.1666534-1.0534277.5323181-1.9485337.9206149-2.8063038.0980094,1.1921344-.1043688,2.5419591-.4604945,3.8928593ZM320.4254266,140.6953833c-.3718371-1.1294791-.9582101-2.2538849-1.819533-3.3436199.4481498.1630207.8901272.3164094,1.3180766.4482193.8682434.2675476.8446763,1.4874794.5014564,2.8954006Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SHORT WOB 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.6685791,140.74823c.1106567-.3960571.2080078-.7952271.2799683-1.2001343.5361938-3.0166626.3007202-4.9532471-2.239624-5.1060181-.1859131-.0111694-.3800659-.0338745-.5719604-.0534668.0411377-1.2404175-.170166-2.4761963-.7835693-3.5775146-.8269043-1.4847412-2.2644043-2.5068359-3.5927734-3.5668945-1.0586548-.8447876-2.0738525-1.7439575-3.0414429-2.6917114-.0424194-1.0514526-.0297241-2.1066284-.0985107-3.3536377-.1968994-3.5681763-1.1501465-6.3046875-2.0214233-9.56073-.4434204-1.6571045-1.0834961-3.3466187-1.6881714-5.041626-.1466675-.9589844-.1369019-2.175293-.2426758-2.8186035-1.157959-7.0418701-2.8757935-13.7185059-5.7689209-20.2147827-3.1265259-7.0202637-5.9120483-14.4471436-11.1721191-20.2115479-3.7166138-4.072937-8.3809814-6.8034058-13.4534912-8.4591675-2.9194946-1.2529907-5.6046143-1.9096069-7.7123413-2.0967407-4.8117676-.4273071-9.1730957-.4564209-13.1574097-.0874023-1.671875-.161438-3.3499146-.3242188-5.046814-.1912231-14.9857178,1.1745605-27.1706543,11.1162109-33.8530884,24.1580811-4.5933838,8.9646606-6.9020996,18.9031982-8.8841553,28.7791138.0081787-.008667.0163574-.017395.0245361-.026123.0144043-.0154419.0287476-.0309448.0431519-.0463257-.0026855.0140381-.0058594.0280151-.008606.0419922-.6209717,3.2040405-.8554688,6.5195923-1.5598145,9.6948242-.7178345,3.2359009-2.2265625,6.3057251-3.4476929,9.3692627-1.206543,3.0270386-.6578979,5.5797729.4463501,7.8443604-.2111206,1.2283936-.2717896,2.4074097-.1282959,3.2592163-.9711914.3821411-1.901062.6315308-2.7474976.7021484-.7297974.0609131-2.2150879,1.3745728-1.5525513,4.244873.1459351.6322021.3759766,1.2179565.6305542,1.7966919-.3328857,2.1196289-.0048828,4.2058716.5950317,6.0633545-.9549561,3.0841064-.833252,6.2722168,1.6130371,9.293396-3.1931763,4.2659302-1.4511719,8.4494629-1.4511719,8.4494629.0183716-.003479-.553894-4.835083,1.4403687-7.2153931-.2084351.8068848-.3571777,1.5903931-.4313354,2.3386841.90448-2.2235718,2.7786255-3.3253174,3.861084-3.7463379-2.1807861,2.3881226-4.0043335,5.4708252-2.7963257,8.75177-.1453857-.4728394-.657959-3.0362549,3.2763062-7.6741333.0876465.2057495.1738892.4111328.2592163.616272-.3982544.7670898-.7352905,1.5523682-.9741821,2.3632202-.0801392.2719727-.1280518.5498047-.156189.8306274-.7127075,2.1217041-1.0614624,4.2619629-.0197144,6.534729.1635132.3567505.3626709.6832275.5776978.9941406-.692627.5213623-1.5374146,1.0090332-2.5228882,1.5296021,0,0,1.4528198.1368408,2.9919434-.928772.2463989.2796631.5075073.5425415.7926636.7729492-.7022095,4.9066772,2.5611572,8.0969849,2.5611572,8.0969849,0,0-.0917358-.9356689.0424194-2.1206665-.0313721,1.3157959-.0424194,2.1206665-.0424194,2.1206665-.000061,0,.0256958-1.0638428.1150513-2.6453857.1491089-.8973999.4394531-1.8737183.9954834-2.6751099,0,0-.124939,2.3261108.770752,3.9428711,0,0,.1831055-.8348999.5388794-1.9263306,1.0128174,1.375,1.9804688,2.0525513,1.9804688,2.0525513.0407104-.46875.059082-.6994019.0921021-1.1544189.8508301,1.7802734,2.833252,3.2353516,4.5021362,4.2072144.0133667.0227051.022644.0378418.0234985.0373535,0,0-.0061035-.0134277-.0145264-.0322266,1.4631958.8512573,2.6831055,1.3304443,2.6831055,1.3304443,0,0-.8010864-.4465942-.8900146-2.4005737.1975098-.822937.4697266-1.8951416.8112183-3.1114502,3.7246094-.659729,4.1724243-4.3192139,4.1724243-4.3192139,0,0,2.7278442,1.4849243,2.2589722,3.7402344s-6.5012207,4.1097412-6.5012207,4.1097412c9.0222168-1.1194458,8.3728027-5.7521362,5.5793457-10.6342773.8001709-.7102051,1.6785889-1.6958008,2.4451294-2.9047241,1.6867065,1.6709595,2.7642822,3.7905273,1.6246948,6.2186279-2.022522,4.3095093-3.3379517,5.5626831-3.5004883,5.7074585,5.3980103-4.5484619,6.5874634-10.6152344,2.8754272-13.8034668,1.1017456-2.5290527,1.5453491-5.6983032.2200928-9.2151489-1.0071411-2.6727295-1.4293213-4.7206421-1.9073486-7.031189-.303894-1.7389526-.5864868-2.9176636-.5961914-2.9158936,0,0,.0001221.0054321.0001831.0063477-.1056519-.4697266-.2175903-.8736572-.31427-1.1925049-1.5904541-6.7194824-2.7255249-13.1853027-3.9135742-19.9989014-.0022583-.0942383-.0047607-.1887207-.006897-.2828979.5789185-3.5327148,1.2776489-7.4126587,1.8795776-10.5319214.0686035-.0484619.137146-.0970459.2057495-.1470337.0124512-.0090332.0248413-.0180054.0372314-.0270996.0055542-.0040283.0110474-.0079956.0164795-.0119629.0172729-.0126953.0345459-.0249634.0518188-.0377808.1555176-.1152344.3110352-.234375.4665527-.3584595,0-.000061.000061-.000061.0001221-.0001221.0247192-.0197144.0494385-.0405884.0741577-.0605469.012146-.0097656.0241699-.0197754.0363159-.0296631.020874-.0169678.041748-.0339966.0626221-.0510864.012085-.0099487.024231-.0196533.0363159-.0296631.3302002-.2723999.6595459-.56604.9869995-.8814697.0212402-.0205078.0424194-.0408936.0637207-.0615234.2401123-.2337036.4790649-.4794312.7162476-.737854.0111084-.012085.0222778-.0237427.0333862-.0359497.0682983-.0747681.1363525-.151123.2043457-.2280884.0267944-.0302124.0534668-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0181274-.0217285.0361938-.043457.0542603-.0653687.0350342-.0424194.0702515-.0837402.1051636-.12677.00177-.0021973.00354-.0042114.0053101-.0064087.1535034-.1893921.3057251-.3858643.4570312-.5870361.0072021-.0095825.0145874-.0184326.0217896-.0280762.0220337-.0293579.0437012-.0601807.0656128-.0897217.1317139-.1777954.2625732-.3598022.392334-.546814.0200195-.0288086.0402222-.0566406.0601196-.0856934.026001-.0378418.0519409-.0757446.0778198-.1138916.0008545-.0012817.0016479-.0025635.0025024-.0037842.1177368-.1738281.234436-.3520508.3502197-.5338135.0283813-.0445557.0564575-.090332.0847778-.1353149.1192627-.1900024.2374878-.3843994.3545532-.5831909.0283203-.0481567.0568848-.0953979.085083-.144043.0825195-.142334.1641235-.2879639.2454834-.4348145.0154419-.0279541.0310059-.0552979.0464478-.083374.0376587-.0686035.0753784-.1367798.1127319-.2063599.024292-.0452881.0481567-.0921021.0723267-.1377563.1063232-.2007446.2114868-.4057617.3154297-.6147461.0136719-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0464478-.0950928.0696411-.1427612.1280518-.2632446.2545776-.5315552.3786011-.8078613.0153809-.0342407.0302734-.0700073.0455322-.1044312l.0018311-.0042114c.0145874-.0328369.0289307-.0664673.043457-.0994873.0941162-.2140503.1870117-.4319458.2785645-.6538086.031311-.0757446.0625-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673.000061,0,.000061-.000061.000061-.000061-.5580444,2.0032349-1.0393066,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,2.3306274-5.6278076,2.4471436-7.5717163,2.4520874-7.8126221.0010376-.005188.0023193-.0105591.0032959-.0157471.605896,2.2324829.9713745,3.2456665,1.7196045,4.9736328.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,2.8278809,5.4830933,5.4476318,9.4732056,7.6373291,11.8327026.0039062.0043335.0076904.008606.0115356.0128784.1081543.1207275.2115479.2318726.3093262.3320312.2235107.0070801.4448853.0248413.6661377.043457.1141968.0102539.2284546.0200195.3421631.0325928.2529297.0280151.5020752.0739136.7521973.1152344.1765137.4152832.3428955.8347168.5272217,1.2470093.0188599.0615845.0368042.1231689.0554199.1847534-.0960693,1.2025146-.1688843,2.3548584-.2218628,3.4700317-.8112793,7.0028687-2.3701782,16.4879761-2.9620972,22.9116211-.93927,3.3892212-1.4989014,6.8099365-1.2351685,9.9863281-.9024658,3.5525513-2.0540771,9.1449585.6697388,10.9862061.1156616.078186.2244263.1552734.3369751.2329712-.2020874,2.3580933-.4071045,4.6918945.0933838,6.923645.2647705,1.1807861.9300537,2.3307495,1.7807617,3.3938599-.8649292,2.3457031-1.8748169,4.2478638-1.8748169,4.2478638,0,0,1.1749878-1.348999,2.1885986-3.8695679,1.0201416,1.1904907,2.2487793,2.2576904,3.3703613,3.1173096-1.6036987,1.7657471-3.7090454,2.6861572-3.7090454,2.6861572.0779419.0686646,2.3901978-.0744629,5.1771851-1.1437988-.3695679.9454346-.7205811,1.564209-.7205811,1.564209.4656982-.5596313.9212646-1.0935059,1.3380737-1.6364746.2043457.1323242.3858032.246582.5432129.343811-.0907593.1013184-.1813965.2006226-.2718506.296875,0,0,.3134766.0282593.8153687.0296021.0471802.0272217.0750122.0429688.0750122.0429688.0003662-.0022583-.0167236-.0192871-.0413818-.0428467,1.3861084.0001831,4.154541-.2092285,5.8807983-1.7445679,0,0-.5519409,1.2481079-1.432251,2.1757202,0,0,1.9518433-.2832031,3.9245605-3.4003296,2.2512207.8175659,4.0910645.9158936,4.1358032.8716431,0,0-.8294067-.904541-.9468994-2.7498169.6436768.7601318,1.7380981,1.3629761,3.359436,1.7097778,0,0-1.2523804-1.9611206-.8026733-2.7772217,1.8185425-3.300415,3.1129761-7.5818481,4.9437866-10.9783936,1.5830688-2.9368896,1.2791138-5.5700073.0427246-7.8764648-.0332031-1.0372925-.1375122-2.0912476-.3058472-3.1506348,1.0559082-1.2475586,2.1543579-2.5592041,1.8441162-3.8076782-.1228027-.4943237-.3820801-.9649658-.7353516-1.4140015.5559692-.7694702,1.2737427-1.9824219,1.3875122-3.2487183.0813599-.9057007-.4988403-1.7884521-1.4174194-2.6245728ZM170.2172241,137.7999878c.4277954-.1318359.8699341-.2852173,1.3179321-.4482422-.8613892,1.0897827-1.4475708,2.2141724-1.819397,3.3436279-.3433838-1.4078979-.3667603-2.6278687.5014648-2.8953857ZM169.7542725,149.3735962c.0909424-.2028198.1893311-.4032593.2850952-.6045532.0108643.03125.0216064.0626221.0325928.09375-.1062622.1694336-.2131958.336853-.317688.5108032ZM169.8238525,143.4476929c.3881836.8577881.7539062,1.7529297.9206543,2.8063354-.1656494.3599243-.3189697.7223511-.4602051,1.0866089-.3560791-1.3508911-.5585938-2.7008057-.4604492-3.8929443ZM170.4502563,147.9338379c.1242065-.2435913.2487793-.4871216.3783569-.7290039.0053101.1618652.0085449.3251953.003479.4949341-.1043091.1520386-.2077026.3099976-.3114014.4665527-.0238037-.0774536-.0474854-.1548462-.0704346-.2324829ZM172.1193848,156.9720459c-.031189.0352783-.0621338.0705566-.0925903.105835-.4584351-.6438599-1.1153564-1.8392334-1.2722778-3.5632324-.0808105-.8878784-.0136108-1.7723999.1566772-2.6461182.7792969,1.614624,1.6463013,2.8978882,2.1992188,3.6472778-.3696899.8261108-.7046509,1.6482544-.9910278,2.4562378ZM173.1813965,154.3554077c-.5149536-.9539185-1.3400879-2.581543-2.046875-4.4186401.3297119-1.1665039.8314819-2.307312,1.4382935-3.3996582-.0656738.9847412-.0705566,1.9729614.003479,2.9633789.1105347,1.4794922.4476929,2.8798828.8945923,4.2301025-.0985107.208374-.1953125.416748-.2894897.6248169ZM171.4867554,146.7805786c.0335083-.2784424.0459595-.5519409.0261841-.8092651.4676514-.819397.9534912-1.6327515,1.4437256-2.444397-.1034546.5623779-.1899414,1.1264038-.2584839,1.6918945-.3922729.4790039-.7992554,1.0004883-1.2114258,1.5617676ZM173.3485107,141.6900635c-.1537476.2573242-.3051758.5176392-.4661865.7657471-.5621338.866272-1.1004639,1.7597656-1.5808716,2.671936-.2754517-.6976318-.7797241-1.8688965-1.1864624-3.0769653.0583496-.1608276.1234131-.3175049.1998901-.4669189.7658691-1.4963989,1.8895874-2.8547974,3.185791-4.1062622-.3721924.8187256-.192749,1.6858521.2108765,2.8237915-.1292114.4613037-.2504272.9243164-.3630371,1.3886719ZM176.1226807,169.0199585c-.1759033-.2894897-.3324585-.6050415-.4605103-.9559326-.2659912-.7290649-.390686-1.4414062-.4136963-2.1408691.3676147.8356323.847229,1.6558838,1.3755493,2.4295044-.1456909.2337036-.3123779.4558105-.5013428.6672974ZM176.7020264,169.7922974c-.0404053-.0441284-.0821533-.0861206-.1212769-.1321411.0748291-.081665.1489258-.1675415.2225952-.2566528-.0337524.1296387-.0664673.2601318-.1013184.3887939ZM176.9639893,167.6957397c-.8753052-1.7423706-1.3909912-3.6165771-.8461914-5.2009277-.09375,1.7589111.5085449,3.3123169,1.0938721,4.383728-.0599976.2897339-.1429443.5610962-.2476807.8171997ZM174.2155151,128.6364746c-.3200684.6941528-.5951538,1.508667-.8103027,2.3497314-.2008057-.5002441-.329834-1.0385132-.3627319-1.6035767-.0712891-1.2252197.2809448-2.5123901.8011475-3.7409058.9208374-2.1746216,1.9921875-3.3278198,3.4163208-4.8027344.0838623-.086853.1885986-.178894.3056641-.2747192-.9506226,2.6047974-2.0491943,5.2507324-3.3500977,8.0722046ZM193.2166748,172.3134766c.000061.0002441.0001831.0004272.0002441.0006714.6378784,1.7508545-.8982544,3.0160522-2.4089966,3.8008423.1690674-.5767212.3505859-1.175293.5477905-1.7927856.5322266-.7233276,1.1715088-1.3829956,1.8609619-2.008728ZM265.8803101,166.9129028c-.0778198.0784302-.1525879.1583252-.2276611.2380981.0021973-.1491699.0036621-.2987671.0028687-.4506836.0749512.0708618.1525269.1422729.2247925.2125854ZM264.154541,169.3036499c-.0071411-.2216797-.0061035-.442627.0137329-.661377.0895386-.9866943.2614746-1.9268799.4838867-2.8376465.053833.0455322.1095581.0914307.1622314.1367798.1259766.6276245.2180176,1.2521362.2644043,1.8721313-.3776245.4760742-.6938477.9730835-.9242554,1.4901123ZM265.0574341,169.6673584c-.0501099.4576416-.1308594.9312744-.2371826,1.4120483.0348511-.4666748.1083374-.9454346.2371826-1.4120483ZM268.0888062,177.0130005c-1.1401978-1.3040161-2.3733521-2.946106-3.1517334-4.668457.3167114-1.1682129.5629272-2.4942017.666626-3.9724731.2026367-.3337402.4511108-.6437378.7559814-.9160156.0103149-.0091553.0212402-.0177612.0316162-.0268555.2527466.2647705.4868774.5257568.7032471.7828979.7347412,1.557373,1.4794922,3.0526123,2.1622314,4.2774048.0169678.0304565.0307617.0618896.0469971.0925903.2645874,1.7715454-.3318481,3.2536621-1.2149658,4.4309082ZM270.3156738,179.3200073c-.1359863-.1282959-.2949219-.2805786-.4718628-.4536743.0088501-.0119629.0169067-.024231.0257568-.0362549.4637451-.2033691.9349365-.4337769,1.4073486-.692627-.3175049.4210205-.6394653.8167725-.9612427,1.1825562ZM275.4229736,112.9852295c.7840576.453125,1.5275269.8947144,2.0462036,1.3950806,1.6025391,1.5458374,2.2573853,3.5148315,2.4353638,5.987854.0782471,1.0872803.0966187,1.9892578.1459961,2.8884277-1.578064-3.3761597-3.1088867-6.8033447-4.6275635-10.2713623ZM287.9667969,135.9127197c.2785034.0287476.5441284.0467529.7929688.0522461,1.5700073.0344849,1.6118164,2.0888672,1.2463379,4.229187-.8113403-.6262207-1.7814941-1.2210083-2.7647095-1.7745972.1513062-.3915405.2932129-.786438.411438-1.1888428.1259155-.4284058.2319946-.8701172.3139648-1.3179932ZM281.4988403,126.3024292c2.0007324,1.6878662,3.819519,3.513916,5.3319702,5.7632446.4005127.5955811.5652466,1.3675537.5700073,2.2296753-1.1656494-.1748657-2.4104614-.4818115-3.6760254-.9007568-.0205078-1.6231689-.2904663-3.1578979-.944397-4.4647827-.4347534-.8688965-.8569946-1.7492065-1.2815552-2.6273804ZM283.6754761,134.9229736c1.2836304.421936,2.5153198.7305298,3.5930176.8982544-.1237793.7526245-.3248291,1.5327148-.5671387,2.2982178-1.161377-.635437-2.3029175-1.2095337-3.1864624-1.704834.0698242-.4989624.1243286-.9971924.1605835-1.4916382ZM283.5269165,137.286499c.9510498.5199585,1.9696045,1.0133057,2.9468994,1.5144043-.2390747.6832886-.5015259,1.3416748-.7610474,1.9456177-.6837769-1.2487793-1.4205933-2.411499-2.1858521-3.460022ZM288.8198242,144.909729c-.4984131-.3567505-1.0344238-.696106-1.5794067-1.0187988-.4092407-.9539795-.8534546-1.8797607-1.3255005-2.7671509.1178589-.1674805.2084961-.3017578.2496948-.378479.2944946-.5476074.5700073-1.1082764.817627-1.6806641,1.0997314.5789795,2.1171265,1.1769409,2.8881836,1.8455811-.3184204,1.5361938-.782959,3.0056152-.9782104,3.6878052-.0292969.1021729-.0526733.2064819-.0723877.3117065ZM290.0487061,145.9136963c-.2270508-.2163696-.4730835-.4273071-.7344971-.6326294.2501221-1.2953491.7329102-2.5380859,1.1339722-3.7998657.2649536.3033447.4785156.6217651.6238403.9603271.3997192.9310913-.37854,2.4541626-1.0233154,3.472168Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M263.1533324,126.0770552l-69.2071795-.5331547-.9555915,44.0027853s-3.438792,9.2097477,1.009015,12.6963527c0,0,.5886174-6.8947038,6.8950723-9.5012352,0,0-.1903842,1.8424171-1.0002475,3.9274833-.3919206.6892787-.7910891,1.3295085-1.185979,1.8741422,0,0,.2464029-.2273359.6495226-.6627437-.6063395,1.2091776-1.4398869,2.3980155-2.5835012,3.2692985,0,0,1.999209-.5260475,4.454634-2.7458928-1.0214298,1.5620346-1.7355984,2.5059557-1.7355984,2.5059557l-.1194957.1824719c.5836842-.3465915,3.6545903-2.3575935,6.8480082-7.9438063-.0235905,1.779154-.2403474,4.6760274-1.2911895,6.6559589,0,0,2.6907457.2802657,5.7178609-7.1749928,2.3511263-5.7904271,21.3005578-5.7863826,35.3722924-2.8587659,2.2893795.4762973,6.0976472,11.2375591,7.9321201,11.2109073-.1472011-.9812805-.5325519-2.186133-.2522479-3.8117113,1.3453845,2.4663987,2.9601312,3.6075438,4.2884015,3.7276175-.0267468-.0890267-.0483968-.1784508-.0672178-.2680385.0030862.0003039.0064997.0014495.0095625.00173,0,0-.0052138-.0068032-.013654-.0180251-.3357616-1.6393952.6137043-3.3528078,1.5749537-4.5473502.412916,1.6226793.7666803,3.4290696.7666803,4.859715,0,0,.2749967-2.4467604.2613194-5.9613733.3629994-.329899.6265166-.5025752.6636208-.4568695,1.5151241,1.865983-.420421,6.2220474-.420421,6.2220474,1.8572451-1.7060249,4.3376166-6.3016758,4.3376166-6.3016758,2.4606153,2.5267395,1.0717438,7.0018958,1.0717438,7.0018958,3.7560366-2.8022592,3.7560366-9.2765645,3.7560366-9.2765645l-6.7761377-46.0761621Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M319.8989067,136.2936132c-.8463597-.0706275-1.7763265-.3200097-2.7474424-.7021838.1434603-.8517851.0828591-2.0308273-.12831-3.2592223,1.1042889-2.2645457,1.6528796-4.8173058.4462794-7.8443293-.3305946-.8294816-.6820443-1.6597815-1.0334005-2.4933545.685411.7601867,1.2684172,1.552496,1.7102076,2.4002599,3.1112368,5.969813.5886174,10.5102197.5886174,10.5102197,0,0,5.465613-5.9697896.6726923-14.0416419-1.5759123-2.6540841-3.4163939-4.3605532-5.3850919-5.7425472-.000187-.0007481-.0003741-.0014729-.0005611-.002221-.7043957-3.175222-.9389449-6.4907406-1.5599203-9.6947888-.0026186-.0140273-.0057983-.0279845-.0086039-.0420118.0144021.0154067.0288043.0309068.0432064.0463135.0080428.0087203.0162726.0174406.0245023.0261609-.1255979-.625735-.2516634-1.2555846-.3794123-1.8883566,2.4726795,1.9290124,4.1264943,3.5146596,4.0706626,5.6941764,0,0,.5886174-1.6816408-1.09316-4.1200082-.6061993-.8789513-1.9017374-2.0761355-3.3765542-3.5257178-.1958317-.9435938-.3980228-1.890975-.6100336-2.8387302.0086039.0154067.0132799.0341097.0240347.0477864,3.4985048-5.8632522.155805-11.0528195-3.7938422-15.2268328-2.3304349-2.4627048-4.2938023-5.6383009-5.9893272-8.7860061-.288791-.9861667-.6083502-2.0007387-.969339-3.0509635-1.1724653-3.4104834-4.9649047-6.7906445-8.4205771-9.2935142-2.3673755-3.446557-5.4873097-6.8923425-8.4808043-6.850167-.7258119.0102166-1.4615369.1881998-2.1940822.4886647-1.5193325-.9122428-3.1110497-1.6528614-4.7562607-2.2115926-.4964063-1.2864213-1.941016-1.2842938-3.2427265-1.0127952-.1808685-.1681407-.3398531-.2983843-.4578759-.369269-.1324249-.0795816-.5437276-.1521028-1.1233671-.2120228-.4311291-.3929517-.8903142-.6723991-1.3641821-.8119007-2.2994797-.6768645-3.8705289.2069496-4.3615111.5466209-.3694991-.0514335-.735538-.0876707-1.0892321-.1036618-.6063863-.1518223-1.203327-.1974344-1.7175957-.1704084-1.6423118.0863147-2.5604951.4248405-2.935512.6002052-.6103142-.3457031-1.4257186-.4484999-2.4319981-.2472547,0,0,.8439281-.058564,1.5786244.5400281-.7902474-.0076683-1.5802143-.0119466-2.3692459-.0098191-.0845424-.1572929-.1833935-.2891263-.2976754-.3902164-.1731998-.1531549-.3823114-.2721532-.6162995-.3645932-.3318104-.2896406-.7665867-.2955087-1.0977425-.2371083-.5143622-.0445835-1.0721179-.0241036-1.6268809.0346708-.2708351-.5417347-.8060524-.6604759-1.3446364-.5469015-.9734539.2052429-2.0780234,1.1500992-2.7574491,1.6072025-.3452773-.5749795-1.0101139-.8486991-1.9513967-.7733958-1.347442.1077765-2.1356319,1.5974769-2.1945498,1.7125008-.0269339.014191-.0536807.0286859-.0805211.0432041-.5156715.1169176-1.029192.2451273-1.5400005.3875512.0357248-.0348812-.0094456-.0531869-.1931196-.0412169-2.5785446.1681641-6.5026607,1.1491173-9.7819537,2.5224611-2.3981437,1.0042853-5.9356465,3.5590326-8.4638771,7.1913112-2.7788653,2.6706129-4.9397477,5.9772241-6.1031415,10.6865664-.1483234.6002988-.286453,1.1896328-.416914,1.7704336-.9890718,1.5484514-1.8739618,3.1525446-2.5546969,4.8653493-1.9972217,5.02491-4.50095,11.9784583-5.335152,17.3176035-.5397062,3.4778613-.4358986,6.6270393-.8189582,9.8785699-1.5566471,1.9535836-2.9753516,3.5614173-3.5839824,4.6902417-1.5343893,2.845814-.8466402,4.7166598-.8466402,4.7166598-.1934002-2.5678395,1.5088582-4.5025563,4.0346573-6.9541562-.080334.3840444-.1687108.7703098-.2713027,1.1606431-1.9039819,3.2939866-3.1896069,6.8824299-2.0753113,10.3781526-.0272144.7677615-.0347896,1.4736157-.0538678,2.162497-1.7445296,1.540713-3.3375562,3.4408058-4.6227136,6.2401661-.6192921,1.3487259-1.0133871,2.6411556-1.2441955,3.8694804-2.6361531,1.0215155-1.8283239,5.8147411-1.7269478,6.1777913-.9185574.836168-1.498758,1.7189067-1.4173952,2.6246267.1137208,1.2662921.8315834,2.479257,1.3874687,3.2487018-.353133.4490376-.6123716.9197006-.7352574,1.4140231-.3103007,1.2484774.78819,2.5601011,1.8440353,3.8076667-.1683367,1.0593659-.2725185,2.113378-.3058117,3.1506743-.6497798,1.2122869-1.037983,2.5156813-1.0340551,3.9051332-.2498865,1.0250691-.4337476,2.0240474-.5316635,2.983796.0536807-.1283499.1148431-.2481899.1728257-.3716536-.9588647,2.689994-1.6057453,5.2981854-1.7431268,7.6398813.7375954-2.0451118,2.078491-3.4445698,3.3290458-4.3489807-.4662927.7291396-.8234472,1.4640304-1.024329,2.2060752-.6529595,1.7846947-.7489114,3.6723967.1212024,5.5782874-.1160588-.3000208-.3980228-1.3052179.1096994-3.050566.5057583.9218515,1.4490051,1.822849,2.6220316,2.6662411.8608553.9062344,1.9178229,1.7633265,3.0052782,2.5314152-.19499.8745093-.8429929,1.8924011-.8429929,1.8924011.9724252-.2080016,1.7516372-.5095888,2.3613902-.8804943.2622312.1648443.5192253.320828.7724785.4721827-.2845826.9684923-.7214164,1.4483666-.7214164,1.4483666.0338544.0334785,1.0957786-.0152898,2.5851845-.3946584,1.0970879.5859208,1.8419779.9269247,1.8419779.9269247.0006546-.0007481-.5619641-.3933258-1.3984106-1.047092.352946-.1004355.7232868-.2174467,1.1070945-.3568314,1.9727194,3.1171256,3.9244902,3.400337,3.9244902,3.400337-.880214-.9276027-1.4321715-2.175706-1.4321715-2.175706.2992653.2661215.6398666.5340899,1.0030063.7959564.1608551.7610284.4577824,1.5128455.918838,2.2458893-.1172746-.2136593-.3822179-.8163427-.3866133-1.8771815,1.6426859,1.089057,3.5942697,1.9813576,4.6257997,1.9812174-.0246894.0235893-.0417101.0406324-.041336.0428534,0,0,.0278691-.0157106.0750034-.0429703.5018305-.0013092.8153109-.0295509.8153109-.0295509-.0903407-.0962975-.1810555-.1955407-.2717703-.296888.1573013-.0972326.3389179-.2115085.5431665-.3438328.416914.5429504.8723583,1.0768299,1.3380899,1.6364728,0,0-.3510756-.6187914-.7204812-1.5642088.1479493.0567872.2930929.1085948.4382366.1604958.0006546.0007949.0013093.0015664.0019639.0023613,0,0-.0011222-.0019638-.0011222-.0020573.2460522.087998.4891117.1714839.7245026.2451506.4603074.7015759,1.0236743,1.3425305,1.7153512,1.8584784,0,0-.1745091-.5681762-.2901938-1.4095811.0034603.0025951.0064529.0056343.0099132.0082294,0,0-.0073881-.0250154-.0176754-.0609954-.0004676-.0036237-.0010287-.0068266-.0014963-.0104503,1.5071748.3497944,2.5458124.3977678,2.5976227.352179,0,0-1.3335074-.5827412-2.6861866-1.710537,1.4022449.3100503,2.3563401.3528102,2.4059059.3091853,0,0-.8906883-.3895618-1.9543894-1.1472937.3600536-.3224879.7140283-.6596109,1.0569676-1.0124679.0497529.1484791.0976353.2991792.1504743.4438942-.0122512-.1969201-.0146827-.3894683-.0141216-.5805436.0164596-.0173003.0340414-.0332447.0504075-.0506152.0752839.3251063.5423248,1.6189387,3.4596003,5.1764517-.3175953-.6490203-.4773281-1.3661432-.5419507-2.073634.408123.3661829.8125988.7243469,1.1845294,1.0659587,0,0-.474242-.6758826-.7974485-1.5824911.080147.0793712.1642218.1572228.2496995.2344197-.0684569-.0695287-.176286-.1926184-.3004811-.380444-.0414295-.1262692-.0784636-.2563491-.1114763-.3892345.23165.2697218.4600269.5148958.6794257.7163981,0,0-.4541351-1.0238768-.7502207-2.2908001.0755645-.3752306.2283768-.7405017.4979026-1.0724814.0326386-.040235.2461457.0964845.5431665.3529739.0755645,1.9709073.2136006,3.206503.2136006,3.206503,0-.0857069.0052371-.1767675.0076687-.2650694.1107282,1.2463032.272612,1.6664211.272612,1.6664211,0-1.4306454.2415632-1.7796215.6545493-3.4023008.5323181.6614578,1.0942822,1.0355896,1.4337613,1.5157211-.0086974.0576522-.0152438.1153746-.0270274.1728632-.0084168.0112218-.013654.0180251-.0041149.0162951-.0014963.0072474-.0039279.0144715-.0054242.021719.0288043-.0266519.0657448-.0624215.1061457-.1027267.020481.0333616.0412425.0666765.0593855.1013707-.6377156,2.0184365-1.3467873,3.610583-1.3467873,3.610583.0277756.0369853,1.4775289-.5671242,3.4494066-1.6017786.628083.0608084,1.2579429-.112125,1.8666673-1.0276174.0833267-.0481604.1674015-.0972093.2514764-.1463984.0105678.0765891.0214162.1532951.0291784.2279906-1.8825657,2.1210229-3.5170218,3.5835804-3.5159931,3.5851702,0,0,1.5715169-.939409,3.5425529-2.4414534-.0519038.8650175-.2422178,1.5880318-.3366735,2.2172269.9821513.0142611,2.4470549-2.4379934,4.0246506-5.3741433.0029927,1.1860559-.0746293,3.5691791-.6858786,5.1584968,2.1695798-2.1694639,2.8644364-3.7938498,3.0880437-4.6147047.0283367,2.9560219.563741,5.4469684.563741,5.4469684.0063594-.3335694.0419907-.6620189.0971677-.9855121.20163.938053.4727456,1.7066094.8358854,1.9659977,0,0,1.6816839-5.0449223,3.6998542-5.8857427,0,0,2.5705018,1.8783037,2.0099405,5.9142415,0,0,1.1211226-2.3542971-.2242619-5.3812271,1.6816839,1.3452892,1.0651039,3.1390316,1.0651039,3.1390316,0,0,.728711-1.121086.1681497-2.6906018-.2356714-.6599148-.3715566-1.0402186-.4506748-1.2618735.0486306.0404922.1001604.0843977.1459854.1214765,1.0834339.8762393,1.6838349,1.7432674,2.0128396,2.4898009-.0005611.0171133.0031797.0350215.0015898.0519478-.112131,1.233211-.8408419,1.1771485-.8408419,1.1771485,0,0,.5563529.1481518,1.0958721-.4903948.2205211.8798864.0706079,1.4621835.0706079,1.4621835,0,0,1.0055314-.8067106,1.4677092-3.3821716.0224449.0443964.0448898.0886994.066493.134405.0608818.1389171.1163394.2735092.1713294.4075869.2198665.5960672.322926,1.2576887.0990381,1.868391-.6166735,1.6816408-2.0180768,1.6816408-2.0180768,1.6816408,0,0,1.5484173.3677961,2.6129601-1.4406749.5050102,2.0968959.1891918,3.2820634.063968,3.6287718.2829927-.6695235.4757383-1.339842.5854377-2.007729.423928,1.2491554,1.7267607,1.6133745,1.7267607,1.6133745,0,0-.8969542-.5605547-1.3453845-2.3542971-.2388511-.9554469.0806146-2.3367629.5654244-3.3801377.3738946.6739655.7028994,1.4299908.9481099,2.2858204-.029646-1.0615401-.1412158-2.175519-.3147897-3.3240051.265972-.3102841.5345626-.4737958.76322-.40235.8969542.2802657,2.0180768,3.1950941,1.1772348,3.9238129-.8408419.7286954-2.2983574-.7287188-2.2983574-.7287188,0,0-.1681497,1.121086,1.9059458,1.7377032.6453843.1918469,1.1929463-.2135658,1.6411896-.8626796.4780763-.0395336.9367939-.1138082,1.372786-.2188027-.2226721.5411503-.5180095,1.0771806-.8837678,1.5859745-1.2893658,1.7937424-3.41948.2802657-3.41948.2802657,0,0,1.2332536,2.074008,3.7558729.5044922.4476822-.278559.81821-.6535558,1.1294459-1.0798925.0580762.347363.0981029.6758592.1037141.9677675,0,0,.9960858-.5159712,1.9037949-1.9001161.4620843.9988848,2.0203213,1.0032566,2.0203213,1.0032566,0,0-1.5136277-.0560625-1.1772348-2.1300705.3362994-2.074008,2.9710497-2.2982346,2.9710497-2.2982346,0,0-1.5696465,1.0089845-.7288045,3.5314222.8409355,2.5224611,3.5317045,1.7377032,3.5317045,1.7377032-.8409355-.0560625-2.2983574-.5605547-2.6347503-1.7937424-.7093523-2.6008738,2.9991058-4.8206957,2.9991058-4.8206957-1.5135342,3.1951175.9049969,5.4087907.9049969,5.4087907,0,0-1.8019511-2.8863296-.3444356-4.848236,0,0,.3362994,5.0448989,5.1012575,6.2220474,0,0-5.465613-4.8206957-.0922111-6.5498423,0,0-.1039947,2.4018029,3.595766,3.8031546,0,0-1.1097131-1.3307242-1.4607887-2.6158129.1212024-.572361.2945893-1.2676948.5232467-1.9219987.2539079-.1678602.5941351-.2961867,1.0437812-.368965.6997197,1.2719264,1.3690452,1.9701124,1.9672017,2.3242552.5711291.5873001,1.2568207,1.1624432,2.0748437,1.643393,0,0-.2370742-.5311441-.4905145-1.4071029.4127991-.1257548.7047698-.3685208.8338279-.4920313.8780631.8396982,1.9035143,1.6316568,3.0736416,2.3456937-.1868538-.121196-1.6839284-1.1712804-4.3411236-5.0756655.2392252-.2613522.5437276-.5215354.8201739-.8073185.5254911.848325,1.2773017,1.9525081,2.2444897,3.1090131.3745492,1.1435765,1.2100605,2.0863521,2.6830069,2.7283821.1778758.1518924.3582767.302499.5440082.4498091,0,0-.116994-.1195594-.316286-.3573224,1.2659857.5040948,2.9658126.8029466,5.2035688.8380617,0,0-4.393308-.8477639-6.3639699-2.4262572-.2924383-.4492714-.6105947-.9767684-.9395995-1.585694,1.2113698.4312229,2.4550976.4199309,2.7435146.5912278l-.1195191-.1824719s-.7141218-.9439211-1.7355517-2.5059791c.0156179.0140974.0306747.026348.0461991.0403051.3836207.3548208,2.300789,2.0662696,4.2564877,2.7056111,0,0-.0570474-.0282183-.160294-.1030774.1991049.0725212.3121711.1030774.3121711.1030774-.5051972-.3849094-.9466135-.833947-1.3379029-1.3171645.8152174.6174822,1.9405484,1.0689045,3.4727867,1.0267524l-.3388244,2.0914253c.2137876-.4398497.4752707-1.1223018.7605079-1.9442554.176286.754529.2183701,1.236297.2183701,1.236297.3585572-.2810605.6641819-.6003221.926039-.9480358-.3890449,1.9760506-.6716635,3.3864032-.6716635,3.3864032,0,0,.527268-1.7471249,1.2839416-4.4151428.0058918-.0127181.0135605-.0244309.0193587-.0371724.5979695.1314827,1.2505548.243444,1.9667341.332307,0,0-.7952975-.2450337-1.8296332-.6637957.0104743-.0268389.0170207-.055665.0271209-.0826676.4300068-.7212843.9207084-1.6576073,1.437128-2.8530147.0987575.0227242.1919039.0504048.295618.0687572.3413495,1.2163081.6136809,2.288509.811196,3.1114445-.0890314,1.953981-.8901272,2.4005872-.8901272,2.4005872,0,0,1.0504212-.4131043,2.3705552-1.1523903-.5106214.6906814-1.10485,1.3594802-1.792038,2.0018375,0,0,3.8796939-.5834426,5.9112377-5.2777523.2777556-.3553118.5192253-.7266615.7045827-1.1144932.0329192.4549992.0512492.6856316.0920241,1.1543775,0,0,.9675621-.6775425,1.9803881-2.0524995.3557516,1.0914183.5388646,1.9263004.5388646,1.9263004.8957384-1.6167411.7707952-3.94289.7707952-3.94289.5560723.8014036.8463597,1.7777512.9956182,2.6751484.0892185,1.5815325.1150301,2.6453871.1150301,2.6453638,0,0-.0112224-.8048403-.0424583-2.1206488.0216967.1920105.0370341.3764696.0482565.5524656-.0055177.0579328-.0092585.1154214-.0149633.1734009,0,0,.0088844-.0278208.0215097-.0683598.0469472.8555491-.0123447,1.463142-.0123447,1.463142,0,0,1.356794-1.3289007,2.1322652-3.5881159.4579694-1.1515955.7543356-2.6237383.6537076-4.710254.1980762-.1794093.3887643-.3684273.5678559-.5715895,1.5389718,1.0656548,2.9919048.9288184,2.9919048.9288184-.985518-.5205769-1.8301943-1.0082363-2.5229935-1.5296081.2150969-.3109153.4142954-.6373776.5777691-.9941389,1.0418173-2.2727984.6929862-4.4130621-.0196393-6.5347396-.0282432-.2808034-.0761256-.5586376-.1563661-.8306506-.2388511-.8108019-.5758986-1.5961209-.9741085-2.3632044.0763126-.1835941.1537475-.3674454.2320241-.5515539v.0000468c.009165-.0216254.0180494-.0431574.0272144-.0647828,3.9342163,4.6378965,3.4217245,7.201294,3.2763938,7.6741313,1.2079095-3.2808945-.6157383-6.3636298-2.7964471-8.7517327,1.0824052.4210297,2.956554,1.5227347,3.8610834,3.7462972-.0740682-.7482635-.2227656-1.5317823-.4313161-2.3386332.0622846.0743447.1220441.1510975.1794657.2300011.0137475.0189135.0260922.0390661.0395591.0582133.0426453.0607149.0852906.1215466.1253173.1845994.0222579.0351618.0424583.0720069.063968.1078466.0292719.0487917.0593855.0968352.087161.1468192.0202004.0365178.0385304.0745552.0580762.1116808.0267468.0509659.0543354.1012772.0796794.1532717.0189846.0388557.0360054.0789971.0541483.1184139.0237542.0517608.0484436.1029838.0710755.155633.0187976.0441626.0358183.0894475.0537742.1341478.0197328.0490488.0404008.0975833.0590114.14724.018517.0492359.0350702.0994536.0525585.1492038.0162726.0463369.0334803.0921828.0489112.1389171.0143086.0434613.0270274.0875772.0405879.1313424.0167402.0540285.034322.1077531.0500334.1622025.0117836.0411468.0222579.0827845.0334803.1241183.0157114.0573951.031984.1146031.0464796.1723255.0121577.0482773.0227255.096882.0341349.1453229.0120641.0512231.0247829.1023059.0360054.1536458.0105678.0482773.0196393.0966014.0294589.1449255.0105678.0518543.0218838.1036618.0316099.1555395.0088844.0470382.0163661.0939362.0245959.1409277.0092585.0529531.0191717.1059763.027682.1588125.0075752.0474357.0140281.0945441.0210421.1418395.0078557.0522284.0160855.1046437.0231931.1566149.0067335.0497268.0123447.0988692.018517.1483388.0059853.048815.0126253.0979574.018143.1464451.0057983.0511062.0104743.1014175.0156179.1521262.004676.046407.0100067.0932115.0141216.1391977.004676.0504983.0083233.1000381.0123447.1499987.0037408.045051.0078557.0906398.0110354.1351999.0039279.0538181.0069205.1063738.0101937.159397.0024315.0394869.0053307.0796517.0073881.118671.0031797.0584004.0055177.1152811.0080428.1725359.0014028.0322628.0031797.0652971.0043955.0971625.0019639.0527894.0032732.1038489.004676.155446.0010287.0353254.002338.0715159.0031797.1062569.0008417.0389024.0011222.0760748.0016834.1142057.0007482.0458459.0016834.0924867.0019639.137117.0002806.0330577.0000935.0643386.000187.0966949.0000935.0468045.0003741.0942869.0000935.1395717-.0002806.0415442-.0009352.0807739-.0014028.1209388-.0004676.0340864-.0006546.0693183-.0013093.102376-.0006546.0393934-.0016834.0762618-.0026186.1141356-.0007482.0317485-.0014028.0647828-.002338.0954558-.0010287.0339695-.0022445.0653439-.0034603.0978872-.0011222.0316783-.0020574.0646191-.0032732.0948948-.0014028.0329642-.0028056.0630528-.0042084.0942869-.0013093.0268155-.0024315.0550572-.0037408.0805401-.0016834.0343435-.0034603.065414-.0052371.097256-.0011222.0192642-.002151.0401649-.0031797.0584939-.0014963.023823-.0028056.0443964-.0042084.066583-.0014963.0242439-.0030862.0500074-.0045825.072264-.0011222.0169263-.002151.0309536-.0031797.0466642-.0015898.0220696-.0031797.0452615-.0045825.0648997-.0015898.0213683-.0028991.0387621-.0043019.0571613-.0017769.0230515-.0032732.0437185-.0045825.0618838-.009352.0491657-.0140281.0879279-.0060788.0976301-.0002806-.0003039.0000935-.0050732.0000935-.0074345,0,.0026418-.0002806.0074579,0,.0075046,0,0,.295431-.7116522.4197196-1.8456902.002338-.0212046.0042084-.0423625.0063594-.0635905.022819-.2227303.0396527-.4595113.0455444-.7115587.0000935-.0036705.0000935-.0073643.0002806-.0110582.0051436-.2340924.000187-.4809965-.0147762-.7367845-.0005611-.0085567-.0011222-.0170666-.0016834-.0255998-.0241283-.3917828-.0746293-.8058222-.1624449-1.238144-.0121577-.0615565-.027682-.1238144-.0410555-.185745-.0123447-.0548-.0237542-.1090857-.0373146-.1644001-.2640081-1.1309753-.7348833-2.2961305-1.4442356-3.1592543-.0297395-.0360736-.0534002-.0753033-.0820174-.1119379-.0465732-.0652504-.0907148-.1304306-.139626-.1957277.1568337-.1936704.3033802-.3880889.4415098-.5830685.547936.8273074,1.0484572,1.808471,1.4373151,2.976759-.1339212-1.3510171-.3705278-2.7616969-.6901806-4.2114662,1.1933204-2.3353134,1.1909823-4.7354097.5370877-7.0825528.1991985.0872733.4049433.1679069.6195727.2394462-.1255979-.0502879-.3624851-.1650313-.6643689-.3958273-.023006-.0788802-.043487-.1579709-.0678958-.2367109.6000269-1.8574965.9280965-3.9437316.5951638-6.0633284.2545625-.5787668.4846227-1.1645006.6305146-1.7966647.6624985-2.8702917-.8227925-4.1839727-1.5526257-4.2448746ZM319.8261478,141.5838731c.0764997.1493909.1415899.3060759.1999466.4669458-.4068138,1.208032-.9108887,2.3792891-1.1863998,3.0769374-.4805078-.9121726-1.0188113-1.8056422-1.5808689-2.6719221-.0322645-.0496801-.061817-.1028202-.0933334-.1533653-.1778758-.8643629-.3275085-1.8375076-.4371144-2.9333678-.0013093-.0139338-.0026186-.0283118-.0040214-.042269.1624449-.6850003.1734803-1.2758307-.0808951-1.840991,0-.0017067.0000935-.0034133.0000935-.0050966,1.29479,1.2506283,2.4174089,2.6079576,3.1825929,4.1031287ZM319.657437,148.044268c-.1131597-.1240716-.2294056-.2630588-.3478959-.4178502-.002338-.1430786-.0014963-.2837491.0029927-.4216142.1296193.241901.2541885.4854151.3783836.7290461-.0109419.0368684-.0222579.07362-.0334803.1104183ZM295.0885047,178.5373035c-.3357382-.2107136-.6465066-.4340284-.9198667-.6662739l.4041952-.3519218c.1938678.3442302.3662259.6857718.5156715,1.0181957ZM293.164603,176.4516529c-.068644-.3303198-.0626587-.6417728-.0127188-.9368139.4387042.4945095.8141886,1.0078857,1.1353377,1.5207943-.1314897.2273827-.2530662.434683-.3604276.6155885-.394095-.3802804-.6754979-.7825837-.7621913-1.1995689ZM223.6147881,67.8682046c4.817049-7.2707292,9.778961-9.2377322,10.2384268-9.4074393-.0045825.0064526-.0092585.0128116-.013841.0192642-3.2520785,2.0153505-5.882714,4.5257949-8.9820736,9.0099287-.6651171.9621566-1.3613765,1.9078078-2.0639953,2.8501625.0187041-.0776879.0351637-.1580644.055177-.2341158.1914363-.7245807.4464664-1.4752523.7663062-2.2378003ZM206.6114694,131.2706904c-.1226988.6821247-.1859186,1.3932393-.1950836,2.1239452-.5082834.1682342-1.0111426.3130194-1.5089517.4438241.4643288-.8900095,1.0389182-1.7406724,1.7040353-2.5677694ZM204.1617959,135.5657828c.7332935-.1680939,1.5058655-.3804908,2.3037816-.6428015.0069205.0936323.0174883.1879426.0256246.2818087-.0422712.4480089-.0841684.896088-.1127856,1.3466452-.8361659.4588801-1.8621783.9799713-2.9081105,1.5514673.1540281-.8076224.3775419-1.6550356.6914899-2.5371197ZM206.3397926,137.4326308c-.0034603.0793946-.0073881.1586956-.0104743.2381604-.0027121.0111283-.006827.0228645-.0094456.0339227-.6594124.938053-1.2962863,1.9547291-1.8915437,3.0417989-.2594256-.6039225-.5218439-1.2623411-.761069-1.9456114.884703-.4535965,1.8008289-.9018626,2.6725326-1.3682706ZM203.2847616,139.3379838c.2150969.477139.444596.947802.6916769,1.4073601.041336.0766826.1318638.2109708.2498865.3784335-.3194657.6005559-.6206014,1.2239998-.9123851,1.8565613-.137288-1.045923-.181149-2.2730556-.0291784-3.6423549ZM210.3024392,114.7561738c.400922-.3867797.937355-.7384444,1.521764-1.0874439.0057047.3017275.0053307.5910174.0014028.872639-1.1652642,2.6477952-2.3426861,5.2699671-3.5425529,7.8639909-.0810822-.3418456-.1463594-.7086364-.1825518-1.1070587-.1266266-1.3905974.0980094-2.7737137.5425119-4.1174833.3822179-.9035458.9185574-1.7099526,1.659426-2.424644ZM294.9645902,69.0760963c-.7503142-1.7600768-6.0194408-7.4208448-7.0097283-7.7535726-.3105813-.3009793-.6249969-.5968621-.9426857-.8885834.0173013-.075654-.0083233-.1774689-.0653708-.2963503,1.2773952.9053226,3.1048774,2.2294306,4.9260002,3.6461189,1.8912631,2.7660454,3.1777298,5.2572724,3.1777298,5.2572724-.0231931.0082761-.0564863.0229347-.0859453.035115ZM262.1970047,52.6854643c-.3009487-.0036003-.6019908-.0072942-.903033-.011105.4156047-.1251236.8112895-.2127242,1.184997-.2615626-.1075485.0789738-.2002272.1710631-.281964.2726675ZM202.6024367,144.0744221c-.4407617.268132-.8747899.5444701-1.2812295.8353264-.0196393-.1052516-.0430194-.2095213-.0721978-.3117336-.1952706-.6821481-.65988-2.1516258-.9782234-3.6878267.2895392-.2510889.6137744-.492195.9641018-.726077.3131063,1.531946.8336409,2.8448789,1.3675489,3.890311ZM262.0530768,183.1603778c-.2697128.2868351-.5514898.5799592-.843554.8787643.2428725-.4840357.4456247-1.0197621.6087243-1.520841.082485.2180078.1610421.4324152.2348297.6420768ZM313.2411892,166.2509691c.4662927-1.0136135.8590784-2.3132438.7822047-3.7561164.4872413,1.4169688.1251303,3.0655519-.5827256,4.6445595-.0606947-.2875131-.1278424-.5847518-.199479-.8884431ZM317.6112106,148.4573723c.0131864-.6280027-.000187-1.2550702-.0407749-1.8806415.0229125.0307432.0442352.0628657.0676153.0932582.5743088,1.052212,1.0521045,2.1470669,1.3684841,3.2667736-.1586106.4123796-.3234871.8119007-.4892052,1.1979323-.2804677-.8872975-.584596-1.781071-.9061192-2.6773227ZM317.7220323,144.4244269c.3065599.5141009.6105947,1.0290669.9061192,1.5468851-.0152438.1977383-.0069205.4064413.0108484.6181836-.3183435-.5789772-.6320109-1.2921959-.9169676-2.1650686ZM317.0987188,129.3826144c-.0329192.5651136-.1619773,1.1033649-.3628592,1.6035788-.2150969-.8410308-.490234-1.6555266-.8102608-2.3497148-.5307283-1.1511513-1.0156316-2.2889298-1.4736945-3.4211909-.3801604-1.1303441-.7990383-2.2424526-1.2584106-3.3255948-.1334536-.3776853-.270648-.7556512-.3978358-1.1330093.0293654.0276572.059666.0555482.0854776.0823169.4067202.4211934.7837945.8163193,1.1376757,1.2163315.6213496,1.2096685,1.0295661,2.0258476,1.0295661,2.0258476.0088844-.0026184-.1993855-.5652539-.5719708-1.4868949.6860657.8450052,1.2799202,1.7695452,1.8210293,3.0474332.5201605,1.2285352.8725454,2.5156813.8012828,3.7408967ZM310.998944,98.1612808c.0098196.0408429.0151503.0803999.0216967.1203777-.1808685-.795068-.3688445-1.5897385-.5669207-2.3820945.2962726.5829984.474429.9391285.474429.9391285.0096326-.0028756-.2415632-.6780101-.6818573-1.7566167-.7578894-2.9237825-1.6603612-5.8029114-2.8153382-8.5302414.3039413.4833344.582071.975693.8183971,1.4694076,0,0-.2164997-.7969617-.7367537-1.9594984.653053.7683226,1.2711293,1.5842211,1.8167274,2.4357022.0208551.0935154.0429259.1929457.0692986.3114531,0,0,.1324249.1212193.3280696.3408403.9228593,1.5801064,1.5783439,3.2569311,1.732372,4.9371692.2485772,2.7119935-.4601204,4.0743727-.4601204,4.0743727ZM311.6924913,89.8331963c-1.5754447-1.7848116-3.226828-3.3749943-4.56763-4.5854811-.4045693-.8007257-.9323049-1.7036169-1.6027527-2.6109735-.1198932-.2133554-.2435271-.4242093-.3678157-.6345722,2.2005351,2.5947486,4.634123,5.0706858,6.5381985,7.8310267ZM297.2928742,68.5645203c.9522248,1.0808043,1.3275221,2.6038663,1.3274286,4.3546617-.0907148-.1221545-.2123848-.1862593-.3266668-.2200651-.2134136-.3542364-.4776087-.6969002-.7461993-.9537636-.222485-.711512-1.1552575-2.0080329-1.8808824-2.5118939l.2809353.0877876s-.8230731-1.7496966-2.1488183-3.9962639c1.3952309,1.1529748,2.6569147,2.2892103,3.4942028,3.2395373ZM289.7254837,60.9124352c-1.9491523-1.2749189-3.5152449-2.1419937-3.9944435-2.395701-.3199333-.169333-.6041418-.3121077-.852532-.4306618-.6450102-.4533393-1.2769276-.7703565-1.6396932-.7181749-.3638879-.2573076-.7320777-.5087472-1.107001-.7509755.3210555-.0838599.6387444-.14039.9505414-.1601919,2.1682706-.1376547,4.5662272,1.9463829,6.6431284,4.4557051ZM270.08676,52.1844789c-1.0084305-.045542-2.1642492-.0615799-3.2597472-.035606.8849836-.4599088,2.0239686-.8499381,3.2597472.035606ZM252.7838955,51.7652259c-1.052011.1599581-2.0187314.4195335-2.5541357.5777615.9439014-.6495346,2.1949239-1.3127459,2.5541357-.5777615ZM249.9516301,52.5397907c.2160321.0892605.3830596.2115786.5051037.3644763-.3453709.0310237-.6899935.0655777-1.0340551.1038021-.0063594-.0166691-.011316-.0346942-.018143-.0509893.1435538-.1148603.3319974-.260908.5470944-.4172891ZM246.2104398,53.1915696c.5863729-.6032679,1.2904881-.6366996,1.7918509-.2967945-.7529328.0259973-1.4591053.1894856-2.1274021.4557473l.3355512-.1589528ZM241.6971452,54.691323c-.171984.060107-.3438745.1203309-.5151104.1839214-.0149633.0055642-.03002.0105205-.0450768.016108-.2581163.096391-.5152974.198089-.7719174.3027094-.0394656.0160613-.0792118.0305795-.1185839.0468278-.0650902.0268623-.1296193.0562729-.194616.0836729-.3109553.0918789-.7336676.2905757-1.1576891.5142646-.2449299.112803-.4861191.2250682-.7230998.3367957-.8680564.4070258-1.7079631.8202002-2.5226194,1.2449238-.3017903-.0352553-3.1787585.8979115-5.6245041,2.5115666-.6070409.4004797-1.1987445.809633-1.7755784,1.2301951,3.0796269-2.9853156,7.4811647-5.4742048,13.4487952-6.4709855ZM222.34263,69.9249824c-.0946426.4339349-.171984.8747431-.2277222,1.3233832-.2773815.3706951-.554389.7415304-.8300871,1.1132074.1438344-.6031744.3456514-1.1627705.6206014-1.6634754.1449566-.2640875.2910355-.5197586.4372079-.7731152ZM208.5260191,114.3462257c-.0985705.3527167-.194616.7029319-.288604,1.0527964-.3845559.5566504-.7670544,1.1420569-1.1372081,1.7582533.4272012-.9525012.9123851-1.8864161,1.4258121-2.8110497ZM200.9983748,136.027141c-.1085772,1.244503-.0519038,2.4084191.1143755,3.4773937-.3415365.2256527-.6732534.4546018-.9777558.689606-.3326521-1.9479025-.3238612-3.8193795.8633804-4.1669997ZM199.0690488,142.4415263c.1453307-.3385725.3589313-.6569457.6237811-.9603331.4012025,1.2618267.8839549,2.5045529,1.1340284,3.799905-.261483.2053131-.5074417.4162137-.7345093.6326083-.6447297-1.0179619-1.4230065-2.5410473-1.0233003-3.4721802ZM207.5316167,175.1879558c.0120641-.0115024.0217903-.0238932.0335738-.0354891.0652772.0296911.1297128.0582835.1947095.0874837-.0054242.0468512-.0125317.0907333-.0187976.1362286-.0694857-.0619306-.1394389-.1249132-.2094857-.1882231ZM220.105809,180.7213792c-.3218972-.3657621-.6437945-.7615427-.9612027-1.182549.472278.2588273.9434338.4892726,1.407295.6926452.0087909.0119934.0168337.0242672.0256246.0362372-.1769406.1731204-.3357382.3253635-.4717169.4536666ZM256.0908705,183.6135301c-.1143755-.9403909-.3637944-1.8661233-.708043-2.7685236.3172212.1423304.6311692.1259185.8619776.0784594.0847295.1142291.1690849.2289958.2513828.3500515-.1037141.5010555-.2696193,1.3623792-.4053174,2.3400126ZM284.1696235,179.9378136c.2830863.34755.5894591.6897696.9201473,1.0250691-.3637944-.2306324-.6439815-.4424681-.8517838-.6387336-.0238477-.1264328-.0469472-.2538242-.0683634-.3863355ZM291.4796459,177.0631033c.4804143.5134463,1.0408821,1.0305164,1.7028195,1.5981081-.3234871-.3146793-.8704879-.9617592-1.654563-2.3428882.0057047-.0267922.0080428-.052392.0147762-.0794881.1429927-.5797955.3676287-1.1334768.650715-1.6688759.03002.0244309.0588243.0431807.089499.0705808-.1623514,1.4059106.1660922,2.6703558,1.2373685,3.6837822-.0976353.1584151-.1514095.2429998-.1514095.2429998l.2144423-.1866801c.4854644.4433332,1.1142956.8381084,1.913521,1.1731274.0530261.1495078.100628.2940358.1456113.4355246l-.0496593.3067773c-1.6173419-.4623635-3.9392664-1.4358121-4.1131209-3.2329678ZM314.8927595,165.9231509c-.0231931.6994718-.1477622,1.4118254-.4137343,2.1408715-.128123.3509166-.2846761.6664375-.4604945.9559378-.1062392-.1188113-.2036874-.2419244-.2959921-.3676091-.0255311-.1589762-.0535872-.3219034-.0829526-.4864671.4790115-.7188529.9146295-1.4734053,1.2531734-2.2427332ZM320.0640637,166.1257754c.000187-.0033899.0007482-.010123.0010287-.0146118-.0002806.0045355-.0008417.0111985-.0010287.0146118ZM320.0693009,166.0531373c-.0007482.010123-.0016834.022093-.002338.0304626.0006546-.0083229.0015898-.0204331.002338-.0304626ZM318.1686857,156.9971756c-.0125317-.0228178-.0274015-.0443263-.0397462-.0672376-.1922779-.3584445-.3673481-.7222195-.5366201-1.0875608-.1124115-.2801955-.2341751-.562051-.3558451-.8440467.4338412.3861017.8746963.8484185,1.3004012,1.3928886-.1268137.2352848-.2518504.4371378-.3681898.6059564ZM318.7323332,151.8337226c.1672145-.3072215.3343354-.6270442.4975285-.9651959.1703942.8737378.2375418,1.7582065.1567402,2.6461353-.0134669.1480115-.0351637.286765-.0555511.426968-.1833935-.6965729-.3836207-1.3996684-.5987176-2.1079074ZM320.0691138,148.8628083c.0110354-.0311173.0216967-.0625384.0327321-.093796.0957649.2012919.1939613.4017889.2850502.6046238-.1045558-.173962-.2115432-.341378-.3177823-.5108279ZM319.8568225,147.3406113c-.1412158-.3642191-.2945893-.7266381-.4601204-1.0865555.1666534-1.0534277.5323181-1.9485337.9206149-2.8063038.0980094,1.1921344-.1043688,2.5419591-.4604945,3.8928593ZM320.4254266,140.6953833c-.3718371-1.1294791-.9582101-2.2538849-1.819533-3.3436199.4481498.1630207.8901272.3164094,1.3180766.4482193.8682434.2675476.8446763,1.4874794.5014564,2.8954006Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SHORT WOB 5 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.6685791,140.74823c.1106567-.3960571.2080078-.7952271.2799683-1.2001343.5361938-3.0166626.3007202-4.9532471-2.239624-5.1060181-.1859131-.0111694-.3800659-.0338745-.5719604-.0534668.0411377-1.2404175-.170166-2.4761963-.7835693-3.5775146-.8269043-1.4847412-2.2644043-2.5068359-3.5927734-3.5668945-1.0586548-.8447876-2.0738525-1.7439575-3.0414429-2.6917114-.0424194-1.0514526-.0297241-2.1066284-.0985107-3.3536377-.1968994-3.5681763-1.1501465-6.3046875-2.0214233-9.56073-.4434204-1.6571045-1.0834961-3.3466187-1.6881714-5.041626-.1466675-.9589844-.1369019-2.175293-.2426758-2.8186035-1.157959-7.0418701-2.8757935-13.7185059-5.7689209-20.2147827-3.1265259-7.0202637-5.9120483-14.4471436-11.1721191-20.2115479-7.5254517-8.2470093-18.9293213-11.0090332-29.7614746-10.4315186-3.192627.1702271-6.366272-.6571655-9.6085815-.4030151-14.9857178,1.1745605-27.1706543,11.1162109-33.8530884,24.1580811-4.5933838,8.9646606-6.9020996,18.9031982-8.8841553,28.7791138.0081787-.008667.0163574-.017395.0245361-.026123.0144043-.0154419.0287476-.0309448.0431519-.0463257-.0026855.0140381-.0058594.0280151-.008606.0419922-.6209717,3.2040405-.8554688,6.5195923-1.5598145,9.6948242-.7178345,3.2359009-2.2265625,6.3057251-3.4476929,9.3692627-1.206543,3.0270386-.6578979,5.5797729.4463501,7.8443604-.2111206,1.2283936-.2717896,2.4074097-.1282959,3.2592163-.9711914.3821411-1.901062.6315308-2.7474976.7021484-.7297974.0609131-2.2150879,1.3745728-1.5525513,4.244873.1459351.6322021.3759766,1.2179565.6305542,1.7966919-.3328857,2.1196289-.0048828,4.2058716.5950317,6.0633545-.9549561,3.0841064-.833252,6.2722168,1.6130371,9.293396-3.1931763,4.2659302-1.4511719,8.4494629-1.4511719,8.4494629.0183716-.003479-.553894-4.835083,1.4403687-7.2153931-.2084351.8068848-.3571777,1.5903931-.4313354,2.3386841.90448-2.2235718,2.7786255-3.3253174,3.861084-3.7463379-2.1807861,2.3881226-4.0043335,5.4708252-2.7963257,8.75177-.1453857-.4728394-.657959-3.0362549,3.2763062-7.6741333.0876465.2057495.1738892.4111328.2592163.616272-.3982544.7670898-.7352905,1.5523682-.9741821,2.3632202-.0801392.2719727-.1280518.5498047-.156189.8306274-.7127075,2.1217041-1.0614624,4.2619629-.0197144,6.534729.1635132.3567505.3626709.6832275.5776978.9941406-.692627.5213623-1.5374146,1.0090332-2.5228882,1.5296021,0,0,1.4528198.1368408,2.9919434-.928772.2463989.2796631.5075073.5425415.7926636.7729492-.7022095,4.9066772,2.5611572,8.0969849,2.5611572,8.0969849,0,0-.0917358-.9356689.0424194-2.1206665-.0313721,1.3157959-.0424194,2.1206665-.0424194,2.1206665-.000061,0,.0256958-1.0638428.1150513-2.6453857.1491089-.8973999.4394531-1.8737183.9954834-2.6751099,0,0-.124939,2.3261108.770752,3.9428711,0,0,.1831055-.8348999.5388794-1.9263306,1.0128174,1.375,1.9804688,2.0525513,1.9804688,2.0525513.0407104-.46875.059082-.6994019.0921021-1.1544189.8508301,1.7802734,2.833252,3.2353516,4.5021362,4.2072144.0133667.0227051.022644.0378418.0234985.0373535,0,0-.0061035-.0134277-.0145264-.0322266,1.4631958.8512573,2.6831055,1.3304443,2.6831055,1.3304443,0,0-.8010864-.4465942-.8900146-2.4005737.1975098-.822937.4697266-1.8951416.8112183-3.1114502,3.7246094-.659729,4.1724243-4.3192139,4.1724243-4.3192139,0,0,2.7278442,1.4849243,2.2589722,3.7402344s-6.5012207,4.1097412-6.5012207,4.1097412c9.0222168-1.1194458,8.3728027-5.7521362,5.5793457-10.6342773.8001709-.7102051,1.6785889-1.6958008,2.4451294-2.9047241,1.6867065,1.6709595,2.7642822,3.7905273,1.6246948,6.2186279-2.022522,4.3095093-3.3379517,5.5626831-3.5004883,5.7074585,5.3980103-4.5484619,6.5874634-10.6152344,2.8754272-13.8034668,1.1017456-2.5290527,1.5453491-5.6983032.2200928-9.2151489-1.0071411-2.6727295-1.4293213-4.7206421-1.9073486-7.031189-.303894-1.7389526-.5864868-2.9176636-.5961914-2.9158936,0,0,.0001221.0054321.0001831.0063477-.1056519-.4697266-.2175903-.8736572-.31427-1.1925049-1.5904541-6.7194824-2.7255249-13.1853027-3.9135742-19.9989014-.0022583-.0942383-.0047607-.1887207-.006897-.2828979.53302-3.2526245,1.1674194-6.7976074,1.7345581-9.7748413,1.5372925-.2116699,2.9172363-.4674683,3.3759155-.7433472.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.4170532.3518066,1.8190308.2936401c.1258545.3932495,1.2944946.7719116,2.8565063.9448853.0985107.2266846.1877441.4570923.2886963.6828613.0188599.0615845.0368042.1231689.0554199.1847534-.0960693,1.2025146-.1688843,2.3548584-.2218628,3.4700317-.8112793,7.0028687-2.3701782,16.4879761-2.9620972,22.9116211-.93927,3.3892212-1.4989014,6.8099365-1.2351685,9.9863281-.9024658,3.5525513-2.0540771,9.1449585.6697388,10.9862061.1156616.078186.2244263.1552734.3369751.2329712-.2020874,2.3580933-.4071045,4.6918945.0933838,6.923645.2647705,1.1807861.9300537,2.3307495,1.7807617,3.3938599-.8649292,2.3457031-1.8748169,4.2478638-1.8748169,4.2478638,0,0,1.1749878-1.348999,2.1885986-3.8695679,1.0201416,1.1904907,2.2487793,2.2576904,3.3703613,3.1173096-1.6036987,1.7657471-3.7090454,2.6861572-3.7090454,2.6861572.0779419.0686646,2.3901978-.0744629,5.1771851-1.1437988-.3695679.9454346-.7205811,1.564209-.7205811,1.564209.4656982-.5596313.9212646-1.0935059,1.3380737-1.6364746.2043457.1323242.3858032.246582.5432129.343811-.0907593.1013184-.1813965.2006226-.2718506.296875,0,0,.3134766.0282593.8153687.0296021.0471802.0272217.0750122.0429688.0750122.0429688.0003662-.0022583-.0167236-.0192871-.0413818-.0428467,1.3861084.0001831,4.154541-.2092285,5.8807983-1.7445679,0,0-.5519409,1.2481079-1.432251,2.1757202,0,0,1.9518433-.2832031,3.9245605-3.4003296,2.2512207.8175659,4.0910645.9158936,4.1358032.8716431,0,0-.8294067-.904541-.9468994-2.7498169.6436768.7601318,1.7380981,1.3629761,3.359436,1.7097778,0,0-1.2523804-1.9611206-.8026733-2.7772217,1.8185425-3.300415,3.1129761-7.5818481,4.9437866-10.9783936,1.5830688-2.9368896,1.2791138-5.5700073.0427246-7.8764648-.0332031-1.0372925-.1375122-2.0912476-.3058472-3.1506348,1.0559082-1.2475586,2.1543579-2.5592041,1.8441162-3.8076782-.1228027-.4943237-.3820801-.9649658-.7353516-1.4140015.5559692-.7694702,1.2737427-1.9824219,1.3875122-3.2487183.0813599-.9057007-.4988403-1.7884521-1.4174194-2.6245728ZM170.2172241,137.7999878c.4277954-.1318359.8699341-.2852173,1.3179321-.4482422-.8613892,1.0897827-1.4475708,2.2141724-1.819397,3.3436279-.3433838-1.4078979-.3667603-2.6278687.5014648-2.8953857ZM169.7542725,149.3735962c.0909424-.2028198.1893311-.4032593.2850952-.6045532.0108643.03125.0216064.0626221.0325928.09375-.1062622.1694336-.2131958.336853-.317688.5108032ZM169.8238525,143.4476929c.3881836.8577881.7539062,1.7529297.9206543,2.8063354-.1656494.3599243-.3189697.7223511-.4602051,1.0866089-.3560791-1.3508911-.5585938-2.7008057-.4604492-3.8929443ZM170.4502563,147.9338379c.1242065-.2435913.2487793-.4871216.3783569-.7290039.0053101.1618652.0085449.3251953.003479.4949341-.1043091.1520386-.2077026.3099976-.3114014.4665527-.0238037-.0774536-.0474854-.1548462-.0704346-.2324829ZM172.1193848,156.9720459c-.031189.0352783-.0621338.0705566-.0925903.105835-.4584351-.6438599-1.1153564-1.8392334-1.2722778-3.5632324-.0808105-.8878784-.0136108-1.7723999.1566772-2.6461182.7792969,1.614624,1.6463013,2.8978882,2.1992188,3.6472778-.3696899.8261108-.7046509,1.6482544-.9910278,2.4562378ZM173.1813965,154.3554077c-.5149536-.9539185-1.3400879-2.581543-2.046875-4.4186401.3297119-1.1665039.8314819-2.307312,1.4382935-3.3996582-.0656738.9847412-.0705566,1.9729614.003479,2.9633789.1105347,1.4794922.4476929,2.8798828.8945923,4.2301025-.0985107.208374-.1953125.416748-.2894897.6248169ZM171.4867554,146.7805786c.0335083-.2784424.0459595-.5519409.0261841-.8092651.4676514-.819397.9534912-1.6327515,1.4437256-2.444397-.1034546.5623779-.1899414,1.1264038-.2584839,1.6918945-.3922729.4790039-.7992554,1.0004883-1.2114258,1.5617676ZM173.3485107,141.6900635c-.1537476.2573242-.3051758.5176392-.4661865.7657471-.5621338.866272-1.1004639,1.7597656-1.5808716,2.671936-.2754517-.6976318-.7797241-1.8688965-1.1864624-3.0769653.0583496-.1608276.1234131-.3175049.1998901-.4669189.7658691-1.4963989,1.8895874-2.8547974,3.185791-4.1062622-.3721924.8187256-.192749,1.6858521.2108765,2.8237915-.1292114.4613037-.2504272.9243164-.3630371,1.3886719ZM176.1226807,169.0199585c-.1759033-.2894897-.3324585-.6050415-.4605103-.9559326-.2659912-.7290649-.390686-1.4414062-.4136963-2.1408691.3676147.8356323.847229,1.6558838,1.3755493,2.4295044-.1456909.2337036-.3123779.4558105-.5013428.6672974ZM176.7020264,169.7922974c-.0404053-.0441284-.0821533-.0861206-.1212769-.1321411.0748291-.081665.1489258-.1675415.2225952-.2566528-.0337524.1296387-.0664673.2601318-.1013184.3887939ZM176.9639893,167.6957397c-.8753052-1.7423706-1.3909912-3.6165771-.8461914-5.2009277-.09375,1.7589111.5085449,3.3123169,1.0938721,4.383728-.0599976.2897339-.1429443.5610962-.2476807.8171997ZM174.2155151,128.6364746c-.3200684.6941528-.5951538,1.508667-.8103027,2.3497314-.2008057-.5002441-.329834-1.0385132-.3627319-1.6035767-.0712891-1.2252197.2809448-2.5123901.8011475-3.7409058.9208374-2.1746216,1.9921875-3.3278198,3.4163208-4.8027344.0838623-.086853.1885986-.178894.3056641-.2747192-.9506226,2.6047974-2.0491943,5.2507324-3.3500977,8.0722046ZM193.2166748,172.3134766c.000061.0002441.0001831.0004272.0002441.0006714.6378784,1.7508545-.8982544,3.0160522-2.4089966,3.8008423.1690674-.5767212.3505859-1.175293.5477905-1.7927856.5322266-.7233276,1.1715088-1.3829956,1.8609619-2.008728ZM265.8803101,166.9129028c-.0778198.0784302-.1525879.1583252-.2276611.2380981.0021973-.1491699.0036621-.2987671.0028687-.4506836.0749512.0708618.1525269.1422729.2247925.2125854ZM264.154541,169.3036499c-.0071411-.2216797-.0061035-.442627.0137329-.661377.0895386-.9866943.2614746-1.9268799.4838867-2.8376465.053833.0455322.1095581.0914307.1622314.1367798.1259766.6276245.2180176,1.2521362.2644043,1.8721313-.3776245.4760742-.6938477.9730835-.9242554,1.4901123ZM265.0574341,169.6673584c-.0501099.4576416-.1308594.9312744-.2371826,1.4120483.0348511-.4666748.1083374-.9454346.2371826-1.4120483ZM268.0888062,177.0130005c-1.1401978-1.3040161-2.3733521-2.946106-3.1517334-4.668457.3167114-1.1682129.5629272-2.4942017.666626-3.9724731.2026367-.3337402.4511108-.6437378.7559814-.9160156.0103149-.0091553.0212402-.0177612.0316162-.0268555.2527466.2647705.4868774.5257568.7032471.7828979.7347412,1.557373,1.4794922,3.0526123,2.1622314,4.2774048.0169678.0304565.0307617.0618896.0469971.0925903.2645874,1.7715454-.3318481,3.2536621-1.2149658,4.4309082ZM270.3156738,179.3200073c-.1359863-.1282959-.2949219-.2805786-.4718628-.4536743.0088501-.0119629.0169067-.024231.0257568-.0362549.4637451-.2033691.9349365-.4337769,1.4073486-.692627-.3175049.4210205-.6394653.8167725-.9612427,1.1825562ZM275.4229736,112.9852295c.7840576.453125,1.5275269.8947144,2.0462036,1.3950806,1.6025391,1.5458374,2.2573853,3.5148315,2.4353638,5.987854.0782471,1.0872803.0966187,1.9892578.1459961,2.8884277-1.578064-3.3761597-3.1088867-6.8033447-4.6275635-10.2713623ZM287.9667969,135.9127197c.2785034.0287476.5441284.0467529.7929688.0522461,1.5700073.0344849,1.6118164,2.0888672,1.2463379,4.229187-.8113403-.6262207-1.7814941-1.2210083-2.7647095-1.7745972.1513062-.3915405.2932129-.786438.411438-1.1888428.1259155-.4284058.2319946-.8701172.3139648-1.3179932ZM281.4988403,126.3024292c2.0007324,1.6878662,3.819519,3.513916,5.3319702,5.7632446.4005127.5955811.5652466,1.3675537.5700073,2.2296753-1.1656494-.1748657-2.4104614-.4818115-3.6760254-.9007568-.0205078-1.6231689-.2904663-3.1578979-.944397-4.4647827-.4347534-.8688965-.8569946-1.7492065-1.2815552-2.6273804ZM283.6754761,134.9229736c1.2836304.421936,2.5153198.7305298,3.5930176.8982544-.1237793.7526245-.3248291,1.5327148-.5671387,2.2982178-1.161377-.635437-2.3029175-1.2095337-3.1864624-1.704834.0698242-.4989624.1243286-.9971924.1605835-1.4916382ZM283.5269165,137.286499c.9510498.5199585,1.9696045,1.0133057,2.9468994,1.5144043-.2390747.6832886-.5015259,1.3416748-.7610474,1.9456177-.6837769-1.2487793-1.4205933-2.411499-2.1858521-3.460022ZM288.8198242,144.909729c-.4984131-.3567505-1.0344238-.696106-1.5794067-1.0187988-.4092407-.9539795-.8534546-1.8797607-1.3255005-2.7671509.1178589-.1674805.2084961-.3017578.2496948-.378479.2944946-.5476074.5700073-1.1082764.817627-1.6806641,1.0997314.5789795,2.1171265,1.1769409,2.8881836,1.8455811-.3184204,1.5361938-.782959,3.0056152-.9782104,3.6878052-.0292969.1021729-.0526733.2064819-.0723877.3117065ZM290.0487061,145.9136963c-.2270508-.2163696-.4730835-.4273071-.7344971-.6326294.2501221-1.2953491.7329102-2.5380859,1.1339722-3.7998657.2649536.3033447.4785156.6217651.6238403.9603271.3997192.9310913-.37854,2.4541626-1.0233154,3.472168Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M263.1533324,126.0770552l-69.2071795-.5331547-.9555915,44.0027853s-3.438792,9.2097477,1.009015,12.6963527c0,0,.5886174-6.8947038,6.8950723-9.5012352,0,0-.1903842,1.8424171-1.0002475,3.9274833-.3919206.6892787-.7910891,1.3295085-1.185979,1.8741422,0,0,.2464029-.2273359.6495226-.6627437-.6063395,1.2091776-1.4398869,2.3980155-2.5835012,3.2692985,0,0,1.999209-.5260475,4.454634-2.7458928-1.0214298,1.5620346-1.7355984,2.5059557-1.7355984,2.5059557l-.1194957.1824719c.5836842-.3465915,3.6545903-2.3575935,6.8480082-7.9438063-.0235905,1.779154-.2403474,4.6760274-1.2911895,6.6559589,0,0,2.6907457.2802657,5.7178609-7.1749928,2.3511263-5.7904271,21.3005578-5.7863826,35.3722924-2.8587659,2.2893795.4762973,6.0976472,11.2375591,7.9321201,11.2109073-.1472011-.9812805-.5325519-2.186133-.2522479-3.8117113,1.3453845,2.4663987,2.9601312,3.6075438,4.2884015,3.7276175-.0267468-.0890267-.0483968-.1784508-.0672178-.2680385.0030862.0003039.0064997.0014495.0095625.00173,0,0-.0052138-.0068032-.013654-.0180251-.3357616-1.6393952.6137043-3.3528078,1.5749537-4.5473502.412916,1.6226793.7666803,3.4290696.7666803,4.859715,0,0,.2749967-2.4467604.2613194-5.9613733.3629994-.329899.6265166-.5025752.6636208-.4568695,1.5151241,1.865983-.420421,6.2220474-.420421,6.2220474,1.8572451-1.7060249,4.3376166-6.3016758,4.3376166-6.3016758,2.4606153,2.5267395,1.0717438,7.0018958,1.0717438,7.0018958,3.7560366-2.8022592,3.7560366-9.2765645,3.7560366-9.2765645l-6.7761377-46.0761621Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M319.8989067,136.2936132c-.8463597-.0706275-1.7763265-.3200097-2.7474424-.7021838.1434603-.8517851.0828591-2.0308273-.12831-3.2592223,1.1042889-2.2645457,1.6528796-4.8173058.4462794-7.8443293-.3305946-.8294816-.6820443-1.6597815-1.0334005-2.4933545.685411.7601867,1.2684172,1.552496,1.7102076,2.4002599,3.1112368,5.969813.5886174,10.5102197.5886174,10.5102197,0,0,5.465613-5.9697896.6726923-14.0416419-1.5759123-2.6540841-3.4163939-4.3605532-5.3850919-5.7425472-.000187-.0007481-.0003741-.0014729-.0005611-.002221-.7043957-3.175222-.9389449-6.4907406-1.5599203-9.6947888-.0026186-.0140273-.0057983-.0279845-.0086039-.0420118.0144021.0154067.0288043.0309068.0432064.0463135.0080428.0087203.0162726.0174406.0245023.0261609-.1255979-.625735-.2516634-1.2555846-.3794123-1.8883566,2.4726795,1.9290124,4.1264943,3.5146596,4.0706626,5.6941764,0,0,.5886174-1.6816408-1.09316-4.1200082-.6061993-.8789513-1.9017374-2.0761355-3.3765542-3.5257178-.1958317-.9435938-.3980228-1.890975-.6100336-2.8387302.0086039.0154067.0132799.0341097.0240347.0477864,3.4985048-5.8632522.155805-11.0528195-3.7938422-15.2268328-2.3304349-2.4627048-4.2938023-5.6383009-5.9893272-8.7860061-.288791-.9861667-.6083502-2.0007387-.969339-3.0509635-1.1724653-3.4104834-4.9649047-6.7906445-8.4205771-9.2935142-2.3673755-3.446557-5.4873097-6.8923425-8.4808043-6.850167-.7258119.0102166-1.4615369.1881998-2.1940822.4886647-1.5193325-.9122428-3.1110497-1.6528614-4.7562607-2.2115926-.4964063-1.2864213-1.941016-1.2842938-3.2427265-1.0127952-.1808685-.1681407-.3398531-.2983843-.4578759-.369269-.1324249-.0795816-.5437276-.1521028-1.1233671-.2120228-.4311291-.3929517-.8903142-.6723991-1.3641821-.8119007-2.2994797-.6768645-3.8705289.2069496-4.3615111.5466209-.3694991-.0514335-.735538-.0876707-1.0892321-.1036618-.6063863-.1518223-1.203327-.1974344-1.7175957-.1704084-1.6423118.0863147-2.5604951.4248405-2.935512.6002052-.6103142-.3457031-1.4257186-.4484999-2.4319981-.2472547,0,0,.8439281-.058564,1.5786244.5400281-.7902474-.0076683-1.5802143-.0119466-2.3692459-.0098191-.0845424-.1572929-.1833935-.2891263-.2976754-.3902164-.1731998-.1531549-.3823114-.2721532-.6162995-.3645932-.3318104-.2896406-.7665867-.2955087-1.0977425-.2371083-.5143622-.0445835-1.0721179-.0241036-1.6268809.0346708-.2708351-.5417347-.8060524-.6604759-1.3446364-.5469015-.9734539.2052429-2.0780234,1.1500992-2.7574491,1.6072025-.3452773-.5749795-1.0101139-.8486991-1.9513967-.7733958-1.347442.1077765-2.1356319,1.5974769-2.1945498,1.7125008-.0269339.014191-.0536807.0286859-.0805211.0432041-.5156715.1169176-1.029192.2451273-1.5400005.3875512.0357248-.0348812-.0094456-.0531869-.1931196-.0412169-2.5785446.1681641-6.5026607,1.1491173-9.7819537,2.5224611-2.3981437,1.0042853-5.9356465,3.5590326-8.4638771,7.1913112-2.7788653,2.6706129-4.9397477,5.9772241-6.1031415,10.6865664-.1483234.6002988-.286453,1.1896328-.416914,1.7704336-.9890718,1.5484514-1.8739618,3.1525446-2.5546969,4.8653493-1.9972217,5.02491-4.50095,11.9784583-5.335152,17.3176035-.5397062,3.4778613-.4358986,6.6270393-.8189582,9.8785699-1.5566471,1.9535836-2.9753516,3.5614173-3.5839824,4.6902417-1.5343893,2.845814-.8466402,4.7166598-.8466402,4.7166598-.1934002-2.5678395,1.5088582-4.5025563,4.0346573-6.9541562-.080334.3840444-.1687108.7703098-.2713027,1.1606431-1.9039819,3.2939866-3.1896069,6.8824299-2.0753113,10.3781526-.0272144.7677615-.0347896,1.4736157-.0538678,2.162497-1.7445296,1.540713-3.3375562,3.4408058-4.6227136,6.2401661-.6192921,1.3487259-1.0133871,2.6411556-1.2441955,3.8694804-2.6361531,1.0215155-1.8283239,5.8147411-1.7269478,6.1777913-.9185574.836168-1.498758,1.7189067-1.4173952,2.6246267.1137208,1.2662921.8315834,2.479257,1.3874687,3.2487018-.353133.4490376-.6123716.9197006-.7352574,1.4140231-.3103007,1.2484774.78819,2.5601011,1.8440353,3.8076667-.1683367,1.0593659-.2725185,2.113378-.3058117,3.1506743-.6497798,1.2122869-1.037983,2.5156813-1.0340551,3.9051332-.2498865,1.0250691-.4337476,2.0240474-.5316635,2.983796.0536807-.1283499.1148431-.2481899.1728257-.3716536-.9588647,2.689994-1.6057453,5.2981854-1.7431268,7.6398813.7375954-2.0451118,2.078491-3.4445698,3.3290458-4.3489807-.4662927.7291396-.8234472,1.4640304-1.024329,2.2060752-.6529595,1.7846947-.7489114,3.6723967.1212024,5.5782874-.1160588-.3000208-.3980228-1.3052179.1096994-3.050566.5057583.9218515,1.4490051,1.822849,2.6220316,2.6662411.8608553.9062344,1.9178229,1.7633265,3.0052782,2.5314152-.19499.8745093-.8429929,1.8924011-.8429929,1.8924011.9724252-.2080016,1.7516372-.5095888,2.3613902-.8804943.2622312.1648443.5192253.320828.7724785.4721827-.2845826.9684923-.7214164,1.4483666-.7214164,1.4483666.0338544.0334785,1.0957786-.0152898,2.5851845-.3946584,1.0970879.5859208,1.8419779.9269247,1.8419779.9269247.0006546-.0007481-.5619641-.3933258-1.3984106-1.047092.352946-.1004355.7232868-.2174467,1.1070945-.3568314,1.9727194,3.1171256,3.9244902,3.400337,3.9244902,3.400337-.880214-.9276027-1.4321715-2.175706-1.4321715-2.175706.2992653.2661215.6398666.5340899,1.0030063.7959564.1608551.7610284.4577824,1.5128455.918838,2.2458893-.1172746-.2136593-.3822179-.8163427-.3866133-1.8771815,1.6426859,1.089057,3.5942697,1.9813576,4.6257997,1.9812174-.0246894.0235893-.0417101.0406324-.041336.0428534,0,0,.0278691-.0157106.0750034-.0429703.5018305-.0013092.8153109-.0295509.8153109-.0295509-.0903407-.0962975-.1810555-.1955407-.2717703-.296888.1573013-.0972326.3389179-.2115085.5431665-.3438328.416914.5429504.8723583,1.0768299,1.3380899,1.6364728,0,0-.3510756-.6187914-.7204812-1.5642088.1479493.0567872.2930929.1085948.4382366.1604958.0006546.0007949.0013093.0015664.0019639.0023613,0,0-.0011222-.0019638-.0011222-.0020573.2460522.087998.4891117.1714839.7245026.2451506.4603074.7015759,1.0236743,1.3425305,1.7153512,1.8584784,0,0-.1745091-.5681762-.2901938-1.4095811.0034603.0025951.0064529.0056343.0099132.0082294,0,0-.0073881-.0250154-.0176754-.0609954-.0004676-.0036237-.0010287-.0068266-.0014963-.0104503,1.5071748.3497944,2.5458124.3977678,2.5976227.352179,0,0-1.3335074-.5827412-2.6861866-1.710537,1.4022449.3100503,2.3563401.3528102,2.4059059.3091853,0,0-.8906883-.3895618-1.9543894-1.1472937.3600536-.3224879.7140283-.6596109,1.0569676-1.0124679.0497529.1484791.0976353.2991792.1504743.4438942-.0122512-.1969201-.0146827-.3894683-.0141216-.5805436.0164596-.0173003.0340414-.0332447.0504075-.0506152.0752839.3251063.5423248,1.6189387,3.4596003,5.1764517-.3175953-.6490203-.4773281-1.3661432-.5419507-2.073634.408123.3661829.8125988.7243469,1.1845294,1.0659587,0,0-.474242-.6758826-.7974485-1.5824911.080147.0793712.1642218.1572228.2496995.2344197-.0684569-.0695287-.176286-.1926184-.3004811-.380444-.0414295-.1262692-.0784636-.2563491-.1114763-.3892345.23165.2697218.4600269.5148958.6794257.7163981,0,0-.4541351-1.0238768-.7502207-2.2908001.0755645-.3752306.2283768-.7405017.4979026-1.0724814.0326386-.040235.2461457.0964845.5431665.3529739.0755645,1.9709073.2136006,3.206503.2136006,3.206503,0-.0857069.0052371-.1767675.0076687-.2650694.1107282,1.2463032.272612,1.6664211.272612,1.6664211,0-1.4306454.2415632-1.7796215.6545493-3.4023008.5323181.6614578,1.0942822,1.0355896,1.4337613,1.5157211-.0086974.0576522-.0152438.1153746-.0270274.1728632-.0084168.0112218-.013654.0180251-.0041149.0162951-.0014963.0072474-.0039279.0144715-.0054242.021719.0288043-.0266519.0657448-.0624215.1061457-.1027267.020481.0333616.0412425.0666765.0593855.1013707-.6377156,2.0184365-1.3467873,3.610583-1.3467873,3.610583.0277756.0369853,1.4775289-.5671242,3.4494066-1.6017786.628083.0608084,1.2579429-.112125,1.8666673-1.0276174.0833267-.0481604.1674015-.0972093.2514764-.1463984.0105678.0765891.0214162.1532951.0291784.2279906-1.8825657,2.1210229-3.5170218,3.5835804-3.5159931,3.5851702,0,0,1.5715169-.939409,3.5425529-2.4414534-.0519038.8650175-.2422178,1.5880318-.3366735,2.2172269.9821513.0142611,2.4470549-2.4379934,4.0246506-5.3741433.0029927,1.1860559-.0746293,3.5691791-.6858786,5.1584968,2.1695798-2.1694639,2.8644364-3.7938498,3.0880437-4.6147047.0283367,2.9560219.563741,5.4469684.563741,5.4469684.0063594-.3335694.0419907-.6620189.0971677-.9855121.20163.938053.4727456,1.7066094.8358854,1.9659977,0,0,1.6816839-5.0449223,3.6998542-5.8857427,0,0,2.5705018,1.8783037,2.0099405,5.9142415,0,0,1.1211226-2.3542971-.2242619-5.3812271,1.6816839,1.3452892,1.0651039,3.1390316,1.0651039,3.1390316,0,0,.728711-1.121086.1681497-2.6906018-.2356714-.6599148-.3715566-1.0402186-.4506748-1.2618735.0486306.0404922.1001604.0843977.1459854.1214765,1.0834339.8762393,1.6838349,1.7432674,2.0128396,2.4898009-.0005611.0171133.0031797.0350215.0015898.0519478-.112131,1.233211-.8408419,1.1771485-.8408419,1.1771485,0,0,.5563529.1481518,1.0958721-.4903948.2205211.8798864.0706079,1.4621835.0706079,1.4621835,0,0,1.0055314-.8067106,1.4677092-3.3821716.0224449.0443964.0448898.0886994.066493.134405.0608818.1389171.1163394.2735092.1713294.4075869.2198665.5960672.322926,1.2576887.0990381,1.868391-.6166735,1.6816408-2.0180768,1.6816408-2.0180768,1.6816408,0,0,1.5484173.3677961,2.6129601-1.4406749.5050102,2.0968959.1891918,3.2820634.063968,3.6287718.2829927-.6695235.4757383-1.339842.5854377-2.007729.423928,1.2491554,1.7267607,1.6133745,1.7267607,1.6133745,0,0-.8969542-.5605547-1.3453845-2.3542971-.2388511-.9554469.0806146-2.3367629.5654244-3.3801377.3738946.6739655.7028994,1.4299908.9481099,2.2858204-.029646-1.0615401-.1412158-2.175519-.3147897-3.3240051.265972-.3102841.5345626-.4737958.76322-.40235.8969542.2802657,2.0180768,3.1950941,1.1772348,3.9238129-.8408419.7286954-2.2983574-.7287188-2.2983574-.7287188,0,0-.1681497,1.121086,1.9059458,1.7377032.6453843.1918469,1.1929463-.2135658,1.6411896-.8626796.4780763-.0395336.9367939-.1138082,1.372786-.2188027-.2226721.5411503-.5180095,1.0771806-.8837678,1.5859745-1.2893658,1.7937424-3.41948.2802657-3.41948.2802657,0,0,1.2332536,2.074008,3.7558729.5044922.4476822-.278559.81821-.6535558,1.1294459-1.0798925.0580762.347363.0981029.6758592.1037141.9677675,0,0,.9960858-.5159712,1.9037949-1.9001161.4620843.9988848,2.0203213,1.0032566,2.0203213,1.0032566,0,0-1.5136277-.0560625-1.1772348-2.1300705.3362994-2.074008,2.9710497-2.2982346,2.9710497-2.2982346,0,0-1.5696465,1.0089845-.7288045,3.5314222.8409355,2.5224611,3.5317045,1.7377032,3.5317045,1.7377032-.8409355-.0560625-2.2983574-.5605547-2.6347503-1.7937424-.7093523-2.6008738,2.9991058-4.8206957,2.9991058-4.8206957-1.5135342,3.1951175.9049969,5.4087907.9049969,5.4087907,0,0-1.8019511-2.8863296-.3444356-4.848236,0,0,.3362994,5.0448989,5.1012575,6.2220474,0,0-5.465613-4.8206957-.0922111-6.5498423,0,0-.1039947,2.4018029,3.595766,3.8031546,0,0-1.1097131-1.3307242-1.4607887-2.6158129.1212024-.572361.2945893-1.2676948.5232467-1.9219987.2539079-.1678602.5941351-.2961867,1.0437812-.368965.6997197,1.2719264,1.3690452,1.9701124,1.9672017,2.3242552.5711291.5873001,1.2568207,1.1624432,2.0748437,1.643393,0,0-.2370742-.5311441-.4905145-1.4071029.4127991-.1257548.7047698-.3685208.8338279-.4920313.8780631.8396982,1.9035143,1.6316568,3.0736416,2.3456937-.1868538-.121196-1.6839284-1.1712804-4.3411236-5.0756655.2392252-.2613522.5437276-.5215354.8201739-.8073185.5254911.848325,1.2773017,1.9525081,2.2444897,3.1090131.3745492,1.1435765,1.2100605,2.0863521,2.6830069,2.7283821.1778758.1518924.3582767.302499.5440082.4498091,0,0-.116994-.1195594-.316286-.3573224,1.2659857.5040948,2.9658126.8029466,5.2035688.8380617,0,0-4.393308-.8477639-6.3639699-2.4262572-.2924383-.4492714-.6105947-.9767684-.9395995-1.585694,1.2113698.4312229,2.4550976.4199309,2.7435146.5912278l-.1195191-.1824719s-.7141218-.9439211-1.7355517-2.5059791c.0156179.0140974.0306747.026348.0461991.0403051.3836207.3548208,2.300789,2.0662696,4.2564877,2.7056111,0,0-.0570474-.0282183-.160294-.1030774.1991049.0725212.3121711.1030774.3121711.1030774-.5051972-.3849094-.9466135-.833947-1.3379029-1.3171645.8152174.6174822,1.9405484,1.0689045,3.4727867,1.0267524l-.3388244,2.0914253c.2137876-.4398497.4752707-1.1223018.7605079-1.9442554.176286.754529.2183701,1.236297.2183701,1.236297.3585572-.2810605.6641819-.6003221.926039-.9480358-.3890449,1.9760506-.6716635,3.3864032-.6716635,3.3864032,0,0,.527268-1.7471249,1.2839416-4.4151428.0058918-.0127181.0135605-.0244309.0193587-.0371724.5979695.1314827,1.2505548.243444,1.9667341.332307,0,0-.7952975-.2450337-1.8296332-.6637957.0104743-.0268389.0170207-.055665.0271209-.0826676.4300068-.7212843.9207084-1.6576073,1.437128-2.8530147.0987575.0227242.1919039.0504048.295618.0687572.3413495,1.2163081.6136809,2.288509.811196,3.1114445-.0890314,1.953981-.8901272,2.4005872-.8901272,2.4005872,0,0,1.0504212-.4131043,2.3705552-1.1523903-.5106214.6906814-1.10485,1.3594802-1.792038,2.0018375,0,0,3.8796939-.5834426,5.9112377-5.2777523.2777556-.3553118.5192253-.7266615.7045827-1.1144932.0329192.4549992.0512492.6856316.0920241,1.1543775,0,0,.9675621-.6775425,1.9803881-2.0524995.3557516,1.0914183.5388646,1.9263004.5388646,1.9263004.8957384-1.6167411.7707952-3.94289.7707952-3.94289.5560723.8014036.8463597,1.7777512.9956182,2.6751484.0892185,1.5815325.1150301,2.6453871.1150301,2.6453638,0,0-.0112224-.8048403-.0424583-2.1206488.0216967.1920105.0370341.3764696.0482565.5524656-.0055177.0579328-.0092585.1154214-.0149633.1734009,0,0,.0088844-.0278208.0215097-.0683598.0469472.8555491-.0123447,1.463142-.0123447,1.463142,0,0,1.356794-1.3289007,2.1322652-3.5881159.4579694-1.1515955.7543356-2.6237383.6537076-4.710254.1980762-.1794093.3887643-.3684273.5678559-.5715895,1.5389718,1.0656548,2.9919048.9288184,2.9919048.9288184-.985518-.5205769-1.8301943-1.0082363-2.5229935-1.5296081.2150969-.3109153.4142954-.6373776.5777691-.9941389,1.0418173-2.2727984.6929862-4.4130621-.0196393-6.5347396-.0282432-.2808034-.0761256-.5586376-.1563661-.8306506-.2388511-.8108019-.5758986-1.5961209-.9741085-2.3632044.0763126-.1835941.1537475-.3674454.2320241-.5515539v.0000468c.009165-.0216254.0180494-.0431574.0272144-.0647828,3.9342163,4.6378965,3.4217245,7.201294,3.2763938,7.6741313,1.2079095-3.2808945-.6157383-6.3636298-2.7964471-8.7517327,1.0824052.4210297,2.956554,1.5227347,3.8610834,3.7462972-.0740682-.7482635-.2227656-1.5317823-.4313161-2.3386332.0622846.0743447.1220441.1510975.1794657.2300011.0137475.0189135.0260922.0390661.0395591.0582133.0426453.0607149.0852906.1215466.1253173.1845994.0222579.0351618.0424583.0720069.063968.1078466.0292719.0487917.0593855.0968352.087161.1468192.0202004.0365178.0385304.0745552.0580762.1116808.0267468.0509659.0543354.1012772.0796794.1532717.0189846.0388557.0360054.0789971.0541483.1184139.0237542.0517608.0484436.1029838.0710755.155633.0187976.0441626.0358183.0894475.0537742.1341478.0197328.0490488.0404008.0975833.0590114.14724.018517.0492359.0350702.0994536.0525585.1492038.0162726.0463369.0334803.0921828.0489112.1389171.0143086.0434613.0270274.0875772.0405879.1313424.0167402.0540285.034322.1077531.0500334.1622025.0117836.0411468.0222579.0827845.0334803.1241183.0157114.0573951.031984.1146031.0464796.1723255.0121577.0482773.0227255.096882.0341349.1453229.0120641.0512231.0247829.1023059.0360054.1536458.0105678.0482773.0196393.0966014.0294589.1449255.0105678.0518543.0218838.1036618.0316099.1555395.0088844.0470382.0163661.0939362.0245959.1409277.0092585.0529531.0191717.1059763.027682.1588125.0075752.0474357.0140281.0945441.0210421.1418395.0078557.0522284.0160855.1046437.0231931.1566149.0067335.0497268.0123447.0988692.018517.1483388.0059853.048815.0126253.0979574.018143.1464451.0057983.0511062.0104743.1014175.0156179.1521262.004676.046407.0100067.0932115.0141216.1391977.004676.0504983.0083233.1000381.0123447.1499987.0037408.045051.0078557.0906398.0110354.1351999.0039279.0538181.0069205.1063738.0101937.159397.0024315.0394869.0053307.0796517.0073881.118671.0031797.0584004.0055177.1152811.0080428.1725359.0014028.0322628.0031797.0652971.0043955.0971625.0019639.0527894.0032732.1038489.004676.155446.0010287.0353254.002338.0715159.0031797.1062569.0008417.0389024.0011222.0760748.0016834.1142057.0007482.0458459.0016834.0924867.0019639.137117.0002806.0330577.0000935.0643386.000187.0966949.0000935.0468045.0003741.0942869.0000935.1395717-.0002806.0415442-.0009352.0807739-.0014028.1209388-.0004676.0340864-.0006546.0693183-.0013093.102376-.0006546.0393934-.0016834.0762618-.0026186.1141356-.0007482.0317485-.0014028.0647828-.002338.0954558-.0010287.0339695-.0022445.0653439-.0034603.0978872-.0011222.0316783-.0020574.0646191-.0032732.0948948-.0014028.0329642-.0028056.0630528-.0042084.0942869-.0013093.0268155-.0024315.0550572-.0037408.0805401-.0016834.0343435-.0034603.065414-.0052371.097256-.0011222.0192642-.002151.0401649-.0031797.0584939-.0014963.023823-.0028056.0443964-.0042084.066583-.0014963.0242439-.0030862.0500074-.0045825.072264-.0011222.0169263-.002151.0309536-.0031797.0466642-.0015898.0220696-.0031797.0452615-.0045825.0648997-.0015898.0213683-.0028991.0387621-.0043019.0571613-.0017769.0230515-.0032732.0437185-.0045825.0618838-.009352.0491657-.0140281.0879279-.0060788.0976301-.0002806-.0003039.0000935-.0050732.0000935-.0074345,0,.0026418-.0002806.0074579,0,.0075046,0,0,.295431-.7116522.4197196-1.8456902.002338-.0212046.0042084-.0423625.0063594-.0635905.022819-.2227303.0396527-.4595113.0455444-.7115587.0000935-.0036705.0000935-.0073643.0002806-.0110582.0051436-.2340924.000187-.4809965-.0147762-.7367845-.0005611-.0085567-.0011222-.0170666-.0016834-.0255998-.0241283-.3917828-.0746293-.8058222-.1624449-1.238144-.0121577-.0615565-.027682-.1238144-.0410555-.185745-.0123447-.0548-.0237542-.1090857-.0373146-.1644001-.2640081-1.1309753-.7348833-2.2961305-1.4442356-3.1592543-.0297395-.0360736-.0534002-.0753033-.0820174-.1119379-.0465732-.0652504-.0907148-.1304306-.139626-.1957277.1568337-.1936704.3033802-.3880889.4415098-.5830685.547936.8273074,1.0484572,1.808471,1.4373151,2.976759-.1339212-1.3510171-.3705278-2.7616969-.6901806-4.2114662,1.1933204-2.3353134,1.1909823-4.7354097.5370877-7.0825528.1991985.0872733.4049433.1679069.6195727.2394462-.1255979-.0502879-.3624851-.1650313-.6643689-.3958273-.023006-.0788802-.043487-.1579709-.0678958-.2367109.6000269-1.8574965.9280965-3.9437316.5951638-6.0633284.2545625-.5787668.4846227-1.1645006.6305146-1.7966647.6624985-2.8702917-.8227925-4.1839727-1.5526257-4.2448746ZM319.8261478,141.5838731c.0764997.1493909.1415899.3060759.1999466.4669458-.4068138,1.208032-.9108887,2.3792891-1.1863998,3.0769374-.4805078-.9121726-1.0188113-1.8056422-1.5808689-2.6719221-.0322645-.0496801-.061817-.1028202-.0933334-.1533653-.1778758-.8643629-.3275085-1.8375076-.4371144-2.9333678-.0013093-.0139338-.0026186-.0283118-.0040214-.042269.1624449-.6850003.1734803-1.2758307-.0808951-1.840991,0-.0017067.0000935-.0034133.0000935-.0050966,1.29479,1.2506283,2.4174089,2.6079576,3.1825929,4.1031287ZM319.657437,148.044268c-.1131597-.1240716-.2294056-.2630588-.3478959-.4178502-.002338-.1430786-.0014963-.2837491.0029927-.4216142.1296193.241901.2541885.4854151.3783836.7290461-.0109419.0368684-.0222579.07362-.0334803.1104183ZM295.0885047,178.5373035c-.3357382-.2107136-.6465066-.4340284-.9198667-.6662739l.4041952-.3519218c.1938678.3442302.3662259.6857718.5156715,1.0181957ZM293.164603,176.4516529c-.068644-.3303198-.0626587-.6417728-.0127188-.9368139.4387042.4945095.8141886,1.0078857,1.1353377,1.5207943-.1314897.2273827-.2530662.434683-.3604276.6155885-.394095-.3802804-.6754979-.7825837-.7621913-1.1995689ZM223.6147881,67.8682046c4.817049-7.2707292,9.778961-9.2377322,10.2384268-9.4074393-.0045825.0064526-.0092585.0128116-.013841.0192642-3.2520785,2.0153505-5.882714,4.5257949-8.9820736,9.0099287-.6651171.9621566-1.3613765,1.9078078-2.0639953,2.8501625.0187041-.0776879.0351637-.1580644.055177-.2341158.1914363-.7245807.4464664-1.4752523.7663062-2.2378003ZM206.6114694,131.2706904c-.1226988.6821247-.1859186,1.3932393-.1950836,2.1239452-.5082834.1682342-1.0111426.3130194-1.5089517.4438241.4643288-.8900095,1.0389182-1.7406724,1.7040353-2.5677694ZM204.1617959,135.5657828c.7332935-.1680939,1.5058655-.3804908,2.3037816-.6428015.0069205.0936323.0174883.1879426.0256246.2818087-.0422712.4480089-.0841684.896088-.1127856,1.3466452-.8361659.4588801-1.8621783.9799713-2.9081105,1.5514673.1540281-.8076224.3775419-1.6550356.6914899-2.5371197ZM206.3397926,137.4326308c-.0034603.0793946-.0073881.1586956-.0104743.2381604-.0027121.0111283-.006827.0228645-.0094456.0339227-.6594124.938053-1.2962863,1.9547291-1.8915437,3.0417989-.2594256-.6039225-.5218439-1.2623411-.761069-1.9456114.884703-.4535965,1.8008289-.9018626,2.6725326-1.3682706ZM203.2847616,139.3379838c.2150969.477139.444596.947802.6916769,1.4073601.041336.0766826.1318638.2109708.2498865.3784335-.3194657.6005559-.6206014,1.2239998-.9123851,1.8565613-.137288-1.045923-.181149-2.2730556-.0291784-3.6423549ZM210.3024392,114.7561738c.400922-.3867797.937355-.7384444,1.521764-1.0874439.0057047.3017275.0053307.5910174.0014028.872639-1.1652642,2.6477952-2.3426861,5.2699671-3.5425529,7.8639909-.0810822-.3418456-.1463594-.7086364-.1825518-1.1070587-.1266266-1.3905974.0980094-2.7737137.5425119-4.1174833.3822179-.9035458.9185574-1.7099526,1.659426-2.424644ZM294.9645902,69.0760963c-.7503142-1.7600768-6.0194408-7.4208448-7.0097283-7.7535726-.3105813-.3009793-.6249969-.5968621-.9426857-.8885834.0173013-.075654-.0083233-.1774689-.0653708-.2963503,1.2773952.9053226,3.1048774,2.2294306,4.9260002,3.6461189,1.8912631,2.7660454,3.1777298,5.2572724,3.1777298,5.2572724-.0231931.0082761-.0564863.0229347-.0859453.035115ZM262.1970047,52.6854643c-.3009487-.0036003-.6019908-.0072942-.903033-.011105.4156047-.1251236.8112895-.2127242,1.184997-.2615626-.1075485.0789738-.2002272.1710631-.281964.2726675ZM202.6024367,144.0744221c-.4407617.268132-.8747899.5444701-1.2812295.8353264-.0196393-.1052516-.0430194-.2095213-.0721978-.3117336-.1952706-.6821481-.65988-2.1516258-.9782234-3.6878267.2895392-.2510889.6137744-.492195.9641018-.726077.3131063,1.531946.8336409,2.8448789,1.3675489,3.890311ZM262.0530768,183.1603778c-.2697128.2868351-.5514898.5799592-.843554.8787643.2428725-.4840357.4456247-1.0197621.6087243-1.520841.082485.2180078.1610421.4324152.2348297.6420768ZM313.2411892,166.2509691c.4662927-1.0136135.8590784-2.3132438.7822047-3.7561164.4872413,1.4169688.1251303,3.0655519-.5827256,4.6445595-.0606947-.2875131-.1278424-.5847518-.199479-.8884431ZM317.6112106,148.4573723c.0131864-.6280027-.000187-1.2550702-.0407749-1.8806415.0229125.0307432.0442352.0628657.0676153.0932582.5743088,1.052212,1.0521045,2.1470669,1.3684841,3.2667736-.1586106.4123796-.3234871.8119007-.4892052,1.1979323-.2804677-.8872975-.584596-1.781071-.9061192-2.6773227ZM317.7220323,144.4244269c.3065599.5141009.6105947,1.0290669.9061192,1.5468851-.0152438.1977383-.0069205.4064413.0108484.6181836-.3183435-.5789772-.6320109-1.2921959-.9169676-2.1650686ZM317.0987188,129.3826144c-.0329192.5651136-.1619773,1.1033649-.3628592,1.6035788-.2150969-.8410308-.490234-1.6555266-.8102608-2.3497148-.5307283-1.1511513-1.0156316-2.2889298-1.4736945-3.4211909-.3801604-1.1303441-.7990383-2.2424526-1.2584106-3.3255948-.1334536-.3776853-.270648-.7556512-.3978358-1.1330093.0293654.0276572.059666.0555482.0854776.0823169.4067202.4211934.7837945.8163193,1.1376757,1.2163315.6213496,1.2096685,1.0295661,2.0258476,1.0295661,2.0258476.0088844-.0026184-.1993855-.5652539-.5719708-1.4868949.6860657.8450052,1.2799202,1.7695452,1.8210293,3.0474332.5201605,1.2285352.8725454,2.5156813.8012828,3.7408967ZM310.998944,98.1612808c.0098196.0408429.0151503.0803999.0216967.1203777-.1808685-.795068-.3688445-1.5897385-.5669207-2.3820945.2962726.5829984.474429.9391285.474429.9391285.0096326-.0028756-.2415632-.6780101-.6818573-1.7566167-.7578894-2.9237825-1.6603612-5.8029114-2.8153382-8.5302414.3039413.4833344.582071.975693.8183971,1.4694076,0,0-.2164997-.7969617-.7367537-1.9594984.653053.7683226,1.2711293,1.5842211,1.8167274,2.4357022.0208551.0935154.0429259.1929457.0692986.3114531,0,0,.1324249.1212193.3280696.3408403.9228593,1.5801064,1.5783439,3.2569311,1.732372,4.9371692.2485772,2.7119935-.4601204,4.0743727-.4601204,4.0743727ZM311.6924913,89.8331963c-1.5754447-1.7848116-3.226828-3.3749943-4.56763-4.5854811-.4045693-.8007257-.9323049-1.7036169-1.6027527-2.6109735-.1198932-.2133554-.2435271-.4242093-.3678157-.6345722,2.2005351,2.5947486,4.634123,5.0706858,6.5381985,7.8310267ZM297.2928742,68.5645203c.9522248,1.0808043,1.3275221,2.6038663,1.3274286,4.3546617-.0907148-.1221545-.2123848-.1862593-.3266668-.2200651-.2134136-.3542364-.4776087-.6969002-.7461993-.9537636-.222485-.711512-1.1552575-2.0080329-1.8808824-2.5118939l.2809353.0877876s-.8230731-1.7496966-2.1488183-3.9962639c1.3952309,1.1529748,2.6569147,2.2892103,3.4942028,3.2395373ZM289.7254837,60.9124352c-1.9491523-1.2749189-3.5152449-2.1419937-3.9944435-2.395701-.3199333-.169333-.6041418-.3121077-.852532-.4306618-.6450102-.4533393-1.2769276-.7703565-1.6396932-.7181749-.3638879-.2573076-.7320777-.5087472-1.107001-.7509755.3210555-.0838599.6387444-.14039.9505414-.1601919,2.1682706-.1376547,4.5662272,1.9463829,6.6431284,4.4557051ZM270.08676,52.1844789c-1.0084305-.045542-2.1642492-.0615799-3.2597472-.035606.8849836-.4599088,2.0239686-.8499381,3.2597472.035606ZM252.7838955,51.7652259c-1.052011.1599581-2.0187314.4195335-2.5541357.5777615.9439014-.6495346,2.1949239-1.3127459,2.5541357-.5777615ZM249.9516301,52.5397907c.2160321.0892605.3830596.2115786.5051037.3644763-.3453709.0310237-.6899935.0655777-1.0340551.1038021-.0063594-.0166691-.011316-.0346942-.018143-.0509893.1435538-.1148603.3319974-.260908.5470944-.4172891ZM246.2104398,53.1915696c.5863729-.6032679,1.2904881-.6366996,1.7918509-.2967945-.7529328.0259973-1.4591053.1894856-2.1274021.4557473l.3355512-.1589528ZM241.6971452,54.691323c-.171984.060107-.3438745.1203309-.5151104.1839214-.0149633.0055642-.03002.0105205-.0450768.016108-.2581163.096391-.5152974.198089-.7719174.3027094-.0394656.0160613-.0792118.0305795-.1185839.0468278-.0650902.0268623-.1296193.0562729-.194616.0836729-.3109553.0918789-.7336676.2905757-1.1576891.5142646-.2449299.112803-.4861191.2250682-.7230998.3367957-.8680564.4070258-1.7079631.8202002-2.5226194,1.2449238-.3017903-.0352553-3.1787585.8979115-5.6245041,2.5115666-.6070409.4004797-1.1987445.809633-1.7755784,1.2301951,3.0796269-2.9853156,7.4811647-5.4742048,13.4487952-6.4709855ZM222.34263,69.9249824c-.0946426.4339349-.171984.8747431-.2277222,1.3233832-.2773815.3706951-.554389.7415304-.8300871,1.1132074.1438344-.6031744.3456514-1.1627705.6206014-1.6634754.1449566-.2640875.2910355-.5197586.4372079-.7731152ZM208.5260191,114.3462257c-.0985705.3527167-.194616.7029319-.288604,1.0527964-.3845559.5566504-.7670544,1.1420569-1.1372081,1.7582533.4272012-.9525012.9123851-1.8864161,1.4258121-2.8110497ZM200.9983748,136.027141c-.1085772,1.244503-.0519038,2.4084191.1143755,3.4773937-.3415365.2256527-.6732534.4546018-.9777558.689606-.3326521-1.9479025-.3238612-3.8193795.8633804-4.1669997ZM199.0690488,142.4415263c.1453307-.3385725.3589313-.6569457.6237811-.9603331.4012025,1.2618267.8839549,2.5045529,1.1340284,3.799905-.261483.2053131-.5074417.4162137-.7345093.6326083-.6447297-1.0179619-1.4230065-2.5410473-1.0233003-3.4721802ZM207.5316167,175.1879558c.0120641-.0115024.0217903-.0238932.0335738-.0354891.0652772.0296911.1297128.0582835.1947095.0874837-.0054242.0468512-.0125317.0907333-.0187976.1362286-.0694857-.0619306-.1394389-.1249132-.2094857-.1882231ZM220.105809,180.7213792c-.3218972-.3657621-.6437945-.7615427-.9612027-1.182549.472278.2588273.9434338.4892726,1.407295.6926452.0087909.0119934.0168337.0242672.0256246.0362372-.1769406.1731204-.3357382.3253635-.4717169.4536666ZM256.0908705,183.6135301c-.1143755-.9403909-.3637944-1.8661233-.708043-2.7685236.3172212.1423304.6311692.1259185.8619776.0784594.0847295.1142291.1690849.2289958.2513828.3500515-.1037141.5010555-.2696193,1.3623792-.4053174,2.3400126ZM284.1696235,179.9378136c.2830863.34755.5894591.6897696.9201473,1.0250691-.3637944-.2306324-.6439815-.4424681-.8517838-.6387336-.0238477-.1264328-.0469472-.2538242-.0683634-.3863355ZM291.4796459,177.0631033c.4804143.5134463,1.0408821,1.0305164,1.7028195,1.5981081-.3234871-.3146793-.8704879-.9617592-1.654563-2.3428882.0057047-.0267922.0080428-.052392.0147762-.0794881.1429927-.5797955.3676287-1.1334768.650715-1.6688759.03002.0244309.0588243.0431807.089499.0705808-.1623514,1.4059106.1660922,2.6703558,1.2373685,3.6837822-.0976353.1584151-.1514095.2429998-.1514095.2429998l.2144423-.1866801c.4854644.4433332,1.1142956.8381084,1.913521,1.1731274.0530261.1495078.100628.2940358.1456113.4355246l-.0496593.3067773c-1.6173419-.4623635-3.9392664-1.4358121-4.1131209-3.2329678ZM314.8927595,165.9231509c-.0231931.6994718-.1477622,1.4118254-.4137343,2.1408715-.128123.3509166-.2846761.6664375-.4604945.9559378-.1062392-.1188113-.2036874-.2419244-.2959921-.3676091-.0255311-.1589762-.0535872-.3219034-.0829526-.4864671.4790115-.7188529.9146295-1.4734053,1.2531734-2.2427332ZM320.0640637,166.1257754c.000187-.0033899.0007482-.010123.0010287-.0146118-.0002806.0045355-.0008417.0111985-.0010287.0146118ZM320.0693009,166.0531373c-.0007482.010123-.0016834.022093-.002338.0304626.0006546-.0083229.0015898-.0204331.002338-.0304626ZM318.1686857,156.9971756c-.0125317-.0228178-.0274015-.0443263-.0397462-.0672376-.1922779-.3584445-.3673481-.7222195-.5366201-1.0875608-.1124115-.2801955-.2341751-.562051-.3558451-.8440467.4338412.3861017.8746963.8484185,1.3004012,1.3928886-.1268137.2352848-.2518504.4371378-.3681898.6059564ZM318.7323332,151.8337226c.1672145-.3072215.3343354-.6270442.4975285-.9651959.1703942.8737378.2375418,1.7582065.1567402,2.6461353-.0134669.1480115-.0351637.286765-.0555511.426968-.1833935-.6965729-.3836207-1.3996684-.5987176-2.1079074ZM320.0691138,148.8628083c.0110354-.0311173.0216967-.0625384.0327321-.093796.0957649.2012919.1939613.4017889.2850502.6046238-.1045558-.173962-.2115432-.341378-.3177823-.5108279ZM319.8568225,147.3406113c-.1412158-.3642191-.2945893-.7266381-.4601204-1.0865555.1666534-1.0534277.5323181-1.9485337.9206149-2.8063038.0980094,1.1921344-.1043688,2.5419591-.4604945,3.8928593ZM320.4254266,140.6953833c-.3718371-1.1294791-.9582101-2.2538849-1.819533-3.3436199.4481498.1630207.8901272.3164094,1.3180766.4482193.8682434.2675476.8446763,1.4874794.5014564,2.8954006Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SLICED BOB 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.7694179,88.8842721c-3.0311132-9.4440506-6.5101423-18.0252579-13.4538219-25.3366429-3.1277198-3.2933788-6.6509139-5.3922385-10.1289144-6.7957878-5.6388361-2.7222334-12.4903046-3.7385588-20.8025383-2.1429055l.0019172.063006c-.3311791-.0453784-.6589915-.0858705-.9836476-.1219441-9.3067999-2.3520761-22.89473.1578306-35.9535451,14.4904925.3644023-.3710925.7281499-.7314775,1.0915234-1.085293-2.8570951,2.782808-5.4567285,5.8700555-7.6990906,9.1678295-2.3818712,3.5029935-3.7129003,7.2494311-5.0251319,11.2646552-4.3743467,13.3857249-6.9439367,27.1022839-5.6446578,41.2000818.4576421,4.9654108,1.057856,9.8576692,3.4122556,14.3980759l.0180494-1.7993767c3.5983846,13.1859526,8.507177,17.7318299,10.5207649,19.4565345,0,0-.9672114-.8342977-.4229694-2.2590283.1082499.1247495.2165933.2492186.325638.3715133.2612025.3096763.5549735.6321408.8747899.960146,1.2048467,1.5329746,3.5924928,3.6483866,7.8532356,4.2696796.0367068.0210877.072338.0437418.1092318.0645256-.0338076-.0190304-.0667502-.0432275-.1003708-.0634034.2053007.029808.4138278.0570678.627896.0797219,0,0-1.5146331-1.5915387-1.9192023-2.6683452,0,0,1.2343524,2.1845199,4.2332245,2.7378739.084636.0164821.1716567.0312341.2609921.0446068.0081597.0011923.0163193.0024314.0245023.0036003.1113127.0162249.2257583.0299249.3435472.0411468.014332.0013794.0286406.0027821.0430428.0040913.0970274.0086502.1959019.0154534.2967402.0205968.044469.002408.0889847.0047693.1340849.0064526.026326.0009118.0515064.0029457.0780662.0036237.0585672.0018469.1193087.0008884.1784369.0013794.0566032.0003974.1133233.0005377.1708852-.0002338.0482799-.0007014.0974249-.0028288.1462425-.0043251.0792352-.0023613.1576754-.0038575.2387108-.0084631.0658617-.0039276.1345992-.0102399.2017001-.015734.0819706-.0064526.1631931-.0119466.246964-.020737.1433902-.0148689.2880195-.0328005.4337944-.0545662,0,0-2.1928898-1.0618207-3.1319282-3.3803481,0,0,.0061256.0031094.016179.0081826.0057515.0029224.0106613.0053538.0212058.0105906.0102405.0050966.022515.0111517.0370107.0182823.0476954.0235191.117672.0571847.2080829.0994303.0101937.0047459.0202939.0094451.0309553.014378.1062859.0493294.2350869.1070284.382779.1702682.0080428.0034367.0157816.0067565.0239178.0102166.1550101.0660219.3274617.1358779.5131465.2061313.005658.0021509.0111055.004255.0167869.0063824.059175.02228.1190281.0441626.1803775.0661621.0130227.0046524.0262325.0092113.0393253.0138637.1224416.0434145.2476888.0854731.3757884.1254977.0042786.0013326.0084402.0027587.0127188.0040913.0576086.0179082.115334.0348111.1735739.0516439.0278925.0080657.0557615.0158509.0837709.0236126.0562291.0156171.1121543.0310471.1685705.045355.0000701.0000234.0001637.0000468.0002338.0000701h0c.000187.0000468.0003741.0000701.0005611.0001169.1142819.0289664.2281664.0542156.3415365.076519.0248297.0049096.0492151.0089775.0739513.013513.0887742.0162015.1762626.0296678.262956.0405389.0330828.0041848.0658384.0081592.0985237.0115024.0805912.0081358.1590081.0125778.236443.0149858.0311657.0010053.0628691.0032029.0934269.0032029.1040414-.0001403.2052773-.0047225.3007149-.0177212,0,0-2.780081-3.4393797-5.7930279-8.743854l-.6628259-2.0232525c1.510074,3.4240899,2.8677097,5.4965316,2.8677097,5.4965316,0,0-3.7897975-7.6935825-5.4095475-20.9363691-1.0363697-8.4732438-.8122481-17.0182373-.3792954-23.1371606.2923214.2834218.5891552.5692984.8960657.8613236.0094689-1.8019016.1055845-3.4917483.2753474-5.0825622,1.7869879-4.6459388,4.4089025-9.9481454,7.6161146-14.6397197.2838812-.4121691.5685339-.8241746.8633102-1.2315745.0004208-.0005611.0007949-.0011456.0012158-.0017067.0000701-.0000935.0001403-.0001637.000187-.0002572.1809152-.2242967.3639113-.4412291.5479127-.6545845.0279392-.0324031.0561824-.0638243.0841917-.0959936.0464329-.0532804.0932632-.1051581.1399065-.1577605.1169706-.1320204.2342452-.2630355.3523849-.3908944.0074816-.0081125.0149866-.0161782.0224683-.0242439.0833267-.0898683.1671677-.1779598.2510789-.2657942.1012826-.1061166.2029159-.2109941.3049934-.3142118.1015398-.1025396.2033134-.2041675.3056247-.3038783.0136072-.0132792.0273547-.0259973.0409853-.0392063.071964-.0698794.1442085-.1386833.2165231-.2071834.1150769-.1088753.2301537-.2178208.3461658-.3232828.0798664-.0727082.1605512-.1424006.2408618-.213519.2793221-.2471145.5607483-.4864438.8449101-.7151357.0231931-.0186797.0461289-.0382712.0693454-.056834.1493287-.1192555.2997095-.2344899.4502774-.3489527.0432064-.0328239.0863661-.0658115.129666-.0982613,2.9883042-2.1466695,6.4185625-3.5945451,10.2890447-4.7744056.0731797-.0208539.1463361-.0404922.2195158-.0610656.5402206-.1519392,1.0802308-.2974024,1.6191421-.4372313.085501-.0221865.171119-.0448173.2565732-.0667934.7186342-.1847163,1.4334807-.3628164,2.1450541-.5388591.2975585-.0735732.5941117-.1471231.8898466-.2207899.0005377-.0001403.0010989-.0002572.0016366-.0003974.0839112-.0209007.1679393-.0417546.2516634-.0627255.00166-.0004208.0033434-.0008416.0050033-.0012625.0824616-.0206435.1648063-.0413806.2470809-.0620942.0662826-.0166925.1327756-.0336889.1989413-.0504282.076827-.0194278.1536774-.0388323.2303174-.058377.0007014-.000187.001356-.0003507.0020574-.0005377.0864362-.0220229.1728725-.0441393.2590749-.0663258.0017301-.0004442.0034836-.0008884.0052138-.0013326.0762425-.0196149.1521811-.039557.2282132-.0593589.4400836-.100155.845705-.2023673,1.2085642-.3109855.7569308-.2265644,1.5285442-.7146213,2.0147802-1.3523496.1209453-.0109179.2409553-.023449.3629761-.0324732.480765-.0355826.930832-.0586108,1.355438-.0709314.4111391.6111232,1.0283971,1.1115241,1.7051108,1.3779495.0234502.0093048.0476019.0170666.0713561.0258103.1325184.0486514.2664162.0910372.4018572.1206349,7.7763385,1.699923,15.5414545,3.3445083,22.0399302,10.5657211.2092519.2362667.4185272.4723463.6255112.7171463.4501371.5977972.9089482,1.2276001,1.3708455,1.8849199.4618973.6572964.9268573,1.3421331,1.389269,2.0499979.6165566.9438276,1.2286009,1.9285916,1.8227828,2.9437247.5942053,1.0151097,1.1705481,2.0605886,1.7157487,3.1257992.136306.2663085.270648.5338561.4028625.8024557.2643822.5371992.5201839,1.0786768.7656749,1.6231001s.4807183,1.0918157.7039748,1.6407979c.3348966.8234733.642906,1.6505936.9184171,2.4768958.3068171.9201448.5704043,1.8388168.788868,2.7507322.2981197,5.3369709.3050636,13.6873588-1.4061026,22.8917762-2.4384978,13.1167512-5.7178609,17.4890172-5.7178609,17.4890172,0,0,2.6997236-2.6587832,4.7913075-8.5757834-.0360989.1548381-.0729225.3202201-.1122946.5030194-.0449833.1882465-.0913461.3912918-.1383634.6107725-.2418204,1.1286842-.4847396,2.2151461-.7292721,3.2685972-.2244723.9540442-.4321812,1.7964543-.6264932,2.5489494-.8836275,3.3695237-1.5707219,5.0717846-2.1716373,6.1958865-.2971143.5153166-.5819073.9166614-.8950136,1.4600326.7641786-.1285369,1.5896832-.911331,1.5896832-.911331,0,0-1.1546029,2.8543707-2.2395097,4.7045964,0,0,.0969573-.0787633.2463795-.2193404.3197696-.2992961.8958787-.8966257,1.2698902-1.6202245-.0008651.0337824-.0071777.2303518-.0304175.5335288-.0150802.1963356-.0378524.4368105-.0710521.7031657-.0014028.0113621-.0029693.0230515-.0044188.0345072-.0514128.4046645-.1272813.8676827-.2396694,1.3342544-.0003507.0015196-.0007482.0030393-.0010989.0045589-.1143053.4735854-.2659253.9499061-.4669941,1.3699539-.0158283.0330577-.0300668.0678922-.046503.1002018,0,0,3.6287319.7787262,7.8159911-3.1648418l-.6398666,1.4671398s.6383235-.0814519,1.5804948-.4378625c.6720376-.2366407,1.5958088-.4847605,2.4536948-1.2724407.2176454-.154955.4241852-.3229087.6183101-.5024115.6468806-.5299752,1.2851106-1.1818009,1.8573152-1.9835085l-.300598,1.0122575s.0093754-.0067097.0229359-.0166224c.3664597-.2532865.7797497-.635671,1.2156951-1.1109864.8601539-.90226,2.0606987-2.3917734,3.2503951-4.6190999.7554344-1.3392809,1.3720612-2.6798008,1.6772884-3.762756.3923882.7785157.2242385,1.723863.2242385,1.7239331,2.410465-3.6943494,3.4962603-11.341408,3.643742-17.4837569.3631397-15.1260699-3.2214973-31.9981894-7.8480452-46.4131214ZM193.1587345,121.2837595c.0708885-1.5792648.2182532-3.1061142.414085-4.5582915-.2545392,3.2032065-.3628825,6.5924386-.3409053,10.0004672-.1112893-1.9311165-.1476453-3.7832358-.0731797-5.4421757ZM267.8273185,121.2837595c-.0263494-1.4359057-.1291283-2.795269-.2836474-4.0671252.006827-.0047927.0140982-.0102399.0209018-.0149858.107151-.0493528.2145358-.0923932.3258017-.1219675-.0068504-.0266285-.0143086-.0539818-.0212058-.0806804.0815966-.050849.1568337-.0926504.2286106-.1295422.0697195-.0241036.1401403-.0491657.2029627-.0643386.3208217-.0774775.8143523.0710016,1.321116.410065.3398298,2.3941113.5982033,5.1194541.712719,8.2092498.0860855-.3575795.1657883-.7098754.2424049-1.0591555-.3878759,3.2437688-.8532802,5.9430209-1.359132,8.1940769-.0243153.0771736-.048163.1572228-.0731797.2296738-.0055411.055665-.0100534.1058828-.0153841.1605426-.9896563,4.2630166-2.1239653,6.849606-3.1373056,8.4200101-.3252172.4927327-.6680864.9298704-1.0308988,1.2940428-.0481396.0431574-.0765698.0653906-.0767803.0658582-.0001169.0002572-.0005144.0062188-.0008183.0101932-.1407716.1363455-.2844891.2613522-.4309654.3757683,1.2201841-4.9330311,3.4982476-15.1030184,3.3748007-21.8316856ZM265.9872344,118.3037041c.0027589-.0019171.0053307-.0038809.0080895-.005798.0010521.0137468.0020574.029434.0031096.0429937.1447228-.0952688.3018605-.208212.4622714-.3258544.0289446.9006469.0384603,1.848332.0212291,2.8483156-.0519272,3.0115701-.456777,6.6323229-.9913864,10.1990004.4439881-4.441444.6193389-8.7355077.4966869-12.7586573ZM208.2942402,57.5752679c-5.2019789,2.4562289-9.9084634,5.7930222-14.0825596,9.737011,4.6793168-4.4288194,9.2944552-7.4761825,14.0825596-9.737011ZM192.1496961,139.5457516c-.8889816-3.351218-2.7800343-8.3764553-3.8625096-13.4792169-.0437208-.2953684-.083163-.5776213-.1175785-.8405866-.0021743.0697625-.0015898.1421668-.003507.2121865-.0903407-.5844011-.1736206-1.1654124-.2487643-1.7414906-.0063126.040913-.0134669.087133-.0208317.1348492-.0347194-.2414568-.0701637-.4878231-.1066133-.7407823-.0034369.0469214-.0062659.0925335-.009656.139338-.0168571-.1189516-.0302772-.2371083-.0458484-.3557794.0147295.0621877.0329192.1334699.0555044.2164414.0130929-.1788248.0331997-.3610864.0478591-.5406827-.065815-.033876-.1295491-.0811714-.1469206-.0137234-.013163-.1090156-.0302071-.2188728-.0422011-.3276078-.2458184-2.2261576-.1867602-3.8385034.0944088-4.9490222-.0713093,1.1204314.0079025,2.6078407.1811958,4.3131175.0002338-.0023379.0003975-.0046524.0006313-.0069903.0191717.193647.0379225.3863121.0601102.5872767.1718204,1.5560963-.2670943.838576.3774016,2.8730972.1195658-3.828357.4830095-7.1139039.8732701-9.6773481.2639847-.0656478.5490349-.0728719.8551973-.014378.2221343.0424326.5926388.4281135,1.0193023.9248206.4977857.5794916,1.072001,1.3101508,1.5763332,1.8231763.0175117.0178147.0340414.0326369.0513661.0499138-.1024282.7565162-.188654,1.5272001-.2518037,2.3105786-.5513963,6.8390855.3036841,18.4580004,1.0601005,23.5152901-.5227089-1.4320949-.9969976-2.9066692-1.3964467-4.4124776Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M314.8340287,119.6937405c-.6886843-5.5082444-2.3944029-13.3610602-5.4326938-23.4663348-2.1568611-7.1728653-6.4660007-15.0357341-7.8213919-17.4043156-2.0370614-4.4970389-4.1670821-8.4600581-6.3051456-11.7720464-2.9548707-4.577205-6.9504364-8.0026275-10.9327222-10.4623164-2.1442358-1.3244587-4.2846373-2.3688855-6.256515-3.1623637-3.380295-1.3602517-6.265493-1.9829942-7.8263485-2.0145322h0c-1.5608555-.0315381-2.9148439.2443791-3.9975297.6015612-.1804009.0595459-.3533201.1213129-.5183836.1843189-.3302205.126012-.6290182.2568401-.8941486.3841379-.928003.4456009-1.4430198.8479509-1.4430198.8479509,0,0-.2897262-.4345193-1.0733337-.9233711-.1678691-.1047606-.3584637-.2119994-.5737477-.3179991-.0718237-.0353488-.1462659-.0705574-.2236073-.105462-.3866133-.1745933-.8436476-.342243-1.3804547-.4856489-.1073614-.0286859-.2179025-.0563898-.3317169-.0829949-.9105147-.2128177-2.0298604-.3547273-3.396287-.3547273h0c-.34163,0-.7115032.0101698-1.1067205.0315614-.1977021.0106841-.4016701.0241971-.6116234.0406324-3.1501413.2464131-7.6519329,1.1521565-12.3187881,3.1502067-.9334271.3996147-1.8733072.8429245-2.8104752,1.3333894-1.2494326.6539532-2.4937216,1.3917196-3.710422,2.2215753-.9125721.6223684-1.8095263,1.2965209-2.6815105,2.0259177-.5812293.4862567-1.1514232.9970612-1.7076826,1.5334656-.2781297.2681788-.5527056.5427868-.8235407.8238941-.2707416.2811073-.5377423.5687373-.8005347.8630303-3.6788121,4.1200082-6.7780783,8.256101-9.4459349,12.9434204-.7622848,1.3392107-1.4893124,2.7234725-2.1845431,4.1651761-1.4269343,2.9592248-2.7193863,6.1632029-3.9084047,9.7146842l-.0246894-.0116193c-.0620975.1320438-6.2363146,13.3588626-7.6495949,27.336049-2.0058256,19.8321859,2.974697,27.348206,3.1879235,27.6583031l.1875084-.1285369c.0271209.0810545.052839.1630207.0802405.2438648.9236075,2.7235894,2.0311696,5.3255153,3.3226864,7.7623864.3228324.6092295.6572614,1.2081255,1.0030998,1.7960335.5188512.8818736,1.063514,1.7389891,1.6339885,2.569102.570568.8301129,1.1669476,1.6331998,1.7892324,2.406993.829713,1.0317087,1.7054381,2.0113527,2.6270817,2.933438.6912093.6915698,1.4083238,1.3508066,2.1513434,1.9753727.247642.208212.4981832.4125432.7516235.6129467.7601338.6012339,1.5462664,1.1670723,2.3582105,1.6952005l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0236607-.0194746-.0678023-.0571145-.0187976-.0160145-.0430194-.0368918-.0692986-.0596628-.0042084-.0036237-.0069205-.0059616-.011316-.0097724-.0310488-.0269792-.0672412-.0586809-.1074549-.0942401-.0014963-.0013092-.0026186-.0022677-.0041149-.0036003-.9265066-.820247-4.1850381-3.8786215-7.4162615-8.9960417-.0002806-.0003741-.0004676-.0007715-.0007482-.0011456-.1465465-.2321754-.2930929-.4686057-.4393589-.7092208-.0003741-.0007014-.0008417-.0014027-.0012158-.0021041-.1457983-.2399371-.2914096-.4840825-.4364597-.7323893-.0014028-.0024314-.0028056-.0049096-.0042084-.007341-.1443955-.2473249-.2884169-.4987878-.4315967-.7543654-.0013093-.0023145-.0026186-.0046758-.0039279-.0070137-.1435538-.2563959-.286453-.5168363-.428417-.7815082-.000187-.0002104-.0002806-.000491-.0003741-.0007014-.2846761-.5307934-.5656114-1.0783261-.8411225-1.6422474.0347896.0686871.0724783.1417927.1128791.2196209.0116901.0226775.0237542.0455888.0360054.068991.0370341.0708145.0751904.1431721.1167135.2205795.0208551.0389959.0432064.0800492.0651837.1206816.0385304.0711652.0766867.1416057.1186774.2175402.0347896.0629826.0728524.1302202.1100735.1963823.034509.0613929.0668671.1199569.1035271.1839448.075471.1321139.155805.2701192.2401604.4126835.0234736.0396973.0491917.0817325.0734135.1222013.0660254.1106053.1335471.2226368.2048097.338666.0315164.0513166.0646226.104106.0971677.1564279.0692986.1114937.1402806.2244136.2141617.3402324.0346961.0543091.0699533.1089688.1056781.1641429.0780895.1209622.1587976.2439116.2419373.3689417.034509.051901.0685505.1033345.1039947.1558902.0951103.1415122.1938678.2855025.2952439.4313866.0263728.0379906.0516233.0750929.0784636.113364.2673748.3815662.5551371.7759441.8646897,1.1799774.0102872.0134195.0212291.0271195.0315164.0405623.1403741.1826356.2853308.3669544.4343088.5528163.0353507.043999.0717301.0882552.1075485.1323944.1284035.1585086.2597062.3175783.3944691.4777234.0439546.0522751.0884703.1044567.1330795.1568721.1336407.1567318.2703675.3138143.410087.4714813.0449833.0508724.0895925.1015344.1352305.1524535.1527188.1701747.3093655.3404662.4691919.5109448.0340414.0363541.0670541.0726381.1014696.1089922.3976488.4203284.8166202.8400489,1.2580365,1.2553742.0312358.0293638.0637809.0583302.0952038.0876473.1838611.1715306.3711825.3421261.5626187.5116462.062004.0549403.1255044.1092728.1883501.1639793.1662793.1446683.3348966.2883548.5067871.4309657.0736006.0611357.1478558.1218506.2225786.1825421.1687108.1370936.3403207.2726442.5142687.4072596.0768738.0594758.1531864.1190451.2311824.1780066.1872278.1416992.37829.2811307.5715967.4194633.0660254.0472487.1305545.0953156.1972345.1421668.5239948.3678428,1.0694993.7221727,1.6370747,1.0590853.075845.0450277.1541216.0879279.2307148.1323243.2065866.1196296.4148565.2377162.6270543.3524829.10334.0558287.208457.1098105.3131063.1644235.1918103.1001082.3853041.1984163.5817904.2941995.1145625.0558988.2299667.1108391.346119.165195.1956447.0915048.3938144.180134.5938546.2670566.1170875.0508724.233614.1020253.3521978.1512378.2162192.0897748.4363662.1751544.6578225.2592247.1048364.0398142.2079894.0814987.313948.1199803.3284437.1192321.6612828.2333443,1.0007618.3391336l-.0000935-.0000468q.0000935.0000234.0000935.0000468s-2.7436081-1.1649682-5.4834753-3.0251766c-.426079-.2893834-.8522514-.5945476-1.2679496-.9158431-.1186774-.0918087-.2366066-.1848332-.3534136-.27905-.5840349-.4710605-1.1406684-.9718822-1.6398803-1.4973453.0042084.0033198,5.55081,4.3304646,9.0811118,5.423122l-.0000935-.0000234.0000935.0000234s-2.7457591-1.4369343-4.6487122-2.6670126c-.1522512-.0984016-.2989847-.1954706-.4387042-.2903887-.1395324-.0949181-.2719573-.187662-.3952172-.2774134-.1849834-.1346154-.3495793-.262451-.4875219-.3807012,0,0,.0085104.0052135.0212291.0129753.0191717.0116193.0521844.0315848.0981029.0591017.0000935.0000701.0000935.0001169.0002806.0001637.78819.4718554,5.3732148,3.1482662,9.0878452,3.8375683,0,0-4.7088458-2.64859-8.156382-6.9787975,0,0,4.624771,4.4143012,8.5767562,6.6004108,0,0-1.9339084-1.4714181-3.4475362-2.9848948,0,0,3.4055455,2.8167307,5.8860807,3.1110237,0,0-1.0510758-.6306211-1.8499271-1.597547,0,0,1.4715436,1.429383,4.3725465,1.6816408,0,0-1.9340019-.7147149-3.2793865-1.7657345,0,0,5.5496878,3.1110237,9.2494485,2.1440978,0,0-4.2883781-1.3453126-7.6938301-4.4983715,0,0,6.0542304,3.9097856,10.5107582,3.5734574,0,0-2.4805352-.5465274-4.4145371-1.6816174,0,0,1.093347.4541342,2.3753247.8084173.0165531.0057746.0325451.012648.0491917.0183758,0,0-.0102872-.0046758-.0254375-.0117596.8462661.2326196,1.7712764.4207959,2.5200008.4041502,2.9849842-1.0930782,7.7779049-4.7926645,7.7779049-4.7926645-1.5555249,2.4944299-3.8819384,4.0639457-3.8819384,4.0639457,3.7558729-1.4574142,6.334511-4.0919769,6.334511-4.0919769-.8408419,1.4574142-4.4845839,4.1480394-4.4845839,4.1480394,3.6997607-1.6816408,8.8570369-7.0068287,8.8570369-7.0068287-1.4014032,2.0179689-5.3254259,5.493352-5.3254259,5.493352,2.6907691-.8408204,5.9420994-2.186133,5.9420994-2.186133-1.4014032,1.233211-3.9240226,1.9619064-3.9240226,1.9619064,4.2839827-.2630355,6.9736295-1.4559413,8.2861883-2.2152397-.1336407.1867736-.2581163.3568314-.3767937.5166025-1.8739618,1.4099551-4.0414842,2.3712935-4.0414842,2.3712935,7.3996149-.2802657,11.4357685-3.7556488,11.4357685-3.7556488-1.9059458,2.4103362-6.9511846,3.6996097-6.9511846,3.6996097,5.2133884-.1681641,8.3525878-2.8027268,8.3525878-2.8027268-1.5695529,1.5134533-4.7088458,2.6906018-4.7088458,2.6906018,7.6798955-.952922,10.4267768-3.307219,10.4267768-3.307219-.8969542,1.1771485-4.9331078,3.139055-4.9331078,3.139055,3.0271619-.6165938,6.951091-3.5314222,6.951091-3.5314222-2.5785446,2.6906018-8.9691678,5.1570005-8.9691678,5.1570005,4.9891265,0,7.2314652-1.9058439,7.2314652-1.9058439-1.2893658,1.1771485-4.6528271,2.186133-4.6528271,2.186133,4.9331078-.4484531,8.5207375-2.6345627,8.5207375-2.6345627-2.4103949,1.9619064-6.2783988,2.9708909-6.2783988,2.9708909,3.531611-.0560625,6.3905297-1.233211,6.3905297-1.233211-1.0651039,1.121086-3.6997607,2.3542971-3.6997607,2.3542971,2.9475761-.3519218,5.963235-2.2568774,7.1251325-3.0607358-.563741.5060352-1.1522649.9984406-1.7634207,1.4759069-1.1517038.8144958-2.2225124,1.4727274-2.2225124,1.4727274.1269072-.0422923.2527857-.0883019.3785706-.134592.000187-.0000701.0002806-.0001169.0004676-.000187.155805-.0573249.3105813-.1176891.4644223-.1806951.0022445-.0008884.0043955-.0017067.0065464-.0025951.1532799-.0628657.3054376-.1284434.4567537-.1964759.0024315-.0011222.0049566-.0021742.0074816-.0032964.1509419-.0680091.3007616-.1384496.4494591-.2111578.0027121-.0012858.0054242-.0025483.0080428-.0038575.1486974-.0727784.2961791-.147731.442445-.2247175.0025251-.0013326.0050501-.0026184.0075752-.003951.1462659-.0770567.291129-.1559837.4347764-.236781.0025251-.0014261.0050501-.0027821.0075752-.0042082.1436473-.0807973.2857048-.1632779.426453-.2473482.0025251-.0014962.0050501-.0029691.0075752-.0044887.1410288-.0843041.2804677-.1699642.4185038-.2570505.0019639-.0012391.0039279-.0024314.0058918-.0036705.1383167-.0873434.27495-.175809.410087-.2654669.0016834-.0010988.0033667-.0021742.0049566-.003273.1358851-.090219.2700869-.1813264.4025118-.2733923.0003741-.0002572.0007482-.0004676.0010287-.0007014.1326119-.0922062.263447-.1850202.3924116-.2786058.0010287-.0007481.0020574-.0014962.0031797-.0022444,2.0736279-1.5045927,3.6659998-3.1532226,4.3799346-3.9411834.0022445-.0024548.0040214-.0045121.0062659-.0069435.0419907-.0463603.0813628-.0901489.1170875-.1302202.0042084-.0047693.0075752-.0085567.0116901-.0132324.0323581-.0364243.0632198-.0711185.0900601-.1017681.0132799-.0151495.0233801-.0268155.0352572-.0405155.0148697-.016973.0311423-.0355359.0437675-.050171.0712625-.0824338.1086707-.127555.1089513-.1278356-.4029794.9283742-1.3478161,1.9880907-2.4565004,3.0064267-.6653042.6110063-1.3895262,1.207167-2.0911162,1.7510526-.2338945.181303-.4651705.3567846-.6910223.5251124-.1128791.0841639-.224449.1665276-.3341484.246904-1.4268408,1.0451048-2.5555386,1.757435-2.5555386,1.757435v-.0000234.0000234c1.955044-.6779165,3.7946839-1.7991896,5.4294206-3.0608761.3632332-.2803592.7163663-.5676853,1.0583704-.8585883,1.0260123-.8727325,1.9520514-1.7779383,2.7514638-2.6257723.1331731-.1413252.2628859-.2809904.3889514-.4187152,1.7642624-1.9269784,2.8154318-3.4605609,2.8164605-3.4620104-.394095,1.1035285-1.1252375,2.2868491-1.9726259,3.417801-.0940815.1256613-.1897529.2506914-.286453.3748799-.3868939.4967772-.7919308.9802986-1.1956584,1.4389683-.2019106.2293232-.403447.4524509-.6022714.6679104-1.5906885,1.7236759-3.0061199,2.956887-3.0061199,2.956887h0c10.3145524-2.6345627,22.8154247-25.4487445,19.1155705-47.4221059-.5296996-3.1458816-1.1329997-6.2229592-1.7957788-9.2241959.8216703,2.0980181,1.5531869,4.3721491,1.9719712,5.733219.2736407,1.5293042.4907951,2.9380202.6503409,4.2143886.8270945,6.616963-.0111289,16.2738079-1.6073352,22.4516225-1.4710759,5.6944569-5.474965,14.375188-10.260404,20.0843502-.9838346,1.1737118-3.6633813,4.1346901-3.6633813,4.1346901,0,0,3.1101145-2.5802069,4.1308898-3.8046275,4.8365947-5.8015321,8.8680723-14.5380685,10.349529-20.2707732,1.608925-6.2292481,2.4579968-15.9693217,1.6208021-22.6665209ZM207.2141149,117.3889598c.8557117-8.4627934,3.4692329-16.6459992,5.3934152-21.7775635-.2241684.8059158-.4453442,1.6249471-.662218,2.4658142-2.9614171,11.4824059-4.8368753,22.1395383-4.6272025,31.4718146.0274015,1.2172666.0901537,2.4119727.1906881,3.5830427.2010689,2.3421401.5527991,4.5896893,1.0731466,6.7337637.2308084.9512153.4838746,1.8908113.7554578,2.8194895-1.3658655-3.3690093-3.543114-11.2557011-2.1232872-25.2963612ZM310.9460114,106.7830271c-1.7590253-7.3678216-3.8817514-14.2152533-6.2115317-20.351851,1.3170478,2.4776439,2.8989455,5.911436,4.1169552,9.9615648,1.8670413,6.2104983,3.2269215,11.5596496,4.1570755,16.0351098-.5816969-1.6142395-1.3287379-3.6534832-2.062499-5.6448236Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SLICED BOB 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.7694336,88.8842969c-3.0311279-9.4440918-6.5101318-18.0252686-13.4538574-25.3366699-3.1276855-3.293396-6.6508789-5.3922119-10.1289062-6.7957764-4.803772-2.3190918-10.4915771-3.3934326-17.2089233-2.6762085-.2172852-.0042114-.4325562-.0067139-.647644-.0090942-.2789307-.0031128-.5567017-.005127-.8320923-.0050659-.2332153,0-.46521.0012817-.6958618.00354-.2608032.0025635-.5197144.007019-.7772827.0125122-.236145.0050049-.4719238.010498-.7053833.0180054-.2444458.0079346-.4862671.0184937-.7278442.0291748-.2393188.0105591-.479126.0206299-.7156372.0339355-.2254639.0126953-.4476929.0288086-.6706543.0440674-.1018677.006958-.2030029.0147095-.3049316.0216064-9.2316284-1.7271118-22.0778809,1.2354736-34.4515381,14.8161621.3643799-.3710938.7281494-.7314453,1.0914917-1.0852661-2.8570557,2.7827759-5.4567261,5.8700562-7.6990967,9.1677856-2.3818359,3.5029907-3.7128906,7.2494507-5.0250854,11.2646484-4.3743896,13.3857422-6.9439697,27.1022949-5.6446533,41.2001343.4576416,4.9653931,1.0578613,9.857666,3.4122314,14.3980713l.0180664-1.7993774c3.5983887,13.1859131,8.5071411,17.7318115,10.520752,19.456543,0,0-.9672241-.8343506-.4229736-2.2590332.1082764.1247559.2166138.2492065.3256226.371521.2612305.3096313.5549927.6321411.8748169.960144,1.204834,1.532959,3.5924683,3.6483765,7.8532104,4.2696533.0367432.0210571.0723267.0437622.1092529.0645142-.0338135-.019043-.0667725-.0432129-.1004028-.0634155.2053223.0298462.4138794.0570679.6279297.0797729,0,0-1.5146484-1.5915527-1.9191895-2.668396,0,0,1.234314,2.1845703,4.2332153,2.737915.0845947.0164795.1716309.031189.2609863.0446167.0081787.0011597.0162964.0023804.0244751.0036011.1113281.0161743.225769.0299072.3435669.0411377.0143433.0013428.0286255.0027466.0430298.0040894.0970459.008606.1959229.0154419.2967529.0205688.0444946.0024414.0889893.0047607.1340942.0064697.0263062.0009155.0515137.0029297.078064.0036011.0585327.0018311.1193237.0009155.1784058.0014038.0566406.0003662.1133423.0005493.1708984-.0002441.0482788-.0006714.0974121-.0028076.1462402-.0043335.0792236-.0023804.1577148-.0038452.2387085-.0084839.0658569-.0039062.1346436-.0101929.2017212-.015686.0819702-.0064697.163208-.0119629.2469482-.020752.1434326-.0148926.2880249-.0327759.4337769-.0545654,0,0-2.1928711-1.0618286-3.131897-3.3803711,0,0,.0061035.0031128.0161743.0081787.0057373.0029297.0106812.0053711.0211792.0106201.0102539.0050659.022522.0111694.0370483.0182495.0476685.0235596.1176758.0571899.2080688.0994263.0101929.0047607.0203247.0094604.0309448.0144043.1063232.0493164.2351074.1070557.3828125.1702881.0080566.003418.0157471.0067139.0239258.0101929.1549683.06604.3274536.1358643.5131226.2061157.0056763.0021973.0111084.0042725.0167847.0064087.0592041.0222778.1190186.0441895.1803589.0661621.0130615.0046387.0262451.0092163.0393677.013855.1224365.043396.2476807.0854492.3757935.1254883.0042725.0013428.0084229.0027466.0126953.0040894.0576172.0179443.1153564.0348511.173584.0516357.0278931.0081177.0557251.0158691.0837402.0236206.0562744.015625.1121826.0310669.1685791.0453491.000061.000061.0001831.000061.0002441.0001221.0001831,0,.0003662.000061.0005493.000061.1143188.0289917.2281494.0542603.3415527.0765381.0248413.0049438.0491943.0089722.0739746.0135498.0887451.0161743.1762085.0296631.2629395.0405273.0330811.0041504.0657959.0081177.0985107.0114746.0805664.0081177.1589966.0125732.2364502.0150146.031189.0009766.0628662.0031738.0934448.0031738.1040039-.0001221.2052612-.0046997.3007202-.0177002,0,0-2.7800903-3.4393921-5.7930298-8.7438354l-.6628418-2.0232544c1.5100708,3.4240723,2.8676758,5.496521,2.8676758,5.496521,0,0-3.7897949-7.6936035-5.4095459-20.9364014-1.036377-8.4732056-.8122559-17.0182495-.3792725-23.137146.2922974.2834473.5891724.5692749.8960571.8613281.0094604-1.8018799.1055908-3.4917603.2753296-5.0825806.7671509-1.9944458,1.6964722-4.111084,2.7516479-6.2471924,1.1431274-.1941528,2.2262573-.3493652,3.1678467-.4290161.586853-1.3493652,1.8200684-4.3884888,2.6685791-7.8637695.1239624-.3861084.2498779-.777832.3768921-1.1723022-.2016602,1.5187378-.5921021,3.9736328-1.2598877,6.5076294v.000061c-.1040039.3945923-.2147217.7908936-.3325195,1.1858521-.0003662.0012817-.0007324.0024414-.0010986.0037231-.1177979.3947754-.2425537.788147-.3748169,1.177002v.0001221c-.0100098.0294189-.0195312.0591431-.0296021.088501.0013428-.000061.0026245-.000061.0039673-.0001221.2891235-.0148315.5773315-.026062.8644409-.0319824.1027832-.307373.2085571-.6235962.3154907-.9432983.0027466-.0083618.0056763-.0169067.0084839-.0253296.0310059-.0006714.0621338-.0015869.0931396-.0022583.0020142,0,.0022583.0014038.0043335.0013428.0001831-.0004883.0003662-.0009766.0004883-.0014648.9812622-.020752,1.9631348-.0463867,2.9451294-.0722046-.0002441.0009155-.0004883.0018921-.0007324.0027466.3191528-.0084229.6383667-.0172729.9575806-.026123.1135254-.0031128.2269897-.0061646.3404541-.0093384.019104-.0005493.038208-.0010376.057312-.0015259.000061-.000061.000061-.0001221.000061-.0001831.1487427-.0041504.2976074-.0090332.4462891-.0133057.7189941-.0205688,1.4382935-.0427856,2.1574707-.0644531-.0001831.0005493-.0003662.0010986-.0005493.0015869.4912109-.0150146.9825439-.0301514,1.473938-.0455933.0541992-.117981.1085205-.2421265.1627197-.3619385.2302856-.0071411.4608154-.013916.6911011-.0211182,1.9154053-.0592651,3.8309326-.1191406,5.7475586-.175415,1.1992798-1.7854614,3.2572632-5.0665894,4.2281494-7.8930664,0,0-1.4788208,4.6625366-2.7454224,7.8532715.8426514-.0233765,1.6853027-.0455933,2.5279541-.0678101.1099854-.0029297.2199097-.0060425.329895-.0088501-.0471802.1187744-.0946045.239563-.1416626.3577271.3197632-.0075684.6340332-.0148315.9453735-.0221558.0015259-.000061.0031738-.000061.0046997-.0001221.1668701-.0039062.3322754-.0079346.4966431-.0119629-.0004272.0009155-.0007324.00177-.0011597.0026855.2255249-.0046997.4510498-.0093384.6765137-.0137329.0010986-.0023193.0022583-.0046997.0033569-.007019.4327393-.012146.8561401-.0261841,1.2698975-.0428467-.0043335.0087891-.0087891.0180664-.0131226.0268555.3948364-.0065308.7895508-.0117798,1.1843872-.0170898.0149536-.0228882.0300293-.0466309.0449829-.069519,1.2133179-.0742188,2.3293457-.1918335,3.3393555-.3927002-.0639648.1443481-.1270142.2897339-.1920166.4327393.3916016-.0014648.7831421.000061,1.1747437.0001221.1587524-.2646484.3172607-.5358887.4754028-.8118286.3822632-.1269531.7458496-.2713013,1.0859985-.4400635.1413574-.0701294.2857666-.1508789.4319458-.2390137.0493164-.0297241.0997925-.0645752.1495972-.0962524.0976562-.0620728.1953735-.1246948.2945557-.1939087.0614624-.0429688.1235962-.0900269.1856079-.1355591.0883789-.0649414.1766968-.1303101.2659302-.2003784.0687866-.0539551.1376953-.1108398.2069092-.1677246.0826416-.0680542.1651611-.1369019.2481689-.2088623.0748291-.0647583.1494141-.1312256.2243652-.1989746.0762939-.0690308.1524048-.1394043.2286987-.2114258.0808716-.0762329.161377-.1531982.2420654-.2325439.0681152-.0669556.1358643-.1356201.2037354-.2047119.0878296-.0892944.175415-.1786499.2626953-.2712402.0546875-.0579834.1087036-.1177368.1630859-.1768799.0996704-.1083984.1990967-.2166748.2976074-.3287354.024353-.02771.0481567-.0565186.0723877-.0844116.8244629-.9483032,1.5968628-2.0142212,2.2280273-3.0863647.0029297-.0049438.0058594-.0098877.008728-.0148315.1052856-.1791992.2060547-.3579102.3027954-.5367432.0028687-.005249.0056763-.010498.0085449-.0158081.0974121-.180481.1900635-.3598633.2778931-.5388184-.1194458.3553467-.2440186.7042236-.3723755,1.0478516-.0158691.0424805-.0321045.0846558-.0481567.1270142-.1257935.3323364-.2550659.6599121-.3895874.9801025-.0019531.0045166-.0037231.0092773-.0056763.0137939-.131958.3135986-.2695312.6192017-.4102173.920166-.0303345.0648193-.0610352.1292114-.0917969.1934814-.1416016.2960205-.2861328.5878296-.4366455.8703003-.6424561,1.2053223-1.2789307,2.3443604-1.9073486,3.432251.5194092.006958,1.0386353.0182495,1.5579224.0293579.144043.0031128.288147.0047607.4321899.0081787.0620117.0012817.1239014.0026245.1858521.0039673,2.1218262.0523071,4.2423706.1405029,6.361145.2730103h.0001831c.1987305-.4542236.3886719-.8986206.5715332-1.3352661.0400391-.0955811.0762939-.1869507.1155396-.2817383.138916-.3348999.276123-.6680298.4059448-.9929199.0543213-.1361084.104126-.2672119.1569214-.4015503.1090088-.2774048.2180176-.5548096.3204346-.8250122.0560913-.1480713.1078491-.2914429.1619873-.4373779.0927124-.2498779.1856689-.499939.2728882-.7438354.0535278-.1497803.1032104-.2955322.1547241-.4431152.081543-.2338257.163147-.4677124.2396851-.696167.0491943-.1469116.0950317-.2903442.1422119-.4350586.0725098-.2225952.1446533-.4448853.2124023-.6625366.0443726-.1425171.0860596-.2822876.128479-.4228516.0645752-.2139893.128418-.4273071.1884766-.6366577.0393066-.137085.0764771-.2720337.1138916-.4071655.057312-.2069702.1135254-.4129028.1664429-.6154785.0343018-.1312866.0669556-.2609253.0994873-.3904419.0506592-.2015991.0998535-.4017334.1462402-.5991821.0292969-.1245728.057373-.2479858.085022-.3709717.0443115-.1972656.0869141-.3928223.1270752-.5860596.0247192-.1187134.048584-.2367554.0717773-.3539429.0365601-.1848755.0710449-.3678589.1038208-.5491943.2576904.1643066.5158691.3265381.7710571.5016479.3392944,1.5177612.6831055,3.0578003,1.0360718,4.6436157.5490723,2.4669189.8080444,3.7987671,1.4970093,5.8041382.7301636,2.1253662,2.5335083,2.8466187,3.1911011,3.0437622.0099487.0301514.0194702.0603638.02948.0905151.0383301.0053711.0766602.0097656.1149902.0150757-.0054321-.0214844-.0115356-.0456543-.0170898-.0675049.2522583.078064.5120239.138855.7787476.1782227,1.6590576.2446899,3.315979.5310059,4.9714355.8491821.0953369.1815796.2008057.3535767.2943726.5363159.1362915.2662964.2706909.5338745.4028931.8024292.2643433.5372314.5201416,1.0786743.765686,1.6231079.2454834.5444336.4807129,1.0918579.7039185,1.6408081.3348999.8234863.6429443,1.6505737.918457,2.4769287.3068237.920105.5703735,1.8388062.7888794,2.7507324.2980957,5.3369751.3050537,13.6873169-1.4061279,22.8917236-2.4384766,13.1167603-5.7178345,17.4890747-5.7178345,17.4890747,0,0,2.699707-2.6588135,4.7912598-8.5758057-.0360718.1548462-.072876.3201904-.1122437.5029907-.0449829.1882935-.0913696.3912964-.1383667.6107788-.2418213,1.1287231-.4847412,2.2151489-.7293091,3.2686157-.2244873.9540405-.4321899,1.7964478-.6264648,2.5489502-.883667,3.3695068-1.5707397,5.0717773-2.1716309,6.1958618-.2971191.5153198-.5819092.916687-.8950195,1.460022.7641602-.128479,1.5896606-.9113159,1.5896606-.9113159,0,0-1.1546021,2.8543701-2.239502,4.7045898,0,0,.0969849-.0787354.2463989-.2192993.3197632-.2993164.895874-.8966675,1.2698975-1.6202393-.0009155.0337524-.0072021.2303467-.0304565.5335083-.0150757.1963501-.0378418.4368286-.0710449.703186-.0014038.0113525-.0029907.0230713-.0043945.0344849-.0514526.4046631-.1273193.8676758-.2396851,1.3342896-.0003662.0015259-.0007324.0030518-.0010986.0045166-.1143188.4736328-.2659302.9499512-.46698,1.3699951-.0158691.03302-.0300903.0678711-.0465088.1001587,0,0,3.6287231.7787476,7.815979-3.1647949l-.6398926,1.4671021s.6383667-.0814209,1.5805054-.4378662c.6720581-.2366333,1.5958252-.4847412,2.4537354-1.2723999.2175903-.1549683.4241333-.322937.6182861-.5024414.6468506-.5299683,1.2850952-1.1817627,1.8572998-1.9835205l-.3005981,1.0122681s.0093994-.0067139.0229492-.0166016c.3664551-.2532959.7797241-.6356812,1.2156982-1.1110229.8601685-.9022217,2.0606689-2.3917236,3.2503662-4.6190796.7554321-1.3392944,1.3720703-2.6798096,1.6773071-3.7627563.392395.7785034.2242432,1.723877.2242432,1.723938,2.4104614-3.6943359,3.4962769-11.3414307,3.6437378-17.4837646.3631592-15.1260376-3.2214966-31.9981689-7.8480225-46.4130859ZM265.987207,118.3037305c.0028076-.0019531.0053711-.0039062.0081177-.0057983.0010376.0137329.0020752.0294189.0031128.0429688.1447144-.0952759.3018799-.2081909.4622803-.3258667.0289307.9006348.0384521,1.8483276.0212402,2.8483276-.0519409,3.0115967-.4567871,6.6323242-.991394,10.1989746.4439697-4.4414062.6193237-8.7354736.4966431-12.758606ZM195.8096558,65.8556104c4.1356812-3.6517334,8.2423096-6.2772827,12.4845581-8.2803345-4.548645,2.1477661-8.7182617,4.9688721-12.4845581,8.2803345ZM192.1496826,139.5457349c-.8889771-3.3511963-2.7800293-8.3764648-3.8624878-13.479187-.0437012-.2954102-.0831909-.5776367-.1176147-.8405762-.0021362.0697632-.0015869.1421509-.003479.2121582-.090332-.5844116-.173645-1.1654053-.2487793-1.7415161-.0062866.0409546-.0134277.0871582-.020813.1348877-.034729-.2414551-.0701904-.487854-.1066284-.7407837-.003418.046936-.0062256.0925293-.0096436.1393433-.0168457-.1189575-.0302734-.2371216-.0458374-.3557739.0147095.0621948.0328979.1334229.055481.2164307.0131226-.178833.0332031-.361084.0478516-.5407104-.0657959-.0338745-.1295166-.0811768-.1469116-.0137329-.0131226-.1090088-.0302124-.2188721-.0421753-.3275757-.2458496-2.2261353-.1867676-3.838501.0944214-4.9490356-.0713501,1.1204224.0078735,2.6078491.1811523,4.3131104.0002441-.0023193.0004272-.0046387.0006714-.006958.019165.1936035.0379028.3862915.0600586.5872803.171875,1.5560913-.2670898.838562.3774414,2.8731079.1195679-3.8283691.4829712-7.1139526.87323-9.6773682.2640381-.0656738.5490723-.072876.8552246-.0144043.2221069.0424805.5926514.4281616,1.0192871.9248657.4978027.5794678,1.0720215,1.3101196,1.576355,1.8231201.0175171.0178223.0340576.0326538.0513306.0499268-.102417.7565308-.1885986,1.5272217-.25177,2.3106079-.5513916,6.8390503.3036499,18.4580078,1.0601196,23.5152588-.5227051-1.4320679-.9970093-2.9066772-1.3964844-4.4124756ZM193.231897,126.7259106c-.1112671-1.9310913-.147644-3.7832031-.0731812-5.4421387.0709229-1.5792847.2182617-3.1061401.4141235-4.5582886-.2545776,3.203186-.362915,6.5924072-.3409424,10.0004272ZM269.2178589,132.5593457c-.024353.0772095-.0481567.1572266-.0731812.2296753-.0055542.0556641-.0100708.105896-.0153809.1605225-.9896851,4.2630615-2.1239624,6.8496094-3.1373291,8.4200439-.3251953.4927368-.6680908.9298706-1.0308838,1.2940674-.0481567.0431519-.0765991.0653687-.0767822.0658569-.0001221.0002441-.0004883.0061646-.0007935.0101929-.1408081.1362915-.2844849.2613525-.4309692.3757324,1.2201538-4.9330444,3.49823-15.1030273,3.3747559-21.831665-.0263062-1.4359131-.1290894-2.7952881-.2836304-4.0671387.0068359-.0048218.0140991-.0102539.0209351-.0150146.1071167-.0493164.2145386-.0923462.3257446-.1219482-.0068359-.0266113-.0142822-.0539551-.0211792-.0806885.081604-.0508423.1568604-.0926514.2286377-.1295166.0697021-.0241089.1401367-.0491943.2029419-.0643311.3208008-.0775146.8143311.0709839,1.321106.4100342.3398438,2.394104.5982056,5.1194458.7127075,8.2092896.0861206-.357605.1658325-.7098999.2424316-1.0592041-.3878784,3.2437744-.8532715,5.9430542-1.3591309,8.1940918Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M314.8340287,119.6937405c-.6886843-5.5082444-2.3944029-13.3610602-5.4326938-23.4663348-2.1568611-7.1728653-6.4660007-15.0357341-7.8213919-17.4043156-2.0370614-4.4970389-4.1670821-8.4600581-6.3051456-11.7720464-2.9548707-4.577205-6.9504364-8.0026275-10.9327222-10.4623164-2.1442358-1.3244587-4.2846373-2.3688855-6.256515-3.1623637-3.380295-1.3602517-6.265493-1.9829942-7.8263485-2.0145322h0c-1.5608555-.0315381-2.9148439.2443791-3.9975297.6015612-.1804009.0595459-.3533201.1213129-.5183836.1843189-.3302205.126012-.6290182.2568401-.8941486.3841379-.928003.4456009-1.4430198.8479509-1.4430198.8479509,0,0-.2897262-.4345193-1.0733337-.9233711-.1678691-.1047606-.3584637-.2119994-.5737477-.3179991-.0718237-.0353488-.1462659-.0705574-.2236073-.105462-.3866133-.1745933-.8436476-.342243-1.3804547-.4856489-.1073614-.0286859-.2179025-.0563898-.3317169-.0829949-.9105147-.2128177-2.0298604-.3547273-3.396287-.3547273h0c-.34163,0-.7115032.0101698-1.1067205.0315614-.1977021.0106841-.4016701.0241971-.6116234.0406324-3.1501413.2464131-7.6519329,1.1521565-12.3187881,3.1502067-.9334271.3996147-1.8733072.8429245-2.8104752,1.3333894-1.2494326.6539532-2.4937216,1.3917196-3.710422,2.2215753-.9125721.6223684-1.8095263,1.2965209-2.6815105,2.0259177-.5812293.4862567-1.1514232.9970612-1.7076826,1.5334656-.2781297.2681788-.5527056.5427868-.8235407.8238941-.2707416.2811073-.5377423.5687373-.8005347.8630303-3.6788121,4.1200082-6.7780783,8.256101-9.4459349,12.9434204-.7622848,1.3392107-1.4893124,2.7234725-2.1845431,4.1651761-1.4269343,2.9592248-2.7193863,6.1632029-3.9084047,9.7146842l-.0246894-.0116193c-.0620975.1320438-6.2363146,13.3588626-7.6495949,27.336049-2.0058256,19.8321859,2.974697,27.348206,3.1879235,27.6583031l.1875084-.1285369c.0271209.0810545.052839.1630207.0802405.2438648.9236075,2.7235894,2.0311696,5.3255153,3.3226864,7.7623864.3228324.6092295.6572614,1.2081255,1.0030998,1.7960335.5188512.8818736,1.063514,1.7389891,1.6339885,2.569102.570568.8301129,1.1669476,1.6331998,1.7892324,2.406993.829713,1.0317087,1.7054381,2.0113527,2.6270817,2.933438.6912093.6915698,1.4083238,1.3508066,2.1513434,1.9753727.247642.208212.4981832.4125432.7516235.6129467.7601338.6012339,1.5462664,1.1670723,2.3582105,1.6952005l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0236607-.0194746-.0678023-.0571145-.0187976-.0160145-.0430194-.0368918-.0692986-.0596628-.0042084-.0036237-.0069205-.0059616-.011316-.0097724-.0310488-.0269792-.0672412-.0586809-.1074549-.0942401-.0014963-.0013092-.0026186-.0022677-.0041149-.0036003-.9265066-.820247-4.1850381-3.8786215-7.4162615-8.9960417-.0002806-.0003741-.0004676-.0007715-.0007482-.0011456-.1465465-.2321754-.2930929-.4686057-.4393589-.7092208-.0003741-.0007014-.0008417-.0014027-.0012158-.0021041-.1457983-.2399371-.2914096-.4840825-.4364597-.7323893-.0014028-.0024314-.0028056-.0049096-.0042084-.007341-.1443955-.2473249-.2884169-.4987878-.4315967-.7543654-.0013093-.0023145-.0026186-.0046758-.0039279-.0070137-.1435538-.2563959-.286453-.5168363-.428417-.7815082-.000187-.0002104-.0002806-.000491-.0003741-.0007014-.2846761-.5307934-.5656114-1.0783261-.8411225-1.6422474.0347896.0686871.0724783.1417927.1128791.2196209.0116901.0226775.0237542.0455888.0360054.068991.0370341.0708145.0751904.1431721.1167135.2205795.0208551.0389959.0432064.0800492.0651837.1206816.0385304.0711652.0766867.1416057.1186774.2175402.0347896.0629826.0728524.1302202.1100735.1963823.034509.0613929.0668671.1199569.1035271.1839448.075471.1321139.155805.2701192.2401604.4126835.0234736.0396973.0491917.0817325.0734135.1222013.0660254.1106053.1335471.2226368.2048097.338666.0315164.0513166.0646226.104106.0971677.1564279.0692986.1114937.1402806.2244136.2141617.3402324.0346961.0543091.0699533.1089688.1056781.1641429.0780895.1209622.1587976.2439116.2419373.3689417.034509.051901.0685505.1033345.1039947.1558902.0951103.1415122.1938678.2855025.2952439.4313866.0263728.0379906.0516233.0750929.0784636.113364.2673748.3815662.5551371.7759441.8646897,1.1799774.0102872.0134195.0212291.0271195.0315164.0405623.1403741.1826356.2853308.3669544.4343088.5528163.0353507.043999.0717301.0882552.1075485.1323944.1284035.1585086.2597062.3175783.3944691.4777234.0439546.0522751.0884703.1044567.1330795.1568721.1336407.1567318.2703675.3138143.410087.4714813.0449833.0508724.0895925.1015344.1352305.1524535.1527188.1701747.3093655.3404662.4691919.5109448.0340414.0363541.0670541.0726381.1014696.1089922.3976488.4203284.8166202.8400489,1.2580365,1.2553742.0312358.0293638.0637809.0583302.0952038.0876473.1838611.1715306.3711825.3421261.5626187.5116462.062004.0549403.1255044.1092728.1883501.1639793.1662793.1446683.3348966.2883548.5067871.4309657.0736006.0611357.1478558.1218506.2225786.1825421.1687108.1370936.3403207.2726442.5142687.4072596.0768738.0594758.1531864.1190451.2311824.1780066.1872278.1416992.37829.2811307.5715967.4194633.0660254.0472487.1305545.0953156.1972345.1421668.5239948.3678428,1.0694993.7221727,1.6370747,1.0590853.075845.0450277.1541216.0879279.2307148.1323243.2065866.1196296.4148565.2377162.6270543.3524829.10334.0558287.208457.1098105.3131063.1644235.1918103.1001082.3853041.1984163.5817904.2941995.1145625.0558988.2299667.1108391.346119.165195.1956447.0915048.3938144.180134.5938546.2670566.1170875.0508724.233614.1020253.3521978.1512378.2162192.0897748.4363662.1751544.6578225.2592247.1048364.0398142.2079894.0814987.313948.1199803.3284437.1192321.6612828.2333443,1.0007618.3391336l-.0000935-.0000468q.0000935.0000234.0000935.0000468s-2.7436081-1.1649682-5.4834753-3.0251766c-.426079-.2893834-.8522514-.5945476-1.2679496-.9158431-.1186774-.0918087-.2366066-.1848332-.3534136-.27905-.5840349-.4710605-1.1406684-.9718822-1.6398803-1.4973453.0042084.0033198,5.55081,4.3304646,9.0811118,5.423122l-.0000935-.0000234.0000935.0000234s-2.7457591-1.4369343-4.6487122-2.6670126c-.1522512-.0984016-.2989847-.1954706-.4387042-.2903887-.1395324-.0949181-.2719573-.187662-.3952172-.2774134-.1849834-.1346154-.3495793-.262451-.4875219-.3807012,0,0,.0085104.0052135.0212291.0129753.0191717.0116193.0521844.0315848.0981029.0591017.0000935.0000701.0000935.0001169.0002806.0001637.78819.4718554,5.3732148,3.1482662,9.0878452,3.8375683,0,0-4.7088458-2.64859-8.156382-6.9787975,0,0,4.624771,4.4143012,8.5767562,6.6004108,0,0-1.9339084-1.4714181-3.4475362-2.9848948,0,0,3.4055455,2.8167307,5.8860807,3.1110237,0,0-1.0510758-.6306211-1.8499271-1.597547,0,0,1.4715436,1.429383,4.3725465,1.6816408,0,0-1.9340019-.7147149-3.2793865-1.7657345,0,0,5.5496878,3.1110237,9.2494485,2.1440978,0,0-4.2883781-1.3453126-7.6938301-4.4983715,0,0,6.0542304,3.9097856,10.5107582,3.5734574,0,0-2.4805352-.5465274-4.4145371-1.6816174,0,0,1.093347.4541342,2.3753247.8084173.0165531.0057746.0325451.012648.0491917.0183758,0,0-.0102872-.0046758-.0254375-.0117596.8462661.2326196,1.7712764.4207959,2.5200008.4041502,2.9849842-1.0930782,7.7779049-4.7926645,7.7779049-4.7926645-1.5555249,2.4944299-3.8819384,4.0639457-3.8819384,4.0639457,3.7558729-1.4574142,6.334511-4.0919769,6.334511-4.0919769-.8408419,1.4574142-4.4845839,4.1480394-4.4845839,4.1480394,3.6997607-1.6816408,8.8570369-7.0068287,8.8570369-7.0068287-1.4014032,2.0179689-5.3254259,5.493352-5.3254259,5.493352,2.6907691-.8408204,5.9420994-2.186133,5.9420994-2.186133-1.4014032,1.233211-3.9240226,1.9619064-3.9240226,1.9619064,4.2839827-.2630355,6.9736295-1.4559413,8.2861883-2.2152397-.1336407.1867736-.2581163.3568314-.3767937.5166025-1.8739618,1.4099551-4.0414842,2.3712935-4.0414842,2.3712935,7.3996149-.2802657,11.4357685-3.7556488,11.4357685-3.7556488-1.9059458,2.4103362-6.9511846,3.6996097-6.9511846,3.6996097,5.2133884-.1681641,8.3525878-2.8027268,8.3525878-2.8027268-1.5695529,1.5134533-4.7088458,2.6906018-4.7088458,2.6906018,7.6798955-.952922,10.4267768-3.307219,10.4267768-3.307219-.8969542,1.1771485-4.9331078,3.139055-4.9331078,3.139055,3.0271619-.6165938,6.951091-3.5314222,6.951091-3.5314222-2.5785446,2.6906018-8.9691678,5.1570005-8.9691678,5.1570005,4.9891265,0,7.2314652-1.9058439,7.2314652-1.9058439-1.2893658,1.1771485-4.6528271,2.186133-4.6528271,2.186133,4.9331078-.4484531,8.5207375-2.6345627,8.5207375-2.6345627-2.4103949,1.9619064-6.2783988,2.9708909-6.2783988,2.9708909,3.531611-.0560625,6.3905297-1.233211,6.3905297-1.233211-1.0651039,1.121086-3.6997607,2.3542971-3.6997607,2.3542971,2.9475761-.3519218,5.963235-2.2568774,7.1251325-3.0607358-.563741.5060352-1.1522649.9984406-1.7634207,1.4759069-1.1517038.8144958-2.2225124,1.4727274-2.2225124,1.4727274.1269072-.0422923.2527857-.0883019.3785706-.134592.000187-.0000701.0002806-.0001169.0004676-.000187.155805-.0573249.3105813-.1176891.4644223-.1806951.0022445-.0008884.0043955-.0017067.0065464-.0025951.1532799-.0628657.3054376-.1284434.4567537-.1964759.0024315-.0011222.0049566-.0021742.0074816-.0032964.1509419-.0680091.3007616-.1384496.4494591-.2111578.0027121-.0012858.0054242-.0025483.0080428-.0038575.1486974-.0727784.2961791-.147731.442445-.2247175.0025251-.0013326.0050501-.0026184.0075752-.003951.1462659-.0770567.291129-.1559837.4347764-.236781.0025251-.0014261.0050501-.0027821.0075752-.0042082.1436473-.0807973.2857048-.1632779.426453-.2473482.0025251-.0014962.0050501-.0029691.0075752-.0044887.1410288-.0843041.2804677-.1699642.4185038-.2570505.0019639-.0012391.0039279-.0024314.0058918-.0036705.1383167-.0873434.27495-.175809.410087-.2654669.0016834-.0010988.0033667-.0021742.0049566-.003273.1358851-.090219.2700869-.1813264.4025118-.2733923.0003741-.0002572.0007482-.0004676.0010287-.0007014.1326119-.0922062.263447-.1850202.3924116-.2786058.0010287-.0007481.0020574-.0014962.0031797-.0022444,2.0736279-1.5045927,3.6659998-3.1532226,4.3799346-3.9411834.0022445-.0024548.0040214-.0045121.0062659-.0069435.0419907-.0463603.0813628-.0901489.1170875-.1302202.0042084-.0047693.0075752-.0085567.0116901-.0132324.0323581-.0364243.0632198-.0711185.0900601-.1017681.0132799-.0151495.0233801-.0268155.0352572-.0405155.0148697-.016973.0311423-.0355359.0437675-.050171.0712625-.0824338.1086707-.127555.1089513-.1278356-.4029794.9283742-1.3478161,1.9880907-2.4565004,3.0064267-.6653042.6110063-1.3895262,1.207167-2.0911162,1.7510526-.2338945.181303-.4651705.3567846-.6910223.5251124-.1128791.0841639-.224449.1665276-.3341484.246904-1.4268408,1.0451048-2.5555386,1.757435-2.5555386,1.757435v-.0000234.0000234c1.955044-.6779165,3.7946839-1.7991896,5.4294206-3.0608761.3632332-.2803592.7163663-.5676853,1.0583704-.8585883,1.0260123-.8727325,1.9520514-1.7779383,2.7514638-2.6257723.1331731-.1413252.2628859-.2809904.3889514-.4187152,1.7642624-1.9269784,2.8154318-3.4605609,2.8164605-3.4620104-.394095,1.1035285-1.1252375,2.2868491-1.9726259,3.417801-.0940815.1256613-.1897529.2506914-.286453.3748799-.3868939.4967772-.7919308.9802986-1.1956584,1.4389683-.2019106.2293232-.403447.4524509-.6022714.6679104-1.5906885,1.7236759-3.0061199,2.956887-3.0061199,2.956887h0c10.3145524-2.6345627,22.8154247-25.4487445,19.1155705-47.4221059-.5296996-3.1458816-1.1329997-6.2229592-1.7957788-9.2241959.8216703,2.0980181,1.5531869,4.3721491,1.9719712,5.733219.2736407,1.5293042.4907951,2.9380202.6503409,4.2143886.8270945,6.616963-.0111289,16.2738079-1.6073352,22.4516225-1.4710759,5.6944569-5.474965,14.375188-10.260404,20.0843502-.9838346,1.1737118-3.6633813,4.1346901-3.6633813,4.1346901,0,0,3.1101145-2.5802069,4.1308898-3.8046275,4.8365947-5.8015321,8.8680723-14.5380685,10.349529-20.2707732,1.608925-6.2292481,2.4579968-15.9693217,1.6208021-22.6665209ZM207.2141149,117.3889598c.8557117-8.4627934,3.4692329-16.6459992,5.3934152-21.7775635-.2241684.8059158-.4453442,1.6249471-.662218,2.4658142-2.9614171,11.4824059-4.8368753,22.1395383-4.6272025,31.4718146.0274015,1.2172666.0901537,2.4119727.1906881,3.5830427.2010689,2.3421401.5527991,4.5896893,1.0731466,6.7337637.2308084.9512153.4838746,1.8908113.7554578,2.8194895-1.3658655-3.3690093-3.543114-11.2557011-2.1232872-25.2963612ZM310.9460114,106.7830271c-1.7590253-7.3678216-3.8817514-14.2152533-6.2115317-20.351851,1.3170478,2.4776439,2.8989455,5.911436,4.1169552,9.9615648,1.8670413,6.2104983,3.2269215,11.5596496,4.1570755,16.0351098-.5816969-1.6142395-1.3287379-3.6534832-2.062499-5.6448236Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SLICED BOB 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.7694336,88.8842969c-3.0311279-9.4440918-6.5101318-18.0252686-13.4538574-25.3366699-3.1276855-3.293396-6.6508789-5.3922119-10.1289062-6.7957764-.3718262-.1795044-.7496338-.3504639-1.132019-.5148926-3.9758911-2.147583-7.7299194-3.1959229-10.493103-3.4412842-8.3366699-.7402954-15.3312378-.2952271-21.3239746,1.3775635-7.6085205,1.2428589-16.3095093,5.5609741-24.7886963,14.8672485.3643799-.3710938.7281494-.7314453,1.0914917-1.0852661-2.8570557,2.7827759-5.4567261,5.8700562-7.6990967,9.1677856-2.3818359,3.5029907-3.7128906,7.2494507-5.0250854,11.2646484-4.3743896,13.3857422-6.9439697,27.1022949-5.6446533,41.2001343.4576416,4.9653931,1.0578613,9.857666,3.4122314,14.3980713l.0180664-1.7993774c3.5983887,13.1859131,8.5071411,17.7318115,10.520752,19.456543,0,0-.9672241-.8343506-.4229736-2.2590332.1082764.1247559.2166138.2492065.3256226.371521.2612305.3096313.5549927.6321411.8748169.960144,1.204834,1.532959,3.5924683,3.6483765,7.8532104,4.2696533.0367432.0210571.0723267.0437622.1092529.0645142-.0338135-.019043-.0667725-.0432129-.1004028-.0634155.2053223.0298462.4138794.0570679.6279297.0797729,0,0-1.5146484-1.5915527-1.9191895-2.668396,0,0,1.234314,2.1845703,4.2332153,2.737915.0845947.0164795.1716309.031189.2609863.0446167.0081787.0011597.0162964.0023804.0244751.0036011.1113281.0161743.225769.0299072.3435669.0411377.0143433.0013428.0286255.0027466.0430298.0040894.0970459.008606.1959229.0154419.2967529.0205688.0444946.0024414.0889893.0047607.1340942.0064697.0263062.0009155.0515137.0029297.078064.0036011.0585327.0018311.1193237.0009155.1784058.0014038.0566406.0003662.1133423.0005493.1708984-.0002441.0482788-.0006714.0974121-.0028076.1462402-.0043335.0792236-.0023804.1577148-.0038452.2387085-.0084839.0658569-.0039062.1346436-.0101929.2017212-.015686.0819702-.0064697.163208-.0119629.2469482-.020752.1434326-.0148926.2880249-.0327759.4337769-.0545654,0,0-2.1928711-1.0618286-3.131897-3.3803711,0,0,.0061035.0031128.0161743.0081787.0057373.0029297.0106812.0053711.0211792.0106201.0102539.0050659.022522.0111694.0370483.0182495.0476685.0235596.1176758.0571899.2080688.0994263.0101929.0047607.0203247.0094604.0309448.0144043.1063232.0493164.2351074.1070557.3828125.1702881.0080566.003418.0157471.0067139.0239258.0101929.1549683.06604.3274536.1358643.5131226.2061157.0056763.0021973.0111084.0042725.0167847.0064087.0592041.0222778.1190186.0441895.1803589.0661621.0130615.0046387.0262451.0092163.0393677.013855.1224365.043396.2476807.0854492.3757935.1254883.0042725.0013428.0084229.0027466.0126953.0040894.0576172.0179443.1153564.0348511.173584.0516357.0278931.0081177.0557251.0158691.0837402.0236206.0562744.015625.1121826.0310669.1685791.0453491.000061.000061.0001831.000061.0002441.0001221.0001831,0,.0003662.000061.0005493.000061.1143188.0289917.2281494.0542603.3415527.0765381.0248413.0049438.0491943.0089722.0739746.0135498.0887451.0161743.1762085.0296631.2629395.0405273.0330811.0041504.0657959.0081177.0985107.0114746.0805664.0081177.1589966.0125732.2364502.0150146.031189.0009766.0628662.0031738.0934448.0031738.1040039-.0001221.2052612-.0046997.3007202-.0177002,0,0-2.7800903-3.4393921-5.7930298-8.7438354l-.6628418-2.0232544c1.5100708,3.4240723,2.8676758,5.496521,2.8676758,5.496521,0,0-3.7897949-7.6936035-5.4095459-20.9364014-.9984741-8.1633911-.8262939-16.3868408-.4251709-22.449707.0008545-.0006104.00177-.0011597.0026245-.00177.0245361-.0166626.0490723-.0336914.0736084-.0505981.026062-.0179443.052124-.0355225.078186-.0537109q-.000061,0-.000061.000061c.0001221-.0001221.0002441-.0001831.0003662-.0003052.0908203-.0632324.1815796-.128479.2724609-.1947021.0039062-.0028687.0078125-.0057373.0117798-.008606.1669312.1607056.3307495.3195801.5029907.4835205.0015869-.3047485.0197754-.5880127.0262451-.8864136.0103149-.0081787.0206909-.015564.0310059-.0238037l.0001221-.0001221c.0247803-.0197754.0494995-.0405884.0742188-.0605469.012085-.0097656.0241699-.0197754.0362549-.0296631.0209351-.0169678.0418091-.0339966.0626831-.0510864.012085-.0099487.0241699-.0196533.0363159-.0296631.3302002-.2724609.6595459-.56604.9869385-.8814697.0213013-.0205078.0424805-.0408936.0637207-.0615234.2401733-.2337036.4790649-.4794312.7163086-.737854.0111084-.012085.0222778-.0238037.0333252-.0359497.0683594-.0747681.1364136-.151123.2044067-.2280884.0267334-.0302124.0534058-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0180664-.0217285.0361938-.043457.0542603-.0653687.0349731-.0424194.0702515-.0837402.1051636-.12677.001709-.0021973.00354-.0042114.0053101-.0064087.1534424-.1893921.3056641-.3858643.4569702-.5870361.0072632-.0095825.0146484-.0184326.0218506-.0280762.0219727-.0293579.0436401-.0601807.0656128-.0897827.1317139-.1777344.2625732-.3597412.392334-.5467529.0200195-.0288086.0402222-.0567017.0601196-.0856934.0259399-.0378418.0518799-.0757446.0778198-.1138916.0007935-.0012817.0016479-.0025635.0025024-.0038452.1176758-.1737671.234375-.3519897.3502197-.5337524.0283813-.0445557.0564575-.090332.0847168-.1353149.1193237-.1900024.2374878-.3843994.3546143-.5831909.0283203-.0481567.0568237-.0953979.085022-.144043.0825806-.142334.1641846-.2879639.2454834-.4348145.0155029-.0279541.0310669-.0552979.0464478-.083374.0377197-.0686035.0753784-.1368408.112793-.2063599.024292-.0452881.0480957-.0921021.0723267-.1377563.1063232-.2007446.2114258-.4057617.3153687-.6147461.0137329-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0465088-.0950928.0697021-.1427612.1279907-.2632446.2545776-.5315552.37854-.8078613.0153809-.0343018.0302734-.0700073.0455933-.1044312l.0018311-.0042114c.0145874-.0328369.0288696-.0664673.043396-.0994873.0941772-.2140503.1870117-.4319458.2786255-.6538086.031311-.0757446.062439-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673,0,0,0-.000061.000061-.000061-.5581055,2.0032349-1.0393677,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0273438.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419678.5200195-.0368042.1345825-.0738525.2704468-.1098633.4013672-.0303345.1103516-.0596924.2158203-.0895386.3236084-.0450439.1629639-.090271.3264771-.1342163.4833374-.2850342,1.0187378-.5467529,1.9122925-.7940063,2.668457h.00177v.000061c.225769.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0003662-.0025635.1988525-.0036621.3999023-.0125732.6013794-.0228271-.0009155.0008545-.0020142.0020752-.0028687.0028687.0291138-.0015259.0593872-.0048218.088623-.0064697.1686401-.0093384.3400879-.022522.5114746-.036438.0003052,0,.0006104-.000061.0009155-.000061.0370483-.0029907.0739746-.0057983.1112061-.0090332.067627-.0057983.1342163-.0098267.2023926-.0163574.0786133-.0075684.1588745-.0167847.2382202-.0252686.2077637-.0213013.4179077-.0454102.6325684-.0742798.1025391-.0819702.2067871-.1674194.312439-.2560425.0458374-.0383911.0929565-.0797729.1393433-.1194458.0601196-.0514526.119812-.1018677.1809082-.1555176.0616455-.0541992.1246948-.1117554.1873779-.1682129.0466919-.0421143.0928345-.0828857.1401367-.1263428.0734863-.0675049.1483154-.1386719.2230835-.2094116.0371704-.0352173.0737915-.0690308.1112671-.1050415.0830688-.0797729.1674194-.163269.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0910645-.0913696.1834106-.1865234.276062-.2827148.0241699-.0251465.0480347-.0493164.0723267-.0747681.0973511-.1019287.1958618-.2077026.2949219-.3150635.0203247-.0220947.0405273-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1035156.182251-.210022.274231-.3180542.0359497-.0422363.0717773-.0841675.1079102-.1270752.0866089-.1030273.1738281-.2088013.2614136-.315979.0080566-.0098267.0159912-.019104.0240479-.0289917-.0021973.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0529785-.0656128.0796509-.0991821.0563354-.0709229.1130981-.1437378.1697998-.2164307.0131836-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412354-.1824341.0296021-.0386353.0594482-.0785522.0891113-.1176147.0922852-.1216431.1849365-.2455444.2781372-.3718262.0367432-.0498657.0734863-.0994873.1104126-.1501465.0419312-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479126-.0670776.0606079-.0845337.1210938-.168335.1820068-.2548218.0199585-.0283813.0400391-.0579834.0600586-.0865479.0286865-.0410156.0575562-.0829468.0863647-.1243896.0203857-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402222-.0592651.0805664-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2895508.289856-.4381104.0297241-.0455933.0593262-.0899048.0891113-.1359863.0315552-.0487061.0632935-.098999.0949097-.1482544.0087891-.0137329.0174561-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0110474-.2009277.6030273-.3874512,1.1706543-.5592041,1.6998901-.0063477.0196533-.0125732.0387573-.0188599.0582275-.1621094.4998779-.3109741.9647827-.446106,1.3913574-.0150146.0474243-.0296631.0935669-.0443115.1400757-.0625.197937-.1231689.3903809-.1795044.5706787.3173828-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9416504-.0713501,1.4144897-.1060181.3305664-.024231.6608887-.048584.9923706-.0717163.0379639-.0026245.0761108-.0044556.1140747-.0070801h-.000061c.9456787-.0654907,1.8936768-.1278687,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061.0002441-.000061.0004883-.000061.0007324-.000061.1542358-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437622.1305542-.0903931.1958008-.135376.0921631-.0635986.184082-.1262207.2771606-.1922607.0841675-.0596924.1693726-.1227417.2542114-.1845093.0731201-.0532837.145813-.1051025.2194214-.1598511.0040283-.0030518.0080566-.0059814.012085-.0089722.0953979-.071106.1917114-.1456909.2878418-.2193604.059021-.0452271.1176147-.0889893.1768188-.1352539.0095825-.0075073.019165-.0147705.0287476-.0222778.1030884-.0806885.2069702-.164978.310791-.2486572.0475464-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300293-.024353.045105-.0367432.1080933-.0887451.2167969-.1812134.3255005-.2733154.0383301-.0325317.076416-.0637207.1148682-.0966187.0216064-.0184937.0430908-.0367432.0646973-.0553589.1108398-.09552.222168-.1947632.3335571-.2938843.0307007-.0273438.0611572-.0534668.0918579-.0810547.0275269-.0247192.0548706-.0489502.0823975-.0738525.1123657-.1016846.2251587-.2070312.3380127-.312439.0244751-.0229492.0488281-.0447998.0733643-.0678711.0336914-.0316772.0672607-.0628662.1009521-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0072021-.006897.0108032-.010437.0172729-.0169678.0344849-.0331421.0517578-.0502319.0396729-.0390625.0792847-.0776978.1189575-.1172485.1098633-.1095581.2199707-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0132446-.0136108.0263672-.0266113.0396118-.0402832.0453491-.046814.0906982-.0932007.1360474-.140686.1092529-.1143188.2185669-.2319336.3279419-.3499146.001709-.0018921.003418-.0037231.005127-.0055542.0109253-.0117798.0217896-.0230103.0326538-.0348511.0507202-.0549316.1014404-.109436.1521606-.1651611.1079712-.1185303.2159424-.2402954.3239136-.3625488.0091553-.010376.0183105-.0203857.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3710327.0018921-.0022583.0037842-.0043945.0057373-.0067139-.0007935.0018311-.0015869.0037231-.0023804.0055542.0196533-.0233765.0392456-.0487061.0588989-.0722046.046875-.0559692.09375-.1121826.140625-.1688843.1015625-.1229858.2029419-.2486572.3044434-.375061.0065918-.0082397.0131836-.0165405.0197754-.0247803.0316772-.0394897.0633545-.0772705.0949707-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0230713-.0291748.0460815-.0602417.0692139-.0895996.0974121-.1239014.1946411-.2501831.2919312-.3773804.0042114-.0055542.0084229-.0112305.0126953-.0167847.0042114-.0054932.0084229-.0111084.0126343-.0166626.0640259-.0839844.1281128-.1677246.1920166-.2531738.0261841-.0349121.0523682-.0687256.0784912-.1038818.0693359-.0932617.1384277-.1890869.2075806-.2841187.0001221-.0001221.0002441-.0003052.0003662-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187744.2697754-.2360229.5356445-.3508911.7947998-.045166.1019897-.0893555.201355-.1339111.3016357-.098938.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0955811.2136841-.1427612.3189087-.0895996.2000122-.1775513.3955688-.2637939.5869751-.0467529.1036377-.0935059.2073975-.1391602.3084106-.0837402.1852417-.164978.3641968-.2451172.5404053-.0437622.0963135-.0884399.1946411-.1311035.288208-.0814819.1787109-.1595459.348938-.2368164.5172729-.0358276.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2148438.4656982-.31427.6796265h.0014648c.1361694-.0006104.2717896.0013428.4077759.0014648.0012207-.0020752.0026245-.0045776.0038452-.0066528.1453247-.0020752.2905273-.0038452.4378662-.007019.1109619-.0023804.2233276-.005127.335144-.0079346.2155151-.0053711.4319458-.0108032.6498413-.0167847.0025635-.0001221.0050659-.0001221.0076294-.0001831.7047119-.0194092,1.4162598-.0366211,2.1156006-.0340576.2888184.0010986.5741577.0071411.8567505.0166626.0515137.0018311.1033936.0031738.1546021.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8828735-.4800415.0144043-.0081787.0284424-.015686.0428467-.0239258.3010254-.1715698.6077271-.3553467.9185791-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170776-.1984863.6389771-.409668.9648438-.6328735.0016479-.0011597.0032959-.0023193.0049438-.003418.1594849-.109314.3198853-.2218018.4812622-.3373413.0057373-.0040894.0114136-.0081787.0171509-.0123291.1659546-.1190186.3327637-.241394.5005493-.3671875.000061-.000061.0001221-.000061.0002441-.0001221-.0003052.0003052-.0005493.0006104-.0008545.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090332.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314941.0362549-.0617676.0706787-.0928955.1064453-.1328735.1528931-.2642212.3033447-.3912354.4469604-.1642456.1856079-.3253174.366333-.4793701.5366821.6617432.0273438,1.3417358.050415,2.0264282.067749.125.0031128.2487793.0074463.3740845.0100708-.0004272.0001831-.0009155.0004272-.0012817.0005493.0134888.0003052.0270996.0002441.0406494.0004883.1878662.0038452.3762817.0045166.5646362.006897.241333.0031738.4824829.0078125.7236938.0081177.4215698.0006714.8424683-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335083-11.7970581.2466431-.4522705.4833984-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1495972-.2868042.2979126-.5723267.4406128-.852356.0859985-.1688232.1688232-.3346558.2523193-.5010986.1246948-.2485352.2476807-.4954834.3669434-.7388916.0856323-.1748047.1697388-.3482056.2526245-.5204468.1099243-.2283936.217041-.4541626.3221436-.6781006.0817261-.1740723.1634521-.3481445.2423096-.5195312.0999146-.2171631.1957397-.430603.2911377-.6435547.0758057-.1692505.1531372-.3399658.2261963-.5065918.0929565-.2124023.1807251-.420105.2692871-.628418.074707-.1757812.1513672-.3534546.2230225-.5264282,1.2849731-3.1029053,1.8950195-5.0814209,2.1862793-6.2766113.2924805.1669922.5836792.3395386.8733521.519043.3237305,1.0063477.6434326,1.8130493,1.1153564,2.902832.8306274,2.1589355,1.7634277,4.3084106,2.7472534,6.3875122.0040894.008606.0081177.017334.012207.026001.1628418.3438721.3270874.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0461426.0953979.1566772.321167.3143921.6395874.4727783.9564209.0249023.0498047.0496216.0999756.0745239.1495972.1515503.3019409.3036499.6008911.4562988.8983765.0322266.0628052.0643311.1260376.0965576.1885986.147522.2861938.2954102.5692139.4436035.8508301.0377197.0716553.0753174.1437378.1130981.2150879.1400757.2648315.2801514.5265503.4204712.7868652,2.8278198,5.4830933,5.4475708,9.4732056,7.6373291,11.8327026.0038452.0043335.0076904.008606.0115356.0128784.1081543.1207275.2115479.2318726.3093262.3320312.2234497.007019.4448853.0248413.6660767.043457.1141968.0102539.2285156.0200195.3422241.0325928.395813.0438232.788269.1044312,1.177124.180481.1951904,5.3189087.0372314,12.8450928-1.489563,21.0577393-2.4384766,13.1167603-5.7178345,17.4890747-5.7178345,17.4890747,0,0,2.699707-2.6588135,4.7912598-8.5758057-.0360718.1548462-.072876.3201904-.1122437.5029907-.0449829.1882935-.0913696.3912964-.1383667.6107788-.2418213,1.1287231-.4847412,2.2151489-.7293091,3.2686157-.2244873.9540405-.4321899,1.7964478-.6264648,2.5489502-.883667,3.3695068-1.5707397,5.0717773-2.1716309,6.1958618-.2971191.5153198-.5819092.916687-.8950195,1.460022.7641602-.128479,1.5896606-.9113159,1.5896606-.9113159,0,0-1.1546021,2.8543701-2.239502,4.7045898,0,0,.0969849-.0787354.2463989-.2192993.3197632-.2993164.895874-.8966675,1.2698975-1.6202393-.0009155.0337524-.0072021.2303467-.0304565.5335083-.0150757.1963501-.0378418.4368286-.0710449.703186-.0014038.0113525-.0029907.0230713-.0043945.0344849-.0514526.4046631-.1273193.8676758-.2396851,1.3342896-.0003662.0015259-.0007324.0030518-.0010986.0045166-.1143188.4736328-.2659302.9499512-.46698,1.3699951-.0158691.03302-.0300903.0678711-.0465088.1001587,0,0,3.6287231.7787476,7.815979-3.1647949l-.6398926,1.4671021s.6383667-.0814209,1.5805054-.4378662c.6720581-.2366333,1.5958252-.4847412,2.4537354-1.2723999.2175903-.1549683.4241333-.322937.6182861-.5024414.6468506-.5299683,1.2850952-1.1817627,1.8572998-1.9835205l-.3005981,1.0122681s.0093994-.0067139.0229492-.0166016c.3664551-.2532959.7797241-.6356812,1.2156982-1.1110229.8601685-.9022217,2.0606689-2.3917236,3.2503662-4.6190796.7554321-1.3392944,1.3720703-2.6798096,1.6773071-3.7627563.392395.7785034.2242432,1.723877.2242432,1.723938,2.4104614-3.6943359,3.4962769-11.3414307,3.6437378-17.4837646.3631592-15.1260376-3.2214966-31.9981689-7.8480225-46.4130859ZM265.987207,118.3037305c.0028076-.0019531.0053711-.0039062.0081177-.0057983.0010376.0137329.0020752.0294189.0031128.0429688.1447144-.0952759.3018799-.2081909.4622803-.3258667.0289307.9006348.0384521,1.8483276.0212402,2.8483276-.0519409,3.0115967-.4567871,6.6323242-.991394,10.1989746.4439697-4.4414062.6193237-8.7354736.4966431-12.758606ZM195.8096558,65.8556104c4.1356812-3.6517334,8.2423096-6.2772827,12.4845581-8.2803345-4.548645,2.1477661-8.7182617,4.9688721-12.4845581,8.2803345ZM192.1496826,139.5457349c-.8889771-3.3511963-2.7800293-8.3764648-3.8624878-13.479187-.0437012-.2954102-.0831909-.5776367-.1176147-.8405762-.0021362.0697632-.0015869.1421509-.003479.2121582-.090332-.5844116-.173645-1.1654053-.2487793-1.7415161-.0062866.0409546-.0134277.0871582-.020813.1348877-.034729-.2414551-.0701904-.487854-.1066284-.7407837-.003418.046936-.0062256.0925293-.0096436.1393433-.0168457-.1189575-.0302734-.2371216-.0458374-.3557739.0147095.0621948.0328979.1334229.055481.2164307.0131226-.178833.0332031-.361084.0478516-.5407104-.0657959-.0338745-.1295166-.0811768-.1469116-.0137329-.0131226-.1090088-.0302124-.2188721-.0421753-.3275757-.2458496-2.2261353-.1867676-3.838501.0944214-4.9490356-.0713501,1.1204224.0078735,2.6078491.1811523,4.3131104.0002441-.0023193.0004272-.0046387.0006714-.006958.019165.1936035.0379028.3862915.0600586.5872803.171875,1.5560913-.2670898.838562.3774414,2.8731079.1027832-3.2910767.3860474-6.1775513.7114258-8.5523682.0678101-.0132446.1310425-.0222168.2001343-.0367432.0072632-.0015869.0147095-.0032349.0219727-.0048218.1179199-.0249634.2376709-.052124.3589478-.0810547.0154419-.0037231.0308228-.0073242.0463257-.0111084.2611694-.0631714.5296021-.1357422.8045044-.2190552.0119019-.00354.0238647-.0073853.0357666-.0110474.1122437-.0343018.225769-.071167.3399658-.1091309.074707.0830688.1495361.1662598.2286987.2584229.4978027.5794678,1.0720215,1.3101196,1.576355,1.8231201.0175171.0178223.0340576.0326538.0513306.0499268-.102417.7565308-.1885986,1.5272217-.25177,2.3106079-.5513916,6.8390503.3036499,18.4580078,1.0601196,23.5152588-.5227051-1.4320679-.9970093-2.9066772-1.3964844-4.4124756ZM193.231897,126.7259106c-.1112671-1.9310913-.147644-3.7832031-.0731812-5.4421387.0709229-1.5792847.2182617-3.1061401.4141235-4.5582886-.2545776,3.203186-.362915,6.5924072-.3409424,10.0004272ZM269.2178589,132.5593457c-.024353.0772095-.0481567.1572266-.0731812.2296753-.0055542.0556641-.0100708.105896-.0153809.1605225-.9896851,4.2630615-2.1239624,6.8496094-3.1373291,8.4200439-.3251953.4927368-.6680908.9298706-1.0308838,1.2940674-.0481567.0431519-.0765991.0653687-.0767822.0658569-.0001221.0002441-.0004883.0061646-.0007935.0101929-.1408081.1362915-.2844849.2613525-.4309692.3757324,1.2201538-4.9330444,3.49823-15.1030273,3.3747559-21.831665-.0263062-1.4359131-.1290894-2.7952881-.2836304-4.0671387.0068359-.0048218.0140991-.0102539.0209351-.0150146.1071167-.0493164.2145386-.0923462.3257446-.1219482-.0068359-.0266113-.0142822-.0539551-.0211792-.0806885.081604-.0508423.1568604-.0926514.2286377-.1295166.0697021-.0241089.1401367-.0491943.2029419-.0643311.3208008-.0775146.8143311.0709839,1.321106.4100342.3398438,2.394104.5982056,5.1194458.7127075,8.2092896.0861206-.357605.1658325-.7098999.2424316-1.0592041-.3878784,3.2437744-.8532715,5.9430542-1.3591309,8.1940918Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M314.8340287,119.6937405c-.6886843-5.5082444-2.3944029-13.3610602-5.4326938-23.4663348-2.1568611-7.1728653-6.4660007-15.0357341-7.8213919-17.4043156-2.0370614-4.4970389-4.1670821-8.4600581-6.3051456-11.7720464-2.9548707-4.577205-6.9504364-8.0026275-10.9327222-10.4623164-2.1442358-1.3244587-4.2846373-2.3688855-6.256515-3.1623637-3.380295-1.3602517-6.265493-1.9829942-7.8263485-2.0145322h0c-1.5608555-.0315381-2.9148439.2443791-3.9975297.6015612-.1804009.0595459-.3533201.1213129-.5183836.1843189-.3302205.126012-.6290182.2568401-.8941486.3841379-.928003.4456009-1.4430198.8479509-1.4430198.8479509,0,0-.2897262-.4345193-1.0733337-.9233711-.1678691-.1047606-.3584637-.2119994-.5737477-.3179991-.0718237-.0353488-.1462659-.0705574-.2236073-.105462-.3866133-.1745933-.8436476-.342243-1.3804547-.4856489-.1073614-.0286859-.2179025-.0563898-.3317169-.0829949-.9105147-.2128177-2.0298604-.3547273-3.396287-.3547273h0c-.34163,0-.7115032.0101698-1.1067205.0315614-.1977021.0106841-.4016701.0241971-.6116234.0406324-3.1501413.2464131-7.6519329,1.1521565-12.3187881,3.1502067-.9334271.3996147-1.8733072.8429245-2.8104752,1.3333894-1.2494326.6539532-2.4937216,1.3917196-3.710422,2.2215753-.9125721.6223684-1.8095263,1.2965209-2.6815105,2.0259177-.5812293.4862567-1.1514232.9970612-1.7076826,1.5334656-.2781297.2681788-.5527056.5427868-.8235407.8238941-.2707416.2811073-.5377423.5687373-.8005347.8630303-3.6788121,4.1200082-6.7780783,8.256101-9.4459349,12.9434204-.7622848,1.3392107-1.4893124,2.7234725-2.1845431,4.1651761-1.4269343,2.9592248-2.7193863,6.1632029-3.9084047,9.7146842l-.0246894-.0116193c-.0620975.1320438-6.2363146,13.3588626-7.6495949,27.336049-2.0058256,19.8321859,2.974697,27.348206,3.1879235,27.6583031l.1875084-.1285369c.0271209.0810545.052839.1630207.0802405.2438648.9236075,2.7235894,2.0311696,5.3255153,3.3226864,7.7623864.3228324.6092295.6572614,1.2081255,1.0030998,1.7960335.5188512.8818736,1.063514,1.7389891,1.6339885,2.569102.570568.8301129,1.1669476,1.6331998,1.7892324,2.406993.829713,1.0317087,1.7054381,2.0113527,2.6270817,2.933438.6912093.6915698,1.4083238,1.3508066,2.1513434,1.9753727.247642.208212.4981832.4125432.7516235.6129467.7601338.6012339,1.5462664,1.1670723,2.3582105,1.6952005l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0236607-.0194746-.0678023-.0571145-.0187976-.0160145-.0430194-.0368918-.0692986-.0596628-.0042084-.0036237-.0069205-.0059616-.011316-.0097724-.0310488-.0269792-.0672412-.0586809-.1074549-.0942401-.0014963-.0013092-.0026186-.0022677-.0041149-.0036003-.9265066-.820247-4.1850381-3.8786215-7.4162615-8.9960417-.0002806-.0003741-.0004676-.0007715-.0007482-.0011456-.1465465-.2321754-.2930929-.4686057-.4393589-.7092208-.0003741-.0007014-.0008417-.0014027-.0012158-.0021041-.1457983-.2399371-.2914096-.4840825-.4364597-.7323893-.0014028-.0024314-.0028056-.0049096-.0042084-.007341-.1443955-.2473249-.2884169-.4987878-.4315967-.7543654-.0013093-.0023145-.0026186-.0046758-.0039279-.0070137-.1435538-.2563959-.286453-.5168363-.428417-.7815082-.000187-.0002104-.0002806-.000491-.0003741-.0007014-.2846761-.5307934-.5656114-1.0783261-.8411225-1.6422474.0347896.0686871.0724783.1417927.1128791.2196209.0116901.0226775.0237542.0455888.0360054.068991.0370341.0708145.0751904.1431721.1167135.2205795.0208551.0389959.0432064.0800492.0651837.1206816.0385304.0711652.0766867.1416057.1186774.2175402.0347896.0629826.0728524.1302202.1100735.1963823.034509.0613929.0668671.1199569.1035271.1839448.075471.1321139.155805.2701192.2401604.4126835.0234736.0396973.0491917.0817325.0734135.1222013.0660254.1106053.1335471.2226368.2048097.338666.0315164.0513166.0646226.104106.0971677.1564279.0692986.1114937.1402806.2244136.2141617.3402324.0346961.0543091.0699533.1089688.1056781.1641429.0780895.1209622.1587976.2439116.2419373.3689417.034509.051901.0685505.1033345.1039947.1558902.0951103.1415122.1938678.2855025.2952439.4313866.0263728.0379906.0516233.0750929.0784636.113364.2673748.3815662.5551371.7759441.8646897,1.1799774.0102872.0134195.0212291.0271195.0315164.0405623.1403741.1826356.2853308.3669544.4343088.5528163.0353507.043999.0717301.0882552.1075485.1323944.1284035.1585086.2597062.3175783.3944691.4777234.0439546.0522751.0884703.1044567.1330795.1568721.1336407.1567318.2703675.3138143.410087.4714813.0449833.0508724.0895925.1015344.1352305.1524535.1527188.1701747.3093655.3404662.4691919.5109448.0340414.0363541.0670541.0726381.1014696.1089922.3976488.4203284.8166202.8400489,1.2580365,1.2553742.0312358.0293638.0637809.0583302.0952038.0876473.1838611.1715306.3711825.3421261.5626187.5116462.062004.0549403.1255044.1092728.1883501.1639793.1662793.1446683.3348966.2883548.5067871.4309657.0736006.0611357.1478558.1218506.2225786.1825421.1687108.1370936.3403207.2726442.5142687.4072596.0768738.0594758.1531864.1190451.2311824.1780066.1872278.1416992.37829.2811307.5715967.4194633.0660254.0472487.1305545.0953156.1972345.1421668.5239948.3678428,1.0694993.7221727,1.6370747,1.0590853.075845.0450277.1541216.0879279.2307148.1323243.2065866.1196296.4148565.2377162.6270543.3524829.10334.0558287.208457.1098105.3131063.1644235.1918103.1001082.3853041.1984163.5817904.2941995.1145625.0558988.2299667.1108391.346119.165195.1956447.0915048.3938144.180134.5938546.2670566.1170875.0508724.233614.1020253.3521978.1512378.2162192.0897748.4363662.1751544.6578225.2592247.1048364.0398142.2079894.0814987.313948.1199803.3284437.1192321.6612828.2333443,1.0007618.3391336l-.0000935-.0000468q.0000935.0000234.0000935.0000468s-2.7436081-1.1649682-5.4834753-3.0251766c-.426079-.2893834-.8522514-.5945476-1.2679496-.9158431-.1186774-.0918087-.2366066-.1848332-.3534136-.27905-.5840349-.4710605-1.1406684-.9718822-1.6398803-1.4973453.0042084.0033198,5.55081,4.3304646,9.0811118,5.423122l-.0000935-.0000234.0000935.0000234s-2.7457591-1.4369343-4.6487122-2.6670126c-.1522512-.0984016-.2989847-.1954706-.4387042-.2903887-.1395324-.0949181-.2719573-.187662-.3952172-.2774134-.1849834-.1346154-.3495793-.262451-.4875219-.3807012,0,0,.0085104.0052135.0212291.0129753.0191717.0116193.0521844.0315848.0981029.0591017.0000935.0000701.0000935.0001169.0002806.0001637.78819.4718554,5.3732148,3.1482662,9.0878452,3.8375683,0,0-4.7088458-2.64859-8.156382-6.9787975,0,0,4.624771,4.4143012,8.5767562,6.6004108,0,0-1.9339084-1.4714181-3.4475362-2.9848948,0,0,3.4055455,2.8167307,5.8860807,3.1110237,0,0-1.0510758-.6306211-1.8499271-1.597547,0,0,1.4715436,1.429383,4.3725465,1.6816408,0,0-1.9340019-.7147149-3.2793865-1.7657345,0,0,5.5496878,3.1110237,9.2494485,2.1440978,0,0-4.2883781-1.3453126-7.6938301-4.4983715,0,0,6.0542304,3.9097856,10.5107582,3.5734574,0,0-2.4805352-.5465274-4.4145371-1.6816174,0,0,1.093347.4541342,2.3753247.8084173.0165531.0057746.0325451.012648.0491917.0183758,0,0-.0102872-.0046758-.0254375-.0117596.8462661.2326196,1.7712764.4207959,2.5200008.4041502,2.9849842-1.0930782,7.7779049-4.7926645,7.7779049-4.7926645-1.5555249,2.4944299-3.8819384,4.0639457-3.8819384,4.0639457,3.7558729-1.4574142,6.334511-4.0919769,6.334511-4.0919769-.8408419,1.4574142-4.4845839,4.1480394-4.4845839,4.1480394,3.6997607-1.6816408,8.8570369-7.0068287,8.8570369-7.0068287-1.4014032,2.0179689-5.3254259,5.493352-5.3254259,5.493352,2.6907691-.8408204,5.9420994-2.186133,5.9420994-2.186133-1.4014032,1.233211-3.9240226,1.9619064-3.9240226,1.9619064,4.2839827-.2630355,6.9736295-1.4559413,8.2861883-2.2152397-.1336407.1867736-.2581163.3568314-.3767937.5166025-1.8739618,1.4099551-4.0414842,2.3712935-4.0414842,2.3712935,7.3996149-.2802657,11.4357685-3.7556488,11.4357685-3.7556488-1.9059458,2.4103362-6.9511846,3.6996097-6.9511846,3.6996097,5.2133884-.1681641,8.3525878-2.8027268,8.3525878-2.8027268-1.5695529,1.5134533-4.7088458,2.6906018-4.7088458,2.6906018,7.6798955-.952922,10.4267768-3.307219,10.4267768-3.307219-.8969542,1.1771485-4.9331078,3.139055-4.9331078,3.139055,3.0271619-.6165938,6.951091-3.5314222,6.951091-3.5314222-2.5785446,2.6906018-8.9691678,5.1570005-8.9691678,5.1570005,4.9891265,0,7.2314652-1.9058439,7.2314652-1.9058439-1.2893658,1.1771485-4.6528271,2.186133-4.6528271,2.186133,4.9331078-.4484531,8.5207375-2.6345627,8.5207375-2.6345627-2.4103949,1.9619064-6.2783988,2.9708909-6.2783988,2.9708909,3.531611-.0560625,6.3905297-1.233211,6.3905297-1.233211-1.0651039,1.121086-3.6997607,2.3542971-3.6997607,2.3542971,2.9475761-.3519218,5.963235-2.2568774,7.1251325-3.0607358-.563741.5060352-1.1522649.9984406-1.7634207,1.4759069-1.1517038.8144958-2.2225124,1.4727274-2.2225124,1.4727274.1269072-.0422923.2527857-.0883019.3785706-.134592.000187-.0000701.0002806-.0001169.0004676-.000187.155805-.0573249.3105813-.1176891.4644223-.1806951.0022445-.0008884.0043955-.0017067.0065464-.0025951.1532799-.0628657.3054376-.1284434.4567537-.1964759.0024315-.0011222.0049566-.0021742.0074816-.0032964.1509419-.0680091.3007616-.1384496.4494591-.2111578.0027121-.0012858.0054242-.0025483.0080428-.0038575.1486974-.0727784.2961791-.147731.442445-.2247175.0025251-.0013326.0050501-.0026184.0075752-.003951.1462659-.0770567.291129-.1559837.4347764-.236781.0025251-.0014261.0050501-.0027821.0075752-.0042082.1436473-.0807973.2857048-.1632779.426453-.2473482.0025251-.0014962.0050501-.0029691.0075752-.0044887.1410288-.0843041.2804677-.1699642.4185038-.2570505.0019639-.0012391.0039279-.0024314.0058918-.0036705.1383167-.0873434.27495-.175809.410087-.2654669.0016834-.0010988.0033667-.0021742.0049566-.003273.1358851-.090219.2700869-.1813264.4025118-.2733923.0003741-.0002572.0007482-.0004676.0010287-.0007014.1326119-.0922062.263447-.1850202.3924116-.2786058.0010287-.0007481.0020574-.0014962.0031797-.0022444,2.0736279-1.5045927,3.6659998-3.1532226,4.3799346-3.9411834.0022445-.0024548.0040214-.0045121.0062659-.0069435.0419907-.0463603.0813628-.0901489.1170875-.1302202.0042084-.0047693.0075752-.0085567.0116901-.0132324.0323581-.0364243.0632198-.0711185.0900601-.1017681.0132799-.0151495.0233801-.0268155.0352572-.0405155.0148697-.016973.0311423-.0355359.0437675-.050171.0712625-.0824338.1086707-.127555.1089513-.1278356-.4029794.9283742-1.3478161,1.9880907-2.4565004,3.0064267-.6653042.6110063-1.3895262,1.207167-2.0911162,1.7510526-.2338945.181303-.4651705.3567846-.6910223.5251124-.1128791.0841639-.224449.1665276-.3341484.246904-1.4268408,1.0451048-2.5555386,1.757435-2.5555386,1.757435v-.0000234.0000234c1.955044-.6779165,3.7946839-1.7991896,5.4294206-3.0608761.3632332-.2803592.7163663-.5676853,1.0583704-.8585883,1.0260123-.8727325,1.9520514-1.7779383,2.7514638-2.6257723.1331731-.1413252.2628859-.2809904.3889514-.4187152,1.7642624-1.9269784,2.8154318-3.4605609,2.8164605-3.4620104-.394095,1.1035285-1.1252375,2.2868491-1.9726259,3.417801-.0940815.1256613-.1897529.2506914-.286453.3748799-.3868939.4967772-.7919308.9802986-1.1956584,1.4389683-.2019106.2293232-.403447.4524509-.6022714.6679104-1.5906885,1.7236759-3.0061199,2.956887-3.0061199,2.956887h0c10.3145524-2.6345627,22.8154247-25.4487445,19.1155705-47.4221059-.5296996-3.1458816-1.1329997-6.2229592-1.7957788-9.2241959.8216703,2.0980181,1.5531869,4.3721491,1.9719712,5.733219.2736407,1.5293042.4907951,2.9380202.6503409,4.2143886.8270945,6.616963-.0111289,16.2738079-1.6073352,22.4516225-1.4710759,5.6944569-5.474965,14.375188-10.260404,20.0843502-.9838346,1.1737118-3.6633813,4.1346901-3.6633813,4.1346901,0,0,3.1101145-2.5802069,4.1308898-3.8046275,4.8365947-5.8015321,8.8680723-14.5380685,10.349529-20.2707732,1.608925-6.2292481,2.4579968-15.9693217,1.6208021-22.6665209ZM207.2141149,117.3889598c.8557117-8.4627934,3.4692329-16.6459992,5.3934152-21.7775635-.2241684.8059158-.4453442,1.6249471-.662218,2.4658142-2.9614171,11.4824059-4.8368753,22.1395383-4.6272025,31.4718146.0274015,1.2172666.0901537,2.4119727.1906881,3.5830427.2010689,2.3421401.5527991,4.5896893,1.0731466,6.7337637.2308084.9512153.4838746,1.8908113.7554578,2.8194895-1.3658655-3.3690093-3.543114-11.2557011-2.1232872-25.2963612ZM310.9460114,106.7830271c-1.7590253-7.3678216-3.8817514-14.2152533-6.2115317-20.351851,1.3170478,2.4776439,2.8989455,5.911436,4.1169552,9.9615648,1.8670413,6.2104983,3.2269215,11.5596496,4.1570755,16.0351098-.5816969-1.6142395-1.3287379-3.6534832-2.062499-5.6448236Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SLICED BOB 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.7694092,88.8842773c-3.0311279-9.4440918-6.5101318-18.0252686-13.4537964-25.3366699-3.1277466-3.293396-6.6509399-5.3922119-10.1289062-6.7957764-5.638855-2.722229-12.4903564-3.7385864-20.8025513-2.1428833l.0018921.0629883c-.3311768-.0454102-.6589966-.0858765-.9836426-.1219482-9.3067627-2.3521118-22.8947144.1578369-35.9535522,14.4904785.3644409-.3710938.7281494-.7314453,1.0915527-1.0852661-2.8571167,2.7827759-5.4567261,5.8700562-7.6990967,9.1677856-2.381897,3.5029907-3.7128906,7.2494507-5.0251465,11.2647095-4.3743286,13.3856812-6.9439087,27.1022339-5.6446533,41.2000732.4576416,4.9653931,1.0578613,9.857666,3.4122314,14.3980713l.0180664-1.7993774c3.5983887,13.1859131,8.5072021,17.7318115,10.520752,19.456543,0,0-.9671631-.8343506-.4229736-2.2590332.1082764.1247559.2166138.2492065.3256836.371521.2611694.3096313.5549316.6321411.8747559.960144,1.204834,1.532959,3.5925293,3.6483765,7.8532715,4.2696533.0366821.0211182.0723267.0437622.1091919.0645142-.0338135-.019043-.0667114-.0432129-.1003418-.0634155.2052612.0298462.4138184.0570679.6278687.0797729,0,0-1.5145874-1.5915527-1.9191895-2.668396,0,0,1.234375,2.1845703,4.2332153,2.737915.0846558.0164795.1716919.031189.2609863.0446167.0081787.0011597.0163574.0023804.0245361.0036011.1113281.0161743.225769.0299072.3435059.0411377.0143433.0013428.0286865.0027466.0430908.0040894.0969849.008606.1958618.0154419.2966919.0205688.0444946.0024414.0889893.0047607.1340942.0064697.0263672.0009155.0515137.0029297.078064.0036011.0585938.0018921.1193237.0009155.1784668.0014038.0565796.0003662.1133423.0005493.1708984-.0002441.0482788-.0006714.0974121-.0028076.1462402-.0043335.0792236-.0023193.1576538-.0038452.2387085-.0084229.0658569-.0039673.1345825-.0102539.2016602-.0157471.0819702-.0064697.163208-.0119629.2470093-.020752.1433716-.0148926.2880249-.0327759.4337769-.0545654,0,0-2.1928711-1.0618286-3.131958-3.3803711,0,0,.0061646.0031128.0161743.0081787.0057983.0029297.0106812.0053711.0212402.0106201.0102539.0050659.022522.0111694.0369873.0182495.0477295.0235596.1176758.0571899.2081299.0994873.0101929.0046997.0202637.0093994.0309448.0143433.1062622.0493164.2350464.1070557.3827515.1702881.0080566.003418.0158081.0067139.0239258.0101929.1550293.06604.3274536.1358643.5131226.2061157.0056763.0021973.0111084.0042725.0167847.0064087.0592041.0222778.1190796.0441895.1804199.0661621.0130005.0046387.0262451.0092163.0393066.013855.1224365.043396.2476807.0855103.3757935.1254883.0042725.0013428.0084229.0028076.0126953.0040894.0576172.0179443.1153564.0348511.173584.0516357.0278931.0081177.0557861.0158691.0838013.0236206.0562134.015625.1121216.0310669.1685791.0453491.000061.000061.0001221.000061.0001831.0001221.0001831,0,.0004272.000061.0006104.0001221.1142578.0289307.2281494.0541992.3414917.0764771.0248413.0049438.0492554.0089722.0739746.0135498.0887451.0161743.1762695.0296631.2629395.0405273.0330811.0041504.0658569.0081177.0985107.0114746.0806274.0081787.1590576.0125732.2364502.0150146.031189.0009766.0628662.0031738.0934448.0031738.1040649-.0001221.2052612-.0046997.3007202-.0177002,0,0-2.7800903-3.4393921-5.7930298-8.7438354l-.6628418-2.0232544c1.5100708,3.4240723,2.8677368,5.496521,2.8677368,5.496521,0,0-3.7897949-7.6936035-5.4095459-20.9364014-.9646606-7.8870239-.8369141-15.8337402-.4655151-21.8306885,1.5838623-.2146606,3.0223389-.4763794,3.4926147-.7592773.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.4170532.3518066,1.8190308.2936401c.1314087.4105225,1.3952026.8070068,3.0608521.9682007.1657104,5.2838135-.0301514,12.5889893-1.5075073,20.5355835-2.4384766,13.1166992-5.7178345,17.4890137-5.7178345,17.4890137,0,0,2.699707-2.6588135,4.7913208-8.5758057-.0361328.1548462-.072937.3201904-.1123047.5029907-.0449829.1882935-.0913696.3912964-.1383667.6107788-.2418213,1.1287231-.4847412,2.2151489-.729248,3.2686157-.2244873.9540405-.4321899,1.7964478-.6265259,2.5489502-.883606,3.3695068-1.5707397,5.0717773-2.1716309,6.1958618-.2971191.5153198-.5819092.916687-.8950195,1.460083.7641602-.12854,1.5897217-.911377,1.5897217-.911377,0,0-1.1546021,2.8543701-2.239563,4.7045898,0,0,.0969849-.0787354.2463989-.2192993.3197632-.2993164.895874-.8966675,1.2698975-1.6202393-.0008545.0337524-.0072021.2303467-.0303955.5335083-.0150757.1963501-.0379028.4368286-.071106.703186-.0014038.0113525-.0029297.0230713-.0043945.0344849-.0513916.4046631-.1272583.8676758-.2396851,1.3342896-.0003052.0015259-.0007324.0030518-.0010986.0045166-.1142578.4736328-.2659302.9499512-.46698,1.3699951-.0158081.03302-.0300903.0678711-.0465088.1002197,0,0,3.6287231.7786865,7.815979-3.164856l-.6398315,1.4671021s.6383057-.0814209,1.5805054-.4378662c.6719971-.2366333,1.5957642-.4847412,2.4536743-1.2723999.2176514-.1549683.4241943-.322937.6182861-.5024414.6469116-.5299683,1.2851562-1.1817627,1.8573608-1.9835205l-.3005981,1.0122681s.0093384-.0067139.0228882-.0166016c.3664551-.2532959.7797852-.6356812,1.2156982-1.1109619.8601685-.9022827,2.06073-2.3917847,3.2504272-4.6191406.7554321-1.3392944,1.3720703-2.6798096,1.6773071-3.7627563.392334.7785034.2241821,1.723877.2241821,1.723938,2.4105225-3.6943359,3.4962769-11.3414307,3.6437988-17.4837646.3630981-15.1260376-3.2214966-31.9981689-7.8480835-46.4130859ZM195.8088379,65.8563843c4.1359253-3.6520996,8.2428589-6.2778931,12.4854126-8.2811279-4.5489502,2.1478882-8.7188721,4.9692993-12.4854126,8.2811279ZM192.1497192,139.5457153c-.8889771-3.3511963-2.7800293-8.3764038-3.8625488-13.479187-.0437012-.2953491-.0831299-.5776367-.1175537-.8405762-.0021973.0697632-.0015869.1421509-.00354.2121582-.090332-.5844116-.173584-1.1654053-.2487183-1.7414551-.0063477.0408936-.0134888.0870972-.020874.1348267-.034729-.2414551-.0701294-.487854-.1065674-.7407837-.003479.046936-.0062866.0925293-.0097046.1393433-.0168457-.1189575-.0302734-.2371216-.0458374-.3557739.0147705.0621948.032959.1334839.055542.2164307.0130615-.178833.0332031-.361084.0478516-.5407104-.0658569-.0338745-.1295776-.0811157-.1469116-.0136719-.0131836-.1090698-.0302124-.2188721-.0422363-.3276367-.2457886-2.2261353-.1867676-3.838501.0944214-4.9490356-.0712891,1.1204224.0078735,2.6078491.1812134,4.3131104.0001831-.0023193.0003662-.0046387.0006104-.006958.019165.1936646.0379028.3862915.0601196.5872803.171814,1.5560913-.2670898.838562.3773804,2.8731079.1195679-3.8283691.4830322-7.1139526.873291-9.6773682.2639771-.0656738.5490112-.072876.8551636-.0144043.222168.0424805.5926514.4281616,1.0193481.9248657.4977417.5794678,1.0719604,1.3101196,1.5762939,1.8231812.0175171.0177612.0340576.0325928.0513916.0498657-.102417.7565308-.1886597,1.5272217-.2518311,2.3106079-.5513916,6.8390503.3037109,18.4580078,1.0601196,23.5152588-.5227051-1.4320679-.9970093-2.9066162-1.3964233-4.4124756ZM193.2319336,126.7258911c-.1113281-1.9310913-.147644-3.7832031-.0731812-5.4421387.0708618-1.5792847.2182617-3.1061401.4140625-4.5582886-.2545166,3.203186-.362854,6.5924072-.3408813,10.0004272ZM265.9872437,118.3037109c.0027466-.0019531.0053101-.0039062.0080566-.0057983.0010986.0137329.0020752.0294189.0031128.0429688.1447144-.0952759.3018799-.2081909.4622803-.3258667.0289307.9006348.0384521,1.8483276.0212402,2.8483276-.0519409,3.0115967-.4567871,6.6323242-.991394,10.1989746.4439697-4.4414062.6193237-8.7354736.4967041-12.758606ZM269.2178345,132.5593262c-.024292.0772095-.0481567.1572266-.0731812.2296753-.0055542.0556641-.0100098.105896-.0153809.1605835-.989624,4.2630005-2.1239624,6.8495483-3.1372681,8.4199829-.3252563.4927368-.6680908.9298706-1.0309448,1.2940674-.0480957.0431519-.0765381.0653687-.0767822.0658569-.0001221.0002441-.0004883.0061646-.0007935.0101929-.1407471.1362915-.2844849.2613525-.4309692.3757324,1.2202148-4.9330444,3.49823-15.1030273,3.3748169-21.831665-.0263672-1.4359131-.1291504-2.7952881-.2836304-4.0671387.0067749-.0047607.0140381-.0102539.020874-.0149536.1071777-.0493774.2145386-.0924072.3258057-.1220093-.0068359-.0266113-.0143433-.0539551-.0212402-.0806885.081604-.0508423.1568604-.0926514.2286377-.1295166.0697021-.0241089.1401367-.0491943.2029419-.0643311.3208618-.0775146.8143921.0709839,1.321167.4100342.3397827,2.394104.5981445,5.1194458.7127075,8.2092896.0860596-.357605.1657715-.7098999.2423706-1.0592041-.3878784,3.2437744-.8532715,5.9430542-1.3591309,8.1940918Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M314.8340287,119.6937405c-.6886843-5.5082444-2.3944029-13.3610602-5.4326938-23.4663348-2.1568611-7.1728653-6.4660007-15.0357341-7.8213919-17.4043156-2.0370614-4.4970389-4.1670821-8.4600581-6.3051456-11.7720464-2.9548707-4.577205-6.9504364-8.0026275-10.9327222-10.4623164-2.1442358-1.3244587-4.2846373-2.3688855-6.256515-3.1623637-3.380295-1.3602517-6.265493-1.9829942-7.8263485-2.0145322h0c-1.5608555-.0315381-2.9148439.2443791-3.9975297.6015612-.1804009.0595459-.3533201.1213129-.5183836.1843189-.3302205.126012-.6290182.2568401-.8941486.3841379-.928003.4456009-1.4430198.8479509-1.4430198.8479509,0,0-.2897262-.4345193-1.0733337-.9233711-.1678691-.1047606-.3584637-.2119994-.5737477-.3179991-.0718237-.0353488-.1462659-.0705574-.2236073-.105462-.3866133-.1745933-.8436476-.342243-1.3804547-.4856489-.1073614-.0286859-.2179025-.0563898-.3317169-.0829949-.9105147-.2128177-2.0298604-.3547273-3.396287-.3547273h0c-.34163,0-.7115032.0101698-1.1067205.0315614-.1977021.0106841-.4016701.0241971-.6116234.0406324-3.1501413.2464131-7.6519329,1.1521565-12.3187881,3.1502067-.9334271.3996147-1.8733072.8429245-2.8104752,1.3333894-1.2494326.6539532-2.4937216,1.3917196-3.710422,2.2215753-.9125721.6223684-1.8095263,1.2965209-2.6815105,2.0259177-.5812293.4862567-1.1514232.9970612-1.7076826,1.5334656-.2781297.2681788-.5527056.5427868-.8235407.8238941-.2707416.2811073-.5377423.5687373-.8005347.8630303-3.6788121,4.1200082-6.7780783,8.256101-9.4459349,12.9434204-.7622848,1.3392107-1.4893124,2.7234725-2.1845431,4.1651761-1.4269343,2.9592248-2.7193863,6.1632029-3.9084047,9.7146842l-.0246894-.0116193c-.0620975.1320438-6.2363146,13.3588626-7.6495949,27.336049-2.0058256,19.8321859,2.974697,27.348206,3.1879235,27.6583031l.1875084-.1285369c.0271209.0810545.052839.1630207.0802405.2438648.9236075,2.7235894,2.0311696,5.3255153,3.3226864,7.7623864.3228324.6092295.6572614,1.2081255,1.0030998,1.7960335.5188512.8818736,1.063514,1.7389891,1.6339885,2.569102.570568.8301129,1.1669476,1.6331998,1.7892324,2.406993.829713,1.0317087,1.7054381,2.0113527,2.6270817,2.933438.6912093.6915698,1.4083238,1.3508066,2.1513434,1.9753727.247642.208212.4981832.4125432.7516235.6129467.7601338.6012339,1.5462664,1.1670723,2.3582105,1.6952005l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0236607-.0194746-.0678023-.0571145-.0187976-.0160145-.0430194-.0368918-.0692986-.0596628-.0042084-.0036237-.0069205-.0059616-.011316-.0097724-.0310488-.0269792-.0672412-.0586809-.1074549-.0942401-.0014963-.0013092-.0026186-.0022677-.0041149-.0036003-.9265066-.820247-4.1850381-3.8786215-7.4162615-8.9960417-.0002806-.0003741-.0004676-.0007715-.0007482-.0011456-.1465465-.2321754-.2930929-.4686057-.4393589-.7092208-.0003741-.0007014-.0008417-.0014027-.0012158-.0021041-.1457983-.2399371-.2914096-.4840825-.4364597-.7323893-.0014028-.0024314-.0028056-.0049096-.0042084-.007341-.1443955-.2473249-.2884169-.4987878-.4315967-.7543654-.0013093-.0023145-.0026186-.0046758-.0039279-.0070137-.1435538-.2563959-.286453-.5168363-.428417-.7815082-.000187-.0002104-.0002806-.000491-.0003741-.0007014-.2846761-.5307934-.5656114-1.0783261-.8411225-1.6422474.0347896.0686871.0724783.1417927.1128791.2196209.0116901.0226775.0237542.0455888.0360054.068991.0370341.0708145.0751904.1431721.1167135.2205795.0208551.0389959.0432064.0800492.0651837.1206816.0385304.0711652.0766867.1416057.1186774.2175402.0347896.0629826.0728524.1302202.1100735.1963823.034509.0613929.0668671.1199569.1035271.1839448.075471.1321139.155805.2701192.2401604.4126835.0234736.0396973.0491917.0817325.0734135.1222013.0660254.1106053.1335471.2226368.2048097.338666.0315164.0513166.0646226.104106.0971677.1564279.0692986.1114937.1402806.2244136.2141617.3402324.0346961.0543091.0699533.1089688.1056781.1641429.0780895.1209622.1587976.2439116.2419373.3689417.034509.051901.0685505.1033345.1039947.1558902.0951103.1415122.1938678.2855025.2952439.4313866.0263728.0379906.0516233.0750929.0784636.113364.2673748.3815662.5551371.7759441.8646897,1.1799774.0102872.0134195.0212291.0271195.0315164.0405623.1403741.1826356.2853308.3669544.4343088.5528163.0353507.043999.0717301.0882552.1075485.1323944.1284035.1585086.2597062.3175783.3944691.4777234.0439546.0522751.0884703.1044567.1330795.1568721.1336407.1567318.2703675.3138143.410087.4714813.0449833.0508724.0895925.1015344.1352305.1524535.1527188.1701747.3093655.3404662.4691919.5109448.0340414.0363541.0670541.0726381.1014696.1089922.3976488.4203284.8166202.8400489,1.2580365,1.2553742.0312358.0293638.0637809.0583302.0952038.0876473.1838611.1715306.3711825.3421261.5626187.5116462.062004.0549403.1255044.1092728.1883501.1639793.1662793.1446683.3348966.2883548.5067871.4309657.0736006.0611357.1478558.1218506.2225786.1825421.1687108.1370936.3403207.2726442.5142687.4072596.0768738.0594758.1531864.1190451.2311824.1780066.1872278.1416992.37829.2811307.5715967.4194633.0660254.0472487.1305545.0953156.1972345.1421668.5239948.3678428,1.0694993.7221727,1.6370747,1.0590853.075845.0450277.1541216.0879279.2307148.1323243.2065866.1196296.4148565.2377162.6270543.3524829.10334.0558287.208457.1098105.3131063.1644235.1918103.1001082.3853041.1984163.5817904.2941995.1145625.0558988.2299667.1108391.346119.165195.1956447.0915048.3938144.180134.5938546.2670566.1170875.0508724.233614.1020253.3521978.1512378.2162192.0897748.4363662.1751544.6578225.2592247.1048364.0398142.2079894.0814987.313948.1199803.3284437.1192321.6612828.2333443,1.0007618.3391336l-.0000935-.0000468q.0000935.0000234.0000935.0000468s-2.7436081-1.1649682-5.4834753-3.0251766c-.426079-.2893834-.8522514-.5945476-1.2679496-.9158431-.1186774-.0918087-.2366066-.1848332-.3534136-.27905-.5840349-.4710605-1.1406684-.9718822-1.6398803-1.4973453.0042084.0033198,5.55081,4.3304646,9.0811118,5.423122l-.0000935-.0000234.0000935.0000234s-2.7457591-1.4369343-4.6487122-2.6670126c-.1522512-.0984016-.2989847-.1954706-.4387042-.2903887-.1395324-.0949181-.2719573-.187662-.3952172-.2774134-.1849834-.1346154-.3495793-.262451-.4875219-.3807012,0,0,.0085104.0052135.0212291.0129753.0191717.0116193.0521844.0315848.0981029.0591017.0000935.0000701.0000935.0001169.0002806.0001637.78819.4718554,5.3732148,3.1482662,9.0878452,3.8375683,0,0-4.7088458-2.64859-8.156382-6.9787975,0,0,4.624771,4.4143012,8.5767562,6.6004108,0,0-1.9339084-1.4714181-3.4475362-2.9848948,0,0,3.4055455,2.8167307,5.8860807,3.1110237,0,0-1.0510758-.6306211-1.8499271-1.597547,0,0,1.4715436,1.429383,4.3725465,1.6816408,0,0-1.9340019-.7147149-3.2793865-1.7657345,0,0,5.5496878,3.1110237,9.2494485,2.1440978,0,0-4.2883781-1.3453126-7.6938301-4.4983715,0,0,6.0542304,3.9097856,10.5107582,3.5734574,0,0-2.4805352-.5465274-4.4145371-1.6816174,0,0,1.093347.4541342,2.3753247.8084173.0165531.0057746.0325451.012648.0491917.0183758,0,0-.0102872-.0046758-.0254375-.0117596.8462661.2326196,1.7712764.4207959,2.5200008.4041502,2.9849842-1.0930782,7.7779049-4.7926645,7.7779049-4.7926645-1.5555249,2.4944299-3.8819384,4.0639457-3.8819384,4.0639457,3.7558729-1.4574142,6.334511-4.0919769,6.334511-4.0919769-.8408419,1.4574142-4.4845839,4.1480394-4.4845839,4.1480394,3.6997607-1.6816408,8.8570369-7.0068287,8.8570369-7.0068287-1.4014032,2.0179689-5.3254259,5.493352-5.3254259,5.493352,2.6907691-.8408204,5.9420994-2.186133,5.9420994-2.186133-1.4014032,1.233211-3.9240226,1.9619064-3.9240226,1.9619064,4.2839827-.2630355,6.9736295-1.4559413,8.2861883-2.2152397-.1336407.1867736-.2581163.3568314-.3767937.5166025-1.8739618,1.4099551-4.0414842,2.3712935-4.0414842,2.3712935,7.3996149-.2802657,11.4357685-3.7556488,11.4357685-3.7556488-1.9059458,2.4103362-6.9511846,3.6996097-6.9511846,3.6996097,5.2133884-.1681641,8.3525878-2.8027268,8.3525878-2.8027268-1.5695529,1.5134533-4.7088458,2.6906018-4.7088458,2.6906018,7.6798955-.952922,10.4267768-3.307219,10.4267768-3.307219-.8969542,1.1771485-4.9331078,3.139055-4.9331078,3.139055,3.0271619-.6165938,6.951091-3.5314222,6.951091-3.5314222-2.5785446,2.6906018-8.9691678,5.1570005-8.9691678,5.1570005,4.9891265,0,7.2314652-1.9058439,7.2314652-1.9058439-1.2893658,1.1771485-4.6528271,2.186133-4.6528271,2.186133,4.9331078-.4484531,8.5207375-2.6345627,8.5207375-2.6345627-2.4103949,1.9619064-6.2783988,2.9708909-6.2783988,2.9708909,3.531611-.0560625,6.3905297-1.233211,6.3905297-1.233211-1.0651039,1.121086-3.6997607,2.3542971-3.6997607,2.3542971,2.9475761-.3519218,5.963235-2.2568774,7.1251325-3.0607358-.563741.5060352-1.1522649.9984406-1.7634207,1.4759069-1.1517038.8144958-2.2225124,1.4727274-2.2225124,1.4727274.1269072-.0422923.2527857-.0883019.3785706-.134592.000187-.0000701.0002806-.0001169.0004676-.000187.155805-.0573249.3105813-.1176891.4644223-.1806951.0022445-.0008884.0043955-.0017067.0065464-.0025951.1532799-.0628657.3054376-.1284434.4567537-.1964759.0024315-.0011222.0049566-.0021742.0074816-.0032964.1509419-.0680091.3007616-.1384496.4494591-.2111578.0027121-.0012858.0054242-.0025483.0080428-.0038575.1486974-.0727784.2961791-.147731.442445-.2247175.0025251-.0013326.0050501-.0026184.0075752-.003951.1462659-.0770567.291129-.1559837.4347764-.236781.0025251-.0014261.0050501-.0027821.0075752-.0042082.1436473-.0807973.2857048-.1632779.426453-.2473482.0025251-.0014962.0050501-.0029691.0075752-.0044887.1410288-.0843041.2804677-.1699642.4185038-.2570505.0019639-.0012391.0039279-.0024314.0058918-.0036705.1383167-.0873434.27495-.175809.410087-.2654669.0016834-.0010988.0033667-.0021742.0049566-.003273.1358851-.090219.2700869-.1813264.4025118-.2733923.0003741-.0002572.0007482-.0004676.0010287-.0007014.1326119-.0922062.263447-.1850202.3924116-.2786058.0010287-.0007481.0020574-.0014962.0031797-.0022444,2.0736279-1.5045927,3.6659998-3.1532226,4.3799346-3.9411834.0022445-.0024548.0040214-.0045121.0062659-.0069435.0419907-.0463603.0813628-.0901489.1170875-.1302202.0042084-.0047693.0075752-.0085567.0116901-.0132324.0323581-.0364243.0632198-.0711185.0900601-.1017681.0132799-.0151495.0233801-.0268155.0352572-.0405155.0148697-.016973.0311423-.0355359.0437675-.050171.0712625-.0824338.1086707-.127555.1089513-.1278356-.4029794.9283742-1.3478161,1.9880907-2.4565004,3.0064267-.6653042.6110063-1.3895262,1.207167-2.0911162,1.7510526-.2338945.181303-.4651705.3567846-.6910223.5251124-.1128791.0841639-.224449.1665276-.3341484.246904-1.4268408,1.0451048-2.5555386,1.757435-2.5555386,1.757435v-.0000234.0000234c1.955044-.6779165,3.7946839-1.7991896,5.4294206-3.0608761.3632332-.2803592.7163663-.5676853,1.0583704-.8585883,1.0260123-.8727325,1.9520514-1.7779383,2.7514638-2.6257723.1331731-.1413252.2628859-.2809904.3889514-.4187152,1.7642624-1.9269784,2.8154318-3.4605609,2.8164605-3.4620104-.394095,1.1035285-1.1252375,2.2868491-1.9726259,3.417801-.0940815.1256613-.1897529.2506914-.286453.3748799-.3868939.4967772-.7919308.9802986-1.1956584,1.4389683-.2019106.2293232-.403447.4524509-.6022714.6679104-1.5906885,1.7236759-3.0061199,2.956887-3.0061199,2.956887h0c10.3145524-2.6345627,22.8154247-25.4487445,19.1155705-47.4221059-.5296996-3.1458816-1.1329997-6.2229592-1.7957788-9.2241959.8216703,2.0980181,1.5531869,4.3721491,1.9719712,5.733219.2736407,1.5293042.4907951,2.9380202.6503409,4.2143886.8270945,6.616963-.0111289,16.2738079-1.6073352,22.4516225-1.4710759,5.6944569-5.474965,14.375188-10.260404,20.0843502-.9838346,1.1737118-3.6633813,4.1346901-3.6633813,4.1346901,0,0,3.1101145-2.5802069,4.1308898-3.8046275,4.8365947-5.8015321,8.8680723-14.5380685,10.349529-20.2707732,1.608925-6.2292481,2.4579968-15.9693217,1.6208021-22.6665209ZM207.2141149,117.3889598c.8557117-8.4627934,3.4692329-16.6459992,5.3934152-21.7775635-.2241684.8059158-.4453442,1.6249471-.662218,2.4658142-2.9614171,11.4824059-4.8368753,22.1395383-4.6272025,31.4718146.0274015,1.2172666.0901537,2.4119727.1906881,3.5830427.2010689,2.3421401.5527991,4.5896893,1.0731466,6.7337637.2308084.9512153.4838746,1.8908113.7554578,2.8194895-1.3658655-3.3690093-3.543114-11.2557011-2.1232872-25.2963612ZM310.9460114,106.7830271c-1.7590253-7.3678216-3.8817514-14.2152533-6.2115317-20.351851,1.3170478,2.4776439,2.8989455,5.911436,4.1169552,9.9615648,1.8670413,6.2104983,3.2269215,11.5596496,4.1570755,16.0351098-.5816969-1.6142395-1.3287379-3.6534832-2.062499-5.6448236Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* SLICED BOB 5 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.6157227,122.0684814c-.2164307-.1257324-.4160767-.2466431-.6262207-.3704224-1.2001343-11.1757202-3.9450073-22.6096802-7.2200928-32.8137817-1.5946045-4.9683228-3.3190308-9.6947632-5.600769-14.1262207-.8653564-2.9679565-2.178894-6.3132935-4.0308838-8.8001099-1.8928833-2.541748-6.0964355-6.8408813-9.8585205-8.7734375-.0480347-.0466919-.0975952-.0933838-.157959-.1392212-2.4354858-1.8486938-4.7859497-1.7181396-6.2261963-1.2756348-1.4407349-.5454712-2.953125-.9857788-4.5427856-1.3053589-4.24823-1.6318359-17.2064209-5.4275513-30.7052002-.3312988-9.5794067,2.1110229-18.0917969,7.9234619-25.911377,21.744873-.2984619.414917-.6074219.8231201-.8944092,1.2451172-2.2054443,3.2434692-3.5089111,6.6986084-4.7317505,10.3796387-1.8407593,2.7192383-3.4455566,5.4852295-4.7680664,8.2202759-2.486145,5.1415405-5.5560913,16.755127-6.651123,21.0571289-1.7694702,3.3005981-1.8418579,5.8269653-1.7189941,7.0618896-.019165.0258789-.0365601.0517578-.0551758.0776367-2.0032349,2.7834473-.8521118,5.5491943-.1856079,6.7120361.0009766.0016479.0019531.003418.0028687.0050659.0270386.0470581.0527344.0906982.0778809.1323242.0042114.007019.0083618.0140381.0125122.020813.0223999.0368652.043457.0709839.0639038.1031494.0066528.010498.0129395.0203857.0192871.0303345.0181885.0282593.0350342.0543823.0511475.0786133.0067749.0101929.0127563.019104.019104.0285034.0145264.0215454.0280151.041626.0402832.0592041.0063477.0092163.0112915.0161743.0170288.024292.0101318.0144043.0198364.0282593.027771.0392456.0060425.0083618.0097656.0133667.0144653.0197144.0057983.0078735.0111084.0153198.0146484.0200195.0062256.0083008.0095215.0125122.0095215.0125122,0,0,.5005493,2.7731934,2.522583,3.5314331.5860596.2197876,1.2390137.3908081,1.9431152.5093994-.1703491,1.6359253-.6209717,3.4310913-1.6429443,4.9343872-.5604858.8245239-1.2887573,1.5629272-2.2401733,2.1364746,0,0,.7323608,2.4954224,3.7852173,2.5512085.0151367.0002441.0306396.000061.0458374.0001831.1169434.0012207.2371216-.0011597.3608398-.0073853.0280151-.0013428.0563965-.0032959.0847168-.0050659.112793-.0071411.2283936-.0175781.3468628-.03125.0392456-.0045166.0787354-.0092773.1185913-.0145264.1108398-.0146484.2243652-.0327148.3401489-.0533447.0488281-.008667.0973511-.0170288.1470947-.0267944.0317383-.0062256.0617065-.010437.093811-.0170898-.0636597.0891113-.128479.1738281-.1941528.2543945-.0424194.052002-.0855103.1001587-.128479.1487427-.0342407.0386353-.0683594.0770264-.1028442.1135864-.0446777.0474243-.0894165.093689-.1343384.1376343-.0317383.0311279-.0634155.0602417-.0952148.0896606-.0911865.0845337-.1819458.1625977-.2717285.2338867-.0200195.0159302-.0402832.0334473-.0602417.0487061-.0481567.0369263-.0953369.0705566-.1424561.1040039-.0272827.0192871-.0545044.0385742-.0813599.0567017-.0455933.0308838-.0908203.060791-.1349487.088501-.0241699.0150757-.0474854.0287476-.071167.0429688-.0837402.050293-.1639404.0951538-.2398682.1345215-.017395.0090332-.0357056.019165-.0525513.0275879-.038269.019165-.0742188.0360718-.1098022.0525513-.0223389.010376-.0446167.0206909-.0657959.0300293-.0313721.013916-.0623169.0274048-.0910034.0392456-.0228882.0093994-.0438232.0175781-.0647583.0256958-.0396729.0153809-.0755615.0288086-.1077271.0400391-.0195923.0067749-.0404663.0142212-.0569458.0195312-.015564.0050659-.0286255.0090942-.0413208.0130005-.0142212.0042725-.0286255.008667-.0388184.0115356-.006958.0019531-.0153198.0043945-.0202637.0057373-.0085449.0021973-.0186157.0048218-.0186157.0048218,0,0,.0263672.0153809.0723877.0359497,3.1192017,1.6598511,5.9296875,1.598999,8.3701782.5936279,3.3516235,9.4725342,7.2565308,13.0859375,8.9976807,14.5773315,0,0-.9671631-.8343506-.4229736-2.2590332.1082764.1247559.2166138.2492065.3256836.371521.2611694.3096313.5549316.6321411.8747559.960144,1.204834,1.532959,3.5925293,3.6483765,7.8532715,4.2696533.0366821.0211182.0723267.0437622.1091919.0645142-.0338135-.019043-.0667114-.0432129-.1003418-.0634155.2052612.0298462.4138184.0570679.6278687.0797729,0,0-1.5145874-1.5915527-1.9191895-2.668396,0,0,1.234375,2.1845703,4.2332153,2.737915.0846558.0164795.1716919.031189.2609863.0446167.0081787.0011597.0163574.0023804.0245361.0036011.1113281.0161743.225769.0299072.3435059.0411377.0143433.0013428.0286865.0027466.0430908.0040894.0969849.008606.1958618.0154419.2966919.0205688.0444946.0024414.0889893.0047607.1340942.0064697.0263672.0009155.0515137.0029297.078064.0036011.0585938.0018921.1193237.0009155.1784668.0014038.0565796.0003662.1133423.0005493.1708984-.0002441.0482788-.0006714.0974121-.0028076.1462402-.0043335.0792236-.0023193.1576538-.0038452.2387085-.0084229.0658569-.0039673.1345825-.0102539.2016602-.0157471.0819702-.0064697.163208-.0119629.2470093-.020752.1433716-.0148926.2880249-.0327759.4337769-.0545654,0,0-2.1928711-1.0618286-3.131958-3.3803711,0,0,.0061646.0031128.0161743.0081787.0057983.0029297.0106812.0053711.0212402.0106201.0102539.0050659.022522.0111694.0369873.0182495.0477295.0235596.1176758.0571899.2081299.0994873.0101929.0046997.0202637.0093994.0309448.0143433.1062622.0493164.2350464.1070557.3827515.1702881.0080566.003418.0158081.0067139.0239258.0101929.1550293.06604.3274536.1358643.5131226.2061157.0056763.0021973.0111084.0042725.0167847.0064087.0592041.0222778.1190796.0441895.1804199.0661621.0130005.0046387.0262451.0092163.0393066.013855.1224365.043396.2476807.0855103.3757935.1254883.0042725.0013428.0084229.0028076.0126953.0040894.0576172.0179443.1153564.0348511.173584.0516357.0278931.0081177.0557861.0158691.0838013.0236206.0562134.015625.1121216.0310669.1685791.0453491.000061.000061.0001221.000061.0001831.0001221.0001831,0,.0004272.000061.0006104.0001221.1142578.0289307.2281494.0541992.3414917.0764771.0248413.0049438.0492554.0089722.0739746.0135498.0887451.0161743.1762695.0296631.2629395.0405273.0330811.0041504.0658569.0081177.0985107.0114746.0806274.0081787.1590576.0125732.2364502.0150146.031189.0009766.0628662.0031738.0934448.0031738.1040649-.0001221.2052612-.0046997.3007202-.0177002,0,0-2.7800903-3.4393921-5.7930298-8.7438354l-.6628418-2.0232544c1.5100708,3.4240723,2.8677368,5.496521,2.8677368,5.496521,0,0-3.7897949-7.6936035-5.4095459-20.9364014-.5514526-4.508606-.7439575-9.0339355-.7401123-13.2069092.5264893-.7037964,1.0494385-1.4417725,1.5669556-2.2220459,3.095459-4.6671753,6.0199585-8.8817139,8.7754517-12.6619263.687439-.9430542,1.3623657-1.8540649,2.0287476-2.7434082.6937866-.9258423,1.3756714-1.821228,2.0466919-2.6893921.8256836-1.0681763,1.6351318-2.0952759,2.4265137-3.0772705.4241943-.5263672.8450928-1.0444946,1.2594604-1.5463257.3456421-.4185791.6878662-.8287354,1.0266724-1.2304077.6345215-.7522583,1.2559204-1.472168,1.8666382-2.1656494.0759888-.0862427.1519165-.1724854.2275391-.2578735.939209-1.0604858,1.8510132-2.0537109,2.7335205-2.9761963,3.6590576-3.824646,6.8320923-6.473999,9.5288086-8.0411987,1.0923462-.6347656,2.3143921-1.0982666,3.5997314-1.4312134.1981201-.0495605.3991089-.083374.5986938-.1256104.057312.0263062.1118774.0603027.170166.083252.0234375.0093384.0476074.0170898.0713501.0258179.1325073.048645.2664185.0910645.4018555.1206665,7.1205444,1.5565186,14.2285767,3.0801392,20.366394,8.8677368.1170044.3569336.2158203.710083.2695923,1.0509644.6104126,3.8684692,2.6381836,10.696106,3.1875,13.3742676.5493774,2.6781616,1.3734131,11.7913818,4.578064,15.2506714,1.1262207,1.2157593,2.5818481,2.473877,4.0976562,3.7770996-.21521,3.4506226-.6307983,7.222168-1.3614502,11.1523438-2.4384766,13.1166992-5.7178345,17.4890137-5.7178345,17.4890137,0,0,2.699707-2.6588135,4.7913208-8.5758057-.0361328.1548462-.072937.3201904-.1123047.5029907-.0449829.1882935-.0913696.3912964-.1383667.6107788-.2418213,1.1287231-.4847412,2.2151489-.729248,3.2686157-.2244873.9540405-.4321899,1.7964478-.6265259,2.5489502-.883606,3.3695068-1.5707397,5.0717773-2.1716309,6.1958618-.2971191.5153198-.5819092.916687-.8950195,1.460083.7641602-.12854,1.5897217-.911377,1.5897217-.911377,0,0-1.1546021,2.8543701-2.239563,4.7045898,0,0,.0969849-.0787354.2463989-.2192993.3197632-.2993164.895874-.8966675,1.2698975-1.6202393-.0008545.0337524-.0072021.2303467-.0303955.5335083-.0150757.1963501-.0379028.4368286-.071106.703186-.0014038.0113525-.0029297.0230713-.0043945.0344849-.0513916.4046631-.1272583.8676758-.2396851,1.3342896-.0003052.0015259-.0007324.0030518-.0010986.0045166-.1142578.4736328-.2659302.9499512-.46698,1.3699951-.0158081.03302-.0300903.0678711-.0465088.1002197,0,0,3.6287231.7786865,7.815979-3.164856l-.6398315,1.4671021s.6383057-.0814209,1.5805054-.4378662c.6719971-.2366333,1.5957642-.4847412,2.4536743-1.2723999.2176514-.1549683.4241943-.322937.6182861-.5024414.6469116-.5299683,1.2851562-1.1817627,1.8573608-1.9835205l-.3005981,1.0122681s.0093384-.0067139.0228882-.0166016c.3664551-.2532959.7797852-.6356812,1.2156982-1.1109619.3811035-.3997803.8311768-.9224243,1.3153687-1.5657959.1404419,2.4505005.8826904,4.796814,2.8681641,6.7982788.0058594.0059204.0111694.0120239.0170898.0180054.1624756.1630249.331665.3241577.5109253.4824829.0009155.0007324.0016479.0015869.0025635.0023804,0,0-.1802368-.4550781-.3041992-1.4005737-.0103149-.0787964-.0202637-.1610107-.0296631-.246582-.0376587-.3424683-.0668335-.7398071-.0787964-1.1931763-.0059814-.2267456-.0076904-.4674683-.0039673-.7224121.0092773-.6373291.0523071-1.3634033.1462402-2.1807251.1502075-1.3076782.430603-2.848999.9113159-4.6344604.43396-1.6118774.8942871-3.4180298,1.3252563-5.3383789,1.3535156-4.0064697,2.0037842-9.5128784,2.1154175-14.1607666.0556641-2.3182983.0084229-4.6807861-.1109009-7.065979.0859985.0327148.1812744.0646362.2650146.0976562.1704712.0673218.3361816.135376.4972534.2045898,2.8994751,1.2460327,4.2831421,2.8709717,4.2831421,7.2121582,0,0,.0120239-.0762329.0291748-.2087402.0001831-.0015869.0003662-.0026245.0005493-.0041504.0057373-.0443726.0119019-.0960693.0186157-.1534424.0002441-.0021973.0004883-.0039673.0007324-.0062256.0067749-.0579224.0137329-.1224976.0209961-.192749.0003052-.0025024.0004883-.0047607.0007935-.0073242.0072632-.0706177.0144653-.1470947.0219116-.2293091.0002441-.0030518.0004883-.0060425.0007935-.0090942.2174072-2.4331055.3768311-9.7247925-5.0298462-12.866272ZM192.1497192,139.5457153c-.4159546-1.5681152-1.0530396-3.5113525-1.7223511-5.6489868.7014771-2.1807251,1.3476562-4.75,1.8911743-7.1825562.0668335,6.2952881.6726685,13.5336914,1.2276001,17.2440186-.5227051-1.4320679-.9970093-2.9066162-1.3964233-4.4124756ZM193.2319336,126.7258911c-.0361938-.6276245-.0609741-1.2421265-.0800781-1.8491211.0287476-.0352173.0576172-.0690308.0863647-.1044312-.0054932.6502075-.010498,1.3007812-.0062866,1.9535522ZM266.1774292,125.6448975c-.1755981,1.7613525-.4138794,3.5958862-.6868896,5.4174194.1917114-1.9180298.322937-3.8013306.4121094-5.6544189.0916138.0790405.1830444.1576538.2747803.2369995ZM269.2178345,132.5593262c-.024292.0772095-.0481567.1572266-.0731812.2296753-.0055542.0556641-.0100098.105896-.0153809.1605835-.989624,4.2630005-2.1239624,6.8495483-3.1372681,8.4199829-.3252563.4927368-.6680908.9298706-1.0309448,1.2940674-.0480957.0431519-.0765381.0653687-.0767822.0658569-.0001221.0002441-.0004883.0061646-.0007935.0101929-.1407471.1362915-.2844849.2613525-.4309692.3757324.9156494-3.7016602,2.4266968-10.3518677,3.0720215-16.2843018.8282471.7428589,1.6303711,1.5004883,2.3682861,2.2734985-.2141724,1.2514648-.4395752,2.4071045-.6749878,3.4547119Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M314.8340287,119.6937405c-.6886843-5.5082444-2.3944029-13.3610602-5.4326938-23.4663348-2.1568611-7.1728653-6.4660007-15.0357341-7.8213919-17.4043156-2.0370614-4.4970389-4.1670821-8.4600581-6.3051456-11.7720464-2.9548707-4.577205-6.9504364-8.0026275-10.9327222-10.4623164-2.1442358-1.3244587-4.2846373-2.3688855-6.256515-3.1623637-3.380295-1.3602517-6.265493-1.9829942-7.8263485-2.0145322h0c-1.5608555-.0315381-2.9148439.2443791-3.9975297.6015612-.1804009.0595459-.3533201.1213129-.5183836.1843189-.3302205.126012-.6290182.2568401-.8941486.3841379-.928003.4456009-1.4430198.8479509-1.4430198.8479509,0,0-.2897262-.4345193-1.0733337-.9233711-.1678691-.1047606-.3584637-.2119994-.5737477-.3179991-.0718237-.0353488-.1462659-.0705574-.2236073-.105462-.3866133-.1745933-.8436476-.342243-1.3804547-.4856489-.1073614-.0286859-.2179025-.0563898-.3317169-.0829949-.9105147-.2128177-2.0298604-.3547273-3.396287-.3547273h0c-.34163,0-.7115032.0101698-1.1067205.0315614-.1977021.0106841-.4016701.0241971-.6116234.0406324-3.1501413.2464131-7.6519329,1.1521565-12.3187881,3.1502067-.9334271.3996147-1.8733072.8429245-2.8104752,1.3333894-1.2494326.6539532-2.4937216,1.3917196-3.710422,2.2215753-.9125721.6223684-1.8095263,1.2965209-2.6815105,2.0259177-.5812293.4862567-1.1514232.9970612-1.7076826,1.5334656-.2781297.2681788-.5527056.5427868-.8235407.8238941-.2707416.2811073-.5377423.5687373-.8005347.8630303-3.6788121,4.1200082-6.7780783,8.256101-9.4459349,12.9434204-.7622848,1.3392107-1.4893124,2.7234725-2.1845431,4.1651761-1.4269343,2.9592248-2.7193863,6.1632029-3.9084047,9.7146842l-.0246894-.0116193c-.0620975.1320438-6.2363146,13.3588626-7.6495949,27.336049-2.0058256,19.8321859,2.974697,27.348206,3.1879235,27.6583031l.1875084-.1285369c.0271209.0810545.052839.1630207.0802405.2438648.9236075,2.7235894,2.0311696,5.3255153,3.3226864,7.7623864.3228324.6092295.6572614,1.2081255,1.0030998,1.7960335.5188512.8818736,1.063514,1.7389891,1.6339885,2.569102.570568.8301129,1.1669476,1.6331998,1.7892324,2.406993.829713,1.0317087,1.7054381,2.0113527,2.6270817,2.933438.6912093.6915698,1.4083238,1.3508066,2.1513434,1.9753727.247642.208212.4981832.4125432.7516235.6129467.7601338.6012339,1.5462664,1.1670723,2.3582105,1.6952005l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0236607-.0194746-.0678023-.0571145-.0187976-.0160145-.0430194-.0368918-.0692986-.0596628-.0042084-.0036237-.0069205-.0059616-.011316-.0097724-.0310488-.0269792-.0672412-.0586809-.1074549-.0942401-.0014963-.0013092-.0026186-.0022677-.0041149-.0036003-.9265066-.820247-4.1850381-3.8786215-7.4162615-8.9960417-.0002806-.0003741-.0004676-.0007715-.0007482-.0011456-.1465465-.2321754-.2930929-.4686057-.4393589-.7092208-.0003741-.0007014-.0008417-.0014027-.0012158-.0021041-.1457983-.2399371-.2914096-.4840825-.4364597-.7323893-.0014028-.0024314-.0028056-.0049096-.0042084-.007341-.1443955-.2473249-.2884169-.4987878-.4315967-.7543654-.0013093-.0023145-.0026186-.0046758-.0039279-.0070137-.1435538-.2563959-.286453-.5168363-.428417-.7815082-.000187-.0002104-.0002806-.000491-.0003741-.0007014-.2846761-.5307934-.5656114-1.0783261-.8411225-1.6422474.0347896.0686871.0724783.1417927.1128791.2196209.0116901.0226775.0237542.0455888.0360054.068991.0370341.0708145.0751904.1431721.1167135.2205795.0208551.0389959.0432064.0800492.0651837.1206816.0385304.0711652.0766867.1416057.1186774.2175402.0347896.0629826.0728524.1302202.1100735.1963823.034509.0613929.0668671.1199569.1035271.1839448.075471.1321139.155805.2701192.2401604.4126835.0234736.0396973.0491917.0817325.0734135.1222013.0660254.1106053.1335471.2226368.2048097.338666.0315164.0513166.0646226.104106.0971677.1564279.0692986.1114937.1402806.2244136.2141617.3402324.0346961.0543091.0699533.1089688.1056781.1641429.0780895.1209622.1587976.2439116.2419373.3689417.034509.051901.0685505.1033345.1039947.1558902.0951103.1415122.1938678.2855025.2952439.4313866.0263728.0379906.0516233.0750929.0784636.113364.2673748.3815662.5551371.7759441.8646897,1.1799774.0102872.0134195.0212291.0271195.0315164.0405623.1403741.1826356.2853308.3669544.4343088.5528163.0353507.043999.0717301.0882552.1075485.1323944.1284035.1585086.2597062.3175783.3944691.4777234.0439546.0522751.0884703.1044567.1330795.1568721.1336407.1567318.2703675.3138143.410087.4714813.0449833.0508724.0895925.1015344.1352305.1524535.1527188.1701747.3093655.3404662.4691919.5109448.0340414.0363541.0670541.0726381.1014696.1089922.3976488.4203284.8166202.8400489,1.2580365,1.2553742.0312358.0293638.0637809.0583302.0952038.0876473.1838611.1715306.3711825.3421261.5626187.5116462.062004.0549403.1255044.1092728.1883501.1639793.1662793.1446683.3348966.2883548.5067871.4309657.0736006.0611357.1478558.1218506.2225786.1825421.1687108.1370936.3403207.2726442.5142687.4072596.0768738.0594758.1531864.1190451.2311824.1780066.1872278.1416992.37829.2811307.5715967.4194633.0660254.0472487.1305545.0953156.1972345.1421668.5239948.3678428,1.0694993.7221727,1.6370747,1.0590853.075845.0450277.1541216.0879279.2307148.1323243.2065866.1196296.4148565.2377162.6270543.3524829.10334.0558287.208457.1098105.3131063.1644235.1918103.1001082.3853041.1984163.5817904.2941995.1145625.0558988.2299667.1108391.346119.165195.1956447.0915048.3938144.180134.5938546.2670566.1170875.0508724.233614.1020253.3521978.1512378.2162192.0897748.4363662.1751544.6578225.2592247.1048364.0398142.2079894.0814987.313948.1199803.3284437.1192321.6612828.2333443,1.0007618.3391336l-.0000935-.0000468q.0000935.0000234.0000935.0000468s-2.7436081-1.1649682-5.4834753-3.0251766c-.426079-.2893834-.8522514-.5945476-1.2679496-.9158431-.1186774-.0918087-.2366066-.1848332-.3534136-.27905-.5840349-.4710605-1.1406684-.9718822-1.6398803-1.4973453.0042084.0033198,5.55081,4.3304646,9.0811118,5.423122l-.0000935-.0000234.0000935.0000234s-2.7457591-1.4369343-4.6487122-2.6670126c-.1522512-.0984016-.2989847-.1954706-.4387042-.2903887-.1395324-.0949181-.2719573-.187662-.3952172-.2774134-.1849834-.1346154-.3495793-.262451-.4875219-.3807012,0,0,.0085104.0052135.0212291.0129753.0191717.0116193.0521844.0315848.0981029.0591017.0000935.0000701.0000935.0001169.0002806.0001637.78819.4718554,5.3732148,3.1482662,9.0878452,3.8375683,0,0-4.7088458-2.64859-8.156382-6.9787975,0,0,4.624771,4.4143012,8.5767562,6.6004108,0,0-1.9339084-1.4714181-3.4475362-2.9848948,0,0,3.4055455,2.8167307,5.8860807,3.1110237,0,0-1.0510758-.6306211-1.8499271-1.597547,0,0,1.4715436,1.429383,4.3725465,1.6816408,0,0-1.9340019-.7147149-3.2793865-1.7657345,0,0,5.5496878,3.1110237,9.2494485,2.1440978,0,0-4.2883781-1.3453126-7.6938301-4.4983715,0,0,6.0542304,3.9097856,10.5107582,3.5734574,0,0-2.4805352-.5465274-4.4145371-1.6816174,0,0,1.093347.4541342,2.3753247.8084173.0165531.0057746.0325451.012648.0491917.0183758,0,0-.0102872-.0046758-.0254375-.0117596.8462661.2326196,1.7712764.4207959,2.5200008.4041502,2.9849842-1.0930782,7.7779049-4.7926645,7.7779049-4.7926645-1.5555249,2.4944299-3.8819384,4.0639457-3.8819384,4.0639457,3.7558729-1.4574142,6.334511-4.0919769,6.334511-4.0919769-.8408419,1.4574142-4.4845839,4.1480394-4.4845839,4.1480394,3.6997607-1.6816408,8.8570369-7.0068287,8.8570369-7.0068287-1.4014032,2.0179689-5.3254259,5.493352-5.3254259,5.493352,2.6907691-.8408204,5.9420994-2.186133,5.9420994-2.186133-1.4014032,1.233211-3.9240226,1.9619064-3.9240226,1.9619064,4.2839827-.2630355,6.9736295-1.4559413,8.2861883-2.2152397-.1336407.1867736-.2581163.3568314-.3767937.5166025-1.8739618,1.4099551-4.0414842,2.3712935-4.0414842,2.3712935,7.3996149-.2802657,11.4357685-3.7556488,11.4357685-3.7556488-1.9059458,2.4103362-6.9511846,3.6996097-6.9511846,3.6996097,5.2133884-.1681641,8.3525878-2.8027268,8.3525878-2.8027268-1.5695529,1.5134533-4.7088458,2.6906018-4.7088458,2.6906018,7.6798955-.952922,10.4267768-3.307219,10.4267768-3.307219-.8969542,1.1771485-4.9331078,3.139055-4.9331078,3.139055,3.0271619-.6165938,6.951091-3.5314222,6.951091-3.5314222-2.5785446,2.6906018-8.9691678,5.1570005-8.9691678,5.1570005,4.9891265,0,7.2314652-1.9058439,7.2314652-1.9058439-1.2893658,1.1771485-4.6528271,2.186133-4.6528271,2.186133,4.9331078-.4484531,8.5207375-2.6345627,8.5207375-2.6345627-2.4103949,1.9619064-6.2783988,2.9708909-6.2783988,2.9708909,3.531611-.0560625,6.3905297-1.233211,6.3905297-1.233211-1.0651039,1.121086-3.6997607,2.3542971-3.6997607,2.3542971,2.9475761-.3519218,5.963235-2.2568774,7.1251325-3.0607358-.563741.5060352-1.1522649.9984406-1.7634207,1.4759069-1.1517038.8144958-2.2225124,1.4727274-2.2225124,1.4727274.1269072-.0422923.2527857-.0883019.3785706-.134592.000187-.0000701.0002806-.0001169.0004676-.000187.155805-.0573249.3105813-.1176891.4644223-.1806951.0022445-.0008884.0043955-.0017067.0065464-.0025951.1532799-.0628657.3054376-.1284434.4567537-.1964759.0024315-.0011222.0049566-.0021742.0074816-.0032964.1509419-.0680091.3007616-.1384496.4494591-.2111578.0027121-.0012858.0054242-.0025483.0080428-.0038575.1486974-.0727784.2961791-.147731.442445-.2247175.0025251-.0013326.0050501-.0026184.0075752-.003951.1462659-.0770567.291129-.1559837.4347764-.236781.0025251-.0014261.0050501-.0027821.0075752-.0042082.1436473-.0807973.2857048-.1632779.426453-.2473482.0025251-.0014962.0050501-.0029691.0075752-.0044887.1410288-.0843041.2804677-.1699642.4185038-.2570505.0019639-.0012391.0039279-.0024314.0058918-.0036705.1383167-.0873434.27495-.175809.410087-.2654669.0016834-.0010988.0033667-.0021742.0049566-.003273.1358851-.090219.2700869-.1813264.4025118-.2733923.0003741-.0002572.0007482-.0004676.0010287-.0007014.1326119-.0922062.263447-.1850202.3924116-.2786058.0010287-.0007481.0020574-.0014962.0031797-.0022444,2.0736279-1.5045927,3.6659998-3.1532226,4.3799346-3.9411834.0022445-.0024548.0040214-.0045121.0062659-.0069435.0419907-.0463603.0813628-.0901489.1170875-.1302202.0042084-.0047693.0075752-.0085567.0116901-.0132324.0323581-.0364243.0632198-.0711185.0900601-.1017681.0132799-.0151495.0233801-.0268155.0352572-.0405155.0148697-.016973.0311423-.0355359.0437675-.050171.0712625-.0824338.1086707-.127555.1089513-.1278356-.4029794.9283742-1.3478161,1.9880907-2.4565004,3.0064267-.6653042.6110063-1.3895262,1.207167-2.0911162,1.7510526-.2338945.181303-.4651705.3567846-.6910223.5251124-.1128791.0841639-.224449.1665276-.3341484.246904-1.4268408,1.0451048-2.5555386,1.757435-2.5555386,1.757435v-.0000234.0000234c1.955044-.6779165,3.7946839-1.7991896,5.4294206-3.0608761.3632332-.2803592.7163663-.5676853,1.0583704-.8585883,1.0260123-.8727325,1.9520514-1.7779383,2.7514638-2.6257723.1331731-.1413252.2628859-.2809904.3889514-.4187152,1.7642624-1.9269784,2.8154318-3.4605609,2.8164605-3.4620104-.394095,1.1035285-1.1252375,2.2868491-1.9726259,3.417801-.0940815.1256613-.1897529.2506914-.286453.3748799-.3868939.4967772-.7919308.9802986-1.1956584,1.4389683-.2019106.2293232-.403447.4524509-.6022714.6679104-1.5906885,1.7236759-3.0061199,2.956887-3.0061199,2.956887h0c10.3145524-2.6345627,22.8154247-25.4487445,19.1155705-47.4221059-.5296996-3.1458816-1.1329997-6.2229592-1.7957788-9.2241959.8216703,2.0980181,1.5531869,4.3721491,1.9719712,5.733219.2736407,1.5293042.4907951,2.9380202.6503409,4.2143886.8270945,6.616963-.0111289,16.2738079-1.6073352,22.4516225-1.4710759,5.6944569-5.474965,14.375188-10.260404,20.0843502-.9838346,1.1737118-3.6633813,4.1346901-3.6633813,4.1346901,0,0,3.1101145-2.5802069,4.1308898-3.8046275,4.8365947-5.8015321,8.8680723-14.5380685,10.349529-20.2707732,1.608925-6.2292481,2.4579968-15.9693217,1.6208021-22.6665209ZM207.2141149,117.3889598c.8557117-8.4627934,3.4692329-16.6459992,5.3934152-21.7775635-.2241684.8059158-.4453442,1.6249471-.662218,2.4658142-2.9614171,11.4824059-4.8368753,22.1395383-4.6272025,31.4718146.0274015,1.2172666.0901537,2.4119727.1906881,3.5830427.2010689,2.3421401.5527991,4.5896893,1.0731466,6.7337637.2308084.9512153.4838746,1.8908113.7554578,2.8194895-1.3658655-3.3690093-3.543114-11.2557011-2.1232872-25.2963612ZM310.9460114,106.7830271c-1.7590253-7.3678216-3.8817514-14.2152533-6.2115317-20.351851,1.3170478,2.4776439,2.8989455,5.911436,4.1169552,9.9615648,1.8670413,6.2104983,3.2269215,11.5596496,4.1570755,16.0351098-.5816969-1.6142395-1.3287379-3.6534832-2.062499-5.6448236Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* V'S BOB 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M286.8947962,127.6383183c-1.3714533-2.3800372-2.7816007-3.7024385-6.8727209-14.5483084-1.080184-2.8636755-2.2053748-6.200913-3.3024393-9.6464881,2.1746767,1.8970535,4.7091264,1.4723065,4.7091264,1.4723065,0,0-3.7899611-3.7392836-5.5593204-7.5106196-.5541552-1.1811463-1.3089349-3.4989256-2.1617709-6.2662569,3.5060098,5.0868406,6.7630449,3.5400724,6.7630449,3.5400724-5.7179076-.1030774-6.0576672-9.2232841-11.8177058-23.5191243-5.1723563-12.8371869-18.9407107-14.4172232-21.6969675-14.6060775-.2749734-.0375464-.4444323-.0451913-.4866334-.0252725,0,0-7.3995915-6.1912809-21.8624284-4.7625291-3.767563.3721913-7.694438,1.1521332-11.5764232,2.3195093.0002104-.0000701.0004208-.0001169.0006313-.000187-4.0192498.9193032-7.6355669,2.4389986-10.8844189,4.4387321.0093988-.0049563.0189145-.0097724.0283133-.0147287-.0112224.0059382-.0223748.0120167-.0335972.017955.0017535-.0010754.0035304-.0021509.0052839-.0032263-.1284503.0679389-.2562927.1367195-.3841117.205617-.228634.1232767-.4570108.2467638-.6835874.3731031-.1455411.081148-.2893521.1646572-.4340048.2470677-.3661558.2086796-.7293422.4211934-1.0894426.6379621-.1716099.103241-.34329.2063184-.513427.3114063-.1901737.1175021-.3789681.2365472-.5672714.3563404-.1808918.1150239-.3604744.2315441-.539566.3486956-.1741116.1139251-.3487142.2271723-.5210489.3430613-.317759.2135892-.6328292.4301942-.9443457.6505165-.1415198.1001082-.2803274.202905-.4204911.304416-.2084336.1508871-.415932.3026158-.6213028.4565422-.146827.110091-.2926721.2210237-.4378859.3326577-.0969573.0745318-.1945692.1484089-.2908017.2236187-.6283636.3691521-1.2386076.7752427-1.8304982,1.2175238-4.8993235,2.7574186-10.9778224,3.5450521-10.9778224,3.5450521,0,0,3.0643831,1.3390237,7.3224839-.1753648-5.4822128,6.0638428-9.2883764,15.0079366-12.7880969,22.215917-4.6247242,9.5250349-9.9221641,11.1125524-9.9221641,11.1125524,4.6498111-.2603703,9.0041445-5.1925364,12.3188115-10.3605951-.2294289.8417322-.4496227,1.695481-.6642053,2.555098-8.2270834,13.2680124-11.2693957,29.0129673-11.2693957,29.0129673,1.7178295-3.7991802,3.8675363-6.2013338,5.5544807-7.6422191-.1970943,1.1043234-.3667169,2.194339-.5015733,3.2598769-1.8293994,14.455471,3.0897505,23.095102,3.0897505,23.095102,0,0-2.146153-7.0181207-.5317804-18.6245981.375765,15.5374442,4.212346,23.8832031,6.8871698,28.6175374,2.6907691,4.7625291,8.2404568,10.3187937,7.0632454,14.6050722,0,0,.0057749-.0032964.0158049-.0092346.0075284-.0043251.0168804-.0102166.0345792-.0209942.0036941-.0022911.0077856-.0048628.0118771-.0074345.0863661-.0531635.2658084-.1726528.5064364-.3653881.0100534-.0080657.0198497-.015921.0301136-.0242439.0472979-.0383413.0947362-.0776178.1461023-.1215934.0000468-.0000468.0001169-.0000935.0001637-.0001403h0c.557405-.4772792,1.3347232-1.2923128,2.0148503-2.5288903.1189346,5.0463016-.8539582,8.2108396-.8539582,8.2108396,0,0,4.4845839-5.5033582,3.2513304-11.9592175-.4243021-2.2211078-1.1337946-5.5702918-1.8439418-9.661848.7648332-3.7181491,2.6858125-15.2114963.947011-30.2192692-.1035037-.893376-.1731063-1.8088217-.2151203-2.7395805.0218136-.334037.0536106-.6626034.0857348-.9909827.0475785-.4861165.1064964-.9658972.1760054-1.4395995.0005611-.003764.0010053-.0075747.0015431-.0113387.069135-.4699149.1491183-.9335643.2390382-1.3912754.0014729-.0075046.0027822-.0151027.0042552-.0226073.0895692-.4539004.189449-.9016288.2986808-1.3434891.0027121-.0109413.005167-.0219995.0078791-.0329174.1089045-.4383301.227652-.8705115.3551671-1.2969885.0041383-.0138169.007996-.0277507.0121577-.0415208.1271644-.4229.263634-.8396982.4083802-1.2509088.0058918-.0167159.0115498-.0336188.0174649-.0503347.1442318-.4073063.2972312-.8086043.4579928-1.2043849.0080661-.019872.0159218-.0398609.0240347-.0596862.1602238-.3918763.3286541-.7778845.5043789-1.1584221.0104041-.0225138.0206446-.0451679.0310955-.067635.1752105-.3767736.3580896-.7477726.5478191-1.1133944.012976-.0249686.0258116-.0500307.0388343-.0749292.1888878-.3613669.3848832-.7170995.5873081-1.0674783.0162492-.0281248.0324516-.0562495.0487943-.0842808.2012559-.3456797.4090349-.6858887.6228225-1.0208142.0198731-.0311406.0398163-.0622345.0598063-.0932816.2123615-.3299223.4306848-.6545845.6545961-.9740331.0240815-.0343435.0483033-.0685468.0725251-.1027501.2223681-.3143988.4500903-.6237477.683073-.9278832.0282899-.0369152.056837-.07362.0852906-.1103949.2310422-.2987817.4668772-.5927708.7075988-.8815697.033644-.0403285.0676153-.0802596.1014463-.1204011.2381965-.2828607.4806014-.5611626.7275186-.8343678.0392084-.0433678.0788845-.0862212.1183267-.1293318.2442753-.2672904.4922446-.5303025.7443757-.7882413.0450535-.0460563.090668-.0914113.1359787-.1371871.2490448-.2517668.5012226-.4995827.7572581-.7423019.0518337-.0490956.104322-.0972326.1564129-.1459775.2522245-.2360563.5070209-.4685356.7653944-.6958715.0591049-.0519946.1190047-.1027968.1784136-.1543238.2541885-.2205561.5104811-.437956.7700236-.6501659.0667969-.0545896.1344356-.1077297.2015599-.1617583.2546093-.2050559.5108786-.4073999.7700938-.604507.0755411-.0573951.1519473-.1130835.2278391-.1698006.2536507-.1897194.5085406-.3771476.766049-.5593156.0842619-.0595693.1694824-.1171047.2541417-.1758791.2514764-.1746868.5038178-.34755.7584505-.5151062.0939646-.0617903.1888645-.1211492.2832265-.181981.2478057-.1598178.4961725-.3183498.7465266-.4714345.1039012-.063497.2086908-.1241885.3129894-.1865399.2429426-.1452996.4861658-.289851.7310724-.428885.1146326-.0650633.2301537-.126877.3451838-.190561.2363962-.1309216.4728392-.2616093.7106849-.386733.1262759-.0663959.2532766-.1291448.3799033-.1939042.2284236-.1168709.4568004-.2340924.686206-.3456329.1374984-.0668168.2755579-.1295422.4133368-.1944653.2198431-.1036151.4395459-.2081185.6599735-.3068474.1500301-.0671674.3004109-.129776.4506281-.1946991.2090882-.0903826.4180596-.1822148.6273582-.2682256.1632399-.0670505.3264797-.1290279.4897664-.1933899.1970475-.0777113.394095-.1574566.5910957-.231287.1782733-.0667934.356266-.1280226.534399-.1916364.1819673-.0650166.3640983-.1325581.5458085-.1942315.1960889-.0665596.3914296-.1269939.5870743-.1896492.1638711-.0525089.3281397-.1080571.49159-.1578306.2273013-.0692014.4533402-.1316931.6796829-.1956342.1307415-.0369386.2621377-.0773606.3924818-.1125458.3565933-.0962507.711737-.1861424,1.0649168-.2692309,11.4357217-2.6906018,22.5351207-1.8498048,26.5712509-3.3632581.1519707-.0569743.2966935-.1121717.4379561-.1665509.0391617-.0150794.0772946-.0299717.1156614-.044864.1076186-.041778.2121978-.0829248.3136207-.1233702.0332699-.0132558.0672646-.026722.0998798-.0398609.2621611-.1055555.5032333-.2070665.7249468-.3056083.0220241-.0097957.0434402-.0195213.0650668-.0292703.0934736-.0420352.1835104-.0836729.2700402-.1248664.0165765-.0078787.0337609-.0158742.0500802-.0237529.2040148-.0982613.3885773-.1946523.5556982-.2904121.0111523-.0064058.0220474-.012835.0330595-.0192174.0759152-.0440925.1484169-.088185.217131-.1323009.0061723-.003951.0126486-.0079488.0187742-.0118998.1511524-.097934.2849099-.1964759.4034236-.2969348.0049332-.0041848.0097261-.008393.0146126-.0126012.0567903-.0487449.1103541-.0980041.1602005-.1479414.0010755-.0010754.0022211-.0021275.0032732-.0031795.0204576-.0205734.0404242-.0413104.0597595-.0621176,1.4876291,2.1951339,14.5220821-2.6104591,16.7150654,17.8083255-.0145658,13.2782757-1.4229363,26.9721338-1.4229363,33.7280607,0,5.2294048,1.3869543,12.0825877,2.3192826,17.5584758.0379459,4.6158269.3988178,10.3923669,1.8289785,13.0659723,0,0-.1041817-5.8496223,5.3235087-4.339559-.6157851,2.4577251-1.231313,3.8777331-1.231313,3.8777331,2.2773855-1.8810624,3.3774426-4.9858439,3.8027267-8.385503,1.613601.7931743,3.2044533,1.1118046,3.2044533,1.1118046-3.3706858-3.4924964-1.4436979-13.6813738.2416567-17.9147227,1.380291-3.4670602,1.7422384-10.3417049.8100036-17.6003707,3.4128635,5.0541102,6.8043341,6.1068832,6.8043341,6.1068832ZM209.884508,55.1224757c.0473447-.016973.0947362-.0337591.1421043-.0506152-.0473681.0168562-.0947829.0336188-.1421043.0506152ZM203.1886808,57.9873903c-.0984536.049493-.1974216.0980509-.2955712.148105.0981497-.0500307.1971176-.098612.2955712-.148105ZM208.9316987,55.4725974c-.0104743.0039276-.0208551.0080423-.031306.0119934.0104509-.003951.0208551-.0080423.031306-.0119934ZM206.0402115,56.6492784c-.0904576.0395336-.1808451.0792075-.2711157.1191854.0902706-.0399545.180658-.0796751.2711157-.1191854ZM204.9335378,57.1451204c-.0542652.0250387-.1080394.0509893-.1622111.0761917.0541717-.0252024.1079459-.0511763.1622111-.0761917Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.4330718,122.6290721c-.4754344-2.7506387-1.9798971-3.0727292-3.8458863-2.1865071l-78.6987991-.3343877s-2.3263668-1.0665899-4.008191,2.6332301c-3.2199309,7.1396674-2.7434912,15.1961364-.7962561,22.6103883.4054577,1.5438692.9164064,3.064944,1.4758923,4.5757087,2.1616306,5.8370211,5.0477404,11.5201627,5.3746644,17.7693998.3363461,6.4293945-1.121146,10.6727729-6.5026607,11.8633876,0,0,3.4035348,1.0452684,7.4898153-.2959763.8216235-.2122332,1.5770112-.5115526,2.1758691-.9334708.4825185-.2588039.9673984-.5578895,1.4513899-.8990805.4169373,1.0665198.9757451,3.5202939-1.0267371,6.4148061,0,0,2.3496066-.1533653,4.0254923-2.021242.0661423-.0438587.1329393-.0897047.2001103-.1367429.1067535.345516.5371111,2.1743033-1.1984874,5.0948595,0,0,7.0070162-2.9922358,8.6088805-11.0585473.1030595-.2150387.2035004-.4392652.3046895-.6609669l43.2110558-.6354138c.6551338,2.4186824,1.7281402,4.5521896,3.4844066,5.3434468,0,0,.8969074,2.8575035,3.4755689,4.445021l-.2242385-1.5875175s1.9059458,2.1166744,6.2784455,2.0108384c0,0-5.0451686-4.3391615-4.8209534-12.7000466,0,0,3.2513304,7.9375408,11.2115066,6.3500233,0,0-7.6238301-6.2441872-6.5026607-13.2292035,0,0,1.2332536,1.7991662,5.6057299,1.6933302-.3662493-.257144-.7104745-.539467-1.0371647-.8411477-.4957517-.5853597-1.0399703-1.5407598-1.3172349-3.074693-.5605847-3.101415,1.9282972-8.9057058,4.3724763-17.899807,2.8028766-10.3140244,1.9282271-18.2891116,1.2332769-22.3096895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M311.4204404,90.523153c-.1454242-.5776213-.2944958-1.1509876-.4463729-1.7202626.3715566.6742461.9759789,1.5832158,1.7215236,2.5708787,3.0375427,4.2397079,6.7141103,7.7908385,10.597171,8.012961,0,0-5.2973697-1.6217441-9.9221407-11.3520921-3.4854119-7.3332209-7.2758874-16.4234559-12.7220481-22.6165603.1806814.0430405.3607082.0830651.5403609.1205647,3.9361803,1.2129182,6.7130816-.0182823,6.7160743-.0196149-1.5715169.7010616-6.0144842-1.3719411-7.5380251-1.9999672-4.5132947-1.8603721-7.9540974-3.5066406-12.1835576-5.8348703-.1274683-.0701599-.2550301-.1402497-.377916-.2062716-.0109419-.0058915-.1726387-.9367906-.183487-.9426587.0090715.0049329.01833.0096555.0274015.0145884-2.5511431-1.6041633-5.2372361-2.335407-8.2184796-3.0302264-5.6752857-2.3604925-10.6969573-2.8640729-13.695689-2.903513-.1313962-.0142377-.2641016-.0318654-.3951237-.0450978-9.7076049-.9796674-16.2956498.7741439-19.5819568,2.0338198-.871049.267267-1.4818308.5214887-1.695712.7281811-.1661858.0809142-.3045024.1514482-.4142954.2095213-1.3950439.1270874-6.8447583.7039138-9.1563957,2.137692-4.8480042,1.8991342-10.4488477,5.6357059-13.3485413,12.9874895-5.7601087,14.6039734-6.0997748,23.9207496-11.8177993,24.0260479,0,0,3.2570351,1.5801064,6.7630215-3.6163342-.8528126,2.8269707-1.6075222,5.1946872-2.1617241,6.4012931-1.7693125,3.8526243-5.5593204,7.6724948-5.5593204,7.6724948,0,0,2.5344965.4339115,4.7091264-1.5040316-1.0969943,3.5198263-2.2222318,6.9290005-3.3023925,9.8543962-3.4362202,9.3060218-4.9808967,11.7485039-6.2001222,13.7327372-.2578358.203887-.5207216.4024202-.7940817.5898718,0,0,.2149099-.0708847.5811358-.2413633-.155992.2567232-.3082433.5121371-.4596528.7806432,0,0,3.3914239-1.0754505,6.804264-6.2385062-.9322114,7.415117-.5702874,14.4379368.8100737,17.9797393,1.4770613,3.7902261,3.1391994,12.2530663,1.258317,16.688689-.3037543.5468781-.6388379,1.0854099-1.0166603,1.6121822,0,0,1.5907821-.3255037,3.2043831-1.1357913.4253308,3.4729517,1.5254113,6.6446436,3.8027267,8.5662682,0,0-.3862393-.9124999-.8526255-2.5377042-.0842619-.439125-.1515966-.9312498-.1883501-1.4729845,3.7680306-.971064,4.7731879,1.7751328,5.0377571,3.3940949-.8000671,2.235252-2.1468544,3.1032386-2.1468544,3.1032386,0,0,.4500202.3051174,1.1812562-.0248751,3.4112502-.2121163,4.4245438-1.7049495,4.4245438-1.7049495,1.1211226,7.1355761-6.5027542,13.5143319-6.5027542,13.5143319,7.9602697,1.6217441,11.2116001-6.4868831,11.2116001-6.4868831.2241684,8.5410892-4.8209768,12.9737895-4.8209768,12.9737895,4.372453.1081038,6.2783988-2.0541828,6.2783988-2.0541828l-.2242619,1.6217441c2.5787316-1.6217441,3.4755923-4.5408509,3.4755923-4.5408509,0,0-1.0262929,5.4529768-3.1565007,6.5740628,0,0,3.9240226-1.5695392,6.2784923-4.4843676,0,0-1.9059458,4.4843676-3.4755923,5.7175552,0,0,3.2513304-1.2331876,4.5967149-2.8027268,0,0,.3363929,3.0269534-1.1211226,4.1480394h0s.0081363-.002408.0218838-.0065461c.0075752-.0022911.0168337-.0051667.029646-.0090476.0092585-.0028288.0173948-.0053538.0291784-.0090242.0215097-.0066396.045638-.0142845.0755645-.0237529.0005611-.000187.0011222-.0003741.0015898-.0005377.5823516-.1850202,2.6615907-.8967426,3.4297673-1.8569354,0,0-.6726923,2.5785003-1.5695529,3.3632581,0,0,4.7087523-1.5695158,8.5207375-6.3902115,0,0-1.4559256,3.9050163-3.2905154,6.2095865-.389606.4192296-.7876288.8176286-1.1938815,1.1894224-.0000935.0000468-.000187.0001403-.000187.000187v-.0000468.0000468s3.0792528-1.3000745,5.976889-5.2367224c.8112895-1.1022661,1.6083639-2.4112246,2.3195866-3.956216,0,0-1.3453845,6.7265397-3.8118917,8.520282,0,0,4.8208833-1.6816408,6.5026607-8.7445086,0,0-.3363929,4.4843676,1.4575155,6.6144381,0,0-.3363929-2.9148284.3362994-4.9327973,0,0,.5463462,4.9005813,3.8419117,6.3722799.8013763.6321174,1.203327.3542597,1.203327.3542597,0,0-2.1302078-4.148016-.5606548-8.4081804,0,0,.0476019.189018.146827.5007516.4821912,1.5628996,1.1038213,2.7369387,1.7494862,3.6195371.7865066,1.1185144,1.8441288,2.1304913,3.2200945,2.5340571.1681497.0543091.2651303.0722173.2651303.0722173,0,0-.0088844-.0344838-.0242218-.0995705-.0101937-.0434145-.0232866-.1003888-.0385304-.1698474-.0381563-.1736347-.0898731-.425121-.1439279-.7364572-.0432064-.2490783-.0880027-.5364511-.1285906-.852954-.0101937-.0791374-.0201069-.1600984-.029646-.2427192-.0667736-.5783694-.1165264-1.2388921-.1186774-1.932262-.0020574-.69337.0433935-1.4196106.1670274-2.1293925.0530261-.3042056.1203608-.6053486.2044356-.8996416.000187.0003273,1.1774219,2.3544373,3.5176765,4.6665122.2925318.2890327.6032066.5774109.9321179.8604352.4933201.4245599,1.0274152.8371265,1.6022851,1.2218489,2.1079499,1.4107266,4.7635553,2.4476021,7.9623272,2.3319936,0,0-4.8209768-2.1300705-6.8390536-5.9417818,0,0,3.0271619,2.5785236,6.0542304,2.8027268,0,0-2.3543762-2.4663987-2.5786381-4.148016,0,0,6.1663613,6.3902115,12.4447601,5.8296568,0,0-7.175353-3.8117113-7.6237833-8.9687118,0,0,1.7938149,2.6906018,3.4754988,4.260141,1.6817774,1.5695158,4.950409,2.3823049,4.950409,2.3823049-1.9340019-3.3245428-1.1772348-5.2705983-1.1772348-5.2705983,1.6816839,2.1082347,4.2043033,2.2704138,4.2043033,2.2704138-2.6907691-3.9732358-1.2318508-6.220785-1.2318508-6.220785,5.7178375,3.5875081,11.3222347,1.8421132,11.3222347,1.8421132-5.3815381-1.2162614-8.5380388-5.0276219-8.2017394-11.5955829.023006-.4484765.0615364-.8934228.1085772-1.3364286,1.0240484,2.7753034,4.1691396,4.0665875,4.1691396,4.0665875,0,0-.9728928-3.2327574-.8540283-8.3878175.6801739,1.2632295,1.457422,2.0958439,2.0149906,2.5835501.0514362.0449108.0988511.0850523.1461724.1242118.0101937.0085099.0200134.0165288.0301136.0247582.240628.1968967.4200001.3189577.506413.3732667.0041149.0026184.0082298.0052602.0118771.0075981.0176754.0110114.0270274.0170198.0346025.0214384.0100067.0060785.0158049.0094451.0158049.0094451-1.1772348-4.3786718,4.372453-10.0547062,7.063222-14.9198685.4204677-.7602101.8695527-1.6114575,1.3295796-2.5679798.7359121-1.5304731,1.4994126-3.330481,2.2169012-5.4583071,1.6872016-5.0032612,3.1185314-11.8223344,3.3407359-21.2082417,1.6143492,11.856748-.531757,19.0261767-.531757,19.0261767,0,0,4.9190797-8.8258436,3.0897271-23.5928845-.1348564-1.0885193-.3045024-2.2020306-.5016434-3.3301537,1.6870146,1.4719558,3.8366746,3.9258468,5.5545509,7.8069465,0,0-3.0424058-16.0843223-11.2693957-29.6383282-.0725718-.296701-.1435538-.5950151-.217809-.8898225Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* V'S BOB 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M286.8947754,127.6383057c-1.37146-2.3800659-2.7815552-3.7024536-6.8726807-14.5483398-1.0802002-2.8636475-2.2053833-6.2008667-3.3024292-9.6464844,2.1746216,1.8970947,4.7091064,1.4723511,4.7091064,1.4723511,0,0-3.789978-3.7393188-5.5593262-7.5106201-.5541382-1.1811523-1.30896-3.4989624-2.1618042-6.2662964,3.5060425,5.086853,6.7630615,3.5401001,6.7630615,3.5401001-5.7178955-.1030884-6.0576782-9.2232666-11.817688-23.519104-5.1723633-12.8372192-18.9407349-14.4172363-21.6969604-14.6060791-.2749634-.0375977-.444458-.0452271-.4866333-.0252686,0,0-7.3995972-6.1912842-21.8624268-4.7625732-3.7675781.3721924-7.694458,1.1521606-11.576416,2.319519.0001831-.000061.0004272-.0001221.0006104-.0001831-4.0192261.9193115-7.6355591,2.4390259-10.8843994,4.4387207.0093994-.0049438.0189209-.0097656.0283203-.0147095-.0112305.0059204-.0223999.0120239-.0336304.0179443.00177-.0010986.00354-.0021362.0053101-.0032349-.128479.0679321-.2562866.1367188-.3841553.2056274-.2286377.123291-.4569702.2467651-.6835938.3731079-.1455078.0811157-.2893066.1646729-.43396.2470703-.3661499.2086792-.7293701.4212036-1.0894775.6379395-.1715698.1032715-.3432617.2063599-.5134277.3114014-.1901245.1175537-.3789673.2365723-.5672607.3563843-.1809082.1149902-.3604736.2315063-.5395508.3486938-.1741333.1138916-.3486938.2271729-.5210571.3430176-.317749.213623-.6328125.4302368-.9443359.6505127-.1415405.1001587-.2803345.2029419-.4204712.3044434-.2084351.1508789-.4159546.3026123-.6213379.456543-.1467896.1101074-.2926636.2210083-.4378662.3326416-.0969849.0745239-.1945801.1484375-.2908325.2236328-.6283569.3691406-1.2385864.7752686-1.8305054,1.2175293-4.899292,2.7573853-10.9777832,3.5450439-10.9777832,3.5450439,0,0,3.0643921,1.3390503,7.3224487-.175354-5.4821777,6.0638428-9.2883301,15.0079346-12.7880859,22.2158813-4.6246948,9.5250854-9.9221802,11.1126099-9.9221802,11.1126099,4.6498413-.260376,9.0041504-5.1925659,12.3188477-10.3605957-.2294312.8416748-.449646,1.6954346-.6641846,2.5550537-8.2271118,13.2680054-11.2694092,29.0130005-11.2694092,29.0130005,1.7178345-3.7991943,3.8674927-6.201355,5.5544434-7.6422119-.1970825,1.1043091-.3666992,2.1943359-.5015259,3.2598267-1.8294067,14.4555054,3.0897217,23.0951538,3.0897217,23.0951538,0,0-2.1461792-7.0181274-.5317993-18.6246338.3757935,15.5374756,4.2123413,23.8832397,6.887207,28.6175537,2.6907349,4.7625122,8.2404175,10.3187866,7.0632324,14.6050415,0,0,.0057983-.0032959.0158081-.0092163.0075073-.0043335.0168457-.0101929.0345459-.0209961.0037231-.0022583.0078125-.0048828.0119019-.0074463.0863647-.0531616.2658081-.1726074.5064697-.3653564.0100098-.0080566.0198364-.0159302.0300903-.024231.0473022-.0383911.0947266-.0776367.1461182-.1216431,0,0,.0001221-.000061.0001221-.0001221.5574341-.4772949,1.3347168-1.2922974,2.0148926-2.5288696.1188965,5.0462646-.8540039,8.2108154-.8540039,8.2108154,0,0,4.4846191-5.5033569,3.2513428-11.9592285-.4243164-2.2210693-1.1337891-5.5702515-1.8439331-9.6618042.7648315-3.7182007,2.685791-15.2115479.9470215-30.2192993-.1035156-.8933716-.1730957-1.8088379-.2151489-2.739563.0218506-.3340454.0536499-.6625977.0857544-.9909668.0476074-.486145.1065063-.9659424.1760254-1.4396362.0005493-.0037231.0009766-.0075684.0015259-.0113525.0691528-.4699097.1491089-.9335327.2390137-1.3912354.0014648-.0075073.0028076-.0151367.0042725-.022644.0895996-.4538574.1894531-.9016113.2987061-1.3434448.0026855-.0109863.005127-.0220337.0078735-.032959.1088867-.4382935.2276611-.8704834.3551636-1.2969971.0041504-.0137939.0079956-.02771.012146-.0415039.1271362-.4229126.2636108-.8396606.4083862-1.2509155.0058594-.0167236.0115356-.0336304.0174561-.050293.1442261-.4073486.2972412-.8086548.4580078-1.2044067.0080566-.0198975.0159302-.039856.0240479-.0596924.1602173-.3918457.3286133-.7778931.5043335-1.1584473.010437-.0224609.0206909-.045166.0311279-.067627.1751709-.37677.3580933-.7477417.5477905-1.1134033.0130005-.0249634.0258179-.0499878.0388794-.0748901.1888428-.3613892.3848267-.7171021.5872803-1.0675049.0162354-.0281372.0324707-.0562134.0487671-.0842896.0448608-.0770264.0932617-.1509399.1387329-.227417,1.9290161-.3826904,3.78479-.6925049,5.2958984-.8203735.586853-1.3493652,1.8200684-4.3884888,2.6685181-7.8637695.0281982-.0877686.057312-.1781616.0856934-.2664795.0415039-.0319214.0820923-.0654297.1237183-.0971069.0198975-.0151367.0400391-.0297852.0600586-.0447388-.2214966,1.512207-.5865479,3.5963135-1.1524658,5.7436523v.000061c-.1040039.3945923-.2147217.7908936-.3325195,1.1858521-.0003662.0012817-.0007324.0025024-.0010986.0037231-.1177368.3947754-.2425537.788147-.3747559,1.177002-.000061.000061,0,.0001221-.000061.0001221-.0100098.0294189-.0195312.0591431-.0296021.088501.0013428-.000061.0026855-.000061.0040283-.0001221.2890625-.0148315.5772705-.026062.8643799-.0319824.1028442-.307373.2086182-.6235962.3154907-.9432983.0028076-.0083618.0056763-.0169067.0084839-.0253296.0310669-.0006714.0621338-.0015869.0932007-.0022583.0020142,0,.0021973.0014038.0043335.0013428.0001221-.0004883.0003052-.0009766.0004883-.0014648.9812012-.020752,1.9631348-.0463867,2.9450684-.0721436-.0002441.0008545-.0004883.0018311-.0007324.0026855.3191528-.0084229.6383667-.0172729.9575806-.026123.1135254-.0031128.2269897-.0061646.3405151-.0093384.019104-.0004883.038208-.0010376.057312-.0015259,0-.000061,0-.0001221.000061-.0001831.1486816-.0041504.2975464-.0090332.4462891-.0133057.7189331-.0205688,1.4382324-.0427856,2.1574097-.0644531-.0001831.0005493-.0003662.0010986-.0005493.0015869.4912109-.0150146.9825439-.0301514,1.473938-.0455933.0541992-.117981.1085205-.2421265.1627808-.3619385.2302856-.0071411.4607544-.013916.69104-.0211182,1.9154663-.0592651,3.8309937-.1191406,5.7476196-.175415,1.1992188-1.7854614,3.2572632-5.0665894,4.2280884-7.8930664,0,0-1.4788208,4.6625366-2.7454224,7.8532715.8427124-.0233765,1.6853027-.0455933,2.5279541-.0678101.1099854-.0029297.2199097-.0060425.329895-.0087891-.0471802.1187134-.0945435.239563-.1416626.357666.3197632-.0075684.6340942-.0148315.9453735-.0221558.0015259,0,.0031738-.000061.0046997-.0001221.1669312-.0039062.3322754-.0078735.4966431-.0119629-.0003662.0009155-.0007324.00177-.0010986.0026855.2254639-.0046997.4509888-.0093384.6765137-.0137329.0010986-.0023193.0022583-.0046997.0033569-.007019.4326782-.012146.8560791-.0261841,1.2698364-.0428467-.0043335.0087891-.0087891.0180664-.0130615.0268555.3947754-.0065308.7895508-.0117798,1.1843872-.0170898.0148926-.0228882.0300293-.0466309.0449829-.069519,1.2133179-.0742188,2.3292847-.1918335,3.3393555-.3927002-.0639648.1443481-.1270752.2897339-.1920166.4328003.3916016-.0015259.7831421,0,1.1746826.000061.1587524-.2646484.3173218-.5358887.4754639-.8118286.3822021-.1269531.7458496-.2713013,1.0859985-.4400635.1413574-.0701294.2857056-.1508789.4318848-.2390137.0493774-.0297241.0997925-.0645752.1495972-.0962524.0976562-.0620728.1953735-.1246338.2945557-.1939087.0615234-.0429688.1235962-.0900269.1856079-.1355591.0883789-.0649414.1767578-.1303101.2659302-.2003784.0687866-.0539551.1377563-.1108398.2069092-.1677246.0826416-.0680542.1652222-.1369019.24823-.2088013.0747681-.0648193.149353-.1312256.2243042-.1990356.0762939-.0690308.1524048-.1394043.2286987-.2114258.0808716-.0762329.161377-.1531982.2421265-.2325439.0680542-.0669556.1358032-.1356201.2036743-.2047119.0878906-.0892944.175415-.1786499.2627563-.2712402.0546265-.0579834.1087036-.1177368.1630249-.1768799.0997314-.1083984.1991577-.2166138.2976685-.3287354.024353-.02771.0481567-.0565186.0723877-.0844116.8244019-.9483032,1.5968018-2.0142212,2.2280273-3.0863647.0028687-.0049438.0057983-.0098877.008728-.0148315.1052856-.1791992.2059937-.3579102.3027954-.5367432.0028687-.005249.0056152-.010498.0084839-.0158081.0974121-.1804199.1901245-.3598633.2779541-.5388184-.1195068.3553467-.2440186.7042236-.3723755,1.0478516-.0159302.0425415-.0321655.0846558-.0481567.1270142-.1258545.3323364-.2550659.6599121-.3896484.9801025-.0018921.0045166-.0037231.0092773-.0056152.0137939-.132019.3135986-.2695923.6192017-.4102783.920166-.0303345.0648804-.0609741.1292114-.0917969.1934814-.1416016.2960205-.2860718.5878296-.4366455.8703003-.642395,1.2053223-1.2789307,2.3443604-1.9073486,3.432251.5194092.006958,1.0386353.0183105,1.5579224.0293579.144104.0031128.288147.0047607.432251.0081787.0619507.0012817.1239014.0026245.1858521.0039673,2.1217651.0523071,4.2423096.1405029,6.361084.2730103h.0001831c.1987305-.4542236.3886719-.8986206.5715942-1.3352661.0400391-.0955811.0762329-.1869507.1155396-.2816772.138855-.3349609.276123-.6680298.4058838-.992981.0543823-.1361084.104187-.2672119.1569824-.4015503.1089478-.2774048.2179565-.5548096.3203735-.8250122.0560913-.1480103.1078491-.2914429.1620483-.4373779.0927124-.2498779.1856689-.499939.2728271-.7438354.0535889-.1497803.1032715-.2955322.1547241-.4431152.081604-.2338257.163147-.4677124.2396851-.696167.0491943-.1469116.0950928-.2903442.1422119-.4350586.0725708-.2225952.1446533-.4448242.2124634-.6625366.0443726-.1425171.0859985-.2822876.128418-.4228516.0646362-.2139893.128418-.4273071.1885376-.6366577.0393066-.137085.076416-.2720337.1138306-.4071655.057312-.2069702.1135254-.4129028.1665039-.6154785.0343018-.1312866.0669556-.2609253.0994873-.3904419.0505981-.2015381.0997925-.4017334.1461792-.5991821.0292969-.1245728.057373-.2479858.085022-.3709717.0443115-.1972656.0869141-.3928223.1270752-.5860596.0247192-.1187134.048645-.2367554.0717773-.3539429.0380859-.192627.0740967-.3834229.1081543-.5722656.0204468-.1132202.0405273-.2261963.0595093-.3380737.0321045-.1890869.0619507-.3760986.09021-.5615845.0163574-.1074829.0327148-.2149658.0477905-.3212891.0239258-.1685791.0458374-.3353882.0666504-.5012207.4967041,2.21698,1.010498,4.5175171,1.5386963,6.8905029.5490723,2.4669189.8080444,3.7987671,1.4969482,5.8041382.7302246,2.1253662,2.5335083,2.8466187,3.1911011,3.0437622.0100098.0301514.0195312.0603638.029541.0905151.038269.0053711.0766602.0097656.1149902.0150757-.0054932-.0214844-.0115967-.0456543-.0170898-.0675049.2522583.078064.5119629.138855.7787476.1782227,1.8536377.2733765,3.7051392.5914917,5.5543213.9569092-.0448608-.19104-.0922241-.3863525-.1394653-.5813599.000061,0,.0001221-.000061.0001221,0,.3699951.0335083.7356567.0795898,1.0983276.1339111.0375977.0056152.0753784.0107422.112854.0166016.3485107.0543213.6934814.1184692,1.0352173.1912231.0443726.0094604.088623.0192871.1328735.0290527.3425293.0754395.6820679.1588135,1.0178223.2518921.0079956.0021973.0159912.0046387.0239868.006958-.1887207,12.3265381-1.3966064,24.5481567-1.3966064,30.8096924,0,5.2294312,1.3869629,12.0825806,2.3193359,17.5584717.0379028,4.6158447.3988037,10.392395,1.8289795,13.065979,0,0-.104187-5.8496094,5.3234863-4.3395386-.6157837,2.4577026-1.2313232,3.8776855-1.2313232,3.8776855,2.2774048-1.8810425,3.3774414-4.9858398,3.8027344-8.385498,1.6135864.7932129,3.2044678,1.1118164,3.2044678,1.1118164-3.3707275-3.4924927-1.4437256-13.6813965.2416382-17.9147339,1.3803101-3.467041,1.7422485-10.3416748.8099976-17.6003418,3.4128418,5.0540771,6.8043213,6.1068726,6.8043213,6.1068726Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.4330718,122.6290721c-.4754344-2.7506387-1.9798971-3.0727292-3.8458863-2.1865071l-78.6987991-.3343877s-2.3263668-1.0665899-4.008191,2.6332301c-3.2199309,7.1396674-2.7434912,15.1961364-.7962561,22.6103883.4054577,1.5438692.9164064,3.064944,1.4758923,4.5757087,2.1616306,5.8370211,5.0477404,11.5201627,5.3746644,17.7693998.3363461,6.4293945-1.121146,10.6727729-6.5026607,11.8633876,0,0,3.4035348,1.0452684,7.4898153-.2959763.8216235-.2122332,1.5770112-.5115526,2.1758691-.9334708.4825185-.2588039.9673984-.5578895,1.4513899-.8990805.4169373,1.0665198.9757451,3.5202939-1.0267371,6.4148061,0,0,2.3496066-.1533653,4.0254923-2.021242.0661423-.0438587.1329393-.0897047.2001103-.1367429.1067535.345516.5371111,2.1743033-1.1984874,5.0948595,0,0,7.0070162-2.9922358,8.6088805-11.0585473.1030595-.2150387.2035004-.4392652.3046895-.6609669l43.2110558-.6354138c.6551338,2.4186824,1.7281402,4.5521896,3.4844066,5.3434468,0,0,.8969074,2.8575035,3.4755689,4.445021l-.2242385-1.5875175s1.9059458,2.1166744,6.2784455,2.0108384c0,0-5.0451686-4.3391615-4.8209534-12.7000466,0,0,3.2513304,7.9375408,11.2115066,6.3500233,0,0-7.6238301-6.2441872-6.5026607-13.2292035,0,0,1.2332536,1.7991662,5.6057299,1.6933302-.3662493-.257144-.7104745-.539467-1.0371647-.8411477-.4957517-.5853597-1.0399703-1.5407598-1.3172349-3.074693-.5605847-3.101415,1.9282972-8.9057058,4.3724763-17.899807,2.8028766-10.3140244,1.9282271-18.2891116,1.2332769-22.3096895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M311.4204404,90.523153c-.1454242-.5776213-.2944958-1.1509876-.4463729-1.7202626.3715566.6742461.9759789,1.5832158,1.7215236,2.5708787,3.0375427,4.2397079,6.7141103,7.7908385,10.597171,8.012961,0,0-5.2973697-1.6217441-9.9221407-11.3520921-3.4854119-7.3332209-7.2758874-16.4234559-12.7220481-22.6165603.1806814.0430405.3607082.0830651.5403609.1205647,3.9361803,1.2129182,6.7130816-.0182823,6.7160743-.0196149-1.5715169.7010616-6.0144842-1.3719411-7.5380251-1.9999672-4.5132947-1.8603721-7.9540974-3.5066406-12.1835576-5.8348703-.1274683-.0701599-.2550301-.1402497-.377916-.2062716-.0109419-.0058915-.1726387-.9367906-.183487-.9426587.0090715.0049329.01833.0096555.0274015.0145884-2.5511431-1.6041633-5.2372361-2.335407-8.2184796-3.0302264-5.6752857-2.3604925-10.6969573-2.8640729-13.695689-2.903513-.1313962-.0142377-.2641016-.0318654-.3951237-.0450978-9.7076049-.9796674-16.2956498.7741439-19.5819568,2.0338198-.871049.267267-1.4818308.5214887-1.695712.7281811-.1661858.0809142-.3045024.1514482-.4142954.2095213-1.3950439.1270874-6.8447583.7039138-9.1563957,2.137692-4.8480042,1.8991342-10.4488477,5.6357059-13.3485413,12.9874895-5.7601087,14.6039734-6.0997748,23.9207496-11.8177993,24.0260479,0,0,3.2570351,1.5801064,6.7630215-3.6163342-.8528126,2.8269707-1.6075222,5.1946872-2.1617241,6.4012931-1.7693125,3.8526243-5.5593204,7.6724948-5.5593204,7.6724948,0,0,2.5344965.4339115,4.7091264-1.5040316-1.0969943,3.5198263-2.2222318,6.9290005-3.3023925,9.8543962-3.4362202,9.3060218-4.9808967,11.7485039-6.2001222,13.7327372-.2578358.203887-.5207216.4024202-.7940817.5898718,0,0,.2149099-.0708847.5811358-.2413633-.155992.2567232-.3082433.5121371-.4596528.7806432,0,0,3.3914239-1.0754505,6.804264-6.2385062-.9322114,7.415117-.5702874,14.4379368.8100737,17.9797393,1.4770613,3.7902261,3.1391994,12.2530663,1.258317,16.688689-.3037543.5468781-.6388379,1.0854099-1.0166603,1.6121822,0,0,1.5907821-.3255037,3.2043831-1.1357913.4253308,3.4729517,1.5254113,6.6446436,3.8027267,8.5662682,0,0-.3862393-.9124999-.8526255-2.5377042-.0842619-.439125-.1515966-.9312498-.1883501-1.4729845,3.7680306-.971064,4.7731879,1.7751328,5.0377571,3.3940949-.8000671,2.235252-2.1468544,3.1032386-2.1468544,3.1032386,0,0,.4500202.3051174,1.1812562-.0248751,3.4112502-.2121163,4.4245438-1.7049495,4.4245438-1.7049495,1.1211226,7.1355761-6.5027542,13.5143319-6.5027542,13.5143319,7.9602697,1.6217441,11.2116001-6.4868831,11.2116001-6.4868831.2241684,8.5410892-4.8209768,12.9737895-4.8209768,12.9737895,4.372453.1081038,6.2783988-2.0541828,6.2783988-2.0541828l-.2242619,1.6217441c2.5787316-1.6217441,3.4755923-4.5408509,3.4755923-4.5408509,0,0-1.0262929,5.4529768-3.1565007,6.5740628,0,0,3.9240226-1.5695392,6.2784923-4.4843676,0,0-1.9059458,4.4843676-3.4755923,5.7175552,0,0,3.2513304-1.2331876,4.5967149-2.8027268,0,0,.3363929,3.0269534-1.1211226,4.1480394h0s.0081363-.002408.0218838-.0065461c.0075752-.0022911.0168337-.0051667.029646-.0090476.0092585-.0028288.0173948-.0053538.0291784-.0090242.0215097-.0066396.045638-.0142845.0755645-.0237529.0005611-.000187.0011222-.0003741.0015898-.0005377.5823516-.1850202,2.6615907-.8967426,3.4297673-1.8569354,0,0-.6726923,2.5785003-1.5695529,3.3632581,0,0,4.7087523-1.5695158,8.5207375-6.3902115,0,0-1.4559256,3.9050163-3.2905154,6.2095865-.389606.4192296-.7876288.8176286-1.1938815,1.1894224-.0000935.0000468-.000187.0001403-.000187.000187v-.0000468.0000468s3.0792528-1.3000745,5.976889-5.2367224c.8112895-1.1022661,1.6083639-2.4112246,2.3195866-3.956216,0,0-1.3453845,6.7265397-3.8118917,8.520282,0,0,4.8208833-1.6816408,6.5026607-8.7445086,0,0-.3363929,4.4843676,1.4575155,6.6144381,0,0-.3363929-2.9148284.3362994-4.9327973,0,0,.5463462,4.9005813,3.8419117,6.3722799.8013763.6321174,1.203327.3542597,1.203327.3542597,0,0-2.1302078-4.148016-.5606548-8.4081804,0,0,.0476019.189018.146827.5007516.4821912,1.5628996,1.1038213,2.7369387,1.7494862,3.6195371.7865066,1.1185144,1.8441288,2.1304913,3.2200945,2.5340571.1681497.0543091.2651303.0722173.2651303.0722173,0,0-.0088844-.0344838-.0242218-.0995705-.0101937-.0434145-.0232866-.1003888-.0385304-.1698474-.0381563-.1736347-.0898731-.425121-.1439279-.7364572-.0432064-.2490783-.0880027-.5364511-.1285906-.852954-.0101937-.0791374-.0201069-.1600984-.029646-.2427192-.0667736-.5783694-.1165264-1.2388921-.1186774-1.932262-.0020574-.69337.0433935-1.4196106.1670274-2.1293925.0530261-.3042056.1203608-.6053486.2044356-.8996416.000187.0003273,1.1774219,2.3544373,3.5176765,4.6665122.2925318.2890327.6032066.5774109.9321179.8604352.4933201.4245599,1.0274152.8371265,1.6022851,1.2218489,2.1079499,1.4107266,4.7635553,2.4476021,7.9623272,2.3319936,0,0-4.8209768-2.1300705-6.8390536-5.9417818,0,0,3.0271619,2.5785236,6.0542304,2.8027268,0,0-2.3543762-2.4663987-2.5786381-4.148016,0,0,6.1663613,6.3902115,12.4447601,5.8296568,0,0-7.175353-3.8117113-7.6237833-8.9687118,0,0,1.7938149,2.6906018,3.4754988,4.260141,1.6817774,1.5695158,4.950409,2.3823049,4.950409,2.3823049-1.9340019-3.3245428-1.1772348-5.2705983-1.1772348-5.2705983,1.6816839,2.1082347,4.2043033,2.2704138,4.2043033,2.2704138-2.6907691-3.9732358-1.2318508-6.220785-1.2318508-6.220785,5.7178375,3.5875081,11.3222347,1.8421132,11.3222347,1.8421132-5.3815381-1.2162614-8.5380388-5.0276219-8.2017394-11.5955829.023006-.4484765.0615364-.8934228.1085772-1.3364286,1.0240484,2.7753034,4.1691396,4.0665875,4.1691396,4.0665875,0,0-.9728928-3.2327574-.8540283-8.3878175.6801739,1.2632295,1.457422,2.0958439,2.0149906,2.5835501.0514362.0449108.0988511.0850523.1461724.1242118.0101937.0085099.0200134.0165288.0301136.0247582.240628.1968967.4200001.3189577.506413.3732667.0041149.0026184.0082298.0052602.0118771.0075981.0176754.0110114.0270274.0170198.0346025.0214384.0100067.0060785.0158049.0094451.0158049.0094451-1.1772348-4.3786718,4.372453-10.0547062,7.063222-14.9198685.4204677-.7602101.8695527-1.6114575,1.3295796-2.5679798.7359121-1.5304731,1.4994126-3.330481,2.2169012-5.4583071,1.6872016-5.0032612,3.1185314-11.8223344,3.3407359-21.2082417,1.6143492,11.856748-.531757,19.0261767-.531757,19.0261767,0,0,4.9190797-8.8258436,3.0897271-23.5928845-.1348564-1.0885193-.3045024-2.2020306-.5016434-3.3301537,1.6870146,1.4719558,3.8366746,3.9258468,5.5545509,7.8069465,0,0-3.0424058-16.0843223-11.2693957-29.6383282-.0725718-.296701-.1435538-.5950151-.217809-.8898225Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* V'S BOB 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M286.8947754,127.6383057c-1.37146-2.3800659-2.7815552-3.7024536-6.8726807-14.5483398-1.0802002-2.8636475-2.2053833-6.2008667-3.3024292-9.6464844,2.1746216,1.8970947,4.7091064,1.4723511,4.7091064,1.4723511,0,0-3.789978-3.7393188-5.5593262-7.5106201-.5541382-1.1811523-1.30896-3.4989624-2.1618042-6.2662964,3.5060425,5.086853,6.7630615,3.5401001,6.7630615,3.5401001-5.7178955-.1030884-6.0576782-9.2232666-11.817688-23.519104-3.958374-9.8242798-12.9466553-13.0526733-18.1853027-14.112915-4.4906006-2.6945801-8.817627-3.9771118-11.906189-4.2513428-.0715332-.0063477-.1400146-.0100708-.2113647-.0162354-3.4819336-.9542847-8.0582275-1.5750122-13.7431641-1.0134277-3.7675781.3721924-7.694458,1.1521606-11.576416,2.319519.0001831-.000061.0004272-.0001221.0006104-.0001831-4.0192261.9193115-7.6355591,2.4390259-10.8843994,4.4387207.0093994-.0049438.0189209-.0097656.0283203-.0147095-.0112305.0059204-.0223999.0120239-.0336304.0179443.00177-.0010986.00354-.0021362.0053101-.0032349-.128479.0679321-.2562866.1367188-.3841553.2056274-.2286377.123291-.4569702.2467651-.6835938.3731079-.1455078.0811157-.2893066.1646729-.43396.2470703-.3661499.2086792-.7293701.4212036-1.0894775.6379395-.1715698.1032715-.3432617.2063599-.5134277.3114014-.1901245.1175537-.3789673.2365723-.5672607.3563843-.1809082.1149902-.3604736.2315063-.5395508.3486938-.1741333.1138916-.3486938.2271729-.5210571.3430176-.317749.213623-.6328125.4302368-.9443359.6505127-.1415405.1001587-.2803345.2029419-.4204712.3044434-.2084351.1508789-.4159546.3026123-.6213379.456543-.1467896.1101074-.2926636.2210083-.4378662.3326416-.0969849.0745239-.1945801.1484375-.2908325.2236328-.6283569.3691406-1.2385864.7752686-1.8305054,1.2175293-4.899292,2.7573853-10.9777832,3.5450439-10.9777832,3.5450439,0,0,3.0643921,1.3390503,7.3224487-.175354-5.4821777,6.0638428-9.2883301,15.0079346-12.7880859,22.2158813-4.6246948,9.5250854-9.9221802,11.1126099-9.9221802,11.1126099,4.6498413-.260376,9.0041504-5.1925659,12.3188477-10.3605957-.2294312.8416748-.449646,1.6954346-.6641846,2.5550537-8.2271118,13.2680054-11.2694092,29.0130005-11.2694092,29.0130005,1.7178345-3.7991943,3.8674927-6.201355,5.5544434-7.6422119-.1970825,1.1043091-.3666992,2.1943359-.5015259,3.2598267-1.8294067,14.4555054,3.0897217,23.0951538,3.0897217,23.0951538,0,0-2.1461792-7.0181274-.5317993-18.6246338.3757935,15.5374756,4.2123413,23.8832397,6.887207,28.6175537,2.6907349,4.7625122,8.2404175,10.3187866,7.0632324,14.6050415,0,0,.0057983-.0032959.0158081-.0092163.0075073-.0043335.0168457-.0101929.0345459-.0209961.0037231-.0022583.0078125-.0048828.0119019-.0074463.0863647-.0531616.2658081-.1726074.5064697-.3653564.0100098-.0080566.0198364-.0159302.0300903-.024231.0473022-.0383911.0947266-.0776367.1461182-.1216431,0,0,.0001221-.000061.0001221-.0001221.5574341-.4772949,1.3347168-1.2922974,2.0148926-2.5288696.1188965,5.0462646-.8540039,8.2108154-.8540039,8.2108154,0,0,4.4846191-5.5033569,3.2513428-11.9592285-.4243164-2.2210693-1.1337891-5.5702515-1.8439331-9.6618042.7648315-3.7182007,2.685791-15.2115479.9470215-30.2192993-.1035156-.8933716-.1730957-1.8088379-.2151489-2.739563.0217285-.3317261.0532837-.65802.085144-.9841309.2106934-.1000366.4227905-.2061768.6365356-.3201904.0199585-.0106812.039978-.0216064.0599976-.0324097.1351929-.072937.270752-.1486206.4068604-.227417.0162354-.0093994.0324097-.0184937.0487061-.0280151.2358398-.1376953.4727783-.2846069.7105103-.4411011.00177-.0011597.00354-.0022583.0053711-.003418.0645752-.0425415.1292114-.0861816.1939087-.130188.0245361-.0166626.0490112-.0336914.0736084-.0505981.026001-.0178833.052063-.0355225.078125-.0537109l-.000061.000061c.0001221-.0001221.0003052-.0001831.0003662-.0003052.0908203-.0632324.1816406-.128479.2724609-.1947021.0124512-.0090332.0248413-.0180054.0372314-.0270996.0055542-.0040283.0110474-.0079956.0164795-.0119629.0172729-.0126953.0345459-.0249634.0518188-.0377808.1555176-.1152344.3110352-.234375.4665527-.3584595,0-.000061.000061-.000061.0001221-.0001221.0247192-.0197144.0494385-.0405884.0741577-.0605469.012146-.0097656.0241699-.0197754.0363159-.0296631.020874-.0169678.041748-.0339966.0626221-.0510864.012085-.0099487.024231-.0196533.0363159-.0296631.3302002-.2723999.6595459-.56604.9869995-.8814697.0212402-.0205078.0424194-.0408936.0637207-.0615234.2401123-.2337036.4790649-.4794312.7162476-.737854.0111084-.012085.0222778-.0237427.0333862-.0359497.0682983-.0747681.1363525-.151123.2043457-.2280884.0267944-.0302124.0534668-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0181274-.0217285.0361938-.043457.0542603-.0653687.0350342-.0424194.0702515-.0837402.1051636-.12677.00177-.0021973.00354-.0042114.0053101-.0064087.1535034-.1893921.3057251-.3858643.4570312-.5870361.0072021-.0095825.0145874-.0184326.0217896-.0280762.0220337-.0293579.0437012-.0601807.0656128-.0897217.1317139-.1777954.2625732-.3598022.392334-.546814.0200195-.0288086.0402222-.0566406.0601196-.0856934.026001-.0378418.0519409-.0757446.0778198-.1138916.0008545-.0012817.0016479-.0025635.0025024-.0037842.1177368-.1738281.234436-.3520508.3502197-.5338135.0283813-.0445557.0564575-.090332.0847778-.1353149.1192627-.1900024.2374878-.3843994.3545532-.5831909.0283203-.0481567.0568848-.0953979.085083-.144043.0825195-.142334.1641235-.2879639.2454834-.4348145.0154419-.0279541.0310059-.0552979.0464478-.083374.0376587-.0686035.0753784-.1367798.1127319-.2063599.024292-.0452881.0481567-.0921021.0723267-.1377563.1063232-.2007446.2114868-.4057617.3154297-.6147461.0136719-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0464478-.0950928.0696411-.1427612.1280518-.2632446.2545776-.5315552.3786011-.8078613.0153809-.0342407.0302734-.0700073.0455322-.1044312l.0018311-.0042114c.0145874-.0328369.0289307-.0664673.043457-.0994873.0941162-.2140503.1870117-.4319458.2785645-.6538086.031311-.0757446.0625-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673.000061,0,.000061-.000061.000061-.000061-.5580444,2.0032349-1.0393066,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,2.3306274-5.6278076,2.4471436-7.5717163,2.4520874-7.8126221.0010376-.005188.0023193-.0105591.0032959-.0157471.605896,2.2324829.9713745,3.2456665,1.7196045,4.9736328.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,2.8278809,5.4830933,5.4476318,9.4732056,7.6373291,11.8327026.0039062.0043335.0076904.008606.0115356.0128784.1081543.1207275.2115479.2318726.3093262.3320312.2235107.0070801.4448853.0248413.6661377.043457.1141968.0102539.2284546.0200195.3421631.0325928.2262573.0250854.4488525.0673828.6728516.1030884-.4182739,8.0004272-.9852905,15.0895386-.9852905,19.3787842,0,5.2294312,1.3869629,12.0825806,2.3193359,17.5584717.0379028,4.6158447.3988037,10.392395,1.8289795,13.065979,0,0-.104187-5.8496094,5.3234863-4.3395386-.6157837,2.4577026-1.2313232,3.8776855-1.2313232,3.8776855,2.2774048-1.8810425,3.3774414-4.9858398,3.8027344-8.385498,1.6135864.7932129,3.2044678,1.1118164,3.2044678,1.1118164-3.3707275-3.4924927-1.4437256-13.6813965.2416382-17.9147339,1.3803101-3.467041,1.7422485-10.3416748.8099976-17.6003418,3.4128418,5.0540771,6.8043213,6.1068726,6.8043213,6.1068726Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.4330718,122.6290721c-.4754344-2.7506387-1.9798971-3.0727292-3.8458863-2.1865071l-78.6987991-.3343877s-2.3263668-1.0665899-4.008191,2.6332301c-3.2199309,7.1396674-2.7434912,15.1961364-.7962561,22.6103883.4054577,1.5438692.9164064,3.064944,1.4758923,4.5757087,2.1616306,5.8370211,5.0477404,11.5201627,5.3746644,17.7693998.3363461,6.4293945-1.121146,10.6727729-6.5026607,11.8633876,0,0,3.4035348,1.0452684,7.4898153-.2959763.8216235-.2122332,1.5770112-.5115526,2.1758691-.9334708.4825185-.2588039.9673984-.5578895,1.4513899-.8990805.4169373,1.0665198.9757451,3.5202939-1.0267371,6.4148061,0,0,2.3496066-.1533653,4.0254923-2.021242.0661423-.0438587.1329393-.0897047.2001103-.1367429.1067535.345516.5371111,2.1743033-1.1984874,5.0948595,0,0,7.0070162-2.9922358,8.6088805-11.0585473.1030595-.2150387.2035004-.4392652.3046895-.6609669l43.2110558-.6354138c.6551338,2.4186824,1.7281402,4.5521896,3.4844066,5.3434468,0,0,.8969074,2.8575035,3.4755689,4.445021l-.2242385-1.5875175s1.9059458,2.1166744,6.2784455,2.0108384c0,0-5.0451686-4.3391615-4.8209534-12.7000466,0,0,3.2513304,7.9375408,11.2115066,6.3500233,0,0-7.6238301-6.2441872-6.5026607-13.2292035,0,0,1.2332536,1.7991662,5.6057299,1.6933302-.3662493-.257144-.7104745-.539467-1.0371647-.8411477-.4957517-.5853597-1.0399703-1.5407598-1.3172349-3.074693-.5605847-3.101415,1.9282972-8.9057058,4.3724763-17.899807,2.8028766-10.3140244,1.9282271-18.2891116,1.2332769-22.3096895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M311.4204404,90.523153c-.1454242-.5776213-.2944958-1.1509876-.4463729-1.7202626.3715566.6742461.9759789,1.5832158,1.7215236,2.5708787,3.0375427,4.2397079,6.7141103,7.7908385,10.597171,8.012961,0,0-5.2973697-1.6217441-9.9221407-11.3520921-3.4854119-7.3332209-7.2758874-16.4234559-12.7220481-22.6165603.1806814.0430405.3607082.0830651.5403609.1205647,3.9361803,1.2129182,6.7130816-.0182823,6.7160743-.0196149-1.5715169.7010616-6.0144842-1.3719411-7.5380251-1.9999672-4.5132947-1.8603721-7.9540974-3.5066406-12.1835576-5.8348703-.1274683-.0701599-.2550301-.1402497-.377916-.2062716-.0109419-.0058915-.1726387-.9367906-.183487-.9426587.0090715.0049329.01833.0096555.0274015.0145884-2.5511431-1.6041633-5.2372361-2.335407-8.2184796-3.0302264-5.6752857-2.3604925-10.6969573-2.8640729-13.695689-2.903513-.1313962-.0142377-.2641016-.0318654-.3951237-.0450978-9.7076049-.9796674-16.2956498.7741439-19.5819568,2.0338198-.871049.267267-1.4818308.5214887-1.695712.7281811-.1661858.0809142-.3045024.1514482-.4142954.2095213-1.3950439.1270874-6.8447583.7039138-9.1563957,2.137692-4.8480042,1.8991342-10.4488477,5.6357059-13.3485413,12.9874895-5.7601087,14.6039734-6.0997748,23.9207496-11.8177993,24.0260479,0,0,3.2570351,1.5801064,6.7630215-3.6163342-.8528126,2.8269707-1.6075222,5.1946872-2.1617241,6.4012931-1.7693125,3.8526243-5.5593204,7.6724948-5.5593204,7.6724948,0,0,2.5344965.4339115,4.7091264-1.5040316-1.0969943,3.5198263-2.2222318,6.9290005-3.3023925,9.8543962-3.4362202,9.3060218-4.9808967,11.7485039-6.2001222,13.7327372-.2578358.203887-.5207216.4024202-.7940817.5898718,0,0,.2149099-.0708847.5811358-.2413633-.155992.2567232-.3082433.5121371-.4596528.7806432,0,0,3.3914239-1.0754505,6.804264-6.2385062-.9322114,7.415117-.5702874,14.4379368.8100737,17.9797393,1.4770613,3.7902261,3.1391994,12.2530663,1.258317,16.688689-.3037543.5468781-.6388379,1.0854099-1.0166603,1.6121822,0,0,1.5907821-.3255037,3.2043831-1.1357913.4253308,3.4729517,1.5254113,6.6446436,3.8027267,8.5662682,0,0-.3862393-.9124999-.8526255-2.5377042-.0842619-.439125-.1515966-.9312498-.1883501-1.4729845,3.7680306-.971064,4.7731879,1.7751328,5.0377571,3.3940949-.8000671,2.235252-2.1468544,3.1032386-2.1468544,3.1032386,0,0,.4500202.3051174,1.1812562-.0248751,3.4112502-.2121163,4.4245438-1.7049495,4.4245438-1.7049495,1.1211226,7.1355761-6.5027542,13.5143319-6.5027542,13.5143319,7.9602697,1.6217441,11.2116001-6.4868831,11.2116001-6.4868831.2241684,8.5410892-4.8209768,12.9737895-4.8209768,12.9737895,4.372453.1081038,6.2783988-2.0541828,6.2783988-2.0541828l-.2242619,1.6217441c2.5787316-1.6217441,3.4755923-4.5408509,3.4755923-4.5408509,0,0-1.0262929,5.4529768-3.1565007,6.5740628,0,0,3.9240226-1.5695392,6.2784923-4.4843676,0,0-1.9059458,4.4843676-3.4755923,5.7175552,0,0,3.2513304-1.2331876,4.5967149-2.8027268,0,0,.3363929,3.0269534-1.1211226,4.1480394h0s.0081363-.002408.0218838-.0065461c.0075752-.0022911.0168337-.0051667.029646-.0090476.0092585-.0028288.0173948-.0053538.0291784-.0090242.0215097-.0066396.045638-.0142845.0755645-.0237529.0005611-.000187.0011222-.0003741.0015898-.0005377.5823516-.1850202,2.6615907-.8967426,3.4297673-1.8569354,0,0-.6726923,2.5785003-1.5695529,3.3632581,0,0,4.7087523-1.5695158,8.5207375-6.3902115,0,0-1.4559256,3.9050163-3.2905154,6.2095865-.389606.4192296-.7876288.8176286-1.1938815,1.1894224-.0000935.0000468-.000187.0001403-.000187.000187v-.0000468.0000468s3.0792528-1.3000745,5.976889-5.2367224c.8112895-1.1022661,1.6083639-2.4112246,2.3195866-3.956216,0,0-1.3453845,6.7265397-3.8118917,8.520282,0,0,4.8208833-1.6816408,6.5026607-8.7445086,0,0-.3363929,4.4843676,1.4575155,6.6144381,0,0-.3363929-2.9148284.3362994-4.9327973,0,0,.5463462,4.9005813,3.8419117,6.3722799.8013763.6321174,1.203327.3542597,1.203327.3542597,0,0-2.1302078-4.148016-.5606548-8.4081804,0,0,.0476019.189018.146827.5007516.4821912,1.5628996,1.1038213,2.7369387,1.7494862,3.6195371.7865066,1.1185144,1.8441288,2.1304913,3.2200945,2.5340571.1681497.0543091.2651303.0722173.2651303.0722173,0,0-.0088844-.0344838-.0242218-.0995705-.0101937-.0434145-.0232866-.1003888-.0385304-.1698474-.0381563-.1736347-.0898731-.425121-.1439279-.7364572-.0432064-.2490783-.0880027-.5364511-.1285906-.852954-.0101937-.0791374-.0201069-.1600984-.029646-.2427192-.0667736-.5783694-.1165264-1.2388921-.1186774-1.932262-.0020574-.69337.0433935-1.4196106.1670274-2.1293925.0530261-.3042056.1203608-.6053486.2044356-.8996416.000187.0003273,1.1774219,2.3544373,3.5176765,4.6665122.2925318.2890327.6032066.5774109.9321179.8604352.4933201.4245599,1.0274152.8371265,1.6022851,1.2218489,2.1079499,1.4107266,4.7635553,2.4476021,7.9623272,2.3319936,0,0-4.8209768-2.1300705-6.8390536-5.9417818,0,0,3.0271619,2.5785236,6.0542304,2.8027268,0,0-2.3543762-2.4663987-2.5786381-4.148016,0,0,6.1663613,6.3902115,12.4447601,5.8296568,0,0-7.175353-3.8117113-7.6237833-8.9687118,0,0,1.7938149,2.6906018,3.4754988,4.260141,1.6817774,1.5695158,4.950409,2.3823049,4.950409,2.3823049-1.9340019-3.3245428-1.1772348-5.2705983-1.1772348-5.2705983,1.6816839,2.1082347,4.2043033,2.2704138,4.2043033,2.2704138-2.6907691-3.9732358-1.2318508-6.220785-1.2318508-6.220785,5.7178375,3.5875081,11.3222347,1.8421132,11.3222347,1.8421132-5.3815381-1.2162614-8.5380388-5.0276219-8.2017394-11.5955829.023006-.4484765.0615364-.8934228.1085772-1.3364286,1.0240484,2.7753034,4.1691396,4.0665875,4.1691396,4.0665875,0,0-.9728928-3.2327574-.8540283-8.3878175.6801739,1.2632295,1.457422,2.0958439,2.0149906,2.5835501.0514362.0449108.0988511.0850523.1461724.1242118.0101937.0085099.0200134.0165288.0301136.0247582.240628.1968967.4200001.3189577.506413.3732667.0041149.0026184.0082298.0052602.0118771.0075981.0176754.0110114.0270274.0170198.0346025.0214384.0100067.0060785.0158049.0094451.0158049.0094451-1.1772348-4.3786718,4.372453-10.0547062,7.063222-14.9198685.4204677-.7602101.8695527-1.6114575,1.3295796-2.5679798.7359121-1.5304731,1.4994126-3.330481,2.2169012-5.4583071,1.6872016-5.0032612,3.1185314-11.8223344,3.3407359-21.2082417,1.6143492,11.856748-.531757,19.0261767-.531757,19.0261767,0,0,4.9190797-8.8258436,3.0897271-23.5928845-.1348564-1.0885193-.3045024-2.2020306-.5016434-3.3301537,1.6870146,1.4719558,3.8366746,3.9258468,5.5545509,7.8069465,0,0-3.0424058-16.0843223-11.2693957-29.6383282-.0725718-.296701-.1435538-.5950151-.217809-.8898225Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* V'S BOB 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M286.8947754,127.6383057c-1.37146-2.3800659-2.7815552-3.7024536-6.8726807-14.5483398-1.0802002-2.8636475-2.2053833-6.2008667-3.3024292-9.6464844,2.1746216,1.8970947,4.7091064,1.4723511,4.7091064,1.4723511,0,0-3.789978-3.7393188-5.5593262-7.5106201-.5541382-1.1811523-1.30896-3.4989624-2.1618042-6.2662964,3.5060425,5.086853,6.7630615,3.5401001,6.7630615,3.5401001-5.7178955-.1030884-6.0576782-9.2232666-11.817688-23.519104-5.1723633-12.8372192-18.9407349-14.4172363-21.6969604-14.6060791-.2749634-.0375977-.444458-.0452271-.4866333-.0252686,0,0-7.3995972-6.1912842-21.8624268-4.7625732-3.7675781.3721924-7.694458,1.1521606-11.576416,2.319519.0001831-.000061.0004272-.0001221.0006104-.0001831-4.0192261.9193115-7.6355591,2.4390259-10.8843994,4.4387207.0093994-.0049438.0189209-.0097656.0283203-.0147095-.0112305.0059204-.0223999.0120239-.0336304.0179443.00177-.0010986.00354-.0021362.0053101-.0032349-.128479.0679321-.2562866.1367188-.3841553.2056274-.2286377.123291-.4569702.2467651-.6835938.3731079-.1455078.0811157-.2893066.1646729-.43396.2470703-.3661499.2086792-.7293701.4212036-1.0894775.6379395-.1715698.1032715-.3432617.2063599-.5134277.3114014-.1901245.1175537-.3789673.2365723-.5672607.3563843-.1809082.1149902-.3604736.2315063-.5395508.3486938-.1741333.1138916-.3486938.2271729-.5210571.3430176-.317749.213623-.6328125.4302368-.9443359.6505127-.1415405.1001587-.2803345.2029419-.4204712.3044434-.2084351.1508789-.4159546.3026123-.6213379.456543-.1467896.1101074-.2926636.2210083-.4378662.3326416-.0969849.0745239-.1945801.1484375-.2908325.2236328-.6283569.3691406-1.2385864.7752686-1.8305054,1.2175293-4.899292,2.7573853-10.9777832,3.5450439-10.9777832,3.5450439,0,0,3.0643921,1.3390503,7.3224487-.175354-5.4821777,6.0638428-9.2883301,15.0079346-12.7880859,22.2158813-4.6246948,9.5250854-9.9221802,11.1126099-9.9221802,11.1126099,4.6498413-.260376,9.0041504-5.1925659,12.3188477-10.3605957-.2294312.8416748-.449646,1.6954346-.6641846,2.5550537-8.2271118,13.2680054-11.2694092,29.0130005-11.2694092,29.0130005,1.7178345-3.7991943,3.8674927-6.201355,5.5544434-7.6422119-.1970825,1.1043091-.3666992,2.1943359-.5015259,3.2598267-1.8294067,14.4555054,3.0897217,23.0951538,3.0897217,23.0951538,0,0-2.1461792-7.0181274-.5317993-18.6246338.3757935,15.5374756,4.2123413,23.8832397,6.887207,28.6175537,2.6907349,4.7625122,8.2404175,10.3187866,7.0632324,14.6050415,0,0,.0057983-.0032959.0158081-.0092163.0075073-.0043335.0168457-.0101929.0345459-.0209961.0037231-.0022583.0078125-.0048828.0119019-.0074463.0863647-.0531616.2658081-.1726074.5064697-.3653564.0100098-.0080566.0198364-.0159302.0300903-.024231.0473022-.0383911.0947266-.0776367.1461182-.1216431,0,0,.0001221-.000061.0001221-.0001221.5574341-.4772949,1.3347168-1.2922974,2.0148926-2.5288696.1188965,5.0462646-.8540039,8.2108154-.8540039,8.2108154,0,0,4.4846191-5.5033569,3.2513428-11.9592285-.4243164-2.2210693-1.1337891-5.5702515-1.8439331-9.6618042.7648315-3.7182007,2.685791-15.2115479.9470215-30.2192993-.1035156-.8933716-.1730957-1.8088379-.2151489-2.739563.0218506-.3340454.0536499-.6625977.0857544-.9909668.010437-.1064453.0270996-.2093506.0385742-.3152466.1955566-.0213623.3917236-.0429688.5917358-.0661011.2576904-.0298462.5177612-.0610962.7767334-.093689,1.8129883-.2279663,3.5736084-.5203857,4.1038818-.8393555.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.4170532.3518066,1.8190308.2936401c.1165161.3640137,1.1231689.7171021,2.5108643.9047852-.4151001,7.7809448-.9575195,14.6491699-.9575195,18.8425903,0,5.2294312,1.3869629,12.0825806,2.3193359,17.5584717.0379028,4.6158447.3988037,10.392395,1.8289795,13.065979,0,0-.104187-5.8496094,5.3234863-4.3395386-.6157837,2.4577026-1.2313232,3.8776855-1.2313232,3.8776855,2.2774048-1.8810425,3.3774414-4.9858398,3.8027344-8.385498,1.6135864.7932129,3.2044678,1.1118164,3.2044678,1.1118164-3.3707275-3.4924927-1.4437256-13.6813965.2416382-17.9147339,1.3803101-3.467041,1.7422485-10.3416748.8099976-17.6003418,3.4128418,5.0540771,6.8043213,6.1068726,6.8043213,6.1068726Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.4330718,122.6290721c-.4754344-2.7506387-1.9798971-3.0727292-3.8458863-2.1865071l-78.6987991-.3343877s-2.3263668-1.0665899-4.008191,2.6332301c-3.2199309,7.1396674-2.7434912,15.1961364-.7962561,22.6103883.4054577,1.5438692.9164064,3.064944,1.4758923,4.5757087,2.1616306,5.8370211,5.0477404,11.5201627,5.3746644,17.7693998.3363461,6.4293945-1.121146,10.6727729-6.5026607,11.8633876,0,0,3.4035348,1.0452684,7.4898153-.2959763.8216235-.2122332,1.5770112-.5115526,2.1758691-.9334708.4825185-.2588039.9673984-.5578895,1.4513899-.8990805.4169373,1.0665198.9757451,3.5202939-1.0267371,6.4148061,0,0,2.3496066-.1533653,4.0254923-2.021242.0661423-.0438587.1329393-.0897047.2001103-.1367429.1067535.345516.5371111,2.1743033-1.1984874,5.0948595,0,0,7.0070162-2.9922358,8.6088805-11.0585473.1030595-.2150387.2035004-.4392652.3046895-.6609669l43.2110558-.6354138c.6551338,2.4186824,1.7281402,4.5521896,3.4844066,5.3434468,0,0,.8969074,2.8575035,3.4755689,4.445021l-.2242385-1.5875175s1.9059458,2.1166744,6.2784455,2.0108384c0,0-5.0451686-4.3391615-4.8209534-12.7000466,0,0,3.2513304,7.9375408,11.2115066,6.3500233,0,0-7.6238301-6.2441872-6.5026607-13.2292035,0,0,1.2332536,1.7991662,5.6057299,1.6933302-.3662493-.257144-.7104745-.539467-1.0371647-.8411477-.4957517-.5853597-1.0399703-1.5407598-1.3172349-3.074693-.5605847-3.101415,1.9282972-8.9057058,4.3724763-17.899807,2.8028766-10.3140244,1.9282271-18.2891116,1.2332769-22.3096895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M311.4204404,90.523153c-.1454242-.5776213-.2944958-1.1509876-.4463729-1.7202626.3715566.6742461.9759789,1.5832158,1.7215236,2.5708787,3.0375427,4.2397079,6.7141103,7.7908385,10.597171,8.012961,0,0-5.2973697-1.6217441-9.9221407-11.3520921-3.4854119-7.3332209-7.2758874-16.4234559-12.7220481-22.6165603.1806814.0430405.3607082.0830651.5403609.1205647,3.9361803,1.2129182,6.7130816-.0182823,6.7160743-.0196149-1.5715169.7010616-6.0144842-1.3719411-7.5380251-1.9999672-4.5132947-1.8603721-7.9540974-3.5066406-12.1835576-5.8348703-.1274683-.0701599-.2550301-.1402497-.377916-.2062716-.0109419-.0058915-.1726387-.9367906-.183487-.9426587.0090715.0049329.01833.0096555.0274015.0145884-2.5511431-1.6041633-5.2372361-2.335407-8.2184796-3.0302264-5.6752857-2.3604925-10.6969573-2.8640729-13.695689-2.903513-.1313962-.0142377-.2641016-.0318654-.3951237-.0450978-9.7076049-.9796674-16.2956498.7741439-19.5819568,2.0338198-.871049.267267-1.4818308.5214887-1.695712.7281811-.1661858.0809142-.3045024.1514482-.4142954.2095213-1.3950439.1270874-6.8447583.7039138-9.1563957,2.137692-4.8480042,1.8991342-10.4488477,5.6357059-13.3485413,12.9874895-5.7601087,14.6039734-6.0997748,23.9207496-11.8177993,24.0260479,0,0,3.2570351,1.5801064,6.7630215-3.6163342-.8528126,2.8269707-1.6075222,5.1946872-2.1617241,6.4012931-1.7693125,3.8526243-5.5593204,7.6724948-5.5593204,7.6724948,0,0,2.5344965.4339115,4.7091264-1.5040316-1.0969943,3.5198263-2.2222318,6.9290005-3.3023925,9.8543962-3.4362202,9.3060218-4.9808967,11.7485039-6.2001222,13.7327372-.2578358.203887-.5207216.4024202-.7940817.5898718,0,0,.2149099-.0708847.5811358-.2413633-.155992.2567232-.3082433.5121371-.4596528.7806432,0,0,3.3914239-1.0754505,6.804264-6.2385062-.9322114,7.415117-.5702874,14.4379368.8100737,17.9797393,1.4770613,3.7902261,3.1391994,12.2530663,1.258317,16.688689-.3037543.5468781-.6388379,1.0854099-1.0166603,1.6121822,0,0,1.5907821-.3255037,3.2043831-1.1357913.4253308,3.4729517,1.5254113,6.6446436,3.8027267,8.5662682,0,0-.3862393-.9124999-.8526255-2.5377042-.0842619-.439125-.1515966-.9312498-.1883501-1.4729845,3.7680306-.971064,4.7731879,1.7751328,5.0377571,3.3940949-.8000671,2.235252-2.1468544,3.1032386-2.1468544,3.1032386,0,0,.4500202.3051174,1.1812562-.0248751,3.4112502-.2121163,4.4245438-1.7049495,4.4245438-1.7049495,1.1211226,7.1355761-6.5027542,13.5143319-6.5027542,13.5143319,7.9602697,1.6217441,11.2116001-6.4868831,11.2116001-6.4868831.2241684,8.5410892-4.8209768,12.9737895-4.8209768,12.9737895,4.372453.1081038,6.2783988-2.0541828,6.2783988-2.0541828l-.2242619,1.6217441c2.5787316-1.6217441,3.4755923-4.5408509,3.4755923-4.5408509,0,0-1.0262929,5.4529768-3.1565007,6.5740628,0,0,3.9240226-1.5695392,6.2784923-4.4843676,0,0-1.9059458,4.4843676-3.4755923,5.7175552,0,0,3.2513304-1.2331876,4.5967149-2.8027268,0,0,.3363929,3.0269534-1.1211226,4.1480394h0s.0081363-.002408.0218838-.0065461c.0075752-.0022911.0168337-.0051667.029646-.0090476.0092585-.0028288.0173948-.0053538.0291784-.0090242.0215097-.0066396.045638-.0142845.0755645-.0237529.0005611-.000187.0011222-.0003741.0015898-.0005377.5823516-.1850202,2.6615907-.8967426,3.4297673-1.8569354,0,0-.6726923,2.5785003-1.5695529,3.3632581,0,0,4.7087523-1.5695158,8.5207375-6.3902115,0,0-1.4559256,3.9050163-3.2905154,6.2095865-.389606.4192296-.7876288.8176286-1.1938815,1.1894224-.0000935.0000468-.000187.0001403-.000187.000187v-.0000468.0000468s3.0792528-1.3000745,5.976889-5.2367224c.8112895-1.1022661,1.6083639-2.4112246,2.3195866-3.956216,0,0-1.3453845,6.7265397-3.8118917,8.520282,0,0,4.8208833-1.6816408,6.5026607-8.7445086,0,0-.3363929,4.4843676,1.4575155,6.6144381,0,0-.3363929-2.9148284.3362994-4.9327973,0,0,.5463462,4.9005813,3.8419117,6.3722799.8013763.6321174,1.203327.3542597,1.203327.3542597,0,0-2.1302078-4.148016-.5606548-8.4081804,0,0,.0476019.189018.146827.5007516.4821912,1.5628996,1.1038213,2.7369387,1.7494862,3.6195371.7865066,1.1185144,1.8441288,2.1304913,3.2200945,2.5340571.1681497.0543091.2651303.0722173.2651303.0722173,0,0-.0088844-.0344838-.0242218-.0995705-.0101937-.0434145-.0232866-.1003888-.0385304-.1698474-.0381563-.1736347-.0898731-.425121-.1439279-.7364572-.0432064-.2490783-.0880027-.5364511-.1285906-.852954-.0101937-.0791374-.0201069-.1600984-.029646-.2427192-.0667736-.5783694-.1165264-1.2388921-.1186774-1.932262-.0020574-.69337.0433935-1.4196106.1670274-2.1293925.0530261-.3042056.1203608-.6053486.2044356-.8996416.000187.0003273,1.1774219,2.3544373,3.5176765,4.6665122.2925318.2890327.6032066.5774109.9321179.8604352.4933201.4245599,1.0274152.8371265,1.6022851,1.2218489,2.1079499,1.4107266,4.7635553,2.4476021,7.9623272,2.3319936,0,0-4.8209768-2.1300705-6.8390536-5.9417818,0,0,3.0271619,2.5785236,6.0542304,2.8027268,0,0-2.3543762-2.4663987-2.5786381-4.148016,0,0,6.1663613,6.3902115,12.4447601,5.8296568,0,0-7.175353-3.8117113-7.6237833-8.9687118,0,0,1.7938149,2.6906018,3.4754988,4.260141,1.6817774,1.5695158,4.950409,2.3823049,4.950409,2.3823049-1.9340019-3.3245428-1.1772348-5.2705983-1.1772348-5.2705983,1.6816839,2.1082347,4.2043033,2.2704138,4.2043033,2.2704138-2.6907691-3.9732358-1.2318508-6.220785-1.2318508-6.220785,5.7178375,3.5875081,11.3222347,1.8421132,11.3222347,1.8421132-5.3815381-1.2162614-8.5380388-5.0276219-8.2017394-11.5955829.023006-.4484765.0615364-.8934228.1085772-1.3364286,1.0240484,2.7753034,4.1691396,4.0665875,4.1691396,4.0665875,0,0-.9728928-3.2327574-.8540283-8.3878175.6801739,1.2632295,1.457422,2.0958439,2.0149906,2.5835501.0514362.0449108.0988511.0850523.1461724.1242118.0101937.0085099.0200134.0165288.0301136.0247582.240628.1968967.4200001.3189577.506413.3732667.0041149.0026184.0082298.0052602.0118771.0075981.0176754.0110114.0270274.0170198.0346025.0214384.0100067.0060785.0158049.0094451.0158049.0094451-1.1772348-4.3786718,4.372453-10.0547062,7.063222-14.9198685.4204677-.7602101.8695527-1.6114575,1.3295796-2.5679798.7359121-1.5304731,1.4994126-3.330481,2.2169012-5.4583071,1.6872016-5.0032612,3.1185314-11.8223344,3.3407359-21.2082417,1.6143492,11.856748-.531757,19.0261767-.531757,19.0261767,0,0,4.9190797-8.8258436,3.0897271-23.5928845-.1348564-1.0885193-.3045024-2.2020306-.5016434-3.3301537,1.6870146,1.4719558,3.8366746,3.9258468,5.5545509,7.8069465,0,0-3.0424058-16.0843223-11.2693957-29.6383282-.0725718-.296701-.1435538-.5950151-.217809-.8898225Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* V'S BOB 5 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M286.8947754,127.6383057c-1.37146-2.3800659-2.7815552-3.7024536-6.8726807-14.5483398-1.0802002-2.8636475-2.2053833-6.2008667-3.3024292-9.6464844,2.1746216,1.8970947,4.7091064,1.4723511,4.7091064,1.4723511,0,0-3.789978-3.7393188-5.5593262-7.5106201-.5541382-1.1811523-1.30896-3.4989624-2.1618042-6.2662964,3.5060425,5.086853,6.7630615,3.5401001,6.7630615,3.5401001-5.7178955-.1030884-6.0576782-9.2232666-11.817688-23.519104-2.4060669-5.9716797-6.6721802-9.5053101-10.824707-11.5980835-1.1721802-.9343262-2.3795166-1.7765503-3.5490723-2.3773193-.0480347-.0466919-.0975952-.0933838-.157959-.1392212-3.7848511-2.8729858-7.3777466-.9700928-7.6400146-.5358276-.4412842-.5656128-1.0297852-1.0827026-1.8056641-1.4821167-.3796997-.1954346-1.5527954-.6976929-3.3276367-1.2602539-3.0820923-1.2078247-7.5494995-2.3135986-13.3747559-2.1901245-4.6821289-.0897217-9.9619141.5308838-15.3261108,2.5560303-4.0635376.8954468-7.9348755,2.4575806-11.6431274,5.0125122-.1199341.067688-.2392578.1362305-.3588867.2043457-.3661499.2086792-.7293701.4212036-1.0894775.6379395-.1715698.1032715-.3432617.2063599-.5134277.3114014-.1901245.1175537-.3789673.2365723-.5672607.3563843-.1809082.1149902-.3604736.2315063-.5395508.3486938-.1741333.1138916-.3486938.2271729-.5210571.3430176-.317749.213623-.6328125.4302368-.9443359.6505127-.1415405.1001587-.2803345.2029419-.4204712.3044434-.2084351.1508789-.4159546.3026123-.6213379.456543-.1467896.1101074-.2926636.2210083-.4378662.3326416-.0969849.0745239-.1945801.1484375-.2908325.2236328-.6283569.3691406-1.2385864.7752686-1.8305054,1.2175293-4.899292,2.7573853-10.9777832,3.5450439-10.9777832,3.5450439,0,0,3.0643921,1.3390503,7.3224487-.175354-5.4821777,6.0638428-9.2883301,15.0079346-12.7880859,22.2158813-4.6246948,9.5250854-9.9221802,11.1126099-9.9221802,11.1126099,4.6498413-.260376,9.0041504-5.1925659,12.3188477-10.3605957-.039917.1464844-.0762329.2974243-.1156006.4445801-.8626709,1.470459-1.6569214,2.9436035-2.3651123,4.4081421-.5060425,1.0465088-1.036377,2.3690186-1.5691528,3.8355103-5.690979,11.5413208-7.883728,22.8798218-7.883728,22.8798218.5371704-1.1879883,1.1183472-2.2246094,1.7125854-3.152771-.6967163,2.0679932-.7192383,3.6575317-.6298218,4.5564575-.019165.0258789-.0365601.0517578-.0551758.0776367-2.0032349,2.7834473-.8521118,5.5491943-.1856079,6.7120361.0009766.0016479.0019531.003418.0028687.0050659.0270386.0470581.0527344.0906982.0778809.1323242.0042114.007019.0083618.0140381.0125122.020813.0223999.0368652.043457.0709839.0639038.1031494.0066528.010498.0129395.0203857.0192871.0303345.0181885.0282593.0350342.0543823.0511475.0786133.0067749.0101929.0127563.019104.019104.0285034.0145264.0215454.0280151.041626.0402832.0592041.0063477.0092163.0112915.0161743.0170288.024292.0101318.0144043.0198364.0282593.027771.0392456.0060425.0083618.0097656.0133667.0144653.0197144.0057983.0078735.0111084.0153198.0146484.0200195.0062256.0083008.0095215.0125122.0095215.0125122,0,0,.5005493,2.7731934,2.522583,3.5314331.5860596.2197876,1.2390137.3908081,1.9431152.5093994-.1703491,1.6359253-.6209717,3.4310913-1.6429443,4.9343872-.5604858.8245239-1.2887573,1.5629272-2.2401733,2.1364746,0,0,.7323608,2.4954224,3.7852173,2.5512085.0151367.0002441.0306396.000061.0458374.0001831.1169434.0012207.2371216-.0011597.3608398-.0073853.0280151-.0013428.0563965-.0032959.0847168-.0050659.112793-.0071411.2283936-.0175781.3468628-.03125.0392456-.0045166.0787354-.0092773.1185913-.0145264.1108398-.0146484.2243652-.0327148.3401489-.0533447.0488281-.008667.0973511-.0170288.1470947-.0267944.0317383-.0062256.0617065-.010437.093811-.0170898-.0636597.0891113-.128479.1738281-.1941528.2543945-.0424194.052002-.0855103.1001587-.128479.1487427-.0342407.0386353-.0683594.0770264-.1028442.1135864-.0446777.0474243-.0894165.093689-.1343384.1376343-.0317383.0311279-.0634155.0602417-.0952148.0896606-.0911865.0845337-.1819458.1625977-.2717285.2338867-.0200195.0159302-.0402832.0334473-.0602417.0487061-.0481567.0369263-.0953369.0705566-.1424561.1040039-.0272827.0192871-.0545044.0385742-.0813599.0567017-.0455933.0308838-.0908203.060791-.1349487.088501-.0241699.0150757-.0474854.0287476-.071167.0429688-.0837402.050293-.1639404.0951538-.2398682.1345215-.017395.0090332-.0357056.019165-.0525513.0275879-.038269.019165-.0742188.0360718-.1098022.0525513-.0223389.010376-.0446167.0206909-.0657959.0300293-.0313721.013916-.0623169.0274048-.0910034.0392456-.0228882.0093994-.0438232.0175781-.0647583.0256958-.0396729.0153809-.0755615.0288086-.1077271.0400391-.0195923.0067749-.0404663.0142212-.0569458.0195312-.015564.0050659-.0286255.0090942-.0413208.0130005-.0142212.0042725-.0286255.008667-.0388184.0115356-.006958.0019531-.0153198.0043945-.0202637.0057373-.0085449.0021973-.0186157.0048218-.0186157.0048218,0,0,.0263672.0153809.0723877.0359497,2.8329468,1.5075684,5.4110107,1.5946655,7.6890869.8457031.6712646,1.484314,1.3370361,2.7539673,1.9428711,3.8261719,2.6907349,4.7625122,8.2404175,10.3187866,7.0632324,14.6050415,0,0,.0057983-.0032959.0158081-.0092163.0075073-.0043335.0168457-.0101929.0345459-.0209961.0037231-.0022583.0078125-.0048828.0119019-.0074463.0863647-.0531616.2658081-.1726074.5064697-.3653564.0100098-.0080566.0198364-.0159302.0300903-.024231.0473022-.0383911.0947266-.0776367.1461182-.1216431,0,0,.0001221-.000061.0001221-.0001221.5574341-.4772949,1.3347168-1.2922974,2.0148926-2.5288696.1188965,5.0462646-.8540039,8.2108154-.8540039,8.2108154,0,0,4.4846191-5.5033569,3.2513428-11.9592285-.4243164-2.2210693-1.1337891-5.5702515-1.8439331-9.6618042.6636353-3.2261963,2.1940918-12.3111572,1.4525757-24.4614258.9022827-1.1100464,1.7966309-2.3163452,2.6757202-3.6417847,3.095459-4.6671753,6.0199585-8.8817139,8.7754517-12.6619263.687439-.9430542,1.3623657-1.8540649,2.0287476-2.7434082.6937866-.9258423,1.3756714-1.821228,2.0466919-2.6893921.8256836-1.0681763,1.6351318-2.0952759,2.4265137-3.0772705.4241943-.5263672.8450928-1.0444946,1.2594604-1.5463257.3456421-.4185791.6878662-.8287354,1.0266724-1.2304077.6345215-.7522583,1.2559204-1.472168,1.8666382-2.1656494.0759888-.0862427.1519165-.1724854.2275391-.2578735.939209-1.0604858,1.8510132-2.0537109,2.7335205-2.9761963,1.8869019-1.97229,3.6421509-3.6262207,5.2718506-4.9862061,9.4765015-1.4854126,17.9793701-1.0839233,21.4012451-2.3670654.1519775-.0569458.2966919-.1121826.4379272-.1665039.0391846-.0151367.0773315-.0300293.1156616-.0449219.107605-.041748.2122192-.0828857.3136597-.1233521.0332642-.0132446.0672607-.0267334.0998535-.039856.262146-.1055298.5032349-.2070312.7249146-.305603.0220337-.0097656.043457-.0195312.0651245-.0292969.0934448-.0419922.1834717-.0836182.2700195-.1248169.0165405-.0078735.0337524-.0158691.0500488-.0238037.1745605-.0839844.328064-.1663208.4753418-.2484131,1.0318604.9586182,5.2294312,5.5148926,5.7809448,9.0102539.6104126,3.8684692,2.6381836,10.696106,3.1875,13.3742676.5493774,2.6781616,1.3734131,11.7913818,4.578064,15.2506714.897522.9688721,2.0060425,1.9650269,3.1853638,2.9888306-.2495728,4.1156616-.4491577,7.6417236-.4491577,10.1842041,0,5.2294312,1.3869629,12.0825806,2.3193359,17.5584717.0379028,4.6158447.3988037,10.392395,1.8289795,13.065979,0,0-.104187-5.8496094,5.3234863-4.3395386-.6157837,2.4577026-1.2313232,3.8776855-1.2313232,3.8776855,1.1374512-.9395142,1.9810181-2.1844482,2.593689-3.6187744.4353638,1.4135742,1.1757202,2.7561646,2.3800049,3.9701538.0058594.0059204.0111694.0120239.0170898.0180054.1624756.1630249.331665.3241577.5109253.4824829.0009155.0007324.0016479.0015869.0025635.0023804,0,0-.1802368-.4550781-.3041992-1.4005737-.0103149-.0787964-.0202637-.1610107-.0296631-.246582-.0376587-.3424683-.0668335-.7398071-.0787964-1.1931763-.0059814-.2267456-.0076904-.4674683-.0039673-.7224121.0092773-.6373291.0523071-1.3634033.1462402-2.1807251.0939941-.8181763.2470703-1.7390747.460144-2.7427368.7677002.2462158,1.3131714.3582764,1.3131714.3582764-.4208984-.4361572-.7590942-.9768677-1.0255737-1.597168.0544434-.2175293.1029053-.4275513.1635742-.652832,1.8753662-6.9655762,4.2608643-17.4285889,2.4241943-26.0165405-.0031738-.2928467-.0073242-.5865479-.0151978-.8847656.0354614.012085.0718384.0241699.1064453.0361938.3786621.1315918.7384033.2630615,1.0793457.397644.1704712.0673218.3361816.135376.4972534.2045898,2.8994751,1.2460327,4.2831421,2.8709717,4.2831421,7.2121582,0,0,.0120239-.0762329.0291748-.2087402.0001831-.0015869.0003662-.0026245.0005493-.0041504.0057373-.0443726.0119019-.0960693.0186157-.1534424.0002441-.0021973.0004883-.0039673.0007324-.0062256.0067749-.0579224.0137329-.1224976.0209961-.192749.0003052-.0025024.0004883-.0047607.0007935-.0073242.0072632-.0706177.0144653-.1470947.0219116-.2293091.0002441-.0030518.0004883-.0060425.0007935-.0090942.1329956-1.4885254.2377319-4.7945557-.93396-7.8572388.7323608.418335,1.1831665.560791,1.1831665.560791Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.4330718,122.6290721c-.4754344-2.7506387-1.9798971-3.0727292-3.8458863-2.1865071l-78.6987991-.3343877s-2.3263668-1.0665899-4.008191,2.6332301c-3.2199309,7.1396674-2.7434912,15.1961364-.7962561,22.6103883.4054577,1.5438692.9164064,3.064944,1.4758923,4.5757087,2.1616306,5.8370211,5.0477404,11.5201627,5.3746644,17.7693998.3363461,6.4293945-1.121146,10.6727729-6.5026607,11.8633876,0,0,3.4035348,1.0452684,7.4898153-.2959763.8216235-.2122332,1.5770112-.5115526,2.1758691-.9334708.4825185-.2588039.9673984-.5578895,1.4513899-.8990805.4169373,1.0665198.9757451,3.5202939-1.0267371,6.4148061,0,0,2.3496066-.1533653,4.0254923-2.021242.0661423-.0438587.1329393-.0897047.2001103-.1367429.1067535.345516.5371111,2.1743033-1.1984874,5.0948595,0,0,7.0070162-2.9922358,8.6088805-11.0585473.1030595-.2150387.2035004-.4392652.3046895-.6609669l43.2110558-.6354138c.6551338,2.4186824,1.7281402,4.5521896,3.4844066,5.3434468,0,0,.8969074,2.8575035,3.4755689,4.445021l-.2242385-1.5875175s1.9059458,2.1166744,6.2784455,2.0108384c0,0-5.0451686-4.3391615-4.8209534-12.7000466,0,0,3.2513304,7.9375408,11.2115066,6.3500233,0,0-7.6238301-6.2441872-6.5026607-13.2292035,0,0,1.2332536,1.7991662,5.6057299,1.6933302-.3662493-.257144-.7104745-.539467-1.0371647-.8411477-.4957517-.5853597-1.0399703-1.5407598-1.3172349-3.074693-.5605847-3.101415,1.9282972-8.9057058,4.3724763-17.899807,2.8028766-10.3140244,1.9282271-18.2891116,1.2332769-22.3096895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M311.4204404,90.523153c-.1454242-.5776213-.2944958-1.1509876-.4463729-1.7202626.3715566.6742461.9759789,1.5832158,1.7215236,2.5708787,3.0375427,4.2397079,6.7141103,7.7908385,10.597171,8.012961,0,0-5.2973697-1.6217441-9.9221407-11.3520921-3.4854119-7.3332209-7.2758874-16.4234559-12.7220481-22.6165603.1806814.0430405.3607082.0830651.5403609.1205647,3.9361803,1.2129182,6.7130816-.0182823,6.7160743-.0196149-1.5715169.7010616-6.0144842-1.3719411-7.5380251-1.9999672-4.5132947-1.8603721-7.9540974-3.5066406-12.1835576-5.8348703-.1274683-.0701599-.2550301-.1402497-.377916-.2062716-.0109419-.0058915-.1726387-.9367906-.183487-.9426587.0090715.0049329.01833.0096555.0274015.0145884-2.5511431-1.6041633-5.2372361-2.335407-8.2184796-3.0302264-5.6752857-2.3604925-10.6969573-2.8640729-13.695689-2.903513-.1313962-.0142377-.2641016-.0318654-.3951237-.0450978-9.7076049-.9796674-16.2956498.7741439-19.5819568,2.0338198-.871049.267267-1.4818308.5214887-1.695712.7281811-.1661858.0809142-.3045024.1514482-.4142954.2095213-1.3950439.1270874-6.8447583.7039138-9.1563957,2.137692-4.8480042,1.8991342-10.4488477,5.6357059-13.3485413,12.9874895-5.7601087,14.6039734-6.0997748,23.9207496-11.8177993,24.0260479,0,0,3.2570351,1.5801064,6.7630215-3.6163342-.8528126,2.8269707-1.6075222,5.1946872-2.1617241,6.4012931-1.7693125,3.8526243-5.5593204,7.6724948-5.5593204,7.6724948,0,0,2.5344965.4339115,4.7091264-1.5040316-1.0969943,3.5198263-2.2222318,6.9290005-3.3023925,9.8543962-3.4362202,9.3060218-4.9808967,11.7485039-6.2001222,13.7327372-.2578358.203887-.5207216.4024202-.7940817.5898718,0,0,.2149099-.0708847.5811358-.2413633-.155992.2567232-.3082433.5121371-.4596528.7806432,0,0,3.3914239-1.0754505,6.804264-6.2385062-.9322114,7.415117-.5702874,14.4379368.8100737,17.9797393,1.4770613,3.7902261,3.1391994,12.2530663,1.258317,16.688689-.3037543.5468781-.6388379,1.0854099-1.0166603,1.6121822,0,0,1.5907821-.3255037,3.2043831-1.1357913.4253308,3.4729517,1.5254113,6.6446436,3.8027267,8.5662682,0,0-.3862393-.9124999-.8526255-2.5377042-.0842619-.439125-.1515966-.9312498-.1883501-1.4729845,3.7680306-.971064,4.7731879,1.7751328,5.0377571,3.3940949-.8000671,2.235252-2.1468544,3.1032386-2.1468544,3.1032386,0,0,.4500202.3051174,1.1812562-.0248751,3.4112502-.2121163,4.4245438-1.7049495,4.4245438-1.7049495,1.1211226,7.1355761-6.5027542,13.5143319-6.5027542,13.5143319,7.9602697,1.6217441,11.2116001-6.4868831,11.2116001-6.4868831.2241684,8.5410892-4.8209768,12.9737895-4.8209768,12.9737895,4.372453.1081038,6.2783988-2.0541828,6.2783988-2.0541828l-.2242619,1.6217441c2.5787316-1.6217441,3.4755923-4.5408509,3.4755923-4.5408509,0,0-1.0262929,5.4529768-3.1565007,6.5740628,0,0,3.9240226-1.5695392,6.2784923-4.4843676,0,0-1.9059458,4.4843676-3.4755923,5.7175552,0,0,3.2513304-1.2331876,4.5967149-2.8027268,0,0,.3363929,3.0269534-1.1211226,4.1480394h0s.0081363-.002408.0218838-.0065461c.0075752-.0022911.0168337-.0051667.029646-.0090476.0092585-.0028288.0173948-.0053538.0291784-.0090242.0215097-.0066396.045638-.0142845.0755645-.0237529.0005611-.000187.0011222-.0003741.0015898-.0005377.5823516-.1850202,2.6615907-.8967426,3.4297673-1.8569354,0,0-.6726923,2.5785003-1.5695529,3.3632581,0,0,4.7087523-1.5695158,8.5207375-6.3902115,0,0-1.4559256,3.9050163-3.2905154,6.2095865-.389606.4192296-.7876288.8176286-1.1938815,1.1894224-.0000935.0000468-.000187.0001403-.000187.000187v-.0000468.0000468s3.0792528-1.3000745,5.976889-5.2367224c.8112895-1.1022661,1.6083639-2.4112246,2.3195866-3.956216,0,0-1.3453845,6.7265397-3.8118917,8.520282,0,0,4.8208833-1.6816408,6.5026607-8.7445086,0,0-.3363929,4.4843676,1.4575155,6.6144381,0,0-.3363929-2.9148284.3362994-4.9327973,0,0,.5463462,4.9005813,3.8419117,6.3722799.8013763.6321174,1.203327.3542597,1.203327.3542597,0,0-2.1302078-4.148016-.5606548-8.4081804,0,0,.0476019.189018.146827.5007516.4821912,1.5628996,1.1038213,2.7369387,1.7494862,3.6195371.7865066,1.1185144,1.8441288,2.1304913,3.2200945,2.5340571.1681497.0543091.2651303.0722173.2651303.0722173,0,0-.0088844-.0344838-.0242218-.0995705-.0101937-.0434145-.0232866-.1003888-.0385304-.1698474-.0381563-.1736347-.0898731-.425121-.1439279-.7364572-.0432064-.2490783-.0880027-.5364511-.1285906-.852954-.0101937-.0791374-.0201069-.1600984-.029646-.2427192-.0667736-.5783694-.1165264-1.2388921-.1186774-1.932262-.0020574-.69337.0433935-1.4196106.1670274-2.1293925.0530261-.3042056.1203608-.6053486.2044356-.8996416.000187.0003273,1.1774219,2.3544373,3.5176765,4.6665122.2925318.2890327.6032066.5774109.9321179.8604352.4933201.4245599,1.0274152.8371265,1.6022851,1.2218489,2.1079499,1.4107266,4.7635553,2.4476021,7.9623272,2.3319936,0,0-4.8209768-2.1300705-6.8390536-5.9417818,0,0,3.0271619,2.5785236,6.0542304,2.8027268,0,0-2.3543762-2.4663987-2.5786381-4.148016,0,0,6.1663613,6.3902115,12.4447601,5.8296568,0,0-7.175353-3.8117113-7.6237833-8.9687118,0,0,1.7938149,2.6906018,3.4754988,4.260141,1.6817774,1.5695158,4.950409,2.3823049,4.950409,2.3823049-1.9340019-3.3245428-1.1772348-5.2705983-1.1772348-5.2705983,1.6816839,2.1082347,4.2043033,2.2704138,4.2043033,2.2704138-2.6907691-3.9732358-1.2318508-6.220785-1.2318508-6.220785,5.7178375,3.5875081,11.3222347,1.8421132,11.3222347,1.8421132-5.3815381-1.2162614-8.5380388-5.0276219-8.2017394-11.5955829.023006-.4484765.0615364-.8934228.1085772-1.3364286,1.0240484,2.7753034,4.1691396,4.0665875,4.1691396,4.0665875,0,0-.9728928-3.2327574-.8540283-8.3878175.6801739,1.2632295,1.457422,2.0958439,2.0149906,2.5835501.0514362.0449108.0988511.0850523.1461724.1242118.0101937.0085099.0200134.0165288.0301136.0247582.240628.1968967.4200001.3189577.506413.3732667.0041149.0026184.0082298.0052602.0118771.0075981.0176754.0110114.0270274.0170198.0346025.0214384.0100067.0060785.0158049.0094451.0158049.0094451-1.1772348-4.3786718,4.372453-10.0547062,7.063222-14.9198685.4204677-.7602101.8695527-1.6114575,1.3295796-2.5679798.7359121-1.5304731,1.4994126-3.330481,2.2169012-5.4583071,1.6872016-5.0032612,3.1185314-11.8223344,3.3407359-21.2082417,1.6143492,11.856748-.531757,19.0261767-.531757,19.0261767,0,0,4.9190797-8.8258436,3.0897271-23.5928845-.1348564-1.0885193-.3045024-2.2020306-.5016434-3.3301537,1.6870146,1.4719558,3.8366746,3.9258468,5.5545509,7.8069465,0,0-3.0424058-16.0843223-11.2693957-29.6383282-.0725718-.296701-.1435538-.5950151-.217809-.8898225Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* ------------- */ /* LONG BOB CUTS */ /* ------------- */ /* BALLET LOB 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M282.8769492,153.8681034l.7567905,2.7466643s-.3345692-8.200623-1.6799304-19.5236318c-1.324132-9.7638733-2.2658357-18.2505365-3.6175095-26.5531614-1.4710993-9.0363234-3.5502216-22.8819804-9.8888007-34.7215216-1.5805416-2.9522112-3.3808327-5.7680769-5.4302389-8.3409429-.8642454-1.1528112-1.792038-2.2829214-2.8137718-3.3673261-2.7567009-2.9258632-5.797774-5.0145532-8.8420736-6.5227696-3.1557525-1.6549187-6.6621364-2.8257784-10.5666366-3.3654324-3.8498843-.6825923-7.1713082-.5550373-9.364876-.1126627-.3839013.0396739-.7708887.0846782-1.1611026.13527v.0806103c-.8931432.0012391-1.762579.0209007-2.6083542.0568807-9.2782528-2.0529904-22.4957252.7148785-35.2115776,14.7824476-.4654978.5149893-.9845127,1.0003577-1.3923084,1.588102-12.0725021,17.3994762-18.2783759,41.3931678-16.9013347,77.4392883.0977522,2.5591192.2550535,4.9395772.3445759,7.175928,1.9201609,13.635037,4.7588793,22.7119461,10.1321876,26.6181079,0,0-1.4871848-2.3242319-1.6431301-4.2470255,0,0,.2789012.6708094.8656716,1.6445853l.0000468.0000701c.0000234.0000468.0000935.0001403.0001169.000187.100628.1669951.2101871.3422196.3292152.5253462.005354.0082294.0108717.0165055.0162726.0247582.2344089.3593096.5045426.7448502.8113129,1.1444883.0135838.0176744.0265832.0349748.0402839.0527193.1493053.1930158.3073314.3885799.4738913.5859675.0176987.0209708.0357248.0418014.0536106.0627722.0234502.0275403.0467836.0550338.0705845.0825975v.0000234l.0000935.0000935c.317268.3677259.6650236.7382106,1.0434071,1.1033181.0079259.0076215.015688.0152664.0236139.0228879.0022912.0021976.0045124.0043952.0068036.0065928.0175585.0168328.0344389.0336889.0521142.0504749.205628.1955407.4207717.3885331.6444725.5785798.0260454.022093.0523714.0438821.0786507.065905.1460789.1224117.2959921.2429764.4497396.3618812.0039512.0030393.0078557.0061019.011807.0091411.0854776.0659751.1702539.132184.2581397.1968733l.0000468.0000468h0c1.4040218,1.0336491,3.1122421,1.8952066,5.1530911,2.2965981,0,0-.0070842-.0090242-.0185872-.0237997-.0011924-.0015196-.0035538-.004629-.0048631-.0062889-.0111289-.0143312-.0267936-.0346942-.0453574-.0589381-.0056814-.0073877-.0130929-.0172302-.0193821-.0255063-.0180261-.0236594-.0383901-.0506152-.0611156-.0808908-.0085337-.0113621-.0180261-.0241504-.0271677-.0363775-.0245725-.0329174-.0513427-.069178-.079843-.1079635-.0099132-.0134896-.0200367-.0273766-.0303708-.0415208-.0304175-.0417079-.0630328-.0868992-.0966533-.1338907-.0112458-.0156872-.0222579-.0310471-.0338076-.0472954-.0379927-.0534674-.0777622-.1102079-.1185137-.1690057-.0076453-.0110348-.0149866-.0213683-.0227021-.0325901-.1010956-.1465386-.2085271-.3069877-.3159119-.4755492v.0000234c-.0779259-.1223415-.1552205-.2490081-.2305044-.377171.0752138.1280226.1526253.2548996.2305044.3771476-.123821-.3666739-.2473615-.7348908-.3705746-1.105469.4578525.4734919,1.2982035,1.1841856,2.5500442,1.7153531.0702572.0298548.1406079.0594057.2134837.0880214.1003474.0393466.2025418.0770801.3079393.1137615.097308.0339695.1982866.065414.2999199.0967884.0942686.0290132.1862926.059055.284302.0855666.1020775.0277273.2098832.0511763.3160756.0759345.0165297.0038809.0330127.0077852.049636.0115725.0821577.0186797.1615097.0393466.2460989.0560859.0507114.0099828.1040648.0175108.1556647.0267688.0352806.0064292.072642.0110348.1083434.0170899.1484169.0249686.298938.0478098.4545793.0663024.0752605.0089073.1511524.0168094.2281196.0240802.0602505.0058213.1199867.0120635.1812659.0168562.0777622.0059616.1573948.009749.2368404.0139806.0886807.0048394.1770575.0098425.2678892.0124142.0382732.0010287.0767803.0016365.1154509.0022444.0241984.0004442.04835.0008416.0727121.0011222.0495892.0004676.0995057.0004208.1497028.000187.2082466-.0007715.420117-.0055875.6393055-.0190771,0,0-2.0897836-1.2587407-2.8185413-3.6690769,0,0,.0057515.0036237.0152672.009562.0055177.0034601.010334.0064058.0205277.0127181.0086974.0053771.0186807.011479.0306046.0187732.0279392.0171601.0639913.0388557.1092552.0658115.003998.0023613.0069673.0041614.0110822.0066162.0242452.014378.0510855.0300418.0795157.0466408.0113627.0066162.0226319.0131389.0346259.0200824.1007916.0584471.2228591.1270641.3628592.2027414.0082532.0044654.0162492.0088138.0246192.0133026.1489312.0801427.3150469.1656625.4943255.2527488.004489.0021976.0088143.0043485.01335.0065227.0573748.0277741.1154977.0551975.1750936.082878.011994.0055642.0241516.0110348.0362158.016599.1197295.055104.242475.1091091.3683535.1612439.0025952.0010754.0051202.0021976.0077388.003273.0561122.0231918.1124349.0453784.1692953.0675181.0266533.0103802.0533534.0204799.080147.0306029.1657883.0626086.3326053.1192555.4988378.1677199.0241984.0070604.0480461.0133026.072151.0199889.087161.0241036.1732465.0453316.258771.0639178.0325217.0071072.0647161.0139806.0969105.0201759.0795157.015243.1571844.0265818.2340816.035793.031002.0037406.0624482.0087671.0929125.0114323.1036674.0090009.2049032.0132792.3011357.0086268,0,0-1.4115736-1.3360546-3.0034779-4.361465-1.0684239-2.7630997-2.1067575-5.5824722-3.0851446-8.5302648h0c-.4698699-2.0129425-.8534672-4.2839173-1.0867305-6.8394362-.5621511-6.1590181.2993822-18.8759675-1.5415903-23.8932326-.1107983-.4906286-.2387576-1.0242275-.3795292-1.5926609.0109886.0805401.0226319.154277.0338076.2326663-.2076621-.7471881-.4436842-1.5087074-.6953476-2.313501-.5604678-1.8632711-1.2117906-4.0735544-1.7794361-6.7113434-.1864329-.9992589-.3490649-2.0113995-.4778191-3.0197761-.0043487-.0354657-.0088143-.0695053-.013163-.1048541-.211777-1.6889583-.3285606-3.3648947-.3042219-4.946474.0840748-5.4653208,1.135174-7.1469616,2.943017-6.5583756.0501737.0163418.113487.0429236.1822245.0738304h0c.3556347.1598646.9382902.5008919,1.5322851.8828088.0081363.0052369.016179.0103568.0243153.0155937.1377556.0887929.2757449.17976.411747.271031.0167168.0112218.0334569.0224437.0501036.0336889.1309987.0883721.259449.1767441.3832466.2638303.0177923.0125077.0351169.0248985.0526987.0373594.1227923.0869226.2410488.172419.3509587.254432.011994.0089541.0229359.0174406.0347662.0263246.1133233.0851224.21996.1673926.3130829.2431401.0216734-.2485873.05333-.5109448.0899432-.7798483.0041383-.0305328.0081129-.0608318.0124616-.0916217.011503-.0813116.0269339-.1677666.0397462-.2508317.0303006-.1964759.0610688-.3935596.0987809-.5994805.0222345-.1214765.0491684-.2487276.0739746-.3733836.0381329-.1917066.0767569-.3839509.1208751-.5828581.0305578-.1377014.0648096-.2797046.0982198-.4207258.0462458-.1953069.0937776-.3919464.1454476-.5933552.0384369-.1497649.079469-.3023587.1208751-.4553499.0545224-.2015257.1112191-.4052724.1708852-.6121518.0459653-.1593502.0933801-.3201266.1423614-.4825161.0633835-.2101759.1298765-.4233676.19831-.6384063.0525351-.1651482.1053741-.3305302.1608551-.4984137.0731563-.2213743.1504276-.4463724.2286574-.6722355.0581931-.1680472.1155445-.3352995.1765431-.5057079.084823-.236968.1747896-.4780741.2649433-.7193205.0616533-.1649846.121296-.3283793.1854276-.4952342.1031062-.2682489.2125251-.5409866.3219674-.8137477.0579593-.1444345.1128324-.2867182.1725451-.4322983.1692719-.4126835.3450903-.8295752.5284137-1.2507452.0040681-.0093515.0080428-.0186329.0121109-.0280079.0212058-.0486514.0444923-.098425.0658851-.1471699.1656246-.3775217.335598-.7573813.5122346-1.1404671.0711456-.1543004.1468504-.3105647.2197729-.4656366.1334302-.2837725.2670241-.5675917.4063228-.8537021.0865064-.1776793.1770341-.3567379.265785-.5351887.1328224-.2670566.2661357-.5342535.4039614-.802783.0957415-.1865399.1945458-.3737577.2926721-.5608586.1377789-.2627082.2767269-.5256033.4191818-.7891765.1030361-.1906779.2081764-.3815662.3136207-.5725714.1314195-.2379967.2649901-.4761571.4001504-.7144577.1756547-.3097932.3557049-.6196565.5375553-.9295197.1226988-.2090537.2446026-.418084.3701304-.626974.2749967-.4578748.5543656-.9154223.8426422-1.3714502.0496126-.0784828.1013995-.1564513.1514095-.2348406.2602673-.4081012.5262159-.8148231.7969809-1.2200721.0895692-.1341011.1795124-.2680619.2702272-.4017889.3221778-.4747543.648751-.947989.9851206-1.4165713.0003975-.0005377.0007482-.0010988.0011456-.0016365.0000701-.0000935.0001637-.000187.0002104-.0002805.1808918-.2260501.3638879-.4446424.5478425-.659681.0281496-.0329174.0565798-.0648763.084823-.0975366.0462692-.0535142.0929359-.1056023.1393922-.1584151.1167368-.1328153.2337542-.2646018.3516601-.3932323.0079025-.0086034.0158283-.0171835.0237308-.0257869.083163-.0903826.1667936-.1790119.2505178-.2673372.1013527-.1070518.2030796-.2128644.3052506-.3169705.1012358-.103054.2027289-.2051728.3047362-.3053979.0858751-.0844912.1723113-.1670185.2587242-.2495459.1147729-.1094364.2295225-.2189429.3451838-.3249427.0808016-.074111.1624216-.1452294.243644-.2177039.2765165-.2465066.555067-.4852281.8363062-.7135459.0254609-.0206903.0506647-.0423859.0761724-.0629125.1486039-.1196062.2982132-.2351679.4480329-.3499814.0438377-.0335954.0876286-.0673311.1315598-.1005291,2.9882341-2.1636893,6.4185157-3.6231141,10.2889278-4.8123261.072829-.0209007.1455879-.0405857.2184169-.0612292.5399868-.1530847,1.0797866-.2996467,1.6184641-.4405511.0868571-.0227009.1737843-.0459161.2605712-.0683831.7154311-.1853475,1.427098-.3640788,2.135515-.5407528.2996628-.0746721.5982968-.1493207.8961359-.2240863.0008183-.0002104.00166-.0004208.0024783-.0006312.0839112-.0210643.1679393-.0421053.2516634-.0632398.0003975-.0000935.0007715-.0002104.001169-.0003039.0849165-.021415.1697162-.0429469.254469-.0644555.064342-.0163418.1288477-.0329408.1930729-.0493294.0775986-.0198019.1552205-.0395336.232632-.059429.0012859-.0003273.0025484-.0006546.0038343-.0009819.0868337-.0223268.1735972-.0447004.2601971-.0671674.0007715-.0002104.0015431-.0003974.0023146-.0006079.0963026-.024992.1922312-.0502879.2882533-.0755604.4033067-.0913178.7873717-.1887608,1.1485241-.2977297.2552406-.0770099.4969207-.1813497.7214865-.3076891.0085571-.0048628.0169973-.0098659.0254843-.0147988.4457182-.2558581.8191452-.6029406,1.0725154-1.0230118.185147-.0184459.370598-.0363775.55827-.0503814.5401037-.0403051,1.0386376-.0634268,1.5084374-.074298.1221376.229066.2723548.4413226.4476822.6315797.0010989.0012157.0021042.0025015.0032265.0036939.0005377.0005845.0010755.0011923.0015898.0018002.0983367.1062101.205137.2044013.3180863.2958827.0113861.009258.0223981.0187732.0339479.0278442.1062158.0835093.2184169.1596776.3359253.2288088.0172311.0101464.0345558.0198253.0519973.0296678.1180461.0663258.2404643.1260354.3683067.1766038.0162492.0064292.0329893.0116894.0494022.0178614.1341083.0503814.2718872.0940531.4151605.1256146,7.776432,1.7135061,15.5415948,3.371207,22.0401172,10.6502356.2091818.2380902.4184103.47597.6253242.7226403.3000836.4017188.6040249.8113397.9103042,1.2283015.6125586.833947,1.2344693,1.697328,1.8536913,2.5858412.1547996.2221458.309459.4458113.4637209.6710198,2.0056152,2.92764,3.9506759,6.1093848,5.4208401,9.3976669.2261791.505895.4411124,1.0142915.6433035,1.5246985.3032867.7655872.577886,1.5356398.818701,2.3083342.561894,1.802977.9399034,3.6203788,1.0692655,5.4291537.1100268-.0901021.2195625-.1782871.3282099-.2641576.0431597-.0340864.0853607-.0659284.1281931-.0992432.0862024-.0670739.171797-.1326282.2563628-.1961252.0096326-.0072241.0191015-.0140273.0287108-.0212046.1017736-.0760514.2016534-.1483856.3002473-.2182182.0696259-.0492125.1392986-.0984483.2069607-.1441072.0214162-.0144949.041827-.027213.0630328-.0413338.0748865-.0496801.1490248-.0980743.2209653-.1427045.0160855-.0100061.0315631-.0190304.047485-.0287794.0771076-.0470149.1526487-.0915048.2257115-.1319035.0104041-.0057746.0206212-.0112452.0309319-.0168795.0793287-.0431574.1563194-.0825741.2300836-.1169176.0039045-.0018236.0078791-.0037406.0117602-.0055408.0323113-.0148923.0614663-.0249452.0926086-.038014.0606947-.0259973.1228391-.0542389.1783668-.0723108,1.7070747-.5557854,2.7276629,1.2912841,2.9070817,6.0998696-.0036239-.0247348-.007505-.0507555-.0110822-.07535.0024783.0933518.0055645.1841552.0070608.2815983.0840982,5.4652974-3.6696939,20.2994824-3.6717747,20.3057479-.4186908,1.2651465-.7597831,2.324793-1.0401573,3.2293441-.2447897.7654002-.4329293,1.3898026-.5766468,1.9410993-.0902472.3216462-.1697162.6171315-.2408852.8934696-.0079726-.2952983-.0165999-.5869962-.0259052-.8762393-.8245226,3.900621-.4848565,3.1857893-.7454979,5.1270054-.0727589.541875-.1475284,1.0739543-.2230929,1.6011006-.0189613.1322542-.0380394.2637836-.057141.3951026-.0713561.4901142-.1434837.9755761-.2167803,1.4522241-.0043955.0285923-.008674.0579094-.0130695.086455-.0835371.5414776-.1682432,1.07344-.2536975,1.5968924-.0079726.0488384-.015992.0970456-.0239646.1457438-.0844957.5150127-.1696694,1.0226143-.2554042,1.5194149-1.6520379,9.5714186-3.4851781,15.6545956-3.4851781,15.6545956l.011994-.0125778-.0001169.0003741,1.3178895-1.383163c-.0006079.006359-.8716102,8.8289296-1.8705717,10.7404546,0,0,.0930762-.0835326.2357182-.2316143.3056714-.3156846.8542387-.9434535,1.1950037-1.6893792.000678.0340864.0033667.2322923-.0060321.5385318h0c-.0060788.198276-.017839.4413693-.0388343.7109041-.0009118.0118063-.0019405.0239166-.0028991.0358398-.0328724.4095273-.0874883.878811-.1783668,1.3533549-.0003507.0018703-.0007248.0037172-.0010755.0055875-.0925852.4820252-.222298.9684222-.4039848,1.4004867-.0142619.0338993-.0268637.0695287-.0417802.1027267,0,0,2.2117342.2618198,4.8200182-.6854445.1336874-.0058681.0940348-.0088138.7731332-.3136039h0c.7903176-.3547507,1.599082-.828827,2.380936-1.4595884.0160154-.0129051.0321009-.0252024.0481162-.0382478.1891216-.1543939.3762793-.3185135.5613562-.4919612.032475-.0303925.0645758-.0619072.0969105-.0929076.1850769-.177726.3684938-.3620449.5478893-.5603209l-.5258185,1.5231322s.6933135-.2601832,1.7180633-1.079986h0l.0000701-.0000701c.1709085-.1367429.3512626-.2898276.5389581-.4591373.0112224-.010123.0226553-.0208072.0339479-.0310705.082672-.0750929.1667001-.1536224.2521076-.235425.0126486-.0121102.0252973-.0243608.0379693-.0366347.0893587-.0862446.1800034-.1762532.2719573-.2700491.0062425-.006359.0123915-.0125544.0186339-.0189602,1.1630665-1.1907316,2.5181538-2.9924696,3.7459831-5.6776008l-.1782031,1.8058292s1.588561-1.8380453,3.1870818-5.3513021h0c.0000468-.0001169.0001169-.0002338.0001637-.0003507.1121076-.2464131.2240983-.5015465.3357616-.7643949.0058918-.0138637.0117602-.0272831.017652-.0411935.1122245-.2651629.2237943-.5379474.3344056-.8196158.0044188-.0112686.0087675-.0229814.0132098-.0342734.1008851-.2577752.2006013-.5232888.2992419-.7947407.0154776-.0425729.0309786-.0845613.0463861-.1274615.1027555-.2862273.2041083-.5786266.30331-.8797228.0078791-.0239399.0154542-.0487449.0233333-.0727784.0883066-.2700491.1745558-.5469716.2592386-.8287803.0205511-.0683831.0411022-.136439.0613961-.2055001.0909252-.3092554.1800502-.623514.2656213-.9465629.0061957-.0233087.0119239-.0475526.0180728-.0709548.0781597-.297379.1531397-.6018651.2260388-.9107699.020177-.0855198.0401436-.1711332.0598998-.2575414.0770608-.3372399.1520174-.678688.2218772-1.0293007.5649568-2.8350364.9533938-5.3085188,1.213661-7.2159292-.0760788-.723669-.1542151-1.4303415-.2340114-2.1259091.0078791-1.3564409-.0565097-2.1326656-.0565097-2.1326656ZM192.0421476,184.5300746c.063664.1224818.1312091.245665.2021677.3676324-.0710287-.1221311-.1384336-.244987-.2021677-.3676324ZM191.697899,183.7051518c.0306046.1112833.0740682.2298375.12333.3509867-.0492619-.1211726-.0927255-.23968-.12333-.3509867ZM191.8423179,184.108928c.0492619.1167072.1057482.2364771.1670976.3574393-.0613961-.1210557-.1178357-.2406385-.1670976-.3574393Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M191.6242555,177.9864479l3.9729698,4.2565946,1.5976387.8408175s.3176563-2.6055176,2.0180699-.7567358v-.9248993s-.1042344-1.2601109,1.7658112.0840818l-.0068577-1.1511271s.340562,1.1769376,1.3603509,1.512658,2.7189045-.0016137,2.7189045-.0016137l.3389645-1.5136666.5105934,1.3449995,5.268177.5013618,40.6135361-.1922669,2.2088104-.5057994s.3393971-.7849613.6786611-1.7941395l-.1687334,2.018054s.7932468.3919091,2.7754152-.2258643l-.0562445.6726847s1.2457319-.7294449,1.9815028-1.7388585l-.6788941,1.4017598s2.9979122.0081452,3.5024297,2.7828431c.5329968,2.9313254,7.5959696-9.1796171,12.6882244-18.7679201,5.0922548-9.588303.4745495-59.361757-1.7370565-63.5645149s-77.831437-4.6623661-83.9469752-1.2954801-10.8633371,20.6904742-8.2997869,45.2407244c2.5635503,24.5502502,10.8944886,31.7763071,10.8944886,31.7763071Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M316.549567,130.0765454c-.7151505-6.3773298-2.4956855-15.4628891-5.6694874-27.1377964-.5621511-2.0677892-1.2659857-4.1841364-2.0264001-6.2393244-2.518785-9.878079-5.5182649-18.122397-9.4114258-24.7656612-4.0191329-6.8584432-11.1977591-11.6084412-17.69219-14.5914891-.3820308-.1754817-.7616302-.3448147-1.1381433-.5081393-.7530263-.3266259-1.4934273-.6291015-2.2149372-.9079177-4.32934-1.6729906-7.9796284-2.4955988-9.5990278-2.5879453-.5393322-.0307432-1.0608955-.0447939-1.560762-.0458225-1.7494862-.0036003-3.2329068.1521963-4.2789325.3089281-1.0460257.1567084-1.65475.3143287-1.65475.3143287,0,0-.2545625-.1392678-.8715166-.3133701-.2056514-.0580263-.45161-.1199335-.7417103-.1818407-.0725718-.0154768-.1478558-.0309536-.2259453-.0463603-.1562726-.0308367-.3238612-.0614162-.5032333-.091271-.0896861-.0149391-.1823648-.0296911-.2780362-.044186-.7651839-.116076-1.723394-.2166518-2.9064271-.2708206-.1478558-.0067565-.2992653-.0128116-.4542286-.0180719-.4648899-.0157807-.9619509-.0244777-1.4928662-.0244777-2.2979834,0-5.6626604.5100564-9.4552869,1.8161627-1.4587313.5023414-2.9807758,1.1224654-4.5297543,1.876597-.9294058.4524977-1.8684441.9532259-2.8094464,1.5057149-.7546161.4430994-1.510074.9238621-2.2630067,1.4353679-2.6895533,1.8270806-5.3431012,4.0977048-7.7752864,6.9033072-7.4905167,8.6407533-11.5702508,16.5975816-15.2487824,29.3884316-1.1568474,2.8028671-6.5026607,16.3508646-7.936235,30.6258274-2.2792793,22.6891984,2.7803616,31.3684333,2.9974225,31.7270415l.19499-.1455567c.7142153,2.4579121,1.5436478,4.8351672,2.4921317,7.1056745.1519707.3637048.3068404.724721.4648899,1.0829318.9477358,2.1492178,2.0039552,4.1973454,3.1689389,6.1233186,1.359132,2.2469414,2.8662133,4.327589,4.5217115,6.2083942,1.6554982,1.8808052,3.4594133,3.5617446,5.4121193,5.0092929l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0119706-.0113387-.0297395-.028265-.038998-.037336-.1173681-.1130835-.2360455-.2323858-.0005611-.0005845-.0009352-.0010287-.0015898-.0016365-.9963664-1.0023215-4.613081-4.8610944-8.0514521-11.2950945-.0002806-.0005611-.0005611-.0011456-.0008417-.0017067-.149165-.2790967-.297956-.5630329-.4461858-.8517851-.0005611-.0010053-.0010287-.0020807-.0015898-.003086-.1481363-.2887054-.295805-.5822269-.4426321-.8805411-.000187-.0003507-.0003741-.0007014-.0004676-.001052-.1469206-.2985713-.2931865-.6019587-.4382366-.9100919-.0006546-.0012858-.0012158-.0025951-.0017769-.0038809-.1449566-.3077124-.288791-.6201474-.4314096-.937375-.0002806-.0006312-.0005611-.0012625-.0008417-.0019171-.1428992-.3178822-.2845826-.6405104-.4247697-.9678844.0000935.000187.000187.0004208.0002806.0006079.0357248.0804466.0743487.1658963.1158718.2572375.0131864.0288495.0266533.0581432.0404008.0880448.036473.0795816.0740682.1606127.1148431.247395.0231931.0493528.0480695.1013707.0725718.1529678.0374082.0785296.0741617.1557967.114656.2393293.0404008.0832287.0843554.1717878.1279359.2597858.0302071.060972.0580762.1184139.0897796.1815835.077996.1551654.1609486.3174614.2482032.4851579.0210421.0404688.0441416.0832988.0657448.1244456.0705144.1343349.1429927.2709375.2193053.4122627.0297395.0549871.0608818.1114937.091463.1674861.073133.1337504.1481363.2694413.2263194.4086156.0333868.0594758.0673347.1192789.1016567.1796665.0825785.1452294.1678691.292937.2558718.4432163.0326386.0556884.0647161.1108158.0981029.1671822.1007215.1702448.2053708.3434821.3129193.5192443.0235671.0384582.0459185.0759345.0697662.1146499.2745759.4451567.5704745.9056266.889005,1.3775754.0083233.0123207.0172078.0248283.0255311.037149.1460789.2158803.2971143.4339115.4524517.6537428.0341349.0483475.0694857.0969053.1040882.1454165.1335471.1871009.2700869.3750202.4103675.5641551.0437675.0589615.0879092.1178294.1323314.1769311.1384102.1843656.2801871.3691521.4250502.5546866.0450768.0576756.0895925.1151408.1352305.1728866.1592652.2014088.3226454.403028.4894858.6049278.032171.038879.0632198.0776645.0955779.116567.4094323.491026.841029.981678,1.2960058,1.4676074.0303941.0324732.0620975.064549.0927722.0969755.1909687.2023206.3855846.4035657.5846896.6036419.0621911.0624917.1257849.1243287.1887242.1865632.1724516.1704786.3475218.3398116.5259588.5079523.0749098.0706041.1503808.1407641.2263194.2108772.1748832.1614076.352759.3210618.5331598.4796873.0781831.0687104.155805.1375612.2350168.2056871.1945224.1673224.3931598.3320966.5940416.4955849.0663995.0540753.1313962.1090623.1985438.1626934.5406415.4317372,1.1038213.8482315,1.6902878,1.2449706.0774349.052392.1573013.1024461.2355779.1541134.2141617.1414888.4301939.2811774.6504344.4170787.1056781.0652504.21332.1283967.3204944.1922911.1991049.1187646.4001738.2354484.6042353.3492567.1177422.0656946.2363261.1303137.3556581.1942783.2026587.108548.408123.2138464.6155513.3171575.1205478.0600836.2405345.1205414.3626721.1787547.2243554.1069349.4527323.2088433.6825119.3092321.1079225.0471551.2139747.0964144.3230195.1420733.3400402.1422603.6845694.2786759,1.0362061.4055997l-.0003741-.0001637c.000187.0000468.0002806.0000935.0003741.0001403,0,0-2.243835-1.0926574-4.7285787-2.8702917-.7453576-.533295-1.512412-1.12824-2.2472018-1.7738002-.1300869-.114346-.258958-.2305155-.3867069-.3479474-.593761-.5456624-1.1591854-1.1240552-1.665879-1.729544.0042084.0037874,5.7216718,5.0742394,9.3805641,6.386354v-.0000234.0000234s-2.0039552-1.1982596-3.8102083-2.4392792c-.1720775-.1181801-.3422847-.2367576-.5088445-.3547273-.499586-.3538857-.9659722-.7023007-1.3477225-1.0182659-.1908751-.1579709-.3606147-.3078527-.5027657-.4462321,0,0,5.2995207,3.712281,9.5337505,4.6447231,0,0-4.8730677-3.1264771-8.4147789-8.1715865,0,0,4.764397,5.1586136,8.8553535,7.7402233,0,0-1.9990921-1.7277672-3.5596671-3.4971488,0,0,3.5173959,3.3021692,6.0964081,3.6776803,0,0-1.0888581-.7439852-1.9120247-1.8728798,0,0,1.5195195,1.6730607,4.5379841,2.0060691,0,0-2.0080701-.8539593-3.3998408-2.0879184,0,0,5.7546845,3.6767919,9.6193217,2.6110436,0,0-4.4598945-1.6175827-7.9810312-5.310319,0,0,6.2756867,4.605774,10.9264564,4.2799897,0,0-2.5836882-.6677234-4.5915713-2.0081732,0,0,1.1362729.5406359,2.470435.9686092.0173013.0069435.0339479.0151495.0513427.0220229,0,0-.0106613-.0055642-.0265598-.0139806.8810557.2811541,1.84469.5120202,2.6261465.50337,3.1237685-1.223275,8.1553533-5.4401184,8.1553533-5.4401184-1.6420312,2.866668-4.0828203,4.651503-4.0828203,4.651503,3.9338423-1.6351402,6.6464951-4.650638,6.6464951-4.650638-.8885374,1.6762636-4.7144571,4.7416285-4.7144571,4.7416285,3.8781041-1.8959547,9.3053737-7.9934396,9.3053737-7.9934396-1.4784641,2.3182936-5.6042102,6.2899396-5.6042102,6.2899396,2.8192661-.9366971,6.2295811-2.4507115,6.2295811-2.4507115-1.4741621,1.4096746-4.1178904,2.219027-4.1178904,2.219027,4.4852386-.245361,7.3084325-1.5909776,8.6873909-2.4530961-.1410288.2146412-.2724249.4100417-.3975552.593589-1.971036,1.6086754-4.246481,2.6929631-4.246481,2.6929631,7.7542443-.2215146,12.0057753-4.1973688,12.0057753-4.1973688-2.0119044,2.769973-7.308339,4.1951478-7.308339,4.1951478,5.4670158-.1221077,8.7744584-3.1356183,8.7744584-3.1356183-1.6548435,1.7345003-4.9541499,3.0565744-4.9541499,3.0565744,8.0651996-.9988147,10.9619006-3.6942092,10.9619006-3.6942092-.9477358,1.3543368-5.1963677,3.5759356-5.1963677,3.5759356,3.1822188-.6735915,7.3191874-4.0040725,7.3191874-4.0040725-2.7222854,3.0888372-9.4458413,5.8627145-9.4458413,5.8627145,5.2395741.0708379,7.6047987-2.1111804,7.6047987-2.1111804-1.3604413,1.3491234-4.8987858,2.4732487-4.8987858,2.4732487,5.1856129-.4507443,8.9680456-2.9402178,8.9680456-2.9402178-2.5436615,2.2456555-6.614137,3.362814-6.614137,3.362814,3.7126665-.0146819,6.7248652-1.3419928,6.7248652-1.3419928-1.1252375,1.2878006-3.9015777,2.6831907-3.9015777,2.6831907,3.1018847-.366557,6.2834489-2.5380782,7.5096884-3.4560722-.5955379.5803332-1.2170745,1.1444883-1.8622718,1.6908754-.9091118.6958715-1.7697801,1.2905126-2.1461062,1.5461837-.0014963.0010053-.0032732.002221-.0047695.0032029-.0303941.0206669-.0577021.0391128-.0813628.0551273-.0232866.0156872-.0468537.0315848-.0626587.0421988-.0139345.0093048-.0238477.0159444-.031984.021415-.0057983.0038575-.018143.0120869-.018143.0120869.1337342-.0473422.2663461-.0990094.398958-.151004.000187-.0000935.0004676-.0002338.0007482-.0003273.1644089-.0645023.327789-.1325113.490234-.2036999.0018704-.0008416.0038343-.0016131.0057983-.0024548.1619773-.0710951.322926-.1452996.4827523-.2224731.0022445-.001052.0043955-.002034.0066399-.0031094.1600134-.0773139.3187175-.1574566.4763929-.2402878.0018704-.0009819.0038343-.0019171.0057047-.0029224.1574884-.0828313.3136674-.1682108.4685372-.2559984.002151-.0012157.0043019-.0023846.0064529-.0036003.1545892-.0876941.3077756-.1776091.4596528-.269675.0024315-.0014729.0048631-.0029224.0072946-.0043952.1522512-.0924166.3030061-.1867269.4523582-.283001.0014963-.0009585.0029927-.0019404.0045825-.0029224.3013227-.1943951.5960991-.3956871.8842354-.6024029.0003741-.0003273.0008417-.0006079.0012158-.0009118,2.5993996-1.8655856,4.6243969-4.1375189,5.4735622-5.1567901.000187-.0003039.0003741-.0005611.0006546-.000865.0468537-.056156.0902472-.1086649.1297128-.1569188.0018704-.0021976.0031797-.0038809.0050501-.0060785.03666-.044864.070982-.0869927.1011891-.1244222.0116901-.0145416.0205745-.0257167.0313293-.0390894.0193587-.024127.0392786-.0489086.0552706-.0691079.0740682-.0932349.1126921-.1439202.1129726-.1442241-.4066267,1.0206037-1.3307018,2.1719187-2.426948,3.2866924-2.5948171,2.6386774-6.1609372,5.0712469-6.1609372,5.0712469.0000935-.0000234.0000935-.0000468.000187-.0000701l-.000187.0000935c1.6035944-.5913914,3.1347104-1.4958724,4.5483648-2.5481311.2020041-.150326.4015766-.3036445.5985306-.4595347,4.7276434-3.739985,7.9996418-8.938857,8.0014187-8.9415923-.4657316,1.419821-1.370261,2.9484238-2.3939353,4.3792095-.2048097.2861805-.4142954.5684334-.6260256.8451221-.4234604.5533774-.8557117,1.0844981-1.2762729,1.5801064-1.6825256,1.9824564-3.1787585,3.3969471-3.1787585,3.3969471.5103408-.1368598,1.0259188-.3252466,1.5446765-.5626588.8645961-.3956637,1.7380767-.9275325,2.6110897-1.5839639.3492987-.2625679.6984104-.5450779,1.0469609-.846782,3.1364873-2.7152665,6.2195744-6.9850163,8.8156073-12.2683561.1442085-.2935215.2869206-.5901523.4280429-.8898458,4.9400283-10.4888982,7.9474574-24.6964365,5.8348315-38.6462696-.5098732-3.3671624-1.0263864-6.6188801-1.5558054-9.7626108.7300203,2.1557639,1.3648368,4.3456609,1.748738,5.7260417.2852372,1.7707142.511276,3.4021372.6769942,4.880569.859359,7.6690814-.0442352,18.8567034-1.7422851,26.0096499-1.5659056,6.5972313-5.8145376,16.6383076-10.881473,23.2151057-1.0415367,1.3519522-3.8773559,4.7596068-3.8773559,4.7596068,0,0,3.2889256-2.9585936,4.3697409-4.3691332,5.1215514-6.6840369,9.3997358-16.7904571,10.9764898-23.432529,1.7116104-7.2130536,2.6265205-18.497838,1.7561261-26.2603881ZM204.3998989,126.5475312c.9640083-9.6021618,3.7111702-18.8712918,5.7412176-24.7216389-.2225786.8797929-.4452506,1.7752029-.6687644,2.6988546-3.0305287,12.5218296-5.0323329,24.2018335-5.096862,34.5478401v.003273c-.0057983.939409.0043019,1.8678767.0311423,2.7849121.0267468.9181342.0703273,1.8248596.1312091,2.7198254.1827389,2.6848974.5218439,5.2639354,1.0357385,7.7271078.2283768,1.0945043.4799467,2.1761736.7506883,3.2457093-1.3740953-3.8794398-3.5371287-12.944075-1.9243693-29.0058835ZM313.0649967,116.8800723c-.7497531-4.2959107-1.5296197-8.3759176-2.3580235-12.2413535,1.7407888,6.5309055,3.0323056,12.212504,3.9331876,17.0199439-.4546027-1.3949927-1.0055314-3.063401-1.5751642-4.7785904Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* BALLET LOB 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M282.8769531,153.868103l.7567749,2.7466431s-.3345337-8.2006226-1.6799316-19.5236206c-1.3240967-9.763855-2.2658081-18.2505493-3.6174927-26.5531616-1.4711304-9.0363159-3.5502319-22.881958-9.8887939-34.7214966-1.5805664-2.9522705-3.3808594-5.7681274-5.4302368-8.3409424-.8642578-1.152832-1.7920532-2.282959-2.8137817-3.3673706-2.7567139-2.9258423-5.7977905-5.0145264-8.8421021-6.5227661-3.1557007-1.6549072-6.6621094-2.8257446-10.5665894-3.3654175-3.7067261-.6572266-6.9127808-.5600586-9.1047974-.1573486-.0637817-.0001831-.128418-.0011597-.1919556-.0011597-.2332764,0-.46521.0012817-.6959229.00354-.2608032.0025635-.5196533.007019-.7772827.0125122-.236084.0050049-.4718628.010498-.7053223.0180054-.2444458.0079346-.4863281.0184937-.7279053.0291748-.2392578.0105591-.479126.0206299-.7156372.0339355-.2254639.0126953-.4476318.0288696-.6706543.0440674-.1044922.0071411-.2081909.0150757-.3127441.0221558-9.2311401-1.7369995-22.0740967,1.2531738-34.4437256,14.9376831-.4654541.5149536-.9844971,1.0003052-1.3922729,1.5880737-12.0725098,17.3994751-18.2783813,41.3931885-16.9013672,77.43927.0977783,2.5591431.2550659,4.9395752.3446045,7.1759644,1.920166,13.6350098,4.7588501,22.7119141,10.1321411,26.618103,0,0-1.4871826-2.3242188-1.6431274-4.2470093,0,0,.2789307.6707764.8657227,1.6445312v.0001221c.000061,0,.0001221.0001221.0001221.0001831.100647.1669922.2102051.3422241.3292236.5253296.0053711.0082397.0108643.0164795.0162964.0247803.234375.359314.5045166.744812.8112793,1.1444702.0136108.0176392.0266113.0349731.0402832.0527344.149353.1929932.307373.3885498.473938.5859375.0177002.0209961.0357056.0418091.0535889.0628052.0234375.0275269.0467529.0549927.0705566.0825806.000061.000061.0001221.000061.0001221.0001221.3172607.3677368.6650391.7382202,1.043396,1.1033325.0079346.0075684.015686.0152588.0236206.0228882.0023193.0021973.0045166.0043945.0067749.0065918.0175781.0167847.0344849.0336914.052124.0504761.2056274.1954956.4207764.3884888.6444702.5785522.026062.0220947.0523682.0438843.0786743.065918.1460571.1223755.2959595.242981.449707.3618774.0039673.0030518.0078735.0061035.0118408.0091553.0854492.065979.1702271.1321411.2581177.1968384l.000061.000061c1.4040527,1.0336304,3.1122437,1.8952026,5.1530762,2.2965698,0,0-.0070801-.0089722-.0185547-.0238037-.0012207-.0014648-.00354-.0045776-.0048828-.0062866-.0111084-.0142822-.0267944-.034668-.0453491-.0588989-.0056763-.0073853-.0131226-.0172119-.0194092-.0255127-.0180054-.0236816-.0383911-.0505981-.0610962-.0808716-.0085449-.0114136-.0180054-.0241699-.0271606-.036377-.0245972-.032959-.0513306-.0692139-.079834-.1079712-.0099487-.0134888-.0200195-.0274048-.0303955-.0415649-.0303955-.041687-.0630493-.086853-.0966187-.1338501-.0112915-.015686-.0222778-.0310669-.0338135-.0473022-.0380249-.0534668-.0777588-.1102295-.1185303-.1690063-.0076294-.0110474-.0150146-.0213623-.0227051-.0325928-.1010742-.1465454-.2084961-.3070068-.315918-.4755249-.1238403-.3666992-.2473755-.7349243-.3705444-1.1054688.4578247.4734497,1.2981567,1.1841431,2.5500488,1.715332.0702515.0298462.140564.0593872.2134399.0880127.1003418.0393677.2025757.0770874.3079834.1137695.09729.0339355.1982422.0654297.2998657.0968018.0942993.0289917.1863403.059021.2843018.0855713.1021118.02771.2098999.0511475.3161011.0759277.0165405.0038452.03302.0077515.0496216.0115356.0821533.0186768.161499.0393677.2460938.0560913.0507202.0100098.1040649.0175171.1557007.0267944.0352783.0064087.0726318.0110474.1083374.0170898.1484375.0249634.2989502.0477905.4545898.0662842.0752563.0089111.151123.0168457.2280884.0241089.0602417.0057983.1199951.0120239.1812744.0168457.0777588.0059204.1574097.0097656.2368164.0139771.0886841.0048218.177063.0098267.2679443.0123901.038269.0010376.0767822.0016479.1154175.0022583.024231.0004272.0483398.0008545.0726929.0010986.0496216.0004883.0995483.0004272.1497192.0001831.208252-.0007324.420105-.0055542.6393433-.019043,0,0-2.0897827-1.258728-2.8185425-3.6690674,0,0,.0057373.0036011.0152588.0095215.0054932.003479.0103149.0064087.0205078.0127563.008728.0053711.0186768.0114746.0305786.0187378.0279541.0172119.0640259.0388794.109314.0658569.0039673.0023193.006958.0041504.0110474.0065918.024231.0144043.0510864.0300293.0795288.0466309.0113525.0066528.022644.0131226.0346069.0200806.1008301.0584717.2228394.1270752.362854.2027588.0082397.0044556.0162354.0087891.0246582.0133057.1489258.0801392.3150024.1656494.4943237.2527466.0044556.0021973.0087891.0043335.0133057.0065308.057373.027771.1155396.0551758.1751099.0828857.0120239.0055542.0241699.0109863.0361938.0166016.119751.0550537.2424927.1090698.3684082.1611938.0025635.0010986.0050659.0021973.0076904.0032959.0561523.0231934.1124268.0454102.1693115.0675049.0266724.010376.0533447.0205078.0801392.0306396.1657715.062561.3326416.1192627.4988403.1677246.024231.007019.0480347.0133057.0721436.0199585.0871582.0241089.1732788.0453491.2587891.0639038.0325317.0071411.0646973.0139771.0969238.0202026.0795288.0152588.1571655.0265503.2340698.0357666.0310059.0037842.062439.0087891.0928955.0114746.1036987.0089722.204895.0132446.3011475.008606,0,0-1.4115601-1.3360596-3.003479-4.3614502-1.0684204-2.7631226-2.1067505-5.5824585-3.085144-8.5302734-.4698486-2.0129395-.8534546-4.2839355-1.086731-6.8394165-.5621338-6.1590576.2993774-18.8759766-1.5415649-23.8932495-.1108398-.4906616-.2387695-1.024231-.3795776-1.5926514.0110474.0805054.022644.1542358.0338135.232666-.2076416-.7471924-.4436646-1.508728-.6953125-2.3135376-.5604858-1.8632812-1.211792-4.0735474-1.7794189-6.7113037-.1864624-.9992676-.3491211-2.0114136-.4778442-3.0197754-.0043335-.0354614-.0087891-.069519-.0131836-.1048584-.211731-1.6889648-.3285522-3.3649292-.3041992-4.9464722.0840454-5.465332,1.1351929-7.1469727,2.9429932-6.5584106.0501709.0163574.1135254.0429077.182251.0738525.3556519.1598511.9382935.5008545,1.5322876.8828125.0081177.005249.0161743.0103149.024292.015564.1377563.0888062.2757568.1797485.4117432.2710571.0167236.0112305.0334473.0224609.0501099.0336914.1309814.0883789.2594604.1767578.3832397.2637939.0178223.0125122.0351562.0249023.0527344.0374146.1228027.0869141.2410278.1723633.3509521.2543945.0119629.0089722.0229492.0174561.034729.0263062.1133423.085144.2199707.1674194.3131104.2431641.0216675-.2485962.0533447-.5109253.0899658-.7798462.0040894-.0305176.0080566-.0608521.0124512-.0916138.0114746-.0812988.0269165-.1677856.0397339-.2508545.0302734-.1964722.0610352-.3935547.0987549-.5994873.0222778-.12146.0491943-.2487183.0739746-.3733521.038147-.1917114.0767822-.3839722.1209106-.5828857.0305176-.1376953.0648193-.2796631.0982056-.4207153.0462646-.1953125.09375-.3919678.1454468-.5933228.0384521-.1497803.0794678-.3023682.1208496-.4553833.0545654-.2015381.1112671-.4052734.1708984-.6121216.0459595-.1593628.0933838-.3201294.142395-.4825439.0633545-.210144.1298828-.4233398.1983032-.6384277.0525513-.1651001.1053467-.3305054.1608276-.4984131.0731812-.2213745.1504517-.4463501.2286987-.6721802.0581665-.1680908.1155396-.3353271.1765137-.5057373.0848389-.2369385.1748047-.4780884.2649536-.7192993.0616455-.164978.1212769-.3283691.1854248-.4952393.1030884-.2682495.2125244-.5410156.3219604-.8137817.0579834-.1444092.112854-.2866821.1725464-.432251.1692505-.4127197.3450928-.8295898.5284424-1.2507935.0040283-.0093384.0079956-.0186157.012085-.0280151.0211792-.048645.0444946-.0983887.0658569-.1471558.1656494-.3775024.3356323-.7573853.5122681-1.1404419.071167-.1542969.1468506-.3105469.2197876-.4656372.1334229-.2838135.2670288-.567627.406311-.8536987.0864868-.1776733.177002-.3567505.2657471-.5352173.0585938-.1176758.1189575-.2359619.1780396-.3538208,1.0977173-.1841431,2.1375122-.3312378,3.0456543-.4080811.586853-1.3493652,1.8200684-4.3884888,2.6685181-7.8637695.1239624-.3861084.249939-.777832.3769531-1.1723022-.2017212,1.5187378-.5921021,3.9736328-1.2599487,6.5076294v.000061c-.1040039.3945923-.2147217.7908936-.3325195,1.1858521-.0003662.0012817-.0007324.0025024-.0010986.0037231-.1177368.3947754-.2425537.788147-.3747559,1.177002-.000061.000061,0,.0001221-.000061.0001221-.0100098.0294189-.0195312.0591431-.0296021.088501.0013428-.000061.0026855-.000061.0040283-.0001221.2890625-.0148315.5772705-.026062.8643799-.0319824.1028442-.307373.2086182-.6235962.3154907-.9432983.0028076-.0083618.0056763-.0169067.0084839-.0253296.0310669-.0006714.0621338-.0015869.0932007-.0022583.0020142,0,.0021973.0014038.0043335.0013428.0001221-.0004883.0003052-.0009766.0004883-.0014648.9812012-.020752,1.9631348-.0463867,2.9450684-.0721436-.0002441.0008545-.0004883.0018311-.0007324.0026855.3191528-.0084229.6383667-.0172729.9575806-.026123.1135254-.0031128.2269897-.0061646.3405151-.0093384.019104-.0004883.038208-.0010376.057312-.0015259,0-.000061,0-.0001221.000061-.0001831.1486816-.0041504.2975464-.0090332.4462891-.0133057.7189331-.0205688,1.4382324-.0427856,2.1574097-.0644531-.0001831.0005493-.0003662.0010986-.0005493.0015869.4912109-.0150146.9825439-.0301514,1.473938-.0455933.0541992-.117981.1085205-.2421265.1627808-.3619385.2302856-.0071411.4607544-.013916.69104-.0211182,1.9154663-.0592651,3.8309937-.1191406,5.7476196-.175415,1.1992188-1.7854614,3.2572632-5.0665894,4.2280884-7.8930664,0,0-1.4788208,4.6625366-2.7454224,7.8532715.8427124-.0233765,1.6853027-.0455933,2.5279541-.0678101.1099854-.0029297.2199097-.0060425.329895-.0087891-.0471802.1187134-.0945435.239563-.1416626.357666.3197632-.0075684.6340942-.0148315.9453735-.0221558.0015259,0,.0031738-.000061.0046997-.0001221.1669312-.0039062.3322754-.0078735.4966431-.0119629-.0003662.0009155-.0007324.00177-.0010986.0026855.2254639-.0046997.4509888-.0093384.6765137-.0137329.0010986-.0023193.0022583-.0046997.0033569-.007019.4326782-.012146.8560791-.0261841,1.2698364-.0428467-.0043335.0087891-.0087891.0180664-.0130615.0268555.3947754-.0065308.7895508-.0117798,1.1843872-.0170898.0148926-.0228882.0300293-.0466309.0449829-.069519,1.2133179-.0742188,2.3292847-.1918335,3.3393555-.3927002-.0639648.1443481-.1270752.2897339-.1920166.4328003.3916016-.0015259.7831421,0,1.1746826.000061.1587524-.2646484.3173218-.5358887.4754639-.8118286.3822021-.1269531.7458496-.2713013,1.0859985-.4400635.1413574-.0701294.2857056-.1508789.4318848-.2390137.0493774-.0297241.0997925-.0645752.1495972-.0962524.0976562-.0620728.1953735-.1246338.2945557-.1939087.0615234-.0429688.1235962-.0900269.1856079-.1355591.0883789-.0649414.1767578-.1303101.2659302-.2003784.0687866-.0539551.1377563-.1108398.2069092-.1677246.0826416-.0680542.1652222-.1369019.24823-.2088013.0747681-.0648193.149353-.1312256.2243042-.1990356.0762939-.0690308.1524048-.1394043.2286987-.2114258.0808716-.0762329.161377-.1531982.2421265-.2325439.0680542-.0669556.1358032-.1356201.2036743-.2047119.0878906-.0892944.175415-.1786499.2627563-.2712402.0546265-.0579834.1087036-.1177368.1630249-.1768799.0997314-.1083984.1991577-.2166138.2976685-.3287354.024353-.02771.0481567-.0565186.0723877-.0844116.8244019-.9483032,1.5968018-2.0142212,2.2280273-3.0863647.0028687-.0049438.0057983-.0098877.008728-.0148315.1052856-.1791992.2059937-.3579102.3027954-.5367432.0028687-.005249.0056152-.010498.0084839-.0158081.0974121-.1804199.1901245-.3598633.2779541-.5388184-.1195068.3553467-.2440186.7042236-.3723755,1.0478516-.0159302.0425415-.0321655.0846558-.0481567.1270142-.1258545.3323364-.2550659.6599121-.3896484.9801025-.0018921.0045166-.0037231.0092773-.0056152.0137939-.132019.3135986-.2695923.6192017-.4102783.920166-.0303345.0648804-.0609741.1292114-.0917969.1934814-.1416016.2960205-.2860718.5878296-.4366455.8703003-.642395,1.2053223-1.2789307,2.3443604-1.9073486,3.432251.5194092.006958,1.0386353.0183105,1.5579224.0293579.144104.0031128.288147.0047607.432251.0081787.0619507.0012817.1239014.0026245.1858521.0039673,2.1217651.0523071,4.2423096.1405029,6.361084.2730103h.0001831c.1987305-.4542236.3886719-.8986206.5715942-1.3352661.0400391-.0955811.0762329-.1869507.1155396-.2816772.138855-.3349609.276123-.6680298.4058838-.992981.0543823-.1361084.104187-.2672119.1569824-.4015503.1089478-.2774048.2179565-.5548096.3203735-.8250122.0560913-.1480103.1078491-.2914429.1620483-.4373779.0927124-.2498779.1856689-.499939.2728271-.7438354.0535889-.1497803.1032715-.2955322.1547241-.4431152.081604-.2338257.163147-.4677124.2396851-.696167.0491943-.1469116.0950928-.2903442.1422119-.4350586.0725708-.2225952.1446533-.4448242.2124634-.6625366.0443726-.1425171.0859985-.2822876.128418-.4228516.0646362-.2139893.128418-.4273071.1885376-.6366577.0393066-.137085.076416-.2720337.1138306-.4071655.057312-.2069702.1135254-.4129028.1665039-.6154785.0343018-.1312866.0669556-.2609253.0994873-.3904419.0505981-.2015381.0997925-.4017334.1461792-.5991821.0292969-.1245728.057373-.2479858.085022-.3709717.0443115-.1972656.0869141-.3928223.1270752-.5860596.0247192-.1187134.048645-.2367554.0717773-.3539429.0202637-.102478.0384521-.203064.0575562-.3045044.2985229.19104.5965576.3838501.8917236.5894775.3153687,1.4111328.6347046,2.8417969.961731,4.3110962.5490723,2.4669189.8080444,3.7987671,1.4969482,5.8041382.7302246,2.1253662,2.5335083,2.8466187,3.1911011,3.0437622.0100098.0301514.0195312.0603638.029541.0905151.038269.0053711.0766602.0097656.1149902.0150757-.0054932-.0214844-.0115967-.0456543-.0170898-.0675049.2522583.078064.5119629.138855.7787476.1782227,1.7297974.255127,3.4575195.5532837,5.1834106.8883667.8900146,1.5290527,1.718689,3.0983276,2.432312,4.694458.2261353.5059204.4411011,1.0142822.6432495,1.5247192.3032837.765564.5779419,1.5356445.8187256,2.3082886.5618896,1.8029785.9398804,3.6204224,1.0692749,5.4291992.1100464-.0901489.2195435-.1782837.328186-.2641602.0431519-.0341187.0853882-.065918.1282349-.0992432.0861816-.0670776.1717529-.1326294.2563477-.196167.0096436-.0072021.019104-.0139771.0286865-.0211792.1018066-.0760498.2016602-.1483765.3002319-.2182007.0696411-.0492554.1393433-.0984497.2069702-.144104.0214233-.0145264.0418701-.0272217.0630493-.0413818.0748901-.0496826.1490479-.0980225.2209473-.1427002.0161133-.0100098.0315552-.0189819.0474854-.0287476.0771484-.0469971.1526489-.0914917.225708-.131897.010437-.0057983.0206299-.0112915.0309448-.0169067.0793457-.0431519.156311-.0825806.2301025-.1168823.0039062-.0018311.0078735-.0037842.0117798-.0055542.0322876-.0148926.0614624-.0249634.0925903-.0380249.0606689-.026001.1228027-.0542603.1783447-.0723267,1.7070923-.5557861,2.7276611,1.2913208,2.9071045,6.0998535-.0036621-.0247192-.0075073-.0507202-.0111084-.0753174.0025024.0933228.0055542.1841431.0070801.2816162.0841064,5.465271-3.6696777,20.2994385-3.6717529,20.3057251-.4187012,1.2651367-.7598267,2.3247681-1.0401611,3.2293701-.244812.7653809-.4329224,1.3897705-.5766602,1.9411011-.090271.3215942-.1697388.6171265-.2409058.8934326-.0079346-.2952881-.0166016-.5869751-.0258789-.8762207-.8245239,3.9006348-.4848633,3.185791-.7454834,5.1270142-.0728149.5418701-.147583,1.0739136-.2231445,1.6010742-.0189209.1322632-.0380249.2637939-.0571289.3951416-.0713501.4901123-.1434937.9755249-.2167969,1.4522095-.0043945.0285645-.008667.0579224-.0130615.0864258-.0834961.5415039-.1682129,1.0734253-.2536621,1.5969238-.0079956.0488281-.0159912.0970459-.0239868.145752-.0844727.5150146-.1696777,1.022583-.2553711,1.5194092-1.6520386,9.5714111-3.4852295,15.6546021-3.4852295,15.6546021l.0120239-.0125732-.0001221.0003662,1.3178711-1.3831787c-.0006104.0063477-.871582,8.8289185-1.8705444,10.7404785,0,0,.0930786-.0835571.2357178-.2316284.3056641-.3156738.854248-.9434814,1.1950073-1.6893921.0006714.0340576.0033569.2322998-.0060425.5385132-.0061035.1983032-.0178223.4414062-.0388184.7109375-.0009155.0117798-.0019531.0239258-.0029297.0358276-.0328369.4095459-.0874634.8787842-.1783447,1.3533325-.0003662.0018921-.0007324.0037231-.0010986.0056152-.0925903.4819946-.22229.9683838-.4039917,1.4004517-.0142212.0339355-.0268555.0695801-.041748.1027222,0,0,2.211731.2618408,4.8200073-.6854248.133667-.0058594.0940552-.0087891.7731323-.3135986.7903442-.3547363,1.5990601-.8287964,2.3809204-1.4595947.0160522-.0128784.0321045-.0252075.0481567-.038208.1890869-.1544189.3762817-.3185425.5613403-.4920044.0324707-.0303955.0645752-.0618896.0969238-.0928955.1850586-.1777344.3684692-.3620605.5478516-.5603027l-.5258179,1.5231323s.6933594-.2601929,1.7180786-1.0800171l.000061-.000061c.1708984-.1367188.3512573-.2897949.5389404-.4591064.0112305-.0101318.0227051-.020813.0339966-.0310669.0826416-.0751343.166687-.1536255.2520752-.2354736.0126343-.012085.0253296-.024353.0379639-.0366211.0893555-.0862427.1799927-.1762695.2719727-.2700195.0062256-.0064087.0123901-.0125732.0186157-.0189819,1.1630859-1.1907349,2.5181885-2.9924927,3.7460327-5.6776123l-.1782227,1.8058472s1.588562-1.8380737,3.1870728-5.3513184l.0001831-.0003662c.1120605-.2463989.2240601-.5015259.3357544-.7643433.0058594-.013916.0117188-.0272827.0176392-.0411987.1122437-.2651978.2238159-.5379639.3344116-.8196411.0043945-.0112915.0087891-.0229492.0131836-.0342407.1008911-.2578125.2006226-.5233154.2992554-.7947998.0155029-.0425415.0310059-.0845337.0463867-.1274414.1027832-.2861938.2041016-.5786133.3033447-.8796997.0078735-.0239258.0154419-.0487671.0233154-.0728149.0883179-.2700195.1745605-.546936.2592163-.8287354.0205688-.0684204.0411377-.1364746.0614014-.2055054.0909424-.3092651.1800537-.6235352.265625-.9465942.0062256-.0233154.0119019-.0475464.0180664-.0709229.078186-.2974243.1531372-.6018677.2260742-.9107666.0201416-.0855713.0401001-.1711426.0598755-.2575684.0770874-.3372192.1520386-.6787109.2218628-1.0292969.5649414-2.835022.9534302-5.3085327,1.2136841-7.2159424-.0761108-.7236328-.1542358-1.4302979-.2340088-2.1259155.0078735-1.3564453-.0565186-2.1326294-.0565186-2.1326294Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M191.6242555,177.9864479l3.9729698,4.2565946,1.5976387.8408175s.3176563-2.6055176,2.0180699-.7567358v-.9248993s-.1042344-1.2601109,1.7658112.0840818l-.0068577-1.1511271s.340562,1.1769376,1.3603509,1.512658,2.7189045-.0016137,2.7189045-.0016137l.3389645-1.5136666.5105934,1.3449995,5.268177.5013618,40.6135361-.1922669,2.2088104-.5057994s.3393971-.7849613.6786611-1.7941395l-.1687334,2.018054s.7932468.3919091,2.7754152-.2258643l-.0562445.6726847s1.2457319-.7294449,1.9815028-1.7388585l-.6788941,1.4017598s2.9979122.0081452,3.5024297,2.7828431c.5329968,2.9313254,7.5959696-9.1796171,12.6882244-18.7679201,5.0922548-9.588303.4745495-59.361757-1.7370565-63.5645149s-77.831437-4.6623661-83.9469752-1.2954801-10.8633371,20.6904742-8.2997869,45.2407244c2.5635503,24.5502502,10.8944886,31.7763071,10.8944886,31.7763071Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M316.549567,130.0765454c-.7151505-6.3773298-2.4956855-15.4628891-5.6694874-27.1377964-.5621511-2.0677892-1.2659857-4.1841364-2.0264001-6.2393244-2.518785-9.878079-5.5182649-18.122397-9.4114258-24.7656612-4.0191329-6.8584432-11.1977591-11.6084412-17.69219-14.5914891-.3820308-.1754817-.7616302-.3448147-1.1381433-.5081393-.7530263-.3266259-1.4934273-.6291015-2.2149372-.9079177-4.32934-1.6729906-7.9796284-2.4955988-9.5990278-2.5879453-.5393322-.0307432-1.0608955-.0447939-1.560762-.0458225-1.7494862-.0036003-3.2329068.1521963-4.2789325.3089281-1.0460257.1567084-1.65475.3143287-1.65475.3143287,0,0-.2545625-.1392678-.8715166-.3133701-.2056514-.0580263-.45161-.1199335-.7417103-.1818407-.0725718-.0154768-.1478558-.0309536-.2259453-.0463603-.1562726-.0308367-.3238612-.0614162-.5032333-.091271-.0896861-.0149391-.1823648-.0296911-.2780362-.044186-.7651839-.116076-1.723394-.2166518-2.9064271-.2708206-.1478558-.0067565-.2992653-.0128116-.4542286-.0180719-.4648899-.0157807-.9619509-.0244777-1.4928662-.0244777-2.2979834,0-5.6626604.5100564-9.4552869,1.8161627-1.4587313.5023414-2.9807758,1.1224654-4.5297543,1.876597-.9294058.4524977-1.8684441.9532259-2.8094464,1.5057149-.7546161.4430994-1.510074.9238621-2.2630067,1.4353679-2.6895533,1.8270806-5.3431012,4.0977048-7.7752864,6.9033072-7.4905167,8.6407533-11.5702508,16.5975816-15.2487824,29.3884316-1.1568474,2.8028671-6.5026607,16.3508646-7.936235,30.6258274-2.2792793,22.6891984,2.7803616,31.3684333,2.9974225,31.7270415l.19499-.1455567c.7142153,2.4579121,1.5436478,4.8351672,2.4921317,7.1056745.1519707.3637048.3068404.724721.4648899,1.0829318.9477358,2.1492178,2.0039552,4.1973454,3.1689389,6.1233186,1.359132,2.2469414,2.8662133,4.327589,4.5217115,6.2083942,1.6554982,1.8808052,3.4594133,3.5617446,5.4121193,5.0092929l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0119706-.0113387-.0297395-.028265-.038998-.037336-.1173681-.1130835-.2360455-.2323858-.0005611-.0005845-.0009352-.0010287-.0015898-.0016365-.9963664-1.0023215-4.613081-4.8610944-8.0514521-11.2950945-.0002806-.0005611-.0005611-.0011456-.0008417-.0017067-.149165-.2790967-.297956-.5630329-.4461858-.8517851-.0005611-.0010053-.0010287-.0020807-.0015898-.003086-.1481363-.2887054-.295805-.5822269-.4426321-.8805411-.000187-.0003507-.0003741-.0007014-.0004676-.001052-.1469206-.2985713-.2931865-.6019587-.4382366-.9100919-.0006546-.0012858-.0012158-.0025951-.0017769-.0038809-.1449566-.3077124-.288791-.6201474-.4314096-.937375-.0002806-.0006312-.0005611-.0012625-.0008417-.0019171-.1428992-.3178822-.2845826-.6405104-.4247697-.9678844.0000935.000187.000187.0004208.0002806.0006079.0357248.0804466.0743487.1658963.1158718.2572375.0131864.0288495.0266533.0581432.0404008.0880448.036473.0795816.0740682.1606127.1148431.247395.0231931.0493528.0480695.1013707.0725718.1529678.0374082.0785296.0741617.1557967.114656.2393293.0404008.0832287.0843554.1717878.1279359.2597858.0302071.060972.0580762.1184139.0897796.1815835.077996.1551654.1609486.3174614.2482032.4851579.0210421.0404688.0441416.0832988.0657448.1244456.0705144.1343349.1429927.2709375.2193053.4122627.0297395.0549871.0608818.1114937.091463.1674861.073133.1337504.1481363.2694413.2263194.4086156.0333868.0594758.0673347.1192789.1016567.1796665.0825785.1452294.1678691.292937.2558718.4432163.0326386.0556884.0647161.1108158.0981029.1671822.1007215.1702448.2053708.3434821.3129193.5192443.0235671.0384582.0459185.0759345.0697662.1146499.2745759.4451567.5704745.9056266.889005,1.3775754.0083233.0123207.0172078.0248283.0255311.037149.1460789.2158803.2971143.4339115.4524517.6537428.0341349.0483475.0694857.0969053.1040882.1454165.1335471.1871009.2700869.3750202.4103675.5641551.0437675.0589615.0879092.1178294.1323314.1769311.1384102.1843656.2801871.3691521.4250502.5546866.0450768.0576756.0895925.1151408.1352305.1728866.1592652.2014088.3226454.403028.4894858.6049278.032171.038879.0632198.0776645.0955779.116567.4094323.491026.841029.981678,1.2960058,1.4676074.0303941.0324732.0620975.064549.0927722.0969755.1909687.2023206.3855846.4035657.5846896.6036419.0621911.0624917.1257849.1243287.1887242.1865632.1724516.1704786.3475218.3398116.5259588.5079523.0749098.0706041.1503808.1407641.2263194.2108772.1748832.1614076.352759.3210618.5331598.4796873.0781831.0687104.155805.1375612.2350168.2056871.1945224.1673224.3931598.3320966.5940416.4955849.0663995.0540753.1313962.1090623.1985438.1626934.5406415.4317372,1.1038213.8482315,1.6902878,1.2449706.0774349.052392.1573013.1024461.2355779.1541134.2141617.1414888.4301939.2811774.6504344.4170787.1056781.0652504.21332.1283967.3204944.1922911.1991049.1187646.4001738.2354484.6042353.3492567.1177422.0656946.2363261.1303137.3556581.1942783.2026587.108548.408123.2138464.6155513.3171575.1205478.0600836.2405345.1205414.3626721.1787547.2243554.1069349.4527323.2088433.6825119.3092321.1079225.0471551.2139747.0964144.3230195.1420733.3400402.1422603.6845694.2786759,1.0362061.4055997l-.0003741-.0001637c.000187.0000468.0002806.0000935.0003741.0001403,0,0-2.243835-1.0926574-4.7285787-2.8702917-.7453576-.533295-1.512412-1.12824-2.2472018-1.7738002-.1300869-.114346-.258958-.2305155-.3867069-.3479474-.593761-.5456624-1.1591854-1.1240552-1.665879-1.729544.0042084.0037874,5.7216718,5.0742394,9.3805641,6.386354v-.0000234.0000234s-2.0039552-1.1982596-3.8102083-2.4392792c-.1720775-.1181801-.3422847-.2367576-.5088445-.3547273-.499586-.3538857-.9659722-.7023007-1.3477225-1.0182659-.1908751-.1579709-.3606147-.3078527-.5027657-.4462321,0,0,5.2995207,3.712281,9.5337505,4.6447231,0,0-4.8730677-3.1264771-8.4147789-8.1715865,0,0,4.764397,5.1586136,8.8553535,7.7402233,0,0-1.9990921-1.7277672-3.5596671-3.4971488,0,0,3.5173959,3.3021692,6.0964081,3.6776803,0,0-1.0888581-.7439852-1.9120247-1.8728798,0,0,1.5195195,1.6730607,4.5379841,2.0060691,0,0-2.0080701-.8539593-3.3998408-2.0879184,0,0,5.7546845,3.6767919,9.6193217,2.6110436,0,0-4.4598945-1.6175827-7.9810312-5.310319,0,0,6.2756867,4.605774,10.9264564,4.2799897,0,0-2.5836882-.6677234-4.5915713-2.0081732,0,0,1.1362729.5406359,2.470435.9686092.0173013.0069435.0339479.0151495.0513427.0220229,0,0-.0106613-.0055642-.0265598-.0139806.8810557.2811541,1.84469.5120202,2.6261465.50337,3.1237685-1.223275,8.1553533-5.4401184,8.1553533-5.4401184-1.6420312,2.866668-4.0828203,4.651503-4.0828203,4.651503,3.9338423-1.6351402,6.6464951-4.650638,6.6464951-4.650638-.8885374,1.6762636-4.7144571,4.7416285-4.7144571,4.7416285,3.8781041-1.8959547,9.3053737-7.9934396,9.3053737-7.9934396-1.4784641,2.3182936-5.6042102,6.2899396-5.6042102,6.2899396,2.8192661-.9366971,6.2295811-2.4507115,6.2295811-2.4507115-1.4741621,1.4096746-4.1178904,2.219027-4.1178904,2.219027,4.4852386-.245361,7.3084325-1.5909776,8.6873909-2.4530961-.1410288.2146412-.2724249.4100417-.3975552.593589-1.971036,1.6086754-4.246481,2.6929631-4.246481,2.6929631,7.7542443-.2215146,12.0057753-4.1973688,12.0057753-4.1973688-2.0119044,2.769973-7.308339,4.1951478-7.308339,4.1951478,5.4670158-.1221077,8.7744584-3.1356183,8.7744584-3.1356183-1.6548435,1.7345003-4.9541499,3.0565744-4.9541499,3.0565744,8.0651996-.9988147,10.9619006-3.6942092,10.9619006-3.6942092-.9477358,1.3543368-5.1963677,3.5759356-5.1963677,3.5759356,3.1822188-.6735915,7.3191874-4.0040725,7.3191874-4.0040725-2.7222854,3.0888372-9.4458413,5.8627145-9.4458413,5.8627145,5.2395741.0708379,7.6047987-2.1111804,7.6047987-2.1111804-1.3604413,1.3491234-4.8987858,2.4732487-4.8987858,2.4732487,5.1856129-.4507443,8.9680456-2.9402178,8.9680456-2.9402178-2.5436615,2.2456555-6.614137,3.362814-6.614137,3.362814,3.7126665-.0146819,6.7248652-1.3419928,6.7248652-1.3419928-1.1252375,1.2878006-3.9015777,2.6831907-3.9015777,2.6831907,3.1018847-.366557,6.2834489-2.5380782,7.5096884-3.4560722-.5955379.5803332-1.2170745,1.1444883-1.8622718,1.6908754-.9091118.6958715-1.7697801,1.2905126-2.1461062,1.5461837-.0014963.0010053-.0032732.002221-.0047695.0032029-.0303941.0206669-.0577021.0391128-.0813628.0551273-.0232866.0156872-.0468537.0315848-.0626587.0421988-.0139345.0093048-.0238477.0159444-.031984.021415-.0057983.0038575-.018143.0120869-.018143.0120869.1337342-.0473422.2663461-.0990094.398958-.151004.000187-.0000935.0004676-.0002338.0007482-.0003273.1644089-.0645023.327789-.1325113.490234-.2036999.0018704-.0008416.0038343-.0016131.0057983-.0024548.1619773-.0710951.322926-.1452996.4827523-.2224731.0022445-.001052.0043955-.002034.0066399-.0031094.1600134-.0773139.3187175-.1574566.4763929-.2402878.0018704-.0009819.0038343-.0019171.0057047-.0029224.1574884-.0828313.3136674-.1682108.4685372-.2559984.002151-.0012157.0043019-.0023846.0064529-.0036003.1545892-.0876941.3077756-.1776091.4596528-.269675.0024315-.0014729.0048631-.0029224.0072946-.0043952.1522512-.0924166.3030061-.1867269.4523582-.283001.0014963-.0009585.0029927-.0019404.0045825-.0029224.3013227-.1943951.5960991-.3956871.8842354-.6024029.0003741-.0003273.0008417-.0006079.0012158-.0009118,2.5993996-1.8655856,4.6243969-4.1375189,5.4735622-5.1567901.000187-.0003039.0003741-.0005611.0006546-.000865.0468537-.056156.0902472-.1086649.1297128-.1569188.0018704-.0021976.0031797-.0038809.0050501-.0060785.03666-.044864.070982-.0869927.1011891-.1244222.0116901-.0145416.0205745-.0257167.0313293-.0390894.0193587-.024127.0392786-.0489086.0552706-.0691079.0740682-.0932349.1126921-.1439202.1129726-.1442241-.4066267,1.0206037-1.3307018,2.1719187-2.426948,3.2866924-2.5948171,2.6386774-6.1609372,5.0712469-6.1609372,5.0712469.0000935-.0000234.0000935-.0000468.000187-.0000701l-.000187.0000935c1.6035944-.5913914,3.1347104-1.4958724,4.5483648-2.5481311.2020041-.150326.4015766-.3036445.5985306-.4595347,4.7276434-3.739985,7.9996418-8.938857,8.0014187-8.9415923-.4657316,1.419821-1.370261,2.9484238-2.3939353,4.3792095-.2048097.2861805-.4142954.5684334-.6260256.8451221-.4234604.5533774-.8557117,1.0844981-1.2762729,1.5801064-1.6825256,1.9824564-3.1787585,3.3969471-3.1787585,3.3969471.5103408-.1368598,1.0259188-.3252466,1.5446765-.5626588.8645961-.3956637,1.7380767-.9275325,2.6110897-1.5839639.3492987-.2625679.6984104-.5450779,1.0469609-.846782,3.1364873-2.7152665,6.2195744-6.9850163,8.8156073-12.2683561.1442085-.2935215.2869206-.5901523.4280429-.8898458,4.9400283-10.4888982,7.9474574-24.6964365,5.8348315-38.6462696-.5098732-3.3671624-1.0263864-6.6188801-1.5558054-9.7626108.7300203,2.1557639,1.3648368,4.3456609,1.748738,5.7260417.2852372,1.7707142.511276,3.4021372.6769942,4.880569.859359,7.6690814-.0442352,18.8567034-1.7422851,26.0096499-1.5659056,6.5972313-5.8145376,16.6383076-10.881473,23.2151057-1.0415367,1.3519522-3.8773559,4.7596068-3.8773559,4.7596068,0,0,3.2889256-2.9585936,4.3697409-4.3691332,5.1215514-6.6840369,9.3997358-16.7904571,10.9764898-23.432529,1.7116104-7.2130536,2.6265205-18.497838,1.7561261-26.2603881ZM204.3998989,126.5475312c.9640083-9.6021618,3.7111702-18.8712918,5.7412176-24.7216389-.2225786.8797929-.4452506,1.7752029-.6687644,2.6988546-3.0305287,12.5218296-5.0323329,24.2018335-5.096862,34.5478401v.003273c-.0057983.939409.0043019,1.8678767.0311423,2.7849121.0267468.9181342.0703273,1.8248596.1312091,2.7198254.1827389,2.6848974.5218439,5.2639354,1.0357385,7.7271078.2283768,1.0945043.4799467,2.1761736.7506883,3.2457093-1.3740953-3.8794398-3.5371287-12.944075-1.9243693-29.0058835ZM313.0649967,116.8800723c-.7497531-4.2959107-1.5296197-8.3759176-2.3580235-12.2413535,1.7407888,6.5309055,3.0323056,12.212504,3.9331876,17.0199439-.4546027-1.3949927-1.0055314-3.063401-1.5751642-4.7785904Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* BALLET LOB 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M282.8769531,153.868103l.7567749,2.7466431s-.3345337-8.2006226-1.6799316-19.5236206c-1.3240967-9.763855-2.2658081-18.2505493-3.6174927-26.5531616-1.4711304-9.0363159-3.5502319-22.881958-9.8887939-34.7214966-1.5805664-2.9522705-3.3808594-5.7681274-5.4302368-8.3409424-.8642578-1.152832-1.7920532-2.282959-2.8137817-3.3673706-2.7567139-2.9258423-5.7977905-5.0145264-8.8421021-6.5227661-.0321045-.0168457-.0654297-.0318604-.0975952-.048584-4.7722168-3.0323486-9.4314575-4.4506836-12.7022705-4.7411499-8.3555908-.7420044-15.3633423-.2937012-21.3650513,1.3884888-7.598877,1.2615356-16.2835693,5.614624-24.7476196,14.9783936-.4654541.5149536-.9844971,1.0003052-1.3922729,1.5880737-12.0725098,17.3994751-18.2783813,41.3931885-16.9013672,77.43927.0977783,2.5591431.2550659,4.9395752.3446045,7.1759644,1.920166,13.6350098,4.7588501,22.7119141,10.1321411,26.618103,0,0-1.4871826-2.3242188-1.6431274-4.2470093,0,0,.2789307.6707764.8657227,1.6445312v.0001221c.000061,0,.0001221.0001221.0001221.0001831.100647.1669922.2102051.3422241.3292236.5253296.0053711.0082397.0108643.0164795.0162964.0247803.234375.359314.5045166.744812.8112793,1.1444702.0136108.0176392.0266113.0349731.0402832.0527344.149353.1929932.307373.3885498.473938.5859375.0177002.0209961.0357056.0418091.0535889.0628052.0234375.0275269.0467529.0549927.0705566.0825806.000061.000061.0001221.000061.0001221.0001221.3172607.3677368.6650391.7382202,1.043396,1.1033325.0079346.0075684.015686.0152588.0236206.0228882.0023193.0021973.0045166.0043945.0067749.0065918.0175781.0167847.0344849.0336914.052124.0504761.2056274.1954956.4207764.3884888.6444702.5785522.026062.0220947.0523682.0438843.0786743.065918.1460571.1223755.2959595.242981.449707.3618774.0039673.0030518.0078735.0061035.0118408.0091553.0854492.065979.1702271.1321411.2581177.1968384l.000061.000061c1.4040527,1.0336304,3.1122437,1.8952026,5.1530762,2.2965698,0,0-.0070801-.0089722-.0185547-.0238037-.0012207-.0014648-.00354-.0045776-.0048828-.0062866-.0111084-.0142822-.0267944-.034668-.0453491-.0588989-.0056763-.0073853-.0131226-.0172119-.0194092-.0255127-.0180054-.0236816-.0383911-.0505981-.0610962-.0808716-.0085449-.0114136-.0180054-.0241699-.0271606-.036377-.0245972-.032959-.0513306-.0692139-.079834-.1079712-.0099487-.0134888-.0200195-.0274048-.0303955-.0415649-.0303955-.041687-.0630493-.086853-.0966187-.1338501-.0112915-.015686-.0222778-.0310669-.0338135-.0473022-.0380249-.0534668-.0777588-.1102295-.1185303-.1690063-.0076294-.0110474-.0150146-.0213623-.0227051-.0325928-.1010742-.1465454-.2084961-.3070068-.315918-.4755249-.1238403-.3666992-.2473755-.7349243-.3705444-1.1054688.4578247.4734497,1.2981567,1.1841431,2.5500488,1.715332.0702515.0298462.140564.0593872.2134399.0880127.1003418.0393677.2025757.0770874.3079834.1137695.09729.0339355.1982422.0654297.2998657.0968018.0942993.0289917.1863403.059021.2843018.0855713.1021118.02771.2098999.0511475.3161011.0759277.0165405.0038452.03302.0077515.0496216.0115356.0821533.0186768.161499.0393677.2460938.0560913.0507202.0100098.1040649.0175171.1557007.0267944.0352783.0064087.0726318.0110474.1083374.0170898.1484375.0249634.2989502.0477905.4545898.0662842.0752563.0089111.151123.0168457.2280884.0241089.0602417.0057983.1199951.0120239.1812744.0168457.0777588.0059204.1574097.0097656.2368164.0139771.0886841.0048218.177063.0098267.2679443.0123901.038269.0010376.0767822.0016479.1154175.0022583.024231.0004272.0483398.0008545.0726929.0010986.0496216.0004883.0995483.0004272.1497192.0001831.208252-.0007324.420105-.0055542.6393433-.019043,0,0-2.0897827-1.258728-2.8185425-3.6690674,0,0,.0057373.0036011.0152588.0095215.0054932.003479.0103149.0064087.0205078.0127563.008728.0053711.0186768.0114746.0305786.0187378.0279541.0172119.0640259.0388794.109314.0658569.0039673.0023193.006958.0041504.0110474.0065918.024231.0144043.0510864.0300293.0795288.0466309.0113525.0066528.022644.0131226.0346069.0200806.1008301.0584717.2228394.1270752.362854.2027588.0082397.0044556.0162354.0087891.0246582.0133057.1489258.0801392.3150024.1656494.4943237.2527466.0044556.0021973.0087891.0043335.0133057.0065308.057373.027771.1155396.0551758.1751099.0828857.0120239.0055542.0241699.0109863.0361938.0166016.119751.0550537.2424927.1090698.3684082.1611938.0025635.0010986.0050659.0021973.0076904.0032959.0561523.0231934.1124268.0454102.1693115.0675049.0266724.010376.0533447.0205078.0801392.0306396.1657715.062561.3326416.1192627.4988403.1677246.024231.007019.0480347.0133057.0721436.0199585.0871582.0241089.1732788.0453491.2587891.0639038.0325317.0071411.0646973.0139771.0969238.0202026.0795288.0152588.1571655.0265503.2340698.0357666.0310059.0037842.062439.0087891.0928955.0114746.1036987.0089722.204895.0132446.3011475.008606,0,0-1.4115601-1.3360596-3.003479-4.3614502-1.0684204-2.7631226-2.1067505-5.5824585-3.085144-8.5302734-.4698486-2.0129395-.8534546-4.2839355-1.086731-6.8394165-.5621338-6.1590576.2993774-18.8759766-1.5415649-23.8932495-.1108398-.4906616-.2387695-1.024231-.3795776-1.5926514.0110474.0805054.022644.1542358.0338135.232666-.2076416-.7471924-.4436646-1.508728-.6953125-2.3135376-.5604858-1.8632812-1.211792-4.0735474-1.7794189-6.7113037-.1864624-.9992676-.3491211-2.0114136-.4778442-3.0197754-.0043335-.0354614-.0087891-.069519-.0131836-.1048584-.211731-1.6889648-.3285522-3.3649292-.3041992-4.9464722.0427856-2.782959.3375854-4.5805054.854126-5.6011353.0673218-.0095215.1339722-.0184326.2028809-.0290527.0134888-.0020752.0269165-.0040894.0405273-.0062866.2363281-.0371094.4816895-.081665.7355347-.1351318.0072632-.0015869.0147095-.0032349.0220337-.0047607.1178589-.0250244.2376099-.0521851.3588867-.0811157.0154419-.0037231.0308228-.0073242.0463257-.0110474.2611694-.0632324.5296021-.1358032.8045654-.2191162.0118408-.00354.0238647-.0073853.0357056-.0110474.1264648-.0386353.2542114-.0796509.3831787-.1229248.0151978-.005127.0303955-.0101318.0456543-.0153198.0145264-.0049438.0297852-.0115967.0443115-.0166016.3184204.1755371.6953735.4020386,1.0838013.6517944.0081177.005249.0161743.0103149.024292.015564.1377563.0888062.2757568.1797485.4117432.2710571.0167236.0112305.0334473.0224609.0501099.0336914.1309814.0883789.2594604.1767578.3832397.2637939.0178223.0125122.0351562.0249023.0527344.0374146.1228027.0869141.2410278.1723633.3509521.2543945.0119629.0089722.0229492.0174561.034729.0263062.1133423.085144.2199707.1674194.3131104.2431641.0216675-.2485962.0533447-.5109253.0899658-.7798462.0040894-.0305176.0080566-.0608521.0124512-.0916138.0114746-.0812988.0269165-.1677856.0397339-.2508545.0302734-.1964722.0610352-.3935547.0987549-.5994873.0222778-.12146.0491943-.2487183.0739746-.3733521.038147-.1917114.0767822-.3839722.1209106-.5828857.0305176-.1376953.0648193-.2796631.0982056-.4207153.0245972-.1036987.0515747-.210083.0772705-.3150635.0375366-.024292.074707-.0450439.1123047-.0697632.00177-.0011597.00354-.0022583.0053711-.003418.0645752-.0425415.1292114-.0861816.1939087-.130188.0245361-.0166626.0490112-.0336914.0736084-.0505981.026001-.0178833.052063-.0355225.078125-.0537109l-.000061.000061c.0001221-.0001221.0003052-.0001831.0003662-.0003052.0908203-.0632324.1816406-.128479.2724609-.1947021.0124512-.0090332.0248413-.0180054.0372314-.0270996.0055542-.0040283.0110474-.0079956.0164795-.0119629.0172729-.0126953.0345459-.0249634.0518188-.0377808.1555176-.1152344.3110352-.234375.4665527-.3584595,0-.000061.000061-.000061.0001221-.0001221.0247192-.0197144.0494385-.0405884.0741577-.0605469.012146-.0097656.0241699-.0197754.0363159-.0296631.020874-.0169678.041748-.0339966.0626221-.0510864.012085-.0099487.024231-.0196533.0363159-.0296631.3302002-.2723999.6595459-.56604.9869995-.8814697.0212402-.0205078.0424194-.0408936.0637207-.0615234.2401123-.2337036.4790649-.4794312.7162476-.737854.0111084-.012085.0222778-.0237427.0333862-.0359497.0682983-.0747681.1363525-.151123.2043457-.2280884.0267944-.0302124.0534668-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0181274-.0217285.0361938-.043457.0542603-.0653687.0350342-.0424194.0702515-.0837402.1051636-.12677.00177-.0021973.00354-.0042114.0053101-.0064087.1535034-.1893921.3057251-.3858643.4570312-.5870361.0072021-.0095825.0145874-.0184326.0217896-.0280762.0220337-.0293579.0437012-.0601807.0656128-.0897217.1317139-.1777954.2625732-.3598022.392334-.546814.0200195-.0288086.0402222-.0566406.0601196-.0856934.026001-.0378418.0519409-.0757446.0778198-.1138916.0008545-.0012817.0016479-.0025635.0025024-.0037842.1177368-.1738281.234436-.3520508.3502197-.5338135.0283813-.0445557.0564575-.090332.0847778-.1353149.1192627-.1900024.2374878-.3843994.3545532-.5831909.0283203-.0481567.0568848-.0953979.085083-.144043.0825195-.142334.1641235-.2879639.2454834-.4348145.0154419-.0279541.0310059-.0552979.0464478-.083374.0376587-.0686035.0753784-.1367798.1127319-.2063599.024292-.0452881.0481567-.0921021.0723267-.1377563.1063232-.2007446.2114868-.4057617.3154297-.6147461.0136719-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0464478-.0950928.0696411-.1427612.1280518-.2632446.2545776-.5315552.3786011-.8078613.0153809-.0342407.0302734-.0700073.0455322-.1044312l.0018311-.0042114c.0145874-.0328369.0289307-.0664673.043457-.0994873.0941162-.2140503.1870117-.4319458.2785645-.6538086.031311-.0757446.0625-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673.000061,0,.000061-.000061.000061-.000061-.5580444,2.0032349-1.0393066,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,1.2045898-2.9088135,1.8151855-4.8273926,2.1271362-6.0413818.3514404.2011108.7008667.4116211,1.0482178.6309814.286438.8511353.5836792,1.5950928.9996338,2.5556641.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,2.8278809,5.4830933,5.4476318,9.4732056,7.6373291,11.8327026.0039062.0043335.0076904.008606.0115356.0128784.1081543.1207275.2115479.2318726.3093262.3320312.2235107.0070801.4448853.0248413.6661377.043457.1141968.0102539.2284546.0200195.3421631.0325928.72052.0797729,1.4281616.2211914,2.1257324.4049683.1212158.7027588.2191772,1.4055786.2693481,2.1070557.1100464-.0901489.2195435-.1782837.328186-.2641602.0431519-.0341187.0853882-.065918.1282349-.0992432.0861816-.0670776.1717529-.1326294.2563477-.196167.0096436-.0072021.019104-.0139771.0286865-.0211792.1018066-.0760498.2016602-.1483765.3002319-.2182007.0696411-.0492554.1393433-.0984497.2069702-.144104.0214233-.0145264.0418701-.0272217.0630493-.0413818.0748901-.0496826.1490479-.0980225.2209473-.1427002.0161133-.0100098.0315552-.0189819.0474854-.0287476.0771484-.0469971.1526489-.0914917.225708-.131897.010437-.0057983.0206299-.0112915.0309448-.0169067.0793457-.0431519.156311-.0825806.2301025-.1168823.0039062-.0018311.0078735-.0037842.0117798-.0055542.0322876-.0148926.0614624-.0249634.0925903-.0380249.0606689-.026001.1228027-.0542603.1783447-.0723267,1.7070923-.5557861,2.7276611,1.2913208,2.9071045,6.0998535-.0036621-.0247192-.0075073-.0507202-.0111084-.0753174.0025024.0933228.0055542.1841431.0070801.2816162.0841064,5.465271-3.6696777,20.2994385-3.6717529,20.3057251-.4187012,1.2651367-.7598267,2.3247681-1.0401611,3.2293701-.244812.7653809-.4329224,1.3897705-.5766602,1.9411011-.090271.3215942-.1697388.6171265-.2409058.8934326-.0079346-.2952881-.0166016-.5869751-.0258789-.8762207-.8245239,3.9006348-.4848633,3.185791-.7454834,5.1270142-.0728149.5418701-.147583,1.0739136-.2231445,1.6010742-.0189209.1322632-.0380249.2637939-.0571289.3951416-.0713501.4901123-.1434937.9755249-.2167969,1.4522095-.0043945.0285645-.008667.0579224-.0130615.0864258-.0834961.5415039-.1682129,1.0734253-.2536621,1.5969238-.0079956.0488281-.0159912.0970459-.0239868.145752-.0844727.5150146-.1696777,1.022583-.2553711,1.5194092-1.6520386,9.5714111-3.4852295,15.6546021-3.4852295,15.6546021l.0120239-.0125732-.0001221.0003662,1.3178711-1.3831787c-.0006104.0063477-.871582,8.8289185-1.8705444,10.7404785,0,0,.0930786-.0835571.2357178-.2316284.3056641-.3156738.854248-.9434814,1.1950073-1.6893921.0006714.0340576.0033569.2322998-.0060425.5385132-.0061035.1983032-.0178223.4414062-.0388184.7109375-.0009155.0117798-.0019531.0239258-.0029297.0358276-.0328369.4095459-.0874634.8787842-.1783447,1.3533325-.0003662.0018921-.0007324.0037231-.0010986.0056152-.0925903.4819946-.22229.9683838-.4039917,1.4004517-.0142212.0339355-.0268555.0695801-.041748.1027222,0,0,2.211731.2618408,4.8200073-.6854248.133667-.0058594.0940552-.0087891.7731323-.3135986.7903442-.3547363,1.5990601-.8287964,2.3809204-1.4595947.0160522-.0128784.0321045-.0252075.0481567-.038208.1890869-.1544189.3762817-.3185425.5613403-.4920044.0324707-.0303955.0645752-.0618896.0969238-.0928955.1850586-.1777344.3684692-.3620605.5478516-.5603027l-.5258179,1.5231323s.6933594-.2601929,1.7180786-1.0800171l.000061-.000061c.1708984-.1367188.3512573-.2897949.5389404-.4591064.0112305-.0101318.0227051-.020813.0339966-.0310669.0826416-.0751343.166687-.1536255.2520752-.2354736.0126343-.012085.0253296-.024353.0379639-.0366211.0893555-.0862427.1799927-.1762695.2719727-.2700195.0062256-.0064087.0123901-.0125732.0186157-.0189819,1.1630859-1.1907349,2.5181885-2.9924927,3.7460327-5.6776123l-.1782227,1.8058472s1.588562-1.8380737,3.1870728-5.3513184l.0001831-.0003662c.1120605-.2463989.2240601-.5015259.3357544-.7643433.0058594-.013916.0117188-.0272827.0176392-.0411987.1122437-.2651978.2238159-.5379639.3344116-.8196411.0043945-.0112915.0087891-.0229492.0131836-.0342407.1008911-.2578125.2006226-.5233154.2992554-.7947998.0155029-.0425415.0310059-.0845337.0463867-.1274414.1027832-.2861938.2041016-.5786133.3033447-.8796997.0078735-.0239258.0154419-.0487671.0233154-.0728149.0883179-.2700195.1745605-.546936.2592163-.8287354.0205688-.0684204.0411377-.1364746.0614014-.2055054.0909424-.3092651.1800537-.6235352.265625-.9465942.0062256-.0233154.0119019-.0475464.0180664-.0709229.078186-.2974243.1531372-.6018677.2260742-.9107666.0201416-.0855713.0401001-.1711426.0598755-.2575684.0770874-.3372192.1520386-.6787109.2218628-1.0292969.5649414-2.835022.9534302-5.3085327,1.2136841-7.2159424-.0761108-.7236328-.1542358-1.4302979-.2340088-2.1259155.0078735-1.3564453-.0565186-2.1326294-.0565186-2.1326294Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M191.6242555,177.9864479l3.9729698,4.2565946,1.5976387.8408175s.3176563-2.6055176,2.0180699-.7567358v-.9248993s-.1042344-1.2601109,1.7658112.0840818l-.0068577-1.1511271s.340562,1.1769376,1.3603509,1.512658,2.7189045-.0016137,2.7189045-.0016137l.3389645-1.5136666.5105934,1.3449995,5.268177.5013618,40.6135361-.1922669,2.2088104-.5057994s.3393971-.7849613.6786611-1.7941395l-.1687334,2.018054s.7932468.3919091,2.7754152-.2258643l-.0562445.6726847s1.2457319-.7294449,1.9815028-1.7388585l-.6788941,1.4017598s2.9979122.0081452,3.5024297,2.7828431c.5329968,2.9313254,7.5959696-9.1796171,12.6882244-18.7679201,5.0922548-9.588303.4745495-59.361757-1.7370565-63.5645149s-77.831437-4.6623661-83.9469752-1.2954801-10.8633371,20.6904742-8.2997869,45.2407244c2.5635503,24.5502502,10.8944886,31.7763071,10.8944886,31.7763071Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M316.549567,130.0765454c-.7151505-6.3773298-2.4956855-15.4628891-5.6694874-27.1377964-.5621511-2.0677892-1.2659857-4.1841364-2.0264001-6.2393244-2.518785-9.878079-5.5182649-18.122397-9.4114258-24.7656612-4.0191329-6.8584432-11.1977591-11.6084412-17.69219-14.5914891-.3820308-.1754817-.7616302-.3448147-1.1381433-.5081393-.7530263-.3266259-1.4934273-.6291015-2.2149372-.9079177-4.32934-1.6729906-7.9796284-2.4955988-9.5990278-2.5879453-.5393322-.0307432-1.0608955-.0447939-1.560762-.0458225-1.7494862-.0036003-3.2329068.1521963-4.2789325.3089281-1.0460257.1567084-1.65475.3143287-1.65475.3143287,0,0-.2545625-.1392678-.8715166-.3133701-.2056514-.0580263-.45161-.1199335-.7417103-.1818407-.0725718-.0154768-.1478558-.0309536-.2259453-.0463603-.1562726-.0308367-.3238612-.0614162-.5032333-.091271-.0896861-.0149391-.1823648-.0296911-.2780362-.044186-.7651839-.116076-1.723394-.2166518-2.9064271-.2708206-.1478558-.0067565-.2992653-.0128116-.4542286-.0180719-.4648899-.0157807-.9619509-.0244777-1.4928662-.0244777-2.2979834,0-5.6626604.5100564-9.4552869,1.8161627-1.4587313.5023414-2.9807758,1.1224654-4.5297543,1.876597-.9294058.4524977-1.8684441.9532259-2.8094464,1.5057149-.7546161.4430994-1.510074.9238621-2.2630067,1.4353679-2.6895533,1.8270806-5.3431012,4.0977048-7.7752864,6.9033072-7.4905167,8.6407533-11.5702508,16.5975816-15.2487824,29.3884316-1.1568474,2.8028671-6.5026607,16.3508646-7.936235,30.6258274-2.2792793,22.6891984,2.7803616,31.3684333,2.9974225,31.7270415l.19499-.1455567c.7142153,2.4579121,1.5436478,4.8351672,2.4921317,7.1056745.1519707.3637048.3068404.724721.4648899,1.0829318.9477358,2.1492178,2.0039552,4.1973454,3.1689389,6.1233186,1.359132,2.2469414,2.8662133,4.327589,4.5217115,6.2083942,1.6554982,1.8808052,3.4594133,3.5617446,5.4121193,5.0092929l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0119706-.0113387-.0297395-.028265-.038998-.037336-.1173681-.1130835-.2360455-.2323858-.0005611-.0005845-.0009352-.0010287-.0015898-.0016365-.9963664-1.0023215-4.613081-4.8610944-8.0514521-11.2950945-.0002806-.0005611-.0005611-.0011456-.0008417-.0017067-.149165-.2790967-.297956-.5630329-.4461858-.8517851-.0005611-.0010053-.0010287-.0020807-.0015898-.003086-.1481363-.2887054-.295805-.5822269-.4426321-.8805411-.000187-.0003507-.0003741-.0007014-.0004676-.001052-.1469206-.2985713-.2931865-.6019587-.4382366-.9100919-.0006546-.0012858-.0012158-.0025951-.0017769-.0038809-.1449566-.3077124-.288791-.6201474-.4314096-.937375-.0002806-.0006312-.0005611-.0012625-.0008417-.0019171-.1428992-.3178822-.2845826-.6405104-.4247697-.9678844.0000935.000187.000187.0004208.0002806.0006079.0357248.0804466.0743487.1658963.1158718.2572375.0131864.0288495.0266533.0581432.0404008.0880448.036473.0795816.0740682.1606127.1148431.247395.0231931.0493528.0480695.1013707.0725718.1529678.0374082.0785296.0741617.1557967.114656.2393293.0404008.0832287.0843554.1717878.1279359.2597858.0302071.060972.0580762.1184139.0897796.1815835.077996.1551654.1609486.3174614.2482032.4851579.0210421.0404688.0441416.0832988.0657448.1244456.0705144.1343349.1429927.2709375.2193053.4122627.0297395.0549871.0608818.1114937.091463.1674861.073133.1337504.1481363.2694413.2263194.4086156.0333868.0594758.0673347.1192789.1016567.1796665.0825785.1452294.1678691.292937.2558718.4432163.0326386.0556884.0647161.1108158.0981029.1671822.1007215.1702448.2053708.3434821.3129193.5192443.0235671.0384582.0459185.0759345.0697662.1146499.2745759.4451567.5704745.9056266.889005,1.3775754.0083233.0123207.0172078.0248283.0255311.037149.1460789.2158803.2971143.4339115.4524517.6537428.0341349.0483475.0694857.0969053.1040882.1454165.1335471.1871009.2700869.3750202.4103675.5641551.0437675.0589615.0879092.1178294.1323314.1769311.1384102.1843656.2801871.3691521.4250502.5546866.0450768.0576756.0895925.1151408.1352305.1728866.1592652.2014088.3226454.403028.4894858.6049278.032171.038879.0632198.0776645.0955779.116567.4094323.491026.841029.981678,1.2960058,1.4676074.0303941.0324732.0620975.064549.0927722.0969755.1909687.2023206.3855846.4035657.5846896.6036419.0621911.0624917.1257849.1243287.1887242.1865632.1724516.1704786.3475218.3398116.5259588.5079523.0749098.0706041.1503808.1407641.2263194.2108772.1748832.1614076.352759.3210618.5331598.4796873.0781831.0687104.155805.1375612.2350168.2056871.1945224.1673224.3931598.3320966.5940416.4955849.0663995.0540753.1313962.1090623.1985438.1626934.5406415.4317372,1.1038213.8482315,1.6902878,1.2449706.0774349.052392.1573013.1024461.2355779.1541134.2141617.1414888.4301939.2811774.6504344.4170787.1056781.0652504.21332.1283967.3204944.1922911.1991049.1187646.4001738.2354484.6042353.3492567.1177422.0656946.2363261.1303137.3556581.1942783.2026587.108548.408123.2138464.6155513.3171575.1205478.0600836.2405345.1205414.3626721.1787547.2243554.1069349.4527323.2088433.6825119.3092321.1079225.0471551.2139747.0964144.3230195.1420733.3400402.1422603.6845694.2786759,1.0362061.4055997l-.0003741-.0001637c.000187.0000468.0002806.0000935.0003741.0001403,0,0-2.243835-1.0926574-4.7285787-2.8702917-.7453576-.533295-1.512412-1.12824-2.2472018-1.7738002-.1300869-.114346-.258958-.2305155-.3867069-.3479474-.593761-.5456624-1.1591854-1.1240552-1.665879-1.729544.0042084.0037874,5.7216718,5.0742394,9.3805641,6.386354v-.0000234.0000234s-2.0039552-1.1982596-3.8102083-2.4392792c-.1720775-.1181801-.3422847-.2367576-.5088445-.3547273-.499586-.3538857-.9659722-.7023007-1.3477225-1.0182659-.1908751-.1579709-.3606147-.3078527-.5027657-.4462321,0,0,5.2995207,3.712281,9.5337505,4.6447231,0,0-4.8730677-3.1264771-8.4147789-8.1715865,0,0,4.764397,5.1586136,8.8553535,7.7402233,0,0-1.9990921-1.7277672-3.5596671-3.4971488,0,0,3.5173959,3.3021692,6.0964081,3.6776803,0,0-1.0888581-.7439852-1.9120247-1.8728798,0,0,1.5195195,1.6730607,4.5379841,2.0060691,0,0-2.0080701-.8539593-3.3998408-2.0879184,0,0,5.7546845,3.6767919,9.6193217,2.6110436,0,0-4.4598945-1.6175827-7.9810312-5.310319,0,0,6.2756867,4.605774,10.9264564,4.2799897,0,0-2.5836882-.6677234-4.5915713-2.0081732,0,0,1.1362729.5406359,2.470435.9686092.0173013.0069435.0339479.0151495.0513427.0220229,0,0-.0106613-.0055642-.0265598-.0139806.8810557.2811541,1.84469.5120202,2.6261465.50337,3.1237685-1.223275,8.1553533-5.4401184,8.1553533-5.4401184-1.6420312,2.866668-4.0828203,4.651503-4.0828203,4.651503,3.9338423-1.6351402,6.6464951-4.650638,6.6464951-4.650638-.8885374,1.6762636-4.7144571,4.7416285-4.7144571,4.7416285,3.8781041-1.8959547,9.3053737-7.9934396,9.3053737-7.9934396-1.4784641,2.3182936-5.6042102,6.2899396-5.6042102,6.2899396,2.8192661-.9366971,6.2295811-2.4507115,6.2295811-2.4507115-1.4741621,1.4096746-4.1178904,2.219027-4.1178904,2.219027,4.4852386-.245361,7.3084325-1.5909776,8.6873909-2.4530961-.1410288.2146412-.2724249.4100417-.3975552.593589-1.971036,1.6086754-4.246481,2.6929631-4.246481,2.6929631,7.7542443-.2215146,12.0057753-4.1973688,12.0057753-4.1973688-2.0119044,2.769973-7.308339,4.1951478-7.308339,4.1951478,5.4670158-.1221077,8.7744584-3.1356183,8.7744584-3.1356183-1.6548435,1.7345003-4.9541499,3.0565744-4.9541499,3.0565744,8.0651996-.9988147,10.9619006-3.6942092,10.9619006-3.6942092-.9477358,1.3543368-5.1963677,3.5759356-5.1963677,3.5759356,3.1822188-.6735915,7.3191874-4.0040725,7.3191874-4.0040725-2.7222854,3.0888372-9.4458413,5.8627145-9.4458413,5.8627145,5.2395741.0708379,7.6047987-2.1111804,7.6047987-2.1111804-1.3604413,1.3491234-4.8987858,2.4732487-4.8987858,2.4732487,5.1856129-.4507443,8.9680456-2.9402178,8.9680456-2.9402178-2.5436615,2.2456555-6.614137,3.362814-6.614137,3.362814,3.7126665-.0146819,6.7248652-1.3419928,6.7248652-1.3419928-1.1252375,1.2878006-3.9015777,2.6831907-3.9015777,2.6831907,3.1018847-.366557,6.2834489-2.5380782,7.5096884-3.4560722-.5955379.5803332-1.2170745,1.1444883-1.8622718,1.6908754-.9091118.6958715-1.7697801,1.2905126-2.1461062,1.5461837-.0014963.0010053-.0032732.002221-.0047695.0032029-.0303941.0206669-.0577021.0391128-.0813628.0551273-.0232866.0156872-.0468537.0315848-.0626587.0421988-.0139345.0093048-.0238477.0159444-.031984.021415-.0057983.0038575-.018143.0120869-.018143.0120869.1337342-.0473422.2663461-.0990094.398958-.151004.000187-.0000935.0004676-.0002338.0007482-.0003273.1644089-.0645023.327789-.1325113.490234-.2036999.0018704-.0008416.0038343-.0016131.0057983-.0024548.1619773-.0710951.322926-.1452996.4827523-.2224731.0022445-.001052.0043955-.002034.0066399-.0031094.1600134-.0773139.3187175-.1574566.4763929-.2402878.0018704-.0009819.0038343-.0019171.0057047-.0029224.1574884-.0828313.3136674-.1682108.4685372-.2559984.002151-.0012157.0043019-.0023846.0064529-.0036003.1545892-.0876941.3077756-.1776091.4596528-.269675.0024315-.0014729.0048631-.0029224.0072946-.0043952.1522512-.0924166.3030061-.1867269.4523582-.283001.0014963-.0009585.0029927-.0019404.0045825-.0029224.3013227-.1943951.5960991-.3956871.8842354-.6024029.0003741-.0003273.0008417-.0006079.0012158-.0009118,2.5993996-1.8655856,4.6243969-4.1375189,5.4735622-5.1567901.000187-.0003039.0003741-.0005611.0006546-.000865.0468537-.056156.0902472-.1086649.1297128-.1569188.0018704-.0021976.0031797-.0038809.0050501-.0060785.03666-.044864.070982-.0869927.1011891-.1244222.0116901-.0145416.0205745-.0257167.0313293-.0390894.0193587-.024127.0392786-.0489086.0552706-.0691079.0740682-.0932349.1126921-.1439202.1129726-.1442241-.4066267,1.0206037-1.3307018,2.1719187-2.426948,3.2866924-2.5948171,2.6386774-6.1609372,5.0712469-6.1609372,5.0712469.0000935-.0000234.0000935-.0000468.000187-.0000701l-.000187.0000935c1.6035944-.5913914,3.1347104-1.4958724,4.5483648-2.5481311.2020041-.150326.4015766-.3036445.5985306-.4595347,4.7276434-3.739985,7.9996418-8.938857,8.0014187-8.9415923-.4657316,1.419821-1.370261,2.9484238-2.3939353,4.3792095-.2048097.2861805-.4142954.5684334-.6260256.8451221-.4234604.5533774-.8557117,1.0844981-1.2762729,1.5801064-1.6825256,1.9824564-3.1787585,3.3969471-3.1787585,3.3969471.5103408-.1368598,1.0259188-.3252466,1.5446765-.5626588.8645961-.3956637,1.7380767-.9275325,2.6110897-1.5839639.3492987-.2625679.6984104-.5450779,1.0469609-.846782,3.1364873-2.7152665,6.2195744-6.9850163,8.8156073-12.2683561.1442085-.2935215.2869206-.5901523.4280429-.8898458,4.9400283-10.4888982,7.9474574-24.6964365,5.8348315-38.6462696-.5098732-3.3671624-1.0263864-6.6188801-1.5558054-9.7626108.7300203,2.1557639,1.3648368,4.3456609,1.748738,5.7260417.2852372,1.7707142.511276,3.4021372.6769942,4.880569.859359,7.6690814-.0442352,18.8567034-1.7422851,26.0096499-1.5659056,6.5972313-5.8145376,16.6383076-10.881473,23.2151057-1.0415367,1.3519522-3.8773559,4.7596068-3.8773559,4.7596068,0,0,3.2889256-2.9585936,4.3697409-4.3691332,5.1215514-6.6840369,9.3997358-16.7904571,10.9764898-23.432529,1.7116104-7.2130536,2.6265205-18.497838,1.7561261-26.2603881ZM204.3998989,126.5475312c.9640083-9.6021618,3.7111702-18.8712918,5.7412176-24.7216389-.2225786.8797929-.4452506,1.7752029-.6687644,2.6988546-3.0305287,12.5218296-5.0323329,24.2018335-5.096862,34.5478401v.003273c-.0057983.939409.0043019,1.8678767.0311423,2.7849121.0267468.9181342.0703273,1.8248596.1312091,2.7198254.1827389,2.6848974.5218439,5.2639354,1.0357385,7.7271078.2283768,1.0945043.4799467,2.1761736.7506883,3.2457093-1.3740953-3.8794398-3.5371287-12.944075-1.9243693-29.0058835ZM313.0649967,116.8800723c-.7497531-4.2959107-1.5296197-8.3759176-2.3580235-12.2413535,1.7407888,6.5309055,3.0323056,12.212504,3.9331876,17.0199439-.4546027-1.3949927-1.0055314-3.063401-1.5751642-4.7785904Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* BALLET LOB 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M282.8769531,153.868103l.7567749,2.7466431s-.3345337-8.2006226-1.6799316-19.5236206c-1.3240967-9.763855-2.2658081-18.2505493-3.6174927-26.5531616-1.4711304-9.0363159-3.5502319-22.881958-9.8887939-34.7214966-1.5805664-2.9522705-3.3808594-5.7681274-5.4302368-8.3409424-.8642578-1.152832-1.7920532-2.282959-2.8137817-3.3673706-2.7567139-2.9258423-5.7977905-5.0145264-8.8421021-6.5227661-3.1557007-1.6549072-6.6621094-2.8257446-10.5665894-3.3654175-3.8499146-.6826172-7.1713257-.5550537-9.3648682-.1126709-.3839111.0396729-.7709351.0846558-1.1611328.1352539v.0806274c-.8931274.0012207-1.7625732.020874-2.6083374.0568848-9.2782593-2.0529785-22.4957275.7149048-35.2116089,14.7824707-.4654541.5149536-.9844971,1.0003052-1.3922729,1.5880737-12.0725098,17.3994751-18.2783813,41.3931885-16.9013672,77.43927.0977783,2.5591431.2550659,4.9395752.3446045,7.1759644,1.920166,13.6350098,4.7588501,22.7119141,10.1321411,26.618103,0,0-1.4871826-2.3242188-1.6431274-4.2470093,0,0,.2789307.6707764.8657227,1.6445312v.0001221c.000061,0,.0001221.0001221.0001221.0001831.100647.1669922.2102051.3422241.3292236.5253296.0053711.0082397.0108643.0164795.0162964.0247803.234375.359314.5045166.744812.8112793,1.1444702.0136108.0176392.0266113.0349731.0402832.0527344.149353.1929932.307373.3885498.473938.5859375.0177002.0209961.0357056.0418091.0535889.0628052.0234375.0275269.0467529.0549927.0705566.0825806.000061.000061.0001221.000061.0001221.0001221.3172607.3677368.6650391.7382202,1.043396,1.1033325.0079346.0075684.015686.0152588.0236206.0228882.0023193.0021973.0045166.0043945.0067749.0065918.0175781.0167847.0344849.0336914.052124.0504761.2056274.1954956.4207764.3884888.6444702.5785522.026062.0220947.0523682.0438843.0786743.065918.1460571.1223755.2959595.242981.449707.3618774.0039673.0030518.0078735.0061035.0118408.0091553.0854492.065979.1702271.1321411.2581177.1968384l.000061.000061c1.4040527,1.0336304,3.1122437,1.8952026,5.1530762,2.2965698,0,0-.0070801-.0089722-.0185547-.0238037-.0012207-.0014648-.00354-.0045776-.0048828-.0062866-.0111084-.0142822-.0267944-.034668-.0453491-.0588989-.0056763-.0073853-.0131226-.0172119-.0194092-.0255127-.0180054-.0236816-.0383911-.0505981-.0610962-.0808716-.0085449-.0114136-.0180054-.0241699-.0271606-.036377-.0245972-.032959-.0513306-.0692139-.079834-.1079712-.0099487-.0134888-.0200195-.0274048-.0303955-.0415649-.0303955-.041687-.0630493-.086853-.0966187-.1338501-.0112915-.015686-.0222778-.0310669-.0338135-.0473022-.0380249-.0534668-.0777588-.1102295-.1185303-.1690063-.0076294-.0110474-.0150146-.0213623-.0227051-.0325928-.1010742-.1465454-.2084961-.3070068-.315918-.4755249-.1238403-.3666992-.2473755-.7349243-.3705444-1.1054688.4578247.4734497,1.2981567,1.1841431,2.5500488,1.715332.0702515.0298462.140564.0593872.2134399.0880127.1003418.0393677.2025757.0770874.3079834.1137695.09729.0339355.1982422.0654297.2998657.0968018.0942993.0289917.1863403.059021.2843018.0855713.1021118.02771.2098999.0511475.3161011.0759277.0165405.0038452.03302.0077515.0496216.0115356.0821533.0186768.161499.0393677.2460938.0560913.0507202.0100098.1040649.0175171.1557007.0267944.0352783.0064087.0726318.0110474.1083374.0170898.1484375.0249634.2989502.0477905.4545898.0662842.0752563.0089111.151123.0168457.2280884.0241089.0602417.0057983.1199951.0120239.1812744.0168457.0777588.0059204.1574097.0097656.2368164.0139771.0886841.0048218.177063.0098267.2679443.0123901.038269.0010376.0767822.0016479.1154175.0022583.024231.0004272.0483398.0008545.0726929.0010986.0496216.0004883.0995483.0004272.1497192.0001831.208252-.0007324.420105-.0055542.6393433-.019043,0,0-2.0897827-1.258728-2.8185425-3.6690674,0,0,.0057373.0036011.0152588.0095215.0054932.003479.0103149.0064087.0205078.0127563.008728.0053711.0186768.0114746.0305786.0187378.0279541.0172119.0640259.0388794.109314.0658569.0039673.0023193.006958.0041504.0110474.0065918.024231.0144043.0510864.0300293.0795288.0466309.0113525.0066528.022644.0131226.0346069.0200806.1008301.0584717.2228394.1270752.362854.2027588.0082397.0044556.0162354.0087891.0246582.0133057.1489258.0801392.3150024.1656494.4943237.2527466.0044556.0021973.0087891.0043335.0133057.0065308.057373.027771.1155396.0551758.1751099.0828857.0120239.0055542.0241699.0109863.0361938.0166016.119751.0550537.2424927.1090698.3684082.1611938.0025635.0010986.0050659.0021973.0076904.0032959.0561523.0231934.1124268.0454102.1693115.0675049.0266724.010376.0533447.0205078.0801392.0306396.1657715.062561.3326416.1192627.4988403.1677246.024231.007019.0480347.0133057.0721436.0199585.0871582.0241089.1732788.0453491.2587891.0639038.0325317.0071411.0646973.0139771.0969238.0202026.0795288.0152588.1571655.0265503.2340698.0357666.0310059.0037842.062439.0087891.0928955.0114746.1036987.0089722.204895.0132446.3011475.008606,0,0-1.4115601-1.3360596-3.003479-4.3614502-1.0684204-2.7631226-2.1067505-5.5824585-3.085144-8.5302734-.4698486-2.0129395-.8534546-4.2839355-1.086731-6.8394165-.5621338-6.1590576.2993774-18.8759766-1.5415649-23.8932495-.1108398-.4906616-.2387695-1.024231-.3795776-1.5926514.0110474.0805054.022644.1542358.0338135.232666-.2076416-.7471924-.4436646-1.508728-.6953125-2.3135376-.5604858-1.8632812-1.211792-4.0735474-1.7794189-6.7113037-.1864624-.9992676-.3491211-2.0114136-.4778442-3.0197754-.0043335-.0354614-.0087891-.069519-.0131836-.1048584-.211731-1.6889648-.3285522-3.3649292-.3041992-4.9464722.0840454-5.465332,1.1351929-7.1469727,2.9429932-6.5584106.0501709.0163574.1135254.0429077.182251.0738525.3556519.1598511.9382935.5008545,1.5322876.8828125.0081177.005249.0161743.0103149.024292.015564.1377563.0888062.2757568.1797485.4117432.2710571.0167236.0112305.0334473.0224609.0501099.0336914.1309814.0883789.2594604.1767578.3832397.2637939.0178223.0125122.0351562.0249023.0527344.0374146.1228027.0869141.2410278.1723633.3509521.2543945.0119629.0089722.0229492.0174561.034729.0263062.1133423.085144.2199707.1674194.3131104.2431641.0216675-.2485962.0533447-.5109253.0899658-.7798462.0040894-.0305176.0080566-.0608521.0124512-.0916138.0114746-.0812988.0269165-.1677856.0397339-.2508545.0302734-.1964722.0610352-.3935547.0987549-.5994873.0222778-.12146.0491943-.2487183.0739746-.3733521.038147-.1917114.0767822-.3839722.1209106-.5828857.0194702-.0878296.0412598-.1784058.0626221-.2683716,1.7295532-.2234497,3.366394-.5038452,3.8740845-.8092651.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.4170532.3518066,1.8190308.2936401c.1564331.4886475,1.9190674.9557495,4.0525513,1.031311.0908203.5824585.166748,1.1647949.208313,1.7462158.1100464-.0901489.2195435-.1782837.328186-.2641602.0431519-.0341187.0853882-.065918.1282349-.0992432.0861816-.0670776.1717529-.1326294.2563477-.196167.0096436-.0072021.019104-.0139771.0286865-.0211792.1018066-.0760498.2016602-.1483765.3002319-.2182007.0696411-.0492554.1393433-.0984497.2069702-.144104.0214233-.0145264.0418701-.0272217.0630493-.0413818.0748901-.0496826.1490479-.0980225.2209473-.1427002.0161133-.0100098.0315552-.0189819.0474854-.0287476.0771484-.0469971.1526489-.0914917.225708-.131897.010437-.0057983.0206299-.0112915.0309448-.0169067.0793457-.0431519.156311-.0825806.2301025-.1168823.0039062-.0018311.0078735-.0037842.0117798-.0055542.0322876-.0148926.0614624-.0249634.0925903-.0380249.0606689-.026001.1228027-.0542603.1783447-.0723267,1.7070923-.5557861,2.7276611,1.2913208,2.9071045,6.0998535-.0036621-.0247192-.0075073-.0507202-.0111084-.0753174.0025024.0933228.0055542.1841431.0070801.2816162.0841064,5.465271-3.6696777,20.2994385-3.6717529,20.3057251-.4187012,1.2651367-.7598267,2.3247681-1.0401611,3.2293701-.244812.7653809-.4329224,1.3897705-.5766602,1.9411011-.090271.3215942-.1697388.6171265-.2409058.8934326-.0079346-.2952881-.0166016-.5869751-.0258789-.8762207-.8245239,3.9006348-.4848633,3.185791-.7454834,5.1270142-.0728149.5418701-.147583,1.0739136-.2231445,1.6010742-.0189209.1322632-.0380249.2637939-.0571289.3951416-.0713501.4901123-.1434937.9755249-.2167969,1.4522095-.0043945.0285645-.008667.0579224-.0130615.0864258-.0834961.5415039-.1682129,1.0734253-.2536621,1.5969238-.0079956.0488281-.0159912.0970459-.0239868.145752-.0844727.5150146-.1696777,1.022583-.2553711,1.5194092-1.6520386,9.5714111-3.4852295,15.6546021-3.4852295,15.6546021l.0120239-.0125732-.0001221.0003662,1.3178711-1.3831787c-.0006104.0063477-.871582,8.8289185-1.8705444,10.7404785,0,0,.0930786-.0835571.2357178-.2316284.3056641-.3156738.854248-.9434814,1.1950073-1.6893921.0006714.0340576.0033569.2322998-.0060425.5385132-.0061035.1983032-.0178223.4414062-.0388184.7109375-.0009155.0117798-.0019531.0239258-.0029297.0358276-.0328369.4095459-.0874634.8787842-.1783447,1.3533325-.0003662.0018921-.0007324.0037231-.0010986.0056152-.0925903.4819946-.22229.9683838-.4039917,1.4004517-.0142212.0339355-.0268555.0695801-.041748.1027222,0,0,2.211731.2618408,4.8200073-.6854248.133667-.0058594.0940552-.0087891.7731323-.3135986.7903442-.3547363,1.5990601-.8287964,2.3809204-1.4595947.0160522-.0128784.0321045-.0252075.0481567-.038208.1890869-.1544189.3762817-.3185425.5613403-.4920044.0324707-.0303955.0645752-.0618896.0969238-.0928955.1850586-.1777344.3684692-.3620605.5478516-.5603027l-.5258179,1.5231323s.6933594-.2601929,1.7180786-1.0800171l.000061-.000061c.1708984-.1367188.3512573-.2897949.5389404-.4591064.0112305-.0101318.0227051-.020813.0339966-.0310669.0826416-.0751343.166687-.1536255.2520752-.2354736.0126343-.012085.0253296-.024353.0379639-.0366211.0893555-.0862427.1799927-.1762695.2719727-.2700195.0062256-.0064087.0123901-.0125732.0186157-.0189819,1.1630859-1.1907349,2.5181885-2.9924927,3.7460327-5.6776123l-.1782227,1.8058472s1.588562-1.8380737,3.1870728-5.3513184l.0001831-.0003662c.1120605-.2463989.2240601-.5015259.3357544-.7643433.0058594-.013916.0117188-.0272827.0176392-.0411987.1122437-.2651978.2238159-.5379639.3344116-.8196411.0043945-.0112915.0087891-.0229492.0131836-.0342407.1008911-.2578125.2006226-.5233154.2992554-.7947998.0155029-.0425415.0310059-.0845337.0463867-.1274414.1027832-.2861938.2041016-.5786133.3033447-.8796997.0078735-.0239258.0154419-.0487671.0233154-.0728149.0883179-.2700195.1745605-.546936.2592163-.8287354.0205688-.0684204.0411377-.1364746.0614014-.2055054.0909424-.3092651.1800537-.6235352.265625-.9465942.0062256-.0233154.0119019-.0475464.0180664-.0709229.078186-.2974243.1531372-.6018677.2260742-.9107666.0201416-.0855713.0401001-.1711426.0598755-.2575684.0770874-.3372192.1520386-.6787109.2218628-1.0292969.5649414-2.835022.9534302-5.3085327,1.2136841-7.2159424-.0761108-.7236328-.1542358-1.4302979-.2340088-2.1259155.0078735-1.3564453-.0565186-2.1326294-.0565186-2.1326294Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M191.6242555,177.9864479l3.9729698,4.2565946,1.5976387.8408175s.3176563-2.6055176,2.0180699-.7567358v-.9248993s-.1042344-1.2601109,1.7658112.0840818l-.0068577-1.1511271s.340562,1.1769376,1.3603509,1.512658,2.7189045-.0016137,2.7189045-.0016137l.3389645-1.5136666.5105934,1.3449995,5.268177.5013618,40.6135361-.1922669,2.2088104-.5057994s.3393971-.7849613.6786611-1.7941395l-.1687334,2.018054s.7932468.3919091,2.7754152-.2258643l-.0562445.6726847s1.2457319-.7294449,1.9815028-1.7388585l-.6788941,1.4017598s2.9979122.0081452,3.5024297,2.7828431c.5329968,2.9313254,7.5959696-9.1796171,12.6882244-18.7679201,5.0922548-9.588303.4745495-59.361757-1.7370565-63.5645149s-77.831437-4.6623661-83.9469752-1.2954801-10.8633371,20.6904742-8.2997869,45.2407244c2.5635503,24.5502502,10.8944886,31.7763071,10.8944886,31.7763071Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M316.549567,130.0765454c-.7151505-6.3773298-2.4956855-15.4628891-5.6694874-27.1377964-.5621511-2.0677892-1.2659857-4.1841364-2.0264001-6.2393244-2.518785-9.878079-5.5182649-18.122397-9.4114258-24.7656612-4.0191329-6.8584432-11.1977591-11.6084412-17.69219-14.5914891-.3820308-.1754817-.7616302-.3448147-1.1381433-.5081393-.7530263-.3266259-1.4934273-.6291015-2.2149372-.9079177-4.32934-1.6729906-7.9796284-2.4955988-9.5990278-2.5879453-.5393322-.0307432-1.0608955-.0447939-1.560762-.0458225-1.7494862-.0036003-3.2329068.1521963-4.2789325.3089281-1.0460257.1567084-1.65475.3143287-1.65475.3143287,0,0-.2545625-.1392678-.8715166-.3133701-.2056514-.0580263-.45161-.1199335-.7417103-.1818407-.0725718-.0154768-.1478558-.0309536-.2259453-.0463603-.1562726-.0308367-.3238612-.0614162-.5032333-.091271-.0896861-.0149391-.1823648-.0296911-.2780362-.044186-.7651839-.116076-1.723394-.2166518-2.9064271-.2708206-.1478558-.0067565-.2992653-.0128116-.4542286-.0180719-.4648899-.0157807-.9619509-.0244777-1.4928662-.0244777-2.2979834,0-5.6626604.5100564-9.4552869,1.8161627-1.4587313.5023414-2.9807758,1.1224654-4.5297543,1.876597-.9294058.4524977-1.8684441.9532259-2.8094464,1.5057149-.7546161.4430994-1.510074.9238621-2.2630067,1.4353679-2.6895533,1.8270806-5.3431012,4.0977048-7.7752864,6.9033072-7.4905167,8.6407533-11.5702508,16.5975816-15.2487824,29.3884316-1.1568474,2.8028671-6.5026607,16.3508646-7.936235,30.6258274-2.2792793,22.6891984,2.7803616,31.3684333,2.9974225,31.7270415l.19499-.1455567c.7142153,2.4579121,1.5436478,4.8351672,2.4921317,7.1056745.1519707.3637048.3068404.724721.4648899,1.0829318.9477358,2.1492178,2.0039552,4.1973454,3.1689389,6.1233186,1.359132,2.2469414,2.8662133,4.327589,4.5217115,6.2083942,1.6554982,1.8808052,3.4594133,3.5617446,5.4121193,5.0092929l-.0000935-.0000935c.0000935.0000234.0000935.0000701.0000935.0000935,0,0-.0119706-.0113387-.0297395-.028265-.038998-.037336-.1173681-.1130835-.2360455-.2323858-.0005611-.0005845-.0009352-.0010287-.0015898-.0016365-.9963664-1.0023215-4.613081-4.8610944-8.0514521-11.2950945-.0002806-.0005611-.0005611-.0011456-.0008417-.0017067-.149165-.2790967-.297956-.5630329-.4461858-.8517851-.0005611-.0010053-.0010287-.0020807-.0015898-.003086-.1481363-.2887054-.295805-.5822269-.4426321-.8805411-.000187-.0003507-.0003741-.0007014-.0004676-.001052-.1469206-.2985713-.2931865-.6019587-.4382366-.9100919-.0006546-.0012858-.0012158-.0025951-.0017769-.0038809-.1449566-.3077124-.288791-.6201474-.4314096-.937375-.0002806-.0006312-.0005611-.0012625-.0008417-.0019171-.1428992-.3178822-.2845826-.6405104-.4247697-.9678844.0000935.000187.000187.0004208.0002806.0006079.0357248.0804466.0743487.1658963.1158718.2572375.0131864.0288495.0266533.0581432.0404008.0880448.036473.0795816.0740682.1606127.1148431.247395.0231931.0493528.0480695.1013707.0725718.1529678.0374082.0785296.0741617.1557967.114656.2393293.0404008.0832287.0843554.1717878.1279359.2597858.0302071.060972.0580762.1184139.0897796.1815835.077996.1551654.1609486.3174614.2482032.4851579.0210421.0404688.0441416.0832988.0657448.1244456.0705144.1343349.1429927.2709375.2193053.4122627.0297395.0549871.0608818.1114937.091463.1674861.073133.1337504.1481363.2694413.2263194.4086156.0333868.0594758.0673347.1192789.1016567.1796665.0825785.1452294.1678691.292937.2558718.4432163.0326386.0556884.0647161.1108158.0981029.1671822.1007215.1702448.2053708.3434821.3129193.5192443.0235671.0384582.0459185.0759345.0697662.1146499.2745759.4451567.5704745.9056266.889005,1.3775754.0083233.0123207.0172078.0248283.0255311.037149.1460789.2158803.2971143.4339115.4524517.6537428.0341349.0483475.0694857.0969053.1040882.1454165.1335471.1871009.2700869.3750202.4103675.5641551.0437675.0589615.0879092.1178294.1323314.1769311.1384102.1843656.2801871.3691521.4250502.5546866.0450768.0576756.0895925.1151408.1352305.1728866.1592652.2014088.3226454.403028.4894858.6049278.032171.038879.0632198.0776645.0955779.116567.4094323.491026.841029.981678,1.2960058,1.4676074.0303941.0324732.0620975.064549.0927722.0969755.1909687.2023206.3855846.4035657.5846896.6036419.0621911.0624917.1257849.1243287.1887242.1865632.1724516.1704786.3475218.3398116.5259588.5079523.0749098.0706041.1503808.1407641.2263194.2108772.1748832.1614076.352759.3210618.5331598.4796873.0781831.0687104.155805.1375612.2350168.2056871.1945224.1673224.3931598.3320966.5940416.4955849.0663995.0540753.1313962.1090623.1985438.1626934.5406415.4317372,1.1038213.8482315,1.6902878,1.2449706.0774349.052392.1573013.1024461.2355779.1541134.2141617.1414888.4301939.2811774.6504344.4170787.1056781.0652504.21332.1283967.3204944.1922911.1991049.1187646.4001738.2354484.6042353.3492567.1177422.0656946.2363261.1303137.3556581.1942783.2026587.108548.408123.2138464.6155513.3171575.1205478.0600836.2405345.1205414.3626721.1787547.2243554.1069349.4527323.2088433.6825119.3092321.1079225.0471551.2139747.0964144.3230195.1420733.3400402.1422603.6845694.2786759,1.0362061.4055997l-.0003741-.0001637c.000187.0000468.0002806.0000935.0003741.0001403,0,0-2.243835-1.0926574-4.7285787-2.8702917-.7453576-.533295-1.512412-1.12824-2.2472018-1.7738002-.1300869-.114346-.258958-.2305155-.3867069-.3479474-.593761-.5456624-1.1591854-1.1240552-1.665879-1.729544.0042084.0037874,5.7216718,5.0742394,9.3805641,6.386354v-.0000234.0000234s-2.0039552-1.1982596-3.8102083-2.4392792c-.1720775-.1181801-.3422847-.2367576-.5088445-.3547273-.499586-.3538857-.9659722-.7023007-1.3477225-1.0182659-.1908751-.1579709-.3606147-.3078527-.5027657-.4462321,0,0,5.2995207,3.712281,9.5337505,4.6447231,0,0-4.8730677-3.1264771-8.4147789-8.1715865,0,0,4.764397,5.1586136,8.8553535,7.7402233,0,0-1.9990921-1.7277672-3.5596671-3.4971488,0,0,3.5173959,3.3021692,6.0964081,3.6776803,0,0-1.0888581-.7439852-1.9120247-1.8728798,0,0,1.5195195,1.6730607,4.5379841,2.0060691,0,0-2.0080701-.8539593-3.3998408-2.0879184,0,0,5.7546845,3.6767919,9.6193217,2.6110436,0,0-4.4598945-1.6175827-7.9810312-5.310319,0,0,6.2756867,4.605774,10.9264564,4.2799897,0,0-2.5836882-.6677234-4.5915713-2.0081732,0,0,1.1362729.5406359,2.470435.9686092.0173013.0069435.0339479.0151495.0513427.0220229,0,0-.0106613-.0055642-.0265598-.0139806.8810557.2811541,1.84469.5120202,2.6261465.50337,3.1237685-1.223275,8.1553533-5.4401184,8.1553533-5.4401184-1.6420312,2.866668-4.0828203,4.651503-4.0828203,4.651503,3.9338423-1.6351402,6.6464951-4.650638,6.6464951-4.650638-.8885374,1.6762636-4.7144571,4.7416285-4.7144571,4.7416285,3.8781041-1.8959547,9.3053737-7.9934396,9.3053737-7.9934396-1.4784641,2.3182936-5.6042102,6.2899396-5.6042102,6.2899396,2.8192661-.9366971,6.2295811-2.4507115,6.2295811-2.4507115-1.4741621,1.4096746-4.1178904,2.219027-4.1178904,2.219027,4.4852386-.245361,7.3084325-1.5909776,8.6873909-2.4530961-.1410288.2146412-.2724249.4100417-.3975552.593589-1.971036,1.6086754-4.246481,2.6929631-4.246481,2.6929631,7.7542443-.2215146,12.0057753-4.1973688,12.0057753-4.1973688-2.0119044,2.769973-7.308339,4.1951478-7.308339,4.1951478,5.4670158-.1221077,8.7744584-3.1356183,8.7744584-3.1356183-1.6548435,1.7345003-4.9541499,3.0565744-4.9541499,3.0565744,8.0651996-.9988147,10.9619006-3.6942092,10.9619006-3.6942092-.9477358,1.3543368-5.1963677,3.5759356-5.1963677,3.5759356,3.1822188-.6735915,7.3191874-4.0040725,7.3191874-4.0040725-2.7222854,3.0888372-9.4458413,5.8627145-9.4458413,5.8627145,5.2395741.0708379,7.6047987-2.1111804,7.6047987-2.1111804-1.3604413,1.3491234-4.8987858,2.4732487-4.8987858,2.4732487,5.1856129-.4507443,8.9680456-2.9402178,8.9680456-2.9402178-2.5436615,2.2456555-6.614137,3.362814-6.614137,3.362814,3.7126665-.0146819,6.7248652-1.3419928,6.7248652-1.3419928-1.1252375,1.2878006-3.9015777,2.6831907-3.9015777,2.6831907,3.1018847-.366557,6.2834489-2.5380782,7.5096884-3.4560722-.5955379.5803332-1.2170745,1.1444883-1.8622718,1.6908754-.9091118.6958715-1.7697801,1.2905126-2.1461062,1.5461837-.0014963.0010053-.0032732.002221-.0047695.0032029-.0303941.0206669-.0577021.0391128-.0813628.0551273-.0232866.0156872-.0468537.0315848-.0626587.0421988-.0139345.0093048-.0238477.0159444-.031984.021415-.0057983.0038575-.018143.0120869-.018143.0120869.1337342-.0473422.2663461-.0990094.398958-.151004.000187-.0000935.0004676-.0002338.0007482-.0003273.1644089-.0645023.327789-.1325113.490234-.2036999.0018704-.0008416.0038343-.0016131.0057983-.0024548.1619773-.0710951.322926-.1452996.4827523-.2224731.0022445-.001052.0043955-.002034.0066399-.0031094.1600134-.0773139.3187175-.1574566.4763929-.2402878.0018704-.0009819.0038343-.0019171.0057047-.0029224.1574884-.0828313.3136674-.1682108.4685372-.2559984.002151-.0012157.0043019-.0023846.0064529-.0036003.1545892-.0876941.3077756-.1776091.4596528-.269675.0024315-.0014729.0048631-.0029224.0072946-.0043952.1522512-.0924166.3030061-.1867269.4523582-.283001.0014963-.0009585.0029927-.0019404.0045825-.0029224.3013227-.1943951.5960991-.3956871.8842354-.6024029.0003741-.0003273.0008417-.0006079.0012158-.0009118,2.5993996-1.8655856,4.6243969-4.1375189,5.4735622-5.1567901.000187-.0003039.0003741-.0005611.0006546-.000865.0468537-.056156.0902472-.1086649.1297128-.1569188.0018704-.0021976.0031797-.0038809.0050501-.0060785.03666-.044864.070982-.0869927.1011891-.1244222.0116901-.0145416.0205745-.0257167.0313293-.0390894.0193587-.024127.0392786-.0489086.0552706-.0691079.0740682-.0932349.1126921-.1439202.1129726-.1442241-.4066267,1.0206037-1.3307018,2.1719187-2.426948,3.2866924-2.5948171,2.6386774-6.1609372,5.0712469-6.1609372,5.0712469.0000935-.0000234.0000935-.0000468.000187-.0000701l-.000187.0000935c1.6035944-.5913914,3.1347104-1.4958724,4.5483648-2.5481311.2020041-.150326.4015766-.3036445.5985306-.4595347,4.7276434-3.739985,7.9996418-8.938857,8.0014187-8.9415923-.4657316,1.419821-1.370261,2.9484238-2.3939353,4.3792095-.2048097.2861805-.4142954.5684334-.6260256.8451221-.4234604.5533774-.8557117,1.0844981-1.2762729,1.5801064-1.6825256,1.9824564-3.1787585,3.3969471-3.1787585,3.3969471.5103408-.1368598,1.0259188-.3252466,1.5446765-.5626588.8645961-.3956637,1.7380767-.9275325,2.6110897-1.5839639.3492987-.2625679.6984104-.5450779,1.0469609-.846782,3.1364873-2.7152665,6.2195744-6.9850163,8.8156073-12.2683561.1442085-.2935215.2869206-.5901523.4280429-.8898458,4.9400283-10.4888982,7.9474574-24.6964365,5.8348315-38.6462696-.5098732-3.3671624-1.0263864-6.6188801-1.5558054-9.7626108.7300203,2.1557639,1.3648368,4.3456609,1.748738,5.7260417.2852372,1.7707142.511276,3.4021372.6769942,4.880569.859359,7.6690814-.0442352,18.8567034-1.7422851,26.0096499-1.5659056,6.5972313-5.8145376,16.6383076-10.881473,23.2151057-1.0415367,1.3519522-3.8773559,4.7596068-3.8773559,4.7596068,0,0,3.2889256-2.9585936,4.3697409-4.3691332,5.1215514-6.6840369,9.3997358-16.7904571,10.9764898-23.432529,1.7116104-7.2130536,2.6265205-18.497838,1.7561261-26.2603881ZM204.3998989,126.5475312c.9640083-9.6021618,3.7111702-18.8712918,5.7412176-24.7216389-.2225786.8797929-.4452506,1.7752029-.6687644,2.6988546-3.0305287,12.5218296-5.0323329,24.2018335-5.096862,34.5478401v.003273c-.0057983.939409.0043019,1.8678767.0311423,2.7849121.0267468.9181342.0703273,1.8248596.1312091,2.7198254.1827389,2.6848974.5218439,5.2639354,1.0357385,7.7271078.2283768,1.0945043.4799467,2.1761736.7506883,3.2457093-1.3740953-3.8794398-3.5371287-12.944075-1.9243693-29.0058835ZM313.0649967,116.8800723c-.7497531-4.2959107-1.5296197-8.3759176-2.3580235-12.2413535,1.7407888,6.5309055,3.0323056,12.212504,3.9331876,17.0199439-.4546027-1.3949927-1.0055314-3.063401-1.5751642-4.7785904Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* CURLY LOB */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M302.8958567,152.50009c-.005845-.6670688-.1711423-1.3900364-.6435607-2.2281448-.6592721-1.1694803-1.3170011-2.2672108-1.8854649-3.2580066-.066493-1.3772715-.3694524-2.7330578-.765371-3.9963107.0557382-.2569803.1072211-.5521617.1486974-.8822009,1.1491787-.8673554,2.756888-2.3758991,4.2003287-4.7946751,2.6063669-4.3675902,1.1694259-7.9983726-.4931798-9.3453217-.5144557-.4168215-1.3680165-.7196946-2.3569012-.9693807-.2537676-.5238265-.5440082-1.0788872-.8422448-1.6491675-.3668338-.8108721-.7781833-1.6227494-1.1804145-2.3709428-.1446761-.3213891-.2793454-.6405338-.3977423-.9543247-.5790783-1.5346112-1.0555648-2.8748739-1.5303679-3.9613125.36992-.7653301.710568-1.5316654.9686376-2.2283318,1.1035875-2.9795411.8255046-5.0287441-.8508954-7.51595-.5061324-.7509755-1.5795129-1.4916642-2.8295533-2.1605332-.1823648-.7336517-.4811625-1.5123311-.935204-2.3441506-2.7197136-4.9826644-5.0029208-5.2951228-5.4311273-9.2811467-.4282065-3.986024-.0621911-5.131237-2.7307724-5.8948604-.160785-.0460096-.3260823-.1015344-.4943489-.1638156-.9919242-1.3088884-2.1719646-2.5725153-3.0530437-3.2356096-1.6690353-1.2560989-4.1235016-8.3440756-5.988883-7.8954589-.357435-.7466504-1.060498-1.4186988-1.8045931-1.9061011l.2536273.1189282s-.8726155-7.2336737-2.9143296-8.5186455c-1.208307-.7604673-3.2372555-1.5502282-4.814898-2.4212307-.659389-.5851726-1.3995095-1.215934-2.1712866-1.8599513-.0104275-.0251323-.0227255-.0501009-.031493-.0753734-.5904878-1.703009-4.5005993-5.6437949-6.2835658-6.4759418-.5249768-.2450337-1.2025087-.2719662-1.9273386-.17803-3.7078034-2.3251203-9.7643952-1.6865503-11.0247463-1.0380444-.3484103-.236103-.7060323-.4492012-1.0676055-.6394583-.1215298-.0639412-.2435038-.125334-.3657115-.1841786-.2444156-.1177125-.489743-.2252552-.7343456-.3227684-.1223013-.0487683-.244439-.0949883-.3661558-.1387769-.0191951-.0068968-.0381563-.0127649-.057328-.0195213-1.5209457-.9361827-2.6788686-1.2596291-4.0137087-.7998606-.145658.050171-.2893054.1092728-.4315265.1743829-.2731263-.4700318-.6769007-.8838842-1.2569844-.8903368-1.3525155-.0150326-7.6466257-.3938167-10.1587474-1.170392-2.5121451-.7765753-5.9892103-4.4134361-9.2883997-4.5717577s-8.3199258,6.1494327-10.0725683,7.8799353-4.6966414,1.9364001-7.3171767,1.7435012c-2.6205586-.1928755-6.0676973-1.7144647-8.6984496,2.2335219-2.1608591,3.2427869-2.4310629,7.1356462-2.4587449,8.423704-1.0337044.1528042-2.0564669.3814026-2.7233375.7178009-1.2717606.6415391-2.6933175,2.1011976-3.730903,3.6452772-4.9202487,1.2829612-6.6816354,5.2387563-6.4253661,9.6661497.0281029.4856956.0928424.9956118.1831597,1.5177784-1.4481868.8044663-2.5895332,1.9371482-2.9511065,3.5413816-1.5878596.4866542-3.3140825,1.2872395-4.5103722,2.6038195-2.2342492,2.4589174-2.0655852,6.219055-1.1760191,10.1763697-.2600802.1549784-.5241117.3381985-.7884238.5653474-.58158.519595-1.2163498,1.2913776-1.3939216,2.4017795-.225805.0600603-.4589046.1164968-.7076455.1654521-2.1976593.4324386-3.626277,1.1330326-4.201521,2.9838194-2.2256453.1912156-4.0561436.6540467-3.7728001,3.6981836.0783935.8421296.297278,1.6591503.606737,2.4453811-.5311491.3276078-.9242154.4895765-.9242154.4895765,0,0,.5298398.3226048,1.302482.3684039,1.4740686,3.0404897,4.098672,5.5562411,4.7340028,7.1758578.8535373,2.1759164-2.9745567,2.0631836-5.9281649,2.4374323-2.82621.3581172-3.9302417,2.0037546-2.9936816,3.7756845-2.2323788,1.8512543-3.1942829,5.0270609-1.8989084,8.204574.6328993,1.5524492,1.3815535,2.9090071,2.0936179,4.0296255-.0700935.1090156-.1399533.2184286-.2029159.3356969-1.3095896,2.4393026-1.317609,4.6363067-.1510355,5.7364453.3426821.3231659,1.1021146.4426318,2.0022485.451469-.1086941.2764315-.2206146.5861312-.3314363.9474513-.6564665.3126454-1.2429095.8088147-1.710722,1.4257592-.4103442-.1356441-.8944525-.3452823-1.4453345-.6722355-1.8424689-1.0935458-.3002706-1.768914.5079561-1.8784673,0,0-3.3315475-.4706163-2.7561398.8677528.4014363.9337279,1.9104816,2.084435,2.7876094,2.6960257-.0842853.0728953-.1669339.1502793-.2456781.2382539-.3489246.3510335-.6520009.87486-.7386943,1.4619029-.3215231,2.0150232.8502407,4.3111303,2.0191523,6.4106914.2772646.6140689.6159721,1.1880898.9552408,1.7206601.3432199.6387102.6416201,1.242469.8410524,1.793228-.3503742.8145426-.7703743,1.5393571-1.2489182,2.188728-1.7970647.6953338-3.9658029,1.3182399-3.5575863,2.8777963-.0004208.000187-.0007949.0004208-.0012158.0006079-.1683835.1934834-.3240248.4107197-.4643756.6424508-.5622447.0324966-.8858253-.1481518-1.1097833-.7286253-.0375952-.139338-.0742786-.2862039-.1097228-.4498091,0,0-.0092585.0049096-.0237776.0133259-.0523013-.2124904-.0999967-.4551629-.1448865-.7403615,0,0-.8146562.5450545-.6541986,2.0167298-.0749098.5500576.0449833,1.3005655.6183803,2.3015778.2422178.4228533.5342353.7448268.8545894.9871019.0469472.3091853.1107749.610188.180962.9014184.2640315.9147677,1.8377695,2.4050759,2.9198005,3.8493746-1.0211493,1.2432172-2.3127596,3.2713325-2.3237015,3.4635534-.0069673.122435.2072412.2181948.5461825.294293l-.3625085.0009819.1241951.4599321s-.9861259.1528042-1.0196763.741998c-.0048631.0852393.0472278.2305389.1363761.4125432-.1459386.1061634-.2861724.2218887-.4156748.3557092-.4008518.4248405-.5030463,1.0500143-.5678559,1.5686975-.3254042,2.8660134.7017771,5.873048,2.2244997,7.9779394-1.4668442-2.1237348-2.2060996-4.9016567-1.8314101-7.7264298.0721978-.5113189.1842586-1.0707981.5308452-1.4154959.1047429-.104597.2138812-.1981825.3247496-.2874664.7582634,1.2239296,2.4375158,3.2867859,3.6864808,4.3459414,1.6735476,1.4191898,1.9071616,1.7181352,2.4312733,1.7567103.1836741.013513.4339581.009562.7290851-.0611825.0129993.2869754.07.5953191.1998063.9092503.4303575,1.0407563,1.3361961,1.8924479,1.6846532,2.6615186-1.0225521.8733404-1.1763932,1.1566453-1.1763932,1.1566453,0,0-2.6491057,2.0000373-4.3781811,2.3476809-1.7290987.3476201-2.6275259.2949008-2.6275259.2949008,0,0,.6516502,2.1038862,3.0859395,1.7078251.6575186-.1069816,1.3499436-.3113595,2.0122084-.5508992l.2063528-.0960169c-.2341751.80809-.174626,1.8177992.3588845,3.1192063.2859386.7532666.7666101,1.2544156,1.2219142,1.5783062.273103.1900233.561894.3387829.8586576.4561915.3597964.5640148.7849401,1.0929379,1.2701707,1.573233-.4589981-.4748245-.8604111-.9948636-1.199633-1.5470253.0773881.0290365.1543554.0595927.2327957.0838833.1615565.1932963.3288177.3824079.5056882.5635472-.1673781-.1791755-.3253809-.3658323-.4780763-.5562764.644566.1947926,1.3198067.2334145,1.9711062.1269238-.7468306.0490956-1.5035977-.0935154-2.2055852-.4315268-.230972-.3129493-.4435439-.6379621-.6331331-.9750384-.4662226-1.1269074-.6784671-2.3470029-.5666401-3.5898694.0427856-.4254016.1237509-.8919967.4604477-1.1892354.0446326-.039557.0915097-.0752565.1376153-.1122652l.4538779-.2111812c-.0534703.0849587-.109302.1553291-.1681263.2015257-.5247196.4121691-.7525587.7726944-.4824016,1.4295466.4201872,1.0216792.680244,2.8456504,3.7814741,4.0968397,1.142983.4611478,2.3528798.5810813,3.4264005.5503148-.1061924.688063-.3339146,1.3448684-.6918172,1.9683122-.3826154.7853424-1.0513564,1.3041191-1.7991221,1.6108496-.0487241-.0235191-.0947595-.042269-.1439279-.0665362-1.2361293-.6102348-3.6426665-2.134115-3.6426665-2.134115.6011725.9339383,1.5214834,1.7842038,2.6409461,2.497586-.5218205.0524621-1.0616436-.0067565-1.5444427-.2645785-.5292086-.2698153-.9440417-.8222108-1.1154179-1.4766784.1144456.5678255.1573715.6392012.0601804.2384409.1709787.5673112.5302139,1.0686473,1.0057418,1.3549915.5362226.3344578,1.1605648.4351973,1.7599137.3962715.0675919-.004629.1345291-.0169964.2018872-.0248985,1.0324653.6070085,2.2130902,1.098128,3.4661935,1.4354615-.3710656.0957598-.7359121.2322221-1.0830364.4268043-2.0643928,1.157183-1.3025054,4.8923987,1.5306484,6.4594831.0014496.0007949.0029693.001543.0044188.0023613.1045558.0577224.2116367.1125925.3217803.1641663.007014.003273.0142852.0062422.0213227.0095152.1047662.0485111.211473.0946142.3212192.1371403.0171844.0066864.0350935.0124375.0523948.0189602.1012125.0380608.2035472.0746253.3088745.1072855.03002.0093515.0613494.0169263.0917201.0258336.0949934.0277273.1902439.0550572.2884871.0782023.0475551.0112686.0970508.0195915.1453541.0297145.0841917.0175575.1677288.0360502.2541885.0501476.073507.0120401.1496093.0197785.2247295.0292002.0650668.0081125.1287776.0184225.1950602.024501.143811.0132558.2902873.0219761.4397797.0252725.613073.013513,1.2271747-.0093983,1.831223-.0699261.6040717-.0605045,1.1980665-.1586489,1.7709725-.2955321.2864296-.0684533.5675987-.146562.8421045-.23456.5490115-.1759492,1.0713697-.3913152,1.5559925-.6471734.1211557-.0639645.2399734-.1304774.3562426-.1995151.2325385-.1381223.45493-.2864143.6658185-.4450866.2449767-.1843189.472278-.3843249.6840316-.5968153.2402305.3274442.5152273.5808242.7825086.7709644.955498.6648711,2.0909292.8753743,3.1607325.7004538-1.0544192.0693417-2.1308858-.235238-3.0409094-.9473344-.2421945-.1957511-.4778893-.4522405-.6792387-.7591581.587051-.6582316,1.0137846-1.4403243,1.2221246-2.3539464.8523216.529531,1.6224855.9143235,2.2371717,1.019014.0385304.1712033.1096761.3268597.2318371.4468634.2180896.2061313.412916.2408489.5864898.2725273.4700335.0638243.9783637-.0162249,1.4760092-.203887.1550334.1921508.2922746.4022331.3906347.6343851.2458651,1.299116.1215765,2.5424968-.3721644,3.7307737-.4191351,1.2189499-1.4361695,1.9562955-2.4743628,2.2745051-.5251872.1489233-1.0908687.1664574-1.6115904-.0590784-.5219841-.2134723-.9608286-.729841-1.1791988-1.3796795.1572078.5678022.2038745.6358112.0774817.2370849.2104209.5606015.5924284,1.0312645,1.0652442,1.2680221.5342353.2788162,1.1311527.3078527,1.6923452.1968499.5638111-.1136446,1.1101106-.3602915,1.5971648-.7398471,1.2717372-.9518699,2.4272286-3.9764854,1.6985176-5.8216145-.0846827-.2217718-.1922546-.420983-.3093187-.6096737.7998099-.446162,1.516784-1.1587961,1.9225691-1.99625.3550035-.6958247.44995-1.6847034.2146059-2.4924427-.0773648-.2932877-.1793955-.5508057-.2999199-.7815784.2038979-.5278477.3939547-1.0890804.5642554-1.6332465,1.6353445,1.1802579,3.5725028,2.1235478,5.7866919,2.4616995,1.0016035.1529678,1.8817708.2144542,2.6539922.2093109.4633468-.003086.8878126-.0301353,1.2763197-.075841.1295024-.0152196.2550301-.0325434.3766534-.051714.4865165-.0766826.9108186-.1832434,1.2798969-.3070345.3690549-.123791.682886-.2647655.9483203-.4102053.1327288-.0727082.2533702-.146562.362789-.2199249.2735238-.1834071.4769073-.3638684.6236408-.5164856.2347596-.2442155.3245158-.417219.3245158-.417219,0,0-.0003273.0005611-.0003507.0005845.0000234-.0000234.0003273-.0005845.0003273-.0005845,0,0-.080825.15582-.3790616.3229554-.0425985.0238698-.0896393.0480202-.1415198.0719133-.1037609.0478331-.2268571.0948714-.3724918.1378183-.2184169.0643854-.4875219.1194893-.8180931.1539264-.2203575.0229347-.4680696.0367048-.7462227.0378971-.1390648.0005845-.2857516-.0019638-.4404811-.0080657-.2423114-.009562-.5079795-.036658-.7891252-.0769164-.1542619-.022093-.31327-.0482773-.4760656-.0780152-.1088344-.019872-.2188377-.0408896-.3306414-.0637541-.176473-.0360969-.3565232-.0761215-.5382333-.1186009-.2402305-.0561326-.4836174-.117128-.7277056-.1817004-.1821076-.0481604-.3644023-.0979574-.5456916-.1493207-.3040348-.0861511-.6051472-.1759025-.8973517-.2661916-.5844324-.180625-1.1332569-.3635411-1.5988248-.5246448-.0775986-.0268389-.1528825-.0530934-.2256414-.0786231-.7275186-.2552737-1.2016437-.4387509-1.201667-.4387509,0,0,.000187-.0031561.0002572-.0042316.0002806-.0047927.0010989-.0191473.0027121-.044677.0127422-.2037233.0662592-.993531.1437876-1.2081255.0207381-.0573717.0527221-.1579241.0915331-.2811774.0793754.0107075.1241016.0153131.1241016.0153131l.0255778-.4489207s-.009165-.0013794-.0115264-.00173c.0406814-.1263393.0839112-.2570972.1294089-.389819.0183534.0030159.0357949.0068266.0542185.0097957l.0407515-.2775303c.0581229-.1583683.1173447-.3100971.175491-.4391016.1392753-.3089515.3201437-.9831274.3781731-1.5848523.1300401-.0534908.2616701-.1089922.3953107-.1664107,1.2131467,1.1462183,3.2227365,2.7732695,5.2966683,3.2787436,3.3123524.8072951,3.0779669-1.2384946,2.5920349-4.1480628-.2109119-1.2627619-1.1516804-2.6425817-2.1489118-3.8003725.3889514-.5037207.6199234-.8425738.6199234-.8425738,0,0,2.6023221-1.0186633,4.1148978-2.0032636.0847762.4913066.1343187.7971721.1343187.7971721,0,0,.0409619-.4141096.1269773-.974828.348948-.2492419.6134003-.492195.7298099-.7112314.6000737-1.1291518,2.2969079-6.0936508,1.9968009-8.482268-.1907349-1.5180589-1.2579663-4.3426917-1.488915-4.9418917.0021977-.0743214.0035538-.1159357.0035538-.1159357,0,0,1.5230032-.3386894,1.5996899-1.6854048.0432532-.7598828-.217809-1.2190668-.4535506-1.475112h.0000234l-.0003039-.0003039c-.0427856-.0464304-.0841216-.084912-.1232599-.1185308-.0044422-.0038341-.0087208-.0078787-.0131162-.0115492-.0370575-.0310705-.070304-.0559222-.0999967-.0763086-.0052138-.003577-.0092118-.0063824-.0141216-.0096555-.0279626-.0186096-.0508283-.0326369-.0675217-.0418949-.0046293-.0025951-.0046293-.0025249-.0082532-.0044654-.013163-.0070604-.022515-.0117362-.022515-.0117362,0,0-.0121577-.026348-.0296693-.0641048-.000491-.001052-.0007715-.0016599-.0012625-.0027353-.1715632-.36983-1.0717438-2.2900286-1.3758722-2.5160553-.3366267-.2501771-1.085351-.3053044-1.085351-.3053044,0,0-.2950803-.979644-.63491-1.1737118-.0066166-.0037874-.013654-.009071-.0203407-.013022-.0413828-.0244777-.0839112-.0523686-.1267669-.0834859-.0032265-.0023145-.0064295-.0052135-.0096326-.0075747-.0400267-.0295041-.0802873-.061463-.1201971-.0966482-.007505-.0066162-.0147295-.0144715-.0221877-.0212981-.0354442-.032333-.0707248-.0658816-.1049065-.1026565-.0129058-.0139104-.0248063-.0298314-.0374549-.0443731-.0281263-.0322862-.0563694-.0644555-.0827656-.0998511-.0167402-.0224671-.0314696-.0475993-.0473213-.0713055-.0205511-.0306731-.0419673-.0602941-.0607883-.0930244-.0182832-.0317952-.0333868-.066583-.0497529-.1002719-.0136774-.0281248-.0289913-.0547299-.041149-.0841872-.0175585-.0424794-.0307916-.0883019-.0447963-.1334932-.0073881-.0237763-.0170207-.0458693-.02331-.0703937-.0182832-.0712354-.031984-.14551-.0400034-.2229173-.0646927-.6246128.2571577-.9953312.3326521-1.4405814.0754476-.4452268-.0007715-1.7468678-.3905412-1.9446061-.31327-.1589528-1.5691789-.2083523-2.4956154-.6341513-.081012-.0372425-.1589847-.0778983-.2344089-.1209154-.0107782-.0062422-.0219539-.0121102-.0326152-.0184693-.0778557-.0459628-.1524616-.0949415-.2213394-.148783-.0274249-.0093749-.0545458-.0201526-.0819239-.029808-.0279626-.0228879-.0577722-.0443029-.0839346-.0685935,0,0,3.5104754-2.6717351,4.089507-4.0378315.5790082-1.3661198-.5007316-3.5304871-.9559422-6.0996825-.4552106-2.5692188-1.1723484-7.580686-1.4833973-8.2797838-.2558017-.5748392-1.5679631-1.6069921-2.0269846-1.9562487.0324516-.0161782.062799-.0338993.0947595-.0504282.05001-.0258336.0982432-.0529765.1470842-.0796751.1218337-.0666297.2401136-.1357376.3548398-.2075341.0458016-.0286625.0922111-.056834.1368905-.0862913.1507081-.0993367.2971845-.2016426.4355011-.3096295.0008183-.0006546.0015898-.0013794.0024315-.002034.1381063-.1079168.2682399-.2211873.3944223-.3370997.0377822-.0347176.0739746-.0703937.1107282-.1057893.0910655-.0877174.1789981-.1773987.2637743-.2691373.0339947-.0367983.0685505-.0731992.1015632-.1106053.1109152-.1256847.2180428-.2536605.3180161-.3859381.0013093-.00173.0024549-.003577.0037642-.0053304.0991082-.1313891.1914129-.2667059.2801637-.4039632.0269573-.0416845.0525351-.0840236.0785571-.126199.0637809-.1034047.1248731-.2081887.1832065-.3144222.0237542-.0432743.0479993-.0862446.0708651-.1299397.0757749-.144832.1482766-.2912303.2146059-.4405277.0017535-.003951.0032031-.0080189.0049566-.0119934.0649032-.146749.1241717-.2959763.1803775-.4464425.0176052-.0471318.0339947-.0946142.0507582-.1420733.0062892-.0177913.0128357-.0354423.019008-.053257.1977255-.4094572.3705045-.8481847.4999133-1.3221909.9500036-3.4800589-.1676587-7.6194248-.9215734-8.4637987-.7539147-.8443973,1.1456951-5.1561121,1.0323016-6.6858839-.1133935-1.5297484.187298-2.4091906.4285105-3.1239756.2411891-.714785,3.0895634-.5614665,4.6852787-3.9376298s1.0047598-7.0823424,1.3533805-8.8034934,6.0848817-2.9893836,7.0983857-4.9433178c.4215666-.8127658.5618004-1.7417945.5839882-2.5518484,1.3748435-.6848367,1.8365303-2.322268,2.2773387-3.9574784.4056915-.4560045.7838646-.9880604,1.0588848-1.5980848.2901938-.6436899.5415767-1.1842791.7551539-1.6339245,1.627559-.6659933,4.3743234.2160206,6.8271765.3724952,3.2215675.2055001,4.5335418-1.3008928,4.1551583-3.4802225-.2959687-1.7046923.5781431-2.3631577,1.7964568-3.2833492.0412425-.015921.0833033-.0332681.1247328-.0495164.1101203-.0431807.2210121-.0878343.3325352-.1333763.0659319-.0269324.1315832-.0535142.1980061-.081335.1431797-.0599668.287622-.1225987.4329995-.1871243.0346961-.0154067.0687843-.0295275.1035972-.0452147.1767068-.0795582.3553542-.1636286.5352874-.2508785.0576086-.0279377.1158718-.0577691.1737843-.0865719.1279827-.0636139.2565732-.1289344.3861224-.1969201.0677088-.0355359.135628-.0719367.2037576-.108735.1277489-.0690144.2563394-.1408342.3855846-.2145477.0638277-.0364009.1273514-.0719367.1915298-.1095533.1753508-.1027033.3518939-.2096148.5299334-.3217865.01667-.0104971.0329893-.0198954.0496827-.0304626.1932365-.1225753.3883902-.2525384.5847363-.387294.0606012-.041591.1218103-.0858004.1827155-.1286304.1399065-.0983314.2803976-.199445.4218472-.3044628.0702572-.0521582.1406781-.1053217.2113094-.1591866.140982-.1075193.2828291-.2192469.4252607-.3338266.0646927-.0520413.1290815-.1027267.1940782-.1562642.2042719-.1682576.409596-.3419625.6168372-.5257202.0011222-.0010053.0022445-.0018469.0033667-.0028522.4342152-.3851666,1.2573818-.5475327,2.0866272-.5963945.0204108.1609166.0576553.2890094.132004.3652478.447612.4590204,3.6959731.4189724,4.2522325-.1428448.0498698-.0021976.0994356-.0044654.1468738-.007037.234105-.0126947.4355947-.0295509.5744491-.0475058.1735739-.0224437.4833368-.0293638.8546362-.0262544.1485104.0012391.3068638.0041147.4702907.008206.2546093.0064058.5212593.0158976.7823683.0270493.0139579.0150794.0283367.02913.0454509.0367516.1192385.0531167.301767.1241651.5189915.202905.0040214-.0127882.0088143-.0282417.0128824-.0412403.1385972.0332213.2882766.0662557.4550469.0980743.2196327.0419183.4595593.0819195.7088145.1181567.4984871.0724511,1.0342421.1298461,1.5196364.1573163.310628.0175809.5957484.0211111.8421512.0103101.0173714.0913412.0372913.1729801.062495.2355185.2650836.6575302.8854044,1.8463214,2.1617241,2.4743708.4000335.1968499,1.0076356.5018504,1.6533005.8277984.2648264,1.2270624.2348531,2.3072822-.5349133,3.4994166-1.4596898,2.260618-1.0023517,5.1580993,2.1041389,7.6476197s7.3248921,3.9248182,7.0455233,7.6961074c-.2793454,3.7713126-2.2539119,8.0979898.6764097,11.1052115.8095594.8308142,1.4311194,1.7093915,1.9145263,2.548248.6085373,2.4303485,1.3924487,4.5695601,2.1785812,5.4891205.1104008.9591641.3314831,2.1209761.3314831,2.1209761,0,0-1.0799502,1.1663709-.6872347,2.8710632.0832098.36125.1662091.6510075.2457015.8948957-.0151971.0286391-.03168.0586108-.0464563.0868291-1.6132737,3.0781531-1.9533841,7.2141056-.4783335,10.5856633-.0793053.9470773-.0883066,1.9123199-.0154542,2.8777262.1013761,1.3433722.5952807,3.1870751,1.0899335,4.8187553-.1978424.5006815-.3304777,1.0279915-.3236975,1.586746.014332,1.1828997.5148532,2.5337298.6669174,3.7309841-.5981331.8847025-1.3349804,1.8116973-1.3349804,2.5142084,0,.0339695.0040448.0755838.0057047.1127328-.7593389.4386106-1.6521081.9535298-2.1454282,2.2890233-.5070676,1.372736-.2547496,2.4927232.055481,3.2030896-1.1449469.9227399-2.1106854,1.9499131-2.5757623,3.0451421-.5097797,1.2005508-.5186642,2.4057072-.188467,3.5775721.0330361.1171982.0694155.2340457.1090682.3505191.1189112.3494671.2669072.6955676.4395927,1.0373196.0442819.0876707.0916266.1747803.1390882.2618431-2.0018042,2.8759728-2.4911498,3.7274539-2.222489,5.4789507.1670041,1.0888232.3657349,2.4133287.3513795,3.724064-.4655913,1.3190348-.9894693,2.4615359-.9388046,3.387502.0052138.0953156.0001169.2045416-.0077388.3175316-.8319341,1.3606725-1.8688416,1.913559-2.6828666,4.4660619-.8103543,2.5410006.006336,4.8433031,1.3836811,6.0169915.1136507.8068743.1100501,1.5539221-.1657649,2.0295648-.1607616.2772264-.2469874.5720104-.2802339.8768939-.1888645.1278356-.3733101.2585701-.5431899.3927413-1.3420646,1.0599036-4.3532345,5.7934663-2.8418513,10.6968998.3556581,1.15391,1.0062795,2.0990234,1.82802,2.8222949-1.1595595,1.4545152-1.5265102,2.4283613.6175386,1.5009924.326433-.1411849.6789348-.2850116,1.0523383-.4305449,2.6100376,1.1657163,5.9203092.6864732,7.7402863-1.7895108,0,0-.8890985,1.1290816-3.6892864,1.3115536,0,0,1.7842758-.5214653,3.0168279-1.8540364.4422814-.1303605.8810557-.257822,1.3141487-.3820572,3.8804187,4.2528234,10.7408651,4.8011043,10.5204843,2.100169-.1115465-1.3671952-.650224-2.7074814-1.5200339-3.9365076,3.3258895-.2649759,5.151361-2.3265464,6.1439866-4.3046076.0052371.0175809.0105912.0352085.0160855.0529531.0482098.3584679.0486306.3616474.0486306.3616474,0,0,.0122512-.0418949.035678-.1083376.3320676.9286781.9213396,2.0000841,1.15147,2.8042464,1.2609356,4.4060952-4.2002819,2.992189-4.2002819,2.992189,0,0,1.9115103,2.3993014,4.5911504,1.7019336.205324.1910052.4420242.3498879.7035306.4619193.6674551.2974725,1.4218141.3435288,2.1352579.2466235.7168105-.0995471,1.4155014-.3343643,2.0433273-.7055971.5378358-.3052109,1.0647064-.8395345,1.5017506-1.4835518,1.0147198.4029111,2.1128363.5448441,3.1587685.4502065-1.0232067.010123-2.0660761-.2039337-3.0269983-.6515686.810892-1.2935518,1.245154-2.9631759.6927992-4.1693843-.1001604-.2266112-.2259219-.4346362-.3678625-.6287742.2957349-.1243054.5831465-.2705401.8555714-.4371144.9447665.8883262,1.9084943,1.7546529,2.9059829,2.582989,1.6579297,1.9789262.3200268,5.1447032-1.2662663,6.5052355-.7441419.6735213-1.6812631,1.1588663-2.719737,1.3257211,2.1309325-.1049009,4.0528704-1.5306601,5.0049081-3.4618.680735-1.4735456.8082968-3.4766923-.1829727-4.9220197-.9236543-.9238153-1.8397334-1.8549482-2.7542226-2.7875306.2493722-.2406151.4688178-.4994892.6451037-.7735127.269105-.3978847.4290716-.8957607.4692854-1.4031986.1272345-.0341097.2492786-.0716562.3605212-.1157721.776687-.3354164,1.1464666-.921945,1.3178895-1.7196782.0446092-.2317312.0368938-.5069704-.0222579-.7793574.5350302-.2040974,1.0644492-.4399666,1.5603879-.8046533-.1656246,1.5134066-1.061176,2.6393554-1.6767273,3.0699471,2.328471.9182979,7.333683-.5294842,5.4363411-5.9925373.0000468-.0001637.0623781-.8059859.0854776-1.862897.0058918-.0026886.011503-.0049329.017348-.0076215,7.4301493-3.4038906,6.5848184-10.4637192,5.8784588-16.4989462-.1609019-1.3750271-.5759454-2.4421314-1.1186911-3.2744653.2897262-.8244084.473073-1.7022843.4532934-2.5795289.7072948-.9137858,1.2530799-1.8860654,1.5282169-2.9261905,1.02648-3.880562.054803-6.5928594-3.4640425-10.5513197ZM164.8001917,206.4983628c.0215798-1.7051365,5.0642234-2.1278261,5.0642234-2.1278261,0,0-.1250602-.0572314-.3442018-.1406472.6464598-.0522284,1.2493391-.1574332,1.8157454-.305772-.0708183.5347445-.2064697,1.0603244-.4155112,1.5755475-.4088244,1.2223399-1.419593,1.9678213-2.4550275,2.2943771-.5239013.1531081-1.0893958.1752011-1.6119878-.0461732-.5237376-.2092641-.9669075-.722126-1.1907252-1.3701877.1621644.5672177.2093688.634502.0790481.2351912.2150502.5594559.6011258,1.027594,1.0762562,1.2607279.5365499.2745145,1.1336777.2987817,1.6939117.1832668.5628058-.1181567,1.1069776-.3691988,1.5908054-.7526587.8111258-.6175524,1.5642457-2.0886198,1.8048737-3.5495642.0873247-.0289664.1762158-.0561092.2615999-.0873668.1793254.3361645.4225018.6220645.7152674.8117137.1018437.0683598.2078491.124469.3157015.1741257.6134471,1.8136144-.5398933,3.4927068-1.7329331,3.9427264-1.8544628.6995186-6.6886494-.3923673-6.6670462-2.0974804ZM302.9220892,130.9564552c.0330127.0490722.0639212.1011135.0952973.1525704.0307215.0504983.0611623.1013941.0901537.1543004.0280094.0510594.0547094.1038021.0809887.157176.0293654.0598265.057328.1215233.0843554.184389.0226319.052579.0450768.1052983.0659786.1600984.0281029.0739473.0533534.151495.0780428.2296505.0156179.0493761.0326386.0970456.0468537.1481284.0360521.1301033.0681764.2648824.0942686.4067453.0048163.0263246.0072946.0553611.0117836.0821065.0201069.1205647.0373146.2444259.0496593.3738045.0052371.0550806.0074816.1134576.0112692.170198.0071076.107192.012485.2163011.0139813.3295717.0009352.0653906.0000468.1326516-.000982.2001463-.0017301.1133173-.0065464.2299544-.0139813.3493268-.0043487.070534-.0087909.1411381-.0151971.2138697-.0116433.1312255-.0282432.2676411-.046807.4061374-.0088377.0660686-.0157114.1300332-.0261857.1977851-.0324516.2091472-.0708885.4245599-.1196594.6504464-.1048831.4860463-.2715833.9372815-.4829394,1.354781-.1056781.2087498-.2225318.4090598-.3484103.6010936-.2517569.3840678-.5396595.7349376-.8466402,1.0537783-.4604477.4782612-.9638213.8844219-1.4523719,1.2221996-.0814563.0562963-.1624917.1107222-.2428257.1632311-.0807081.0527661-.1607148.1035683-.2397863.152547-.0360989-.5158076-.1191918-1.0682498-.2510555-1.6421773.0016834-.0159678.0041149-.0314446.0057047-.0474824.1781564-1.7907499,2.127823-6.3787793,2.3425926-8.4892115.0615832.0480903.1227923.0976067.1833935.1488999.0123447.0104503.0245491.0211579.036847.0317485.062004.0534908.1234937.1084545.1839079.1657794.0147295.0140273.0290848.028943.0437208.0432041.1706747.1659898.3319974.3500515.4806014.5537748.0293654.0402116.0592919.0794881.0874416.121383ZM294.6178514,111.9989657c.0904342.0518777.1781564.1031475.2631664.1538095.5032333.3000442.9057451.5771069,1.1240685.8013569.1164329.1196062.181149.2243435.1821777.3098633.0034135.2818321-.3133401,1.1128333-.7742087,2.1563483-.3608017-.3746928-.8056783-.8152205-1.2800138-1.2779348-.3235806-.650049-.5678559-1.2574315-.6824184-1.8174485.1256447-.2481899.2495124-.5027622.3674884-.7650963.079165.0418481.1566934.0834391.2338945.1250301.1969072.10614.386099.2110409.5658452.3140715ZM258.0853215,203.9437323c-.0965364-.1673692-.1865031-.341752-.2657148-.525276-.0937308-.2171428-.1750936-.4443151-.2435739-.6785244-.2739213-.9368841-.3415365-1.986501-.1677522-2.9569805.0434402-.2426257.101984-.4802717.1761457-.7100157.0320775-.0993134.0684336-.1963823.1063795-.2925162.0078791-.02055.0158283-.0411468.0239178-.0618137.0884703-.2151088.1915298-.4214973.3107917-.6157288.2445792-.3983289.5549968-.7468842.9355781-1.0217259.2026587-.1463516.408614-.2955788.6161358-.4472608,1.7767708,1.802112,4.1898544,3.224154,5.3431012,3.232734-.0170207.1585787-.0414295.3504724-.0761957.568223-2.2205251.4462321-4.0980875.8850064-4.0980875.8850064,0,0-1.2963331,1.2135728-2.6607256,2.6238786ZM292.3232348,112.387452c-.9478761-.9235815-1.7137614-1.6952239-1.7920614-1.9098885-.0380862-.1044567-.0761724-.2505278-.1128324-.4327659,1.0278594.7763649,1.7994027,1.4861468,1.9165838,1.9374522.0223514.0861043.0389045.1726528.0530261.2595052-.0216032.0490255-.0431129.0972093-.0647161.145697ZM265.1780725,199.838897c.0836774-.0208306.1601069-.049306.2194924-.0951285.0629626-.0485813.1228624-.082504.18164-.1097403.0574215.0846314.1154042.1639325.1739246.2369447.0887742.1107456.1822946.2213276.2779426.3316991-.2160321.0410533-.4313395.0825507-.644753.1244222-.0615832-.159397-.1306012-.3219502-.2082466-.4881972ZM155.0739762,147.9789007c.2485305.0170666.497435.0096788.7466669-.0178147.1661858.2187559.3384737.4252847.5066935.6170614-.656747.3969963-1.3095662.7369014-1.7989585.9737058-.016483-.0955026-.0331296-.191052-.0383901-.2790733-.014145-.2364537.0119239-.4464659.0765932-.6332162.0917201-.2648122.2648965-.4808095.507395-.660663ZM167.7371533,105.6506257c-.1614162-.2047987-.3254744-.4064179-.487405-.610679.5510222-.4083116,1.0326991-.9596551,1.4270512-1.7282348.0241049-.0469681.0477655-.095035.0712158-.143663.2275351-.064362.4637209-.1364624.7201071-.2274061.4711324-.1671354,1.1054346-.6294288,1.8297267-1.2736798-.1217869,1.5410637-.5482634,2.9457119-3.1327465,3.9106973-.1313728.0490488-.2590983.0969989-.3877356.1452294-.0136774-.0236828-.0259519-.0496099-.0402138-.072264ZM155.5385389,151.8729523c-.0141917-.153903.0058216-.2631523.0533534-.3343643.0021276-.0031328.003998-.0065695.0062425-.0095386.0233801-.0316316.0531897-.0543792.0884937-.0692482.005167-.0021275.0109886-.0033899.0164128-.0051901.03002-.0100997.0650668-.0129519.1023347-.0125077-.046503.1590931-.0840281.3367022-.1071978.5416412-.0168804.1492973-.0236373.2969815-.026326.4437072-.0771076-.2262371-.1199633-.4095273-.1333367-.554523l.0000234.0000234ZM163.0137416,112.5005355c.0096092.4604699.0757281.7895506.0757281.7895506,0,0-.039185-.447214-.0052371-1.0621947.0142852-.0482539.0313995-.0944973.0474148-.1415589.3388478,1.1757458.6462026,2.2934887.3908685,2.8415825-.040167.0862446-.0814095.1793625-.1226754.2755198-.1923949-.6088554-.3644724-1.2289093-.5010589-1.8684612.0172311-.2818788.0544289-.5640615.11496-.834438ZM159.0152534,108.2569c.0467602-.3548208.4127757-.6433626.9621379-.8917395-.1425952.6306445-.4124717,1.1837881-.7505714,1.659688-.152298-.3369828-.2332633-.6033848-.2115665-.7679485ZM160.2383132,110.5445206c1.1302642-1.2094347,1.1783103-2.5559163,1.5150773-3.7515341.7474852-.1873815,1.5631935-.3569015,2.337636-.5291102,1.0844158-.2411528,2.0836814-.5111084,2.9363303-1.0695591.1593588.2105032.3200034.4194867.479105.6303406-2.9420818,1.1093499-5.0717518,2.038706-4.9750283,3.620823.0357716.5851726.2193989,1.3018981.425284,2.0297986-.2808184.5551074-.4170075,1.21044-.4617102,1.8491269.101002.5550139.233123,1.093499.3795058,1.6244327-.7570477-1.2689573-1.897529-2.9286453-2.7437016-4.3007267.0358183-.0360034.0717535-.0653205.1075017-.1035917ZM153.5672456,168.2807444s.2695492.5236161.6940851,1.1520163c-.3563361-.0378504-.6966335-.0909671-1.0183437-.1548849-.1409586-.2388383-.2476888-.5115994-.3083602-.8050975.3876655-.0952922.6326188-.1920339.6326188-.1920339ZM172.5685576,203.5075531c.2475485.3154976.4297496.633637.5584571.9490878-.0659085-.0290599-.1309987-.0615331-.1949199-.0981678-.2818705-.1541368-.5266602-.403215-.7167638-.709665.1198464-.0446536.2371911-.0922062.3532266-.141255ZM269.7372857,203.6814216c.4402473.4099949.6029027.6357177.2479927.5823204-.2623715-.0394635-.5917504-.1910286-.9380564-.3958741.2367001-.0642918.4670643-.1265497.6900637-.1864463ZM282.7943473,195.6843817l-.8887712.7960966c.1070809-.3852133.1828558-.725399.2346661-.9980899.3760923.1395717.6541051.2019933.6541051.2019933ZM289.0653346,196.7714281c-.2278858.0926504-.452592.1900701-.6706348.2942462.139626-.3335694.2299901-.5428102.2299901-.5428102,0,0,.1839313.0303457.4535272.0380841-.0064529.0698326-.0114796.1398523-.0128824.2104798ZM172.5582704,90.1452806c-.0872078.0227242-.1743688.0455654-.2604543.0716094-.4059487.1228091-.7645761.2900614-1.0908921.4849241.3233-.530209.7961626-1.0869295,1.4814801-1.562923-.0419439.3226983-.0854543.6591901-.1301336,1.0063894ZM166.2564681,103.7954671c-.0449833-.0560391-.0895692-.1126159-.1345759-.1686083.2662058-.0374763.5342821-.0681727.8154979-.1034748-.2040849.1045035-.4306147.1934366-.6809221.2720831ZM164.0711301,121.1384833c.020668-.0130922.0353507-.0277273.0551537-.0410299.2692452.667022.4569173,1.4048585.4084036,2.3142959-1.0607084-.1072855-2.9559695-.2369213-5.151361-.1074024.0981263-.1897428.2073581-.3678195.3262927-.5282919.5686976-.31503,1.1352208-.6362087,1.7010426-.9593278,1.0121713-.0860576,1.947048-.2265644,2.6604684-.6782439ZM161.899259,128.0870753c-.5085406.3455628-1.0743858.5928877-1.66139.7852255-.3268304-.4263134-.6283402-.870231-.8662327-1.3611635.9536042.1641195,1.8609625.390684,2.5276227.575938ZM152.9103349,168.4786697c.0247829.3231191.0391149.3212956.0092351-.0022444.0003741-.0000935.0007715-.000187.0011456-.0002805.042014.2765952.1250134.5426231.2410255.7849917-.8296663-.1709695-1.5308355-.4082883-2.0547835-.6209657.6897597.0554313,1.3430465-.0501476,1.8033773-.1615011ZM154.7409267,170.0901506c.0635004.0800492.1291984.1591165.1960421.2372953-.3358551-.0384582-.6636442-.1445982-.9648266-.3250128.2448832.0391596.5011057.0690144.7687845.0877174ZM268.1750274,147.638341c-.0359352.0854497-.0669606.1713904-.0942919.2576817-.0297629-.2255825-.0526052-.4787521-.0592919-.7588074.0588243.1869139.1124115.3597771.1535839.5011257ZM287.5121711,199.2771032c.1475051.0460797.291807.1139485.4323916.2080016-.1919506.0527661-.3725385.0792075-.5380463.0751864.0350234-.0947311.0700468-.1887375.1056547-.283188ZM288.3840618,198.8234366c-.1852172-.1103949-.3783134-.2101057-.5844791-.2928669.0082532-.0209942.016179-.0406558.0243854-.0614864.3816801-.4486402.8230029-.8400723,1.2776056-1.1526007.075471.4856021.2724951.9325122.5113462,1.3191517-.2565265.1781235-.5263562.3476903-.7978927.4918443-.1385739-.1088987-.2823147-.210924-.4309654-.304042ZM290.8057493,196.0692677c.1120141-.1036384.2085739-.2277334.2823147-.3772411.0204342-.0240568.040167-.0505451.060835-.073807.023006.0565301.0499399.1088753.0699533.1684914.0223514.0642918.0409619.1286071.056159.1929457-.1711891.0598031-.3466801.1198867-.5253509.1808354.0173948-.0306497.0368938-.0609253.0560889-.0912243ZM291.1015777,193.5772926c-.1451437-.1163799-.2937476-.228879-.4473549-.3359073.3479894-.1500922.686393-.3078995,1.0129663-.4749881.1487442.1072154.2996394.2119527.4545092.3183498-.3418171.1349895-.6835406.2872559-1.0201206.4925456ZM288.6221648,98.2024977c1.6819177,2.9433272,3.8495804,4.1696415,4.7717851,7.1228346.0397462.1273914.0692986.2548295.1003474.3822676-1.3374353-.6409312-2.7597637-1.190568-3.8602651-1.5838938-.2451871-.5683165-.5530797-1.1472002-.8691085-1.7027519.028664-1.6103586.1462893-2.9148985-1.5929798-5.2292412-.030324-1.431791-.1044857-3.2267023-.2848865-4.5052917.3700135,1.6083481.5397998,3.4243237,1.7351074,5.5160763ZM272.7462346,74.8331618c-.2450001-.0843509-.4738913-.1378651-.672552-.1543706-2.5526394-3.31968-1.6131334-5.5141358-3.1839957-7.6674449-.1322145-.1812329-.3158652-.3939804-.5359654-.6287274.9808654.5449376,1.9071382,1.0337193,2.551938,1.4859598,1.8221749,1.2779815,1.8428897,6.4606988,1.8405751,6.9645831ZM263.5213118,62.093792c-2.1581236-1.7787799-4.4055124-3.5592664-5.6768989-4.6398136,2.5192059.7668263,4.7926167,2.6215641,5.6768989,4.6398136ZM194.2969479,56.4210306c3.0380571-.5370823,8.1976713,1.2795947,10.2767701.4183645,2.0790755-.8612535,5.893422-4.4685401,9.7922409-8.2386838,3.8987955-3.7701203,6.3977308-.1207284,9.9466899,2.253581s8.3234562,1.7114722,11.1590416,2.089251c.8117337.1081506,1.3181935.3673051,1.6289852.6817974-.2352272.1559136-.466737.3219502-.694576.4950238-.1583768.0444432-.3229727.0848652-.4938579.1214064-1.3288782.1317866-3.2227599.1711799-5.159357-.2931942-1.0886476-.2610483-2.5104851-.5057313-4.0841997-.6437133-2.5736347-.7867685-5.7928642-1.6671693-7.6446617-1.1212029-2.7529367.8116202-3.2289556,2.1289483-6.1495978,2.3647708-2.9206422.2357991-11.5492087,3.8831804-14.3045536,6.497801-3.5132342.0794881-5.7231448,5.4389962-6.1224535,5.409609-.2139045-.0157573-1.5238448.0173471-2.9637551.1873815-.2714664-3.1696579,1.9361997-9.713562,4.8132848-10.2221923ZM177.8025907,75.4079308c.7200837-1.6228663,2.1373854-2.5864491,3.835038-3.1303814-.101306.1934132-.1972813.3857744-.2810288.5745353-3.4925195,3.2365448-3.8096004,7.0449363-3.4997439,8.6454992-.0600401.0214618-.1190515.0449809-.1787175.0672142-.4911224-2.2344805-.6191285-4.4810712.1244523-6.1568672ZM177.0059371,76.1945123s-.1143287,2.3848532.3399934,5.4981915c-.2382432.0959234-.472278.1985332-.7008887.3080865-.3702239-2.155343-.3832934-4.2548106.3608952-5.806278ZM167.8383657,93.2695601c.4974584-2.9831882,2.1426226-5.0464185,5.0534218-5.6798685-.0227488.1712735-.0464796.3508698-.0712158.5388591-1.1503243.7268017-2.6632974,2.059256-3.2657091,4.2545067-.2600335.4384002-.4583669.9094607-.6086308,1.3934497-.8035974,1.1082043-1.0035908,2.626497-.9428727,4.2822107-.2608985-1.3034411-.4546494-3.052109-.1649934-4.7891577ZM166.7361576,99.2717762c.250471-.2260267.5021344-.410065.751039-.5679892.1109152.487262.2322112.9771658.361433,1.468075-.5209554.5999013-1.3203444,1.0438657-2.3948004,1.3513911.1595458-.9917776.7345093-1.7426128,1.2823284-2.2514769ZM165.8657398,103.6660417c.0507582.0664193.1011189.1332828.1518304.1997489-.6092153.1691694-1.3389316.2995298-2.179002.4732815.7817838-.4029111,1.4103344-.5712622,2.0271717-.6730304ZM156.7635159,122.7136568c.9904278-.5385085,2.1361463-.6975314,3.2640024-.7908832-.2320241.1322775-.4651471.2613054-.6967036.3949857-.2337075.3143754-.4285806.6615981-.5843155,1.0313814-.612395.049493-1.242629.1195127-1.8811629.2172363-.2822212.0432041-.5574284.101885-.8251305.1747102.0792118-.4354077.2992419-.7968681.7233102-1.0274304ZM155.6106665,122.7133295c-.1311156.4178268-.1905011.8297388-.1952706,1.2312004-.1592652.0593589-.3161457.1226688-.4688412.1923846.1518771-1.0248587.6641118-1.423585.6641118-1.423585ZM155.1811273,127.6851695c.644075.8363316,1.1432869,1.4199145,1.1432869,1.4199145-.3222246-.5772005-.5760623-1.1061703-.7763596-1.5926609.2998732-.1053217.6463897-.1682342,1.0225053-.1982059.7660724,1.1275854,1.6304581,1.8444978,1.6304581,1.8444978,0,0-.5878225-.80982-1.1553978-1.8662402.5252573-.005798,1.0897699.0401649,1.6545162.1157019.2475719.6124558.5956315,1.1352536.9746696,1.6324984-1.6548202.451282-3.3744733.5968153-4.3537021,1.399271-.8516669.6979288-1.0590017,2.5611298-.9640317,4.5275483-.0717769-.1485492-.1448865-.2971686-.2208017-.4449463-.8992221-1.7506084-.9233269-5.7149134,1.0448567-6.8373788ZM154.2780475,138.3727645c.1527188.2175636.2996628.4203284.4413695.610375.1964864.8508967.6024584,1.635187,1.0282335,2.4055435.0464563.0990796.0916032.1921975.1364229.2836088-.422455-.0303457-.8600136-.1550719-1.2925455-.4388912-1.395301-.9155158-1.0695461-1.9834617-.3134804-2.8606362ZM151.8826159,149.0672096c.0456146-.290342.1801671-.5775278.361924-.8263489-.2894924,1.1619289-.2158919,2.4623541.387268,3.7117199-.0157114.1957044-.0187041.4036592-.0079025.6241919-.5604444-1.1993351-.9195861-2.3797566-.7412895-3.509563ZM155.5713411,159.15834c.1461023.2957658.2390382.5663994.2577422.811176-.0761256.0790439-.1552205.1574332-.2479694.2325261-.21332.1726996-.4832199.3281456-.7861091.4742868.2868505-.4693538.5444992-.9768385.7763363-1.5179888ZM150.5487577,164.4911729c-.0147762.0020573-.0296693.0049096-.0444222.0067331.0092819-.0114556.0187508-.0227476.0281496-.0340864.0049566.0089541.0111757.0183524.0162726.0273533ZM149.8520073,168.7242879c-.0335504-.1456269-.0641316-.2937085-.0923514-.4428188.2495124.1243989.5080964.2136827.7684572.2725039.5516067.430732,1.5978896,1.0866256,3.1313904,1.3917664.0101002.0091645.0190314.0198954.0292953.0288027.3974617.3561768.8793724.5371057,1.3689049.608832-2.2887015.0245712-3.1870818-.6715107-3.1870818-.6715107,0,0,1.1169142,1.0890804,3.6595235,1.0278746.8099568.741998,1.4393024.9723498,1.4393024.9723498,0,0-.1492819.2055001-.3787343.5188702-1.6338015-.0176043-2.7323389-.6259687-3.122015-.6546546-.1691784-.0124609-.4814197.2647889-.8500537.6843925-1.0265501-1.2932245-2.4335412-2.5089949-2.7666375-3.736408ZM157.3028948,197.5079554c-.4143421-.3348787-.824546-.8268866-1.0402508-1.4950308-.2818004-.786862-.2297563-1.6053322.0155244-2.3711298.1375919,1.1358615.5051738,2.2238665,1.0593524,3.2170001.1399533.3430846.3056247.67628.4910756.9999135-.1796761-.1045035-.3563361-.2182182-.5257016-.3507529ZM158.0889805,198.0010154c-.0560187-.0278208-.1113594-.0574652-.1666066-.0878577-.0956714-.1721385-.1850769-.3471058-.2681464-.5247851.1359553.2097784.2821043.4133848.434753.6126428ZM156.7719327,193.4442201c-.0661423.997973.0721978,1.9757935.3779393,2.9001465-.4304043-.9485034-.6941552-1.9670264-.7580998-3.0169238.1140481-.2875365.2523414-.5653708.4112092-.8287803l.2535338-.1179463c-.2076387.3308107-.257298.7242768-.2845826,1.0635039ZM162.8206454,201.8285308c.9540718-.5137035,1.9334876-1.9372651,2.2939386-3.3836913,1.1001506.8323806,2.2811731,1.6201544,3.5000479,2.3390541.0438844.111447.1012826.2152023.1876487.2986648.2198197.2044013.4149267.2375525.5887577.2678281.0832332.0106374.1678691.0158041.2531831.0177212.1913427.1048308.3824985.210246.5749401.3112426-.9185106.6647776-1.8459759,1.0981514-2.5373488,1.2077281-1.6201942.2567933-3.2434513-.0071072-5.205369-.8894718.1162225-.0518543.2318605-.1057659.3442018-.1690759ZM180.1287237,207.177308c.1245692-.0618604.2495124-.1331192.3746661-.2138697.1073614.0423391.2132265.1013006.316964.1834305-.261787.0978171-.5006849.1201907-.6916301.0304393ZM183.228247,204.9456798c-.1721009.395313-.9482034,1.2827742-1.7300807,1.8306809-.1118738-.1041528-.2269506-.2028817-.3463762-.2913239-.0032265-.0022677-.0065932-.0042316-.0098196-.0064993.8240784-.7242301,1.6099304-1.7782422,2.2093728-2.8959617.1066366.4599789.0719873.923488-.1230962,1.3631039ZM189.8142812,195.07576c.0313995-.0140507.0630328-.0285222.0945491-.0427599.5719006.4118418,1.0136677.6509607,1.0136677.6509607-.2803274-.1010434-.6931966-.3414481-1.1082168-.6082008ZM212.8840112,94.889808c-.0513661-.6110297-.1432733-1.0197855-.1432733-1.0197855,0,0,.6213963-.3079696,1.3713364-.9031484-.1706514.4866542-.3019072.8662566-.3684236,1.0332985-.1103073.277016-.4145993.5943372-.8596396.8896354ZM226.8869148,86.642778c-.3630696,1.4333574-2.2479266,2.0271334-4.3638023,1.7191171-1.5539116-.2261904-3.8221088-.3813792-5.2119622-.2805696.3478959-.7123302.5305646-1.0484713.5305646-1.0484713,0,0,1.7881569,2.047473,4.7815112-1.2257999.8454946-.9245634,1.8231101-1.4976258,2.9213904-1.9602465.3497897-.1021188.7114799-.2394696,1.0857953-.4161202.0000935-.0000234.0001637-.0000468.0002572-.0000935.2608985-.0925803.5291618-.1837344.8015166-.2756133-.0377355.0201526-.0774115.0427833-.1138377.0613461-1.3980131.7124471-.0683634,1.9931172-.431433,3.4264512ZM255.0803005,83.0903616c-.038507.403028-.102171.8212757-.1756547,1.2461629-.0192886-.2629186-.0919773-.5536112-.249302-.8930721-.1006046-.2170726-.2052071-.4643274-.311119-.7266848.2574617.1305241.5051972.2563023.7360757.373594ZM261.8271196,107.7338683c.0976821-1.0861113,1.0604746-7.7261726.5870042-8.8551373s-3.7759331-3.8417765-5.9041535-5.2718842c-2.1281971-1.4301311-3.5830238-3.7324803-3.1932074-5.7384092.2438077-1.2546494,1.0742455-1.8768074,1.431961-2.6635291-.2877389,1.5825612-.5429327,3.1610311.0828357,4.2561199,1.2192021,2.133554,3.4986217,3.4292566,5.623265,5.5051817.7057985,1.4136256,1.4265602,2.4668896,2.0513467,3.5050275,1.0799736,1.7944203-.2945191,5.354131,0,7.7766008.1012826.8329651.523761,1.8377414,1.0471713,2.8662472.1235405,1.1804917.3258485,2.4678482.5845259,3.7428372-1.5646665-1.84216-2.4026093-4.1015856-2.3107489-5.1230544ZM267.1675788,146.0383392c-.0390448-.3589355.0187041-.7580125.1341083-1.1667216.1265799.4090598.250471.7984111.3660155,1.1588195-.0144489.8879288.1608785,1.6476245.3354577,2.1747475-.0274716.1474504-.0459419.2957191-.0441183.4459282.0014028.1157954.0122278.234186.0284068.3540493-.0523714.0998511-.1096761.2011984-.1719139.304042-.213624-1.2853225-.5768338-2.6171455-.6479561-3.2708649ZM264.4307042,155.3116072c.0736006-.8728962.961834-1.5041485,1.8619445-2.1015249.1535371.8349055.4350102,1.9012149.6252073,2.7537014-.07166.0429703-.1435538.0868758-.2155879.1307579-.2200535.134031-.4412526.2711012-.6625453.4132212-.1365632.0876941-.2730094.1768844-.4089413.2675242-.1897997.1265497-.3777757.256957-.5643723.3890475-.3570843-.5362875-.6892454-1.217968-.6357049-1.8527272ZM265.9639245,204.7279993c.534586-.1533419,1.0599369-.3018443,1.5674955-.4432864.9953143,1.8271274,2.579924,2.5434086,2.579924,2.5434086-2.2561096-.4599088-3.6958328-1.6718216-4.1474195-2.1001222ZM285.5321805,206.8349481c-.6690216.1363688-1.385271.1384028-2.0372485-.1047139-.2367469-.0836028-.457759-.208212-.6565132-.3633775.3325118-.0951987.6757551-.2354952,1.0290518-.4371378.9369575-.5347445,2.0757087-1.9859165,2.6082607-3.3947261.0226553.0469214.0409386.0914347.0649733.1391042.3855846.8223277,1.0199803,1.3861555,1.6182069,1.7588611.165952.1013006.3362994.1931093.5094056.2779278-.5947898,1.1528112-1.8557488,1.8398922-3.1361366,2.1240621ZM289.3166005,200.8264197c.2621845,1.2782621.0849399,2.493635-.5223348,3.6479424-.1644089-.0925335-.3261524-.1913793-.4838512-.2986648-.5451304-.3821039-1.0877124-.9320914-1.3803612-1.659314-.1120374-.2524916-.1796059-.5061989-.2216667-.7592749.0834436-.3825248.2338945-.8750938.4156047-1.4058171.5511859.0489319,1.1407619-.018142,1.7229498-.1803678.1897997.198767.3525252.4179203.4696595.6554962ZM291.0581843,197.3206908c-.0677088.1167072-.2080595.2775537-.3911725.4569864-.1453307-.3392973-.1902673-.6686351-.1424316-.9848809.2477122-.0113855.5039113-.027213.7615133-.0497736-.0413828.1962888-.1167602.3896319-.2279092.577668ZM293.1906365,194.4831763c-.0473213.4716449-.3068404.8250864-.721697,1.0316386-.0080428.0036939-.0168804.0072474-.0249699.0109413-.0094923-.0331278-.0153841-.0675415-.0261857-.100155-.0685505-.2309129-.1609486-.4356649-.2641484-.6284937.3363461-.2002165.6870009-.3564106,1.0442488-.495468.0020574.0575354.0005144.1172683-.0072478.1815368ZM294.8919129,191.308866c-.0267001.1217804-.0663527.1862125-.1545425.2740001-.4555379.5065262-.9453978.8039987-1.4494727,1.034257-.1639413-.1642598-.3326521-.3231425-.5079093-.4745439.7786509-.4769987,1.4877226-1.0004746,2.1330134-1.5557924.0415231.2638771.0478824.5231252-.0210889.7220792ZM304.902711,175.03258c.3696394,4.1217616-1.1334205,9.1555322-5.3016717,11.8511371-.0213227-.8453793-.0863661-1.6968604-.232632-2.3505798.5053843-1.1656461.8203142-2.2606881.9680297-3.170406.2138812-1.3169541.1362592-2.6222421-.1363527-3.752516-.0771543-.5950853-.2719573-1.160456-.5797797-1.6395121-.0154776-.0240568-.0356313-.0504516-.0531663-.0755137-.3107683-.5870196-.6845694-1.0557889-1.0960591-1.3512742-.3004811-.2157634-.3170342-.4080311-.1594055-.576803,1.4985242,1.3272174,2.0134943,2.4149418,2.0134943,2.4149418-.322926-1.024695-1.0220377-1.8796129-1.8146232-2.5673485.8359789-.5016634,3.1526663-.7535705,3.1526663-.7535705,0,0,1.1079362-1.2098322,2.0142425-2.9200886.6476288,1.2464434,1.0439683,2.8702449,1.2252576,4.8915337Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M182.9187307,201.8354779c4.3694608,3.8193536,11.6889276,4.2679978,11.4483821,1.7483223-.143343-1.5017928-.9219142-2.9685497-2.1663231-4.279242,3.7415194-1.1351292,5.6278995-2.3760562,6.5610702-3.6418227h.7394184c.0124528.0377448.026836.0764351.0408114.1149466.0537808.3417731.054243.3447886.054243.3447886,0,0,.0137035-.039917.0398054-.1032679.3703753.8853287,1.0275726,1.9067635,1.2842143,2.673389,1.4062951,4.2005069-4.6845055,2.8525554-4.6845055,2.8525554,0,0,2.1359796,2.2915968,5.129081,1.6203938.2281199.1808785.4857947.3362276.7759882.4424855.744394.2836098,1.5857186.3275133,2.3814192.2351063.7994799-.0948859,1.5787037-.318748,2.2788876-.6726341.5998547-.2909952,1.1874469-.8003582,1.6749002-1.4143435,1.1317084.3840922,2.3564321.5194317,3.5229702.4291968-1.1412519.0096598-2.3042826-.1944227-3.376011-.6211407.904377-1.2332094,1.3887035-2.8249304.7726711-3.9748559-.1117216-.2160423-.2519923-.4143494-.4102895-.5994445.3295095-.1183709.6479529-.2604825.9516324-.4188215,1.0545446.847635,2.1302155,1.6742638,3.2436253,2.4645788,1.8490489,1.886575.3569165,4.9046504-1.4122768,6.2016963-.8299594.6420958-1.8750692,1.1047698-3.0332874,1.2638499,2.3765795-.1000224,4.5201178-1.4592181,5.5818948-3.3002796.7592667-1.4047859.9015493-3.3144371-.2040572-4.6923392-1.030781-.8812654-2.0531604-1.7695074-3.0737182-2.6591804.0745264-.0613576.1489169-.1227408.2182229-.1866795h23.6601637c1.0725441.4063251,2.2425081.7414794,3.4677755.9896955-.4690732.0912826-.9299895.2228655-1.3688824.4078073-2.6177503,1.1031854-1.6515172,4.6642797,1.9411941,6.1581761.0015226.0006133.0031268.0012522.0046494.0018911.1327119.0550967.2685778.1074589.4084134.1566779.0092716.003271.0188695.0061843.0281411.0094298.1326576.0461268.267735.0900559.4066461.1305096.0215341.0063121.0440198.0117298.065717.0178885.1284704.0363393.2583546.0712219.3920453.102399.0382828.0089698.078197.0162274.1169148.0247628.1203951.0263984.2411165.0524389.36559.0744674.0595722.0106053.121537.0184252.1820337.0279828.1075073.0168919.214226.0346271.3246426.0481457.0920636.0113209.1874716.0186296.2815472.0275228.0835533.0078454.1653937.0178119.2505512.0236895.175046.0121642.3535994.0197285.5352796.0231273.0075587.0001278.0147367.0008178.0223226.0009455,3.7553045.062201,7.5385597-.6875838,9.7718506-2.3724785.3046039.3121292.6533092.553701.9921991.7349629,1.2116183.6338416,2.6513837.8345508,4.0078949.6678042-1.3370163.0660853-2.7020106-.2242966-3.8559056-.9031405-.3071054-.1866284-.6059995-.4311901-.8613089-.7237442.4162168-.3508707.7702241-.7379017,1.0460887-1.164083.071889-.1110366.1385577-.2246799.1998428-.3409297.3064528-.5811982.477801-1.227664.4865832-1.9414672.0027461-.2222522-.0153349-.4530397-.044917-.6884016l.1524787.1685099s3.1166776-.6414314,5.6677049-1.6621507h1.6503752c.1547354.1986904.2861966.4213259.3864715.6764418.196716.4858012.1599286.9795501-.1147941,1.444984-.2182501.3768857-1.2024011,1.2229363-2.1938389,1.7452301-.1418476-.0992813-.2877464-.1934005-.4391647-.2777066-.3438112-.1819263-.7079329-.3362532-1.1400556-.4041529-.2158574-.0289794-.4569195-.0470213-.743524.0520301-.1402706.0456157-.2900032.146507-.3988155.278371-.101879.1365661-.157264.2947518-.1685749.4294779-.0286305.3218657.0564454.6317716.3345668.837183.2765444.1965438.5236153.2296376.7436871.2598436.5959938.0608465,1.2406023-.0154608,1.8716162-.1943972.1966072.1832041.37062.3834533.4953111.6048111.311782,1.2384993.1542188,2.4238441-.4719009,3.5566733-.5314459,1.1620642-1.8210981,1.8650066-3.1375319,2.1683704-.6659523.1419838-1.3832384.1586968-2.0435353-.0562977-.6618739-.2035203-1.2183613-.695787-1.495232-1.3153177.1995981.5419968.2587352.6064977.0976919.2247565.2666474.5349947.751273.9842267,1.3512908,1.2101332.6774263.2657724,1.4343275.293474,2.145931.1876506.7149478-.1083278,1.4076274-.3434852,2.0252096-.7053446,1.612609-.9074338,3.0777966-3.7909108,2.1538159-5.5499662-.1074257-.2113913-.2438354-.4013419-.3922901-.5812238,1.0141954-.4253636,1.9233578-1.1046931,2.4378918-1.9030836.4501493-.6633576.5705444-1.6061085.2721125-2.3761584-.038745-.1104233-.0857013-.2119024-.1336908-.3123081h5.1909371s0-54.0228107,0-54.0228107h-85.2699852s0,59.8723075,0,59.8723075c.5010208-.1223064.9955978-.2419295,1.4740242-.3558794,1.1100384,1.7418824,2.8773284,2.4247385,2.8773284,2.4247385-2.1678185-.3777546-3.6576942-1.2865939-4.3513526-1.7924047v.0467913ZM258.7735099,199.8826131c-.4603182.1293085-.869221.126293-1.1311102-.115151-.0095979-.0406836-.0126703-.0856094.0125344-.10705.3906043-.066622.7626382.0103242,1.1185759.222201ZM249.0106863,197.3045955c-.0799099-.0267817-.1620222-.0468168-.2395938-.0802684-.3574331-.1469415-.6678012-.3843733-.9088905-.6765185.1519893-.0425747.300743-.0878838.4478926-.134675.3092533.2963106.537781.5950746.7005918.8914619ZM238.4596391,199.2643601c.0273526-1.6255559,6.4215337-2.0285077,6.4215337-2.0285077,0,0-.1581885-.0545089-.4362735-.1340873.8196725-.0498068,1.584078-.1500592,2.302207-.2914807-.0897797.5097719-.2617805,1.0108295-.5268509,1.5019973-.5183949,1.1652841-1.8000806,1.8760208-3.1130342,2.1873322-.664321.1459704-1.3813624.1670022-2.0440248-.0440313-.6641034-.1994826-1.226056-.6884016-1.5098871-1.3062457.2055798.5405912.2654782.6048111.1003564.2244754.2726835.5332058.7622303.9794223,1.3646136,1.2016489.6803628.2617091,1.4375087.2848364,2.1479158.1746942.7136699-.1126466,1.4036849-.351944,2.0171887-.7175343,1.0285243-.5887369,1.9834738-1.9911462,2.2885943-3.3839468.1132171-.0282128.2282286-.0549178.3388899-.0854305.2271954.3198468.529162.5954579.8998092.7759787.1278178.0645265.2625418.1133621.3978367.1603834.7836557,1.7311493-.6804443,3.3348812-2.1949265,3.7643847-2.3514836.6668842-8.4813283-.3740491-8.4539485-1.9996305ZM238.0936141,195.6627355h4.8200179c-.2853538.0754896-.5547745.1296663-.8000509.1589012-1.3023225.1551702-2.6076358.1065134-4.019967-.1589012ZM206.6759337,196.3849208c.1646052.0446702.3263827.1060023.4833749.1958027-.2138182.0502156-.4159449.0758985-.6007791.0731385.0389082-.0899537.0778163-.179243.1174042-.2689412ZM208.1301095,196.2397682c-.1545723-.1038301-.3148816-.201067-.4806559-.2898708-.2065586-.1052356-.4219266-.2003004-.6518682-.2791888.0012507-.0027088.0024742-.0052643.003725-.0079732h1.9445656c.0246065.0362882.0486964.0729852.0741729.1082511-.2859519.1696343-.5872659.3314233-.8899394.4687816ZM208.1069169,201.3371802c-.1833388-.088216-.3637139-.182463-.5396027-.2847342-.6079843-.364287-1.2131409-.8885997-1.5395237-1.5819079-.1249357-.2407029-.2002506-.4825558-.2471797-.7238209.0932328-.365207.2613182-.8355986.4643694-1.3423805.6127697.046178,1.2674656-.0147197,1.9148203-.1683566.2122412.1898228.3987883.3964864.5297058.6234662.292423,1.218643.0947282,2.3772828-.5825893,3.4777338ZM201.4644414,203.1413147c.3708103-.0907715.7536656-.2244754,1.147723-.416726,1.0449739-.5097719,2.3149953-1.8932449,2.908977-3.2363154.025259.0447213.0456512.0871682.07246.1326051.4300291.7839774,1.1375541,1.3215021,1.80473,1.6767937.1851061.0965725.3750791.184124.5681517.2649802-.6633693,1.0990455-2.0697188,1.754021-3.4977112,2.0249811-.7461342.1299474-1.5449887.1319151-2.2721174-.0998691-.2640644-.0796806-.5105644-.1985115-.7322131-.3464496ZM187.1295408,201.1363688c-.2926134-.0376426-.660025-.1821052-1.0462518-.3773968.2639828-.061281.5209236-.1206453.7695987-.1777608.4910423.3908643.6724778.6060888.2766531.5551576Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M348.3751215,158.783577c-.0213227.0645256-.0428323.1229961-.0642485.1831499-.1453307-.124656-.2619507-.1831733-.2619507-.1831733-.387455,1.1707895-.7774351,1.6090728-1.5982637,1.6539368-.2604543-.0134662-.557101-.0531635-.9024719-.1142992-.0923982-.0094217-.1859186-.0273533-.2790649-.0414975,3.3679503-2.8377016-2.7205085-3.4563761-4.560429-4.8869982-1.3340686-1.0372962-.8293389-2.3387268-.5256782-3.1775599,1.0396663-.0182589,2.2727328-.2507616,2.9721719-.6985601,2.6781438-1.7147686,3.1058126-4.0779263,2.3155652-5.9419922.9144425-.4460451,2.9082975-1.4938618,3.4479102-2.3948828.7066402-1.1799306-2.935512-.9770957-2.935512-.9770957.8698333.1545576,2.5006421.8741586.4349634,1.7453949-.6172347.2603235-1.1548835.4184581-1.6081769.5142412-.5345626-.6763502-1.246814-1.2204929-2.0619379-1.5431444-.1075485-.0425963-.2165933-.0846782-.3266668-.1262458-.0799599-.105462-.1666534-.2029518-.2574617-.2902952-.3634203-.3883929-.7984772-.638757-1.3048902-.7514898-.3053441.100342-.6096595.1766974-.9132267.2298141-.3121711-.0900787-.6226588-.1756687-.9289382-.2572843-.0306747-.1319736-.0644356-.2648122-.1030595-.3985393-.1493521-.516883-.309459-.9282339-.4580629-1.2753397,2.4995198.3409338,5.6678041.6323512,6.657624.0991263,1.7125456-.9225762,1.8756452-2.9241566.2446494-5.235343-.7274017-1.0307034-1.9411095-1.7550504-3.0631673-2.2420786.3528525-.5048663.6987845-1.0396809,1.0242355-1.6097274,1.6012564-2.8057193.7541485-5.7642428-1.5533739-7.6035271,1.1256116-1.5499711.0294589-3.1247237-3.0150978-3.6449733-.8691786-.1485258-1.8111161-.2685295-2.7001211-.4035891-.0736006-.1158656-.1510355-.2296037-.2356714-.33897-1.1145762-.6313693-2.2371951-1.246046-3.3646771-1.8511842.0061723-.011666.0101002-.0226073.0166466-.0344137.7897798-1.4321183,3.7941228-3.5435558,5.5819523-6.2120647.8413096.0115959,1.4361928-.2457585,1.4361928-.2457585,0,0-.4159788-.1732373-.9730798-.5090745.3846494-.6951234.6727858-1.4245669.8099802-2.1865538.4954711-2.7533974-1.462285-3.3018419-3.86604-3.6302213-.5100603-1.7261775-2.0176092-2.4635464-4.3768484-3.0100738-.2730796-.0632632-.5281097-.1325347-.774536-.2047286.3015098-.4234378.3755779-.9535298.3329326-1.4280737-.1227923-1.0264251-.7656515-1.7751328-1.3658655-2.2898182-.236139-.1949329-.4738679-.3564106-.7104745-.5016868.8467337-3.0430848.905184-5.9007753-1.0744559-7.9870338-1.2178227-1.2834522-3.0434345-2.1338579-4.7382113-2.6885445-.2936541-1.4875262-1.4635943-2.599962-2.9874158-3.4348208.1303674-.4696577.2323047-.9299406.2929059-1.370702.5530797-4.0225418-1.1101807-7.7632047-6.393803-9.2762839-1.0319041-1.4767719-2.4828732-2.9021804-3.8223659-3.5752108-.7043022-.3538857-1.8024187-.6346891-2.917182-.8471561.0496593-1.1765641-.0031797-4.7458366-2.1527462-7.8565331-2.6174491-3.7878181-6.4627275-2.645317-9.3269769-2.6558609-2.864717-.0105439-6.0575971-.4080311-7.8589871-2.1119987-1.8016706-1.7042014-6.8802961-7.8199919-10.4856012-7.9117072-3.6062403-.0917152-7.6233157,2.9800788-10.411346,3.5095864-2.7885914.5296245-9.6803905.4255886-11.1576388.3425937-.6336943-.035606-1.100174.3136507-1.427589.7235521-.1512225-.069669-.3044089-.1339374-.4603074-.190187-1.4287112-.515527-2.713214-.3028263-4.432306.4438475-.6989715.1578072-1.413935.374272-2.1148704.6556131-.4075619.1636052-.8102608.3488125-1.2020177.5565803-.130648.0692482-.2600802.1410212-.3880162.2152958-.767709.4457178-1.4837012.9826131-2.0997201,1.617723h0l-.0000935.0000234c-.2137876.2203924-.4133602.4448995-.6011492.6718147-.0102872.0125077-.0198263.0250855-.0301136.0375932-.176473.2151088-.3419106.432275-.4965933.6505399-.0144021.0203162-.0279626.0405857-.0421777.0609253-.1479493.2116254-.286453.4238352-.4154176.6359281-.0146827.0241504-.0287108.0481137-.0431129.0722407-.1251303.2089836-.2415632.4173359-.3495793.624379-.0130929.0251089-.0259052.0499372-.0387174.0749994-.1060521.2068093-.2040615.4117249-.2944958.6141624-.0047695.0107543-.0109419.0218826-.0156179.0326369-.4560055.0976301-1.0580898.236103-1.7761395.4230871-.114469-.0507087-.2279092-.1020487-.3377022-.1541368-1.1233671-.5331547-4.2691129-2.0261983-5.8423131-1.2382375-1.5733873.7880543-5.0016582,4.4804633-5.5075101,6.0665313-.5058519,1.5861382-4.3850782,2.8963825-6.1844108,4.1079681-1.7995196,1.2116791-2.6431672,6.2909449-2.6432607,6.2916463-1.6031268-.4018357-3.7126665,5.866198-5.147363,6.9740983-1.43479,1.1080407-3.7984247,4.1202186-4.2205758,5.7079465-.0837943.3153106-.1503808.7396133-.2042486,1.2201422-2.3554984.7353116-2.0193861,1.797179-2.3568077,5.4998981-.3377022,3.7069039-2.3644764,4.0201571-4.7293268,8.6766865-1.2439149,2.4493321-1.1476824,4.4025884-.6299534,6.0438538-.0739746.0869459-.1371944.1651716-.1865732.2322455-.7603209,1.0316386-1.3516504,2.8583685-2.1964202,5.161536-.1744156.4754323-.3893254.9643776-.6206014,1.4542347-.0057983.0067565-.0160855.0144248-.0211356.0210643-.0355378.0463603-.0862258.1096702-.1430862.1804146.0002806-.0010754.0018704-.0080891.0018704-.0080891,0,0-.9367939,1.0898987-1.3620312,1.9112912-.6065733,1.0225442-1.1082168,2.2546798-.8897531,3.3675131.107829.5490757.3150702,1.3517652.6520243,2.2833189.0421777.1164267.0863193.2348873.1325184.3551247.1199867.312131.2557783.6370503.4049433.9687728.4907951,1.5428405,1.0034739,3.0869201,1.0848367,3.9293303.075845.785132-.3768872,1.8258883-.9136008,2.8497417-2.2382238.9027276-6.9388399,2.9593184-8.0450927,4.7187406-1.4654647,2.3307779-1.6909424,4.2386792-.6763396,6.9954666.8996663,2.4443992,2.8613503,5.803566,3.2944433,6.5336174-.3533201.830674-.7322648,1.6895896-1.0109556,2.7330345-2.0576359.6709029-5.6460138.981-6.9061077,2.0743353-1.4660258,1.271903-2.7066675,4.6645718-.3383568,8.6935193,2.1752846,3.7004279,4.7243702,5.0710832,5.1259468,5.2702243-.4558184,4.6051661-.8094191,9.7317507,2.899226,13.006894-.1664663.2159037-.3284437.4383301-.4874283.6645672-.03666.0521582-.073133.1043398-.1094189.1570124-.1665598.2423218-.3288177.4897869-.4858385.7431903-.0301136.0486514-.0593855.0980275-.0891249.1470764-.1607616.2649525-.3174083.5342769-.4664798.8105915-.0148697.0274702-.0287108.0557118-.0433935.0832755-.1460789.27393-.2859854.5533774-.4196261.8378746-.0148697.0316783-.0305812.0626319-.0453574.0944506-.1342018.2901315-.2599867.5866221-.3801604.8871105-.0208551.0522985-.0421777.1042463-.0626587.1568721-.1152171.2960931-.2228591.5970725-.3233.9025172-.01833.0559456-.0361924.112125-.0540548.1683745-.0990381.3114063-.1911557.6266935-.2737342.9471474-.0112224.0434847-.0211356.0875772-.0320775.1312489-.084636.3391102-.1621644.6818442-.2272546,1.0303995-.6340683,3.399472.8003476,5.8236718,3.1595868,7.3306258.2621377.1674393.5356849.3235633.8191452.4684187.1416834.0724511.2857984.1420733.4322513.20889,1.6107019.7350545,3.4955121,1.1311623,5.3934152,1.2015561h0c.1681497.0062422.3334002.0059148.4960322,0,.0753774-.0027119.1482298-.010614.222485-.0158275.0847295-.0060084.1704877-.0099594.2536273-.0191239.0976353-.0106608.1922779-.0267454.2876688-.0416377.0558317-.0087904.1128791-.0153599.1679626-.0255765.1114763-.0205033.2197729-.0461265.3280696-.0721705.0356313-.0086502.0722913-.0156171.1075485-.0248517.1199867-.031164.2368872-.0670973.3526654-.1047606.0211356-.0068968.0428323-.0127649.0637809-.019872.1254109-.0423157.2477355-.08905.3681898-.1386132.0094456-.0039043.0192652-.0074111.0287108-.0113855.1269072-.0529531.2505412-.1100443.3717436-.170502.0026186-.0013326.0054242-.0025717.0080428-.0039043.123634-.0619072.2439947-.1276251.3615499-.1968032.0005611-.0003974.0013093-.0007247.0019639-.0011222.0000935-.0000468.0000935-.0000935.0000935-.0001403,1.031343-.6076163,1.8277628-1.4807697,2.3422185-2.4284782,2.2250374,2.2808407,5.3646109,4.4572481,6.7166354,5.3539206-.0062659.6083177.1746961,1.3699539.3266668,1.7034532.0570474.125147.1139079.271709.1689914.424443l.0279626.2636433c.0209486-.001543.0406814-.003951.0615364-.0055642.0426453.1278122.0827656.2536138.1203608.3751137-.0082298.0005377-.0130929.0008183-.0130929.0008183v.4236482s.0505945-.0013092.1403741-.0060551c.0357248.1184606.0650902.2151088.0847295.2703998.07332.2067626.0828591.9517998.0841684,1.1446987.0000935.0100763.000187.0168094.000187.023823v.0227944s-5.5713845,1.4406749-8.358012,1.3666575c-2.7870951-.0740174-3.2094332-.8678463-3.2094332-.8678463,0,0,.4052239.7617063,1.8739618,1.4021466.6047029.2637134,1.3898067.5068535,2.4011364.6677935.288978.0459862.5963796.0852627.9233269.1163799s.6734404.054122,1.0406015.0674947c.7341352.0267922,1.5508489.0152196,2.4585579-.0461966.6804545-.046033,1.340802-.1352934,1.9801075-.260908,1.2518641-.2459689,2.4218979-.6321875,3.5042095-1.1053287.9490451,1.8171913,3.1058126,3.2467847,7.3738968,3.5589859,0,0-6.0072831-1.2211475-4.349634-5.2240744.325451-.2179844.6390249-.4402471.9383837-.6651049.4199066-.3152872.8138146-.6348527,1.1806951-.9518232.0748163-.0646425.1463594-.1288876.2189313-.1932496-.2814964.7002434-.4581565,1.4210367-.5065065,2.1489139-.130648,1.9686162,3.584263,2.0235097,6.8333489.0281014.3136674,1.2855095,1.1186911,2.0175013,1.1186911,2.0175013-.0729459.3273507-.0945491.6313693-.0830461.9113544-.3695926,1.4571804.8143757,2.0312013.8147498,2.0313884v.0000234s.1571143,4.5666611,3.3788922,5.2266461c1.7497668.3584445,2.5779834.0730355,2.9730136-.2619834,1.4467606-.0782724,2.5400142-.8900796,3.3612168-1.9783885.5316635-.2878872,1.0449035-.7226403,1.5331735-1.2621307.368938-.1039891.8393456-.2302115,1.381951-.362793.249606.4885712.5766468.9545351,1.0044091,1.3303501.1972345.2654669.5310089.4814407,1.0376089.6249401.1624449.0609954.3330262.1125692.5145493.1501156.1934937.0400012.3745492.0712587.5460656.0961806-.1810555.2565128-.3709954.5101265-.5798265.7567968-4.4909433,5.3052458-10.331386,2.8926185-15.2751551.4758765,0,0,5.8598015,7.9092991,15.6119221.8980752.8167137-.5871832,1.4616304-1.3249964,1.9743092-2.1564652.1735739-.0447471.3199333-.1011837.440107-.1662003,1.659052-.2829075,3.2618982-.9714614,4.6829407-1.7860741-1.4723852,1.8953936-3.1524793,3.7734635-4.929367,4.9387823,0,0,3.9347775-1.0280148,7.6289269-3.5382021-.2074283,1.3560669.0519973,2.7330812.646226,3.7052206-1.0834339,3.197128-5.6205763,4.4574819-6.7098084,3.9120065,0,0,4.9859468,2.8937641,8.7564089-.3788543,1.0626723-.9223191,1.7286311-1.8750306,2.1374088-2.7677053.78819-.2523279,1.6205216-.5976803,2.4170348-.9869616.0513427.5965581.0056112,1.2918452-.1932132,2.1025068-.6185439,2.5226014-1.4693926,3.3743631-2.0262131,3.6579486,1.0794125-.315708,3.3520518-1.2964274,3.7957126-4.0281761.112131-.6906346.164783-1.2979237.1776888-1.8307511,1.1404813.6802778,2.3035011,1.4143036,3.0656924,2.4276365,1.620054,2.1541273-4.4341764,4.471743-4.4341764,4.471743,0,0,4.9350717-.6429652,5.534444-3.9082659,0,0,1.1681634,2.2135798-3.7175296,4.7827285,0,0,2.447429-.7283214,4.4501684-1.649565,1.1035408-.5076484,1.5390653-1.3303735,1.2691654-2.2581632,3.0520384,1.4711142,5.708579,2.0258943,5.708579,2.0258943-1.3264934-.7789599-2.6220316-1.9349974-3.8305957-3.2043755.8155914-.2223563,1.6060259-.6717445,2.3465204-1.2454615.5444758.3553819,1.2510224.6214332,2.1835144.7022773,1.9903012.1725125,3.8754855-.7098287,5.0953657-1.4667891,1.4013097-.0027353,1.8762999-.0036939,1.8762999-.0036939,0,0-.2671878-.4102521-.6047965-.8994779.0702338-.0583069.1134402-.0960637.1134402-.0960637,0,0-.0522779.0194746-.1469206.0474824-.2064931-.2981972-.4350569-.6187914-.6463195-.8954334.6957918-.133727,1.0983971-.2354017,1.0983971-.2354017,0,0,.0176754-.0306029.041149-.0782023,1.033494,1.0746557,2.190996,1.9733854,3.3682309,2.719615-.7107551.9593512-1.7086178,1.587237-1.7086178,1.587237,0,0,1.5252243.1901402,3.0627932-.7927301,3.6080172,1.9467803,6.9879381,2.5550279,6.9879381,2.5550279-1.7303145-1.0083065-3.4481908-2.685178-5.0110103-4.4502345-.0053307-.0584939-.0143086-.1570591-.0257181-.2827438.1735739-.3250128.334803-.6830833.4778893-1.0819966.1131597-.315521.1941484-.6872915.2518504-1.0978709.5719708.4733048,1.0209622.8619782,1.0209622.8619782l.9825254-.0789971-1.2713164-1.2433341c.5404544.4767182,1.0442488.8575363,1.475939,1.090413l.5437276-.1953771c.0381563.0400246.0653708.0681026.0653708.0681026l.3240482-.2080016.6495927-.2333911s-.0423647-.0411702-.1135338-.1107456l1.6327727-1.0481908c-.0433935-.0143546-.0843554-.0324265-.1265331-.0486514l.3727723-.2813411c.9945895.877268,2.0179833,1.4079212,1.8504882,2.7409833-.2096727,1.6690396-.8123182,1.9850515-.8874151,2.0182261.0815498-.0328005,1.5647834-.6587693,1.7824054-2.8526874.1753508-1.7669034-.882178-2.2196349-1.349967-2.9596223l2.131517-1.6085117-.0210421-.2931708c.7667738-1.0307268.6028325-1.8974042.6028325-1.8974042,0,0-.2518504.3035978-.6921445.6547481l-.0418971-.5827646c.3788512-.0254128.7614431-.0728485,1.1452509-.1395951-.1984503.5254163-.2439012,1.192602.5323181,1.5765528,0,0-1.8669478,3.2285025-1.5979831,3.7466479s.9156583.7251652.9156583.7251652c0,0,3.2007358-1.474434,6.5355799-4.2216828.4459988-.3673986.8470143-.7519574,1.2118374-1.1444181.30497.1064907.6194792.1816069.9382902.2228238.6150837.0776178,1.2637412.0258336,1.8349638-.2513227.3267603-.1525236.6064798-.3943545.8213897-.6854913.3812827.0215085.7576088.0159678,1.12982-.0171835.208644.1847864.4323448.3590056.6688579.5233823.3258251.917129.861697,1.7365577,1.4556451,2.1704458.5018305.3810987,1.0774486.6453498,1.6814969.7897142.6014297.1417226,1.25149.1584385,1.8512364-.0569275.4773281-.1634415.8861058-.5062924,1.1589984-.9344527.0072011.0006312.0144021.0009585.0216032.0015664-.0433935.1004355-.0377822.1018383.0102872.0007715.1472011.0124142.2946828.0236828.4425386.0324732.1664663.0098893.3332132.0174874.5000536.0227944.1627255.0051667.3225519.0047693.4798532-.0003741.0714496-.0023145.1404676-.0090009.2108885-.0133259.0835137-.0051901.1678691-.0087203.2496995-.0167159.094175-.0091411.185451-.0228411.277475-.0355125.0541483-.0075046.1093254-.0131389.1627255-.0218592.1075485-.017464.2122913-.0392998.3167536-.061463.0346961-.0074111.0703273-.0133727.1047429-.0212981.1165264-.0266753.2301537-.0573951.3426588-.0896813.0196393-.0056343.0398397-.0104737.0593855-.0162717.1215765-.0361203.2401604-.076028.3569674-.1183437.0090715-.0032497.0182365-.006172.0272144-.0094684.1223247-.0449575.2416567-.0933985.3585572-.1446917.0029927-.0013326.0061723-.0025951.0092585-.0039276.1194256-.0526258.2355779-.1084779.3492052-.1672757.0006546-.0003273.0012158-.0005845.0018704-.0009118.0000935-.0000468.0000935-.0000701.0000935-.0001169.1522512-.0788335.3005746-.1614076.4418839-.2502472,1.9080033-.0197318,4.697904-.2678515,6.8996548-1.3672654,0,0-3.009206.8510136-6.2900888.9280469.9678427-.793525,1.5879765-1.8163731,1.7930667-2.7915517.5582233-.0433678,1.2404546-.2665423,2.0742826-.7827473.4820042-.2983375.8285908-.6607565,1.0743624-1.0617271,1.0281633-.7755233,1.9022985-1.6577008,2.5467476-2.6234344,0,0-.9526924.587908-2.0827929,1.247776.0122512-.1030306.0205745-.2068795.0255311-.3112426.1087642-.136813.2092051-.2869988.2975819-.4522405,1.324623-2.3115138.5154845-3.6823093-.852532-4.6558515.6369675-.1206115,1.5326124-.3648737,2.5682573-.8525566.6953242.4011577,1.4086043.7752895,1.9758991,1.3785106.3349901.3547039.3920375.8757016.4115833,1.3481882.0817368,2.6073264-1.0344292,5.0371839-2.8619114,6.7857349,1.8856519-1.7247046,3.0608293-4.1498396,3.0370751-6.7885871-.0106613-.4782612-.0495658-1.0576358-.4339347-1.4915941-.52493-.5776213-1.2025789-.9584628-1.8662932-1.3584281.334616-.167603.6812026-.359029,1.0375154-.5816892,0,0,.2044356.0933518.5527056.216909.1627255.3849795.4252373.698373.8422448.9324655.6362193.3330785,1.6568075.4801782,2.4118912.5878612,1.5144694.8681503,3.2721854,3.1974553,2.2899406,5.1334814-.2754176.5947112-.7509688,1.0162085-1.2213765,1.2942532-1.0317171.5894042-2.2189586.7965642-3.3592529.6644036,1.150488.2293933,2.3958992.1117977,3.474096-.4315736.5141752-.2653733,1.0666937-.6905879,1.4235676-1.3582645,2.289473-3.9962873-1.7984909-5.1826237-4.125372-6.3623907,1.9336279.3434587,4.6208431.2397969,6.1201623-2.3587858,0,0-2.8609762,1.3504793-6.0178509-.0704872.2973949-.1740088.5834738-.3512672.8707685-.5939631.0802405-.0688975.1545892-.1459074.2300602-.2214445.1670274.043812.3335873.084047.4981832.1178528,2.6110897.5362641,3.4813905-1.5333487,3.4813905-1.5333487,0,0-.9790651.0011923-2.8286181-.4462088-.0024315-.0006079-.0051436-.0016131-.0076687-.002221.0985705-.2891029.1749767-.5873469.2204276-.8919733.1205478-.2296972.240441-.4692603.3579961-.7304722,1.5135342-3.3632581-.3362994-7.399196-.3362994-7.399196,0,0,6.0542304.8408204,3.0270684,5.5494145,0,0,3.8680039-1.3453126,2.0180768-5.5494145-1.8499271-4.2040785-4.200843-3.5952699-4.200843-3.5952699.5082834-.8797929.2256647-1.7565934.0753774-2.102764.0814563-.0508958.162632-.1016746.2509152-.1564747,1.9037949-1.1818009,4.7588793-3.9551873,4.7588793-4.4941867s-1.0603343-.7439618-1.0603343-.7439618l.155805-.392414c.3776354.2131917.7403075.4533393,1.0642622.7624545.3546294.337123.4416969.8542632.4884571,1.3248795.2319306,2.5983021-.7416168,5.0798971-2.4641691,6.9173579,1.7820313-1.8166069,3.0820584-4.4877341,2.906053-7.1202863-.0381563-.4768117-.1104476-1.0531471-.5190382-1.466906-.3707149-.3660193-.829526-.62321-1.3147098-.8494472-.3215231-.6179264-1.7937213-2.7646427-2.7322921-3.6816781.813347-1.12485,2.5066274-2.3497382,3.4991594-3.3227426.5191318.1506533,1.3536143.3367256,2.2424322.3105647,1.1094325.0288729,2.3567142-.2364069,3.1983978-1.3116471,1.8479632-2.360773,0-3.2846818,0-3.2846818ZM190.9161271,176.7991561c-.0209486.1860489-.0289913.3605253-.0291784.5275672-.2455846-.4793366-.4563796-.9744539-.6357517-1.4788292.1314897-.1369533.2868271-.2940358.4625519-.4644676-.011316.0357229-.0244088.0706743-.0348831.1068413,0,0,.0238477-.0526726.0703273-.1411381.5424183-.5232187,1.267482-1.156692,2.0628731-1.6773157.4856515.1985098.9906616.3814026,1.4645295.5948281-.7458252.6305276-1.4433004,1.2746383-1.6359524,1.6272616-.4397329.8050274-.1050234,1.9659744.6193856,2.1822755-.2402539.5469248-.4344958,1.0235729-.5819775,1.4001594-.1775017-.027587-.339292-.0787633-.4831264-.1547212-.4214029-.5079757-.7893122-1.0528899-1.1080297-1.6229131-.1404676-.4949537-.1707683-.8995481-.1707683-.8995481ZM191.7915716,171.2249132c-.0472278-.0912477-.0831396-.1896025-.094175-.2955554.0007482-.1325113.0447028-.2780681.1876955-.4577345.3605212-.435057,1.2577559-.8843752,2.3616708-1.3940575-.2898197.9882942-.751717,1.907948-1.1716236,2.6269646-.4325319-.1975045-.8658119-.3588186-1.2835675-.4796171ZM192.3336159,144.8012473c-.1068938-.2181948-.2138812-.4387041-.3195592-.6590264-.8452374-1.762555-1.6060259-3.5118775-1.6060259-3.935853,0-.105953.1003474-.2449402.2758852-.4070492.0535872-.0495164.1164329-.1017915.1833935-.1553525.2945893-.2356354.7107551-.5072743,1.1888314-.7914442.07332-.0436016.1477622-.0873668.2237943-.1314359.4701271-.2727143.9856115-.5525825,1.4970746-.8201067.096326-.0503814.1921844-.1002018.2877623-.1495311.0908083-.0468512.1808685-.0930478.270461-.1387067-.4542286.807412-.9644759,1.6887713-1.4758455,2.6219615-1.3058254,2.3829829.1055845,3.7197623.0577021,5.7329385-.0353507-.0692715-.0706079-.1383093-.1065197-.2091706-.155992-.3080164-.316473-.6299665-.4769541-.9572237ZM335.8375891,120.2686498c.1629125.3889773.261483.8102175.2768204,1.2269455-2.6789855-.3559898-5.0564612-.373594-6.3324536-.3460771.0035538-.8321234.2529727-1.4916408.58656-2.0809983.020668.0134896.0357248.0278208.057328.0411702,1.3130265.8099603,3.4236885.7938289,5.4117452,1.1589598ZM341.0107638,147.4172472c-.1104476-.416728-.3168471-.6898631-.5516769-.8789045-.1325184-.163839-.288791-.3035744-.4657316-.4176632-.1355111-.0559456-.2492319-.1075661-.3180629-.1725593-.1044623-.0448874-.2446494-.1079402-.4091518-.1848566-.0359118-.1714137-.0352572-.4360623-.0272144-.7702396.6847564.0852159,1.2917038.1819576,1.8109291.3004416.3385439.0772671.6405212.1636987.9038747.2619834.0217903.0081125.039185.0175809.0605077.0258804-.224449.6101179-.5832868,1.2225035-1.0034739,1.8359178ZM322.3282862,202.2632371c-1.535418-.2783252-3.1242361-.0108478-4.0777702.2216783.6009621-1.1949866.76986-2.3861391.7861325-3.2845883.3888578-.1837578.7752841-.3719341,1.157315-.5666332.62322.3560131,1.2470011.7119562,1.7540687,1.2511426.3349901.3547741.3920375.8758185.4115833,1.3483285.0108484.3470123-.0009352.6905411-.0313293,1.0300722ZM322.7032095,205.1153635c-.3882032.08732-.767709.1538796-1.1386109.1949095.1899399-.3734538.3547229-.7598594.4914497-1.1574869.3979293.2760107.6497798.5959971.6471612.9625774ZM197.6157418,189.177837c-.0241283-.6752046-.314135-1.2695418-.7482567-1.8044732.1787175.0425028.3656648.0717497.5622447.0840937.3515432.0220696.6565132.0209475.9304345.0058915.2839279.1223181.6104077.244496.9778493.3617877.4786374.2199249,1.0031934.4530354,1.6006952.7138265.0336673.1252405.0956714.255788.1691784.3880188-1.297315-.1802977-2.5896735.0270493-3.4921454.2508551ZM196.7486206,189.6163307c.0471343.6951935-.100628,1.3833266-.547936,1.9793471-.3902606.5602274-.95316.9114713-1.4843558,1.1175558-.6051705.2246941-1.2342823.3344111-1.8593727.3449316-.9551239-1.686901-.8547765-4.3955046,2.6566341-6.3418173.6069474.744219,1.1030732,1.730035,1.2181033,2.7184227-.21332.0720302-.3357382.1215934-.3357382.1215934,0,0,.1317702.0198019.3526654.0599668ZM196.1549531,172.7601323c-.1683367.1291448-.3997062.3084839-.6632467.5164622-.2050902-.1860489-.4204677-.362115-.6432333-.5278477.4487109-.096204.8896596-.1031475,1.30648.0113855ZM332.4968532,110.6420805c-.1462659.4462555-.3166601.8793955-.4984638,1.3063868.0490047-.1838045.1617903-.6938375.1131597-1.2754098.1092318-.2598092.2171544-.5201093.3159119-.7754765.0459185.2432336.0680829.4945328.0693921.7444995ZM197.9860826,175.9679912c-.1509419.0827378-.3044089.1624596-.4634871.235238-.0527455.024127-.1058651.0543558-.1587041.0795115-.0493788-.2212341-.1134402-.4373715-.1931196-.6473604.2298732-.3633541.3666-.5700465.3666-.5700465-.0695792.0675649-.137288.1373741-.2050902.2070197.1471076-.2115318.2929994-.4172657.4376755-.6186979.116994.405436.190127.8507096.2161257,1.3143356ZM196.1006177,186.4124462c.0240347-.0115258.045638-.0236126.0699533-.0350683.0879092-.0414039.1750702-.0863381.2628859-.1284668.0732265.0507321.1488845.0997576.2239814.1491804-.0037408.0045121-.0114095.0138169-.0114095.0138169,0,0,.1998531.2171895.6740015.5141945-.4983702-.1000615-.9323984-.2822061-1.2194125-.5136567ZM315.3660663,203.1531297c-.3140415-.2923993-.6242487-.6108894-.9248233-.9528518,1.0497665-.508303,1.8279498-.9832677,1.8279498-.9832677,0,0-.2590515.9010209-.9031265,1.9361196ZM331.3471134,113.2951125c-.0966066-.5683399.2920642-1.4996364.6975687-2.4628918.0182365.5670073-.0405879,1.0163488-.0608818,1.148977-.1921844.4488272-.4051304.8864091-.6366869,1.3139148ZM326.9421154,104.646013c-2.7486582-1.0590152-3.1256389-2.3690491-3.1622989-3.7827683.7475086.6381257,1.4084173,1.1039961,1.9101542,1.2891099.272799.1006693.52493.1827759.7680831.2572141.1915298.3918763.410087.7350778.6580096,1.0291136.0981029.116263.2006948.2249747.3067469.3281222-.1416834.2969348-.2210822.6383362-.2010689.9872421-.0933334-.0360736-.1847963-.0715159-.279626-.1080337ZM195.9159149,173.1790813c-.0689245.1010668-.137288.2024609-.2045291.3047199-.0306747-.0300184-.061817-.0596862-.0930528-.0892371.1064262-.0781087.2055578-.1498117.2975819-.2154829ZM194.9954871,174.6395581c-.7046762,1.2089672-1.2868408,2.4171862-1.723581,3.409408-.2831798-.1761129-1.0822181-.7987385-.4796662-1.9410291.2908485-.5512032.948671-1.1973946,1.6306218-1.7745016.1991049.0941466.3916635.1946757.5726254.3061227ZM227.8473345,198.8314322c.0490047.1665977.1011891.3463109.1535605.5293907-.1226988.0983081-.2430595.2000295-.3594924.3068708-.3648231.2850817-.5749634.4631117-.5749634.4631117-.2824316.3854939-.5098732.7574982-.6923315,1.1157089-.5494324.4406446-1.1735875.8695764-1.6014434.9434535-.8154044.1407874,1.4310492-1.5017873,3.0746703-3.3585356ZM317.8662407,207.0528857c.52493.0145183,1.0510758-.0042783,1.5760058-.0410065-1.5297132.2695348-3.2161667.2528657-4.1452919-.1291915-.1500067-.0616968-.2973949-.1426577-.4406681-.2371083.9209889.233508,1.9184776.3771009,3.0099542.4073063ZM321.4731357,205.3183854c-1.0158186.1023994-1.9764602.0346942-2.9261599-.1931093-.4875219-.1169176-1.0602408-.3855173-1.6636345-.7759207.4912627-.480225.8728259-.9885981,1.1705949-1.5018808,1.0060925.1769545,2.8721051.576803,3.9090594,1.2433574-.1327055.4215908-.2973014.8314221-.4898599,1.2275533ZM332.3543282,125.5907284c.4707817-.0788802,1.0492989-.1664808,1.6796264-.2415737-.2623247.2418776-.5253976.4839422-.7784638.7341427-.3159119-.1432422-.6179828-.3059824-.9011626-.492569ZM334.517268,110.7879178c-.8952708,1.0165592-1.8765804,2.0925475-2.5523589,2.9403114-.107829.13527-.2072412.2642745-.297956.3867563-.0297395-.0827611-.0604142-.1635818-.091837-.2409892.5764598-1.0064595,1.0325588-2.0766031,1.3607219-3.2136803-.0075752-.4890622-.0840748-.9930868-.2669072-1.452154.0692051-.2278269.1229793-.4459282.1515031-.6476409.2047162-1.4482731-2.0935478-2.4474618-5.2651052-3.6776102-.0561122-.3118505-.011316-.6212696.1042753-.9043407.7696729.6516153,1.7156318,1.0301891,2.7665206,1.3340674.2917837.0843977.5916101.1632311.8977024.2408723.3060923.0776178.6186375.1552823.9311827.233508.4689113.1173618.9381967.2360563,1.3869076.3581172.064342.0175108.1263461.035419.1898464.05307.2912225,1.1122722.2583969,2.3426544,1.4100071,3.5221408.0363794.037336.0736006.0665128.1102606.1017915-.1936808.2300713-.3997062.4689798-.6130262.7130316-.073133.0837197-.1471076.1680238-.2217369.2527488ZM335.9918978,106.9746168c.4249567.2276866.6946696.4734217.7187978.7459724.0133734.1518924-.0917435.3901463-.2790649.6879928-.339105-.458997-.6034872-.9832443-.7186108-1.5708951.0150568.0068032.0293654.0137.0440481.02055.0825785.0382712.1613227.0770099.2348297.1163799ZM327.6468851,96.5954121c.0759386.0310705.1509419.0594758.2280963.095713-.0862258.3994511-.1865732.7741205-.2922513,1.1136516.0461991-.4128004.0697662-.8172545.064155-1.2093646ZM323.4031162,90.358449c-.0919306-.0297379-.1851704-.056647-.2785038-.0834391-.0270274-.3195889-.0534937-.6293353-.0791183-.926387.7115032.4793366,1.189486,1.016793,1.5078295,1.5204903-.3402272-.1982527-.7204812-.3715835-1.1502074-.5106642ZM194.7906774,192.9689281c.5736542-.1860255,1.2157652-.5284556,1.7026325-1.1496082.6231264-.7492454.9563396-1.4235149,1.0745494-2.0358537,1.324623.297753,3.3861868.8996883,4.0966613,1.86617.0628457.1543238.1386908.3111258.2226721.469424.0216967.094848.0340414.1917767.0284302.292446-.1125986,2.013223-5.6323598,2.9734859-7.6605368,2.022107-.4905145-.2300947-.960174-.6660401-1.3123718-1.2304289.6179828.0277507,1.2446631-.044864,1.8479632-.2342561ZM224.6884023,204.5720857s.4863996-.2394696,1.0623918-.783963c.0043955.1519158.0151503.2996234.0336673.4409953-.3370475.1333062-.7006549.2524682-1.0960591.3429677ZM279.7530289,212.4775273c-.3095525-.1291448-.623407-.2532163-.9110758-.3626995.1040882-.0423157.2085505-.0852393.3129193-.1279525.1179292.0370789.2390382.0756072.3633268.1157019.0772479.126012.1540281.2524448.2348297.37495ZM288.814782,209.9512321c-.0059853-.0687572-.0101937-.1351999-.0166466-.2045649.064155-.427833.1598264-.7295137.2801871-.9393389-.0611623.5242941.009352,1.0615401.1662793,1.5866057-.1424316-.1461646-.2857984-.2937553-.4298198-.4427019ZM325.1533506,204.3104764c-.0678023-.2801488-.1827389-.5405658-.3473348-.7728814.4246762.0373594.854683.0279377,1.2797332-.0324265-.0476954.1738218-.1022178.3285898-.1631931.4639065-.2616701.1226221-.5174484.2354718-.7692053.3414014ZM326.218548,202.843056c-.0247829.1816303-.0567669.3440899-.0922111.4967538-.4456247.1045502-.900882.1530613-1.3550171.1471231-.1687108-.2240395-.3837142-.4207959-.650715-.579211-.5130529-.3043926-1.072679-.4998866-1.6428729-.6170146.0396527-.3488826.0603207-.7024176.057141-1.0603712-.0106613-.4782845-.0495658-1.057706-.4340282-1.4917577-.4705947-.5178883-1.0641687-.8773615-1.6601742-1.2344969.1839546-.0952454.3674417-.1909585.5493389-.2885418,2.2746033.7171463,5.5614714,2.186133,5.2285387,4.6275163ZM342.3945852,162.8898151s.0600401.0242672.1685238.0620007c-.073507.0277507-.169646.0627488-.2915966.1040359.0782766-.103054.1230729-.1660366.1230729-.1660366ZM340.3142238,151.1880688c.0907148-.5597598.6479094-1.5331617.7619107-2.6616354.6213496-.8737144,1.1782636-1.7719533,1.5083906-2.6619394.107829.0697157.2062125.1428915.2876688.2223796.2868271.2798916.407936.6234438.3479894,1.0523288-.0299265.2144308-.1051169.4502065-.2274416.7100157-.5758986,1.2228542-1.7813766,2.4953884-2.6785179,3.3388506ZM342.5033494,134.4508454c1.7128262.9255687,3.8332143,2.5443204.8972348,3.6197709-1.9291389.7066492-3.8177834.0847717-4.8904625-.4256354.0242218-.0383413.0486306-.0767995.0773414-.1173852.027308-.0450744.0601336-.0952454.091837-.1444579.1453307-.2466936.3103942-.6159626.4772346-1.065912.6175152-.5881885,1.3782102-1.3784872,2.1600408-2.3444078.3809086.1079635.7834204.2600897,1.1867739.4780274ZM340.1618791,131.9481627c.1545892-1.6255783-.0025251-3.125355-.8129729-3.7637379-1.1855582-.9339617-3.5274961-1.1175792-5.5296744-1.868882.3634203-.3645698.7500336-.7069297,1.1214032-1.060605.9147231-.0805168,1.8748035-.1179697,2.7312634-.055969-.6812026.9236517-1.3692322,1.6212532-1.3692322,1.6212532,0,0,.9824318-.5940332,1.8835009-1.5689313.4063462.0530466.7784638.1340543,1.0973684.2505278-.2473615.4295163-.5556047.8940774-.9409088,1.3978916,0,0,.5778626-.4975253,1.3284573-1.215373,2.0661463,1.1572298,1.7951241,4.7668542.7112227,6.3002965-.0043019.0061019-.0083233.0122505-.0126253.0183524-.0734135-.0198954-.1438344-.0385283-.2078023-.0548234ZM340.1447648,122.4678983c-.1614162-.0739941-.3276955-.1423772-.4967804-.2073938.0196393-.3660894-.0194522-.7454113-.1358851-1.1350432,0,0,.5311959.3983522.6326655,1.342437ZM338.2610768,121.0466746c.4459053.2391423.6623115.5835127.7214164.985629-.2859854-.0847016-.5810423-.1570124-.8846095-.2157167-.4660122-.0901021-.9287511-.1683979-1.3849437-.2368044-.0096326-.4010174-.0767803-.7921456-.1954576-1.1661839.6130262.1477543,1.2047298.3441133,1.7435944.6330759ZM332.301115,117.7416531c.8774084.5021543,1.7582771.9975756,2.6435413,1.4837855-1.5111027-.2877703-2.6546702-.6915464-2.6435413-1.4837855ZM331.7184829,103.8178172c-1.336313-.3210384-2.4115171-.5413373-3.1821253-.8982155.0112224-.0108945.0225384-.0216956.0336673-.0325901,1.0296596.1720216,1.9206285.3025925,3.1484579.9308056ZM329.1996979,97.5610756c.5780496.5148724,1.1751774,1.262154,1.2645829,2.2110081.0312358.4600023-.0581697.97076-.3662259,1.3389536-.004489.0041381-.008978.0083696-.0135605.0125077-1.1214967-.3525765-1.9436345-.8080432-2.4643562-1.3821811.3494857-.8976544.6635273-1.7942099.9133203-2.6759901.2227656.145206.4459053.3049537.6662394.4957018ZM328.0580943,93.4517515c.1429927,1.107012.0332933,2.2008617-.1667469,3.1589737-.0831396-.0364476-.1636607-.0638476-.2452105-.0944739-.0249699-1.0008252-.2517569-1.9155929-.813721-2.6671762-.1344823-.4592542-.3255445-.9107699-.5860924-1.3350727-.5211892-2.0369993-2.0792391-3.3538365-3.2819115-4.0954838-.0152438-.1730736-.0299265-.338479-.0440481-.4961694,3.1228333.7808536,4.7819788,2.7760983,5.1377304,5.5294022ZM319.1878711,82.5649687c-.2415632-.115889-.4895793-.2258163-.7424585-.3299691.6863462-2.8063038.7096328-4.9882052.7096328-4.9882052.7126255,1.4664151.5686041,3.3793194.0328257,5.3181743ZM318.3380512,76.4737025c.7042086,1.5797791.426079,3.618789-.2458651,5.6213512-.0635004-.0244309-.1260655-.0500074-.1899399-.0737603.4357116-1.4373785.3267603-4.9313712-3.2689122-8.1279382-.0793053-.1779131-.1717035-.3599642-.2697128-.5433479,1.8115837.6156119,3.2923858,1.5938766,3.9744301,3.1236951ZM256.9222669,51.8831021c3.1181573-.1424006,8.2862818.8041623,12.304573-1.1104487,4.0171689-1.9140499,6.9678312-5.0667815,10.9829427-1.3461543,4.0140828,3.7195752,7.9451194,7.2834707,10.1558482,8.2173856,2.2103547.9337513,7.9393211-.3565041,11.2119742.3495606,3.098518.6684949,5.0946175,6.7930525,4.6029807,9.6644898-1.5557119-.256957-2.9786249-.3798596-3.2123323-.3806311-.4362727-.0014729-2.5087783-5.0465822-6.3271229-5.3684622-2.837409-2.5811187-12.0076457-6.5236112-15.1749948-6.9470256-3.1681907-.4235313-3.6052116-1.6600153-6.5554062-2.5975073-1.9840354-.6304341-5.5485655-.0573483-8.4035564.4770455-1.7265737.0134896-3.2928534.1361584-4.4976768.2969348-2.1420848.2858532-4.2064542.1146265-5.6487259-.1006693-.1842352-.0455888-.3614564-.0943103-.53157-.1462347-.2380094-.1744062-.4804143-.3425937-.7274952-.5018504.3588378-.2650928.9278159-.46566,1.8205617-.5064327ZM234.8045979,58.4335757c1.1120511-.1191854,2.3362332.3136507,3.4203217.8858948-1.1759256.335884-2.5561932.7789833-4.040549,1.3488896-.5182901.0894241-.9754178.2104097-1.3181701.3776152-.3086173.1505598-.6514631.3556625-1.0117037.5944774-1.652412.7503676-3.0481105,1.6945926-4.1874696,2.6942022.2407215-.3183966.4380496-.6507971.5628058-1.0027891.8430864-2.3787046,3.7092063-4.5911855,6.5747649-4.8982901ZM221.8207862,68.5506332c1.0706216-.8028297,3.0223924-1.7314845,4.5225532-2.9103397-1.2488715,1.3819239-2.0327595,2.7479735-2.3632606,3.7523524-.5396127.542366-1.1706884,1.2389622-1.9905818,2.3348225-.4455312.0367282-1.0659456.2941995-1.6561528.6908217.0924917-1.2292366.4144824-3.0630971,1.487442-3.8676569ZM202.2381748,103.5562079c.788377-2.7530468,2.7026461-3.9142977,4.1664275-6.6654507,1.4635943-2.7508258,1.1257986-4.9761885,2.0264001-6.8806764.1462659-.3092087.3873615-.617038.6857851-.9220853-.1221376,1.796618-.1229793,3.8674932-.1229793,4.4455119,0,.3158483-.3323715.9236049-.7548967,1.6621194-2.594443,3.2660723-1.7752043,4.4918488-1.9287648,6.8509152-.3774483.6273948-.6524919,1.2567769-.7628459,1.8376011-.015992.0841171-.0289913.1611504-.0431129.2407554-.8085774.8542632-2.2307422,2.2231183-3.2230872,3.2481641-.3079627-1.2213813-.4144824-2.5190712-.0429259-3.8168546ZM190.7121591,153.3528102c-.0177689.1300332-.0363794.2585701-.050501.3944947-.1153107,1.1108227.1656246,2.2370054.5816034,3.243161.027682.1167306.0501269.2305856.0817368.349584.4167269,1.5676221,1.4656518,2.9608146,2.741083,4.2179656-1.0657585.1698474-3.9681642.9538337-4.8892467,4.4726314-.1596393-.0615098-.4916368-.1975981-.9137879-.415372-.2396928-.1236741-.5084704-.2736495-.7909021-.4511651-.3530395-.2218887-.7275887-.4868178-1.0940017-.7971721-.3664129-.3103776-.7246896-.6661804-1.0450905-1.0699097-.0640615-.0807506-.1267201-.1633948-.1875084-.2480029-.1215765-.1691927-.2362325-.3461473-.3419106-.5309571-.1057716-.1848332-.2025652-.3775451-.288604-.5783226s-.1612292-.4096209-.2237008-.6266467c-.0312358-.1085246-.0593855-.2190832-.0839813-.3317225-.0459185-.2093576-.082485-.4091299-.1135338-.6031276-.0101002-.063006-.0169272-.1224818-.0255311-.1839214-.0180494-.1283967-.034322-.2548762-.0461056-.3766099-.0064529-.0675883-.0112224-.1332361-.0158049-.1988371-.0079492-.1108158-.0134669-.2191066-.016179-.3243816-.0016834-.0627722-.0031797-.1253574-.0030862-.1862125.0000935-.1053685.0037408-.2069028.0088844-.3066838.0027121-.0526492.0041149-.1068413.0082298-.1579943.0095391-.1206583.0235671-.23629.0402138-.3488125.0037408-.0247114.0056112-.051527.0095391-.075841.0216967-.1322074.0488177-.2578921.0795859-.3792751.0120641-.047576.0266533-.0920659.0400267-.1380521.0212291-.0730823.0428323-.1455801.0671476-.2147815.0179559-.0511529.0375017-.1004122.0570474-.1495545.0232866-.0586809.0475084-.1162864.0729459-.1721619.022819-.049984.0461056-.0993835.0705144-.1471932.0252505-.0496099.0519038-.0973729.0787442-.1447618.027308-.0481137.0542418-.0967884.0830461-.1427045.0247829-.0394635.0511557-.0764722.0768738-.1143927.1298063-.1906078.2711157-.3631905.4208418-.5191741.0131864-.0138403.0261857-.0282884.0395591-.0418949.052839-.0536545.1066133-.1051347.1609486-.1552823.011316-.0104036.0225384-.0209708.0338544-.0312341.0591049-.0536077.1188644-.1057192.1790916-.1557031.2023782-.1678835.4088712-.3185602.6099401-.4560045.9282835-.6345488,3.119186-1.4467067,4.5880175-1.9039736ZM189.5062135,170.3092338c.3381698-4.5579642,1.8034475-6.9960277,4.9590129-7.4201902.3763261-.0505918.6606281-.1088753.8734806-.1720216.011503.0098425.023006.0197551.0346025.0295976-.5354043,1.2103465-.6777424,3.09882-.8646897,5.0328354-.0069205.0714458-.0199198.1424473-.0293654.2137295-1.3399603.2585233-2.676741.5324767-3.5871621,1.6565319-.2847696.3470123-.5217503.8729897-.4948165,1.4114748.0768738,1.1688257.7561125,1.7954958,1.6298736,2.2523419-.1825518.1853943-.3562192.3822676-.5170743.5902926-.4369273.4676472-.9995461,1.0829318-1.3651173,1.6341817-.5671077-1.7324898-.7625654-3.5586118-.6387444-5.2287736ZM265.3260104,213.0250133c.057141-.0557118.1138143-.1120782.1691784-.1702916.8016569.7345635,2.3195866,1.6216273,4.3059599,2.1605098.0647161.3133467.0642485.6657362-.0215097,1.0657951-.1686173.7868152-.4121444,1.2787063-.6974752,1.5628528-1.4506885-1.6459413-2.7412701-3.356829-3.7561535-4.6188661ZM309.2151358,207.8859677c-.5585039.2279438-1.1748968.2358459-1.7521048.1221077-.2554977-.0551975-.5095927-.132675-.7573282-.2271957,1.4153378-1.6067349,2.193147-3.3218308,2.4983976-4.6170659.0184235.0046991.0392786.0101698.0579827.0149625.0377822.0441626.077996.085777.1163394.1293318-.000187.0324031-.0031797.0660453-.0028991.0982146.0014028.161618.0114095.3193551.0264663.474731.0230995.2387448.0626587.4697513.1164329.693744.0148697.0620708.0318905.123113.0490047.1840383.0474148.1683277.1036206.3321433.1676821.491891.1169005.2915343.2575552.5706076.4258919.8337132.0705144.1100676.1452372.2176571.2240749.3227684.0237542.0317251.0504075.0616267.0749098.0928842-1.395792.3585848-2.5560997.4295163-2.5560997.4295163.7260924.2102694,1.4278695.3355567,2.1140287.3795089-.2222045.255788-.4963128.4581787-.8027791.5768498ZM316.8372357,210.6059568c-.5813228.1678134-1.194162.1109093-1.7537881-.0627722-1.1045695-.3650608-2.156487-1.1105422-2.5250509-2.2516172-.0079492-.0197318-.0134669-.0396272-.0212291-.0593823.3916635.2219588.8092321.4214038,1.248778.5972361.1415899.056647.2853308.1109093.4311291.1628103.2915966.1037787.5911425.1981124.8972348.2829776.4590917.1273212.9327725.2334378,1.4159924.318607.4817236.084912.9728928.1489467,1.4684574.1924079-.2939346.3995446-.705705.6969469-1.1615234.8197327ZM328.7804459,201.469946c-.1664663-2.1651855-1.5529063-4.3444452-1.5529063-4.3444452,0,0,.0865999-.000491.2420308-.0131623,1.1540418,1.1029441,2.0614703,2.8457673,1.3108755,4.3576074ZM341.662601,170.4649837c.000187-.0028756.0003741-.0058213.0005611-.0087203.0706079-.009562.1356046-.0201993.1948965-.0318654.03666.0198954.07332.0397207.1096994.0600369l-.3051571-.0194512ZM339.1519522,166.1405742c-.1405612-.1083142-.2592386-.1701279-.3469607-.1701045-.07332.0000234-.1761924.0166457-.2960856.0399311-.0187041-.0246647-.0302071-.0398843-.0302071-.0398843,0,0,.5997463-.1467257,1.4217907-.6608734-.2833668.2702829-.5411091.5461533-.7485373.8309311ZM341.6223872,163.8356065c.1830194-.2020634.3404143-.3894449.4644223-.5437687.1497262-.0814519.2729861-.1557499.3700602-.217961-.249793.2543151-.5329728.5075782-.8344826.7617297Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LONG WOB 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.16645,169.7395847c1.0177358-1.2398974,1.9554649-2.6121424,1.7058122-4.1986313-.2651303-1.6849138-1.4765469-2.9087967-3.3072088-4.1825466-.9025654-3.0381285-2.14966-5.9902929-3.7284247-8.6894046,2.9325661-5.1547328-.0375017-11.7579724-4.1388624-15.1866212-1.0112595-.8454026-1.963531-1.6515756-2.8535413-2.4157601-.5210022-.9035926-1.0945394-1.9158501-1.723394-3.0514544-.0302539-.8338535-.0673815-1.6639196-.1573247-2.4728045-.4302406-3.8697843-1.9270814-6.8376827-3.2722088-10.3689413-.7581232-1.990265-1.3902977-4.0350027-1.9726259-6.0933703-3.1101379-21.5724842-7.9163151-30.3111481-14.1085582-43.0012119-6.3572131-13.0280986-22.2864032-18.202493-35.925489-17.1168259-2.5201411.2006139-9.7466965-2.3946022-21.5946094,2.5102574-1.8719979.7068128-3.2405054,1.4339886-3.9118883,1.8191318-1.3140318.6770048-2.6724858,1.4367005-4.0834048,2.305295-16.7444308,10.3084602-23.0229933,38.8048484-24.7804053,49.057176-1.5860827,4.3215806-3.0730103,8.2421438-4.1217715,11.0321993-1.9779799,5.2619482-6.1167955,9.0695915-8.3142444,14.1255486-1.4747466,3.3930662-.8449568,6.6388456.5834504,9.7321715-.3197696,2.0597937-.3555178,4.0681773.0305344,5.3228735.020668.0671908.0443988.1411147.0698831.2191767-2.9170884,3.5478108-5.0048613,10.3207341-3.559784,16.3722562-.7522314,3.2125347-.354302,6.5843495,2.7417377,9.8149794-2.0909292,1.4066587-6.0461642,4.8467164-3.8128035,15.9359601,0,0-.730558-10.2757298,4.170823-13.1405976-1.9482638,3.0117805-2.6396602,6.1742845-1.5798402,8.4433189,0,0-.9057919-3.8564584,3.6004186-9.0377261l.1203608-.0317485c.3465165.7843838.7041385,1.4938852,1.0563831,2.1493347-1.7797634,3.1030282-3.3745201,6.8005104-1.2114399,12.6074196.1977957.5310038.4096194,1.0154604.632385,1.460921-.8705113.7264744-1.8948169,1.400323-3.0573924,2.1389545,0,0,1.6434574.2774134,3.6142363-1.1443246.2927656.4651222.600401.872639.9196095,1.2283716-1.1014599,6.7003086,2.8406589,10.2811771,2.8406589,10.2811771,0,0-.36494-3.9545561,1.6881602-6.7480248,0,0-.3554009,3.1004331.6773449,5.0864431,0,0,.2545859-1.0099897.7806148-2.3802944,1.1708287,1.7565934,2.3654583,2.5350623,2.3654583,2.5350623l.21332-1.4347835c1.6673051,4.1225331,8.1769331,6.3905388,8.4766192,6.4930785-.1738778-.0619306-1.9917742-.8495875-.2632132-6.2398855.6692554-2.0869365,2.1188684-3.8536062,3.8238856-5.4843044,1.5054213-.1209622,3.2843664-.4012512,5.3017652-.9587199.4898833-.1353635.9561058-.2970517,1.402432-.4775832-1.9224989,2.5101405-7.7972637,4.3464791-7.7972637,4.3464791,5.1555461-.9964066,8.0282123-2.8646574,9.4315561-5.1622841,3.0958059-1.8799402,4.561294-4.964803,3.4483311-8.0897605,1.0399235-1.0210012,2.0354248-2.0792916,2.9489087-3.2160181,2.5734711-3.2024117,2.7753816-4.866378-.0678023-9.1826984-2.2852412-3.4692812-3.2689823-5.6892902-4.0599779-8.2672527-.4682099-2.5300125-1.0183904-4.2720642-1.0183904-4.2720642,0,0,.0321476.2563725.0725485.6998693-.2410956-1.1399294-.5284838-2.0782396-.7134204-2.6283907-.9193991-3.6804624-2.048845-8.7460048-3.1047371-13.6565455-.4684671-5.6604407-1.4654881-11.3393273-2.2806821-15.3516759,2.8456622-4.9171802,4.9131879-10.8149163,6.9866989-16.5496783,4.1727168-8.2063041,8.5394182-16.8603365,12.7660027-22.8762526,1.0907051-1.5524492,2.3530201-3.03205,3.6930038-4.4260373,8.0298021-7.4787542,15.0515946-8.9393947,15.0515946-8.9393947,0,0,.0087675-.1471231.020481-.3959442l.6698165.0122739c.0182599.3282391.0319606.5270294.0319606.5270294,0,0,9.962074.8487224,17.6345346,8.5180844,1.6822918,1.8772282,3.0591225,3.6778907,4.20767,5.4307435.429773.7269654.8387377,1.4891627,1.2202776,2.293138,3.9756693,8.3776944,7.2215521,21.1977212,13.3937818,33.6506533-1.0042922,9.8524557-1.6717474,13.6792697-2.0604649,18.0888951-.2838812,1.0378807-.5387477,2.0863754-.7545928,3.135478-1.2267305,4.7220837-2.3378231,9.9622428-2.3952446,13.6190224-.1827622,1.0262848-.3430095,2.0376072-.4561224,2.9982208-.1718671.7916079-.3489948,1.5860446-.5305413,2.3713169-1.0492989,4.5386766-2.5766274,9.3013461-1.1550237,14.0432083.6155045,2.0530372,1.4173017,3.814657,2.3265305,5.362711,1.0821947,2.8905144,2.8522788,5.6111581,5.3759503,7.6595896.3360422,1.118491.930528,2.3041261,1.8255183,3.5786943,0,0-.4166802-1.1366797-.6879127-2.7364945.6131198.4117249,1.2654012.7841033,1.9560026,1.1149608,2.8703516,2.9807334,4.635292,5.9330381,2.8069915,11.2764382,0,0,1.0113764-.4983436,2.4708792-1.6425747.4320876-.2444726,1.2463698-.714294,2.2883274-1.3570254,1.7633506-.1549316,4.0284615-.6446251,5.5826771-2.0405061,0,0-.6425086,1.522197-1.7133406,2.596689,0,0,2.4666708.0566937,4.7726034-3.9668066,2.9254819,2.4161108,5.1326569,3.6981836,5.1326569,3.6981836,0,0-1.6733372-2.1949001-1.405448-6.5933971.7814331,1.1499823,2.174513,2.0407399,4.2348143,2.522578,0,0-1.5983105-2.5163125-.982198-3.6521039.6161124-1.135768,3.5141227-10.4447122,5.5886858-15.5451592,1.4972149-3.6811638,2.1906219-7.0746742.0475084-10.4827963.0008884-1.0945978-.0437675-2.2059583-.1406079-3.328938ZM167.5096649,183.2649047c-.2407683,2.3316663.4462794,4.4591886,1.1567071,5.9555052-.2254543.8240577-.5388646,1.5313849-.9276756,2.1657233-.9890718-2.3553959-1.3866504-5.1459657-.2290315-8.1212284ZM171.8782601,173.3713723c-.007996.0873434-.0160387.1747569-.0245491.2630588-.0532832.0424326-.1060521.085099-.1590081.1277187.025835-.1008564.0501269-.2015257.0738344-.3021249.0362158-.028943.0732966-.0594057.1097228-.0886526ZM162.7859727,164.715189c.0078791.8179325.0488177,1.6739491.113978,2.6325755.1096527,1.6132576.3048298,3.049514.5574751,4.345544-.5795927-.7142707-1.1988848-1.6105924-1.7477327-2.6774162.1044623-1.3931925.5081899-2.8610804,1.0762796-4.3007033ZM162.9159894,161.8491289c-.8302975,1.16076-1.6521315,2.4199916-2.3853782,3.7356365.2205211-.9126168,1.2655415-2.9382774,2.6241591-5.4747191-.1022412.6102114-.1808918,1.183531-.238781,1.7390826ZM161.6842088,169.6175705c.5096628.8483484,1.1207251,1.6554565,1.8412531,2.4090503.1185371.5734832.2482265,1.1185378.3876655,1.6369872-.1347161.3591693-.2555211.7149954-.3617135,1.0673147-.5839414-.6514517-1.616243-2.079993-1.8340754-4.2344944-.0290615-.2874196-.0360287-.581736-.0331296-.8788578ZM167.7831419,193.2552255c.0144957.0184927.0295758.0368918.044165.0553611-.0070842.0237529-.014145.0474591-.0212291.0711418-.021159-.0272831-.0434636-.0526726-.0643187-.0804466.0137943-.0158742.0275885-.0299951.0413828-.0460563ZM292.940563,143.0763322c1.66139,3.7369925,1.4284306,6.6811146.4849033,8.904607-.6446361-1.0462503-1.3372483-2.0532944-2.0836346-3.0050708-.3187643-.4064647-.6400536-.8188209-.9623717-1.2337955.1634737-3.510241-.0754476-6.8761409-1.1945829-8.7238884-.3233-.5337859-.6914899-1.1440675-1.1038915-1.8382557,2.1011229,1.8684612,3.9877802,3.9352919,4.8595774,5.8964034ZM284.169635,130.279731c-1.3160191-2.4253922-2.8428332-5.3386074-4.5987957-8.8448974.3370008.2312402.6640884.4663847.9698066.7125874,2.0818577,1.6765442,3.1009963,3.8119451,3.4628969,6.494037.0733668.5437687.1243354,1.0904598.1660922,1.638273ZM163.3229668,139.5870153c-.090972-1.5487788.3393154-3.0922973,1.0011359-4.4873133,1.17146-2.4692976,2.71291-4.438545,4.8632247-6.0381494.3696862-.274982.983858-.594454,1.625221-.9416066-3.1145334,5.7168071-5.341488,8.9574432-6.0171495,10.5334817-.3878759.9047615-.7215333,1.9723334-.9825721,3.0848394-.2731497-.6826625-.4461858-1.4079212-.4898599-2.1512517ZM161.1238112,156.6506543c.4559353-1.2995836,1.2452476-2.597367,2.205819-3.8396958.0284068.5075081.095835,1.0535679.2218772,1.6486532.1190749.5621445.2771945,1.1108227.4583201,1.6494013-.1022879.415863-.1971644.8130229-.2848631,1.1930462-1.2521681,2.1706562-2.6852514,4.6283345-3.4676197,7.2119314-.3327222-2.2444632-.1831363-4.8716149.8664665-7.8633363ZM188.216976,197.5985251c1.355438-1.2515634,2.8396068-2.4300445,4.2117148-3.6187189.7356081-.6372607,1.4725021-1.2633464,2.2057956-1.8880059.4301939.7240664.7789782,1.7417478.5286708,2.9615861-1.9855083,1.4925059-4.4476434,2.2341999-6.9461812,2.5451386ZM197.1892301,193.0208058c-.0226787.0306497-.046994.0590784-.0699299.089354.1811023-1.0288331.1724049-2.1012444.0227722-3.1892727.3267603-.2892198.6505279-.5808008.9712328-.8741119.32164,1.2477527.1051169,2.5827786-.9240751,3.9740306Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M270.5180642,192.4497072l-2.9149842-49.5662739-79.3774065-.5957399,2.242292,49.2683805s-2.8589421,5.5404604-.8408653,10.187311c0,0,.3924116-4.289388,4.2043033-4.8255819,0,0,1.1772115,5.1830212.5045192,7.5064348,0,0,.0601336-.0313978.1675652-.0950818.0120174-.0071072.0229125-.013513.0361924-.0215085.016483-.0099126.0349299-.0213683.0533066-.0326603.0193353-.0118765.038507-.0236828.0599466-.0371256.0177221-.011105.0365665-.0232152.055668-.0353956.0254375-.0162249.0513427-.032894.0791884-.0510828.020177-.0131857.0410087-.0269558.0624249-.0411702.0306046-.0202928.0621911-.0415676.0952973-.0640347.0217201-.0147754.0435571-.0297145.0663527-.0454251.0364262-.0251323.0743487-.0517608.1134169-.0793712.022819-.0161314.0452873-.0320056.0689947-.0490255.0432064-.0310004.0884235-.0640581.1344823-.0979808.0224683-.0165288.0441416-.0323563.0672879-.0496099.0530027-.0395336.1084135-.0817558.1648297-.1250535.0186573-.0143312.0363561-.0276338.0553875-.0423859.0717301-.0555949.1460555-.1142758.222789-.175996.005354-.0043017.0102405-.0080891.0156179-.0124142.1680562-.1354571.3478258-.2859467.5379527-.4518898.0170675-.0148923.0349533-.0311173.0522078-.0462667.0762659-.0670505.1535605-.135761.2329827-.2078614.0280561-.0254829.0569773-.0524621.0854309-.0785763.070982-.0651335.1425485-.1314359.2158685-.2006139.0330127-.031164.0666567-.0635905.1001136-.0955727.0705144-.0674012.1416834-.1361117.2141617-.2072769.0367535-.0360969.0738811-.0730122.1111256-.110091.0716132-.0712821.1439513-.1442008.2172947-.2191066.0389746-.0398142.0780428-.079979.117485-.1208453.0737175-.0763553.1483-.1549083.2235839-.2349575.0402138-.0427833.080334-.0853562.120992-.1292149.0774583-.0835326.1559453-.1698006.2348999-.2572609.039676-.0439522.078978-.0870862.1190281-.1320204.084145-.0944272.1693888-.1923144.2550769-.2912537.0360521-.0416144.0715899-.0818727.1078758-.124282.1000668-.116941.201326-.2380435.3032399-.3611799.0226319-.0273533.0448197-.0531869.0675451-.0808441.2522479-.3070578.5098031-.6333798.7715667-.9796674.0337609-.044677.0680361-.0917854.1019372-.1371403.0956948-.1279525.1915532-.2570037.2882533-.3903567.0454042-.0626086.091159-.1276719.1367736-.1914962.0860855-.1204478.1722412-.2416204.2589814-.3664167.0508751-.0731758.1020074-.1484323.1530929-.2231278.0821811-.1201439.1644556-.2413633.2471277-.3654582.0544055-.0816623.1089045-.1648209.163497-.2482133.0799833-.1221779.1600602-.2458988.2403942-.3718172.0565331-.0886058.1130662-.1781001.1697629-.2685762.0796092-.1270641.159312-.2563959.2391551-.3872005.0569305-.0932349.1138143-.1865632.1708384-.2817385.0805912-.1344752.1612526-.2719662.241984-.4103222.056346-.0965079.1125752-.1923846.168968-.2907862.0835839-.1459074.1671677-.2956957.2507983-.4458113.0532599-.0955961.106473-.1896259.1597328-.286952.0923046-.1686784.1845158-.3422196.2767503-.5161349.0444222-.083743.0888444-.1651014.1332432-.2500836.1366099-.2615158.2730562-.5280581.4091985-.8013569,0,0,1.0090384,1.787243-.8408653,5.1830212,0,0,29.9333562-1.8151808,47.4234252-2.0628563,2.9387384-.0416144,5.8970693,2.4594785,8.1787334,4.1794138.0310722.0234256.062495.0470382.09331.0701833.1445592.1084545.2869907.2143373.425775.3151703.0079726.005798.0157114.0111517.0236607.0169263.1264396.0916685.2497229.1786144.3710188.262451.0302305.0209007.0605545.0418014.0904576.062141.1289179.0877642.2556614.1718813.3782433.2486341.0065698.0041147.0128123.0075747.0193587.011666.113978.0709782.2243321.1351765.332465.1951199.0285003.0157807.0568838.031351.0849633.0463135.1132766.060411.2242619.116263.3305479.1622726.0038811.0016833.0074816.0027821.0113393.0044186.101493.0435314.1986373.0776178.2933969.1064439.0249933.0075981.0497762.0147287.0742786.021228.097004.0258103.1916467.0462434.2809353.0540987-1.0650805-3.4553241,1.1142021-5.3335576,1.289319-5.1234285,1.2846898,1.5414378,1.9859993,3.3404638,2.2650408,4.1753225.0005845.0384348.0053073.0754669.0053073.1140654,0,0,.0018236-.0328473.0040448-.0866654.0925618.2790032.1360956.4441047.1360956.4441047,2.1301844-1.9063817,1.420762-4.3254849,1.420762-4.3254849,2.8222354,2.8234872,1.8866339,5.93402,1.8866339,5.93402,2.3543995-3.5744861,2.1862265-10.366019,2.1862265-10.366019Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M331.001462,183.5837221c.0056112-.5978907-.0264663-1.2773737-.1227923-2.0177819-.0006546-.0048394-.0013093-.0096788-.0019639-.0144949-.0705144-.5379707-.1747896-1.1064041-.3250769-1.6993152-.0157114-.0634736-.034509-.127555-.0510621-.1913091-.025157-.0939596-.0497529-.1875685-.0772479-.2825802-.428417-1.5348683-1.0997064-3.1112108-2.0142425-4.2748697-.0385304-.0490488-.0704209-.1023059-.1077355-.1521028-.0605077-.0872966-.1182098-.1745231-.1812425-.2618431.1617903-.2600663.3114229-.5209042.4512359-.7823966.7230062,1.1131372,1.4083238,2.4353282,1.984503,4.0129564-.3005746-1.8294419-.7236609-3.7287164-1.2459723-5.6717794,1.1313163-3.111164.8754445-6.2862458-.1188644-9.3695889.2366066.113855.4801338.2191066.7329194.3126921-.1493521-.0659284-.4316902-.2153894-.7994124-.5144282-.0347896-.1043632-.0667736-.2091004-.103153-.3132298l-1.9141756-4.257733c-.6373416-1.180141-1.3368742-2.3330223-2.0588517-3.447913-.041149-.063497-.0806146-.1295422-.1210154-.1940912-.2836474-1.1084615-.5456916-2.3539464-.7739749-3.7556254-.0028056-.0177913-.0056112-.0360969-.0085104-.0539116.1183033-.8702544.0750034-1.6195465-.2632599-2.3349394-.0009352-.0105906-.0016834-.0211812-.0026186-.0317952l.3943755-2.3650747c.0808016-1.0718268-.0979159-2.5511002-.4489915-4.0869271,1.0203076-2.8170814,1.3896197-5.9707248-.2288444-9.6805043-.4407617-1.0102703-.9034071-2.0189041-1.3652109-3.0293146.8240083.9218281,1.5392523,1.884312,2.1047702,2.9157636,4.0269886,7.3453311,1.6505416,13.0170404,1.6505416,13.0170404,0,0,5.5087259-7.4419325-.5894591-17.303506-1.966173-3.179477-4.1346306-5.2209417-6.4053995-6.8681454-.0012158-.0045823-.0028991-.0091178-.0041149-.0137-1.0305948-3.7561164-1.5554314-7.6426166-2.4823121-11.3644128-.0039279-.0162249-.0085104-.0323563-.0126253-.0485813.0167402.0178147.0333868.0357463.0501269.0535609.009352.0100763.0188911.0201759.0285237.0302522-.1847963-.7230611-.3701538-1.4495122-.557101-2.1779504,2.8116909,2.2242171,4.7283916,4.0635015,4.8549247,6.6028422,0,0,.4910756-1.9609713-1.5281234-4.7881056-.7255313-1.0160215-2.2137215-2.3937839-3.9069084-4.05415-.2826187-1.0787236-.5716902-2.1589434-.8704879-3.2368955.0105678.0180017.0172078.039744.03002.055665,3.2581573-6.6042917-.664743-12.3620351-5.0972361-16.9345176-2.5918245-2.6736756-4.828552-6.0943522-6.7687263-9.4570726-.3546294-1.0476297-.7420844-2.1234075-1.1730264-3.2341835-1.3907419-3.5846559-5.4398013-7.1057914-9.0787737-9.6967292-2.5432874-3.5247125-5.8264147-7.0246434-8.8169166-6.9823043-.7266535.0102867-1.4606952.1915663-2.1897803.4971746-1.5553378-.9237452-3.1769816-1.6723594-4.8463208-2.2363508-.5840349-1.4272789-2.2878832-1.2756203-3.6746972-.9249375-.678584-.1139251-1.3621247-.199819-2.0501543-.2531696-.146827-.1231832-.2741083-.2163479-.3739881-.2729948-.087161-.0494229-.2962726-.0958533-.5883369-.1381924-.6196662-.7350778-1.3089116-1.2366711-2.0136813-1.433147-2.8094464-.783285-4.3687121.8971167-4.3687121.8971167,0,0,.0248764.0136299.0659319.0326135-.0985705-.0068734-.1965799-.0123207-.2944958-.0171835-.8172748-.2975193-1.66139-.386733-2.3544697-.3520855-2.2446767.1121951-3.1437819.6736148-3.1437819.6736148l-.3509821.3504957c-.3183435-.2709375-.7392788-.2900848-1.0643557-.2469742-.8934939-.1019552-1.9270814-.0190538-2.8430203.1168241-.0252505-1.2546962-.7661191-1.5419054-1.5153111-1.3844021-1.0192789.2142905-2.1950174,1.2395467-2.8703282,1.6697409-.3591184-.4867243-.9875755-.7155097-1.8560995-.6461213-1.297128.1036852-2.1024322,1.4870586-2.2193327,1.7005543-.0496593.0253427-.0990381.0511529-.1482298.0775243-.5022046.1143927-1.0026322.239189-1.5008154.3775451.0408684-.0365411-.0019639-.0560157-.1902205-.0437185-2.5941625.1694499-6.5652259,1.1593806-9.9103572,2.5495339-2.445465,1.0162553-6.1160474,3.6174798-8.8448792,7.3525786-2.9665607,2.7742514-5.3519857,6.235537-6.804264,11.2087096-.1865732.6391077-.3626721,1.2676481-.5302607,1.8875149-1.1125187,1.6574203-2.124503,3.3811663-2.9346703,5.2290541-2.4002012,5.4740411-3.7612036,10.9075667-5.0061472,16.8858896-.6495927,3.1342389-.5845025,6.6933885-.7368473,10.1900463-2.6811365,3.8487901-5.7608569,7.0097511-6.8697283,8.9718445-1.9072551,3.3748774-1.3120913,5.6083058-1.3120913,5.6083058.0030862-3.4770664,2.5990255-5.9642722,6.1887127-9.4513915-.1255044.1989073-.2460522.4043606-.3749233.5986155-3.2893932,4.9583972-6.080229,10.7381635-3.7319317,16.2737144-2.381123,2.0169402-4.6185051,4.5013874-6.520149,8.4154513-3.2102749,6.6075647-2.5888318,12.2471982-1.4185175,15.9354224-.5656114.6964794-1.1123317,1.3269135-1.6029397,1.8251402-2.6907691,2.7326604-3.4055455,4.0359145-3.0271619,5.9697896.2125719,1.086462,1.1018574,2.5044828,1.8404815,3.5387398-.2815899,1.3415486-.497435,2.6801515-.6353776,4.0022489-.8756315,1.6188685-1.4611628,3.3663909-1.6026592,5.2371198-.398584,1.3856178-.7189849,2.7407261-.9360457,4.0479312.0730394-.1667613.1533735-.3221372.2304343-.4827967-1.4061728,3.6641673-2.4473354,7.2442643-2.8702347,10.490675,1.0951239-2.8341714,2.8230069-4.766901,4.3878838-6.0129236-.6251839,1.0050568-1.12318,2.0203302-1.4386244,3.0476904-.9606416,2.4737396-1.2787045,5.1028317-.4574083,7.772416-.105304-.4222688-.3304076-1.8316629.4551638-4.2629231.4993054,1.2826807,1.523915,2.5393874,2.8202948,3.7188037.9292187,1.2778646,2.1031804,2.4897074,3.3217512,3.5773383-.3197463,1.2402481-1.1942556,2.6861365-1.1942556,2.6861365,1.1820979-.29621,2.1418978-.7253055,2.9053984-1.2523817.2960856.2336716.588898.4580151.8760991.6727966-.4323448,1.3784404-1.0010424,2.0635343-1.0010424,2.0635343.0372211.0478331,1.3123718-.0218358,3.1282575-.5633602,1.2601874.8380851,2.1205752,1.3246457,2.1205752,1.3246457.0007482-.0010754-.6377156-.5628225-1.5786244-1.4964101.4310355-.1432656.8841419-.3101438,1.3552977-.5088875,2.0886847,4.4641449,4.4082713,4.8718954,4.4082713,4.8718954-.9788781-1.3341375-1.5345763-3.1231807-1.5345763-3.1231807.3359253.3811922.7146829.7019968,1.1168207.9775399.118958,1.1475042.4163528,2.284067.9343624,3.3939078-.1319573-.329221-.428604-1.2929206-.2918772-3.0030836,1.8061596.9680013,3.9237421,1.1343886,5.1500751,1.1342016-.0313293.0339227-.0530261.0584471-.052839.0616267,0,0,.0346961-.022584.0932398-.0618137.6023649-.0018703.9807485-.0425028.9807485-.0425028-.1014696-.1384729-.2030328-.2811541-.3044089-.4268043.1957382-.1396886.4218705-.3038315.6764331-.4938081.4609621.780012.9697131,1.5482878,1.48978,2.3549984,0,0-.3781965-.8919032-.7545226-2.2512431.4678826.219995.9261326.4147408,1.3672683.5831854.5043555,1.0096624,1.1379563,1.9339687,1.9354048,2.6793566,0,0-.1818972-.8601079-.2622312-2.1245765,1.7871749.5037207,3.031838.5728286,3.0968346.5071574,0,0-1.5662797-.839932-3.1157258-2.4610683.0440481-.9213138.1713294-1.9127641.4420709-2.8786379.3753909-.3699002.7478827-.7596256,1.1155114-1.160269.190127,1.423094.4407617,2.7780154.7689248,4.0342312-.0117836-1.4154959.1769406-2.7197319.4784504-3.9025849.242779.657086.7301138,1.727627,1.6998269,3.3907517.3913829,1.3326413,1.0362061,2.5700137,1.9992792,3.6595851-.1516901-.1939509-.4690048-.6718848-.7412427-1.5515608.3608952.5681061.7210423,1.0776715,1.0666002,1.4756731,0,0-.0861323-.2611184-.206306-.6944922.0507816-.0019404.3175018-.1140888.7533069-.3244751.022819.8322871.0485371,1.3021085.0485371,1.3021085.0167402-.4373248.0569539-.9021197.1098865-1.3793522.6519307-.3202435,1.6088315-.8220238,2.7407089-1.4703661.1047429.6346423.1350435,1.2830781.0562993,1.9292696-.7908085.85092-1.2966604,1.3518119-1.2960993,1.3528874,0,0,.4609621-.307315,1.2142689-.8599443.0002806-.0000468,0,.0003507.0003741.0002805-.0270274.1292383-.0577021.2582662-.0943621.3867563,1.4018709-.1515651,3.1018847-1.4279802,4.6563809-4.1090903.2333334-.2116487.4682567-.4286512.7041151-.6508906.1267201,2.0296817-.3114229,3.5901733-.5114631,4.8813872,1.1405748.019872,3.0269749-4.108085,4.9491933-8.1577929.075658,1.0929613.0627522,2.189897-.0488177,3.2905032-.0657448.5571882-.1478558,1.1219978-.2508217,1.6723126-.1303674.6596343-.2922513,1.3203206-.504075,1.9825266,3.9351515-4.5785376,3.9965945-7.4470291,3.9965945-7.4470291,0,0,.0475084,7.2049411,1.4370345,8.4167371,0,0,2.1480702-7.2236909,4.5731477-8.4167371,2.5260796,2.5111458,2.6839421,4.9001137,2.6049173,5.9377139-.0200134.1785677-.0439546.3584913-.0789312.5416412,0,0,.4619908-.393583.9787845-1.4832011.5284838-.9684455,1.0763263-2.3224785,1.091009-3.8031079,0,0,3.6007226,1.6754454,3.1771687,5.0447119l1.817195-1.622843c.151129,1.5980614-.1060521,2.5453724-.2242619,2.8802978.4713428-1.1439739.7341352-2.2867789.8272815-3.4187829l.8153109-.7281109s2.6999341,1.0772273,3.6814307,2.8675096c.1231664.2630588.2243554.5575856.3126387.8686178.034509.195681.0489112.3969028.0334803.6048343,0,0,.698878-.1206583,1.7499538-.49479.6924251-.1672289,1.3404279-.404197,1.9422317-.6874317,2.9453316.3813558,5.7934955-1.2751994,7.2150056-2.2839033,1.7453713,1.7479899,3.6207359,2.4979367,3.6207359,2.4979367,0,0-.4518906-1.8487762-.6101271-3.0181395,1.0316236.7436579,2.0220982,1.3819473,2.8699541,1.8954637.5676689.3964352,1.166293.7529627,1.750889,1.0062491.5276421.2862507.8396262.4389379.8396262.4389379.0002806-.0004442-.0820174-.0781555-.2207082-.2127943.2125719.0620942.4220576.1121483.6226588.1321373,0,0-.0497529-.3933725-.0932398-.9977159.5866535.3033172.939506.4572202.9545628.4335842,0,0-.5198799-.8532813-1.0166603-2.3095733.0099132-1.0750531.1094189-2.2488117.4197196-3.1350572,0,0,.2902873,3.8366097,2.555258,5.766908,0,0,.9138814-3.2884926,1.7614568-5.7299226,1.8373019,3.7511133,3.3908628,5.1497531,4.3408431,5.6693013.2690582.2173064.5495259.427342.8448633.6251505,0,0-.0516233-.1233936-.1352305-.3493034.187976.0385751.2901003.0266285.2901003.0266285-.6396796-1.3431618-1.0622983-2.9733457-1.3435141-4.5848499,1.2707552,2.079806,3.0379168,4.0820409,5.2644506,5.8279969-.2278157-.1895557-2.0157388-1.7849519-5.1637291-7.5781143-.1865732-.3433886-.3365799-.6850237-.4656381-1.0252795-.0028991-.0319355-.0052371-.0624449-.0080428-.0941934-.0158049-.5591754-.0087909-1.1340146.0246894-1.7186729,1.2013631,2.3048742,2.3748571,4.1751355,3.4488454,5.6748888.5413896,3.5202004,3.190168,5.9798426,9.78345,6.1041713,0,0-3.1570618-.7251652-5.6441434-2.0913785-.3868939-.6147235-.9135073-1.4708103-1.5302744-2.5250796.0194522.0201292.0380628.0375932.0574215.0575354.4791985.5085835,2.8778099,2.9694882,5.2687525,3.8923683,0,0-.0707014-.0409831-.1997596-.1490168.2442753.1048308.3824985.1490168.3824985.1490168-1.4289918-1.2569873-2.5009226-2.9665892-3.2982776-4.6990322.5080028.6230931.8167137.9487839.8167137.9487839-.5051972-.7797782-1.0199335-1.6947563-1.5277493-2.6778136-.4407617-1.2056474-.7558319-2.3488732-.9747632-3.2825076.0821109-.0786465.132986-.1230663.1415899-.130454.0029927.0061486.0056112.0123207.0085104.0184693.0644356.2556477.7455447,2.7958768,2.7516508,4.3252745.6420176.7963538,1.345478,1.5767866,2.1232872,2.3278322-.1012826-.1031709-.5603743-.5985453-1.3227526-1.8200436.2541885.1338439.5255847.2500602.8140016.3462875.6044224.8267697,1.4521848,1.5566808,2.5880837,2.1658168l-.0499399.5379941c.0522779-.1408108.1071744-.304416.1632866-.4779105.0744422.0387154.1441149.079418.2208952.1171047.7603209,2.2168762.9583036,3.881918.9583036,3.881918.8049301-.7948576,1.3625923-1.7936021,1.7322784-2.9101526.7277758.1894388,1.5199871.350823,2.3872018.4789391,0,0-.9737344-.3532077-2.2462666-.956195.0098196-.0355125.0174883-.072264.0270274-.1079635.4657316-1.0367585.9879495-2.3817672,1.5198001-4.0955773.1177422.0317251.2289379.0706041.3520108.0963209.4991184,1.7380539.9064933,3.2756342,1.2062262,4.4592119.0426453,2.8224819-.8886309,3.4699826-.8886309,3.4699826,0,0,.3406948-.165569.8838613-.4760402-.0669606.081335-.1299934.163839-.1987309.2446597,0,0,2.9666542-.5296011,5.1982381-4.1038768.9872014-1.0611894,1.8409491-2.2844177,2.3000408-3.6378194.0792118.6493476.121296.9788491.2112626,1.6492611,0,0,1.097649-.9687261,2.1836079-2.9283414.524743,1.5548339.8207351,2.7477398.8207351,2.7477398.9203343-2.3072822.554576-5.6068564.554576-5.6068564.7368473,1.1341081,1.1750839,2.5195622,1.4386244,3.7966787.2580228,2.2593322.3912894,3.7853633.3912894,3.7853399,0,0-.0909018-1.154962-.254469-3.0369829.0443287.2743041.080334.537924.1106346.7895739-.0010287.0828313,0,.1647741-.0013093.2476989,0,0,.0072946-.0349748.0192652-.0971859.1384102,1.2248648.1258785,2.0968959.1258785,2.0968959,0,0,1.4519978-1.8491035,2.1675224-4.9776146.4628325-1.6564617.694202-3.7744921.3526654-6.8060979.2127589-.2478392.4163528-.508303.6049835-.7878673,1.9305417,1.4923422,3.6380372,1.3004486,3.6380372,1.3004486-1.2217506-.7293266-2.2715171-1.4114514-3.1435948-2.1396325.2228591-.4336777.4252373-.8886068.5821645-1.3852437.9961793-3.1512353.368751-6.0988877-.6780229-9.0021202-.0608818-.3828521-.144302-.7613323-.2648498-1.1315832-.3583702-1.1017985-.8277491-2.1664246-1.3653979-3.2038845.0710755-.2479795.1433668-.4961226.2165933-.7444995v.0000701c.0085104-.0291534.0168337-.05819.025344-.0873668,5.0547778,6.2977248,4.7226869,9.8165458,4.6013909,10.4686054,1.0711827-4.505315-1.3767139-8.6980081-4.1484716-11.9193098,1.2975021.5662592,3.5861334,2.0513539,4.8706361,5.0637189-.164783-1.0159514-.4198131-2.0773512-.7461058-3.1677174.0804275.1007395.158143.2047987.2333334.3118739.0048631.00685.009165.0142845.0140281.0211812.0699533.1004122.1381296.2029284.2036874.3083203.0214162.0343435.0409619.0705808.0619105.1054152.0477889.079605.0958584.1588125.1413093.2408489.0158985.0286391.0303006.0586809.045825.0876006.0484436.0899151.0968871.1799236.1427121.2723636.0256246.0517374.0490982.105275.0739746.1577371.0337609.071399.0683634.1420499.100628.214688.027308.0614396.0524649.1245625.0787442.1868204.027682.0655543.0563928.1303371.0828591.1967097.0243153.0609019.0466667.123113.0700468.1846462.0263728.0692248.0535872.1378651.0787442.2077912.0205745.0570678.0392786.1150707.0591049.1725593.0259987.0756773.052839.1509339.0776219.2272191.0174883.0537947.0332933.1082441.0501269.162296.025157.0807038.0508751.1611738.0747228.2423452.0171142.0585874.0327321.1175489.0491917.1763233.0216032.0771035.0439546.1540199.0644356.2313571.0168337.0637541.0320775.1276018.048163.191426.0184235.0727316.0375017.1453931.0548965.2181247.0149633.0628424.0284302.1255444.0428323.18834.0167402.0737837.0342285.1476608.0501269.2212808.0132799.0615565.0250635.1227156.0377822.1841085.0152438.0743447.0312358.1489233.0455444.2229173.0130929.0672843.0246894.1337972.0370341.2007074.0124382.0674012.0255311.1351765.0372211.2021335.0122512.0702534.0230995.1394782.0346025.2091706.0103808.0627956.0214162.1261523.0311423.1884335.0099132.0636139.0187041.1258951.0280561.1888777.0100067.0674012.0205745.1354337.029833.2020167.0096326.0683598.0179559.1350596.0268404.2024609.0076687.0587511.0160855.1183437.0232866.1762999.0086974.0697859.016179.1375845.0242218.2061781.0063594.0547766.0132799.110582.0192652.1644936.0065464.0592888.0121577.1163799.018143.1745933.0062659.0608084.0130929.1226688.0188911.1822381.0049566.0514335.009165.1005524.0137475.1509806.0057983.0639645.0120641.128911.0173013.1911689.004489.0531635.0082298.1037086.0123447.1555629.004489.0559923.0092585.1132238.0132799.167603.0040214.0548234.0072946.1065842.0108484.1596776.0033667.0491657.0071076.0998511.0101002.1474738.0033667.0535843.0060788.103732.008978.155259.0025251.0430638.0053307.0878577.0074816.1294253.0030862.0573483.0055177.1108158.0080428.165195.0015898.0324031.0033667.0668168.0047695.0981444.0028991.0663726.0053307.1284902.0075752.1897194.0005611.0155937.0014028.0328473.0018704.0480903.0019639.0530934.0033667.1014408.0048631.1502091.0006546.0216488.0014963.0454952.002151.0662557.0014028.0500074.0024315.0951987.0034603.1399224.0003741.0144014.0008417.0309068.0011222.0447471.0022445.1031709.0035538.188153.004489.2577752.000187.0134896.0004676.0275169.0005611.0396973.0000935.0032964.0000935.0056343.000187.0088372v-.0000234c.0003741.0262311.0006546.0516906.0009352.0710249-.0002806-.0193109-.0005611-.0447237-.0009352-.0710016-.0074816.0786465-.0077622.1333763.0036473.1480349-.0003741-.000491-.0006546-.0076683-.0009352-.012344.0003741.0052602.0006546.012344.0010287.0124375,0,0,.270461-.9837353.2929059-2.5440632.0002806-.0233555.0002806-.0466876.0005611-.0700664ZM327.5336319,173.7561882c-.0168337-.0306029-.0363794-.0594992-.0529325-.0902424-.2592386-.4805523-.4987443-.9675805-.7315166-1.456292-.157956-.3742019-.3268538-.7499468-.4955646-1.1259021.5398933.5153166,1.0961527,1.1330093,1.6442757,1.8610968-.1226052.3147495-.2467068.5850324-.364262.8113397ZM300.0282525,201.4346673c-.1416834-.2579155-.2464263-.5207639-.3046895-.78754-.1024048-.4700552-.114656-.9128272-.07332-1.3318698.7026188.8907109,1.2864667,1.8262156,1.7716505,2.7508725-.4501137-.1714839-.9264131-.3810987-1.3936411-.6314628ZM222.7989161,68.2412609c5.2350852-7.527242,10.3244655-9.5390856,10.7948732-9.712393-.0051436.0070137-.0104743.0139806-.0155244.0209708-3.3637419,2.061477-6.1360607,4.6461492-9.4874579,9.2894462-.7255313,1.0052438-1.4841688,1.9957356-2.2510361,2.985152.023006-.0815922.0438611-.1661769.0681764-.2459689.2315565-.7586671.5282032-1.5425366.8909689-2.3372071ZM258.9250063,52.3509363c.1586106.0752098.3214296.175505.4794791.3045563-.3920375-.0037172-.7839815-.0069669-1.175832-.0087671.1130662-.0346007.295805-.1077297.593574-.266589.0349766-.0110816.0680829-.0186563.1027789-.0292002ZM325.9002045,160.1283987c.7553643,1.3655119,1.4078562,2.7901256,1.8812564,4.2520052-.1401871.5419451-.288978,1.0675952-.4402005,1.5759917-.4117703-1.1695972-.8491653-2.3442675-1.3068541-3.5197796-.0466667-.8172311-.1232599-1.6318204-.2304343-2.4428328.0325451.0444432.0631263.0907567.0962325.1346154ZM209.0900407,119.9146238c.0051436.3748565.0092585.7469309.0115965,1.1152413.002151.3452355-.0000935.6801609-.0056112,1.0070206-1.0338681,2.2149591-2.0807355,4.4257802-3.1440625,6.631341-.2717703.1963122-.543073.3927179-.8134405.5903394.0669606-.6559404.1380361-1.3396316.2364196-2.1010807.3837142-2.9720832,1.2477492-5.3235047,3.1088988-7.1605213.1688978-.1667847.3584637-.3275845.5609354-.4850878.0144021.1344752.0294589.2686931.0452639.4027475ZM288.3510143,61.4548012c-.3253575-.3081333-.6544558-.6102348-.9861727-.908432.0157114-.0776178-.0135605-.1822615-.0759386-.3047433,1.3263064.926574,3.2272021,2.2833423,5.1327738,3.7402187,1.210154,1.6882102,2.2033407,3.2800762,2.8178633,4.3089794-1.6973018-2.2922262-6.0143907-6.5588198-6.8885259-6.8360228ZM204.5232523,128.1604849c-.0678023.5908771-.1176487,1.1403268-.1633801,1.6750012-.3618304.2713349-.7214164.5480003-1.0785708.8316091-.1805879-.6718614-.3132934-1.4652695-.3284437-2.3863729-.066306-4.0143358,2.0459459-7.9419594,4.4151918-11.2516332-1.1623651,3.7313114-2.3642893,6.9414615-2.8447972,11.1313958ZM327.6597909,166.8777561c.1607616-.4050386.3200268-.8263021.4728392-1.2712952.2852372,1.1528112.4534804,2.3228058.4518906,3.500492-.0002806.1946757-.0110354.3771944-.0199198.5618172-.2828992-.9242127-.5854377-1.8552755-.9048099-2.791014ZM328.8896778,162.9714307c.0094456-.0407493.0184235-.0819195.0277756-.1228325.130461.2636667.2637275.526445.3890449.7924495-.1378491-.2281542-.2776621-.4476115-.4168204-.6696171ZM328.3616616,161.7562915c-.008978.049797-.0186106.0994536-.0279626.1491571-.1415899-.1610335-.2881364-.3413312-.4387977-.5419919-.0175818-.1897661-.0307682-.3759553-.0398397-.558474.1726387.3154275.3397596.6331694.5066.9513088ZM326.9501581,159.200118c.002338.2611885.0333868.5372928.0761256.817535-.4245826-.7576618-.8563663-1.692208-1.26982-2.8369535.4024183.6702249.8024051,1.34225,1.1936944,2.0194184ZM323.6349533,138.1699998c.0156179.6998927-.0784636,1.3675693-.2562459,1.9889791-.3172212-1.0443099-.6981298-2.053271-1.1171012-2.911345-.669419-1.3705384-1.2932001-2.722514-1.8816305-4.0627768-.5489648-1.4719325-1.1462796-2.9129347-1.7858656-4.3099847-.1623514-.4167514-.3219907-.8329417-.4782633-1.2485709.0346025.033385.0702338.0670739.1009085.0993835.4826588.5088641.9309956.9867512,1.3547366,1.4711142.7903409,1.4695946,1.3119042,2.4623775,1.3119042,2.4623775.0096326-.0032263-.2690582-.6876889-.7606014-1.8080736.8305547,1.0269628,1.5683372,2.1535429,2.2809626,3.7143384.6880296,1.5067202,1.1973417,3.0910348,1.2311961,4.6045583ZM314.3743759,101.1943361c.0137475.0472253.0227255.0930011.0329192.1392211-.2533468-.9023769-.5140817-1.8023458-.7844491-2.6979194.3592119.6589095.5762727,1.0623818.5762727,1.0623818.0101937-.003273-.3089914-.7685096-.8592655-1.9875063-1.0171279-3.2728054-2.1755652-6.4712192-3.5801481-9.4792825.3550035.5349081.6838212,1.0805471.9684038,1.6284539,0,0-.2828057-.8775953-.9080831-2.1538234.7377825.8437661,1.4433939,1.741701,2.0772752,2.6807827.0284302.1027968.0586373.2121163.0946426.3423131,0,0,.1472011.133353.3680963.3751604,1.088484,1.7522449,1.9054782,3.6188591,2.1949239,5.4980278.4701271,3.0509401-.1805879,4.5921908-.1805879,4.5921908ZM314.4813632,91.8621533c-1.7876425-1.9711878-3.6338288-3.7205571-5.1231412-5.048546-.4776087-.8758653-1.0898868-1.8618683-1.8505817-2.8504197-.1386908-.2314039-.2812159-.4595347-.424115-.6874317,2.4688451,2.8243756,5.1933751,5.5394785,7.397838,8.5863974ZM298.1905765,68.9621244c1.0192789,1.1190053,1.485104,2.7019873,1.5853579,4.5303304-.0991316-.1225753-.2260388-.1870776-.3438745-.2214445-.2389446-.3654582-.5297931-.7190166-.8204545-.982917-.275137-.7533835-1.2903945-2.101034-2.0540821-2.6256788l.29328.0923698s-.9290317-1.8321772-2.3939353-4.1736393c1.4800539,1.199639,2.8267477,2.3853208,3.7337086,3.3809793ZM290.1154638,61.0246537c-2.0170481-1.3006824-3.6242897-2.1817144-4.1144302-2.4387649-.3298465-.1729801-.6223783-.3187473-.877876-.4396393-.6656782-.4605634-1.3127459-.782233-1.6762597-.7293266-.3746427-.2612353-.7532133-.516205-1.1377692-.7615895.3211491-.0855198.6391184-.1432422.9518507-.1632545,2.1621917-.1383794,4.6554457,1.9743206,6.8544845,4.5325748ZM268.2629251,52.1643731c-.7299268-.0404688-1.567776-.0658348-2.4221785-.0704171-.4758318-.0844912-.9861727-.1622726-1.5047433-.2199716,1.0088981-.5285724,2.3988919-1.0947848,3.9269218.2903887ZM260.814399,52.0168525c-.2403474.0779217-.4551638.1774221-.6381832.3014235-.1348564-.0697157-.2800936-.1266666-.4335606-.1730269.3756715-.0740876.7337611-.1173618,1.0717438-.1283967ZM257.9538905,52.6461878c-.0403073-.0001169-.0805211-.0001169-.1208284-.0002104-.0314229-.0192642-.061817-.0394401-.0947362-.0573717l.2155645.0575821ZM252.8458995,52.4539435c-.9917839.1842721-1.7114234.3903099-1.7114234.3903099.0052371.0017067.0092585.0041147.0144021.0058681-.5868405.0449342-1.1721847.0995238-1.7557521.1644001-.0245023-.066279-.0527455-.1291214-.0838878-.1893921.8612294-.6909619,3.8553786-2.9276868,3.5366611-.371186ZM246.167514,53.196222c.5975954-.6053252,1.304142-.6390609,1.8022317-.2974959-.7209488.0250855-1.402432.172419-2.0508089.414507l.2485772-.1170112ZM241.6079267,54.7061218c-.1200802.0417312-.2399734.0844678-.359773.1278823-.075658.0274-.1515966.0526959-.2271611.0807739-.229125.0851692-.4573148.1757856-.685224.2673138-.0543354.0218125-.1090448.0415442-.1633801.0637307-.462739.0450978-1.4792122.5744184-2.2216707.9929466-.8622581.4022098-1.6976759.8112461-2.5110228,1.2315979-.3037543-.0357463-3.2387986.9137858-5.7711441,2.5606856-.6235005.4055062-1.232786.8205275-1.828698,1.2472383,3.2377699-3.0475034,7.7618194-5.5690995,13.7680738-6.5721691ZM221.3988221,70.3871355c-.119332.456589-.2212693.9207761-.3014163,1.3937068-.3033802.3901463-.6066669.7808069-.9088313,1.1727767.1789045-.6369334.4145759-1.2266182.7217905-1.7525488.1624449-.2780681.325451-.547369.4884571-.8139347ZM208.2215167,112.9663358c-.1352305,1.1064509-.3306881,2.1869513-.6134938,3.2272868-1.4384373,1.5596733-3.5212302,4.0353767-5.4193204,7.1090644,1.7153512-3.5870171,4.00604-6.93557,6.0328142-10.3363512ZM197.6863497,145.0910982c.8604812-2.0185534,2.131517-3.8478082,3.6520653-5.6101995-.3360188,1.0133329-.6213496,2.0546503-.8390651,3.1328596-.3900736,1.9318412-.6749368,3.9027018-.8813363,5.8951644-.0673347.1353635-.1362592.2696984-.2055578.4041268-.7418038,1.1057495-2.19801,3.2382982-3.7071488,5.2343611.0320775-2.4890761.5038879-5.5909587,1.9810427-9.0563123ZM197.5942321,198.8513276c.0151503-.015921.027495-.0330577.0423647-.0490956.0749098.0420819.1497262.0839301.2243554.125334-.0107548.0654842-.0232866.1267835-.0347896.190374-.0770608-.0879512-.1543087-.1766974-.2319306-.2666124ZM211.9434417,204.749087c-.0392786-.0573951-.0780895-.1206115-.1170875-.1789885v.000187c-.3191851-.4758999-.6363128-.979644-.9468941-1.5167263.3255445.2208366.6509955.4228065.9757919.6153547.2202406.1325113.4400135.2591312.6587577.376984.0096326.0172068.0184235.0348111.0281496.0519946-.2247295.2483769-.426266.4669224-.5987176.6511945ZM223.1095909,206.0673035c-.242966-.8787175-.621256-2.4568367-.7272147-4.0717075.0927722-1.699923.4414163-3.1893429.6183569-3.8553596.0511557-.0873434.1056781-.1718579.1641283-.2527721.0466667-.0646893.350795.1797132.7650904.6470331-.0946426,2.267468-.1061457,4.2243714-.0907148,5.6928905-.398958,1.0596231-.6931732,1.7545594-.7296462,1.8399156ZM224.6943876,201.8025335c.1272813-.5763822.2627923-1.1483925.4021377-1.7041078.0284302.04449.0564863.0915282.084823.1370234-.158143.5398177-.3224584,1.0659353-.4869607,1.5670844ZM267.9526244,202.4316818c1.1445027-1.140397,1.7564067-2.1182642,1.7564067-2.1182642,0,0,.0158049-.0289664.0432999-.0797219.128497.243818.2656915.4761337.4088712.7001265.0144021.6257583-.0381563,1.1119683-.10334,1.4591676-.6298599.0547533-1.3441688.0787166-2.1052378.038692ZM270.1249163,202.3870048c.1204543-.3531843.2173414-.7059945.300107-1.058384.2370742.3348787.4878024.6428249.7449835.9304783-.3077756.0482773-.6608152.0928608-1.0450905.1279057ZM297.1093871,196.7979631c.5224985.3994277,1.0079629.826419,1.4519043,1.2777945-.0489112.8961581.0200134,1.7528294.2309954,2.556454-1.1367405-.9029847-1.9462531-2.1483528-1.6828997-3.8342485ZM301.4067432,203.0312558c.1587976.0061954.3221778.0055408.4888311-.000187.0917435.1999126.1800268.3987029.2629794.5950619-.2639146-.1914494-.5144557-.3907541-.7518105-.5948749ZM324.3333637,188.8578974c-.1164329.4871919-.2698999.9256856-.4488979,1.3283863-.1312091-.1582047-.2537209-.3214124-.3703408-.4882439-.0484436-.2335313-.0993187-.4710137-.1532799-.7131719.4910756-.9923621.9270678-2.0312949,1.2474687-3.0879722.0420842.9652894-.0338544,1.9504976-.27495,2.9610016ZM323.024078,187.5628259c-.0995992-.3971132-.2071477-.8063132-.3211491-1.2253557.4480563-1.394642.7803342-3.174661.5513963-5.1423186.7062661,1.9331972.4452506,4.1923891-.2302472,6.3676743ZM330.7053764,186.1293049c.0003741.0197084.0006546.0368217.0010287.0478565-.0003741-.0109179-.0006546-.0282884-.0010287-.0478565Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LONG WOB 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.1664429,169.739563c1.0177612-1.2398682,1.9554443-2.6121216,1.7058105-4.1986084-.2651367-1.6849365-1.4765625-2.9088135-3.3071899-4.1825562-.9025879-3.038147-2.1496582-5.9902954-3.7284546-8.6893921,2.9325562-5.1547241-.0374756-11.7579956-4.138855-15.1866455-1.0112305-.8453979-1.963501-1.6515503-2.8535156-2.4157715-.5209961-.9035645-1.0945435-1.9158325-1.7233887-3.0514526-.0302734-.8338623-.0673828-1.6638794-.1573486-2.4727783-.4302368-3.869812-1.927063-6.8377075-3.2722168-10.3689575-.7581177-1.9902344-1.3902588-4.0349731-1.9725952-6.0933838-2.2942505-15.9129639-5.5122681-24.8424072-9.527832-33.526062-.4596558-1.736145-.9677124-3.4806519-1.5359497-5.2225342-.5289307-2.2324829-1.6924438-6.0289307-3.4837646-8.3711548-2.3183594-3.0313721-7.3813477-8.5305786-11.9429932-9.6147461-1.3728638-.6105347-2.7383423-.6300659-3.7408447-.4649048-2.8121338-1.1262817-5.7720947-1.9359741-8.7772827-2.4331055-5.4262085-1.8261719-11.1800537-2.3034058-16.8693237-1.6066284-.4081421-.008728-.6351318-.008667-.6351318-.008667.1464844.0114136.2887573.0240479.4332275.0360107-.2328491.0296631-.4655762.0611572-.6980591.0946045-.2028809.0112305-.4056396.022583-.6040649.0375977-1.9038696.1436157-3.7894287.4646606-5.644165.9434814-2.5308228.4324341-5.3908081,1.1987305-8.602478,2.5283203-1.8720093.7068481-3.2405396,1.434021-3.9119263,1.8191528-1.3140259.677002-2.6724854,1.4367065-4.083374,2.3052979-16.7444458,10.3084717-23.0230103,38.8048706-24.7803955,49.0571899-1.5861206,4.3215942-3.072998,8.2421265-4.1217651,11.0321655-1.9780273,5.2619629-6.1168213,9.0696411-8.31427,14.1255493-1.4747314,3.3930664-.8449707,6.638855.5834351,9.7321777-.3197632,2.0598145-.3554688,4.0681763.0305786,5.322876.0206299.0671997.0443726.1411133.0698853.2191772-2.9171143,3.5478516-5.0048828,10.3207397-3.5598145,16.3722534-.7521973,3.2125244-.3543091,6.5843506,2.7417603,9.8150024-2.0909424,1.4066772-6.0462036,4.8466797-3.8128052,15.9359741,0,0-.7305908-10.2757568,4.1707764-13.140625-1.9482422,3.0117798-2.6396484,6.1743164-1.579834,8.4432983,0,0-.9057617-3.8564453,3.6004639-9.0377197l.1203613-.0317383c.3464966.7843628.7041016,1.4938965,1.0563354,2.149353-1.7797241,3.1030273-3.3745117,6.8004761-1.2114258,12.6074219.1978149.5310059.4096069,1.0154419.6323853,1.4609375-.8704834.7264404-1.8947754,1.4002686-3.057373,2.138916,0,0,1.6434326.2774048,3.6142578-1.1442871.2927246.4650879.6003418.8726196.9195557,1.2283325-1.1014404,6.7003174,2.8406982,10.281189,2.8406982,10.281189,0,0-.3649292-3.9545288,1.6881714-6.7480469,0,0-.3554077,3.1004639.6773071,5.0864868,0,0,.2545776-1.0100098.7806396-2.3803101,1.1708374,1.7565918,2.3654175,2.5350342,2.3654175,2.5350342l.2133179-1.4347534c1.6673584,4.1224976,8.1769409,6.3905029,8.4766235,6.493042-.1738281-.0618896-1.9917603-.8495483-.2631836-6.2398682.6692505-2.0869141,2.1188354-3.8535767,3.8238525-5.484314,1.5054321-.1209717,3.2844238-.4012451,5.3018188-.9586792.4898682-.135376.9560547-.2970581,1.4024048-.4776001-1.9224854,2.5101318-7.7972412,4.3464966-7.7972412,4.3464966,5.1555176-.9963989,8.0281982-2.8646851,9.4315186-5.1622925,3.0958252-1.8799438,4.5613403-4.9648438,3.4483643-8.0897827,1.039917-1.0209961,2.0354004-2.0792847,2.9489136-3.2160034,2.5734253-3.2023926,2.7753906-4.866394-.0678101-9.1826782-2.2852783-3.4692993-3.2689819-5.6893311-4.0599976-8.2672729-.4682007-2.5300293-1.0183716-4.2720947-1.0183716-4.2720947,0,0,.0321655.2564087.0725098.6998901-.2410889-1.1399536-.5284424-2.0782471-.7133789-2.6283569-.8651733-3.4632568-1.9156494-8.1520996-2.9163818-12.7849731.4356079-.7607422,2.7036743-5.9052734,2.348999-8.8878784-.5026855-4.227417-1.7730713-8.1095581-.1072998-12.1088867,1.8867798-4.5298462,1.2354126-8.0176392,4.3724365-11.5471802,2.9666138-3.3378296,4.6467285-5.6948242,5.6535034-9.7145996,4.0275269-5.7042236,8.4216309-11.2801514,13.3900757-15.8179321.3723755-.3400879.7479248-.6743164,1.12677-1.0023804.7577515-.6560669,1.5286865-1.2872314,2.3135376-1.890564,1.5697021-1.206604,3.1950684-2.3016357,4.8815308-3.2606201,3.4936523-1.9865112,8.5643921-1.8030396,12.9007568-1.5044556,2.4753418,1.2473145,5.1022949,2.9797363,7.5047607,5.3812866,1.682251,1.8772583,3.059082,3.6779175,4.2076416,5.4307861.4297485.7269287.8387451,1.4891357,1.2202759,2.2930908.8718262,1.8371582,1.7086792,3.8978271,2.5488892,6.1115112.0557861,1.0823975.1536255,2.1355591.3339844,3.1460571.8656616,4.8494873,1.3747559,10.7567749,4.5664673,14.4994507,1.0886841,1.2765503,2.0053101,2.1811523,2.8179932,3.0236816.9590454,2.2826538,1.9926147,4.5823364,3.1264648,6.8699951-1.0043335,9.852417-1.6717529,13.6792603-2.0604858,18.0888672-.2838745,1.0379028-.5387573,2.0863647-.7545776,3.135498-1.2267456,4.7220459-2.3378296,9.9622192-2.3952637,13.6190186-.1827393,1.0262451-.3430176,2.0375977-.4561157,2.99823-.171875.7915649-.348999,1.5859985-.5305176,2.3712769-1.0493164,4.5386963-2.5766602,9.3013916-1.1550293,14.0432129.6154785,2.0530396,1.4172974,3.8146973,2.3265381,5.3627319,1.0821533,2.8905029,2.8522339,5.611145,5.3759155,7.6596069.3360596,1.1184692.930542,2.3040771,1.8255005,3.5786743,0,0-.416626-1.1366577-.6878662-2.7365112.6130981.4117432,1.2653809.7841187,1.9559937,1.1149902,2.8703613,2.9807129,4.6352539,5.9330444,2.8070068,11.2764282,0,0,1.0113525-.4983521,2.4708252-1.6425781.4321289-.2444458,1.2463989-.7142944,2.2883301-1.3570557,1.7633667-.1549072,4.0285034-.6445923,5.5827026-2.0404663,0,0-.6425171,1.5221558-1.7133179,2.5966797,0,0,2.4666748.0567017,4.772583-3.9667969,2.9254761,2.4160767,5.1326294,3.6981812,5.1326294,3.6981812,0,0-1.6733398-2.1948853-1.4053955-6.5933838.7814331,1.1499634,2.1744995,2.0407104,4.2348022,2.522583,0,0-1.5983276-2.5163574-.9822388-3.6521606.6161499-1.1357422,3.5141602-10.4447021,5.5886841-15.545105,1.4972534-3.6812134,2.1906738-7.074707.0475464-10.4828491.0008545-1.0945435-.0437622-2.2059326-.140625-3.3289185ZM162.9160156,161.8491211c-.8303223,1.1607666-1.6521606,2.4199829-2.385376,3.7356567.22052-.9126587,1.2655029-2.9382935,2.6241455-5.4747314-.1022339.6101685-.1809082,1.1835327-.2387695,1.7390747ZM163.4573975,171.6932983c-.5795898-.7142944-1.1988525-1.6105957-1.7476807-2.6774292.1044312-1.3931885.5081787-2.861084,1.0762329-4.3007202.0078735.8179321.0488281,1.6739502.1140137,2.6326294.1096191,1.6132202.3048096,3.0494995.5574341,4.34552ZM163.5513916,174.730896c-.5839233-.6514282-1.6162109-2.0799561-1.8340454-4.2344971-.0290527-.2874146-.0360107-.5817261-.0331421-.8788452.5096436.8483276,1.1207275,1.6554565,1.8412476,2.4090576.1185303.5734863.24823,1.1185303.3876953,1.6369629-.1347656.3591919-.2555542.7150269-.3617554,1.0673218ZM163.7249756,157.302063c-1.2521973,2.1706543-2.6852417,4.6282959-3.4676514,7.2119141-.3327026-2.2444458-.1831055-4.8716431.8665161-7.8633423.4559326-1.2995605,1.2452393-2.5973511,2.2058105-3.8397217.0283813.5075684.0958252,1.0535889.2218628,1.6486816.1190796.5621338.2771606,1.1108398.458313,1.6494141-.1022949.4158325-.1971436.8129883-.2848511,1.1930542ZM167.8060913,193.3817139c-.0211792-.0272827-.043457-.0526733-.0643311-.0804443.0137939-.0158691.0275879-.0299683.0413818-.0460815.0144653.0184937.0296021.0369263.0441895.0553589-.0070801.0238037-.0141602.0474854-.0212402.071167ZM167.7387085,191.3861084c-.9890747-2.3554077-1.3866577-5.1459351-.2290649-8.1212158-.2407227,2.331665.4462891,4.4591675,1.1567383,5.9555054-.2254639.8240356-.5388794,1.5313721-.9276733,2.1657104ZM164.7954102,138.6534424c-.3878784.9047241-.7215576,1.97229-.982605,3.0848389-.2731323-.6826782-.446167-1.407959-.4898682-2.1513062-.0909424-1.5487671.3393555-3.0922852,1.0011597-4.4873047,1.1714478-2.4692993,2.7128906-4.4385376,4.8632202-6.038147.3696899-.2749634.9838867-.5944214,1.6252441-.9415894-3.114563,5.7167969-5.3414917,8.9574585-6.0171509,10.5335083ZM171.8536987,173.6343994c-.0532837.0424194-.1060181.085144-.1589966.1277466.0258179-.1008911.0501099-.2015381.0738525-.302124.0361938-.0289307.0733032-.0594482.1096802-.0886841-.0079956.0873413-.0159912.1748047-.0245361.2630615ZM197.1420898,189.9208984c.3267212-.2892456.6505127-.5808105.9711914-.8741455.3216553,1.2477417.1051636,2.5827637-.9240723,3.9740601-.022644.0306396-.0469971.059082-.0698853.0893555.1810913-1.0288696.1723633-2.1012573.0227661-3.18927ZM195.163147,195.0533447c-1.9854736,1.4925537-4.4476318,2.2342529-6.946167,2.545166,1.3554077-1.2515869,2.8395996-2.4300537,4.211731-3.6187134.7355957-.6372681,1.4724731-1.2633667,2.2057495-1.8880005.4302368.7240601.7789917,1.7417603.5286865,2.9615479ZM193.7349854,147.5490112c-.0303345-.1407471-.0610962-.2820435-.0913086-.4225464-.2489014-3.0070801-.6481323-6.0114136-1.0888062-8.7762451.27771-1.0178833.4851074-2.0018311.602478-2.84729.0651245.1486816.1298828.2963867.1972656.4506226,1.8232422,4.1724243.5924072,9.8401489.3803711,11.595459ZM279.5708618,121.4348145c.3369751.2312622.6640625.4663696.9697876.7125854,2.0818481,1.6765747,3.1010132,3.8119507,3.4628906,6.4940186.0733643.5438232.1243286,1.0904541.1660767,1.6383057-1.315979-2.425415-2.8428345-5.338623-4.5987549-8.8449097ZM293.4254761,151.980896c-.6446533-1.0462036-1.3372803-2.0532837-2.0836182-3.0050659-.3187866-.4064331-.6400757-.8187866-.9624023-1.2337646.1634521-3.5102539-.0754395-6.8761597-1.1945801-8.723877-.3233032-.5338135-.6914673-1.144104-1.1038818-1.8382568,2.1011353,1.8684692,3.987793,3.9353027,4.8595581,5.8963623,1.661377,3.7369995,1.4284668,6.6811523.4849243,8.9046021Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M270.5180642,192.4497072l-2.9149842-49.5662739-79.3774065-.5957399,2.242292,49.2683805s-2.8589421,5.5404604-.8408653,10.187311c0,0,.3924116-4.289388,4.2043033-4.8255819,0,0,1.1772115,5.1830212.5045192,7.5064348,0,0,.0601336-.0313978.1675652-.0950818.0120174-.0071072.0229125-.013513.0361924-.0215085.016483-.0099126.0349299-.0213683.0533066-.0326603.0193353-.0118765.038507-.0236828.0599466-.0371256.0177221-.011105.0365665-.0232152.055668-.0353956.0254375-.0162249.0513427-.032894.0791884-.0510828.020177-.0131857.0410087-.0269558.0624249-.0411702.0306046-.0202928.0621911-.0415676.0952973-.0640347.0217201-.0147754.0435571-.0297145.0663527-.0454251.0364262-.0251323.0743487-.0517608.1134169-.0793712.022819-.0161314.0452873-.0320056.0689947-.0490255.0432064-.0310004.0884235-.0640581.1344823-.0979808.0224683-.0165288.0441416-.0323563.0672879-.0496099.0530027-.0395336.1084135-.0817558.1648297-.1250535.0186573-.0143312.0363561-.0276338.0553875-.0423859.0717301-.0555949.1460555-.1142758.222789-.175996.005354-.0043017.0102405-.0080891.0156179-.0124142.1680562-.1354571.3478258-.2859467.5379527-.4518898.0170675-.0148923.0349533-.0311173.0522078-.0462667.0762659-.0670505.1535605-.135761.2329827-.2078614.0280561-.0254829.0569773-.0524621.0854309-.0785763.070982-.0651335.1425485-.1314359.2158685-.2006139.0330127-.031164.0666567-.0635905.1001136-.0955727.0705144-.0674012.1416834-.1361117.2141617-.2072769.0367535-.0360969.0738811-.0730122.1111256-.110091.0716132-.0712821.1439513-.1442008.2172947-.2191066.0389746-.0398142.0780428-.079979.117485-.1208453.0737175-.0763553.1483-.1549083.2235839-.2349575.0402138-.0427833.080334-.0853562.120992-.1292149.0774583-.0835326.1559453-.1698006.2348999-.2572609.039676-.0439522.078978-.0870862.1190281-.1320204.084145-.0944272.1693888-.1923144.2550769-.2912537.0360521-.0416144.0715899-.0818727.1078758-.124282.1000668-.116941.201326-.2380435.3032399-.3611799.0226319-.0273533.0448197-.0531869.0675451-.0808441.2522479-.3070578.5098031-.6333798.7715667-.9796674.0337609-.044677.0680361-.0917854.1019372-.1371403.0956948-.1279525.1915532-.2570037.2882533-.3903567.0454042-.0626086.091159-.1276719.1367736-.1914962.0860855-.1204478.1722412-.2416204.2589814-.3664167.0508751-.0731758.1020074-.1484323.1530929-.2231278.0821811-.1201439.1644556-.2413633.2471277-.3654582.0544055-.0816623.1089045-.1648209.163497-.2482133.0799833-.1221779.1600602-.2458988.2403942-.3718172.0565331-.0886058.1130662-.1781001.1697629-.2685762.0796092-.1270641.159312-.2563959.2391551-.3872005.0569305-.0932349.1138143-.1865632.1708384-.2817385.0805912-.1344752.1612526-.2719662.241984-.4103222.056346-.0965079.1125752-.1923846.168968-.2907862.0835839-.1459074.1671677-.2956957.2507983-.4458113.0532599-.0955961.106473-.1896259.1597328-.286952.0923046-.1686784.1845158-.3422196.2767503-.5161349.0444222-.083743.0888444-.1651014.1332432-.2500836.1366099-.2615158.2730562-.5280581.4091985-.8013569,0,0,1.0090384,1.787243-.8408653,5.1830212,0,0,29.9333562-1.8151808,47.4234252-2.0628563,2.9387384-.0416144,5.8970693,2.4594785,8.1787334,4.1794138.0310722.0234256.062495.0470382.09331.0701833.1445592.1084545.2869907.2143373.425775.3151703.0079726.005798.0157114.0111517.0236607.0169263.1264396.0916685.2497229.1786144.3710188.262451.0302305.0209007.0605545.0418014.0904576.062141.1289179.0877642.2556614.1718813.3782433.2486341.0065698.0041147.0128123.0075747.0193587.011666.113978.0709782.2243321.1351765.332465.1951199.0285003.0157807.0568838.031351.0849633.0463135.1132766.060411.2242619.116263.3305479.1622726.0038811.0016833.0074816.0027821.0113393.0044186.101493.0435314.1986373.0776178.2933969.1064439.0249933.0075981.0497762.0147287.0742786.021228.097004.0258103.1916467.0462434.2809353.0540987-1.0650805-3.4553241,1.1142021-5.3335576,1.289319-5.1234285,1.2846898,1.5414378,1.9859993,3.3404638,2.2650408,4.1753225.0005845.0384348.0053073.0754669.0053073.1140654,0,0,.0018236-.0328473.0040448-.0866654.0925618.2790032.1360956.4441047.1360956.4441047,2.1301844-1.9063817,1.420762-4.3254849,1.420762-4.3254849,2.8222354,2.8234872,1.8866339,5.93402,1.8866339,5.93402,2.3543995-3.5744861,2.1862265-10.366019,2.1862265-10.366019Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M331.001462,183.5837221c.0056112-.5978907-.0264663-1.2773737-.1227923-2.0177819-.0006546-.0048394-.0013093-.0096788-.0019639-.0144949-.0705144-.5379707-.1747896-1.1064041-.3250769-1.6993152-.0157114-.0634736-.034509-.127555-.0510621-.1913091-.025157-.0939596-.0497529-.1875685-.0772479-.2825802-.428417-1.5348683-1.0997064-3.1112108-2.0142425-4.2748697-.0385304-.0490488-.0704209-.1023059-.1077355-.1521028-.0605077-.0872966-.1182098-.1745231-.1812425-.2618431.1617903-.2600663.3114229-.5209042.4512359-.7823966.7230062,1.1131372,1.4083238,2.4353282,1.984503,4.0129564-.3005746-1.8294419-.7236609-3.7287164-1.2459723-5.6717794,1.1313163-3.111164.8754445-6.2862458-.1188644-9.3695889.2366066.113855.4801338.2191066.7329194.3126921-.1493521-.0659284-.4316902-.2153894-.7994124-.5144282-.0347896-.1043632-.0667736-.2091004-.103153-.3132298l-1.9141756-4.257733c-.6373416-1.180141-1.3368742-2.3330223-2.0588517-3.447913-.041149-.063497-.0806146-.1295422-.1210154-.1940912-.2836474-1.1084615-.5456916-2.3539464-.7739749-3.7556254-.0028056-.0177913-.0056112-.0360969-.0085104-.0539116.1183033-.8702544.0750034-1.6195465-.2632599-2.3349394-.0009352-.0105906-.0016834-.0211812-.0026186-.0317952l.3943755-2.3650747c.0808016-1.0718268-.0979159-2.5511002-.4489915-4.0869271,1.0203076-2.8170814,1.3896197-5.9707248-.2288444-9.6805043-.4407617-1.0102703-.9034071-2.0189041-1.3652109-3.0293146.8240083.9218281,1.5392523,1.884312,2.1047702,2.9157636,4.0269886,7.3453311,1.6505416,13.0170404,1.6505416,13.0170404,0,0,5.5087259-7.4419325-.5894591-17.303506-1.966173-3.179477-4.1346306-5.2209417-6.4053995-6.8681454-.0012158-.0045823-.0028991-.0091178-.0041149-.0137-1.0305948-3.7561164-1.5554314-7.6426166-2.4823121-11.3644128-.0039279-.0162249-.0085104-.0323563-.0126253-.0485813.0167402.0178147.0333868.0357463.0501269.0535609.009352.0100763.0188911.0201759.0285237.0302522-.1847963-.7230611-.3701538-1.4495122-.557101-2.1779504,2.8116909,2.2242171,4.7283916,4.0635015,4.8549247,6.6028422,0,0,.4910756-1.9609713-1.5281234-4.7881056-.7255313-1.0160215-2.2137215-2.3937839-3.9069084-4.05415-.2826187-1.0787236-.5716902-2.1589434-.8704879-3.2368955.0105678.0180017.0172078.039744.03002.055665,3.2581573-6.6042917-.664743-12.3620351-5.0972361-16.9345176-2.5918245-2.6736756-4.828552-6.0943522-6.7687263-9.4570726-.3546294-1.0476297-.7420844-2.1234075-1.1730264-3.2341835-1.3907419-3.5846559-5.4398013-7.1057914-9.0787737-9.6967292-2.5432874-3.5247125-5.8264147-7.0246434-8.8169166-6.9823043-.7266535.0102867-1.4606952.1915663-2.1897803.4971746-1.5553378-.9237452-3.1769816-1.6723594-4.8463208-2.2363508-.5840349-1.4272789-2.2878832-1.2756203-3.6746972-.9249375-.678584-.1139251-1.3621247-.199819-2.0501543-.2531696-.146827-.1231832-.2741083-.2163479-.3739881-.2729948-.087161-.0494229-.2962726-.0958533-.5883369-.1381924-.6196662-.7350778-1.3089116-1.2366711-2.0136813-1.433147-2.8094464-.783285-4.3687121.8971167-4.3687121.8971167,0,0,.0248764.0136299.0659319.0326135-.0985705-.0068734-.1965799-.0123207-.2944958-.0171835-.8172748-.2975193-1.66139-.386733-2.3544697-.3520855-2.2446767.1121951-3.1437819.6736148-3.1437819.6736148l-.3509821.3504957c-.3183435-.2709375-.7392788-.2900848-1.0643557-.2469742-.8934939-.1019552-1.9270814-.0190538-2.8430203.1168241-.0252505-1.2546962-.7661191-1.5419054-1.5153111-1.3844021-1.0192789.2142905-2.1950174,1.2395467-2.8703282,1.6697409-.3591184-.4867243-.9875755-.7155097-1.8560995-.6461213-1.297128.1036852-2.1024322,1.4870586-2.2193327,1.7005543-.0496593.0253427-.0990381.0511529-.1482298.0775243-.5022046.1143927-1.0026322.239189-1.5008154.3775451.0408684-.0365411-.0019639-.0560157-.1902205-.0437185-2.5941625.1694499-6.5652259,1.1593806-9.9103572,2.5495339-2.445465,1.0162553-6.1160474,3.6174798-8.8448792,7.3525786-2.9665607,2.7742514-5.3519857,6.235537-6.804264,11.2087096-.1865732.6391077-.3626721,1.2676481-.5302607,1.8875149-1.1125187,1.6574203-2.124503,3.3811663-2.9346703,5.2290541-2.4002012,5.4740411-3.7612036,10.9075667-5.0061472,16.8858896-.6495927,3.1342389-.5845025,6.6933885-.7368473,10.1900463-2.6811365,3.8487901-5.7608569,7.0097511-6.8697283,8.9718445-1.9072551,3.3748774-1.3120913,5.6083058-1.3120913,5.6083058.0030862-3.4770664,2.5990255-5.9642722,6.1887127-9.4513915-.1255044.1989073-.2460522.4043606-.3749233.5986155-3.2893932,4.9583972-6.080229,10.7381635-3.7319317,16.2737144-2.381123,2.0169402-4.6185051,4.5013874-6.520149,8.4154513-3.2102749,6.6075647-2.5888318,12.2471982-1.4185175,15.9354224-.5656114.6964794-1.1123317,1.3269135-1.6029397,1.8251402-2.6907691,2.7326604-3.4055455,4.0359145-3.0271619,5.9697896.2125719,1.086462,1.1018574,2.5044828,1.8404815,3.5387398-.2815899,1.3415486-.497435,2.6801515-.6353776,4.0022489-.8756315,1.6188685-1.4611628,3.3663909-1.6026592,5.2371198-.398584,1.3856178-.7189849,2.7407261-.9360457,4.0479312.0730394-.1667613.1533735-.3221372.2304343-.4827967-1.4061728,3.6641673-2.4473354,7.2442643-2.8702347,10.490675,1.0951239-2.8341714,2.8230069-4.766901,4.3878838-6.0129236-.6251839,1.0050568-1.12318,2.0203302-1.4386244,3.0476904-.9606416,2.4737396-1.2787045,5.1028317-.4574083,7.772416-.105304-.4222688-.3304076-1.8316629.4551638-4.2629231.4993054,1.2826807,1.523915,2.5393874,2.8202948,3.7188037.9292187,1.2778646,2.1031804,2.4897074,3.3217512,3.5773383-.3197463,1.2402481-1.1942556,2.6861365-1.1942556,2.6861365,1.1820979-.29621,2.1418978-.7253055,2.9053984-1.2523817.2960856.2336716.588898.4580151.8760991.6727966-.4323448,1.3784404-1.0010424,2.0635343-1.0010424,2.0635343.0372211.0478331,1.3123718-.0218358,3.1282575-.5633602,1.2601874.8380851,2.1205752,1.3246457,2.1205752,1.3246457.0007482-.0010754-.6377156-.5628225-1.5786244-1.4964101.4310355-.1432656.8841419-.3101438,1.3552977-.5088875,2.0886847,4.4641449,4.4082713,4.8718954,4.4082713,4.8718954-.9788781-1.3341375-1.5345763-3.1231807-1.5345763-3.1231807.3359253.3811922.7146829.7019968,1.1168207.9775399.118958,1.1475042.4163528,2.284067.9343624,3.3939078-.1319573-.329221-.428604-1.2929206-.2918772-3.0030836,1.8061596.9680013,3.9237421,1.1343886,5.1500751,1.1342016-.0313293.0339227-.0530261.0584471-.052839.0616267,0,0,.0346961-.022584.0932398-.0618137.6023649-.0018703.9807485-.0425028.9807485-.0425028-.1014696-.1384729-.2030328-.2811541-.3044089-.4268043.1957382-.1396886.4218705-.3038315.6764331-.4938081.4609621.780012.9697131,1.5482878,1.48978,2.3549984,0,0-.3781965-.8919032-.7545226-2.2512431.4678826.219995.9261326.4147408,1.3672683.5831854.5043555,1.0096624,1.1379563,1.9339687,1.9354048,2.6793566,0,0-.1818972-.8601079-.2622312-2.1245765,1.7871749.5037207,3.031838.5728286,3.0968346.5071574,0,0-1.5662797-.839932-3.1157258-2.4610683.0440481-.9213138.1713294-1.9127641.4420709-2.8786379.3753909-.3699002.7478827-.7596256,1.1155114-1.160269.190127,1.423094.4407617,2.7780154.7689248,4.0342312-.0117836-1.4154959.1769406-2.7197319.4784504-3.9025849.242779.657086.7301138,1.727627,1.6998269,3.3907517.3913829,1.3326413,1.0362061,2.5700137,1.9992792,3.6595851-.1516901-.1939509-.4690048-.6718848-.7412427-1.5515608.3608952.5681061.7210423,1.0776715,1.0666002,1.4756731,0,0-.0861323-.2611184-.206306-.6944922.0507816-.0019404.3175018-.1140888.7533069-.3244751.022819.8322871.0485371,1.3021085.0485371,1.3021085.0167402-.4373248.0569539-.9021197.1098865-1.3793522.6519307-.3202435,1.6088315-.8220238,2.7407089-1.4703661.1047429.6346423.1350435,1.2830781.0562993,1.9292696-.7908085.85092-1.2966604,1.3518119-1.2960993,1.3528874,0,0,.4609621-.307315,1.2142689-.8599443.0002806-.0000468,0,.0003507.0003741.0002805-.0270274.1292383-.0577021.2582662-.0943621.3867563,1.4018709-.1515651,3.1018847-1.4279802,4.6563809-4.1090903.2333334-.2116487.4682567-.4286512.7041151-.6508906.1267201,2.0296817-.3114229,3.5901733-.5114631,4.8813872,1.1405748.019872,3.0269749-4.108085,4.9491933-8.1577929.075658,1.0929613.0627522,2.189897-.0488177,3.2905032-.0657448.5571882-.1478558,1.1219978-.2508217,1.6723126-.1303674.6596343-.2922513,1.3203206-.504075,1.9825266,3.9351515-4.5785376,3.9965945-7.4470291,3.9965945-7.4470291,0,0,.0475084,7.2049411,1.4370345,8.4167371,0,0,2.1480702-7.2236909,4.5731477-8.4167371,2.5260796,2.5111458,2.6839421,4.9001137,2.6049173,5.9377139-.0200134.1785677-.0439546.3584913-.0789312.5416412,0,0,.4619908-.393583.9787845-1.4832011.5284838-.9684455,1.0763263-2.3224785,1.091009-3.8031079,0,0,3.6007226,1.6754454,3.1771687,5.0447119l1.817195-1.622843c.151129,1.5980614-.1060521,2.5453724-.2242619,2.8802978.4713428-1.1439739.7341352-2.2867789.8272815-3.4187829l.8153109-.7281109s2.6999341,1.0772273,3.6814307,2.8675096c.1231664.2630588.2243554.5575856.3126387.8686178.034509.195681.0489112.3969028.0334803.6048343,0,0,.698878-.1206583,1.7499538-.49479.6924251-.1672289,1.3404279-.404197,1.9422317-.6874317,2.9453316.3813558,5.7934955-1.2751994,7.2150056-2.2839033,1.7453713,1.7479899,3.6207359,2.4979367,3.6207359,2.4979367,0,0-.4518906-1.8487762-.6101271-3.0181395,1.0316236.7436579,2.0220982,1.3819473,2.8699541,1.8954637.5676689.3964352,1.166293.7529627,1.750889,1.0062491.5276421.2862507.8396262.4389379.8396262.4389379.0002806-.0004442-.0820174-.0781555-.2207082-.2127943.2125719.0620942.4220576.1121483.6226588.1321373,0,0-.0497529-.3933725-.0932398-.9977159.5866535.3033172.939506.4572202.9545628.4335842,0,0-.5198799-.8532813-1.0166603-2.3095733.0099132-1.0750531.1094189-2.2488117.4197196-3.1350572,0,0,.2902873,3.8366097,2.555258,5.766908,0,0,.9138814-3.2884926,1.7614568-5.7299226,1.8373019,3.7511133,3.3908628,5.1497531,4.3408431,5.6693013.2690582.2173064.5495259.427342.8448633.6251505,0,0-.0516233-.1233936-.1352305-.3493034.187976.0385751.2901003.0266285.2901003.0266285-.6396796-1.3431618-1.0622983-2.9733457-1.3435141-4.5848499,1.2707552,2.079806,3.0379168,4.0820409,5.2644506,5.8279969-.2278157-.1895557-2.0157388-1.7849519-5.1637291-7.5781143-.1865732-.3433886-.3365799-.6850237-.4656381-1.0252795-.0028991-.0319355-.0052371-.0624449-.0080428-.0941934-.0158049-.5591754-.0087909-1.1340146.0246894-1.7186729,1.2013631,2.3048742,2.3748571,4.1751355,3.4488454,5.6748888.5413896,3.5202004,3.190168,5.9798426,9.78345,6.1041713,0,0-3.1570618-.7251652-5.6441434-2.0913785-.3868939-.6147235-.9135073-1.4708103-1.5302744-2.5250796.0194522.0201292.0380628.0375932.0574215.0575354.4791985.5085835,2.8778099,2.9694882,5.2687525,3.8923683,0,0-.0707014-.0409831-.1997596-.1490168.2442753.1048308.3824985.1490168.3824985.1490168-1.4289918-1.2569873-2.5009226-2.9665892-3.2982776-4.6990322.5080028.6230931.8167137.9487839.8167137.9487839-.5051972-.7797782-1.0199335-1.6947563-1.5277493-2.6778136-.4407617-1.2056474-.7558319-2.3488732-.9747632-3.2825076.0821109-.0786465.132986-.1230663.1415899-.130454.0029927.0061486.0056112.0123207.0085104.0184693.0644356.2556477.7455447,2.7958768,2.7516508,4.3252745.6420176.7963538,1.345478,1.5767866,2.1232872,2.3278322-.1012826-.1031709-.5603743-.5985453-1.3227526-1.8200436.2541885.1338439.5255847.2500602.8140016.3462875.6044224.8267697,1.4521848,1.5566808,2.5880837,2.1658168l-.0499399.5379941c.0522779-.1408108.1071744-.304416.1632866-.4779105.0744422.0387154.1441149.079418.2208952.1171047.7603209,2.2168762.9583036,3.881918.9583036,3.881918.8049301-.7948576,1.3625923-1.7936021,1.7322784-2.9101526.7277758.1894388,1.5199871.350823,2.3872018.4789391,0,0-.9737344-.3532077-2.2462666-.956195.0098196-.0355125.0174883-.072264.0270274-.1079635.4657316-1.0367585.9879495-2.3817672,1.5198001-4.0955773.1177422.0317251.2289379.0706041.3520108.0963209.4991184,1.7380539.9064933,3.2756342,1.2062262,4.4592119.0426453,2.8224819-.8886309,3.4699826-.8886309,3.4699826,0,0,.3406948-.165569.8838613-.4760402-.0669606.081335-.1299934.163839-.1987309.2446597,0,0,2.9666542-.5296011,5.1982381-4.1038768.9872014-1.0611894,1.8409491-2.2844177,2.3000408-3.6378194.0792118.6493476.121296.9788491.2112626,1.6492611,0,0,1.097649-.9687261,2.1836079-2.9283414.524743,1.5548339.8207351,2.7477398.8207351,2.7477398.9203343-2.3072822.554576-5.6068564.554576-5.6068564.7368473,1.1341081,1.1750839,2.5195622,1.4386244,3.7966787.2580228,2.2593322.3912894,3.7853633.3912894,3.7853399,0,0-.0909018-1.154962-.254469-3.0369829.0443287.2743041.080334.537924.1106346.7895739-.0010287.0828313,0,.1647741-.0013093.2476989,0,0,.0072946-.0349748.0192652-.0971859.1384102,1.2248648.1258785,2.0968959.1258785,2.0968959,0,0,1.4519978-1.8491035,2.1675224-4.9776146.4628325-1.6564617.694202-3.7744921.3526654-6.8060979.2127589-.2478392.4163528-.508303.6049835-.7878673,1.9305417,1.4923422,3.6380372,1.3004486,3.6380372,1.3004486-1.2217506-.7293266-2.2715171-1.4114514-3.1435948-2.1396325.2228591-.4336777.4252373-.8886068.5821645-1.3852437.9961793-3.1512353.368751-6.0988877-.6780229-9.0021202-.0608818-.3828521-.144302-.7613323-.2648498-1.1315832-.3583702-1.1017985-.8277491-2.1664246-1.3653979-3.2038845.0710755-.2479795.1433668-.4961226.2165933-.7444995v.0000701c.0085104-.0291534.0168337-.05819.025344-.0873668,5.0547778,6.2977248,4.7226869,9.8165458,4.6013909,10.4686054,1.0711827-4.505315-1.3767139-8.6980081-4.1484716-11.9193098,1.2975021.5662592,3.5861334,2.0513539,4.8706361,5.0637189-.164783-1.0159514-.4198131-2.0773512-.7461058-3.1677174.0804275.1007395.158143.2047987.2333334.3118739.0048631.00685.009165.0142845.0140281.0211812.0699533.1004122.1381296.2029284.2036874.3083203.0214162.0343435.0409619.0705808.0619105.1054152.0477889.079605.0958584.1588125.1413093.2408489.0158985.0286391.0303006.0586809.045825.0876006.0484436.0899151.0968871.1799236.1427121.2723636.0256246.0517374.0490982.105275.0739746.1577371.0337609.071399.0683634.1420499.100628.214688.027308.0614396.0524649.1245625.0787442.1868204.027682.0655543.0563928.1303371.0828591.1967097.0243153.0609019.0466667.123113.0700468.1846462.0263728.0692248.0535872.1378651.0787442.2077912.0205745.0570678.0392786.1150707.0591049.1725593.0259987.0756773.052839.1509339.0776219.2272191.0174883.0537947.0332933.1082441.0501269.162296.025157.0807038.0508751.1611738.0747228.2423452.0171142.0585874.0327321.1175489.0491917.1763233.0216032.0771035.0439546.1540199.0644356.2313571.0168337.0637541.0320775.1276018.048163.191426.0184235.0727316.0375017.1453931.0548965.2181247.0149633.0628424.0284302.1255444.0428323.18834.0167402.0737837.0342285.1476608.0501269.2212808.0132799.0615565.0250635.1227156.0377822.1841085.0152438.0743447.0312358.1489233.0455444.2229173.0130929.0672843.0246894.1337972.0370341.2007074.0124382.0674012.0255311.1351765.0372211.2021335.0122512.0702534.0230995.1394782.0346025.2091706.0103808.0627956.0214162.1261523.0311423.1884335.0099132.0636139.0187041.1258951.0280561.1888777.0100067.0674012.0205745.1354337.029833.2020167.0096326.0683598.0179559.1350596.0268404.2024609.0076687.0587511.0160855.1183437.0232866.1762999.0086974.0697859.016179.1375845.0242218.2061781.0063594.0547766.0132799.110582.0192652.1644936.0065464.0592888.0121577.1163799.018143.1745933.0062659.0608084.0130929.1226688.0188911.1822381.0049566.0514335.009165.1005524.0137475.1509806.0057983.0639645.0120641.128911.0173013.1911689.004489.0531635.0082298.1037086.0123447.1555629.004489.0559923.0092585.1132238.0132799.167603.0040214.0548234.0072946.1065842.0108484.1596776.0033667.0491657.0071076.0998511.0101002.1474738.0033667.0535843.0060788.103732.008978.155259.0025251.0430638.0053307.0878577.0074816.1294253.0030862.0573483.0055177.1108158.0080428.165195.0015898.0324031.0033667.0668168.0047695.0981444.0028991.0663726.0053307.1284902.0075752.1897194.0005611.0155937.0014028.0328473.0018704.0480903.0019639.0530934.0033667.1014408.0048631.1502091.0006546.0216488.0014963.0454952.002151.0662557.0014028.0500074.0024315.0951987.0034603.1399224.0003741.0144014.0008417.0309068.0011222.0447471.0022445.1031709.0035538.188153.004489.2577752.000187.0134896.0004676.0275169.0005611.0396973.0000935.0032964.0000935.0056343.000187.0088372v-.0000234c.0003741.0262311.0006546.0516906.0009352.0710249-.0002806-.0193109-.0005611-.0447237-.0009352-.0710016-.0074816.0786465-.0077622.1333763.0036473.1480349-.0003741-.000491-.0006546-.0076683-.0009352-.012344.0003741.0052602.0006546.012344.0010287.0124375,0,0,.270461-.9837353.2929059-2.5440632.0002806-.0233555.0002806-.0466876.0005611-.0700664ZM327.5336319,173.7561882c-.0168337-.0306029-.0363794-.0594992-.0529325-.0902424-.2592386-.4805523-.4987443-.9675805-.7315166-1.456292-.157956-.3742019-.3268538-.7499468-.4955646-1.1259021.5398933.5153166,1.0961527,1.1330093,1.6442757,1.8610968-.1226052.3147495-.2467068.5850324-.364262.8113397ZM300.0282525,201.4346673c-.1416834-.2579155-.2464263-.5207639-.3046895-.78754-.1024048-.4700552-.114656-.9128272-.07332-1.3318698.7026188.8907109,1.2864667,1.8262156,1.7716505,2.7508725-.4501137-.1714839-.9264131-.3810987-1.3936411-.6314628ZM222.7989161,68.2412609c5.2350852-7.527242,10.3244655-9.5390856,10.7948732-9.712393-.0051436.0070137-.0104743.0139806-.0155244.0209708-3.3637419,2.061477-6.1360607,4.6461492-9.4874579,9.2894462-.7255313,1.0052438-1.4841688,1.9957356-2.2510361,2.985152.023006-.0815922.0438611-.1661769.0681764-.2459689.2315565-.7586671.5282032-1.5425366.8909689-2.3372071ZM258.9250063,52.3509363c.1586106.0752098.3214296.175505.4794791.3045563-.3920375-.0037172-.7839815-.0069669-1.175832-.0087671.1130662-.0346007.295805-.1077297.593574-.266589.0349766-.0110816.0680829-.0186563.1027789-.0292002ZM325.9002045,160.1283987c.7553643,1.3655119,1.4078562,2.7901256,1.8812564,4.2520052-.1401871.5419451-.288978,1.0675952-.4402005,1.5759917-.4117703-1.1695972-.8491653-2.3442675-1.3068541-3.5197796-.0466667-.8172311-.1232599-1.6318204-.2304343-2.4428328.0325451.0444432.0631263.0907567.0962325.1346154ZM209.0900407,119.9146238c.0051436.3748565.0092585.7469309.0115965,1.1152413.002151.3452355-.0000935.6801609-.0056112,1.0070206-1.0338681,2.2149591-2.0807355,4.4257802-3.1440625,6.631341-.2717703.1963122-.543073.3927179-.8134405.5903394.0669606-.6559404.1380361-1.3396316.2364196-2.1010807.3837142-2.9720832,1.2477492-5.3235047,3.1088988-7.1605213.1688978-.1667847.3584637-.3275845.5609354-.4850878.0144021.1344752.0294589.2686931.0452639.4027475ZM288.3510143,61.4548012c-.3253575-.3081333-.6544558-.6102348-.9861727-.908432.0157114-.0776178-.0135605-.1822615-.0759386-.3047433,1.3263064.926574,3.2272021,2.2833423,5.1327738,3.7402187,1.210154,1.6882102,2.2033407,3.2800762,2.8178633,4.3089794-1.6973018-2.2922262-6.0143907-6.5588198-6.8885259-6.8360228ZM204.5232523,128.1604849c-.0678023.5908771-.1176487,1.1403268-.1633801,1.6750012-.3618304.2713349-.7214164.5480003-1.0785708.8316091-.1805879-.6718614-.3132934-1.4652695-.3284437-2.3863729-.066306-4.0143358,2.0459459-7.9419594,4.4151918-11.2516332-1.1623651,3.7313114-2.3642893,6.9414615-2.8447972,11.1313958ZM327.6597909,166.8777561c.1607616-.4050386.3200268-.8263021.4728392-1.2712952.2852372,1.1528112.4534804,2.3228058.4518906,3.500492-.0002806.1946757-.0110354.3771944-.0199198.5618172-.2828992-.9242127-.5854377-1.8552755-.9048099-2.791014ZM328.8896778,162.9714307c.0094456-.0407493.0184235-.0819195.0277756-.1228325.130461.2636667.2637275.526445.3890449.7924495-.1378491-.2281542-.2776621-.4476115-.4168204-.6696171ZM328.3616616,161.7562915c-.008978.049797-.0186106.0994536-.0279626.1491571-.1415899-.1610335-.2881364-.3413312-.4387977-.5419919-.0175818-.1897661-.0307682-.3759553-.0398397-.558474.1726387.3154275.3397596.6331694.5066.9513088ZM326.9501581,159.200118c.002338.2611885.0333868.5372928.0761256.817535-.4245826-.7576618-.8563663-1.692208-1.26982-2.8369535.4024183.6702249.8024051,1.34225,1.1936944,2.0194184ZM323.6349533,138.1699998c.0156179.6998927-.0784636,1.3675693-.2562459,1.9889791-.3172212-1.0443099-.6981298-2.053271-1.1171012-2.911345-.669419-1.3705384-1.2932001-2.722514-1.8816305-4.0627768-.5489648-1.4719325-1.1462796-2.9129347-1.7858656-4.3099847-.1623514-.4167514-.3219907-.8329417-.4782633-1.2485709.0346025.033385.0702338.0670739.1009085.0993835.4826588.5088641.9309956.9867512,1.3547366,1.4711142.7903409,1.4695946,1.3119042,2.4623775,1.3119042,2.4623775.0096326-.0032263-.2690582-.6876889-.7606014-1.8080736.8305547,1.0269628,1.5683372,2.1535429,2.2809626,3.7143384.6880296,1.5067202,1.1973417,3.0910348,1.2311961,4.6045583ZM314.3743759,101.1943361c.0137475.0472253.0227255.0930011.0329192.1392211-.2533468-.9023769-.5140817-1.8023458-.7844491-2.6979194.3592119.6589095.5762727,1.0623818.5762727,1.0623818.0101937-.003273-.3089914-.7685096-.8592655-1.9875063-1.0171279-3.2728054-2.1755652-6.4712192-3.5801481-9.4792825.3550035.5349081.6838212,1.0805471.9684038,1.6284539,0,0-.2828057-.8775953-.9080831-2.1538234.7377825.8437661,1.4433939,1.741701,2.0772752,2.6807827.0284302.1027968.0586373.2121163.0946426.3423131,0,0,.1472011.133353.3680963.3751604,1.088484,1.7522449,1.9054782,3.6188591,2.1949239,5.4980278.4701271,3.0509401-.1805879,4.5921908-.1805879,4.5921908ZM314.4813632,91.8621533c-1.7876425-1.9711878-3.6338288-3.7205571-5.1231412-5.048546-.4776087-.8758653-1.0898868-1.8618683-1.8505817-2.8504197-.1386908-.2314039-.2812159-.4595347-.424115-.6874317,2.4688451,2.8243756,5.1933751,5.5394785,7.397838,8.5863974ZM298.1905765,68.9621244c1.0192789,1.1190053,1.485104,2.7019873,1.5853579,4.5303304-.0991316-.1225753-.2260388-.1870776-.3438745-.2214445-.2389446-.3654582-.5297931-.7190166-.8204545-.982917-.275137-.7533835-1.2903945-2.101034-2.0540821-2.6256788l.29328.0923698s-.9290317-1.8321772-2.3939353-4.1736393c1.4800539,1.199639,2.8267477,2.3853208,3.7337086,3.3809793ZM290.1154638,61.0246537c-2.0170481-1.3006824-3.6242897-2.1817144-4.1144302-2.4387649-.3298465-.1729801-.6223783-.3187473-.877876-.4396393-.6656782-.4605634-1.3127459-.782233-1.6762597-.7293266-.3746427-.2612353-.7532133-.516205-1.1377692-.7615895.3211491-.0855198.6391184-.1432422.9518507-.1632545,2.1621917-.1383794,4.6554457,1.9743206,6.8544845,4.5325748ZM268.2629251,52.1643731c-.7299268-.0404688-1.567776-.0658348-2.4221785-.0704171-.4758318-.0844912-.9861727-.1622726-1.5047433-.2199716,1.0088981-.5285724,2.3988919-1.0947848,3.9269218.2903887ZM260.814399,52.0168525c-.2403474.0779217-.4551638.1774221-.6381832.3014235-.1348564-.0697157-.2800936-.1266666-.4335606-.1730269.3756715-.0740876.7337611-.1173618,1.0717438-.1283967ZM257.9538905,52.6461878c-.0403073-.0001169-.0805211-.0001169-.1208284-.0002104-.0314229-.0192642-.061817-.0394401-.0947362-.0573717l.2155645.0575821ZM252.8458995,52.4539435c-.9917839.1842721-1.7114234.3903099-1.7114234.3903099.0052371.0017067.0092585.0041147.0144021.0058681-.5868405.0449342-1.1721847.0995238-1.7557521.1644001-.0245023-.066279-.0527455-.1291214-.0838878-.1893921.8612294-.6909619,3.8553786-2.9276868,3.5366611-.371186ZM246.167514,53.196222c.5975954-.6053252,1.304142-.6390609,1.8022317-.2974959-.7209488.0250855-1.402432.172419-2.0508089.414507l.2485772-.1170112ZM241.6079267,54.7061218c-.1200802.0417312-.2399734.0844678-.359773.1278823-.075658.0274-.1515966.0526959-.2271611.0807739-.229125.0851692-.4573148.1757856-.685224.2673138-.0543354.0218125-.1090448.0415442-.1633801.0637307-.462739.0450978-1.4792122.5744184-2.2216707.9929466-.8622581.4022098-1.6976759.8112461-2.5110228,1.2315979-.3037543-.0357463-3.2387986.9137858-5.7711441,2.5606856-.6235005.4055062-1.232786.8205275-1.828698,1.2472383,3.2377699-3.0475034,7.7618194-5.5690995,13.7680738-6.5721691ZM221.3988221,70.3871355c-.119332.456589-.2212693.9207761-.3014163,1.3937068-.3033802.3901463-.6066669.7808069-.9088313,1.1727767.1789045-.6369334.4145759-1.2266182.7217905-1.7525488.1624449-.2780681.325451-.547369.4884571-.8139347ZM208.2215167,112.9663358c-.1352305,1.1064509-.3306881,2.1869513-.6134938,3.2272868-1.4384373,1.5596733-3.5212302,4.0353767-5.4193204,7.1090644,1.7153512-3.5870171,4.00604-6.93557,6.0328142-10.3363512ZM197.6863497,145.0910982c.8604812-2.0185534,2.131517-3.8478082,3.6520653-5.6101995-.3360188,1.0133329-.6213496,2.0546503-.8390651,3.1328596-.3900736,1.9318412-.6749368,3.9027018-.8813363,5.8951644-.0673347.1353635-.1362592.2696984-.2055578.4041268-.7418038,1.1057495-2.19801,3.2382982-3.7071488,5.2343611.0320775-2.4890761.5038879-5.5909587,1.9810427-9.0563123ZM197.5942321,198.8513276c.0151503-.015921.027495-.0330577.0423647-.0490956.0749098.0420819.1497262.0839301.2243554.125334-.0107548.0654842-.0232866.1267835-.0347896.190374-.0770608-.0879512-.1543087-.1766974-.2319306-.2666124ZM211.9434417,204.749087c-.0392786-.0573951-.0780895-.1206115-.1170875-.1789885v.000187c-.3191851-.4758999-.6363128-.979644-.9468941-1.5167263.3255445.2208366.6509955.4228065.9757919.6153547.2202406.1325113.4400135.2591312.6587577.376984.0096326.0172068.0184235.0348111.0281496.0519946-.2247295.2483769-.426266.4669224-.5987176.6511945ZM223.1095909,206.0673035c-.242966-.8787175-.621256-2.4568367-.7272147-4.0717075.0927722-1.699923.4414163-3.1893429.6183569-3.8553596.0511557-.0873434.1056781-.1718579.1641283-.2527721.0466667-.0646893.350795.1797132.7650904.6470331-.0946426,2.267468-.1061457,4.2243714-.0907148,5.6928905-.398958,1.0596231-.6931732,1.7545594-.7296462,1.8399156ZM224.6943876,201.8025335c.1272813-.5763822.2627923-1.1483925.4021377-1.7041078.0284302.04449.0564863.0915282.084823.1370234-.158143.5398177-.3224584,1.0659353-.4869607,1.5670844ZM267.9526244,202.4316818c1.1445027-1.140397,1.7564067-2.1182642,1.7564067-2.1182642,0,0,.0158049-.0289664.0432999-.0797219.128497.243818.2656915.4761337.4088712.7001265.0144021.6257583-.0381563,1.1119683-.10334,1.4591676-.6298599.0547533-1.3441688.0787166-2.1052378.038692ZM270.1249163,202.3870048c.1204543-.3531843.2173414-.7059945.300107-1.058384.2370742.3348787.4878024.6428249.7449835.9304783-.3077756.0482773-.6608152.0928608-1.0450905.1279057ZM297.1093871,196.7979631c.5224985.3994277,1.0079629.826419,1.4519043,1.2777945-.0489112.8961581.0200134,1.7528294.2309954,2.556454-1.1367405-.9029847-1.9462531-2.1483528-1.6828997-3.8342485ZM301.4067432,203.0312558c.1587976.0061954.3221778.0055408.4888311-.000187.0917435.1999126.1800268.3987029.2629794.5950619-.2639146-.1914494-.5144557-.3907541-.7518105-.5948749ZM324.3333637,188.8578974c-.1164329.4871919-.2698999.9256856-.4488979,1.3283863-.1312091-.1582047-.2537209-.3214124-.3703408-.4882439-.0484436-.2335313-.0993187-.4710137-.1532799-.7131719.4910756-.9923621.9270678-2.0312949,1.2474687-3.0879722.0420842.9652894-.0338544,1.9504976-.27495,2.9610016ZM323.024078,187.5628259c-.0995992-.3971132-.2071477-.8063132-.3211491-1.2253557.4480563-1.394642.7803342-3.174661.5513963-5.1423186.7062661,1.9331972.4452506,4.1923891-.2302472,6.3676743ZM330.7053764,186.1293049c.0003741.0197084.0006546.0368217.0010287.0478565-.0003741-.0109179-.0006546-.0282884-.0010287-.0478565Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LONG WOB 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.1664429,169.739563c1.0177612-1.2398682,1.9554443-2.6121216,1.7058105-4.1986084-.2651367-1.6849365-1.4765625-2.9088135-3.3071899-4.1825562-.9025879-3.038147-2.1496582-5.9902954-3.7284546-8.6893921,2.9325562-5.1547241-.0374756-11.7579956-4.138855-15.1866455-1.0112305-.8453979-1.963501-1.6515503-2.8535156-2.4157715-.5209961-.9035645-1.0945435-1.9158325-1.7233887-3.0514526-.0302734-.8338623-.0673828-1.6638794-.1573486-2.4727783-.4302368-3.869812-1.927063-6.8377075-3.2722168-10.3689575-.7581177-1.9902344-1.3902588-4.0349731-1.9725952-6.0933838-3.1101685-21.5724487-7.9163208-30.3111572-14.1085815-43.0012207-4.0339966-8.2670898-11.9251099-13.3613892-20.6368408-15.7108765-2.413147-.9136353-4.6213989-1.413269-6.4117432-1.5722656-4.5661621-.4055176-8.7282715-.4541626-12.5463867-.1430664-3.7445679-.3770752-9.7265625-.5744629-17.9251099,2.8196411-1.8720093.7068481-3.2405396,1.434021-3.9119263,1.8191528-1.3140259.677002-2.6724854,1.4367065-4.083374,2.3052979-16.7444458,10.3084717-23.0230103,38.8048706-24.7803955,49.0571899-1.5861206,4.3215942-3.072998,8.2421265-4.1217651,11.0321655-1.9780273,5.2619629-6.1168213,9.0696411-8.31427,14.1255493-1.4747314,3.3930664-.8449707,6.638855.5834351,9.7321777-.3197632,2.0598145-.3554688,4.0681763.0305786,5.322876.0206299.0671997.0443726.1411133.0698853.2191772-2.9171143,3.5478516-5.0048828,10.3207397-3.5598145,16.3722534-.7521973,3.2125244-.3543091,6.5843506,2.7417603,9.8150024-2.0909424,1.4066772-6.0462036,4.8466797-3.8128052,15.9359741,0,0-.7305908-10.2757568,4.1707764-13.140625-1.9482422,3.0117798-2.6396484,6.1743164-1.579834,8.4432983,0,0-.9057617-3.8564453,3.6004639-9.0377197l.1203613-.0317383c.3464966.7843628.7041016,1.4938965,1.0563354,2.149353-1.7797241,3.1030273-3.3745117,6.8004761-1.2114258,12.6074219.1978149.5310059.4096069,1.0154419.6323853,1.4609375-.8704834.7264404-1.8947754,1.4002686-3.057373,2.138916,0,0,1.6434326.2774048,3.6142578-1.1442871.2927246.4650879.6003418.8726196.9195557,1.2283325-1.1014404,6.7003174,2.8406982,10.281189,2.8406982,10.281189,0,0-.3649292-3.9545288,1.6881714-6.7480469,0,0-.3554077,3.1004639.6773071,5.0864868,0,0,.2545776-1.0100098.7806396-2.3803101,1.1708374,1.7565918,2.3654175,2.5350342,2.3654175,2.5350342l.2133179-1.4347534c1.6673584,4.1224976,8.1769409,6.3905029,8.4766235,6.493042-.1738281-.0618896-1.9917603-.8495483-.2631836-6.2398682.6692505-2.0869141,2.1188354-3.8535767,3.8238525-5.484314,1.5054321-.1209717,3.2844238-.4012451,5.3018188-.9586792.4898682-.135376.9560547-.2970581,1.4024048-.4776001-1.9224854,2.5101318-7.7972412,4.3464966-7.7972412,4.3464966,5.1555176-.9963989,8.0281982-2.8646851,9.4315186-5.1622925,3.0958252-1.8799438,4.5613403-4.9648438,3.4483643-8.0897827,1.039917-1.0209961,2.0354004-2.0792847,2.9489136-3.2160034,2.5734253-3.2023926,2.7753906-4.866394-.0678101-9.1826782-2.2852783-3.4692993-3.2689819-5.6893311-4.0599976-8.2672729-.4682007-2.5300293-1.0183716-4.2720947-1.0183716-4.2720947,0,0,.0321655.2564087.0725098.6998901-.2410889-1.1399536-.5284424-2.0782471-.7133789-2.6283569-.9194336-3.680481-2.0488892-8.7460327-3.1047363-13.6565552-.4685059-5.6604614-1.4655151-11.3393555-2.2807007-15.3516846,2.8456421-4.9171753,4.913208-10.8149414,6.9866943-16.5496826.5361328-1.0543823,1.0755615-2.1161499,1.6173706-3.1787109-.1905518.6607666-.3747559,1.2814331-.5480957,1.8114014h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,1.3466187-3.2516479,1.9519043-5.2680664,2.225769-6.4421997.1350098.1295166.2709351.2562866.4046021.3898926.1878662.2096558.3581543.414917.5385132.6226807.2883911.8591309.5870361,1.6071167,1.0061035,2.5748901.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,1.3390503,2.5963135,2.6290283,4.8457031,3.8511353,6.7579346,2.2116089,6.2095947,4.6983032,13.0758667,8.0505981,19.8394165-1.0043335,9.852417-1.6717529,13.6792603-2.0604858,18.0888672-.2838745,1.0379028-.5387573,2.0863647-.7545776,3.135498-1.2267456,4.7220459-2.3378296,9.9622192-2.3952637,13.6190186-.1827393,1.0262451-.3430176,2.0375977-.4561157,2.99823-.171875.7915649-.348999,1.5859985-.5305176,2.3712769-1.0493164,4.5386963-2.5766602,9.3013916-1.1550293,14.0432129.6154785,2.0530396,1.4172974,3.8146973,2.3265381,5.3627319,1.0821533,2.8905029,2.8522339,5.611145,5.3759155,7.6596069.3360596,1.1184692.930542,2.3040771,1.8255005,3.5786743,0,0-.416626-1.1366577-.6878662-2.7365112.6130981.4117432,1.2653809.7841187,1.9559937,1.1149902,2.8703613,2.9807129,4.6352539,5.9330444,2.8070068,11.2764282,0,0,1.0113525-.4983521,2.4708252-1.6425781.4321289-.2444458,1.2463989-.7142944,2.2883301-1.3570557,1.7633667-.1549072,4.0285034-.6445923,5.5827026-2.0404663,0,0-.6425171,1.5221558-1.7133179,2.5966797,0,0,2.4666748.0567017,4.772583-3.9667969,2.9254761,2.4160767,5.1326294,3.6981812,5.1326294,3.6981812,0,0-1.6733398-2.1948853-1.4053955-6.5933838.7814331,1.1499634,2.1744995,2.0407104,4.2348022,2.522583,0,0-1.5983276-2.5163574-.9822388-3.6521606.6161499-1.1357422,3.5141602-10.4447021,5.5886841-15.545105,1.4972534-3.6812134,2.1906738-7.074707.0475464-10.4828491.0008545-1.0945435-.0437622-2.2059326-.140625-3.3289185ZM162.9160156,161.8491211c-.8303223,1.1607666-1.6521606,2.4199829-2.385376,3.7356567.22052-.9126587,1.2655029-2.9382935,2.6241455-5.4747314-.1022339.6101685-.1809082,1.1835327-.2387695,1.7390747ZM163.4573975,171.6932983c-.5795898-.7142944-1.1988525-1.6105957-1.7476807-2.6774292.1044312-1.3931885.5081787-2.861084,1.0762329-4.3007202.0078735.8179321.0488281,1.6739502.1140137,2.6326294.1096191,1.6132202.3048096,3.0494995.5574341,4.34552ZM163.5513916,174.730896c-.5839233-.6514282-1.6162109-2.0799561-1.8340454-4.2344971-.0290527-.2874146-.0360107-.5817261-.0331421-.8788452.5096436.8483276,1.1207275,1.6554565,1.8412476,2.4090576.1185303.5734863.24823,1.1185303.3876953,1.6369629-.1347656.3591919-.2555542.7150269-.3617554,1.0673218ZM163.7249756,157.302063c-1.2521973,2.1706543-2.6852417,4.6282959-3.4676514,7.2119141-.3327026-2.2444458-.1831055-4.8716431.8665161-7.8633423.4559326-1.2995605,1.2452393-2.5973511,2.2058105-3.8397217.0283813.5075684.0958252,1.0535889.2218628,1.6486816.1190796.5621338.2771606,1.1108398.458313,1.6494141-.1022949.4158325-.1971436.8129883-.2848511,1.1930542ZM167.8060913,193.3817139c-.0211792-.0272827-.043457-.0526733-.0643311-.0804443.0137939-.0158691.0275879-.0299683.0413818-.0460815.0144653.0184937.0296021.0369263.0441895.0553589-.0070801.0238037-.0141602.0474854-.0212402.071167ZM167.7387085,191.3861084c-.9890747-2.3554077-1.3866577-5.1459351-.2290649-8.1212158-.2407227,2.331665.4462891,4.4591675,1.1567383,5.9555054-.2254639.8240356-.5388794,1.5313721-.9276733,2.1657104ZM164.7954102,138.6534424c-.3878784.9047241-.7215576,1.97229-.982605,3.0848389-.2731323-.6826782-.446167-1.407959-.4898682-2.1513062-.0909424-1.5487671.3393555-3.0922852,1.0011597-4.4873047,1.1714478-2.4692993,2.7128906-4.4385376,4.8632202-6.038147.3696899-.2749634.9838867-.5944214,1.6252441-.9415894-3.114563,5.7167969-5.3414917,8.9574585-6.0171509,10.5335083ZM171.8536987,173.6343994c-.0532837.0424194-.1060181.085144-.1589966.1277466.0258179-.1008911.0501099-.2015381.0738525-.302124.0361938-.0289307.0733032-.0594482.1096802-.0886841-.0079956.0873413-.0159912.1748047-.0245361.2630615ZM197.1420898,189.9208984c.3267212-.2892456.6505127-.5808105.9711914-.8741455.3216553,1.2477417.1051636,2.5827637-.9240723,3.9740601-.022644.0306396-.0469971.059082-.0698853.0893555.1810913-1.0288696.1723633-2.1012573.0227661-3.18927ZM192.4287109,193.9797974c.7355957-.6372681,1.4724731-1.2633667,2.2057495-1.8880005.4302368.7240601.7789917,1.7417603.5286865,2.9615479-1.9854736,1.4925537-4.4476318,2.2342529-6.946167,2.545166,1.3554077-1.2515869,2.8395996-2.4300537,4.211731-3.6187134ZM279.5708618,121.4348145c.3369751.2312622.6640625.4663696.9697876.7125854,2.0818481,1.6765747,3.1010132,3.8119507,3.4628906,6.4940186.0733643.5438232.1243286,1.0904541.1660767,1.6383057-1.315979-2.425415-2.8428345-5.338623-4.5987549-8.8449097ZM293.4254761,151.980896c-.6446533-1.0462036-1.3372803-2.0532837-2.0836182-3.0050659-.3187866-.4064331-.6400757-.8187866-.9624023-1.2337646.1634521-3.5102539-.0754395-6.8761597-1.1945801-8.723877-.3233032-.5338135-.6914673-1.144104-1.1038818-1.8382568,2.1011353,1.8684692,3.987793,3.9353027,4.8595581,5.8963623,1.661377,3.7369995,1.4284668,6.6811523.4849243,8.9046021Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M270.5180642,192.4497072l-2.9149842-49.5662739-79.3774065-.5957399,2.242292,49.2683805s-2.8589421,5.5404604-.8408653,10.187311c0,0,.3924116-4.289388,4.2043033-4.8255819,0,0,1.1772115,5.1830212.5045192,7.5064348,0,0,.0601336-.0313978.1675652-.0950818.0120174-.0071072.0229125-.013513.0361924-.0215085.016483-.0099126.0349299-.0213683.0533066-.0326603.0193353-.0118765.038507-.0236828.0599466-.0371256.0177221-.011105.0365665-.0232152.055668-.0353956.0254375-.0162249.0513427-.032894.0791884-.0510828.020177-.0131857.0410087-.0269558.0624249-.0411702.0306046-.0202928.0621911-.0415676.0952973-.0640347.0217201-.0147754.0435571-.0297145.0663527-.0454251.0364262-.0251323.0743487-.0517608.1134169-.0793712.022819-.0161314.0452873-.0320056.0689947-.0490255.0432064-.0310004.0884235-.0640581.1344823-.0979808.0224683-.0165288.0441416-.0323563.0672879-.0496099.0530027-.0395336.1084135-.0817558.1648297-.1250535.0186573-.0143312.0363561-.0276338.0553875-.0423859.0717301-.0555949.1460555-.1142758.222789-.175996.005354-.0043017.0102405-.0080891.0156179-.0124142.1680562-.1354571.3478258-.2859467.5379527-.4518898.0170675-.0148923.0349533-.0311173.0522078-.0462667.0762659-.0670505.1535605-.135761.2329827-.2078614.0280561-.0254829.0569773-.0524621.0854309-.0785763.070982-.0651335.1425485-.1314359.2158685-.2006139.0330127-.031164.0666567-.0635905.1001136-.0955727.0705144-.0674012.1416834-.1361117.2141617-.2072769.0367535-.0360969.0738811-.0730122.1111256-.110091.0716132-.0712821.1439513-.1442008.2172947-.2191066.0389746-.0398142.0780428-.079979.117485-.1208453.0737175-.0763553.1483-.1549083.2235839-.2349575.0402138-.0427833.080334-.0853562.120992-.1292149.0774583-.0835326.1559453-.1698006.2348999-.2572609.039676-.0439522.078978-.0870862.1190281-.1320204.084145-.0944272.1693888-.1923144.2550769-.2912537.0360521-.0416144.0715899-.0818727.1078758-.124282.1000668-.116941.201326-.2380435.3032399-.3611799.0226319-.0273533.0448197-.0531869.0675451-.0808441.2522479-.3070578.5098031-.6333798.7715667-.9796674.0337609-.044677.0680361-.0917854.1019372-.1371403.0956948-.1279525.1915532-.2570037.2882533-.3903567.0454042-.0626086.091159-.1276719.1367736-.1914962.0860855-.1204478.1722412-.2416204.2589814-.3664167.0508751-.0731758.1020074-.1484323.1530929-.2231278.0821811-.1201439.1644556-.2413633.2471277-.3654582.0544055-.0816623.1089045-.1648209.163497-.2482133.0799833-.1221779.1600602-.2458988.2403942-.3718172.0565331-.0886058.1130662-.1781001.1697629-.2685762.0796092-.1270641.159312-.2563959.2391551-.3872005.0569305-.0932349.1138143-.1865632.1708384-.2817385.0805912-.1344752.1612526-.2719662.241984-.4103222.056346-.0965079.1125752-.1923846.168968-.2907862.0835839-.1459074.1671677-.2956957.2507983-.4458113.0532599-.0955961.106473-.1896259.1597328-.286952.0923046-.1686784.1845158-.3422196.2767503-.5161349.0444222-.083743.0888444-.1651014.1332432-.2500836.1366099-.2615158.2730562-.5280581.4091985-.8013569,0,0,1.0090384,1.787243-.8408653,5.1830212,0,0,29.9333562-1.8151808,47.4234252-2.0628563,2.9387384-.0416144,5.8970693,2.4594785,8.1787334,4.1794138.0310722.0234256.062495.0470382.09331.0701833.1445592.1084545.2869907.2143373.425775.3151703.0079726.005798.0157114.0111517.0236607.0169263.1264396.0916685.2497229.1786144.3710188.262451.0302305.0209007.0605545.0418014.0904576.062141.1289179.0877642.2556614.1718813.3782433.2486341.0065698.0041147.0128123.0075747.0193587.011666.113978.0709782.2243321.1351765.332465.1951199.0285003.0157807.0568838.031351.0849633.0463135.1132766.060411.2242619.116263.3305479.1622726.0038811.0016833.0074816.0027821.0113393.0044186.101493.0435314.1986373.0776178.2933969.1064439.0249933.0075981.0497762.0147287.0742786.021228.097004.0258103.1916467.0462434.2809353.0540987-1.0650805-3.4553241,1.1142021-5.3335576,1.289319-5.1234285,1.2846898,1.5414378,1.9859993,3.3404638,2.2650408,4.1753225.0005845.0384348.0053073.0754669.0053073.1140654,0,0,.0018236-.0328473.0040448-.0866654.0925618.2790032.1360956.4441047.1360956.4441047,2.1301844-1.9063817,1.420762-4.3254849,1.420762-4.3254849,2.8222354,2.8234872,1.8866339,5.93402,1.8866339,5.93402,2.3543995-3.5744861,2.1862265-10.366019,2.1862265-10.366019Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M331.001462,183.5837221c.0056112-.5978907-.0264663-1.2773737-.1227923-2.0177819-.0006546-.0048394-.0013093-.0096788-.0019639-.0144949-.0705144-.5379707-.1747896-1.1064041-.3250769-1.6993152-.0157114-.0634736-.034509-.127555-.0510621-.1913091-.025157-.0939596-.0497529-.1875685-.0772479-.2825802-.428417-1.5348683-1.0997064-3.1112108-2.0142425-4.2748697-.0385304-.0490488-.0704209-.1023059-.1077355-.1521028-.0605077-.0872966-.1182098-.1745231-.1812425-.2618431.1617903-.2600663.3114229-.5209042.4512359-.7823966.7230062,1.1131372,1.4083238,2.4353282,1.984503,4.0129564-.3005746-1.8294419-.7236609-3.7287164-1.2459723-5.6717794,1.1313163-3.111164.8754445-6.2862458-.1188644-9.3695889.2366066.113855.4801338.2191066.7329194.3126921-.1493521-.0659284-.4316902-.2153894-.7994124-.5144282-.0347896-.1043632-.0667736-.2091004-.103153-.3132298l-1.9141756-4.257733c-.6373416-1.180141-1.3368742-2.3330223-2.0588517-3.447913-.041149-.063497-.0806146-.1295422-.1210154-.1940912-.2836474-1.1084615-.5456916-2.3539464-.7739749-3.7556254-.0028056-.0177913-.0056112-.0360969-.0085104-.0539116.1183033-.8702544.0750034-1.6195465-.2632599-2.3349394-.0009352-.0105906-.0016834-.0211812-.0026186-.0317952l.3943755-2.3650747c.0808016-1.0718268-.0979159-2.5511002-.4489915-4.0869271,1.0203076-2.8170814,1.3896197-5.9707248-.2288444-9.6805043-.4407617-1.0102703-.9034071-2.0189041-1.3652109-3.0293146.8240083.9218281,1.5392523,1.884312,2.1047702,2.9157636,4.0269886,7.3453311,1.6505416,13.0170404,1.6505416,13.0170404,0,0,5.5087259-7.4419325-.5894591-17.303506-1.966173-3.179477-4.1346306-5.2209417-6.4053995-6.8681454-.0012158-.0045823-.0028991-.0091178-.0041149-.0137-1.0305948-3.7561164-1.5554314-7.6426166-2.4823121-11.3644128-.0039279-.0162249-.0085104-.0323563-.0126253-.0485813.0167402.0178147.0333868.0357463.0501269.0535609.009352.0100763.0188911.0201759.0285237.0302522-.1847963-.7230611-.3701538-1.4495122-.557101-2.1779504,2.8116909,2.2242171,4.7283916,4.0635015,4.8549247,6.6028422,0,0,.4910756-1.9609713-1.5281234-4.7881056-.7255313-1.0160215-2.2137215-2.3937839-3.9069084-4.05415-.2826187-1.0787236-.5716902-2.1589434-.8704879-3.2368955.0105678.0180017.0172078.039744.03002.055665,3.2581573-6.6042917-.664743-12.3620351-5.0972361-16.9345176-2.5918245-2.6736756-4.828552-6.0943522-6.7687263-9.4570726-.3546294-1.0476297-.7420844-2.1234075-1.1730264-3.2341835-1.3907419-3.5846559-5.4398013-7.1057914-9.0787737-9.6967292-2.5432874-3.5247125-5.8264147-7.0246434-8.8169166-6.9823043-.7266535.0102867-1.4606952.1915663-2.1897803.4971746-1.5553378-.9237452-3.1769816-1.6723594-4.8463208-2.2363508-.5840349-1.4272789-2.2878832-1.2756203-3.6746972-.9249375-.678584-.1139251-1.3621247-.199819-2.0501543-.2531696-.146827-.1231832-.2741083-.2163479-.3739881-.2729948-.087161-.0494229-.2962726-.0958533-.5883369-.1381924-.6196662-.7350778-1.3089116-1.2366711-2.0136813-1.433147-2.8094464-.783285-4.3687121.8971167-4.3687121.8971167,0,0,.0248764.0136299.0659319.0326135-.0985705-.0068734-.1965799-.0123207-.2944958-.0171835-.8172748-.2975193-1.66139-.386733-2.3544697-.3520855-2.2446767.1121951-3.1437819.6736148-3.1437819.6736148l-.3509821.3504957c-.3183435-.2709375-.7392788-.2900848-1.0643557-.2469742-.8934939-.1019552-1.9270814-.0190538-2.8430203.1168241-.0252505-1.2546962-.7661191-1.5419054-1.5153111-1.3844021-1.0192789.2142905-2.1950174,1.2395467-2.8703282,1.6697409-.3591184-.4867243-.9875755-.7155097-1.8560995-.6461213-1.297128.1036852-2.1024322,1.4870586-2.2193327,1.7005543-.0496593.0253427-.0990381.0511529-.1482298.0775243-.5022046.1143927-1.0026322.239189-1.5008154.3775451.0408684-.0365411-.0019639-.0560157-.1902205-.0437185-2.5941625.1694499-6.5652259,1.1593806-9.9103572,2.5495339-2.445465,1.0162553-6.1160474,3.6174798-8.8448792,7.3525786-2.9665607,2.7742514-5.3519857,6.235537-6.804264,11.2087096-.1865732.6391077-.3626721,1.2676481-.5302607,1.8875149-1.1125187,1.6574203-2.124503,3.3811663-2.9346703,5.2290541-2.4002012,5.4740411-3.7612036,10.9075667-5.0061472,16.8858896-.6495927,3.1342389-.5845025,6.6933885-.7368473,10.1900463-2.6811365,3.8487901-5.7608569,7.0097511-6.8697283,8.9718445-1.9072551,3.3748774-1.3120913,5.6083058-1.3120913,5.6083058.0030862-3.4770664,2.5990255-5.9642722,6.1887127-9.4513915-.1255044.1989073-.2460522.4043606-.3749233.5986155-3.2893932,4.9583972-6.080229,10.7381635-3.7319317,16.2737144-2.381123,2.0169402-4.6185051,4.5013874-6.520149,8.4154513-3.2102749,6.6075647-2.5888318,12.2471982-1.4185175,15.9354224-.5656114.6964794-1.1123317,1.3269135-1.6029397,1.8251402-2.6907691,2.7326604-3.4055455,4.0359145-3.0271619,5.9697896.2125719,1.086462,1.1018574,2.5044828,1.8404815,3.5387398-.2815899,1.3415486-.497435,2.6801515-.6353776,4.0022489-.8756315,1.6188685-1.4611628,3.3663909-1.6026592,5.2371198-.398584,1.3856178-.7189849,2.7407261-.9360457,4.0479312.0730394-.1667613.1533735-.3221372.2304343-.4827967-1.4061728,3.6641673-2.4473354,7.2442643-2.8702347,10.490675,1.0951239-2.8341714,2.8230069-4.766901,4.3878838-6.0129236-.6251839,1.0050568-1.12318,2.0203302-1.4386244,3.0476904-.9606416,2.4737396-1.2787045,5.1028317-.4574083,7.772416-.105304-.4222688-.3304076-1.8316629.4551638-4.2629231.4993054,1.2826807,1.523915,2.5393874,2.8202948,3.7188037.9292187,1.2778646,2.1031804,2.4897074,3.3217512,3.5773383-.3197463,1.2402481-1.1942556,2.6861365-1.1942556,2.6861365,1.1820979-.29621,2.1418978-.7253055,2.9053984-1.2523817.2960856.2336716.588898.4580151.8760991.6727966-.4323448,1.3784404-1.0010424,2.0635343-1.0010424,2.0635343.0372211.0478331,1.3123718-.0218358,3.1282575-.5633602,1.2601874.8380851,2.1205752,1.3246457,2.1205752,1.3246457.0007482-.0010754-.6377156-.5628225-1.5786244-1.4964101.4310355-.1432656.8841419-.3101438,1.3552977-.5088875,2.0886847,4.4641449,4.4082713,4.8718954,4.4082713,4.8718954-.9788781-1.3341375-1.5345763-3.1231807-1.5345763-3.1231807.3359253.3811922.7146829.7019968,1.1168207.9775399.118958,1.1475042.4163528,2.284067.9343624,3.3939078-.1319573-.329221-.428604-1.2929206-.2918772-3.0030836,1.8061596.9680013,3.9237421,1.1343886,5.1500751,1.1342016-.0313293.0339227-.0530261.0584471-.052839.0616267,0,0,.0346961-.022584.0932398-.0618137.6023649-.0018703.9807485-.0425028.9807485-.0425028-.1014696-.1384729-.2030328-.2811541-.3044089-.4268043.1957382-.1396886.4218705-.3038315.6764331-.4938081.4609621.780012.9697131,1.5482878,1.48978,2.3549984,0,0-.3781965-.8919032-.7545226-2.2512431.4678826.219995.9261326.4147408,1.3672683.5831854.5043555,1.0096624,1.1379563,1.9339687,1.9354048,2.6793566,0,0-.1818972-.8601079-.2622312-2.1245765,1.7871749.5037207,3.031838.5728286,3.0968346.5071574,0,0-1.5662797-.839932-3.1157258-2.4610683.0440481-.9213138.1713294-1.9127641.4420709-2.8786379.3753909-.3699002.7478827-.7596256,1.1155114-1.160269.190127,1.423094.4407617,2.7780154.7689248,4.0342312-.0117836-1.4154959.1769406-2.7197319.4784504-3.9025849.242779.657086.7301138,1.727627,1.6998269,3.3907517.3913829,1.3326413,1.0362061,2.5700137,1.9992792,3.6595851-.1516901-.1939509-.4690048-.6718848-.7412427-1.5515608.3608952.5681061.7210423,1.0776715,1.0666002,1.4756731,0,0-.0861323-.2611184-.206306-.6944922.0507816-.0019404.3175018-.1140888.7533069-.3244751.022819.8322871.0485371,1.3021085.0485371,1.3021085.0167402-.4373248.0569539-.9021197.1098865-1.3793522.6519307-.3202435,1.6088315-.8220238,2.7407089-1.4703661.1047429.6346423.1350435,1.2830781.0562993,1.9292696-.7908085.85092-1.2966604,1.3518119-1.2960993,1.3528874,0,0,.4609621-.307315,1.2142689-.8599443.0002806-.0000468,0,.0003507.0003741.0002805-.0270274.1292383-.0577021.2582662-.0943621.3867563,1.4018709-.1515651,3.1018847-1.4279802,4.6563809-4.1090903.2333334-.2116487.4682567-.4286512.7041151-.6508906.1267201,2.0296817-.3114229,3.5901733-.5114631,4.8813872,1.1405748.019872,3.0269749-4.108085,4.9491933-8.1577929.075658,1.0929613.0627522,2.189897-.0488177,3.2905032-.0657448.5571882-.1478558,1.1219978-.2508217,1.6723126-.1303674.6596343-.2922513,1.3203206-.504075,1.9825266,3.9351515-4.5785376,3.9965945-7.4470291,3.9965945-7.4470291,0,0,.0475084,7.2049411,1.4370345,8.4167371,0,0,2.1480702-7.2236909,4.5731477-8.4167371,2.5260796,2.5111458,2.6839421,4.9001137,2.6049173,5.9377139-.0200134.1785677-.0439546.3584913-.0789312.5416412,0,0,.4619908-.393583.9787845-1.4832011.5284838-.9684455,1.0763263-2.3224785,1.091009-3.8031079,0,0,3.6007226,1.6754454,3.1771687,5.0447119l1.817195-1.622843c.151129,1.5980614-.1060521,2.5453724-.2242619,2.8802978.4713428-1.1439739.7341352-2.2867789.8272815-3.4187829l.8153109-.7281109s2.6999341,1.0772273,3.6814307,2.8675096c.1231664.2630588.2243554.5575856.3126387.8686178.034509.195681.0489112.3969028.0334803.6048343,0,0,.698878-.1206583,1.7499538-.49479.6924251-.1672289,1.3404279-.404197,1.9422317-.6874317,2.9453316.3813558,5.7934955-1.2751994,7.2150056-2.2839033,1.7453713,1.7479899,3.6207359,2.4979367,3.6207359,2.4979367,0,0-.4518906-1.8487762-.6101271-3.0181395,1.0316236.7436579,2.0220982,1.3819473,2.8699541,1.8954637.5676689.3964352,1.166293.7529627,1.750889,1.0062491.5276421.2862507.8396262.4389379.8396262.4389379.0002806-.0004442-.0820174-.0781555-.2207082-.2127943.2125719.0620942.4220576.1121483.6226588.1321373,0,0-.0497529-.3933725-.0932398-.9977159.5866535.3033172.939506.4572202.9545628.4335842,0,0-.5198799-.8532813-1.0166603-2.3095733.0099132-1.0750531.1094189-2.2488117.4197196-3.1350572,0,0,.2902873,3.8366097,2.555258,5.766908,0,0,.9138814-3.2884926,1.7614568-5.7299226,1.8373019,3.7511133,3.3908628,5.1497531,4.3408431,5.6693013.2690582.2173064.5495259.427342.8448633.6251505,0,0-.0516233-.1233936-.1352305-.3493034.187976.0385751.2901003.0266285.2901003.0266285-.6396796-1.3431618-1.0622983-2.9733457-1.3435141-4.5848499,1.2707552,2.079806,3.0379168,4.0820409,5.2644506,5.8279969-.2278157-.1895557-2.0157388-1.7849519-5.1637291-7.5781143-.1865732-.3433886-.3365799-.6850237-.4656381-1.0252795-.0028991-.0319355-.0052371-.0624449-.0080428-.0941934-.0158049-.5591754-.0087909-1.1340146.0246894-1.7186729,1.2013631,2.3048742,2.3748571,4.1751355,3.4488454,5.6748888.5413896,3.5202004,3.190168,5.9798426,9.78345,6.1041713,0,0-3.1570618-.7251652-5.6441434-2.0913785-.3868939-.6147235-.9135073-1.4708103-1.5302744-2.5250796.0194522.0201292.0380628.0375932.0574215.0575354.4791985.5085835,2.8778099,2.9694882,5.2687525,3.8923683,0,0-.0707014-.0409831-.1997596-.1490168.2442753.1048308.3824985.1490168.3824985.1490168-1.4289918-1.2569873-2.5009226-2.9665892-3.2982776-4.6990322.5080028.6230931.8167137.9487839.8167137.9487839-.5051972-.7797782-1.0199335-1.6947563-1.5277493-2.6778136-.4407617-1.2056474-.7558319-2.3488732-.9747632-3.2825076.0821109-.0786465.132986-.1230663.1415899-.130454.0029927.0061486.0056112.0123207.0085104.0184693.0644356.2556477.7455447,2.7958768,2.7516508,4.3252745.6420176.7963538,1.345478,1.5767866,2.1232872,2.3278322-.1012826-.1031709-.5603743-.5985453-1.3227526-1.8200436.2541885.1338439.5255847.2500602.8140016.3462875.6044224.8267697,1.4521848,1.5566808,2.5880837,2.1658168l-.0499399.5379941c.0522779-.1408108.1071744-.304416.1632866-.4779105.0744422.0387154.1441149.079418.2208952.1171047.7603209,2.2168762.9583036,3.881918.9583036,3.881918.8049301-.7948576,1.3625923-1.7936021,1.7322784-2.9101526.7277758.1894388,1.5199871.350823,2.3872018.4789391,0,0-.9737344-.3532077-2.2462666-.956195.0098196-.0355125.0174883-.072264.0270274-.1079635.4657316-1.0367585.9879495-2.3817672,1.5198001-4.0955773.1177422.0317251.2289379.0706041.3520108.0963209.4991184,1.7380539.9064933,3.2756342,1.2062262,4.4592119.0426453,2.8224819-.8886309,3.4699826-.8886309,3.4699826,0,0,.3406948-.165569.8838613-.4760402-.0669606.081335-.1299934.163839-.1987309.2446597,0,0,2.9666542-.5296011,5.1982381-4.1038768.9872014-1.0611894,1.8409491-2.2844177,2.3000408-3.6378194.0792118.6493476.121296.9788491.2112626,1.6492611,0,0,1.097649-.9687261,2.1836079-2.9283414.524743,1.5548339.8207351,2.7477398.8207351,2.7477398.9203343-2.3072822.554576-5.6068564.554576-5.6068564.7368473,1.1341081,1.1750839,2.5195622,1.4386244,3.7966787.2580228,2.2593322.3912894,3.7853633.3912894,3.7853399,0,0-.0909018-1.154962-.254469-3.0369829.0443287.2743041.080334.537924.1106346.7895739-.0010287.0828313,0,.1647741-.0013093.2476989,0,0,.0072946-.0349748.0192652-.0971859.1384102,1.2248648.1258785,2.0968959.1258785,2.0968959,0,0,1.4519978-1.8491035,2.1675224-4.9776146.4628325-1.6564617.694202-3.7744921.3526654-6.8060979.2127589-.2478392.4163528-.508303.6049835-.7878673,1.9305417,1.4923422,3.6380372,1.3004486,3.6380372,1.3004486-1.2217506-.7293266-2.2715171-1.4114514-3.1435948-2.1396325.2228591-.4336777.4252373-.8886068.5821645-1.3852437.9961793-3.1512353.368751-6.0988877-.6780229-9.0021202-.0608818-.3828521-.144302-.7613323-.2648498-1.1315832-.3583702-1.1017985-.8277491-2.1664246-1.3653979-3.2038845.0710755-.2479795.1433668-.4961226.2165933-.7444995v.0000701c.0085104-.0291534.0168337-.05819.025344-.0873668,5.0547778,6.2977248,4.7226869,9.8165458,4.6013909,10.4686054,1.0711827-4.505315-1.3767139-8.6980081-4.1484716-11.9193098,1.2975021.5662592,3.5861334,2.0513539,4.8706361,5.0637189-.164783-1.0159514-.4198131-2.0773512-.7461058-3.1677174.0804275.1007395.158143.2047987.2333334.3118739.0048631.00685.009165.0142845.0140281.0211812.0699533.1004122.1381296.2029284.2036874.3083203.0214162.0343435.0409619.0705808.0619105.1054152.0477889.079605.0958584.1588125.1413093.2408489.0158985.0286391.0303006.0586809.045825.0876006.0484436.0899151.0968871.1799236.1427121.2723636.0256246.0517374.0490982.105275.0739746.1577371.0337609.071399.0683634.1420499.100628.214688.027308.0614396.0524649.1245625.0787442.1868204.027682.0655543.0563928.1303371.0828591.1967097.0243153.0609019.0466667.123113.0700468.1846462.0263728.0692248.0535872.1378651.0787442.2077912.0205745.0570678.0392786.1150707.0591049.1725593.0259987.0756773.052839.1509339.0776219.2272191.0174883.0537947.0332933.1082441.0501269.162296.025157.0807038.0508751.1611738.0747228.2423452.0171142.0585874.0327321.1175489.0491917.1763233.0216032.0771035.0439546.1540199.0644356.2313571.0168337.0637541.0320775.1276018.048163.191426.0184235.0727316.0375017.1453931.0548965.2181247.0149633.0628424.0284302.1255444.0428323.18834.0167402.0737837.0342285.1476608.0501269.2212808.0132799.0615565.0250635.1227156.0377822.1841085.0152438.0743447.0312358.1489233.0455444.2229173.0130929.0672843.0246894.1337972.0370341.2007074.0124382.0674012.0255311.1351765.0372211.2021335.0122512.0702534.0230995.1394782.0346025.2091706.0103808.0627956.0214162.1261523.0311423.1884335.0099132.0636139.0187041.1258951.0280561.1888777.0100067.0674012.0205745.1354337.029833.2020167.0096326.0683598.0179559.1350596.0268404.2024609.0076687.0587511.0160855.1183437.0232866.1762999.0086974.0697859.016179.1375845.0242218.2061781.0063594.0547766.0132799.110582.0192652.1644936.0065464.0592888.0121577.1163799.018143.1745933.0062659.0608084.0130929.1226688.0188911.1822381.0049566.0514335.009165.1005524.0137475.1509806.0057983.0639645.0120641.128911.0173013.1911689.004489.0531635.0082298.1037086.0123447.1555629.004489.0559923.0092585.1132238.0132799.167603.0040214.0548234.0072946.1065842.0108484.1596776.0033667.0491657.0071076.0998511.0101002.1474738.0033667.0535843.0060788.103732.008978.155259.0025251.0430638.0053307.0878577.0074816.1294253.0030862.0573483.0055177.1108158.0080428.165195.0015898.0324031.0033667.0668168.0047695.0981444.0028991.0663726.0053307.1284902.0075752.1897194.0005611.0155937.0014028.0328473.0018704.0480903.0019639.0530934.0033667.1014408.0048631.1502091.0006546.0216488.0014963.0454952.002151.0662557.0014028.0500074.0024315.0951987.0034603.1399224.0003741.0144014.0008417.0309068.0011222.0447471.0022445.1031709.0035538.188153.004489.2577752.000187.0134896.0004676.0275169.0005611.0396973.0000935.0032964.0000935.0056343.000187.0088372v-.0000234c.0003741.0262311.0006546.0516906.0009352.0710249-.0002806-.0193109-.0005611-.0447237-.0009352-.0710016-.0074816.0786465-.0077622.1333763.0036473.1480349-.0003741-.000491-.0006546-.0076683-.0009352-.012344.0003741.0052602.0006546.012344.0010287.0124375,0,0,.270461-.9837353.2929059-2.5440632.0002806-.0233555.0002806-.0466876.0005611-.0700664ZM327.5336319,173.7561882c-.0168337-.0306029-.0363794-.0594992-.0529325-.0902424-.2592386-.4805523-.4987443-.9675805-.7315166-1.456292-.157956-.3742019-.3268538-.7499468-.4955646-1.1259021.5398933.5153166,1.0961527,1.1330093,1.6442757,1.8610968-.1226052.3147495-.2467068.5850324-.364262.8113397ZM300.0282525,201.4346673c-.1416834-.2579155-.2464263-.5207639-.3046895-.78754-.1024048-.4700552-.114656-.9128272-.07332-1.3318698.7026188.8907109,1.2864667,1.8262156,1.7716505,2.7508725-.4501137-.1714839-.9264131-.3810987-1.3936411-.6314628ZM222.7989161,68.2412609c5.2350852-7.527242,10.3244655-9.5390856,10.7948732-9.712393-.0051436.0070137-.0104743.0139806-.0155244.0209708-3.3637419,2.061477-6.1360607,4.6461492-9.4874579,9.2894462-.7255313,1.0052438-1.4841688,1.9957356-2.2510361,2.985152.023006-.0815922.0438611-.1661769.0681764-.2459689.2315565-.7586671.5282032-1.5425366.8909689-2.3372071ZM258.9250063,52.3509363c.1586106.0752098.3214296.175505.4794791.3045563-.3920375-.0037172-.7839815-.0069669-1.175832-.0087671.1130662-.0346007.295805-.1077297.593574-.266589.0349766-.0110816.0680829-.0186563.1027789-.0292002ZM325.9002045,160.1283987c.7553643,1.3655119,1.4078562,2.7901256,1.8812564,4.2520052-.1401871.5419451-.288978,1.0675952-.4402005,1.5759917-.4117703-1.1695972-.8491653-2.3442675-1.3068541-3.5197796-.0466667-.8172311-.1232599-1.6318204-.2304343-2.4428328.0325451.0444432.0631263.0907567.0962325.1346154ZM209.0900407,119.9146238c.0051436.3748565.0092585.7469309.0115965,1.1152413.002151.3452355-.0000935.6801609-.0056112,1.0070206-1.0338681,2.2149591-2.0807355,4.4257802-3.1440625,6.631341-.2717703.1963122-.543073.3927179-.8134405.5903394.0669606-.6559404.1380361-1.3396316.2364196-2.1010807.3837142-2.9720832,1.2477492-5.3235047,3.1088988-7.1605213.1688978-.1667847.3584637-.3275845.5609354-.4850878.0144021.1344752.0294589.2686931.0452639.4027475ZM288.3510143,61.4548012c-.3253575-.3081333-.6544558-.6102348-.9861727-.908432.0157114-.0776178-.0135605-.1822615-.0759386-.3047433,1.3263064.926574,3.2272021,2.2833423,5.1327738,3.7402187,1.210154,1.6882102,2.2033407,3.2800762,2.8178633,4.3089794-1.6973018-2.2922262-6.0143907-6.5588198-6.8885259-6.8360228ZM204.5232523,128.1604849c-.0678023.5908771-.1176487,1.1403268-.1633801,1.6750012-.3618304.2713349-.7214164.5480003-1.0785708.8316091-.1805879-.6718614-.3132934-1.4652695-.3284437-2.3863729-.066306-4.0143358,2.0459459-7.9419594,4.4151918-11.2516332-1.1623651,3.7313114-2.3642893,6.9414615-2.8447972,11.1313958ZM327.6597909,166.8777561c.1607616-.4050386.3200268-.8263021.4728392-1.2712952.2852372,1.1528112.4534804,2.3228058.4518906,3.500492-.0002806.1946757-.0110354.3771944-.0199198.5618172-.2828992-.9242127-.5854377-1.8552755-.9048099-2.791014ZM328.8896778,162.9714307c.0094456-.0407493.0184235-.0819195.0277756-.1228325.130461.2636667.2637275.526445.3890449.7924495-.1378491-.2281542-.2776621-.4476115-.4168204-.6696171ZM328.3616616,161.7562915c-.008978.049797-.0186106.0994536-.0279626.1491571-.1415899-.1610335-.2881364-.3413312-.4387977-.5419919-.0175818-.1897661-.0307682-.3759553-.0398397-.558474.1726387.3154275.3397596.6331694.5066.9513088ZM326.9501581,159.200118c.002338.2611885.0333868.5372928.0761256.817535-.4245826-.7576618-.8563663-1.692208-1.26982-2.8369535.4024183.6702249.8024051,1.34225,1.1936944,2.0194184ZM323.6349533,138.1699998c.0156179.6998927-.0784636,1.3675693-.2562459,1.9889791-.3172212-1.0443099-.6981298-2.053271-1.1171012-2.911345-.669419-1.3705384-1.2932001-2.722514-1.8816305-4.0627768-.5489648-1.4719325-1.1462796-2.9129347-1.7858656-4.3099847-.1623514-.4167514-.3219907-.8329417-.4782633-1.2485709.0346025.033385.0702338.0670739.1009085.0993835.4826588.5088641.9309956.9867512,1.3547366,1.4711142.7903409,1.4695946,1.3119042,2.4623775,1.3119042,2.4623775.0096326-.0032263-.2690582-.6876889-.7606014-1.8080736.8305547,1.0269628,1.5683372,2.1535429,2.2809626,3.7143384.6880296,1.5067202,1.1973417,3.0910348,1.2311961,4.6045583ZM314.3743759,101.1943361c.0137475.0472253.0227255.0930011.0329192.1392211-.2533468-.9023769-.5140817-1.8023458-.7844491-2.6979194.3592119.6589095.5762727,1.0623818.5762727,1.0623818.0101937-.003273-.3089914-.7685096-.8592655-1.9875063-1.0171279-3.2728054-2.1755652-6.4712192-3.5801481-9.4792825.3550035.5349081.6838212,1.0805471.9684038,1.6284539,0,0-.2828057-.8775953-.9080831-2.1538234.7377825.8437661,1.4433939,1.741701,2.0772752,2.6807827.0284302.1027968.0586373.2121163.0946426.3423131,0,0,.1472011.133353.3680963.3751604,1.088484,1.7522449,1.9054782,3.6188591,2.1949239,5.4980278.4701271,3.0509401-.1805879,4.5921908-.1805879,4.5921908ZM314.4813632,91.8621533c-1.7876425-1.9711878-3.6338288-3.7205571-5.1231412-5.048546-.4776087-.8758653-1.0898868-1.8618683-1.8505817-2.8504197-.1386908-.2314039-.2812159-.4595347-.424115-.6874317,2.4688451,2.8243756,5.1933751,5.5394785,7.397838,8.5863974ZM298.1905765,68.9621244c1.0192789,1.1190053,1.485104,2.7019873,1.5853579,4.5303304-.0991316-.1225753-.2260388-.1870776-.3438745-.2214445-.2389446-.3654582-.5297931-.7190166-.8204545-.982917-.275137-.7533835-1.2903945-2.101034-2.0540821-2.6256788l.29328.0923698s-.9290317-1.8321772-2.3939353-4.1736393c1.4800539,1.199639,2.8267477,2.3853208,3.7337086,3.3809793ZM290.1154638,61.0246537c-2.0170481-1.3006824-3.6242897-2.1817144-4.1144302-2.4387649-.3298465-.1729801-.6223783-.3187473-.877876-.4396393-.6656782-.4605634-1.3127459-.782233-1.6762597-.7293266-.3746427-.2612353-.7532133-.516205-1.1377692-.7615895.3211491-.0855198.6391184-.1432422.9518507-.1632545,2.1621917-.1383794,4.6554457,1.9743206,6.8544845,4.5325748ZM268.2629251,52.1643731c-.7299268-.0404688-1.567776-.0658348-2.4221785-.0704171-.4758318-.0844912-.9861727-.1622726-1.5047433-.2199716,1.0088981-.5285724,2.3988919-1.0947848,3.9269218.2903887ZM260.814399,52.0168525c-.2403474.0779217-.4551638.1774221-.6381832.3014235-.1348564-.0697157-.2800936-.1266666-.4335606-.1730269.3756715-.0740876.7337611-.1173618,1.0717438-.1283967ZM257.9538905,52.6461878c-.0403073-.0001169-.0805211-.0001169-.1208284-.0002104-.0314229-.0192642-.061817-.0394401-.0947362-.0573717l.2155645.0575821ZM252.8458995,52.4539435c-.9917839.1842721-1.7114234.3903099-1.7114234.3903099.0052371.0017067.0092585.0041147.0144021.0058681-.5868405.0449342-1.1721847.0995238-1.7557521.1644001-.0245023-.066279-.0527455-.1291214-.0838878-.1893921.8612294-.6909619,3.8553786-2.9276868,3.5366611-.371186ZM246.167514,53.196222c.5975954-.6053252,1.304142-.6390609,1.8022317-.2974959-.7209488.0250855-1.402432.172419-2.0508089.414507l.2485772-.1170112ZM241.6079267,54.7061218c-.1200802.0417312-.2399734.0844678-.359773.1278823-.075658.0274-.1515966.0526959-.2271611.0807739-.229125.0851692-.4573148.1757856-.685224.2673138-.0543354.0218125-.1090448.0415442-.1633801.0637307-.462739.0450978-1.4792122.5744184-2.2216707.9929466-.8622581.4022098-1.6976759.8112461-2.5110228,1.2315979-.3037543-.0357463-3.2387986.9137858-5.7711441,2.5606856-.6235005.4055062-1.232786.8205275-1.828698,1.2472383,3.2377699-3.0475034,7.7618194-5.5690995,13.7680738-6.5721691ZM221.3988221,70.3871355c-.119332.456589-.2212693.9207761-.3014163,1.3937068-.3033802.3901463-.6066669.7808069-.9088313,1.1727767.1789045-.6369334.4145759-1.2266182.7217905-1.7525488.1624449-.2780681.325451-.547369.4884571-.8139347ZM208.2215167,112.9663358c-.1352305,1.1064509-.3306881,2.1869513-.6134938,3.2272868-1.4384373,1.5596733-3.5212302,4.0353767-5.4193204,7.1090644,1.7153512-3.5870171,4.00604-6.93557,6.0328142-10.3363512ZM197.6863497,145.0910982c.8604812-2.0185534,2.131517-3.8478082,3.6520653-5.6101995-.3360188,1.0133329-.6213496,2.0546503-.8390651,3.1328596-.3900736,1.9318412-.6749368,3.9027018-.8813363,5.8951644-.0673347.1353635-.1362592.2696984-.2055578.4041268-.7418038,1.1057495-2.19801,3.2382982-3.7071488,5.2343611.0320775-2.4890761.5038879-5.5909587,1.9810427-9.0563123ZM197.5942321,198.8513276c.0151503-.015921.027495-.0330577.0423647-.0490956.0749098.0420819.1497262.0839301.2243554.125334-.0107548.0654842-.0232866.1267835-.0347896.190374-.0770608-.0879512-.1543087-.1766974-.2319306-.2666124ZM211.9434417,204.749087c-.0392786-.0573951-.0780895-.1206115-.1170875-.1789885v.000187c-.3191851-.4758999-.6363128-.979644-.9468941-1.5167263.3255445.2208366.6509955.4228065.9757919.6153547.2202406.1325113.4400135.2591312.6587577.376984.0096326.0172068.0184235.0348111.0281496.0519946-.2247295.2483769-.426266.4669224-.5987176.6511945ZM223.1095909,206.0673035c-.242966-.8787175-.621256-2.4568367-.7272147-4.0717075.0927722-1.699923.4414163-3.1893429.6183569-3.8553596.0511557-.0873434.1056781-.1718579.1641283-.2527721.0466667-.0646893.350795.1797132.7650904.6470331-.0946426,2.267468-.1061457,4.2243714-.0907148,5.6928905-.398958,1.0596231-.6931732,1.7545594-.7296462,1.8399156ZM224.6943876,201.8025335c.1272813-.5763822.2627923-1.1483925.4021377-1.7041078.0284302.04449.0564863.0915282.084823.1370234-.158143.5398177-.3224584,1.0659353-.4869607,1.5670844ZM267.9526244,202.4316818c1.1445027-1.140397,1.7564067-2.1182642,1.7564067-2.1182642,0,0,.0158049-.0289664.0432999-.0797219.128497.243818.2656915.4761337.4088712.7001265.0144021.6257583-.0381563,1.1119683-.10334,1.4591676-.6298599.0547533-1.3441688.0787166-2.1052378.038692ZM270.1249163,202.3870048c.1204543-.3531843.2173414-.7059945.300107-1.058384.2370742.3348787.4878024.6428249.7449835.9304783-.3077756.0482773-.6608152.0928608-1.0450905.1279057ZM297.1093871,196.7979631c.5224985.3994277,1.0079629.826419,1.4519043,1.2777945-.0489112.8961581.0200134,1.7528294.2309954,2.556454-1.1367405-.9029847-1.9462531-2.1483528-1.6828997-3.8342485ZM301.4067432,203.0312558c.1587976.0061954.3221778.0055408.4888311-.000187.0917435.1999126.1800268.3987029.2629794.5950619-.2639146-.1914494-.5144557-.3907541-.7518105-.5948749ZM324.3333637,188.8578974c-.1164329.4871919-.2698999.9256856-.4488979,1.3283863-.1312091-.1582047-.2537209-.3214124-.3703408-.4882439-.0484436-.2335313-.0993187-.4710137-.1532799-.7131719.4910756-.9923621.9270678-2.0312949,1.2474687-3.0879722.0420842.9652894-.0338544,1.9504976-.27495,2.9610016ZM323.024078,187.5628259c-.0995992-.3971132-.2071477-.8063132-.3211491-1.2253557.4480563-1.394642.7803342-3.174661.5513963-5.1423186.7062661,1.9331972.4452506,4.1923891-.2302472,6.3676743ZM330.7053764,186.1293049c.0003741.0197084.0006546.0368217.0010287.0478565-.0003741-.0109179-.0006546-.0282884-.0010287-.0478565Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LONG WOB 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.1664429,169.739563c1.0177612-1.2398682,1.9554443-2.6121216,1.7058105-4.1986084-.2651367-1.6849365-1.4765625-2.9088135-3.3071899-4.1825562-.9025879-3.038147-2.1496582-5.9902954-3.7284546-8.6893921,2.9325562-5.1547241-.0374756-11.7579956-4.138855-15.1866455-1.0112305-.8453979-1.963501-1.6515503-2.8535156-2.4157715-.5209961-.9035645-1.0945435-1.9158325-1.7233887-3.0514526-.0302734-.8338623-.0673828-1.6638794-.1573486-2.4727783-.4302368-3.869812-1.927063-6.8377075-3.2722168-10.3689575-.7581177-1.9902344-1.3902588-4.0349731-1.9725952-6.0933838-3.1101685-21.5724487-7.9163208-30.3111572-14.1085815-43.0012207-6.3571777-13.0280762-22.286377-18.2024536-35.9254761-17.1168213-2.5201416.2006226-9.7467041-2.3945923-21.5946045,2.5102539-1.8720093.7068481-3.2405396,1.434021-3.9119263,1.8191528-1.3140259.677002-2.6724854,1.4367065-4.083374,2.3052979-16.7444458,10.3084717-23.0230103,38.8048706-24.7803955,49.0571899-1.5861206,4.3215942-3.072998,8.2421265-4.1217651,11.0321655-1.9780273,5.2619629-6.1168213,9.0696411-8.31427,14.1255493-1.4747314,3.3930664-.8449707,6.638855.5834351,9.7321777-.3197632,2.0598145-.3554688,4.0681763.0305786,5.322876.0206299.0671997.0443726.1411133.0698853.2191772-2.9171143,3.5478516-5.0048828,10.3207397-3.5598145,16.3722534-.7521973,3.2125244-.3543091,6.5843506,2.7417603,9.8150024-2.0909424,1.4066772-6.0462036,4.8466797-3.8128052,15.9359741,0,0-.7305908-10.2757568,4.1707764-13.140625-1.9482422,3.0117798-2.6396484,6.1743164-1.579834,8.4432983,0,0-.9057617-3.8564453,3.6004639-9.0377197l.1203613-.0317383c.3464966.7843628.7041016,1.4938965,1.0563354,2.149353-1.7797241,3.1030273-3.3745117,6.8004761-1.2114258,12.6074219.1978149.5310059.4096069,1.0154419.6323853,1.4609375-.8704834.7264404-1.8947754,1.4002686-3.057373,2.138916,0,0,1.6434326.2774048,3.6142578-1.1442871.2927246.4650879.6003418.8726196.9195557,1.2283325-1.1014404,6.7003174,2.8406982,10.281189,2.8406982,10.281189,0,0-.3649292-3.9545288,1.6881714-6.7480469,0,0-.3554077,3.1004639.6773071,5.0864868,0,0,.2545776-1.0100098.7806396-2.3803101,1.1708374,1.7565918,2.3654175,2.5350342,2.3654175,2.5350342l.2133179-1.4347534c1.6673584,4.1224976,8.1769409,6.3905029,8.4766235,6.493042-.1738281-.0618896-1.9917603-.8495483-.2631836-6.2398682.6692505-2.0869141,2.1188354-3.8535767,3.8238525-5.484314,1.5054321-.1209717,3.2844238-.4012451,5.3018188-.9586792.4898682-.135376.9560547-.2970581,1.4024048-.4776001-1.9224854,2.5101318-7.7972412,4.3464966-7.7972412,4.3464966,5.1555176-.9963989,8.0281982-2.8646851,9.4315186-5.1622925,3.0958252-1.8799438,4.5613403-4.9648438,3.4483643-8.0897827,1.039917-1.0209961,2.0354004-2.0792847,2.9489136-3.2160034,2.5734253-3.2023926,2.7753906-4.866394-.0678101-9.1826782-2.2852783-3.4692993-3.2689819-5.6893311-4.0599976-8.2672729-.4682007-2.5300293-1.0183716-4.2720947-1.0183716-4.2720947,0,0,.0321655.2564087.0725098.6998901-.2410889-1.1399536-.5284424-2.0782471-.7133789-2.6283569-.9194336-3.680481-2.0488892-8.7460327-3.1047363-13.6565552-.4685059-5.6604614-1.4655151-11.3393555-2.2807007-15.3516846,2.8456421-4.9171753,4.913208-10.8149414,6.9866943-16.5496826.4158936-.8178711.8341675-1.640564,1.25354-2.4642944.2423706-.0045166.734436-.0159912,1.3521729-.043335l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0303345-.5841064-.0613403-1.1437378-.0924683-1.6693115.2976074.7954712.5967407,1.6109009.8980103,2.4435425.5328369,2.8518677,1.0421143,6.1620483.9834595,8.1603394l1.8231201.3857422.2414551.9128418s.1158447.0938721.4180298.1767578c1.7590942,4.7664795,3.7471313,9.7731934,6.2020264,14.7260742-1.0043335,9.852417-1.6717529,13.6792603-2.0604858,18.0888672-.2838745,1.0379028-.5387573,2.0863647-.7545776,3.135498-1.2267456,4.7220459-2.3378296,9.9622192-2.3952637,13.6190186-.1827393,1.0262451-.3430176,2.0375977-.4561157,2.99823-.171875.7915649-.348999,1.5859985-.5305176,2.3712769-1.0493164,4.5386963-2.5766602,9.3013916-1.1550293,14.0432129.6154785,2.0530396,1.4172974,3.8146973,2.3265381,5.3627319,1.0821533,2.8905029,2.8522339,5.611145,5.3759155,7.6596069.3360596,1.1184692.930542,2.3040771,1.8255005,3.5786743,0,0-.416626-1.1366577-.6878662-2.7365112.6130981.4117432,1.2653809.7841187,1.9559937,1.1149902,2.8703613,2.9807129,4.6352539,5.9330444,2.8070068,11.2764282,0,0,1.0113525-.4983521,2.4708252-1.6425781.4321289-.2444458,1.2463989-.7142944,2.2883301-1.3570557,1.7633667-.1549072,4.0285034-.6445923,5.5827026-2.0404663,0,0-.6425171,1.5221558-1.7133179,2.5966797,0,0,2.4666748.0567017,4.772583-3.9667969,2.9254761,2.4160767,5.1326294,3.6981812,5.1326294,3.6981812,0,0-1.6733398-2.1948853-1.4053955-6.5933838.7814331,1.1499634,2.1744995,2.0407104,4.2348022,2.522583,0,0-1.5983276-2.5163574-.9822388-3.6521606.6161499-1.1357422,3.5141602-10.4447021,5.5886841-15.545105,1.4972534-3.6812134,2.1906738-7.074707.0475464-10.4828491.0008545-1.0945435-.0437622-2.2059326-.140625-3.3289185ZM162.9160156,161.8491211c-.8303223,1.1607666-1.6521606,2.4199829-2.385376,3.7356567.22052-.9126587,1.2655029-2.9382935,2.6241455-5.4747314-.1022339.6101685-.1809082,1.1835327-.2387695,1.7390747ZM163.4573975,171.6932983c-.5795898-.7142944-1.1988525-1.6105957-1.7476807-2.6774292.1044312-1.3931885.5081787-2.861084,1.0762329-4.3007202.0078735.8179321.0488281,1.6739502.1140137,2.6326294.1096191,1.6132202.3048096,3.0494995.5574341,4.34552ZM163.5513916,174.730896c-.5839233-.6514282-1.6162109-2.0799561-1.8340454-4.2344971-.0290527-.2874146-.0360107-.5817261-.0331421-.8788452.5096436.8483276,1.1207275,1.6554565,1.8412476,2.4090576.1185303.5734863.24823,1.1185303.3876953,1.6369629-.1347656.3591919-.2555542.7150269-.3617554,1.0673218ZM163.7249756,157.302063c-1.2521973,2.1706543-2.6852417,4.6282959-3.4676514,7.2119141-.3327026-2.2444458-.1831055-4.8716431.8665161-7.8633423.4559326-1.2995605,1.2452393-2.5973511,2.2058105-3.8397217.0283813.5075684.0958252,1.0535889.2218628,1.6486816.1190796.5621338.2771606,1.1108398.458313,1.6494141-.1022949.4158325-.1971436.8129883-.2848511,1.1930542ZM167.8060913,193.3817139c-.0211792-.0272827-.043457-.0526733-.0643311-.0804443.0137939-.0158691.0275879-.0299683.0413818-.0460815.0144653.0184937.0296021.0369263.0441895.0553589-.0070801.0238037-.0141602.0474854-.0212402.071167ZM167.7387085,191.3861084c-.9890747-2.3554077-1.3866577-5.1459351-.2290649-8.1212158-.2407227,2.331665.4462891,4.4591675,1.1567383,5.9555054-.2254639.8240356-.5388794,1.5313721-.9276733,2.1657104ZM164.7954102,138.6534424c-.3878784.9047241-.7215576,1.97229-.982605,3.0848389-.2731323-.6826782-.446167-1.407959-.4898682-2.1513062-.0909424-1.5487671.3393555-3.0922852,1.0011597-4.4873047,1.1714478-2.4692993,2.7128906-4.4385376,4.8632202-6.038147.3696899-.2749634.9838867-.5944214,1.6252441-.9415894-3.114563,5.7167969-5.3414917,8.9574585-6.0171509,10.5335083ZM171.8536987,173.6343994c-.0532837.0424194-.1060181.085144-.1589966.1277466.0258179-.1008911.0501099-.2015381.0738525-.302124.0361938-.0289307.0733032-.0594482.1096802-.0886841-.0079956.0873413-.0159912.1748047-.0245361.2630615ZM197.1420898,189.9208984c.3267212-.2892456.6505127-.5808105.9711914-.8741455.3216553,1.2477417.1051636,2.5827637-.9240723,3.9740601-.022644.0306396-.0469971.059082-.0698853.0893555.1810913-1.0288696.1723633-2.1012573.0227661-3.18927ZM192.4287109,193.9797974c.7355957-.6372681,1.4724731-1.2633667,2.2057495-1.8880005.4302368.7240601.7789917,1.7417603.5286865,2.9615479-1.9854736,1.4925537-4.4476318,2.2342529-6.946167,2.545166,1.3554077-1.2515869,2.8395996-2.4300537,4.211731-3.6187134ZM200.2554932,111.4818115c.0769653-.1506958.1538696-.3013306.230896-.4519653-.0786743.1601562-.1533813.3071289-.2237549.4407349-.0022583.0039673-.0048828.0072632-.0071411.0112305ZM279.5708618,121.4348145c.3369751.2312622.6640625.4663696.9697876.7125854,2.0818481,1.6765747,3.1010132,3.8119507,3.4628906,6.4940186.0733643.5438232.1243286,1.0904541.1660767,1.6383057-1.315979-2.425415-2.8428345-5.338623-4.5987549-8.8449097ZM293.4254761,151.980896c-.6446533-1.0462036-1.3372803-2.0532837-2.0836182-3.0050659-.3187866-.4064331-.6400757-.8187866-.9624023-1.2337646.1634521-3.5102539-.0754395-6.8761597-1.1945801-8.723877-.3233032-.5338135-.6914673-1.144104-1.1038818-1.8382568,2.1011353,1.8684692,3.987793,3.9353027,4.8595581,5.8963623,1.661377,3.7369995,1.4284668,6.6811523.4849243,8.9046021Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M270.5180642,192.4497072l-2.9149842-49.5662739-79.3774065-.5957399,2.242292,49.2683805s-2.8589421,5.5404604-.8408653,10.187311c0,0,.3924116-4.289388,4.2043033-4.8255819,0,0,1.1772115,5.1830212.5045192,7.5064348,0,0,.0601336-.0313978.1675652-.0950818.0120174-.0071072.0229125-.013513.0361924-.0215085.016483-.0099126.0349299-.0213683.0533066-.0326603.0193353-.0118765.038507-.0236828.0599466-.0371256.0177221-.011105.0365665-.0232152.055668-.0353956.0254375-.0162249.0513427-.032894.0791884-.0510828.020177-.0131857.0410087-.0269558.0624249-.0411702.0306046-.0202928.0621911-.0415676.0952973-.0640347.0217201-.0147754.0435571-.0297145.0663527-.0454251.0364262-.0251323.0743487-.0517608.1134169-.0793712.022819-.0161314.0452873-.0320056.0689947-.0490255.0432064-.0310004.0884235-.0640581.1344823-.0979808.0224683-.0165288.0441416-.0323563.0672879-.0496099.0530027-.0395336.1084135-.0817558.1648297-.1250535.0186573-.0143312.0363561-.0276338.0553875-.0423859.0717301-.0555949.1460555-.1142758.222789-.175996.005354-.0043017.0102405-.0080891.0156179-.0124142.1680562-.1354571.3478258-.2859467.5379527-.4518898.0170675-.0148923.0349533-.0311173.0522078-.0462667.0762659-.0670505.1535605-.135761.2329827-.2078614.0280561-.0254829.0569773-.0524621.0854309-.0785763.070982-.0651335.1425485-.1314359.2158685-.2006139.0330127-.031164.0666567-.0635905.1001136-.0955727.0705144-.0674012.1416834-.1361117.2141617-.2072769.0367535-.0360969.0738811-.0730122.1111256-.110091.0716132-.0712821.1439513-.1442008.2172947-.2191066.0389746-.0398142.0780428-.079979.117485-.1208453.0737175-.0763553.1483-.1549083.2235839-.2349575.0402138-.0427833.080334-.0853562.120992-.1292149.0774583-.0835326.1559453-.1698006.2348999-.2572609.039676-.0439522.078978-.0870862.1190281-.1320204.084145-.0944272.1693888-.1923144.2550769-.2912537.0360521-.0416144.0715899-.0818727.1078758-.124282.1000668-.116941.201326-.2380435.3032399-.3611799.0226319-.0273533.0448197-.0531869.0675451-.0808441.2522479-.3070578.5098031-.6333798.7715667-.9796674.0337609-.044677.0680361-.0917854.1019372-.1371403.0956948-.1279525.1915532-.2570037.2882533-.3903567.0454042-.0626086.091159-.1276719.1367736-.1914962.0860855-.1204478.1722412-.2416204.2589814-.3664167.0508751-.0731758.1020074-.1484323.1530929-.2231278.0821811-.1201439.1644556-.2413633.2471277-.3654582.0544055-.0816623.1089045-.1648209.163497-.2482133.0799833-.1221779.1600602-.2458988.2403942-.3718172.0565331-.0886058.1130662-.1781001.1697629-.2685762.0796092-.1270641.159312-.2563959.2391551-.3872005.0569305-.0932349.1138143-.1865632.1708384-.2817385.0805912-.1344752.1612526-.2719662.241984-.4103222.056346-.0965079.1125752-.1923846.168968-.2907862.0835839-.1459074.1671677-.2956957.2507983-.4458113.0532599-.0955961.106473-.1896259.1597328-.286952.0923046-.1686784.1845158-.3422196.2767503-.5161349.0444222-.083743.0888444-.1651014.1332432-.2500836.1366099-.2615158.2730562-.5280581.4091985-.8013569,0,0,1.0090384,1.787243-.8408653,5.1830212,0,0,29.9333562-1.8151808,47.4234252-2.0628563,2.9387384-.0416144,5.8970693,2.4594785,8.1787334,4.1794138.0310722.0234256.062495.0470382.09331.0701833.1445592.1084545.2869907.2143373.425775.3151703.0079726.005798.0157114.0111517.0236607.0169263.1264396.0916685.2497229.1786144.3710188.262451.0302305.0209007.0605545.0418014.0904576.062141.1289179.0877642.2556614.1718813.3782433.2486341.0065698.0041147.0128123.0075747.0193587.011666.113978.0709782.2243321.1351765.332465.1951199.0285003.0157807.0568838.031351.0849633.0463135.1132766.060411.2242619.116263.3305479.1622726.0038811.0016833.0074816.0027821.0113393.0044186.101493.0435314.1986373.0776178.2933969.1064439.0249933.0075981.0497762.0147287.0742786.021228.097004.0258103.1916467.0462434.2809353.0540987-1.0650805-3.4553241,1.1142021-5.3335576,1.289319-5.1234285,1.2846898,1.5414378,1.9859993,3.3404638,2.2650408,4.1753225.0005845.0384348.0053073.0754669.0053073.1140654,0,0,.0018236-.0328473.0040448-.0866654.0925618.2790032.1360956.4441047.1360956.4441047,2.1301844-1.9063817,1.420762-4.3254849,1.420762-4.3254849,2.8222354,2.8234872,1.8866339,5.93402,1.8866339,5.93402,2.3543995-3.5744861,2.1862265-10.366019,2.1862265-10.366019Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M331.001462,183.5837221c.0056112-.5978907-.0264663-1.2773737-.1227923-2.0177819-.0006546-.0048394-.0013093-.0096788-.0019639-.0144949-.0705144-.5379707-.1747896-1.1064041-.3250769-1.6993152-.0157114-.0634736-.034509-.127555-.0510621-.1913091-.025157-.0939596-.0497529-.1875685-.0772479-.2825802-.428417-1.5348683-1.0997064-3.1112108-2.0142425-4.2748697-.0385304-.0490488-.0704209-.1023059-.1077355-.1521028-.0605077-.0872966-.1182098-.1745231-.1812425-.2618431.1617903-.2600663.3114229-.5209042.4512359-.7823966.7230062,1.1131372,1.4083238,2.4353282,1.984503,4.0129564-.3005746-1.8294419-.7236609-3.7287164-1.2459723-5.6717794,1.1313163-3.111164.8754445-6.2862458-.1188644-9.3695889.2366066.113855.4801338.2191066.7329194.3126921-.1493521-.0659284-.4316902-.2153894-.7994124-.5144282-.0347896-.1043632-.0667736-.2091004-.103153-.3132298l-1.9141756-4.257733c-.6373416-1.180141-1.3368742-2.3330223-2.0588517-3.447913-.041149-.063497-.0806146-.1295422-.1210154-.1940912-.2836474-1.1084615-.5456916-2.3539464-.7739749-3.7556254-.0028056-.0177913-.0056112-.0360969-.0085104-.0539116.1183033-.8702544.0750034-1.6195465-.2632599-2.3349394-.0009352-.0105906-.0016834-.0211812-.0026186-.0317952l.3943755-2.3650747c.0808016-1.0718268-.0979159-2.5511002-.4489915-4.0869271,1.0203076-2.8170814,1.3896197-5.9707248-.2288444-9.6805043-.4407617-1.0102703-.9034071-2.0189041-1.3652109-3.0293146.8240083.9218281,1.5392523,1.884312,2.1047702,2.9157636,4.0269886,7.3453311,1.6505416,13.0170404,1.6505416,13.0170404,0,0,5.5087259-7.4419325-.5894591-17.303506-1.966173-3.179477-4.1346306-5.2209417-6.4053995-6.8681454-.0012158-.0045823-.0028991-.0091178-.0041149-.0137-1.0305948-3.7561164-1.5554314-7.6426166-2.4823121-11.3644128-.0039279-.0162249-.0085104-.0323563-.0126253-.0485813.0167402.0178147.0333868.0357463.0501269.0535609.009352.0100763.0188911.0201759.0285237.0302522-.1847963-.7230611-.3701538-1.4495122-.557101-2.1779504,2.8116909,2.2242171,4.7283916,4.0635015,4.8549247,6.6028422,0,0,.4910756-1.9609713-1.5281234-4.7881056-.7255313-1.0160215-2.2137215-2.3937839-3.9069084-4.05415-.2826187-1.0787236-.5716902-2.1589434-.8704879-3.2368955.0105678.0180017.0172078.039744.03002.055665,3.2581573-6.6042917-.664743-12.3620351-5.0972361-16.9345176-2.5918245-2.6736756-4.828552-6.0943522-6.7687263-9.4570726-.3546294-1.0476297-.7420844-2.1234075-1.1730264-3.2341835-1.3907419-3.5846559-5.4398013-7.1057914-9.0787737-9.6967292-2.5432874-3.5247125-5.8264147-7.0246434-8.8169166-6.9823043-.7266535.0102867-1.4606952.1915663-2.1897803.4971746-1.5553378-.9237452-3.1769816-1.6723594-4.8463208-2.2363508-.5840349-1.4272789-2.2878832-1.2756203-3.6746972-.9249375-.678584-.1139251-1.3621247-.199819-2.0501543-.2531696-.146827-.1231832-.2741083-.2163479-.3739881-.2729948-.087161-.0494229-.2962726-.0958533-.5883369-.1381924-.6196662-.7350778-1.3089116-1.2366711-2.0136813-1.433147-2.8094464-.783285-4.3687121.8971167-4.3687121.8971167,0,0,.0248764.0136299.0659319.0326135-.0985705-.0068734-.1965799-.0123207-.2944958-.0171835-.8172748-.2975193-1.66139-.386733-2.3544697-.3520855-2.2446767.1121951-3.1437819.6736148-3.1437819.6736148l-.3509821.3504957c-.3183435-.2709375-.7392788-.2900848-1.0643557-.2469742-.8934939-.1019552-1.9270814-.0190538-2.8430203.1168241-.0252505-1.2546962-.7661191-1.5419054-1.5153111-1.3844021-1.0192789.2142905-2.1950174,1.2395467-2.8703282,1.6697409-.3591184-.4867243-.9875755-.7155097-1.8560995-.6461213-1.297128.1036852-2.1024322,1.4870586-2.2193327,1.7005543-.0496593.0253427-.0990381.0511529-.1482298.0775243-.5022046.1143927-1.0026322.239189-1.5008154.3775451.0408684-.0365411-.0019639-.0560157-.1902205-.0437185-2.5941625.1694499-6.5652259,1.1593806-9.9103572,2.5495339-2.445465,1.0162553-6.1160474,3.6174798-8.8448792,7.3525786-2.9665607,2.7742514-5.3519857,6.235537-6.804264,11.2087096-.1865732.6391077-.3626721,1.2676481-.5302607,1.8875149-1.1125187,1.6574203-2.124503,3.3811663-2.9346703,5.2290541-2.4002012,5.4740411-3.7612036,10.9075667-5.0061472,16.8858896-.6495927,3.1342389-.5845025,6.6933885-.7368473,10.1900463-2.6811365,3.8487901-5.7608569,7.0097511-6.8697283,8.9718445-1.9072551,3.3748774-1.3120913,5.6083058-1.3120913,5.6083058.0030862-3.4770664,2.5990255-5.9642722,6.1887127-9.4513915-.1255044.1989073-.2460522.4043606-.3749233.5986155-3.2893932,4.9583972-6.080229,10.7381635-3.7319317,16.2737144-2.381123,2.0169402-4.6185051,4.5013874-6.520149,8.4154513-3.2102749,6.6075647-2.5888318,12.2471982-1.4185175,15.9354224-.5656114.6964794-1.1123317,1.3269135-1.6029397,1.8251402-2.6907691,2.7326604-3.4055455,4.0359145-3.0271619,5.9697896.2125719,1.086462,1.1018574,2.5044828,1.8404815,3.5387398-.2815899,1.3415486-.497435,2.6801515-.6353776,4.0022489-.8756315,1.6188685-1.4611628,3.3663909-1.6026592,5.2371198-.398584,1.3856178-.7189849,2.7407261-.9360457,4.0479312.0730394-.1667613.1533735-.3221372.2304343-.4827967-1.4061728,3.6641673-2.4473354,7.2442643-2.8702347,10.490675,1.0951239-2.8341714,2.8230069-4.766901,4.3878838-6.0129236-.6251839,1.0050568-1.12318,2.0203302-1.4386244,3.0476904-.9606416,2.4737396-1.2787045,5.1028317-.4574083,7.772416-.105304-.4222688-.3304076-1.8316629.4551638-4.2629231.4993054,1.2826807,1.523915,2.5393874,2.8202948,3.7188037.9292187,1.2778646,2.1031804,2.4897074,3.3217512,3.5773383-.3197463,1.2402481-1.1942556,2.6861365-1.1942556,2.6861365,1.1820979-.29621,2.1418978-.7253055,2.9053984-1.2523817.2960856.2336716.588898.4580151.8760991.6727966-.4323448,1.3784404-1.0010424,2.0635343-1.0010424,2.0635343.0372211.0478331,1.3123718-.0218358,3.1282575-.5633602,1.2601874.8380851,2.1205752,1.3246457,2.1205752,1.3246457.0007482-.0010754-.6377156-.5628225-1.5786244-1.4964101.4310355-.1432656.8841419-.3101438,1.3552977-.5088875,2.0886847,4.4641449,4.4082713,4.8718954,4.4082713,4.8718954-.9788781-1.3341375-1.5345763-3.1231807-1.5345763-3.1231807.3359253.3811922.7146829.7019968,1.1168207.9775399.118958,1.1475042.4163528,2.284067.9343624,3.3939078-.1319573-.329221-.428604-1.2929206-.2918772-3.0030836,1.8061596.9680013,3.9237421,1.1343886,5.1500751,1.1342016-.0313293.0339227-.0530261.0584471-.052839.0616267,0,0,.0346961-.022584.0932398-.0618137.6023649-.0018703.9807485-.0425028.9807485-.0425028-.1014696-.1384729-.2030328-.2811541-.3044089-.4268043.1957382-.1396886.4218705-.3038315.6764331-.4938081.4609621.780012.9697131,1.5482878,1.48978,2.3549984,0,0-.3781965-.8919032-.7545226-2.2512431.4678826.219995.9261326.4147408,1.3672683.5831854.5043555,1.0096624,1.1379563,1.9339687,1.9354048,2.6793566,0,0-.1818972-.8601079-.2622312-2.1245765,1.7871749.5037207,3.031838.5728286,3.0968346.5071574,0,0-1.5662797-.839932-3.1157258-2.4610683.0440481-.9213138.1713294-1.9127641.4420709-2.8786379.3753909-.3699002.7478827-.7596256,1.1155114-1.160269.190127,1.423094.4407617,2.7780154.7689248,4.0342312-.0117836-1.4154959.1769406-2.7197319.4784504-3.9025849.242779.657086.7301138,1.727627,1.6998269,3.3907517.3913829,1.3326413,1.0362061,2.5700137,1.9992792,3.6595851-.1516901-.1939509-.4690048-.6718848-.7412427-1.5515608.3608952.5681061.7210423,1.0776715,1.0666002,1.4756731,0,0-.0861323-.2611184-.206306-.6944922.0507816-.0019404.3175018-.1140888.7533069-.3244751.022819.8322871.0485371,1.3021085.0485371,1.3021085.0167402-.4373248.0569539-.9021197.1098865-1.3793522.6519307-.3202435,1.6088315-.8220238,2.7407089-1.4703661.1047429.6346423.1350435,1.2830781.0562993,1.9292696-.7908085.85092-1.2966604,1.3518119-1.2960993,1.3528874,0,0,.4609621-.307315,1.2142689-.8599443.0002806-.0000468,0,.0003507.0003741.0002805-.0270274.1292383-.0577021.2582662-.0943621.3867563,1.4018709-.1515651,3.1018847-1.4279802,4.6563809-4.1090903.2333334-.2116487.4682567-.4286512.7041151-.6508906.1267201,2.0296817-.3114229,3.5901733-.5114631,4.8813872,1.1405748.019872,3.0269749-4.108085,4.9491933-8.1577929.075658,1.0929613.0627522,2.189897-.0488177,3.2905032-.0657448.5571882-.1478558,1.1219978-.2508217,1.6723126-.1303674.6596343-.2922513,1.3203206-.504075,1.9825266,3.9351515-4.5785376,3.9965945-7.4470291,3.9965945-7.4470291,0,0,.0475084,7.2049411,1.4370345,8.4167371,0,0,2.1480702-7.2236909,4.5731477-8.4167371,2.5260796,2.5111458,2.6839421,4.9001137,2.6049173,5.9377139-.0200134.1785677-.0439546.3584913-.0789312.5416412,0,0,.4619908-.393583.9787845-1.4832011.5284838-.9684455,1.0763263-2.3224785,1.091009-3.8031079,0,0,3.6007226,1.6754454,3.1771687,5.0447119l1.817195-1.622843c.151129,1.5980614-.1060521,2.5453724-.2242619,2.8802978.4713428-1.1439739.7341352-2.2867789.8272815-3.4187829l.8153109-.7281109s2.6999341,1.0772273,3.6814307,2.8675096c.1231664.2630588.2243554.5575856.3126387.8686178.034509.195681.0489112.3969028.0334803.6048343,0,0,.698878-.1206583,1.7499538-.49479.6924251-.1672289,1.3404279-.404197,1.9422317-.6874317,2.9453316.3813558,5.7934955-1.2751994,7.2150056-2.2839033,1.7453713,1.7479899,3.6207359,2.4979367,3.6207359,2.4979367,0,0-.4518906-1.8487762-.6101271-3.0181395,1.0316236.7436579,2.0220982,1.3819473,2.8699541,1.8954637.5676689.3964352,1.166293.7529627,1.750889,1.0062491.5276421.2862507.8396262.4389379.8396262.4389379.0002806-.0004442-.0820174-.0781555-.2207082-.2127943.2125719.0620942.4220576.1121483.6226588.1321373,0,0-.0497529-.3933725-.0932398-.9977159.5866535.3033172.939506.4572202.9545628.4335842,0,0-.5198799-.8532813-1.0166603-2.3095733.0099132-1.0750531.1094189-2.2488117.4197196-3.1350572,0,0,.2902873,3.8366097,2.555258,5.766908,0,0,.9138814-3.2884926,1.7614568-5.7299226,1.8373019,3.7511133,3.3908628,5.1497531,4.3408431,5.6693013.2690582.2173064.5495259.427342.8448633.6251505,0,0-.0516233-.1233936-.1352305-.3493034.187976.0385751.2901003.0266285.2901003.0266285-.6396796-1.3431618-1.0622983-2.9733457-1.3435141-4.5848499,1.2707552,2.079806,3.0379168,4.0820409,5.2644506,5.8279969-.2278157-.1895557-2.0157388-1.7849519-5.1637291-7.5781143-.1865732-.3433886-.3365799-.6850237-.4656381-1.0252795-.0028991-.0319355-.0052371-.0624449-.0080428-.0941934-.0158049-.5591754-.0087909-1.1340146.0246894-1.7186729,1.2013631,2.3048742,2.3748571,4.1751355,3.4488454,5.6748888.5413896,3.5202004,3.190168,5.9798426,9.78345,6.1041713,0,0-3.1570618-.7251652-5.6441434-2.0913785-.3868939-.6147235-.9135073-1.4708103-1.5302744-2.5250796.0194522.0201292.0380628.0375932.0574215.0575354.4791985.5085835,2.8778099,2.9694882,5.2687525,3.8923683,0,0-.0707014-.0409831-.1997596-.1490168.2442753.1048308.3824985.1490168.3824985.1490168-1.4289918-1.2569873-2.5009226-2.9665892-3.2982776-4.6990322.5080028.6230931.8167137.9487839.8167137.9487839-.5051972-.7797782-1.0199335-1.6947563-1.5277493-2.6778136-.4407617-1.2056474-.7558319-2.3488732-.9747632-3.2825076.0821109-.0786465.132986-.1230663.1415899-.130454.0029927.0061486.0056112.0123207.0085104.0184693.0644356.2556477.7455447,2.7958768,2.7516508,4.3252745.6420176.7963538,1.345478,1.5767866,2.1232872,2.3278322-.1012826-.1031709-.5603743-.5985453-1.3227526-1.8200436.2541885.1338439.5255847.2500602.8140016.3462875.6044224.8267697,1.4521848,1.5566808,2.5880837,2.1658168l-.0499399.5379941c.0522779-.1408108.1071744-.304416.1632866-.4779105.0744422.0387154.1441149.079418.2208952.1171047.7603209,2.2168762.9583036,3.881918.9583036,3.881918.8049301-.7948576,1.3625923-1.7936021,1.7322784-2.9101526.7277758.1894388,1.5199871.350823,2.3872018.4789391,0,0-.9737344-.3532077-2.2462666-.956195.0098196-.0355125.0174883-.072264.0270274-.1079635.4657316-1.0367585.9879495-2.3817672,1.5198001-4.0955773.1177422.0317251.2289379.0706041.3520108.0963209.4991184,1.7380539.9064933,3.2756342,1.2062262,4.4592119.0426453,2.8224819-.8886309,3.4699826-.8886309,3.4699826,0,0,.3406948-.165569.8838613-.4760402-.0669606.081335-.1299934.163839-.1987309.2446597,0,0,2.9666542-.5296011,5.1982381-4.1038768.9872014-1.0611894,1.8409491-2.2844177,2.3000408-3.6378194.0792118.6493476.121296.9788491.2112626,1.6492611,0,0,1.097649-.9687261,2.1836079-2.9283414.524743,1.5548339.8207351,2.7477398.8207351,2.7477398.9203343-2.3072822.554576-5.6068564.554576-5.6068564.7368473,1.1341081,1.1750839,2.5195622,1.4386244,3.7966787.2580228,2.2593322.3912894,3.7853633.3912894,3.7853399,0,0-.0909018-1.154962-.254469-3.0369829.0443287.2743041.080334.537924.1106346.7895739-.0010287.0828313,0,.1647741-.0013093.2476989,0,0,.0072946-.0349748.0192652-.0971859.1384102,1.2248648.1258785,2.0968959.1258785,2.0968959,0,0,1.4519978-1.8491035,2.1675224-4.9776146.4628325-1.6564617.694202-3.7744921.3526654-6.8060979.2127589-.2478392.4163528-.508303.6049835-.7878673,1.9305417,1.4923422,3.6380372,1.3004486,3.6380372,1.3004486-1.2217506-.7293266-2.2715171-1.4114514-3.1435948-2.1396325.2228591-.4336777.4252373-.8886068.5821645-1.3852437.9961793-3.1512353.368751-6.0988877-.6780229-9.0021202-.0608818-.3828521-.144302-.7613323-.2648498-1.1315832-.3583702-1.1017985-.8277491-2.1664246-1.3653979-3.2038845.0710755-.2479795.1433668-.4961226.2165933-.7444995v.0000701c.0085104-.0291534.0168337-.05819.025344-.0873668,5.0547778,6.2977248,4.7226869,9.8165458,4.6013909,10.4686054,1.0711827-4.505315-1.3767139-8.6980081-4.1484716-11.9193098,1.2975021.5662592,3.5861334,2.0513539,4.8706361,5.0637189-.164783-1.0159514-.4198131-2.0773512-.7461058-3.1677174.0804275.1007395.158143.2047987.2333334.3118739.0048631.00685.009165.0142845.0140281.0211812.0699533.1004122.1381296.2029284.2036874.3083203.0214162.0343435.0409619.0705808.0619105.1054152.0477889.079605.0958584.1588125.1413093.2408489.0158985.0286391.0303006.0586809.045825.0876006.0484436.0899151.0968871.1799236.1427121.2723636.0256246.0517374.0490982.105275.0739746.1577371.0337609.071399.0683634.1420499.100628.214688.027308.0614396.0524649.1245625.0787442.1868204.027682.0655543.0563928.1303371.0828591.1967097.0243153.0609019.0466667.123113.0700468.1846462.0263728.0692248.0535872.1378651.0787442.2077912.0205745.0570678.0392786.1150707.0591049.1725593.0259987.0756773.052839.1509339.0776219.2272191.0174883.0537947.0332933.1082441.0501269.162296.025157.0807038.0508751.1611738.0747228.2423452.0171142.0585874.0327321.1175489.0491917.1763233.0216032.0771035.0439546.1540199.0644356.2313571.0168337.0637541.0320775.1276018.048163.191426.0184235.0727316.0375017.1453931.0548965.2181247.0149633.0628424.0284302.1255444.0428323.18834.0167402.0737837.0342285.1476608.0501269.2212808.0132799.0615565.0250635.1227156.0377822.1841085.0152438.0743447.0312358.1489233.0455444.2229173.0130929.0672843.0246894.1337972.0370341.2007074.0124382.0674012.0255311.1351765.0372211.2021335.0122512.0702534.0230995.1394782.0346025.2091706.0103808.0627956.0214162.1261523.0311423.1884335.0099132.0636139.0187041.1258951.0280561.1888777.0100067.0674012.0205745.1354337.029833.2020167.0096326.0683598.0179559.1350596.0268404.2024609.0076687.0587511.0160855.1183437.0232866.1762999.0086974.0697859.016179.1375845.0242218.2061781.0063594.0547766.0132799.110582.0192652.1644936.0065464.0592888.0121577.1163799.018143.1745933.0062659.0608084.0130929.1226688.0188911.1822381.0049566.0514335.009165.1005524.0137475.1509806.0057983.0639645.0120641.128911.0173013.1911689.004489.0531635.0082298.1037086.0123447.1555629.004489.0559923.0092585.1132238.0132799.167603.0040214.0548234.0072946.1065842.0108484.1596776.0033667.0491657.0071076.0998511.0101002.1474738.0033667.0535843.0060788.103732.008978.155259.0025251.0430638.0053307.0878577.0074816.1294253.0030862.0573483.0055177.1108158.0080428.165195.0015898.0324031.0033667.0668168.0047695.0981444.0028991.0663726.0053307.1284902.0075752.1897194.0005611.0155937.0014028.0328473.0018704.0480903.0019639.0530934.0033667.1014408.0048631.1502091.0006546.0216488.0014963.0454952.002151.0662557.0014028.0500074.0024315.0951987.0034603.1399224.0003741.0144014.0008417.0309068.0011222.0447471.0022445.1031709.0035538.188153.004489.2577752.000187.0134896.0004676.0275169.0005611.0396973.0000935.0032964.0000935.0056343.000187.0088372v-.0000234c.0003741.0262311.0006546.0516906.0009352.0710249-.0002806-.0193109-.0005611-.0447237-.0009352-.0710016-.0074816.0786465-.0077622.1333763.0036473.1480349-.0003741-.000491-.0006546-.0076683-.0009352-.012344.0003741.0052602.0006546.012344.0010287.0124375,0,0,.270461-.9837353.2929059-2.5440632.0002806-.0233555.0002806-.0466876.0005611-.0700664ZM327.5336319,173.7561882c-.0168337-.0306029-.0363794-.0594992-.0529325-.0902424-.2592386-.4805523-.4987443-.9675805-.7315166-1.456292-.157956-.3742019-.3268538-.7499468-.4955646-1.1259021.5398933.5153166,1.0961527,1.1330093,1.6442757,1.8610968-.1226052.3147495-.2467068.5850324-.364262.8113397ZM300.0282525,201.4346673c-.1416834-.2579155-.2464263-.5207639-.3046895-.78754-.1024048-.4700552-.114656-.9128272-.07332-1.3318698.7026188.8907109,1.2864667,1.8262156,1.7716505,2.7508725-.4501137-.1714839-.9264131-.3810987-1.3936411-.6314628ZM222.7989161,68.2412609c5.2350852-7.527242,10.3244655-9.5390856,10.7948732-9.712393-.0051436.0070137-.0104743.0139806-.0155244.0209708-3.3637419,2.061477-6.1360607,4.6461492-9.4874579,9.2894462-.7255313,1.0052438-1.4841688,1.9957356-2.2510361,2.985152.023006-.0815922.0438611-.1661769.0681764-.2459689.2315565-.7586671.5282032-1.5425366.8909689-2.3372071ZM258.9250063,52.3509363c.1586106.0752098.3214296.175505.4794791.3045563-.3920375-.0037172-.7839815-.0069669-1.175832-.0087671.1130662-.0346007.295805-.1077297.593574-.266589.0349766-.0110816.0680829-.0186563.1027789-.0292002ZM325.9002045,160.1283987c.7553643,1.3655119,1.4078562,2.7901256,1.8812564,4.2520052-.1401871.5419451-.288978,1.0675952-.4402005,1.5759917-.4117703-1.1695972-.8491653-2.3442675-1.3068541-3.5197796-.0466667-.8172311-.1232599-1.6318204-.2304343-2.4428328.0325451.0444432.0631263.0907567.0962325.1346154ZM209.0900407,119.9146238c.0051436.3748565.0092585.7469309.0115965,1.1152413.002151.3452355-.0000935.6801609-.0056112,1.0070206-1.0338681,2.2149591-2.0807355,4.4257802-3.1440625,6.631341-.2717703.1963122-.543073.3927179-.8134405.5903394.0669606-.6559404.1380361-1.3396316.2364196-2.1010807.3837142-2.9720832,1.2477492-5.3235047,3.1088988-7.1605213.1688978-.1667847.3584637-.3275845.5609354-.4850878.0144021.1344752.0294589.2686931.0452639.4027475ZM288.3510143,61.4548012c-.3253575-.3081333-.6544558-.6102348-.9861727-.908432.0157114-.0776178-.0135605-.1822615-.0759386-.3047433,1.3263064.926574,3.2272021,2.2833423,5.1327738,3.7402187,1.210154,1.6882102,2.2033407,3.2800762,2.8178633,4.3089794-1.6973018-2.2922262-6.0143907-6.5588198-6.8885259-6.8360228ZM204.5232523,128.1604849c-.0678023.5908771-.1176487,1.1403268-.1633801,1.6750012-.3618304.2713349-.7214164.5480003-1.0785708.8316091-.1805879-.6718614-.3132934-1.4652695-.3284437-2.3863729-.066306-4.0143358,2.0459459-7.9419594,4.4151918-11.2516332-1.1623651,3.7313114-2.3642893,6.9414615-2.8447972,11.1313958ZM327.6597909,166.8777561c.1607616-.4050386.3200268-.8263021.4728392-1.2712952.2852372,1.1528112.4534804,2.3228058.4518906,3.500492-.0002806.1946757-.0110354.3771944-.0199198.5618172-.2828992-.9242127-.5854377-1.8552755-.9048099-2.791014ZM328.8896778,162.9714307c.0094456-.0407493.0184235-.0819195.0277756-.1228325.130461.2636667.2637275.526445.3890449.7924495-.1378491-.2281542-.2776621-.4476115-.4168204-.6696171ZM328.3616616,161.7562915c-.008978.049797-.0186106.0994536-.0279626.1491571-.1415899-.1610335-.2881364-.3413312-.4387977-.5419919-.0175818-.1897661-.0307682-.3759553-.0398397-.558474.1726387.3154275.3397596.6331694.5066.9513088ZM326.9501581,159.200118c.002338.2611885.0333868.5372928.0761256.817535-.4245826-.7576618-.8563663-1.692208-1.26982-2.8369535.4024183.6702249.8024051,1.34225,1.1936944,2.0194184ZM323.6349533,138.1699998c.0156179.6998927-.0784636,1.3675693-.2562459,1.9889791-.3172212-1.0443099-.6981298-2.053271-1.1171012-2.911345-.669419-1.3705384-1.2932001-2.722514-1.8816305-4.0627768-.5489648-1.4719325-1.1462796-2.9129347-1.7858656-4.3099847-.1623514-.4167514-.3219907-.8329417-.4782633-1.2485709.0346025.033385.0702338.0670739.1009085.0993835.4826588.5088641.9309956.9867512,1.3547366,1.4711142.7903409,1.4695946,1.3119042,2.4623775,1.3119042,2.4623775.0096326-.0032263-.2690582-.6876889-.7606014-1.8080736.8305547,1.0269628,1.5683372,2.1535429,2.2809626,3.7143384.6880296,1.5067202,1.1973417,3.0910348,1.2311961,4.6045583ZM314.3743759,101.1943361c.0137475.0472253.0227255.0930011.0329192.1392211-.2533468-.9023769-.5140817-1.8023458-.7844491-2.6979194.3592119.6589095.5762727,1.0623818.5762727,1.0623818.0101937-.003273-.3089914-.7685096-.8592655-1.9875063-1.0171279-3.2728054-2.1755652-6.4712192-3.5801481-9.4792825.3550035.5349081.6838212,1.0805471.9684038,1.6284539,0,0-.2828057-.8775953-.9080831-2.1538234.7377825.8437661,1.4433939,1.741701,2.0772752,2.6807827.0284302.1027968.0586373.2121163.0946426.3423131,0,0,.1472011.133353.3680963.3751604,1.088484,1.7522449,1.9054782,3.6188591,2.1949239,5.4980278.4701271,3.0509401-.1805879,4.5921908-.1805879,4.5921908ZM314.4813632,91.8621533c-1.7876425-1.9711878-3.6338288-3.7205571-5.1231412-5.048546-.4776087-.8758653-1.0898868-1.8618683-1.8505817-2.8504197-.1386908-.2314039-.2812159-.4595347-.424115-.6874317,2.4688451,2.8243756,5.1933751,5.5394785,7.397838,8.5863974ZM298.1905765,68.9621244c1.0192789,1.1190053,1.485104,2.7019873,1.5853579,4.5303304-.0991316-.1225753-.2260388-.1870776-.3438745-.2214445-.2389446-.3654582-.5297931-.7190166-.8204545-.982917-.275137-.7533835-1.2903945-2.101034-2.0540821-2.6256788l.29328.0923698s-.9290317-1.8321772-2.3939353-4.1736393c1.4800539,1.199639,2.8267477,2.3853208,3.7337086,3.3809793ZM290.1154638,61.0246537c-2.0170481-1.3006824-3.6242897-2.1817144-4.1144302-2.4387649-.3298465-.1729801-.6223783-.3187473-.877876-.4396393-.6656782-.4605634-1.3127459-.782233-1.6762597-.7293266-.3746427-.2612353-.7532133-.516205-1.1377692-.7615895.3211491-.0855198.6391184-.1432422.9518507-.1632545,2.1621917-.1383794,4.6554457,1.9743206,6.8544845,4.5325748ZM268.2629251,52.1643731c-.7299268-.0404688-1.567776-.0658348-2.4221785-.0704171-.4758318-.0844912-.9861727-.1622726-1.5047433-.2199716,1.0088981-.5285724,2.3988919-1.0947848,3.9269218.2903887ZM260.814399,52.0168525c-.2403474.0779217-.4551638.1774221-.6381832.3014235-.1348564-.0697157-.2800936-.1266666-.4335606-.1730269.3756715-.0740876.7337611-.1173618,1.0717438-.1283967ZM257.9538905,52.6461878c-.0403073-.0001169-.0805211-.0001169-.1208284-.0002104-.0314229-.0192642-.061817-.0394401-.0947362-.0573717l.2155645.0575821ZM252.8458995,52.4539435c-.9917839.1842721-1.7114234.3903099-1.7114234.3903099.0052371.0017067.0092585.0041147.0144021.0058681-.5868405.0449342-1.1721847.0995238-1.7557521.1644001-.0245023-.066279-.0527455-.1291214-.0838878-.1893921.8612294-.6909619,3.8553786-2.9276868,3.5366611-.371186ZM246.167514,53.196222c.5975954-.6053252,1.304142-.6390609,1.8022317-.2974959-.7209488.0250855-1.402432.172419-2.0508089.414507l.2485772-.1170112ZM241.6079267,54.7061218c-.1200802.0417312-.2399734.0844678-.359773.1278823-.075658.0274-.1515966.0526959-.2271611.0807739-.229125.0851692-.4573148.1757856-.685224.2673138-.0543354.0218125-.1090448.0415442-.1633801.0637307-.462739.0450978-1.4792122.5744184-2.2216707.9929466-.8622581.4022098-1.6976759.8112461-2.5110228,1.2315979-.3037543-.0357463-3.2387986.9137858-5.7711441,2.5606856-.6235005.4055062-1.232786.8205275-1.828698,1.2472383,3.2377699-3.0475034,7.7618194-5.5690995,13.7680738-6.5721691ZM221.3988221,70.3871355c-.119332.456589-.2212693.9207761-.3014163,1.3937068-.3033802.3901463-.6066669.7808069-.9088313,1.1727767.1789045-.6369334.4145759-1.2266182.7217905-1.7525488.1624449-.2780681.325451-.547369.4884571-.8139347ZM208.2215167,112.9663358c-.1352305,1.1064509-.3306881,2.1869513-.6134938,3.2272868-1.4384373,1.5596733-3.5212302,4.0353767-5.4193204,7.1090644,1.7153512-3.5870171,4.00604-6.93557,6.0328142-10.3363512ZM197.6863497,145.0910982c.8604812-2.0185534,2.131517-3.8478082,3.6520653-5.6101995-.3360188,1.0133329-.6213496,2.0546503-.8390651,3.1328596-.3900736,1.9318412-.6749368,3.9027018-.8813363,5.8951644-.0673347.1353635-.1362592.2696984-.2055578.4041268-.7418038,1.1057495-2.19801,3.2382982-3.7071488,5.2343611.0320775-2.4890761.5038879-5.5909587,1.9810427-9.0563123ZM197.5942321,198.8513276c.0151503-.015921.027495-.0330577.0423647-.0490956.0749098.0420819.1497262.0839301.2243554.125334-.0107548.0654842-.0232866.1267835-.0347896.190374-.0770608-.0879512-.1543087-.1766974-.2319306-.2666124ZM211.9434417,204.749087c-.0392786-.0573951-.0780895-.1206115-.1170875-.1789885v.000187c-.3191851-.4758999-.6363128-.979644-.9468941-1.5167263.3255445.2208366.6509955.4228065.9757919.6153547.2202406.1325113.4400135.2591312.6587577.376984.0096326.0172068.0184235.0348111.0281496.0519946-.2247295.2483769-.426266.4669224-.5987176.6511945ZM223.1095909,206.0673035c-.242966-.8787175-.621256-2.4568367-.7272147-4.0717075.0927722-1.699923.4414163-3.1893429.6183569-3.8553596.0511557-.0873434.1056781-.1718579.1641283-.2527721.0466667-.0646893.350795.1797132.7650904.6470331-.0946426,2.267468-.1061457,4.2243714-.0907148,5.6928905-.398958,1.0596231-.6931732,1.7545594-.7296462,1.8399156ZM224.6943876,201.8025335c.1272813-.5763822.2627923-1.1483925.4021377-1.7041078.0284302.04449.0564863.0915282.084823.1370234-.158143.5398177-.3224584,1.0659353-.4869607,1.5670844ZM267.9526244,202.4316818c1.1445027-1.140397,1.7564067-2.1182642,1.7564067-2.1182642,0,0,.0158049-.0289664.0432999-.0797219.128497.243818.2656915.4761337.4088712.7001265.0144021.6257583-.0381563,1.1119683-.10334,1.4591676-.6298599.0547533-1.3441688.0787166-2.1052378.038692ZM270.1249163,202.3870048c.1204543-.3531843.2173414-.7059945.300107-1.058384.2370742.3348787.4878024.6428249.7449835.9304783-.3077756.0482773-.6608152.0928608-1.0450905.1279057ZM297.1093871,196.7979631c.5224985.3994277,1.0079629.826419,1.4519043,1.2777945-.0489112.8961581.0200134,1.7528294.2309954,2.556454-1.1367405-.9029847-1.9462531-2.1483528-1.6828997-3.8342485ZM301.4067432,203.0312558c.1587976.0061954.3221778.0055408.4888311-.000187.0917435.1999126.1800268.3987029.2629794.5950619-.2639146-.1914494-.5144557-.3907541-.7518105-.5948749ZM324.3333637,188.8578974c-.1164329.4871919-.2698999.9256856-.4488979,1.3283863-.1312091-.1582047-.2537209-.3214124-.3703408-.4882439-.0484436-.2335313-.0993187-.4710137-.1532799-.7131719.4910756-.9923621.9270678-2.0312949,1.2474687-3.0879722.0420842.9652894-.0338544,1.9504976-.27495,2.9610016ZM323.024078,187.5628259c-.0995992-.3971132-.2071477-.8063132-.3211491-1.2253557.4480563-1.394642.7803342-3.174661.5513963-5.1423186.7062661,1.9331972.4452506,4.1923891-.2302472,6.3676743ZM330.7053764,186.1293049c.0003741.0197084.0006546.0368217.0010287.0478565-.0003741-.0109179-.0006546-.0282884-.0010287-.0478565Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* STRAIGHT LOB 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.8460822,193.9304067c-4.0434949-.6294989-6.8392406-5.0638124-8.4086065-8.996743-1.1780298-2.9522813-1.3815302-5.540928-1.6272316-8.6456862-.2708585-3.4226171-.6022948-6.8404181-.9940518-10.2513223-2.6704751-23.2516936-6.1130547-46.8915229-11.3879562-69.7127183-3.1303383-13.5429944-8.5012619-28.5252377-20.4136103-36.7875107-3.3072789-2.2939095-7.0348853-3.9268521-10.9595158-4.8176331-.2811457-.0638009-1.1399202-.182659-2.2969313-.3148897-1.8332571-.3227918-3.7614608-.4978293-5.7852657-.5148491-3.0125961-.185932-5.7041134-.1879426-5.7041134.353535v.0806103c-.4251438.0005845-.8468273.0038809-1.2613097.0126012v-.0932115c-1.8107888-.2347237-3.6370319-.3608993-5.4633217-.364336-1.7369077-.0594992-3.5777166.0612993-5.5010572.3971599-15.012129,2.2626987-26.8629644,14.058802-32.9232736,27.3146106-2.9997838,6.5614149-5.1565046,13.4970316-6.760286,20.5230777-2.7320817,11.9690834-1.8761596,23.680111-2.5821451,35.7357196-.7471345,12.7580261-.5447797,23.2705369-2.4630469,35.9019666-.1782031,1.1735248-.4339347,2.572188-.7826489,4.0783471-.572719,2.0769304-1.1897198,4.1278869-1.8575724,6.1337923-1.8787548,4.8441915-4.8105493,9.2772659-9.2439542,9.9674797,0,0,1.5291054.4328828,3.4771821.6532519-.483103.4093637-.986009.8085108-1.5151708,1.1965296,0,0,1.3510425-.1469828,3.3244633-1.0740712.6384872.0114556,1.2851574-.0137468,1.9096633-.0952454-.5601405.4117717-.8931199.6136013-.8931199.6136013,0,0,1.8241155-.2643447,4.2941764-1.7038507-.5216568.9807662-1.9750808,2.6985039-5.8883719,3.3246129,0,0,1.8793393.4374651,4.1642765-.2745378-.4352206.3789946-.6887076.5548035-.6887076.5548035.4409487-.2401476.8665367-.4988112,1.2845495-.7664289.6844291-.2689269,1.3916771-.6483423,2.0871416-1.1762835-2.422272,2.247105-4.320175,2.8695903-4.5404156,2.9364772,2.4737783-.6618787,4.5940028-1.8618683,6.4131383-3.4682058-1.7096699,1.7130853-2.8899909,2.3062769-2.8899909,2.3062769,1.5020078-.3995446,2.8741158-.9969677,4.1282478-1.7624381-.0155244.1316463-.0320541.2639472-.0496126.3971132v.0000234c-.0606947.4606803-.1338745.9284443-.2218304,1.3903637-.0008417.004442-.0016366.008884-.0024783.0133259-.0416633.2181481-.0872545.4345427-.1358618.6486696-.0055878.0246179-.0112458.0491423-.0169272.0736668-.0484669.2093109-.100137.4160734-.1558284.618581-.0049566.0180017-.0102872.0355592-.015314.0534908-.0552238.1976682-.1139079.3914789-.1765899.5799825-.0041149.0123908-.0079259.0252492-.0120641.0376166-.0625652.1859788-.1299466.3652478-.2003207.5397242-.0126954.0314212-.0252739.063006-.0382031.0940064-.0701403.1681641-.1440448.3301328-.2221343.4847137-.0134669.0266519-.0275651.0521348-.0412893.0783425-.0829526.1585554-.1690147.3114998-.2611557.4524275,0,0,.9185574-.5674749,2.136988-1.73602.0189613-.0181654.0378524-.0365645.0569539-.0550338.1481597-.143289.2993354-.2931708.45493-.4541576.0014262-.0014729.0028056-.0028055.0042318-.0043017.1529994-.1584385.3092486-.327.4673448-.5026687.0320541-.035606.0640615-.0721238.0962793-.1084311.1371711-.1547212.2753007-.3153807.4145292-.4830304.0244556-.0294574.0486072-.057208.0730862-.0870628.1552673-.189205.3110021-.3873642.4667603-.5927708.037829-.0498671.0753307-.1013941.1131363-.1522197.0671476-.0903359.1343187-.1793859.2012325-.2727611.6917237-.618207,1.7265737-1.6253679,2.9113603-3.0516414-.2605946,1.4342691-.6202039,2.8623429-1.1183871,4.024716,0,0,.8822481-.6304575,1.9234341-1.5379543.0122512-.0106841.0246426-.0216488.0369406-.0324031.0643654-.0563197.1291751-.1135277.1945224-.1718346.0209953-.0187265.0419907-.03764.0630561-.0565534.0590348-.0530232.1182332-.1067245.1777355-.1612206.0222111-.0203396.0443053-.0405389.0665398-.0610656.0626821-.0578159.1253407-.1164501.1881397-.1756921.0176052-.016599.0351637-.032894.0527455-.0496099.1598264-.1518223.3190916-.3077826.4757851-.466899.0226787-.0230515.0449833-.0463369.0675685-.0694819.0311189-.0319355.0624249-.0637541.0932866-.0959234-.0348831.126012-.068644.2502706-.1038544.3767969,0,0,.3534604-.465356.9280731-1.2884786.3104176.0198486.6201572.0352553.9286342.0443497-.0002104.0036939-.0007014.0077618-.0009118.0114556-3.3172389,3.8603627-6.5491871,5.0237644-6.5491871,5.0237644,2.3771016-.50676,4.3958331-1.5975938,6.1074902-3.1198142-.1474583.357299-.3356915.7266381-.5858352,1.1018453,0,0,.009656-.0039276.0241516-.0099828.005167-.0021509.0072946-.0031328.0146359-.0062422.0191951-.0081592.0450768-.019498.0790247-.0348345.0039279-.0017768.0060554-.0026418.0101937-.0045355.0382265-.0173705.0849633-.0394869.1387141-.0656712.0071777-.0035068.0146126-.0072708.0220708-.0109413.0508751-.0250154.1076654-.053935.1702071-.0866888.0080194-.0042082.0150568-.0077618.0232632-.0121102.0721978-.0381309.1504509-.0809142.2358117-.1294487.0020808-.0011689.0042552-.0025249.006336-.0036939.0810822-.0461966.1684302-.0980977.2598464-.1540433.0114796-.007037.022515-.0137234.0341583-.0209241.1421043-.0877408.2949634-.1873815.4569641-.2994129-1.5482069,2.1671494-2.7107824,3.1996062-2.7107824,3.1996062,0,0,2.7102213-.8322637,5.8254561-5.4578629.2846527-.0221632.5595326-.0501243.8283336-.0819896-.0206914.1034514-.0412659.2075808-.0621677.309723-.5308218,1.0509963-1.2413898,2.223282-2.1900608,3.5178859l-.0000234.0000234c-.4203742.5736936-.8818273,1.1683347-1.4003044,1.7895342,0,0,.0027589-.0001169.0076921-.0004208.0022679-.0001403.0043487-.0003039.007996-.0005377.0054709-.0003507.0122746-.000865.0209018-.001543.0036941-.0003039.0069205-.0005611.0111991-.0009118.0123915-.0010287.0270274-.0023846.0442118-.0040913.0016132-.0001637.0027355-.0002805.0043955-.0004442.0411022-.0041614.0950869-.0105439.1610188-.0198486.0018003-.0002572.0037174-.0005377.0055411-.0007949.0316567-.0045121.0661189-.0098191.1030829-.0158275.0019873-.0003039.0038577-.0006312.005845-.0009585.0539613-.0088372.1130662-.0193811.1776888-.0319355h0c.0000701-.0000234.0001403-.0000234.0002104-.0000468.1258317-.0244543.2713495-.0567405.4343555-.0988224.0067101-.00173.0131162-.0033198.0198731-.0050966.0769673-.0200824.1578391-.0425261.2422412-.067261.0117134-.0034133.0234736-.0069669.0353273-.0104971.0853374-.0254128.1734803-.0527661.2657616-.083369h0c.000187-.0000701.0003975-.0001403.0005845-.0002104l.0002104-.0000701c.0069439-.0022911.0141917-.0048862.0211824-.0072241.0734135-.0245478.1492352-.0511295.2267402-.0792075.0154309-.0055875.0306747-.011105.0462458-.0168328.0013093-.000491.0025718-.0009352.0039045-.0014261.0114329-.0042082.0224215-.0080657.0339479-.012344.0758217-.028265.1533033-.05819.2326086-.0900086.002829-.0011456.0057983-.0024314.0086506-.003577.0179793-.0072241.0365197-.0150794.0546627-.0224905.0201069-.008206.0401203-.0164353.0604376-.0248985.0513427-.0213683.1034102-.0436483.1560622-.066583.0183066-.0079722.036473-.0158742.0549432-.0240335.0330127-.0145884.0659553-.0291534.0994589-.0443731.0189145-.00858.0382031-.0177445.0572579-.026535.0461523-.0212748.092141-.0423625.1391584-.0648529.0057983-.0027587.0117836-.0058213.0176052-.0086268.0551303-.0264649.1107515-.0537246.1670041-.0818961.0078557-.0039276.0154075-.0074345.0232866-.0114089.0317034-.0159678.0642719-.0333149.0963026-.0498437.0223748-.0115258.044656-.0230048.067171-.0348111.0599466-.0314212.1205478-.0640347.1816166-.0973963.0248764-.0135831.0495191-.0268857.0745825-.0408195.0201303-.0111985.03998-.0219527.0602271-.0333616.0070608-.0039744.0143086-.0082995.0213928-.0123207.0870441-.0492826.1752572-.1009265.2642887-.1543472.0208083-.0124843.0414295-.0247582.0623547-.0374763.0174649-.0106374.0351637-.021719.0526987-.03252.1097228-.0674714.220451-.1372339.3328391-.2112279.0167635-.0110348.0337842-.0229347.0505945-.0341097.0965131-.0641983.1940081-.1312255.2922513-.2004503.024666-.0173705.0491917-.034437.0739746-.0521348.0190782-.0136299.0379927-.0269792.0571176-.0407961.099155-.0716796.198988-.1456502.2996394-.2226368.0095391-.0072942.0192184-.0151729.0287575-.0225138.0161556-.0124375.0324516-.0255063.048654-.0380841.0310955-.024127.0621209-.0484176.0933334-.0730589.0614897-.0485579.1232131-.0982847.185147-.1488999.0292017-.0238464.0583567-.0477162.0876754-.0720536.0372445-.0309302.0744422-.0616033.1118504-.093305.0261156-.0221398.0523714-.0452848.0785571-.0677753.0558784-.0480202.11164-.0954792.167799-.145206.0095625-.0084631.0192184-.0175341.0287809-.026044.0592218-.0526959.1186306-.1067011.178133-.1613375.0168103-.01543.0334569-.0299249.0502672-.0455186.0355611-.0329408.0713093-.0677285.106964-.1013707.0307916-.0290599.0615364-.05819.0923982-.0877876.0674516-.0647127.1350668-.1310385.202799-.1983462.022515-.0223736.0448664-.0432743.0674048-.0659284-.0876286.2652331-.1778758.5337158-.2708818.8055183,0,0,.2113795-.364523.5696562-1.1149374.0410087-.0434145.0820174-.0872733.1230962-.1316697.0225852-.0244075.0451002-.0485813.0676854-.0732927.0229593-.0251089.0459185-.051036.0688778-.0764488.1220207-.135083.244135-.2731819.3663662-.4172424.0151737-.0178614.030324-.0368451.0454743-.0548468.1088577-.1293318.2177155-.2629653.3265265-.3996848.0271209-.034063.0541951-.0676818.0812926-.1022123.01999-.0254829.03998-.0508256.0599933-.0765657.1067302-.1374209.2133902-.277694.3198164-.4225026.0091182-.0123908.0181897-.0255297.0272846-.0379906.0181196-.0247582.0361456-.0505918.0542652-.0755838.0309085-.042643.0617468-.0856601.0926086-.1289577.0649967-.0911775.1298531-.1838045.1946627-.2778576.0312124-.0453082.0623781-.0907567.0935438-.1367195.0381797-.056343.0764062-.1122185.1145157-.1695902.0226319-.0340864.0451002-.0694819.0676854-.103919.060157-.0916919.1203608-.1827291.1802606-.277016.0076921-.0121102.015314-.0249219.023006-.0370789.0604843-.0956195.1207582-.1933665.1809386-.2916745.0163661-.0267454.0328724-.0523686.0492151-.0793011.0363561-.0599434.0724549-.122061.1087175-.1830096.0304643-.0512231.0608818-.1026799.0912759-.1546043.06668-.1139953.1330328-.2300245.1992218-.3475032.0275885-.0490021.0552004-.0977002.0827188-.1473101.0241049-.0434379.0484202-.0854263.0724316-.1293318.0062191-.0113621.0123447-.0233321.0185404-.034741.098968-.1815134.197141-.3678896.2947997-.5575155.0187508-.0364009.0374549-.0727082.056159-.109413.0233333-.0457992.0464563-.0925335.0696961-.1388002.1149132-.2287854.229125-.461405.3418638-.70195.0008651-.0018469.0017769-.003577.002642-.0054239.0057047-.012157.0112224-.0251556.0169038-.0373594.1065431-.2283412.2117068-.4635325.3160522-.7026748.023988-.0549637.0480227-.1094364.0718704-.1649612.0166233-.0386686.0332231-.0772203.0497529-.1161695.0969807-.2282477.1931898-.4600023.2879493-.6980457.0031096-.0078085.0061256-.0159911.0092351-.023823.0208551-.0525089.0411957-.1070518.0619573-.1600516.0238711-.0609954.0475785-.1225286.0713093-.1841552.0584736-.151869.1164563-.305585.173948-.4613816.0262325-.0711185.0523714-.1425409.0784169-.214501.0329659-.091084.0661189-.1814666.0987575-.2738832.014823-.0419884.0292719-.0853796.0440247-.1276719.054499-.156124.1090916-.3119206.1625852-.471832.0018704-.0055642.0036239-.0114089.0054943-.016973.053821-.1611972.1066834-.326135.1594523-.4912364.0122746-.0384115.0248998-.0756773.0371042-.1143226.030815-.0974431.0609753-.1972941.0914396-.2960931.023988-.077875.0478591-.1560538.0716132-.2347704.0536807-.1778897.1066366-.3582575.1590782-.5405424.0201069-.0699261.0402605-.1396886.0601804-.2102694.0204342-.0724043.0414763-.1427513.0617001-.2158569.0007715-.0028288.0015197-.0058213.0023146-.0086736.0805444-.291207.1589613-.5895912.2361624-.8918564.0128123-.0501476.0255545-.1004355.0382732-.1508871.0094923-.03764.0193821-.0740174.0288043-.1118444.0666099-.171554.134646-.3390401.2001337-.5137736,4.2632211-11.3731097-.325451-25.328811-1.3923551-28.2760893-.015314-.0766593-.0272144-.1499987-.0429025-.227032-1.6889551-8.290842-3.8596806-19.1770404-3.3728601-30.6706915.1475986-1.2644685.3264797-2.5500014.5419741-3.8588898.6946696-3.7887532,1.5603412-7.8000731,2.5990723-12.1664009.07-.2942696.1421978-.5844245.2164062-.8708622.0405177-.1563344.0831163-.3087879.1248731-.4628311.0344623-.1271576.0679192-.2561387.1031998-.3817533.058801-.2092173.1197529-.4144369.1808451-.6193993.0195925-.065718.0382966-.1330724.0580996-.1983462.0745591-.2455715.151129-.4874023.2289613-.7268719.0070608-.0217657.0137475-.0442328.0208551-.0659517.5554644-1.6991983,1.193484-3.2436519,1.8996332-4.6537707,1.0788514-1.9381068,2.2315605-3.5999924,3.3980872-5.0369969.0342518-.056156.0703975-.1067712.1048831-.1622258,7.1100523-8.2457208,16.5127808-9.2487203,21.48159-10.5623312.194616-.0426664.3885539-.0852393.5811358-.1276719.8439983-.1859554,1.5377092-.7132887,1.955535-1.4162207.1795592-.0177445.3592353-.0352553.5411792-.0488384.5401037-.0403051,1.0386376-.0634268,1.5084374-.074298.1115698.2092407.2473381.4037528.4035639.5809878,0,.0000234.0000234.0000234.0000234.0000468.0158751.0180017.0313293.0363775.0473213.0542389.4093622.4427954.9508921.7667094,1.574416.9040836.002642.0005845.0053307.0011456.0079726.00173,1.361961.2999039,2.7796836.564272,4.2238257.8381786,1.7643092.4128004,3.9871957.8814528,6.7846481,1.5243011,5.3573631,1.662096,11.7823785,5.0134777,15.4676903,13.2133526.6300002,1.5620813,1.1680231,3.3025199,1.5966972,5.2493002.3709253,1.6845397.9613664,3.8760966,1.5858722,6.2841884.0820174.3954065.1616266.7852021.2388511,1.169527-.0003507.0064526-.000678.0128116-.0010287.0193109.0192886.0840937.0356547.1636052.0546627.2472547,1.1868207,5.9505021,1.8017875,10.5921158,1.992873,14.6714448.0069205.1658963.0156413.3328915.0215565.4982033.0000701.0018937.0001403.0037406.0002104.0056343.0222579.622836.0352104,1.2400844.0438377,1.8545274.0135605,1.7979505-.0577722,3.5074355-.1985438,5.2022853-.4114664,3.1881272-1.0717672,7.2405939-2.0521182,12.3952331-.6267971,2.9484472-1.3097299,6.1086133-1.9587381,9.7080913-1.6035476,8.893315-6.8729547,20.4405504,1.6478061,34.2299579,0,0-.0403541-.1954238-.104135-.5566738.09497.2016893.1908518.3983522.2873648.5916953.0318905.0638944.0639913.1264562.0960455.1894388.0759386.149274.152298.2960698.2290782.4403874.0322879.0606681.0644823.1217103.0969105.1815368.1021477.1884102.2047395.3736876.3081497.5536112.0035304.006172.007014.0126947.0105678.0188434.1068938.1856515.2146059.3653881.3226454.5422023.0330595.054122.0662592.1069582.0994122.1602386.079165.1272277.1585872.252211.2382198.3748331.033644.0518075.0672412.1039658.1009553.154955.1064496.1609634.2131564.3190746.3202606.4721359.0026653.0038108.0053307.0078787.007996.011666.110471.1576436.2213394.3098633.3323014.4593009.0328257.0442094.0656513.0872733.0985004.1307579.0823915.1090857.1648531.2159738.2473848.3206877.0325919.0413806.0651837.0830884.0978223.1237676.1104242.1377482.2208718.2728312.3313428.4030046.000491.0005845.0010053.0012391.0014963.0018002.1124349.1324646.2247763.2598793.3370242.384699.030815.0342734.0615364.0675883.0923514.1012772.0853841.0934686.1706514.1848098.2558017.2740001.0299733.0313978.0598998.0630528.0898263.0939128.2245191.2315675.447916.4486869.6694892.6520595.0260922.0239399.0520207.0471084.0780662.0706743.0890548.0806337.1777823.1591165.2661591.235425.0249466.0215319.0498931.0433444.0747696.0645256.2224383.1894856.442258.3655751.6588512.5290634.0199432.0150794.0397462.0295976.0596426.0444432.0924683.068991.1842586.1357844.2753942.2002866.0180027.0127649.0360521.0257167.054008.0382946.2172245.1521963.4303341.2919317.6385339.4200946.0114095.0070137.0226553.0137468.0340414.0207137.0957181.0584939.190314.1145797.283811.1683277.0100534.0057746.0201536.0117128.0302071.0174406.2080595.1188113.4102039.226167.6055914.3230022.0020574.0010287.0041149.0019872.0061723.0030159.098173.0485579.1945692.0945441.2891417.137982.0003507.0001637.0007014.0003507.0010521.0005143l-.0000234-.0000234c1.540585.7074908,2.5885513.7549499,2.5885513.7549499-.8732935-1.0462971-1.6058389-2.0212186-2.2254583-2.9288557,2.40296,3.0537923,4.3276099,3.2371526,4.3276099,3.2371526-1.5528128-1.6347194-2.8851278-3.3743865-4.0270821-5.1966277,1.0143457,1.0023916,2.0335077,1.6459646,2.7432808,2.019699,2.6987884,3.9108142,4.9835854,4.1298507,4.9835854,4.1298507-.4492253-.4729308-.8762394-.956382-1.2895528-1.4462391,1.3321748,1.023456,2.2285211,1.109911,2.2285211,1.109911-.5883602-.6193993-1.1422816-1.2551404-1.6693626-1.9032957.0262091.0170432.0532599.0328239.0795859.0496801.0843554.0540051.1694356.1068647.2549834.1591398,1.1897666.7272459,2.4871751,1.289367,3.753231,1.7219225,1.5012597.9274858,2.5286281,1.3178658,2.5286281,1.3178658-.3645893-.273439-.7340416-.5670307-1.1059489-.877455,2.8587785.7963538,5.2261773.9615254,5.2261773.9615254-.1894957-.1121717-.3673715-.223268-.549596-.3347851-.74821-.4752453-1.4563699-.9389882-2.1275892-1.3922573-4.3263942-3.0567614-6.0136659-5.7526001-6.6637964-7.5285512,4.5612005,7.2010602,10.4341182,7.8262107,10.4341182,7.8262107-1.3846397-.8628433-2.6509294-1.8147599-3.8096939-2.8579944,3.7086217,1.6432293,7.5432856,1.4762809,9.1938272,1.2945805.1305545.016108.2570408.0350683.3895125.0499138-.1240081-.0139104-.24998-.0337357-.3752039-.0514101.5238545-.0581198.8239148-.1167306.8239148-.1167306-5.4722529-1.0377872-7.7150592-3.6103492-8.630133-5.6690909,2.6386314,3.7221703,4.8462975,3.931411,4.8462975,3.931411-1.5676124-1.6502663-2.9616977-3.4065324-4.201825-5.2465649,3.5301614,3.2981013,10.0878121,2.7801662,10.0878121,2.7801662ZM179.5734463,195.4103114c.0656279-.1017915.1311857-.2033492.1960421-.3082268.0365431-.0590784.0722211-.1202842.1084603-.1803445.1193554-.1977617.2367937-.4008538.3524784-.6092762.0378524-.0681494.0759386-.1350129.1133233-.2043312.1398831-.259365.2764931-.5260709.4088478-.8015673.0294355-.061276.0573514-.12496.0863661-.1870308.0484202-.1036151.0971443-.2066223.144302-.3124583.1490949.0355359.2997797.0670272.4501371.0994069-.6922848,1.0389094-1.3316838,1.8708224-1.8599572,2.5038282Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M189.4380226,188.4627661c2.7552306,3.5723296,2.5357609,10.0860626,2.5357609,10.0860626l3.701316-6.4121574s.7524112,3.3072065,1.5381191,4.3161733l.2631587-4.122736s-.5182254,1.1339313,1.462632,2.6558261l.4005504-3.8639347s.6488018,3.4838321,1.7290194,3.8639347,2.5919571-2.1531305,2.5919571-2.1531305l.0457489-4.5358754.8541504,4.3449106,5.5803491.5676418,43.0201399-.2176846,2.3396961-.572666s.3595085-.8887331.718876-2.0313246l-.1787319,2.2848405s2.2204518,4.9411296,4.320076,4.2416866v-5.6745429s1.4933796,5.2506668,2.7576415,5.7175592c-.9084163-2.8027251,0-5.3812322,0-5.3812322,0,0-.0984489,3.8679107,2.1301849,5.2140512.4435876-5.6586225,6.8082406-11.235722,12.2022431-22.0915976,5.3940025-10.8558756.5026695-67.2093749-1.8399879-71.9677369s-82.4434321-5.2787304-88.9213539-1.4667425-11.5070572,23.4257527-8.7916007,51.2215433c2.7154565,27.7957906,8.784824,32.4048019,11.5400546,35.9771314Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M324.6915468,195.8799691c.419252.0977002.6581031.1244222.6581031.1244222-.0608818-.0446536-.1181163-.090897-.1783434-.1358311.0242218-.0024314.0382498-.0042783.0382498-.0042783-.018517-.0020807-.0359118-.0057746-.0542418-.0079488-.4571277-.3417754-.898357-.6904476-1.3207887-1.0484713,1.94803-.2203691,3.4771821-.6532519,3.4771821-.6532519-.1543087-.0240335-.3063728-.0536545-.4571277-.0865953-.2955245-.2481197-2.4949373-2.1472306-5.0462675-5.7121313,2.6237149,2.0332119,4.9707965,2.7717966,4.9707965,2.7717966-5.1063076-2.6184547-8.7340575-9.3483142-11.2611659-16.5915966-.0307682-.1888544-.0633133-.3822676-.0904342-.5610924-1.9182905-12.6314296-1.7159124-23.1439405-2.4630469-35.9019666-.7059855-12.0556085.1499132-23.7666362-2.5821919-35.7357196-1.6036879-7.0260461-3.7604554-13.9616629-6.7602159-20.5230777-2.4124523-5.2766768-5.6675235-10.2059206-9.6493417-14.4404618-.0255311-.0271662-.050501-.0547533-.0760321-.0818494-.465264-.4925223-.9408153-.9748513-1.425625-1.4478055-.082672-.0807506-.1663728-.1603555-.249606-.2404982-.4842487-.4657535-.9747632-.9249842-1.4779029-1.3702111-1.1452509-1.0134031-2.3410027-1.9612051-3.5814574-2.8388471-3.3077232-2.3403633-6.9333222-4.1817985-10.7681263-5.4381312-.9587712-.3140949-1.9305417-.5916018-2.9137217-.8312117-1.4747232-.3594031-2.9750711-.6334967-4.4952452-.8177221-1.5888181-.1925482-3.1882041-.2976595-4.7886187-.3143988-.6173282-.0064759-1.2345628.0046056-1.851517.0244777-.2056514.0066396-.4113963.0103335-.6169541.0198954-.0763126.0035536-.15833.0047225-.2446494.0047459-.0862258,0-.17666-.0011222-.2697128-.0022444-.0929593-.0010988-.1886307-.002221-.2852372-.0020573-.4831264.0007014-.9909422.0321225-1.3228461.2438882-.1309286.0835326-.2367937.1530847-.3100201.2017595-.073133.0486748-.1135338.0764722-.1135338.0764722-.039185-.0342266-.073507-.0598966-.1049299-.0772203-.0315164-.0173237-.0601336-.0262778-.0880962-.0271195-.0278691-.0008416-.05499.0064759-.0836072.0217657-.0284302.0152664-.0583567.0385283-.0915565.0694819.0842619-.0785529-.3066534-.2545957-.5589715-.3569717-.114656-.0465239-.2006948-.0778282-.2005077-.0777581-.2320241-.0608318-.4751772-.0902657-.7204812-.1095533-.245304-.0192642-.4928525-.0284053-.738063-.028265-.1635672.0000935-.3255445.0020106-.4841551.0025249-1.0014165.0032029-2.02135.0154534-3.0488587.047272-1.0276022.031842-2.062686.0832521-3.0944031.1648443-2.0636212.1632078-4.1137755.4470971-6.0631148.9363697-3.637102.9128506-7.0913716,2.5133668-10.1779191,4.6352547-.0008417.0005377-.0014963.0010988-.002338.0016365-.334616.232152-.6624985.4712475-.9868273.7138265-.0976353.0730122-.1938678.1474504-.2906614.2213977-.2358585.1802977-.4690983.3632138-.6995326.5488887-.096326.0775944-.1930261.154768-.2884169.2332742-.290942.2395631-.5785172.4825395-.8609488.7304956-.0201069.017651-.0409619.0346007-.0609753.0522751-.2987042.2634563-.591236.5328508-.8805881.805378-.0924917.0871564-.183487.1757388-.275137.263807-.203968.1961953-.4056915.394448-.6049835.5950151-.0942686.094848-.1887242.1894856-.281964.2852921-.2342686.2408022-.4653575.4845501-.6930797.7312671-.0442352.0479266-.0898731.0945908-.1338277.1427279-.261296.2857597-.5170743.5763588-.76986.8696231-.0920241.1066543-.1822713.2147347-.2731731.3223476-.1701136.2015257-.3384503.4045243-.5048231.6093464-.0949232.1168475-.1897529.2336249-.2834603.3515244-.1849834.2329001-.3671611.4681615-.5474684.705036-.0619105.0812649-.1254109.1611972-.1866667.2429063-.2265999.302008-.4485239.6078501-.6677357.9158665-.0915565.1285369-.1812425.2584766-.2713962.3880188-.0123447.0177913-.0248764.0354891-.0372211.0532804-.3362994.3582341-8.7030088,9.4694634-13.1519614,33.6820511-1.1938815,6.4977075-2.2245698,13.5484417-3.1086182,20.6349923-2.4189988,14.0972836-4.3227936,28.3193401-5.9398549,42.3999312-.3175953,2.7638945-.5932934,5.5325116-.8313964,8.304355-3.4812035,13.164748-7.2249188,15.1844469-7.7740706,15.4147988,3.1221787-1.0708215,5.4276437-4.5265196,7.1304632-8.9907814-.2289379,1.3710995-.5709421,2.7265351-1.1463731,4.1686362-.7390918,1.8522596-1.7504214,3.8154051-3.0358593,5.4402353-1.0349903,1.0487986-1.9998403,1.8203709-2.757075,2.3556297-.5983435.3356268-1.1217772.5905732-1.5406551.776926-.4585305.13181-.7386241.1997489-.7386241.1997489,0,0,.0833267.0072007.2343621.0144949-.364449.146188-.570755.2097083-.570755.2097083,0,0,6.5576507.5179351,10.0878589-2.7801662-1.2400806,1.8400325-2.6341892,3.5962985-4.2017782,5.2465649,0,0,2.2076426-.2092407,4.8462273-3.931411-.9150971,2.0587416-3.1579035,4.6313037-8.6301564,5.6690909,0,0,.300107.0586108.8240083.1167306-.1253173.0176744-.2512893.0374997-.3752039.0514101.1324249-.0148456.2588645-.0338058.3895125-.0499138.0638744.007037.1368204.0138403.2070542.0207137.6590383.1449723,1.7535076.2810839,3.0886049.0540519,1.741537-.1035449,3.8386385-.4568228,5.8981448-1.3693461-1.1588113,1.0432345-2.4250776,1.9951512-3.8097407,2.8579944,0,0,5.7375703-.6152378,10.2750868-7.5843097-.437769.9121493-.8898466,1.7301753-1.3460392,2.4626814-1.0467739,1.4165713-2.6613101,3.0595201-5.1590531,4.8242026-.6710089.4530821-1.3788648.9166614-2.1267475,1.3917196-.1823648.1116106-.3604276.2228238-.550087.3350891,0,0,2.3673755-.1651716,5.2262007-.9615254-.3719306.3104244-.7414298.604016-1.1059723.877455,0,0,1.0273216-.3903801,2.5286047-1.3178658,1.1655448-.398212,2.3583975-.9047148,3.4691394-1.5502984.0955779-.0555248.1891918-.1136212.2833668-.1711799.0860388-.0525323.1715164-.105649.2562459-.1599113.0261857-.0167393.0530261-.0324265.0790247-.0493528-.527081.6481553-1.0810023,1.2838964-1.6693392,1.9032957,0,0,.3694991-.0369386.9846763-.3318862-.0649967.0701833-.1017502.107683-.1017502.107683,0,0,.4419774-.170198,1.1559122-.6665544-.3548164.4145772-.7181432.8252033-1.0998935,1.2270858,0,0,2.3292192-.2218419,5.0621659-4.2433784,1.02648-.634993,2.6281104-1.881413,3.8844635-4.0158554-1.3788648,2.5974137-3.1045033,5.0510476-5.2467752,7.3063118,0,0,1.83805-.1756921,4.164183-3.0334293-.5756181.8511071-1.2556049,1.7589546-2.0620314,2.7251324,0,0,1.0478961-.0474591,2.58958-.7554408.0945491-.0434379.1909687-.0894241.2952439-.1409979.03002-.0148689.0626587-.0342266.0929593-.0495865-.1096994.1979487-.1748832.3014001-.1748832.3014001,0,0,.1359787-.1351064.3493922-.3944714.112318-.0593589.2220174-.1140187.3381698-.1803445.0101002-.0057278.0202004-.011666.0302071-.0174406.0935204-.053748.1880695-.1098338.2838344-.1683277.0114095-.0069669.0226319-.0137.0340414-.0207137.2081764-.1281629.4213094-.2678983.6385573-.4200946.0179559-.0125778.0359118-.0255297.0539613-.0382946.0911824-.0645023.1829259-.1312956.2754176-.2002866.0198263-.0148456.0396527-.0293638.059666-.0444432.2165933-.1634883.4363662-.3395778.6587577-.5290634.0147762-.0126012.029646-.0255297.0445157-.0383881-.4711558,1.0191776-.804556,1.547376-.804556,1.547376.8688981-.4756193,1.6575556-1.3134005,2.369807-2.3798969.1176487.4774897.1995725.9525479.2368872,1.4279335,2.2285912-1.3461309,2.1302078-5.2140449,2.1302078-5.2140449,0,0,.9083637,2.5785003,0,5.3812271.0470408-.0173939.0945491-.0433911.142151-.0735265-.799693,2.2042516-1.4595729,3.3807689-1.4595729,3.3807689,2.1482572-1.8159289,3.6294333-4.7777955,4.6378639-7.6969257.4499267,1.3367092.9332401,3.6440615.5141752,6.7255811-.3161925,1.2663856-.5553242,1.980329-.5553242,1.980329.1003474-.1655456.1985438-.3387128.295618-.5152465-.025344.1168475-.0432999.228388-.0713561.3470824,0,0,.5304477-.7635299,1.2463464-2.0383085.045825-.0662323.0949232-.1550252.1469206-.2637602,1.1351507-2.0614068,2.6542026-5.2920367,3.3155789-8.7967369,0,0-1.1211226,6.0538834-2.4665071,8.9687352,0,0,1.7938149-2.1300705,2.4665071-4.5964692,0,0-.112131,3.139055-1.6817774,6.8386413,0,0,.0895925-.0976535.2481096-.2852921-.1780628.4578047-.3232065.7758739-.4158852.9646815-.0703273.1384963-.112505.2174935-.112505.2174935.845518-.8727325,1.6210827-1.9791133,2.3062132-3.5647838,1.2756183-1.8962119,2.9075494-4.7376541,4.1404288-8.3187797,0,0,.5605613,6.0538834-2.6907691,11.659337,0,0,.7524652-.3961313,1.8213099-1.1792994-.0178624.038879-.027495.0582133-.027495.0582133,0,0,.1625385-.0546831.4374884-.3659024,2.0130267-1.5517946,4.8466014-4.3156658,6.13737-8.2661305-.0104743.0609253-.0203874.1211492-.0314229.1825888-.5622447,1.8588758-1.9654248,5.6889161-4.5253588,8.000991,0,0,1.9059458-.7847579,3.2513304-2.8027034,0,0-.0073881.1658262-.043487.4539004-.419252,1.5375803-.8132534,2.843897-1.0391987,3.5744159-.1720775.3711159-.3680963.7493623-.5989982,1.1286842,0,0,.1668404-.2226368.4353375-.6056525-.0211356.0663726-.0331062.1036618-.0331062.1036618.8486977-.888747,1.5631935-2.1513686,2.1442358-3.4634365.7120644-1.2841302,1.381951-2.7081126,1.7138549-3.9943001,0,0-.2241684,4.0359145-2.1302078,7.287071,0,0,1.4491922-1.1309285,2.0264936-2.568798-.5351237,2.8745466-1.3537078,5.1472983-1.3537078,5.1472983,2.7361265-3.7931017,3.8874561-9.4679671,4.3714242-13.7723409.027308,1.5233426.0169272,3.4755702-.1140014,5.4481607-.5794524,3.9899516-1.3424854,6.978891-1.3424854,6.978891.254282-.4192296.4964998-.8950126.7275887-1.4197275,1.143661-2.0235097,3.8763272-7.2917,4.3175565-12.1454768,0,0,.2242619,5.6054536-1.3453845,9.3050633,0,0,2.4666006-5.2691255,2.5787316-10.0898212,0,0,.2241684,10.7624775-2.6907691,15.0226185,0,0,3.6997607-4.1480394,4.372453-15.919478,0,0,.685224,4.0032074-.0661189,8.2925253-.4524517,2.204088-1.0529462,3.9119598-1.8398269,4.9363275,0,0,.1127856-.0688975.3003875-.2370616-.0617235.1168943-.1226052.2342327-.1882566.3491631,0,0,.2572746-.257331.6371545-.8093992.9316503-1.0725282,2.4882039-3.5915994,3.2315975-8.8915616.0226319.2704466.0457315.5633836.0679893.8767537-.2607349,3.9336554-.7316101,8.0678077-1.5823652,10.1695197,0,0,1.001323-.7322724,1.8833139-3.0417756.8533737-1.0735101,2.6874958-4.1892797,2.60127-11.0839601,0,0,.5606548,8.8566102-.6726923,12.2198917,0,0,1.7939084-.2242266,2.2423387-6.0538834,0,0-.300294,3.4208403,1.6700874,6.2594536.0139345.2470209.0215097.3806778.0215097.3806778,0,0,.0057983-.1168007.0154309-.3283793.0985705.1397354.2008818.2784889.3110489.4147876,0,0-.1358851-.8306272-.2421243-2.0916357.0610688-1.6253912.1361657-4.0525602.1571143-6.5796504.1436473-.8543567.350795-1.6808693.6455713-2.4275196,0,0,.0192652,1.2560522.1277489,2.8812798-.3863328,3.3521532-.6883102,5.6390023-.6883102,5.6390023,0,0,.0111289-.0308601.0304877-.0867122-.0490982.3908476-.0766867.6037121-.0766867.6037121.3947496-.7675277.7599468-1.6596413,1.0974619-2.6377189.196954,1.2983679.4717169,2.4682222.854683,3.1297034,0,0,.5605613-7.5112976,1.3453845-9.9776962,0,0,.0776219,2.0512604.4028859,4.4608718-.4336541,4.360483-.8414966,7.4226917-.8414966,7.4226917.5005212-1.3746998.9367004-2.9597859,1.3169543-4.6675876.3841818,1.7557283.9295928,3.3714641,1.7002945,4.2191345,0,0-.8468273-4.1506111-1.0682836-7.4450887.0574215-.332985.1134402-.6680507.1675886-1.0051971.5618706.9948169,2.1875358,3.6133183,4.6004557,5.3112308,0,0-2.1302078-5.9417584-1.6816839-8.9687118,0,0,2.8029,9.6413681,6.3905297,12.1077667,0,0-3.1391994-5.9417818-3.1391994-10.0897978,0,0,3.5876297,6.9507429,5.8299684,8.520282,0,0-2.9149375-6.3902115-2.3543762-10.3140244,0,0,1.3453845,6.2780866,3.5876297,8.2960555,0,0-.7848232-3.3632581-.7848232-4.9327973,0,0,.5947898,2.161632,1.964209,4.2176149.0406814.9061409.0637809,1.3878387.0637809,1.3878387,0,0,.0017769-.463813.0047695-1.2839197.8505681,1.2504646,1.9903948,2.4474618,3.4609096,3.0776621,0,0-.0763126-.109904-.1981697-.3023587.0180494.0134195.03002.022093.03002.022093,0,0-.03002-.0370321-.0814563-.1043398-.6071345-.9737993-2.1273086-3.6755061-2.2169012-6.4540358,0,0,.5369006.9038264,1.3265869,1.9316542.9489515,2.3905343,2.0561396,3.6643778,2.0561396,3.6643778,0,0-.2520375-.7470478-.5735606-1.9927198.4358051.4123562.8896596.7684628,1.3391187.993157,0,0-1.6817774-3.6996097-1.4575155-6.9507662,0,0,.112131,2.0179689,2.0180768,5.0448989,0,0-.6457584-3.4867452.9664399-4.9384784l.4005479,3.8639396c1.0937211-.8402593,1.4241287-1.5609825,1.5020312-2.0391735l.2237943,3.5060796c.3973682-.5103603.7852908-1.6067349,1.0723985-2.5668342,1.5905015,2.1718953,3.2490859,3.6354114,3.8718382,4.1513826l.2952439.5114357s-.0277756-.8447948.0640615-2.0899992c.04835.0392297.0966066.0776412.1446761.1156318.0310488.024501.0619105.0486514.0927722.0726381.0167402.0129986.0336673.026535.050314.0393934.008978.0068968.018143.0143312.0271209.0211812.1009085.0772203.2009753.1513313.3003875.2231979.0189846.0137468.0377822.0270026.0567669.0405389.0246894.017651.0490982.0346241.0736941.0519478.0982899.0692949.1959252.1363688.2925318.2006373.0167402.0111751.0337609.0230749.0505945.0341097.1124115.0739941.2230462.1437566.3328391.2112279.0174883.010801.0352572.0218826.052652.03252.0209486.0127181.0415231.024992.0623781.0374763.0890314.0534207.1772212.1050646.2642887.1543472.0071076.0040212.0143086.0083462.0214162.0123207.0202004.0114089.0400267.0221632.0602271.0333616.0250635.0139338.0496593.0272364.0745358.0408195.0610688.0333616.12167.0659751.1816166.0973963.0225384.0118063.0447963.0232853.0672412.0348111.031984.0165288.0645291.033876.0962325.0498437.0078557.003951.0154309.0074579.0231931.0113621.0566734.0283819.1126921.0558287.1682432.0824806.0053307.0025483.0108484.0053771.0160855.0079254.0473213.022584.0935204.0437418.139813.0651335.0189846.0087437.0380628.0178147.0569539.0263713.0334803.015243.0665865.0298782.0996928.04449.0182365.0080657.0362859.015921.0544289.023823.052839.0230282.1051169.0453784.1566467.0668401.0202004.008393.0400267.0165288.0599466.0246881.01833.0074579.0369406.0153833.0635004.0261376.0793988.031842.1568337.0617669.2326788.090032.011503.0042783.0225384.0081358.0378758.0137701.0155244.0057278.0307682.0112452.0461991.0168328.0775284.028078.1533735.0546598.2266935.0792075.007014.0023379.0143086.0049329.0220708.0075046.0922111.0306029.1804009.0579562.2656915.083369.0118771.0035302.0236607.0070838.0353507.0104971.0844489.0247348.1652506.0471785.2422178.067261.006827.0017768.0131864.0033666.0199198.0050966.1630061.0420819.3085238.0743681.4344958.0988692.0647161.0125544.123821.0230983.1835806.032894.0371276.0060317.0716366.0113621.1083901.016599.0660254.0093282.1200802.0157106.1656246.0203162.0172078.0017067.0318905.0030626.0442352.0040913.0043019.0003507.0074816.0006079.0112224.0009118.0086039.000678.0154309.0011923.0365665.0025015-.1449566-.1736581-.2756982-.3406299-.4120509-.5102668-.9709288-1.3186607-1.7698736-2.6744471-2.4207756-4.0363587-.0854776-.2844037-.1733868-.5879781-.2635405-.910653.3379827.0064993.6814832.011105,1.0373283.0118531.0504075.0611591.100815.120518.1514095.1795028.0157114.018329.0314229.0361203.0471343.0542389l.0084168.009749c2.6257724,3.4918185,4.8533349,5.1246208,4.8533349,5.1246208,0,0-1.1625521-1.0324568-2.7107824-3.1995828.1621644.1121717.3151638.2118825.4574083.2996935.0112224.0069201.0218838.0134195.0329192.0201993.0921176.056343.1801203.1086649.2665332.1579008.0856647.0487449.1642218.0916685.2367001.1299397.0076687.0040679.0142151.0074345.0217903.0113855.0632198.0331512.1207348.0623748.1720775.0876006.0069205.0034367.0139345.0069669.020668.0102633.0541483.0263947.1012826.048628.1478558.0697625.0351637.0158976.0617235.0275169.0812692.0358164.0065464.0027821.0083233.0036003.0131864.0056109.0148697.0062422.0248764.0103335.0249699.0103335-.2501671-.3752072-.4384237-.7445463-.5859053-1.1018453.3514497.3125519.7192654.6019587,1.0970879.8768238,2.6602814,2.0432882,5.0104491,2.2429904,5.0104491,2.2429904-2.7451979-1.6529082-4.9043035-3.212371-6.524451-5.1341594.0985705-.0077618.196954-.0155469.295431-.024314,4.253495,4.4320925,8.4664957,6.4126786,10.9184136,7.2586423.082485.0552208.1315832.085964.1315832.085964-.0103808-.015921-.0191717-.034928-.0294589-.0510828,1.283474.4351739,2.0586646.5533073,2.0586646.5533073,0,0-1.1120511-.782233-2.8268412-2.2627455-.0539613-.1659898-.1061457-.334341-.1544022-.5072276-.0048631-.0174406-.0101002-.0344838-.0148697-.0519712-.0558317-.2028583-.1075485-.4099715-.1561791-.6196097-.0056112-.0241504-.0111289-.0483241-.0166466-.0725446-.0486306-.2144074-.0942686-.431106-.1359787-.6495346-.0008417-.0042082-.0015898-.0084398-.0024315-.012648-.0879092-.462083-.1611357-.9300107-.2219239-1.3909014-.0174883-.1331659-.0340414-.2654435-.0495658-.3970898,1.2478427.7616128,2.612773,1.3563007,4.1059198,1.7557985-.2097663-.063684-1.9406419-.632094-4.1968216-2.6259359-.0337609-.3717237-.0602271-.728485-.0808951-1.0641352,2.1067341,2.3106955,4.6805092,4.0177725,7.8231688,4.8586396-.2202406-.0668869-2.1181436-.6893722-4.5404156-2.9364772.6954177.5279412,1.4027125.90738,2.0871884,1.1762835.4180362.2676177.843554.5262813,1.2845027.7664289,0,0-.2534403-.175809-.6886843-.5548035,1.7576225.547673,3.2713437.4154656,3.8781976.3251531.1847963-.0257167.2860789-.0506152.2860789-.0506152-5.6057065-.8968829-6.1663613-4.0359145-6.1663613-4.0359145.7958586,1.0725983,2.1368477,1.5888501,3.6099811,1.7914746.6054511.4220584.9621379.6236776.9621379.6236776,0,0-.3329326-.2018296-.8931199-.6136013.4301939.056156.871049.0781789,1.3123718.0872966,1.4230065.7749855,2.6176361.9369776,3.263675.9575977ZM220.3839387,189.6449932c.0139345.0216722.0283367.0437418.0420842.0653673-.1267201.2894536-.2570876.577481-.3915699.8638719.1240081-.2974959.2421243-.6052317.3494857-.9292392ZM313.2949634,192.699931c.0201069.02228.0402138.0444198.0603207.0666063.0101002.0156638.0199198.0323563.0301136.0479266-.0301136-.0384115-.0602271-.0756306-.0904342-.114533Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* STRAIGHT LOB 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.8460693,193.9304199c-4.043457-.6295166-6.8392334-5.0638428-8.4085693-8.9967651-1.1780396-2.9522705-1.3815308-5.5409546-1.6272583-8.6456909-.270874-3.4226074-.6022949-6.8403931-.9940796-10.2513428-2.6704712-23.2516479-6.1130371-46.8914795-11.3879395-69.7127075-3.1303101-13.5429688-8.5012207-28.5252075-20.4135742-36.7874756-3.307312-2.2939453-7.0349121-3.9268799-10.9595337-4.817688-.2811279-.0637817-1.1399536-.1826172-2.296936-.3148804-1.833252-.3227539-3.7614746-.4978027-5.7852783-.5148315-2.6530151-.1636963-5.0546875-.1843262-5.5907593.1827393-.1190186.0020142-.2388916.0032349-.3572998.0057373-.236084.0050049-.4718628.010498-.7053223.0180054-.2444458.0079346-.4863281.0184937-.7279053.0291748-.1759033.0077515-.3510742.0162354-.526062.0249634-1.5019531-.1627808-3.0106201-.2686157-4.5213623-.2714233-1.7369385-.0595093-3.5777588.0612793-5.5010986.3971558-15.012085,2.2626953-26.862915,14.0588379-32.9232788,27.3146362-2.9997559,6.5614014-5.1564941,13.4970093-6.7602539,20.5230713-2.7321167,11.9690552-1.8761597,23.6801147-2.5821533,35.7357178-.7471313,12.7579956-.5447998,23.2705078-2.4630737,35.9019775-.1781616,1.1735229-.4338989,2.5721436-.7825928,4.0783081-.5727539,2.0769653-1.1897583,4.1279297-1.857605,6.1337891-1.8787231,4.8442383-4.8105469,9.2772827-9.2439575,9.9675293,0,0,1.5291138.4328613,3.4771729.6531982-.4830933.4093628-.9859619.8085327-1.5151367,1.1965332,0,0,1.3510132-.1469727,3.3244629-1.0740356.6384888.0114136,1.2851562-.0137329,1.909668-.0952759-.5601807.4118042-.8931274.6136475-.8931274.6136475,0,0,1.8240967-.2644043,4.2941895-1.7038574-.5216675.9807129-1.9750977,2.6984863-5.8884277,3.324585,0,0,1.8793945.4375,4.1643066-.2745361-.4352417.3790283-.6887207.5548096-.6887207.5548096.440979-.2401733.8665771-.4988403,1.2845459-.7664185.6844482-.2689209,1.3917236-.6483765,2.0871582-1.1762695-2.4223022,2.2470703-4.3201904,2.8695679-4.5404053,2.9364624,2.4737549-.6618652,4.5939941-1.8618774,6.413147-3.4682007-1.7097168,1.7130737-2.8900146,2.3062744-2.8900146,2.3062744,1.5020142-.3995361,2.8741455-.9970093,4.1282349-1.7624512-.0155029.1316528-.0320435.263916-.0496216.3970947v.000061c-.0606689.4606323-.1338501.9284058-.2218018,1.3903198-.0008545.0044556-.0016479.0089111-.0025024.0133667-.041626.2181396-.0872192.4345093-.1358643.6486816-.0055542.0245972-.0112305.0491333-.0169067.0736084-.0484619.2093506-.1001587.4160767-.1558228.6185913-.0049438.0180054-.0103149.0355835-.0153198.0535278-.0552368.1976318-.1138916.3914795-.1765747.5799561-.0041504.0123901-.0079346.0252686-.012085.0375977-.062561.1860352-.1299438.3652954-.2003174.5397339-.0126953.0314331-.0252686.0630493-.038208.0939941-.0701294.1682129-.144043.3301392-.2221069.4847412-.0134888.0266724-.0275879.052124-.0413208.0783691-.0829468.1585083-.1690063.3114624-.2611694.4523926,0,0,.9185791-.5674438,2.1370239-1.7360229.0189819-.0181274.0378418-.0365601.0569458-.0549927.1481323-.1433105.2993164-.2932129.4549561-.4541626.0014038-.0015259.0028076-.0028076.0042114-.0043335.1530151-.1584473.3092651-.3269653.4673462-.5026855.0320435-.0355835.0640259-.0720825.0962524-.1083984.137207-.1547241.2753296-.3153687.4145508-.4830322.0244751-.02948.048584-.0571899.0730591-.0870972.1552734-.1891479.3110352-.3873291.4667969-.5927124.0378418-.0499268.0753174-.1014404.1130981-.1522217.0671997-.0903931.1343384-.1794434.2012329-.2727661.6917725-.6182251,1.7266235-1.6253662,2.911377-3.0516357-.2605591,1.4342651-.6201782,2.8623047-1.1183472,4.0246582,0,0,.8822021-.6304321,1.9234009-1.5379028.0122681-.0106812.0246582-.0216675.0369263-.0324097.0643921-.0563354.1292114-.1135254.194519-.171875.0209961-.0186768.0419922-.0375977.0630493-.0565186.059082-.0530396.1182861-.1067505.1777344-.1612549.0222168-.0203247.0443115-.0405273.0665894-.0610352.0626831-.0578003.1253052-.1164551.1881104-.1757202.0176392-.0166016.0351562-.0328979.0527344-.0495605.1598511-.1518555.3190918-.3078003.4758301-.4669189.022644-.0230713.0449829-.0463257.0675659-.069519.0310669-.0319214.0623779-.0637207.0932617-.0958862-.0348511.1259766-.0686646.2502441-.1038208.37677,0,0,.3534546-.465332.9280396-1.2884521.3104248.0198364.6201782.0352783.9286499.0443726-.0002441.0036621-.0007324.0077515-.0009155.0114136-3.3172607,3.8603516-6.5491943,5.0238037-6.5491943,5.0238037,2.3770752-.5067749,4.395813-1.5975952,6.1074829-3.119812-.1474609.3572998-.3356934.7266235-.5858154,1.1018066,0,0,.0096436-.0039062.0241089-.0099487.005188-.0021973.0073242-.0031738.0146484-.0062866.0192261-.0081177.045105-.0194702.0790405-.03479.0039062-.0018311.0060425-.0026855.0101929-.0045776.038208-.017334.0849609-.0394897.1387329-.0656738.0071411-.003479.0145874-.0072632.0220337-.0109253.0509033-.0250244.107666-.0539551.1702271-.0866699.0079956-.0042114.0150757-.0077515.0232544-.012146.0722046-.0380859.1504517-.0808716.2358398-.1294556.0020752-.0011597.0042114-.0025024.0062866-.0036621.0811157-.0462036.168457-.0980835.2598877-.1540527.0114746-.007019.022522-.0137329.0341187-.0209351.1421509-.0877075.2949829-.1873779.4569702-.2993774-1.5481567,2.1671143-2.7107544,3.199585-2.7107544,3.199585,0,0,2.7102051-.8322754,5.8254395-5.4578857.284668-.0221558.5595703-.0501099.8283691-.0819702-.0206909.1034546-.0413208.2075806-.0621948.3097534-.5308228,1.0509644-1.241394,2.2232666-2.1900635,3.5178833-.4204102.5736694-.8818359,1.168335-1.4003296,1.7895508,0,0,.0027466-.0001221.0076904-.0004272.0022583-.0001221.0043335-.0003052.0079956-.0005493.0054932-.0003662.0122681-.0008545.0209351-.0015259.0036621-.0003052.006897-.0005493.0111694-.0009155.0123901-.0010376.0270386-.0023804.0441895-.0040894.0016479-.0001831.0027466-.0003052.0043945-.0004272.0411377-.0042114.0950928-.0105591.1610718-.0198975.00177-.0002441.0037231-.0004883.0054932-.0007935.0316772-.0045166.0661621-.0098267.1030884-.0158081.0020142-.0003052.0038452-.0006104.0058594-.0009766.0539551-.0088501.1130981-.0193481.1776733-.0319214.000061,0,.0001831,0,.0002441-.000061.1257935-.0244141.2713623-.0567017.4343262-.0988159.0067139-.001709.0131226-.0032959.0198975-.0050659.0769653-.0200806.1578369-.0425415.2422485-.0672607.0117188-.003418.0234375-.006958.0353394-.010498.0853271-.0254517.1734619-.0527954.2657471-.083374.0001831-.000061.0003662-.0001831.0005493-.0002441.000061,0,.0001831,0,.0002441-.000061.006958-.0022583.0141602-.0048828.0211792-.0072021.0734253-.0245361.149231-.0511475.2267456-.0792236.0154419-.0055542.0306396-.0111084.0462036-.0168457.0013428-.0004883.0026245-.0009155.0039062-.0014038.0114746-.0042114.0224609-.0080566.0339966-.0123291.0758057-.0282593.1532593-.0582275.232605-.0900269.0028076-.0011597.0057983-.0024414.008606-.0036011.0180054-.0072021.0365601-.0150757.0546875-.0224609.0200806-.0082397.0401001-.0164185.0604248-.0249023.0513306-.0213623.1033936-.0436401.1560669-.0665894.0183105-.0079956.036499-.0158691.0549316-.0240479.03302-.0145874.065979-.0291138.0994873-.0443726.0189209-.0085449.038208-.0177002.057251-.0264893.0461426-.0213013.0921631-.0424194.1391602-.0648804.0057983-.0027466.0117798-.0057983.0175781-.008606.0551758-.0264893.1107788-.053772.1670532-.0819092.0078125-.0039673.0153809-.0074463.0232544-.0114136.0317383-.0159912.06427-.0333252.0963135-.0498657.0223999-.0115356.0446777-.0230103.0671387-.03479.0599976-.0314331.1206055-.0640259.1816406-.0974121.0249023-.0135498.0494995-.0268555.074585-.0408325.0201416-.0111694.039978-.0219116.0602417-.0333252.007019-.0039673.0142822-.0083008.0213623-.0123291.0870361-.0492554.175293-.1009521.2642822-.1543579.020813-.0124512.0414429-.0247803.0623779-.0374756.0174561-.0106201.0351562-.0217285.0526733-.0325317.1097412-.0674438.220459-.137207.3328857-.2111816.0167236-.0110474.0337524-.0229492.0505981-.0341187.0964966-.064209.1939697-.1312256.2922363-.2004395.0246582-.017395.0491943-.0344849.0739746-.0521851.019043-.0136108.0379639-.0269775.0571289-.0407715.0991211-.0716553.1989746-.1456299.2996216-.2226562.0095215-.0072632.0192261-.0151367.0287476-.022522.0161743-.0123901.0324707-.0255127.048645-.0380859.0311279-.0241089.0621338-.0484009.0933228-.0730591.0615234-.0485229.12323-.0982666.1851807-.1488647.0291748-.0238647.0583496-.0477295.0876465-.0720825.0372925-.0308838.0744629-.0615845.1118774-.0932617.026123-.0221558.0523682-.0452881.0785522-.0678101.0559082-.0480347.1116333-.095459.1677856-.1452026.0095825-.0084839.0192261-.0175171.0288086-.026062.0592041-.0526733.1185913-.1066895.1781006-.1613159.0168457-.0154419.0334473-.0299072.050293-.0455322.0355835-.0328979.0712891-.067688.1069336-.1013794.0308228-.0290527.0615845-.0581665.0924072-.0877686.0674438-.0646973.1350708-.1310425.2028198-.1983643.022522-.0223389.0448608-.0432739.0673828-.065918-.0875854.2652588-.1778564.5337524-.270874.805542,0,0,.2113647-.364502.5696411-1.1149292.0410156-.043457.0820312-.0872803.1231079-.1317139.022583-.024353.045105-.048584.067688-.0732422.0229492-.0251465.0458984-.0510864.0689087-.0764771.1220093-.1350708.2441406-.2731934.366333-.4172363.0151978-.0178833.0303345-.0368652.0454712-.0548706.1088867-.1293335.2177124-.2629395.3265381-.3996582.0270996-.0340576.0541992-.067688.0812988-.1022339.0199585-.0254517.039978-.0507812.0599976-.0765381.1067505-.1374512.2133789-.27771.3198242-.4224854.0090942-.0123901.0181885-.0255737.0272827-.0380249.0181274-.0247803.0361328-.0505981.0542603-.0755615.0308838-.0426636.0617065-.0856934.0925903-.1289673.0650024-.0911865.1298828-.1838379.1946411-.2778931.03125-.0452881.0623779-.0906982.0935669-.1367188.038208-.0563354.076416-.1121826.114502-.1695557.022644-.0341187.045105-.069458.067688-.1039429.0601807-.0916748.1203613-.1827393.1802979-.2769775.0076904-.012146.0153198-.0249634.0230103-.0371094.0604858-.0955811.1207275-.1933594.1809082-.291687.0163574-.0267334.0328979-.0523682.0491943-.0792847.036377-.0599365.0725098-.1220703.1087646-.1829834.0304565-.0512695.0608521-.1027222.0912476-.1546021.0667114-.1140137.1330566-.2300415.1992188-.3475342.0275879-.0490112.0552368-.0977173.0827026-.1472778.0241089-.043457.0484619-.0854492.0724487-.1293335.0062256-.0114136.0123291-.0233765.0185547-.03479.098938-.1814575.1971436-.3678589.2947998-.5574951.0187378-.036377.0374756-.0726929.0561523-.109436.0233154-.0457764.0464478-.0925293.0697021-.1387939.1149292-.2287598.229126-.4613647.3418579-.7019043.0008545-.0018921.00177-.0036011.0026245-.0054321.0057373-.012146.0112305-.0251465.0169067-.0373535.1065674-.2283325.211731-.463562.31604-.7026978.0240479-.0549316.0480347-.109436.0718994-.164978.0166016-.0386353.0332031-.0772095.0497437-.1161499.0969849-.2282715.1931763-.460022.2879639-.6980591.0031128-.0078125.0061035-.0159912.0092163-.0238037.020874-.0524902.0411987-.1070557.0619507-.1600342.0238647-.0610352.0476074-.1225586.0713501-.1842041.0584717-.1518555.1164551-.305542.1739502-.4613647.0261841-.071106.0523682-.1425171.0783691-.2144775.03302-.0911255.0661621-.1814575.0987549-.2739258.0148315-.0419312.0292969-.0853271.0440674-.1276245.0545044-.1561279.1090698-.3119507.1625977-.4718628.0018311-.0055542.0036011-.0114136.0054932-.0169678.053772-.1611938.1066284-.3261108.1594238-.4912109.0122681-.0384521.0249023-.0756836.0371094-.1143188.0308228-.0974731.0609741-.1973267.0914307-.2961426.0239868-.0778198.0478516-.1560059.0715942-.2347412.0537109-.1779175.1066895-.3582764.1591187-.5405273.0200806-.0699463.0402222-.1397095.0601807-.2102661.0204468-.0724487.0414429-.1427612.0617065-.2158813.0007324-.0028076.0015259-.0057983.0023193-.008667.0805054-.2911987.1589355-.5895996.236145-.8918457.0128174-.0501709.0255737-.1004639.038269-.1508789.0094604-.0376587.0193481-.0740356.0288086-.1118774.0665894-.1715698.1346436-.3390503.2001343-.5137329,4.2631836-11.3731689-.3254395-25.3288574-1.392395-28.276123-.0152588-.0766602-.0271606-.1500244-.0428467-.2270508-1.6889648-8.2908325-3.8596802-19.177002-3.3728638-30.6706543.147583-1.2644653.3264771-2.5499878.5419312-3.8588867.6947021-3.7887573,1.5603638-7.8001099,2.5991211-12.1664429.0699463-.2942505.1421509-.5844116.2163696-.8708496.0405273-.156311.0831299-.3087769.1248779-.4628296.0344849-.1271362.0679321-.2561035.1032104-.3817139.0587769-.2092285.119751-.4144897.1808472-.6194458.0195923-.0656738.038269-.1330566.0581055-.1983032.0745239-.2456055.151123-.4874268.2289429-.7268677.0070801-.0217896.0137329-.0442505.020874-.065979.0383911-.1175537.0803223-.2285767.1195068-.3446655.8960571-.1414185,1.7417603-.2520752,2.4992065-.3161621.586853-1.3493652,1.8200684-4.3884888,2.6685181-7.8637695.1239624-.3861084.249939-.777832.3769531-1.1723022-.2017212,1.5187378-.5921021,3.9736328-1.2599487,6.5076294v.000061c-.1040039.3945923-.2147217.7908936-.3325195,1.1858521-.0003662.0012817-.0007324.0025024-.0010986.0037231-.1177368.3947754-.2425537.788147-.3747559,1.177002-.000061.000061,0,.0001221-.000061.0001221-.0100098.0294189-.0195312.0591431-.0296021.088501.0013428-.000061.0026855-.000061.0040283-.0001221.2890625-.0148315.5772705-.026062.8643799-.0319824.1028442-.307373.2086182-.6235962.3154907-.9432983.0028076-.0083618.0056763-.0169067.0084839-.0253296.0310669-.0006714.0621338-.0015869.0932007-.0022583.0020142,0,.0021973.0014038.0043335.0013428.0001221-.0004883.0003052-.0009766.0004883-.0014648.9812012-.020752,1.9631348-.0463867,2.9450684-.0721436-.0002441.0008545-.0004883.0018311-.0007324.0026855.3191528-.0084229.6383667-.0172729.9575806-.026123.1135254-.0031128.2269897-.0061646.3405151-.0093384.019104-.0004883.038208-.0010376.057312-.0015259,0-.000061,0-.0001221.000061-.0001831.1486816-.0041504.2975464-.0090332.4462891-.0133057.7189331-.0205688,1.4382324-.0427856,2.1574097-.0644531-.0001831.0005493-.0003662.0010986-.0005493.0015869.4912109-.0150146.9825439-.0301514,1.473938-.0455933.0541992-.117981.1085205-.2421265.1627808-.3619385.2302856-.0071411.4607544-.013916.69104-.0211182,1.9154663-.0592651,3.8309937-.1191406,5.7476196-.175415,1.1992188-1.7854614,3.2572632-5.0665894,4.2280884-7.8930664,0,0-1.4788208,4.6625366-2.7454224,7.8532715.8427124-.0233765,1.6853027-.0455933,2.5279541-.0678101.1099854-.0029297.2199097-.0060425.329895-.0087891-.0471802.1187134-.0945435.239563-.1416626.357666.3197632-.0075684.6340942-.0148315.9453735-.0221558.0015259,0,.0031738-.000061.0046997-.0001221.1669312-.0039062.3322754-.0078735.4966431-.0119629-.0003662.0009155-.0007324.00177-.0010986.0026855.2254639-.0046997.4509888-.0093384.6765137-.0137329.0010986-.0023193.0022583-.0046997.0033569-.007019.4326782-.012146.8560791-.0261841,1.2698364-.0428467-.0043335.0087891-.0087891.0180664-.0130615.0268555.3947754-.0065308.7895508-.0117798,1.1843872-.0170898.0148926-.0228882.0300293-.0466309.0449829-.069519,1.2133179-.0742188,2.3292847-.1918335,3.3393555-.3927002-.0639648.1443481-.1270752.2897339-.1920166.4328003.3916016-.0015259.7831421,0,1.1746826.000061.1587524-.2646484.3173218-.5358887.4754639-.8118286.3822021-.1269531.7458496-.2713013,1.0859985-.4400635.1413574-.0701294.2857056-.1508789.4318848-.2390137.0493774-.0297241.0997925-.0645752.1495972-.0962524.0976562-.0620728.1953735-.1246338.2945557-.1939087.0615234-.0429688.1235962-.0900269.1856079-.1355591.0883789-.0649414.1767578-.1303101.2659302-.2003784.0687866-.0539551.1377563-.1108398.2069092-.1677246.0826416-.0680542.1652222-.1369019.24823-.2088013.0747681-.0648193.149353-.1312256.2243042-.1990356.0762939-.0690308.1524048-.1394043.2286987-.2114258.0808716-.0762329.161377-.1531982.2421265-.2325439.0680542-.0669556.1358032-.1356201.2036743-.2047119.0878906-.0892944.175415-.1786499.2627563-.2712402.0546265-.0579834.1087036-.1177368.1630249-.1768799.0997314-.1083984.1991577-.2166138.2976685-.3287354.024353-.02771.0481567-.0565186.0723877-.0844116.8244019-.9483032,1.5968018-2.0142212,2.2280273-3.0863647.0028687-.0049438.0057983-.0098877.008728-.0148315.1052856-.1791992.2059937-.3579102.3027954-.5367432.0028687-.005249.0056152-.010498.0084839-.0158081.0974121-.1804199.1901245-.3598633.2779541-.5388184-.1195068.3553467-.2440186.7042236-.3723755,1.0478516-.0159302.0425415-.0321655.0846558-.0481567.1270142-.1258545.3323364-.2550659.6599121-.3896484.9801025-.0018921.0045166-.0037231.0092773-.0056152.0137939-.132019.3135986-.2695923.6192017-.4102783.920166-.0303345.0648804-.0609741.1292114-.0917969.1934814-.1416016.2960205-.2860718.5878296-.4366455.8703003-.642395,1.2053223-1.2789307,2.3443604-1.9073486,3.432251.5194092.006958,1.0386353.0183105,1.5579224.0293579.144104.0031128.288147.0047607.432251.0081787.0619507.0012817.1239014.0026245.1858521.0039673,2.1217651.0523071,4.2423096.1405029,6.361084.2730103h.0001831c.1987305-.4542236.3886719-.8986206.5715942-1.3352661.0400391-.0955811.0762329-.1869507.1155396-.2816772.138855-.3349609.276123-.6680298.4058838-.992981.0543823-.1361084.104187-.2672119.1569824-.4015503.1089478-.2774048.2179565-.5548096.3203735-.8250122.0560913-.1480103.1078491-.2914429.1620483-.4373779.0927124-.2498779.1856689-.499939.2728271-.7438354.0535889-.1497803.1032715-.2955322.1547241-.4431152.081604-.2338257.163147-.4677124.2396851-.696167.0491943-.1469116.0950928-.2903442.1422119-.4350586.0725708-.2225952.1446533-.4448242.2124634-.6625366.0443726-.1425171.0859985-.2822876.128418-.4228516.0646362-.2139893.128418-.4273071.1885376-.6366577.0393066-.137085.076416-.2720337.1138306-.4071655.057312-.2069702.1135254-.4129028.1665039-.6154785.0343018-.1312866.0669556-.2609253.0994873-.3904419.0505981-.2015381.0997925-.4017334.1461792-.5991821.0292969-.1245728.057373-.2479858.085022-.3709717.0443115-.1972656.0869141-.3928223.1270752-.5860596.0247192-.1187134.048645-.2367554.0717773-.3539429.0380859-.192627.0740967-.3834229.1081543-.5722656.0204468-.1132202.0405273-.2261963.0595093-.3380737.0270996-.159729.0518799-.3172607.0761719-.4743652.1269531.069458.253479.1433716.380188.2155762.4188232,1.8716431.8465576,3.786438,1.2869873,5.7651978.5490723,2.4669189.8080444,3.7987671,1.4969482,5.8041382.7302246,2.1253662,2.5335083,2.8466187,3.1911011,3.0437622.0100098.0301514.0195312.0603638.029541.0905151.038269.0053711.0766602.0097656.1149902.0150757-.0054932-.0214844-.0115967-.0456543-.0170898-.0675049.2522583.078064.5119629.138855.7787476.1782227,1.4276123.2105713,2.8534546.4562988,4.2784424.7210693.0338745.145813.0714111.284729.1040649.4329224.3709717,1.6845093.9613647,3.8760986,1.5858765,6.2841797.0820312.3953857.1616211.7852173.2388916,1.1694946-.0003662.0064697-.0006714.0128174-.0010376.0193481.0192871.0841064.0356445.1635742.0546265.2472534,1.1868286,5.9505005,1.8018188,10.5921021,1.9929199,14.6714478.006897.1658936.015625.3328857.0215454.4981689l.0001831.0056763c.0222778.6228027.0352173,1.2400513.0438843,1.8544922.0135498,1.7979736-.0578003,3.5074463-.1985474,5.2023315-.411499,3.1881104-1.0717773,7.2405396-2.052124,12.3952026-.6268311,2.9484253-1.3097534,6.1086426-1.9587402,9.7080688-1.6035767,8.8933105-6.8729858,20.4405518,1.6477661,34.2299805,0,0-.0403442-.1954346-.104126-.5566406.0949707.2016602.1908569.3983154.2873535.5916748.0319214.0639038.0640259.1264648.0960693.1894531.0759277.149231.1522827.2960205.2290649.4403687.0322876.0606689.0645142.1217041.0969238.1815186.1021729.1884155.2047119.3737183.3081665.5536499.00354.0061646.007019.0126953.0105591.0187988.1068726.1856689.2145996.3654175.3226318.5422363.0330811.0540771.0662842.1069336.0994263.1602173.0791626.1272583.1585693.2521973.2382202.3748169.0336304.0518188.0672607.1040039.1009521.1549683.1064453.1609497.2131348.3190918.3202515.472168.0026855.0037842.0053101.0078735.0079956.0116577.1104736.1576538.2213135.3098755.3322754.4592896.0328369.0441895.0656738.0872803.0985107.1307373.0823975.1091309.164856.2160034.2473755.3206787.0325928.0413818.0651855.0831299.0978394.1237793.1104126.1377563.2208862.2728271.3313599.4030151l.0014648.0018311c.1124878.1324463.2247925.2598267.3370361.3846436.0308228.0343018.0615234.067627.0923462.1013184.0853882.0934448.1706543.1848145.2557983.2739868.0299683.0313721.0599365.0630493.0898438.0939331.2245483.2315674.447937.4486694.6694946.6520386.026062.0239258.052002.0471191.078064.0706787.0890503.0806274.1777954.1591187.2661743.2354126.0249634.0215454.0498657.043335.0747681.0645142.2224121.1895142.4422607.3656006.6588135.5291138.0199585.0150757.0397949.029541.0596924.0444336.0924683.0689697.1842651.1357422.2753906.2002563.0180054.0127563.0360107.0257568.0540161.0383301.2172241.1521606.4302979.2919312.6384888.4200439.0114136.007019.022644.0137939.0340576.020752.0957031.0584717.1903076.114563.2838135.168335.0100708.0057373.0201416.0117188.0302124.017395.2080688.1188354.4102173.2261963.6055908.322998.0020752.0010376.0040894.0020142.0061646.0030518.0981445.0485229.1945801.0945435.2891235.1380005.0003662.0001221.0007324.0003052.0010986.0004883h-.000061c1.5405884.7074585,2.588562.7549438,2.588562.7549438-.873291-1.0463257-1.605835-2.0212402-2.2254639-2.928894,2.4029541,3.053833,4.3276367,3.2371826,4.3276367,3.2371826-1.5528564-1.6347046-2.8851318-3.3743896-4.0270996-5.1966553,1.0143433,1.0024414,2.0335083,1.6459961,2.7432861,2.0197144,2.6987915,3.9108276,4.9835815,4.1298828,4.9835815,4.1298828-.4492188-.4729614-.8762207-.9564209-1.2895508-1.4462891,1.3321533,1.0234985,2.2285156,1.1099243,2.2285156,1.1099243-.5883789-.6193848-1.1422729-1.255127-1.6693726-1.9032593.0262451.0170288.0532837.0327759.0795898.0496826.0843506.0539551.1694336.1068115.2550049.1591187,1.1897583.7272339,2.4871826,1.2893677,3.7532349,1.7219238,1.5012207.9274902,2.5286255,1.3178711,2.5286255,1.3178711-.364624-.2734375-.7340698-.5670166-1.105957-.8774414,2.8587646.7963257,5.2261963.9614868,5.2261963.9614868-.1895142-.1121826-.3673706-.2232666-.5496216-.3347778-.74823-.4752197-1.4563599-.9389648-2.1275635-1.3922729-4.326416-3.0567627-6.0136719-5.7525635-6.6638184-7.5285034,4.5612183,7.2010498,10.434082,7.8261719,10.434082,7.8261719-1.3845825-.862854-2.6508789-1.8147583-3.8096924-2.8579712,3.7086792,1.6431885,7.543335,1.4762573,9.1938477,1.2945557.1305542.0161133.257019.0350952.3895264.0499268-.1240234-.013916-.25-.0337524-.3751831-.0513916.5238037-.0581665.8239136-.1167603.8239136-.1167603-5.47229-1.0377808-7.7150879-3.6103516-8.630188-5.6690674,2.6386719,3.722168,4.8463135,3.9313965,4.8463135,3.9313965-1.567627-1.6502686-2.9616699-3.4065552-4.2018433-5.246582,3.5302124,3.2980957,10.0878296,2.7802124,10.0878296,2.7802124ZM179.5734253,195.4102783c.0656738-.1017456.1312256-.2033081.1960449-.3082275.0365601-.059082.0722656-.1202393.1084595-.1802979.1193848-.1978149.2368164-.4008789.352478-.609314.0378418-.0681152.0759277-.1350098.1133423-.2043457.1398926-.2593384.2764893-.526062.4088745-.8015137.0294189-.0612793.057312-.125.0863647-.1870728.0484009-.1035767.0971069-.206604.1442871-.312439.1491089.0355225.2997437.0670166.4501343.0994263-.6923218,1.0388794-1.331665,1.8707886-1.8599854,2.5037842Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M189.4380226,188.4627661c2.7552306,3.5723296,2.5357609,10.0860626,2.5357609,10.0860626l3.701316-6.4121574s.7524112,3.3072065,1.5381191,4.3161733l.2631587-4.122736s-.5182254,1.1339313,1.462632,2.6558261l.4005504-3.8639347s.6488018,3.4838321,1.7290194,3.8639347,2.5919571-2.1531305,2.5919571-2.1531305l.0457489-4.5358754.8541504,4.3449106,5.5803491.5676418,43.0201399-.2176846,2.3396961-.572666s.3595085-.8887331.718876-2.0313246l-.1787319,2.2848405s2.2204518,4.9411296,4.320076,4.2416866v-5.6745429s1.4933796,5.2506668,2.7576415,5.7175592c-.9084163-2.8027251,0-5.3812322,0-5.3812322,0,0-.0984489,3.8679107,2.1301849,5.2140512.4435876-5.6586225,6.8082406-11.235722,12.2022431-22.0915976,5.3940025-10.8558756.5026695-67.2093749-1.8399879-71.9677369s-82.4434321-5.2787304-88.9213539-1.4667425-11.5070572,23.4257527-8.7916007,51.2215433c2.7154565,27.7957906,8.784824,32.4048019,11.5400546,35.9771314Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M324.6915468,195.8799691c.419252.0977002.6581031.1244222.6581031.1244222-.0608818-.0446536-.1181163-.090897-.1783434-.1358311.0242218-.0024314.0382498-.0042783.0382498-.0042783-.018517-.0020807-.0359118-.0057746-.0542418-.0079488-.4571277-.3417754-.898357-.6904476-1.3207887-1.0484713,1.94803-.2203691,3.4771821-.6532519,3.4771821-.6532519-.1543087-.0240335-.3063728-.0536545-.4571277-.0865953-.2955245-.2481197-2.4949373-2.1472306-5.0462675-5.7121313,2.6237149,2.0332119,4.9707965,2.7717966,4.9707965,2.7717966-5.1063076-2.6184547-8.7340575-9.3483142-11.2611659-16.5915966-.0307682-.1888544-.0633133-.3822676-.0904342-.5610924-1.9182905-12.6314296-1.7159124-23.1439405-2.4630469-35.9019666-.7059855-12.0556085.1499132-23.7666362-2.5821919-35.7357196-1.6036879-7.0260461-3.7604554-13.9616629-6.7602159-20.5230777-2.4124523-5.2766768-5.6675235-10.2059206-9.6493417-14.4404618-.0255311-.0271662-.050501-.0547533-.0760321-.0818494-.465264-.4925223-.9408153-.9748513-1.425625-1.4478055-.082672-.0807506-.1663728-.1603555-.249606-.2404982-.4842487-.4657535-.9747632-.9249842-1.4779029-1.3702111-1.1452509-1.0134031-2.3410027-1.9612051-3.5814574-2.8388471-3.3077232-2.3403633-6.9333222-4.1817985-10.7681263-5.4381312-.9587712-.3140949-1.9305417-.5916018-2.9137217-.8312117-1.4747232-.3594031-2.9750711-.6334967-4.4952452-.8177221-1.5888181-.1925482-3.1882041-.2976595-4.7886187-.3143988-.6173282-.0064759-1.2345628.0046056-1.851517.0244777-.2056514.0066396-.4113963.0103335-.6169541.0198954-.0763126.0035536-.15833.0047225-.2446494.0047459-.0862258,0-.17666-.0011222-.2697128-.0022444-.0929593-.0010988-.1886307-.002221-.2852372-.0020573-.4831264.0007014-.9909422.0321225-1.3228461.2438882-.1309286.0835326-.2367937.1530847-.3100201.2017595-.073133.0486748-.1135338.0764722-.1135338.0764722-.039185-.0342266-.073507-.0598966-.1049299-.0772203-.0315164-.0173237-.0601336-.0262778-.0880962-.0271195-.0278691-.0008416-.05499.0064759-.0836072.0217657-.0284302.0152664-.0583567.0385283-.0915565.0694819.0842619-.0785529-.3066534-.2545957-.5589715-.3569717-.114656-.0465239-.2006948-.0778282-.2005077-.0777581-.2320241-.0608318-.4751772-.0902657-.7204812-.1095533-.245304-.0192642-.4928525-.0284053-.738063-.028265-.1635672.0000935-.3255445.0020106-.4841551.0025249-1.0014165.0032029-2.02135.0154534-3.0488587.047272-1.0276022.031842-2.062686.0832521-3.0944031.1648443-2.0636212.1632078-4.1137755.4470971-6.0631148.9363697-3.637102.9128506-7.0913716,2.5133668-10.1779191,4.6352547-.0008417.0005377-.0014963.0010988-.002338.0016365-.334616.232152-.6624985.4712475-.9868273.7138265-.0976353.0730122-.1938678.1474504-.2906614.2213977-.2358585.1802977-.4690983.3632138-.6995326.5488887-.096326.0775944-.1930261.154768-.2884169.2332742-.290942.2395631-.5785172.4825395-.8609488.7304956-.0201069.017651-.0409619.0346007-.0609753.0522751-.2987042.2634563-.591236.5328508-.8805881.805378-.0924917.0871564-.183487.1757388-.275137.263807-.203968.1961953-.4056915.394448-.6049835.5950151-.0942686.094848-.1887242.1894856-.281964.2852921-.2342686.2408022-.4653575.4845501-.6930797.7312671-.0442352.0479266-.0898731.0945908-.1338277.1427279-.261296.2857597-.5170743.5763588-.76986.8696231-.0920241.1066543-.1822713.2147347-.2731731.3223476-.1701136.2015257-.3384503.4045243-.5048231.6093464-.0949232.1168475-.1897529.2336249-.2834603.3515244-.1849834.2329001-.3671611.4681615-.5474684.705036-.0619105.0812649-.1254109.1611972-.1866667.2429063-.2265999.302008-.4485239.6078501-.6677357.9158665-.0915565.1285369-.1812425.2584766-.2713962.3880188-.0123447.0177913-.0248764.0354891-.0372211.0532804-.3362994.3582341-8.7030088,9.4694634-13.1519614,33.6820511-1.1938815,6.4977075-2.2245698,13.5484417-3.1086182,20.6349923-2.4189988,14.0972836-4.3227936,28.3193401-5.9398549,42.3999312-.3175953,2.7638945-.5932934,5.5325116-.8313964,8.304355-3.4812035,13.164748-7.2249188,15.1844469-7.7740706,15.4147988,3.1221787-1.0708215,5.4276437-4.5265196,7.1304632-8.9907814-.2289379,1.3710995-.5709421,2.7265351-1.1463731,4.1686362-.7390918,1.8522596-1.7504214,3.8154051-3.0358593,5.4402353-1.0349903,1.0487986-1.9998403,1.8203709-2.757075,2.3556297-.5983435.3356268-1.1217772.5905732-1.5406551.776926-.4585305.13181-.7386241.1997489-.7386241.1997489,0,0,.0833267.0072007.2343621.0144949-.364449.146188-.570755.2097083-.570755.2097083,0,0,6.5576507.5179351,10.0878589-2.7801662-1.2400806,1.8400325-2.6341892,3.5962985-4.2017782,5.2465649,0,0,2.2076426-.2092407,4.8462273-3.931411-.9150971,2.0587416-3.1579035,4.6313037-8.6301564,5.6690909,0,0,.300107.0586108.8240083.1167306-.1253173.0176744-.2512893.0374997-.3752039.0514101.1324249-.0148456.2588645-.0338058.3895125-.0499138.0638744.007037.1368204.0138403.2070542.0207137.6590383.1449723,1.7535076.2810839,3.0886049.0540519,1.741537-.1035449,3.8386385-.4568228,5.8981448-1.3693461-1.1588113,1.0432345-2.4250776,1.9951512-3.8097407,2.8579944,0,0,5.7375703-.6152378,10.2750868-7.5843097-.437769.9121493-.8898466,1.7301753-1.3460392,2.4626814-1.0467739,1.4165713-2.6613101,3.0595201-5.1590531,4.8242026-.6710089.4530821-1.3788648.9166614-2.1267475,1.3917196-.1823648.1116106-.3604276.2228238-.550087.3350891,0,0,2.3673755-.1651716,5.2262007-.9615254-.3719306.3104244-.7414298.604016-1.1059723.877455,0,0,1.0273216-.3903801,2.5286047-1.3178658,1.1655448-.398212,2.3583975-.9047148,3.4691394-1.5502984.0955779-.0555248.1891918-.1136212.2833668-.1711799.0860388-.0525323.1715164-.105649.2562459-.1599113.0261857-.0167393.0530261-.0324265.0790247-.0493528-.527081.6481553-1.0810023,1.2838964-1.6693392,1.9032957,0,0,.3694991-.0369386.9846763-.3318862-.0649967.0701833-.1017502.107683-.1017502.107683,0,0,.4419774-.170198,1.1559122-.6665544-.3548164.4145772-.7181432.8252033-1.0998935,1.2270858,0,0,2.3292192-.2218419,5.0621659-4.2433784,1.02648-.634993,2.6281104-1.881413,3.8844635-4.0158554-1.3788648,2.5974137-3.1045033,5.0510476-5.2467752,7.3063118,0,0,1.83805-.1756921,4.164183-3.0334293-.5756181.8511071-1.2556049,1.7589546-2.0620314,2.7251324,0,0,1.0478961-.0474591,2.58958-.7554408.0945491-.0434379.1909687-.0894241.2952439-.1409979.03002-.0148689.0626587-.0342266.0929593-.0495865-.1096994.1979487-.1748832.3014001-.1748832.3014001,0,0,.1359787-.1351064.3493922-.3944714.112318-.0593589.2220174-.1140187.3381698-.1803445.0101002-.0057278.0202004-.011666.0302071-.0174406.0935204-.053748.1880695-.1098338.2838344-.1683277.0114095-.0069669.0226319-.0137.0340414-.0207137.2081764-.1281629.4213094-.2678983.6385573-.4200946.0179559-.0125778.0359118-.0255297.0539613-.0382946.0911824-.0645023.1829259-.1312956.2754176-.2002866.0198263-.0148456.0396527-.0293638.059666-.0444432.2165933-.1634883.4363662-.3395778.6587577-.5290634.0147762-.0126012.029646-.0255297.0445157-.0383881-.4711558,1.0191776-.804556,1.547376-.804556,1.547376.8688981-.4756193,1.6575556-1.3134005,2.369807-2.3798969.1176487.4774897.1995725.9525479.2368872,1.4279335,2.2285912-1.3461309,2.1302078-5.2140449,2.1302078-5.2140449,0,0,.9083637,2.5785003,0,5.3812271.0470408-.0173939.0945491-.0433911.142151-.0735265-.799693,2.2042516-1.4595729,3.3807689-1.4595729,3.3807689,2.1482572-1.8159289,3.6294333-4.7777955,4.6378639-7.6969257.4499267,1.3367092.9332401,3.6440615.5141752,6.7255811-.3161925,1.2663856-.5553242,1.980329-.5553242,1.980329.1003474-.1655456.1985438-.3387128.295618-.5152465-.025344.1168475-.0432999.228388-.0713561.3470824,0,0,.5304477-.7635299,1.2463464-2.0383085.045825-.0662323.0949232-.1550252.1469206-.2637602,1.1351507-2.0614068,2.6542026-5.2920367,3.3155789-8.7967369,0,0-1.1211226,6.0538834-2.4665071,8.9687352,0,0,1.7938149-2.1300705,2.4665071-4.5964692,0,0-.112131,3.139055-1.6817774,6.8386413,0,0,.0895925-.0976535.2481096-.2852921-.1780628.4578047-.3232065.7758739-.4158852.9646815-.0703273.1384963-.112505.2174935-.112505.2174935.845518-.8727325,1.6210827-1.9791133,2.3062132-3.5647838,1.2756183-1.8962119,2.9075494-4.7376541,4.1404288-8.3187797,0,0,.5605613,6.0538834-2.6907691,11.659337,0,0,.7524652-.3961313,1.8213099-1.1792994-.0178624.038879-.027495.0582133-.027495.0582133,0,0,.1625385-.0546831.4374884-.3659024,2.0130267-1.5517946,4.8466014-4.3156658,6.13737-8.2661305-.0104743.0609253-.0203874.1211492-.0314229.1825888-.5622447,1.8588758-1.9654248,5.6889161-4.5253588,8.000991,0,0,1.9059458-.7847579,3.2513304-2.8027034,0,0-.0073881.1658262-.043487.4539004-.419252,1.5375803-.8132534,2.843897-1.0391987,3.5744159-.1720775.3711159-.3680963.7493623-.5989982,1.1286842,0,0,.1668404-.2226368.4353375-.6056525-.0211356.0663726-.0331062.1036618-.0331062.1036618.8486977-.888747,1.5631935-2.1513686,2.1442358-3.4634365.7120644-1.2841302,1.381951-2.7081126,1.7138549-3.9943001,0,0-.2241684,4.0359145-2.1302078,7.287071,0,0,1.4491922-1.1309285,2.0264936-2.568798-.5351237,2.8745466-1.3537078,5.1472983-1.3537078,5.1472983,2.7361265-3.7931017,3.8874561-9.4679671,4.3714242-13.7723409.027308,1.5233426.0169272,3.4755702-.1140014,5.4481607-.5794524,3.9899516-1.3424854,6.978891-1.3424854,6.978891.254282-.4192296.4964998-.8950126.7275887-1.4197275,1.143661-2.0235097,3.8763272-7.2917,4.3175565-12.1454768,0,0,.2242619,5.6054536-1.3453845,9.3050633,0,0,2.4666006-5.2691255,2.5787316-10.0898212,0,0,.2241684,10.7624775-2.6907691,15.0226185,0,0,3.6997607-4.1480394,4.372453-15.919478,0,0,.685224,4.0032074-.0661189,8.2925253-.4524517,2.204088-1.0529462,3.9119598-1.8398269,4.9363275,0,0,.1127856-.0688975.3003875-.2370616-.0617235.1168943-.1226052.2342327-.1882566.3491631,0,0,.2572746-.257331.6371545-.8093992.9316503-1.0725282,2.4882039-3.5915994,3.2315975-8.8915616.0226319.2704466.0457315.5633836.0679893.8767537-.2607349,3.9336554-.7316101,8.0678077-1.5823652,10.1695197,0,0,1.001323-.7322724,1.8833139-3.0417756.8533737-1.0735101,2.6874958-4.1892797,2.60127-11.0839601,0,0,.5606548,8.8566102-.6726923,12.2198917,0,0,1.7939084-.2242266,2.2423387-6.0538834,0,0-.300294,3.4208403,1.6700874,6.2594536.0139345.2470209.0215097.3806778.0215097.3806778,0,0,.0057983-.1168007.0154309-.3283793.0985705.1397354.2008818.2784889.3110489.4147876,0,0-.1358851-.8306272-.2421243-2.0916357.0610688-1.6253912.1361657-4.0525602.1571143-6.5796504.1436473-.8543567.350795-1.6808693.6455713-2.4275196,0,0,.0192652,1.2560522.1277489,2.8812798-.3863328,3.3521532-.6883102,5.6390023-.6883102,5.6390023,0,0,.0111289-.0308601.0304877-.0867122-.0490982.3908476-.0766867.6037121-.0766867.6037121.3947496-.7675277.7599468-1.6596413,1.0974619-2.6377189.196954,1.2983679.4717169,2.4682222.854683,3.1297034,0,0,.5605613-7.5112976,1.3453845-9.9776962,0,0,.0776219,2.0512604.4028859,4.4608718-.4336541,4.360483-.8414966,7.4226917-.8414966,7.4226917.5005212-1.3746998.9367004-2.9597859,1.3169543-4.6675876.3841818,1.7557283.9295928,3.3714641,1.7002945,4.2191345,0,0-.8468273-4.1506111-1.0682836-7.4450887.0574215-.332985.1134402-.6680507.1675886-1.0051971.5618706.9948169,2.1875358,3.6133183,4.6004557,5.3112308,0,0-2.1302078-5.9417584-1.6816839-8.9687118,0,0,2.8029,9.6413681,6.3905297,12.1077667,0,0-3.1391994-5.9417818-3.1391994-10.0897978,0,0,3.5876297,6.9507429,5.8299684,8.520282,0,0-2.9149375-6.3902115-2.3543762-10.3140244,0,0,1.3453845,6.2780866,3.5876297,8.2960555,0,0-.7848232-3.3632581-.7848232-4.9327973,0,0,.5947898,2.161632,1.964209,4.2176149.0406814.9061409.0637809,1.3878387.0637809,1.3878387,0,0,.0017769-.463813.0047695-1.2839197.8505681,1.2504646,1.9903948,2.4474618,3.4609096,3.0776621,0,0-.0763126-.109904-.1981697-.3023587.0180494.0134195.03002.022093.03002.022093,0,0-.03002-.0370321-.0814563-.1043398-.6071345-.9737993-2.1273086-3.6755061-2.2169012-6.4540358,0,0,.5369006.9038264,1.3265869,1.9316542.9489515,2.3905343,2.0561396,3.6643778,2.0561396,3.6643778,0,0-.2520375-.7470478-.5735606-1.9927198.4358051.4123562.8896596.7684628,1.3391187.993157,0,0-1.6817774-3.6996097-1.4575155-6.9507662,0,0,.112131,2.0179689,2.0180768,5.0448989,0,0-.6457584-3.4867452.9664399-4.9384784l.4005479,3.8639396c1.0937211-.8402593,1.4241287-1.5609825,1.5020312-2.0391735l.2237943,3.5060796c.3973682-.5103603.7852908-1.6067349,1.0723985-2.5668342,1.5905015,2.1718953,3.2490859,3.6354114,3.8718382,4.1513826l.2952439.5114357s-.0277756-.8447948.0640615-2.0899992c.04835.0392297.0966066.0776412.1446761.1156318.0310488.024501.0619105.0486514.0927722.0726381.0167402.0129986.0336673.026535.050314.0393934.008978.0068968.018143.0143312.0271209.0211812.1009085.0772203.2009753.1513313.3003875.2231979.0189846.0137468.0377822.0270026.0567669.0405389.0246894.017651.0490982.0346241.0736941.0519478.0982899.0692949.1959252.1363688.2925318.2006373.0167402.0111751.0337609.0230749.0505945.0341097.1124115.0739941.2230462.1437566.3328391.2112279.0174883.010801.0352572.0218826.052652.03252.0209486.0127181.0415231.024992.0623781.0374763.0890314.0534207.1772212.1050646.2642887.1543472.0071076.0040212.0143086.0083462.0214162.0123207.0202004.0114089.0400267.0221632.0602271.0333616.0250635.0139338.0496593.0272364.0745358.0408195.0610688.0333616.12167.0659751.1816166.0973963.0225384.0118063.0447963.0232853.0672412.0348111.031984.0165288.0645291.033876.0962325.0498437.0078557.003951.0154309.0074579.0231931.0113621.0566734.0283819.1126921.0558287.1682432.0824806.0053307.0025483.0108484.0053771.0160855.0079254.0473213.022584.0935204.0437418.139813.0651335.0189846.0087437.0380628.0178147.0569539.0263713.0334803.015243.0665865.0298782.0996928.04449.0182365.0080657.0362859.015921.0544289.023823.052839.0230282.1051169.0453784.1566467.0668401.0202004.008393.0400267.0165288.0599466.0246881.01833.0074579.0369406.0153833.0635004.0261376.0793988.031842.1568337.0617669.2326788.090032.011503.0042783.0225384.0081358.0378758.0137701.0155244.0057278.0307682.0112452.0461991.0168328.0775284.028078.1533735.0546598.2266935.0792075.007014.0023379.0143086.0049329.0220708.0075046.0922111.0306029.1804009.0579562.2656915.083369.0118771.0035302.0236607.0070838.0353507.0104971.0844489.0247348.1652506.0471785.2422178.067261.006827.0017768.0131864.0033666.0199198.0050966.1630061.0420819.3085238.0743681.4344958.0988692.0647161.0125544.123821.0230983.1835806.032894.0371276.0060317.0716366.0113621.1083901.016599.0660254.0093282.1200802.0157106.1656246.0203162.0172078.0017067.0318905.0030626.0442352.0040913.0043019.0003507.0074816.0006079.0112224.0009118.0086039.000678.0154309.0011923.0365665.0025015-.1449566-.1736581-.2756982-.3406299-.4120509-.5102668-.9709288-1.3186607-1.7698736-2.6744471-2.4207756-4.0363587-.0854776-.2844037-.1733868-.5879781-.2635405-.910653.3379827.0064993.6814832.011105,1.0373283.0118531.0504075.0611591.100815.120518.1514095.1795028.0157114.018329.0314229.0361203.0471343.0542389l.0084168.009749c2.6257724,3.4918185,4.8533349,5.1246208,4.8533349,5.1246208,0,0-1.1625521-1.0324568-2.7107824-3.1995828.1621644.1121717.3151638.2118825.4574083.2996935.0112224.0069201.0218838.0134195.0329192.0201993.0921176.056343.1801203.1086649.2665332.1579008.0856647.0487449.1642218.0916685.2367001.1299397.0076687.0040679.0142151.0074345.0217903.0113855.0632198.0331512.1207348.0623748.1720775.0876006.0069205.0034367.0139345.0069669.020668.0102633.0541483.0263947.1012826.048628.1478558.0697625.0351637.0158976.0617235.0275169.0812692.0358164.0065464.0027821.0083233.0036003.0131864.0056109.0148697.0062422.0248764.0103335.0249699.0103335-.2501671-.3752072-.4384237-.7445463-.5859053-1.1018453.3514497.3125519.7192654.6019587,1.0970879.8768238,2.6602814,2.0432882,5.0104491,2.2429904,5.0104491,2.2429904-2.7451979-1.6529082-4.9043035-3.212371-6.524451-5.1341594.0985705-.0077618.196954-.0155469.295431-.024314,4.253495,4.4320925,8.4664957,6.4126786,10.9184136,7.2586423.082485.0552208.1315832.085964.1315832.085964-.0103808-.015921-.0191717-.034928-.0294589-.0510828,1.283474.4351739,2.0586646.5533073,2.0586646.5533073,0,0-1.1120511-.782233-2.8268412-2.2627455-.0539613-.1659898-.1061457-.334341-.1544022-.5072276-.0048631-.0174406-.0101002-.0344838-.0148697-.0519712-.0558317-.2028583-.1075485-.4099715-.1561791-.6196097-.0056112-.0241504-.0111289-.0483241-.0166466-.0725446-.0486306-.2144074-.0942686-.431106-.1359787-.6495346-.0008417-.0042082-.0015898-.0084398-.0024315-.012648-.0879092-.462083-.1611357-.9300107-.2219239-1.3909014-.0174883-.1331659-.0340414-.2654435-.0495658-.3970898,1.2478427.7616128,2.612773,1.3563007,4.1059198,1.7557985-.2097663-.063684-1.9406419-.632094-4.1968216-2.6259359-.0337609-.3717237-.0602271-.728485-.0808951-1.0641352,2.1067341,2.3106955,4.6805092,4.0177725,7.8231688,4.8586396-.2202406-.0668869-2.1181436-.6893722-4.5404156-2.9364772.6954177.5279412,1.4027125.90738,2.0871884,1.1762835.4180362.2676177.843554.5262813,1.2845027.7664289,0,0-.2534403-.175809-.6886843-.5548035,1.7576225.547673,3.2713437.4154656,3.8781976.3251531.1847963-.0257167.2860789-.0506152.2860789-.0506152-5.6057065-.8968829-6.1663613-4.0359145-6.1663613-4.0359145.7958586,1.0725983,2.1368477,1.5888501,3.6099811,1.7914746.6054511.4220584.9621379.6236776.9621379.6236776,0,0-.3329326-.2018296-.8931199-.6136013.4301939.056156.871049.0781789,1.3123718.0872966,1.4230065.7749855,2.6176361.9369776,3.263675.9575977ZM220.3839387,189.6449932c.0139345.0216722.0283367.0437418.0420842.0653673-.1267201.2894536-.2570876.577481-.3915699.8638719.1240081-.2974959.2421243-.6052317.3494857-.9292392ZM313.2949634,192.699931c.0201069.02228.0402138.0444198.0603207.0666063.0101002.0156638.0199198.0323563.0301136.0479266-.0301136-.0384115-.0602271-.0756306-.0904342-.114533Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* STRAIGHT LOB 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.8460693,193.9304199c-4.043457-.6295166-6.8392334-5.0638428-8.4085693-8.9967651-1.1780396-2.9522705-1.3815308-5.5409546-1.6272583-8.6456909-.270874-3.4226074-.6022949-6.8403931-.9940796-10.2513428-2.6704712-23.2516479-6.1130371-46.8914795-11.3879395-69.7127075-3.1303101-13.5429688-8.5012207-28.5252075-20.4135742-36.7874756-1.7216187-1.1941528-3.5591431-2.2045898-5.4770508-3.0289917-4.1535645-2.3269653-8.1014404-3.456543-10.9760742-3.711792-9.4758301-.8414917-17.2194214-.1532593-23.7253418,2.1324463-13.4867554,3.3407593-24.0950928,14.3665771-29.7163696,26.6619263-2.9997559,6.5614014-5.1564941,13.4970093-6.7602539,20.5230713-2.7321167,11.9690552-1.8761597,23.6801147-2.5821533,35.7357178-.7471313,12.7579956-.5447998,23.2705078-2.4630737,35.9019775-.1781616,1.1735229-.4338989,2.5721436-.7825928,4.0783081-.5727539,2.0769653-1.1897583,4.1279297-1.857605,6.1337891-1.8787231,4.8442383-4.8105469,9.2772827-9.2439575,9.9675293,0,0,1.5291138.4328613,3.4771729.6531982-.4830933.4093628-.9859619.8085327-1.5151367,1.1965332,0,0,1.3510132-.1469727,3.3244629-1.0740356.6384888.0114136,1.2851562-.0137329,1.909668-.0952759-.5601807.4118042-.8931274.6136475-.8931274.6136475,0,0,1.8240967-.2644043,4.2941895-1.7038574-.5216675.9807129-1.9750977,2.6984863-5.8884277,3.324585,0,0,1.8793945.4375,4.1643066-.2745361-.4352417.3790283-.6887207.5548096-.6887207.5548096.440979-.2401733.8665771-.4988403,1.2845459-.7664185.6844482-.2689209,1.3917236-.6483765,2.0871582-1.1762695-2.4223022,2.2470703-4.3201904,2.8695679-4.5404053,2.9364624,2.4737549-.6618652,4.5939941-1.8618774,6.413147-3.4682007-1.7097168,1.7130737-2.8900146,2.3062744-2.8900146,2.3062744,1.5020142-.3995361,2.8741455-.9970093,4.1282349-1.7624512-.0155029.1316528-.0320435.263916-.0496216.3970947v.000061c-.0606689.4606323-.1338501.9284058-.2218018,1.3903198-.0008545.0044556-.0016479.0089111-.0025024.0133667-.041626.2181396-.0872192.4345093-.1358643.6486816-.0055542.0245972-.0112305.0491333-.0169067.0736084-.0484619.2093506-.1001587.4160767-.1558228.6185913-.0049438.0180054-.0103149.0355835-.0153198.0535278-.0552368.1976318-.1138916.3914795-.1765747.5799561-.0041504.0123901-.0079346.0252686-.012085.0375977-.062561.1860352-.1299438.3652954-.2003174.5397339-.0126953.0314331-.0252686.0630493-.038208.0939941-.0701294.1682129-.144043.3301392-.2221069.4847412-.0134888.0266724-.0275879.052124-.0413208.0783691-.0829468.1585083-.1690063.3114624-.2611694.4523926,0,0,.9185791-.5674438,2.1370239-1.7360229.0189819-.0181274.0378418-.0365601.0569458-.0549927.1481323-.1433105.2993164-.2932129.4549561-.4541626.0014038-.0015259.0028076-.0028076.0042114-.0043335.1530151-.1584473.3092651-.3269653.4673462-.5026855.0320435-.0355835.0640259-.0720825.0962524-.1083984.137207-.1547241.2753296-.3153687.4145508-.4830322.0244751-.02948.048584-.0571899.0730591-.0870972.1552734-.1891479.3110352-.3873291.4667969-.5927124.0378418-.0499268.0753174-.1014404.1130981-.1522217.0671997-.0903931.1343384-.1794434.2012329-.2727661.6917725-.6182251,1.7266235-1.6253662,2.911377-3.0516357-.2605591,1.4342651-.6201782,2.8623047-1.1183472,4.0246582,0,0,.8822021-.6304321,1.9234009-1.5379028.0122681-.0106812.0246582-.0216675.0369263-.0324097.0643921-.0563354.1292114-.1135254.194519-.171875.0209961-.0186768.0419922-.0375977.0630493-.0565186.059082-.0530396.1182861-.1067505.1777344-.1612549.0222168-.0203247.0443115-.0405273.0665894-.0610352.0626831-.0578003.1253052-.1164551.1881104-.1757202.0176392-.0166016.0351562-.0328979.0527344-.0495605.1598511-.1518555.3190918-.3078003.4758301-.4669189.022644-.0230713.0449829-.0463257.0675659-.069519.0310669-.0319214.0623779-.0637207.0932617-.0958862-.0348511.1259766-.0686646.2502441-.1038208.37677,0,0,.3534546-.465332.9280396-1.2884521.3104248.0198364.6201782.0352783.9286499.0443726-.0002441.0036621-.0007324.0077515-.0009155.0114136-3.3172607,3.8603516-6.5491943,5.0238037-6.5491943,5.0238037,2.3770752-.5067749,4.395813-1.5975952,6.1074829-3.119812-.1474609.3572998-.3356934.7266235-.5858154,1.1018066,0,0,.0096436-.0039062.0241089-.0099487.005188-.0021973.0073242-.0031738.0146484-.0062866.0192261-.0081177.045105-.0194702.0790405-.03479.0039062-.0018311.0060425-.0026855.0101929-.0045776.038208-.017334.0849609-.0394897.1387329-.0656738.0071411-.003479.0145874-.0072632.0220337-.0109253.0509033-.0250244.107666-.0539551.1702271-.0866699.0079956-.0042114.0150757-.0077515.0232544-.012146.0722046-.0380859.1504517-.0808716.2358398-.1294556.0020752-.0011597.0042114-.0025024.0062866-.0036621.0811157-.0462036.168457-.0980835.2598877-.1540527.0114746-.007019.022522-.0137329.0341187-.0209351.1421509-.0877075.2949829-.1873779.4569702-.2993774-1.5481567,2.1671143-2.7107544,3.199585-2.7107544,3.199585,0,0,2.7102051-.8322754,5.8254395-5.4578857.284668-.0221558.5595703-.0501099.8283691-.0819702-.0206909.1034546-.0413208.2075806-.0621948.3097534-.5308228,1.0509644-1.241394,2.2232666-2.1900635,3.5178833-.4204102.5736694-.8818359,1.168335-1.4003296,1.7895508,0,0,.0027466-.0001221.0076904-.0004272.0022583-.0001221.0043335-.0003052.0079956-.0005493.0054932-.0003662.0122681-.0008545.0209351-.0015259.0036621-.0003052.006897-.0005493.0111694-.0009155.0123901-.0010376.0270386-.0023804.0441895-.0040894.0016479-.0001831.0027466-.0003052.0043945-.0004272.0411377-.0042114.0950928-.0105591.1610718-.0198975.00177-.0002441.0037231-.0004883.0054932-.0007935.0316772-.0045166.0661621-.0098267.1030884-.0158081.0020142-.0003052.0038452-.0006104.0058594-.0009766.0539551-.0088501.1130981-.0193481.1776733-.0319214.000061,0,.0001831,0,.0002441-.000061.1257935-.0244141.2713623-.0567017.4343262-.0988159.0067139-.001709.0131226-.0032959.0198975-.0050659.0769653-.0200806.1578369-.0425415.2422485-.0672607.0117188-.003418.0234375-.006958.0353394-.010498.0853271-.0254517.1734619-.0527954.2657471-.083374.0001831-.000061.0003662-.0001831.0005493-.0002441.000061,0,.0001831,0,.0002441-.000061.006958-.0022583.0141602-.0048828.0211792-.0072021.0734253-.0245361.149231-.0511475.2267456-.0792236.0154419-.0055542.0306396-.0111084.0462036-.0168457.0013428-.0004883.0026245-.0009155.0039062-.0014038.0114746-.0042114.0224609-.0080566.0339966-.0123291.0758057-.0282593.1532593-.0582275.232605-.0900269.0028076-.0011597.0057983-.0024414.008606-.0036011.0180054-.0072021.0365601-.0150757.0546875-.0224609.0200806-.0082397.0401001-.0164185.0604248-.0249023.0513306-.0213623.1033936-.0436401.1560669-.0665894.0183105-.0079956.036499-.0158691.0549316-.0240479.03302-.0145874.065979-.0291138.0994873-.0443726.0189209-.0085449.038208-.0177002.057251-.0264893.0461426-.0213013.0921631-.0424194.1391602-.0648804.0057983-.0027466.0117798-.0057983.0175781-.008606.0551758-.0264893.1107788-.053772.1670532-.0819092.0078125-.0039673.0153809-.0074463.0232544-.0114136.0317383-.0159912.06427-.0333252.0963135-.0498657.0223999-.0115356.0446777-.0230103.0671387-.03479.0599976-.0314331.1206055-.0640259.1816406-.0974121.0249023-.0135498.0494995-.0268555.074585-.0408325.0201416-.0111694.039978-.0219116.0602417-.0333252.007019-.0039673.0142822-.0083008.0213623-.0123291.0870361-.0492554.175293-.1009521.2642822-.1543579.020813-.0124512.0414429-.0247803.0623779-.0374756.0174561-.0106201.0351562-.0217285.0526733-.0325317.1097412-.0674438.220459-.137207.3328857-.2111816.0167236-.0110474.0337524-.0229492.0505981-.0341187.0964966-.064209.1939697-.1312256.2922363-.2004395.0246582-.017395.0491943-.0344849.0739746-.0521851.019043-.0136108.0379639-.0269775.0571289-.0407715.0991211-.0716553.1989746-.1456299.2996216-.2226562.0095215-.0072632.0192261-.0151367.0287476-.022522.0161743-.0123901.0324707-.0255127.048645-.0380859.0311279-.0241089.0621338-.0484009.0933228-.0730591.0615234-.0485229.12323-.0982666.1851807-.1488647.0291748-.0238647.0583496-.0477295.0876465-.0720825.0372925-.0308838.0744629-.0615845.1118774-.0932617.026123-.0221558.0523682-.0452881.0785522-.0678101.0559082-.0480347.1116333-.095459.1677856-.1452026.0095825-.0084839.0192261-.0175171.0288086-.026062.0592041-.0526733.1185913-.1066895.1781006-.1613159.0168457-.0154419.0334473-.0299072.050293-.0455322.0355835-.0328979.0712891-.067688.1069336-.1013794.0308228-.0290527.0615845-.0581665.0924072-.0877686.0674438-.0646973.1350708-.1310425.2028198-.1983643.022522-.0223389.0448608-.0432739.0673828-.065918-.0875854.2652588-.1778564.5337524-.270874.805542,0,0,.2113647-.364502.5696411-1.1149292.0410156-.043457.0820312-.0872803.1231079-.1317139.022583-.024353.045105-.048584.067688-.0732422.0229492-.0251465.0458984-.0510864.0689087-.0764771.1220093-.1350708.2441406-.2731934.366333-.4172363.0151978-.0178833.0303345-.0368652.0454712-.0548706.1088867-.1293335.2177124-.2629395.3265381-.3996582.0270996-.0340576.0541992-.067688.0812988-.1022339.0199585-.0254517.039978-.0507812.0599976-.0765381.1067505-.1374512.2133789-.27771.3198242-.4224854.0090942-.0123901.0181885-.0255737.0272827-.0380249.0181274-.0247803.0361328-.0505981.0542603-.0755615.0308838-.0426636.0617065-.0856934.0925903-.1289673.0650024-.0911865.1298828-.1838379.1946411-.2778931.03125-.0452881.0623779-.0906982.0935669-.1367188.038208-.0563354.076416-.1121826.114502-.1695557.022644-.0341187.045105-.069458.067688-.1039429.0601807-.0916748.1203613-.1827393.1802979-.2769775.0076904-.012146.0153198-.0249634.0230103-.0371094.0604858-.0955811.1207275-.1933594.1809082-.291687.0163574-.0267334.0328979-.0523682.0491943-.0792847.036377-.0599365.0725098-.1220703.1087646-.1829834.0304565-.0512695.0608521-.1027222.0912476-.1546021.0667114-.1140137.1330566-.2300415.1992188-.3475342.0275879-.0490112.0552368-.0977173.0827026-.1472778.0241089-.043457.0484619-.0854492.0724487-.1293335.0062256-.0114136.0123291-.0233765.0185547-.03479.098938-.1814575.1971436-.3678589.2947998-.5574951.0187378-.036377.0374756-.0726929.0561523-.109436.0233154-.0457764.0464478-.0925293.0697021-.1387939.1149292-.2287598.229126-.4613647.3418579-.7019043.0008545-.0018921.00177-.0036011.0026245-.0054321.0057373-.012146.0112305-.0251465.0169067-.0373535.1065674-.2283325.211731-.463562.31604-.7026978.0240479-.0549316.0480347-.109436.0718994-.164978.0166016-.0386353.0332031-.0772095.0497437-.1161499.0969849-.2282715.1931763-.460022.2879639-.6980591.0031128-.0078125.0061035-.0159912.0092163-.0238037.020874-.0524902.0411987-.1070557.0619507-.1600342.0238647-.0610352.0476074-.1225586.0713501-.1842041.0584717-.1518555.1164551-.305542.1739502-.4613647.0261841-.071106.0523682-.1425171.0783691-.2144775.03302-.0911255.0661621-.1814575.0987549-.2739258.0148315-.0419312.0292969-.0853271.0440674-.1276245.0545044-.1561279.1090698-.3119507.1625977-.4718628.0018311-.0055542.0036011-.0114136.0054932-.0169678.053772-.1611938.1066284-.3261108.1594238-.4912109.0122681-.0384521.0249023-.0756836.0371094-.1143188.0308228-.0974731.0609741-.1973267.0914307-.2961426.0239868-.0778198.0478516-.1560059.0715942-.2347412.0537109-.1779175.1066895-.3582764.1591187-.5405273.0200806-.0699463.0402222-.1397095.0601807-.2102661.0204468-.0724487.0414429-.1427612.0617065-.2158813.0007324-.0028076.0015259-.0057983.0023193-.008667.0805054-.2911987.1589355-.5895996.236145-.8918457.0128174-.0501709.0255737-.1004639.038269-.1508789.0094604-.0376587.0193481-.0740356.0288086-.1118774.0665894-.1715698.1346436-.3390503.2001343-.5137329,4.2631836-11.3731689-.3254395-25.3288574-1.392395-28.276123-.0152588-.0766602-.0271606-.1500244-.0428467-.2270508-1.6889648-8.2908325-3.8596802-19.177002-3.3728638-30.6706543.147583-1.2644653.3264771-2.5499878.5419312-3.8588867.3797607-2.0712891.8156128-4.2177124,1.2979126-6.4436646.2318726-.2266235.4628906-.4632568.6920776-.7129517.0111084-.012085.0222778-.0237427.0333862-.0359497.0682983-.0747681.1363525-.151123.2043457-.2280884.0267944-.0302124.0534668-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0181274-.0217285.0361938-.043457.0542603-.0653687.0350342-.0424194.0702515-.0837402.1051636-.12677.00177-.0021973.00354-.0042114.0053101-.0064087.1535034-.1893921.3057251-.3858643.4570312-.5870361.0072021-.0095825.0145874-.0184326.0217896-.0280762.0220337-.0293579.0437012-.0601807.0656128-.0897217.1317139-.1777954.2625732-.3598022.392334-.546814.0200195-.0288086.0402222-.0566406.0601196-.0856934.026001-.0378418.0519409-.0757446.0778198-.1138916.0008545-.0012817.0016479-.0025635.0025024-.0037842.1177368-.1738281.234436-.3520508.3502197-.5338135.0283813-.0445557.0564575-.090332.0847778-.1353149.1192627-.1900024.2374878-.3843994.3545532-.5831909.0283203-.0481567.0568848-.0953979.085083-.144043.0825195-.142334.1641235-.2879639.2454834-.4348145.0154419-.0279541.0310059-.0552979.0464478-.083374.0376587-.0686035.0753784-.1367798.1127319-.2063599.024292-.0452881.0481567-.0921021.0723267-.1377563.1063232-.2007446.2114868-.4057617.3154297-.6147461.0136719-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0464478-.0950928.0696411-.1427612.1280518-.2632446.2545776-.5315552.3786011-.8078613.0153809-.0342407.0302734-.0700073.0455322-.1044312l.0018311-.0042114c.0145874-.0328369.0289307-.0664673.043457-.0994873.0941162-.2140503.1870117-.4319458.2785645-.6538086.031311-.0757446.0625-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673.000061,0,.000061-.000061.000061-.000061-.5580444,2.0032349-1.0393066,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,1.588562-3.8359375,2.147644-5.9580688,2.3447266-6.998291.1334229.0645142.2669067.135376.4004517.2026978.4500122,1.5553589.8087769,2.5065918,1.4298096,3.9408569.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,2.8278809,5.4830933,5.4476318,9.4732056,7.6373291,11.8327026.0039062.0043335.0076904.008606.0115356.0128784.1081543.1207275.2115479.2318726.3093262.3320312.0514526.0016479.1021729.0073853.1534424.0100098.7727661,4.37146,1.2037354,8.0119629,1.3567505,11.2787476.006897.1658936.015625.3328857.0215454.4981689l.0001831.0056763c.0222778.6228027.0352173,1.2400513.0438843,1.8544922.0135498,1.7979736-.0578003,3.5074463-.1985474,5.2023315-.411499,3.1881104-1.0717773,7.2405396-2.052124,12.3952026-.6268311,2.9484253-1.3097534,6.1086426-1.9587402,9.7080688-1.6035767,8.8933105-6.8729858,20.4405518,1.6477661,34.2299805,0,0-.0403442-.1954346-.104126-.5566406.0949707.2016602.1908569.3983154.2873535.5916748.0319214.0639038.0640259.1264648.0960693.1894531.0759277.149231.1522827.2960205.2290649.4403687.0322876.0606689.0645142.1217041.0969238.1815186.1021729.1884155.2047119.3737183.3081665.5536499.00354.0061646.007019.0126953.0105591.0187988.1068726.1856689.2145996.3654175.3226318.5422363.0330811.0540771.0662842.1069336.0994263.1602173.0791626.1272583.1585693.2521973.2382202.3748169.0336304.0518188.0672607.1040039.1009521.1549683.1064453.1609497.2131348.3190918.3202515.472168.0026855.0037842.0053101.0078735.0079956.0116577.1104736.1576538.2213135.3098755.3322754.4592896.0328369.0441895.0656738.0872803.0985107.1307373.0823975.1091309.164856.2160034.2473755.3206787.0325928.0413818.0651855.0831299.0978394.1237793.1104126.1377563.2208862.2728271.3313599.4030151l.0014648.0018311c.1124878.1324463.2247925.2598267.3370361.3846436.0308228.0343018.0615234.067627.0923462.1013184.0853882.0934448.1706543.1848145.2557983.2739868.0299683.0313721.0599365.0630493.0898438.0939331.2245483.2315674.447937.4486694.6694946.6520386.026062.0239258.052002.0471191.078064.0706787.0890503.0806274.1777954.1591187.2661743.2354126.0249634.0215454.0498657.043335.0747681.0645142.2224121.1895142.4422607.3656006.6588135.5291138.0199585.0150757.0397949.029541.0596924.0444336.0924683.0689697.1842651.1357422.2753906.2002563.0180054.0127563.0360107.0257568.0540161.0383301.2172241.1521606.4302979.2919312.6384888.4200439.0114136.007019.022644.0137939.0340576.020752.0957031.0584717.1903076.114563.2838135.168335.0100708.0057373.0201416.0117188.0302124.017395.2080688.1188354.4102173.2261963.6055908.322998.0020752.0010376.0040894.0020142.0061646.0030518.0981445.0485229.1945801.0945435.2891235.1380005.0003662.0001221.0007324.0003052.0010986.0004883h-.000061c1.5405884.7074585,2.588562.7549438,2.588562.7549438-.873291-1.0463257-1.605835-2.0212402-2.2254639-2.928894,2.4029541,3.053833,4.3276367,3.2371826,4.3276367,3.2371826-1.5528564-1.6347046-2.8851318-3.3743896-4.0270996-5.1966553,1.0143433,1.0024414,2.0335083,1.6459961,2.7432861,2.0197144,2.6987915,3.9108276,4.9835815,4.1298828,4.9835815,4.1298828-.4492188-.4729614-.8762207-.9564209-1.2895508-1.4462891,1.3321533,1.0234985,2.2285156,1.1099243,2.2285156,1.1099243-.5883789-.6193848-1.1422729-1.255127-1.6693726-1.9032593.0262451.0170288.0532837.0327759.0795898.0496826.0843506.0539551.1694336.1068115.2550049.1591187,1.1897583.7272339,2.4871826,1.2893677,3.7532349,1.7219238,1.5012207.9274902,2.5286255,1.3178711,2.5286255,1.3178711-.364624-.2734375-.7340698-.5670166-1.105957-.8774414,2.8587646.7963257,5.2261963.9614868,5.2261963.9614868-.1895142-.1121826-.3673706-.2232666-.5496216-.3347778-.74823-.4752197-1.4563599-.9389648-2.1275635-1.3922729-4.326416-3.0567627-6.0136719-5.7525635-6.6638184-7.5285034,4.5612183,7.2010498,10.434082,7.8261719,10.434082,7.8261719-1.3845825-.862854-2.6508789-1.8147583-3.8096924-2.8579712,3.7086792,1.6431885,7.543335,1.4762573,9.1938477,1.2945557.1305542.0161133.257019.0350952.3895264.0499268-.1240234-.013916-.25-.0337524-.3751831-.0513916.5238037-.0581665.8239136-.1167603.8239136-.1167603-5.47229-1.0377808-7.7150879-3.6103516-8.630188-5.6690674,2.6386719,3.722168,4.8463135,3.9313965,4.8463135,3.9313965-1.567627-1.6502686-2.9616699-3.4065552-4.2018433-5.246582,3.5302124,3.2980957,10.0878296,2.7802124,10.0878296,2.7802124ZM179.5734253,195.4102783c.0656738-.1017456.1312256-.2033081.1960449-.3082275.0365601-.059082.0722656-.1202393.1084595-.1802979.1193848-.1978149.2368164-.4008789.352478-.609314.0378418-.0681152.0759277-.1350098.1133423-.2043457.1398926-.2593384.2764893-.526062.4088745-.8015137.0294189-.0612793.057312-.125.0863647-.1870728.0484009-.1035767.0971069-.206604.1442871-.312439.1491089.0355225.2997437.0670166.4501343.0994263-.6923218,1.0388794-1.331665,1.8707886-1.8599854,2.5037842Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M189.4380226,188.4627661c2.7552306,3.5723296,2.5357609,10.0860626,2.5357609,10.0860626l3.701316-6.4121574s.7524112,3.3072065,1.5381191,4.3161733l.2631587-4.122736s-.5182254,1.1339313,1.462632,2.6558261l.4005504-3.8639347s.6488018,3.4838321,1.7290194,3.8639347,2.5919571-2.1531305,2.5919571-2.1531305l.0457489-4.5358754.8541504,4.3449106,5.5803491.5676418,43.0201399-.2176846,2.3396961-.572666s.3595085-.8887331.718876-2.0313246l-.1787319,2.2848405s2.2204518,4.9411296,4.320076,4.2416866v-5.6745429s1.4933796,5.2506668,2.7576415,5.7175592c-.9084163-2.8027251,0-5.3812322,0-5.3812322,0,0-.0984489,3.8679107,2.1301849,5.2140512.4435876-5.6586225,6.8082406-11.235722,12.2022431-22.0915976,5.3940025-10.8558756.5026695-67.2093749-1.8399879-71.9677369s-82.4434321-5.2787304-88.9213539-1.4667425-11.5070572,23.4257527-8.7916007,51.2215433c2.7154565,27.7957906,8.784824,32.4048019,11.5400546,35.9771314Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M324.6915468,195.8799691c.419252.0977002.6581031.1244222.6581031.1244222-.0608818-.0446536-.1181163-.090897-.1783434-.1358311.0242218-.0024314.0382498-.0042783.0382498-.0042783-.018517-.0020807-.0359118-.0057746-.0542418-.0079488-.4571277-.3417754-.898357-.6904476-1.3207887-1.0484713,1.94803-.2203691,3.4771821-.6532519,3.4771821-.6532519-.1543087-.0240335-.3063728-.0536545-.4571277-.0865953-.2955245-.2481197-2.4949373-2.1472306-5.0462675-5.7121313,2.6237149,2.0332119,4.9707965,2.7717966,4.9707965,2.7717966-5.1063076-2.6184547-8.7340575-9.3483142-11.2611659-16.5915966-.0307682-.1888544-.0633133-.3822676-.0904342-.5610924-1.9182905-12.6314296-1.7159124-23.1439405-2.4630469-35.9019666-.7059855-12.0556085.1499132-23.7666362-2.5821919-35.7357196-1.6036879-7.0260461-3.7604554-13.9616629-6.7602159-20.5230777-2.4124523-5.2766768-5.6675235-10.2059206-9.6493417-14.4404618-.0255311-.0271662-.050501-.0547533-.0760321-.0818494-.465264-.4925223-.9408153-.9748513-1.425625-1.4478055-.082672-.0807506-.1663728-.1603555-.249606-.2404982-.4842487-.4657535-.9747632-.9249842-1.4779029-1.3702111-1.1452509-1.0134031-2.3410027-1.9612051-3.5814574-2.8388471-3.3077232-2.3403633-6.9333222-4.1817985-10.7681263-5.4381312-.9587712-.3140949-1.9305417-.5916018-2.9137217-.8312117-1.4747232-.3594031-2.9750711-.6334967-4.4952452-.8177221-1.5888181-.1925482-3.1882041-.2976595-4.7886187-.3143988-.6173282-.0064759-1.2345628.0046056-1.851517.0244777-.2056514.0066396-.4113963.0103335-.6169541.0198954-.0763126.0035536-.15833.0047225-.2446494.0047459-.0862258,0-.17666-.0011222-.2697128-.0022444-.0929593-.0010988-.1886307-.002221-.2852372-.0020573-.4831264.0007014-.9909422.0321225-1.3228461.2438882-.1309286.0835326-.2367937.1530847-.3100201.2017595-.073133.0486748-.1135338.0764722-.1135338.0764722-.039185-.0342266-.073507-.0598966-.1049299-.0772203-.0315164-.0173237-.0601336-.0262778-.0880962-.0271195-.0278691-.0008416-.05499.0064759-.0836072.0217657-.0284302.0152664-.0583567.0385283-.0915565.0694819.0842619-.0785529-.3066534-.2545957-.5589715-.3569717-.114656-.0465239-.2006948-.0778282-.2005077-.0777581-.2320241-.0608318-.4751772-.0902657-.7204812-.1095533-.245304-.0192642-.4928525-.0284053-.738063-.028265-.1635672.0000935-.3255445.0020106-.4841551.0025249-1.0014165.0032029-2.02135.0154534-3.0488587.047272-1.0276022.031842-2.062686.0832521-3.0944031.1648443-2.0636212.1632078-4.1137755.4470971-6.0631148.9363697-3.637102.9128506-7.0913716,2.5133668-10.1779191,4.6352547-.0008417.0005377-.0014963.0010988-.002338.0016365-.334616.232152-.6624985.4712475-.9868273.7138265-.0976353.0730122-.1938678.1474504-.2906614.2213977-.2358585.1802977-.4690983.3632138-.6995326.5488887-.096326.0775944-.1930261.154768-.2884169.2332742-.290942.2395631-.5785172.4825395-.8609488.7304956-.0201069.017651-.0409619.0346007-.0609753.0522751-.2987042.2634563-.591236.5328508-.8805881.805378-.0924917.0871564-.183487.1757388-.275137.263807-.203968.1961953-.4056915.394448-.6049835.5950151-.0942686.094848-.1887242.1894856-.281964.2852921-.2342686.2408022-.4653575.4845501-.6930797.7312671-.0442352.0479266-.0898731.0945908-.1338277.1427279-.261296.2857597-.5170743.5763588-.76986.8696231-.0920241.1066543-.1822713.2147347-.2731731.3223476-.1701136.2015257-.3384503.4045243-.5048231.6093464-.0949232.1168475-.1897529.2336249-.2834603.3515244-.1849834.2329001-.3671611.4681615-.5474684.705036-.0619105.0812649-.1254109.1611972-.1866667.2429063-.2265999.302008-.4485239.6078501-.6677357.9158665-.0915565.1285369-.1812425.2584766-.2713962.3880188-.0123447.0177913-.0248764.0354891-.0372211.0532804-.3362994.3582341-8.7030088,9.4694634-13.1519614,33.6820511-1.1938815,6.4977075-2.2245698,13.5484417-3.1086182,20.6349923-2.4189988,14.0972836-4.3227936,28.3193401-5.9398549,42.3999312-.3175953,2.7638945-.5932934,5.5325116-.8313964,8.304355-3.4812035,13.164748-7.2249188,15.1844469-7.7740706,15.4147988,3.1221787-1.0708215,5.4276437-4.5265196,7.1304632-8.9907814-.2289379,1.3710995-.5709421,2.7265351-1.1463731,4.1686362-.7390918,1.8522596-1.7504214,3.8154051-3.0358593,5.4402353-1.0349903,1.0487986-1.9998403,1.8203709-2.757075,2.3556297-.5983435.3356268-1.1217772.5905732-1.5406551.776926-.4585305.13181-.7386241.1997489-.7386241.1997489,0,0,.0833267.0072007.2343621.0144949-.364449.146188-.570755.2097083-.570755.2097083,0,0,6.5576507.5179351,10.0878589-2.7801662-1.2400806,1.8400325-2.6341892,3.5962985-4.2017782,5.2465649,0,0,2.2076426-.2092407,4.8462273-3.931411-.9150971,2.0587416-3.1579035,4.6313037-8.6301564,5.6690909,0,0,.300107.0586108.8240083.1167306-.1253173.0176744-.2512893.0374997-.3752039.0514101.1324249-.0148456.2588645-.0338058.3895125-.0499138.0638744.007037.1368204.0138403.2070542.0207137.6590383.1449723,1.7535076.2810839,3.0886049.0540519,1.741537-.1035449,3.8386385-.4568228,5.8981448-1.3693461-1.1588113,1.0432345-2.4250776,1.9951512-3.8097407,2.8579944,0,0,5.7375703-.6152378,10.2750868-7.5843097-.437769.9121493-.8898466,1.7301753-1.3460392,2.4626814-1.0467739,1.4165713-2.6613101,3.0595201-5.1590531,4.8242026-.6710089.4530821-1.3788648.9166614-2.1267475,1.3917196-.1823648.1116106-.3604276.2228238-.550087.3350891,0,0,2.3673755-.1651716,5.2262007-.9615254-.3719306.3104244-.7414298.604016-1.1059723.877455,0,0,1.0273216-.3903801,2.5286047-1.3178658,1.1655448-.398212,2.3583975-.9047148,3.4691394-1.5502984.0955779-.0555248.1891918-.1136212.2833668-.1711799.0860388-.0525323.1715164-.105649.2562459-.1599113.0261857-.0167393.0530261-.0324265.0790247-.0493528-.527081.6481553-1.0810023,1.2838964-1.6693392,1.9032957,0,0,.3694991-.0369386.9846763-.3318862-.0649967.0701833-.1017502.107683-.1017502.107683,0,0,.4419774-.170198,1.1559122-.6665544-.3548164.4145772-.7181432.8252033-1.0998935,1.2270858,0,0,2.3292192-.2218419,5.0621659-4.2433784,1.02648-.634993,2.6281104-1.881413,3.8844635-4.0158554-1.3788648,2.5974137-3.1045033,5.0510476-5.2467752,7.3063118,0,0,1.83805-.1756921,4.164183-3.0334293-.5756181.8511071-1.2556049,1.7589546-2.0620314,2.7251324,0,0,1.0478961-.0474591,2.58958-.7554408.0945491-.0434379.1909687-.0894241.2952439-.1409979.03002-.0148689.0626587-.0342266.0929593-.0495865-.1096994.1979487-.1748832.3014001-.1748832.3014001,0,0,.1359787-.1351064.3493922-.3944714.112318-.0593589.2220174-.1140187.3381698-.1803445.0101002-.0057278.0202004-.011666.0302071-.0174406.0935204-.053748.1880695-.1098338.2838344-.1683277.0114095-.0069669.0226319-.0137.0340414-.0207137.2081764-.1281629.4213094-.2678983.6385573-.4200946.0179559-.0125778.0359118-.0255297.0539613-.0382946.0911824-.0645023.1829259-.1312956.2754176-.2002866.0198263-.0148456.0396527-.0293638.059666-.0444432.2165933-.1634883.4363662-.3395778.6587577-.5290634.0147762-.0126012.029646-.0255297.0445157-.0383881-.4711558,1.0191776-.804556,1.547376-.804556,1.547376.8688981-.4756193,1.6575556-1.3134005,2.369807-2.3798969.1176487.4774897.1995725.9525479.2368872,1.4279335,2.2285912-1.3461309,2.1302078-5.2140449,2.1302078-5.2140449,0,0,.9083637,2.5785003,0,5.3812271.0470408-.0173939.0945491-.0433911.142151-.0735265-.799693,2.2042516-1.4595729,3.3807689-1.4595729,3.3807689,2.1482572-1.8159289,3.6294333-4.7777955,4.6378639-7.6969257.4499267,1.3367092.9332401,3.6440615.5141752,6.7255811-.3161925,1.2663856-.5553242,1.980329-.5553242,1.980329.1003474-.1655456.1985438-.3387128.295618-.5152465-.025344.1168475-.0432999.228388-.0713561.3470824,0,0,.5304477-.7635299,1.2463464-2.0383085.045825-.0662323.0949232-.1550252.1469206-.2637602,1.1351507-2.0614068,2.6542026-5.2920367,3.3155789-8.7967369,0,0-1.1211226,6.0538834-2.4665071,8.9687352,0,0,1.7938149-2.1300705,2.4665071-4.5964692,0,0-.112131,3.139055-1.6817774,6.8386413,0,0,.0895925-.0976535.2481096-.2852921-.1780628.4578047-.3232065.7758739-.4158852.9646815-.0703273.1384963-.112505.2174935-.112505.2174935.845518-.8727325,1.6210827-1.9791133,2.3062132-3.5647838,1.2756183-1.8962119,2.9075494-4.7376541,4.1404288-8.3187797,0,0,.5605613,6.0538834-2.6907691,11.659337,0,0,.7524652-.3961313,1.8213099-1.1792994-.0178624.038879-.027495.0582133-.027495.0582133,0,0,.1625385-.0546831.4374884-.3659024,2.0130267-1.5517946,4.8466014-4.3156658,6.13737-8.2661305-.0104743.0609253-.0203874.1211492-.0314229.1825888-.5622447,1.8588758-1.9654248,5.6889161-4.5253588,8.000991,0,0,1.9059458-.7847579,3.2513304-2.8027034,0,0-.0073881.1658262-.043487.4539004-.419252,1.5375803-.8132534,2.843897-1.0391987,3.5744159-.1720775.3711159-.3680963.7493623-.5989982,1.1286842,0,0,.1668404-.2226368.4353375-.6056525-.0211356.0663726-.0331062.1036618-.0331062.1036618.8486977-.888747,1.5631935-2.1513686,2.1442358-3.4634365.7120644-1.2841302,1.381951-2.7081126,1.7138549-3.9943001,0,0-.2241684,4.0359145-2.1302078,7.287071,0,0,1.4491922-1.1309285,2.0264936-2.568798-.5351237,2.8745466-1.3537078,5.1472983-1.3537078,5.1472983,2.7361265-3.7931017,3.8874561-9.4679671,4.3714242-13.7723409.027308,1.5233426.0169272,3.4755702-.1140014,5.4481607-.5794524,3.9899516-1.3424854,6.978891-1.3424854,6.978891.254282-.4192296.4964998-.8950126.7275887-1.4197275,1.143661-2.0235097,3.8763272-7.2917,4.3175565-12.1454768,0,0,.2242619,5.6054536-1.3453845,9.3050633,0,0,2.4666006-5.2691255,2.5787316-10.0898212,0,0,.2241684,10.7624775-2.6907691,15.0226185,0,0,3.6997607-4.1480394,4.372453-15.919478,0,0,.685224,4.0032074-.0661189,8.2925253-.4524517,2.204088-1.0529462,3.9119598-1.8398269,4.9363275,0,0,.1127856-.0688975.3003875-.2370616-.0617235.1168943-.1226052.2342327-.1882566.3491631,0,0,.2572746-.257331.6371545-.8093992.9316503-1.0725282,2.4882039-3.5915994,3.2315975-8.8915616.0226319.2704466.0457315.5633836.0679893.8767537-.2607349,3.9336554-.7316101,8.0678077-1.5823652,10.1695197,0,0,1.001323-.7322724,1.8833139-3.0417756.8533737-1.0735101,2.6874958-4.1892797,2.60127-11.0839601,0,0,.5606548,8.8566102-.6726923,12.2198917,0,0,1.7939084-.2242266,2.2423387-6.0538834,0,0-.300294,3.4208403,1.6700874,6.2594536.0139345.2470209.0215097.3806778.0215097.3806778,0,0,.0057983-.1168007.0154309-.3283793.0985705.1397354.2008818.2784889.3110489.4147876,0,0-.1358851-.8306272-.2421243-2.0916357.0610688-1.6253912.1361657-4.0525602.1571143-6.5796504.1436473-.8543567.350795-1.6808693.6455713-2.4275196,0,0,.0192652,1.2560522.1277489,2.8812798-.3863328,3.3521532-.6883102,5.6390023-.6883102,5.6390023,0,0,.0111289-.0308601.0304877-.0867122-.0490982.3908476-.0766867.6037121-.0766867.6037121.3947496-.7675277.7599468-1.6596413,1.0974619-2.6377189.196954,1.2983679.4717169,2.4682222.854683,3.1297034,0,0,.5605613-7.5112976,1.3453845-9.9776962,0,0,.0776219,2.0512604.4028859,4.4608718-.4336541,4.360483-.8414966,7.4226917-.8414966,7.4226917.5005212-1.3746998.9367004-2.9597859,1.3169543-4.6675876.3841818,1.7557283.9295928,3.3714641,1.7002945,4.2191345,0,0-.8468273-4.1506111-1.0682836-7.4450887.0574215-.332985.1134402-.6680507.1675886-1.0051971.5618706.9948169,2.1875358,3.6133183,4.6004557,5.3112308,0,0-2.1302078-5.9417584-1.6816839-8.9687118,0,0,2.8029,9.6413681,6.3905297,12.1077667,0,0-3.1391994-5.9417818-3.1391994-10.0897978,0,0,3.5876297,6.9507429,5.8299684,8.520282,0,0-2.9149375-6.3902115-2.3543762-10.3140244,0,0,1.3453845,6.2780866,3.5876297,8.2960555,0,0-.7848232-3.3632581-.7848232-4.9327973,0,0,.5947898,2.161632,1.964209,4.2176149.0406814.9061409.0637809,1.3878387.0637809,1.3878387,0,0,.0017769-.463813.0047695-1.2839197.8505681,1.2504646,1.9903948,2.4474618,3.4609096,3.0776621,0,0-.0763126-.109904-.1981697-.3023587.0180494.0134195.03002.022093.03002.022093,0,0-.03002-.0370321-.0814563-.1043398-.6071345-.9737993-2.1273086-3.6755061-2.2169012-6.4540358,0,0,.5369006.9038264,1.3265869,1.9316542.9489515,2.3905343,2.0561396,3.6643778,2.0561396,3.6643778,0,0-.2520375-.7470478-.5735606-1.9927198.4358051.4123562.8896596.7684628,1.3391187.993157,0,0-1.6817774-3.6996097-1.4575155-6.9507662,0,0,.112131,2.0179689,2.0180768,5.0448989,0,0-.6457584-3.4867452.9664399-4.9384784l.4005479,3.8639396c1.0937211-.8402593,1.4241287-1.5609825,1.5020312-2.0391735l.2237943,3.5060796c.3973682-.5103603.7852908-1.6067349,1.0723985-2.5668342,1.5905015,2.1718953,3.2490859,3.6354114,3.8718382,4.1513826l.2952439.5114357s-.0277756-.8447948.0640615-2.0899992c.04835.0392297.0966066.0776412.1446761.1156318.0310488.024501.0619105.0486514.0927722.0726381.0167402.0129986.0336673.026535.050314.0393934.008978.0068968.018143.0143312.0271209.0211812.1009085.0772203.2009753.1513313.3003875.2231979.0189846.0137468.0377822.0270026.0567669.0405389.0246894.017651.0490982.0346241.0736941.0519478.0982899.0692949.1959252.1363688.2925318.2006373.0167402.0111751.0337609.0230749.0505945.0341097.1124115.0739941.2230462.1437566.3328391.2112279.0174883.010801.0352572.0218826.052652.03252.0209486.0127181.0415231.024992.0623781.0374763.0890314.0534207.1772212.1050646.2642887.1543472.0071076.0040212.0143086.0083462.0214162.0123207.0202004.0114089.0400267.0221632.0602271.0333616.0250635.0139338.0496593.0272364.0745358.0408195.0610688.0333616.12167.0659751.1816166.0973963.0225384.0118063.0447963.0232853.0672412.0348111.031984.0165288.0645291.033876.0962325.0498437.0078557.003951.0154309.0074579.0231931.0113621.0566734.0283819.1126921.0558287.1682432.0824806.0053307.0025483.0108484.0053771.0160855.0079254.0473213.022584.0935204.0437418.139813.0651335.0189846.0087437.0380628.0178147.0569539.0263713.0334803.015243.0665865.0298782.0996928.04449.0182365.0080657.0362859.015921.0544289.023823.052839.0230282.1051169.0453784.1566467.0668401.0202004.008393.0400267.0165288.0599466.0246881.01833.0074579.0369406.0153833.0635004.0261376.0793988.031842.1568337.0617669.2326788.090032.011503.0042783.0225384.0081358.0378758.0137701.0155244.0057278.0307682.0112452.0461991.0168328.0775284.028078.1533735.0546598.2266935.0792075.007014.0023379.0143086.0049329.0220708.0075046.0922111.0306029.1804009.0579562.2656915.083369.0118771.0035302.0236607.0070838.0353507.0104971.0844489.0247348.1652506.0471785.2422178.067261.006827.0017768.0131864.0033666.0199198.0050966.1630061.0420819.3085238.0743681.4344958.0988692.0647161.0125544.123821.0230983.1835806.032894.0371276.0060317.0716366.0113621.1083901.016599.0660254.0093282.1200802.0157106.1656246.0203162.0172078.0017067.0318905.0030626.0442352.0040913.0043019.0003507.0074816.0006079.0112224.0009118.0086039.000678.0154309.0011923.0365665.0025015-.1449566-.1736581-.2756982-.3406299-.4120509-.5102668-.9709288-1.3186607-1.7698736-2.6744471-2.4207756-4.0363587-.0854776-.2844037-.1733868-.5879781-.2635405-.910653.3379827.0064993.6814832.011105,1.0373283.0118531.0504075.0611591.100815.120518.1514095.1795028.0157114.018329.0314229.0361203.0471343.0542389l.0084168.009749c2.6257724,3.4918185,4.8533349,5.1246208,4.8533349,5.1246208,0,0-1.1625521-1.0324568-2.7107824-3.1995828.1621644.1121717.3151638.2118825.4574083.2996935.0112224.0069201.0218838.0134195.0329192.0201993.0921176.056343.1801203.1086649.2665332.1579008.0856647.0487449.1642218.0916685.2367001.1299397.0076687.0040679.0142151.0074345.0217903.0113855.0632198.0331512.1207348.0623748.1720775.0876006.0069205.0034367.0139345.0069669.020668.0102633.0541483.0263947.1012826.048628.1478558.0697625.0351637.0158976.0617235.0275169.0812692.0358164.0065464.0027821.0083233.0036003.0131864.0056109.0148697.0062422.0248764.0103335.0249699.0103335-.2501671-.3752072-.4384237-.7445463-.5859053-1.1018453.3514497.3125519.7192654.6019587,1.0970879.8768238,2.6602814,2.0432882,5.0104491,2.2429904,5.0104491,2.2429904-2.7451979-1.6529082-4.9043035-3.212371-6.524451-5.1341594.0985705-.0077618.196954-.0155469.295431-.024314,4.253495,4.4320925,8.4664957,6.4126786,10.9184136,7.2586423.082485.0552208.1315832.085964.1315832.085964-.0103808-.015921-.0191717-.034928-.0294589-.0510828,1.283474.4351739,2.0586646.5533073,2.0586646.5533073,0,0-1.1120511-.782233-2.8268412-2.2627455-.0539613-.1659898-.1061457-.334341-.1544022-.5072276-.0048631-.0174406-.0101002-.0344838-.0148697-.0519712-.0558317-.2028583-.1075485-.4099715-.1561791-.6196097-.0056112-.0241504-.0111289-.0483241-.0166466-.0725446-.0486306-.2144074-.0942686-.431106-.1359787-.6495346-.0008417-.0042082-.0015898-.0084398-.0024315-.012648-.0879092-.462083-.1611357-.9300107-.2219239-1.3909014-.0174883-.1331659-.0340414-.2654435-.0495658-.3970898,1.2478427.7616128,2.612773,1.3563007,4.1059198,1.7557985-.2097663-.063684-1.9406419-.632094-4.1968216-2.6259359-.0337609-.3717237-.0602271-.728485-.0808951-1.0641352,2.1067341,2.3106955,4.6805092,4.0177725,7.8231688,4.8586396-.2202406-.0668869-2.1181436-.6893722-4.5404156-2.9364772.6954177.5279412,1.4027125.90738,2.0871884,1.1762835.4180362.2676177.843554.5262813,1.2845027.7664289,0,0-.2534403-.175809-.6886843-.5548035,1.7576225.547673,3.2713437.4154656,3.8781976.3251531.1847963-.0257167.2860789-.0506152.2860789-.0506152-5.6057065-.8968829-6.1663613-4.0359145-6.1663613-4.0359145.7958586,1.0725983,2.1368477,1.5888501,3.6099811,1.7914746.6054511.4220584.9621379.6236776.9621379.6236776,0,0-.3329326-.2018296-.8931199-.6136013.4301939.056156.871049.0781789,1.3123718.0872966,1.4230065.7749855,2.6176361.9369776,3.263675.9575977ZM220.3839387,189.6449932c.0139345.0216722.0283367.0437418.0420842.0653673-.1267201.2894536-.2570876.577481-.3915699.8638719.1240081-.2974959.2421243-.6052317.3494857-.9292392ZM313.2949634,192.699931c.0201069.02228.0402138.0444198.0603207.0666063.0101002.0156638.0199198.0323563.0301136.0479266-.0301136-.0384115-.0602271-.0756306-.0904342-.114533Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* STRAIGHT LOB 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.8460693,193.9304199c-4.043457-.6295166-6.8392334-5.0638428-8.4085693-8.9967651-1.1780396-2.9522705-1.3815308-5.5409546-1.6272583-8.6456909-.270874-3.4226074-.6022949-6.8403931-.9940796-10.2513428-2.6704712-23.2516479-6.1130371-46.8914795-11.3879395-69.7127075-3.1303101-13.5429688-8.5012207-28.5252075-20.4135742-36.7874756-3.307312-2.2939453-7.0349121-3.9268799-10.9595337-4.817688-.2811279-.0637817-1.1399536-.1826172-2.296936-.3148804-1.833252-.3227539-3.7614746-.4978027-5.7852783-.5148315-3.0125732-.1859131-5.7041016-.1879272-5.7041016.3535156v.0806274c-.4251709.0006104-.8468018.0039062-1.2612915.0126343v-.0932617c-1.810791-.2346802-3.6370239-.3609009-5.4633179-.3643188-1.7369385-.0595093-3.5777588.0612793-5.5010986.3971558-15.012085,2.2626953-26.862915,14.0588379-32.9232788,27.3146362-2.9997559,6.5614014-5.1564941,13.4970093-6.7602539,20.5230713-2.7321167,11.9690552-1.8761597,23.6801147-2.5821533,35.7357178-.7471313,12.7579956-.5447998,23.2705078-2.4630737,35.9019775-.1781616,1.1735229-.4338989,2.5721436-.7825928,4.0783081-.5727539,2.0769653-1.1897583,4.1279297-1.857605,6.1337891-1.8787231,4.8442383-4.8105469,9.2772827-9.2439575,9.9675293,0,0,1.5291138.4328613,3.4771729.6531982-.4830933.4093628-.9859619.8085327-1.5151367,1.1965332,0,0,1.3510132-.1469727,3.3244629-1.0740356.6384888.0114136,1.2851562-.0137329,1.909668-.0952759-.5601807.4118042-.8931274.6136475-.8931274.6136475,0,0,1.8240967-.2644043,4.2941895-1.7038574-.5216675.9807129-1.9750977,2.6984863-5.8884277,3.324585,0,0,1.8793945.4375,4.1643066-.2745361-.4352417.3790283-.6887207.5548096-.6887207.5548096.440979-.2401733.8665771-.4988403,1.2845459-.7664185.6844482-.2689209,1.3917236-.6483765,2.0871582-1.1762695-2.4223022,2.2470703-4.3201904,2.8695679-4.5404053,2.9364624,2.4737549-.6618652,4.5939941-1.8618774,6.413147-3.4682007-1.7097168,1.7130737-2.8900146,2.3062744-2.8900146,2.3062744,1.5020142-.3995361,2.8741455-.9970093,4.1282349-1.7624512-.0155029.1316528-.0320435.263916-.0496216.3970947v.000061c-.0606689.4606323-.1338501.9284058-.2218018,1.3903198-.0008545.0044556-.0016479.0089111-.0025024.0133667-.041626.2181396-.0872192.4345093-.1358643.6486816-.0055542.0245972-.0112305.0491333-.0169067.0736084-.0484619.2093506-.1001587.4160767-.1558228.6185913-.0049438.0180054-.0103149.0355835-.0153198.0535278-.0552368.1976318-.1138916.3914795-.1765747.5799561-.0041504.0123901-.0079346.0252686-.012085.0375977-.062561.1860352-.1299438.3652954-.2003174.5397339-.0126953.0314331-.0252686.0630493-.038208.0939941-.0701294.1682129-.144043.3301392-.2221069.4847412-.0134888.0266724-.0275879.052124-.0413208.0783691-.0829468.1585083-.1690063.3114624-.2611694.4523926,0,0,.9185791-.5674438,2.1370239-1.7360229.0189819-.0181274.0378418-.0365601.0569458-.0549927.1481323-.1433105.2993164-.2932129.4549561-.4541626.0014038-.0015259.0028076-.0028076.0042114-.0043335.1530151-.1584473.3092651-.3269653.4673462-.5026855.0320435-.0355835.0640259-.0720825.0962524-.1083984.137207-.1547241.2753296-.3153687.4145508-.4830322.0244751-.02948.048584-.0571899.0730591-.0870972.1552734-.1891479.3110352-.3873291.4667969-.5927124.0378418-.0499268.0753174-.1014404.1130981-.1522217.0671997-.0903931.1343384-.1794434.2012329-.2727661.6917725-.6182251,1.7266235-1.6253662,2.911377-3.0516357-.2605591,1.4342651-.6201782,2.8623047-1.1183472,4.0246582,0,0,.8822021-.6304321,1.9234009-1.5379028.0122681-.0106812.0246582-.0216675.0369263-.0324097.0643921-.0563354.1292114-.1135254.194519-.171875.0209961-.0186768.0419922-.0375977.0630493-.0565186.059082-.0530396.1182861-.1067505.1777344-.1612549.0222168-.0203247.0443115-.0405273.0665894-.0610352.0626831-.0578003.1253052-.1164551.1881104-.1757202.0176392-.0166016.0351562-.0328979.0527344-.0495605.1598511-.1518555.3190918-.3078003.4758301-.4669189.022644-.0230713.0449829-.0463257.0675659-.069519.0310669-.0319214.0623779-.0637207.0932617-.0958862-.0348511.1259766-.0686646.2502441-.1038208.37677,0,0,.3534546-.465332.9280396-1.2884521.3104248.0198364.6201782.0352783.9286499.0443726-.0002441.0036621-.0007324.0077515-.0009155.0114136-3.3172607,3.8603516-6.5491943,5.0238037-6.5491943,5.0238037,2.3770752-.5067749,4.395813-1.5975952,6.1074829-3.119812-.1474609.3572998-.3356934.7266235-.5858154,1.1018066,0,0,.0096436-.0039062.0241089-.0099487.005188-.0021973.0073242-.0031738.0146484-.0062866.0192261-.0081177.045105-.0194702.0790405-.03479.0039062-.0018311.0060425-.0026855.0101929-.0045776.038208-.017334.0849609-.0394897.1387329-.0656738.0071411-.003479.0145874-.0072632.0220337-.0109253.0509033-.0250244.107666-.0539551.1702271-.0866699.0079956-.0042114.0150757-.0077515.0232544-.012146.0722046-.0380859.1504517-.0808716.2358398-.1294556.0020752-.0011597.0042114-.0025024.0062866-.0036621.0811157-.0462036.168457-.0980835.2598877-.1540527.0114746-.007019.022522-.0137329.0341187-.0209351.1421509-.0877075.2949829-.1873779.4569702-.2993774-1.5481567,2.1671143-2.7107544,3.199585-2.7107544,3.199585,0,0,2.7102051-.8322754,5.8254395-5.4578857.284668-.0221558.5595703-.0501099.8283691-.0819702-.0206909.1034546-.0413208.2075806-.0621948.3097534-.5308228,1.0509644-1.241394,2.2232666-2.1900635,3.5178833-.4204102.5736694-.8818359,1.168335-1.4003296,1.7895508,0,0,.0027466-.0001221.0076904-.0004272.0022583-.0001221.0043335-.0003052.0079956-.0005493.0054932-.0003662.0122681-.0008545.0209351-.0015259.0036621-.0003052.006897-.0005493.0111694-.0009155.0123901-.0010376.0270386-.0023804.0441895-.0040894.0016479-.0001831.0027466-.0003052.0043945-.0004272.0411377-.0042114.0950928-.0105591.1610718-.0198975.00177-.0002441.0037231-.0004883.0054932-.0007935.0316772-.0045166.0661621-.0098267.1030884-.0158081.0020142-.0003052.0038452-.0006104.0058594-.0009766.0539551-.0088501.1130981-.0193481.1776733-.0319214.000061,0,.0001831,0,.0002441-.000061.1257935-.0244141.2713623-.0567017.4343262-.0988159.0067139-.001709.0131226-.0032959.0198975-.0050659.0769653-.0200806.1578369-.0425415.2422485-.0672607.0117188-.003418.0234375-.006958.0353394-.010498.0853271-.0254517.1734619-.0527954.2657471-.083374.0001831-.000061.0003662-.0001831.0005493-.0002441.000061,0,.0001831,0,.0002441-.000061.006958-.0022583.0141602-.0048828.0211792-.0072021.0734253-.0245361.149231-.0511475.2267456-.0792236.0154419-.0055542.0306396-.0111084.0462036-.0168457.0013428-.0004883.0026245-.0009155.0039062-.0014038.0114746-.0042114.0224609-.0080566.0339966-.0123291.0758057-.0282593.1532593-.0582275.232605-.0900269.0028076-.0011597.0057983-.0024414.008606-.0036011.0180054-.0072021.0365601-.0150757.0546875-.0224609.0200806-.0082397.0401001-.0164185.0604248-.0249023.0513306-.0213623.1033936-.0436401.1560669-.0665894.0183105-.0079956.036499-.0158691.0549316-.0240479.03302-.0145874.065979-.0291138.0994873-.0443726.0189209-.0085449.038208-.0177002.057251-.0264893.0461426-.0213013.0921631-.0424194.1391602-.0648804.0057983-.0027466.0117798-.0057983.0175781-.008606.0551758-.0264893.1107788-.053772.1670532-.0819092.0078125-.0039673.0153809-.0074463.0232544-.0114136.0317383-.0159912.06427-.0333252.0963135-.0498657.0223999-.0115356.0446777-.0230103.0671387-.03479.0599976-.0314331.1206055-.0640259.1816406-.0974121.0249023-.0135498.0494995-.0268555.074585-.0408325.0201416-.0111694.039978-.0219116.0602417-.0333252.007019-.0039673.0142822-.0083008.0213623-.0123291.0870361-.0492554.175293-.1009521.2642822-.1543579.020813-.0124512.0414429-.0247803.0623779-.0374756.0174561-.0106201.0351562-.0217285.0526733-.0325317.1097412-.0674438.220459-.137207.3328857-.2111816.0167236-.0110474.0337524-.0229492.0505981-.0341187.0964966-.064209.1939697-.1312256.2922363-.2004395.0246582-.017395.0491943-.0344849.0739746-.0521851.019043-.0136108.0379639-.0269775.0571289-.0407715.0991211-.0716553.1989746-.1456299.2996216-.2226562.0095215-.0072632.0192261-.0151367.0287476-.022522.0161743-.0123901.0324707-.0255127.048645-.0380859.0311279-.0241089.0621338-.0484009.0933228-.0730591.0615234-.0485229.12323-.0982666.1851807-.1488647.0291748-.0238647.0583496-.0477295.0876465-.0720825.0372925-.0308838.0744629-.0615845.1118774-.0932617.026123-.0221558.0523682-.0452881.0785522-.0678101.0559082-.0480347.1116333-.095459.1677856-.1452026.0095825-.0084839.0192261-.0175171.0288086-.026062.0592041-.0526733.1185913-.1066895.1781006-.1613159.0168457-.0154419.0334473-.0299072.050293-.0455322.0355835-.0328979.0712891-.067688.1069336-.1013794.0308228-.0290527.0615845-.0581665.0924072-.0877686.0674438-.0646973.1350708-.1310425.2028198-.1983643.022522-.0223389.0448608-.0432739.0673828-.065918-.0875854.2652588-.1778564.5337524-.270874.805542,0,0,.2113647-.364502.5696411-1.1149292.0410156-.043457.0820312-.0872803.1231079-.1317139.022583-.024353.045105-.048584.067688-.0732422.0229492-.0251465.0458984-.0510864.0689087-.0764771.1220093-.1350708.2441406-.2731934.366333-.4172363.0151978-.0178833.0303345-.0368652.0454712-.0548706.1088867-.1293335.2177124-.2629395.3265381-.3996582.0270996-.0340576.0541992-.067688.0812988-.1022339.0199585-.0254517.039978-.0507812.0599976-.0765381.1067505-.1374512.2133789-.27771.3198242-.4224854.0090942-.0123901.0181885-.0255737.0272827-.0380249.0181274-.0247803.0361328-.0505981.0542603-.0755615.0308838-.0426636.0617065-.0856934.0925903-.1289673.0650024-.0911865.1298828-.1838379.1946411-.2778931.03125-.0452881.0623779-.0906982.0935669-.1367188.038208-.0563354.076416-.1121826.114502-.1695557.022644-.0341187.045105-.069458.067688-.1039429.0601807-.0916748.1203613-.1827393.1802979-.2769775.0076904-.012146.0153198-.0249634.0230103-.0371094.0604858-.0955811.1207275-.1933594.1809082-.291687.0163574-.0267334.0328979-.0523682.0491943-.0792847.036377-.0599365.0725098-.1220703.1087646-.1829834.0304565-.0512695.0608521-.1027222.0912476-.1546021.0667114-.1140137.1330566-.2300415.1992188-.3475342.0275879-.0490112.0552368-.0977173.0827026-.1472778.0241089-.043457.0484619-.0854492.0724487-.1293335.0062256-.0114136.0123291-.0233765.0185547-.03479.098938-.1814575.1971436-.3678589.2947998-.5574951.0187378-.036377.0374756-.0726929.0561523-.109436.0233154-.0457764.0464478-.0925293.0697021-.1387939.1149292-.2287598.229126-.4613647.3418579-.7019043.0008545-.0018921.00177-.0036011.0026245-.0054321.0057373-.012146.0112305-.0251465.0169067-.0373535.1065674-.2283325.211731-.463562.31604-.7026978.0240479-.0549316.0480347-.109436.0718994-.164978.0166016-.0386353.0332031-.0772095.0497437-.1161499.0969849-.2282715.1931763-.460022.2879639-.6980591.0031128-.0078125.0061035-.0159912.0092163-.0238037.020874-.0524902.0411987-.1070557.0619507-.1600342.0238647-.0610352.0476074-.1225586.0713501-.1842041.0584717-.1518555.1164551-.305542.1739502-.4613647.0261841-.071106.0523682-.1425171.0783691-.2144775.03302-.0911255.0661621-.1814575.0987549-.2739258.0148315-.0419312.0292969-.0853271.0440674-.1276245.0545044-.1561279.1090698-.3119507.1625977-.4718628.0018311-.0055542.0036011-.0114136.0054932-.0169678.053772-.1611938.1066284-.3261108.1594238-.4912109.0122681-.0384521.0249023-.0756836.0371094-.1143188.0308228-.0974731.0609741-.1973267.0914307-.2961426.0239868-.0778198.0478516-.1560059.0715942-.2347412.0537109-.1779175.1066895-.3582764.1591187-.5405273.0200806-.0699463.0402222-.1397095.0601807-.2102661.0204468-.0724487.0414429-.1427612.0617065-.2158813.0007324-.0028076.0015259-.0057983.0023193-.008667.0805054-.2911987.1589355-.5895996.236145-.8918457.0128174-.0501709.0255737-.1004639.038269-.1508789.0094604-.0376587.0193481-.0740356.0288086-.1118774.0665894-.1715698.1346436-.3390503.2001343-.5137329,4.2631836-11.3731689-.3254395-25.3288574-1.392395-28.276123-.0152588-.0766602-.0271606-.1500244-.0428467-.2270508-1.6889648-8.2908325-3.8596802-19.177002-3.3728638-30.6706543.147583-1.2644653.3264771-2.5499878.5419312-3.8588867.2528076-1.3787842.5361938-2.7996826.8344116-4.2438354.7611084-.1445923,1.3599854-.3010864,1.6321411-.4647827.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.4170532.3518066,1.8190308.2936401c.0706787.2208862.4725952.4371338,1.085022.6154785.7271118,4.1883545,1.1344604,7.6990356,1.2826538,10.8627319.006897.1658936.015625.3328857.0215454.4981689l.0001831.0056763c.0222778.6228027.0352173,1.2400513.0438843,1.8544922.0135498,1.7979736-.0578003,3.5074463-.1985474,5.2023315-.411499,3.1881104-1.0717773,7.2405396-2.052124,12.3952026-.6268311,2.9484253-1.3097534,6.1086426-1.9587402,9.7080688-1.6035767,8.8933105-6.8729858,20.4405518,1.6477661,34.2299805,0,0-.0403442-.1954346-.104126-.5566406.0949707.2016602.1908569.3983154.2873535.5916748.0319214.0639038.0640259.1264648.0960693.1894531.0759277.149231.1522827.2960205.2290649.4403687.0322876.0606689.0645142.1217041.0969238.1815186.1021729.1884155.2047119.3737183.3081665.5536499.00354.0061646.007019.0126953.0105591.0187988.1068726.1856689.2145996.3654175.3226318.5422363.0330811.0540771.0662842.1069336.0994263.1602173.0791626.1272583.1585693.2521973.2382202.3748169.0336304.0518188.0672607.1040039.1009521.1549683.1064453.1609497.2131348.3190918.3202515.472168.0026855.0037842.0053101.0078735.0079956.0116577.1104736.1576538.2213135.3098755.3322754.4592896.0328369.0441895.0656738.0872803.0985107.1307373.0823975.1091309.164856.2160034.2473755.3206787.0325928.0413818.0651855.0831299.0978394.1237793.1104126.1377563.2208862.2728271.3313599.4030151l.0014648.0018311c.1124878.1324463.2247925.2598267.3370361.3846436.0308228.0343018.0615234.067627.0923462.1013184.0853882.0934448.1706543.1848145.2557983.2739868.0299683.0313721.0599365.0630493.0898438.0939331.2245483.2315674.447937.4486694.6694946.6520386.026062.0239258.052002.0471191.078064.0706787.0890503.0806274.1777954.1591187.2661743.2354126.0249634.0215454.0498657.043335.0747681.0645142.2224121.1895142.4422607.3656006.6588135.5291138.0199585.0150757.0397949.029541.0596924.0444336.0924683.0689697.1842651.1357422.2753906.2002563.0180054.0127563.0360107.0257568.0540161.0383301.2172241.1521606.4302979.2919312.6384888.4200439.0114136.007019.022644.0137939.0340576.020752.0957031.0584717.1903076.114563.2838135.168335.0100708.0057373.0201416.0117188.0302124.017395.2080688.1188354.4102173.2261963.6055908.322998.0020752.0010376.0040894.0020142.0061646.0030518.0981445.0485229.1945801.0945435.2891235.1380005.0003662.0001221.0007324.0003052.0010986.0004883h-.000061c1.5405884.7074585,2.588562.7549438,2.588562.7549438-.873291-1.0463257-1.605835-2.0212402-2.2254639-2.928894,2.4029541,3.053833,4.3276367,3.2371826,4.3276367,3.2371826-1.5528564-1.6347046-2.8851318-3.3743896-4.0270996-5.1966553,1.0143433,1.0024414,2.0335083,1.6459961,2.7432861,2.0197144,2.6987915,3.9108276,4.9835815,4.1298828,4.9835815,4.1298828-.4492188-.4729614-.8762207-.9564209-1.2895508-1.4462891,1.3321533,1.0234985,2.2285156,1.1099243,2.2285156,1.1099243-.5883789-.6193848-1.1422729-1.255127-1.6693726-1.9032593.0262451.0170288.0532837.0327759.0795898.0496826.0843506.0539551.1694336.1068115.2550049.1591187,1.1897583.7272339,2.4871826,1.2893677,3.7532349,1.7219238,1.5012207.9274902,2.5286255,1.3178711,2.5286255,1.3178711-.364624-.2734375-.7340698-.5670166-1.105957-.8774414,2.8587646.7963257,5.2261963.9614868,5.2261963.9614868-.1895142-.1121826-.3673706-.2232666-.5496216-.3347778-.74823-.4752197-1.4563599-.9389648-2.1275635-1.3922729-4.326416-3.0567627-6.0136719-5.7525635-6.6638184-7.5285034,4.5612183,7.2010498,10.434082,7.8261719,10.434082,7.8261719-1.3845825-.862854-2.6508789-1.8147583-3.8096924-2.8579712,3.7086792,1.6431885,7.543335,1.4762573,9.1938477,1.2945557.1305542.0161133.257019.0350952.3895264.0499268-.1240234-.013916-.25-.0337524-.3751831-.0513916.5238037-.0581665.8239136-.1167603.8239136-.1167603-5.47229-1.0377808-7.7150879-3.6103516-8.630188-5.6690674,2.6386719,3.722168,4.8463135,3.9313965,4.8463135,3.9313965-1.567627-1.6502686-2.9616699-3.4065552-4.2018433-5.246582,3.5302124,3.2980957,10.0878296,2.7802124,10.0878296,2.7802124ZM179.5734253,195.4102783c.0656738-.1017456.1312256-.2033081.1960449-.3082275.0365601-.059082.0722656-.1202393.1084595-.1802979.1193848-.1978149.2368164-.4008789.352478-.609314.0378418-.0681152.0759277-.1350098.1133423-.2043457.1398926-.2593384.2764893-.526062.4088745-.8015137.0294189-.0612793.057312-.125.0863647-.1870728.0484009-.1035767.0971069-.206604.1442871-.312439.1491089.0355225.2997437.0670166.4501343.0994263-.6923218,1.0388794-1.331665,1.8707886-1.8599854,2.5037842Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M189.4380226,188.4627661c2.7552306,3.5723296,2.5357609,10.0860626,2.5357609,10.0860626l3.701316-6.4121574s.7524112,3.3072065,1.5381191,4.3161733l.2631587-4.122736s-.5182254,1.1339313,1.462632,2.6558261l.4005504-3.8639347s.6488018,3.4838321,1.7290194,3.8639347,2.5919571-2.1531305,2.5919571-2.1531305l.0457489-4.5358754.8541504,4.3449106,5.5803491.5676418,43.0201399-.2176846,2.3396961-.572666s.3595085-.8887331.718876-2.0313246l-.1787319,2.2848405s2.2204518,4.9411296,4.320076,4.2416866v-5.6745429s1.4933796,5.2506668,2.7576415,5.7175592c-.9084163-2.8027251,0-5.3812322,0-5.3812322,0,0-.0984489,3.8679107,2.1301849,5.2140512.4435876-5.6586225,6.8082406-11.235722,12.2022431-22.0915976,5.3940025-10.8558756.5026695-67.2093749-1.8399879-71.9677369s-82.4434321-5.2787304-88.9213539-1.4667425-11.5070572,23.4257527-8.7916007,51.2215433c2.7154565,27.7957906,8.784824,32.4048019,11.5400546,35.9771314Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M324.6915468,195.8799691c.419252.0977002.6581031.1244222.6581031.1244222-.0608818-.0446536-.1181163-.090897-.1783434-.1358311.0242218-.0024314.0382498-.0042783.0382498-.0042783-.018517-.0020807-.0359118-.0057746-.0542418-.0079488-.4571277-.3417754-.898357-.6904476-1.3207887-1.0484713,1.94803-.2203691,3.4771821-.6532519,3.4771821-.6532519-.1543087-.0240335-.3063728-.0536545-.4571277-.0865953-.2955245-.2481197-2.4949373-2.1472306-5.0462675-5.7121313,2.6237149,2.0332119,4.9707965,2.7717966,4.9707965,2.7717966-5.1063076-2.6184547-8.7340575-9.3483142-11.2611659-16.5915966-.0307682-.1888544-.0633133-.3822676-.0904342-.5610924-1.9182905-12.6314296-1.7159124-23.1439405-2.4630469-35.9019666-.7059855-12.0556085.1499132-23.7666362-2.5821919-35.7357196-1.6036879-7.0260461-3.7604554-13.9616629-6.7602159-20.5230777-2.4124523-5.2766768-5.6675235-10.2059206-9.6493417-14.4404618-.0255311-.0271662-.050501-.0547533-.0760321-.0818494-.465264-.4925223-.9408153-.9748513-1.425625-1.4478055-.082672-.0807506-.1663728-.1603555-.249606-.2404982-.4842487-.4657535-.9747632-.9249842-1.4779029-1.3702111-1.1452509-1.0134031-2.3410027-1.9612051-3.5814574-2.8388471-3.3077232-2.3403633-6.9333222-4.1817985-10.7681263-5.4381312-.9587712-.3140949-1.9305417-.5916018-2.9137217-.8312117-1.4747232-.3594031-2.9750711-.6334967-4.4952452-.8177221-1.5888181-.1925482-3.1882041-.2976595-4.7886187-.3143988-.6173282-.0064759-1.2345628.0046056-1.851517.0244777-.2056514.0066396-.4113963.0103335-.6169541.0198954-.0763126.0035536-.15833.0047225-.2446494.0047459-.0862258,0-.17666-.0011222-.2697128-.0022444-.0929593-.0010988-.1886307-.002221-.2852372-.0020573-.4831264.0007014-.9909422.0321225-1.3228461.2438882-.1309286.0835326-.2367937.1530847-.3100201.2017595-.073133.0486748-.1135338.0764722-.1135338.0764722-.039185-.0342266-.073507-.0598966-.1049299-.0772203-.0315164-.0173237-.0601336-.0262778-.0880962-.0271195-.0278691-.0008416-.05499.0064759-.0836072.0217657-.0284302.0152664-.0583567.0385283-.0915565.0694819.0842619-.0785529-.3066534-.2545957-.5589715-.3569717-.114656-.0465239-.2006948-.0778282-.2005077-.0777581-.2320241-.0608318-.4751772-.0902657-.7204812-.1095533-.245304-.0192642-.4928525-.0284053-.738063-.028265-.1635672.0000935-.3255445.0020106-.4841551.0025249-1.0014165.0032029-2.02135.0154534-3.0488587.047272-1.0276022.031842-2.062686.0832521-3.0944031.1648443-2.0636212.1632078-4.1137755.4470971-6.0631148.9363697-3.637102.9128506-7.0913716,2.5133668-10.1779191,4.6352547-.0008417.0005377-.0014963.0010988-.002338.0016365-.334616.232152-.6624985.4712475-.9868273.7138265-.0976353.0730122-.1938678.1474504-.2906614.2213977-.2358585.1802977-.4690983.3632138-.6995326.5488887-.096326.0775944-.1930261.154768-.2884169.2332742-.290942.2395631-.5785172.4825395-.8609488.7304956-.0201069.017651-.0409619.0346007-.0609753.0522751-.2987042.2634563-.591236.5328508-.8805881.805378-.0924917.0871564-.183487.1757388-.275137.263807-.203968.1961953-.4056915.394448-.6049835.5950151-.0942686.094848-.1887242.1894856-.281964.2852921-.2342686.2408022-.4653575.4845501-.6930797.7312671-.0442352.0479266-.0898731.0945908-.1338277.1427279-.261296.2857597-.5170743.5763588-.76986.8696231-.0920241.1066543-.1822713.2147347-.2731731.3223476-.1701136.2015257-.3384503.4045243-.5048231.6093464-.0949232.1168475-.1897529.2336249-.2834603.3515244-.1849834.2329001-.3671611.4681615-.5474684.705036-.0619105.0812649-.1254109.1611972-.1866667.2429063-.2265999.302008-.4485239.6078501-.6677357.9158665-.0915565.1285369-.1812425.2584766-.2713962.3880188-.0123447.0177913-.0248764.0354891-.0372211.0532804-.3362994.3582341-8.7030088,9.4694634-13.1519614,33.6820511-1.1938815,6.4977075-2.2245698,13.5484417-3.1086182,20.6349923-2.4189988,14.0972836-4.3227936,28.3193401-5.9398549,42.3999312-.3175953,2.7638945-.5932934,5.5325116-.8313964,8.304355-3.4812035,13.164748-7.2249188,15.1844469-7.7740706,15.4147988,3.1221787-1.0708215,5.4276437-4.5265196,7.1304632-8.9907814-.2289379,1.3710995-.5709421,2.7265351-1.1463731,4.1686362-.7390918,1.8522596-1.7504214,3.8154051-3.0358593,5.4402353-1.0349903,1.0487986-1.9998403,1.8203709-2.757075,2.3556297-.5983435.3356268-1.1217772.5905732-1.5406551.776926-.4585305.13181-.7386241.1997489-.7386241.1997489,0,0,.0833267.0072007.2343621.0144949-.364449.146188-.570755.2097083-.570755.2097083,0,0,6.5576507.5179351,10.0878589-2.7801662-1.2400806,1.8400325-2.6341892,3.5962985-4.2017782,5.2465649,0,0,2.2076426-.2092407,4.8462273-3.931411-.9150971,2.0587416-3.1579035,4.6313037-8.6301564,5.6690909,0,0,.300107.0586108.8240083.1167306-.1253173.0176744-.2512893.0374997-.3752039.0514101.1324249-.0148456.2588645-.0338058.3895125-.0499138.0638744.007037.1368204.0138403.2070542.0207137.6590383.1449723,1.7535076.2810839,3.0886049.0540519,1.741537-.1035449,3.8386385-.4568228,5.8981448-1.3693461-1.1588113,1.0432345-2.4250776,1.9951512-3.8097407,2.8579944,0,0,5.7375703-.6152378,10.2750868-7.5843097-.437769.9121493-.8898466,1.7301753-1.3460392,2.4626814-1.0467739,1.4165713-2.6613101,3.0595201-5.1590531,4.8242026-.6710089.4530821-1.3788648.9166614-2.1267475,1.3917196-.1823648.1116106-.3604276.2228238-.550087.3350891,0,0,2.3673755-.1651716,5.2262007-.9615254-.3719306.3104244-.7414298.604016-1.1059723.877455,0,0,1.0273216-.3903801,2.5286047-1.3178658,1.1655448-.398212,2.3583975-.9047148,3.4691394-1.5502984.0955779-.0555248.1891918-.1136212.2833668-.1711799.0860388-.0525323.1715164-.105649.2562459-.1599113.0261857-.0167393.0530261-.0324265.0790247-.0493528-.527081.6481553-1.0810023,1.2838964-1.6693392,1.9032957,0,0,.3694991-.0369386.9846763-.3318862-.0649967.0701833-.1017502.107683-.1017502.107683,0,0,.4419774-.170198,1.1559122-.6665544-.3548164.4145772-.7181432.8252033-1.0998935,1.2270858,0,0,2.3292192-.2218419,5.0621659-4.2433784,1.02648-.634993,2.6281104-1.881413,3.8844635-4.0158554-1.3788648,2.5974137-3.1045033,5.0510476-5.2467752,7.3063118,0,0,1.83805-.1756921,4.164183-3.0334293-.5756181.8511071-1.2556049,1.7589546-2.0620314,2.7251324,0,0,1.0478961-.0474591,2.58958-.7554408.0945491-.0434379.1909687-.0894241.2952439-.1409979.03002-.0148689.0626587-.0342266.0929593-.0495865-.1096994.1979487-.1748832.3014001-.1748832.3014001,0,0,.1359787-.1351064.3493922-.3944714.112318-.0593589.2220174-.1140187.3381698-.1803445.0101002-.0057278.0202004-.011666.0302071-.0174406.0935204-.053748.1880695-.1098338.2838344-.1683277.0114095-.0069669.0226319-.0137.0340414-.0207137.2081764-.1281629.4213094-.2678983.6385573-.4200946.0179559-.0125778.0359118-.0255297.0539613-.0382946.0911824-.0645023.1829259-.1312956.2754176-.2002866.0198263-.0148456.0396527-.0293638.059666-.0444432.2165933-.1634883.4363662-.3395778.6587577-.5290634.0147762-.0126012.029646-.0255297.0445157-.0383881-.4711558,1.0191776-.804556,1.547376-.804556,1.547376.8688981-.4756193,1.6575556-1.3134005,2.369807-2.3798969.1176487.4774897.1995725.9525479.2368872,1.4279335,2.2285912-1.3461309,2.1302078-5.2140449,2.1302078-5.2140449,0,0,.9083637,2.5785003,0,5.3812271.0470408-.0173939.0945491-.0433911.142151-.0735265-.799693,2.2042516-1.4595729,3.3807689-1.4595729,3.3807689,2.1482572-1.8159289,3.6294333-4.7777955,4.6378639-7.6969257.4499267,1.3367092.9332401,3.6440615.5141752,6.7255811-.3161925,1.2663856-.5553242,1.980329-.5553242,1.980329.1003474-.1655456.1985438-.3387128.295618-.5152465-.025344.1168475-.0432999.228388-.0713561.3470824,0,0,.5304477-.7635299,1.2463464-2.0383085.045825-.0662323.0949232-.1550252.1469206-.2637602,1.1351507-2.0614068,2.6542026-5.2920367,3.3155789-8.7967369,0,0-1.1211226,6.0538834-2.4665071,8.9687352,0,0,1.7938149-2.1300705,2.4665071-4.5964692,0,0-.112131,3.139055-1.6817774,6.8386413,0,0,.0895925-.0976535.2481096-.2852921-.1780628.4578047-.3232065.7758739-.4158852.9646815-.0703273.1384963-.112505.2174935-.112505.2174935.845518-.8727325,1.6210827-1.9791133,2.3062132-3.5647838,1.2756183-1.8962119,2.9075494-4.7376541,4.1404288-8.3187797,0,0,.5605613,6.0538834-2.6907691,11.659337,0,0,.7524652-.3961313,1.8213099-1.1792994-.0178624.038879-.027495.0582133-.027495.0582133,0,0,.1625385-.0546831.4374884-.3659024,2.0130267-1.5517946,4.8466014-4.3156658,6.13737-8.2661305-.0104743.0609253-.0203874.1211492-.0314229.1825888-.5622447,1.8588758-1.9654248,5.6889161-4.5253588,8.000991,0,0,1.9059458-.7847579,3.2513304-2.8027034,0,0-.0073881.1658262-.043487.4539004-.419252,1.5375803-.8132534,2.843897-1.0391987,3.5744159-.1720775.3711159-.3680963.7493623-.5989982,1.1286842,0,0,.1668404-.2226368.4353375-.6056525-.0211356.0663726-.0331062.1036618-.0331062.1036618.8486977-.888747,1.5631935-2.1513686,2.1442358-3.4634365.7120644-1.2841302,1.381951-2.7081126,1.7138549-3.9943001,0,0-.2241684,4.0359145-2.1302078,7.287071,0,0,1.4491922-1.1309285,2.0264936-2.568798-.5351237,2.8745466-1.3537078,5.1472983-1.3537078,5.1472983,2.7361265-3.7931017,3.8874561-9.4679671,4.3714242-13.7723409.027308,1.5233426.0169272,3.4755702-.1140014,5.4481607-.5794524,3.9899516-1.3424854,6.978891-1.3424854,6.978891.254282-.4192296.4964998-.8950126.7275887-1.4197275,1.143661-2.0235097,3.8763272-7.2917,4.3175565-12.1454768,0,0,.2242619,5.6054536-1.3453845,9.3050633,0,0,2.4666006-5.2691255,2.5787316-10.0898212,0,0,.2241684,10.7624775-2.6907691,15.0226185,0,0,3.6997607-4.1480394,4.372453-15.919478,0,0,.685224,4.0032074-.0661189,8.2925253-.4524517,2.204088-1.0529462,3.9119598-1.8398269,4.9363275,0,0,.1127856-.0688975.3003875-.2370616-.0617235.1168943-.1226052.2342327-.1882566.3491631,0,0,.2572746-.257331.6371545-.8093992.9316503-1.0725282,2.4882039-3.5915994,3.2315975-8.8915616.0226319.2704466.0457315.5633836.0679893.8767537-.2607349,3.9336554-.7316101,8.0678077-1.5823652,10.1695197,0,0,1.001323-.7322724,1.8833139-3.0417756.8533737-1.0735101,2.6874958-4.1892797,2.60127-11.0839601,0,0,.5606548,8.8566102-.6726923,12.2198917,0,0,1.7939084-.2242266,2.2423387-6.0538834,0,0-.300294,3.4208403,1.6700874,6.2594536.0139345.2470209.0215097.3806778.0215097.3806778,0,0,.0057983-.1168007.0154309-.3283793.0985705.1397354.2008818.2784889.3110489.4147876,0,0-.1358851-.8306272-.2421243-2.0916357.0610688-1.6253912.1361657-4.0525602.1571143-6.5796504.1436473-.8543567.350795-1.6808693.6455713-2.4275196,0,0,.0192652,1.2560522.1277489,2.8812798-.3863328,3.3521532-.6883102,5.6390023-.6883102,5.6390023,0,0,.0111289-.0308601.0304877-.0867122-.0490982.3908476-.0766867.6037121-.0766867.6037121.3947496-.7675277.7599468-1.6596413,1.0974619-2.6377189.196954,1.2983679.4717169,2.4682222.854683,3.1297034,0,0,.5605613-7.5112976,1.3453845-9.9776962,0,0,.0776219,2.0512604.4028859,4.4608718-.4336541,4.360483-.8414966,7.4226917-.8414966,7.4226917.5005212-1.3746998.9367004-2.9597859,1.3169543-4.6675876.3841818,1.7557283.9295928,3.3714641,1.7002945,4.2191345,0,0-.8468273-4.1506111-1.0682836-7.4450887.0574215-.332985.1134402-.6680507.1675886-1.0051971.5618706.9948169,2.1875358,3.6133183,4.6004557,5.3112308,0,0-2.1302078-5.9417584-1.6816839-8.9687118,0,0,2.8029,9.6413681,6.3905297,12.1077667,0,0-3.1391994-5.9417818-3.1391994-10.0897978,0,0,3.5876297,6.9507429,5.8299684,8.520282,0,0-2.9149375-6.3902115-2.3543762-10.3140244,0,0,1.3453845,6.2780866,3.5876297,8.2960555,0,0-.7848232-3.3632581-.7848232-4.9327973,0,0,.5947898,2.161632,1.964209,4.2176149.0406814.9061409.0637809,1.3878387.0637809,1.3878387,0,0,.0017769-.463813.0047695-1.2839197.8505681,1.2504646,1.9903948,2.4474618,3.4609096,3.0776621,0,0-.0763126-.109904-.1981697-.3023587.0180494.0134195.03002.022093.03002.022093,0,0-.03002-.0370321-.0814563-.1043398-.6071345-.9737993-2.1273086-3.6755061-2.2169012-6.4540358,0,0,.5369006.9038264,1.3265869,1.9316542.9489515,2.3905343,2.0561396,3.6643778,2.0561396,3.6643778,0,0-.2520375-.7470478-.5735606-1.9927198.4358051.4123562.8896596.7684628,1.3391187.993157,0,0-1.6817774-3.6996097-1.4575155-6.9507662,0,0,.112131,2.0179689,2.0180768,5.0448989,0,0-.6457584-3.4867452.9664399-4.9384784l.4005479,3.8639396c1.0937211-.8402593,1.4241287-1.5609825,1.5020312-2.0391735l.2237943,3.5060796c.3973682-.5103603.7852908-1.6067349,1.0723985-2.5668342,1.5905015,2.1718953,3.2490859,3.6354114,3.8718382,4.1513826l.2952439.5114357s-.0277756-.8447948.0640615-2.0899992c.04835.0392297.0966066.0776412.1446761.1156318.0310488.024501.0619105.0486514.0927722.0726381.0167402.0129986.0336673.026535.050314.0393934.008978.0068968.018143.0143312.0271209.0211812.1009085.0772203.2009753.1513313.3003875.2231979.0189846.0137468.0377822.0270026.0567669.0405389.0246894.017651.0490982.0346241.0736941.0519478.0982899.0692949.1959252.1363688.2925318.2006373.0167402.0111751.0337609.0230749.0505945.0341097.1124115.0739941.2230462.1437566.3328391.2112279.0174883.010801.0352572.0218826.052652.03252.0209486.0127181.0415231.024992.0623781.0374763.0890314.0534207.1772212.1050646.2642887.1543472.0071076.0040212.0143086.0083462.0214162.0123207.0202004.0114089.0400267.0221632.0602271.0333616.0250635.0139338.0496593.0272364.0745358.0408195.0610688.0333616.12167.0659751.1816166.0973963.0225384.0118063.0447963.0232853.0672412.0348111.031984.0165288.0645291.033876.0962325.0498437.0078557.003951.0154309.0074579.0231931.0113621.0566734.0283819.1126921.0558287.1682432.0824806.0053307.0025483.0108484.0053771.0160855.0079254.0473213.022584.0935204.0437418.139813.0651335.0189846.0087437.0380628.0178147.0569539.0263713.0334803.015243.0665865.0298782.0996928.04449.0182365.0080657.0362859.015921.0544289.023823.052839.0230282.1051169.0453784.1566467.0668401.0202004.008393.0400267.0165288.0599466.0246881.01833.0074579.0369406.0153833.0635004.0261376.0793988.031842.1568337.0617669.2326788.090032.011503.0042783.0225384.0081358.0378758.0137701.0155244.0057278.0307682.0112452.0461991.0168328.0775284.028078.1533735.0546598.2266935.0792075.007014.0023379.0143086.0049329.0220708.0075046.0922111.0306029.1804009.0579562.2656915.083369.0118771.0035302.0236607.0070838.0353507.0104971.0844489.0247348.1652506.0471785.2422178.067261.006827.0017768.0131864.0033666.0199198.0050966.1630061.0420819.3085238.0743681.4344958.0988692.0647161.0125544.123821.0230983.1835806.032894.0371276.0060317.0716366.0113621.1083901.016599.0660254.0093282.1200802.0157106.1656246.0203162.0172078.0017067.0318905.0030626.0442352.0040913.0043019.0003507.0074816.0006079.0112224.0009118.0086039.000678.0154309.0011923.0365665.0025015-.1449566-.1736581-.2756982-.3406299-.4120509-.5102668-.9709288-1.3186607-1.7698736-2.6744471-2.4207756-4.0363587-.0854776-.2844037-.1733868-.5879781-.2635405-.910653.3379827.0064993.6814832.011105,1.0373283.0118531.0504075.0611591.100815.120518.1514095.1795028.0157114.018329.0314229.0361203.0471343.0542389l.0084168.009749c2.6257724,3.4918185,4.8533349,5.1246208,4.8533349,5.1246208,0,0-1.1625521-1.0324568-2.7107824-3.1995828.1621644.1121717.3151638.2118825.4574083.2996935.0112224.0069201.0218838.0134195.0329192.0201993.0921176.056343.1801203.1086649.2665332.1579008.0856647.0487449.1642218.0916685.2367001.1299397.0076687.0040679.0142151.0074345.0217903.0113855.0632198.0331512.1207348.0623748.1720775.0876006.0069205.0034367.0139345.0069669.020668.0102633.0541483.0263947.1012826.048628.1478558.0697625.0351637.0158976.0617235.0275169.0812692.0358164.0065464.0027821.0083233.0036003.0131864.0056109.0148697.0062422.0248764.0103335.0249699.0103335-.2501671-.3752072-.4384237-.7445463-.5859053-1.1018453.3514497.3125519.7192654.6019587,1.0970879.8768238,2.6602814,2.0432882,5.0104491,2.2429904,5.0104491,2.2429904-2.7451979-1.6529082-4.9043035-3.212371-6.524451-5.1341594.0985705-.0077618.196954-.0155469.295431-.024314,4.253495,4.4320925,8.4664957,6.4126786,10.9184136,7.2586423.082485.0552208.1315832.085964.1315832.085964-.0103808-.015921-.0191717-.034928-.0294589-.0510828,1.283474.4351739,2.0586646.5533073,2.0586646.5533073,0,0-1.1120511-.782233-2.8268412-2.2627455-.0539613-.1659898-.1061457-.334341-.1544022-.5072276-.0048631-.0174406-.0101002-.0344838-.0148697-.0519712-.0558317-.2028583-.1075485-.4099715-.1561791-.6196097-.0056112-.0241504-.0111289-.0483241-.0166466-.0725446-.0486306-.2144074-.0942686-.431106-.1359787-.6495346-.0008417-.0042082-.0015898-.0084398-.0024315-.012648-.0879092-.462083-.1611357-.9300107-.2219239-1.3909014-.0174883-.1331659-.0340414-.2654435-.0495658-.3970898,1.2478427.7616128,2.612773,1.3563007,4.1059198,1.7557985-.2097663-.063684-1.9406419-.632094-4.1968216-2.6259359-.0337609-.3717237-.0602271-.728485-.0808951-1.0641352,2.1067341,2.3106955,4.6805092,4.0177725,7.8231688,4.8586396-.2202406-.0668869-2.1181436-.6893722-4.5404156-2.9364772.6954177.5279412,1.4027125.90738,2.0871884,1.1762835.4180362.2676177.843554.5262813,1.2845027.7664289,0,0-.2534403-.175809-.6886843-.5548035,1.7576225.547673,3.2713437.4154656,3.8781976.3251531.1847963-.0257167.2860789-.0506152.2860789-.0506152-5.6057065-.8968829-6.1663613-4.0359145-6.1663613-4.0359145.7958586,1.0725983,2.1368477,1.5888501,3.6099811,1.7914746.6054511.4220584.9621379.6236776.9621379.6236776,0,0-.3329326-.2018296-.8931199-.6136013.4301939.056156.871049.0781789,1.3123718.0872966,1.4230065.7749855,2.6176361.9369776,3.263675.9575977ZM220.3839387,189.6449932c.0139345.0216722.0283367.0437418.0420842.0653673-.1267201.2894536-.2570876.577481-.3915699.8638719.1240081-.2974959.2421243-.6052317.3494857-.9292392ZM313.2949634,192.699931c.0201069.02228.0402138.0444198.0603207.0666063.0101002.0156638.0199198.0323563.0301136.0479266-.0301136-.0384115-.0602271-.0756306-.0904342-.114533Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* --------------- */ /* MID LENGTH CUTS */ /* --------------- */ /* CARRIE 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9685745,195.2748777c1.0384973-1.8301666,1.9732338-3.7962579,1.7174555-5.7397885-.270274-2.0539723-1.4807086-4.2996045-3.3132876-6.6146953-.9771479-4.5902036-2.3741557-8.9879993-4.1729739-12.805228,3.2782642-7.1683298.1377556-16.9431912-4.2132345-21.2929199-.2517335-.2516733-.4954477-.4969642-.7403309-.7431669.3058117-3.2728288-1.0714399-4.8766881-1.915368-4.8916272-.0589412-.001052-.1456814-.0112452-.2568772-.0311173-.0252739-.1157954-.0479058-.2325728-.07498-.3476435-.0141917-.0603408-.0327321-.1199803-.0477188-.1801808.3846728-3.9963107.3497195-8.2491107-.9613196-10.3580701-.9039448-1.4540944-2.167803-3.5043028-3.8461435-6.4571218-.0286406-.7688603-.0638043-1.5342605-.1489079-2.2800926-.4071645-3.5681504-1.8237648-6.3046917-3.0967879-9.560711-.7174652-1.8350995-1.3157619-3.7204636-1.8668543-5.6183588-2.9434144-19.8910305-7.4918962-27.9485749-13.3521886-39.6495029-6.016378-12.0126148-21.0915865-16.7836773-33.9994597-15.7826416-2.3883708.1852306-9.2433229-2.2146786-20.4840312,2.3336535-1.7429164.6448589-3.0166643,1.3020851-3.6468281,1.6541239-1.2460892.6252206-2.5344965,1.3271239-3.8726799,2.1297666-15.8467285,9.5049525-21.7886876,35.780116-23.4518778,45.2333311-1.5010259,3.9847382-2.9082508,7.5997398-3.9008062,10.1723018-1.8719512,4.851813-5.7888662,8.3626618-7.8685028,13.0245216-1.3956751,3.1286046-.7996462,6.1213781.5521912,8.973598-.302632,1.8992277-.3364864,3.7510899.0288744,4.907969.0667502.2113916.1620007.5090745.2768438.8734105-.4337944.9460252-.6376689,2.3661268-.2208017,4.2836134.307612,1.4149582.8853343,3.0622788,1.4531668,4.754744-.7850804.969521-1.6184407,1.9839761-2.5029801,3.0453525-3.3089857,3.9705472-5.9842537,15.321447-4.8891064,25.3690694-.8297598,2.9400074-1.3413164,6.2119478-1.1498567,9.589093-.433584,1.8184772-.8017738,3.5035546-1.0821947,4.9963878-2.1454282,2.4093309-3.8226933,5.3515125-3.8544201,9.2920413-.0674516,8.3792842,5.7500786,11.889455,7.9269531,12.9088898.7347898,2.4498231,1.7560092,4.0339273,2.2487215,4.7037781-1.3849437,3.6474281-4.6023962,7.1727718-7.3997552,8.9043732,0,0,6.3929847-1.3913923,9.7032329-7.7093164.5010589.7680186,1.0575989,1.4939553,1.6453512,2.1727603-1.7987481,9.9519094,2.9484178,16.8381032,2.9484178,16.8381032,0,0-.2735939-5.5987673,1.884366-9.3094352,0,0-.027004,4.0420631.4122847,5.3136154,0,0,.2675619-1.3416188.8204779-3.1618727,1.2306116,2.333373,2.4862633,3.367443,2.4862633,3.367443l.2242385-1.9058439c.7086976,2.2145851,2.2401877,4.3401201,3.8333546,6.1031894,1.5935409,2.3817672,3.4265642,3.5942412,3.4265642,3.5942412-.1173681-.1977617-.226483-.3955234-.3355512-.5932617,1.1305682.9725135,1.932716,1.5461837,1.932716,1.5461837,0,0-2.1301844-2.8027268-.2242152-10.3140244.7034137-2.7721473,2.2270715-5.1188696,4.0191562-7.2850137,1.5822951-.1606595,3.4520953-.532991,5.5725068-1.2735162.5210723-.181981,1.0166135-.4075635,1.490762-.6639828-2.002038,3.3493477-8.2121669,5.803192-8.2121669,5.803192,5.2687291-1.2868889,8.267531-3.7682032,9.7856243-6.847759,3.3196704-2.676972,4.9179808-7.304722,3.7781074-11.7684227,1.085655-1.5253531,2.1192191-3.0586083,3.0734545-4.5592968,2.7048673-4.2538755,5.3922228-10.8171139,2.2428998-15.6236888-3.3779804-5.1556212-4.8875633-8.2267138-6.2623834-12.6841489-.575735-2.4654167-1.1333504-4.2707316-1.3220044-4.8602995-1.0344993-4.7759954-2.7981772-17.1574349-4.2340895-27.7940407-.8425955-10.5320088-2.337145-20.2244129-2.8413369-23.3333325,2.5521484-4.4369786,4.4392265-9.6857879,6.33402-14.791542,3.9490159-7.5666587,8.0816124-15.5461645,12.081597-21.093171,1.0322315-1.4314403,2.2268611-2.7957132,3.4949978-4.0810356,7.5993277-6.8958259,14.2446772-8.242588,14.2446772-8.242588,0,0,.0082999-.1356675.0193821-.3650841l.6339047.0113154c.0172779.3026626.0302539.4859528.0302539.4859528,0,0,9.4279322.7825369,16.6890667,7.8540783,1.592068,1.7308532,2.8950644,3.3911257,3.9820053,5.0072823.406767.6703652.7938947,1.373227,1.1550004,2.1146171,3.7838122,7.7683948,6.8688398,19.679335,12.7748638,31.222596l-.243457,3.0673988c-.0890782.9597252-.1742519,2.026058-.2548197,3.210454-.7026656,10.3284491-.8865033,17.3861736-.8952942,22.7753495-2.0393761,6.6713656-4.3560635,14.605306-5.3270859,19.2316768-.1264863.6025899-.2513361,1.2979938-.3730763,2.0591625-1.3262362,3.2946646-7.1161779,18.8814616-3.3267078,31.2464658.3134804,1.0228715.7002106,2.0367889,1.1433571,3.0439264-.4991418,3.8919709-.8554078,7.9467521-.2464496,11.0928908,1.3453845,6.9507429,5.1572996,13.6772825,12.2205449,16.1436812,0,0-10.4267067-7.7355241-9.3055607-19.1706346.087652-.8940073.1927456-1.7286556.3100435-2.5218299,2.3629099,3.8123191,5.2142301,7.5682485,7.7751928,11.3672416-.7436509,3.1762273-.288978,6.5908021,1.9342124,10.3769836,0,0-1.3671046-4.4634669-.8335474-8.7095572,4.0169819,6.2301132,6.9504832,12.6144332,5.3890665,19.588438,0,0,1.1084973-.7754531,2.6472821-2.4733889.0432298.0014962.0889145.0027353.135324.0039043-.2560355.6178797-.531266,1.2380504-.844045,1.8626866,0,0,.9837411-.7133823,2.4756721-1.91239,1.8805784-.1606828,4.4140228-.7446164,6.1245577-2.5817733,0,0-.6726689,1.9058439-1.7938382,3.2511566,0,0,2.4907523-.7786326,4.8667317-5.8726505,3.1281172,2.8322309,5.5039096,4.2359907,5.5039096,4.2359907,0,0-1.7541622-2.7439991-1.4741621-8.2498589.8184906,1.4383371,2.2808691,2.5501651,4.4364677,3.1530355,0,0-1.6734073-3.150534-1.0283036-4.572576.645057-1.422042,3.6791862-13.0771942,5.8511976-19.4631741,1.5670279-4.6072234,2.2931203-9.5538844.0523714-14.2090345.0090715-1.2960768-.0176754-2.6136387-.081316-3.94462ZM287.6556314,147.7783335c.2645458.2707972.5259821.5463871.7850804.8245253-.1076887,1.306831-.4820977,2.7632166-.8712595,4.0131201.115638-1.5476566.1616266-3.1869816.0861791-4.8376454ZM162.0228462,181.4518748c-.1223247-.6552157-.227278-1.3295085-.309763-2.0228785.5934103-2.3837778,1.45644-4.6568801,2.7058492-6.3939288-.8220911,2.7998746-1.6393192,5.6538946-2.3960863,8.4168072ZM293.3816987,155.8260822c1.9324121,5.198007,1.4155248,9.5820559.1514095,12.937412-.5725319-1.1091395-1.180321-2.1628477-1.8253312-3.1464427-1.5785777-2.4072502-3.2057392-5.0212161-4.815576-7.6941436.0794222-.446349.157956-.9193266.2334269-1.4171558.6165566-2.4915309,1.5265569-5.0801542,1.942676-7.2139653,1.8797134,2.1077203,3.5094934,4.3718218,4.3133948,6.5342954ZM288.439987,147.265612c-.2995692-.3032705-.5938078-.6021924-.8817104-.896088-.032171-.3573925-.0686907-.7143408-.1141183-1.0697929.6098232.3921101.9059322,1.0980111.9958286,1.9658808ZM281.2435686,124.2131296c-1.245458-2.2363508-2.6903716-4.9224872-4.3522292-8.1554784.318928.2132151.6284805.4300306.9178092.6570392,1.9702411,1.5458798,2.9347404,3.5148232,3.2772355,5.9878615.0694389.5013828.1176487,1.0054776.1571844,1.5105777ZM166.8757134,132.7949447c-.0861089-1.4280504.3211257-2.8512613.9474318-4.1375423,1.108661-2.2768196,2.5674858-4.0925848,4.6025131-5.5674864.3498598-.253567.9311125-.5481172,1.5380833-.8682204-2.9475761,5.2711828-5.0551051,8.2592338-5.6945509,9.7124164-.367091.8342509-.6828392,1.8185707-.9298968,2.8443645-.2584904-.6294288-.422268-1.2981341-.4635806-1.9835319ZM162.5809292,167.9922727c.7978693-2.8741258,2.558952-6.0303876,4.523956-8.9328019.1063327-.1044801.2135305-.2081653.3234403-.3090918,0,0-.0665631.0327538-.1739713.091762.7145193-1.0454087,1.4517874-2.0547906,2.1787916-3.0047435.0094456.2055001.0179325.408826.0250635.608458-1.0768874,3.4917016-2.6279701,8.4790184-4.2325464,13.8627002-1.1602141,1.9141668-2.5637683,4.67224-3.6313973,7.9272541-.2468237-3.1222456-.0307682-6.578458.9866636-10.2435372ZM161.3383703,181.1212511c.0867402.5857337.1876487,1.1651084.3024917,1.7369785-.3708084,1.3770611-.7235907,2.724057-1.0513096,4.0226586.1293387-1.7640746.3567803-3.7640886.7488179-5.7596372ZM156.7994978,202.9823005c.132986-1.7435713.8046262-3.3789454,1.7774956-4.8967939.0783467,4.4522217,1.819042,8.338792,3.5904587,11.624596-.0818537,2.3819776.2034069,4.4209641.6413629,6.098724-2.0266807-2.1411521-6.4198016-7.444925-6.0093172-12.8265261ZM163.2767911,211.7106075c.4571511.8111994.8884672,1.5770905,1.2678561,2.3008998.2747629,1.5184798.7097965,3.1289319,1.3028327,4.8797273-.1015632.7026046-.2889313,1.4133217-.547071,2.1206956-1.5115703-3.4204662-2.0385811-6.566792-2.0236179-9.3013227ZM191.0577284,228.2068885c1.4246664-1.6625169,2.9846335-3.2279414,4.4268117-4.8069022.7589415-.8309077,1.5200105-1.7024713,2.2767308-2.601318.4703609.9656167.8749301,2.3510007.6050303,4.0201104-2.0882405,1.9874595-4.6792233,2.9745614-7.3085728,3.3881099ZM200.4881857,222.1260961c-.0520675.0889799-.1071744.172723-.1605979.259365.2721678-1.5758515.287809-3.2350485.1208751-4.9207806.3170342-.4104391.6308419-.8243149.9424752-1.2398272.4336074,1.9256225.2465198,3.9378168-.9027525,5.9012429Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M328.5383216,189.4938957c.1210154-.337801.2303408-.6751812.3295659-1.0121172.334803.2223796.6870009.4182944,1.0560324.5877677-.1742285-.0953623-.5291384-.331138-.9892588-.839067,1.352118-4.8456176.5101538-9.5893735-1.3408955-14.02523,0,0-.1503808-6.571912-.5030463-10.1870538,1.2138948-3.5610666,2.4823121-10.5308399-1.6945897-18.910428-2.2978898-4.609912-4.8716649-7.293921-7.562808-9.5185122-.1352305-.6379855-.2714897-1.2860706-.4257049-1.9556409-.0717301-.4700084-.1414964-.9509581-.2069607-1.4553802-.0587308-.4520067-.1162459-.9090399-.1732933-1.3696968-.1562726-3.794785-.6639949-7.6428737-1.4438615-11.414163,3.0448373,2.9516267,5.1517585,5.3022299,5.284651,8.6104543,0,0,.4910756-2.4327565-1.5281234-5.9400751-.8010958-1.3916261-2.5308492-3.3292653-4.4410969-5.6833286-.2006948-.8115267-.4129861-1.6175593-.6365934-2.4169991-.5058519-2.4452876-1.0897933-4.9635639-1.7435009-7.4739382.9884171,2.2135564,1.6802811,3.8099111,1.6802811,3.8099111.0178624-.0071305-.9746696-2.9181014-2.47296-6.7247863-.937168-3.3051149-1.9905818-6.5381997-3.1397605-9.5092074.8010958,1.2694015,1.5618843,2.643587,2.1417108,4.028667,0,0-1.193975-4.603927-4.1231276-8.6648802-.912011-1.9168554-1.8690988-3.6356919-2.8628466-5.084152-.5976889-2.5260849-1.3025522-5.1780181-2.188471-8.0108802-1.3907419-4.4468211-5.4392402-8.8148556-9.0781191-12.0290735-2.5432874-4.372944-5.8269758-8.7153084-8.8175713-8.6627761-.7266535.0127649-1.4606952.2376694-2.1897803.6168042-1.5553378-1.1459611-3.1769816-2.0747094-4.8463208-2.7743916-.5840349-1.7706441-2.2877896-1.5825144-3.6746972-1.1474808-.678584-.1413719-1.3621247-.2478626-2.0502478-.3140481-.1467335-.1528042-.2740148-.268436-.3738946-.3386894-.087161-.0613227-.2961791-.1189282-.5883369-.1714605-.6196662-.9119388-1.3089116-1.5342137-2.0136813-1.7779383-2.8094464-.9717419-4.3467348,1.2132689-4.3467348,1.2132689,0,0,.3863328.1783339.680548.0738304,1.0147899-.6688222,2.4389186-1.4572038,4.0080039.3074085-1.2455047-.0856601-2.8084177-.1163332-4.2174896-.0580964-1.0203076-.693557-2.1755652-.896953-3.0760731-.8411243-2.2446767.1391977-3.1437819.8357004-3.1437819.8357004l-.2222045.1589996c-.5768338-.1388002-1.2080966-.1381924-1.877048.0277741,0,0,.7293656-.064362,1.6150974.1597009l-.0314229.0224905.6306081.3783633s.0876286-.0016833.2824316-.0832053c.0998798.0480202.1993855.0996173.297956.1574098-1.6533472.0515036-3.3261467.127555-4.9984785.2519773.2397863-2.2291968-.6077891-2.7426665-1.4706083-2.5176451-1.0192789.2658409-2.1950174,1.5377673-2.8703282,2.0714597-.3591184-.603829-.9875755-.8876482-1.8560995-.8015439-1.4057052.1393847-2.2357923,2.1473475-2.2357923,2.1473475l1.0779162-.6294756c.6341619-.796985,1.3927994-.7988553,1.8925724-.2889392-.8734806.1602153-1.6896331.5376434-2.4595866,1.0694422-3.3585047.6884137-6.5584924,1.7271126-9.3962755,3.3177395-3.7223926,2.0864456-5.864571,3.3012808-7.9992677,5.6596224-4.633749,4.0759624-8.3976646,9.0427994-10.3686072,17.5685754-1.3114366,2.83859-2.5233675,5.7649909-3.5939891,8.7943055-2.4002012,6.7910653-3.7612036,13.5318193-5.0061472,20.9484793-.7879094,4.7165196-1.18481,10.2081883-1.929513,15.3963996-2.2095131,3.6044811-4.3905959,6.5694104-5.2796009,8.5485003-1.8852778,4.1968077-1.2755248,6.9643961-1.2755248,6.9643961-.0173013-3.8062406,1.9896466-6.6670171,4.9123462-10.2721996-3.0988921,5.9901292-5.5358468,12.8585785-3.215512,19.4407304.0040214.1634415.0077622.324101.0112224.4827499-2.2096066,2.4338085-4.278839,5.4427602-6.0431014,10.0182585-3.3934814,8.8009218-2.3955251,16.1990189-1.0516369,20.7168884-.2872012.4091065-.5643956.7850852-.8254111,1.1139789-2.6907691,3.3901204-3.405452,5.0069317-3.0270684,7.4060927.3191851,2.0237903,2.158825,4.9668369,2.7283643,5.8408787-1.8776091,5.4576525-3.2845301,10.8432514-3.8246104,15.7004416.8151238-2.4857096,1.9400808-4.428235,3.1149776-5.9281285-.8414966,3.6106532-1.4172082,7.1038276-1.5941488,10.3073848.7361926-2.7909439,1.9199739-4.8977992,3.1276964-6.4408267-1.3405215,2.2952655-2.3517576,4.6284514-2.6303549,7.0186584-.2945893,2.5283994,1.0741754,5.0689324,3.1142294,7.3715388,2.0501543,3.4979203,5.2954058,6.5979794,7.5650525,8.5187157.2890716,2.515354.6857851,4.9031529,1.2149236,7.0939617-.0933334-2.1616086.128497-4.0646938.5066935-5.7034344.5433535.4172657.8701138.6466356.8701138.6466356.0004676-.0009118-.3067469-.3371932-.8039949-.9229269.174322-.7080519.3744557-1.3694863.5946027-1.97058.1335471.0764488.2648498.1510741.3911958.2218185-.2815899,4.3443516.3525719,8.7087623,2.807202,12.3331856-.4185973-.6856783-2.0485644-3.9104168-1.2591587-11.509876.0028056.0014261.0057983.0028756.0086039.0043017.5065065,1.5949754,1.0262929,3.1830072,1.5786244,4.7519619.4196261,1.1921344,4.9175834,9.7818984,5.4462542,10.8062427,0,0-.3844624-1.1325183-.7668673-2.8586023.4754577.2793539.9411893.5266554,1.3895262.7405485.5126789,1.2820261,1.1564733,2.4557145,1.9669211,3.4022073,0,0-1.2729997-4.5964692.0163661-8.0157898.7795861-2.0676022,1.1676022-2.5712528,1.4941755-2.8583217.0779025.4365767.160294.8663033.2487643,1.2863745-.0035538-.523546.015992-1.0306567.0452639-1.5300055.1107282-.0972326.2260388-.2177506.3598665-.4179203.0538678.154955.1129726.3235633.1760054.502318.0336673.2691373.0750969.5353289.1240081.7987618-.0130929.0294106-.0241283.0594524-.0375952.0887227.0165531.0012391.0372211-.0004442.0542418.0004208.3009487,1.5577329.8762862,3.0113597,1.8236479,4.3017554,0,0-.0305812-.0769164-.0718237-.244987.7767805,1.8553924,1.6361395,3.673215,2.422272,4.8045176,0,0-.3109553-1.1748808-.5831932-2.809834-.2854243-2.7018705-.0377822-5.5823787.1652506-7.2382794.3040348-.1713904.6126522-.367048.9219241-.5780421.0377822.051036.0755645.102189.1154977.1583917-1.2843157,7.0429724.5958185,10.5714489.5958185,10.5714489-.1307415-.8483016-.1670274-1.7760212-.142151-2.7418015.2713962.0591719.6766201.141255,1.1805081.2240863-.8718907,3.0777089-1.7135744,5.3740731-1.7135744,5.3740731.0515297.0946376,4.0014575-2.0517514,8.4018731-5.402759.0158985-.0039043.0320775-.0070604.0478824-.0110582-2.9256923,4.2744723-5.6095409,7.3204326-5.608138,7.3235654,0,0,5.1319322-3.9141808,9.5788273-9.3327205-.0799599,2.2521549-.3109553,5.5957982-.9733604,7.9690087,3.9351515-5.6800789,3.9965945-9.2387141,3.9965945-9.2387141,0,0,.0475084,8.938366,1.4370345,10.4417197,0,0,2.1480702-8.9616514,4.5731477-10.4417197,1.1954713.5915551,3.1697806,3.8561778,2.5259861,8.0382335,0,0,1.4035542-2.06302,1.897716-4.804237.1310221.1401095.2586774.2747249.3775419.3959208,4.3579573,4.4441092,3.2682575,8.5999338,3.2682575,8.5999338,0,0,.9439014-.8208548,1.7865203-3.2708883.2405345.8949424.2870141,1.7804865.0227255,2.598232,0,0,1.6396932-1.8498048,2.5225258-4.3722426.114656-.3274208.2110756-.6433392.293467-.9463993.502111,3.2106644.1010956,5.0579911-.0644356,5.6278973.9891653-2.9183586,1.1812562-5.832135.8371011-8.6549676.6802674.9737993,2.1201076,3.6604267,1.5096064,8.3753098,0,0,1.1192522-.360385,2.523087-1.5761788.0623781.5770836.098477,1.1145867.1053975,1.6069453,0,0,2.0242491-1.5582004,3.1881106-6.0103286.4434738-.9072397.8509422-1.9449801,1.1935074-3.1308724-.2832733,5.9714028,6.9511846,6.0539068,6.9511846,6.0539068,0,0-.3075886-.8096564-.669419-2.027414,3.6123191,3.392996,7.0776241,5.4814288,7.0776241,5.4814288.0009352-.0023846-1.3124653-1.5167965-3.0532541-3.9133158,2.5361798,1.953303,4.4423127,3.0882293,4.4800014,3.0151938,0,0-1.2023918-2.436614-1.8063466-6.2914826,1.1287913.3849795,2.3713969.6471032,3.7253853.7086364-.8990116-1.728679-1.5396264-4.5650714-1.494082-7.0378992.1035271.2502005.2066801.491213.3093655.7215181,0,0,.1638477-2.1734383.5675753-4.3830436.0365665-.0564599.0677088-.1198867.1068003-.1730035,0,0,.8027791,4.7004583,3.3131473,6.8365138,0,0,.2233267-1.9820356.5311024-4.2303564.3352706.4730711.7018706.9403442,1.100174,1.3885635,1.2714099,2.4231945,2.9583309,4.746538,5.0355126,6.7964424-.2025652-.2120228-1.6230466-1.8052214-4.1249044-7.1647295-.1476687-.5948515-.31161-1.3253003-.4666668-2.1621463.8283102,1.2904892,1.6131334,2.2031996,2.3266006,2.8469128.4602139,4.7389165,3.1493931,8.0779775,10.0981461,8.2428686,0,0-7.7350726-2.2327504-8.7296621-6.3065152-.086974-.3562937-.1413093-.7059478-.1707683-1.0481908,1.5351374.8928617,2.523087.5181922,2.523087.5181922-.2229526-.4337478-.4076554-.8473197-.5634604-1.2464902.3149767.4166111.6416435.831048.9819642,1.2401545.1030595.1607997.1606681.2461092.1606681.2461092-.0244088-.0468045-.0482565-.0954558-.0724783-.1425409.288791.3442536.5852507.6852341.8921847,1.0200894l-2.0063867-4.4241904s2.6891792,3.6719291,5.3609636,4.9513601c0,0-.6230329-.4465361-1.5776892-2.2421955,1.2490585.8972335,2.9057725,1.3027631,5.0841432.5631731,0,0-2.2471083-.5056144-4.1747508-1.9316074,1.9065069.9070994,3.1656657.2077912,3.6005355.5065729,0,0-4.8209768-6.2780866-3.9734014-9.7550127,1.9445698,2.0119606,3.5888455,3.1091768,4.6630208,3.6869851l-.3579026,4.3831605c.2893521-.8861286.6377156-2.3282063,1.0086176-4.0601116.4455312.2005905.692238.2664488.692238.2664488-.213133-.1871711-.4200001-.3866862-.6225653-.5940332.2346427-1.1097005.4771411-2.3273646.7187978-3.5873912.3796928,2.3956543.3979293,5.2559164.286266,7.5581722-.2203341,2.0574324-.3646361,3.382382-.3646361,3.382382,0,0,.071169-.3843483.1966734-1.0768533-.1049299,1.0368988-.224449,1.7364875-.3085238,1.8702847,0,0,1.5351374-1.8910451,3.2373958-7.7308484.3204944,1.0815758.4614297,1.7604275.4614297,1.7604275.6937344-1.0672679,1.1142956-2.3593001,1.3321982-3.7762923.7001873.1449489,1.4556451.251837,2.2692726.3179056-.6301405,1.7471717-1.4912764,3.4543655-2.6236214,5.1058008,0,0,1.498945-.3153339,3.2947238-1.7983947-.0837943.1726528-.1486039.2451974-.1486039.2451974,0,0,1.3317305-1.0117432,2.8509695-2.7136066-.0050501.0343903-.0085104.0589381-.0085104.0589381.0010287.0008183.0081363-.0272364.0177689-.0692248,1.1675087-1.3092624,2.734256-4.1081317,3.7760733-6.7853141.0942686,2.321403.1311156,4.6890494.1024048,7.0924187,0,0,.4551638-2.7740176.5852507-7.2242053.3182499,3.8936308-.0036473,6.7604624-.4482433,9.6314555,1.0373283-3.2016635,2.9829268-5.7665807,2.4405085-13.4268249.1804009-.4478219.3651037-.9551196.5418572-1.5276209.7528392,1.8518154,1.2247432,3.2853832,1.2247432,3.2853832.5693522-2.9523047-.2860789-6.9720176-.2860789-6.9720176.900695,1.3081402,1.5425255,2.9617264,1.9946967,4.502907.5932934,2.7515505.953347,4.6149618.953347,4.6149151,0,0-.2626053-1.4114981-.705892-3.709686.5251171,2.0539957.705892,3.709686.705892,3.709686,0,0,2.8824859-6.0492076.5325052-14.4226237.1391584-.2290894.2665332-.4737958.3868004-.7278772,1.0754846,3.1749181.9225788,5.0264764.847856,5.5250304.3904477-2.0370694.309459-4.0215131-.080334-5.9159949.8645026.5528397,1.6303412.7801523,2.2105418.8612535.2618571,2.2064492.2838344,4.0780665.2899133,4.6507081.0348831-.4551395.2364196-1.5925907.2469874-1.7405321.0674282-.9449498.062004-1.9082052.0012158-2.8700111.3774483.0018469.5967537-.0547065.5967537-.0547065-.2170609-.1233936-.4218705-.2448701-.6293923-.3667674-.0498464-.6069384-.1154042-1.2125441-.2135071-1.8104582-.3790382-2.3089655-1.1501139-4.9267188-2.2972352-6.7374576-.0175818-.0277741-.0317969-.0581432-.0491917-.0861043-.1818037-1.0617038-.4543221-2.0982285-.7868807-3.1183647,1.0811894,1.6654158,2.1458257,3.8557103,2.9828333,6.6987422-.3826855-2.890117-.9655982-5.9213253-1.6975824-9.0257562,1.5286845,3.1221287,1.6011628,5.0371138,1.5865736,5.5503497.2536273-3.6805092-.9449302-7.0183779-2.6975025-9.9032346-.2535338-.9300107-.5152974-1.8626866-.7898733-2.7984719,1.0859589.9085489,2.2463601,2.244019,3.1813771,4.1716287-.3152573-1.2314342-.7267471-2.5079429-1.2134272-3.8115944,3.036514,3.6615022,3.8767948,11.8281791,3.8993332,11.8314989,0,0,.7167404-7.2533353-4.2864142-13.8623495ZM328.1662974,182.5627443c.2266935,1.8883332.1241951,3.4185491-.06668,4.5663338-.5917971-.9098114-1.2550438-2.2229313-1.8976225-4.1024507.3400402-1.2517504.7135607-2.8612207.9933737-4.720681.4552573,1.3854541.7967938,2.8061869.9709288,4.2567978ZM310.6814422,225.5838983c-.1117569-.0679857-.2234202-.1437799-.3351771-.2170025.0202939-.1215466.0406814-.2411061.0608818-.3642191.0921176.1949329.1848898.3910347.2742953.5812216ZM301.1345988,229.8742448c.0347896.0421754.0658384.0790907.0989446.1188581-.004489.0154067-.008978.0307899-.0133734.0460096-.0279626-.0551273-.0579827-.1096468-.0855712-.1648677ZM227.6496324,234.238375c-.0634068-.1226688-.1354175-.2476054-.2029393-.3713964.1128791-.1560071.226974-.3100036.3348966-.4742166-.0291784.2519071-.0745358.5369187-.1319573.845613ZM209.0230801,134.6145441c-1.7556585,4.7114464-3.5371287,9.4131204-5.3770491,14.0912519.1241016-1.3546875.2137876-2.7101232.3835272-4.3394187.3837142-3.6871488,1.2477492-6.604315,3.1088988-8.8833088.4852774-.5943605,1.1281366-1.1316767,1.8231803-1.6666315.01833.2667527.0396527.5325235.0614429.7981072ZM301.7234033,223.6512155c.1276554.1212427.2588645.2391656.3823114.3642893.043674.6790855.1288711,1.3354467.2609219,1.9643846-.1399065.5116462-.2739213.9959858-.401109,1.4507512-.3805345-.6608032-.8007217-1.423094-1.2600939-2.2993801.3314363-.4966603.6717571-.9895333,1.0179696-1.4800449ZM303.2974452,228.5969179c.2311824.4343323.4954711.8481146.8025921,1.234567l-.066493.8136775c-.2785038-.3692923-.6457584-.8912018-1.1018574-1.6104054l.3657583-.4378391ZM304.0428964,228.0462758c.0694857-.0249219.1391584-.0526492.208457-.0683598v.0000468l-.0280561.3440432c-.0621911-.0913178-.1250368-.1824486-.1804009-.2757302ZM324.9304915,204.2474002c.0256246-.2109708.0467602-.4294695.0663995-.6522466.1833935.1341946.3739881.2840998.5700069.4528717-.0165531.3699469-.0433935.7412966-.0781831,1.1127164-.1822713-.3100971-.3684704-.6142559-.5582233-.9133416ZM299.4445916,75.1328319c-.0336673-.0421287-.0673347-.0832988-.1010956-.122739-.3131063-.6881331-.8192387-1.5157678-1.310782-2.1138222-.341443-.5682931-.6841953-1.1194963-1.029192-1.6462218-.2140682-.4651222-.6151772-1.0945043-1.1292589-1.8073021.9069609.9705964,1.7103011,1.9017059,2.3163134,2.7270261.5942286.8093524.9979562,1.8167939,1.2540151,2.963059ZM290.1156508,62.3227177c-1.5637547-1.2509322-2.8761265-2.1857356-3.6170887-2.6919578-.9764465-.8901498-2.2603882-1.7639109-2.9104485-1.7936722-.4156982-.3108686-.8353242-.623514-1.260655-.9402039.3147897-.1026565.6267737-.1729801.9335207-.1973409,2.1621917-.1716709,4.6556327,2.4493555,6.8546715,5.6231748ZM258.5104304,51.7879969c.0924917-.0516439.1933067-.1112833.311797-.189696,1.4333872-.5625419,2.6274557-.5708414,3.5931474-.2056404-.8183971.0943337-1.4662129.2375525-1.7972751.4398497-.3394791.0711652-.6664264.1468426-.973828.2235252-.0072946.000187-.0146827.0002338-.0220708.0004208-.2260388.0056577-.4541351.0133961-.6811091.0198954-.137288-.1077297-.2814964-.2028349-.4306615-.2883548ZM252.735639,52.4061338c-.495097.0413806-.9892588.0876707-1.482953.1384963-.3568739-.0133961-.7233803-.0107075-1.0994259.0095386.0173948-.0596394.0352572-.1189516.0513427-.1792223-.2908485-.0664427-.5749634-.1059296-.8539348-.125334-.0125317-.0346007-.027682-.0661388-.0414295-.0992432.9184639-.9142767,4.2634082-4.0096834,3.4264005.2557646ZM206.2952769,130.6600582c-.061817.2691607-.1220441.5400748-.1878825.8046299-.5218439,1.3469959-.9613897,2.4828574-1.3364066,3.4861841-.8484171,1.3732503-1.7337748,2.9287622-2.5822854,4.6332675,1.1859322-3.0764932,2.6475626-6.0113339,4.1065744-8.9240816ZM198.2580399,166.8077131c.6316368-1.8701678,1.494082-3.6100921,2.5154183-5.2845321-.3157249,1.5930583-.6330396,3.1309191-.9085507,4.3461284-.7063596,3.1158631-.3587443,6.3085024-.9606416,9.4134944-.7981031,1.3867166-1.6871081,2.8782639-2.5445031,4.2077023-.1288711-3.2901759.2083635-7.6792045,1.8982772-12.682793ZM201.3945272,228.4234001c.5002406.3515712.9944025.6848834,1.4749103.9981367.0338544.3969261.0700468.7911637.1087642,1.1827828-.501737-.658442-1.037983-1.3891713-1.5836745-2.1809195ZM225.5184894,239.1538486c.1790916.3506828.3564998.728672.527081,1.1249436-.453948,1.4763978-.9014432,2.8417227-1.214643,3.7753104.1062392-1.6025735.3628592-3.2824842.687562-4.900254ZM299.7340373,226.6522885c.1480428-.2439817.2992653-.486584.4532934-.7278772.4822847.7591347,1.0059055,1.5070007,1.572265,2.2384315-.1680562.5940099-.3203074,1.1234707-.4531999,1.5804805-.3662259-.6035718-.7375954-1.2467941-1.1103678-1.9247574-.164783-.3954299-.3171277-.78415-.4619908-1.1662774ZM301.5556277,230.6821945l.1307415-.1565682c.2487643.2848713.3873615.4305449.3873615.4305449-.107642-.1608699-.2169673-.3329148-.3261992-.5037441l.9492321-1.1363291c.421777.4920781.8671212.9718355,1.3274286,1.4430128l-.263447,3.2264217c-.8305547-.9871019-1.565251-2.121397-2.2051176-3.3033382ZM310.0565389,232.5154238c.1790916-1.6007967.1242886-3.3346424-.075845-5.0730237.0347896-.1867035.0693921-.3766099.1038076-.5674982.4056915.1730269.8407484.3012365,1.3092857.3698534.5573816,1.5973132,1.044997,3.0541196,1.4480699,4.2902764-.1642218.6262727-.3570609,1.2479631-.5782367,1.8647907-.3310622-.1145564-1.1698467-.4171488-2.2070815-.8843986ZM326.2019949,210.4874962c-.0800535-.2145711-.1582365-.4323685-.2371677-.6485527.1133467.141442.2265999.2772498.339292.4058569-.0320775.0840937-.0681764.1616881-.1021243.2426959ZM326.2319214,206.5077611c.1125986-.4976422.2150034-.9995394.3018839-1.5058084.1239145.1390106.2478291.2836556.371276.4374417.0347896.6406039.034509,1.292757-.0118771,1.9595685-.0095391.136813-.0288978.2612353-.0426453.3926946-.1947095-.4359688-.4016701-.8638719-.6186375-1.2838964ZM330.3190436,212.0346851c-.8129729-.4979929-1.5533739-.9959391-2.2098871-1.5294912.1565532-.5609288.2896327-1.1455637.371276-1.7760913.0250635-.1935068.0432999-.3850497.0611623-.5764991.1648765.3698067.3218037.7583164.4647029,1.1739456-.1000668-.7653301-.2369807-1.5534545-.3993321-2.3557699.0063594-.3341072.0033667-.6655491-.0104743-.9939986.9136943,1.7103266,1.4308622,3.9772569,1.7225523,6.0579045ZM327.6402452,188.3942948c-.2787843-.6254076-.5719708-1.2540182-.8763797-1.8839847.3722112.470476.7726656.9027042,1.2074419,1.2851822-.0630328.2833751-.1284035.5438622-.192652.7595321-.0457315-.0536311-.091837-.1072388-.1384102-.1607296Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* CARRIE 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9685669,195.2748413c1.0385132-1.8301392,1.9732666-3.7962646,1.7174683-5.7397461-.2702637-2.0540161-1.4807129-4.2996216-3.3132935-6.6147461-.9771729-4.5901489-2.3741455-8.9879761-4.1729736-12.8051758,3.2782593-7.168335.1377563-16.9432373-4.2132568-21.2929688-.251709-.2516479-.4954224-.4969482-.7402954-.7431641.3057861-3.2728271-1.0714722-4.8766479-1.9154053-4.8916016-.0588989-.0010376-.1456299-.0112305-.2568359-.0311279-.0252686-.1157837-.0479126-.2325439-.0750122-.3476562-.0141602-.0603027-.0327148-.1199341-.0477295-.1801758.3847046-3.9962769.3497314-8.2490845-.9613037-10.3580322-.9039307-1.4541016-2.1677856-3.5043335-3.8461304-6.4571533-.0286255-.7688599-.0637817-1.5342407-.1489258-2.2800903-.4071655-3.5681152-1.8237305-6.3046875-3.0968018-9.56073-.7174072-1.835083-1.3157349-3.720459-1.8668213-5.6183472-2.9434204-19.8909912-7.4918823-27.9485474-13.3521729-39.6494751-3.5526123-7.0932617-10.2706909-11.6431274-17.8290405-13.9890747-2.7546997-1.1367188-5.2834473-1.7418823-7.2885132-1.9199219-4.484314-.3981934-8.5765991-.4499512-12.338501-.1571655-3.5498657-.3494263-9.2316284-.5372314-17.0274658,2.6171875-1.7429199.6448364-3.0166626,1.302063-3.6467896,1.6541138-1.2460938.6251831-2.5345459,1.3270874-3.8726807,2.1297607-15.8467407,9.5049438-21.7886963,35.7800903-23.4519043,45.2333374-1.5010376,3.9847412-2.9082642,7.5997314-3.9008179,10.1723022-1.8719482,4.8518066-5.7888794,8.3626709-7.8684692,13.0244751-1.3956909,3.1286621-.7996826,6.1213989.5521851,8.9736328-.3026733,1.899231-.3364868,3.7510986.0288696,4.907959.0667114.2114258.1619873.5090942.2768555.8734131-.4338379.9460449-.6376953,2.3661499-.2208252,4.2836304.3076172,1.414917.8853149,3.0622559,1.453186,4.7546997-.7850952.9695435-1.6184692,1.9840088-2.5029907,3.0454102-3.309021,3.97052-5.9842529,15.3214111-4.8890991,25.3690186-.8297729,2.9400024-1.3413086,6.2119751-1.1499023,9.5891113-.4335327,1.8184814-.8017578,3.50354-1.0821533,4.9963989-2.1454468,2.4093018-3.8226929,5.3515015-3.8544312,9.2920532-.0674438,8.3792725,5.750061,11.8894653,7.9269409,12.9088745.7348022,2.4498291,1.7560425,4.0339355,2.2487183,4.7037964-1.3849487,3.6473999-4.602356,7.1727295-7.3997192,8.9043579,0,0,6.3929443-1.3914185,9.703186-7.7093506.5010986.7680664,1.0576172,1.4939575,1.6453857,2.1727905-1.7987671,9.9519043,2.9484253,16.8380737,2.9484253,16.8380737,0,0-.2736206-5.5987549,1.8843384-9.3093872,0,0-.0269775,4.0420532.4122925,5.3135986,0,0,.2675781-1.3416138.8204956-3.1618652,1.2305908,2.333374,2.4862671,3.3674316,2.4862671,3.3674316l.2242432-1.9058228c.7086792,2.2145386,2.2401733,4.3400879,3.833313,6.1031494,1.5935669,2.3817749,3.4265747,3.5942383,3.4265747,3.5942383-.1173706-.1977539-.2265015-.3955078-.3355713-.5932617,1.1306152.9725342,1.9327393,1.5462036,1.9327393,1.5462036,0,0-2.130188-2.8027344-.2241821-10.3140259.7033691-2.7721558,2.2270508-5.1188965,4.019104-7.2850342,1.5823364-.1606445,3.4521484-.532959,5.5725098-1.2734985.5211182-.1819458,1.0166626-.4075317,1.4907837-.6640015-2.0020142,3.3493652-8.2121582,5.8032227-8.2121582,5.8032227,5.2687378-1.2868652,8.2675171-3.7681885,9.7856445-6.8477783,3.3196411-2.6769409,4.9179688-7.3046875,3.7780762-11.7684326,1.0856323-1.5253296,2.1192017-3.0585938,3.0734863-4.5592651,2.704834-4.2539062,5.3922119-10.8171387,2.2428589-15.6237183-3.3779907-5.1555786-4.8875732-8.2266846-6.2623901-12.6841431-.5757446-2.4653931-1.1333618-4.2706909-1.3219604-4.8602905-1.0345459-4.776001-2.7982178-17.1574097-4.2341309-27.7940063-.8425903-10.5320435-2.3371582-20.2244263-2.8413086-23.333374,2.552124-4.4369507,4.439209-9.685791,6.3339844-14.7915039.2955933-.5663452.5925293-1.135376.8900146-1.7052002-.0619507.2289429-.1254883.4639282-.1852417.684021-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,2.3306274-5.6278076,2.4471436-7.5717163,2.4520874-7.8126221.0010376-.005188.0023193-.0105591.0032959-.0157471.605896,2.2324829.9713745,3.2456665,1.7196045,4.9736328.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,1.3962402,2.7072144,2.7410278,5.0469971,4.0090942,7.0097656,1.6921997,4.4697876,3.6078491,9.1696167,5.9841309,13.8140869l-.2434692,3.0673828c-.0890503.9597168-.1742554,2.026062-.2548218,3.2104492-.7026367,10.3284912-.8864746,17.3861694-.8952637,22.7753906-2.0393677,6.6713257-4.3560791,14.6052856-5.3270874,19.2316284-.1265259.6026001-.2513428,1.2980347-.3731079,2.0592041-1.3262329,3.2946777-7.1161499,18.8814697-3.3267212,31.24646.3135376,1.0228882.7002563,2.0368042,1.1433716,3.0439453-.4991455,3.8919678-.8554077,7.9467163-.24646,11.0928345,1.3453979,6.9507446,5.1573486,13.6773071,12.2205811,16.1437378,0,0-10.4266968-7.7355347-9.305603-19.1706543.0877075-.894043.192749-1.7286377.3100586-2.5218506,2.362915,3.8123169,5.2142334,7.5682373,7.7752075,11.3672485-.7436523,3.1762085-.2890015,6.5908203,1.9342041,10.3770142,0,0-1.3671265-4.463501-.8335571-8.7095947,4.0170288,6.2301025,6.9505005,12.6144409,5.3890991,19.5884399,0,0,1.1084595-.7754517,2.6472778-2.4733887.0432129.0015259.0889282.0027466.1353149.0039062-.2560425.6178589-.53125,1.2380371-.8440552,1.8626709,0,0,.9837646-.7133789,2.475708-1.9123535,1.8805542-.1607056,4.4140015-.7446289,6.1245117-2.5817871,0,0-.6726685,1.9058228-1.7938232,3.2511597,0,0,2.4907837-.7786255,4.8667603-5.8726807,3.1281128,2.8322754,5.5039062,4.2360229,5.5039062,4.2360229,0,0-1.7542114-2.7440186-1.4741821-8.2498779.8184814,1.4383545,2.2808838,2.5501709,4.4364624,3.1530762,0,0-1.6734009-3.1505737-1.0283203-4.5726318.6450806-1.4219971,3.6791992-13.0771484,5.8511963-19.4631348,1.5670776-4.6072388,2.2931519-9.553894.0523682-14.2090454.0090942-1.2960815-.0176392-2.6136475-.0812988-3.9446411ZM161.3383789,181.1212158c.086731.5857544.1876221,1.1651001.3024902,1.7369995-.3707886,1.3770752-.7235718,2.7240601-1.0513306,4.022644.1293335-1.7640381.3568115-3.7640991.7488403-5.7596436ZM156.7994995,202.9822998c.1329956-1.7435913.8046265-3.3789673,1.7774658-4.8967896.0783691,4.4522095,1.8190918,8.3387451,3.5905151,11.6245728-.0819092,2.381958.2033691,4.4209595.6413574,6.0987549-2.0267334-2.1411743-6.4197998-7.4449463-6.0093384-12.8265381ZM162.0228271,181.4518433c-.1223145-.6552124-.2272339-1.3294678-.3097534-2.0228882.5934448-2.383728,1.4564209-4.6568604,2.7058716-6.3939209-.8220825,2.7998657-1.6393433,5.6539307-2.3961182,8.4168091ZM165.300415,221.0119019c-1.5115967-3.4204712-2.0385742-6.5667725-2.0236206-9.3013306.4571533.8112183.8884888,1.5770874,1.2678833,2.3009033.2747192,1.5184937.7097778,3.1289673,1.3027954,4.8797607-.1015625.7025757-.2889404,1.4133301-.5470581,2.1206665ZM165.225647,170.3085327c-1.1602173,1.9141846-2.5637817,4.6722412-3.6314087,7.9272461-.2468262-3.1222534-.0307617-6.5784302.9866943-10.2435303.7978516-2.8741455,2.55896-6.0303955,4.5239258-8.9328003.1063843-.1044922.213562-.2081299.3234863-.309082,0,0-.0665894.0327759-.1740112.0917358.7145386-1.0454102,1.4517822-2.0547485,2.178833-3.0046997.0093994.2055054.0178833.4088135.0250244.6084595-1.0768433,3.4916992-2.6279297,8.4790039-4.2325439,13.8626709ZM168.269165,131.934082c-.3670654.8342896-.6828003,1.8186035-.9298706,2.8443604-.2584839-.6293945-.4222412-1.2980957-.463562-1.9835205-.0861206-1.4280396.321106-2.8512573.9473877-4.1375122,1.1087036-2.2768555,2.5675049-4.0925903,4.6025391-5.5675049.3498535-.2536011.9310913-.5480957,1.5380859-.8682251-2.9475708,5.2711792-5.0551147,8.2592163-5.6945801,9.7124023ZM200.4484863,217.4646606c.3170166-.4104614.6307983-.8243408.9424438-1.2398071.4335938,1.9255981.246521,3.9378052-.902771,5.9012451-.052063.0889893-.1071777.1727295-.1605835.2593384.2721558-1.5758667.2878418-3.2350464.1209106-4.9207764ZM195.4845581,223.3999634c.7589111-.8308716,1.5200195-1.7024536,2.2767334-2.6013184.4703369.9656372.874939,2.3510132.6049805,4.0201416-2.0881958,1.9874268-4.6791992,2.9745483-7.3085327,3.3880615,1.4246826-1.6624756,2.9846191-3.2279053,4.4268188-4.8068848ZM276.8913574,116.0576172c.3189087.2132568.628479.4300537.9177856.6570435,1.9702759,1.5458984,2.9347534,3.5148315,3.2772217,5.987854.069458.5014038.1176758,1.0054932.1572266,1.5106201-1.2454834-2.2363892-2.6903687-4.9224854-4.3522339-8.1555176ZM287.6556396,147.7783203c.2645264.270813.526001.5463867.7850952.8245239-.1077271,1.3068237-.4821167,2.7632446-.8712769,4.0131226.1156616-1.5476685.1616211-3.1870117.0861816-4.8376465ZM288.4400024,147.265625c-.2995605-.3032837-.593811-.6022339-.8817139-.8961182-.0321655-.3573608-.0687256-.7143555-.1141357-1.0697632.6098022.3920898.9059448,1.0979614.9958496,1.9658813ZM293.5330811,168.7634888c-.5725098-1.1091309-1.1802979-2.1628418-1.8253174-3.1464233-1.5785522-2.4072876-3.2057495-5.0212402-4.8155518-7.6941528.0794067-.4463501.157959-.9193726.2333984-1.4171753.6165771-2.4915161,1.5265503-5.0801392,1.942688-7.2139893,1.8796997,2.1077271,3.5095215,4.3718262,4.3134155,6.5343018,1.932373,5.197998,1.4155273,9.5820923.1513672,12.937439Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M328.5383216,189.4938957c.1210154-.337801.2303408-.6751812.3295659-1.0121172.334803.2223796.6870009.4182944,1.0560324.5877677-.1742285-.0953623-.5291384-.331138-.9892588-.839067,1.352118-4.8456176.5101538-9.5893735-1.3408955-14.02523,0,0-.1503808-6.571912-.5030463-10.1870538,1.2138948-3.5610666,2.4823121-10.5308399-1.6945897-18.910428-2.2978898-4.609912-4.8716649-7.293921-7.562808-9.5185122-.1352305-.6379855-.2714897-1.2860706-.4257049-1.9556409-.0717301-.4700084-.1414964-.9509581-.2069607-1.4553802-.0587308-.4520067-.1162459-.9090399-.1732933-1.3696968-.1562726-3.794785-.6639949-7.6428737-1.4438615-11.414163,3.0448373,2.9516267,5.1517585,5.3022299,5.284651,8.6104543,0,0,.4910756-2.4327565-1.5281234-5.9400751-.8010958-1.3916261-2.5308492-3.3292653-4.4410969-5.6833286-.2006948-.8115267-.4129861-1.6175593-.6365934-2.4169991-.5058519-2.4452876-1.0897933-4.9635639-1.7435009-7.4739382.9884171,2.2135564,1.6802811,3.8099111,1.6802811,3.8099111.0178624-.0071305-.9746696-2.9181014-2.47296-6.7247863-.937168-3.3051149-1.9905818-6.5381997-3.1397605-9.5092074.8010958,1.2694015,1.5618843,2.643587,2.1417108,4.028667,0,0-1.193975-4.603927-4.1231276-8.6648802-.912011-1.9168554-1.8690988-3.6356919-2.8628466-5.084152-.5976889-2.5260849-1.3025522-5.1780181-2.188471-8.0108802-1.3907419-4.4468211-5.4392402-8.8148556-9.0781191-12.0290735-2.5432874-4.372944-5.8269758-8.7153084-8.8175713-8.6627761-.7266535.0127649-1.4606952.2376694-2.1897803.6168042-1.5553378-1.1459611-3.1769816-2.0747094-4.8463208-2.7743916-.5840349-1.7706441-2.2877896-1.5825144-3.6746972-1.1474808-.678584-.1413719-1.3621247-.2478626-2.0502478-.3140481-.1467335-.1528042-.2740148-.268436-.3738946-.3386894-.087161-.0613227-.2961791-.1189282-.5883369-.1714605-.6196662-.9119388-1.3089116-1.5342137-2.0136813-1.7779383-2.8094464-.9717419-4.3467348,1.2132689-4.3467348,1.2132689,0,0,.3863328.1783339.680548.0738304,1.0147899-.6688222,2.4389186-1.4572038,4.0080039.3074085-1.2455047-.0856601-2.8084177-.1163332-4.2174896-.0580964-1.0203076-.693557-2.1755652-.896953-3.0760731-.8411243-2.2446767.1391977-3.1437819.8357004-3.1437819.8357004l-.2222045.1589996c-.5768338-.1388002-1.2080966-.1381924-1.877048.0277741,0,0,.7293656-.064362,1.6150974.1597009l-.0314229.0224905.6306081.3783633s.0876286-.0016833.2824316-.0832053c.0998798.0480202.1993855.0996173.297956.1574098-1.6533472.0515036-3.3261467.127555-4.9984785.2519773.2397863-2.2291968-.6077891-2.7426665-1.4706083-2.5176451-1.0192789.2658409-2.1950174,1.5377673-2.8703282,2.0714597-.3591184-.603829-.9875755-.8876482-1.8560995-.8015439-1.4057052.1393847-2.2357923,2.1473475-2.2357923,2.1473475l1.0779162-.6294756c.6341619-.796985,1.3927994-.7988553,1.8925724-.2889392-.8734806.1602153-1.6896331.5376434-2.4595866,1.0694422-3.3585047.6884137-6.5584924,1.7271126-9.3962755,3.3177395-3.7223926,2.0864456-5.864571,3.3012808-7.9992677,5.6596224-4.633749,4.0759624-8.3976646,9.0427994-10.3686072,17.5685754-1.3114366,2.83859-2.5233675,5.7649909-3.5939891,8.7943055-2.4002012,6.7910653-3.7612036,13.5318193-5.0061472,20.9484793-.7879094,4.7165196-1.18481,10.2081883-1.929513,15.3963996-2.2095131,3.6044811-4.3905959,6.5694104-5.2796009,8.5485003-1.8852778,4.1968077-1.2755248,6.9643961-1.2755248,6.9643961-.0173013-3.8062406,1.9896466-6.6670171,4.9123462-10.2721996-3.0988921,5.9901292-5.5358468,12.8585785-3.215512,19.4407304.0040214.1634415.0077622.324101.0112224.4827499-2.2096066,2.4338085-4.278839,5.4427602-6.0431014,10.0182585-3.3934814,8.8009218-2.3955251,16.1990189-1.0516369,20.7168884-.2872012.4091065-.5643956.7850852-.8254111,1.1139789-2.6907691,3.3901204-3.405452,5.0069317-3.0270684,7.4060927.3191851,2.0237903,2.158825,4.9668369,2.7283643,5.8408787-1.8776091,5.4576525-3.2845301,10.8432514-3.8246104,15.7004416.8151238-2.4857096,1.9400808-4.428235,3.1149776-5.9281285-.8414966,3.6106532-1.4172082,7.1038276-1.5941488,10.3073848.7361926-2.7909439,1.9199739-4.8977992,3.1276964-6.4408267-1.3405215,2.2952655-2.3517576,4.6284514-2.6303549,7.0186584-.2945893,2.5283994,1.0741754,5.0689324,3.1142294,7.3715388,2.0501543,3.4979203,5.2954058,6.5979794,7.5650525,8.5187157.2890716,2.515354.6857851,4.9031529,1.2149236,7.0939617-.0933334-2.1616086.128497-4.0646938.5066935-5.7034344.5433535.4172657.8701138.6466356.8701138.6466356.0004676-.0009118-.3067469-.3371932-.8039949-.9229269.174322-.7080519.3744557-1.3694863.5946027-1.97058.1335471.0764488.2648498.1510741.3911958.2218185-.2815899,4.3443516.3525719,8.7087623,2.807202,12.3331856-.4185973-.6856783-2.0485644-3.9104168-1.2591587-11.509876.0028056.0014261.0057983.0028756.0086039.0043017.5065065,1.5949754,1.0262929,3.1830072,1.5786244,4.7519619.4196261,1.1921344,4.9175834,9.7818984,5.4462542,10.8062427,0,0-.3844624-1.1325183-.7668673-2.8586023.4754577.2793539.9411893.5266554,1.3895262.7405485.5126789,1.2820261,1.1564733,2.4557145,1.9669211,3.4022073,0,0-1.2729997-4.5964692.0163661-8.0157898.7795861-2.0676022,1.1676022-2.5712528,1.4941755-2.8583217.0779025.4365767.160294.8663033.2487643,1.2863745-.0035538-.523546.015992-1.0306567.0452639-1.5300055.1107282-.0972326.2260388-.2177506.3598665-.4179203.0538678.154955.1129726.3235633.1760054.502318.0336673.2691373.0750969.5353289.1240081.7987618-.0130929.0294106-.0241283.0594524-.0375952.0887227.0165531.0012391.0372211-.0004442.0542418.0004208.3009487,1.5577329.8762862,3.0113597,1.8236479,4.3017554,0,0-.0305812-.0769164-.0718237-.244987.7767805,1.8553924,1.6361395,3.673215,2.422272,4.8045176,0,0-.3109553-1.1748808-.5831932-2.809834-.2854243-2.7018705-.0377822-5.5823787.1652506-7.2382794.3040348-.1713904.6126522-.367048.9219241-.5780421.0377822.051036.0755645.102189.1154977.1583917-1.2843157,7.0429724.5958185,10.5714489.5958185,10.5714489-.1307415-.8483016-.1670274-1.7760212-.142151-2.7418015.2713962.0591719.6766201.141255,1.1805081.2240863-.8718907,3.0777089-1.7135744,5.3740731-1.7135744,5.3740731.0515297.0946376,4.0014575-2.0517514,8.4018731-5.402759.0158985-.0039043.0320775-.0070604.0478824-.0110582-2.9256923,4.2744723-5.6095409,7.3204326-5.608138,7.3235654,0,0,5.1319322-3.9141808,9.5788273-9.3327205-.0799599,2.2521549-.3109553,5.5957982-.9733604,7.9690087,3.9351515-5.6800789,3.9965945-9.2387141,3.9965945-9.2387141,0,0,.0475084,8.938366,1.4370345,10.4417197,0,0,2.1480702-8.9616514,4.5731477-10.4417197,1.1954713.5915551,3.1697806,3.8561778,2.5259861,8.0382335,0,0,1.4035542-2.06302,1.897716-4.804237.1310221.1401095.2586774.2747249.3775419.3959208,4.3579573,4.4441092,3.2682575,8.5999338,3.2682575,8.5999338,0,0,.9439014-.8208548,1.7865203-3.2708883.2405345.8949424.2870141,1.7804865.0227255,2.598232,0,0,1.6396932-1.8498048,2.5225258-4.3722426.114656-.3274208.2110756-.6433392.293467-.9463993.502111,3.2106644.1010956,5.0579911-.0644356,5.6278973.9891653-2.9183586,1.1812562-5.832135.8371011-8.6549676.6802674.9737993,2.1201076,3.6604267,1.5096064,8.3753098,0,0,1.1192522-.360385,2.523087-1.5761788.0623781.5770836.098477,1.1145867.1053975,1.6069453,0,0,2.0242491-1.5582004,3.1881106-6.0103286.4434738-.9072397.8509422-1.9449801,1.1935074-3.1308724-.2832733,5.9714028,6.9511846,6.0539068,6.9511846,6.0539068,0,0-.3075886-.8096564-.669419-2.027414,3.6123191,3.392996,7.0776241,5.4814288,7.0776241,5.4814288.0009352-.0023846-1.3124653-1.5167965-3.0532541-3.9133158,2.5361798,1.953303,4.4423127,3.0882293,4.4800014,3.0151938,0,0-1.2023918-2.436614-1.8063466-6.2914826,1.1287913.3849795,2.3713969.6471032,3.7253853.7086364-.8990116-1.728679-1.5396264-4.5650714-1.494082-7.0378992.1035271.2502005.2066801.491213.3093655.7215181,0,0,.1638477-2.1734383.5675753-4.3830436.0365665-.0564599.0677088-.1198867.1068003-.1730035,0,0,.8027791,4.7004583,3.3131473,6.8365138,0,0,.2233267-1.9820356.5311024-4.2303564.3352706.4730711.7018706.9403442,1.100174,1.3885635,1.2714099,2.4231945,2.9583309,4.746538,5.0355126,6.7964424-.2025652-.2120228-1.6230466-1.8052214-4.1249044-7.1647295-.1476687-.5948515-.31161-1.3253003-.4666668-2.1621463.8283102,1.2904892,1.6131334,2.2031996,2.3266006,2.8469128.4602139,4.7389165,3.1493931,8.0779775,10.0981461,8.2428686,0,0-7.7350726-2.2327504-8.7296621-6.3065152-.086974-.3562937-.1413093-.7059478-.1707683-1.0481908,1.5351374.8928617,2.523087.5181922,2.523087.5181922-.2229526-.4337478-.4076554-.8473197-.5634604-1.2464902.3149767.4166111.6416435.831048.9819642,1.2401545.1030595.1607997.1606681.2461092.1606681.2461092-.0244088-.0468045-.0482565-.0954558-.0724783-.1425409.288791.3442536.5852507.6852341.8921847,1.0200894l-2.0063867-4.4241904s2.6891792,3.6719291,5.3609636,4.9513601c0,0-.6230329-.4465361-1.5776892-2.2421955,1.2490585.8972335,2.9057725,1.3027631,5.0841432.5631731,0,0-2.2471083-.5056144-4.1747508-1.9316074,1.9065069.9070994,3.1656657.2077912,3.6005355.5065729,0,0-4.8209768-6.2780866-3.9734014-9.7550127,1.9445698,2.0119606,3.5888455,3.1091768,4.6630208,3.6869851l-.3579026,4.3831605c.2893521-.8861286.6377156-2.3282063,1.0086176-4.0601116.4455312.2005905.692238.2664488.692238.2664488-.213133-.1871711-.4200001-.3866862-.6225653-.5940332.2346427-1.1097005.4771411-2.3273646.7187978-3.5873912.3796928,2.3956543.3979293,5.2559164.286266,7.5581722-.2203341,2.0574324-.3646361,3.382382-.3646361,3.382382,0,0,.071169-.3843483.1966734-1.0768533-.1049299,1.0368988-.224449,1.7364875-.3085238,1.8702847,0,0,1.5351374-1.8910451,3.2373958-7.7308484.3204944,1.0815758.4614297,1.7604275.4614297,1.7604275.6937344-1.0672679,1.1142956-2.3593001,1.3321982-3.7762923.7001873.1449489,1.4556451.251837,2.2692726.3179056-.6301405,1.7471717-1.4912764,3.4543655-2.6236214,5.1058008,0,0,1.498945-.3153339,3.2947238-1.7983947-.0837943.1726528-.1486039.2451974-.1486039.2451974,0,0,1.3317305-1.0117432,2.8509695-2.7136066-.0050501.0343903-.0085104.0589381-.0085104.0589381.0010287.0008183.0081363-.0272364.0177689-.0692248,1.1675087-1.3092624,2.734256-4.1081317,3.7760733-6.7853141.0942686,2.321403.1311156,4.6890494.1024048,7.0924187,0,0,.4551638-2.7740176.5852507-7.2242053.3182499,3.8936308-.0036473,6.7604624-.4482433,9.6314555,1.0373283-3.2016635,2.9829268-5.7665807,2.4405085-13.4268249.1804009-.4478219.3651037-.9551196.5418572-1.5276209.7528392,1.8518154,1.2247432,3.2853832,1.2247432,3.2853832.5693522-2.9523047-.2860789-6.9720176-.2860789-6.9720176.900695,1.3081402,1.5425255,2.9617264,1.9946967,4.502907.5932934,2.7515505.953347,4.6149618.953347,4.6149151,0,0-.2626053-1.4114981-.705892-3.709686.5251171,2.0539957.705892,3.709686.705892,3.709686,0,0,2.8824859-6.0492076.5325052-14.4226237.1391584-.2290894.2665332-.4737958.3868004-.7278772,1.0754846,3.1749181.9225788,5.0264764.847856,5.5250304.3904477-2.0370694.309459-4.0215131-.080334-5.9159949.8645026.5528397,1.6303412.7801523,2.2105418.8612535.2618571,2.2064492.2838344,4.0780665.2899133,4.6507081.0348831-.4551395.2364196-1.5925907.2469874-1.7405321.0674282-.9449498.062004-1.9082052.0012158-2.8700111.3774483.0018469.5967537-.0547065.5967537-.0547065-.2170609-.1233936-.4218705-.2448701-.6293923-.3667674-.0498464-.6069384-.1154042-1.2125441-.2135071-1.8104582-.3790382-2.3089655-1.1501139-4.9267188-2.2972352-6.7374576-.0175818-.0277741-.0317969-.0581432-.0491917-.0861043-.1818037-1.0617038-.4543221-2.0982285-.7868807-3.1183647,1.0811894,1.6654158,2.1458257,3.8557103,2.9828333,6.6987422-.3826855-2.890117-.9655982-5.9213253-1.6975824-9.0257562,1.5286845,3.1221287,1.6011628,5.0371138,1.5865736,5.5503497.2536273-3.6805092-.9449302-7.0183779-2.6975025-9.9032346-.2535338-.9300107-.5152974-1.8626866-.7898733-2.7984719,1.0859589.9085489,2.2463601,2.244019,3.1813771,4.1716287-.3152573-1.2314342-.7267471-2.5079429-1.2134272-3.8115944,3.036514,3.6615022,3.8767948,11.8281791,3.8993332,11.8314989,0,0,.7167404-7.2533353-4.2864142-13.8623495ZM328.1662974,182.5627443c.2266935,1.8883332.1241951,3.4185491-.06668,4.5663338-.5917971-.9098114-1.2550438-2.2229313-1.8976225-4.1024507.3400402-1.2517504.7135607-2.8612207.9933737-4.720681.4552573,1.3854541.7967938,2.8061869.9709288,4.2567978ZM310.6814422,225.5838983c-.1117569-.0679857-.2234202-.1437799-.3351771-.2170025.0202939-.1215466.0406814-.2411061.0608818-.3642191.0921176.1949329.1848898.3910347.2742953.5812216ZM301.1345988,229.8742448c.0347896.0421754.0658384.0790907.0989446.1188581-.004489.0154067-.008978.0307899-.0133734.0460096-.0279626-.0551273-.0579827-.1096468-.0855712-.1648677ZM227.6496324,234.238375c-.0634068-.1226688-.1354175-.2476054-.2029393-.3713964.1128791-.1560071.226974-.3100036.3348966-.4742166-.0291784.2519071-.0745358.5369187-.1319573.845613ZM209.0230801,134.6145441c-1.7556585,4.7114464-3.5371287,9.4131204-5.3770491,14.0912519.1241016-1.3546875.2137876-2.7101232.3835272-4.3394187.3837142-3.6871488,1.2477492-6.604315,3.1088988-8.8833088.4852774-.5943605,1.1281366-1.1316767,1.8231803-1.6666315.01833.2667527.0396527.5325235.0614429.7981072ZM301.7234033,223.6512155c.1276554.1212427.2588645.2391656.3823114.3642893.043674.6790855.1288711,1.3354467.2609219,1.9643846-.1399065.5116462-.2739213.9959858-.401109,1.4507512-.3805345-.6608032-.8007217-1.423094-1.2600939-2.2993801.3314363-.4966603.6717571-.9895333,1.0179696-1.4800449ZM303.2974452,228.5969179c.2311824.4343323.4954711.8481146.8025921,1.234567l-.066493.8136775c-.2785038-.3692923-.6457584-.8912018-1.1018574-1.6104054l.3657583-.4378391ZM304.0428964,228.0462758c.0694857-.0249219.1391584-.0526492.208457-.0683598v.0000468l-.0280561.3440432c-.0621911-.0913178-.1250368-.1824486-.1804009-.2757302ZM324.9304915,204.2474002c.0256246-.2109708.0467602-.4294695.0663995-.6522466.1833935.1341946.3739881.2840998.5700069.4528717-.0165531.3699469-.0433935.7412966-.0781831,1.1127164-.1822713-.3100971-.3684704-.6142559-.5582233-.9133416ZM299.4445916,75.1328319c-.0336673-.0421287-.0673347-.0832988-.1010956-.122739-.3131063-.6881331-.8192387-1.5157678-1.310782-2.1138222-.341443-.5682931-.6841953-1.1194963-1.029192-1.6462218-.2140682-.4651222-.6151772-1.0945043-1.1292589-1.8073021.9069609.9705964,1.7103011,1.9017059,2.3163134,2.7270261.5942286.8093524.9979562,1.8167939,1.2540151,2.963059ZM290.1156508,62.3227177c-1.5637547-1.2509322-2.8761265-2.1857356-3.6170887-2.6919578-.9764465-.8901498-2.2603882-1.7639109-2.9104485-1.7936722-.4156982-.3108686-.8353242-.623514-1.260655-.9402039.3147897-.1026565.6267737-.1729801.9335207-.1973409,2.1621917-.1716709,4.6556327,2.4493555,6.8546715,5.6231748ZM258.5104304,51.7879969c.0924917-.0516439.1933067-.1112833.311797-.189696,1.4333872-.5625419,2.6274557-.5708414,3.5931474-.2056404-.8183971.0943337-1.4662129.2375525-1.7972751.4398497-.3394791.0711652-.6664264.1468426-.973828.2235252-.0072946.000187-.0146827.0002338-.0220708.0004208-.2260388.0056577-.4541351.0133961-.6811091.0198954-.137288-.1077297-.2814964-.2028349-.4306615-.2883548ZM252.735639,52.4061338c-.495097.0413806-.9892588.0876707-1.482953.1384963-.3568739-.0133961-.7233803-.0107075-1.0994259.0095386.0173948-.0596394.0352572-.1189516.0513427-.1792223-.2908485-.0664427-.5749634-.1059296-.8539348-.125334-.0125317-.0346007-.027682-.0661388-.0414295-.0992432.9184639-.9142767,4.2634082-4.0096834,3.4264005.2557646ZM206.2952769,130.6600582c-.061817.2691607-.1220441.5400748-.1878825.8046299-.5218439,1.3469959-.9613897,2.4828574-1.3364066,3.4861841-.8484171,1.3732503-1.7337748,2.9287622-2.5822854,4.6332675,1.1859322-3.0764932,2.6475626-6.0113339,4.1065744-8.9240816ZM198.2580399,166.8077131c.6316368-1.8701678,1.494082-3.6100921,2.5154183-5.2845321-.3157249,1.5930583-.6330396,3.1309191-.9085507,4.3461284-.7063596,3.1158631-.3587443,6.3085024-.9606416,9.4134944-.7981031,1.3867166-1.6871081,2.8782639-2.5445031,4.2077023-.1288711-3.2901759.2083635-7.6792045,1.8982772-12.682793ZM201.3945272,228.4234001c.5002406.3515712.9944025.6848834,1.4749103.9981367.0338544.3969261.0700468.7911637.1087642,1.1827828-.501737-.658442-1.037983-1.3891713-1.5836745-2.1809195ZM225.5184894,239.1538486c.1790916.3506828.3564998.728672.527081,1.1249436-.453948,1.4763978-.9014432,2.8417227-1.214643,3.7753104.1062392-1.6025735.3628592-3.2824842.687562-4.900254ZM299.7340373,226.6522885c.1480428-.2439817.2992653-.486584.4532934-.7278772.4822847.7591347,1.0059055,1.5070007,1.572265,2.2384315-.1680562.5940099-.3203074,1.1234707-.4531999,1.5804805-.3662259-.6035718-.7375954-1.2467941-1.1103678-1.9247574-.164783-.3954299-.3171277-.78415-.4619908-1.1662774ZM301.5556277,230.6821945l.1307415-.1565682c.2487643.2848713.3873615.4305449.3873615.4305449-.107642-.1608699-.2169673-.3329148-.3261992-.5037441l.9492321-1.1363291c.421777.4920781.8671212.9718355,1.3274286,1.4430128l-.263447,3.2264217c-.8305547-.9871019-1.565251-2.121397-2.2051176-3.3033382ZM310.0565389,232.5154238c.1790916-1.6007967.1242886-3.3346424-.075845-5.0730237.0347896-.1867035.0693921-.3766099.1038076-.5674982.4056915.1730269.8407484.3012365,1.3092857.3698534.5573816,1.5973132,1.044997,3.0541196,1.4480699,4.2902764-.1642218.6262727-.3570609,1.2479631-.5782367,1.8647907-.3310622-.1145564-1.1698467-.4171488-2.2070815-.8843986ZM326.2019949,210.4874962c-.0800535-.2145711-.1582365-.4323685-.2371677-.6485527.1133467.141442.2265999.2772498.339292.4058569-.0320775.0840937-.0681764.1616881-.1021243.2426959ZM326.2319214,206.5077611c.1125986-.4976422.2150034-.9995394.3018839-1.5058084.1239145.1390106.2478291.2836556.371276.4374417.0347896.6406039.034509,1.292757-.0118771,1.9595685-.0095391.136813-.0288978.2612353-.0426453.3926946-.1947095-.4359688-.4016701-.8638719-.6186375-1.2838964ZM330.3190436,212.0346851c-.8129729-.4979929-1.5533739-.9959391-2.2098871-1.5294912.1565532-.5609288.2896327-1.1455637.371276-1.7760913.0250635-.1935068.0432999-.3850497.0611623-.5764991.1648765.3698067.3218037.7583164.4647029,1.1739456-.1000668-.7653301-.2369807-1.5534545-.3993321-2.3557699.0063594-.3341072.0033667-.6655491-.0104743-.9939986.9136943,1.7103266,1.4308622,3.9772569,1.7225523,6.0579045ZM327.6402452,188.3942948c-.2787843-.6254076-.5719708-1.2540182-.8763797-1.8839847.3722112.470476.7726656.9027042,1.2074419,1.2851822-.0630328.2833751-.1284035.5438622-.192652.7595321-.0457315-.0536311-.091837-.1072388-.1384102-.1607296Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* CARRIE 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9685669,195.2748413c1.0385132-1.8301392,1.9732666-3.7962646,1.7174683-5.7397461-.2702637-2.0540161-1.4807129-4.2996216-3.3132935-6.6147461-.9771729-4.5901489-2.3741455-8.9879761-4.1729736-12.8051758,3.2782593-7.168335.1377563-16.9432373-4.2132568-21.2929688-.251709-.2516479-.4954224-.4969482-.7402954-.7431641.3057861-3.2728271-1.0714722-4.8766479-1.9154053-4.8916016-.0588989-.0010376-.1456299-.0112305-.2568359-.0311279-.0252686-.1157837-.0479126-.2325439-.0750122-.3476562-.0141602-.0603027-.0327148-.1199341-.0477295-.1801758.3847046-3.9962769.3497314-8.2490845-.9613037-10.3580322-.9039307-1.4541016-2.1677856-3.5043335-3.8461304-6.4571533-.0286255-.7688599-.0637817-1.5342407-.1489258-2.2800903-.4071655-3.5681152-1.8237305-6.3046875-3.0968018-9.56073-.7174072-1.835083-1.3157349-3.720459-1.8668213-5.6183472-2.9434204-19.8909912-7.4918823-27.9485474-13.3521729-39.6494751-6.0164185-12.0126343-21.0916138-16.7836914-33.9994507-15.7826538-2.3884277.1852417-9.2433472-2.2146606-20.4840698,2.3336792-1.7429199.6448364-3.0166626,1.302063-3.6467896,1.6541138-1.2460938.6251831-2.5345459,1.3270874-3.8726807,2.1297607-15.8467407,9.5049438-21.7886963,35.7800903-23.4519043,45.2333374-1.5010376,3.9847412-2.9082642,7.5997314-3.9008179,10.1723022-1.8719482,4.8518066-5.7888794,8.3626709-7.8684692,13.0244751-1.3956909,3.1286621-.7996826,6.1213989.5521851,8.9736328-.3026733,1.899231-.3364868,3.7510986.0288696,4.907959.0667114.2114258.1619873.5090942.2768555.8734131-.4338379.9460449-.6376953,2.3661499-.2208252,4.2836304.3076172,1.414917.8853149,3.0622559,1.453186,4.7546997-.7850952.9695435-1.6184692,1.9840088-2.5029907,3.0454102-3.309021,3.97052-5.9842529,15.3214111-4.8890991,25.3690186-.8297729,2.9400024-1.3413086,6.2119751-1.1499023,9.5891113-.4335327,1.8184814-.8017578,3.50354-1.0821533,4.9963989-2.1454468,2.4093018-3.8226929,5.3515015-3.8544312,9.2920532-.0674438,8.3792725,5.750061,11.8894653,7.9269409,12.9088745.7348022,2.4498291,1.7560425,4.0339355,2.2487183,4.7037964-1.3849487,3.6473999-4.602356,7.1727295-7.3997192,8.9043579,0,0,6.3929443-1.3914185,9.703186-7.7093506.5010986.7680664,1.0576172,1.4939575,1.6453857,2.1727905-1.7987671,9.9519043,2.9484253,16.8380737,2.9484253,16.8380737,0,0-.2736206-5.5987549,1.8843384-9.3093872,0,0-.0269775,4.0420532.4122925,5.3135986,0,0,.2675781-1.3416138.8204956-3.1618652,1.2305908,2.333374,2.4862671,3.3674316,2.4862671,3.3674316l.2242432-1.9058228c.7086792,2.2145386,2.2401733,4.3400879,3.833313,6.1031494,1.5935669,2.3817749,3.4265747,3.5942383,3.4265747,3.5942383-.1173706-.1977539-.2265015-.3955078-.3355713-.5932617,1.1306152.9725342,1.9327393,1.5462036,1.9327393,1.5462036,0,0-2.130188-2.8027344-.2241821-10.3140259.7033691-2.7721558,2.2270508-5.1188965,4.019104-7.2850342,1.5823364-.1606445,3.4521484-.532959,5.5725098-1.2734985.5211182-.1819458,1.0166626-.4075317,1.4907837-.6640015-2.0020142,3.3493652-8.2121582,5.8032227-8.2121582,5.8032227,5.2687378-1.2868652,8.2675171-3.7681885,9.7856445-6.8477783,3.3196411-2.6769409,4.9179688-7.3046875,3.7780762-11.7684326,1.0856323-1.5253296,2.1192017-3.0585938,3.0734863-4.5592651,2.704834-4.2539062,5.3922119-10.8171387,2.2428589-15.6237183-3.3779907-5.1555786-4.8875732-8.2266846-6.2623901-12.6841431-.5757446-2.4653931-1.1333618-4.2706909-1.3219604-4.8602905-1.0345459-4.776001-2.7982178-17.1574097-4.2341309-27.7940063-.8425903-10.5320435-2.3371582-20.2244263-2.8413086-23.333374,2.1184082-3.6829224,3.7774048-7.9254761,5.3640747-12.1809692.585022-.8775024,1.1931152-2.1552124,1.7670898-3.5507202.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.0688477-.1841431.1342773-.3668823.2011108-.550415.3430786-.6550293.6871948-1.3095703,1.0320435-1.9630127-.0206299.0750732-.0393066.1469116-.06073.2231445-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0308838-.5945435-.062439-1.1640625-.0941162-1.6976318.2935181.800293.5923462,1.6182861.8950806,2.4466553.5345459,2.8574829,1.046875,6.1814575.9880371,8.1855469l1.8231201.3857422.2414551.9128418s.1725464.1422119.65802.2307739c1.2053223,2.9396973,2.5350952,5.9307861,4.0535278,8.8985596l-.2434692,3.0673828c-.0890503.9597168-.1742554,2.026062-.2548218,3.2104492-.7026367,10.3284912-.8864746,17.3861694-.8952637,22.7753906-2.0393677,6.6713257-4.3560791,14.6052856-5.3270874,19.2316284-.1265259.6026001-.2513428,1.2980347-.3731079,2.0592041-1.3262329,3.2946777-7.1161499,18.8814697-3.3267212,31.24646.3135376,1.0228882.7002563,2.0368042,1.1433716,3.0439453-.4991455,3.8919678-.8554077,7.9467163-.24646,11.0928345,1.3453979,6.9507446,5.1573486,13.6773071,12.2205811,16.1437378,0,0-10.4266968-7.7355347-9.305603-19.1706543.0877075-.894043.192749-1.7286377.3100586-2.5218506,2.362915,3.8123169,5.2142334,7.5682373,7.7752075,11.3672485-.7436523,3.1762085-.2890015,6.5908203,1.9342041,10.3770142,0,0-1.3671265-4.463501-.8335571-8.7095947,4.0170288,6.2301025,6.9505005,12.6144409,5.3890991,19.5884399,0,0,1.1084595-.7754517,2.6472778-2.4733887.0432129.0015259.0889282.0027466.1353149.0039062-.2560425.6178589-.53125,1.2380371-.8440552,1.8626709,0,0,.9837646-.7133789,2.475708-1.9123535,1.8805542-.1607056,4.4140015-.7446289,6.1245117-2.5817871,0,0-.6726685,1.9058228-1.7938232,3.2511597,0,0,2.4907837-.7786255,4.8667603-5.8726807,3.1281128,2.8322754,5.5039062,4.2360229,5.5039062,4.2360229,0,0-1.7542114-2.7440186-1.4741821-8.2498779.8184814,1.4383545,2.2808838,2.5501709,4.4364624,3.1530762,0,0-1.6734009-3.1505737-1.0283203-4.5726318.6450806-1.4219971,3.6791992-13.0771484,5.8511963-19.4631348,1.5670776-4.6072388,2.2931519-9.553894.0523682-14.2090454.0090942-1.2960815-.0176392-2.6136475-.0812988-3.9446411ZM161.3383789,181.1212158c.086731.5857544.1876221,1.1651001.3024902,1.7369995-.3707886,1.3770752-.7235718,2.7240601-1.0513306,4.022644.1293335-1.7640381.3568115-3.7640991.7488403-5.7596436ZM156.7994995,202.9822998c.1329956-1.7435913.8046265-3.3789673,1.7774658-4.8967896.0783691,4.4522095,1.8190918,8.3387451,3.5905151,11.6245728-.0819092,2.381958.2033691,4.4209595.6413574,6.0987549-2.0267334-2.1411743-6.4197998-7.4449463-6.0093384-12.8265381ZM162.0228271,181.4518433c-.1223145-.6552124-.2272339-1.3294678-.3097534-2.0228882.5934448-2.383728,1.4564209-4.6568604,2.7058716-6.3939209-.8220825,2.7998657-1.6393433,5.6539307-2.3961182,8.4168091ZM165.300415,221.0119019c-1.5115967-3.4204712-2.0385742-6.5667725-2.0236206-9.3013306.4571533.8112183.8884888,1.5770874,1.2678833,2.3009033.2747192,1.5184937.7097778,3.1289673,1.3027954,4.8797607-.1015625.7025757-.2889404,1.4133301-.5470581,2.1206665ZM165.225647,170.3085327c-1.1602173,1.9141846-2.5637817,4.6722412-3.6314087,7.9272461-.2468262-3.1222534-.0307617-6.5784302.9866943-10.2435303.7978516-2.8741455,2.55896-6.0303955,4.5239258-8.9328003.1063843-.1044922.213562-.2081299.3234863-.309082,0,0-.0665894.0327759-.1740112.0917358.7145386-1.0454102,1.4517822-2.0547485,2.178833-3.0046997.0093994.2055054.0178833.4088135.0250244.6084595-1.0768433,3.4916992-2.6279297,8.4790039-4.2325439,13.8626709ZM168.269165,131.934082c-.3670654.8342896-.6828003,1.8186035-.9298706,2.8443604-.2584839-.6293945-.4222412-1.2980957-.463562-1.9835205-.0861206-1.4280396.321106-2.8512573.9473877-4.1375122,1.1087036-2.2768555,2.5675049-4.0925903,4.6025391-5.5675049.3498535-.2536011.9310913-.5480957,1.5380859-.8682251-2.9475708,5.2711792-5.0551147,8.2592163-5.6945801,9.7124023ZM200.4484863,217.4646606c.3170166-.4104614.6307983-.8243408.9424438-1.2398071.4335938,1.9255981.246521,3.9378052-.902771,5.9012451-.052063.0889893-.1071777.1727295-.1605835.2593384.2721558-1.5758667.2878418-3.2350464.1209106-4.9207764ZM195.4845581,223.3999634c.7589111-.8308716,1.5200195-1.7024536,2.2767334-2.6013184.4703369.9656372.874939,2.3510132.6049805,4.0201416-2.0881958,1.9874268-4.6791992,2.9745483-7.3085327,3.3880615,1.4246826-1.6624756,2.9846191-3.2279053,4.4268188-4.8068848ZM276.8913574,116.0576172c.3189087.2132568.628479.4300537.9177856.6570435,1.9702759,1.5458984,2.9347534,3.5148315,3.2772217,5.987854.069458.5014038.1176758,1.0054932.1572266,1.5106201-1.2454834-2.2363892-2.6903687-4.9224854-4.3522339-8.1555176ZM287.6556396,147.7783203c.2645264.270813.526001.5463867.7850952.8245239-.1077271,1.3068237-.4821167,2.7632446-.8712769,4.0131226.1156616-1.5476685.1616211-3.1870117.0861816-4.8376465ZM288.4400024,147.265625c-.2995605-.3032837-.593811-.6022339-.8817139-.8961182-.0321655-.3573608-.0687256-.7143555-.1141357-1.0697632.6098022.3920898.9059448,1.0979614.9958496,1.9658813ZM293.5330811,168.7634888c-.5725098-1.1091309-1.1802979-2.1628418-1.8253174-3.1464233-1.5785522-2.4072876-3.2057495-5.0212402-4.8155518-7.6941528.0794067-.4463501.157959-.9193726.2333984-1.4171753.6165771-2.4915161,1.5265503-5.0801392,1.942688-7.2139893,1.8796997,2.1077271,3.5095215,4.3718262,4.3134155,6.5343018,1.932373,5.197998,1.4155273,9.5820923.1513672,12.937439Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M328.5383216,189.4938957c.1210154-.337801.2303408-.6751812.3295659-1.0121172.334803.2223796.6870009.4182944,1.0560324.5877677-.1742285-.0953623-.5291384-.331138-.9892588-.839067,1.352118-4.8456176.5101538-9.5893735-1.3408955-14.02523,0,0-.1503808-6.571912-.5030463-10.1870538,1.2138948-3.5610666,2.4823121-10.5308399-1.6945897-18.910428-2.2978898-4.609912-4.8716649-7.293921-7.562808-9.5185122-.1352305-.6379855-.2714897-1.2860706-.4257049-1.9556409-.0717301-.4700084-.1414964-.9509581-.2069607-1.4553802-.0587308-.4520067-.1162459-.9090399-.1732933-1.3696968-.1562726-3.794785-.6639949-7.6428737-1.4438615-11.414163,3.0448373,2.9516267,5.1517585,5.3022299,5.284651,8.6104543,0,0,.4910756-2.4327565-1.5281234-5.9400751-.8010958-1.3916261-2.5308492-3.3292653-4.4410969-5.6833286-.2006948-.8115267-.4129861-1.6175593-.6365934-2.4169991-.5058519-2.4452876-1.0897933-4.9635639-1.7435009-7.4739382.9884171,2.2135564,1.6802811,3.8099111,1.6802811,3.8099111.0178624-.0071305-.9746696-2.9181014-2.47296-6.7247863-.937168-3.3051149-1.9905818-6.5381997-3.1397605-9.5092074.8010958,1.2694015,1.5618843,2.643587,2.1417108,4.028667,0,0-1.193975-4.603927-4.1231276-8.6648802-.912011-1.9168554-1.8690988-3.6356919-2.8628466-5.084152-.5976889-2.5260849-1.3025522-5.1780181-2.188471-8.0108802-1.3907419-4.4468211-5.4392402-8.8148556-9.0781191-12.0290735-2.5432874-4.372944-5.8269758-8.7153084-8.8175713-8.6627761-.7266535.0127649-1.4606952.2376694-2.1897803.6168042-1.5553378-1.1459611-3.1769816-2.0747094-4.8463208-2.7743916-.5840349-1.7706441-2.2877896-1.5825144-3.6746972-1.1474808-.678584-.1413719-1.3621247-.2478626-2.0502478-.3140481-.1467335-.1528042-.2740148-.268436-.3738946-.3386894-.087161-.0613227-.2961791-.1189282-.5883369-.1714605-.6196662-.9119388-1.3089116-1.5342137-2.0136813-1.7779383-2.8094464-.9717419-4.3467348,1.2132689-4.3467348,1.2132689,0,0,.3863328.1783339.680548.0738304,1.0147899-.6688222,2.4389186-1.4572038,4.0080039.3074085-1.2455047-.0856601-2.8084177-.1163332-4.2174896-.0580964-1.0203076-.693557-2.1755652-.896953-3.0760731-.8411243-2.2446767.1391977-3.1437819.8357004-3.1437819.8357004l-.2222045.1589996c-.5768338-.1388002-1.2080966-.1381924-1.877048.0277741,0,0,.7293656-.064362,1.6150974.1597009l-.0314229.0224905.6306081.3783633s.0876286-.0016833.2824316-.0832053c.0998798.0480202.1993855.0996173.297956.1574098-1.6533472.0515036-3.3261467.127555-4.9984785.2519773.2397863-2.2291968-.6077891-2.7426665-1.4706083-2.5176451-1.0192789.2658409-2.1950174,1.5377673-2.8703282,2.0714597-.3591184-.603829-.9875755-.8876482-1.8560995-.8015439-1.4057052.1393847-2.2357923,2.1473475-2.2357923,2.1473475l1.0779162-.6294756c.6341619-.796985,1.3927994-.7988553,1.8925724-.2889392-.8734806.1602153-1.6896331.5376434-2.4595866,1.0694422-3.3585047.6884137-6.5584924,1.7271126-9.3962755,3.3177395-3.7223926,2.0864456-5.864571,3.3012808-7.9992677,5.6596224-4.633749,4.0759624-8.3976646,9.0427994-10.3686072,17.5685754-1.3114366,2.83859-2.5233675,5.7649909-3.5939891,8.7943055-2.4002012,6.7910653-3.7612036,13.5318193-5.0061472,20.9484793-.7879094,4.7165196-1.18481,10.2081883-1.929513,15.3963996-2.2095131,3.6044811-4.3905959,6.5694104-5.2796009,8.5485003-1.8852778,4.1968077-1.2755248,6.9643961-1.2755248,6.9643961-.0173013-3.8062406,1.9896466-6.6670171,4.9123462-10.2721996-3.0988921,5.9901292-5.5358468,12.8585785-3.215512,19.4407304.0040214.1634415.0077622.324101.0112224.4827499-2.2096066,2.4338085-4.278839,5.4427602-6.0431014,10.0182585-3.3934814,8.8009218-2.3955251,16.1990189-1.0516369,20.7168884-.2872012.4091065-.5643956.7850852-.8254111,1.1139789-2.6907691,3.3901204-3.405452,5.0069317-3.0270684,7.4060927.3191851,2.0237903,2.158825,4.9668369,2.7283643,5.8408787-1.8776091,5.4576525-3.2845301,10.8432514-3.8246104,15.7004416.8151238-2.4857096,1.9400808-4.428235,3.1149776-5.9281285-.8414966,3.6106532-1.4172082,7.1038276-1.5941488,10.3073848.7361926-2.7909439,1.9199739-4.8977992,3.1276964-6.4408267-1.3405215,2.2952655-2.3517576,4.6284514-2.6303549,7.0186584-.2945893,2.5283994,1.0741754,5.0689324,3.1142294,7.3715388,2.0501543,3.4979203,5.2954058,6.5979794,7.5650525,8.5187157.2890716,2.515354.6857851,4.9031529,1.2149236,7.0939617-.0933334-2.1616086.128497-4.0646938.5066935-5.7034344.5433535.4172657.8701138.6466356.8701138.6466356.0004676-.0009118-.3067469-.3371932-.8039949-.9229269.174322-.7080519.3744557-1.3694863.5946027-1.97058.1335471.0764488.2648498.1510741.3911958.2218185-.2815899,4.3443516.3525719,8.7087623,2.807202,12.3331856-.4185973-.6856783-2.0485644-3.9104168-1.2591587-11.509876.0028056.0014261.0057983.0028756.0086039.0043017.5065065,1.5949754,1.0262929,3.1830072,1.5786244,4.7519619.4196261,1.1921344,4.9175834,9.7818984,5.4462542,10.8062427,0,0-.3844624-1.1325183-.7668673-2.8586023.4754577.2793539.9411893.5266554,1.3895262.7405485.5126789,1.2820261,1.1564733,2.4557145,1.9669211,3.4022073,0,0-1.2729997-4.5964692.0163661-8.0157898.7795861-2.0676022,1.1676022-2.5712528,1.4941755-2.8583217.0779025.4365767.160294.8663033.2487643,1.2863745-.0035538-.523546.015992-1.0306567.0452639-1.5300055.1107282-.0972326.2260388-.2177506.3598665-.4179203.0538678.154955.1129726.3235633.1760054.502318.0336673.2691373.0750969.5353289.1240081.7987618-.0130929.0294106-.0241283.0594524-.0375952.0887227.0165531.0012391.0372211-.0004442.0542418.0004208.3009487,1.5577329.8762862,3.0113597,1.8236479,4.3017554,0,0-.0305812-.0769164-.0718237-.244987.7767805,1.8553924,1.6361395,3.673215,2.422272,4.8045176,0,0-.3109553-1.1748808-.5831932-2.809834-.2854243-2.7018705-.0377822-5.5823787.1652506-7.2382794.3040348-.1713904.6126522-.367048.9219241-.5780421.0377822.051036.0755645.102189.1154977.1583917-1.2843157,7.0429724.5958185,10.5714489.5958185,10.5714489-.1307415-.8483016-.1670274-1.7760212-.142151-2.7418015.2713962.0591719.6766201.141255,1.1805081.2240863-.8718907,3.0777089-1.7135744,5.3740731-1.7135744,5.3740731.0515297.0946376,4.0014575-2.0517514,8.4018731-5.402759.0158985-.0039043.0320775-.0070604.0478824-.0110582-2.9256923,4.2744723-5.6095409,7.3204326-5.608138,7.3235654,0,0,5.1319322-3.9141808,9.5788273-9.3327205-.0799599,2.2521549-.3109553,5.5957982-.9733604,7.9690087,3.9351515-5.6800789,3.9965945-9.2387141,3.9965945-9.2387141,0,0,.0475084,8.938366,1.4370345,10.4417197,0,0,2.1480702-8.9616514,4.5731477-10.4417197,1.1954713.5915551,3.1697806,3.8561778,2.5259861,8.0382335,0,0,1.4035542-2.06302,1.897716-4.804237.1310221.1401095.2586774.2747249.3775419.3959208,4.3579573,4.4441092,3.2682575,8.5999338,3.2682575,8.5999338,0,0,.9439014-.8208548,1.7865203-3.2708883.2405345.8949424.2870141,1.7804865.0227255,2.598232,0,0,1.6396932-1.8498048,2.5225258-4.3722426.114656-.3274208.2110756-.6433392.293467-.9463993.502111,3.2106644.1010956,5.0579911-.0644356,5.6278973.9891653-2.9183586,1.1812562-5.832135.8371011-8.6549676.6802674.9737993,2.1201076,3.6604267,1.5096064,8.3753098,0,0,1.1192522-.360385,2.523087-1.5761788.0623781.5770836.098477,1.1145867.1053975,1.6069453,0,0,2.0242491-1.5582004,3.1881106-6.0103286.4434738-.9072397.8509422-1.9449801,1.1935074-3.1308724-.2832733,5.9714028,6.9511846,6.0539068,6.9511846,6.0539068,0,0-.3075886-.8096564-.669419-2.027414,3.6123191,3.392996,7.0776241,5.4814288,7.0776241,5.4814288.0009352-.0023846-1.3124653-1.5167965-3.0532541-3.9133158,2.5361798,1.953303,4.4423127,3.0882293,4.4800014,3.0151938,0,0-1.2023918-2.436614-1.8063466-6.2914826,1.1287913.3849795,2.3713969.6471032,3.7253853.7086364-.8990116-1.728679-1.5396264-4.5650714-1.494082-7.0378992.1035271.2502005.2066801.491213.3093655.7215181,0,0,.1638477-2.1734383.5675753-4.3830436.0365665-.0564599.0677088-.1198867.1068003-.1730035,0,0,.8027791,4.7004583,3.3131473,6.8365138,0,0,.2233267-1.9820356.5311024-4.2303564.3352706.4730711.7018706.9403442,1.100174,1.3885635,1.2714099,2.4231945,2.9583309,4.746538,5.0355126,6.7964424-.2025652-.2120228-1.6230466-1.8052214-4.1249044-7.1647295-.1476687-.5948515-.31161-1.3253003-.4666668-2.1621463.8283102,1.2904892,1.6131334,2.2031996,2.3266006,2.8469128.4602139,4.7389165,3.1493931,8.0779775,10.0981461,8.2428686,0,0-7.7350726-2.2327504-8.7296621-6.3065152-.086974-.3562937-.1413093-.7059478-.1707683-1.0481908,1.5351374.8928617,2.523087.5181922,2.523087.5181922-.2229526-.4337478-.4076554-.8473197-.5634604-1.2464902.3149767.4166111.6416435.831048.9819642,1.2401545.1030595.1607997.1606681.2461092.1606681.2461092-.0244088-.0468045-.0482565-.0954558-.0724783-.1425409.288791.3442536.5852507.6852341.8921847,1.0200894l-2.0063867-4.4241904s2.6891792,3.6719291,5.3609636,4.9513601c0,0-.6230329-.4465361-1.5776892-2.2421955,1.2490585.8972335,2.9057725,1.3027631,5.0841432.5631731,0,0-2.2471083-.5056144-4.1747508-1.9316074,1.9065069.9070994,3.1656657.2077912,3.6005355.5065729,0,0-4.8209768-6.2780866-3.9734014-9.7550127,1.9445698,2.0119606,3.5888455,3.1091768,4.6630208,3.6869851l-.3579026,4.3831605c.2893521-.8861286.6377156-2.3282063,1.0086176-4.0601116.4455312.2005905.692238.2664488.692238.2664488-.213133-.1871711-.4200001-.3866862-.6225653-.5940332.2346427-1.1097005.4771411-2.3273646.7187978-3.5873912.3796928,2.3956543.3979293,5.2559164.286266,7.5581722-.2203341,2.0574324-.3646361,3.382382-.3646361,3.382382,0,0,.071169-.3843483.1966734-1.0768533-.1049299,1.0368988-.224449,1.7364875-.3085238,1.8702847,0,0,1.5351374-1.8910451,3.2373958-7.7308484.3204944,1.0815758.4614297,1.7604275.4614297,1.7604275.6937344-1.0672679,1.1142956-2.3593001,1.3321982-3.7762923.7001873.1449489,1.4556451.251837,2.2692726.3179056-.6301405,1.7471717-1.4912764,3.4543655-2.6236214,5.1058008,0,0,1.498945-.3153339,3.2947238-1.7983947-.0837943.1726528-.1486039.2451974-.1486039.2451974,0,0,1.3317305-1.0117432,2.8509695-2.7136066-.0050501.0343903-.0085104.0589381-.0085104.0589381.0010287.0008183.0081363-.0272364.0177689-.0692248,1.1675087-1.3092624,2.734256-4.1081317,3.7760733-6.7853141.0942686,2.321403.1311156,4.6890494.1024048,7.0924187,0,0,.4551638-2.7740176.5852507-7.2242053.3182499,3.8936308-.0036473,6.7604624-.4482433,9.6314555,1.0373283-3.2016635,2.9829268-5.7665807,2.4405085-13.4268249.1804009-.4478219.3651037-.9551196.5418572-1.5276209.7528392,1.8518154,1.2247432,3.2853832,1.2247432,3.2853832.5693522-2.9523047-.2860789-6.9720176-.2860789-6.9720176.900695,1.3081402,1.5425255,2.9617264,1.9946967,4.502907.5932934,2.7515505.953347,4.6149618.953347,4.6149151,0,0-.2626053-1.4114981-.705892-3.709686.5251171,2.0539957.705892,3.709686.705892,3.709686,0,0,2.8824859-6.0492076.5325052-14.4226237.1391584-.2290894.2665332-.4737958.3868004-.7278772,1.0754846,3.1749181.9225788,5.0264764.847856,5.5250304.3904477-2.0370694.309459-4.0215131-.080334-5.9159949.8645026.5528397,1.6303412.7801523,2.2105418.8612535.2618571,2.2064492.2838344,4.0780665.2899133,4.6507081.0348831-.4551395.2364196-1.5925907.2469874-1.7405321.0674282-.9449498.062004-1.9082052.0012158-2.8700111.3774483.0018469.5967537-.0547065.5967537-.0547065-.2170609-.1233936-.4218705-.2448701-.6293923-.3667674-.0498464-.6069384-.1154042-1.2125441-.2135071-1.8104582-.3790382-2.3089655-1.1501139-4.9267188-2.2972352-6.7374576-.0175818-.0277741-.0317969-.0581432-.0491917-.0861043-.1818037-1.0617038-.4543221-2.0982285-.7868807-3.1183647,1.0811894,1.6654158,2.1458257,3.8557103,2.9828333,6.6987422-.3826855-2.890117-.9655982-5.9213253-1.6975824-9.0257562,1.5286845,3.1221287,1.6011628,5.0371138,1.5865736,5.5503497.2536273-3.6805092-.9449302-7.0183779-2.6975025-9.9032346-.2535338-.9300107-.5152974-1.8626866-.7898733-2.7984719,1.0859589.9085489,2.2463601,2.244019,3.1813771,4.1716287-.3152573-1.2314342-.7267471-2.5079429-1.2134272-3.8115944,3.036514,3.6615022,3.8767948,11.8281791,3.8993332,11.8314989,0,0,.7167404-7.2533353-4.2864142-13.8623495ZM328.1662974,182.5627443c.2266935,1.8883332.1241951,3.4185491-.06668,4.5663338-.5917971-.9098114-1.2550438-2.2229313-1.8976225-4.1024507.3400402-1.2517504.7135607-2.8612207.9933737-4.720681.4552573,1.3854541.7967938,2.8061869.9709288,4.2567978ZM310.6814422,225.5838983c-.1117569-.0679857-.2234202-.1437799-.3351771-.2170025.0202939-.1215466.0406814-.2411061.0608818-.3642191.0921176.1949329.1848898.3910347.2742953.5812216ZM301.1345988,229.8742448c.0347896.0421754.0658384.0790907.0989446.1188581-.004489.0154067-.008978.0307899-.0133734.0460096-.0279626-.0551273-.0579827-.1096468-.0855712-.1648677ZM227.6496324,234.238375c-.0634068-.1226688-.1354175-.2476054-.2029393-.3713964.1128791-.1560071.226974-.3100036.3348966-.4742166-.0291784.2519071-.0745358.5369187-.1319573.845613ZM209.0230801,134.6145441c-1.7556585,4.7114464-3.5371287,9.4131204-5.3770491,14.0912519.1241016-1.3546875.2137876-2.7101232.3835272-4.3394187.3837142-3.6871488,1.2477492-6.604315,3.1088988-8.8833088.4852774-.5943605,1.1281366-1.1316767,1.8231803-1.6666315.01833.2667527.0396527.5325235.0614429.7981072ZM301.7234033,223.6512155c.1276554.1212427.2588645.2391656.3823114.3642893.043674.6790855.1288711,1.3354467.2609219,1.9643846-.1399065.5116462-.2739213.9959858-.401109,1.4507512-.3805345-.6608032-.8007217-1.423094-1.2600939-2.2993801.3314363-.4966603.6717571-.9895333,1.0179696-1.4800449ZM303.2974452,228.5969179c.2311824.4343323.4954711.8481146.8025921,1.234567l-.066493.8136775c-.2785038-.3692923-.6457584-.8912018-1.1018574-1.6104054l.3657583-.4378391ZM304.0428964,228.0462758c.0694857-.0249219.1391584-.0526492.208457-.0683598v.0000468l-.0280561.3440432c-.0621911-.0913178-.1250368-.1824486-.1804009-.2757302ZM324.9304915,204.2474002c.0256246-.2109708.0467602-.4294695.0663995-.6522466.1833935.1341946.3739881.2840998.5700069.4528717-.0165531.3699469-.0433935.7412966-.0781831,1.1127164-.1822713-.3100971-.3684704-.6142559-.5582233-.9133416ZM299.4445916,75.1328319c-.0336673-.0421287-.0673347-.0832988-.1010956-.122739-.3131063-.6881331-.8192387-1.5157678-1.310782-2.1138222-.341443-.5682931-.6841953-1.1194963-1.029192-1.6462218-.2140682-.4651222-.6151772-1.0945043-1.1292589-1.8073021.9069609.9705964,1.7103011,1.9017059,2.3163134,2.7270261.5942286.8093524.9979562,1.8167939,1.2540151,2.963059ZM290.1156508,62.3227177c-1.5637547-1.2509322-2.8761265-2.1857356-3.6170887-2.6919578-.9764465-.8901498-2.2603882-1.7639109-2.9104485-1.7936722-.4156982-.3108686-.8353242-.623514-1.260655-.9402039.3147897-.1026565.6267737-.1729801.9335207-.1973409,2.1621917-.1716709,4.6556327,2.4493555,6.8546715,5.6231748ZM258.5104304,51.7879969c.0924917-.0516439.1933067-.1112833.311797-.189696,1.4333872-.5625419,2.6274557-.5708414,3.5931474-.2056404-.8183971.0943337-1.4662129.2375525-1.7972751.4398497-.3394791.0711652-.6664264.1468426-.973828.2235252-.0072946.000187-.0146827.0002338-.0220708.0004208-.2260388.0056577-.4541351.0133961-.6811091.0198954-.137288-.1077297-.2814964-.2028349-.4306615-.2883548ZM252.735639,52.4061338c-.495097.0413806-.9892588.0876707-1.482953.1384963-.3568739-.0133961-.7233803-.0107075-1.0994259.0095386.0173948-.0596394.0352572-.1189516.0513427-.1792223-.2908485-.0664427-.5749634-.1059296-.8539348-.125334-.0125317-.0346007-.027682-.0661388-.0414295-.0992432.9184639-.9142767,4.2634082-4.0096834,3.4264005.2557646ZM206.2952769,130.6600582c-.061817.2691607-.1220441.5400748-.1878825.8046299-.5218439,1.3469959-.9613897,2.4828574-1.3364066,3.4861841-.8484171,1.3732503-1.7337748,2.9287622-2.5822854,4.6332675,1.1859322-3.0764932,2.6475626-6.0113339,4.1065744-8.9240816ZM198.2580399,166.8077131c.6316368-1.8701678,1.494082-3.6100921,2.5154183-5.2845321-.3157249,1.5930583-.6330396,3.1309191-.9085507,4.3461284-.7063596,3.1158631-.3587443,6.3085024-.9606416,9.4134944-.7981031,1.3867166-1.6871081,2.8782639-2.5445031,4.2077023-.1288711-3.2901759.2083635-7.6792045,1.8982772-12.682793ZM201.3945272,228.4234001c.5002406.3515712.9944025.6848834,1.4749103.9981367.0338544.3969261.0700468.7911637.1087642,1.1827828-.501737-.658442-1.037983-1.3891713-1.5836745-2.1809195ZM225.5184894,239.1538486c.1790916.3506828.3564998.728672.527081,1.1249436-.453948,1.4763978-.9014432,2.8417227-1.214643,3.7753104.1062392-1.6025735.3628592-3.2824842.687562-4.900254ZM299.7340373,226.6522885c.1480428-.2439817.2992653-.486584.4532934-.7278772.4822847.7591347,1.0059055,1.5070007,1.572265,2.2384315-.1680562.5940099-.3203074,1.1234707-.4531999,1.5804805-.3662259-.6035718-.7375954-1.2467941-1.1103678-1.9247574-.164783-.3954299-.3171277-.78415-.4619908-1.1662774ZM301.5556277,230.6821945l.1307415-.1565682c.2487643.2848713.3873615.4305449.3873615.4305449-.107642-.1608699-.2169673-.3329148-.3261992-.5037441l.9492321-1.1363291c.421777.4920781.8671212.9718355,1.3274286,1.4430128l-.263447,3.2264217c-.8305547-.9871019-1.565251-2.121397-2.2051176-3.3033382ZM310.0565389,232.5154238c.1790916-1.6007967.1242886-3.3346424-.075845-5.0730237.0347896-.1867035.0693921-.3766099.1038076-.5674982.4056915.1730269.8407484.3012365,1.3092857.3698534.5573816,1.5973132,1.044997,3.0541196,1.4480699,4.2902764-.1642218.6262727-.3570609,1.2479631-.5782367,1.8647907-.3310622-.1145564-1.1698467-.4171488-2.2070815-.8843986ZM326.2019949,210.4874962c-.0800535-.2145711-.1582365-.4323685-.2371677-.6485527.1133467.141442.2265999.2772498.339292.4058569-.0320775.0840937-.0681764.1616881-.1021243.2426959ZM326.2319214,206.5077611c.1125986-.4976422.2150034-.9995394.3018839-1.5058084.1239145.1390106.2478291.2836556.371276.4374417.0347896.6406039.034509,1.292757-.0118771,1.9595685-.0095391.136813-.0288978.2612353-.0426453.3926946-.1947095-.4359688-.4016701-.8638719-.6186375-1.2838964ZM330.3190436,212.0346851c-.8129729-.4979929-1.5533739-.9959391-2.2098871-1.5294912.1565532-.5609288.2896327-1.1455637.371276-1.7760913.0250635-.1935068.0432999-.3850497.0611623-.5764991.1648765.3698067.3218037.7583164.4647029,1.1739456-.1000668-.7653301-.2369807-1.5534545-.3993321-2.3557699.0063594-.3341072.0033667-.6655491-.0104743-.9939986.9136943,1.7103266,1.4308622,3.9772569,1.7225523,6.0579045ZM327.6402452,188.3942948c-.2787843-.6254076-.5719708-1.2540182-.8763797-1.8839847.3722112.470476.7726656.9027042,1.2074419,1.2851822-.0630328.2833751-.1284035.5438622-.192652.7595321-.0457315-.0536311-.091837-.1072388-.1384102-.1607296Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* CARRIE 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9685669,195.2748413c1.0385132-1.8301392,1.9732666-3.7962646,1.7174683-5.7397461-.2702637-2.0540161-1.4807129-4.2996216-3.3132935-6.6147461-.9771729-4.5901489-2.3741455-8.9879761-4.1729736-12.8051758,3.2782593-7.168335.1377563-16.9432373-4.2132568-21.2929688-.251709-.2516479-.4954224-.4969482-.7402954-.7431641.3057861-3.2728271-1.0714722-4.8766479-1.9154053-4.8916016-.0588989-.0010376-.1456299-.0112305-.2568359-.0311279-.0252686-.1157837-.0479126-.2325439-.0750122-.3476562-.0141602-.0603027-.0327148-.1199341-.0477295-.1801758.2953491-3.0679321.3370361-6.27771-.2498169-8.5619507.1351929-2.9424438-.2149048-9.0070801-4.9153442-11.8840942-.5655518-2.9362183-1.7803345-5.3770142-2.8880005-8.2099609-.7174072-1.835083-1.3157349-3.720459-1.8668213-5.6183472-1.8603516-12.5718994-4.3626099-20.4156494-7.4312744-27.4408569-.0725098-.241394-.1451416-.4822998-.2180786-.7210083-.4318237-3.0197144-2.0324707-9.9217529-5.2441406-14.234314-1.8928833-2.541748-6.0964355-6.8408813-9.8585205-8.7734375-.0480347-.0466919-.0975952-.0933838-.157959-.1392212-2.1412354-1.6253662-4.2198486-1.7214966-5.6698608-1.4204102-2.7521362-1.0767822-5.6543579-1.8457031-8.598999-2.3018799-5.6608276-1.574707-15.477356-3.1294556-25.7806396.3046265-.8482056.225769-1.720459.4821167-2.6334229.7946167-11.3991089,2.920166-21.2827759,11.4329834-30.2966309,33.031189-1.8546753,2.7350464-3.4697876,5.5180054-4.8002319,8.2694702-2.486145,5.1415405-5.5560913,16.755127-6.651123,21.0571289-1.7694702,3.3005981-1.8418579,5.8269653-1.7189941,7.0618896-.019165.0258789-.0365601.0517578-.0551758.0776367-.6940308.9643555-1.0039062,1.9250488-1.092041,2.8192139-.1218262.2443848-.2574463.4802246-.3692627.730896-1.3956909,3.1286621-.7996826,6.1213989.5521851,8.9736328-.3026733,1.899231-.3364868,3.7510986.0288696,4.907959.0667114.2114258.1619873.5090942.2768555.8734131-.4338379.9460449-.6376953,2.3661499-.2208252,4.2836304.3076172,1.414917.8853149,3.0622559,1.453186,4.7546997-.7850952.9695435-1.6184692,1.9840088-2.5029907,3.0454102-3.309021,3.97052-5.9842529,15.3214111-4.8890991,25.3690186-.8297729,2.9400024-1.3413086,6.2119751-1.1499023,9.5891113-.4335327,1.8184814-.8017578,3.50354-1.0821533,4.9963989-2.1454468,2.4093018-3.8226929,5.3515015-3.8544312,9.2920532-.0674438,8.3792725,5.750061,11.8894653,7.9269409,12.9088745.7348022,2.4498291,1.7560425,4.0339355,2.2487183,4.7037964-1.3849487,3.6473999-4.602356,7.1727295-7.3997192,8.9043579,0,0,6.3929443-1.3914185,9.703186-7.7093506.5010986.7680664,1.0576172,1.4939575,1.6453857,2.1727905-1.7987671,9.9519043,2.9484253,16.8380737,2.9484253,16.8380737,0,0-.2736206-5.5987549,1.8843384-9.3093872,0,0-.0269775,4.0420532.4122925,5.3135986,0,0,.2675781-1.3416138.8204956-3.1618652,1.2305908,2.333374,2.4862671,3.3674316,2.4862671,3.3674316l.2242432-1.9058228c.7086792,2.2145386,2.2401733,4.3400879,3.833313,6.1031494,1.5935669,2.3817749,3.4265747,3.5942383,3.4265747,3.5942383-.1173706-.1977539-.2265015-.3955078-.3355713-.5932617,1.1306152.9725342,1.9327393,1.5462036,1.9327393,1.5462036,0,0-2.130188-2.8027344-.2241821-10.3140259.7033691-2.7721558,2.2270508-5.1188965,4.019104-7.2850342,1.5823364-.1606445,3.4521484-.532959,5.5725098-1.2734985.5211182-.1819458,1.0166626-.4075317,1.4907837-.6640015-2.0020142,3.3493652-8.2121582,5.8032227-8.2121582,5.8032227,5.2687378-1.2868652,8.2675171-3.7681885,9.7856445-6.8477783,3.3196411-2.6769409,4.9179688-7.3046875,3.7780762-11.7684326,1.0856323-1.5253296,2.1192017-3.0585938,3.0734863-4.5592651,2.704834-4.2539062,5.3922119-10.8171387,2.2428589-15.6237183-3.3779907-5.1555786-4.8875732-8.2266846-6.2623901-12.6841431-.5757446-2.4653931-1.1333618-4.2706909-1.3219604-4.8602905-1.0345459-4.776001-2.7982178-17.1574097-4.2341309-27.7940063-.8425903-10.5320435-2.3371582-20.2244263-2.8413086-23.333374.5826416-1.0130005,1.1270752-2.0725098,1.6484375-3.1587524.1845093-.2665405.3693237-.5307617.5525513-.8070679,3.095459-4.6671753,6.0199585-8.8817139,8.7754517-12.6619263.687439-.9430542,1.3623657-1.8540649,2.0287476-2.7434082.6937866-.9258423,1.3756714-1.821228,2.0466919-2.6893921.8256836-1.0681763,1.6351318-2.0952759,2.4265137-3.0772705.4241943-.5263672.8450928-1.0444946,1.2594604-1.5463257.3456421-.4185791.6878662-.8287354,1.0266724-1.2304077.6345215-.7522583,1.2559204-1.472168,1.8666382-2.1656494.0759888-.0862427.1519165-.1724854.2275391-.2578735.939209-1.0604858,1.8510132-2.0537109,2.7335205-2.9761963,3.6590576-3.824646,6.8320923-6.473999,9.5288086-8.0411987,1.0923462-.6347656,2.3143921-1.0982666,3.5997314-1.4312134,5.5004272-1.3753052,11.6331177.1322632,13.6757202.7237549.7224121.5651245,1.4383545,1.1659546,2.1314087,1.8408813,1.592041,1.730835,2.8950806,3.3911133,3.9819946,5.0072632.4067993.6703491.7938843,1.37323,1.1550293,2.114624.5406494,1.1099854,1.0665894,2.3128052,1.5889893,3.5787354.854126,3.699707,2.1165161,8.104187,2.5324097,10.1318359.5493774,2.6781616,1.3734131,11.7913818,4.578064,15.2506714,1.0930786,1.1799927,2.4967041,2.3999634,3.9641724,3.6622314l-.1322632,1.6665039c-.0890503.9597168-.1742554,2.026062-.2548218,3.2104492-.7026367,10.3284912-.8864746,17.3861694-.8952637,22.7753906-2.0393677,6.6713257-4.3560791,14.6052856-5.3270874,19.2316284-.1265259.6026001-.2513428,1.2980347-.3731079,2.0592041-1.3262329,3.2946777-7.1161499,18.8814697-3.3267212,31.24646.3135376,1.0228882.7002563,2.0368042,1.1433716,3.0439453-.4991455,3.8919678-.8554077,7.9467163-.24646,11.0928345,1.3453979,6.9507446,5.1573486,13.6773071,12.2205811,16.1437378,0,0-10.4266968-7.7355347-9.305603-19.1706543.0877075-.894043.192749-1.7286377.3100586-2.5218506,2.362915,3.8123169,5.2142334,7.5682373,7.7752075,11.3672485-.7436523,3.1762085-.2890015,6.5908203,1.9342041,10.3770142,0,0-1.3671265-4.463501-.8335571-8.7095947,4.0170288,6.2301025,6.9505005,12.6144409,5.3890991,19.5884399,0,0,1.1084595-.7754517,2.6472778-2.4733887.0432129.0015259.0889282.0027466.1353149.0039062-.2560425.6178589-.53125,1.2380371-.8440552,1.8626709,0,0,.9837646-.7133789,2.475708-1.9123535,1.8805542-.1607056,4.4140015-.7446289,6.1245117-2.5817871,0,0-.6726685,1.9058228-1.7938232,3.2511597,0,0,2.4907837-.7786255,4.8667603-5.8726807,3.1281128,2.8322754,5.5039062,4.2360229,5.5039062,4.2360229,0,0-1.7542114-2.7440186-1.4741821-8.2498779.8184814,1.4383545,2.2808838,2.5501709,4.4364624,3.1530762,0,0-1.6734009-3.1505737-1.0283203-4.5726318.6450806-1.4219971,3.6791992-13.0771484,5.8511963-19.4631348,1.5670776-4.6072388,2.2931519-9.553894.0523682-14.2090454.0090942-1.2960815-.0176392-2.6136475-.0812988-3.9446411ZM200.4484863,217.4646606c.3170166-.4104614.6307983-.8243408.9424438-1.2398071.4335938,1.9255981.246521,3.9378052-.902771,5.9012451-.052063.0889893-.1071777.1727295-.1605835.2593384.2721558-1.5758667.2878418-3.2350464.1209106-4.9207764ZM280.8864136,121.6370239c-.541748-.3198242-1.06427-.637146-1.5668945-.9503784-.3175659-.5927734-.6484985-1.2180176-.9865112-1.8601074-.1289673-.6547241-.2607422-1.3212891-.3934326-1.9989014,1.5921631,1.2964478,2.5032959,2.8844604,2.9468384,4.8093872ZM167.3392944,134.7784424c-.2584839-.6293945-.4222412-1.2980957-.463562-1.9835205-.0604858-1.0031128.1314697-2.0011597.4627686-2.9537354.1320801.3103027.2701416.5776978.3920898.7904053.0009766.0016479.0019531.003418.0028687.0050659.0270386.0470581.0527344.0906982.0778809.1323242.0042114.007019.0083618.0140381.0125122.020813.0223999.0368652.043457.0709839.0639038.1031494.0066528.010498.0129395.0203857.0192871.0303345.0181885.0282593.0350342.0543823.0511475.0786133.0067749.0101929.0127563.019104.019104.0285034.0145264.0215454.0280151.041626.0402832.0592041.0063477.0092163.0112915.0161743.0170288.024292.0101318.0144043.0198364.0282593.027771.0392456.0060425.0083618.0097656.0133667.0144653.0197144.0057983.0078735.0111084.0153198.0146484.0200195.0062256.0083008.0095215.0125122.0095215.0125122,0,0,.0517578.2830811.1865845.6916504-.0049438.0110474-.0136108.0261841-.0184326.0370483-.3670654.8342896-.6828003,1.8186035-.9298706,2.8443604ZM161.3383789,181.1212158c.086731.5857544.1876221,1.1651001.3024902,1.7369995-.3707886,1.3770752-.7235718,2.7240601-1.0513306,4.022644.1293335-1.7640381.3568115-3.7640991.7488403-5.7596436ZM156.7994995,202.9822998c.1329956-1.7435913.8046265-3.3789673,1.7774658-4.8967896.0783691,4.4522095,1.8190918,8.3387451,3.5905151,11.6245728-.0819092,2.381958.2033691,4.4209595.6413574,6.0987549-2.0267334-2.1411743-6.4197998-7.4449463-6.0093384-12.8265381ZM162.0228271,181.4518433c-.1223145-.6552124-.2272339-1.3294678-.3097534-2.0228882.5934448-2.383728,1.4564209-4.6568604,2.7058716-6.3939209-.8220825,2.7998657-1.6393433,5.6539307-2.3961182,8.4168091ZM165.300415,221.0119019c-1.5115967-3.4204712-2.0385742-6.5667725-2.0236206-9.3013306.4571533.8112183.8884888,1.5770874,1.2678833,2.3009033.2747192,1.5184937.7097778,3.1289673,1.3027954,4.8797607-.1015625.7025757-.2889404,1.4133301-.5470581,2.1206665ZM165.225647,170.3085327c-1.1602173,1.9141846-2.5637817,4.6722412-3.6314087,7.9272461-.2468262-3.1222534-.0307617-6.5784302.9866943-10.2435303.7978516-2.8741455,2.55896-6.0303955,4.5239258-8.9328003.1063843-.1044922.213562-.2081299.3234863-.309082,0,0-.0665894.0327759-.1740112.0917358.7145386-1.0454102,1.4517822-2.0547485,2.178833-3.0046997.0093994.2055054.0178833.4088135.0250244.6084595-1.0768433,3.4916992-2.6279297,8.4790039-4.2325439,13.8626709ZM195.4845581,223.3999634c.7589111-.8308716,1.5200195-1.7024536,2.2767334-2.6013184.4703369.9656372.874939,2.3510132.6049805,4.0201416-2.0881958,1.9874268-4.6791992,2.9745483-7.3085327,3.3880615,1.4246826-1.6624756,2.9846191-3.2279053,4.4268188-4.8068848ZM284.5074463,129.852478c.84375.7217407,1.4188232,1.6452637,1.7390137,2.942688-.083374-.1785278-.1595459-.3687134-.2565308-.5247192-.4151611-.6678467-.9102173-1.4689331-1.4824829-2.4179688ZM287.6556396,147.7783203c.2645264.270813.526001.5463867.7850952.8245239-.1077271,1.3068237-.4821167,2.7632446-.8712769,4.0131226.1156616-1.5476685.1616211-3.1870117.0861816-4.8376465ZM288.4400024,147.265625c-.2995605-.3032837-.593811-.6022339-.8817139-.8961182-.0321655-.3573608-.0687256-.7143555-.1141357-1.0697632.6098022.3920898.9059448,1.0979614.9958496,1.9658813ZM293.5330811,168.7634888c-.5725098-1.1091309-1.1802979-2.1628418-1.8253174-3.1464233-1.5785522-2.4072876-3.2057495-5.0212402-4.8155518-7.6941528.0794067-.4463501.157959-.9193726.2333984-1.4171753.6165771-2.4915161,1.5265503-5.0801392,1.942688-7.2139893,1.8796997,2.1077271,3.5095215,4.3718262,4.3134155,6.5343018,1.932373,5.197998,1.4155273,9.5820923.1513672,12.937439Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M328.5383216,189.4938957c.1210154-.337801.2303408-.6751812.3295659-1.0121172.334803.2223796.6870009.4182944,1.0560324.5877677-.1742285-.0953623-.5291384-.331138-.9892588-.839067,1.352118-4.8456176.5101538-9.5893735-1.3408955-14.02523,0,0-.1503808-6.571912-.5030463-10.1870538,1.2138948-3.5610666,2.4823121-10.5308399-1.6945897-18.910428-2.2978898-4.609912-4.8716649-7.293921-7.562808-9.5185122-.1352305-.6379855-.2714897-1.2860706-.4257049-1.9556409-.0717301-.4700084-.1414964-.9509581-.2069607-1.4553802-.0587308-.4520067-.1162459-.9090399-.1732933-1.3696968-.1562726-3.794785-.6639949-7.6428737-1.4438615-11.414163,3.0448373,2.9516267,5.1517585,5.3022299,5.284651,8.6104543,0,0,.4910756-2.4327565-1.5281234-5.9400751-.8010958-1.3916261-2.5308492-3.3292653-4.4410969-5.6833286-.2006948-.8115267-.4129861-1.6175593-.6365934-2.4169991-.5058519-2.4452876-1.0897933-4.9635639-1.7435009-7.4739382.9884171,2.2135564,1.6802811,3.8099111,1.6802811,3.8099111.0178624-.0071305-.9746696-2.9181014-2.47296-6.7247863-.937168-3.3051149-1.9905818-6.5381997-3.1397605-9.5092074.8010958,1.2694015,1.5618843,2.643587,2.1417108,4.028667,0,0-1.193975-4.603927-4.1231276-8.6648802-.912011-1.9168554-1.8690988-3.6356919-2.8628466-5.084152-.5976889-2.5260849-1.3025522-5.1780181-2.188471-8.0108802-1.3907419-4.4468211-5.4392402-8.8148556-9.0781191-12.0290735-2.5432874-4.372944-5.8269758-8.7153084-8.8175713-8.6627761-.7266535.0127649-1.4606952.2376694-2.1897803.6168042-1.5553378-1.1459611-3.1769816-2.0747094-4.8463208-2.7743916-.5840349-1.7706441-2.2877896-1.5825144-3.6746972-1.1474808-.678584-.1413719-1.3621247-.2478626-2.0502478-.3140481-.1467335-.1528042-.2740148-.268436-.3738946-.3386894-.087161-.0613227-.2961791-.1189282-.5883369-.1714605-.6196662-.9119388-1.3089116-1.5342137-2.0136813-1.7779383-2.8094464-.9717419-4.3467348,1.2132689-4.3467348,1.2132689,0,0,.3863328.1783339.680548.0738304,1.0147899-.6688222,2.4389186-1.4572038,4.0080039.3074085-1.2455047-.0856601-2.8084177-.1163332-4.2174896-.0580964-1.0203076-.693557-2.1755652-.896953-3.0760731-.8411243-2.2446767.1391977-3.1437819.8357004-3.1437819.8357004l-.2222045.1589996c-.5768338-.1388002-1.2080966-.1381924-1.877048.0277741,0,0,.7293656-.064362,1.6150974.1597009l-.0314229.0224905.6306081.3783633s.0876286-.0016833.2824316-.0832053c.0998798.0480202.1993855.0996173.297956.1574098-1.6533472.0515036-3.3261467.127555-4.9984785.2519773.2397863-2.2291968-.6077891-2.7426665-1.4706083-2.5176451-1.0192789.2658409-2.1950174,1.5377673-2.8703282,2.0714597-.3591184-.603829-.9875755-.8876482-1.8560995-.8015439-1.4057052.1393847-2.2357923,2.1473475-2.2357923,2.1473475l1.0779162-.6294756c.6341619-.796985,1.3927994-.7988553,1.8925724-.2889392-.8734806.1602153-1.6896331.5376434-2.4595866,1.0694422-3.3585047.6884137-6.5584924,1.7271126-9.3962755,3.3177395-3.7223926,2.0864456-5.864571,3.3012808-7.9992677,5.6596224-4.633749,4.0759624-8.3976646,9.0427994-10.3686072,17.5685754-1.3114366,2.83859-2.5233675,5.7649909-3.5939891,8.7943055-2.4002012,6.7910653-3.7612036,13.5318193-5.0061472,20.9484793-.7879094,4.7165196-1.18481,10.2081883-1.929513,15.3963996-2.2095131,3.6044811-4.3905959,6.5694104-5.2796009,8.5485003-1.8852778,4.1968077-1.2755248,6.9643961-1.2755248,6.9643961-.0173013-3.8062406,1.9896466-6.6670171,4.9123462-10.2721996-3.0988921,5.9901292-5.5358468,12.8585785-3.215512,19.4407304.0040214.1634415.0077622.324101.0112224.4827499-2.2096066,2.4338085-4.278839,5.4427602-6.0431014,10.0182585-3.3934814,8.8009218-2.3955251,16.1990189-1.0516369,20.7168884-.2872012.4091065-.5643956.7850852-.8254111,1.1139789-2.6907691,3.3901204-3.405452,5.0069317-3.0270684,7.4060927.3191851,2.0237903,2.158825,4.9668369,2.7283643,5.8408787-1.8776091,5.4576525-3.2845301,10.8432514-3.8246104,15.7004416.8151238-2.4857096,1.9400808-4.428235,3.1149776-5.9281285-.8414966,3.6106532-1.4172082,7.1038276-1.5941488,10.3073848.7361926-2.7909439,1.9199739-4.8977992,3.1276964-6.4408267-1.3405215,2.2952655-2.3517576,4.6284514-2.6303549,7.0186584-.2945893,2.5283994,1.0741754,5.0689324,3.1142294,7.3715388,2.0501543,3.4979203,5.2954058,6.5979794,7.5650525,8.5187157.2890716,2.515354.6857851,4.9031529,1.2149236,7.0939617-.0933334-2.1616086.128497-4.0646938.5066935-5.7034344.5433535.4172657.8701138.6466356.8701138.6466356.0004676-.0009118-.3067469-.3371932-.8039949-.9229269.174322-.7080519.3744557-1.3694863.5946027-1.97058.1335471.0764488.2648498.1510741.3911958.2218185-.2815899,4.3443516.3525719,8.7087623,2.807202,12.3331856-.4185973-.6856783-2.0485644-3.9104168-1.2591587-11.509876.0028056.0014261.0057983.0028756.0086039.0043017.5065065,1.5949754,1.0262929,3.1830072,1.5786244,4.7519619.4196261,1.1921344,4.9175834,9.7818984,5.4462542,10.8062427,0,0-.3844624-1.1325183-.7668673-2.8586023.4754577.2793539.9411893.5266554,1.3895262.7405485.5126789,1.2820261,1.1564733,2.4557145,1.9669211,3.4022073,0,0-1.2729997-4.5964692.0163661-8.0157898.7795861-2.0676022,1.1676022-2.5712528,1.4941755-2.8583217.0779025.4365767.160294.8663033.2487643,1.2863745-.0035538-.523546.015992-1.0306567.0452639-1.5300055.1107282-.0972326.2260388-.2177506.3598665-.4179203.0538678.154955.1129726.3235633.1760054.502318.0336673.2691373.0750969.5353289.1240081.7987618-.0130929.0294106-.0241283.0594524-.0375952.0887227.0165531.0012391.0372211-.0004442.0542418.0004208.3009487,1.5577329.8762862,3.0113597,1.8236479,4.3017554,0,0-.0305812-.0769164-.0718237-.244987.7767805,1.8553924,1.6361395,3.673215,2.422272,4.8045176,0,0-.3109553-1.1748808-.5831932-2.809834-.2854243-2.7018705-.0377822-5.5823787.1652506-7.2382794.3040348-.1713904.6126522-.367048.9219241-.5780421.0377822.051036.0755645.102189.1154977.1583917-1.2843157,7.0429724.5958185,10.5714489.5958185,10.5714489-.1307415-.8483016-.1670274-1.7760212-.142151-2.7418015.2713962.0591719.6766201.141255,1.1805081.2240863-.8718907,3.0777089-1.7135744,5.3740731-1.7135744,5.3740731.0515297.0946376,4.0014575-2.0517514,8.4018731-5.402759.0158985-.0039043.0320775-.0070604.0478824-.0110582-2.9256923,4.2744723-5.6095409,7.3204326-5.608138,7.3235654,0,0,5.1319322-3.9141808,9.5788273-9.3327205-.0799599,2.2521549-.3109553,5.5957982-.9733604,7.9690087,3.9351515-5.6800789,3.9965945-9.2387141,3.9965945-9.2387141,0,0,.0475084,8.938366,1.4370345,10.4417197,0,0,2.1480702-8.9616514,4.5731477-10.4417197,1.1954713.5915551,3.1697806,3.8561778,2.5259861,8.0382335,0,0,1.4035542-2.06302,1.897716-4.804237.1310221.1401095.2586774.2747249.3775419.3959208,4.3579573,4.4441092,3.2682575,8.5999338,3.2682575,8.5999338,0,0,.9439014-.8208548,1.7865203-3.2708883.2405345.8949424.2870141,1.7804865.0227255,2.598232,0,0,1.6396932-1.8498048,2.5225258-4.3722426.114656-.3274208.2110756-.6433392.293467-.9463993.502111,3.2106644.1010956,5.0579911-.0644356,5.6278973.9891653-2.9183586,1.1812562-5.832135.8371011-8.6549676.6802674.9737993,2.1201076,3.6604267,1.5096064,8.3753098,0,0,1.1192522-.360385,2.523087-1.5761788.0623781.5770836.098477,1.1145867.1053975,1.6069453,0,0,2.0242491-1.5582004,3.1881106-6.0103286.4434738-.9072397.8509422-1.9449801,1.1935074-3.1308724-.2832733,5.9714028,6.9511846,6.0539068,6.9511846,6.0539068,0,0-.3075886-.8096564-.669419-2.027414,3.6123191,3.392996,7.0776241,5.4814288,7.0776241,5.4814288.0009352-.0023846-1.3124653-1.5167965-3.0532541-3.9133158,2.5361798,1.953303,4.4423127,3.0882293,4.4800014,3.0151938,0,0-1.2023918-2.436614-1.8063466-6.2914826,1.1287913.3849795,2.3713969.6471032,3.7253853.7086364-.8990116-1.728679-1.5396264-4.5650714-1.494082-7.0378992.1035271.2502005.2066801.491213.3093655.7215181,0,0,.1638477-2.1734383.5675753-4.3830436.0365665-.0564599.0677088-.1198867.1068003-.1730035,0,0,.8027791,4.7004583,3.3131473,6.8365138,0,0,.2233267-1.9820356.5311024-4.2303564.3352706.4730711.7018706.9403442,1.100174,1.3885635,1.2714099,2.4231945,2.9583309,4.746538,5.0355126,6.7964424-.2025652-.2120228-1.6230466-1.8052214-4.1249044-7.1647295-.1476687-.5948515-.31161-1.3253003-.4666668-2.1621463.8283102,1.2904892,1.6131334,2.2031996,2.3266006,2.8469128.4602139,4.7389165,3.1493931,8.0779775,10.0981461,8.2428686,0,0-7.7350726-2.2327504-8.7296621-6.3065152-.086974-.3562937-.1413093-.7059478-.1707683-1.0481908,1.5351374.8928617,2.523087.5181922,2.523087.5181922-.2229526-.4337478-.4076554-.8473197-.5634604-1.2464902.3149767.4166111.6416435.831048.9819642,1.2401545.1030595.1607997.1606681.2461092.1606681.2461092-.0244088-.0468045-.0482565-.0954558-.0724783-.1425409.288791.3442536.5852507.6852341.8921847,1.0200894l-2.0063867-4.4241904s2.6891792,3.6719291,5.3609636,4.9513601c0,0-.6230329-.4465361-1.5776892-2.2421955,1.2490585.8972335,2.9057725,1.3027631,5.0841432.5631731,0,0-2.2471083-.5056144-4.1747508-1.9316074,1.9065069.9070994,3.1656657.2077912,3.6005355.5065729,0,0-4.8209768-6.2780866-3.9734014-9.7550127,1.9445698,2.0119606,3.5888455,3.1091768,4.6630208,3.6869851l-.3579026,4.3831605c.2893521-.8861286.6377156-2.3282063,1.0086176-4.0601116.4455312.2005905.692238.2664488.692238.2664488-.213133-.1871711-.4200001-.3866862-.6225653-.5940332.2346427-1.1097005.4771411-2.3273646.7187978-3.5873912.3796928,2.3956543.3979293,5.2559164.286266,7.5581722-.2203341,2.0574324-.3646361,3.382382-.3646361,3.382382,0,0,.071169-.3843483.1966734-1.0768533-.1049299,1.0368988-.224449,1.7364875-.3085238,1.8702847,0,0,1.5351374-1.8910451,3.2373958-7.7308484.3204944,1.0815758.4614297,1.7604275.4614297,1.7604275.6937344-1.0672679,1.1142956-2.3593001,1.3321982-3.7762923.7001873.1449489,1.4556451.251837,2.2692726.3179056-.6301405,1.7471717-1.4912764,3.4543655-2.6236214,5.1058008,0,0,1.498945-.3153339,3.2947238-1.7983947-.0837943.1726528-.1486039.2451974-.1486039.2451974,0,0,1.3317305-1.0117432,2.8509695-2.7136066-.0050501.0343903-.0085104.0589381-.0085104.0589381.0010287.0008183.0081363-.0272364.0177689-.0692248,1.1675087-1.3092624,2.734256-4.1081317,3.7760733-6.7853141.0942686,2.321403.1311156,4.6890494.1024048,7.0924187,0,0,.4551638-2.7740176.5852507-7.2242053.3182499,3.8936308-.0036473,6.7604624-.4482433,9.6314555,1.0373283-3.2016635,2.9829268-5.7665807,2.4405085-13.4268249.1804009-.4478219.3651037-.9551196.5418572-1.5276209.7528392,1.8518154,1.2247432,3.2853832,1.2247432,3.2853832.5693522-2.9523047-.2860789-6.9720176-.2860789-6.9720176.900695,1.3081402,1.5425255,2.9617264,1.9946967,4.502907.5932934,2.7515505.953347,4.6149618.953347,4.6149151,0,0-.2626053-1.4114981-.705892-3.709686.5251171,2.0539957.705892,3.709686.705892,3.709686,0,0,2.8824859-6.0492076.5325052-14.4226237.1391584-.2290894.2665332-.4737958.3868004-.7278772,1.0754846,3.1749181.9225788,5.0264764.847856,5.5250304.3904477-2.0370694.309459-4.0215131-.080334-5.9159949.8645026.5528397,1.6303412.7801523,2.2105418.8612535.2618571,2.2064492.2838344,4.0780665.2899133,4.6507081.0348831-.4551395.2364196-1.5925907.2469874-1.7405321.0674282-.9449498.062004-1.9082052.0012158-2.8700111.3774483.0018469.5967537-.0547065.5967537-.0547065-.2170609-.1233936-.4218705-.2448701-.6293923-.3667674-.0498464-.6069384-.1154042-1.2125441-.2135071-1.8104582-.3790382-2.3089655-1.1501139-4.9267188-2.2972352-6.7374576-.0175818-.0277741-.0317969-.0581432-.0491917-.0861043-.1818037-1.0617038-.4543221-2.0982285-.7868807-3.1183647,1.0811894,1.6654158,2.1458257,3.8557103,2.9828333,6.6987422-.3826855-2.890117-.9655982-5.9213253-1.6975824-9.0257562,1.5286845,3.1221287,1.6011628,5.0371138,1.5865736,5.5503497.2536273-3.6805092-.9449302-7.0183779-2.6975025-9.9032346-.2535338-.9300107-.5152974-1.8626866-.7898733-2.7984719,1.0859589.9085489,2.2463601,2.244019,3.1813771,4.1716287-.3152573-1.2314342-.7267471-2.5079429-1.2134272-3.8115944,3.036514,3.6615022,3.8767948,11.8281791,3.8993332,11.8314989,0,0,.7167404-7.2533353-4.2864142-13.8623495ZM328.1662974,182.5627443c.2266935,1.8883332.1241951,3.4185491-.06668,4.5663338-.5917971-.9098114-1.2550438-2.2229313-1.8976225-4.1024507.3400402-1.2517504.7135607-2.8612207.9933737-4.720681.4552573,1.3854541.7967938,2.8061869.9709288,4.2567978ZM310.6814422,225.5838983c-.1117569-.0679857-.2234202-.1437799-.3351771-.2170025.0202939-.1215466.0406814-.2411061.0608818-.3642191.0921176.1949329.1848898.3910347.2742953.5812216ZM301.1345988,229.8742448c.0347896.0421754.0658384.0790907.0989446.1188581-.004489.0154067-.008978.0307899-.0133734.0460096-.0279626-.0551273-.0579827-.1096468-.0855712-.1648677ZM227.6496324,234.238375c-.0634068-.1226688-.1354175-.2476054-.2029393-.3713964.1128791-.1560071.226974-.3100036.3348966-.4742166-.0291784.2519071-.0745358.5369187-.1319573.845613ZM209.0230801,134.6145441c-1.7556585,4.7114464-3.5371287,9.4131204-5.3770491,14.0912519.1241016-1.3546875.2137876-2.7101232.3835272-4.3394187.3837142-3.6871488,1.2477492-6.604315,3.1088988-8.8833088.4852774-.5943605,1.1281366-1.1316767,1.8231803-1.6666315.01833.2667527.0396527.5325235.0614429.7981072ZM301.7234033,223.6512155c.1276554.1212427.2588645.2391656.3823114.3642893.043674.6790855.1288711,1.3354467.2609219,1.9643846-.1399065.5116462-.2739213.9959858-.401109,1.4507512-.3805345-.6608032-.8007217-1.423094-1.2600939-2.2993801.3314363-.4966603.6717571-.9895333,1.0179696-1.4800449ZM303.2974452,228.5969179c.2311824.4343323.4954711.8481146.8025921,1.234567l-.066493.8136775c-.2785038-.3692923-.6457584-.8912018-1.1018574-1.6104054l.3657583-.4378391ZM304.0428964,228.0462758c.0694857-.0249219.1391584-.0526492.208457-.0683598v.0000468l-.0280561.3440432c-.0621911-.0913178-.1250368-.1824486-.1804009-.2757302ZM324.9304915,204.2474002c.0256246-.2109708.0467602-.4294695.0663995-.6522466.1833935.1341946.3739881.2840998.5700069.4528717-.0165531.3699469-.0433935.7412966-.0781831,1.1127164-.1822713-.3100971-.3684704-.6142559-.5582233-.9133416ZM299.4445916,75.1328319c-.0336673-.0421287-.0673347-.0832988-.1010956-.122739-.3131063-.6881331-.8192387-1.5157678-1.310782-2.1138222-.341443-.5682931-.6841953-1.1194963-1.029192-1.6462218-.2140682-.4651222-.6151772-1.0945043-1.1292589-1.8073021.9069609.9705964,1.7103011,1.9017059,2.3163134,2.7270261.5942286.8093524.9979562,1.8167939,1.2540151,2.963059ZM290.1156508,62.3227177c-1.5637547-1.2509322-2.8761265-2.1857356-3.6170887-2.6919578-.9764465-.8901498-2.2603882-1.7639109-2.9104485-1.7936722-.4156982-.3108686-.8353242-.623514-1.260655-.9402039.3147897-.1026565.6267737-.1729801.9335207-.1973409,2.1621917-.1716709,4.6556327,2.4493555,6.8546715,5.6231748ZM258.5104304,51.7879969c.0924917-.0516439.1933067-.1112833.311797-.189696,1.4333872-.5625419,2.6274557-.5708414,3.5931474-.2056404-.8183971.0943337-1.4662129.2375525-1.7972751.4398497-.3394791.0711652-.6664264.1468426-.973828.2235252-.0072946.000187-.0146827.0002338-.0220708.0004208-.2260388.0056577-.4541351.0133961-.6811091.0198954-.137288-.1077297-.2814964-.2028349-.4306615-.2883548ZM252.735639,52.4061338c-.495097.0413806-.9892588.0876707-1.482953.1384963-.3568739-.0133961-.7233803-.0107075-1.0994259.0095386.0173948-.0596394.0352572-.1189516.0513427-.1792223-.2908485-.0664427-.5749634-.1059296-.8539348-.125334-.0125317-.0346007-.027682-.0661388-.0414295-.0992432.9184639-.9142767,4.2634082-4.0096834,3.4264005.2557646ZM206.2952769,130.6600582c-.061817.2691607-.1220441.5400748-.1878825.8046299-.5218439,1.3469959-.9613897,2.4828574-1.3364066,3.4861841-.8484171,1.3732503-1.7337748,2.9287622-2.5822854,4.6332675,1.1859322-3.0764932,2.6475626-6.0113339,4.1065744-8.9240816ZM198.2580399,166.8077131c.6316368-1.8701678,1.494082-3.6100921,2.5154183-5.2845321-.3157249,1.5930583-.6330396,3.1309191-.9085507,4.3461284-.7063596,3.1158631-.3587443,6.3085024-.9606416,9.4134944-.7981031,1.3867166-1.6871081,2.8782639-2.5445031,4.2077023-.1288711-3.2901759.2083635-7.6792045,1.8982772-12.682793ZM201.3945272,228.4234001c.5002406.3515712.9944025.6848834,1.4749103.9981367.0338544.3969261.0700468.7911637.1087642,1.1827828-.501737-.658442-1.037983-1.3891713-1.5836745-2.1809195ZM225.5184894,239.1538486c.1790916.3506828.3564998.728672.527081,1.1249436-.453948,1.4763978-.9014432,2.8417227-1.214643,3.7753104.1062392-1.6025735.3628592-3.2824842.687562-4.900254ZM299.7340373,226.6522885c.1480428-.2439817.2992653-.486584.4532934-.7278772.4822847.7591347,1.0059055,1.5070007,1.572265,2.2384315-.1680562.5940099-.3203074,1.1234707-.4531999,1.5804805-.3662259-.6035718-.7375954-1.2467941-1.1103678-1.9247574-.164783-.3954299-.3171277-.78415-.4619908-1.1662774ZM301.5556277,230.6821945l.1307415-.1565682c.2487643.2848713.3873615.4305449.3873615.4305449-.107642-.1608699-.2169673-.3329148-.3261992-.5037441l.9492321-1.1363291c.421777.4920781.8671212.9718355,1.3274286,1.4430128l-.263447,3.2264217c-.8305547-.9871019-1.565251-2.121397-2.2051176-3.3033382ZM310.0565389,232.5154238c.1790916-1.6007967.1242886-3.3346424-.075845-5.0730237.0347896-.1867035.0693921-.3766099.1038076-.5674982.4056915.1730269.8407484.3012365,1.3092857.3698534.5573816,1.5973132,1.044997,3.0541196,1.4480699,4.2902764-.1642218.6262727-.3570609,1.2479631-.5782367,1.8647907-.3310622-.1145564-1.1698467-.4171488-2.2070815-.8843986ZM326.2019949,210.4874962c-.0800535-.2145711-.1582365-.4323685-.2371677-.6485527.1133467.141442.2265999.2772498.339292.4058569-.0320775.0840937-.0681764.1616881-.1021243.2426959ZM326.2319214,206.5077611c.1125986-.4976422.2150034-.9995394.3018839-1.5058084.1239145.1390106.2478291.2836556.371276.4374417.0347896.6406039.034509,1.292757-.0118771,1.9595685-.0095391.136813-.0288978.2612353-.0426453.3926946-.1947095-.4359688-.4016701-.8638719-.6186375-1.2838964ZM330.3190436,212.0346851c-.8129729-.4979929-1.5533739-.9959391-2.2098871-1.5294912.1565532-.5609288.2896327-1.1455637.371276-1.7760913.0250635-.1935068.0432999-.3850497.0611623-.5764991.1648765.3698067.3218037.7583164.4647029,1.1739456-.1000668-.7653301-.2369807-1.5534545-.3993321-2.3557699.0063594-.3341072.0033667-.6655491-.0104743-.9939986.9136943,1.7103266,1.4308622,3.9772569,1.7225523,6.0579045ZM327.6402452,188.3942948c-.2787843-.6254076-.5719708-1.2540182-.8763797-1.8839847.3722112.470476.7726656.9027042,1.2074419,1.2851822-.0630328.2833751-.1284035.5438622-.192652.7595321-.0457315-.0536311-.091837-.1072388-.1384102-.1607296Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* CURLY */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M306.3157576,161.86166c-1.2529864-1.1741794-4.8214444-1.5082866-6.8679982-2.2294306-.2771945-1.1206419-.6541752-2.0431246-1.0056249-2.935355.4308017-.7837526,2.382105-4.3900105,3.2769082-7.0142398,1.0089916-2.9593885.7847765-5.0081941-.6726923-7.5123029-1.1002675-1.8903438-5.7768021-4.1041573-8.0039437-5.0762266-.5340483-1.1003724-.9847231-2.2188166-.9092054-3.0620918.1681497-1.8780699,2.1862265-7.0000722,2.0180768-8.6220502-.1681964-1.6219779-1.9340019-4.4390827-2.7748439-6.9147394-.8408887-2.4756333-1.4294828-4.4390827-2.1862732-5.5488301-.0490982-.0719835-.1123414-.1564045-.1857549-.2497329.5153208-1.7621809.6111558-3.860386-.6270777-6.4942708-2.3543995-5.0081941-4.3724763-5.3496656-4.7088225-9.3334452-.3359721-3.9793844-.0012859-5.1194307-2.3471517-5.9160417-.053634-.5165323-.1199633-.9726303-.2034536-1.3116938-.4204444-1.7073575-2.7748439-4.95129-4.2043266-6.1464402-1.4294594-1.1951269-3.531611-7.9391072-5.1292434-7.5122795,0,0-.8408653-5.4634972-2.6347036-6.7724324-1.7938616-1.3089585-5.6618188-2.7317486-6.166338-4.4390827-.5045192-1.7073575-3.9240226-5.6911371-5.4936223-6.5448159-1.5696231-.8536554-4.7088458.7398471-5.8299918,1.3089585-.5658218.2872092-1.2168174.5597131-1.723394.7594152-.1655779-.5113189-.370294-1.0526328-.6261659-1.6075999-.0543354-.1178762-.1109386-.2363134-.1698798-.3551715-.1178825-.2377162-.2451871-.4770688-.3826387-.7166319-.2061423-.3593797-.4351271-.7192737-.6894558-1.0750765-.1695525-.2372018-.3503742-.4725801-.5432133-.7047555-.0964195-.116076-.1958317-.2313805-.2983535-.3456797-.6151071-.6858654-1.3301641-1.2665025-2.0968677-1.749229-1.1702208-.7367845-2.4604751-1.244503-3.6996672-1.5510933-1.7171983-.810685-3.000345-1.0449879-4.4278404-.4961226-.1557582.0598966-.3088044.1283967-.4598866.2027414-.3271344-.4425149-.7932634-.8203405-1.42642-.7846878-1.476243.0831352-8.3654001.1662704-11.1538746-.4156526-2.7884745-.5819464-6.8071398-3.9073074-10.4157414-3.8241722s-8.6934463,6.6507221-10.4977588,8.4796496c-1.8042891,1.8289509-5.0028272,2.2446269-7.8733191,2.2446269-2.8704685,0-6.7251224-1.2470045-9.3495621,2.8265499-2.1556687,3.3459344-2.2086246,7.1943271-2.1588016,8.4632376-1.1180832.225115-2.2195197.5240369-2.926043.9031952-1.3437012.7210973-2.799393,2.2533238-3.8347808,3.8425012-5.30249,1.6142162-6.9721098,5.6441222-6.4169259,9.9854113.060835.4756895.163123.9725368.2940749,1.4796007-1.5297366.8961114-2.7043763,2.0928046-2.9991526,3.6968276-1.7018142.5936124-3.5350479,1.5060188-4.7581779,2.8875687-1.988501,2.2460296-1.9297234,5.330004-1.0792255,8.6159717-.2376587.1561941-.4764163.3298522-.7135841.539654-.6029962.5539619-1.2487312,1.3604153-1.3721314,2.4678248-.0428323.5120436.0316099,1.0842644.3344523,1.5419287-.2475017.0773606-.5037243.1515183-.7781131.2191767-2.3703682.5844713-3.8851649,1.376991-4.3977268,3.2389762-2.4158658.3492099-4.3838157.9369308-3.8856559,3.9105337.1378491.8228888.4275051,1.6109431.8140951,2.3620588-.5599534.361437-.9781299.5476496-.9781299.5476496,0,0,.5980162.2789565,1.4436511.2680619,1.7967841,2.8837813,4.8159267,5.1681756,5.6095175,6.7151776.0065464.0127649.0104977.0245946.0166466.0371958-1.1328126.6512413-2.2609025,1.312816-3.3809263,1.992486-.0851036.1178995-.1629359.2405216-.2368638.3654816-.8935173.1443644-1.8402244.2724338-2.713892.4313866-3.0605955.5568609-4.1626399,2.2553578-3.0310197,3.9303823-2.3201009,1.9824564-3.1720952,5.1756802-1.5617674,8.2071691.3271344.6158223.6750303,1.193654,1.0297765,1.739106-1.1281834.5246214-2.348648,1.3054049-3.0801179,2.4175836-1.6402777,2.4940325-1.476243,4.6555008.2460522,5.6530997.9953844.5765692,4.1807595.2644382,6.6935359-.1016512-.1494222.3745993-.3103942.818517-.4604945,1.3763831-.0388343.144341-.0728056.2877235-.103644.4301475-.3078224.0878811-.6199.1799938-.9337545.277016-.3051103-.0575587-.6111091-.1401796-.9180197-.2487276-.5091017.1213129-.9465668.3913152-1.311951.8103577-.0912525.0942168-.1783902.1994216-.2588177.3132298-.110658.0448173-.2202406.0901489-.328467.1360649-.8194959.347737-1.53474.9353177-2.0722952,1.6650184-.4560289-.1037086-.9971145-.2748418-1.6183238-.5565569-2.0776727-.9421911-.4373949-1.7180884.4374183-1.8843588,0,0-3.6632877-.2217016-2.9525093,1.0530302.5426288.9731447,2.547262,2.1055227,3.4671988,2.5879219-.9410023,2.3823517-.1638477,5.5218041,4.0507428,7.3604338l1.2582937-.2125839c.3041751.9046213.8329395,2.3252372-.5201839,3.4548097-1.8498102,1.5441731-7.9728015,2.2112653-4.5854457,5.2757417-.0936139.0152898-.1876955.0346475-.2806781.0448173-.3471945.0659751-.6454311.1088519-.9073116.1233936-.8257384-.0483708-1.2179864-.5216289-1.6078028-1.7860741,0,0-.117298.0630294-.2634704.1976682-.0215565-.0649231-.0431363-.128046-.0645992-.1976916,0,0-1.8589518.9976223,0,3.5470861.8464999,1.1609002,2.1006787,1.4473145,3.2162134,1.4161272.8940317.028265,1.7333773-.1727931,2.255455-.3355099.9978861,1.0503884,2.7002614,2.3725326,3.5178635,3.5867366-.9434806.9902346-2.4235345,3.3081776-2.7468345,3.9754334-.4878258.2444259-.9490451.5222602-1.3218408.9175965-.4108819.4468867-.4835239,1.069185-.5219841,1.5840107-.1769406,2.8424942,1.1302642,5.7257144,2.9219749,7.6857739-1.7319277-1.9826201-2.7108526-4.6613689-2.4775659-7.4668544.046994-.5081393.1344823-1.0665198.4911224-1.4306454.3257316-.3338734.6903442-.5932617,1.0700137-.8235668l.1567168.423578s-1.0661794.2216783-1.0661794.8036246,2.8704685,3.5747666,4.7841298,4.8494751c.0887275.0591017.1704176.1139018.2522947.1687953-.1510822.3738045-.4351271,1.3204141.0757515,2.2698059.6561158,1.2193006,2.0776727,2.1060604,2.1870448,2.9928203.1002071.8126489-.0759386,2.6456209-.5267537,3.2881887-.4883869.0687104-.6778826.3813324-.7088613.7717593-.1492352.2599728-.1625852.523546.0800067.7597893.0618637.2502238.145658.4867944.220451.6728667.0104041.3237036-.016179.7511391-.0522779,1.2374893-.2963194.7117925-.442445,1.5120038-.3785706,2.4012418.0281263.6306211.1677288,1.2494593.3887643,1.8234101.0527689.2794708.1192385.5486315.211777.7948342.4676722,1.2443861,1.6522951,2.8017683,2.6553482,3.9853928-.0426219.0377568-.0816433.0784828-.1299934.1114236-1.862225,1.1889549-5.7432283,2.1955313-5.2782682,5.3632254-.4920576.0723108-.7463396.0726381-.7463396.0726381,0,0,.3689614,1.0610492,1.3352843,1.6349766.0162959.0314913.0292719.0614162.0462692.0932349.3586741.7201621.9141152,1.1782941,1.4308622,1.4638901,1.0835742.5847752,2.3351811.7096416,3.4912336.4601425-1.1458354.1445281-2.3389687-.0771035-3.3758294-.7116289-.3844156-.2434206-.7662594-.5957165-1.0466102-1.0613531.2729627.0837197.5836141.1211024.9283537.1044099.306443.0195681.642228-.0041381,1.0177358-.09929,1.0344759-.2621471,2.1345097-.7827707,3.0906155-1.3172112.217809.7947407.528928,1.5527532.9226723,2.2590984-.7348833,1.0008954-1.4234507,2.0803671-1.6075456,2.8268538-.061326.2486575-.0854075.4640468-.0857816.6565717-.7151505-.4571968-1.22645-.7951381-1.22645-.7951381.6186842.9947701,1.4461294,1.9082052,2.4191858,2.7162017-.0777388.4668289-1.3151541,1.2824469-1.216303,3.1863036.1093487,2.1060604.2186975,3.325361,3.2805321,4.2121209.0064061.0306731.0095157.0606681.0155945.091271-.2277923-.0471318-.3436173-.091271-.3436173-.091271.7654411,3.6579018-.8748366,6.8724003-1.3122315,8.3134026-.4374183,1.4409789-1.4215803,3.3253377-.5467904,5.5422606.8748132,2.2168996,3.8273693,3.4362002,3.8273693,3.4362002,0,0,.7654177,1.4409789,1.5308589,3.3253377.2431297.5984752.8064732.9056266,1.4616304,1.0469751.1213661.005985.2495592.0060785.3743388.0091411,1.401263.2840297,3.1942361-.169333,3.1942361-.169333,0,0-1.7298469,2.7095153,1.2618007,3.2097994-1.1748267-.0941934-2.4121952-.2719896-3.4084914-.5495433-2.7852948-.7758973-4.8518152-5.3205589-4.8518152-5.3205589,0,0,1.2303077,7.9047403,7.10222,8.9983328.0062659.0190771.012672.0385985.0191249.0582367-.4107884.5790474-.7913463,1.0366416-.9976523,1.1411919-.6561158.3325408-3.2805555,1.8843822-2.7337884,3.6579018.4355479,1.4128541,1.2600939,2.3697271,3.5103819,2.6453871.8213897.2227771,1.5197767.1811627,1.5197767.1811627,0,0-.0945491-.0370087-.2385939-.0994069.2337776.0029925.4769774.00173.7343222-.0057278,0,0-2.4640522-.9478955-2.2453548-1.5021146.2187208-.5542424,1.4215803-.8867598,1.4215803-.8867598,0,0,1.530929,2.7711186,2.1870214,4.1012583.4925252.998464,1.4162496,2.3090824,1.8463266,2.9006842-.0323113.104597-.0669138.2081887-.0967001.3138377,0,0-.5467437,4.2121209,2.6244631,6.9832395,2.0758023,1.8139183,4.0113239,2.6247202,5.9900286,2.5993308,1.1510725.039744,2.3133908-.207347,3.5235449-.7149486,0,0-.1213193.0039043-.3311557.0011689.0010287-.0004442.0020574-.0007481.0030862-.0011923,0,0-.0140514.0003507-.027495.000678-.9070076-.013513-3.3790325-.1528042-5.221361-1.2199552-2.2963935-1.3301397-3.2805555-4.1012817-3.2805555-4.1012817,0,0,.3708318.1967798.9461693.4605867.8159889.9195604,2.2064269,1.6158761,4.5697342,1.352186.3913361.0097724.7484438-.0331045,1.0452074-.1500922.1043688-.0411468.2026353-.0794413.299125-.1169176.1852405-.0587978.3577389-.1256613.5199734-.1988839,1.3031601-.4904182,1.6959691-.5709583,1.6959691-.5709583,0,0,1.7496265.2217016,2.6244397-.1108391,1.3122315,2.2168996,1.7496265,3.7687409-.3280462,4.4337991,0,0,.0063828.0183758.0180494.045051-.0798664.0078553-.1273982.0103802-.1273982.0103802.0454509.0020573.0880495.0009819.132799.0022677.0060321.0129051.0149866.0292469.0238243.0454485-.0522078-.0160145-.1054443-.0276338-.1566233-.0477162-.064342-.0252492-.1202906-.0472954-.1789279-.070347-.0140982.0046758-.0254609.0103335-.0397696.0149157,0,0,.2311123.73959,1.372973.6646374.4750369.0388089,1.1531066-.0803064,2.1262799-.5537982,2.7337884-1.3301397,1.8589752-5.7639389,1.8589752-5.7639389,0,0,.9312996-.8079497.2767736-2.132572-.0519506-.2722467-.1388077-.5605547-.2767736-.8602482,0,0,1.9683239-3.1036594-1.530929-6.3181813,0,0,5.2488794-2.5494403,4.7021124-6.5398596,4.1553687-.5542424,4.7021358-1.7735196,5.1395307-2.4386012.4374183-.6650816,2.8431372-1.2193006,1.9683239-2.8819811,1.9683473.1108391,2.9525093-1.9951979,2.7337884-2.8819811-.2186975-.8867598-2.0776727-1.8843588-2.7337884-2.549417,0,0,.3784303-1.9228404-.1881864-3.2614666,2.2289653-2.0405529,2.9652748-4.2602579,2.9447237-6.2968364.0133968-.2734858.0086273-.5591052-.0227488-.86116-.4373949-4.2121209-1.4215569-4.6555008-1.4215569-4.6555008l-.3280696-1.9952213s.7654645-1.6626571,2.2963935-2.4385778,2.2963935-2.5494403,2.2963935-3.2145219c0-.6650582-1.9683473-2.2168996-1.9683473-2.2168996,0,0,2.515091-3.9904192,2.515091-5.0988807,0-1.1084381-5.0301586-3.5470393-5.4675769-5.2097198-.4373949-1.6626805-.1093487-3.6579018-.7654645-4.6555008.0128591-.0162951.0259285-.0311406.038811-.0473188.8555013-.1375845,2.974884-.658442,3.6244768-2.5021215.6972881-1.9790899-.0704676-4.5979888-1.5250138-6.9053645-.2905913-.7935483-.4979961-1.1863364-.4979961-1.1863364,0,0,2.2963935-2.6602795,1.9683239-4.1012817-.3280462-1.4409789-3.1711834-2.3277387-3.1711834-2.3277387,0,0,.0032966-.0681961.0102872-.1783339.0285237.1139018.0443754.1783339.0443754.1783339,0,0,.1093487-2.4386012.6561158-3.5470393.546767-1.1084615.6561158-4.1012817.3280696-5.7639856-.3280696-1.6626571-.4374183-5.7639389-.4374183-5.7639389,0,0,1.6402544-.4433565,1.6402544-1.7735196,0-.7505079-.31327-1.1832504-.5863262-1.4180208h.0000234c-.0001637-.0001403-.0002806-.0002104-.0004442-.0003507-.0496126-.0426196-.0971911-.0775009-.1420107-.1077765-.0049332-.0033198-.009656-.00685-.0144957-.0100529-.0424583-.0279611-.0803808-.0500775-.1140949-.0680091-.0058684-.0031094-.0103574-.0055875-.0158985-.0084164-.0316099-.0162717-.0574215-.0283819-.0762191-.0363074-.0055177-.0023379-.0055411-.0023379-.0097963-.0040212-.0145424-.0058915-.0248764-.0097256-.0248764-.0097256,0,0-.0142619-.0239867-.0346259-.0580497-.0014963-.0025015-.0024549-.0041147-.0040448-.0067799-.0111757-.0187031-.024175-.0403051-.0400735-.0667232-.002151-.003577-.0043253-.0071773-.0065464-.0108712-.2936541-.4878699-1.2849002-2.1080476-1.6096732-2.2961539-.3827323-.2217016-1.2028594-.2217016-1.2028594-.2217016,0,0-.3827323-.9421911-.7654645-1.1084615-.0071309-.003086-.0147762-.0075747-.0219773-.0108244h0c-.0470875-.0212514-.095648-.0458459-.144793-.0736434-.0028991-.0016365-.0058216-.0036939-.0087208-.0053538-.0460588-.0263713-.0925384-.055291-.1388077-.0873668-.0094222-.0065695-.0186106-.0144481-.0280327-.0212514-.0398397-.028756-.0796326-.0584939-.1184202-.0915282-.0154075-.0131389-.029833-.0284053-.0449599-.0422222-.0322645-.0294106-.0646694-.0586108-.0952739-.091084-.0195458-.0207838-.0370808-.0442795-.0557615-.0663258-.0244556-.0288027-.0497295-.0565301-.0724082-.087507-.0214396-.0292937-.039676-.0618137-.0592452-.0930244-.0171376-.0273299-.0358885-.0530934-.0513895-.0818961-.0212759-.039557-.0380628-.082691-.0558083-.1250535-.0099833-.023823-.022328-.0458225-.0310955-.070534-.0243621-.0687104-.0439312-.1407407-.0574683-.2162544-.1093487-.6096503.2186975-.997599.2733835-1.4409789.0045357-.0368451.0069907-.0811246.008487-.1283265v-.0000234h0c.0164362-.5209276-.1541918-1.6035788-.555254-1.7560089-.35159-.1336569-1.7244929-.0913178-2.7614471-.4429825h.0000234c-.0908785-.0308133-.1785772-.065227-.2636808-.1021422-.0120408-.0052836-.0244556-.0102166-.0363327-.0156405-.0878157-.0395804-.1722646-.0823871-.250775-.1303605-.0304877-.0072241-.0607415-.0158742-.0911824-.0233789-.0319372-.0205033-.0657916-.0393934-.0958584-.0614162,0,0,3.6632877-2.8819811,4.2100314-4.2675521.546767-1.3855476-.7654645-3.4362002-1.4215569-5.9302092-.6561158-2.4940091-1.7496265-7.3712115-2.1323587-8.0362697-.3147195-.5469015-1.8101576-1.467093-2.3325391-1.7773772.0343454-.0182355.066306-.037827.1001136-.0563664.0530494-.0291067.1040882-.0593355.155805-.0892137.1287075-.0743447.2534169-.1508403.3740582-.229744.0481162-.0314446.0969105-.0624917.1437642-.094661.1582365-.1086181.3117035-.2198781.455912-.3361177.0009586-.0007715.0018003-.0015898.0027589-.0023613.1438344-.1160526.2786674-.2368511.4090349-.3599174.0390448-.0368684.076336-.0745785.1142118-.1120548.0939179-.0929309.1843287-.1875218.271139-.2839361.0347896-.0386452.0701637-.0769164.103831-.116076.1131129-.1315762.2220174-.2651629.3227857-.4023968.0017535-.0023846.0032265-.0048628.00498-.0072474.0994356-.1358077.191296-.2749119.2792052-.415676.0270274-.0432743.0525117-.0871564.0784636-.1308748.0630328-.10614.1230729-.2134489.1800034-.3219969.0231697-.0441393.0468771-.0880214.0690414-.1325581.073507-.1476374.1433902-.2966309.2063762-.4479622.0020107-.0048628.0036941-.0098191.0057047-.0146819.0613961-.1484557.1165732-.2988752.1683133-.4503234.0163895-.0479033.0313995-.0961338.0468537-.1443176.0057047-.0177445.0116901-.0353722.0172545-.0531635.1902673-.4170553.3514731-.8611132.4632066-1.336756.8201272-3.4916314-.6561158-7.482074-1.530929-8.2579713-.8748132-.7759207.9294993-5.1543119.7107784-6.6507221-.2186975-1.4964101.0546861-2.38317.2733835-3.1036594s3.3352182-.7759207,4.8661472-4.2121209.6561158-7.0386707.9294993-8.7567825c.2733601-1.7180884,6.4517388-3.3807689,7.4359008-5.3759902.984162-1.9951979.1640348-4.5446383.1640348-4.5446383,0,0,2.6244397-1.385571,3.6086017-3.7133331.984162-2.3277387,1.530929-3.3807689,1.530929-3.3807689,0,0,2.0776727,1.8843588,5.1395073-1.5518414.8647832-.9705029,1.8954949-1.604888,3.0646636-2.1393987.3753208-.1257782.761373-.287139,1.1588347-.4880335.5497597-.2167687,1.1253544-.4294227,1.722716-.6565249.081807-.0310939.1645725-.0630294.2472212-.0947311.0882131-.0338526.1755846-.0670973.2647563-.1017915.1654376-.0643152.3327456-.1305475.5013629-.1982994.063968-.0257167.1287075-.0526258.1931196-.0789036.1178591-.0480903.2361624-.0969053.3555178-.1471231.0721276-.0303457.1445124-.0613461.2171778-.0925569.118467-.050849.2376587-.103241.3575285-.1565915.0695792-.0309536.1389012-.0615799.208948-.0934453.1532799-.0697391.3078224-.1421434.4632533-.2165817.0361223-.017277.0716366-.0333382.1078524-.0508958.1880695-.0911775.3779861-.1868905.5691184-.2858766.0606246-.0314212.1218571-.064736.1827856-.0969989.1361189-.072077.2727756-.145884.4103675-.2224264.0712158-.0396272.1425952-.0800726.2142085-.1209622.135815-.0775243.2723782-.1579475.4095492-.2402645.0665865-.0399545.1329159-.0790907.1998063-.1202374.185825-.1142758.3727489-.2327832.5609354-.3566678.0167402-.0110348.0332231-.0209475.0499633-.0320524.2035472-.1348025.4087309-.2770394.61492-.424069.0626587-.0447004.1257849-.0919724.1887008-.1378417.1473414-.1074258.2951972-.2177272.4438011-.3319095.0728524-.055969.1458217-.1129199.218978-.1705955.1477155-.1164267.2960856-.2371083.4449935-.3606422.0668437-.055478.1334536-.1095767.2005311-.1665276.2136474-.1813497.4281598-.3681234.6441218-.5651603.1855679-.1692863.4456715-.306263.7505948-.4163773.2032666-.0733862.426453-.1348492.6606983-.1859788.1322846-.0288729.2685438-.0537012.4062994-.0762618.1391584-.0227944.2799767-.0420586.4214497-.0590316.0322645.1567786.0808484.2800786.1666767.3496775.3239313.2626848,1.8376292.2529825,3.0631673.0631697.9632835.9727472,4.0539458,3.8351603,7.2536529,4.0355872,1.2922883,1.719608,2.8755654,3.5874847,4.4591931,5.1186358-.0712158.563103-.2520609,1.1208523-.5950703,1.7037338-1.3165802,2.2372859-.9427792,5.1350244,1.7808389,7.6599871s6.4429479,4.0121615,6.1551623,7.7724627-2.0823721,8.0529154.4796895,11.0922596c.7078326.8396982,1.2487078,1.7246345,1.6676792,2.56812.2972312,1.4108202.6477691,2.7233089,1.0236042,3.7605116-.0316567.3163626-.0238477.6671857.0550368,1.0475829.3363461,1.6219546.6726923,1.7926903.6726923,2.4756333s-.4204444,2.2195414-.0840982,4.1829908c-1.4855249,3.1016488-1.821871,7.3130917-.4764865,10.7277599.1826921.4636961.4112326.8930721.6656081,1.293809.363093,1.3063167.7078092,2.4244102.8199168,2.9176339.2522479,1.1097707-1.7658055,2.9878406-1.7658055,4.1829908,0,1.1951269,1.0090384,4.5244389.7567671,4.8659104-.2522479.3414715-2.6066708,1.3658626-3.4475362,2.5610129-.8408653,1.1951269-.588594,2.9878406.0840982,4.268347-1.1772115,2.2195414-2.3544229,3.3293121-2.0180768,6.3171526s-1.4294594,5.4634972-1.3453845,7.1708314c.0840982,1.7073341-1.9339786,6.5732446-1.5976324,7.9391306.3363461,1.3658626.9249402,3.4146682.3363461,4.268347-.5886174.8536554-1.7658055,5.6342096-2.4384978,6.6586241-.6726923,1.0243911-1.4294828,5.1220024-.6726923,6.9147161.1554075.3681468.3214062.716819.4871712,1.0408265-.7007484,1.8210255-1.3333905,3.5559233-1.8057855,5.016517-.6191752,1.9144006-.6684371,3.4185258-.4167269,4.6453543-.3471711,1.3311918-.6334838,2.669444-.7031565,3.5535854-.1681731,2.1341618-.1681731,4.3537032-.4204444,4.95129-.128988.305585-.2120108,1.348913-.0056814,2.5570852-.5596261.4633455-1.1739382.9955182-1.849857,1.6213467-4.8480276,4.4887628-.6894324,7.6358367.2659486,9.4445415-.0145658.0912243-.0181897.1940678-.0162492.3025691.0002338.0096788.0013794.0201993.0017301.0299951.0423647,1.416057,1.3359623,4.0851503,1.3359623,4.0851503,0,0-.2505879.5473924-.3006915,1.6021059-.002829.059055-.00332.1324879-.0027589.2120929l.0000468.0000234c.006523.9069825.227278,3.0632607.5571478,4.6863375-.1900802.3873876-.3622045.8751873-.321944,1.3249263.0840982.9390349.8408653,2.7317486,1.1772115,2.9878406.1051871.0800959.3583936.3021015.656747.5694387-.0102872.0355826-.0225384.0927673-.029646.1796197-.1042285.3581406-.0128824.8220004.1724516,1.3313788q.0690882.3445809.0691583.3450017s.006827-.0427365.0207381-.1108158c.2138812.5284556.5037243,1.091465.7678493,1.628711-.011316.4311294.0365197.9141131.1926053,1.4347835.1481597.4942055.3389647.9448563.5415065,1.3429981.0447028.7199517.0605778,1.5684637.060344,2.4154094-.2545158.1368364-.4628325.2851518-.5177757.4245833-.1681731.4268277.1681731,1.0244145.1681731,1.0244145,0,0-3.6157092,1.1951269-3.8679571,1.9634261-.2522713.7682992.1681731,1.1951503.1681731,1.1951503,0,0-1.1772115,1.1951269-.5886174,4.4390827.5832634,3.2144751,3.7262036,10.5327569,7.0558573,12.0775613,1.0028894,1.1959451,2.3035011,2.0040351,3.9594435,1.7518708.2157282-.0328473.4150436-.0778048.6071345-.1279291-.0464796.0271662-.0745825.0425729-.0745825.0425729.164783-.0395336.3474283-.1032176.5391685-.1874282.8864098-.3251998,1.4866237-.8458001,1.8846232-1.4530657.9049034-1.1136048,1.4183304-2.7383415.4911925-4.7620382,0,0,1.9339786-.5122073,1.9339786-1.1097707s-3.3634379-4.5244389-3.0270918-4.6098185c.2697596-.0684533.4848565-1.014572.4729093-1.5630399.6834939,1.4824296,1.6454915,3.0606657,3.0805387,4.6238458.8176489,2.5855373.9161025,4.3038361-1.2076991,4.5800572-.0088377-.0072241-.0187976-.0125077-.0275184-.0198954-.000982.0080189.0009118.0154067.0002572.0233555-.0643187.0079254-.1236807.0190538-.1920441.0243374,0,0,.0022679.021041.0080895.0521582-.0862726-.0117128-.1370775-.0209708-.1370775-.0209708.047485.0135597.0927255.0231217.1396727.0356995.0633133.2989921.4940215,1.4786188,3.3116276.8456598,2.1516941-.4833577,2.9312568-2.8453465,3.2119816-4.3525342.4992821-.031164,1.0479896-.0826209,1.6538382-.1595139.8672381-.1100443,1.6183238-.3218333,2.2698103-.6085047-1.2548802,1.4543048-3.3909563,2.1451265-3.3909563,2.1451265,5.7033184-1.0132862,7.381355-3.8471069,7.4228313-6.7757755,1.1283938.3729394,2.1792826.52904,3.1489021.5300921-.4959855.6569457-1.45312,1.1296661-1.2856717,2.7443732.2180428,2.1032316,1.7043626,2.6975687,1.7860527,2.7287094-.0752372-.0315147-.6790517-.3321433-.889192-1.9319581-.1179994-.8986363.3558218-1.418956.9930464-1.9425487.4423281,3.5068277-.1887008,6.5820818-.1887008,6.5820818,2.423932-2.3346588,1.9528229-5.1926065,1.052315-7.2774389.334125-.2835621.6649067-.604507.9462394-1.0044022.0613026-.087133.1121777-.1799704.159125-.2749119,3.3768114-1.0164657,5.2419121-3.7360807,5.2419121-3.7360807-1.5973285.8476938-3.2888087,1.6935172-4.9981045,2.2591218-.0962793-1.4021466-.8967438-3.0764932-1.8061596-4.4445534,2.4068879-1.1414724,3.15781-2.910854,3.2053417-4.5983161.8377324-.3980249,1.5307653-.8669112,1.7855617-1.3842852.440107-.8936566.6684838-2.1814338.7250403-3.7823942.643888-.7104132,1.2337679-1.5130091,1.3405682-2.1635958,3.6156858-2.1341618,4.4565746-3.0731967,6.6428478-5.6342096,2.1862265-2.5610129,3.8679104-5.4634739,3.8679104-7.7683948,0-2.3048976-.5885707-4.1829674-1.0089916-4.6098185-.4204677-.4268277-7.0632688-5.9756811-7.0632688-5.9756811l-.0840748-.5975634s1.7658055-.0853796,2.6907691-.682943.9249636-.9390349.9249636-.9390349l1.3453845-1.1097707s.1931196.0816857.4737744.1021188c.3608017.0262544.8663263-.0487683,1.2919844-.5289465.7567671-.8536788,1.7658523-2.9878406,1.6817774-3.4146916-.0105678-.0533505-.0171142-.1067011-.0205745-.1592334-.0034603-.0525089-.0037408-.1041995-.0017769-.1542069.0117836-.3001143.1064262-.5402151.1064262-.5402151,0,0,1.3512763-.7666393,1.376106-2.8824721.0112692-.9617358-.2514764-2.2021943-1.0398066-3.776152.277475.0375698.2268805-.0550572-.0202004-.2221692-.0489112-.5143815-.1880695-1.8470929-.4272012-3.1602128,1.1195795-1.5357334,1.6465202-3.5347888,1.2170745-6.0199607-.0646694-.3741084-.1417769-.7419746-.2259453-1.1059366-.0108951-.0470149-.0207615-.0944973-.031984-.1413485-.0821109-.3439029-.1737609-.6823118-.2721444-1.0164891-.0178624-.0604811-.0355845-.1208687-.0539145-.1810224-.0999266-.327865-.2069139-.650914-.3214764-.9687027-.0203874-.0565067-.0416166-.1122886-.0623781-.1684914-.1195191-.3224645-.2446026-.640674-.378103-.952057-.0146827-.0343202-.0303941-.0677052-.0452639-.101885-.1331263-.3058188-.2724249-.6061902-.4179427-.9006469-.0143086-.028943-.0277756-.0585406-.0421777-.0873668-.1484636-.2967711-.3043154-.5860143-.4643288-.8705817-.0296927-.0527427-.0588243-.1058127-.0888444-.1581112-.1563661-.2722701-.3179226-.5382045-.4838746-.798528-.0355378-.0558521-.0713561-.1111431-.1073614-.1664107-.1169005-.1795028-.2358117-.3561067-.3568739-.5295544.093801-.1699409.1746026-.3495606.2236073-.5420387,3.3114172-3.5276582,2.9698339-8.8307532,2.5316441-13.6113542.3993321-.2139165,2.9343429-1.6861763,5.0970958-5.659412,2.3544697-4.3252511,1.1211694-7.9675826-.3362994-9.3334452ZM304.2976808,163.2275226c.2000401.1477076.4055045.3096061.6068539.4900207.0597128.0535376.118958.1093663.1775952.1667847.011316.0110816.0224917.0224203.0337609.0336422.0541016.053935.107642.1093429.160294.1670419.0129993.0142845.0256246.0294807.0385304.0440224.1488845.1674627.2894456.3527635.4185038.5573986.0258116.0409597.0521844.0810077.0769673.1236741.0286172.0492359.0553641.1014175.082485.1529678.0267468.0509659.0532131.1023526.0784169.1557265.024175.0511763.047181.1040359.069813.1575033.0254843.0602941.0496126.1224818.0729459.1857917.0193587.0525323.0386707.1051815.0564863.159888.0242218.0746019.045825.1527574.0670074.2315675.0131864.0490021.0276353.0963209.0395124.1470296.0305812.1304072.0576086.2654435.0791183.40747.0040214.0263947.0059385.0555014.0096326.0823169.0165064.1205881.0303941.244496.0399332.3738045.0040214.0548468.0054242.1129199.0081363.1693798.0051436.1071453.0087442.216231.0088844.3294314.0000935.0652971-.0014028.1324879-.0030394.1998424-.0027589.1132705-.0082766.2297907-.0161323.3490696-.0045825.0699495-.0092585.1399692-.0157114.2120696-.0116901.1310852-.0278691.2673605-.0458718.4056464-.0085571.0657413-.0152906.1293786-.0252973.1968032-.0309085.2082822-.0672879.4227364-.1128791.647524-.0736006.3628164-.1776888.7056205-.3059988,1.0289734-.0855712.2155764-.1818037.4225026-.2869206.6209423-.0525585.0992432-.1073614.1963356-.1641283.2913472-.3405078.5700699-.7522314,1.0646027-1.1841554,1.4880873-.1439747.1411615-.2901938.2744443-.4367403.3999888-.3664597.3138611-.7351171.5794682-1.0765134.7993931-.1365398.0879746-.2687309.1686317-.3946561.2421348-.125972.0735031-.2456313.1398757-.3571544.1992813-.3370475.1795028-.5992787.2950879-.7354445.351805-.7829996-3.2290869-3.0065875-4.3148709-4.2990862-4.6752559.1018905-.2832815.1639413-.5570713.1803541-.8127424.0039279-.0565301.005658-.112125.0044422-.1665276.9207551-1.1218342,1.6482504-2.3405035,1.9775357-3.6778206.0315164-.1278122.053821-.2501069.0813628-.3755111.4137343-1.0804068.6931732-2.2897013.5785172-3.4824903-.0140281-.1459542-.0325919-.2840063-.0502672-.4236248,1.4609757.4914235,3.6398609,1.3640625,4.5629073,2.0456027ZM298.661019,180.3744604c-.4156047.1298929-.8465467.3032938-1.2768341.5155972-.3694991-.682756-.7712628-1.534541-1.0593056-2.4563691.0232866-.0917152.0512024-.1868438.0707482-.2757535,1.0164265.510711,1.8333272.9660141,2.1723855,1.4076172.1421978.1928989.1860121.3491865.1867135.4914702-.0110354.1137849-.0466667.2194339-.0937074.317438ZM158.0917394,208.4364228c.0095858.0100997.0197094.0207604.0287341.0302522-.0992018.1489233-.1248497.2110175-.1248497.2110175,0,0-.1852639.1798067-.4885038.453199.0525351-.1121483.1178825-.2171661.2004376-.3111959.1214596-.1388938.2509854-.264181.3841818-.3832729ZM148.4270369,152.7468537c.0212993-.0089073.0388343-.0191005.0606714-.0278442.2647796-.105953.5683235-.1990709.9087144-.2822996.5220075-.1276018,1.1322281-.2316844,1.8206085-.3232594.0081129.3607357.0087909.6464252-.027308.8314688-.1653207.0829248-.3062326.1509339-.4112794.1993281-.0691817.0701132-.1835338.1257782-.3197696.1860957-.1779226.123113-.3350368.27393-.4683502.4508144-.2359754.2039571-.4433802.4986241-.5544123.9483631-.4224784-.6624865-.7833035-1.3238041-1.0088747-1.9826669ZM156.4482118,130.9145603c.6333202.0818961,1.2145729.1772351,1.6875991.2630121-.2844891.2009646-.5880329.3761891-.9054178.5303726-.2542352-.270353-.5186174-.5319858-.7821813-.7933847ZM160.0733432,124.1859399c.0217435-.014378.0368003-.0298314.0575852-.0443497.3351304.6365594.5856949,1.3487025.5892487,2.2466842-1.2819309-.0316783-3.6705823-.0163184-6.3626607.3638451.0154075-.4498091.114469-.9043173.27827-1.323921,1.9978062-.3909879,4.1184749-.3702509,5.4375568-1.2422586ZM158.0623974,114.2404831c.0992251.2757769.2076854.5568842.3173849.8375006-.0488878.6274884.0644823,1.1781304.1136741,1.3766403-.182622-.4611712-.3538578-.9289353-.500755-1.4108435.0012391-.2697452.0235905-.5408931.0696961-.8032973ZM163.9164006,106.4754549c.0501971-.0958299.0956948-.2006373.1423614-.3031769.2442052-.0797686.4973415-.16779.7713563-.2758003.5038412-.1986033,1.1675087-.699729,1.9181269-1.3864828-.0368938,1.5251895-.4154644,2.9378332-3.1756723,4.0744662-.0951804.039183-.1870174.0772671-.2808652.1159825.0201069-.3764696-.0595725-.745084-.2019339-1.0657951.3106046-.3238205.5883135-.7041476.8266268-1.1591936ZM158.5081156,116.4900196c-.0203641-.1431487-.079469-.6282131-.0611156-1.2401312.4074216,1.0403589.7978459,2.0461171.7007951,2.6593209-.2326554-.4617791-.4465365-.9344527-.6396796-1.4191898ZM250.9865149,222.2522016c.2363962.4248872.5554411.8300895.9417271,1.2062552-.3309921,1.2066059-.4312226,2.7873435-.3741284,4.0941044-.3849767-.671464-.6916535-1.4396463-.8907585-2.3288609-.2910355-1.2997706-.1178825-2.2445801.3231598-2.9714987ZM297.5412992,153.2500368c-.0476019-2.1621229,1.356607-3.5967427.057515-6.1568672-.508751-1.0026254-1.0164733-1.9496092-1.4683639-2.8171516,1.3076023.7210038,2.7821852,1.5928479,3.4875629,2.2159644.052652.0465239.101002.0916451.1446761.1352233.1747429.1742893.2745759.3236802.2745759.4375118,0,.5406827-1.0671613,3.0876916-2.0750307,5.2822878-.0530261.1155149-.1059119.2300479-.1584703.3432483-.0887976.1913325-.1763327.377662-.262465.5597832ZM167.4061378,93.0876961c-.0937074.0286625-.1873447.0574418-.279626.0892838-.4315265.1489233-.813347.3348787-1.1550471.5478834.3196995-.5425998.799693-1.1212263,1.5141421-1.6364494-.0257181.3204305-.0523013.6545377-.079469.9992822ZM162.9291758,101.200812c-.1061223-.3666271-.2068905-.7711748-.2934904-1.2024211.0774583-.0389258.1528123-.0693651.2291016-.1027033-.0057047.4230871.0180027.8595702.0643888,1.3051244ZM153.7583078,111.8820948c.0153841-.1870308.1287776-.3623956.319115-.5282451.1700201-.1481284.4057383-.2881677.6834939-.422713-.1157081.6340578-.3813762,1.1993584-.7222815,1.6941251-.1881864-.3218566-.2938177-.579211-.2803274-.7431669ZM155.1236823,114.15328c.036847-.038014.0742084-.0694586.1108451-.1096936,1.1572215-1.2707575,1.1242088-2.5988632,1.4168341-3.798736.6168606-.1830564,1.2772082-.3587251,1.9291856-.5323364.19831-.0528128.3958952-.1055088.5906515-.1581579.1537709-.0415676.3059286-.0834625.4563094-.1262692.1503574-.0428067.298938-.0865251.4455078-.1317398,1.0557051-.3257142,2.0058256-.7321789,2.7789354-1.4336847.1160822.3057019.1610889.6396921.1047662.9760904-3.1858427,1.3207414-5.4947679,2.3943217-5.2891166,3.9578291.0286406.217774.0826019.4532692.1521577.6992848-.1836975.4951173-.2605245,1.0389328-.2681464,1.5667571.3297529,1.2278339.7879562,2.3836609,1.3671046,3.4709178-.0316333.0834859-.0623313.1706422-.0922813.2599027-.2814497-.4088727-.6521412-.8893081-1.066156-1.4050222-.14-.1743829-.2848631-.3527635-.4328124-.5336457-.0739746-.0904528-.1487208-.1815368-.2240047-.273065-.2258284-.2746314-.4564965-.5533306-.6858786-.8312584-.3058117-.3705548-.6093322-.7397536-.8959488-1.0960473-.1371711-.1705253-.2701337-.337801-.3979527-.5011257ZM148.0446554,171.4337098s.0450301.0680091.1237743.1792924c-.122652-.0445601-.2193287-.0823871-.2932098-.1123354.1090448-.0407493.1694356-.066957.1694356-.066957ZM151.9813033,174.7590474s-.0112458.0159911-.0297629.0421988c-.1227689-.0256934-.2236073-.0421988-.2982833-.0421988-.0881196,0-.207475.06677-.3487376.183711-.2085037-.3073618-.4676254-.6051382-.7524184-.8968829.8263697.5549204,1.4292022.7131719,1.4292022.7131719ZM282.0989062,93.1127816c.8969074,2.0488056.5605613,4.4390827,2.0180534,7.3984712,1.4575155,2.9593885,3.3634613,4.2114429,4.1482612,7.1708314.3699667,1.3951096.2638678,2.7891437-.042809,4.1007908-1.410124-1.57508-3.6966044-3.9084997-3.8251482-4.2999786-.7223282-3.5819907.9206616-4.6777341-2.1070848-8.7976955-.4208418-.7945536-.7518573-1.4484133-.7518573-1.7878041,0-.6211293-.0007715-2.8464219-.1224416-4.777328.2972312.3286131.5373916.6600551.6830263.9927128ZM255.807936,59.0798372c2.8589187.3414715,5.7178609,2.7317486,6.5587262,5.2927615.8408653,2.5609895,4.7088225,4.268347,6.3905531,5.6342096,1.0695695.8686646,1.3904847,2.841185,1.4826959,4.1629318-.5883369-.4283707-1.2067171-.707257-1.6508689-.7482635-2.1862499-3.1585763-3.0271152-3.2439325-4.3724763-5.2927381-1.3453845-2.0488056-4.5406728-5.2073819-6.4746513-6.2317964-1.5503813-.8212055-5.3683751-.6733109-7.2125975-.6116141,1.3027392-1.029628,3.4455021-2.4244336,5.2786189-2.2054907ZM189.024174,58.343871c3.2805555-.7481934,9.0215159.6650816,11.235892-.3325174,2.2143527-.9976223,6.151024-4.8217712,10.1696893-8.8121904,4.0186653-3.9904426,6.9711746-.5819464,10.9898398,1.4964101,4.0186653,2.0783331,9.1855273,1.0807342,12.302048,1.2470045.8921847.0475993,1.4607419.2658409,1.8192758.552676-.2468705.1703851-.4891117.3504022-.7269107.5371291-.1699967.0551741-.3470308.1068647-.5311725.1551654-1.4413598.2258163-3.5047473.4016954-5.6460372.0851692-1.2044493-.1780533-2.7706121-.3165964-4.4970689-.3382452-2.8555052-.5872767-6.421298-1.2192538-8.4064088-.5485146-2.9525093.997599-3.3899042,2.3277387-6.561111,2.7711186-3.1711834.4433799-12.356734,4.6555008-15.1998712,7.4266428-3.8272991.3325174-5.9049952,5.7639389-6.3423901,5.7639389-.2343154,0-1.6611094.1274147-3.2212168.39889-.4929928-3.0979082,1.5086945-9.6941108,4.6154423-10.402677ZM172.2113564,78.2128786c.6846863-1.6483259,2.1707722-2.6986675,3.9888089-3.3565718-.0985004.1975747-.1912258.3937232-.2708585.5854532-3.6086017,3.4362002-3.7179504,7.2049177-3.2805321,8.7567591-.064155.0254596-.1270708.0528596-.1907816.0790439-.6745159-2.162193-.9536509-4.3625871-.2466367-6.0646844ZM171.3912292,79.0442072s.0234035,2.3539698.7123449,5.3832143c-.2539313.1116106-.5028358.22944-.7454044.3537688-.5377189-2.0931085-.6823482-4.1571338.0330595-5.736983ZM162.4517308,96.5023409c.3573415-2.9701895,2.0237114-5.1185891,5.1594973-5.9523724-.014145.1701045-.0288978.3484852-.0442118.5351419-1.207629.7968214-2.7722253,2.2133927-3.2956123,4.4099527-.2617168.4571501-.4535506.9437808-.588594,1.4389683-.5645359.8095862-.7923049,1.7961971-.8173449,2.8762533-.0819239.0328707-.1627723.0622345-.2462392.1013239-.2009987-1.0343739-.3111658-2.2150293-.167495-3.4092677ZM160.4026286,104.762767c-.3094824-.3980483-.3992854-.9494853-.3679326-1.4458183.0898497-1.0238067.689713-1.8288106,1.2703812-2.3830297.221316-.2053131.4454143-.3771242.6691619-.533295.2509152.9521271.5663596,1.9203622.9173884,2.889813-.5230596.6183706-1.348798,1.1079471-2.4753682,1.4858429-.0045591-.0044654-.0090715-.0090476-.0136306-.013513ZM161.9375322,106.6827786c.0124616.013022.0249699.0259739.0374315.0389959-.7741151.382969-1.8568242.6143027-3.1987017.9576913,1.2327392-.6745032,2.1274489-.8134437,3.1612702-.9966872ZM158.1893279,122.7064561c.0110822.8549646-1.1378628,1.2889228-2.65626,1.5971028.889683-.5233356,1.7746666-1.0565604,2.65626-1.5971028ZM152.2000241,126.2642731c.5416234-.3111258,1.1363197-.5221666,1.7524087-.6806986-.1192619.4035657-.1867369.8256943-.1964396,1.2585303-.458437.0731524-.9235607.1569422-1.3919577.2535203-.3051571.0629125-.6017337.1405537-.8892154.2315675.0593621-.4339816.2769373-.8054248.725204-1.0629195ZM150.9424786,126.3474083c-.1170875.4204453-.1562726.8299025-.1365398,1.2251219-.1700435.0699261-.3372346.1435461-.4994925.2231745.1020308-1.019014.6360323-1.4482965.6360323-1.4482965ZM150.0676654,138.0692837c-1.0896062-1.6567189-1.3621481-5.5540903.7150336-6.8006273.7544992.7759441,1.3353077,1.3137979,1.3353077,1.3137979-.3873381-.5443999-.6970777-1.0462971-.9457718-1.5102972.3205879-.1253106.6946228-.2122332,1.1030264-.2689503.9056516,1.0535913,1.8930868,1.6961123,1.8930868,1.6961123,0,0-.6914899-.7539446-1.3762229-1.7519176.8608553-.0657413,1.8256586-.0239633,2.7449407.0642217.3732633.3822208.7616535.7522379,1.1268741,1.1462183-2.011998.8083004-4.3656727,1.003467-5.55745,2.0101838-.8146796.6881799-.9726823,2.3070718-.8172514,4.0620988-.0642485.0175108-.1349967.0375698-.2088311.0589848-.0043253-.0065928-.0084168-.0132558-.0127422-.0198253ZM147.0331621,144.6368706c-2.9525093-1.1638693-.8201506-2.9096851.9021446-3.907284.4055045-.2348873.8101906-.3987263,1.1932035-.5148958.7858987,1.0435852,1.5505917,1.8975211,2.1713801,2.5330985.1676821.485906.3336808.8846557.4796895,1.1511045.0319138.0531401.0649499.1073557.0923982.1560305.0288277.0438353.05333.0853562.0776453.1267835-1.0782435.5500342-2.976848,1.2197448-4.9164611.4551629ZM149.3018736,158.3252814l.0001169.0001169c-.0782064-.1090623-.1582131-.2223095-.2392018-.3390167-.0059619-.0086034-.0120641-.0177679-.0180494-.0264181-.0748865-.1081973-.1504743-.2188494-.2265064-.3325174-.0174416-.026044-.0348831-.0534207-.052348-.0797453-.065324-.0985185-.1307181-.1976916-.1959252-.2994597-.0262091-.0409364-.0520207-.0832988-.0781129-.1246794-.0562525-.0891436-.1126219-.1781235-.1680562-.269114-.0370341-.060785-.0728524-.122926-.1093487-.1844124-.0437909-.0737369-.0881664-.1469127-.1309753-.2214679-.0438611-.0764021-.0856179-.1537393-.1281931-.2307726-.034018-.0615331-.069135-.1226455-.1021944-.1844591-.0503607-.0942168-.0976821-.1888544-.1454242-.2833984-.022819-.0451913-.0472044-.090219-.0693454-.1354337-.0686206-.1401095-.1339446-.2801722-.1950836-.419627-.1230261-.2805696-.1986373-.5351653-.2287509-.7667094s-.0147528-.4400134.0442118-.6283768c.0924215-.2953684.295618-.5398878.5949534-.7475154.3319039.9610578.8918106,1.9311866,1.5165502,2.8748038.1395091,1.4821724.9424752,2.7204333.7521378,3.2028091-.0277054.0702301-.0243621.1657327-.0017535.2815047-.2118939-.2671735-.5001939-.6418897-.818701-1.0861113ZM147.9819967,171.63243c.0976119.0671674.2215498.1473803.3721815.2353549.124669.1666211.2828821.3688949.4668602.5870196-.3030996-.2743976-.5879394-.5477899-.8390417-.8223745ZM148.4737971,179.6330469c.0365899-.0219527.0734135-.0433911.1102606-.0648529.0595959.0125778.1249433.0240101.1959252.0342968.000187.0031328.0003507.0063357.0005611.0094451l-.3067469.0211111ZM154.5615078,208.4472004c.7588479-.1172449,1.7843459-.2774602,2.4237215-.6378218.1178357-.071212.2198431-.1512845.3146026-.2356354.2474316.2779044.4643522.5140542.6353542.6965495-.1331263.1221545-.261787.2505044-.381119.391736-.1803775.2189897-.2831798.4724398-.3445993.7326231-.948367.8294816-2.5692393,2.1286444-3.8065844,2.4975393-.5405713.1611504-1.0047598.274421-1.3946932.3554754.2047395-1.5873539,1.4418274-3.1146474,2.5533174-3.800466ZM157.5844146,212.953287c1.2256317-.6942116,2.1879098-1.3917196,2.4259894-1.568417.0469706.136439.1041817.2687399.172288.3964819.0259987.0487449.057819.0978405.0846827.1466555l.2433635.7401043s-1.0687979,1.1927422-2.0677829,2.5458868c-.3725151-.7098521-.6620309-1.4687062-.8585407-2.2607115ZM260.2917951,109.6763937c.0981497-1.0827214,1.0218039-7.6972997.614733-8.8301921-.4070943-1.1329157-3.301808-3.8832506-5.1706496-5.3381866-1.868865-1.454936-3.132162-3.7716633-2.7655386-5.7686146.229312-1.2489684.971186-1.8591564,1.2963565-2.6396359-.2717235,1.5757112-.514596,3.1477285.027682,4.2487789,1.1772115,2.3902771,3.5316344,3.7561397,5.5496878,6.3171526,2.0180768,2.5610129,2.6907691,6.3171526,2.0180768,9.3903727-.3302205,1.5085671-.1009319,4.674087.4205145,7.7633917-1.3654914-1.8588992-2.0831436-4.1247541-1.9908624-5.1430667ZM251.0150153,265.4117819c1.9339786,2.3902771,3.6157092,4.4390827,6.054207,5.3781177s4.2884015,1.2805064,4.2884015,1.2805064c.2916434,1.7764888-.6042119,2.8665978-1.825565,3.1313867-.2970909.0493528-.6398198.0630995-1.0346396.0324031-.2318137-.0327538-.4663863-.090219-.6994391-.1759492,0,0,.0765231.0454485.2095091.1115639-3.4033244-.6433392-4.806224-5.1482101-4.806224-5.1482101,0,0,.2506581,1.2831249.8321446,2.8417929-1.6478997-2.2854697-3.130011-5.2986997-3.0183944-7.4516114ZM271.1835086,269.0449722s1.1805548-.6211059.8120377-2.1865304c.0114796-.3009793-.0100067-.6276988-.082672-.9792933,0,0,.9612962-.9485501,1.1884807-2.5854905.2796494-.0087904.448781-.0160613.448781-.0160613,1.7082905,1.6155254,2.3095799,2.9834453,2.290642,4.1175534-1.1932502,1.1205016-2.9403049,2.0583676-4.73592,2.4554807.068153-.4864204.0786507-.8056586.0786507-.8056586ZM278.9405351,263.9574069c-.0489579-.4947666-.1374282-.9865408-.2533468-1.467584.4776788-.2619366.9894693-.6255947,1.5372416-1.0951823.7188446.9265273,1.4674287,1.7223667,1.8768376,2.3976882-.1395324-.184389-.2265999-.2870923-.2265999-.2870923.0924917.2406385.1754443.4837318.2529961.7277603-1.0785007.1077297-2.1469947.0373126-3.1871286-.2755899ZM300.2989354,185.0053666c-.3637008-.5917889-.9233269-1.2522882-1.3580098-1.7542321-.1600134-.2233148-.3327456-.434683-.5143622-.6336604.8692254-.4909793,1.5449571-1.1642434,1.6214568-2.419337.0267001-.5782759-.2089713-1.142992-.4921979-1.5155808-.7772481-1.0356831-1.8670413-1.3986631-3.0030337-1.6561578.0891249-1.5357801-.4066267-2.5407668-.8664665-3.1234613-.0561122-.4478453-.1212492-.8752574-.2007883-1.2733525.2364663-.3099101.5235272-.7106469.7958586-1.1522968,2.9427598.570444,4.326815,3.1693306,4.6528271,7.9130398.1232599,1.7933215-.0712158,3.7542928-.6352841,5.615039Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <rect class="dynamicHairSVG" x="190.7251761" y="137.7637922" width="77.5321948" height="73.6556186" transform="translate(458.9825469 349.183203) rotate(-180)"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M348.3702584,166.9998639c-.0215097.069669-.0430194.1327919-.0645291.1977149-.1462659-.1346388-.2635405-.1976916-.2635405-.1976916-.389793,1.2644452-.7820176,1.7377032-1.6078028,1.7860741-.2618571-.0145416-.5600937-.0574185-.907335-.1233936-.0929593-.0101698-.1870408-.0295275-.2805612-.0448173,3.387309-3.0644764-2.7356588-3.7315686-4.5854924-5.2757417-1.3531467-1.1295726-.8243824-2.5501885-.5201605-3.4548097l1.2582235.2125839c4.2145905-1.8386297,4.9917451-4.9780822,4.0507428-7.3604338.9199602-.4823992,2.9245701-1.6147772,3.4671754-2.5879219.7108486-1.2747319-2.9524391-1.0530302-2.9524391-1.0530302.8747899.1662704,2.5150442.9421677.4373949,1.8843588-.621256.2817152-1.1622716.4528483-1.6183706.5565569-.5375553-.7297007-1.2527993-1.3172814-2.0722251-1.6650184-.1082966-.0459161-.217809-.0912477-.3284437-.1360649-.0804275-.1138082-.1675886-.2190131-.2588645-.3132298-.3653842-.4190425-.8028727-.6890449-1.3119042-.8103577-.306934.108548-.6129327.1911689-.9180898.2487276-.3138545-.0970222-.6259321-.1891349-.9338012-.2770394-.0308617-.142424-.0648096-.2858065-.1036206-.4301241-.1501002-.5578661-.3110489-1.0017838-.4604945-1.3763831,2.5128932.3660894,5.6981982.6782205,6.6936294.1016512,1.7222718-.997599,1.8863065-3.1590673.2459587-5.6530997-.7314231-1.1121787-1.9518643-1.8929622-3.0800945-2.4175836.3547229-.545452.7026188-1.1232837,1.0297532-1.739106,1.6104214-3.0314889.7584505-6.2246893-1.5616972-8.2071691,1.1315969-1.6750245.0295524-3.3735215-3.0309963-3.9303823-.8737611-.1589528-1.8203747-.2870222-2.7139621-.4313866-.0738811-.12496-.1517836-.247582-.2368872-.3654816-1.1200004-.67967-2.2480435-1.3412447-3.3808561-1.992486.0060788-.0126012.0101002-.0244309.0166466-.0371958.7935206-1.547002,3.8127333-3.8313963,5.6094473-6.7151776.845705.0108945,1.4436745-.2680619,1.4436745-.2680619,0,0-.4181297-.1862125-.9781299-.5476496.3866133-.7511157.676246-1.53917.8140951-2.3620588.4981832-2.9735795-1.4697667-3.5613238-3.8855857-3.9105337-.5125853-1.8620086-2.0274288-2.6545049-4.397797-3.2389762-.2743889-.0676584-.5306348-.1418161-.7780898-.2191767.3028191-.4576644.3772613-1.0298852.334429-1.5419287-.1233534-1.1074094-.7691118-1.9138629-1.3721314-2.4678248-.2371677-.2098018-.4759253-.3834599-.7135607-.539654.8504746-3.2859677.9092989-6.3699421-1.0792255-8.6159717-1.2231534-1.3815498-3.0564338-2.2939563-4.7582246-2.8875687-.2947763-1.604023-1.4693926-2.8006929-2.9991058-3.6968042.1309286-.5070639.2332399-1.0039346.2941217-1.4796241.5551371-4.341289-1.1144827-8.3711951-6.416996-9.9854113-1.0353644-1.5891774-2.491103-3.1214039-3.8348042-3.8425012-.7064531-.3791582-1.8079364-.6780802-2.9259729-.9031952.0498464-1.2689105-.0031797-5.1173032-2.158825-8.4632376-2.6244631-4.0735544-6.4790936-2.8265499-9.3495153-2.8265499-2.8705153,0-6.0691001-.415676-7.8733893-2.2446269-1.8042891-1.8289275-6.8891805-8.3965144-10.4977588-8.4796496s-7.6272436,3.2422258-10.4157414,3.8241722c-2.7884044.581923-9.6775849.4987878-11.1538045.4156526-.6332267-.0356527-1.0993323.3421729-1.4264667.7846878-.1510355-.0743447-.3041284-.1428448-.4598398-.2027414-1.4274954-.5488653-2.7106889-.3145624-4.4279106.4961226-.0213227.0052836-.0423647.0096555-.0636874.015056-1.0840885.2739066-2.2050241.7024176-3.2485247,1.3028099-.9129462.5253462-1.7666939,1.1822919-2.484276,1.9824564-.2134136.2379733-.4127991.4802717-.600214.7251418-.0102872.013513-.0198263.0270961-.0301136.0406324-.1761924.2321987-.341443.4665016-.4958452.7019968-.0143086.0218125-.027682.0435314-.0418971.0653439-.1475752.2281075-.2857984.4568461-.4144824.6853978-.0147762.0264415-.0290848.0526492-.043674.0790673-.1246627.2249045-.2407215.4490844-.3483635.671838-.0132799.0275403-.0262792.0548234-.0392786.0822936-.1056781.2224731-.2034069.442889-.293467.6606162-.0048631.0117362-.0110354.0238932-.0158985.0356294-.4550703.106818-1.0561259.2580791-1.7727728.4620362-.1142819-.0540987-.2275351-.1088753-.3371411-.1644936-1.1211226-.5691114-4.260322-2.1626139-5.8299684-1.3089585-1.5696465.8536788-4.9891265,4.8374584-5.4935756,6.5448159-.5045426,1.7073341-4.3725465,3.1301242-6.1663613,4.4390827-1.7938149,1.3089117-2.6346568,6.7722921-2.6346568,6.7724324-1.5977026-.4266874-3.6998542,6.3171526-5.1293136,7.5122795-1.4294594,1.1951503-3.7839291,4.4390827-4.2043033,6.1464402-.0835137.3390635-.1498197.7951615-.2035004,1.3116938-2.3458658.796611-2.0111563,1.9366573-2.3470816,5.9160417-.3363929,3.9837796-2.3544697,4.3252511-4.7088458,9.3334452-1.2382101,2.6338848-1.1423517,4.7320665-.6270543,6.4942474-.073507.0933284-.1367268.1777728-.185825.2497563-.7567671,1.1097473-1.3453845,3.0731967-2.1862265,5.5488301-.1735739.5109915-.387455,1.0365715-.6176087,1.5631567-.0057983.0072942-.0160855.0155703-.0211356.0227009-.0353507.0498905-.0858517.1180164-.1425251.1941614.0011222-.004629.0020574-.0088138.0020574-.0088138,0,0-.9322114,1.1722156-1.3554847,2.055188-.6035807,1.0993203-1.1027926,2.4235686-.8853577,3.6184851.0268404.1474037.0598531.3118037.0995057.4911429.0198263.0896579.041336.1830798.0645291.2799384.0464796.1937405.0997863.4013681.160481.6207553.1516901.5484912.3493922,1.1706726.6004945,1.8337202.080147.2115552.167308.4281135.2584904.6469162.4884571,1.6566254.9987979,3.3145834,1.0797866,4.2194384.075471.8432752-.3751103,1.961696-.9092054,3.0620684-2.2270949.9720693-6.9036762,3.1859062-8.0039437,5.07625-1.4575155,2.5041087-1.6817774,4.5529144-.6726923,7.5123029.8948032,2.6242059,2.8461064,6.2304638,3.2768614,7.0142164-.3514497.8922305-.7284304,1.8147132-1.0056249,2.9353784-2.0466005.721144-5.614965,1.0552512-6.8679514,2.2294306-1.4575155,1.3658626-2.6907691,5.0081941-.3362994,9.3334452,2.1627529,3.9732124,4.6977169,5.4454721,5.097049,5.659412-.4381431,4.7806244-.7797731,10.0837427,2.5316908,13.6114009.0490047.1924781.1298063.3720277.2236073.5419685-.1210154.1734477-.2399734.3500749-.3568739.5295777-.0360054.0552676-.0718237.1105586-.1073614.1664107-.1659987.2603235-.3275085.5262579-.4838746.798528-.03002.0522985-.0591984.1053685-.0888444.1581112-.1600134.2845674-.3159119.5738105-.4643288.8705817-.0144021.0288261-.0278691.0584237-.0421777.0873668-.1455177.2944566-.2848631.5948281-.4179427.9006469-.0148697.0341799-.0305812.0675649-.0452639.101885-.1335471.3113829-.2585839.6295925-.378103.952057-.0207615.0562028-.0419907.1119847-.0623781.1684914-.1145625.3177887-.2215498.6408377-.3215231.9687027-.01833.0601538-.0360054.1205414-.0538678.1810224-.098477.3341773-.1900335.6725862-.2721444,1.0164891-.0112224.0468512-.0211356.0943337-.031984.1413485-.0841684.363962-.1613227.7318282-.2259453,1.1059366-.4294457,2.4851719.0974483,4.4842273,1.2170745,6.0199607-.2391317,1.3131199-.37829,2.6458313-.4272947,3.1602128-.2470809.167112-.2976754.259739-.0202004.2221692-.5374618,1.073136-.8289649,1.9899377-.9575554,2.7703939-.0058918.0354891-.0118771.0710249-.0170207.105953-.03002.2025777-.0492853.3960144-.0584503.5798423-.0003741.009258-.0013093.0189135-.0016834.0281248-.0285237.6442978.0635939,1.1730105.210982,1.603158.0286172.0834157.0591049.1630207.091463.239002.1937743.4557006.4457182.7811108.6567938.9951676.0014963.0015196.0030862.0033432.0045825.0048394.2285639.2307726.4072814.3321433.4072814.3321433,0,0,.1287776.3267896.1046493.694422-.0034603.0525323-.0101002.1058828-.0205745.1592334-.0315164.160075.0907148.5602508.295618,1.0429306.34163.8044896.9130397,1.8382089,1.3860659,2.3717611.3783836.4268277.8198934.5335288,1.1667606.5335288.0433935,0,.0851971-.0016599.1253173-.0045823.2806547-.0204331.4737744-.1021188.4737744-.1021188l1.3453845,1.1097707s0,.3414715.9249168.9390349c.9250103.5975634,2.6907691.682943,2.6907691.682943l-.0840748.5975634s-6.6428478,5.5488534-7.063222,5.9756811c-.4204677.4268511-1.0089916,2.3049209-1.0089916,4.6098185,0,2.3049209,1.6816839,5.2073819,3.8679104,7.7683948,2.1862265,2.5610129,3.0271619,3.5000478,6.6428478,5.6342096.1068003.6505867.6966335,1.4531826,1.3405215,2.1635958.0565798,1.6009603.2849567,2.8887376.7250637,3.7823942.2548431.517374.9478293.9862602,1.7855851,1.3842852.0475084,1.6874621.7984772,3.4568437,3.2053183,4.5983161-.9093924,1.3680602-1.7099271,3.0424068-1.8061596,4.4445534-1.7092724-.5656045-3.400776-1.411428-4.9981045-2.2591218,0,0,1.8650774,2.7195916,5.2419121,3.7360573.0469472.0949415.0978223.1878023.1591717.2749353.2813094.3998952.612091.7208401.9462394,1.0044022-.9006015,2.0848324-1.3716638,4.9427801,1.0522916,7.2774389,0,0-.6310757-3.0752541-.1887242-6.5820818.637248.5235928,1.1110224,1.0438891.9929996,1.9425487-.2100468,1.5998148-.8139081,1.9004434-.889192,1.9319581.0817368-.0311406,1.5680566-.6254778,1.7860527-2.7287094.167495-1.6147071-.7896863-2.0874275-1.285625-2.7443732.9696195-.001052,2.0205083-.157176,3.1489255-.5300921.0415231,2.9286687,1.7194661,5.7624894,7.422808,6.7757755,0,0-2.1360995-.6908217-3.3909563-2.1451265.6514631.2866715,1.402619.4984605,2.2698337.6085047.6058252.076893,1.1545094.1283499,1.6538148.1595139.2807483,1.5071878,1.0602408,3.8691765,3.2119583,4.3525342,2.8176762.632959,3.2483377-.5466677,3.311651-.8456598.0469472-.0125778.0922111-.0221398.139626-.0356995,0,0-.0507816.009258-.1370074.0209708.0057983-.0311173.0080428-.0521582.0080428-.0521582-.0683634-.0052836-.1276554-.016412-.1919974-.0243374-.0006546-.0079488.0012158-.0153365.000187-.0233555-.0086974.0073877-.0186106.0126713-.027495.0198954-2.1237548-.2762211-2.0252779-1.9945199-1.2077225-4.5800572,1.4350706-1.5631801,2.397115-3.1414162,3.0805621-4.6238458-.0119706.5484678.2031263,1.4945866.4729327,1.5630399.3363929.0853796-3.0270684,4.0122551-3.0270684,4.6098185s1.9339084,1.1097707,1.9339084,1.1097707l-.0000935.0003039c-.9267872,2.0233461-.4136407,3.6478021.4910756,4.7613602.3980228.6074527.9983303,1.12824,1.8849973,1.4535099.1917168.0841872.3742687.1478245.5390516.1873581,0,0-.0280561-.0153833-.0745358-.0425495.1919974.0501243.3913829.0950584.6070409.1279057,1.6559658.2521643,2.956554-.5559257,3.9594669-1.7518708.0568604-.0263713.1133467-.0613929.1700201-.091084.7764999.6183239,1.7787581,1.2475656,2.9904084,1.6642703-.6652106,1.9920418-.3951237,4.2514207.6442621,5.3645813,1.3540819,1.45012,7.0126275-.2240863,9.3441847-1.7453248,1.3157386-.8584714,2.197823-2.4210904,2.6890857-3.7016203.0490982.1354337.0946426.2738131.1310221.4194633.3170342,1.2683027.2638211,2.3506032-.027308,3.267662-.962699,1.1930228-1.9996533,2.3627368-3.0784111,3.3456539-1.6729865.8251098-3.4709163.9608708-4.0697274.5616535,0,0,4.7089394,3.5874847,8.7449994.4484297,1.7674421-1.3745829,2.5888318-2.9211407,2.9538419-4.2254702.2641016-.2183351.5226855-.4473076.7767805-.6837613-.2708351.3815896-.5577557.771619-.863848,1.1709531.5128659-.5351185,1.0761393-1.1307883,1.6144427-1.7801359.4030729.9286313.5990917,2.2866153.0033667,4.1731249-.8348566,2.6436571-1.7557521,3.4735362-2.3346434,3.7231054.9186509-.1942081,2.7000276-.8077159,3.6616044-2.6765979.2435271,1.2081255.6319174,2.3552556,1.0790384,2.907768.8146562,1.0067635,1.3457586,3.4305425,1.3457586,3.4305425,0,0,.2217369-1.9847242.557101-4.0312854.2354844.2177974.550087.4597451.9689649.6945389.2306213.1293318.4922914.2563023.7884705.3755111.1974216.0794647.4101805.1554927.639399.2264476,1.2603745.3902398,3.0162201.6273481,5.4407365.4437774,2.2040889-.1668782,4.1920521-.8726156,5.9261074-1.8320135.3468672-.1918936.6834471-.3939103,1.0097398-.6038056.1630996-.1049477.3235806-.2118591.481443-.3204539.3156314-.2171895.6206949-.4410888.9149101-.6694534.2941217-.2283412.577395-.4611478.8495393-.6961287.6801739-.5873936,1.290301-1.1883236,1.8257988-1.7671138.3213361-.3472695.6156448-.6865667.8820844-1.0102002.1047429-.1271108.2036874-.2508785.2996394-.3726823.7779962.6024029,1.2849703,1.2040108,1.2266136,1.7295908-.2242619,2.0179689-2.6907691,3.3632815-2.6907691,3.3632815,0,0,2.676554.6278624,4.7314778-1.9390887,1.3829797-.5864117,2.9414037-1.6527211,3.2619917-3.5303702,0,0,1.1700338,2.3899966-3.7227667,5.138087,0,0,2.4507957-.774518,4.4565278-1.7589312,2.0057321-.9843899,1.8214969-3.0933493-.8232601-4.9839035-.4508619-.3222775-.9327725-.645794-1.4127192-.9678844.0007482-.0290132.0018704-.0574886.0026186-.0866654.8912494-.4315268,1.6740152-.9330032,2.337636-1.4537203,1.2197866,1.2090607,2.7552046,3.0645933,4.3980775,2.4075073.5145493-.2058274.9365133-.433818,1.2967539-.6703886.5493389.4785651.9323049.9825664.8249435,1.8000079-.2101403,1.5998382-.8139081,1.9004434-.889192,1.9319581.0817368-.0311406,1.5680566-.6254544,1.7860527-2.7287094.10334-.9959624-.222111-1.5558392-.602552-1.994029.8100737-1.0113925.7231933-1.9263472.7231933-1.9263472,0,0-.5683235.6244725-1.4754714,1.0735802-.128497-.196055-.2147228-.4117717-.2147228-.6817039,0-1.0531471,1.8217775-2.510912,3.0019114-4.4371189.158143.0467811.3158184.0939128.4661992.1426344-.0009352,1.4105864.3220843,3.3792727,1.9916105,4.1915708.9731733.4735153,1.6511962.5926071,2.1262799.5537982,1.1418841.0749526,1.372973-.6646374,1.372973-.6646374-.0143086-.0045823-.0257181-.0102399-.0397462-.0149157-.0586373.0230515-.114656.0450978-.1789045.070347-.0512492.0200824-.1044623.0317251-.1566467.0477396.0087909-.0162249.0177689-.0325434.0237542-.0454719.0447963-.0012858.0874416-.0002104.1328925-.0022677,0,0-.0476019-.0025249-.1274683-.0103802.0116901-.0266519.0180494-.045051.0180494-.045051-2.0776493-.6650582-1.6402544-2.2168996-.3279761-4.4337991.8747899.3325408,2.6243696.1108391,2.6243696.1108391,0,0,.3927857.0805401,1.6959925.5709349.1622579.0732459.334803.1401095.520067.1989306.0965131.0374763.1947095.0757709.2990783.1168943.2967402.1169878.6538947.1598646,1.045184.1500922,2.3632606.2636901,3.753722-.432649,4.569781-1.3522328.575244-.2637836.9460524-.46054.9460524-.46054,0,0-.9841152,2.771142-3.2805087,4.1012817-1.842352,1.067151-4.3143768,1.2064422-5.2213377,1.2199552-.0134669-.0003273-.027495-.000678-.027495-.000678.0010287.0004442.0020574.0007481.0030862.0011923-.2098598.0027353-.3311557-.0011689-.3311557-.0011689,1.210154.5076016,2.3725191.7546927,3.5235682.7149486,1.9787047.0253894,3.914203-.7854125,5.9899819-2.5993308,3.1711834-2.7711186,2.6244631-6.9832395,2.6244631-6.9832395-.029833-.105649-.0644356-.2092407-.0967001-.3138377.4301003-.5916018,1.3538949-1.9022202,1.8463733-2.9006842.6560456-1.3301397,2.1869746-4.1012583,2.1869746-4.1012583,0,0,1.2028594.3325174,1.4216037.8867598.2186507.554219-2.2454249,1.5021146-2.2454249,1.5021146.2573682.0074579.5005212.0086969.7343222.0057044-.1440214.0623982-.2385705.0994303-.2385705.0994303,0,0,.6984104.041591,1.5198001-.1811861,2.250288-.2756834,3.0748574-1.232533,3.5103819-2.6453638.5467203-1.7735196-2.0776493-3.325361-2.7337884-3.6579018-.206306-.1045502-.5869341-.5621445-.9976757-1.1411919.0064529-.0196382.0129058-.0391596.0191717-.0582367,5.8718656-1.0935925,7.10222-8.9983328,7.10222-8.9983328,0,0-2.0665204,4.5446616-4.8518385,5.3205589-.9963664.2775537-2.2336413.4553499-3.4085382.5495433,2.9917177-.500284,1.2618708-3.2097994,1.2618708-3.2097994,0,0,1.7929732.4533627,3.1941894.169333.1248497-.0030626.2529727-.0031561.3743622-.0091411.6552039-.1413485,1.2184773-.4484999,1.4616304-1.0469751.7654645-1.8843588,1.5308355-3.3253377,1.5308355-3.3253377,0,0,2.9526262-1.2193006,3.827416-3.4362002.8747899-2.2169229-.1094189-4.1012817-.5468138-5.5422606-.4373949-1.4410022-2.4057189-4.6555008-1.6402544-8.3134026,3.061858-.8867598,3.1711834-2.1060604,3.2805087-4.2121209.0989446-1.9038567-1.1385174-2.7194747-1.2163264-3.1863036.9730798-.8079965,1.8005483-1.7214316,2.4191858-2.7162017,0,0-.5111825.3379413-1.2264266.7951381-.0003741-.1925482-.0244088-.4079142-.0857582-.6565717-.1841417-.7464867-.8726389-1.8259584-1.6075222-2.8268538.3937209-.7063686.7048633-1.4643577.9226723-2.2590984.9560591.5344405,2.0560461,1.0550642,3.0905688,1.3172112.3754844.0951519.7113162.1188581,1.0177826.09929.3447162.0166925.655391-.0206903.9282835-.1044099-.2802806.4656366-.6621245.8179325-1.0464933,1.0613531-1.0369542.6345254-2.2300875.8561569-3.3758995.7116289,1.1560992.2494991,2.4076828.1246327,3.4912102-.4601425.5167938-.285596,1.0722114-.743728,1.4309557-1.4638901.0169272-.0318186.0299265-.0617435.0461991-.0932349.9663463-.573904,1.3352843-1.6349766,1.3352843-1.6349766,0,0-.254282-.0003273-.7462928-.0726381.4648899-3.1676941-3.4161133-4.1742705-5.2782916-5.3632254-.04835-.0329408-.0873481-.0736668-.1299934-.1114236,1.0030998-1.1836245,2.1876293-2.7410066,2.6553248-3.9853928.0924917-.2461559.1589847-.5152465.2117302-.7946705.2210822-.5739976.3607082-1.1929059.3887643-1.8235738.063968-.8892614-.0822044-1.6894961-.3785706-2.4013119-.0360989-.4863269-.0626587-.913739-.0521844-1.2374192.0747228-.1860723.1586106-.4226663.2204276-.6728901.2424984-.2361965.2292185-.4997931.0799599-.7597425-.0308617-.3904268-.2203341-.7030488-.7087911-.7717593-.4508619-.6425677-.6269608-2.4755632-.5268004-3.288212.1094189-.8867598,1.530929-1.7735196,2.1870682-2.9928203.510902-.9494151.2268805-1.8960482.0757515-2.2698293.0819239-.0548935.1635672-.1096702.252318-.1687719,1.9136145-1.2747085,4.7841298-4.2675287,4.7841298-4.8494751s-1.0662261-.8036246-1.0662261-.8036246l.1567402-.423578c.3795993.2303051.7442354.4896934,1.0699669.8235668.3566868.3641256.4442219.9225061.4911692,1.4306454.2332399,2.8054855-.7456382,5.4842343-2.4775425,7.4668544,1.7916639-1.9600595,3.0988921-4.8432797,2.9219515-7.6857739-.0385304-.5148257-.1111022-1.1371239-.5220309-1.5840107-.3727723-.3953364-.834015-.6731473-1.3218174-.9175732-.3232065-.667209-1.8033539-2.9852221-2.7468813-3.9754567.8176489-1.214204,2.5200943-2.5363482,3.517957-3.5867366.5220309.1627168,1.3613765.3637749,2.2554316.3355099,1.1155114.0311874,2.3697135-.2552269,3.2161667-1.4161272,1.8589986-2.5494637,0-3.5470861,0-3.5470861ZM332.6930591,208.8196957c.082485.0940297.1478558.1990475.2004142.3111959-.3032867-.2733923-.4885506-.453199-.4885506-.453199,0,0-.0256246-.0620942-.1248497-.2110175.0090715-.0094918.0191717-.0201526.0288043-.0302522.1331731.1190919.2626988.2443791.3841818.3832729ZM260.720037,287.8482315c.2781297-1.6551525.6278025-3.3008834.992158-3.9229245.0600401-.1024227.1291517-.2090771.2023782-.3177653.100815,1.0738841.7324518,2.5589322,3.4255589,2.7006781,1.8215904.0958767,3.6830205-1.202725,5.218532-2.7199189.0432064.0086736.0847295.0164821.1273748.0248985.0432064.116754.0859453.2426491.1277489.3763294l.027308.2954152c.0202004-.0016833.0394656-.0043485.059666-.0061019.0414295.1432656.0804275.2843102.116994.420492-.0026186.000187-.0126253.0009352-.0126253.0009352v.4746608s.0490047-.001356.1362592-.0064993c.0346961.1328153.0633133.2411528.0823915.3031536.0710755.2315441.0805211,1.0646027.0818304,1.2819092h0c.0000935.0117128.0000935.0193577.0000935.0274468.0000935.0149858.0000935.0256232.0000935.0256232,0,0-2.3311831.6899099-4.6987456,1.1390644-.9019108.1711098-1.8091522.3072682-2.5948171.3570652-.0981964.0062422-.1944289.011105-.288604.0145183-.1883501.00685-.3680963.0078787-.5371812.0023145-1.2537345-.0412169-2.0106887-.2543619-2.4664136-.4712943ZM233.333896,274.8787905c-.2455846-.1272043-.4898599-.2550633-.7313296-.3832495,0,0,.1375685.20031.4042887.5117163-.1967669.068126-.4015766.1224584-.6137744.1625765.132986-.0661154.2094857-.1115873.2094857-.1115873-.2330528.0857302-.467602.1431955-.6994391.1759492-.3948431.0306964-.7375019.0169497-1.0346162-.0324031-1.2213765-.2647889-2.1172084-1.3548979-1.8256118-3.1313867h0c.0005611-.0000935,1.8503012-.3416118,4.2884716-1.2805064,1.1007352-.423882,2.0466005-1.0756609,2.9317711-1.8812026.2695258.4887115.5657049.9104192.8801205,1.2770464-.25662.7208635-1.4281501,3.6528754-3.8093666,4.6930472ZM191.7395742,180.3744604c-.0470408-.0980041-.0827656-.2036532-.0937074-.317438.0006546-.1422837.0445157-.2985713.1866667-.4914702.339105-.4416031,1.1560057-.8969062,2.1723855-1.4076172.0195458.0889098.0475084.1840383.0707949.2757535-.2881364.9218281-.6898065,1.7736132-1.0593056,2.4563691-.4302874-.2123033-.8612294-.3857043-1.2768341-.5155972ZM335.7648302,125.4281986c.1637542.4196036.2627923.8741119.2782232,1.323921-2.6920783-.3801635-5.080683-.3955234-6.3626607-.3638451.0035538-.8979817.2541885-1.6101249.5892721-2.2466842.0207615.0145183.0358183.0299717.0576086.0443497,1.3191053.8720078,3.439774.8512707,5.4375568,1.2422586ZM333.1702002,131.707945c-.3174083-.1541835-.6209755-.329408-.9054645-.5303726.4730262-.085777,1.054349-.181116,1.6876692-.2630121-.263634.2613989-.5280162.5230317-.7822047.7933847ZM340.9646582,154.7295206c-.1110087-.4498091-.318437-.7445229-.5544825-.94848-.1333601-.1768376-.2903809-.3276078-.4682567-.4506975-.1362592-.0603174-.2506347-.1159825-.3197463-.1860957-.1051169-.0483942-.2459587-.1164033-.4113027-.1993281-.0360989-.1850436-.0354442-.4707332-.027308-.8314688.9127591.1214298,1.6870146.265046,2.303314.4558876.176473.0546598.3362059.1145564.4866802.1775156-.2255712.6588628-.5864665,1.3201803-1.0088981,1.9826669ZM266.2370861,283.3933915c-1.0705281,3.7466246-3.1334011.9647049-3.9321589-.329034.4245826-.5627056.9179028-1.1651786,1.2910492-1.732934.0043955.0687806.0049566.1117509.0049566.1117509,0,0,.0024315-.0058915.1157783-.2862039.7774351.5000269,1.6618576.948667,2.6455052,1.3017111.007014.2872793-.0284302.5962075-.1251303.9347098ZM332.4078218,115.0437805c-.146827.4819083-.3180629.9496723-.5007082,1.4108435.0491917-.1985098.1625385-.7491753.1137208-1.376687.1096059-.280593.2180896-.5616769.3173147-.8374538.0461056.2624042.0684569.5335521.0696727.8032973ZM241.4882206,278.5439865c.4393589-.05134.8933069-.1349194,1.3616571-.2558581-.6157383.3530908-1.157128.5143581-1.3616571.2558581ZM331.2527513,117.9092795c-.0970742-.6132039.2933735-1.6190088.7008419-2.6593911.01833.6119181-.0407749,1.0969825-.0610688,1.2401312-.1932132.4847605-.4070943.9574575-.6397731,1.4192599ZM326.8280205,108.5844611c-2.7602547-1.1366564-3.1388253-2.5492767-3.1757659-4.0744896.7506883.6867538,1.4144026,1.1878794,1.918197,1.3865061.2740148.1080103.5271745.1960317.7713563.2758003.0466667.1025396.0921176.207347.1423381.3031769.1566467.2989687.3300335.5660254.5185706.8058924.0985705.1251937.2015365.2422517.3080562.3533012-.1423381.3207111-.2220174.689302-.2019106,1.0657717-.093801-.0387154-.185638-.0767761-.2808418-.1159591ZM243.7570256,276.3631137c.1425251-.1050879.4554444-.9322551.167308-1.6671693.4493655.031655.8924652.080961,1.32481.1489233.0201069.0593589.0396527.1188347.0540548.1787547.1248497.5192209.0288978,1.0552278-.359586,1.5346112-1.102325.5879547-2.2484175.8489796-3.4139623.8716337.2815899-.7134758.8978894-1.38508,1.317796-1.4266009.6198532-.0612993.7258119.4953511.9095794.3598473ZM332.6403135,117.3884221c-.0700468.0872031-.1387843.1734009-.206119.2584298-.2020041.2550633-.3909153.4995593-.5607483.7286253-.1082966.146188-.2081764.2856428-.2993588.4179905-.0299265-.0892605-.0606012-.1764168-.0923046-.2599027.5791719-1.0872569,1.0374218-2.2431073,1.3671748-3.4709411-.0075752-.5278243-.0844489-1.0716398-.268123-1.5667337.0695792-.2460157.1235405-.4815342.1521577-.6993082.2056514-1.5635308-2.1032739-2.6370877-5.2891399-3.9578291-.0562993-.3363983-.011316-.6704119.1047429-.9761138.0217903.0197551.0419907.0421287.0640615.0614162.2174349.190187.4485239.3578367.6915834.5077653.1215765.0749526.2460522.1454632.373427.2121163.4781698.2502706.997021.4452268,1.5436478.617903.3268538.1032644.6628726.1991878,1.0080564.2925162.194803.0526492.3923181.1053451.5906749.1581579.6519307.1736113,1.3122783.34928,1.9291389.5323364.2926253,1.1998728.2596126,2.5279786,1.4168341,3.798736.03666.040235.0739746.0716796.1108217.1096936-.7954846,1.0165592-1.8025123,2.1963028-2.6365272,3.235142ZM336.0030267,111.1281736c.062004.0379205.1201737.0763553.1742285.1153045.2746694.1982059.4461858.4092935.4649834.6386167.0134669.1639559-.0921176.4213103-.2802806.7431669-.3408819-.4947666-.6065733-1.0600672-.7222581-1.6941251.0187041.009071.036473.0182355.054803.0273533.1112893.0555014.2141617.1120315.3085238.1696837ZM327.5357829,99.8956877c.0763126.0333382.1516901.0637775.229125.1027033-.0865999.4312463-.1874149.8357706-.293467,1.2023977.0463861-.4455541.0700468-.8820139.064342-1.305101ZM323.2740581,93.1769799c-.0923046-.031842-.1859186-.0606214-.279626-.0892838-.0271209-.3447445-.0536807-.6788283-.0794923-.9992589.7144959.5152231,1.1944426,1.0938263,1.5141889,1.6364261-.3417236-.2130047-.7235674-.3989601-1.1550705-.5478834ZM192.4383587,152.3470053c-1.0078694-2.1945961-2.0750307-4.7416051-2.0751242-5.2822878,0-.1138316.0998798-.2632225.2746694-.4375118.043674-.0435782.0920241-.0886994.1446761-.1352233.7053309-.6231165,2.1799606-1.4949606,3.4875629-2.2159644-.4518906.8675424-.9596129,1.8145262-1.4683639,2.8171516-1.2990919,2.5601011.1050234,3.9947443.057515,6.1568438-.0862258-.1821213-.1736674-.3684507-.2625118-.5597598-.0525585-.1132004-.1053975-.2277334-.1584236-.3432483ZM237.1600028,270.2059192c.1754443.2030219.3562192.3894917.5415767.5597131-.4092453.7334881-.8641285,1.4454676-1.3344426,2.0977609.451423-1.2100426.7027123-2.2510093.792866-2.657474ZM338.7472894,174.7590474c-.0746293,0-.1754443.0165055-.2982366.0421988-.018517-.0262077-.0297395-.0421988-.0297395-.0421988,0,0,.6028325-.1582982,1.4291788-.7132186-.2847696.2917447-.5439147.5895445-.7524652.8969296-.1412158-.116941-.2605478-.183711-.3487376-.183711ZM342.3559612,171.4337098s.0604142.0262077.169459.066957c-.0738811.0299483-.1705812.0677753-.29328.1123354.0787442-.1112833.123821-.1792924.123821-.1792924ZM340.2782184,159.129888c-.190314-.4823758.6126522-1.7206367.7521846-3.2028091.6247163-.9436172,1.184623-1.913746,1.5165269-2.8748272.0130929.0090476.0293654.0168094.0420842.0259973.4633001.3363048.6724117.7710579.5970343,1.3499182-.0301136.2315441-.1056781.4861398-.2287509.7667094-.0610688.1394548-.1264396.2795175-.1950836.419627-.0220708.0452147-.0464796.0902424-.0692986.1354337-.0477889.0945441-.0951103.1891817-.1454242.2833984-.0331062.0618137-.0681764.122926-.1022178.1844591-.0425518.0770333-.0842619.1543706-.1282165.2307726-.0427388.0745552-.087161.147731-.1309286.2214679-.036473.0614864-.0722913.1236274-.1093254.1844124-.0554576.0909905-.1118504.1799704-.1680562.269114-.0260922.0413806-.0519038.083743-.0781831.1246794-.0651837.1017681-.1305545.2009412-.1958317.2994597-.0174883.0263246-.0349766.0537012-.0523714.0797453-.0760321.113668-.1516901.2243201-.2265064.3325174-.0059853.0086502-.0121577.0178147-.0180494.0264181-.0809887.1167072-.1610421.2299544-.2392252.3390167.0000935-.0000468.0000935-.0000701.0000935-.0001169-.3185305.4442449-.6067604.8189612-.8186776,1.086158.0225384-.1157721.0259987-.2113214-.0017769-.2815515ZM342.4652866,140.7295865c1.7222718.997599,3.8546305,2.7434147.9021913,3.907284-1.9396132.7645819-3.8382644.0948714-4.9165547-.4551629.0243153-.0414273.0488177-.0829482.0776219-.1267835.027495-.0486748.0605077-.1028903.0923982-.1560305.1460789-.2664488.3120776-.6651985.4797597-1.1511045.6207884-.6355774,1.3854113-1.4895134,2.1713567-2.5330985.3830596.1161695.7877224.2800085,1.1932268.5148958ZM340.1112845,138.0301475c.1554309-1.755027-.0025251-3.3739423-.8171813-4.0621221-1.191824-1.0067167-3.545452-1.2018834-5.55745-2.0101838.3651972-.3939804.7535874-.7639975,1.1268273-1.1462183.9193056-.088185,1.8840621-.129963,2.7450109-.0642217-.6847564.997973-1.3762463,1.7519176-1.3762463,1.7519176,0,0,.9873884-.642521,1.89304-1.6961123.4084036.0567171.7824852.1436397,1.1030732.2689503-.2486708.4640001-.5584103.9658972-.9457718,1.5102972,0,0,.5807617-.5378538,1.3352843-1.3137979,2.0771817,1.246537,1.8046632,5.1439083.715057,6.8006273-.0043019.0065695-.0084168.0132324-.0127188.0198253-.0738811-.021415-.1445825-.0414507-.2089246-.0589615ZM340.0940768,127.7957047c-.1621644-.0796284-.3293789-.1532484-.499399-.2231745.0196393-.3952195-.0194522-.8046767-.1365398-1.2251219,0,0,.5340015.4292825.6359387,1.4482965ZM338.2005691,126.2642731c.4482433.2574947.6657718.6289379.7251572,1.0629195-.2874817-.0910139-.5840349-.168655-.889192-.2315675-.4684437-.096578-.9335207-.1803678-1.3919577-.2535203-.0097261-.4328361-.0771543-.8549646-.1964864-1.2585303.6161124.158532,1.2108087.3695729,1.7524788.6806986ZM332.2112419,122.7064561c.8816168.5405424,1.7666004,1.0737673,2.65626,1.5971028-1.5183973-.3081566-2.6672954-.7421383-2.65626-1.5971028ZM331.6243079,107.6794657c-1.3418308-.3433886-2.42461-.5747223-3.1986784-.9576913.0124382-.013022.0249699-.0259739.0374082-.0389959,1.0338681.1832434,1.9284842.3221839,3.1612702.9966872ZM329.0955162,100.9339191c.5806682.554219,1.1805081,1.359223,1.2703812,2.3830297.0313293.496333-.0584503,1.04777-.3679093,1.4458183-.0045825.0044654-.009165.0090476-.013654.013513-1.1265468-.3778958-1.9523319-.8674723-2.4753916-1.4858429.3509821-.9694508.6665199-1.9376859.9173416-2.889813.2237943.1561707.4478692.3279819.669232.533295ZM327.9488625,96.5023409c.1436473,1.1942385.0334803,2.3748938-.167495,3.4092677-.0835137-.0390894-.1643153-.0684533-.2462392-.1013239-.0250635-1.0800562-.2527857-2.0666671-.8173683-2.8762533-.1350435-.4952108-.3268538-.981865-.5886174-1.439015-.5234337-2.1965366-2.0879365-3.6130612-3.2955655-4.4098826-.0153373-.1866567-.03002-.3650841-.0442352-.5351653,3.1357391.8337833,4.8021792,2.9822063,5.1595207,5.9523724ZM319.0424469,84.7811902c-.2425919-.1243287-.4915432-.2421581-.7454511-.3537688.6889648-3.0292679.7123449-5.3832143.7123449-5.3832143.7154311,1.5798492.570755,3.6438745.0331062,5.736983ZM318.1891667,78.2128786c.7070143,1.7020973.4279494,3.902468-.2466133,6.0646844-.0636874-.0261843-.1266266-.0535843-.1907816-.0790439.4373949-1.5518414.3280696-5.3205589-3.2805087-8.7567591-.0795859-.19173-.1723581-.3878785-.2708351-.5854532,1.8180366.6579043,3.3040759,1.7082459,3.9887387,3.3565718ZM256.6789268,51.9425779c3.1164739-.1662704,8.2833827.8313286,12.302048-1.2470045,4.0186653-2.0783565,6.9711979-5.4868527,10.9898632-1.4964101,4.0186653,3.9904192,7.9553131,7.814568,10.1696893,8.8121904,2.2143761.997599,7.9553131-.415676,11.2359154.3325174,3.1067478.7085662,5.108365,7.3047688,4.615419,10.402677-1.5601074-.2714752-2.9869482-.39889-3.2212168-.39889-.4373949,0-2.5151377-5.4314215-6.3423667-5.7639389-2.8432073-2.771142-12.0286878-6.9832628-15.1998712-7.4266428-3.1712769-.4433799-3.6086718-1.7735196-6.561111-2.7711186-1.9851576-.6707392-5.5509036-.0387621-8.4064556.5485146-1.7264802.0216488-3.2926664.1601919-4.4970221.3382452-2.1413367.3165263-4.2046773.1406472-5.6461073-.0851692-.1841417-.0483007-.3611758-.0999913-.5311024-.1551654-.2378224-.1867269-.4801338-.366744-.7269341-.5371291.3584637-.2868351.9270678-.5050767,1.8192524-.552676ZM234.5925871,59.0798372c1.1099002-.1325581,2.333147.3273741,3.4152716.938918-1.1739616.3659024-2.5520783.8480211-4.0340026,1.4670463-.5171678.0981678-.9731733.2300245-1.3151774.4111405-.3079627.1630909-.6500603.3850263-1.0093657.6432223-1.6483906.8131632-3.0405354,1.8338137-4.1768083,2.9129815.2401604-.3432951.4369273-.7015058.561403-1.0805471.8408419-2.5610129,3.6997607-4.95129,6.5586794-5.2927615ZM221.643378,70.0068083c1.0673484-.8668878,3.013508-1.8723654,4.5093668-3.1452971-1.2455047,1.4904251-2.0270547,2.9619835-2.3567142,4.0429749-.5379294.5849622-1.1671346,1.3360546-1.984503,2.5169905-.4441284.0410065-1.0625788.3198928-1.6508222.7482635.0922111-1.3217467.4130796-3.2942672,1.4826725-4.1629318ZM218.6163095,75.9824661v.0000234h0v-.0000234ZM202.1353958,107.6820842c.7847297-2.9593885,2.6907691-4.2114429,4.148191-7.1708314,1.4575155-2.9593885,1.1211226-5.3496656,2.0180768-7.3984712.1456113-.3326577.3857717-.6640996.6829795-.9927128-.1215765,1.9309061-.1224182,4.1561986-.1224182,4.777328,0,.3393908-.3309687.9932505-.7518105,1.7878275-2.5836882,3.5157116-1.7679097,4.8308422-1.9208156,7.3659279-.375952.6749474-.6497798,1.3517652-.7596662,1.9760506-.0158049.0899384-.0286172.1722788-.0426453.2574012-.8048366.9197941-2.2191457,2.3925215-3.2091527,3.4982476-.3066534-1.3116237-.4127055-2.7056578-.0427388-4.1007674ZM190.6658665,161.1818965c-.0177689.1396185-.0362859.277694-.050314.4236482-.114656,1.192789.164783,2.4020834.5785172,3.4824903.027495.1254042.0498464.2476989.0813628.3755111.3292853,1.337317,1.0567806,2.5559864,1.9774889,3.6778206-.0012158.0544026.0005611.1099975.004489.1665276.0163661.2556711.0784636.5294608.1803073.8127424-1.292452.360385-3.5160866,1.446169-4.2990394,4.6752559-.1485104-.0618137-.4482433-.1949796-.8298065-.403215-.0842619-.0459862-.1711423-.0943804-.2627923-.1478712-.0629392-.0367516-.1274683-.0753033-.1933067-.1156552-.1094189-.0670272-.2231397-.1402731-.3388244-.2173766-.0446092-.0297613-.089499-.0602239-.1348564-.0915048-.1014696-.0699729-.2043421-.1437098-.3083368-.2213743-.1311156-.0979574-.263447-.2023907-.3960589-.312809-.1066133-.0886994-.2132265-.1800639-.3191851-.2769459-.0728524-.0666531-.1453307-.13527-.2173414-.2058508-.4319707-.4234845-.8436476-.9180173-1.1841554-1.4880873-.0567669-.0950117-.1115698-.192104-.1641283-.2913472-.1051169-.1984397-.2013494-.4053659-.2869206-.6209423-.12831-.3233529-.2323982-.666157-.3059988-1.0289734-.045638-.2247877-.0820174-.4392419-.1128791-.647524-.0101002-.0674246-.0167402-.1310618-.025344-.1968032-.0179559-.1382859-.0341349-.2745612-.0459185-.4056464-.0063594-.0721004-.0110354-.14212-.0156179-.2120696-.0079492-.1192789-.0133734-.2357991-.016179-.3490696-.0015898-.0673545-.0030862-.1345453-.0029927-.1998424.0000935-.1132004.0037408-.2222861.0087909-.3294314.0028056-.0564599.0041149-.114533.0082298-.1693798.0095391-.1293084.0233801-.2532163.0399332-.3738045.0036473-.0268155.0055177-.0559222.0096326-.0823169.0215097-.1420265.0485371-.2770628.0791183-.40747.0118771-.0507087.0262792-.0980275.0394656-.1470296.0211356-.0788101.0428323-.1569656.0670541-.2315675.0177689-.0547065.0371276-.1073557.0564863-.159888.0232866-.0633099.0474148-.1254977.0728524-.1857917.0226319-.0534674.045638-.106327.0698597-.1575033.025157-.0533739.0517168-.1047606.0784636-.1557265.0271209-.0515504.0538678-.103732.082485-.1529678.0247829-.0426664.0510621-.0827144.0768738-.1236741.1289646-.2044013.2693388-.3894917.4180362-.5568141.0131864-.0147988.0259987-.0302756.0392786-.0448406.0524649-.057512.1058651-.1127562.1598264-.1665276.0114095-.0113621.0227255-.0228645.0341349-.034063.0586373-.0573717.1178357-.1131536.1775017-.1666445.2013494-.1804146.4068138-.3423131.6068539-.4900207.9230464-.6815403,3.1019783-1.5542026,4.562954-2.0456261ZM189.4663738,179.3903277c.3260121-4.7437092,1.7100206-7.3425958,4.6528271-7.9130398.2723314.4416499.5594391.8424101.7958586,1.1523202-.0794923.3980717-.1446761.8254371-.2007883,1.2732824-.4598398.5826945-.955685,1.5877045-.8664665,3.123508-1.1359923.2574947-2.2257856.6204747-3.0030337,1.6561578-.2832733.3725888-.5189447.9373049-.4921979,1.5155808.0764997,1.2550936.7521846,1.9283578,1.6214568,2.419337-.1817101.1990008-.3544423.4103924-.5144557.6337071-.4345893.5019439-.9942154,1.1623965-1.3579163,1.7541853-.5641151-1.8607461-.758544-3.8217174-.6352841-5.615039ZM208.2729529,264.2329968c.0775284-.2440284.160481-.4871217.2529727-.7277603,0,0-.0870675.1027033-.2265999.2870923.4094323-.6753215,1.1579696-1.471161,1.8767675-2.3976882.5478425.4695876,1.0595862.8332456,1.5372884,1.0951823-.1159653.4810432-.2044356.972794-.2533468,1.4675606-1.0401339.3129025-2.1086045.383343-3.1870818.2756133ZM214.5597685,267.3951501c-.0188911-1.1341081.5824451-2.502028,2.2906888-4.1175534,0,0,.1690849.0072708.4487109.0160613.2272546,1.6369404,1.1885508,2.5854905,1.1885508,2.5854905-.0726654.3515945-.094175.678314-.082672.9792933-.3685639,1.5654245.8120377,2.1865304.8120377,2.1865304,0,0,.0104743.3192382.0786507.8056586-1.7955918-.3971132-3.5426464-1.3349792-4.7359668-2.4554807ZM235.384705,275.8801067c.2004142-.162483.3997997-.3367256.5964731-.5327573.907335-.1824018,2.408618-.4451099,4.1071356-.5917421-.6126522.4231104-1.2115568.9834548-1.7168476,1.6706995-.1119439.1523132-.2142552.3111725-.3103942.4736555-.8989181-.2692075-1.7946565-.621971-2.6763669-1.0198556ZM286.1339261,281.572553c.7955781,1.1413088-.2571811,2.3167039-1.5361662,3.2190574.1660922-.288986.3257316-.6024029.474616-.9497892.3036608-.7085662.4885506-1.6953641.5868405-2.8538564.1691784.1864463.3311557.3785971.4747096.5845882ZM290.6780825,278.0121644c-.4556314-.2278269-.7995059-.5209276-1.0452776-.8523228l.0092585.0018937c-.0052371-.0033198-.0104743-.0074579-.0157114-.0107777-.0767803-.1044099-.1446761-.2121163-.2017235-.3234932.6481899-.7103196,1.0557518-1.3683875,1.1811627-1.8220074.0420842-.1521963.066306-.322745.0790247-.5029492,1.223808-.3775918,1.315271-.9815611,1.315271-.9815611-.4002673.2984544-.8404679.5179818-1.3052643.6749241-.0013093-.3403727-.0380628-.7042178-.0934269-1.0604179.456099-.3338968,1.0087111-.5921162,1.6463332-.7287422.1956447-.0419417.3970876-.071399.6018038-.0919256-1.1736811,1.9351844-2.0160193,4.2903933-1.0587445,5.6510891.1127856.1603088.2349233.3051875.3606147.4428188-.4666668-.0233789-.9618574-.1407874-1.4733204-.3965287ZM331.9576146,215.2139985c-.998985-1.3531445-2.0677361-2.5458868-2.0677361-2.5458868l.2434336-.7402913c.0268404-.0487449.0586373-.0977937.0845424-.1464685.0681764-.127742.1253173-.260043.1723581-.3965053.2380094.1766506,1.2002409.8742054,2.4259193,1.5684404-.1964864.7920053-.4860255,1.5508595-.8585173,2.2607115ZM333.4153171,207.8093786c.639399.3603616,1.6649437.5205769,2.4237683.6378218,1.11149.6858186,2.3485779,2.2131122,2.5532941,3.800466-.3898866-.0810545-.8541218-.194325-1.3946698-.3554754-1.2373685-.3688949-2.8582641-1.6680577-3.806561-2.4975393-.0614429-.2601832-.1642218-.5136334-.3446227-.7326231-.119332-.1412316-.2480161-.2695815-.3810956-.391736.1709553-.1824953.3879226-.4186451.6352841-.6965495.0947362.0843509.1967669.1644235.3146026.2356354ZM341.6199557,179.6119358c.0002806-.0031094.0003741-.0062889.0005611-.0094217.0710755-.0102633.1363527-.0217423.1960188-.0343202.036847.0214618.0736941.0429002.1102606.0648529l-.3068404-.0211111ZM341.5795549,172.4548045c.1839546-.2181247.3421912-.4203985.4668539-.5870196.1506614-.0879279.2745759-.1681641.3721177-.2353315-.2511023.2745612-.5359654.5479769-.8389715.8223511Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* KOREAN SHARP 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M284.4471334,216.6154437c.1035505-.1637221.2036641-.3281923.3020008-.4927794.0238945-.0400012.0480227-.0800024.0716366-.1200504.0924917-.156989.1828558-.3147729.2708818-.4729074.0247595-.0444666.0490748-.0891436.073507-.133727.0878858-.1604958.1745792-.3216462.2581865-.4836851.0146593-.0284053.028664-.0571379.0432064-.08559,2.2045097-4.3186115,2.9477164-9.2571834,4.3148678-17.6197517.2696193-4.2159082.5421612-8.5673904.6456181-12.7184457.0645291-.778469.0772245-1.5866525.0409619-2.4192201.02165-2.959669-.0653006-5.7768674-.3297997-8.3184992-2.8973089-27.8400737-8.2031422-32.8510499-12.7811062-63.2294823-.9640785-6.3975057-1.6826425-9.6966123-4.287513-17.5755189.0091884-.0463369.0179092-.0912477.0271443-.1377014-.3821244-1.0917456-.8077123-2.2836929-1.2795462-3.5476471-1.3191988-3.6941858-2.9745567-7.6124812-4.9983149-11.4411188-6.1710374-11.9267911-16.2817152-24.2040311-32.8909155-23.7014793-.0130227.0003273-.0262325.0011689-.0392318.001543-.3159587.009936-.6329929.0219527-.9536743.0412169-.360264.0209708-.722866.0475058-1.0883905.0811714-.000982.0000935-.0019873.0003273-.0029693.0004208-.0017769.0001637-.003507.0002338-.0052839.0003974-.4671344.0430638-1.0059055.3367022-1.3437245.7340959-.7104745-.0161782-1.408768-.0233321-2.0891757-.0175809-.2421945-.2143841-.549596-.3576263-.8951072-.3815195-10.7487442-.7432137-22.7851709.1964992-35.3606959,16.0889747-12.1983105,15.4157573-14.6592298,39.1565364-18.3661681,63.9404332-.6922146,3.9654272-1.3332035,7.9953567-1.9216339,12.0302659-1.7744561,10.4034953-3.6307426,19.6688847-5.1062608,27.0014042-.0739746.3676091-.1413561.7262173-.2104443,1.0871166-.2164062,2.230997-.3443421,4.4407426-.3931364,6.6175475-.1785772,5.7097934.214115,11.1274681,1.0647064,16.0760462-.0001637.0073176-.0003975.0149858-.0005611.0223034.0213928.124282.047485.2435375.0694623.3672116.1016567.5721974.2076153,1.1398826.3213595,1.6989879.0331062.1624129.0680595.3224645.1021477.4837552.1173681.5560426.2403474,1.1055859.3693822,1.6477414.0235905.0989861.0456146.1998424.0696026.2983609.0000935.0003507.0001403.0007014.0002338.001052v-.0001403c.3405312,1.3983358.7184705,2.7499841,1.1322515,4.0481182.008978-.0471551.0169506-.0955727.0258818-.1427746,1.338277,4.3110134,3.0438787,8.0401973,5.0168787,10.9566389,1.1062295,1.6352104,2.3352746,3.3259923,3.6306024,5.0314327.0000935.0001169.0001637.0002338.0002572.0003507,0,.0000234.0000234.0000234.0000234.0000468,3.402132,4.4792476,7.2736429,9.0596088,10.6884002,13.0266959.0048631.0056343.0097261.0113154.0145892.0169497.2719573.3159418.5405012.6275117.8061225.9352476.000187.0002104.0003741.0004442.0005611.0006546h0c1.3095428,1.5171705,2.5349641,2.9293467,3.6219751,4.1943296.2340114.2723169.4603074.5364979.6808753.7947407.0816199.0955494.1621176.1899765.2417736.2835153.1089513.1279291.2166166.2545489.3218037.3786205.1247562.1471699.2468237.291581.3660389.43314.0713327.0847016.1414029.1681173.2107015.2507616.1418705.1692395.2809821.3356969.4138979.4959823.0473915.0571379.0919306.111447.1381296.167416.1094656.1326048.2155645.2619133.3182266.3878318.036473.0447705.0737175.090219.1093254.1341245.0198029.0243841.0382031.0474824.0577255.0716094.1114997.1378885.2193755.2722233.3216634.4011343.0032031.0040445.0062191.0079254.0094222.0119466.0429492.0541688.083467.1060231.1247095.1585554.08501.1082675.1667936.2134255.244439.3146326.0439546.0573249.0866467.1133874.1281697.1683745.0713093.0943804.1379426.1843656.2019106.2717791.0370341.0506152.0747929.1019084.109302.1501624.0633367.0885123.1199399.1707124.1745792.2510187.0219539.0322628.0460588.0665596.0665631.0974898.0067568.0101932.0132799.0201759.0198965.0302289.07.106514.1342485.2075808.186129.297192l-1.1772115-4.2040785s5.7178609,5.5493911,7.2314185,7.9036882l-3.0271152-7.5673601,3.3868648,2.8448087c-.0137007-.0440925-.0268871-.0898215-.0405645-.134031l.479409.3883695c.2453742.3125051.3786174.432275.3786174.432275,0,0-.0796794-.1073791-.2218538-.3053044l.2149333.1741257c.0076687-.00512.0071543-.0047693.014823-.0098893-6.1419993-21.073977-7.6473504-42.7877162-8.2995617-59.2089512-.0207381-.5307467-.0414997-1.062148-.0609052-1.5812286-.5521678-14.7694256-2.6560496-22.8308743-3.0797906-34.950985.1572546-10.6578338.7508052-21.1576499,1.9586446-30.0722163.0606947-.4421175.1241483-.8754211.1884904-1.3058959.022819-.1507468.0450535-.30133.0687141-.452334.0070842-.0459862.0145424-.0906632.0216734-.1365325.1107515-.6988172.2315565-1.3998321.360942-2.1012911.0105444.0129753.0208083.0254128.0313527.0384115.0353975-.2713116.0748397-.5349315.1127622-.8014504,1.4373151-7.4053914,3.9179438-14.7701036,7.4950759-19.828305.0700702-.096391.1409352-.1898363.2115432-.2843803.082672-.1107456.16497-.2228472.2483434-.3310913.0788377-.102376.1586807-.2011283.2381263-.3012833.0842619-.1062335.1681731-.2137061.253113-.3175082.080825-.0987523.162632-.1940445.2440415-.2906225.0848698-.1006927.1694356-.2026011.2549834-.3009793.0824616-.0948246.1658117-.1863061.2488578-.2790032.0080661-.0090009.0161556-.017955.0242452-.0269324,2.5856054-2.7656246,5.4322495-4.6456115,8.2379552-5.9789308.0382498-.0173939.0762893-.035793.1145625-.0529999.0205979-.009258.041149-.0187265.0617702-.0279377.4327423-.1933197.8676589-.3755111,1.3042355-.547673.0144255-.0056811.0288744-.0111283.0433233-.016786.1985204-.0779918.3973916-.1538562.5965433-.2279438.0395591-.0147053.0791416-.02913.1187242-.0436717.175304-.0645256.3508184-.1276719.5265199-.1894388.0487709-.0171367.0975418-.0342033.1463594-.0511295.0013093-.0004442.0026186-.0008884.0039045-.001356.1684536-.0584705.3370709-.1156552.5058285-.1718112.0277054-.0092113.0554108-.0184927.0831396-.0276338.0364963-.0120401.0729693-.0240101.1094656-.0359567.1620475-.0530934.3241651-.105275.4863996-.1564279.0604376-.0190771.1208751-.0380608.1813361-.0568574.1600368-.049797.3201905-.0986588.4803208-.1467724.0572579-.0172068.1145157-.0345539.171797-.0515737.1769874-.0525557.3539981-.104106.5310089-.1548615.038016-.0108945.0760087-.0220696.1140248-.032894.0998798-.0284287.1997362-.0563898.2995926-.0843041.0988978-.0276572.1977957-.0554079.2966701-.0825975.0985237-.0271195.1970241-.0537714.2955245-.08047.0994823-.0269558.1989647-.053935.2983768-.0804934.0981497-.0262077.1962292-.0520881.2943087-.0779217.0998564-.0263246.1997362-.0526726.2995225-.0786698.0989913-.0257635.1978658-.0512698.2967402-.0767528.0996694-.0256934.1993387-.0514101.2988912-.0768229.0957649-.0244543.1914129-.0487215.2870609-.072942.1034102-.0262077.2068204-.0524621.3100903-.078436.0990147-.0249219.1979126-.0497268.296787-.074485.1032465-.025857.2065398-.0517608.3096227-.0775009.1096994-.0274.2193053-.0547065.3287944-.0819896.1573247-.039183.314439-.0783893.4713195-.1175021.1000435-.0249452.200157-.0499372.2999901-.0748825.0999967-.0249686.1998297-.0500541.299616-.0750929.1017268-.0255297.203477-.0511062.30497-.0767294.0952505-.0240335.1902906-.0482306.2853308-.0723809.0554576-.0140974.1111256-.0281014.1664897-.0422456.7349535-.1719047,1.4033672-.3394843,1.9876125-.5197119.2130862-.065718.4094791-.1608465.5972213-.2681554.5461358-.3035276.9733136-.7703565,1.2271046-1.3310749.3995659.0033198.7876522.0151027,1.1602843.0358164.2391551.0132792.4965466.024992.7645293.0364009.1192151.2416204.2695258.4654262.4467937.6665077-.0109653-.0008884-.0233333-.0012858-.0341116-.0022444.0255545.0194044.0594088.043999.0905511.0669337.4082633.4376053.9465668.7573111,1.5652978.8936332.0024783.0005377.0049566.0010988.0074349.0016365,10.4001002,2.2913612,22.8067741,4.5074425,26.8419457,22.8329316.9548901,4.3365665,2.2689687,9.7166714,2.9770818,15.8755258.0454509-.0405623.0877689-.0823637.1327055-.123113,1.9064602,14.4848816,1.584259,28.4811919.3377489,42.4041394-.7471111,8.3451277-1.0519175,14.8593406-1.3092389,20.6046232-.0720575.551133-.1407014,1.0842644-.2042953,1.5929648-1.1820745,9.4561141-1.293621,18.2087585-2.9837217,27.2787942-.3636073,1.6974916-.7593389,3.4884987-1.1928761,5.390602-.9365367,3.6715784-1.8177327,6.8541648-2.6000075,9.5294535-.8425955,2.399465-1.9163967,5.2140449-3.0533477,7.9914057-.9465901,2.1865538-1.9999572,4.482848-3.1329335,6.8275129-.9444626,1.674066-1.9529398,3.2300922-3.013508,4.5300732.4575252-.3830157.9092989-.7755233,1.3553912-1.1774291-.23995.4743101-.4818873.9491814-.7269107,1.42445.2540482-.1156084.5093823-.2354484.7655113-.3583978.0754008-.0362138.1512693-.0743915.2268337-.1112132.1822713-.0887929.3646361-.17803.5477022-.2702595.0857816-.0432275.1718437-.0880681.2577656-.131997.1745558-.0892371.349135-.1789183.5241585-.2710076.0871376-.0458693.1744156-.0929076.2616467-.1394315.1749767-.0933284.3499534-.1873114.5252106-.2832348.0318437-.0174406.0635939-.0339695.095461-.0514802.0003975-.0006546.0007715-.0012625.001169-.0019171,1.7541388-.9646815,3.5161568-2.0537853,5.2167785-3.1908157-.0000935.0007014-.0001637.0013794-.0002572.0020807.0538444-.0360034.1062626-.0728719.15999-.1089688.3340783-.224437.6660991-.4501598.9946129-.677449.0992251-.0686169.1969774-.1374209.295618-.2062482.2821744-.1968967.5620576-.3942843.8390884-.5922097.0605778-.0432743.1231664-.0861978.183487-.1295188.0000234-.0003741.0000701-.0007481.0000935-.0011222.4252373-.3053278.8429929-.6111465,1.2535007-.9161704,0,.0000234-.0000234.0000701-.0000234.0000935.0028056-.0020807.0055411-.0041848.0083467-.0062655.1881864-.1398523.3739881-.2793539.5586675-.4186918.0216967-.0163886.0437442-.0328005.0654175-.0491657.1836741-.138847.3649166-.2771563.5448499-.415185.0219072-.0168094.0440949-.0336422.0659319-.0504282.17666-.135761.3508184-.2707972.523574-.4054828.025157-.0196149.0505945-.0392998.075658-.0588913.1688511-.1319269.3352005-.2629419.5000302-.3935362.0280561-.0222333.0562993-.0445367.0842151-.0666999.1619306-.1285837.3213829-.2562088.4791518-.3832495.0291784-.0234957.0584269-.0469915.0874416-.0704171.1532332-.1236741.3040816-.246343.4531064-.368287.0340648-.0278676.0680127-.0556417.1018437-.0834157.1427121-.1171514.2833201-.2333209.4219407-.348602.0387174-.0322161.0771076-.0642217.1155211-.0962741.0254609-.0212514.0513427-.0427132.0766634-.0638944h0c.0002338-.0002104.0004676-.0003974.0007014-.0006079.1054443-.0882552.2092987-.1756687.3121477-.2626614.0437208-.036962.0867402-.0735732.1299934-.1103014.1212726-.1030072.2410722-.2052196.3584871-.306263.0467836-.040235.0924683-.0798855.1386206-.1197932.110471-.0955494.2199366-.1905376.3267369-.2840998.0522545-.0457758.1029192-.0906164.1542619-.1358545.0062425-.005494.012485-.0110114.0187041-.0165055.0049566-.0043718.0099833-.0087671.0149399-.0131389.0870675-.076893.1739012-.1535757.25828-.2289257.0553875-.0494463.1086707-.0976301.1628892-.1463984.0877689-.0789738.1757015-.1580177.260314-.2351211.0603908-.0550104.1179292-.1082908.1766834-.162296.0743487-.0683831.1495157-.1372572.2211758-.2039805.0517402-.0481604.1006981-.0945908.1509887-.1418629.0002806-.0002572.0005845-.0005377.0008651-.0007949v-.0000234c.0151035-.014191.0298096-.0281248.0447729-.0422456.0595491-.056156.1207582-.1133173.1782265-.1681407.0739746-.0705574.1434837-.1382625.2139279-.2065522.0447495-.0433911.0917669-.0882552.1350668-.1306878.1114997-.1092961.2184637-.2156231.3200736-.3183498.0514362-.0519946.1042519-.1133407.1580261-.1820979h0c.0506881-.0648062.1023113-.1367897.1544256-.2141503.0220007-.0326603.0443053-.069669.066493-.1042697.0310955-.0485345.0620742-.0958065.0934035-.1477777.0254142-.0421521.0508751-.087507.0763594-.1316229.0282432-.0488852.0563928-.0967417.084636-.147731.0265832-.0479734.0529092-.0978639.0793754-.1474037.0273313-.0511062.0546159-.1016045.0817836-.1540666.0267235-.0516205.0529559-.1041294.0794222-.1567552.0262091-.0521582.0523714-.1038722.0782532-.1567552.0264663-.0540519.052348-.1080804.0783935-.1625532.0255778-.0534441.0509452-.106514.0759853-.160075.0252271-.053935.0497529-.1071687.0743955-.1609166.024666-.0538415.0489813-.1070751.0729927-.1604257.0238009-.0529063.0469239-.1047373.0699766-.1568721.0236607-.0535376.0467368-.1059997.0695558-.1584151.0217903-.0501009.042996-.0989861.0638978-.1478011.0222111-.0518075.0435104-.1018383.064646-.1518456.0197796-.0467811.0390448-.0924166.0577956-.1373508.01999-.0479033.0387174-.093118.0574449-.1385898.0179793-.0436249.0355845-.0863147.052348-.1274147.0165297-.0406091.031493-.0776412.0467602-.1155149.0162959-.0404454.0324282-.080283.047181-.1172683.0152906-.0382946.0282198-.0710951.0417335-.1053217.0107548-.0272364.0220007-.0555482.0315865-.0800258.0155244-.0396272.027986-.0717263.0402839-.1034514.0055878-.0144481.0119005-.0306029.0167869-.0432743.010825-.0281248.0181196-.0472019.025344-.0661855.0039279-.0103568.0082999-.0216254.0111055-.0290833.0076219-.0201058.0116199-.0307666.0116199-.0307666l-.4484537,2.9148284c.1676353-.1274615.3383101-.2595754.5115566-.3957572.0752138-.0591251.1526253-.1217804.2287743-.1823784.0445625-.0354657.0887976-.0705808.1336407-.1065608.0551537-.0442094.1090448-.0863849.1646193-.1312956.0772946-.0624449.1563661-.1279525.2344323-.1917066.1022412-.0834859.2037342-.1657327.3071444-.2512759.0248063-.0205266.0501269-.0419884.0750034-.0626319.0000468-.0000468.0001169-.0000935.0001637-.0001403h0c.0440949-.0365879.0888444-.0743681.1331263-.1112833.1138377-.0948948.2272312-.1890414.342121-.2859935.0764997-.064549.1538878-.1310852.230785-.1964525.1089513-.092627.2175051-.1844591.327111-.2785356.0708183-.0608084.1421276-.1229961.2131564-.1843422.1174149-.1013941.2346661-.2022972.352455-.3049304.0555979-.048441.1113127-.0976768.1669573-.1463516.1328457-.1162163.2656681-.2323156.398584-.349584.0690882-.060972.1379894-.1224584.2070308-.1836409.117976-.1045502.2359987-.20889.3536708-.3138377.0725017-.0646659.1444423-.1294253.2167803-.1941847.0409853-.0367048.0819706-.0733628.1228858-.110091.0176754-.0158509.0350468-.031351.0526754-.0471785.0588711-.0528596.1180227-.105649.1767302-.1585086.0448898-.040422.0891249-.0805869.1338978-.1209856.1397662-.1260821.2794857-.2521409.4178258-.377662.0693921-.0629592.1375218-.1251704.2064931-.1878958.113791-.1034748.2279092-.2071366.3403441-.3097932.0379693-.0346708.0750034-.0686637.112809-.1032176.0003039-.0002805.0006313-.0005611.0009352-.0008416.0022912-.0020807.0044656-.0041147.0067568-.0061954.0279392-.0255297.0553875-.0507087.0832098-.0761683.112131-.1025864.2245892-.2054066.3350135-.3067071.0476954-.0437886.0939179-.0863615.1412859-.1298695.3052038-.2803592.6040015-.5556218.8920444-.8215328.0182131-.0168094.0355611-.0328707.0537041-.0496099.298938-.2760107.588594-.5437687.8633336-.7974292v-.0000234c.012976-.01197.0268404-.0247816.0397462-.0367048.917669-.8471327,2.8589187-4.3722426,2.8589187-4.3722426l-1.2368541,3.3632581c1.1865401-1.0734867,2.2269546-2.0788474,3.1477565-3.0473397.0000234.0003974.0000468.0008416.0000701.0012391.0547796-.0576055.1046493-.1138082.1585405-.1711566.1712826-.182168.3408819-.3639152.5037243-.5437453.0606714-.0670739.1183968-.1335166.1779226-.20031.1648531-.1847397.3269941-.3689884.4833134-.5518344.0423414-.0496099.0832098-.0990328.1249433-.1485258.0096326-.0114089.0191717-.0227944.0287809-.0342033.017161-.0203396.034322-.040726.0513661-.0610656.142151-.1696603.281473-.3390401.4166334-.507625.0269573-.0336655.0533534-.0672843.0800301-.1009031.1690849-.2127943.3330495-.4252379.4915199-.6370503.0100067-.0133727.0210655-.0268389.0310254-.0402116-.0000468-.0004442-.0000935-.000865-.0001403-.0013092.3741518-.502131.7204344-1.0032333,1.0402274-1.5068839.0070842-.0111517.014519-.0223034.0215798-.0334551Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M320.837035,172.9099679c-1.9781216-27.920455-12.2272567-72.6168164-15.4158349-82.0637893-5.5794273-16.5305311-20.0125042-35.2582835-40.5212687-36.6044075-.5251751-.0344707-1.1376757.4086623-1.459947.878133-.4526388-.1044333-1.1180364-.1889011-1.8719979-.0631697-.2537209-.2721766-.6065733-.451656-1.0043156-.4791496-10.7487676-.7432137-22.7852176.1964992-35.3607193,16.0889747-13.1734711,16.6481734-16.5309129,43.6493233-20.8253698,70.5445874-2.0555785,12.8741489-5.6274431,55.4526376-4.2883986,64.4907046,1.34538,9.0808293,38.5307964,30.1315558,64.5782383,28.9241231,25.3940468-1.1771445,54.1515436-21.5249288,56.8423035-27.915142,1.882401-4.4704635-.2092902-27.2601485-.67269-33.8008647Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* KOREAN SHARP 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.4680176,182.0692749c.0216064-2.9596558-.0653076-5.7768555-.329834-8.3184814-2.8972778-27.8400879-8.203125-32.8510742-12.7810669-63.2294922-.9641113-6.397522-1.6826782-9.6965942-4.2875366-17.5755005.0092163-.0463867.0178833-.0912476.0271606-.1377563-.3821411-1.0917358-.8077393-2.2836914-1.279541-3.5476074-1.3192139-3.6942139-2.9745483-7.6124878-4.9983521-11.4411621-.9489746-1.8341064-1.9920654-3.6761475-3.1366577-5.4790649-.0286255-.0488892-.0567017-.0988159-.0855103-.1473999-.0852051-.1436157-.1717529-.284668-.2578735-.4264526-.1424561-.234375-.2846069-.4692383-.4296265-.6987915-.0658569-.104187-.1334839-.2051392-.1998291-.3082886-.3035889-.4718628-.612915-.9333496-.9279175-1.3846436-.078125-.1119385-.1549683-.2260742-.2338257-.336731-.1467896-.2061768-.2963867-.4074707-.4456177-.6092529-.1022949-.1383057-.2041626-.2771606-.3074951-.4133911-.145874-.1922607-.293457-.3814087-.4415894-.5696411-.1102905-.1401978-.2211304-.2794189-.3326416-.4173584-.1471558-.1820679-.2950439-.362854-.444397-.5410156-.1158447-.1382446-.2330933-.2740479-.3501587-.4099731-.1494141-.1732788-.2984619-.3471069-.4498901-.5166626-.1211548-.1356201-.2445068-.267395-.3670044-.4006348-.2659912-.2893677-.5350952-.5731201-.807312-.8512573-.1401367-.1432495-.2793579-.2883301-.4211426-.4285889-.1470947-.1455078-.296814-.2863159-.4456787-.4286499-.008728-.0083618-.0174561-.0168457-.0261841-.0252075-.0353394-.0336914-.0702515-.0680542-.1056519-.1015625-.0966797-.0914917-.1931763-.1834106-.2905884-.2736206-.1276245-.118103-.2562256-.234375-.3850708-.3502808-.0274658-.0246582-.0552368-.0487671-.0827637-.0733643-.1407471-.1257935-.2820435-.2506104-.4242554-.3737183-.1495972-.1294556-.2998657-.2577515-.4511108-.3842773-.149292-.124939-.2998657-.2477417-.4507446-.369812-.0430298-.03479-.0855103-.0705566-.1286621-.1051025l-.0197754-.0157471c-3.7429199-3.1506958-8.1212769-5.5472412-13.2431641-6.633606-.1600952-.0436401-.3190918-.0893555-.4802856-.1310425,0,0,.0130615.0131226.020874.0209351.0065308.0065918.0126343.0127563.0224609.0227661.0010986.0010986.003479.0036011.0046387.0048218-.171814-.0336914-.3433838-.0679321-.5168457-.0986938-.0438843-.0083008-.069458-.0146484-.1190186-.0233765-.0081787-.0014648-.0161133-.0028076-.0244751-.0043335-.0021973-.0003662-.0056152-.0007935-.0078125-.0011597-1.793335-.3079834-3.677124-.4528198-5.6517944-.4202271-.1534424-.0050049-.3067627-.0099487-.4597168-.0146484-.0388794-.0012207-.078064-.0026245-.1169434-.0037231.0392456-.0047607.0774536-.0116577.1167603-.0161743-.0531616.0042725-.1121826.0098877-.1671143.0145264-.2477417-.0071411-.4952393-.013916-.7401733-.0187988-.2272949-.0045166-.4522705-.007019-.6771851-.0095215-.2789307-.0031128-.5567017-.0050659-.8320312-.0050659-.2332764,0-.46521.0012817-.6959229.00354-.2608032.0025635-.5196533.007019-.7772827.0125122-.236084.0050049-.4718628.010498-.7053223.0180054-.2444458.0079346-.4863281.0184937-.7279053.0291748-.2392578.0105591-.479126.0206299-.7156372.0339355-.2254639.0126953-.4476318.0288696-.6706543.0440674-.2460938.0167847-.4935303.0322266-.7366333.052124-.1829834.0150146-.3623657.0339355-.5436401.0507202-.4053955.0375366-.8049927.081543-1.2023315.1280518-10.0255127-.3274536-21.0735474,1.7003174-32.572998,16.2329712-12.1983032,15.4157104-14.6592407,39.1564941-18.3662109,63.9404297-.6921997,3.9653931-1.3331909,7.9953613-1.9216309,12.0302734-1.7744141,10.4034424-3.6307373,19.6688843-5.1062622,27.0014038-.0739746.3676147-.1413574.7261963-.2104492,1.0870972-.2163696,2.2310181-.3442993,4.4407349-.3931274,6.6175537-.1785889,5.7097778.2141113,11.1274414,1.0646973,16.0760498-.0001221.0073242-.0003662.0149536-.0005493.0222778.0214233.1242676.0474854.2435303.069458.3672485.1016846.5721436.2076416,1.1398315.3213501,1.6989746.0331421.1624146.0680542.3224487.1021729.4837646.1173706.5560303.2403564,1.1055908.3693848,1.6477051.0235596.098999.0455933.1998291.0695801.2984009.0001221.0003052.0001831.0006714.0002441.0010376v-.0001221c.3405151,1.3983154.7185059,2.749939,1.1322632,4.0480957.0089722-.0471802.0169678-.0955811.0258789-.1427612,1.3382568,4.3109741,3.0438843,8.0401611,5.0169067,10.956604,1.1062012,1.6352539,2.3352661,3.3259888,3.6305542,5.0314331.0001221.0001221.0001831.0002441.0003052.0003662v.000061c3.4020996,4.479248,7.2736206,9.0595703,10.6884155,13.0266724.0048218.0056152.0097046.0113525.0145874.0169678.2719116.315918.5404663.6275024.8060913.9352417.0001831.0001831.0003662.0004272.0005493.0006714,1.3095703,1.5171509,2.5349731,2.9293213,3.6220093,4.1943359.2340088.2722778.4603271.536499.6808472.7947388.081665.09552.1621094.1899414.2418213.2835083.1089478.1279297.2166138.2545166.3217773.3786011.1247559.1471558.2468262.2915649.3660278.4331665.0713501.0846558.1414185.1680908.2106934.2507324.1419067.1692505.2810059.3356934.4139404.4959717.0473633.0571289.0919189.1114502.1381226.1674194.109436.1326294.2155762.2619019.3182373.3878174.036438.0447998.0736694.090271.109314.1341553.0197754.024353.038208.0474854.0576782.0715942.1115112.1378784.2194214.2722168.3217163.401123.0031738.0040894.0062256.0079346.0093994.0119629.0429688.0541992.0834961.1060181.1246948.1585693.085022.1082764.1668091.2134399.2444458.3146362.0439453.057312.0866699.1134033.1281738.168335.0712891.0944214.1379395.1843872.2019043.2717896.0370483.0506592.0748291.1019287.109314.1502075.0633545.088501.1199341.1706543.1745605.2509766.0219727.0322876.0460815.0665894.0665894.0974731.0067749.0101929.0132446.0202026.0198975.0302734.0700073.1065063.1342163.2075806.1860962.2971802l-1.1771851-4.2041016s5.7178345,5.5494385,7.2313843,7.9036865l-3.0270996-7.5673218,3.3869019,2.8447876c-.0137329-.0440674-.0269165-.0898438-.0405884-.1340332l.4794312.3883667c.2453613.3125.3786011.432312.3786011.432312,0,0-.0797119-.1074219-.2218628-.3053589l.2149658.1741333c.0076294-.005127.0071411-.0047607.0147705-.0098877-6.1419678-21.0739746-7.6473389-42.7877197-8.2995605-59.2089233-.0206909-.5307617-.0415039-1.0621338-.0608521-1.5812378-.5521851-14.7694092-2.6560669-22.8308716-3.079834-34.9509888.1572876-10.6578369.7507935-21.1576538,1.9586792-30.0722046.0606689-.4421387.1241455-.8754272.1884766-1.3059082.0228271-.1507568.0450439-.3013306.0687256-.4523315.0070801-.0459595.0145264-.0906372.0216675-.1365356.1107178-.6987915.2315674-1.3998413.3609009-2.1012573.0105591.0129395.020813.0253906.0313721.0383911.0354004-.2713013.0748291-.5349121.112793-.8014526.7803955-4.020813,1.8796997-8.0159302,3.2837524-11.6500854.8656006-.1351929,1.6853027-.2424927,2.4196777-.3046265.586853-1.3493652,1.8200684-4.3884888,2.6685181-7.8637695.1239624-.3861084.249939-.777832.3769531-1.1723022-.2017212,1.5187378-.5921021,3.9736328-1.2599487,6.5076294v.000061c-.1040039.3945923-.2147217.7908936-.3325195,1.1858521-.0003662.0012817-.0007324.0025024-.0010986.0037231-.1177368.3947754-.2425537.788147-.3747559,1.177002-.000061.000061,0,.0001221-.000061.0001221-.0100098.0294189-.0195312.0591431-.0296021.088501.0013428-.000061.0026855-.000061.0040283-.0001221.2890625-.0148315.5772705-.026062.8643799-.0319824.1028442-.307373.2086182-.6235962.3154907-.9432983.0028076-.0083618.0056763-.0169067.0084839-.0253296.0310669-.0006714.0621338-.0015869.0932007-.0022583.0020142,0,.0021973.0014038.0043335.0013428.0001221-.0004883.0003052-.0009766.0004883-.0014648.9812012-.020752,1.9631348-.0463867,2.9450684-.0721436-.0002441.0008545-.0004883.0018311-.0007324.0026855.3191528-.0084229.6383667-.0172729.9575806-.026123.1135254-.0031128.2269897-.0061646.3405151-.0093384.019104-.0004883.038208-.0010376.057312-.0015259,0-.000061,0-.0001221.000061-.0001831.1486816-.0041504.2975464-.0090332.4462891-.0133057.7189331-.0205688,1.4382324-.0427856,2.1574097-.0644531-.0001831.0005493-.0003662.0010986-.0005493.0015869.4912109-.0150146.9825439-.0301514,1.473938-.0455933.0541992-.117981.1085205-.2421265.1627808-.3619385.2302856-.0071411.4607544-.013916.69104-.0211182,1.9154663-.0592651,3.8309937-.1191406,5.7476196-.175415,1.1992188-1.7854614,3.2572632-5.0665894,4.2280884-7.8930664,0,0-1.4788208,4.6625366-2.7454224,7.8532715.8427124-.0233765,1.6853027-.0455933,2.5279541-.0678101.1099854-.0029297.2199097-.0060425.329895-.0087891-.0471802.1187134-.0945435.239563-.1416626.357666.3197632-.0075684.6340942-.0148315.9453735-.0221558.0015259,0,.0031738-.000061.0046997-.0001221.1669312-.0039062.3322754-.0078735.4966431-.0119629-.0003662.0009155-.0007324.00177-.0010986.0026855.2254639-.0046997.4509888-.0093384.6765137-.0137329.0010986-.0023193.0022583-.0046997.0033569-.007019.4326782-.012146.8560791-.0261841,1.2698364-.0428467-.0043335.0087891-.0087891.0180664-.0130615.0268555.3947754-.0065308.7895508-.0117798,1.1843872-.0170898.0148926-.0228882.0300293-.0466309.0449829-.069519,1.2133179-.0742188,2.3292847-.1918335,3.3393555-.3927002-.0639648.1443481-.1270752.2897339-.1920166.4328003.3916016-.0015259.7831421,0,1.1746826.000061.1587524-.2646484.3173218-.5358887.4754639-.8118286.3822021-.1269531.7458496-.2713013,1.0859985-.4400635.1413574-.0701294.2857056-.1508789.4318848-.2390137.0493774-.0297241.0997925-.0645752.1495972-.0962524.0976562-.0620728.1953735-.1246338.2945557-.1939087.0615234-.0429688.1235962-.0900269.1856079-.1355591.0883789-.0649414.1767578-.1303101.2659302-.2003784.0687866-.0539551.1377563-.1108398.2069092-.1677246.0826416-.0680542.1652222-.1369019.24823-.2088013.0747681-.0648193.149353-.1312256.2243042-.1990356.0762939-.0690308.1524048-.1394043.2286987-.2114258.0808716-.0762329.161377-.1531982.2421265-.2325439.0680542-.0669556.1358032-.1356201.2036743-.2047119.0878906-.0892944.175415-.1786499.2627563-.2712402.0546265-.0579834.1087036-.1177368.1630249-.1768799.0997314-.1083984.1991577-.2166138.2976685-.3287354.024353-.02771.0481567-.0565186.0723877-.0844116.8244019-.9483032,1.5968018-2.0142212,2.2280273-3.0863647.0028687-.0049438.0057983-.0098877.008728-.0148315.1052856-.1791992.2059937-.3579102.3027954-.5367432.0028687-.005249.0056152-.010498.0084839-.0158081.0974121-.1804199.1901245-.3598633.2779541-.5388184-.1195068.3553467-.2440186.7042236-.3723755,1.0478516-.0159302.0425415-.0321655.0846558-.0481567.1270142-.1258545.3323364-.2550659.6599121-.3896484.9801025-.0018921.0045166-.0037231.0092773-.0056152.0137939-.132019.3135986-.2695923.6192017-.4102783.920166-.0303345.0648804-.0609741.1292114-.0917969.1934814-.1416016.2960205-.2860718.5878296-.4366455.8703003-.642395,1.2053223-1.2789307,2.3443604-1.9073486,3.432251.5194092.006958,1.0386353.0183105,1.5579224.0293579.144104.0031128.288147.0047607.432251.0081787.0619507.0012817.1239014.0026245.1858521.0039673,2.1217651.0523071,4.2423096.1405029,6.361084.2730103h.0001831c.1987305-.4542236.3886719-.8986206.5715942-1.3352661.0400391-.0955811.0762329-.1869507.1155396-.2816772.138855-.3349609.276123-.6680298.4058838-.992981.0543823-.1361084.104187-.2672119.1569824-.4015503.1089478-.2774048.2179565-.5548096.3203735-.8250122.0560913-.1480103.1078491-.2914429.1620483-.4373779.0927124-.2498779.1856689-.499939.2728271-.7438354.0535889-.1497803.1032715-.2955322.1547241-.4431152.081604-.2338257.163147-.4677124.2396851-.696167.0491943-.1469116.0950928-.2903442.1422119-.4350586.0725708-.2225952.1446533-.4448242.2124634-.6625366.0443726-.1425171.0859985-.2822876.128418-.4228516.0646362-.2139893.128418-.4273071.1885376-.6366577.0393066-.137085.076416-.2720337.1138306-.4071655.057312-.2069702.1135254-.4129028.1665039-.6154785.0343018-.1312866.0669556-.2609253.0994873-.3904419.0505981-.2015381.0997925-.4017334.1461792-.5991821.0292969-.1245728.057373-.2479858.085022-.3709717.0443115-.1972656.0869141-.3928223.1270752-.5860596.0247192-.1187134.048645-.2367554.0717773-.3539429.020874-.1056519.0396729-.2093506.0593262-.3138428.3026123.2026978.6018066.4137573.897644.6329956.3128662,1.4000854.6296387,2.8195801.9540405,4.2769165.5490723,2.4669189.8080444,3.7987671,1.4969482,5.8041382.7302246,2.1253662,2.5335083,2.8466187,3.1911011,3.0437622.0100098.0301514.0195312.0603638.029541.0905151.038269.0053711.0766602.0097656.1149902.0150757-.0054932-.0214844-.0115967-.0456543-.0170898-.0675049.2522583.078064.5119629.138855.7787476.1782227.8121948.119751,1.6237183.2518311,2.4350586.3889771.2595215.883667.5020142,1.8008423.7160034,2.7727051.954895,4.3365479,2.2689819,9.7166748,2.9771118,15.8755493.0454102-.0405884.0877686-.0823975.1326904-.1231079,1.9064331,14.4848633,1.5842896,28.4811401.3377686,42.4041138-.7471313,8.3451538-1.0519409,14.859314-1.3092651,20.6046143-.0720215.5511475-.140686,1.0842896-.2042847,1.5929565-1.1820679,9.4561157-1.2936401,18.2088013-2.9837036,27.2788086-.3636475,1.6975098-.7593384,3.4885254-1.1928711,5.390625-.9365845,3.6715698-1.817749,6.854126-2.6000366,9.5294189-.8425903,2.3994751-1.9163818,5.2140503-3.0533447,7.991394-.9465942,2.1865845-1.999939,4.4828491-3.1329346,6.8275146-.944458,1.6740723-1.9529419,3.2301025-3.0134888,4.5300903.4575195-.3829956.9093018-.7755127,1.3553467-1.1774292-.2399292.4743042-.4818726.9492188-.7268677,1.4244385.2540283-.1156006.5093384-.2354126.7655029-.3583984.0753784-.0361938.1512451-.0743408.2268066-.1112061.182312-.0888062.3646851-.1780396.5477295-.2702637.0857544-.0432129.171814-.0880737.2577515-.131958.1745605-.0892334.3491211-.1789551.5241699-.2710571.0871582-.0458374.1744385-.0928955.2616577-.1394043.1749878-.0933228.3499146-.1873169.5252075-.2832031.0318604-.0174561.0635986-.0339966.095459-.0515137.0003662-.0006714.0007324-.0012817.0011597-.0018921,1.7541504-.9647217,3.5161743-2.053833,5.2167969-3.1908569-.0001221.0007324-.0001831.0014038-.0003052.0020752.053894-.0359497.1062622-.072876.1600342-.1089478.3340454-.2244263.6660767-.4501343.9945679-.6774292.0992432-.0686035.1970215-.1374512.2956543-.2062378.2821655-.1968994.5620728-.3942871.8391113-.5922241.0605469-.0432739.1231079-.0861816.1834717-.1295166,0-.0003662.000061-.0007324.000061-.0011597.4252319-.3052979.8430176-.611145,1.25354-.9161377l-.000061.000061c.0028076-.0020752.0055542-.0041504.0083618-.0062256.1881714-.1398926.3739624-.2793579.5586548-.4187012.0217285-.0164185.0437622-.0328369.0654297-.0491943.1836548-.138855.3649292-.2771606.5448608-.4151611.0219116-.0167847.0440674-.0336304.065918-.050415.1766357-.1358032.3508301-.270813.5235596-.4055176.0251465-.0195923.0505981-.0393066.0756836-.0588989.1688232-.131897.3352051-.2629395.5-.3934937.0280762-.0222778.0563354-.0445557.0842285-.0667114.1619263-.1286011.3214111-.2562256.479187-.3832397.0291748-.0234985.0584106-.0469971.0874023-.0704346.1532593-.1236572.3040771-.2463379.453125-.3682861.0340576-.0278931.0679932-.0556641.1018677-.0834351.1427002-.1171265.2832642-.2332764.421936-.3485718.0386963-.0322266.0770874-.064209.1154785-.0962524.0254517-.0213013.0513916-.0427246.0766602-.0639038.0002441-.0002441.0004883-.0004272.0007324-.0006104.1054077-.0882568.2092896-.1756592.3121338-.2626953.0437012-.0369263.086731-.0735474.1300049-.1102905.1212769-.1030273.2410889-.2052002.3584595-.3062744.046814-.0402222.0924683-.079895.1386719-.119751.1104126-.0955811.2199097-.1905518.3267212-.2841187.0522461-.0457764.1029053-.0906372.1542358-.1358643.0062256-.0054932.0125122-.0109863.0187378-.0164795.0049438-.0043945.0099487-.0087891.0148926-.0131836.0870972-.0768433.1739502-.1535645.2583008-.2288818.0554199-.0494995.1087036-.0976562.1629028-.1464233.0877686-.0789795.1757202-.15802.2603149-.2351074.0603638-.0549927.1179199-.1082764.1766968-.1622925.0743408-.0684204.1494751-.1372681.2211304-.2039795.0517578-.0481567.100708-.0946045.151001-.1419067.0003052-.0002441.0006104-.0004883.0008545-.0007935.0151367-.0141602.0298462-.0281372.0447998-.0422363.0595703-.0561523.1207275-.1133423.1782227-.1681519.0739746-.0705566.1434937-.1382446.2139282-.206543.0447388-.043396.0917358-.0882568.1350708-.1306763.1115112-.109314.2184448-.2156372.3200684-.3183594.0514526-.052002.104248-.1133423.15802-.1821289.0507202-.0647583.1022949-.1367798.1544189-.2141113.0220337-.0326538.0443115-.0697021.0665283-.1043091.0310669-.0485229.0620728-.0957642.0933838-.1477661.0253906-.0421143.0508423-.0874634.076355-.1315918.0282593-.0488892.0563965-.0967407.0846558-.1477661.0265503-.0479736.0529175-.0978394.0793457-.1473999.0273438-.0510864.0546265-.1015625.0817871-.1540527.0267334-.0516357.0529785-.104126.0794067-.1567383.0262451-.0521851.0523682-.1038818.0782471-.1567993.0264893-.0540161.0523682-.1080322.0784302-.1625366.0255737-.0534058.0509644-.1065063.0759888-.1600342.0252075-.0539551.0497437-.1071777.0744019-.1609497.0246582-.053833.0489502-.1070557.072998-.1604004.0238037-.0529175.046875-.1047363.0699463-.1569214.0236816-.0535278.0467529-.105957.0695801-.1583862.0217896-.0501099.0429688-.098999.0639038-.1478271.0222168-.0517578.043457-.1018066.0646362-.1517944.0197754-.046814.0390015-.0924683.0578003-.1373901.0199585-.0479126.0386963-.0930786.0574341-.1385498.0179443-.0436401.0355835-.0863647.0523682-.1274414.0164795-.0405884.0314941-.0776367.0467529-.1155396.0162964-.0404053.0324097-.0802612.0471802-.1172485.0152588-.038269.0281982-.071106.041687-.1053467.0108032-.0272217.0220337-.055542.0316162-.0800171.0155029-.0396118.0279541-.0717163.0402832-.1034546.0056152-.0144043.0119019-.0305786.0167847-.0432739.0108032-.0280762.0181274-.0471802.0253296-.0661621.0039673-.010376.0083008-.0216064.0111084-.0291138.0076294-.0200806.0116577-.0307617.0116577-.0307617l-.4484863,2.914856c.1676636-.1274414.3383179-.2595825.5115356-.395752.0752563-.0591431.1526489-.1217651.2288208-.182373.0445557-.0354614.0888062-.0706177.133606-.1065674.0551758-.0441895.1090698-.0863647.1646118-.1312866.0773315-.062439.1563721-.1279907.234436-.1917114.1022339-.0834961.2037354-.1657715.3071899-.2512817.0247803-.0205078.0501099-.0419922.0749512-.0626221l.0001831-.0001831c.0441284-.0365601.0888672-.0743408.1331177-.1112671.1138306-.0949097.2272339-.1890259.3421631-.2860107.0764771-.0645142.1538696-.1310425.2307739-.1964111.1089478-.0926514.2174683-.1844482.3270874-.2785645.0708008-.060791.1421509-.1229858.2131348-.1843262.1174316-.1013794.2346802-.2022705.352478-.3049316.055603-.0484619.1113281-.0976562.1669922-.1463623.1328125-.1162109.265625-.2322998.3985596-.3495483.0690918-.0609741.1380005-.1224976.2070312-.1836548.117981-.1045532.2360229-.2089233.3536377-.3138428.0725098-.0646973.1444702-.1294556.2167969-.1942139.0410156-.0366821.0819702-.0733643.1229248-.1100464.0176392-.0158691.0350342-.0313721.0526733-.0471802.0588379-.0528564.117981-.1056519.1766968-.1585083.0449219-.0404663.0891113-.0806274.1339111-.1210327.1397705-.1260376.27948-.2521362.4178467-.3776245.0693359-.0629883.1375122-.1251831.2064819-.1879272.1137695-.1034546.2279053-.2070923.340332-.3097534.0379639-.034668.0750122-.0686646.112793-.1032104.0003052-.0003052.0006714-.0006104.0009766-.0008545.0022583-.0020752.0044556-.0041504.0067139-.0062256.0279541-.0255127.0554199-.0506592.083252-.0761719.1121216-.1025391.2245483-.2053833.3349609-.3067017.0477295-.0437622.0939331-.0863647.1412964-.1298828.3052368-.2803345.6040039-.555603.8920288-.8214722.0182495-.0168457.0355835-.0328979.0537109-.0496216.2989502-.276001.588623-.5437622.8633423-.7974243v-.000061c.0130005-.0119629.0268555-.0247803.0397339-.0366821.9177246-.847168,2.8589478-4.3722534,2.8589478-4.3722534l-1.2368774,3.3632812c1.1865845-1.0734863,2.2269897-2.0788574,3.1477661-3.0473633.000061.0004272.000061.0008545.000061.0012207.0548096-.0575562.1046753-.1137695.1585693-.1711426.1712646-.1821899.3408813-.3638916.5037231-.5437622.0606689-.0670776.1184082-.1334839.1779175-.2002563.164856-.1847534.3269653-.3690186.4833374-.5518799.0422974-.0496216.0831909-.098999.124939-.1484985l.0287476-.0342407c.0171509-.0203247.0343628-.0407104.0513916-.0610352.1421509-.1696777.2814331-.3390503.416626-.5076294.0269775-.0336914.0533447-.0672607.0800171-.1008911.1690674-.2128296.3330688-.4252319.4915161-.637085.0100098-.0133667.0210571-.0267944.0310059-.0401611,0-.0004883-.000061-.0009155-.0001221-.0013428.3741455-.5021362.720459-1.0032349,1.0402222-1.506897.0070801-.0111084.0145264-.0222778.0216064-.0334473.1035156-.1636963.2036743-.328186.302002-.4927979.0238647-.039978.0480347-.0799561.0716553-.1199951.0924683-.1570435.1828003-.3148193.270874-.4729614.0247192-.0444336.0490723-.0891113.0734863-.133728.0878906-.1604614.1745605-.3215942.2581787-.4836426.0146484-.0284424.0286865-.0571289.0432129-.0856323,2.2045288-4.3186035,2.9476929-9.2571411,4.3148804-17.619751.2695923-4.2158813.5421753-8.5673828.6456299-12.7184448.0645142-.7784424.0772095-1.5866089.0409546-2.4191895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M320.837035,172.9099679c-1.9781216-27.920455-12.2272567-72.6168164-15.4158349-82.0637893-5.5794273-16.5305311-20.0125042-35.2582835-40.5212687-36.6044075-.5251751-.0344707-1.1376757.4086623-1.459947.878133-.4526388-.1044333-1.1180364-.1889011-1.8719979-.0631697-.2537209-.2721766-.6065733-.451656-1.0043156-.4791496-10.7487676-.7432137-22.7852176.1964992-35.3607193,16.0889747-13.1734711,16.6481734-16.5309129,43.6493233-20.8253698,70.5445874-2.0555785,12.8741489-5.6274431,55.4526376-4.2883986,64.4907046,1.34538,9.0808293,38.5307964,30.1315558,64.5782383,28.9241231,25.3940468-1.1771445,54.1515436-21.5249288,56.8423035-27.915142,1.882401-4.4704635-.2092902-27.2601485-.67269-33.8008647Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* KOREAN SHARP 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.4680176,182.0692749c.0216064-2.9596558-.0653076-5.7768555-.329834-8.3184814-2.8972778-27.8400879-8.203125-32.8510742-12.7810669-63.2294922-.9641113-6.397522-1.6826782-9.6965942-4.2875366-17.5755005.0092163-.0463867.0178833-.0912476.0271606-.1377563-.3821411-1.0917358-.8077393-2.2836914-1.279541-3.5476074-.8309937-2.3270264-1.8120117-4.7442017-2.9177856-7.1705933-.4742432-1.383728-1.0135498-2.8615723-1.6326904-4.4660034-6.8642578-17.7874146-21.3217773-24.1725464-28.7052002-24.828186-10.3100586-.9155884-18.5695801-.0201416-25.4144287,2.7746582-6.7268066,1.776062-13.7727661,5.9660645-20.9973755,15.0962524-12.1983032,15.4157104-14.6592407,39.1564941-18.3662109,63.9404297-.6921997,3.9653931-1.3331909,7.9953613-1.9216309,12.0302734-1.7744141,10.4034424-3.6307373,19.6688843-5.1062622,27.0014038-.0739746.3676147-.1413574.7261963-.2104492,1.0870972-.2163696,2.2310181-.3442993,4.4407349-.3931274,6.6175537-.1785889,5.7097778.2141113,11.1274414,1.0646973,16.0760498-.0001221.0073242-.0003662.0149536-.0005493.0222778.0214233.1242676.0474854.2435303.069458.3672485.1016846.5721436.2076416,1.1398315.3213501,1.6989746.0331421.1624146.0680542.3224487.1021729.4837646.1173706.5560303.2403564,1.1055908.3693848,1.6477051.0235596.098999.0455933.1998291.0695801.2984009.0001221.0003052.0001831.0006714.0002441.0010376v-.0001221c.3405151,1.3983154.7185059,2.749939,1.1322632,4.0480957.0089722-.0471802.0169678-.0955811.0258789-.1427612,1.3382568,4.3109741,3.0438843,8.0401611,5.0169067,10.956604,1.1062012,1.6352539,2.3352661,3.3259888,3.6305542,5.0314331.0001221.0001221.0001831.0002441.0003052.0003662v.000061c3.4020996,4.479248,7.2736206,9.0595703,10.6884155,13.0266724.0048218.0056152.0097046.0113525.0145874.0169678.2719116.315918.5404663.6275024.8060913.9352417.0001831.0001831.0003662.0004272.0005493.0006714,1.3095703,1.5171509,2.5349731,2.9293213,3.6220093,4.1943359.2340088.2722778.4603271.536499.6808472.7947388.081665.09552.1621094.1899414.2418213.2835083.1089478.1279297.2166138.2545166.3217773.3786011.1247559.1471558.2468262.2915649.3660278.4331665.0713501.0846558.1414185.1680908.2106934.2507324.1419067.1692505.2810059.3356934.4139404.4959717.0473633.0571289.0919189.1114502.1381226.1674194.109436.1326294.2155762.2619019.3182373.3878174.036438.0447998.0736694.090271.109314.1341553.0197754.024353.038208.0474854.0576782.0715942.1115112.1378784.2194214.2722168.3217163.401123.0031738.0040894.0062256.0079346.0093994.0119629.0429688.0541992.0834961.1060181.1246948.1585693.085022.1082764.1668091.2134399.2444458.3146362.0439453.057312.0866699.1134033.1281738.168335.0712891.0944214.1379395.1843872.2019043.2717896.0370483.0506592.0748291.1019287.109314.1502075.0633545.088501.1199341.1706543.1745605.2509766.0219727.0322876.0460815.0665894.0665894.0974731.0067749.0101929.0132446.0202026.0198975.0302734.0700073.1065063.1342163.2075806.1860962.2971802l-1.1771851-4.2041016s5.7178345,5.5494385,7.2313843,7.9036865l-3.0270996-7.5673218,3.3869019,2.8447876c-.0137329-.0440674-.0269165-.0898438-.0405884-.1340332l.4794312.3883667c.2453613.3125.3786011.432312.3786011.432312,0,0-.0797119-.1074219-.2218628-.3053589l.2149658.1741333c.0076294-.005127.0071411-.0047607.0147705-.0098877-6.1419678-21.0739746-7.6473389-42.7877197-8.2995605-59.2089233-.0206909-.5307617-.0415039-1.0621338-.0608521-1.5812378-.5521851-14.7694092-2.6560669-22.8308716-3.079834-34.9509888.1572876-10.6578369.7507935-21.1576538,1.9586792-30.0722046.0606689-.4421387.1241455-.8754272.1884766-1.3059082.0228271-.1507568.0450439-.3013306.0687256-.4523315.0070801-.0459595.0145264-.0906372.0216675-.1365356.1107178-.6987915.2315674-1.3998413.3609009-2.1012573.0105591.0129395.020813.0253906.0313721.0383911.0354004-.2713013.0748291-.5349121.112793-.8014526.1182251-.6091919.2545776-1.2160645.3869629-1.8234253.125061-.1137085.2508545-.215271.3754272-.3352661.0212402-.0205078.0424194-.0408936.0637207-.0615234.2401123-.2337036.4790649-.4794312.7162476-.737854.0111084-.012085.0222778-.0237427.0333862-.0359497.0682983-.0747681.1363525-.151123.2043457-.2280884.0267944-.0302124.0534668-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0181274-.0217285.0361938-.043457.0542603-.0653687.0350342-.0424194.0702515-.0837402.1051636-.12677.00177-.0021973.00354-.0042114.0053101-.0064087.1535034-.1893921.3057251-.3858643.4570312-.5870361.0072021-.0095825.0145874-.0184326.0217896-.0280762.0220337-.0293579.0437012-.0601807.0656128-.0897217.1317139-.1777954.2625732-.3598022.392334-.546814.0200195-.0288086.0402222-.0566406.0601196-.0856934.026001-.0378418.0519409-.0757446.0778198-.1138916.0008545-.0012817.0016479-.0025635.0025024-.0037842.1177368-.1738281.234436-.3520508.3502197-.5338135.0283813-.0445557.0564575-.090332.0847778-.1353149.1192627-.1900024.2374878-.3843994.3545532-.5831909.0283203-.0481567.0568848-.0953979.085083-.144043.0825195-.142334.1641235-.2879639.2454834-.4348145.0154419-.0279541.0310059-.0552979.0464478-.083374.0376587-.0686035.0753784-.1367798.1127319-.2063599.024292-.0452881.0481567-.0921021.0723267-.1377563.1063232-.2007446.2114868-.4057617.3154297-.6147461.0136719-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0464478-.0950928.0696411-.1427612.1280518-.2632446.2545776-.5315552.3786011-.8078613.0153809-.0342407.0302734-.0700073.0455322-.1044312l.0018311-.0042114c.0145874-.0328369.0289307-.0664673.043457-.0994873.0941162-.2140503.1870117-.4319458.2785645-.6538086.031311-.0757446.0625-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673.000061,0,.000061-.000061.000061-.000061-.5580444,2.0032349-1.0393066,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,1.2161865-2.9367065,1.8265381-4.8632202,2.1356201-6.0751953.3484497.2052612.6925659.4213867,1.0333862.6459351.2883911.8590088.5869751,1.6068726,1.0059814,2.5745239.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,2.071228,4.0160522,4.0287476,7.2220459,5.7895508,9.5821533.5936279,2.8653564,1.164917,5.998291,1.5532227,9.3757324.0454102-.0405884.0877686-.0823975.1326904-.1231079,1.9064331,14.4848633,1.5842896,28.4811401.3377686,42.4041138-.7471313,8.3451538-1.0519409,14.859314-1.3092651,20.6046143-.0720215.5511475-.140686,1.0842896-.2042847,1.5929565-1.1820679,9.4561157-1.2936401,18.2088013-2.9837036,27.2788086-.3636475,1.6975098-.7593384,3.4885254-1.1928711,5.390625-.9365845,3.6715698-1.817749,6.854126-2.6000366,9.5294189-.8425903,2.3994751-1.9163818,5.2140503-3.0533447,7.991394-.9465942,2.1865845-1.999939,4.4828491-3.1329346,6.8275146-.944458,1.6740723-1.9529419,3.2301025-3.0134888,4.5300903.4575195-.3829956.9093018-.7755127,1.3553467-1.1774292-.2399292.4743042-.4818726.9492188-.7268677,1.4244385.2540283-.1156006.5093384-.2354126.7655029-.3583984.0753784-.0361938.1512451-.0743408.2268066-.1112061.182312-.0888062.3646851-.1780396.5477295-.2702637.0857544-.0432129.171814-.0880737.2577515-.131958.1745605-.0892334.3491211-.1789551.5241699-.2710571.0871582-.0458374.1744385-.0928955.2616577-.1394043.1749878-.0933228.3499146-.1873169.5252075-.2832031.0318604-.0174561.0635986-.0339966.095459-.0515137.0003662-.0006714.0007324-.0012817.0011597-.0018921,1.7541504-.9647217,3.5161743-2.053833,5.2167969-3.1908569-.0001221.0007324-.0001831.0014038-.0003052.0020752.053894-.0359497.1062622-.072876.1600342-.1089478.3340454-.2244263.6660767-.4501343.9945679-.6774292.0992432-.0686035.1970215-.1374512.2956543-.2062378.2821655-.1968994.5620728-.3942871.8391113-.5922241.0605469-.0432739.1231079-.0861816.1834717-.1295166,0-.0003662.000061-.0007324.000061-.0011597.4252319-.3052979.8430176-.611145,1.25354-.9161377l-.000061.000061c.0028076-.0020752.0055542-.0041504.0083618-.0062256.1881714-.1398926.3739624-.2793579.5586548-.4187012.0217285-.0164185.0437622-.0328369.0654297-.0491943.1836548-.138855.3649292-.2771606.5448608-.4151611.0219116-.0167847.0440674-.0336304.065918-.050415.1766357-.1358032.3508301-.270813.5235596-.4055176.0251465-.0195923.0505981-.0393066.0756836-.0588989.1688232-.131897.3352051-.2629395.5-.3934937.0280762-.0222778.0563354-.0445557.0842285-.0667114.1619263-.1286011.3214111-.2562256.479187-.3832397.0291748-.0234985.0584106-.0469971.0874023-.0704346.1532593-.1236572.3040771-.2463379.453125-.3682861.0340576-.0278931.0679932-.0556641.1018677-.0834351.1427002-.1171265.2832642-.2332764.421936-.3485718.0386963-.0322266.0770874-.064209.1154785-.0962524.0254517-.0213013.0513916-.0427246.0766602-.0639038.0002441-.0002441.0004883-.0004272.0007324-.0006104.1054077-.0882568.2092896-.1756592.3121338-.2626953.0437012-.0369263.086731-.0735474.1300049-.1102905.1212769-.1030273.2410889-.2052002.3584595-.3062744.046814-.0402222.0924683-.079895.1386719-.119751.1104126-.0955811.2199097-.1905518.3267212-.2841187.0522461-.0457764.1029053-.0906372.1542358-.1358643.0062256-.0054932.0125122-.0109863.0187378-.0164795.0049438-.0043945.0099487-.0087891.0148926-.0131836.0870972-.0768433.1739502-.1535645.2583008-.2288818.0554199-.0494995.1087036-.0976562.1629028-.1464233.0877686-.0789795.1757202-.15802.2603149-.2351074.0603638-.0549927.1179199-.1082764.1766968-.1622925.0743408-.0684204.1494751-.1372681.2211304-.2039795.0517578-.0481567.100708-.0946045.151001-.1419067.0003052-.0002441.0006104-.0004883.0008545-.0007935.0151367-.0141602.0298462-.0281372.0447998-.0422363.0595703-.0561523.1207275-.1133423.1782227-.1681519.0739746-.0705566.1434937-.1382446.2139282-.206543.0447388-.043396.0917358-.0882568.1350708-.1306763.1115112-.109314.2184448-.2156372.3200684-.3183594.0514526-.052002.104248-.1133423.15802-.1821289.0507202-.0647583.1022949-.1367798.1544189-.2141113.0220337-.0326538.0443115-.0697021.0665283-.1043091.0310669-.0485229.0620728-.0957642.0933838-.1477661.0253906-.0421143.0508423-.0874634.076355-.1315918.0282593-.0488892.0563965-.0967407.0846558-.1477661.0265503-.0479736.0529175-.0978394.0793457-.1473999.0273438-.0510864.0546265-.1015625.0817871-.1540527.0267334-.0516357.0529785-.104126.0794067-.1567383.0262451-.0521851.0523682-.1038818.0782471-.1567993.0264893-.0540161.0523682-.1080322.0784302-.1625366.0255737-.0534058.0509644-.1065063.0759888-.1600342.0252075-.0539551.0497437-.1071777.0744019-.1609497.0246582-.053833.0489502-.1070557.072998-.1604004.0238037-.0529175.046875-.1047363.0699463-.1569214.0236816-.0535278.0467529-.105957.0695801-.1583862.0217896-.0501099.0429688-.098999.0639038-.1478271.0222168-.0517578.043457-.1018066.0646362-.1517944.0197754-.046814.0390015-.0924683.0578003-.1373901.0199585-.0479126.0386963-.0930786.0574341-.1385498.0179443-.0436401.0355835-.0863647.0523682-.1274414.0164795-.0405884.0314941-.0776367.0467529-.1155396.0162964-.0404053.0324097-.0802612.0471802-.1172485.0152588-.038269.0281982-.071106.041687-.1053467.0108032-.0272217.0220337-.055542.0316162-.0800171.0155029-.0396118.0279541-.0717163.0402832-.1034546.0056152-.0144043.0119019-.0305786.0167847-.0432739.0108032-.0280762.0181274-.0471802.0253296-.0661621.0039673-.010376.0083008-.0216064.0111084-.0291138.0076294-.0200806.0116577-.0307617.0116577-.0307617l-.4484863,2.914856c.1676636-.1274414.3383179-.2595825.5115356-.395752.0752563-.0591431.1526489-.1217651.2288208-.182373.0445557-.0354614.0888062-.0706177.133606-.1065674.0551758-.0441895.1090698-.0863647.1646118-.1312866.0773315-.062439.1563721-.1279907.234436-.1917114.1022339-.0834961.2037354-.1657715.3071899-.2512817.0247803-.0205078.0501099-.0419922.0749512-.0626221l.0001831-.0001831c.0441284-.0365601.0888672-.0743408.1331177-.1112671.1138306-.0949097.2272339-.1890259.3421631-.2860107.0764771-.0645142.1538696-.1310425.2307739-.1964111.1089478-.0926514.2174683-.1844482.3270874-.2785645.0708008-.060791.1421509-.1229858.2131348-.1843262.1174316-.1013794.2346802-.2022705.352478-.3049316.055603-.0484619.1113281-.0976562.1669922-.1463623.1328125-.1162109.265625-.2322998.3985596-.3495483.0690918-.0609741.1380005-.1224976.2070312-.1836548.117981-.1045532.2360229-.2089233.3536377-.3138428.0725098-.0646973.1444702-.1294556.2167969-.1942139.0410156-.0366821.0819702-.0733643.1229248-.1100464.0176392-.0158691.0350342-.0313721.0526733-.0471802.0588379-.0528564.117981-.1056519.1766968-.1585083.0449219-.0404663.0891113-.0806274.1339111-.1210327.1397705-.1260376.27948-.2521362.4178467-.3776245.0693359-.0629883.1375122-.1251831.2064819-.1879272.1137695-.1034546.2279053-.2070923.340332-.3097534.0379639-.034668.0750122-.0686646.112793-.1032104.0003052-.0003052.0006714-.0006104.0009766-.0008545.0022583-.0020752.0044556-.0041504.0067139-.0062256.0279541-.0255127.0554199-.0506592.083252-.0761719.1121216-.1025391.2245483-.2053833.3349609-.3067017.0477295-.0437622.0939331-.0863647.1412964-.1298828.3052368-.2803345.6040039-.555603.8920288-.8214722.0182495-.0168457.0355835-.0328979.0537109-.0496216.2989502-.276001.588623-.5437622.8633423-.7974243v-.000061c.0130005-.0119629.0268555-.0247803.0397339-.0366821.9177246-.847168,2.8589478-4.3722534,2.8589478-4.3722534l-1.2368774,3.3632812c1.1865845-1.0734863,2.2269897-2.0788574,3.1477661-3.0473633.000061.0004272.000061.0008545.000061.0012207.0548096-.0575562.1046753-.1137695.1585693-.1711426.1712646-.1821899.3408813-.3638916.5037231-.5437622.0606689-.0670776.1184082-.1334839.1779175-.2002563.164856-.1847534.3269653-.3690186.4833374-.5518799.0422974-.0496216.0831909-.098999.124939-.1484985l.0287476-.0342407c.0171509-.0203247.0343628-.0407104.0513916-.0610352.1421509-.1696777.2814331-.3390503.416626-.5076294.0269775-.0336914.0533447-.0672607.0800171-.1008911.1690674-.2128296.3330688-.4252319.4915161-.637085.0100098-.0133667.0210571-.0267944.0310059-.0401611,0-.0004883-.000061-.0009155-.0001221-.0013428.3741455-.5021362.720459-1.0032349,1.0402222-1.506897.0070801-.0111084.0145264-.0222778.0216064-.0334473.1035156-.1636963.2036743-.328186.302002-.4927979.0238647-.039978.0480347-.0799561.0716553-.1199951.0924683-.1570435.1828003-.3148193.270874-.4729614.0247192-.0444336.0490723-.0891113.0734863-.133728.0878906-.1604614.1745605-.3215942.2581787-.4836426.0146484-.0284424.0286865-.0571289.0432129-.0856323,2.2045288-4.3186035,2.9476929-9.2571411,4.3148804-17.619751.2695923-4.2158813.5421753-8.5673828.6456299-12.7184448.0645142-.7784424.0772095-1.5866089.0409546-2.4191895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M320.837035,172.9099679c-1.9781216-27.920455-12.2272567-72.6168164-15.4158349-82.0637893-5.5794273-16.5305311-20.0125042-35.2582835-40.5212687-36.6044075-.5251751-.0344707-1.1376757.4086623-1.459947.878133-.4526388-.1044333-1.1180364-.1889011-1.8719979-.0631697-.2537209-.2721766-.6065733-.451656-1.0043156-.4791496-10.7487676-.7432137-22.7852176.1964992-35.3607193,16.0889747-13.1734711,16.6481734-16.5309129,43.6493233-20.8253698,70.5445874-2.0555785,12.8741489-5.6274431,55.4526376-4.2883986,64.4907046,1.34538,9.0808293,38.5307964,30.1315558,64.5782383,28.9241231,25.3940468-1.1771445,54.1515436-21.5249288,56.8423035-27.915142,1.882401-4.4704635-.2092902-27.2601485-.67269-33.8008647Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* KOREAN SHARP 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M290.4680176,182.0692749c.0216064-2.9596558-.0653076-5.7768555-.329834-8.3184814-2.8972778-27.8400879-8.203125-32.8510742-12.7810669-63.2294922-.9641113-6.397522-1.6826782-9.6965942-4.2875366-17.5755005.0092163-.0463867.0178833-.0912476.0271606-.1377563-.3821411-1.0917358-.8077393-2.2836914-1.279541-3.5476074-1.3192139-3.6942139-2.9745483-7.6124878-4.9983521-11.4411621-6.1710205-11.9267578-16.2816772-24.2039795-32.8908691-23.7014771-.0130615.0003662-.0262451.0012207-.0392456.0015869-.315979.0099487-.6329956.0219116-.9536743.0411987-.3602905.0209961-.7229004.0474854-1.0883789.0811768-.0010376.000061-.0020142.0003052-.0029907.0004272-.00177.0001831-.00354.0002441-.0053101.0003662-.345459.0318604-.729248.2019043-1.0427856.4484253h-.0003052s-.0040283.0001221-.0105591.0001831c-.0040283.000061-.006958.0001221-.0152588.0003052-.012146.0002441-.0273438.0005493-.0484009.0010986-.0045776.0001221-.0095215.0003052-.0145264.0004272-.0222778.0006104-.0489502.0014648-.0794678.0025024-.0045166.0001831-.0082397.0003052-.0129395.0004883-.0356445.0012817-.0759888.0028687-.1217041.0048828-.0075684.0003662-.015625.0007324-.0234375.0010986-.0443115.0020752-.0926514.0043945-.1456299.0072632-.0047607.0002441-.0089111.0004272-.0137939.0007324-.0119629.0006104-.0241699.0013428-.036499.0020142-.3853149.0085449-.772583.0213013-1.1643066.0446777-.3040161.0181274-.5934448.0558472-.8920288.0813599-.208313-.1376343-.4406128-.2420654-.7063599-.260437-10.7487183-.7432251-22.7851562.1964722-35.3606567,16.0889893-12.1983032,15.4157104-14.6592407,39.1564941-18.3662109,63.9404297-.6921997,3.9653931-1.3331909,7.9953613-1.9216309,12.0302734-1.7744141,10.4034424-3.6307373,19.6688843-5.1062622,27.0014038-.0739746.3676147-.1413574.7261963-.2104492,1.0870972-.2163696,2.2310181-.3442993,4.4407349-.3931274,6.6175537-.1785889,5.7097778.2141113,11.1274414,1.0646973,16.0760498-.0001221.0073242-.0003662.0149536-.0005493.0222778.0214233.1242676.0474854.2435303.069458.3672485.1016846.5721436.2076416,1.1398315.3213501,1.6989746.0331421.1624146.0680542.3224487.1021729.4837646.1173706.5560303.2403564,1.1055908.3693848,1.6477051.0235596.098999.0455933.1998291.0695801.2984009.0001221.0003052.0001831.0006714.0002441.0010376v-.0001221c.3405151,1.3983154.7185059,2.749939,1.1322632,4.0480957.0089722-.0471802.0169678-.0955811.0258789-.1427612,1.3382568,4.3109741,3.0438843,8.0401611,5.0169067,10.956604,1.1062012,1.6352539,2.3352661,3.3259888,3.6305542,5.0314331.0001221.0001221.0001831.0002441.0003052.0003662v.000061c3.4020996,4.479248,7.2736206,9.0595703,10.6884155,13.0266724.0048218.0056152.0097046.0113525.0145874.0169678.2719116.315918.5404663.6275024.8060913.9352417.0001831.0001831.0003662.0004272.0005493.0006714,1.3095703,1.5171509,2.5349731,2.9293213,3.6220093,4.1943359.2340088.2722778.4603271.536499.6808472.7947388.081665.09552.1621094.1899414.2418213.2835083.1089478.1279297.2166138.2545166.3217773.3786011.1247559.1471558.2468262.2915649.3660278.4331665.0713501.0846558.1414185.1680908.2106934.2507324.1419067.1692505.2810059.3356934.4139404.4959717.0473633.0571289.0919189.1114502.1381226.1674194.109436.1326294.2155762.2619019.3182373.3878174.036438.0447998.0736694.090271.109314.1341553.0197754.024353.038208.0474854.0576782.0715942.1115112.1378784.2194214.2722168.3217163.401123.0031738.0040894.0062256.0079346.0093994.0119629.0429688.0541992.0834961.1060181.1246948.1585693.085022.1082764.1668091.2134399.2444458.3146362.0439453.057312.0866699.1134033.1281738.168335.0712891.0944214.1379395.1843872.2019043.2717896.0370483.0506592.0748291.1019287.109314.1502075.0633545.088501.1199341.1706543.1745605.2509766.0219727.0322876.0460815.0665894.0665894.0974731.0067749.0101929.0132446.0202026.0198975.0302734.0700073.1065063.1342163.2075806.1860962.2971802l-1.1771851-4.2041016s5.7178345,5.5494385,7.2313843,7.9036865l-3.0270996-7.5673218,3.3869019,2.8447876c-.0137329-.0440674-.0269165-.0898438-.0405884-.1340332l.4794312.3883667c.2453613.3125.3786011.432312.3786011.432312,0,0-.0797119-.1074219-.2218628-.3053589l.2149658.1741333c.0076294-.005127.0071411-.0047607.0147705-.0098877-6.1419678-21.0739746-7.6473389-42.7877197-8.2995605-59.2089233-.0206909-.5307617-.0415039-1.0621338-.0608521-1.5812378-.5521851-14.7694092-2.6560669-22.8308716-3.079834-34.9509888.1572876-10.6578369.7507935-21.1576538,1.9586792-30.0722046.0606689-.4421387.1241455-.8754272.1884766-1.3059082.0228271-.1507568.0450439-.3013306.0687256-.4523315.0070801-.0459595.0145264-.0906372.0216675-.1365356.1107178-.6987915.2315674-1.3998413.3609009-2.1012573.0105591.0129395.020813.0253906.0313721.0383911.0343018-.2628784.0723877-.5184937.109314-.7764893.944519-.1635742,1.7054443-.3443604,2.0223999-.5350342.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.2458496.2032471.9816895.2747192c.4150391,2.1960449.7963257,4.5268555,1.0794067,6.9886475.0454102-.0405884.0877686-.0823975.1326904-.1231079,1.9064331,14.4848633,1.5842896,28.4811401.3377686,42.4041138-.7471313,8.3451538-1.0519409,14.859314-1.3092651,20.6046143-.0720215.5511475-.140686,1.0842896-.2042847,1.5929565-1.1820679,9.4561157-1.2936401,18.2088013-2.9837036,27.2788086-.3636475,1.6975098-.7593384,3.4885254-1.1928711,5.390625-.9365845,3.6715698-1.817749,6.854126-2.6000366,9.5294189-.8425903,2.3994751-1.9163818,5.2140503-3.0533447,7.991394-.9465942,2.1865845-1.999939,4.4828491-3.1329346,6.8275146-.944458,1.6740723-1.9529419,3.2301025-3.0134888,4.5300903.4575195-.3829956.9093018-.7755127,1.3553467-1.1774292-.2399292.4743042-.4818726.9492188-.7268677,1.4244385.2540283-.1156006.5093384-.2354126.7655029-.3583984.0753784-.0361938.1512451-.0743408.2268066-.1112061.182312-.0888062.3646851-.1780396.5477295-.2702637.0857544-.0432129.171814-.0880737.2577515-.131958.1745605-.0892334.3491211-.1789551.5241699-.2710571.0871582-.0458374.1744385-.0928955.2616577-.1394043.1749878-.0933228.3499146-.1873169.5252075-.2832031.0318604-.0174561.0635986-.0339966.095459-.0515137.0003662-.0006714.0007324-.0012817.0011597-.0018921,1.7541504-.9647217,3.5161743-2.053833,5.2167969-3.1908569-.0001221.0007324-.0001831.0014038-.0003052.0020752.053894-.0359497.1062622-.072876.1600342-.1089478.3340454-.2244263.6660767-.4501343.9945679-.6774292.0992432-.0686035.1970215-.1374512.2956543-.2062378.2821655-.1968994.5620728-.3942871.8391113-.5922241.0605469-.0432739.1231079-.0861816.1834717-.1295166,0-.0003662.000061-.0007324.000061-.0011597.4252319-.3052979.8430176-.611145,1.25354-.9161377l-.000061.000061c.0028076-.0020752.0055542-.0041504.0083618-.0062256.1881714-.1398926.3739624-.2793579.5586548-.4187012.0217285-.0164185.0437622-.0328369.0654297-.0491943.1836548-.138855.3649292-.2771606.5448608-.4151611.0219116-.0167847.0440674-.0336304.065918-.050415.1766357-.1358032.3508301-.270813.5235596-.4055176.0251465-.0195923.0505981-.0393066.0756836-.0588989.1688232-.131897.3352051-.2629395.5-.3934937.0280762-.0222778.0563354-.0445557.0842285-.0667114.1619263-.1286011.3214111-.2562256.479187-.3832397.0291748-.0234985.0584106-.0469971.0874023-.0704346.1532593-.1236572.3040771-.2463379.453125-.3682861.0340576-.0278931.0679932-.0556641.1018677-.0834351.1427002-.1171265.2832642-.2332764.421936-.3485718.0386963-.0322266.0770874-.064209.1154785-.0962524.0254517-.0213013.0513916-.0427246.0766602-.0639038.0002441-.0002441.0004883-.0004272.0007324-.0006104.1054077-.0882568.2092896-.1756592.3121338-.2626953.0437012-.0369263.086731-.0735474.1300049-.1102905.1212769-.1030273.2410889-.2052002.3584595-.3062744.046814-.0402222.0924683-.079895.1386719-.119751.1104126-.0955811.2199097-.1905518.3267212-.2841187.0522461-.0457764.1029053-.0906372.1542358-.1358643.0062256-.0054932.0125122-.0109863.0187378-.0164795.0049438-.0043945.0099487-.0087891.0148926-.0131836.0870972-.0768433.1739502-.1535645.2583008-.2288818.0554199-.0494995.1087036-.0976562.1629028-.1464233.0877686-.0789795.1757202-.15802.2603149-.2351074.0603638-.0549927.1179199-.1082764.1766968-.1622925.0743408-.0684204.1494751-.1372681.2211304-.2039795.0517578-.0481567.100708-.0946045.151001-.1419067.0003052-.0002441.0006104-.0004883.0008545-.0007935.0151367-.0141602.0298462-.0281372.0447998-.0422363.0595703-.0561523.1207275-.1133423.1782227-.1681519.0739746-.0705566.1434937-.1382446.2139282-.206543.0447388-.043396.0917358-.0882568.1350708-.1306763.1115112-.109314.2184448-.2156372.3200684-.3183594.0514526-.052002.104248-.1133423.15802-.1821289.0507202-.0647583.1022949-.1367798.1544189-.2141113.0220337-.0326538.0443115-.0697021.0665283-.1043091.0310669-.0485229.0620728-.0957642.0933838-.1477661.0253906-.0421143.0508423-.0874634.076355-.1315918.0282593-.0488892.0563965-.0967407.0846558-.1477661.0265503-.0479736.0529175-.0978394.0793457-.1473999.0273438-.0510864.0546265-.1015625.0817871-.1540527.0267334-.0516357.0529785-.104126.0794067-.1567383.0262451-.0521851.0523682-.1038818.0782471-.1567993.0264893-.0540161.0523682-.1080322.0784302-.1625366.0255737-.0534058.0509644-.1065063.0759888-.1600342.0252075-.0539551.0497437-.1071777.0744019-.1609497.0246582-.053833.0489502-.1070557.072998-.1604004.0238037-.0529175.046875-.1047363.0699463-.1569214.0236816-.0535278.0467529-.105957.0695801-.1583862.0217896-.0501099.0429688-.098999.0639038-.1478271.0222168-.0517578.043457-.1018066.0646362-.1517944.0197754-.046814.0390015-.0924683.0578003-.1373901.0199585-.0479126.0386963-.0930786.0574341-.1385498.0179443-.0436401.0355835-.0863647.0523682-.1274414.0164795-.0405884.0314941-.0776367.0467529-.1155396.0162964-.0404053.0324097-.0802612.0471802-.1172485.0152588-.038269.0281982-.071106.041687-.1053467.0108032-.0272217.0220337-.055542.0316162-.0800171.0155029-.0396118.0279541-.0717163.0402832-.1034546.0056152-.0144043.0119019-.0305786.0167847-.0432739.0108032-.0280762.0181274-.0471802.0253296-.0661621.0039673-.010376.0083008-.0216064.0111084-.0291138.0076294-.0200806.0116577-.0307617.0116577-.0307617l-.4484863,2.914856c.1676636-.1274414.3383179-.2595825.5115356-.395752.0752563-.0591431.1526489-.1217651.2288208-.182373.0445557-.0354614.0888062-.0706177.133606-.1065674.0551758-.0441895.1090698-.0863647.1646118-.1312866.0773315-.062439.1563721-.1279907.234436-.1917114.1022339-.0834961.2037354-.1657715.3071899-.2512817.0247803-.0205078.0501099-.0419922.0749512-.0626221l.0001831-.0001831c.0441284-.0365601.0888672-.0743408.1331177-.1112671.1138306-.0949097.2272339-.1890259.3421631-.2860107.0764771-.0645142.1538696-.1310425.2307739-.1964111.1089478-.0926514.2174683-.1844482.3270874-.2785645.0708008-.060791.1421509-.1229858.2131348-.1843262.1174316-.1013794.2346802-.2022705.352478-.3049316.055603-.0484619.1113281-.0976562.1669922-.1463623.1328125-.1162109.265625-.2322998.3985596-.3495483.0690918-.0609741.1380005-.1224976.2070312-.1836548.117981-.1045532.2360229-.2089233.3536377-.3138428.0725098-.0646973.1444702-.1294556.2167969-.1942139.0410156-.0366821.0819702-.0733643.1229248-.1100464.0176392-.0158691.0350342-.0313721.0526733-.0471802.0588379-.0528564.117981-.1056519.1766968-.1585083.0449219-.0404663.0891113-.0806274.1339111-.1210327.1397705-.1260376.27948-.2521362.4178467-.3776245.0693359-.0629883.1375122-.1251831.2064819-.1879272.1137695-.1034546.2279053-.2070923.340332-.3097534.0379639-.034668.0750122-.0686646.112793-.1032104.0003052-.0003052.0006714-.0006104.0009766-.0008545.0022583-.0020752.0044556-.0041504.0067139-.0062256.0279541-.0255127.0554199-.0506592.083252-.0761719.1121216-.1025391.2245483-.2053833.3349609-.3067017.0477295-.0437622.0939331-.0863647.1412964-.1298828.3052368-.2803345.6040039-.555603.8920288-.8214722.0182495-.0168457.0355835-.0328979.0537109-.0496216.2989502-.276001.588623-.5437622.8633423-.7974243v-.000061c.0130005-.0119629.0268555-.0247803.0397339-.0366821.9177246-.847168,2.8589478-4.3722534,2.8589478-4.3722534l-1.2368774,3.3632812c1.1865845-1.0734863,2.2269897-2.0788574,3.1477661-3.0473633.000061.0004272.000061.0008545.000061.0012207.0548096-.0575562.1046753-.1137695.1585693-.1711426.1712646-.1821899.3408813-.3638916.5037231-.5437622.0606689-.0670776.1184082-.1334839.1779175-.2002563.164856-.1847534.3269653-.3690186.4833374-.5518799.0422974-.0496216.0831909-.098999.124939-.1484985l.0287476-.0342407c.0171509-.0203247.0343628-.0407104.0513916-.0610352.1421509-.1696777.2814331-.3390503.416626-.5076294.0269775-.0336914.0533447-.0672607.0800171-.1008911.1690674-.2128296.3330688-.4252319.4915161-.637085.0100098-.0133667.0210571-.0267944.0310059-.0401611,0-.0004883-.000061-.0009155-.0001221-.0013428.3741455-.5021362.720459-1.0032349,1.0402222-1.506897.0070801-.0111084.0145264-.0222778.0216064-.0334473.1035156-.1636963.2036743-.328186.302002-.4927979.0238647-.039978.0480347-.0799561.0716553-.1199951.0924683-.1570435.1828003-.3148193.270874-.4729614.0247192-.0444336.0490723-.0891113.0734863-.133728.0878906-.1604614.1745605-.3215942.2581787-.4836426.0146484-.0284424.0286865-.0571289.0432129-.0856323,2.2045288-4.3186035,2.9476929-9.2571411,4.3148804-17.619751.2695923-4.2158813.5421753-8.5673828.6456299-12.7184448.0645142-.7784424.0772095-1.5866089.0409546-2.4191895Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M320.837035,172.9099679c-1.9781216-27.920455-12.2272567-72.6168164-15.4158349-82.0637893-5.5794273-16.5305311-20.0125042-35.2582835-40.5212687-36.6044075-.5251751-.0344707-1.1376757.4086623-1.459947.878133-.4526388-.1044333-1.1180364-.1889011-1.8719979-.0631697-.2537209-.2721766-.6065733-.451656-1.0043156-.4791496-10.7487676-.7432137-22.7852176.1964992-35.3607193,16.0889747-13.1734711,16.6481734-16.5309129,43.6493233-20.8253698,70.5445874-2.0555785,12.8741489-5.6274431,55.4526376-4.2883986,64.4907046,1.34538,9.0808293,38.5307964,30.1315558,64.5782383,28.9241231,25.3940468-1.1771445,54.1515436-21.5249288,56.8423035-27.915142,1.882401-4.4704635-.2092902-27.2601485-.67269-33.8008647Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* RACHEL 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M298.0017937,207.7054596c.347288-5.8291892-1.6679364-7.4068409-4.6683515-19.1062726-.3417236-1.4610379-.6925186-3.0463111-1.0493924-4.7797126.0660722-1.2463032-.1863394-2.6174494-.80652-4.1333575-.6035105-3.2594093-1.2174019-6.9697031-1.82802-11.2459288-4.6686087-32.6943648-7.5835929-39.1406388-10.7228157-58.423375-3.0572755-18.7794363-11.8611227-58.3397255-45.87274-56.0431508-.2336373.0151963-.4687009.0328239-.7047698.0521582-.2051604.0171601-.4098532.0336422-.6168372.0538415-.4833368.0465473-.9701105.0989627-1.4635476.1629272v.0806103c-.8938914.0012391-1.764052.0209475-2.6105052.0569743-.1142586-.0245712-.2293822-.0480669-.34495-.0709782-.2428725-.0489086-.4886207-.0930011-.7359822-.1345219-.0045124-.0007481-.008978-.001543-.0135137-.0022911-9.4597525-1.5827015-22.151313,2.2964344-34.7504986,17.1668332-5.1886055,6.123903-8.9001498,12.8564277-11.6352475,20.8471086-1.8019979,4.6417774-3.0801179,9.9559773-3.972022,15.8631116-1.8069779,10.0934683-2.884894,21.9599419-3.7886285,36.3287943-1.8112798,28.7987001-10.4324816,41.2414858-13.5287551,55.8945314-.0039746.0108244-.0090481.0237529-.0129526.0344838.0031563-.0065227.006523-.0127649.0096794-.0192642-1.0493223,4.9726115-1.46308,10.2000291-.7568606,16.4086337,2.2268143,19.5761641,13.183244,25.3162332,13.183244,25.3162332-8.9903268-9.6193218-9.9939878-19.8774941-9.9125081-24.5428374.0438844.0987523.0710287.1481518.0710287.1481518,0,0-.0238477-.2659812-.0546861-.7400108.0501269-1.2629255.1714697-1.9874595.1714697-1.9874595,2.2363534,17.3185854,10.6605545,26.4990394,18.2734193,31.3277775,1.2765067.9329097,2.6457624,1.8369932,4.1176566,2.7058682,0,0-.6073916-.4373482-1.5902443-1.2369516,6.0268289,3.1994659,10.9768639,3.7540824,10.9768639,3.7540824-2.4435479-2.4643413-4.3210401-4.9247082-5.756251-7.3114552,5.1359769,3.3779868,9.8105475,3.9490386,9.8105475,3.9490386-5.4277606-2.0723014-9.5647759-5.5691463-12.567833-9.7846571-3.125522-8.9351164-.6899-15.7060057-.6899-15.7060057,2.2368678,16.2994077,14.266748,24.4816783,14.266748,24.4816783-.1911323-.4055763-.3748064-.8083238-.5559554-1.2101361.7554344.8006088,1.4119711,1.4299441,1.9101776,1.8831898.6155747.6104452,1.0049936.8644096,1.0049936.8644096-1.1748735-2.1413859-2.2381069-4.0937771-3.1973223-5.9029261-1.276951-3.4921925-2.6550676-8.8882418-3.5563939-17.0760298-1.61809-14.6992423,8.6093013-26.6467937,7.970066-40.6712522.3628358-4.8023433.0757048-9.9586425-.7557618-17.0018253-.0171142-.2356121-.0279626-.4635325-.0480461-.7027683-.0510855-.6082709-.1416133-1.2223866-.2585372-1.8378349-.2219941-2.2048595-.4996328-4.3168347-.8773149-6.4381615-.0586841-.4153253-.1174149-.8307909-.1783902-1.2575484-.0118537-.9079644-.4322747-2.3530814-1.0373049-4.2687912-.0188911-.0720302-.03666-.1433124-.0558317-.215553-1.9537114-7.360878-4.3683147-14.8412454-4.5656193-23.8389937-.0180261-1.4515695.0156179-2.9445429.1112425-4.4774007.3335873-2.7232855.8303209-5.9172106,1.5336645-9.7184482.0296226.0364243.0586139.071586.0883066.1081739.1290815-.9895566.2760722-1.9450503.4380262-2.8715542.0919072-.468746.1884202-.9511686.2860789-1.4369343,2.8072253-10.9395957,6.8404798-17.1583467,11.4181633-20.9551657,3.2819817-2.5911716,7.1055634-4.2583408,11.5036409-5.5943721,1.7754381-.4993021,3.5516711-.9225996,5.2983985-1.3716138.673908-.1581813,1.2911193-.3130194,1.8374655-.4778637.2552406-.0770099.4969207-.1813497.7214865-.3076891.0085571-.0048628.0169973-.0098659.0254843-.0147988.4457182-.2558581.8191452-.6029406,1.0725154-1.0230118.185147-.0184459.370598-.0363775.55827-.0503814.5401037-.0403051,1.0386376-.0634268,1.5084374-.074298.0907148.1701513.1958785.3317225.3165198.4811835.0068504.0333149.03002.0667466.0870675.0998511.0158751.0180017.0313293.0363775.0473213.0542389.4093622.4427954.9508921.7667094,1.574416.9040836.0026653.0005845.0053073.0011456.0079726.00173,10.3993987,2.2901455,21.7131932,2.2094417,25.7482947,20.5346035.4261023,1.9350909,1.1413931,4.537157,1.865849,7.3711414-.0099833-.0232853-.01999-.0468278-.0299733-.070043-.0041383.0579094-.0080661.1141589-.012181.1719515,1.1926189,6.1015528,1.8996098,10.3455157,2.2057255,14.0675691.0281263,2.1640867.0043253,4.4324198-.0823681,6.8248477-.0675919,1.8652115-.1587743,3.5968596-.2690114,5.2188376-.1130895.9981133-.2415398,2.0393839-.3853274,3.139429-.0941517.7201855-.1946393,1.4648487-.3012292,2.2375898-.1065665.7727178-.2192118,1.5734902-.3376087,2.4057539-.1184202.8322871-.2425919,1.6960889-.372258,2.5949356-1.0689382,7.4100905-2.9063803,13.1944157-3.6692263,24.2137099-.0099132.0971859-.0203407.1913325-.0301603.2891496-.0449132.4469101-.0887509.9004365-.1314429,1.3609063-.1280996,1.3814797-.2458418,2.8255446-.3509119,4.3415462-.1750936,2.526646-.3148832,5.2529941-.4082633,8.221851-.0066166.2103395-.0118537.4010876-.0162492.5801929-.0512726,1.8221944-.0675919,3.392996-.0557382,4.7651943.0052371.6072189.0157348,1.1773823.0306747,1.7167792.0074583.2696984.0160387.5317052.0256246.7867919.0862492,2.2957564.2540482,4.0310517.4288144,5.7735008.0194055.1936003.0389279.3873174.0584035.5818762.0584736.5836764.1167836,1.175138.1721944,1.795449.0184703.2067626.0366366.416728.0543587.6306913.0354442.4278797.0691583.8717272.1003942,1.3376911.1248965,1.8639023.2095091,4.0822046.2013962,7.0535397-.0009352.3389933-.003998.6724693-.0090013,1.0007551-.0018236.1193257-.0052138.2343964-.0075752.3522959-.0040915.2049858-.0077154.4112106-.0133734.6120116-.0047929.1690759-.0114562.3330317-.0173247.4991151-.0050969.1441774-.0093287.2906225-.0152438.4326256-.0093988.2255825-.0207615.4459048-.0321944.6659466-.0038577.0746253-.0069763.1513079-.0110588.225302-.0156413.2814814-.0329659.5581935-.0518571.8306506-.0006313.0090944-.0011222.0185394-.0017535.0276338-.535755,7.6769367-2.3455151,11.8068108-4.2947843,14.5648606.0001637.0016131.0003273.003273.000491.0048862-.0418036.057021-.0835371.1149538-.1254576.1705955,0,0,.0476253-.0389725.1309753-.1146265h0c.0203641-.0184927.0424115-.0388323.0672178-.0620241.0062425-.0058213.0130695-.0123207.0195925-.0184693.0210421-.0198253.0422946-.0399778.0661189-.0629592.014145-.0136532.0298096-.0291768.0449132-.0439522.0192652-.0188667.0376653-.0367282.0584269-.0574418.0765698-.0763787.1632632-.1655924.2588177-.2678983.0079726-.0085333.0165765-.0180952.024666-.0268155.0413126-.04449.0838644-.090897.1282399-.1402263.0114562-.0127415.0234269-.0264181.0350935-.0394869.0421076-.0471551.0851036-.0959468.1296894-.1473803.0143554-.0165756.0290381-.0337824.0436273-.0508022.0436974-.0508958.0882365-.1035683.1340381-.1584852.0157114-.01882.0314462-.0378737.0473915-.0571847.047181-.0571379.0953441-.1164734.144489-.1778429.0150802-.0188434.03002-.0374295.0453106-.0566937.0529092-.0666531.1069406-.1360883.1618604-.2076042.0123915-.0161548.0245491-.0317017.0370341-.0480903.0630328-.0826676.1272111-.1685381.1925585-.2576116.0049566-.0067331.0097261-.0129986.0146593-.0197551.216453-.295836.4446661-.6270442.6803609-.9950273.0105678-.0165055.0213227-.033876.0319138-.0505451.0656513-.1031475.1317235-.2087731.1983802-.3176718.0182365-.0297847.0365431-.0604811.0548497-.0906866.0597128-.0985886.119636-.1991644.1799333-.3024054.0217669-.0372425.0435337-.0750461.0653474-.1128965.0576086-.0999212.115334-.2019465.1733167-.3061461.0233801-.0420118.0466901-.084047.0701169-.1267368.0579593-.1056958.1160121-.2139399.1741818-.3239374.022515-.0425729.0449599-.0846314.0674984-.1278589.0613494-.1177125.1226988-.2385812.1840949-.3611565.0192184-.0383647.0383901-.075654.0576086-.1145096.0724549-.1465386.1448397-.2967478.2170842-.4501598.0077154-.0163652.0154542-.0319121.0231463-.0483475.0823447-.1758323.1644556-.3558729.2461691-.5407996.0001637-.0003741.0003273-.0007715.000491-.0011456.0780662-.1766974.1556647-.3581172.2328424-.543231.0216032-.0518309.0429492-.105649.0644589-.1581345.0557382-.1359246.1112893-.2729715.1663728-.4133848.0269573-.0686637.0535404-.1391042.0803106-.2088433.049145-.1281629.0980795-.2573076.1465932-.3891176.0289212-.0785296.057515-.1582748.0861557-.2381136.0458016-.1276485.0912292-.2567933.136306-.3878318.0293888-.0854263.0585905-.1713904.087652-.2582662.043674-.1305943.0868103-.2631991.1296894-.3970898.0287575-.0897982.057515-.1794327.0858985-.2707037.0430194-.138356.0852205-.2795175.1272813-.4213337.0267235-.0901021.0537041-.1792457.0800301-.2707505.0446092-.1551187.0880962-.3138845.1314897-.4730477.022328-.0818961.0451937-.1620388.067171-.244987.0627522-.2369447.1242185-.4778871.183978-.723669.0015665-.0063824.0032498-.0124142.0047929-.0187966.0002806.0009819,1.1942789,4.2016939.8369609,9.6216597-.0630561.9565925-.1744389,1.9511755-.3492519,2.9673139-.0582866.3387362-.1235872.6798336-.1965097,1.0227312-.8021245,3.772014-2.524443,7.7608902-5.9109571,11.1588893,0,0,4.0556292-2.0516111,6.7485258-8.3490553,1.9869111-4.3120654,3.3350077-10.5073675,2.1019646-19.0618294.0620274.1600516.1203374.317742.1881397.4815342.4823081,1.1653188,1.0302441,2.2769131,1.6367941,3.3230933.3942353,1.9205025.7010523,4.0557631.8028259,6.3076374.0015197.0390894.0029459.0782256.0043253.1173618.0051904.1239313.0087909.2486808.0127188.3732901.1781797,7.1473122-1.8167741,15.4168327-9.6946524,21.7943261.0260454-.0115492.0530962-.0239166.0792585-.0355592-.05167.0405155-.1002305.0821767-.1524149.1225052-.566079.4376989-1.162295.8645265-1.7900039,1.2793843h.0000234l-.0000234.0000234h.0001169c.0013327.0003974,1.7290987.5085368,4.3561804.6251505.2281664.0352085.4132433.0554313.5206982.0475058.0967702-.0071305.1896126-.0168094.2853775-.0245946,6.8931785.0735966,18.7578316-2.7830886,23.2843828-22.0360167.3748532-.1173385.7515533-.2496861,1.1304045-.4009707.3590014,3.2679893.4576421,8.8933851-1.9020881,14.4137397,0,0,4.2845905-4.4612459,5.4348214-9.8363243,0,0,2.6873322,8.0722965-2.9600377,15.6117656,0,0,.0967001-.016973.2713495-.0653439-.0282899.0360268-.047181.0598732-.047181.0598732,0,0,.6052641.2121631,1.7978362-.7905325,3.6717046-1.9747414,11.2212327-8.6433015,13.0038251-30.4205611.297769-3.6376791.2593788-6.395425-.0338544-8.9025964Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M312.2194075,119.4357546s1.2873407,4.559413,1.8956495,9.6114043c0,0-.7879967-8.5481722-1.6323847-12.6679272-.8444815-4.1197561-3.7292312-24.0894868-8.3206307-33.3277009-4.5913997-9.2381959-21.8245736-29.4783342-44.7759071-27.7602626,0,0-16.8158455-.2144557-27.8398331,6.988677-11.0239874,7.2031145-15.5351185,18.0920627-18.5072931,26.9094811-5.6719785,16.8268685-10.1469501,51.2649848-11.8847326,61.1305772.7287475-2.6906161,1.458233-6.7059348,2.3050476-8.9287516,0,0-1.6857547,13.4856862-2.8435019,25.1421889-1.1577472,11.6565027-.3098998,27.4473412.8187418,31.264726,0,0-.336345-5.5493957.2422368-8.9577658,0,0,2.345624,22.501795,2.9530406,27.623915.1681725-8.2400118,1.6543129-6.4519714,1.6543129-6.4519714,0,0-.5302625,15.2052196,1.2391487,21.522403,0,0-.5873486-6.695523.0463739-10.2281555,0,0-.2046701,13.8542889,5.7620133,20.7495356,0,0-2.5249138-4.2286064-2.9298271-7.6433466,0,0,2.8322923,6.5055773,8.5947999,11.8245794,5.7626946,5.3190045,7.6595662,6.0426057,7.6595662,6.0426057,0,0-3.2187342-2.5763764-4.6449143-5.0424727,0,0,4.5417117,4.3417465,8.3287658,6.3133984,3.7870541,1.9716519,5.243336,2.0776618,5.243336,2.0776618,0,0,3.0067544,1.6119865,5.1323295,1.9887902,0,0-3.4574715-1.4428957-5.0101736-2.7740619,0,0,1.3385858.5416242,2.7376454.7343056,0,0-1.8052577-.9695044-3.9895577-3.6790135-1.1037505-1.3691777-1.252376-2.9010133-1.252376-2.9010133,0,0,4.7503468,5.5683703,6.1365851,6.7662935s5.7854563,3.5270781,5.7854563,3.5270781c0,0-3.6150159-2.2754532-5.2636738-4.875525,0,0,4.6593143,3.9061309,8.0596566,5.4357357,0,0-1.4339842-1.8542234-2.1492573-2.9124514,0,0,4.3729246,4.3833127,8.1084241,6.0046112,0,0-2.7814892-1.6965513-4.4922934-3.8165632,0,0,5.1072444,3.9555441,7.8953295,5.1276265,0,0-2.835831-1.8283825-4.1615956-3.3752304,0,0,5.5152324,2.7368024,8.0354168,2.9437998,0,0-1.6698408-.9392635-2.6060128-2.2625852,0,0,2.5588241,1.5625916,3.7915136,1.6220129,0,0-2.0011893-1.336904-2.5511137-2.1744474,0,0,1.8879526,1.4228793,3.3408901,1.7911048,0,0-1.0538684-.8876891-1.3829873-1.46014,0,0,4.0118553,1.9308,5.0035778,3.2985307,0,0-.7568872-2.1952841-2.3651395-3.5708776,0,0,2.388552,1.7352589,2.9334594,2.966153,0,0,.2520224-2.1824173-.4055641-3.3710479,0,0,.9933945,1.236632,1.1481518,2.2877117,0,0,1.6954834-1.071202,2.1185224-3.469996,0,0,.0948412,1.3562926-.5945198,2.6588835,0,0,2.7022566-.8835053,3.2569281-4.8105607,0,0,.365065,2.1465683.0708709,3.2356412,0,0,1.4269319-1.9925946,1.4339088-6.932022,0,0,.4715188,2.5850595.1656186,4.5919326,0,0,1.3842962-3.0422261,1.5809554-5.2690683,0,0,.5382178,1.7553801.3554948,2.8895752,0,0,1.7223341-3.1690533,2.0204301-4.5640535,0,0-.0805417,1.9223277-.4863001,2.966259,0,0,1.2560085-1.7761985,1.4913077-2.6474649,0,0,.70589,1.801219.6358461,2.8931505,0,0,1.933199-2.1172581,3.2664046-5.5535506,0,0-.4286134,2.8358382-.9492808,4.0968617,0,0,4.072059-2.7893727,4.229334-6.3280996,0,0,.0243333,2.4919371-1.5725002,4.6134849,0,0,2.6023984-1.8464472,2.8717017-5.3837454,0,0,1.0854483,2.811465.0552624,4.4594052,0,0,1.246532-1.0332087.9425917-3.5724123,0,0,.7685936,1.2774657.643093,2.3249711,0,0,3.6715966-2.1606662,4.8466121-8.571437,0,0,.3136956,1.7743579.1321809,2.821149,0,0,2.1404445-2.9888822,2.7741669-6.5215147,0,0,.4358424,5.3822083-.6006606,7.5327616,0,0,1.3611622-1.2284451,1.9689635-2.7287744,0,0-.2715293,1.5046179-.7010671,2.2203912,0,0,3.7145106-1.1328541,6.2423268-8.1165036,0,0,.321221,1.1843408-.1142636,2.3590313,0,0,2.3985951-3.4445647,2.4065054-10.6570493,0,0,.7812241,2.4797304.5425804,3.6132124,0,0,6.599127-7.521822,8.8009964-21.9189121,0,0-.1990832,6.8166318-1.9375831,11.2531426,0,0,2.8595313-4.4222141,3.7513199-12.8036524,0,0,.4149473,2.6280386.1629249,4.810456,0,0,1.974914-5.3951823,1.8320571-11.7790413,0,0,.3870749,4.8133328.2416,7.4342243,0,0,1.5476092-7.061692,1.6401451-14.3168162,0,0,.6347313,2.9805557.6146633,4.5539588,0,0,.6286176-5.3249325.0339286-11.4522773-.5945019-6.1273424-2.1097003-11.9315628-2.2946137-13.492748-.9110359-7.6916827-7.7211518-53.9523884-7.7211518-53.9523884ZM235.5843796,237.9686576c1.9744319,3.4347748,9.4226513,17.2555242,9.4226513,17.2555242-6.9701118-7.3451954-9.4226513-17.2555242-9.4226513-17.2555242ZM301.2879241,229.2772505c-.1801299,5.3306339-1.8221166,10.9923386-1.8221166,10.9923386,0,0-.0062075-8.3054712.0874432-15.6480005s-.3910528-13.2936144-.3910528-13.2936144c0,0,2.3057626,12.6186412,2.1257262,17.9492763ZM312.4096584,210.0107002c-.1761566,6.1190455-3.9355048,17.0809536-4.8709795,19.721396-.1308505.3743533-.209374.5838695-.209374.5838695,0,0,.0759715-.2074157.209374-.5838695.8226677-2.3534973,3.7917733-11.465592,3.4091231-19.3903434-.4434523-9.1853146-.7899097-25.975356-.7899097-25.975356,0,0,2.4530792,18.652843,2.2517662,25.6443034Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* RACHEL 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M298.00177,207.7054443c.34729-5.8291626-1.6679077-7.4068604-4.668335-19.1062622-.3417358-1.4610596-.6925049-3.0463257-1.0493774-4.7797241.06604-1.2462769-.1863403-2.6174316-.8065186-4.1333618-.6035156-3.2593994-1.2174072-6.9697266-1.8280029-11.2459106-4.6686401-32.694397-7.5836182-39.140625-10.7228394-58.4234009-3.057251-18.7794189-11.861145-58.3397217-45.8727417-56.0431519-.2336426.0151978-.468689.0328369-.7047729.0521851-.1454468.012146-.2913818.0250854-.4373169.038147-.1380005-.0008545-.2768555-.0025024-.4138184-.0025024-.2332764,0-.46521.0012817-.6959229.00354-.2608032.0025635-.5196533.007019-.7772827.0125122-.236084.0050049-.4718628.010498-.7053223.0180054-.2444458.0079346-.4863281.0184937-.7279053.0291748-.2392578.0105591-.479126.0206299-.7156372.0339355-.2254639.0126953-.4476318.0288696-.6706543.0440674-.1143188.0078125-.2278442.0164185-.3421631.024231-.09552-.0170288-.1897583-.0361328-.2857666-.0522461-.0045166-.0007935-.0090332-.0015869-.0135498-.0023193-9.4597168-1.5827026-22.1513062,2.2964478-34.7504883,17.1668091-5.1885986,6.1239014-8.9001465,12.8564453-11.6352539,20.8471069-1.802002,4.6417847-3.0801392,9.9559937-3.9720459,15.8631592-1.8069458,10.0934448-2.8848877,21.9598999-3.7885742,36.3287964-1.8112793,28.7987061-10.4324951,41.2414551-13.5288086,55.8945312-.0039673.0108032-.0090332.0237427-.0129395.0344849.0031738-.0065308.0065308-.0127563.0097046-.0192871-1.0493164,4.9725952-1.4630737,10.2000122-.756897,16.4086304,2.2268677,19.5761719,13.1832886,25.3162231,13.1832886,25.3162231-8.9903564-9.6193237-9.9940186-19.8775024-9.9125366-24.5428467.0438843.0987549.0710449.1481934.0710449.1481934,0,0-.0238647-.2659912-.0546875-.7400513.0501099-1.2628784.1714478-1.9874268.1714478-1.9874268,2.2363892,17.3186035,10.6605835,26.4990234,18.2734375,31.3277588,1.2764893.9329224,2.645752,1.8369751,4.1176758,2.7058716,0,0-.6074219-.4373169-1.590271-1.2369385,6.0268555,3.1994629,10.9768677,3.7540894,10.9768677,3.7540894-2.4435425-2.4643555-4.3210449-4.9247437-5.7562256-7.3114624,5.1359253,3.3779907,9.8105469,3.9490356,9.8105469,3.9490356-5.4277954-2.0723267-9.5648193-5.5691528-12.5678711-9.784668-3.1254883-8.9351196-.6898804-15.7059937-.6898804-15.7059937,2.2368774,16.2993774,14.2667236,24.4816895,14.2667236,24.4816895-.1911011-.4055786-.3748169-.8083496-.5559082-1.210144.7554321.8005981,1.4119263,1.4299316,1.9101562,1.8831787.6155396.6104736,1.0050049.8644409,1.0050049.8644409-1.1748657-2.1414185-2.2380981-4.093811-3.1973267-5.9029541-1.2769775-3.4921875-2.6550903-8.8882446-3.5563965-17.0760498-1.618103-14.6992188,8.609314-26.6467896,7.9700317-40.6712036.362854-4.8023682.0757446-9.9586792-.7557373-17.0018311-.0170898-.2356567-.0279541-.463562-.0480347-.7028198-.0510864-.6082153-.1416016-1.2223511-.2585449-1.8378296-.2219849-2.204834-.4996338-4.3168335-.8773193-6.4381104-.0587158-.4153442-.1174316-.8308105-.1784058-1.2575684-.0118408-.907959-.432251-2.3530884-1.0372925-4.2687988-.0188599-.0720215-.0366821-.1433105-.0558472-.2155762-1.9536743-7.3608398-4.3682861-14.8412476-4.5656128-23.8389893-.0180054-1.4515381.015625-2.944519.1112671-4.477356.3335571-2.7233276.8303223-5.9172363,1.5336304-9.7184448.0296631.036377.0586548.0715332.0883179.1081543.1290894-.989563.276062-1.9450684.4380493-2.871582.0919189-.46875.1884155-.9511719.2860718-1.4368896.7883911-3.0722656,1.6765137-5.7602539,2.6431885-8.1387939.87677-.1375122,1.7060547-.2460327,2.4489136-.3088989.586853-1.3493652,1.8200684-4.3884888,2.6685181-7.8637695.1239624-.3861084.249939-.777832.3769531-1.1723022-.2017212,1.5187378-.5921021,3.9736328-1.2599487,6.5076294v.000061c-.1040039.3945923-.2147217.7908936-.3325195,1.1858521-.0003662.0012817-.0007324.0025024-.0010986.0037231-.1177368.3947754-.2425537.788147-.3747559,1.177002-.000061.000061,0,.0001221-.000061.0001221-.0100098.0294189-.0195312.0591431-.0296021.088501.0013428-.000061.0026855-.000061.0040283-.0001221.2890625-.0148315.5772705-.026062.8643799-.0319824.1028442-.307373.2086182-.6235962.3154907-.9432983.0028076-.0083618.0056763-.0169067.0084839-.0253296.0310669-.0006714.0621338-.0015869.0932007-.0022583.0020142,0,.0021973.0014038.0043335.0013428.0001221-.0004883.0003052-.0009766.0004883-.0014648.9812012-.020752,1.9631348-.0463867,2.9450684-.0721436-.0002441.0008545-.0004883.0018311-.0007324.0026855.3191528-.0084229.6383667-.0172729.9575806-.026123.1135254-.0031128.2269897-.0061646.3405151-.0093384.019104-.0004883.038208-.0010376.057312-.0015259,0-.000061,0-.0001221.000061-.0001831.1486816-.0041504.2975464-.0090332.4462891-.0133057.7189331-.0205688,1.4382324-.0427856,2.1574097-.0644531-.0001831.0005493-.0003662.0010986-.0005493.0015869.4912109-.0150146.9825439-.0301514,1.473938-.0455933.0541992-.117981.1085205-.2421265.1627808-.3619385.2302856-.0071411.4607544-.013916.69104-.0211182,1.9154663-.0592651,3.8309937-.1191406,5.7476196-.175415,1.1992188-1.7854614,3.2572632-5.0665894,4.2280884-7.8930664,0,0-1.4788208,4.6625366-2.7454224,7.8532715.8427124-.0233765,1.6853027-.0455933,2.5279541-.0678101.1099854-.0029297.2199097-.0060425.329895-.0087891-.0471802.1187134-.0945435.239563-.1416626.357666.3197632-.0075684.6340942-.0148315.9453735-.0221558.0015259,0,.0031738-.000061.0046997-.0001221.1669312-.0039062.3322754-.0078735.4966431-.0119629-.0003662.0009155-.0007324.00177-.0010986.0026855.2254639-.0046997.4509888-.0093384.6765137-.0137329.0010986-.0023193.0022583-.0046997.0033569-.007019.4326782-.012146.8560791-.0261841,1.2698364-.0428467-.0043335.0087891-.0087891.0180664-.0130615.0268555.3947754-.0065308.7895508-.0117798,1.1843872-.0170898.0148926-.0228882.0300293-.0466309.0449829-.069519,1.2133179-.0742188,2.3292847-.1918335,3.3393555-.3927002-.0639648.1443481-.1270752.2897339-.1920166.4328003.3916016-.0015259.7831421,0,1.1746826.000061.1587524-.2646484.3173218-.5358887.4754639-.8118286.3822021-.1269531.7458496-.2713013,1.0859985-.4400635.1413574-.0701294.2857056-.1508789.4318848-.2390137.0493774-.0297241.0997925-.0645752.1495972-.0962524.0976562-.0620728.1953735-.1246338.2945557-.1939087.0615234-.0429688.1235962-.0900269.1856079-.1355591.0883789-.0649414.1767578-.1303101.2659302-.2003784.0687866-.0539551.1377563-.1108398.2069092-.1677246.0826416-.0680542.1652222-.1369019.24823-.2088013.0747681-.0648193.149353-.1312256.2243042-.1990356.0762939-.0690308.1524048-.1394043.2286987-.2114258.0808716-.0762329.161377-.1531982.2421265-.2325439.0680542-.0669556.1358032-.1356201.2036743-.2047119.0878906-.0892944.175415-.1786499.2627563-.2712402.0546265-.0579834.1087036-.1177368.1630249-.1768799.0997314-.1083984.1991577-.2166138.2976685-.3287354.024353-.02771.0481567-.0565186.0723877-.0844116.8244019-.9483032,1.5968018-2.0142212,2.2280273-3.0863647.0028687-.0049438.0057983-.0098877.008728-.0148315.1052856-.1791992.2059937-.3579102.3027954-.5367432.0028687-.005249.0056152-.010498.0084839-.0158081.0974121-.1804199.1901245-.3598633.2779541-.5388184-.1195068.3553467-.2440186.7042236-.3723755,1.0478516-.0159302.0425415-.0321655.0846558-.0481567.1270142-.1258545.3323364-.2550659.6599121-.3896484.9801025-.0018921.0045166-.0037231.0092773-.0056152.0137939-.132019.3135986-.2695923.6192017-.4102783.920166-.0303345.0648804-.0609741.1292114-.0917969.1934814-.1416016.2960205-.2860718.5878296-.4366455.8703003-.642395,1.2053223-1.2789307,2.3443604-1.9073486,3.432251.5194092.006958,1.0386353.0183105,1.5579224.0293579.144104.0031128.288147.0047607.432251.0081787.0619507.0012817.1239014.0026245.1858521.0039673,2.1217651.0523071,4.2423096.1405029,6.361084.2730103h.0001831c.1987305-.4542236.3886719-.8986206.5715942-1.3352661.0400391-.0955811.0762329-.1869507.1155396-.2816772.138855-.3349609.276123-.6680298.4058838-.992981.0543823-.1361084.104187-.2672119.1569824-.4015503.1089478-.2774048.2179565-.5548096.3203735-.8250122.0560913-.1480103.1078491-.2914429.1620483-.4373779.0927124-.2498779.1856689-.499939.2728271-.7438354.0535889-.1497803.1032715-.2955322.1547241-.4431152.081604-.2338257.163147-.4677124.2396851-.696167.0491943-.1469116.0950928-.2903442.1422119-.4350586.0725708-.2225952.1446533-.4448242.2124634-.6625366.0443726-.1425171.0859985-.2822876.128418-.4228516.0646362-.2139893.128418-.4273071.1885376-.6366577.0393066-.137085.076416-.2720337.1138306-.4071655.057312-.2069702.1135254-.4129028.1665039-.6154785.0343018-.1312866.0669556-.2609253.0994873-.3904419.0505981-.2015381.0997925-.4017334.1461792-.5991821.0292969-.1245728.057373-.2479858.085022-.3709717.0443115-.1972656.0869141-.3928223.1270752-.5860596.0247192-.1187134.048645-.2367554.0717773-.3539429.0380859-.192627.0740967-.3834229.1081543-.5722656.0204468-.1132202.0405273-.2261963.0595093-.3380737.0097656-.0574951.0181274-.1136475.0274658-.1708374.1763306.1138306.3527832.2269897.5263672.3477783.3881836,1.7352295.78302,3.5033569,1.1895142,5.3294678.5490723,2.4669189.8080444,3.7987671,1.4969482,5.8041382.7302246,2.1253662,2.5335083,2.8466187,3.1911011,3.0437622.0100098.0301514.0195312.0603638.029541.0905151.038269.0053711.0766602.0097656.1149902.0150757-.0054932-.0214844-.0115967-.0456543-.0170898-.0675049.2522583.078064.5119629.138855.7787476.1782227.6419067.0946655,1.2832642.2019043,1.9246216.3074341.0437012.1873169.0912476.3647461.1333618.5560303.4260864,1.9350586,1.1413574,4.5371704,1.8658447,7.3711548-.0100098-.0233154-.0200195-.046875-.0299683-.0700684-.0041504.0579224-.0080566.1141357-.012207.171936,1.192627,6.1015625,1.8995972,10.34552,2.2057495,14.0675659.0281372,2.1641235.0043335,4.4324341-.0823975,6.8248901-.0675659,1.8651733-.1587524,3.5968628-.2689819,5.218811-.1130981.9981079-.2415771,2.0393677-.3853149,3.1394043-.0941772.7202148-.1946411,1.4649048-.3012695,2.2376099-.1065674.7727051-.2191772,1.5734863-.3375854,2.4057617s-.2426147,1.696106-.3722534,2.5949097c-1.0689697,7.4100952-2.9063721,13.194458-3.6692505,24.2137451-.0098877.097168-.0203247.1913452-.0301514.2891235-.0449219.4468994-.0887451.9004517-.1314697,1.3609009-.1280518,1.3815308-.2457886,2.8255615-.3508911,4.3415527-.1751099,2.5266724-.3148804,5.2529907-.4082642,8.2218628-.0065918.2103271-.0118408.401062-.0162354.5802002-.0512695,1.8222046-.067627,3.3930054-.0557251,4.7651978.005188.6072388.015686,1.1773682.0306396,1.7167969.0074463.2696533.0160522.5316772.0256348.7867432.0862427,2.2957764.2540283,4.0310669.428833,5.7734985.0194092.1936035.0389404.3873291.0584106.5819092.0584717.5836792.1167603,1.1751099.1721802,1.7954712.0184326.2067261.0366211.416687.0543213.6306763.0354614.4278564.0692139.8717041.1004028,1.3376465.124939,1.8639526.2095337,4.0822144.201416,7.0535889-.0009155.3389893-.0039673.6724243-.0089722,1.0007324-.0018311.1193237-.005249.234375-.0076294.3522949-.0040894.2050171-.0076904.4111938-.0133667.6119995-.0047607.1690674-.0114136.3330688-.017334.4991455-.0050659.144165-.0092773.2905884-.0151978.4326172-.0093994.2255859-.020752.4459229-.0322266.6659546-.0038452.074585-.006958.1513062-.0110474.2252808-.015625.2814941-.032959.5582275-.0518799.8306885-.0006104.0090942-.0010986.0184937-.001709.0275879-.5357666,7.6769409-2.34552,11.8068237-4.2947998,14.5648804.0001831.0015869.0003052.0032959.0004883.0048828-.0418091.0570068-.0835571.1149292-.1254883.1705933,0,0,.0476685-.0389404.1309814-.114624.0203857-.0184937.0424194-.0388184.0672607-.0620117.0062256-.0058594.0130615-.0123291.0195923-.0184937.0209961-.0198364.0422974-.039978.0661011-.0629272.0141602-.0136719.0297852-.0291748.0449219-.0439453.0192261-.0189209.0376587-.0367432.0584106-.0574951.0765991-.076355.163269-.1655884.2588501-.2678833.0079346-.0085449.0165405-.0180664.0246582-.0267944.0413208-.0444946.0838623-.0908813.1282349-.1402588.0114136-.0126953.0234375-.0263672.0350952-.0394897.0421143-.0471191.085083-.0959473.1296997-.1473389.0143433-.0166016.0289917-.0338135.0435791-.0508423.0437012-.0508423.0882568-.1035156.1340332-.1584473.0157471-.0188599.0314941-.0379028.0474243-.0571899.0471802-.0571289.0953369-.1164551.1444702-.1778564.0150757-.0188599.0300293-.0374146.0453491-.0567017.0528564-.0666504.1069336-.1360474.1618652-.2075806.0123901-.0161743.0245361-.0317383.0369873-.0480957.0630493-.0827026.1272583-.1685181.1925659-.2576294.0049438-.0067139.0097656-.0130005.0146484-.0197144.2164917-.2958374.4447021-.6270752.6803589-.9950562.0106201-.0164795.0213623-.0338745.0319214-.0505371.0656738-.1031494.1317139-.2088013.1984253-.317688.0181885-.0297852.036499-.0604858.0548096-.0906982.0597534-.0985718.1196289-.1991577.1799316-.3023682.0217896-.0372314.0435181-.0750732.0653687-.112915.0576172-.0999146.1152954-.2019653.1732788-.3061523.0234375-.0419922.0466919-.0840454.0701294-.126709.0579834-.1057129.1160278-.2139893.1741943-.3239746.022522-.0425415.0449829-.0845947.0675049-.1278687.0613403-.1176758.1226807-.2385254.184082-.361145.0192261-.0383301.0383911-.0756226.0576172-.114502.0724487-.1465454.1448364-.2967529.2171021-.4501343.0076904-.0163574.0154419-.0319214.0231323-.0483398.0823364-.1758423.1644287-.355896.2461548-.5408325.0001831-.0003662.0003662-.0007935.0004883-.0011597.078064-.1766968.1557007-.3580933.2328491-.5432129.0216064-.0518188.0429688-.1056519.0644531-.1581421.0557251-.1359253.1113281-.2729492.1663818-.4133911.0269775-.0686646.0535278-.1390991.0803223-.2088013.0491333-.1281738.0980835-.2573242.1466064-.3891602.0289307-.0784912.0574951-.1582642.0861206-.2380981.0458374-.1276245.0912476-.2567749.1362915-.3878174.0294189-.0854492.0585938-.1713867.0877075-.2583008.0436401-.1305542.086792-.2631836.1296387-.3970947.0288086-.0897827.0575562-.1793823.0859375-.2706909.0430298-.1383667.0852051-.27948.1272583-.4213257.0267334-.0900879.0537109-.1792603.0800171-.270752.0446167-.1550903.0881348-.3139038.1315308-.4730225.0223389-.0819092.045166-.1620483.0671387-.2449951.0627441-.2369385.1242065-.4779053.184021-.7236938.0015259-.0063477.0032349-.0123901.0047607-.0187988.0003052.0009766,1.1942749,4.2017212.8369751,9.6217041-.0630493.956543-.1744385,1.9511719-.3492432,2.9672852-.0582886.3387451-.1235962.6798096-.1965332,1.0227051-.802124,3.7720337-2.5244141,7.7609253-5.9109497,11.1589355,0,0,4.055603-2.0516357,6.7485352-8.3490601,1.9868774-4.3120728,3.335022-10.5073853,2.1019287-19.0618286.0620728.1600342.1203613.317749.1881714.4815063.4822998,1.1653442,1.0302124,2.2769165,1.6367798,3.3231201.3942261,1.9204712.7010498,4.0557251.8028564,6.3076172.0014648.0391235.0029297.0782471.0042725.1173706.005188.1239014.0087891.2486572.0127563.373291.1781616,7.1473389-1.8167725,15.4168091-9.6946411,21.7943115.026001-.0115356.0531006-.0239258.0792236-.0355225-.0516357.0404663-.1002197.0821533-.1524048.1224976-.5661011.4376831-1.1622925.864502-1.789978,1.2793579v.000061h.0001221c.0012817.0003662,1.7290649.5084839,4.3561401.6251221.2281494.0352173.413269.0554199.5206909.0474854.0968018-.0070801.1896362-.0167847.2854004-.0245972,6.8931885.0736084,18.7578125-2.7830811,23.2843628-22.0360107.3748779-.1173096.7515869-.2496948,1.1304321-.4009399.3590088,3.2680054.4576416,8.8933716-1.9020996,14.4136963,0,0,4.2846069-4.4612427,5.4348145-9.8363037,0,0,2.6873169,8.0723267-2.960022,15.6117554,0,0,.0966797-.0169678.2713623-.0653076-.0283203.0360107-.0471802.0598755-.0471802.0598755,0,0,.6052246.2121582,1.7977905-.7905273,3.6717529-1.9747925,11.2212524-8.6433105,13.0038452-30.4205933.2977905-3.6376953.2593994-6.3954468-.0338745-8.9025879Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M312.2194075,119.4357546s1.2873407,4.559413,1.8956495,9.6114043c0,0-.7879967-8.5481722-1.6323847-12.6679272-.8444815-4.1197561-3.7292312-24.0894868-8.3206307-33.3277009-4.5913997-9.2381959-21.8245736-29.4783342-44.7759071-27.7602626,0,0-16.8158455-.2144557-27.8398331,6.988677-11.0239874,7.2031145-15.5351185,18.0920627-18.5072931,26.9094811-5.6719785,16.8268685-10.1469501,51.2649848-11.8847326,61.1305772.7287475-2.6906161,1.458233-6.7059348,2.3050476-8.9287516,0,0-1.6857547,13.4856862-2.8435019,25.1421889-1.1577472,11.6565027-.3098998,27.4473412.8187418,31.264726,0,0-.336345-5.5493957.2422368-8.9577658,0,0,2.345624,22.501795,2.9530406,27.623915.1681725-8.2400118,1.6543129-6.4519714,1.6543129-6.4519714,0,0-.5302625,15.2052196,1.2391487,21.522403,0,0-.5873486-6.695523.0463739-10.2281555,0,0-.2046701,13.8542889,5.7620133,20.7495356,0,0-2.5249138-4.2286064-2.9298271-7.6433466,0,0,2.8322923,6.5055773,8.5947999,11.8245794,5.7626946,5.3190045,7.6595662,6.0426057,7.6595662,6.0426057,0,0-3.2187342-2.5763764-4.6449143-5.0424727,0,0,4.5417117,4.3417465,8.3287658,6.3133984,3.7870541,1.9716519,5.243336,2.0776618,5.243336,2.0776618,0,0,3.0067544,1.6119865,5.1323295,1.9887902,0,0-3.4574715-1.4428957-5.0101736-2.7740619,0,0,1.3385858.5416242,2.7376454.7343056,0,0-1.8052577-.9695044-3.9895577-3.6790135-1.1037505-1.3691777-1.252376-2.9010133-1.252376-2.9010133,0,0,4.7503468,5.5683703,6.1365851,6.7662935s5.7854563,3.5270781,5.7854563,3.5270781c0,0-3.6150159-2.2754532-5.2636738-4.875525,0,0,4.6593143,3.9061309,8.0596566,5.4357357,0,0-1.4339842-1.8542234-2.1492573-2.9124514,0,0,4.3729246,4.3833127,8.1084241,6.0046112,0,0-2.7814892-1.6965513-4.4922934-3.8165632,0,0,5.1072444,3.9555441,7.8953295,5.1276265,0,0-2.835831-1.8283825-4.1615956-3.3752304,0,0,5.5152324,2.7368024,8.0354168,2.9437998,0,0-1.6698408-.9392635-2.6060128-2.2625852,0,0,2.5588241,1.5625916,3.7915136,1.6220129,0,0-2.0011893-1.336904-2.5511137-2.1744474,0,0,1.8879526,1.4228793,3.3408901,1.7911048,0,0-1.0538684-.8876891-1.3829873-1.46014,0,0,4.0118553,1.9308,5.0035778,3.2985307,0,0-.7568872-2.1952841-2.3651395-3.5708776,0,0,2.388552,1.7352589,2.9334594,2.966153,0,0,.2520224-2.1824173-.4055641-3.3710479,0,0,.9933945,1.236632,1.1481518,2.2877117,0,0,1.6954834-1.071202,2.1185224-3.469996,0,0,.0948412,1.3562926-.5945198,2.6588835,0,0,2.7022566-.8835053,3.2569281-4.8105607,0,0,.365065,2.1465683.0708709,3.2356412,0,0,1.4269319-1.9925946,1.4339088-6.932022,0,0,.4715188,2.5850595.1656186,4.5919326,0,0,1.3842962-3.0422261,1.5809554-5.2690683,0,0,.5382178,1.7553801.3554948,2.8895752,0,0,1.7223341-3.1690533,2.0204301-4.5640535,0,0-.0805417,1.9223277-.4863001,2.966259,0,0,1.2560085-1.7761985,1.4913077-2.6474649,0,0,.70589,1.801219.6358461,2.8931505,0,0,1.933199-2.1172581,3.2664046-5.5535506,0,0-.4286134,2.8358382-.9492808,4.0968617,0,0,4.072059-2.7893727,4.229334-6.3280996,0,0,.0243333,2.4919371-1.5725002,4.6134849,0,0,2.6023984-1.8464472,2.8717017-5.3837454,0,0,1.0854483,2.811465.0552624,4.4594052,0,0,1.246532-1.0332087.9425917-3.5724123,0,0,.7685936,1.2774657.643093,2.3249711,0,0,3.6715966-2.1606662,4.8466121-8.571437,0,0,.3136956,1.7743579.1321809,2.821149,0,0,2.1404445-2.9888822,2.7741669-6.5215147,0,0,.4358424,5.3822083-.6006606,7.5327616,0,0,1.3611622-1.2284451,1.9689635-2.7287744,0,0-.2715293,1.5046179-.7010671,2.2203912,0,0,3.7145106-1.1328541,6.2423268-8.1165036,0,0,.321221,1.1843408-.1142636,2.3590313,0,0,2.3985951-3.4445647,2.4065054-10.6570493,0,0,.7812241,2.4797304.5425804,3.6132124,0,0,6.599127-7.521822,8.8009964-21.9189121,0,0-.1990832,6.8166318-1.9375831,11.2531426,0,0,2.8595313-4.4222141,3.7513199-12.8036524,0,0,.4149473,2.6280386.1629249,4.810456,0,0,1.974914-5.3951823,1.8320571-11.7790413,0,0,.3870749,4.8133328.2416,7.4342243,0,0,1.5476092-7.061692,1.6401451-14.3168162,0,0,.6347313,2.9805557.6146633,4.5539588,0,0,.6286176-5.3249325.0339286-11.4522773-.5945019-6.1273424-2.1097003-11.9315628-2.2946137-13.492748-.9110359-7.6916827-7.7211518-53.9523884-7.7211518-53.9523884ZM235.5843796,237.9686576c1.9744319,3.4347748,9.4226513,17.2555242,9.4226513,17.2555242-6.9701118-7.3451954-9.4226513-17.2555242-9.4226513-17.2555242ZM301.2879241,229.2772505c-.1801299,5.3306339-1.8221166,10.9923386-1.8221166,10.9923386,0,0-.0062075-8.3054712.0874432-15.6480005s-.3910528-13.2936144-.3910528-13.2936144c0,0,2.3057626,12.6186412,2.1257262,17.9492763ZM312.4096584,210.0107002c-.1761566,6.1190455-3.9355048,17.0809536-4.8709795,19.721396-.1308505.3743533-.209374.5838695-.209374.5838695,0,0,.0759715-.2074157.209374-.5838695.8226677-2.3534973,3.7917733-11.465592,3.4091231-19.3903434-.4434523-9.1853146-.7899097-25.975356-.7899097-25.975356,0,0,2.4530792,18.652843,2.2517662,25.6443034Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* RACHEL 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M298.00177,207.7054443c.34729-5.8291626-1.6679077-7.4068604-4.668335-19.1062622-.3417358-1.4610596-.6925049-3.0463257-1.0493774-4.7797241.06604-1.2462769-.1863403-2.6174316-.8065186-4.1333618-.6035156-3.2593994-1.2174072-6.9697266-1.8280029-11.2459106-4.6686401-32.694397-7.5836182-39.140625-10.7228394-58.4234009-2.4456787-15.0227661-8.5713501-43.3405151-28.3345337-52.8944702-4.5350952-2.7459717-8.9135742-4.0498657-12.0306396-4.3266602-9.7128906-.8625488-17.6043701-.1159058-24.2096558,2.3092651-7.0352783,2.1235352-14.8036499,7.1051025-22.5385132,16.2342529-5.1885986,6.1239014-8.9001465,12.8564453-11.6352539,20.8471069-1.802002,4.6417847-3.0801392,9.9559937-3.9720459,15.8631592-1.8069458,10.0934448-2.8848877,21.9598999-3.7885742,36.3287964-1.8112793,28.7987061-10.4324951,41.2414551-13.5288086,55.8945312-.0039673.0108032-.0090332.0237427-.0129395.0344849.0031738-.0065308.0065308-.0127563.0097046-.0192871-1.0493164,4.9725952-1.4630737,10.2000122-.756897,16.4086304,2.2268677,19.5761719,13.1832886,25.3162231,13.1832886,25.3162231-8.9903564-9.6193237-9.9940186-19.8775024-9.9125366-24.5428467.0438843.0987549.0710449.1481934.0710449.1481934,0,0-.0238647-.2659912-.0546875-.7400513.0501099-1.2628784.1714478-1.9874268.1714478-1.9874268,2.2363892,17.3186035,10.6605835,26.4990234,18.2734375,31.3277588,1.2764893.9329224,2.645752,1.8369751,4.1176758,2.7058716,0,0-.6074219-.4373169-1.590271-1.2369385,6.0268555,3.1994629,10.9768677,3.7540894,10.9768677,3.7540894-2.4435425-2.4643555-4.3210449-4.9247437-5.7562256-7.3114624,5.1359253,3.3779907,9.8105469,3.9490356,9.8105469,3.9490356-5.4277954-2.0723267-9.5648193-5.5691528-12.5678711-9.784668-3.1254883-8.9351196-.6898804-15.7059937-.6898804-15.7059937,2.2368774,16.2993774,14.2667236,24.4816895,14.2667236,24.4816895-.1911011-.4055786-.3748169-.8083496-.5559082-1.210144.7554321.8005981,1.4119263,1.4299316,1.9101562,1.8831787.6155396.6104736,1.0050049.8644409,1.0050049.8644409-1.1748657-2.1414185-2.2380981-4.093811-3.1973267-5.9029541-1.2769775-3.4921875-2.6550903-8.8882446-3.5563965-17.0760498-1.618103-14.6992188,8.609314-26.6467896,7.9700317-40.6712036.362854-4.8023682.0757446-9.9586792-.7557373-17.0018311-.0170898-.2356567-.0279541-.463562-.0480347-.7028198-.0510864-.6082153-.1416016-1.2223511-.2585449-1.8378296-.2219849-2.204834-.4996338-4.3168335-.8773193-6.4381104-.0587158-.4153442-.1174316-.8308105-.1784058-1.2575684-.0118408-.907959-.432251-2.3530884-1.0372925-4.2687988-.0188599-.0720215-.0366821-.1433105-.0558472-.2155762-1.9536743-7.3608398-4.3682861-14.8412476-4.5656128-23.8389893-.0180054-1.4515381.015625-2.944519.1112671-4.477356.3335571-2.7233276.8303223-5.9172363,1.5336304-9.7184448.0296631.036377.0586548.0715332.0883179.1081543.1134033-.8691406.2457275-1.7020874.3847656-2.5221558.1635132-.1460571.3276978-.28125.4904175-.4379883.0212402-.0205078.0424194-.0408936.0637207-.0615234.2401123-.2337036.4790649-.4794312.7162476-.737854.0111084-.012085.0222778-.0237427.0333862-.0359497.0682983-.0747681.1363525-.151123.2043457-.2280884.0267944-.0302124.0534668-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0181274-.0217285.0361938-.043457.0542603-.0653687.0350342-.0424194.0702515-.0837402.1051636-.12677.00177-.0021973.00354-.0042114.0053101-.0064087.1535034-.1893921.3057251-.3858643.4570312-.5870361.0072021-.0095825.0145874-.0184326.0217896-.0280762.0220337-.0293579.0437012-.0601807.0656128-.0897217.1317139-.1777954.2625732-.3598022.392334-.546814.0200195-.0288086.0402222-.0566406.0601196-.0856934.026001-.0378418.0519409-.0757446.0778198-.1138916.0008545-.0012817.0016479-.0025635.0025024-.0037842.1177368-.1738281.234436-.3520508.3502197-.5338135.0283813-.0445557.0564575-.090332.0847778-.1353149.1192627-.1900024.2374878-.3843994.3545532-.5831909.0283203-.0481567.0568848-.0953979.085083-.144043.0825195-.142334.1641235-.2879639.2454834-.4348145.0154419-.0279541.0310059-.0552979.0464478-.083374.0376587-.0686035.0753784-.1367798.1127319-.2063599.024292-.0452881.0481567-.0921021.0723267-.1377563.1063232-.2007446.2114868-.4057617.3154297-.6147461.0136719-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0464478-.0950928.0696411-.1427612.1280518-.2632446.2545776-.5315552.3786011-.8078613.0153809-.0342407.0302734-.0700073.0455322-.1044312l.0018311-.0042114c.0145874-.0328369.0289307-.0664673.043457-.0994873.0941162-.2140503.1870117-.4319458.2785645-.6538086.031311-.0757446.0625-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673.000061,0,.000061-.000061.000061-.000061-.5580444,2.0032349-1.0393066,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,1.489563-3.5969238,2.072937-5.684082,2.3026123-6.7884521.1804199.0991211.357666.2064209.5355835.3117676.4084473,1.3731689.7588501,2.2871704,1.336792,3.6219482.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,1.8403931,3.5683594,3.5898438,6.4921875,5.192749,8.7579956,1.132019,5.8267212,1.8118286,9.9504395,2.1092529,13.5667114.0281372,2.1641235.0043335,4.4324341-.0823975,6.8248901-.0675659,1.8651733-.1587524,3.5968628-.2689819,5.218811-.1130981.9981079-.2415771,2.0393677-.3853149,3.1394043-.0941772.7202148-.1946411,1.4649048-.3012695,2.2376099-.1065674.7727051-.2191772,1.5734863-.3375854,2.4057617s-.2426147,1.696106-.3722534,2.5949097c-1.0689697,7.4100952-2.9063721,13.194458-3.6692505,24.2137451-.0098877.097168-.0203247.1913452-.0301514.2891235-.0449219.4468994-.0887451.9004517-.1314697,1.3609009-.1280518,1.3815308-.2457886,2.8255615-.3508911,4.3415527-.1751099,2.5266724-.3148804,5.2529907-.4082642,8.2218628-.0065918.2103271-.0118408.401062-.0162354.5802002-.0512695,1.8222046-.067627,3.3930054-.0557251,4.7651978.005188.6072388.015686,1.1773682.0306396,1.7167969.0074463.2696533.0160522.5316772.0256348.7867432.0862427,2.2957764.2540283,4.0310669.428833,5.7734985.0194092.1936035.0389404.3873291.0584106.5819092.0584717.5836792.1167603,1.1751099.1721802,1.7954712.0184326.2067261.0366211.416687.0543213.6306763.0354614.4278564.0692139.8717041.1004028,1.3376465.124939,1.8639526.2095337,4.0822144.201416,7.0535889-.0009155.3389893-.0039673.6724243-.0089722,1.0007324-.0018311.1193237-.005249.234375-.0076294.3522949-.0040894.2050171-.0076904.4111938-.0133667.6119995-.0047607.1690674-.0114136.3330688-.017334.4991455-.0050659.144165-.0092773.2905884-.0151978.4326172-.0093994.2255859-.020752.4459229-.0322266.6659546-.0038452.074585-.006958.1513062-.0110474.2252808-.015625.2814941-.032959.5582275-.0518799.8306885-.0006104.0090942-.0010986.0184937-.001709.0275879-.5357666,7.6769409-2.34552,11.8068237-4.2947998,14.5648804.0001831.0015869.0003052.0032959.0004883.0048828-.0418091.0570068-.0835571.1149292-.1254883.1705933,0,0,.0476685-.0389404.1309814-.114624.0203857-.0184937.0424194-.0388184.0672607-.0620117.0062256-.0058594.0130615-.0123291.0195923-.0184937.0209961-.0198364.0422974-.039978.0661011-.0629272.0141602-.0136719.0297852-.0291748.0449219-.0439453.0192261-.0189209.0376587-.0367432.0584106-.0574951.0765991-.076355.163269-.1655884.2588501-.2678833.0079346-.0085449.0165405-.0180664.0246582-.0267944.0413208-.0444946.0838623-.0908813.1282349-.1402588.0114136-.0126953.0234375-.0263672.0350952-.0394897.0421143-.0471191.085083-.0959473.1296997-.1473389.0143433-.0166016.0289917-.0338135.0435791-.0508423.0437012-.0508423.0882568-.1035156.1340332-.1584473.0157471-.0188599.0314941-.0379028.0474243-.0571899.0471802-.0571289.0953369-.1164551.1444702-.1778564.0150757-.0188599.0300293-.0374146.0453491-.0567017.0528564-.0666504.1069336-.1360474.1618652-.2075806.0123901-.0161743.0245361-.0317383.0369873-.0480957.0630493-.0827026.1272583-.1685181.1925659-.2576294.0049438-.0067139.0097656-.0130005.0146484-.0197144.2164917-.2958374.4447021-.6270752.6803589-.9950562.0106201-.0164795.0213623-.0338745.0319214-.0505371.0656738-.1031494.1317139-.2088013.1984253-.317688.0181885-.0297852.036499-.0604858.0548096-.0906982.0597534-.0985718.1196289-.1991577.1799316-.3023682.0217896-.0372314.0435181-.0750732.0653687-.112915.0576172-.0999146.1152954-.2019653.1732788-.3061523.0234375-.0419922.0466919-.0840454.0701294-.126709.0579834-.1057129.1160278-.2139893.1741943-.3239746.022522-.0425415.0449829-.0845947.0675049-.1278687.0613403-.1176758.1226807-.2385254.184082-.361145.0192261-.0383301.0383911-.0756226.0576172-.114502.0724487-.1465454.1448364-.2967529.2171021-.4501343.0076904-.0163574.0154419-.0319214.0231323-.0483398.0823364-.1758423.1644287-.355896.2461548-.5408325.0001831-.0003662.0003662-.0007935.0004883-.0011597.078064-.1766968.1557007-.3580933.2328491-.5432129.0216064-.0518188.0429688-.1056519.0644531-.1581421.0557251-.1359253.1113281-.2729492.1663818-.4133911.0269775-.0686646.0535278-.1390991.0803223-.2088013.0491333-.1281738.0980835-.2573242.1466064-.3891602.0289307-.0784912.0574951-.1582642.0861206-.2380981.0458374-.1276245.0912476-.2567749.1362915-.3878174.0294189-.0854492.0585938-.1713867.0877075-.2583008.0436401-.1305542.086792-.2631836.1296387-.3970947.0288086-.0897827.0575562-.1793823.0859375-.2706909.0430298-.1383667.0852051-.27948.1272583-.4213257.0267334-.0900879.0537109-.1792603.0800171-.270752.0446167-.1550903.0881348-.3139038.1315308-.4730225.0223389-.0819092.045166-.1620483.0671387-.2449951.0627441-.2369385.1242065-.4779053.184021-.7236938.0015259-.0063477.0032349-.0123901.0047607-.0187988.0003052.0009766,1.1942749,4.2017212.8369751,9.6217041-.0630493.956543-.1744385,1.9511719-.3492432,2.9672852-.0582886.3387451-.1235962.6798096-.1965332,1.0227051-.802124,3.7720337-2.5244141,7.7609253-5.9109497,11.1589355,0,0,4.055603-2.0516357,6.7485352-8.3490601,1.9868774-4.3120728,3.335022-10.5073853,2.1019287-19.0618286.0620728.1600342.1203613.317749.1881714.4815063.4822998,1.1653442,1.0302124,2.2769165,1.6367798,3.3231201.3942261,1.9204712.7010498,4.0557251.8028564,6.3076172.0014648.0391235.0029297.0782471.0042725.1173706.005188.1239014.0087891.2486572.0127563.373291.1781616,7.1473389-1.8167725,15.4168091-9.6946411,21.7943115.026001-.0115356.0531006-.0239258.0792236-.0355225-.0516357.0404663-.1002197.0821533-.1524048.1224976-.5661011.4376831-1.1622925.864502-1.789978,1.2793579v.000061h.0001221c.0012817.0003662,1.7290649.5084839,4.3561401.6251221.2281494.0352173.413269.0554199.5206909.0474854.0968018-.0070801.1896362-.0167847.2854004-.0245972,6.8931885.0736084,18.7578125-2.7830811,23.2843628-22.0360107.3748779-.1173096.7515869-.2496948,1.1304321-.4009399.3590088,3.2680054.4576416,8.8933716-1.9020996,14.4136963,0,0,4.2846069-4.4612427,5.4348145-9.8363037,0,0,2.6873169,8.0723267-2.960022,15.6117554,0,0,.0966797-.0169678.2713623-.0653076-.0283203.0360107-.0471802.0598755-.0471802.0598755,0,0,.6052246.2121582,1.7977905-.7905273,3.6717529-1.9747925,11.2212524-8.6433105,13.0038452-30.4205933.2977905-3.6376953.2593994-6.3954468-.0338745-8.9025879Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M312.2194075,119.4357546s1.2873407,4.559413,1.8956495,9.6114043c0,0-.7879967-8.5481722-1.6323847-12.6679272-.8444815-4.1197561-3.7292312-24.0894868-8.3206307-33.3277009-4.5913997-9.2381959-21.8245736-29.4783342-44.7759071-27.7602626,0,0-16.8158455-.2144557-27.8398331,6.988677-11.0239874,7.2031145-15.5351185,18.0920627-18.5072931,26.9094811-5.6719785,16.8268685-10.1469501,51.2649848-11.8847326,61.1305772.7287475-2.6906161,1.458233-6.7059348,2.3050476-8.9287516,0,0-1.6857547,13.4856862-2.8435019,25.1421889-1.1577472,11.6565027-.3098998,27.4473412.8187418,31.264726,0,0-.336345-5.5493957.2422368-8.9577658,0,0,2.345624,22.501795,2.9530406,27.623915.1681725-8.2400118,1.6543129-6.4519714,1.6543129-6.4519714,0,0-.5302625,15.2052196,1.2391487,21.522403,0,0-.5873486-6.695523.0463739-10.2281555,0,0-.2046701,13.8542889,5.7620133,20.7495356,0,0-2.5249138-4.2286064-2.9298271-7.6433466,0,0,2.8322923,6.5055773,8.5947999,11.8245794,5.7626946,5.3190045,7.6595662,6.0426057,7.6595662,6.0426057,0,0-3.2187342-2.5763764-4.6449143-5.0424727,0,0,4.5417117,4.3417465,8.3287658,6.3133984,3.7870541,1.9716519,5.243336,2.0776618,5.243336,2.0776618,0,0,3.0067544,1.6119865,5.1323295,1.9887902,0,0-3.4574715-1.4428957-5.0101736-2.7740619,0,0,1.3385858.5416242,2.7376454.7343056,0,0-1.8052577-.9695044-3.9895577-3.6790135-1.1037505-1.3691777-1.252376-2.9010133-1.252376-2.9010133,0,0,4.7503468,5.5683703,6.1365851,6.7662935s5.7854563,3.5270781,5.7854563,3.5270781c0,0-3.6150159-2.2754532-5.2636738-4.875525,0,0,4.6593143,3.9061309,8.0596566,5.4357357,0,0-1.4339842-1.8542234-2.1492573-2.9124514,0,0,4.3729246,4.3833127,8.1084241,6.0046112,0,0-2.7814892-1.6965513-4.4922934-3.8165632,0,0,5.1072444,3.9555441,7.8953295,5.1276265,0,0-2.835831-1.8283825-4.1615956-3.3752304,0,0,5.5152324,2.7368024,8.0354168,2.9437998,0,0-1.6698408-.9392635-2.6060128-2.2625852,0,0,2.5588241,1.5625916,3.7915136,1.6220129,0,0-2.0011893-1.336904-2.5511137-2.1744474,0,0,1.8879526,1.4228793,3.3408901,1.7911048,0,0-1.0538684-.8876891-1.3829873-1.46014,0,0,4.0118553,1.9308,5.0035778,3.2985307,0,0-.7568872-2.1952841-2.3651395-3.5708776,0,0,2.388552,1.7352589,2.9334594,2.966153,0,0,.2520224-2.1824173-.4055641-3.3710479,0,0,.9933945,1.236632,1.1481518,2.2877117,0,0,1.6954834-1.071202,2.1185224-3.469996,0,0,.0948412,1.3562926-.5945198,2.6588835,0,0,2.7022566-.8835053,3.2569281-4.8105607,0,0,.365065,2.1465683.0708709,3.2356412,0,0,1.4269319-1.9925946,1.4339088-6.932022,0,0,.4715188,2.5850595.1656186,4.5919326,0,0,1.3842962-3.0422261,1.5809554-5.2690683,0,0,.5382178,1.7553801.3554948,2.8895752,0,0,1.7223341-3.1690533,2.0204301-4.5640535,0,0-.0805417,1.9223277-.4863001,2.966259,0,0,1.2560085-1.7761985,1.4913077-2.6474649,0,0,.70589,1.801219.6358461,2.8931505,0,0,1.933199-2.1172581,3.2664046-5.5535506,0,0-.4286134,2.8358382-.9492808,4.0968617,0,0,4.072059-2.7893727,4.229334-6.3280996,0,0,.0243333,2.4919371-1.5725002,4.6134849,0,0,2.6023984-1.8464472,2.8717017-5.3837454,0,0,1.0854483,2.811465.0552624,4.4594052,0,0,1.246532-1.0332087.9425917-3.5724123,0,0,.7685936,1.2774657.643093,2.3249711,0,0,3.6715966-2.1606662,4.8466121-8.571437,0,0,.3136956,1.7743579.1321809,2.821149,0,0,2.1404445-2.9888822,2.7741669-6.5215147,0,0,.4358424,5.3822083-.6006606,7.5327616,0,0,1.3611622-1.2284451,1.9689635-2.7287744,0,0-.2715293,1.5046179-.7010671,2.2203912,0,0,3.7145106-1.1328541,6.2423268-8.1165036,0,0,.321221,1.1843408-.1142636,2.3590313,0,0,2.3985951-3.4445647,2.4065054-10.6570493,0,0,.7812241,2.4797304.5425804,3.6132124,0,0,6.599127-7.521822,8.8009964-21.9189121,0,0-.1990832,6.8166318-1.9375831,11.2531426,0,0,2.8595313-4.4222141,3.7513199-12.8036524,0,0,.4149473,2.6280386.1629249,4.810456,0,0,1.974914-5.3951823,1.8320571-11.7790413,0,0,.3870749,4.8133328.2416,7.4342243,0,0,1.5476092-7.061692,1.6401451-14.3168162,0,0,.6347313,2.9805557.6146633,4.5539588,0,0,.6286176-5.3249325.0339286-11.4522773-.5945019-6.1273424-2.1097003-11.9315628-2.2946137-13.492748-.9110359-7.6916827-7.7211518-53.9523884-7.7211518-53.9523884ZM235.5843796,237.9686576c1.9744319,3.4347748,9.4226513,17.2555242,9.4226513,17.2555242-6.9701118-7.3451954-9.4226513-17.2555242-9.4226513-17.2555242ZM301.2879241,229.2772505c-.1801299,5.3306339-1.8221166,10.9923386-1.8221166,10.9923386,0,0-.0062075-8.3054712.0874432-15.6480005s-.3910528-13.2936144-.3910528-13.2936144c0,0,2.3057626,12.6186412,2.1257262,17.9492763ZM312.4096584,210.0107002c-.1761566,6.1190455-3.9355048,17.0809536-4.8709795,19.721396-.1308505.3743533-.209374.5838695-.209374.5838695,0,0,.0759715-.2074157.209374-.5838695.8226677-2.3534973,3.7917733-11.465592,3.4091231-19.3903434-.4434523-9.1853146-.7899097-25.975356-.7899097-25.975356,0,0,2.4530792,18.652843,2.2517662,25.6443034Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* RACHEL 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M298.00177,207.7054443c.34729-5.8291626-1.6679077-7.4068604-4.668335-19.1062622-.3417358-1.4610596-.6925049-3.0463257-1.0493774-4.7797241.06604-1.2462769-.1863403-2.6174316-.8065186-4.1333618-.6035156-3.2593994-1.2174072-6.9697266-1.8280029-11.2459106-4.6686401-32.694397-7.5836182-39.140625-10.7228394-58.4234009-3.057251-18.7794189-11.861145-58.3397217-45.8727417-56.0431519-.2336426.0151978-.468689.0328369-.7047729.0521851-.2051392.0171509-.4098511.0336304-.6168213.053833-.4833374.0465698-.9701538.098938-1.463562.1629028v.0806274c-.8939209.0012207-1.7640381.0209351-2.6105347.0570068-.1142578-.0245972-.2293701-.0480957-.3449097-.0709839-.2428589-.0489502-.4886475-.0930176-.7359619-.1345215-.0045166-.0007935-.0090332-.0015869-.0135498-.0023193-9.4597168-1.5827026-22.1513062,2.2964478-34.7504883,17.1668091-5.1885986,6.1239014-8.9001465,12.8564453-11.6352539,20.8471069-1.802002,4.6417847-3.0801392,9.9559937-3.9720459,15.8631592-1.8069458,10.0934448-2.8848877,21.9598999-3.7885742,36.3287964-1.8112793,28.7987061-10.4324951,41.2414551-13.5288086,55.8945312-.0039673.0108032-.0090332.0237427-.0129395.0344849.0031738-.0065308.0065308-.0127563.0097046-.0192871-1.0493164,4.9725952-1.4630737,10.2000122-.756897,16.4086304,2.2268677,19.5761719,13.1832886,25.3162231,13.1832886,25.3162231-8.9903564-9.6193237-9.9940186-19.8775024-9.9125366-24.5428467.0438843.0987549.0710449.1481934.0710449.1481934,0,0-.0238647-.2659912-.0546875-.7400513.0501099-1.2628784.1714478-1.9874268.1714478-1.9874268,2.2363892,17.3186035,10.6605835,26.4990234,18.2734375,31.3277588,1.2764893.9329224,2.645752,1.8369751,4.1176758,2.7058716,0,0-.6074219-.4373169-1.590271-1.2369385,6.0268555,3.1994629,10.9768677,3.7540894,10.9768677,3.7540894-2.4435425-2.4643555-4.3210449-4.9247437-5.7562256-7.3114624,5.1359253,3.3779907,9.8105469,3.9490356,9.8105469,3.9490356-5.4277954-2.0723267-9.5648193-5.5691528-12.5678711-9.784668-3.1254883-8.9351196-.6898804-15.7059937-.6898804-15.7059937,2.2368774,16.2993774,14.2667236,24.4816895,14.2667236,24.4816895-.1911011-.4055786-.3748169-.8083496-.5559082-1.210144.7554321.8005981,1.4119263,1.4299316,1.9101562,1.8831787.6155396.6104736,1.0050049.8644409,1.0050049.8644409-1.1748657-2.1414185-2.2380981-4.093811-3.1973267-5.9029541-1.2769775-3.4921875-2.6550903-8.8882446-3.5563965-17.0760498-1.618103-14.6992188,8.609314-26.6467896,7.9700317-40.6712036.362854-4.8023682.0757446-9.9586792-.7557373-17.0018311-.0170898-.2356567-.0279541-.463562-.0480347-.7028198-.0510864-.6082153-.1416016-1.2223511-.2585449-1.8378296-.2219849-2.204834-.4996338-4.3168335-.8773193-6.4381104-.0587158-.4153442-.1174316-.8308105-.1784058-1.2575684-.0118408-.907959-.432251-2.3530884-1.0372925-4.2687988-.0188599-.0720215-.0366821-.1433105-.0558472-.2155762-1.9536743-7.3608398-4.3682861-14.8412476-4.5656128-23.8389893-.0180054-1.4515381.015625-2.944519.1112671-4.477356.3335571-2.7233276.8303223-5.9172363,1.5336304-9.7184448.0296631.036377.0586548.0715332.0883179.1081543.0349731-.2681885.0811768-.5148926.1187134-.7781982.9400024-.163147,1.6971436-.3433228,2.0130005-.5333252.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.1404419.1103516.505188.1973877c.7797241,4.230957,1.2740479,7.5015869,1.5151367,10.4328003.0281372,2.1641235.0043335,4.4324341-.0823975,6.8248901-.0675659,1.8651733-.1587524,3.5968628-.2689819,5.218811-.1130981.9981079-.2415771,2.0393677-.3853149,3.1394043-.0941772.7202148-.1946411,1.4649048-.3012695,2.2376099-.1065674.7727051-.2191772,1.5734863-.3375854,2.4057617s-.2426147,1.696106-.3722534,2.5949097c-1.0689697,7.4100952-2.9063721,13.194458-3.6692505,24.2137451-.0098877.097168-.0203247.1913452-.0301514.2891235-.0449219.4468994-.0887451.9004517-.1314697,1.3609009-.1280518,1.3815308-.2457886,2.8255615-.3508911,4.3415527-.1751099,2.5266724-.3148804,5.2529907-.4082642,8.2218628-.0065918.2103271-.0118408.401062-.0162354.5802002-.0512695,1.8222046-.067627,3.3930054-.0557251,4.7651978.005188.6072388.015686,1.1773682.0306396,1.7167969.0074463.2696533.0160522.5316772.0256348.7867432.0862427,2.2957764.2540283,4.0310669.428833,5.7734985.0194092.1936035.0389404.3873291.0584106.5819092.0584717.5836792.1167603,1.1751099.1721802,1.7954712.0184326.2067261.0366211.416687.0543213.6306763.0354614.4278564.0692139.8717041.1004028,1.3376465.124939,1.8639526.2095337,4.0822144.201416,7.0535889-.0009155.3389893-.0039673.6724243-.0089722,1.0007324-.0018311.1193237-.005249.234375-.0076294.3522949-.0040894.2050171-.0076904.4111938-.0133667.6119995-.0047607.1690674-.0114136.3330688-.017334.4991455-.0050659.144165-.0092773.2905884-.0151978.4326172-.0093994.2255859-.020752.4459229-.0322266.6659546-.0038452.074585-.006958.1513062-.0110474.2252808-.015625.2814941-.032959.5582275-.0518799.8306885-.0006104.0090942-.0010986.0184937-.001709.0275879-.5357666,7.6769409-2.34552,11.8068237-4.2947998,14.5648804.0001831.0015869.0003052.0032959.0004883.0048828-.0418091.0570068-.0835571.1149292-.1254883.1705933,0,0,.0476685-.0389404.1309814-.114624.0203857-.0184937.0424194-.0388184.0672607-.0620117.0062256-.0058594.0130615-.0123291.0195923-.0184937.0209961-.0198364.0422974-.039978.0661011-.0629272.0141602-.0136719.0297852-.0291748.0449219-.0439453.0192261-.0189209.0376587-.0367432.0584106-.0574951.0765991-.076355.163269-.1655884.2588501-.2678833.0079346-.0085449.0165405-.0180664.0246582-.0267944.0413208-.0444946.0838623-.0908813.1282349-.1402588.0114136-.0126953.0234375-.0263672.0350952-.0394897.0421143-.0471191.085083-.0959473.1296997-.1473389.0143433-.0166016.0289917-.0338135.0435791-.0508423.0437012-.0508423.0882568-.1035156.1340332-.1584473.0157471-.0188599.0314941-.0379028.0474243-.0571899.0471802-.0571289.0953369-.1164551.1444702-.1778564.0150757-.0188599.0300293-.0374146.0453491-.0567017.0528564-.0666504.1069336-.1360474.1618652-.2075806.0123901-.0161743.0245361-.0317383.0369873-.0480957.0630493-.0827026.1272583-.1685181.1925659-.2576294.0049438-.0067139.0097656-.0130005.0146484-.0197144.2164917-.2958374.4447021-.6270752.6803589-.9950562.0106201-.0164795.0213623-.0338745.0319214-.0505371.0656738-.1031494.1317139-.2088013.1984253-.317688.0181885-.0297852.036499-.0604858.0548096-.0906982.0597534-.0985718.1196289-.1991577.1799316-.3023682.0217896-.0372314.0435181-.0750732.0653687-.112915.0576172-.0999146.1152954-.2019653.1732788-.3061523.0234375-.0419922.0466919-.0840454.0701294-.126709.0579834-.1057129.1160278-.2139893.1741943-.3239746.022522-.0425415.0449829-.0845947.0675049-.1278687.0613403-.1176758.1226807-.2385254.184082-.361145.0192261-.0383301.0383911-.0756226.0576172-.114502.0724487-.1465454.1448364-.2967529.2171021-.4501343.0076904-.0163574.0154419-.0319214.0231323-.0483398.0823364-.1758423.1644287-.355896.2461548-.5408325.0001831-.0003662.0003662-.0007935.0004883-.0011597.078064-.1766968.1557007-.3580933.2328491-.5432129.0216064-.0518188.0429688-.1056519.0644531-.1581421.0557251-.1359253.1113281-.2729492.1663818-.4133911.0269775-.0686646.0535278-.1390991.0803223-.2088013.0491333-.1281738.0980835-.2573242.1466064-.3891602.0289307-.0784912.0574951-.1582642.0861206-.2380981.0458374-.1276245.0912476-.2567749.1362915-.3878174.0294189-.0854492.0585938-.1713867.0877075-.2583008.0436401-.1305542.086792-.2631836.1296387-.3970947.0288086-.0897827.0575562-.1793823.0859375-.2706909.0430298-.1383667.0852051-.27948.1272583-.4213257.0267334-.0900879.0537109-.1792603.0800171-.270752.0446167-.1550903.0881348-.3139038.1315308-.4730225.0223389-.0819092.045166-.1620483.0671387-.2449951.0627441-.2369385.1242065-.4779053.184021-.7236938.0015259-.0063477.0032349-.0123901.0047607-.0187988.0003052.0009766,1.1942749,4.2017212.8369751,9.6217041-.0630493.956543-.1744385,1.9511719-.3492432,2.9672852-.0582886.3387451-.1235962.6798096-.1965332,1.0227051-.802124,3.7720337-2.5244141,7.7609253-5.9109497,11.1589355,0,0,4.055603-2.0516357,6.7485352-8.3490601,1.9868774-4.3120728,3.335022-10.5073853,2.1019287-19.0618286.0620728.1600342.1203613.317749.1881714.4815063.4822998,1.1653442,1.0302124,2.2769165,1.6367798,3.3231201.3942261,1.9204712.7010498,4.0557251.8028564,6.3076172.0014648.0391235.0029297.0782471.0042725.1173706.005188.1239014.0087891.2486572.0127563.373291.1781616,7.1473389-1.8167725,15.4168091-9.6946411,21.7943115.026001-.0115356.0531006-.0239258.0792236-.0355225-.0516357.0404663-.1002197.0821533-.1524048.1224976-.5661011.4376831-1.1622925.864502-1.789978,1.2793579v.000061h.0001221c.0012817.0003662,1.7290649.5084839,4.3561401.6251221.2281494.0352173.413269.0554199.5206909.0474854.0968018-.0070801.1896362-.0167847.2854004-.0245972,6.8931885.0736084,18.7578125-2.7830811,23.2843628-22.0360107.3748779-.1173096.7515869-.2496948,1.1304321-.4009399.3590088,3.2680054.4576416,8.8933716-1.9020996,14.4136963,0,0,4.2846069-4.4612427,5.4348145-9.8363037,0,0,2.6873169,8.0723267-2.960022,15.6117554,0,0,.0966797-.0169678.2713623-.0653076-.0283203.0360107-.0471802.0598755-.0471802.0598755,0,0,.6052246.2121582,1.7977905-.7905273,3.6717529-1.9747925,11.2212524-8.6433105,13.0038452-30.4205933.2977905-3.6376953.2593994-6.3954468-.0338745-8.9025879Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M273.3209408,139.4039355v-1.4159167c0-3.4964708-.5943222-6.8522945-1.674062-9.9819278-3.218645-19.1930315-8.5358644-38.0874216-17.1612513-52.9112264-3.8356926-6.5921113-35.1449677-17.8761476-51.3486635,4.260141-8.1796452,11.1744129-13.2955386,25.9151993-16.3828809,41.6521353-3.2471921,4.8592007-5.1432014,10.6979986-5.1432014,16.9808779v77.0188665h3.5633846c.4078425,3.4460894.6969842,5.3812504.6969842,5.3812504l89.3556595-1.0650469s3.3017145-38.9363544-1.9059692-79.9191532Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M312.2194075,119.4357546s1.2873407,4.559413,1.8956495,9.6114043c0,0-.7879967-8.5481722-1.6323847-12.6679272-.8444815-4.1197561-3.7292312-24.0894868-8.3206307-33.3277009-4.5913997-9.2381959-21.8245736-29.4783342-44.7759071-27.7602626,0,0-16.8158455-.2144557-27.8398331,6.988677-11.0239874,7.2031145-15.5351185,18.0920627-18.5072931,26.9094811-5.6719785,16.8268685-10.1469501,51.2649848-11.8847326,61.1305772.7287475-2.6906161,1.458233-6.7059348,2.3050476-8.9287516,0,0-1.6857547,13.4856862-2.8435019,25.1421889-1.1577472,11.6565027-.3098998,27.4473412.8187418,31.264726,0,0-.336345-5.5493957.2422368-8.9577658,0,0,2.345624,22.501795,2.9530406,27.623915.1681725-8.2400118,1.6543129-6.4519714,1.6543129-6.4519714,0,0-.5302625,15.2052196,1.2391487,21.522403,0,0-.5873486-6.695523.0463739-10.2281555,0,0-.2046701,13.8542889,5.7620133,20.7495356,0,0-2.5249138-4.2286064-2.9298271-7.6433466,0,0,2.8322923,6.5055773,8.5947999,11.8245794,5.7626946,5.3190045,7.6595662,6.0426057,7.6595662,6.0426057,0,0-3.2187342-2.5763764-4.6449143-5.0424727,0,0,4.5417117,4.3417465,8.3287658,6.3133984,3.7870541,1.9716519,5.243336,2.0776618,5.243336,2.0776618,0,0,3.0067544,1.6119865,5.1323295,1.9887902,0,0-3.4574715-1.4428957-5.0101736-2.7740619,0,0,1.3385858.5416242,2.7376454.7343056,0,0-1.8052577-.9695044-3.9895577-3.6790135-1.1037505-1.3691777-1.252376-2.9010133-1.252376-2.9010133,0,0,4.7503468,5.5683703,6.1365851,6.7662935s5.7854563,3.5270781,5.7854563,3.5270781c0,0-3.6150159-2.2754532-5.2636738-4.875525,0,0,4.6593143,3.9061309,8.0596566,5.4357357,0,0-1.4339842-1.8542234-2.1492573-2.9124514,0,0,4.3729246,4.3833127,8.1084241,6.0046112,0,0-2.7814892-1.6965513-4.4922934-3.8165632,0,0,5.1072444,3.9555441,7.8953295,5.1276265,0,0-2.835831-1.8283825-4.1615956-3.3752304,0,0,5.5152324,2.7368024,8.0354168,2.9437998,0,0-1.6698408-.9392635-2.6060128-2.2625852,0,0,2.5588241,1.5625916,3.7915136,1.6220129,0,0-2.0011893-1.336904-2.5511137-2.1744474,0,0,1.8879526,1.4228793,3.3408901,1.7911048,0,0-1.0538684-.8876891-1.3829873-1.46014,0,0,4.0118553,1.9308,5.0035778,3.2985307,0,0-.7568872-2.1952841-2.3651395-3.5708776,0,0,2.388552,1.7352589,2.9334594,2.966153,0,0,.2520224-2.1824173-.4055641-3.3710479,0,0,.9933945,1.236632,1.1481518,2.2877117,0,0,1.6954834-1.071202,2.1185224-3.469996,0,0,.0948412,1.3562926-.5945198,2.6588835,0,0,2.7022566-.8835053,3.2569281-4.8105607,0,0,.365065,2.1465683.0708709,3.2356412,0,0,1.4269319-1.9925946,1.4339088-6.932022,0,0,.4715188,2.5850595.1656186,4.5919326,0,0,1.3842962-3.0422261,1.5809554-5.2690683,0,0,.5382178,1.7553801.3554948,2.8895752,0,0,1.7223341-3.1690533,2.0204301-4.5640535,0,0-.0805417,1.9223277-.4863001,2.966259,0,0,1.2560085-1.7761985,1.4913077-2.6474649,0,0,.70589,1.801219.6358461,2.8931505,0,0,1.933199-2.1172581,3.2664046-5.5535506,0,0-.4286134,2.8358382-.9492808,4.0968617,0,0,4.072059-2.7893727,4.229334-6.3280996,0,0,.0243333,2.4919371-1.5725002,4.6134849,0,0,2.6023984-1.8464472,2.8717017-5.3837454,0,0,1.0854483,2.811465.0552624,4.4594052,0,0,1.246532-1.0332087.9425917-3.5724123,0,0,.7685936,1.2774657.643093,2.3249711,0,0,3.6715966-2.1606662,4.8466121-8.571437,0,0,.3136956,1.7743579.1321809,2.821149,0,0,2.1404445-2.9888822,2.7741669-6.5215147,0,0,.4358424,5.3822083-.6006606,7.5327616,0,0,1.3611622-1.2284451,1.9689635-2.7287744,0,0-.2715293,1.5046179-.7010671,2.2203912,0,0,3.7145106-1.1328541,6.2423268-8.1165036,0,0,.321221,1.1843408-.1142636,2.3590313,0,0,2.3985951-3.4445647,2.4065054-10.6570493,0,0,.7812241,2.4797304.5425804,3.6132124,0,0,6.599127-7.521822,8.8009964-21.9189121,0,0-.1990832,6.8166318-1.9375831,11.2531426,0,0,2.8595313-4.4222141,3.7513199-12.8036524,0,0,.4149473,2.6280386.1629249,4.810456,0,0,1.974914-5.3951823,1.8320571-11.7790413,0,0,.3870749,4.8133328.2416,7.4342243,0,0,1.5476092-7.061692,1.6401451-14.3168162,0,0,.6347313,2.9805557.6146633,4.5539588,0,0,.6286176-5.3249325.0339286-11.4522773-.5945019-6.1273424-2.1097003-11.9315628-2.2946137-13.492748-.9110359-7.6916827-7.7211518-53.9523884-7.7211518-53.9523884ZM235.5843796,237.9686576c1.9744319,3.4347748,9.4226513,17.2555242,9.4226513,17.2555242-6.9701118-7.3451954-9.4226513-17.2555242-9.4226513-17.2555242ZM301.2879241,229.2772505c-.1801299,5.3306339-1.8221166,10.9923386-1.8221166,10.9923386,0,0-.0062075-8.3054712.0874432-15.6480005s-.3910528-13.2936144-.3910528-13.2936144c0,0,2.3057626,12.6186412,2.1257262,17.9492763ZM312.4096584,210.0107002c-.1761566,6.1190455-3.9355048,17.0809536-4.8709795,19.721396-.1308505.3743533-.209374.5838695-.209374.5838695,0,0,.0759715-.2074157.209374-.5838695.8226677-2.3534973,3.7917733-11.465592,3.4091231-19.3903434-.4434523-9.1853146-.7899097-25.975356-.7899097-25.975356,0,0,2.4530792,18.652843,2.2517662,25.6443034Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* --------- */ /* LONG CUTS */ /* --------- */ /* HOLLYWOOD 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9975191,215.3813677c1.5670746-4.6074105,2.2932138-9.9216104.0520909-14.781606.0110354-1.5176381-.0234736-3.0652479-.1032465-4.6290359,1.0474285-1.5345878,1.9972217-3.231191,1.7396665-5.1885853-.2576487-1.9583061-1.3698869-3.9571043-3.0610163-6.0133912-.9141152-4.8926558-2.2618845-9.5920153-4.0224996-13.6423779,2.5879901-6.8841833-.4610556-15.6877936-4.6159801-19.8414907-.2517335-.2516733-.4954477-.4969642-.7403309-.7431669.3058117-3.2728288-1.0714399-4.8766881-1.915368-4.8916505-.0602271-.0010754-.1473882-.013022-.2572279-.0356527-.0251804-.1143927-.047672-.2285516-.0746293-.3430846-.0141917-.0603408-.0327321-.1199803-.0477188-.1801808.3846728-3.9963107.3497195-8.2491107-.9613196-10.3580701-.9096963-1.4633524-2.1842625-3.8380592-3.8786185-7.2180333-.0253674-.5118332-.0594556-1.0199959-.1164329-1.5192045-.4071645-3.5681504-1.8237648-6.3046917-3.0967879-9.560711-.6926355-1.771626-1.2751039-4.4021442-1.8104381-6.9252599.1165264.2923292.1760522.4539939.1760522.4539939-.4075619-1.1070354-.3752974-2.6029312-.5612861-3.7750532-.18828-1.186617-.3878291-2.3714571-.6003075-3.5539828-1.9661496-10.9415128-5.0518553-22.1622391-10.7623514-31.7934842-1.1292121-1.9045347-2.4246334-3.7285527-3.9012972-5.3860197-.1401637-.1790352-.2843254-.3559898-.4316668-.531448-.5297931-.6994952-1.1559356-1.3713333-1.8943493-1.9790198-1.3066905-1.1968101-2.7956756-2.2623948-4.4239593-3.1566125-.8463363-.5843544-1.7071448-1.0530302-2.5783341-1.3795626-1.2198334-.5497771-2.5322052-.9141832-3.6787654-1.5315252-3.643742-1.9619298-24.7213472-11.3230088-46.7553388,2.1624035-18.0003865,11.0167459-23.2628965,43.6035914-23.9157156,48.1454008-1.3248334,3.9287692-2.5473088,7.4170107-3.4369684,9.7228668-1.8719512,4.851813-5.7888662,8.3626618-7.8685028,13.0245216-1.3956751,3.1286046-.7996696,6.1213781.5521678,8.973598-.302632,1.8992277-.336463,3.7510665.0288978,4.9079456.0692051.2191534.1693187.5054975.2899366.8428076-.4431698.9458616-.6551338,2.3766706-.2338945,4.3142163.345628,1.5898086,1.0313196,3.0652479,1.6617874,4.4978338-.8438346,1.0451048-1.7495797,2.147932-2.7116007,3.3022627-3.2501613,3.8999664-5.8888863,14.4420749-4.9439795,23.9973621-.802522,3.0602916-1.2878227,6.4121876-1.0889282,9.7929799-.2233735.9162873-.4291418,1.8004988-.6149668,2.6471406-2.3676794,2.7419418-4.2936854,6.0232337-4.3277034,10.2497559-.0642719,7.984883,5.2134819,11.9961795,7.5944179,13.3986768.7290149,2.9192003,2.0421583,4.5085179,2.6037717,5.0811595-1.3721547,4.0954604-4.6095038,8.697447-7.4222702,10.4385869,0,0,6.3653494-2.7436017,9.6818401-9.2783413.2715131.4476349.5601405.8869235.8611359,1.3175385-3.3926864,8.4775221-7.369174,16.3455576-10.5308183,21.1585149-6.0616652,9.2276092-3.7096271,18.1153132-3.7096271,18.1153132,0,0,1.6389217-5.3605368,4.9261405-8.1210881,0,0-1.394436,3.7940369-1.4118074,5.1392326,0,0,2.6921251-4.4705974,6.0370694-7.3219289,1.1425388-.9739162,2.1130935-1.9032021,2.9679635-2.8150241-.2074516,1.4604301-.381797,3.0250597-.5253976,4.7320899-1.0090384,11.9956652,4.7088225,16.7042359,4.7088225,16.7042359l.2242385-1.9058439c.708721,2.2146084,2.2402111,4.3401902,3.8334013,6.1032595,1.5935175,2.3817205,3.4265175,3.5941711,3.4265175,3.5941711-.1176253-.1982293-.2270208-.3960845-.3363228-.5939397,1.1310124.9729343,1.9334876,1.5468617,1.9334876,1.5468617,0,0-2.1301844-2.8027268-.2242152-10.3140244,1.3071581-5.1514831,5.4376504-8.8400112,8.8845319-12.6138254,3.4741661-3.8036456,6.996729-7.3261371,9.8997192-11.5868392,6.7512613-2.6660073,9.4305274-10.8680564,3.4142429-17.4081731-.667081-.7251652-1.2673184-1.622539-1.8153947-2.6407114-.722375-3.8296429-2.1596667-7.6449545-3.469303-10.7903217-1.5103779-7.4004351-2.1574923-15.5485959-2.955011-19.8465639.390588-1.4313.8871813-2.8431956,1.4484206-4.2621048.9654345-2.4407988,1.3164166-6.2016143,1.2800839-10.6279556,1.0339382-4.7916358.3485038-9.2250375-1.2107151-16.0308782-.6834237-5.6908332-1.540772-11.3223776-2.258471-15.9870429-.6265867-4.0724088-1.0254278-7.8604841-1.2778628-10.8835566v-1.3251367c.0310722-1.0008019.0748631-1.9327764.1250134-2.7832055.3506781-1.9730114.7605781-3.5763096,1.1722081-5.0338641,2.5770249-4.3954812,4.4843501-9.8809312,6.3129779-15.2887634,4.1792632-8.6852432,8.5902465-18.181639,12.8507789-24.0899657,2.014523-2.7936324,4.4621858-5.666075,7.3800925-7.9118942,1.5750473-.8456598,3.1597739-1.5671078,4.6966882-2.1500828.7576322-.1953069,1.4873953-.3626527,2.2020314-.5645291,3.7321889-1.0542225,6.2382318-2.5084572,15.5437691,1.8077463.0349533-.0454485.0740915-.1068413.1167135-.181981.211286.1183204.4223615.2413866.6332033.369269l.0909486.0649698c.0058216,0,.0114796.0003039.0173013.0003039.0519038.0319121.1038544.0628424.1557349.0953623-.0196627.0996874-.0307916.1577371-.0307916.1577371,0,0,.1056781.0459394.3020008.1568253.0071543.1382859.0352806.2227537.0915799.2313104.1225117.0186096.3692419.112312.7040917.2803592,1.6139985,1.1435297,4.8210236,4.0062935,8.3459245,10.4291419,2.5366708,4.6221158,4.6052486,11.4147475,7.146689,18.7998226.355962,1.1252475.7502207,2.2646859,1.2013163,3.4213546.3538344.9837119.7189849,1.9734088,1.0960358,2.965654-.4013662-.8535619-.8027791-1.7276503-1.2035842-2.6286713,0,0,1.1446196,3.3036888,3.3098507,7.8379703.9763764,2.260431,2.0399839,4.5002184,3.2116076,6.6812548.0321944,1.0902026.0574449,2.2493728.0702806,3.4667563l.0002338.019685c.0255311,2.4479761.0019172,5.1143341-.1075251,7.8439319-.2515933,1.6845397-.5193656,3.6215945-.7693924,5.7126457-2.0665437,5.8350807-6.4620495,18.58787-7.9013051,25.4451675-1.2482168,5.9471122-2.3544229,21.7717422-1.5695997,26.0318832.7847998,4.260141-2.5786615,15.0542267-1.2332769,22.0049696.4113729,2.125348,1.0546997,4.3837918,1.9497368,6.566301.1060288.4197439.2215966.8373136.3486207,1.2518206,4.2603687,13.9015325,21.7503208,24.8882132,18.3868595,39.9108083,0,0,2.1299506-1.4868248,4.5888358-4.8704693-.7264665,7.2659833-4.1003787,15.2017239-5.8781548,16.8100954,0,0,5.6057533.6726329,8.6328451-2.5785236,0,0-.6726689,1.9058673-1.7938382,3.2511566,0,0,3.811915.112125,6.5026841-8.9687118.1703007-.5747457.3359253-1.1480886.4967102-1.7198886,4.872717-4.1751355,13.8158861-12.8023992,12.4345898-18.8460192-.8859188-3.8760966-3.4256524-7.1817259-6.2920528-10.227172-.1434603-.1783806-.2886975-.3572756-.4356648-.5365914-.3938144-1.0253263-.7644825-2.3720182-.4016234-3.1718789.645057-1.422042,3.6791862-14.7293308,5.8511976-21.1153108ZM173.8532006,207.8610693c-.280608,1.1291985-.5874718,2.2750895-.9204278,3.4343532.1813828-1.1508473.493928-2.2965279.9204278-3.4343532ZM287.6642587,150.2496651c.2616233.267945.5201605.5406593.7764532.815805-.1184202,1.437098-.5595793,3.0552885-.9876222,4.3800511.1871577-1.5694924.2891651-3.3323046.2111691-5.1958562ZM162.1561829,182.5221352c-.1717268-.862025-.3173381-1.7534372-.4263829-2.6744938.7197096-3.019402,1.8308489-5.8565425,3.5371053-7.7231333-1.0528995,3.3941416-2.1285478,6.9523326-3.1107224,10.3976272ZM293.3816987,158.2887169c1.6892123,4.5437966,1.5047901,8.3875135.5882433,11.4469869-.696727-1.4602898-1.4505015-2.8228794-2.262165-4.0605558-1.5469444-2.3589962-3.1405788-4.8447058-4.7188058-7.3432738.0532832-.2623107.1058651-.5333417.1566701-.8170908.6155279-1.836362,1.5087881-3.7031165,1.921213-5.7620452,1.8803212,2.1081879,3.510756,4.372944,4.3148444,6.5359787ZM288.439987,149.7282466c-.2953141-.2989687-.5855546-.5937994-.8695293-.8836504-.0325451-.3567379-.0707482-.7154162-.1182799-1.0768533.6043288.3931388.8983102,1.0964915.9878093,1.9605037ZM281.1313909,125.5430355c-.876707-1.7780785-1.8502544-3.7864154-2.9272354-6.0369337,1.7050874,1.4935579,2.5635112,3.3578109,2.8822287,5.6590613.0173948.1256613.0300668.2519071.0450067.3778724ZM166.8757134,135.257556c-.0861089-1.4280504.3211257-2.8512613.9474318-4.1375423,1.108661-2.2768196,2.5674858-4.0925848,4.6025131-5.5674864.1687342-.1222948.3917804-.2541749.6449868-.3936999-2.4777997,4.8724331-4.2285484,7.9359276-4.8014544,9.2379192-.367091.8342509-.6828392,1.8185941-.9298968,2.8443645-.2584904-.6294288-.422268-1.2981575-.4635806-1.9835552ZM162.5809292,168.0503926c1.1008287-3.9654272,4.0344468-7.9221341,6.8084023-10.9831271.0481162.6356943.0782532,1.2158405.0939179,1.7250319-.833033,2.6423713-1.9549973,6.1255162-3.1691259,9.9821148-1.2257252,1.8476306-3.2460231,5.5644939-4.6797844,10.132698-.300107-3.3500491-.1160822-7.0287113.9465901-10.8567177ZM161.2594391,182.1397975c.1026854.7477492.2296627,1.4864975.3805813,2.2134862-.3859821,1.3874179-.7518807,2.7456123-1.0908454,4.0578906.1128791-1.8851303.3243989-4.0729466.7102641-6.2713768ZM156.7994978,202.8855588c.1348564-1.7680022.8249201-3.5016142,1.8199071-5.1526988-.3799734,5.1381572,1.601911,9.4385332,3.5991094,12.9873259-.150825,2.0483614-.0278691,3.7850828.246286,5.2370029-2.1386246-2.5541161-6.0538563-7.9775888-5.6653024-13.07163ZM163.2795032,212.5571791c.4823315.8222576.9371446,1.5973132,1.3307953,2.328557.2762827,1.485048.6866268,3.0296653,1.2382803,4.6604103-.0972378.6965729-.2730562,1.4330534-.5162092,2.1899204-1.4718007-3.3089725-2.0227294-6.4198559-2.0528664-9.1788876ZM202.3380894,241.0789333c-.7097497,1.2125441-1.5481835,2.2042048-2.4746434,3.0157549,2.1754249-3.5934931,4.0232945-7.7558637,2.3808892-11.7381004,1.3976157,2.7530234,1.7868476,5.8298672.0937542,8.7223454Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.1761404,205.4827387c-.400618,11.8224045-6.7488064,11.8722482-6.7488064,11.8722482-5.559297.2033726-8.3231055-3.8294091-8.3231055-3.8294091l.5336976,3.0177655c-3.5112469-3.0177655-5.0349749-8.3490086-5.0349749-8.3490086-2.7252313-1.7274633-7.5919396-8.9441172-8.9556775-14.3642233-1.2111594.9143936-1.1832903-3.5006323-1.1832903-3.5006323,0,0,.2378925.0565301.58324-.3126688-.8358386-8.0803388-.677228-22.6837044-.0281263-28.1495863l7.136542-19.5724703c.9089248-7.6539086,3.5623091-14.3536327,7.693269-19.1960474,2.7763636-3.2544764,5.6487727-4.8937079,6.9799421.0393466,2.027686,7.5141966,2.864717,15.3994856,2.6454818,23.1749408-.2258985,8.011605-1.8981369,15.8921949-2.3647803,23.8848864-.5852507,10.0237993,3.0036182,19.4498014,5.5079309,28.9808681.4755045,1.8096867,1.6221348,4.4314145,1.5586578,6.3039903ZM211.433463,172.4054751c-.2948465-.9933908-1.3292756-3.016316-2.6907924-5.4538184-.0267702-2.8492273-.2802573-4.1315106-.2802573-4.1315106l-1.087011-.2173999c-1.1884807-9.6226182-8.028376-16.5418932-10.6613962-24.5950891l-3.4157158-10.4471436-.5189681-3.2793515s-.1241951.240358-.3337743.6712536l-1.5754681-4.8186384s-2.1826259-1.2559119-4.387159,3.1393121c-5.6136324,11.1920171-5.1096275,23.8534652-3.4018982,35.9744176.251453,1.7847415.5289982,3.5577468.8169709,5.3126335,1.4197566,8.6523024,2.8734845,17.5164873,1.7424722,26.2917625-.8471078,6.5725666-2.6803649,14.6973252-9.8698862,16.9525661,0,0,11.5492087,2.2019371,13.9878234-4.9109615,0,0,1.9068577,5.6425091-2.1357021,12.9420644,0,0,3.232673-.3026626,5.6844975-4.2004081,0,0,.669723,3.5955037-2.3145131,9.8740578,0,0,15.4418553-8.4318398,17.7130684-25.1413126.4482199-3.2976337.5381164-7.5001926.4064397-12.0467713,1.7405784-5.9639216,2.6935279-10.6615043,2.3212699-11.9156627Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M337.5693359,223.1043701c2.1719971-6.3859863,2.7310181-14.130127-3.991394-20.1400146-.0521851-.0466309-.1055908-.0969238-.15802-.1442871-.2119141-3.9202881-2.0578613-7.0095215-4.3045654-9.6115723-.1859131-.8466187-.3916626-1.730835-.6149902-2.6471558.1987915-3.3807983-.286377-6.732666-1.0889893-9.7929688.1137695-1.1503906.1743164-2.3150635.1893921-3.4807129.9552002-4.366333,1.3712769-11.3218384-2.2046509-19.4508667-1.3776245-3.1316528-2.8551025-5.4741821-4.3967285-7.395813.1641235-.4805298.3093262-.9690552.4182739-1.4700928.4212036-1.9375.2092896-3.3682861-.2339478-4.314209.1206055-.3372803.2207031-.6236572.289917-.8428345.3654785-1.1568604.331604-3.008728.0289917-4.907959,1.3516846-2.8521729,1.9478149-5.8449707.552124-8.9735718-1.7359619-3.8912354-4.7480469-6.9830322-6.7863159-10.7196045,1.9073486-8.3056641-1.7175903-15.5820312-5.7730103-21.4629517-.3157349-.4578247-.6254883-.9332886-.9307861-1.4202271-2.7814331-11.1124268-8.5509033-27.5144043-19.5081177-35.7706909-1.7595825-2.4246216-3.630249-4.1312256-5.3985596-4.0960083-.3809204.0075684-.7639771.0806274-1.1472168.2098389-1.9599609-.9528198-3.9036255-1.7393188-5.8188477-2.3778687-.5113525-2.3339233-2.3488159-2.0853882-3.8066406-1.5552979,0,0,.8660889.1187744,2.5635986.8318481.1356201.0569458.2345581.2081299.3077393.4230347-1.5159302-.47052-3.012146-.8493042-4.4838257-1.1503296-.3064575-.4157715-.5724487-.7244873-.7497559-.8659058-.0871582-.069458-.2962646-.1347656-.5883179-.1943359-.6196899-1.0332642-1.3088989-1.7384033-2.0136719-2.0145874-2.8094482-1.1010742-4.3467407,1.3748169-4.3467407,1.3748169,0,0,.3863525.2020264.680542.0836182,1.0147705-.7578125,2.4389038-1.6511841,4.0079956.3483887-1.2454834-.0971069-2.8084717-.131897-4.2174683-.0658569-1.0203247-.7858887-2.1755981-1.0163574-3.0760498-.953064-2.2446899.1577148-3.1437988.9468994-3.1437988.9468994l-.222229.1801758c-.5768433-.1572266-1.2080688-.1565552-1.8770142.0314941,0,0,.7293701-.072937,1.6149902.1809692l-.031311.0254517.2219238.1509399c-1.3926392.1204834-2.7283936.2939453-3.9972534.5062256.1949463-2.4057007-.6363525-2.961731-1.4827881-2.7116089-1.0192871.3012085-2.1950073,1.7424927-2.8703003,2.347229-.3591309-.6842041-.9876099-1.0058594-1.8561401-.9082642-1.4057007.1578979-2.2357788,2.4331665-2.2357788,2.4331665l1.0779419-.7132568c.6341553-.9030762,1.3927612-.9051514,1.8925171-.3273926-.975647.2028198-1.8790894.7158203-2.727478,1.4327393-.5471191.2217407-1.1000977.473877-1.6569214.757019.0658569-.1071777.1031494-.1676636.1031494-.1676636-.0318604-.0582275-.1061401-.0878296-.2097778-.097229-.9165039.3890991-1.826416.8397217-2.7286987,1.3615723-.4703369.0650024-1.5032959.826416-2.2578125,1.4285278-.0548706.0362549-.1118164.0720825-.1665649.1083984-1.5725098.5592041-3.1424561,1.2424316-4.4710083,2.0184937-.3584595.2094727-.744812.4699707-1.1491699.7731934-.9659424.5991211-2.072998,1.3917847-3.1102905,2.3504028-.1588745.1467896-.3167725.2944946-.473999.4429321-.3551636.305603-.6837769.6251831-.9868164.9561157-3.7040405,3.6876221-6.8534546,8.0172729-8.9780273,14.5296021-3.1618652,7.3302002-5.1968384,15.2158203-6.644043,22.9928589-1.2787476,3.9380493-1.6268311,7.2316895-1.6268311,7.2316895.2468872-1.0602417.5664673-2.1333008.925293-3.1851196-.0300293.1855469-.0643921.3704224-.0939941.5560913-.1859131,1.1721191-.1537476,2.6680298-.5612793,3.7750854,0,0,.0596313-.1616821.1762085-.4540405-.0817871.3850098-.164978.7719727-.2490845,1.1585693l-.9933472.8898926s-7.5548706,16.803772-13.0722046,33.0674438c-.7954712,2.3450928-1.3876343,4.5997925-1.8428955,6.7744141-.9088745,1.524353-1.9247437,3.1802979-3.036499,4.9511108-2.7387695,4.3623657-3.9387207,15.4163818-1.5901489,24.8508911-.0583496.2471313-.1112061.4978638-.1672363.746582-.0704346.1306152-.1360474.2626343-.210022.3922729-5.3635864,9.4002075-9.539856,23.0800781-9.0827026,34.7008667.4570312,11.6207275,4.9155884,15.5792847,4.9155884,15.5792847-7.1541748-15.4041748-2.1185913-28.7966309-2.1185913-28.7966309-1.8700562,8.4255371-1.3234253,15.9227905,2.1411743,25.4100342.9958496,2.727356,2.5011597,5.298584,4.1394653,7.5805054-.3475952.4844971-.6860352.9656372-1.0135498,1.4428711-2.6276855,3.2537231-4.909729,6.7421265-5.4995728,10.6742554-.7548828,5.0316772,5.5561523,11.2713013,10.7042236,15.4448242,1.8465576,1.9172974,3.7259521,3.6195679,5.2219238,4.9013062.1608276.5717773.326355,1.1451416.4967651,1.7199097,2.6907959,9.0808105,6.5026855,8.968689,6.5026855,8.968689-1.1211548-1.3452759-1.7939453-3.2511597-1.7939453-3.2511597,3.0270996,3.2511597,8.6328735,2.5785522,8.6328735,2.5785522-1.4486084-1.3106079-3.956665-6.8225708-5.2288818-12.749939,2.972168,4.4082031,5.8893433,6.807373,6.1906738,7.4688721,0,0-.3844604-1.2832642-.7669067-3.2390747.4754639.3165283,2.5460205,3.6217041,3.3565063,4.6942139,0,0-1.2730103-5.208374.0163574-9.0828857.779541-2.3427734,1.1676025-2.9135132,1.4941406-3.2387695.0779419.4946899.1602783.9815674.2487793,1.4575806-.00354-.5932007.0159912-1.1678467.0452881-1.7336426.1107178-.1101685.2260132-.2467651.3598633-.4735718.053833.1755371.1129761.3666382.1759644.5691528.2365112,2.1473389.8391724,4.1439209,1.9642944,5.8805542,0,0-.0305786-.0871582-.0717773-.2776489.7767334,2.102417,1.6361084,4.1622314,2.4222412,5.4440918,0,0-.3109131-1.3312988-.5831909-3.1838989-.3586426-3.8468018.1240234-8.010498.3025513-9.3411865.0396729-.0905151.0789185-.1815796.1224976-.2670288.0474243-.0930786.3565063.2585449.7776489.9309082-1.2843018,7.9805298.5958252,11.9787598.5958252,11.9787598-.3845825-2.8280029.0002441-6.4000854.5897217-9.7285156.4528198,1.0047607.8977051,2.1930542,1.2329712,3.477417-1.0639038,5.0551758-2.4979248,9.4876709-2.4979248,9.4876709.0518188.1079102,4.0523071-2.3568115,8.4865723-6.1957397-2.9400024,4.8755493-5.6463623,8.3561401-5.6449585,8.3596802,0,0,8.4134521-7.272644,13.0294189-16.0843506.1037598-.1378174.2067871-.2758179.3079834-.4146118-.2818604,6.9210205.4549561,13.4223022.4549561,13.4223022.1384277-5.4151001,2.3088379-10.2164307,3.9575195-13.1096802,2.2787476,3.9428711,4.3543091,6.7727661,5.6636353,8.2857056,4.3579102,5.0357056,3.2682495,9.744751,3.2682495,9.744751,0,0,1.84375-1.8149414,2.6779175-7.9505005.2979736-2.1913452.2890015-4.5419922-.2738037-7.3190308,3.3078003,9.0015259,2.4238281,13.8154907,2.1566772,14.8578491,1.8394165-6.1491699.9227295-12.2822876-1.0669556-17.7627563,1.7134399,2.078186,3.5775757,5.3490601,4.5377808,10.1375122-.0164795-.8827515-.0579224-1.7862549-.1112061-2.6990967.9786987,4.0577393,1.5847168,7.5534668,1.6155396,10.0422363,0,0,1.3439331-1.1723633,2.4713135-4.3344116,2.0893555-1.1702881,3.8417358-2.8883667,5.2844238-4.9021606,4.3835449,5.8270874,9.9852905,9.6520996,9.9852905,9.6520996.0009155-.0026855-1.3126221-1.7171631-3.0552979-4.4360962,2.5371704,2.2144775,4.4443359,3.5011597,4.4820557,3.418396,0,0-2.2487183-5.1572266-2.1390991-12.5368042.9752197,4.4250488,1.9439087,7.9170532,2.8734131,10.4224854,0,0,.4199219-6.6928711,1.5719604-9.5414429,0,0,1.6001587,6.6651001,5.444519,10.5028687,0,0-1.7113647-6.0713501-1.5593872-13.3950806.3552246.6544189.7425537,1.3045044,1.1615601,1.9487915.8898926,1.8608398,2.40271,4.1881104,4.8401489,5.8751831,1.359375,1.1849365,3.2250366,1.9627075,5.7149048,2.2164917-.7008057,2.0775146-1.505127,3.9276733-2.3859863,5.0500488,0,0,1.9906006-1.942688,4.3426514-5.0318604.1536255-.0010986.3024902.0039673.4594727-.0015259,0,0-.109375-.0654297-.305481-.2023315,1.7052612-2.2611694,3.5765381-5.1080322,5.0128174-8.2483521.1967773.37323.3797607.7539673.5476685,1.1428223.1894531.6582642.3384399,1.3324585.4328003,2.0275879,1.0427246,7.678833-1.3912964,10.222168-1.3912964,10.222168,0,0,.8623047-.4793091,2.0963135-1.3178711-.1309814.1842041-.262146.3684082-.4014893.552063,0,0,.1201782-.0621948.3206787-.1817017-.2631226.8065796-.5363159,1.1687012-.5363159,1.1687012,0,0,.8024292-.5739136,1.9334717-1.546875-.109436.197876-.218689.3956909-.3363037.5939331,0,0,1.8329468-1.2124634,3.4263916-3.5941772,1.3798828-1.5269165,2.7112427-3.3262329,3.5040894-5.2192993l.0067139,1.8858643s1.9466553-1.2640381,3.7234497-4.4855347c1.2751465,1.760437,2.2991943,2.7880859,2.2991943,2.7880859-.3076782-.4525757-.604126-.9310913-.890686-1.4276123.8964844.8320312,1.8839722,1.675293,2.9707642,2.5288696,0,0-1.6323853-3.7529297-2.5504761-8.4325562.548584-1.9605103.937439-4.2866211,1.0187988-7.0345459.0466919-1.5732422.0542603-3.0308838.0238647-4.4012451.2827148.2593384.576355.5213623.8831787.7865601.5244141.6432495,1.0976562,1.3022461,1.7370605,1.9866943,3.0003052,3.2119141,5.1685791,7.9586792,5.1685791,7.9586792.1352539-1.338501-.8204346-5.2660522-.8204346-5.2660522,2.9533081,3.1151733,3.9743652,8.6268311,3.9743652,8.6268311,0,0,3.3438721-8.5640259-1.6332397-18.4188843-.4684448-.9274902-.9520874-1.9570312-1.4441528-3.0728149.0018311-.2921143.0409546-.5630493.1429443-.7879639.6450195-1.4220581,3.6791992-14.7293701,5.8512573-21.1152954ZM192.5725708,231.2146606c-.2456055-.8297729-.3835449-1.3345337-.3835449-1.3345337.157959.2798462.3118896.5459595.4654541.8106079-.0267334.1741943-.0565796.3505859-.0819092.5239258ZM194.1599731,158.6395264c-1.1827393,3.4365234-1.6152954,7.324707-.7480469,10.8671265-.0944824,1.2981567-.2123413,2.5546875-.3736572,3.7755127-.7693481,2.0263672-1.446167,4.1777954-2.0249023,6.413147-.8845825-3.4816284-1.2932739-7.4381714-.7069092-11.703125.4485474-3.2622681,2.0614624-6.6759644,3.8865356-9.6547852-.0105591.1003418-.0227051.2022095-.03302.302124ZM227.3842163,258.2822876c.1623535.0068359.3204956.0147705.475769.0233154.0137939.336792.0164185.6867676.0119629,1.0446777-.1488037-.3518066-.3111572-.7077637-.4877319-1.0679932ZM252.7494507,52.7166138c-.4276123.0783691-.8461304.161377-1.2573242.2473145-.4314575-.0290527-.8783569-.029541-1.3388672-.0014648.017395-.0675659.0352783-.1348267.0513306-.203064-.2908325-.0753174-.5749512-.1200562-.8539429-.1420288-.0125122-.0391846-.0276489-.0749512-.0413818-.1124878.9135742-1.0304565,4.2287598-4.5079346,3.4401855.211731ZM261.1795044,51.8930664c-.8538208.0106201-1.69104.0432129-2.5100708.0952148.0493774-.0343628.0977783-.067627.152771-.1089478,1.4334106-.6373901,2.6273804-.6468506,3.5932007-.2330322-.4794922.0626221-.9017334.1439209-1.2359009.2467651ZM266.3570557,274.4636841c.5427246-2.1134644.9401855-4.8544312.9431763-8.355835.147644-.0531006.2943115-.1092529.4385986-.1710205.5796509,1.2735596,1.2696533,2.4957275,2.0266724,3.6548462-1.121582,1.9472656-2.3513794,3.600769-3.4084473,4.8720093ZM296.7548218,259.0963135c.0890503-.7626953.2234497-1.5006104.3887939-2.2216187,1.5016479.2931519,2.4692383.612793,2.7765503.9491577.2472534.270813.4987183.5412598.7518921.8117676-.2449341,4.0802002-1.1795654,6.7115479-1.1795654,6.7115479,0,0,1.2191772-2.3769531,1.684021-6.1744385.2528687.2681885.5067749.5369873.7610474.8067627-.3214111,2.8138428-.7096558,5.005188-1.1057129,6.7043457-2.0957031-1.2330322-4.5472412-3.5593262-4.0770264-7.5875244ZM300.4447021,268.1956787c-.1594849.5631714-.3170166,1.0548706-.4685669,1.4797363-.2124634-.2255249-.746521-.887146-1.4752808-2.4403687.5613403.4569092,1.2072144.7963867,1.9438477.9606323ZM300.871521,274.0535889c-.5786133-.5350952-1.2540283-1.2227783-1.9812012-2.083252.0993652-.1429443.2255249-.3465576.3707886-.6226196-.1584473.2510986-.2902832.4528198-.3894043.6002808-.729126-.8646851-1.5089722-1.9033813-2.2935791-3.1341553l-1.8605347-4.6485596s2.6126099,4.0404053,5.2460327,5.5445557c-.2589722.7217407-.4993286,1.2515259-.7025146,1.6378784.4147339-.6573486,1.0180664-1.6700439,1.7520142-3.0643921.4229736.0380249.8705444.0253906,1.3505859-.0616455-.3908081,1.7780151-.8947754,3.848877-1.4921875,5.8319092ZM302.5180664,267.5085449c-.2687988-.1071167-.5739746-.2401123-.9025879-.4021606.5162354-1.0325928,1.0769043-2.2176514,1.6697998-3.5773315,0,0-.2745972,1.6625977-.7672119,3.9794922ZM309.0684814,98.4202881c1.8798828,2.8989258,3.7876587,5.8027344,5.4129028,8.9604492-1.7184448-2.6637573-3.4918213-5.0404663-4.9495239-6.8788452-.1411133-.6608887-.2952271-1.3556519-.4633789-2.081604ZM314.6976929,118.088623c-.1817017-.3862305-.355835-.7774658-.5115967-1.1807861-.8895264-2.3059082-2.1120605-5.7941895-3.4368286-9.7230225-.1090698-.7581787-.3473511-2.3008423-.7509766-4.3909302.2637329.5852051.5102539,1.1775513.7297974,1.7719116,0,0-.2827759-1.2337036-.9080811-3.02771.737793,1.1860962,1.4434204,2.4483643,2.0772705,3.7684937.0283813.144165.0587769.2987061.0946655.4812012,0,0,.1472168.187439.368103.5273438,1.088501,2.4631958,1.9054565,5.0870972,2.1949463,7.7287598.1834717,1.6740112.1953125,3.0200195.1427002,4.0447388ZM331.2887573,200.7668457c-.4489746-.4573975-.902771-.9343262-1.3598633-1.4290161.0100708-.5263062.0015869-1.0599365-.0386353-1.6049805.593689.9852295,1.0751343,2.0002441,1.3984985,3.0339966ZM329.380127,211.1937866c-.0932617.1646729-.1877441.3271484-.2831421.4876709-.1102295-.5818481-.2335815-1.1561279-.368042-1.7236328.2263184.3904419.4437256.8029785.6511841,1.2359619ZM328.2835693,228.6574097c.262207.5930786.5074463,1.2373047.7227173,1.9469604-.1154175-.999939-.2773438-2.0325928-.4746704-3.0872192.0409546-.1913452.0822754-.3875732.1235962-.5834961.6641846,1.4555664,1.1131592,3.2467041,1.4154663,5.0332642-.6929321-.5147095-1.401062-1.1802368-2.0923462-1.9550781.1008301-.4393921.2024536-.8894653.3052368-1.3544312ZM316.9876099,128.1571045c-.4771118-.9107056-.9935303-1.9064941-1.5487061-2.998291.2532959.1395264.4761963.2714233.6449585.3936768,2.0351562,1.4749146,3.4938965,3.2907104,4.602478,5.5675049.6264038,1.2862549,1.0335693,2.7094727.9475708,4.1375732-.0413208.6853638-.2052002,1.354126-.4636841,1.9835205-.1306763-.5426636-.2816772-1.0716553-.4482422-1.5750122-.2056274-1.078125-.6091309-2.4185791-1.381958-3.9397583-.4916992-.9678955-1.3341675-2.1695557-2.352417-3.5692139ZM322.1953735,168.7744141c-1.2140503-3.8566284-2.3359375-7.3397827-3.1690063-9.9821167.0031738-.1027222.0072632-.2102661.0116577-.3186035,1.0814209,2.8067627,1.8453979,4.8511963,1.8453979,4.8511963.0151367-.0071411-.6812134-2.376709-1.796936-5.7753906.0101318-.1569824.0212402-.3175659.0337524-.4822998,2.0736694,2.288208,4.2359009,5.0770874,5.6556396,7.9958496,1.8609619,5.3284302,2.0493164,9.9455566,1.8357544,13.0337524-1.4093628-4.1956177-3.2637939-7.5853271-4.4162598-9.3223877ZM325.5668945,226.0328369c-.3533936-.6895142-.7237549-1.354248-1.1027832-1.9953613-.0354614-.1359253-.071106-.2715454-.1062622-.4075928.4046021.2715454.8824463.6577759,1.3861694,1.1735229-.0526733.4081421-.1103516.817749-.177124,1.2294312ZM323.2426147,172.1245117c1.529541,1.6731567,2.5797729,4.1269531,3.2994995,6.7921143-.1272583,1.2854614-.3122559,2.2306519-.4338379,2.7584839-.9153442-3.1799927-1.8984375-6.4328003-2.8656616-9.5505981ZM326.3533325,182.5220947c-.0664062-.2331543-.1363525-.4699097-.2036133-.7039795.1289673-.2821655.3226318-.7369385.5432739-1.3484497-.0966187.6998901-.2072754,1.3876343-.3396606,2.0524292ZM327.2501831,182.1397705c.3858643,2.1984253.5974121,4.3861694.7102051,6.2713013-.3389282-1.3122559-.7047729-2.6704712-1.0908203-4.0578613.1509399-.7269287.2778931-1.4656982.3806152-2.2134399ZM327.1846313,233.3222656c.0068359-.0272217.0135498-.0541382.0203857-.0814819.1706543.5203247.3150635,1.010437.4396362,1.4743652-.1542969-.4597168-.3076172-.9244995-.460022-1.3928833ZM328.7173462,237.7966919c-.0618286-.1714478-.1235962-.3419189-.1851807-.5150757.0134277-2.0736694-.3067627-4.0820312-.8527222-5.9883423.0444946-.1876831.0894165-.37854.1343994-.5706177.958252.6605835,1.7681885,1.1124878,2.2779541,1.375061.1158447.7015381.2103882,1.4005737.2862549,2.0764771-.6135864,1.4259033-1.2260742,2.6774292-1.6607056,3.6224976ZM330.8314209,233.0805054c-.0377808-.3510742-.0747681-.7025146-.1251221-1.0501099-.3155518-2.1778564-.9065552-4.5908813-1.7562256-6.524353.0349121-.1716309.0693359-.3380737.1043091-.5132446.0548706-.2740479.1008301-.5449829.1485596-.8165894.4884033,1.2307739.9473877,2.6184082,1.3529053,4.1792603-.2523193-2.1592407-.595459-4.3905029-1.0067749-6.6663818.2752686-2.7038574.2120972-5.2792969-.0949097-7.7327881.2486572-.2669678.4955444-.5502319.737793-.8516235,1.8132324,4.7965698,2.6442871,10.8977661,2.3214722,13.8579712-.2250977,2.0643921-.9144897,4.199707-1.6820068,6.1178589Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* HOLLYWOOD 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9974976,215.3813477c1.5670776-4.6074219,2.2932129-9.9216309.052124-14.7816162.0110474-1.5176392-.0234985-3.0652466-.1032715-4.6290283,1.0474243-1.5346069,1.9972534-3.2312012,1.7396851-5.1885986-.2576294-1.958313-1.369873-3.9570923-3.0610352-6.0133667-.9141235-4.8926392-2.2618408-9.592041-4.0224609-13.642395,2.5879517-6.8841553-.4610596-15.6878052-4.6160278-19.8414917-.251709-.2516479-.4954224-.4969482-.7402954-.7431641.3057861-3.2728271-1.0714722-4.8766479-1.9154053-4.8916626-.0601807-.0010376-.1473389-.0130005-.2572021-.0356445-.0252075-.1143799-.0476685-.2285156-.074646-.3430786-.0141602-.0603027-.0327148-.1199951-.0477295-.1801758.3847046-3.9962769.3497314-8.2490845-.9613037-10.3580933-.909668-1.4633179-2.1842651-3.8380127-3.8786011-7.2180176-.0253906-.5118408-.0594482-1.0199585-.1164551-1.519165-.4071655-3.5681763-1.8237305-6.3047485-3.0968018-9.56073-.692627-1.7716064-1.2750854-4.4021606-1.8104248-6.925293.1165161.2923584.1760864.4540405.1760864.4540405-.4075928-1.1070557-.3753052-2.6029663-.5612793-3.7750854-.1882935-1.1865845-.3878784-2.37146-.6003418-3.5539551-1.9661255-10.9415283-5.0518188-22.1622314-10.7623291-31.7935181-1.1292114-1.904541-2.4246216-3.7285156-3.9013062-5.3859863-.1401978-.1790771-.2843018-.3560181-.4317017-.5314941-.5297852-.6994629-1.1558838-1.3712769-1.8943481-1.9790039-1.3066406-1.1967773-2.7956543-2.2623901-4.4239502-3.1566162-.432251-.2984619-.8684082-.5645752-1.3076782-.7991333-5.4833374-4.0407715-11.0654907-5.8601074-14.8192749-6.1934204-1.3179932-.1170654-2.59552-.1981201-3.8479614-.2559814-8.8283081-1.430542-20.7825928-1.0004883-33.0374756,6.4998779-18.0004272,11.0167236-23.2629395,43.6035767-23.9157715,48.1453857-1.3248291,3.928772-2.5473022,7.4169922-3.4369507,9.7229004-1.8719482,4.8518066-5.7888794,8.3626099-7.8684692,13.0244751-1.3956909,3.1286011-.7996826,6.1213989.552124,8.9736328-.3026123,1.899231-.3364258,3.7510376.0289307,4.9078979.0692139.2191772.1693115.5055542.289917.8428345-.4431763.9458618-.6551514,2.3766479-.2338867,4.314209.3456421,1.5898438,1.031311,3.0652466,1.6618042,4.4978638-.8438721,1.045105-1.7495728,2.1478882-2.7116089,3.3022461-3.2501831,3.8999634-5.888916,14.4420776-4.9439697,23.9973755-.8025513,3.0603027-1.2878418,6.4121704-1.0889282,9.7929688-.2233887.9162598-.4291382,1.8004761-.6149902,2.6471558-2.3676758,2.7419434-4.2937012,6.0231934-4.3276978,10.2497559-.06427,7.9848633,5.213501,11.9961548,7.5944214,13.3986816.7290039,2.9191895,2.0421753,4.5084839,2.6037598,5.0811157-1.3721313,4.095459-4.6094971,8.6974487-7.4222412,10.4385986,0,0,6.3653564-2.7435913,9.6818237-9.2783203.2714844.4476318.5601196.8869019.861145,1.3175049-3.3927002,8.4775391-7.3692017,16.3455811-10.5308228,21.1585083-6.0616455,9.2276611-3.7096558,18.1153564-3.7096558,18.1153564,0,0,1.638916-5.3605347,4.9261475-8.1210938,0,0-1.3944092,3.7940063-1.4118042,5.1392212,0,0,2.6921387-4.4705811,6.0370483-7.3218994,1.1425781-.973938,2.1130981-1.9032593,2.9680176-2.8150635-.2074585,1.4604492-.3818359,3.0250854-.5254517,4.7321167-1.0090332,11.9956665,4.7088623,16.7042236,4.7088623,16.7042236l.2242432-1.9058228c.7086792,2.2145996,2.2401733,4.3401489,3.833374,6.1032104,1.5935059,2.3817139,3.4265137,3.5941772,3.4265137,3.5941772-.1176147-.1982422-.2269897-.3960571-.3363037-.5939331,1.1309814.9729614,1.9334717,1.546875,1.9334717,1.546875,0,0-2.130188-2.8027344-.2241821-10.3140259,1.3071289-5.1514893,5.4376221-8.8400269,8.8845215-12.6138306,3.4741821-3.8036499,6.9967041-7.3261108,9.8997192-11.586853,6.7512817-2.6660156,9.430542-10.868042,3.4142456-17.4081421-.6671143-.7251587-1.267334-1.6225586-1.8154297-2.6407471-.7223511-3.8295898-2.159668-7.6449585-3.4692993-10.7902832-1.510376-7.4004517-2.1574707-15.548584-2.9550171-19.8465576.390625-1.4313354.887207-2.8432007,1.4484253-4.262146.9654541-2.4407959,1.3164673-6.2015991,1.2800903-10.6279297,1.0339355-4.791626.3485107-9.2250366-1.2106934-16.0308838-.6834106-5.6908569-1.5407715-11.3223877-2.2584839-15.9870605-.6265869-4.0723877-1.0254517-7.8604736-1.277832-10.8835449v-1.3251343c.0310669-1.0007935.0748291-1.9328003.125-2.7832031.350647-1.9730225.7605591-3.5762939,1.1721802-5.0338745,2.5770264-4.3954468,4.484375-9.8809204,6.3129883-15.2887573.2835693-.5892944.5683594-1.1826782.8539429-1.7780151-.2441406.8624268-.4742432,1.6462402-.6903687,2.3070679h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,2.3306274-5.6278076,2.4471436-7.5717163,2.4520874-7.8126221.0010376-.005188.0023193-.0105591.0032959-.0157471.605896,2.2324829.9713745,3.2456665,1.7196045,4.9736328.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,1.3027954,2.526001,2.5582886,4.7194824,3.7510376,6.5983276.2032471.5988159.4049072,1.1950684.6140137,1.8027344.355957,1.1252441.7502441,2.2647095,1.2012939,3.4213867.3538818.9837036.7189941,1.9733887,1.0960693,2.9656372-.4013672-.8535767-.8027954-1.7276611-1.2036133-2.6286621,0,0,1.1446533,3.3036499,3.3098755,7.8379517.9763794,2.260437,2.039978,4.5002441,3.2116089,6.6812744.0321655,1.09021.0574341,2.2493896.0702515,3.4667358l.0002441.0197144c.0255127,2.447937.0019531,5.1143188-.1075439,7.8439331-.2515869,1.6845093-.5193481,3.621582-.7693481,5.7126465-2.0665894,5.835083-6.4620972,18.5878296-7.9013062,25.4451294-1.24823,5.9471436-2.3544312,21.7717285-1.5696411,26.0319214.7848511,4.2601318-2.5786133,15.0541992-1.2332764,22.0049438.411377,2.1253662,1.0547485,4.3837891,1.9497681,6.5662842.1060181.4197388.2216187.8373413.3486328,1.2518311,4.260376,13.9015503,21.7503052,24.8882446,18.3868408,39.9108276,0,0,2.1299438-1.4868164,4.5888062-4.8704834-.7264404,7.2659912-4.1003418,15.2017212-5.8781128,16.8101196,0,0,5.6057129.6726074,8.6328125-2.5785522,0,0-.6726685,1.9058838-1.7938232,3.2511597,0,0,3.8118896.1121216,6.5026855-8.968689.1702881-.5747681.3359375-1.1481323.4967041-1.7199097,4.8727417-4.1751099,13.815918-12.8023682,12.4345703-18.8460083-.8858643-3.8760986-3.4255981-7.1817627-6.2920532-10.2271729-.1434326-.1784058-.2886963-.3572998-.4356079-.5366211-.3938599-1.0253296-.7645264-2.3720093-.4016724-3.171875.6450806-1.4219971,3.6791992-14.7293091,5.8511963-21.1152954ZM161.2594604,182.1397705c.1026611.7477417.2296143,1.4865112.3805542,2.213501-.3859863,1.3873901-.7518921,2.7456055-1.0908203,4.0578613.112854-1.8851318.3244019-4.072937.7102661-6.2713623ZM156.7994995,202.8855591c.1348267-1.7680054.8248901-3.5016479,1.8198853-5.15271-.3799438,5.1381226,1.6019287,9.4385376,3.5991211,12.9873047-.1508179,2.0484009-.027832,3.7850952.2462769,5.2369995-2.1386108-2.5540771-6.053833-7.9775391-5.6652832-13.0715942ZM162.156189,182.5220947c-.1717529-.8619995-.3173218-1.753418-.4263916-2.6744385.7197266-3.0194092,1.8308716-5.8565674,3.5371094-7.7231445-1.0529175,3.394104-2.12854,6.9523315-3.1107178,10.397583ZM165.3323975,221.7360229c-1.4718018-3.30896-2.0227661-6.4197998-2.0529175-9.178833.4823608.8222046.9371948,1.59729,1.3308105,2.3285522.2763062,1.4850464.6866455,3.0296631,1.2382812,4.6604004-.097229.6965332-.2730713,1.4330444-.5161743,2.1898804ZM166.3141479,168.7744141c-1.225769,1.8475952-3.2460327,5.5644531-4.6798096,10.1326904-.3001099-3.3500366-.1160889-7.0287476.9465942-10.8567505,1.1008301-3.9653931,4.0344238-7.9221191,6.8084106-10.9830933.0480957.6356812.0782471,1.2158203.0939331,1.7250366-.8330688,2.642334-1.9550171,6.1254883-3.1691284,9.9821167ZM168.269165,134.3967285c-.3670654.8342285-.6828003,1.8186035-.9298706,2.8443604-.2584839-.6293945-.4222412-1.2981567-.463562-1.9835205-.0861206-1.4281006.321106-2.8513184.9473877-4.1375732,1.1087036-2.2767944,2.5675049-4.0925903,4.6025391-5.5675049.1687622-.1222534.3917847-.2541504.6449585-.3936768-2.4777832,4.8724365-4.2285156,7.9359131-4.8014526,9.237915ZM172.9328003,211.2954102c.1813354-1.1508789.4938965-2.2965088.9204102-3.4343262-.2806396,1.1291504-.5874634,2.2750854-.9204102,3.4343262ZM202.2443237,232.3565674c1.397644,2.7530518,1.7868652,5.829895.09375,8.7223511-.7097168,1.2125244-1.5481567,2.2042236-2.4746094,3.0157471,2.175415-3.5935059,4.0232544-7.7558594,2.3808594-11.7380981ZM278.2041626,119.5061035c1.7050781,1.4935303,2.5634766,3.3577881,2.8822021,5.6590576.017395.1256714.0300903.2518921.0450439.3778687-.876709-1.7780762-1.8502808-3.786438-2.9272461-6.0369263ZM287.6642456,150.2496338c.2616577.2679443.5202026.5406494.7764893.8157959-.1184692,1.4371338-.5596313,3.0552979-.9876709,4.3800659.1871948-1.569458.2891846-3.3322754.2111816-5.1958618ZM288.4400024,149.7282104c-.2953491-.2989502-.5855713-.59375-.8695679-.883606-.0325317-.3567505-.0707397-.7154541-.1182861-1.0769043.6043701.3931885.8983154,1.0964966.987854,1.9605103ZM293.9699707,169.7357178c-.6967773-1.4603271-1.4505005-2.822937-2.262207-4.0606079-1.546936-2.3589478-3.140564-4.8446655-4.718811-7.3432617.0532837-.2623291.105896-.5333252.1566772-.8170776.6155396-1.8363647,1.5087891-3.703125,1.9212036-5.7620239,1.8803711,2.1081543,3.5108032,4.3729248,4.3148804,6.5359497,1.689209,4.5438232,1.5047607,8.3875122.5882568,11.4470215Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.1761404,205.4827387c-.400618,11.8224045-6.7488064,11.8722482-6.7488064,11.8722482-5.559297.2033726-8.3231055-3.8294091-8.3231055-3.8294091l.5336976,3.0177655c-3.5112469-3.0177655-5.0349749-8.3490086-5.0349749-8.3490086-2.7252313-1.7274633-7.5919396-8.9441172-8.9556775-14.3642233-1.2111594.9143936-1.1832903-3.5006323-1.1832903-3.5006323,0,0,.2378925.0565301.58324-.3126688-.8358386-8.0803388-.677228-22.6837044-.0281263-28.1495863l7.136542-19.5724703c.9089248-7.6539086,3.5623091-14.3536327,7.693269-19.1960474,2.7763636-3.2544764,5.6487727-4.8937079,6.9799421.0393466,2.027686,7.5141966,2.864717,15.3994856,2.6454818,23.1749408-.2258985,8.011605-1.8981369,15.8921949-2.3647803,23.8848864-.5852507,10.0237993,3.0036182,19.4498014,5.5079309,28.9808681.4755045,1.8096867,1.6221348,4.4314145,1.5586578,6.3039903ZM211.433463,172.4054751c-.2948465-.9933908-1.3292756-3.016316-2.6907924-5.4538184-.0267702-2.8492273-.2802573-4.1315106-.2802573-4.1315106l-1.087011-.2173999c-1.1884807-9.6226182-8.028376-16.5418932-10.6613962-24.5950891l-3.4157158-10.4471436-.5189681-3.2793515s-.1241951.240358-.3337743.6712536l-1.5754681-4.8186384s-2.1826259-1.2559119-4.387159,3.1393121c-5.6136324,11.1920171-5.1096275,23.8534652-3.4018982,35.9744176.251453,1.7847415.5289982,3.5577468.8169709,5.3126335,1.4197566,8.6523024,2.8734845,17.5164873,1.7424722,26.2917625-.8471078,6.5725666-2.6803649,14.6973252-9.8698862,16.9525661,0,0,11.5492087,2.2019371,13.9878234-4.9109615,0,0,1.9068577,5.6425091-2.1357021,12.9420644,0,0,3.232673-.3026626,5.6844975-4.2004081,0,0,.669723,3.5955037-2.3145131,9.8740578,0,0,15.4418553-8.4318398,17.7130684-25.1413126.4482199-3.2976337.5381164-7.5001926.4064397-12.0467713,1.7405784-5.9639216,2.6935279-10.6615043,2.3212699-11.9156627Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M337.5693359,223.1043701c2.1719971-6.3859863,2.7310181-14.130127-3.991394-20.1400146-.0521851-.0466309-.1055908-.0969238-.15802-.1442871-.2119141-3.9202881-2.0578613-7.0095215-4.3045654-9.6115723-.1859131-.8466187-.3916626-1.730835-.6149902-2.6471558.1987915-3.3807983-.286377-6.732666-1.0889893-9.7929688.1137695-1.1503906.1743164-2.3150635.1893921-3.4807129.9552002-4.366333,1.3712769-11.3218384-2.2046509-19.4508667-1.3776245-3.1316528-2.8551025-5.4741821-4.3967285-7.395813.1641235-.4805298.3093262-.9690552.4182739-1.4700928.4212036-1.9375.2092896-3.3682861-.2339478-4.314209.1206055-.3372803.2207031-.6236572.289917-.8428345.3654785-1.1568604.331604-3.008728.0289917-4.907959,1.3516846-2.8521729,1.9478149-5.8449707.552124-8.9735718-1.7359619-3.8912354-4.7480469-6.9830322-6.7863159-10.7196045,1.9073486-8.3056641-1.7175903-15.5820312-5.7730103-21.4629517-.3157349-.4578247-.6254883-.9332886-.9307861-1.4202271-2.7814331-11.1124268-8.5509033-27.5144043-19.5081177-35.7706909-1.7595825-2.4246216-3.630249-4.1312256-5.3985596-4.0960083-.3809204.0075684-.7639771.0806274-1.1472168.2098389-1.9599609-.9528198-3.9036255-1.7393188-5.8188477-2.3778687-.5113525-2.3339233-2.3488159-2.0853882-3.8066406-1.5552979,0,0,.8660889.1187744,2.5635986.8318481.1356201.0569458.2345581.2081299.3077393.4230347-1.5159302-.47052-3.012146-.8493042-4.4838257-1.1503296-.3064575-.4157715-.5724487-.7244873-.7497559-.8659058-.0871582-.069458-.2962646-.1347656-.5883179-.1943359-.6196899-1.0332642-1.3088989-1.7384033-2.0136719-2.0145874-2.8094482-1.1010742-4.3467407,1.3748169-4.3467407,1.3748169,0,0,.3863525.2020264.680542.0836182,1.0147705-.7578125,2.4389038-1.6511841,4.0079956.3483887-1.2454834-.0971069-2.8084717-.131897-4.2174683-.0658569-1.0203247-.7858887-2.1755981-1.0163574-3.0760498-.953064-2.2446899.1577148-3.1437988.9468994-3.1437988.9468994l-.222229.1801758c-.5768433-.1572266-1.2080688-.1565552-1.8770142.0314941,0,0,.7293701-.072937,1.6149902.1809692l-.031311.0254517.2219238.1509399c-1.3926392.1204834-2.7283936.2939453-3.9972534.5062256.1949463-2.4057007-.6363525-2.961731-1.4827881-2.7116089-1.0192871.3012085-2.1950073,1.7424927-2.8703003,2.347229-.3591309-.6842041-.9876099-1.0058594-1.8561401-.9082642-1.4057007.1578979-2.2357788,2.4331665-2.2357788,2.4331665l1.0779419-.7132568c.6341553-.9030762,1.3927612-.9051514,1.8925171-.3273926-.975647.2028198-1.8790894.7158203-2.727478,1.4327393-.5471191.2217407-1.1000977.473877-1.6569214.757019.0658569-.1071777.1031494-.1676636.1031494-.1676636-.0318604-.0582275-.1061401-.0878296-.2097778-.097229-.9165039.3890991-1.826416.8397217-2.7286987,1.3615723-.4703369.0650024-1.5032959.826416-2.2578125,1.4285278-.0548706.0362549-.1118164.0720825-.1665649.1083984-1.5725098.5592041-3.1424561,1.2424316-4.4710083,2.0184937-.3584595.2094727-.744812.4699707-1.1491699.7731934-.9659424.5991211-2.072998,1.3917847-3.1102905,2.3504028-.1588745.1467896-.3167725.2944946-.473999.4429321-.3551636.305603-.6837769.6251831-.9868164.9561157-3.7040405,3.6876221-6.8534546,8.0172729-8.9780273,14.5296021-3.1618652,7.3302002-5.1968384,15.2158203-6.644043,22.9928589-1.2787476,3.9380493-1.6268311,7.2316895-1.6268311,7.2316895.2468872-1.0602417.5664673-2.1333008.925293-3.1851196-.0300293.1855469-.0643921.3704224-.0939941.5560913-.1859131,1.1721191-.1537476,2.6680298-.5612793,3.7750854,0,0,.0596313-.1616821.1762085-.4540405-.0817871.3850098-.164978.7719727-.2490845,1.1585693l-.9933472.8898926s-7.5548706,16.803772-13.0722046,33.0674438c-.7954712,2.3450928-1.3876343,4.5997925-1.8428955,6.7744141-.9088745,1.524353-1.9247437,3.1802979-3.036499,4.9511108-2.7387695,4.3623657-3.9387207,15.4163818-1.5901489,24.8508911-.0583496.2471313-.1112061.4978638-.1672363.746582-.0704346.1306152-.1360474.2626343-.210022.3922729-5.3635864,9.4002075-9.539856,23.0800781-9.0827026,34.7008667.4570312,11.6207275,4.9155884,15.5792847,4.9155884,15.5792847-7.1541748-15.4041748-2.1185913-28.7966309-2.1185913-28.7966309-1.8700562,8.4255371-1.3234253,15.9227905,2.1411743,25.4100342.9958496,2.727356,2.5011597,5.298584,4.1394653,7.5805054-.3475952.4844971-.6860352.9656372-1.0135498,1.4428711-2.6276855,3.2537231-4.909729,6.7421265-5.4995728,10.6742554-.7548828,5.0316772,5.5561523,11.2713013,10.7042236,15.4448242,1.8465576,1.9172974,3.7259521,3.6195679,5.2219238,4.9013062.1608276.5717773.326355,1.1451416.4967651,1.7199097,2.6907959,9.0808105,6.5026855,8.968689,6.5026855,8.968689-1.1211548-1.3452759-1.7939453-3.2511597-1.7939453-3.2511597,3.0270996,3.2511597,8.6328735,2.5785522,8.6328735,2.5785522-1.4486084-1.3106079-3.956665-6.8225708-5.2288818-12.749939,2.972168,4.4082031,5.8893433,6.807373,6.1906738,7.4688721,0,0-.3844604-1.2832642-.7669067-3.2390747.4754639.3165283,2.5460205,3.6217041,3.3565063,4.6942139,0,0-1.2730103-5.208374.0163574-9.0828857.779541-2.3427734,1.1676025-2.9135132,1.4941406-3.2387695.0779419.4946899.1602783.9815674.2487793,1.4575806-.00354-.5932007.0159912-1.1678467.0452881-1.7336426.1107178-.1101685.2260132-.2467651.3598633-.4735718.053833.1755371.1129761.3666382.1759644.5691528.2365112,2.1473389.8391724,4.1439209,1.9642944,5.8805542,0,0-.0305786-.0871582-.0717773-.2776489.7767334,2.102417,1.6361084,4.1622314,2.4222412,5.4440918,0,0-.3109131-1.3312988-.5831909-3.1838989-.3586426-3.8468018.1240234-8.010498.3025513-9.3411865.0396729-.0905151.0789185-.1815796.1224976-.2670288.0474243-.0930786.3565063.2585449.7776489.9309082-1.2843018,7.9805298.5958252,11.9787598.5958252,11.9787598-.3845825-2.8280029.0002441-6.4000854.5897217-9.7285156.4528198,1.0047607.8977051,2.1930542,1.2329712,3.477417-1.0639038,5.0551758-2.4979248,9.4876709-2.4979248,9.4876709.0518188.1079102,4.0523071-2.3568115,8.4865723-6.1957397-2.9400024,4.8755493-5.6463623,8.3561401-5.6449585,8.3596802,0,0,8.4134521-7.272644,13.0294189-16.0843506.1037598-.1378174.2067871-.2758179.3079834-.4146118-.2818604,6.9210205.4549561,13.4223022.4549561,13.4223022.1384277-5.4151001,2.3088379-10.2164307,3.9575195-13.1096802,2.2787476,3.9428711,4.3543091,6.7727661,5.6636353,8.2857056,4.3579102,5.0357056,3.2682495,9.744751,3.2682495,9.744751,0,0,1.84375-1.8149414,2.6779175-7.9505005.2979736-2.1913452.2890015-4.5419922-.2738037-7.3190308,3.3078003,9.0015259,2.4238281,13.8154907,2.1566772,14.8578491,1.8394165-6.1491699.9227295-12.2822876-1.0669556-17.7627563,1.7134399,2.078186,3.5775757,5.3490601,4.5377808,10.1375122-.0164795-.8827515-.0579224-1.7862549-.1112061-2.6990967.9786987,4.0577393,1.5847168,7.5534668,1.6155396,10.0422363,0,0,1.3439331-1.1723633,2.4713135-4.3344116,2.0893555-1.1702881,3.8417358-2.8883667,5.2844238-4.9021606,4.3835449,5.8270874,9.9852905,9.6520996,9.9852905,9.6520996.0009155-.0026855-1.3126221-1.7171631-3.0552979-4.4360962,2.5371704,2.2144775,4.4443359,3.5011597,4.4820557,3.418396,0,0-2.2487183-5.1572266-2.1390991-12.5368042.9752197,4.4250488,1.9439087,7.9170532,2.8734131,10.4224854,0,0,.4199219-6.6928711,1.5719604-9.5414429,0,0,1.6001587,6.6651001,5.444519,10.5028687,0,0-1.7113647-6.0713501-1.5593872-13.3950806.3552246.6544189.7425537,1.3045044,1.1615601,1.9487915.8898926,1.8608398,2.40271,4.1881104,4.8401489,5.8751831,1.359375,1.1849365,3.2250366,1.9627075,5.7149048,2.2164917-.7008057,2.0775146-1.505127,3.9276733-2.3859863,5.0500488,0,0,1.9906006-1.942688,4.3426514-5.0318604.1536255-.0010986.3024902.0039673.4594727-.0015259,0,0-.109375-.0654297-.305481-.2023315,1.7052612-2.2611694,3.5765381-5.1080322,5.0128174-8.2483521.1967773.37323.3797607.7539673.5476685,1.1428223.1894531.6582642.3384399,1.3324585.4328003,2.0275879,1.0427246,7.678833-1.3912964,10.222168-1.3912964,10.222168,0,0,.8623047-.4793091,2.0963135-1.3178711-.1309814.1842041-.262146.3684082-.4014893.552063,0,0,.1201782-.0621948.3206787-.1817017-.2631226.8065796-.5363159,1.1687012-.5363159,1.1687012,0,0,.8024292-.5739136,1.9334717-1.546875-.109436.197876-.218689.3956909-.3363037.5939331,0,0,1.8329468-1.2124634,3.4263916-3.5941772,1.3798828-1.5269165,2.7112427-3.3262329,3.5040894-5.2192993l.0067139,1.8858643s1.9466553-1.2640381,3.7234497-4.4855347c1.2751465,1.760437,2.2991943,2.7880859,2.2991943,2.7880859-.3076782-.4525757-.604126-.9310913-.890686-1.4276123.8964844.8320312,1.8839722,1.675293,2.9707642,2.5288696,0,0-1.6323853-3.7529297-2.5504761-8.4325562.548584-1.9605103.937439-4.2866211,1.0187988-7.0345459.0466919-1.5732422.0542603-3.0308838.0238647-4.4012451.2827148.2593384.576355.5213623.8831787.7865601.5244141.6432495,1.0976562,1.3022461,1.7370605,1.9866943,3.0003052,3.2119141,5.1685791,7.9586792,5.1685791,7.9586792.1352539-1.338501-.8204346-5.2660522-.8204346-5.2660522,2.9533081,3.1151733,3.9743652,8.6268311,3.9743652,8.6268311,0,0,3.3438721-8.5640259-1.6332397-18.4188843-.4684448-.9274902-.9520874-1.9570312-1.4441528-3.0728149.0018311-.2921143.0409546-.5630493.1429443-.7879639.6450195-1.4220581,3.6791992-14.7293701,5.8512573-21.1152954ZM192.5725708,231.2146606c-.2456055-.8297729-.3835449-1.3345337-.3835449-1.3345337.157959.2798462.3118896.5459595.4654541.8106079-.0267334.1741943-.0565796.3505859-.0819092.5239258ZM194.1599731,158.6395264c-1.1827393,3.4365234-1.6152954,7.324707-.7480469,10.8671265-.0944824,1.2981567-.2123413,2.5546875-.3736572,3.7755127-.7693481,2.0263672-1.446167,4.1777954-2.0249023,6.413147-.8845825-3.4816284-1.2932739-7.4381714-.7069092-11.703125.4485474-3.2622681,2.0614624-6.6759644,3.8865356-9.6547852-.0105591.1003418-.0227051.2022095-.03302.302124ZM227.3842163,258.2822876c.1623535.0068359.3204956.0147705.475769.0233154.0137939.336792.0164185.6867676.0119629,1.0446777-.1488037-.3518066-.3111572-.7077637-.4877319-1.0679932ZM252.7494507,52.7166138c-.4276123.0783691-.8461304.161377-1.2573242.2473145-.4314575-.0290527-.8783569-.029541-1.3388672-.0014648.017395-.0675659.0352783-.1348267.0513306-.203064-.2908325-.0753174-.5749512-.1200562-.8539429-.1420288-.0125122-.0391846-.0276489-.0749512-.0413818-.1124878.9135742-1.0304565,4.2287598-4.5079346,3.4401855.211731ZM261.1795044,51.8930664c-.8538208.0106201-1.69104.0432129-2.5100708.0952148.0493774-.0343628.0977783-.067627.152771-.1089478,1.4334106-.6373901,2.6273804-.6468506,3.5932007-.2330322-.4794922.0626221-.9017334.1439209-1.2359009.2467651ZM266.3570557,274.4636841c.5427246-2.1134644.9401855-4.8544312.9431763-8.355835.147644-.0531006.2943115-.1092529.4385986-.1710205.5796509,1.2735596,1.2696533,2.4957275,2.0266724,3.6548462-1.121582,1.9472656-2.3513794,3.600769-3.4084473,4.8720093ZM296.7548218,259.0963135c.0890503-.7626953.2234497-1.5006104.3887939-2.2216187,1.5016479.2931519,2.4692383.612793,2.7765503.9491577.2472534.270813.4987183.5412598.7518921.8117676-.2449341,4.0802002-1.1795654,6.7115479-1.1795654,6.7115479,0,0,1.2191772-2.3769531,1.684021-6.1744385.2528687.2681885.5067749.5369873.7610474.8067627-.3214111,2.8138428-.7096558,5.005188-1.1057129,6.7043457-2.0957031-1.2330322-4.5472412-3.5593262-4.0770264-7.5875244ZM300.4447021,268.1956787c-.1594849.5631714-.3170166,1.0548706-.4685669,1.4797363-.2124634-.2255249-.746521-.887146-1.4752808-2.4403687.5613403.4569092,1.2072144.7963867,1.9438477.9606323ZM300.871521,274.0535889c-.5786133-.5350952-1.2540283-1.2227783-1.9812012-2.083252.0993652-.1429443.2255249-.3465576.3707886-.6226196-.1584473.2510986-.2902832.4528198-.3894043.6002808-.729126-.8646851-1.5089722-1.9033813-2.2935791-3.1341553l-1.8605347-4.6485596s2.6126099,4.0404053,5.2460327,5.5445557c-.2589722.7217407-.4993286,1.2515259-.7025146,1.6378784.4147339-.6573486,1.0180664-1.6700439,1.7520142-3.0643921.4229736.0380249.8705444.0253906,1.3505859-.0616455-.3908081,1.7780151-.8947754,3.848877-1.4921875,5.8319092ZM302.5180664,267.5085449c-.2687988-.1071167-.5739746-.2401123-.9025879-.4021606.5162354-1.0325928,1.0769043-2.2176514,1.6697998-3.5773315,0,0-.2745972,1.6625977-.7672119,3.9794922ZM309.0684814,98.4202881c1.8798828,2.8989258,3.7876587,5.8027344,5.4129028,8.9604492-1.7184448-2.6637573-3.4918213-5.0404663-4.9495239-6.8788452-.1411133-.6608887-.2952271-1.3556519-.4633789-2.081604ZM314.6976929,118.088623c-.1817017-.3862305-.355835-.7774658-.5115967-1.1807861-.8895264-2.3059082-2.1120605-5.7941895-3.4368286-9.7230225-.1090698-.7581787-.3473511-2.3008423-.7509766-4.3909302.2637329.5852051.5102539,1.1775513.7297974,1.7719116,0,0-.2827759-1.2337036-.9080811-3.02771.737793,1.1860962,1.4434204,2.4483643,2.0772705,3.7684937.0283813.144165.0587769.2987061.0946655.4812012,0,0,.1472168.187439.368103.5273438,1.088501,2.4631958,1.9054565,5.0870972,2.1949463,7.7287598.1834717,1.6740112.1953125,3.0200195.1427002,4.0447388ZM331.2887573,200.7668457c-.4489746-.4573975-.902771-.9343262-1.3598633-1.4290161.0100708-.5263062.0015869-1.0599365-.0386353-1.6049805.593689.9852295,1.0751343,2.0002441,1.3984985,3.0339966ZM329.380127,211.1937866c-.0932617.1646729-.1877441.3271484-.2831421.4876709-.1102295-.5818481-.2335815-1.1561279-.368042-1.7236328.2263184.3904419.4437256.8029785.6511841,1.2359619ZM328.2835693,228.6574097c.262207.5930786.5074463,1.2373047.7227173,1.9469604-.1154175-.999939-.2773438-2.0325928-.4746704-3.0872192.0409546-.1913452.0822754-.3875732.1235962-.5834961.6641846,1.4555664,1.1131592,3.2467041,1.4154663,5.0332642-.6929321-.5147095-1.401062-1.1802368-2.0923462-1.9550781.1008301-.4393921.2024536-.8894653.3052368-1.3544312ZM316.9876099,128.1571045c-.4771118-.9107056-.9935303-1.9064941-1.5487061-2.998291.2532959.1395264.4761963.2714233.6449585.3936768,2.0351562,1.4749146,3.4938965,3.2907104,4.602478,5.5675049.6264038,1.2862549,1.0335693,2.7094727.9475708,4.1375732-.0413208.6853638-.2052002,1.354126-.4636841,1.9835205-.1306763-.5426636-.2816772-1.0716553-.4482422-1.5750122-.2056274-1.078125-.6091309-2.4185791-1.381958-3.9397583-.4916992-.9678955-1.3341675-2.1695557-2.352417-3.5692139ZM322.1953735,168.7744141c-1.2140503-3.8566284-2.3359375-7.3397827-3.1690063-9.9821167.0031738-.1027222.0072632-.2102661.0116577-.3186035,1.0814209,2.8067627,1.8453979,4.8511963,1.8453979,4.8511963.0151367-.0071411-.6812134-2.376709-1.796936-5.7753906.0101318-.1569824.0212402-.3175659.0337524-.4822998,2.0736694,2.288208,4.2359009,5.0770874,5.6556396,7.9958496,1.8609619,5.3284302,2.0493164,9.9455566,1.8357544,13.0337524-1.4093628-4.1956177-3.2637939-7.5853271-4.4162598-9.3223877ZM325.5668945,226.0328369c-.3533936-.6895142-.7237549-1.354248-1.1027832-1.9953613-.0354614-.1359253-.071106-.2715454-.1062622-.4075928.4046021.2715454.8824463.6577759,1.3861694,1.1735229-.0526733.4081421-.1103516.817749-.177124,1.2294312ZM323.2426147,172.1245117c1.529541,1.6731567,2.5797729,4.1269531,3.2994995,6.7921143-.1272583,1.2854614-.3122559,2.2306519-.4338379,2.7584839-.9153442-3.1799927-1.8984375-6.4328003-2.8656616-9.5505981ZM326.3533325,182.5220947c-.0664062-.2331543-.1363525-.4699097-.2036133-.7039795.1289673-.2821655.3226318-.7369385.5432739-1.3484497-.0966187.6998901-.2072754,1.3876343-.3396606,2.0524292ZM327.2501831,182.1397705c.3858643,2.1984253.5974121,4.3861694.7102051,6.2713013-.3389282-1.3122559-.7047729-2.6704712-1.0908203-4.0578613.1509399-.7269287.2778931-1.4656982.3806152-2.2134399ZM327.1846313,233.3222656c.0068359-.0272217.0135498-.0541382.0203857-.0814819.1706543.5203247.3150635,1.010437.4396362,1.4743652-.1542969-.4597168-.3076172-.9244995-.460022-1.3928833ZM328.7173462,237.7966919c-.0618286-.1714478-.1235962-.3419189-.1851807-.5150757.0134277-2.0736694-.3067627-4.0820312-.8527222-5.9883423.0444946-.1876831.0894165-.37854.1343994-.5706177.958252.6605835,1.7681885,1.1124878,2.2779541,1.375061.1158447.7015381.2103882,1.4005737.2862549,2.0764771-.6135864,1.4259033-1.2260742,2.6774292-1.6607056,3.6224976ZM330.8314209,233.0805054c-.0377808-.3510742-.0747681-.7025146-.1251221-1.0501099-.3155518-2.1778564-.9065552-4.5908813-1.7562256-6.524353.0349121-.1716309.0693359-.3380737.1043091-.5132446.0548706-.2740479.1008301-.5449829.1485596-.8165894.4884033,1.2307739.9473877,2.6184082,1.3529053,4.1792603-.2523193-2.1592407-.595459-4.3905029-1.0067749-6.6663818.2752686-2.7038574.2120972-5.2792969-.0949097-7.7327881.2486572-.2669678.4955444-.5502319.737793-.8516235,1.8132324,4.7965698,2.6442871,10.8977661,2.3214722,13.8579712-.2250977,2.0643921-.9144897,4.199707-1.6820068,6.1178589Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* HOLLYWOOD 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9974976,215.3813477c1.5670776-4.6074219,2.2932129-9.9216309.052124-14.7816162.0110474-1.5176392-.0234985-3.0652466-.1032715-4.6290283,1.0474243-1.5346069,1.9972534-3.2312012,1.7396851-5.1885986-.2576294-1.958313-1.369873-3.9570923-3.0610352-6.0133667-.9141235-4.8926392-2.2618408-9.592041-4.0224609-13.642395,2.5879517-6.8841553-.4610596-15.6878052-4.6160278-19.8414917-.251709-.2516479-.4954224-.4969482-.7402954-.7431641.3057861-3.2728271-1.0714722-4.8766479-1.9154053-4.8916626-.0601807-.0010376-.1473389-.0130005-.2572021-.0356445-.0252075-.1143799-.0476685-.2285156-.074646-.3430786-.0141602-.0603027-.0327148-.1199951-.0477295-.1801758.3847046-3.9962769.3497314-8.2490845-.9613037-10.3580933-.909668-1.4633179-2.1842651-3.8380127-3.8786011-7.2180176-.0253906-.5118408-.0594482-1.0199585-.1164551-1.519165-.4071655-3.5681763-1.8237305-6.3047485-3.0968018-9.56073-.692627-1.7716064-1.2750854-4.4021606-1.8104248-6.925293.1165161.2923584.1760864.4540405.1760864.4540405-.4075928-1.1070557-.3753052-2.6029663-.5612793-3.7750854-.1882935-1.1865845-.3878784-2.37146-.6003418-3.5539551-1.9661255-10.9415283-5.0518188-22.1622314-10.7623291-31.7935181-1.1292114-1.904541-2.4246216-3.7285156-3.9013062-5.3859863-.1401978-.1790771-.2843018-.3560181-.4317017-.5314941-.5297852-.6994629-1.1558838-1.3712769-1.8943481-1.9790039-1.3066406-1.1967773-2.7956543-2.2623901-4.4239502-3.1566162-.8463135-.5843506-1.7071533-1.0530396-2.5783081-1.3795166-1.2198486-.5498047-2.5322266-.9141846-3.678772-1.5315552-3.6437378-1.9619141-24.7213745-11.322998-46.7553101,2.1624146-18.0004272,11.0167236-23.2629395,43.6035767-23.9157715,48.1453857-1.3248291,3.928772-2.5473022,7.4169922-3.4369507,9.7229004-1.8719482,4.8518066-5.7888794,8.3626099-7.8684692,13.0244751-1.3956909,3.1286011-.7996826,6.1213989.552124,8.9736328-.3026123,1.899231-.3364258,3.7510376.0289307,4.9078979.0692139.2191772.1693115.5055542.289917.8428345-.4431763.9458618-.6551514,2.3766479-.2338867,4.314209.3456421,1.5898438,1.031311,3.0652466,1.6618042,4.4978638-.8438721,1.045105-1.7495728,2.1478882-2.7116089,3.3022461-3.2501831,3.8999634-5.888916,14.4420776-4.9439697,23.9973755-.8025513,3.0603027-1.2878418,6.4121704-1.0889282,9.7929688-.2233887.9162598-.4291382,1.8004761-.6149902,2.6471558-2.3676758,2.7419434-4.2937012,6.0231934-4.3276978,10.2497559-.06427,7.9848633,5.213501,11.9961548,7.5944214,13.3986816.7290039,2.9191895,2.0421753,4.5084839,2.6037598,5.0811157-1.3721313,4.095459-4.6094971,8.6974487-7.4222412,10.4385986,0,0,6.3653564-2.7435913,9.6818237-9.2783203.2714844.4476318.5601196.8869019.861145,1.3175049-3.3927002,8.4775391-7.3692017,16.3455811-10.5308228,21.1585083-6.0616455,9.2276611-3.7096558,18.1153564-3.7096558,18.1153564,0,0,1.638916-5.3605347,4.9261475-8.1210938,0,0-1.3944092,3.7940063-1.4118042,5.1392212,0,0,2.6921387-4.4705811,6.0370483-7.3218994,1.1425781-.973938,2.1130981-1.9032593,2.9680176-2.8150635-.2074585,1.4604492-.3818359,3.0250854-.5254517,4.7321167-1.0090332,11.9956665,4.7088623,16.7042236,4.7088623,16.7042236l.2242432-1.9058228c.7086792,2.2145996,2.2401733,4.3401489,3.833374,6.1032104,1.5935059,2.3817139,3.4265137,3.5941772,3.4265137,3.5941772-.1176147-.1982422-.2269897-.3960571-.3363037-.5939331,1.1309814.9729614,1.9334717,1.546875,1.9334717,1.546875,0,0-2.130188-2.8027344-.2241821-10.3140259,1.3071289-5.1514893,5.4376221-8.8400269,8.8845215-12.6138306,3.4741821-3.8036499,6.9967041-7.3261108,9.8997192-11.586853,6.7512817-2.6660156,9.430542-10.868042,3.4142456-17.4081421-.6671143-.7251587-1.267334-1.6225586-1.8154297-2.6407471-.7223511-3.8295898-2.159668-7.6449585-3.4692993-10.7902832-1.510376-7.4004517-2.1574707-15.548584-2.9550171-19.8465576.390625-1.4313354.887207-2.8432007,1.4484253-4.262146.9654541-2.4407959,1.3164673-6.2015991,1.2800903-10.6279297,1.0339355-4.791626.3485107-9.2250366-1.2106934-16.0308838-.6834106-5.6908569-1.5407715-11.3223877-2.2584839-15.9870605-.6265869-4.0723877-1.0254517-7.8604736-1.277832-10.8835449v-1.3251343c.0310669-1.0007935.0748291-1.9328003.125-2.7832031.350647-1.9730225.7605591-3.5762939,1.1721802-5.0338745,2.5770264-4.3954468,4.484375-9.8809204,6.3129883-15.2887573.0903931-.1878662.1815186-.3779907.2721558-.5665894.201355-.0032959.7369995-.0140991,1.4278564-.0446777l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0368042-.7088623-.074585-1.3847656-.1124268-2.0019531.2879028.8225708.5782471,1.6625977.8703003,2.5213623.5498047,2.9072876,1.0915527,6.3570557,1.0311279,8.4151611l1.8231201.3857422.2414551.9128418s.0857544.0661011.2876587.1360474c.3529053.9810181.717041,1.9679565,1.0930786,2.9575195-.4013672-.8535767-.8027954-1.7276611-1.2036133-2.6286621,0,0,1.1446533,3.3036499,3.3098755,7.8379517.9763794,2.260437,2.039978,4.5002441,3.2116089,6.6812744.0321655,1.09021.0574341,2.2493896.0702515,3.4667358l.0002441.0197144c.0255127,2.447937.0019531,5.1143188-.1075439,7.8439331-.2515869,1.6845093-.5193481,3.621582-.7693481,5.7126465-2.0665894,5.835083-6.4620972,18.5878296-7.9013062,25.4451294-1.24823,5.9471436-2.3544312,21.7717285-1.5696411,26.0319214.7848511,4.2601318-2.5786133,15.0541992-1.2332764,22.0049438.411377,2.1253662,1.0547485,4.3837891,1.9497681,6.5662842.1060181.4197388.2216187.8373413.3486328,1.2518311,4.260376,13.9015503,21.7503052,24.8882446,18.3868408,39.9108276,0,0,2.1299438-1.4868164,4.5888062-4.8704834-.7264404,7.2659912-4.1003418,15.2017212-5.8781128,16.8101196,0,0,5.6057129.6726074,8.6328125-2.5785522,0,0-.6726685,1.9058838-1.7938232,3.2511597,0,0,3.8118896.1121216,6.5026855-8.968689.1702881-.5747681.3359375-1.1481323.4967041-1.7199097,4.8727417-4.1751099,13.815918-12.8023682,12.4345703-18.8460083-.8858643-3.8760986-3.4255981-7.1817627-6.2920532-10.2271729-.1434326-.1784058-.2886963-.3572998-.4356079-.5366211-.3938599-1.0253296-.7645264-2.3720093-.4016724-3.171875.6450806-1.4219971,3.6791992-14.7293091,5.8511963-21.1152954ZM161.2594604,182.1397705c.1026611.7477417.2296143,1.4865112.3805542,2.213501-.3859863,1.3873901-.7518921,2.7456055-1.0908203,4.0578613.112854-1.8851318.3244019-4.072937.7102661-6.2713623ZM156.7994995,202.8855591c.1348267-1.7680054.8248901-3.5016479,1.8198853-5.15271-.3799438,5.1381226,1.6019287,9.4385376,3.5991211,12.9873047-.1508179,2.0484009-.027832,3.7850952.2462769,5.2369995-2.1386108-2.5540771-6.053833-7.9775391-5.6652832-13.0715942ZM162.156189,182.5220947c-.1717529-.8619995-.3173218-1.753418-.4263916-2.6744385.7197266-3.0194092,1.8308716-5.8565674,3.5371094-7.7231445-1.0529175,3.394104-2.12854,6.9523315-3.1107178,10.397583ZM165.3323975,221.7360229c-1.4718018-3.30896-2.0227661-6.4197998-2.0529175-9.178833.4823608.8222046.9371948,1.59729,1.3308105,2.3285522.2763062,1.4850464.6866455,3.0296631,1.2382812,4.6604004-.097229.6965332-.2730713,1.4330444-.5161743,2.1898804ZM166.3141479,168.7744141c-1.225769,1.8475952-3.2460327,5.5644531-4.6798096,10.1326904-.3001099-3.3500366-.1160889-7.0287476.9465942-10.8567505,1.1008301-3.9653931,4.0344238-7.9221191,6.8084106-10.9830933.0480957.6356812.0782471,1.2158203.0939331,1.7250366-.8330688,2.642334-1.9550171,6.1254883-3.1691284,9.9821167ZM168.269165,134.3967285c-.3670654.8342285-.6828003,1.8186035-.9298706,2.8443604-.2584839-.6293945-.4222412-1.2981567-.463562-1.9835205-.0861206-1.4281006.321106-2.8513184.9473877-4.1375732,1.1087036-2.2767944,2.5675049-4.0925903,4.6025391-5.5675049.1687622-.1222534.3917847-.2541504.6449585-.3936768-2.4777832,4.8724365-4.2285156,7.9359131-4.8014526,9.237915ZM172.9328003,211.2954102c.1813354-1.1508789.4938965-2.2965088.9204102-3.4343262-.2806396,1.1291504-.5874634,2.2750854-.9204102,3.4343262ZM202.2443237,232.3565674c1.397644,2.7530518,1.7868652,5.829895.09375,8.7223511-.7097168,1.2125244-1.5481567,2.2042236-2.4746094,3.0157471,2.175415-3.5935059,4.0232544-7.7558594,2.3808594-11.7380981ZM200.2626343,111.4705811c-.1449585.2556152-.3077393.4849243-.4631958.7254639.5831909-1.2149658,1.1700439-2.4403076,1.760498-3.6674194-.5209351,1.3537598-.958252,2.2984009-1.2973022,2.9419556ZM278.2041626,119.5061035c1.7050781,1.4935303,2.5634766,3.3577881,2.8822021,5.6590576.017395.1256714.0300903.2518921.0450439.3778687-.876709-1.7780762-1.8502808-3.786438-2.9272461-6.0369263ZM287.6642456,150.2496338c.2616577.2679443.5202026.5406494.7764893.8157959-.1184692,1.4371338-.5596313,3.0552979-.9876709,4.3800659.1871948-1.569458.2891846-3.3322754.2111816-5.1958618ZM288.4400024,149.7282104c-.2953491-.2989502-.5855713-.59375-.8695679-.883606-.0325317-.3567505-.0707397-.7154541-.1182861-1.0769043.6043701.3931885.8983154,1.0964966.987854,1.9605103ZM293.9699707,169.7357178c-.6967773-1.4603271-1.4505005-2.822937-2.262207-4.0606079-1.546936-2.3589478-3.140564-4.8446655-4.718811-7.3432617.0532837-.2623291.105896-.5333252.1566772-.8170776.6155396-1.8363647,1.5087891-3.703125,1.9212036-5.7620239,1.8803711,2.1081543,3.5108032,4.3729248,4.3148804,6.5359497,1.689209,4.5438232,1.5047607,8.3875122.5882568,11.4470215Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.1761404,205.4827387c-.400618,11.8224045-6.7488064,11.8722482-6.7488064,11.8722482-5.559297.2033726-8.3231055-3.8294091-8.3231055-3.8294091l.5336976,3.0177655c-3.5112469-3.0177655-5.0349749-8.3490086-5.0349749-8.3490086-2.7252313-1.7274633-7.5919396-8.9441172-8.9556775-14.3642233-1.2111594.9143936-1.1832903-3.5006323-1.1832903-3.5006323,0,0,.2378925.0565301.58324-.3126688-.8358386-8.0803388-.677228-22.6837044-.0281263-28.1495863l7.136542-19.5724703c.9089248-7.6539086,3.5623091-14.3536327,7.693269-19.1960474,2.7763636-3.2544764,5.6487727-4.8937079,6.9799421.0393466,2.027686,7.5141966,2.864717,15.3994856,2.6454818,23.1749408-.2258985,8.011605-1.8981369,15.8921949-2.3647803,23.8848864-.5852507,10.0237993,3.0036182,19.4498014,5.5079309,28.9808681.4755045,1.8096867,1.6221348,4.4314145,1.5586578,6.3039903ZM211.433463,172.4054751c-.2948465-.9933908-1.3292756-3.016316-2.6907924-5.4538184-.0267702-2.8492273-.2802573-4.1315106-.2802573-4.1315106l-1.087011-.2173999c-1.1884807-9.6226182-8.028376-16.5418932-10.6613962-24.5950891l-3.4157158-10.4471436-.5189681-3.2793515s-.1241951.240358-.3337743.6712536l-1.5754681-4.8186384s-2.1826259-1.2559119-4.387159,3.1393121c-5.6136324,11.1920171-5.1096275,23.8534652-3.4018982,35.9744176.251453,1.7847415.5289982,3.5577468.8169709,5.3126335,1.4197566,8.6523024,2.8734845,17.5164873,1.7424722,26.2917625-.8471078,6.5725666-2.6803649,14.6973252-9.8698862,16.9525661,0,0,11.5492087,2.2019371,13.9878234-4.9109615,0,0,1.9068577,5.6425091-2.1357021,12.9420644,0,0,3.232673-.3026626,5.6844975-4.2004081,0,0,.669723,3.5955037-2.3145131,9.8740578,0,0,15.4418553-8.4318398,17.7130684-25.1413126.4482199-3.2976337.5381164-7.5001926.4064397-12.0467713,1.7405784-5.9639216,2.6935279-10.6615043,2.3212699-11.9156627Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M337.5693359,223.1043701c2.1719971-6.3859863,2.7310181-14.130127-3.991394-20.1400146-.0521851-.0466309-.1055908-.0969238-.15802-.1442871-.2119141-3.9202881-2.0578613-7.0095215-4.3045654-9.6115723-.1859131-.8466187-.3916626-1.730835-.6149902-2.6471558.1987915-3.3807983-.286377-6.732666-1.0889893-9.7929688.1137695-1.1503906.1743164-2.3150635.1893921-3.4807129.9552002-4.366333,1.3712769-11.3218384-2.2046509-19.4508667-1.3776245-3.1316528-2.8551025-5.4741821-4.3967285-7.395813.1641235-.4805298.3093262-.9690552.4182739-1.4700928.4212036-1.9375.2092896-3.3682861-.2339478-4.314209.1206055-.3372803.2207031-.6236572.289917-.8428345.3654785-1.1568604.331604-3.008728.0289917-4.907959,1.3516846-2.8521729,1.9478149-5.8449707.552124-8.9735718-1.7359619-3.8912354-4.7480469-6.9830322-6.7863159-10.7196045,1.9073486-8.3056641-1.7175903-15.5820312-5.7730103-21.4629517-.3157349-.4578247-.6254883-.9332886-.9307861-1.4202271-2.7814331-11.1124268-8.5509033-27.5144043-19.5081177-35.7706909-1.7595825-2.4246216-3.630249-4.1312256-5.3985596-4.0960083-.3809204.0075684-.7639771.0806274-1.1472168.2098389-1.9599609-.9528198-3.9036255-1.7393188-5.8188477-2.3778687-.5113525-2.3339233-2.3488159-2.0853882-3.8066406-1.5552979,0,0,.8660889.1187744,2.5635986.8318481.1356201.0569458.2345581.2081299.3077393.4230347-1.5159302-.47052-3.012146-.8493042-4.4838257-1.1503296-.3064575-.4157715-.5724487-.7244873-.7497559-.8659058-.0871582-.069458-.2962646-.1347656-.5883179-.1943359-.6196899-1.0332642-1.3088989-1.7384033-2.0136719-2.0145874-2.8094482-1.1010742-4.3467407,1.3748169-4.3467407,1.3748169,0,0,.3863525.2020264.680542.0836182,1.0147705-.7578125,2.4389038-1.6511841,4.0079956.3483887-1.2454834-.0971069-2.8084717-.131897-4.2174683-.0658569-1.0203247-.7858887-2.1755981-1.0163574-3.0760498-.953064-2.2446899.1577148-3.1437988.9468994-3.1437988.9468994l-.222229.1801758c-.5768433-.1572266-1.2080688-.1565552-1.8770142.0314941,0,0,.7293701-.072937,1.6149902.1809692l-.031311.0254517.2219238.1509399c-1.3926392.1204834-2.7283936.2939453-3.9972534.5062256.1949463-2.4057007-.6363525-2.961731-1.4827881-2.7116089-1.0192871.3012085-2.1950073,1.7424927-2.8703003,2.347229-.3591309-.6842041-.9876099-1.0058594-1.8561401-.9082642-1.4057007.1578979-2.2357788,2.4331665-2.2357788,2.4331665l1.0779419-.7132568c.6341553-.9030762,1.3927612-.9051514,1.8925171-.3273926-.975647.2028198-1.8790894.7158203-2.727478,1.4327393-.5471191.2217407-1.1000977.473877-1.6569214.757019.0658569-.1071777.1031494-.1676636.1031494-.1676636-.0318604-.0582275-.1061401-.0878296-.2097778-.097229-.9165039.3890991-1.826416.8397217-2.7286987,1.3615723-.4703369.0650024-1.5032959.826416-2.2578125,1.4285278-.0548706.0362549-.1118164.0720825-.1665649.1083984-1.5725098.5592041-3.1424561,1.2424316-4.4710083,2.0184937-.3584595.2094727-.744812.4699707-1.1491699.7731934-.9659424.5991211-2.072998,1.3917847-3.1102905,2.3504028-.1588745.1467896-.3167725.2944946-.473999.4429321-.3551636.305603-.6837769.6251831-.9868164.9561157-3.7040405,3.6876221-6.8534546,8.0172729-8.9780273,14.5296021-3.1618652,7.3302002-5.1968384,15.2158203-6.644043,22.9928589-1.2787476,3.9380493-1.6268311,7.2316895-1.6268311,7.2316895.2468872-1.0602417.5664673-2.1333008.925293-3.1851196-.0300293.1855469-.0643921.3704224-.0939941.5560913-.1859131,1.1721191-.1537476,2.6680298-.5612793,3.7750854,0,0,.0596313-.1616821.1762085-.4540405-.0817871.3850098-.164978.7719727-.2490845,1.1585693l-.9933472.8898926s-7.5548706,16.803772-13.0722046,33.0674438c-.7954712,2.3450928-1.3876343,4.5997925-1.8428955,6.7744141-.9088745,1.524353-1.9247437,3.1802979-3.036499,4.9511108-2.7387695,4.3623657-3.9387207,15.4163818-1.5901489,24.8508911-.0583496.2471313-.1112061.4978638-.1672363.746582-.0704346.1306152-.1360474.2626343-.210022.3922729-5.3635864,9.4002075-9.539856,23.0800781-9.0827026,34.7008667.4570312,11.6207275,4.9155884,15.5792847,4.9155884,15.5792847-7.1541748-15.4041748-2.1185913-28.7966309-2.1185913-28.7966309-1.8700562,8.4255371-1.3234253,15.9227905,2.1411743,25.4100342.9958496,2.727356,2.5011597,5.298584,4.1394653,7.5805054-.3475952.4844971-.6860352.9656372-1.0135498,1.4428711-2.6276855,3.2537231-4.909729,6.7421265-5.4995728,10.6742554-.7548828,5.0316772,5.5561523,11.2713013,10.7042236,15.4448242,1.8465576,1.9172974,3.7259521,3.6195679,5.2219238,4.9013062.1608276.5717773.326355,1.1451416.4967651,1.7199097,2.6907959,9.0808105,6.5026855,8.968689,6.5026855,8.968689-1.1211548-1.3452759-1.7939453-3.2511597-1.7939453-3.2511597,3.0270996,3.2511597,8.6328735,2.5785522,8.6328735,2.5785522-1.4486084-1.3106079-3.956665-6.8225708-5.2288818-12.749939,2.972168,4.4082031,5.8893433,6.807373,6.1906738,7.4688721,0,0-.3844604-1.2832642-.7669067-3.2390747.4754639.3165283,2.5460205,3.6217041,3.3565063,4.6942139,0,0-1.2730103-5.208374.0163574-9.0828857.779541-2.3427734,1.1676025-2.9135132,1.4941406-3.2387695.0779419.4946899.1602783.9815674.2487793,1.4575806-.00354-.5932007.0159912-1.1678467.0452881-1.7336426.1107178-.1101685.2260132-.2467651.3598633-.4735718.053833.1755371.1129761.3666382.1759644.5691528.2365112,2.1473389.8391724,4.1439209,1.9642944,5.8805542,0,0-.0305786-.0871582-.0717773-.2776489.7767334,2.102417,1.6361084,4.1622314,2.4222412,5.4440918,0,0-.3109131-1.3312988-.5831909-3.1838989-.3586426-3.8468018.1240234-8.010498.3025513-9.3411865.0396729-.0905151.0789185-.1815796.1224976-.2670288.0474243-.0930786.3565063.2585449.7776489.9309082-1.2843018,7.9805298.5958252,11.9787598.5958252,11.9787598-.3845825-2.8280029.0002441-6.4000854.5897217-9.7285156.4528198,1.0047607.8977051,2.1930542,1.2329712,3.477417-1.0639038,5.0551758-2.4979248,9.4876709-2.4979248,9.4876709.0518188.1079102,4.0523071-2.3568115,8.4865723-6.1957397-2.9400024,4.8755493-5.6463623,8.3561401-5.6449585,8.3596802,0,0,8.4134521-7.272644,13.0294189-16.0843506.1037598-.1378174.2067871-.2758179.3079834-.4146118-.2818604,6.9210205.4549561,13.4223022.4549561,13.4223022.1384277-5.4151001,2.3088379-10.2164307,3.9575195-13.1096802,2.2787476,3.9428711,4.3543091,6.7727661,5.6636353,8.2857056,4.3579102,5.0357056,3.2682495,9.744751,3.2682495,9.744751,0,0,1.84375-1.8149414,2.6779175-7.9505005.2979736-2.1913452.2890015-4.5419922-.2738037-7.3190308,3.3078003,9.0015259,2.4238281,13.8154907,2.1566772,14.8578491,1.8394165-6.1491699.9227295-12.2822876-1.0669556-17.7627563,1.7134399,2.078186,3.5775757,5.3490601,4.5377808,10.1375122-.0164795-.8827515-.0579224-1.7862549-.1112061-2.6990967.9786987,4.0577393,1.5847168,7.5534668,1.6155396,10.0422363,0,0,1.3439331-1.1723633,2.4713135-4.3344116,2.0893555-1.1702881,3.8417358-2.8883667,5.2844238-4.9021606,4.3835449,5.8270874,9.9852905,9.6520996,9.9852905,9.6520996.0009155-.0026855-1.3126221-1.7171631-3.0552979-4.4360962,2.5371704,2.2144775,4.4443359,3.5011597,4.4820557,3.418396,0,0-2.2487183-5.1572266-2.1390991-12.5368042.9752197,4.4250488,1.9439087,7.9170532,2.8734131,10.4224854,0,0,.4199219-6.6928711,1.5719604-9.5414429,0,0,1.6001587,6.6651001,5.444519,10.5028687,0,0-1.7113647-6.0713501-1.5593872-13.3950806.3552246.6544189.7425537,1.3045044,1.1615601,1.9487915.8898926,1.8608398,2.40271,4.1881104,4.8401489,5.8751831,1.359375,1.1849365,3.2250366,1.9627075,5.7149048,2.2164917-.7008057,2.0775146-1.505127,3.9276733-2.3859863,5.0500488,0,0,1.9906006-1.942688,4.3426514-5.0318604.1536255-.0010986.3024902.0039673.4594727-.0015259,0,0-.109375-.0654297-.305481-.2023315,1.7052612-2.2611694,3.5765381-5.1080322,5.0128174-8.2483521.1967773.37323.3797607.7539673.5476685,1.1428223.1894531.6582642.3384399,1.3324585.4328003,2.0275879,1.0427246,7.678833-1.3912964,10.222168-1.3912964,10.222168,0,0,.8623047-.4793091,2.0963135-1.3178711-.1309814.1842041-.262146.3684082-.4014893.552063,0,0,.1201782-.0621948.3206787-.1817017-.2631226.8065796-.5363159,1.1687012-.5363159,1.1687012,0,0,.8024292-.5739136,1.9334717-1.546875-.109436.197876-.218689.3956909-.3363037.5939331,0,0,1.8329468-1.2124634,3.4263916-3.5941772,1.3798828-1.5269165,2.7112427-3.3262329,3.5040894-5.2192993l.0067139,1.8858643s1.9466553-1.2640381,3.7234497-4.4855347c1.2751465,1.760437,2.2991943,2.7880859,2.2991943,2.7880859-.3076782-.4525757-.604126-.9310913-.890686-1.4276123.8964844.8320312,1.8839722,1.675293,2.9707642,2.5288696,0,0-1.6323853-3.7529297-2.5504761-8.4325562.548584-1.9605103.937439-4.2866211,1.0187988-7.0345459.0466919-1.5732422.0542603-3.0308838.0238647-4.4012451.2827148.2593384.576355.5213623.8831787.7865601.5244141.6432495,1.0976562,1.3022461,1.7370605,1.9866943,3.0003052,3.2119141,5.1685791,7.9586792,5.1685791,7.9586792.1352539-1.338501-.8204346-5.2660522-.8204346-5.2660522,2.9533081,3.1151733,3.9743652,8.6268311,3.9743652,8.6268311,0,0,3.3438721-8.5640259-1.6332397-18.4188843-.4684448-.9274902-.9520874-1.9570312-1.4441528-3.0728149.0018311-.2921143.0409546-.5630493.1429443-.7879639.6450195-1.4220581,3.6791992-14.7293701,5.8512573-21.1152954ZM192.5725708,231.2146606c-.2456055-.8297729-.3835449-1.3345337-.3835449-1.3345337.157959.2798462.3118896.5459595.4654541.8106079-.0267334.1741943-.0565796.3505859-.0819092.5239258ZM194.1599731,158.6395264c-1.1827393,3.4365234-1.6152954,7.324707-.7480469,10.8671265-.0944824,1.2981567-.2123413,2.5546875-.3736572,3.7755127-.7693481,2.0263672-1.446167,4.1777954-2.0249023,6.413147-.8845825-3.4816284-1.2932739-7.4381714-.7069092-11.703125.4485474-3.2622681,2.0614624-6.6759644,3.8865356-9.6547852-.0105591.1003418-.0227051.2022095-.03302.302124ZM227.3842163,258.2822876c.1623535.0068359.3204956.0147705.475769.0233154.0137939.336792.0164185.6867676.0119629,1.0446777-.1488037-.3518066-.3111572-.7077637-.4877319-1.0679932ZM252.7494507,52.7166138c-.4276123.0783691-.8461304.161377-1.2573242.2473145-.4314575-.0290527-.8783569-.029541-1.3388672-.0014648.017395-.0675659.0352783-.1348267.0513306-.203064-.2908325-.0753174-.5749512-.1200562-.8539429-.1420288-.0125122-.0391846-.0276489-.0749512-.0413818-.1124878.9135742-1.0304565,4.2287598-4.5079346,3.4401855.211731ZM261.1795044,51.8930664c-.8538208.0106201-1.69104.0432129-2.5100708.0952148.0493774-.0343628.0977783-.067627.152771-.1089478,1.4334106-.6373901,2.6273804-.6468506,3.5932007-.2330322-.4794922.0626221-.9017334.1439209-1.2359009.2467651ZM266.3570557,274.4636841c.5427246-2.1134644.9401855-4.8544312.9431763-8.355835.147644-.0531006.2943115-.1092529.4385986-.1710205.5796509,1.2735596,1.2696533,2.4957275,2.0266724,3.6548462-1.121582,1.9472656-2.3513794,3.600769-3.4084473,4.8720093ZM296.7548218,259.0963135c.0890503-.7626953.2234497-1.5006104.3887939-2.2216187,1.5016479.2931519,2.4692383.612793,2.7765503.9491577.2472534.270813.4987183.5412598.7518921.8117676-.2449341,4.0802002-1.1795654,6.7115479-1.1795654,6.7115479,0,0,1.2191772-2.3769531,1.684021-6.1744385.2528687.2681885.5067749.5369873.7610474.8067627-.3214111,2.8138428-.7096558,5.005188-1.1057129,6.7043457-2.0957031-1.2330322-4.5472412-3.5593262-4.0770264-7.5875244ZM300.4447021,268.1956787c-.1594849.5631714-.3170166,1.0548706-.4685669,1.4797363-.2124634-.2255249-.746521-.887146-1.4752808-2.4403687.5613403.4569092,1.2072144.7963867,1.9438477.9606323ZM300.871521,274.0535889c-.5786133-.5350952-1.2540283-1.2227783-1.9812012-2.083252.0993652-.1429443.2255249-.3465576.3707886-.6226196-.1584473.2510986-.2902832.4528198-.3894043.6002808-.729126-.8646851-1.5089722-1.9033813-2.2935791-3.1341553l-1.8605347-4.6485596s2.6126099,4.0404053,5.2460327,5.5445557c-.2589722.7217407-.4993286,1.2515259-.7025146,1.6378784.4147339-.6573486,1.0180664-1.6700439,1.7520142-3.0643921.4229736.0380249.8705444.0253906,1.3505859-.0616455-.3908081,1.7780151-.8947754,3.848877-1.4921875,5.8319092ZM302.5180664,267.5085449c-.2687988-.1071167-.5739746-.2401123-.9025879-.4021606.5162354-1.0325928,1.0769043-2.2176514,1.6697998-3.5773315,0,0-.2745972,1.6625977-.7672119,3.9794922ZM309.0684814,98.4202881c1.8798828,2.8989258,3.7876587,5.8027344,5.4129028,8.9604492-1.7184448-2.6637573-3.4918213-5.0404663-4.9495239-6.8788452-.1411133-.6608887-.2952271-1.3556519-.4633789-2.081604ZM314.6976929,118.088623c-.1817017-.3862305-.355835-.7774658-.5115967-1.1807861-.8895264-2.3059082-2.1120605-5.7941895-3.4368286-9.7230225-.1090698-.7581787-.3473511-2.3008423-.7509766-4.3909302.2637329.5852051.5102539,1.1775513.7297974,1.7719116,0,0-.2827759-1.2337036-.9080811-3.02771.737793,1.1860962,1.4434204,2.4483643,2.0772705,3.7684937.0283813.144165.0587769.2987061.0946655.4812012,0,0,.1472168.187439.368103.5273438,1.088501,2.4631958,1.9054565,5.0870972,2.1949463,7.7287598.1834717,1.6740112.1953125,3.0200195.1427002,4.0447388ZM331.2887573,200.7668457c-.4489746-.4573975-.902771-.9343262-1.3598633-1.4290161.0100708-.5263062.0015869-1.0599365-.0386353-1.6049805.593689.9852295,1.0751343,2.0002441,1.3984985,3.0339966ZM329.380127,211.1937866c-.0932617.1646729-.1877441.3271484-.2831421.4876709-.1102295-.5818481-.2335815-1.1561279-.368042-1.7236328.2263184.3904419.4437256.8029785.6511841,1.2359619ZM328.2835693,228.6574097c.262207.5930786.5074463,1.2373047.7227173,1.9469604-.1154175-.999939-.2773438-2.0325928-.4746704-3.0872192.0409546-.1913452.0822754-.3875732.1235962-.5834961.6641846,1.4555664,1.1131592,3.2467041,1.4154663,5.0332642-.6929321-.5147095-1.401062-1.1802368-2.0923462-1.9550781.1008301-.4393921.2024536-.8894653.3052368-1.3544312ZM316.9876099,128.1571045c-.4771118-.9107056-.9935303-1.9064941-1.5487061-2.998291.2532959.1395264.4761963.2714233.6449585.3936768,2.0351562,1.4749146,3.4938965,3.2907104,4.602478,5.5675049.6264038,1.2862549,1.0335693,2.7094727.9475708,4.1375732-.0413208.6853638-.2052002,1.354126-.4636841,1.9835205-.1306763-.5426636-.2816772-1.0716553-.4482422-1.5750122-.2056274-1.078125-.6091309-2.4185791-1.381958-3.9397583-.4916992-.9678955-1.3341675-2.1695557-2.352417-3.5692139ZM322.1953735,168.7744141c-1.2140503-3.8566284-2.3359375-7.3397827-3.1690063-9.9821167.0031738-.1027222.0072632-.2102661.0116577-.3186035,1.0814209,2.8067627,1.8453979,4.8511963,1.8453979,4.8511963.0151367-.0071411-.6812134-2.376709-1.796936-5.7753906.0101318-.1569824.0212402-.3175659.0337524-.4822998,2.0736694,2.288208,4.2359009,5.0770874,5.6556396,7.9958496,1.8609619,5.3284302,2.0493164,9.9455566,1.8357544,13.0337524-1.4093628-4.1956177-3.2637939-7.5853271-4.4162598-9.3223877ZM325.5668945,226.0328369c-.3533936-.6895142-.7237549-1.354248-1.1027832-1.9953613-.0354614-.1359253-.071106-.2715454-.1062622-.4075928.4046021.2715454.8824463.6577759,1.3861694,1.1735229-.0526733.4081421-.1103516.817749-.177124,1.2294312ZM323.2426147,172.1245117c1.529541,1.6731567,2.5797729,4.1269531,3.2994995,6.7921143-.1272583,1.2854614-.3122559,2.2306519-.4338379,2.7584839-.9153442-3.1799927-1.8984375-6.4328003-2.8656616-9.5505981ZM326.3533325,182.5220947c-.0664062-.2331543-.1363525-.4699097-.2036133-.7039795.1289673-.2821655.3226318-.7369385.5432739-1.3484497-.0966187.6998901-.2072754,1.3876343-.3396606,2.0524292ZM327.2501831,182.1397705c.3858643,2.1984253.5974121,4.3861694.7102051,6.2713013-.3389282-1.3122559-.7047729-2.6704712-1.0908203-4.0578613.1509399-.7269287.2778931-1.4656982.3806152-2.2134399ZM327.1846313,233.3222656c.0068359-.0272217.0135498-.0541382.0203857-.0814819.1706543.5203247.3150635,1.010437.4396362,1.4743652-.1542969-.4597168-.3076172-.9244995-.460022-1.3928833ZM328.7173462,237.7966919c-.0618286-.1714478-.1235962-.3419189-.1851807-.5150757.0134277-2.0736694-.3067627-4.0820312-.8527222-5.9883423.0444946-.1876831.0894165-.37854.1343994-.5706177.958252.6605835,1.7681885,1.1124878,2.2779541,1.375061.1158447.7015381.2103882,1.4005737.2862549,2.0764771-.6135864,1.4259033-1.2260742,2.6774292-1.6607056,3.6224976ZM330.8314209,233.0805054c-.0377808-.3510742-.0747681-.7025146-.1251221-1.0501099-.3155518-2.1778564-.9065552-4.5908813-1.7562256-6.524353.0349121-.1716309.0693359-.3380737.1043091-.5132446.0548706-.2740479.1008301-.5449829.1485596-.8165894.4884033,1.2307739.9473877,2.6184082,1.3529053,4.1792603-.2523193-2.1592407-.595459-4.3905029-1.0067749-6.6663818.2752686-2.7038574.2120972-5.2792969-.0949097-7.7327881.2486572-.2669678.4955444-.5502319.737793-.8516235,1.8132324,4.7965698,2.6442871,10.8977661,2.3214722,13.8579712-.2250977,2.0643921-.9144897,4.199707-1.6820068,6.1178589Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* HOLLYWOOD 4 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M299.9974976,215.3813477c1.5670776-4.6074219,2.2932129-9.9216309.052124-14.7816162.0110474-1.5176392-.0234985-3.0652466-.1032715-4.6290283,1.0474243-1.5346069,1.9972534-3.2312012,1.7396851-5.1885986-.2576294-1.958313-1.369873-3.9570923-3.0610352-6.0133667-.9141235-4.8926392-2.2618408-9.592041-4.0224609-13.642395,2.5879517-6.8841553-.4610596-15.6878052-4.6160278-19.8414917-.251709-.2516479-.4954224-.4969482-.7402954-.7431641.3057861-3.2728271-1.0714722-4.8766479-1.9154053-4.8916626-.0601807-.0010376-.1473389-.0130005-.2572021-.0356445-.0252075-.1143799-.0476685-.2285156-.074646-.3430786-.0141602-.0603027-.0327148-.1199951-.0477295-.1801758.3847046-3.9962769.3497314-8.2490845-.9613037-10.3580933-.795166-1.2791138-1.8693848-3.2550049-3.2588501-5.9896851,2.583252,1.2236328,3.8209229,2.8997192,3.8209229,7.0024414,0,0,.0120239-.0762329.0291748-.2087402.0001831-.0015869.0003662-.0026245.0005493-.0041504.0057373-.0443726.0119019-.0960693.0186157-.1534424.0002441-.0021973.0004883-.0039673.0007324-.0062256.0067749-.0579224.0137329-.1224976.0209961-.192749.0003052-.0025024.0004883-.0047607.0007935-.0073242.0072632-.0706177.0144653-.1470947.0219116-.2293091.0002441-.0030518.0004883-.0060425.0007935-.0090942.2174072-2.4331055.3768311-9.7247925-5.0298462-12.866272-.2215576-.1287231-.4260254-.2525635-.6409912-.3791504-.6022339-1.7467041-1.3592529-3.4193726-2.0766602-5.2542114-.692627-1.7716064-1.2750854-4.4021606-1.8104248-6.925293.1165161.2923584.1760864.4540405.1760864.4540405-.4075928-1.1070557-.3753052-2.6029663-.5612793-3.7750854-.1882935-1.1865845-.3878784-2.37146-.6003418-3.5539551-1.5008545-8.352356-3.6586304-16.8651123-7.1338501-24.7116089-.7367554-3.4503784-2.2705078-8.527771-4.8305054-11.965271-1.8928833-2.541748-6.0964355-6.8408813-9.8585205-8.7734375-.0480347-.0466919-.0975952-.0933838-.157959-.1392212-3.0783691-2.3366699-6.0292969-1.5142212-7.164978-.8920288-.4433594-.2019043-.958313-.4238281-1.5331421-.656311-.2294922-.1678467-.4729004-.328186-.7475586-.4696045-1.501709-.7729492-15.3370972-6.3317261-30.270874-1.5046387-.947937.2564087-1.9032593.5447388-2.8667603.8726807-11.4413452,2.895874-21.3560791,11.3967285-30.3962402,33.0580444-1.8546753,2.7350464-3.4697876,5.5180054-4.8002319,8.2694702-2.486145,5.1415405-5.5560913,16.755127-6.651123,21.0571289-1.7694702,3.3005981-1.8418579,5.8269653-1.7189941,7.0618896-.019165.0258789-.0365601.0517578-.0551758.0776367-1.2907104,1.793396-1.2699585,3.5768433-.9150391,4.9315186-.1867065.3575439-.3808594.7103882-.5462646,1.0812378-1.3956909,3.1286011-.7996826,6.1213989.552124,8.9736328-.3026123,1.899231-.3364258,3.7510376.0289307,4.9078979.0692139.2191772.1693115.5055542.289917.8428345-.4431763.9458618-.6551514,2.3766479-.2338867,4.314209.3456421,1.5898438,1.031311,3.0652466,1.6618042,4.4978638-.8438721,1.045105-1.7495728,2.1478882-2.7116089,3.3022461-3.2501831,3.8999634-5.888916,14.4420776-4.9439697,23.9973755-.8025513,3.0603027-1.2878418,6.4121704-1.0889282,9.7929688-.2233887.9162598-.4291382,1.8004761-.6149902,2.6471558-2.3676758,2.7419434-4.2937012,6.0231934-4.3276978,10.2497559-.06427,7.9848633,5.213501,11.9961548,7.5944214,13.3986816.7290039,2.9191895,2.0421753,4.5084839,2.6037598,5.0811157-1.3721313,4.095459-4.6094971,8.6974487-7.4222412,10.4385986,0,0,6.3653564-2.7435913,9.6818237-9.2783203.2714844.4476318.5601196.8869019.861145,1.3175049-3.3927002,8.4775391-7.3692017,16.3455811-10.5308228,21.1585083-6.0616455,9.2276611-3.7096558,18.1153564-3.7096558,18.1153564,0,0,1.638916-5.3605347,4.9261475-8.1210938,0,0-1.3944092,3.7940063-1.4118042,5.1392212,0,0,2.6921387-4.4705811,6.0370483-7.3218994,1.1425781-.973938,2.1130981-1.9032593,2.9680176-2.8150635-.2074585,1.4604492-.3818359,3.0250854-.5254517,4.7321167-1.0090332,11.9956665,4.7088623,16.7042236,4.7088623,16.7042236l.2242432-1.9058228c.7086792,2.2145996,2.2401733,4.3401489,3.833374,6.1032104,1.5935059,2.3817139,3.4265137,3.5941772,3.4265137,3.5941772-.1176147-.1982422-.2269897-.3960571-.3363037-.5939331,1.1309814.9729614,1.9334717,1.546875,1.9334717,1.546875,0,0-2.130188-2.8027344-.2241821-10.3140259,1.3071289-5.1514893,5.4376221-8.8400269,8.8845215-12.6138306,3.4741821-3.8036499,6.9967041-7.3261108,9.8997192-11.586853,6.7512817-2.6660156,9.430542-10.868042,3.4142456-17.4081421-.6671143-.7251587-1.267334-1.6225586-1.8154297-2.6407471-.7223511-3.8295898-2.159668-7.6449585-3.4692993-10.7902832-1.510376-7.4004517-2.1574707-15.548584-2.9550171-19.8465576.390625-1.4313354.887207-2.8432007,1.4484253-4.262146.9654541-2.4407959,1.3164673-6.2015991,1.2800903-10.6279297,1.0339355-4.791626.3485107-9.2250366-1.2106934-16.0308838-.6834106-5.6908569-1.5407715-11.3223877-2.2584839-15.9870605-.6265869-4.0723877-1.0254517-7.8604736-1.277832-10.8835449v-1.3251343c.0310669-1.0007935.0748291-1.9328003.125-2.7832031.350647-1.9730225.7605591-3.5762939,1.1721802-5.0338745,1.6384277-2.7946167,3.005188-6.0309448,4.2540894-9.4066772,2.6126099-3.8918457,5.107666-7.4735107,7.47052-10.7150879.687439-.9430542,1.3623657-1.8540649,2.0287476-2.7434082.6937866-.9258423,1.3756714-1.821228,2.0466919-2.6893921.8256836-1.0681763,1.6351318-2.0952759,2.4265137-3.0772705.4241943-.5263672.8450928-1.0444946,1.2594604-1.5463257.3456421-.4185791.6878662-.8287354,1.0266724-1.2304077.6345215-.7522583,1.2559204-1.472168,1.8666382-2.1656494.0759888-.0862427.1519165-.1724854.2275391-.2578735.939209-1.0604858,1.8510132-2.0537109,2.7335205-2.9761963,3.6590576-3.824646,6.8320923-6.473999,9.5288086-8.0411987,1.0923462-.6347656,2.3143921-1.0982666,3.5997314-1.4312134,6.7163086-1.6793213,14.385376.9420166,14.385376.9420166.0901489.0283203.1749268.0390015.2609863.053833,1.696106,1.6584473,3.923645,4.3646851,6.2977905,8.6906738.5054932.9210815.9891357,1.9494629,1.4649048,3.0303955.8504639,3.8024902,2.2197876,8.5509644,2.6564941,10.6801758.5493774,2.6781616,1.3734131,11.7913818,4.578064,15.2506714,1.052063,1.1356812,2.3916016,2.3083496,3.7990112,3.5201416.7130127,1.5498657,1.4542236,3.0896606,2.2634277,4.5960083.0321655,1.09021.0574341,2.2493896.0702515,3.4667358l.0002441.0197144c.0255127,2.447937.0019531,5.1143188-.1075439,7.8439331-.2515869,1.6845093-.5193481,3.621582-.7693481,5.7126465-2.0665894,5.835083-6.4620972,18.5878296-7.9013062,25.4451294-1.24823,5.9471436-2.3544312,21.7717285-1.5696411,26.0319214.7848511,4.2601318-2.5786133,15.0541992-1.2332764,22.0049438.411377,2.1253662,1.0547485,4.3837891,1.9497681,6.5662842.1060181.4197388.2216187.8373413.3486328,1.2518311,4.260376,13.9015503,21.7503052,24.8882446,18.3868408,39.9108276,0,0,2.1299438-1.4868164,4.5888062-4.8704834-.7264404,7.2659912-4.1003418,15.2017212-5.8781128,16.8101196,0,0,5.6057129.6726074,8.6328125-2.5785522,0,0-.6726685,1.9058838-1.7938232,3.2511597,0,0,3.8118896.1121216,6.5026855-8.968689.1702881-.5747681.3359375-1.1481323.4967041-1.7199097,4.8727417-4.1751099,13.815918-12.8023682,12.4345703-18.8460083-.8858643-3.8760986-3.4255981-7.1817627-6.2920532-10.2271729-.1434326-.1784058-.2886963-.3572998-.4356079-.5366211-.3938599-1.0253296-.7645264-2.3720093-.4016724-3.171875.6450806-1.4219971,3.6791992-14.7293091,5.8511963-21.1152954ZM202.2443237,232.3565674c1.397644,2.7530518,1.7868652,5.829895.09375,8.7223511-.7097168,1.2125244-1.5481567,2.2042236-2.4746094,3.0157471,2.175415-3.5935059,4.0232544-7.7558594,2.3808594-11.7380981ZM279.3213501,120.6877441c-.2355347-.1467896-.4798584-.2940674-.7074585-.440918-.0280151-.1396484-.0565796-.2872314-.0846558-.4279785.2872925.2786865.5568237.5654297.7921143.8688965ZM167.3392944,137.2410889c-.2584839-.6293945-.4222412-1.2981567-.463562-1.9835205-.0861206-1.4281006.321106-2.8513184.9473877-4.1375732.0300293-.0616455.0670166-.1148071.0975342-.1757812.0128784.0198975.0256958.039917.0375366.0576782.0067749.0101929.0127563.019104.019104.0285034.0145264.0215454.0280151.041626.0402832.0592041.0063477.0092163.0112915.0161743.0170288.024292.0101318.0144043.0198364.0282593.027771.0392456.0060425.0083618.0097656.0133667.0144653.0197144.0057983.0078735.0111084.0153198.0146484.0200195.0062256.0083008.0095215.0125122.0095215.0125122,0,0,.1842041,1.003418.7687988,1.9682007-.2600098.5031738-.4656372.9162598-.600647,1.2231445-.3670654.8342285-.6828003,1.8186035-.9298706,2.8443604ZM161.2594604,182.1397705c.1026611.7477417.2296143,1.4865112.3805542,2.213501-.3859863,1.3873901-.7518921,2.7456055-1.0908203,4.0578613.112854-1.8851318.3244019-4.072937.7102661-6.2713623ZM156.7994995,202.8855591c.1348267-1.7680054.8248901-3.5016479,1.8198853-5.15271-.3799438,5.1381226,1.6019287,9.4385376,3.5991211,12.9873047-.1508179,2.0484009-.027832,3.7850952.2462769,5.2369995-2.1386108-2.5540771-6.053833-7.9775391-5.6652832-13.0715942ZM162.156189,182.5220947c-.1717529-.8619995-.3173218-1.753418-.4263916-2.6744385.7197266-3.0194092,1.8308716-5.8565674,3.5371094-7.7231445-1.0529175,3.394104-2.12854,6.9523315-3.1107178,10.397583ZM165.3323975,221.7360229c-1.4718018-3.30896-2.0227661-6.4197998-2.0529175-9.178833.4823608.8222046.9371948,1.59729,1.3308105,2.3285522.2763062,1.4850464.6866455,3.0296631,1.2382812,4.6604004-.097229.6965332-.2730713,1.4330444-.5161743,2.1898804ZM166.3141479,168.7744141c-1.225769,1.8475952-3.2460327,5.5644531-4.6798096,10.1326904-.3001099-3.3500366-.1160889-7.0287476.9465942-10.8567505,1.1008301-3.9653931,4.0344238-7.9221191,6.8084106-10.9830933.0480957.6356812.0782471,1.2158203.0939331,1.7250366-.8330688,2.642334-1.9550171,6.1254883-3.1691284,9.9821167ZM172.9328003,211.2954102c.1813354-1.1508789.4938965-2.2965088.9204102-3.4343262-.2806396,1.1291504-.5874634,2.2750854-.9204102,3.4343262ZM287.6642456,150.2496338c.2616577.2679443.5202026.5406494.7764893.8157959-.1184692,1.4371338-.5596313,3.0552979-.9876709,4.3800659.1871948-1.569458.2891846-3.3322754.2111816-5.1958618ZM288.4400024,149.7282104c-.2953491-.2989502-.5855713-.59375-.8695679-.883606-.0325317-.3567505-.0707397-.7154541-.1182861-1.0769043.6043701.3931885.8983154,1.0964966.987854,1.9605103ZM293.9699707,169.7357178c-.6967773-1.4603271-1.4505005-2.822937-2.262207-4.0606079-1.546936-2.3589478-3.140564-4.8446655-4.718811-7.3432617.0532837-.2623291.105896-.5333252.1566772-.8170776.6155396-1.8363647,1.5087891-3.703125,1.9212036-5.7620239,1.8803711,2.1081543,3.5108032,4.3729248,4.3148804,6.5359497,1.689209,4.5438232,1.5047607,8.3875122.5882568,11.4470215Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.1761404,205.4827387c-.400618,11.8224045-6.7488064,11.8722482-6.7488064,11.8722482-5.559297.2033726-8.3231055-3.8294091-8.3231055-3.8294091l.5336976,3.0177655c-3.5112469-3.0177655-5.0349749-8.3490086-5.0349749-8.3490086-2.7252313-1.7274633-7.5919396-8.9441172-8.9556775-14.3642233-1.2111594.9143936-1.1832903-3.5006323-1.1832903-3.5006323,0,0,.2378925.0565301.58324-.3126688-.8358386-8.0803388-.677228-22.6837044-.0281263-28.1495863l7.136542-19.5724703c.9089248-7.6539086,3.5623091-14.3536327,7.693269-19.1960474,2.7763636-3.2544764,5.6487727-4.8937079,6.9799421.0393466,2.027686,7.5141966,2.864717,15.3994856,2.6454818,23.1749408-.2258985,8.011605-1.8981369,15.8921949-2.3647803,23.8848864-.5852507,10.0237993,3.0036182,19.4498014,5.5079309,28.9808681.4755045,1.8096867,1.6221348,4.4314145,1.5586578,6.3039903ZM211.433463,172.4054751c-.2948465-.9933908-1.3292756-3.016316-2.6907924-5.4538184-.0267702-2.8492273-.2802573-4.1315106-.2802573-4.1315106l-1.087011-.2173999c-1.1884807-9.6226182-8.028376-16.5418932-10.6613962-24.5950891l-3.4157158-10.4471436-.5189681-3.2793515s-.1241951.240358-.3337743.6712536l-1.5754681-4.8186384s-2.1826259-1.2559119-4.387159,3.1393121c-5.6136324,11.1920171-5.1096275,23.8534652-3.4018982,35.9744176.251453,1.7847415.5289982,3.5577468.8169709,5.3126335,1.4197566,8.6523024,2.8734845,17.5164873,1.7424722,26.2917625-.8471078,6.5725666-2.6803649,14.6973252-9.8698862,16.9525661,0,0,11.5492087,2.2019371,13.9878234-4.9109615,0,0,1.9068577,5.6425091-2.1357021,12.9420644,0,0,3.232673-.3026626,5.6844975-4.2004081,0,0,.669723,3.5955037-2.3145131,9.8740578,0,0,15.4418553-8.4318398,17.7130684-25.1413126.4482199-3.2976337.5381164-7.5001926.4064397-12.0467713,1.7405784-5.9639216,2.6935279-10.6615043,2.3212699-11.9156627Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M337.5693359,223.1043701c2.1719971-6.3859863,2.7310181-14.130127-3.991394-20.1400146-.0521851-.0466309-.1055908-.0969238-.15802-.1442871-.2119141-3.9202881-2.0578613-7.0095215-4.3045654-9.6115723-.1859131-.8466187-.3916626-1.730835-.6149902-2.6471558.1987915-3.3807983-.286377-6.732666-1.0889893-9.7929688.1137695-1.1503906.1743164-2.3150635.1893921-3.4807129.9552002-4.366333,1.3712769-11.3218384-2.2046509-19.4508667-1.3776245-3.1316528-2.8551025-5.4741821-4.3967285-7.395813.1641235-.4805298.3093262-.9690552.4182739-1.4700928.4212036-1.9375.2092896-3.3682861-.2339478-4.314209.1206055-.3372803.2207031-.6236572.289917-.8428345.3654785-1.1568604.331604-3.008728.0289917-4.907959,1.3516846-2.8521729,1.9478149-5.8449707.552124-8.9735718-1.7359619-3.8912354-4.7480469-6.9830322-6.7863159-10.7196045,1.9073486-8.3056641-1.7175903-15.5820312-5.7730103-21.4629517-.3157349-.4578247-.6254883-.9332886-.9307861-1.4202271-2.7814331-11.1124268-8.5509033-27.5144043-19.5081177-35.7706909-1.7595825-2.4246216-3.630249-4.1312256-5.3985596-4.0960083-.3809204.0075684-.7639771.0806274-1.1472168.2098389-1.9599609-.9528198-3.9036255-1.7393188-5.8188477-2.3778687-.5113525-2.3339233-2.3488159-2.0853882-3.8066406-1.5552979,0,0,.8660889.1187744,2.5635986.8318481.1356201.0569458.2345581.2081299.3077393.4230347-1.5159302-.47052-3.012146-.8493042-4.4838257-1.1503296-.3064575-.4157715-.5724487-.7244873-.7497559-.8659058-.0871582-.069458-.2962646-.1347656-.5883179-.1943359-.6196899-1.0332642-1.3088989-1.7384033-2.0136719-2.0145874-2.8094482-1.1010742-4.3467407,1.3748169-4.3467407,1.3748169,0,0,.3863525.2020264.680542.0836182,1.0147705-.7578125,2.4389038-1.6511841,4.0079956.3483887-1.2454834-.0971069-2.8084717-.131897-4.2174683-.0658569-1.0203247-.7858887-2.1755981-1.0163574-3.0760498-.953064-2.2446899.1577148-3.1437988.9468994-3.1437988.9468994l-.222229.1801758c-.5768433-.1572266-1.2080688-.1565552-1.8770142.0314941,0,0,.7293701-.072937,1.6149902.1809692l-.031311.0254517.2219238.1509399c-1.3926392.1204834-2.7283936.2939453-3.9972534.5062256.1949463-2.4057007-.6363525-2.961731-1.4827881-2.7116089-1.0192871.3012085-2.1950073,1.7424927-2.8703003,2.347229-.3591309-.6842041-.9876099-1.0058594-1.8561401-.9082642-1.4057007.1578979-2.2357788,2.4331665-2.2357788,2.4331665l1.0779419-.7132568c.6341553-.9030762,1.3927612-.9051514,1.8925171-.3273926-.975647.2028198-1.8790894.7158203-2.727478,1.4327393-.5471191.2217407-1.1000977.473877-1.6569214.757019.0658569-.1071777.1031494-.1676636.1031494-.1676636-.0318604-.0582275-.1061401-.0878296-.2097778-.097229-.9165039.3890991-1.826416.8397217-2.7286987,1.3615723-.4703369.0650024-1.5032959.826416-2.2578125,1.4285278-.0548706.0362549-.1118164.0720825-.1665649.1083984-1.5725098.5592041-3.1424561,1.2424316-4.4710083,2.0184937-.3584595.2094727-.744812.4699707-1.1491699.7731934-.9659424.5991211-2.072998,1.3917847-3.1102905,2.3504028-.1588745.1467896-.3167725.2944946-.473999.4429321-.3551636.305603-.6837769.6251831-.9868164.9561157-3.7040405,3.6876221-6.8534546,8.0172729-8.9780273,14.5296021-3.1618652,7.3302002-5.1968384,15.2158203-6.644043,22.9928589-1.2787476,3.9380493-1.6268311,7.2316895-1.6268311,7.2316895.2468872-1.0602417.5664673-2.1333008.925293-3.1851196-.0300293.1855469-.0643921.3704224-.0939941.5560913-.1859131,1.1721191-.1537476,2.6680298-.5612793,3.7750854,0,0,.0596313-.1616821.1762085-.4540405-.0817871.3850098-.164978.7719727-.2490845,1.1585693l-.9933472.8898926s-7.5548706,16.803772-13.0722046,33.0674438c-.7954712,2.3450928-1.3876343,4.5997925-1.8428955,6.7744141-.9088745,1.524353-1.9247437,3.1802979-3.036499,4.9511108-2.7387695,4.3623657-3.9387207,15.4163818-1.5901489,24.8508911-.0583496.2471313-.1112061.4978638-.1672363.746582-.0704346.1306152-.1360474.2626343-.210022.3922729-5.3635864,9.4002075-9.539856,23.0800781-9.0827026,34.7008667.4570312,11.6207275,4.9155884,15.5792847,4.9155884,15.5792847-7.1541748-15.4041748-2.1185913-28.7966309-2.1185913-28.7966309-1.8700562,8.4255371-1.3234253,15.9227905,2.1411743,25.4100342.9958496,2.727356,2.5011597,5.298584,4.1394653,7.5805054-.3475952.4844971-.6860352.9656372-1.0135498,1.4428711-2.6276855,3.2537231-4.909729,6.7421265-5.4995728,10.6742554-.7548828,5.0316772,5.5561523,11.2713013,10.7042236,15.4448242,1.8465576,1.9172974,3.7259521,3.6195679,5.2219238,4.9013062.1608276.5717773.326355,1.1451416.4967651,1.7199097,2.6907959,9.0808105,6.5026855,8.968689,6.5026855,8.968689-1.1211548-1.3452759-1.7939453-3.2511597-1.7939453-3.2511597,3.0270996,3.2511597,8.6328735,2.5785522,8.6328735,2.5785522-1.4486084-1.3106079-3.956665-6.8225708-5.2288818-12.749939,2.972168,4.4082031,5.8893433,6.807373,6.1906738,7.4688721,0,0-.3844604-1.2832642-.7669067-3.2390747.4754639.3165283,2.5460205,3.6217041,3.3565063,4.6942139,0,0-1.2730103-5.208374.0163574-9.0828857.779541-2.3427734,1.1676025-2.9135132,1.4941406-3.2387695.0779419.4946899.1602783.9815674.2487793,1.4575806-.00354-.5932007.0159912-1.1678467.0452881-1.7336426.1107178-.1101685.2260132-.2467651.3598633-.4735718.053833.1755371.1129761.3666382.1759644.5691528.2365112,2.1473389.8391724,4.1439209,1.9642944,5.8805542,0,0-.0305786-.0871582-.0717773-.2776489.7767334,2.102417,1.6361084,4.1622314,2.4222412,5.4440918,0,0-.3109131-1.3312988-.5831909-3.1838989-.3586426-3.8468018.1240234-8.010498.3025513-9.3411865.0396729-.0905151.0789185-.1815796.1224976-.2670288.0474243-.0930786.3565063.2585449.7776489.9309082-1.2843018,7.9805298.5958252,11.9787598.5958252,11.9787598-.3845825-2.8280029.0002441-6.4000854.5897217-9.7285156.4528198,1.0047607.8977051,2.1930542,1.2329712,3.477417-1.0639038,5.0551758-2.4979248,9.4876709-2.4979248,9.4876709.0518188.1079102,4.0523071-2.3568115,8.4865723-6.1957397-2.9400024,4.8755493-5.6463623,8.3561401-5.6449585,8.3596802,0,0,8.4134521-7.272644,13.0294189-16.0843506.1037598-.1378174.2067871-.2758179.3079834-.4146118-.2818604,6.9210205.4549561,13.4223022.4549561,13.4223022.1384277-5.4151001,2.3088379-10.2164307,3.9575195-13.1096802,2.2787476,3.9428711,4.3543091,6.7727661,5.6636353,8.2857056,4.3579102,5.0357056,3.2682495,9.744751,3.2682495,9.744751,0,0,1.84375-1.8149414,2.6779175-7.9505005.2979736-2.1913452.2890015-4.5419922-.2738037-7.3190308,3.3078003,9.0015259,2.4238281,13.8154907,2.1566772,14.8578491,1.8394165-6.1491699.9227295-12.2822876-1.0669556-17.7627563,1.7134399,2.078186,3.5775757,5.3490601,4.5377808,10.1375122-.0164795-.8827515-.0579224-1.7862549-.1112061-2.6990967.9786987,4.0577393,1.5847168,7.5534668,1.6155396,10.0422363,0,0,1.3439331-1.1723633,2.4713135-4.3344116,2.0893555-1.1702881,3.8417358-2.8883667,5.2844238-4.9021606,4.3835449,5.8270874,9.9852905,9.6520996,9.9852905,9.6520996.0009155-.0026855-1.3126221-1.7171631-3.0552979-4.4360962,2.5371704,2.2144775,4.4443359,3.5011597,4.4820557,3.418396,0,0-2.2487183-5.1572266-2.1390991-12.5368042.9752197,4.4250488,1.9439087,7.9170532,2.8734131,10.4224854,0,0,.4199219-6.6928711,1.5719604-9.5414429,0,0,1.6001587,6.6651001,5.444519,10.5028687,0,0-1.7113647-6.0713501-1.5593872-13.3950806.3552246.6544189.7425537,1.3045044,1.1615601,1.9487915.8898926,1.8608398,2.40271,4.1881104,4.8401489,5.8751831,1.359375,1.1849365,3.2250366,1.9627075,5.7149048,2.2164917-.7008057,2.0775146-1.505127,3.9276733-2.3859863,5.0500488,0,0,1.9906006-1.942688,4.3426514-5.0318604.1536255-.0010986.3024902.0039673.4594727-.0015259,0,0-.109375-.0654297-.305481-.2023315,1.7052612-2.2611694,3.5765381-5.1080322,5.0128174-8.2483521.1967773.37323.3797607.7539673.5476685,1.1428223.1894531.6582642.3384399,1.3324585.4328003,2.0275879,1.0427246,7.678833-1.3912964,10.222168-1.3912964,10.222168,0,0,.8623047-.4793091,2.0963135-1.3178711-.1309814.1842041-.262146.3684082-.4014893.552063,0,0,.1201782-.0621948.3206787-.1817017-.2631226.8065796-.5363159,1.1687012-.5363159,1.1687012,0,0,.8024292-.5739136,1.9334717-1.546875-.109436.197876-.218689.3956909-.3363037.5939331,0,0,1.8329468-1.2124634,3.4263916-3.5941772,1.3798828-1.5269165,2.7112427-3.3262329,3.5040894-5.2192993l.0067139,1.8858643s1.9466553-1.2640381,3.7234497-4.4855347c1.2751465,1.760437,2.2991943,2.7880859,2.2991943,2.7880859-.3076782-.4525757-.604126-.9310913-.890686-1.4276123.8964844.8320312,1.8839722,1.675293,2.9707642,2.5288696,0,0-1.6323853-3.7529297-2.5504761-8.4325562.548584-1.9605103.937439-4.2866211,1.0187988-7.0345459.0466919-1.5732422.0542603-3.0308838.0238647-4.4012451.2827148.2593384.576355.5213623.8831787.7865601.5244141.6432495,1.0976562,1.3022461,1.7370605,1.9866943,3.0003052,3.2119141,5.1685791,7.9586792,5.1685791,7.9586792.1352539-1.338501-.8204346-5.2660522-.8204346-5.2660522,2.9533081,3.1151733,3.9743652,8.6268311,3.9743652,8.6268311,0,0,3.3438721-8.5640259-1.6332397-18.4188843-.4684448-.9274902-.9520874-1.9570312-1.4441528-3.0728149.0018311-.2921143.0409546-.5630493.1429443-.7879639.6450195-1.4220581,3.6791992-14.7293701,5.8512573-21.1152954ZM192.5725708,231.2146606c-.2456055-.8297729-.3835449-1.3345337-.3835449-1.3345337.157959.2798462.3118896.5459595.4654541.8106079-.0267334.1741943-.0565796.3505859-.0819092.5239258ZM194.1599731,158.6395264c-1.1827393,3.4365234-1.6152954,7.324707-.7480469,10.8671265-.0944824,1.2981567-.2123413,2.5546875-.3736572,3.7755127-.7693481,2.0263672-1.446167,4.1777954-2.0249023,6.413147-.8845825-3.4816284-1.2932739-7.4381714-.7069092-11.703125.4485474-3.2622681,2.0614624-6.6759644,3.8865356-9.6547852-.0105591.1003418-.0227051.2022095-.03302.302124ZM227.3842163,258.2822876c.1623535.0068359.3204956.0147705.475769.0233154.0137939.336792.0164185.6867676.0119629,1.0446777-.1488037-.3518066-.3111572-.7077637-.4877319-1.0679932ZM252.7494507,52.7166138c-.4276123.0783691-.8461304.161377-1.2573242.2473145-.4314575-.0290527-.8783569-.029541-1.3388672-.0014648.017395-.0675659.0352783-.1348267.0513306-.203064-.2908325-.0753174-.5749512-.1200562-.8539429-.1420288-.0125122-.0391846-.0276489-.0749512-.0413818-.1124878.9135742-1.0304565,4.2287598-4.5079346,3.4401855.211731ZM261.1795044,51.8930664c-.8538208.0106201-1.69104.0432129-2.5100708.0952148.0493774-.0343628.0977783-.067627.152771-.1089478,1.4334106-.6373901,2.6273804-.6468506,3.5932007-.2330322-.4794922.0626221-.9017334.1439209-1.2359009.2467651ZM266.3570557,274.4636841c.5427246-2.1134644.9401855-4.8544312.9431763-8.355835.147644-.0531006.2943115-.1092529.4385986-.1710205.5796509,1.2735596,1.2696533,2.4957275,2.0266724,3.6548462-1.121582,1.9472656-2.3513794,3.600769-3.4084473,4.8720093ZM296.7548218,259.0963135c.0890503-.7626953.2234497-1.5006104.3887939-2.2216187,1.5016479.2931519,2.4692383.612793,2.7765503.9491577.2472534.270813.4987183.5412598.7518921.8117676-.2449341,4.0802002-1.1795654,6.7115479-1.1795654,6.7115479,0,0,1.2191772-2.3769531,1.684021-6.1744385.2528687.2681885.5067749.5369873.7610474.8067627-.3214111,2.8138428-.7096558,5.005188-1.1057129,6.7043457-2.0957031-1.2330322-4.5472412-3.5593262-4.0770264-7.5875244ZM300.4447021,268.1956787c-.1594849.5631714-.3170166,1.0548706-.4685669,1.4797363-.2124634-.2255249-.746521-.887146-1.4752808-2.4403687.5613403.4569092,1.2072144.7963867,1.9438477.9606323ZM300.871521,274.0535889c-.5786133-.5350952-1.2540283-1.2227783-1.9812012-2.083252.0993652-.1429443.2255249-.3465576.3707886-.6226196-.1584473.2510986-.2902832.4528198-.3894043.6002808-.729126-.8646851-1.5089722-1.9033813-2.2935791-3.1341553l-1.8605347-4.6485596s2.6126099,4.0404053,5.2460327,5.5445557c-.2589722.7217407-.4993286,1.2515259-.7025146,1.6378784.4147339-.6573486,1.0180664-1.6700439,1.7520142-3.0643921.4229736.0380249.8705444.0253906,1.3505859-.0616455-.3908081,1.7780151-.8947754,3.848877-1.4921875,5.8319092ZM302.5180664,267.5085449c-.2687988-.1071167-.5739746-.2401123-.9025879-.4021606.5162354-1.0325928,1.0769043-2.2176514,1.6697998-3.5773315,0,0-.2745972,1.6625977-.7672119,3.9794922ZM309.0684814,98.4202881c1.8798828,2.8989258,3.7876587,5.8027344,5.4129028,8.9604492-1.7184448-2.6637573-3.4918213-5.0404663-4.9495239-6.8788452-.1411133-.6608887-.2952271-1.3556519-.4633789-2.081604ZM314.6976929,118.088623c-.1817017-.3862305-.355835-.7774658-.5115967-1.1807861-.8895264-2.3059082-2.1120605-5.7941895-3.4368286-9.7230225-.1090698-.7581787-.3473511-2.3008423-.7509766-4.3909302.2637329.5852051.5102539,1.1775513.7297974,1.7719116,0,0-.2827759-1.2337036-.9080811-3.02771.737793,1.1860962,1.4434204,2.4483643,2.0772705,3.7684937.0283813.144165.0587769.2987061.0946655.4812012,0,0,.1472168.187439.368103.5273438,1.088501,2.4631958,1.9054565,5.0870972,2.1949463,7.7287598.1834717,1.6740112.1953125,3.0200195.1427002,4.0447388ZM331.2887573,200.7668457c-.4489746-.4573975-.902771-.9343262-1.3598633-1.4290161.0100708-.5263062.0015869-1.0599365-.0386353-1.6049805.593689.9852295,1.0751343,2.0002441,1.3984985,3.0339966ZM329.380127,211.1937866c-.0932617.1646729-.1877441.3271484-.2831421.4876709-.1102295-.5818481-.2335815-1.1561279-.368042-1.7236328.2263184.3904419.4437256.8029785.6511841,1.2359619ZM328.2835693,228.6574097c.262207.5930786.5074463,1.2373047.7227173,1.9469604-.1154175-.999939-.2773438-2.0325928-.4746704-3.0872192.0409546-.1913452.0822754-.3875732.1235962-.5834961.6641846,1.4555664,1.1131592,3.2467041,1.4154663,5.0332642-.6929321-.5147095-1.401062-1.1802368-2.0923462-1.9550781.1008301-.4393921.2024536-.8894653.3052368-1.3544312ZM316.9876099,128.1571045c-.4771118-.9107056-.9935303-1.9064941-1.5487061-2.998291.2532959.1395264.4761963.2714233.6449585.3936768,2.0351562,1.4749146,3.4938965,3.2907104,4.602478,5.5675049.6264038,1.2862549,1.0335693,2.7094727.9475708,4.1375732-.0413208.6853638-.2052002,1.354126-.4636841,1.9835205-.1306763-.5426636-.2816772-1.0716553-.4482422-1.5750122-.2056274-1.078125-.6091309-2.4185791-1.381958-3.9397583-.4916992-.9678955-1.3341675-2.1695557-2.352417-3.5692139ZM322.1953735,168.7744141c-1.2140503-3.8566284-2.3359375-7.3397827-3.1690063-9.9821167.0031738-.1027222.0072632-.2102661.0116577-.3186035,1.0814209,2.8067627,1.8453979,4.8511963,1.8453979,4.8511963.0151367-.0071411-.6812134-2.376709-1.796936-5.7753906.0101318-.1569824.0212402-.3175659.0337524-.4822998,2.0736694,2.288208,4.2359009,5.0770874,5.6556396,7.9958496,1.8609619,5.3284302,2.0493164,9.9455566,1.8357544,13.0337524-1.4093628-4.1956177-3.2637939-7.5853271-4.4162598-9.3223877ZM325.5668945,226.0328369c-.3533936-.6895142-.7237549-1.354248-1.1027832-1.9953613-.0354614-.1359253-.071106-.2715454-.1062622-.4075928.4046021.2715454.8824463.6577759,1.3861694,1.1735229-.0526733.4081421-.1103516.817749-.177124,1.2294312ZM323.2426147,172.1245117c1.529541,1.6731567,2.5797729,4.1269531,3.2994995,6.7921143-.1272583,1.2854614-.3122559,2.2306519-.4338379,2.7584839-.9153442-3.1799927-1.8984375-6.4328003-2.8656616-9.5505981ZM326.3533325,182.5220947c-.0664062-.2331543-.1363525-.4699097-.2036133-.7039795.1289673-.2821655.3226318-.7369385.5432739-1.3484497-.0966187.6998901-.2072754,1.3876343-.3396606,2.0524292ZM327.2501831,182.1397705c.3858643,2.1984253.5974121,4.3861694.7102051,6.2713013-.3389282-1.3122559-.7047729-2.6704712-1.0908203-4.0578613.1509399-.7269287.2778931-1.4656982.3806152-2.2134399ZM327.1846313,233.3222656c.0068359-.0272217.0135498-.0541382.0203857-.0814819.1706543.5203247.3150635,1.010437.4396362,1.4743652-.1542969-.4597168-.3076172-.9244995-.460022-1.3928833ZM328.7173462,237.7966919c-.0618286-.1714478-.1235962-.3419189-.1851807-.5150757.0134277-2.0736694-.3067627-4.0820312-.8527222-5.9883423.0444946-.1876831.0894165-.37854.1343994-.5706177.958252.6605835,1.7681885,1.1124878,2.2779541,1.375061.1158447.7015381.2103882,1.4005737.2862549,2.0764771-.6135864,1.4259033-1.2260742,2.6774292-1.6607056,3.6224976ZM330.8314209,233.0805054c-.0377808-.3510742-.0747681-.7025146-.1251221-1.0501099-.3155518-2.1778564-.9065552-4.5908813-1.7562256-6.524353.0349121-.1716309.0693359-.3380737.1043091-.5132446.0548706-.2740479.1008301-.5449829.1485596-.8165894.4884033,1.2307739.9473877,2.6184082,1.3529053,4.1792603-.2523193-2.1592407-.595459-4.3905029-1.0067749-6.6663818.2752686-2.7038574.2120972-5.2792969-.0949097-7.7327881.2486572-.2669678.4955444-.5502319.737793-.8516235,1.8132324,4.7965698,2.6442871,10.8977661,2.3214722,13.8579712-.2250977,2.0643921-.9144897,4.199707-1.6820068,6.1178589Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LONG LAYERS 1 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.375394,246.1508582c-.2410956-1.5203968-.5530797-3.0449785-.9253844-4.622069-2.8383443-13.3038989-7.2135093-27.8756095-8.6257142-49.7159686-2.242292-34.6777564-7.4213584-59.701263-10.5605812-79.7166222-3.05786-19.496676-10.2869405-60.5198033-44.2330701-58.1160132-.2208952.015056-.4431464.0324732-.666216.05134-.2119406.0183758-.4233902.0360034-.6373883.0577458-.4816067.0482072-.9666269.1025163-1.4582403.168655v.0836495c-.8938914.0013092-1.7640286.0217423-2.6104818.0591485-.1148898-.0256232-.2306213-.0501476-.346797-.0740642-.2415164-.0504749-.4858619-.0959468-.7318205-.138847-.0056112-.0009585-.0111757-.0019638-.0167869-.0029224-9.459659-1.6424344-22.1507986,2.3843389-34.7495634,17.8191967-13.6780371,16.7570254-19.7505039,41.3570007-17.7324505,79.293091,1.1133136,20.9281163.1985438,34.065137-1.7751342,44.7034261-5.0195908,16.0911255-12.0568375,27.8787657-14.4632577,40.3480396-2.5914738,13.428064-.3363461,26.2789041-.3363461,26.2789041,0,0-.6225186-18.254207,1.4446798-27.3968808.5976655-2.643283,1.5925122-5.219422,2.8464338-7.8158071-.0008651.0019171-.001847.0041848-.0027121.0060785,1.375615-2.3796631,2.7050309-4.7402023,3.9925029-7.17871-2.4235579,7.9528306-4.8860202,15.1992925-6.4795378,23.2949912-.8771746,2.359908-1.3693491,5.1074841-1.3641821,8.2739858.0005611.3396947.0058918.6762333.0119472,1.0122809-.6239448,6.6671574-.5787276,14.125572.5213295,23.0331715.5210957,4.2195787,1.4143558,7.8037904,2.4976728,10.8477168.0304877.2010347.058497.3731498.0833968.5144516.1449566.8228888.6607684,1.8937571,1.390438,3.0802572,4.1112271,8.7617154,9.5705742,11.638296,9.5705742,11.638296-.000187-.0002104-.0003507-.0003974-.0005377-.0006079l.0005611.0005845c-2.3080368-2.4913205-4.1059899-5.0329757-5.5039797-7.5185216-.4659888-.8285231-.8875554-1.6508041-1.2687446-2.4628918-.9529963-2.0302662-1.6537213-3.9968952-2.1659559-5.838307-.1024516-.368287-.1973514-.7315476-.2852372-1.0893142-.1757482-.7155565-.3233702-1.4090667-.4469574-2.0766498s-.2231397-1.3092157-.3027255-1.9209467-.1392051-1.1935839-.1829493-1.7415841c-.2624183-3.288025.0469472-5.357895.0469472-5.357895.0750034.5419919.1555478,1.0761987.2414229,1.6027371.1717736,1.0530536.36494,2.0753874.5779561,3.0678897.1065197.4962629.2180194.9850445.3342653,1.4665086.2325151.9629047.4841317,1.8964223.7533069,2.801441s.5559087,1.781562.8587043,2.6304948c.605568,1.6978423,1.275291,3.2852897,1.9969178,4.7694025.1804009.3710224.3640749.7356156.550765,1.0938263,1.6802811,3.2240605,3.6077834,5.9340901,5.6428809,8.2111435.2261323.2530059.4535973.5006815.6821846.7430968.4571745.484854.9189315.9487605,1.3836578,1.3926314.2323748.2219354.4654978.4388444.6991819.6508672.7010757.636045,1.4072015,1.2280209,2.1132338,1.77885.7060557.5508291,1.4119477,1.0605582,2.1126259,1.5321798.7006549.4716216,1.3960492.9051356,2.0809926,1.3035346.4566368.2656071.9086209.5155972,1.3544326.7508819,1.1145294.5882119,2.1904817,1.0844514,3.2039155,1.5026055,4.4591464,1.8398922,7.7080686,2.1682248,7.7080686,2.1682248-2.8824391-3.4345403-5.1948246-6.6307098-7.0706335-9.704304-4.4930241-8.9237542-3.3780505-16.5746002-2.7899942-19.1652107.2253608.4970344.452779.9843431.6816468,1.4628147,3.1967846,15.2655716,14.179587,22.7949176,14.179587,22.7949176-.0000234-.0000234-.0000234-.0000701-.0000468-.0000935l.0000468.0000701c-.2515699-.5342535-.4910756-1.0685304-.7263028-1.6028073-4.6282546-10.5678018-6.1657067-21.7679782-5.9886959-32.8015101.0278691-.8245019.0642719-1.6470634.1132532-2.4663519-.0092118-.1131069-.0183066-.2279438-.0274716-.3417053-.0059853.0946142-.0100301.189696-.0157348.2843803.004185-.1067245.0086273-.2134255.0131162-.3201032.0009352.0117829.00166.0239399.0026186.0357229.1177422-1.8596473.4546728-6.0084583.8376856-10.1110726,1.9937147-16.3359723,6.6810976-31.5638805,9.2757979-42.8962876.6269608-2.640197,1.0752275-5.2600077,1.3733939-7.8616764.556236-4.5946222.6581966-9.0036632.4440115-13.2900119.2640782-10.1125454-1.8984174-19.1232223-4.2766647-28.335191-.5631799-3.283209-1.3055682-6.2325679-2.0849439-9.2467331-1.4742323-5.7014706-2.7704718-11.6598513-3.3195769-18.2843657-.0202939-.2507382-.0408918-.5014764-.0591049-.7522145-.0039512-.0535843-.0075284-.107496-.0113627-.1611504-.0037174-.0526024-.0066633-.1052516-.0102872-.1578774-.2503307-6.0882737.0240815-12.8845291,1.2124687-20.837874.0012158.0015664.0024315.0030626.0036473.004629.0118303-.0940999.0255545-.1844358.0376653-.2779979.084145-.5551776.1727789-1.1159661.2659486-1.6825759.0106847-.0557118.021346-.1113768.0320775-.1668315.060835-.3144689.1227455-.6253609.185638-.9329564.0233801-.114346.0464563-.2296738.0701403-.3430846.0845658-.4052256.1705345-.805682.2586541-1.1989844.0120641-.0538181.0246192-.1059997.0367301-.159584.0774349-.3423599.156296-.6799505.2363728-1.0133797.0279626-.1164033.0562525-.2317312.0845191-.3470824.0708183-.2887756.1426654-.5740677.2154476-.8561335.0249933-.0968352.049636-.1947692.0748631-.2908095.0963728-.3670947.1942419-.7292799.293958-1.0850826.0169272-.060411.0343687-.1190919.0513895-.1791989.0845658-.298431.170324-.5928877.2572045-.88344.0308384-.1031709.0619105-.2055235.0930528-.3077358.081503-.2675008.1640582-.5315649.2475017-.7923794.0252037-.0787633.0500568-.1586956.0754242-.2368511.107829-.3320732.2171076-.6591433.3280696-.9804623.0205745-.0596394.0416633-.117619.0623547-.1768844.092328-.2643914.1857315-.5252293.2801404-.7823966.0326386-.0889098.0654643-.1773286.0983367-.2653967.093497-.250294.1879293-.497198.2834136-.7406888.0234502-.0598499.0465732-.1208219.0701637-.1802509.119145-.3003013.2397396-.5954827.3618304-.8854974.0225384-.0535609.0454743-.1057192.0681296-.1589528.1011891-.2378097.2033835-.4722294.3065365-.7031891.0330595-.0740642.0661891-.1478479.0994589-.2211873.1087642-.2398436.2185104-.476274.3293789-.7087766.0173013-.036284.0343454-.0735031.0516934-.1096234.1308818-.2723636.2632599-.539467.3969474-.8018712.0227021-.0445367.0456847-.0879746.0684569-.1322308.112131-.217961.2252673-.4325321.3393154-.6437367.0305578-.0566002.0611156-.113177.0918137-.1693096.1294556-.2366407.2598231-.4700084.3916401-.6982328.0053073-.0091879.010521-.0186797.0158283-.0278676.1436006-.2481197.2887209-.490839.4350335-.7292097.0195458-.031842.0393019-.0629359.0588945-.0946142.1261824-.2040039.2533702-.404384.3815165-.6013742.0252271-.0388089.0504075-.0777347.0757048-.1162396.2982132-.4539238.6013362-.8898692.9094392-1.307509.0123447-.0167393.0247829-.0330811.037151-.0497736.1452839-.196055.2916434-.3881824.4389848-.5765225.0145892-.0186797.029155-.0374997.0437675-.0560625.2597529-.3302029.5233636-.6459109.7892421-.9531558,1.6905917-1.8772282,3.4924961-3.3629308,5.3222462-4.5520026,2.5393829-1.5693288,5.3607766-2.7316317,8.4653033-3.7157645,1.7557053-.5199223,3.5105689-.9555638,5.2300584-1.4051858.178133-.0465941.355775-.0933751.5331131-.1403666.6991819-.1696603,1.3374587-.3351592,1.901223-.5117163.2552172-.0799323.4968739-.1882231.7214398-.3193317.0086039-.0050498.0170675-.0102867.0256012-.01543.4457182-.2655837.8191218-.6258518,1.0724686-1.0618674.1851236-.0191473.3705746-.0377335.5582467-.0522751.5401037-.0418248,1.0386376-.0658348,1.5084374-.0771268.049332.0960403.1016801.1902337.1600836.2802189.0736941.1135511.1563427.2202522.2435271.3228853h-.0000234c.0135605.0159678.0269339.0320758.0404242.0480903.4102039.4637429.9541887.8032272,1.5813131.9466564.0140281.0032029.0280561.0062422.0420842.0094451,10.3900233,2.3692128,21.6834771,2.3065107,25.7141832,21.3071109.3717436,1.7524085.9640083,4.0335532,1.5900339,6.5396725.0801704.4093169.1578858.8148699.2337309,1.2176641.0897094.4764376.1750468.9464694.258771,1.4142568.0182365.1019318.0371276.204752.0550835.306263.0767803.4340284.1501704.8633576.2218304,1.2903489.0215331.1283031.0431597.2567465.0642485.3844418.0684803.4150447.1345057.8268398.1981931,1.2356658.0202004.1297526.0399332.2588974.059666.3880422.0627756.4108833.1237976.8195456.1817335,1.2245375.0155711.1089688.0302539.2168856.0454977.325457.059666.4250977.1179994.8485588.1724049,1.2676714.0053073.0409597.0100534.0812883.015314.1222013.2425919,1.8840782.4312927,3.7096392.5706615,5.4969524.007809.1002485.0164128.2011283.0239178.301143.0272144.3626761.0512726.7230377.0743721,1.0827447.0087909.1369533.0178858.2740937.0260688.4106495.0207148.3446276.039185.6878993.056159,1.0302358.0072011.1455567.0140982.2909966.0206446.4361792.0152672.338479.0290848.6761631.0407749,1.0127952.0049566.143476.0090247.2865312.01335.4297033.0102872.340022.0197796.6796933.0264429,1.0182425.0024315.1238144.0035538.2471612.0055177.370812.0057047.3596836.0109653.7192036.0126253,1.0776949.0000935.0162717-.0001403.0324966-.0000701.0487917.0051202,1.2372789-.0149866,2.4686898-.0563227,3.7013163-.0047228.1406472-.0084636.2812242-.0137943.4218947-.0116433.3085541-.0259519.6174121-.0404008.9263402-.0082532.1762999-.0161089.3525531-.0252739.52904-.0152672.2944099-.0323581.5893107-.0501036.8843986-.0115965.1924313-.0234269.3849795-.0360755.5777615-.0187742.2868585-.0386473.5741846-.0597362.8619782-.014823.2021569-.0305344.4048048-.0464796.6074994-.0222111.2826737-.0447729.5655578-.0691583.8494238-.0180494.2099888-.0375484.4209362-.0567669.6316732-.0255311.2799851-.0507114.5597131-.0782532.8411243-.0213694.2180312-.0447495.4377222-.0673347.6567119-.0285471.2771563-.0561122.5534943-.0865999.8323105-.0444923.4068621-.0918604.8164362-.1403975,1.227226-.0362625.3070812-.0746293.6166406-.1131129.9261532-.033831.2720597-.0670074.5433946-.1025451.8174649-.0318437.2456883-.0656981.4940185-.0988744.7414603-.0370808.2764082-.073998.5526293-.1127388.8313286-.0340882.245361-.0695558.4927327-.1049065.739964-.0410788.2872559-.0825551.5751665-.1253641.8650876-.0357949.2426959-.072338.4866074-.1093254.7312203-.045638.3019612-.0922111.6055356-.139626.9106296-.0370341.238324-.0742084.4769052-.1122946.717193-.0514362.3244751-.104322.651779-.157652.9800648-.0363327.2236187-.0722211.4463724-.1094423.6718147-.0620742.3759553-.1260889.7562357-.1905478,1.137498-.0311657.1842955-.0613728.3664869-.0930762.5520682-.0974716.5704907-.1970943,1.1460079-.2997095,1.7292869-1.5618375,8.8776278-4.0785183,24.6454238-5.0645039,40.1528496.1851938-.5406593.3675586-1.0646495.5480997-1.5789375-.4975285,6.5020559-.8486509,12.9797044-.9405581,18.8217754-.0135838.8631004-.013654,1.7528527-.00166,2.6655631s.0360287,1.8483554.0707248,2.8032879c.1040648,2.8647509.3038946,5.9027859.560725,9.0142538.0856179,1.037156.1775719,2.0824712.2744356,3.1322517s.1986373,2.1040265.3038712,3.1590205c.210491,2.1100115.4348465,4.2230855.6616569,6.3096012.2835071,2.608168.5708485,5.1748386.8396028,7.6423127.1075017.986985.2120341,1.9580723.3121477,2.9096149.3504443,3.3303407.6469274,6.4208846.828053,9.1130294.0236139.3509633.0449366.6998459.064155,1.0466478.0065932.1187646.0115264.2358459.0176052.3540961.0116433.2266813.0237308.4537835.0335271.6785712.0064529.1476141.0110588.2932409.0167168.4400134.0074583.1933431.0156179.3874577.0217201.5793046.0049098.154581.0080428.3070812.0121109.4606569.0048163.1822381.0103574.3652945.0139813.5461066.0031096.1548849.0045124.3076657.0067568.4614518.0025952.1766506.0057983.3541428.0072478.5293439.0013327.1604023.0010287.3185836.0014028.4777468.0003975.1654288.0014496.3316991.0008651.4957252-.0005845.1636052-.0027589.3248959-.0043253.4871217-.0015197.1574098-.0024315.3157314-.0048397.4718086-.0025718.1648677-.0066166.3273974-.0101703.4907221-.0032498.1502559-.0059619.3013534-.0100768.4503001-.0046293.1677433-.0106847.3331253-.0163427.4991852-.0048163.1410212-.0090715.2828841-.0146126.4226429-.0068504.1723723-.0150802.3422898-.0230294.5127216-.0060788.1303605-.0116433.2616093-.0183534.3908243-.0090247.1736347-.0194055.3447445-.0295524.5162752-.0072946.1233234-.0141216.2474885-.0220007.3697132-.0112926.1750608-.0238477.3475734-.0363093.5203197-.0082766.1148369-.0161323.2305389-.0249232.3443471-.0136774.1772818-.0285939.3519686-.0435104.5266788-.0090247.1059997-.0176754.2128411-.0271677.3178822-.0162492.1802042-.0337141.3577432-.0512492.535025-.0094456.0955026-.018517.1917767-.0283367.2864143-.0189846.1832902-.0391149.3638451-.0594322.5438856-.009656.0856367-.019008.1719748-.0289679.2568868-.0217201.1849267-.0444923.3670713-.0675919.5484211-.0097729.0769398-.019312.1545576-.029342.2308194-.0242452.1842487-.0495191.3656452-.075167.5460364-.0100301.0706275-.0198497.1419096-.0301136.2119527-.0269339.1839448-.0548731.3649906-.0832098.5447272-.0098664.0625384-.0195224.1256379-.0295524.1876854-.0298096.1842955-.0606012.3655985-.0918838.5452649-.0094689.0543792-.0187976.1092728-.0283834.1632078-.0326854.1836409-.0662358.3641724-.1004175.5427634-.0090247.0471785-.0179325.0948012-.0270742.1416291-.0357248.1831733-.0723147.3632138-.1095592.5408697-.0081597.0389258-.0162024.0781555-.0244322.1168007-.038811.1823083-.078487.3612968-.1188644.5375265-.0072946.0317952-.0144957.063871-.021837.0954792-.041827.1801574-.0844723.3568782-.1278658.5304428-.0063594.0255063-.0126954.0512231-.0191015.0765891-.0446092.1765337-.0900368.3494437-.1361891.518917-.0057281.0210176-.0114095.0421988-.017161.0631229-.0473681.1723255-.0956012.340887-.1445124.5056612-.0046994.0158742-.0094222.0317952-.0141216.047576-.0501737.1677433-.1011423.3315121-.1528591.4911663-.0037642.0116427-.0075518.0233321-.011316.034928-.0527221.1618518-.106169.319472-.1604109.4727671-.0030628.0086736-.0061256.0173471-.0092118.0260207-.055177.1551888-.1110555.3060292-.1676821.4522405l-.006523.0168328c-.0575384.1480816-.115825.2915577-.1747429.4301241-.0014262.0033198-.0028056.0066396-.0042318.0099594-.0595257.1396653-.1197295.2745145-.1806113.4043139-.0010989.0023145-.0021977.0046524-.0032732.0069669-.0613728.1306176-.1233768.2562322-.1859887.3766099-.000491.0009352-.0009586.0018469-.0014262.0027587-.0630561.1211258-.1267435.2370616-.1909687.3476201-.0373848.0643152-.0745124.1309683-.1122479.1916598,0,0,.0670541-.0656244.1840014-.1967564.0064529-.0072474.0134436-.015243.0202238-.0229113.0194522-.0219995.0391149-.0443731.0610688-.0698092.0114562-.0132792.0241283-.0283585.0362625-.0425729.0194756-.0228645.03832-.044864.0594556-.0701599.0322178-.0385751.0664462-.0803064.1023347-.124656.002642-.003273.0048864-.0058915.0075284-.0091879.0403307-.0500074.0831396-.1041995.1277021-.1615011.0084402-.0108712.0175351-.0229814.0260922-.0341097.0365431-.0473656.073998-.0964144.1130428-.148596.0122278-.0163418.0249933-.0338526.0374549-.050662.0372211-.0501944.0751203-.1019552.1143287-.1564045.0135838-.0188667.0274249-.0384816.0412425-.0578627.0396527-.0556417.0800535-.113177.1215064-.1731204.0143086-.0206903.028664-.0416377.043183-.0628657.0430661-.0629359.086974-.1282096.1317235-.1957044.01335-.0201292.0265364-.0399545.0400267-.0604811.0480461-.0731524.0970274-.149274.1467803-.2276399.011316-.0178147.0223981-.0349981.0337609-.05307.0570474-.0906164.1150301-.1845994.173948-.2820425.0041383-.00685.0081597-.0132091.0122979-.0200824.1943822-.322371.3978826-.6821481.6062226-1.0805705.0100768-.0192876.0202472-.0395103.0303474-.0589615.0574215-.1106287.1150769-.223759.1730595-.3402792.0160154-.0321927.0320775-.0653439.0481396-.0980041.0525117-.1067478.1050936-.2155296.1578624-.3271636.0188911-.0399545.0377589-.08047.0566734-.1210557.0505478-.1084545.1010488-.2191534.1516667-.3321433.0197796-.0441626.0395124-.0883019.0592686-.1331426.0504075-.1143226.1007215-.231287.1510121-.3501217.0194055-.0458693.0387876-.0911308.0581697-.1376781.0530027-.1272511.1057482-.2577986.1584236-.3901463.0158751-.0398376.0317502-.0785763.0475785-.1188815.0623781-.1589528.1244055-.3216462.1860588-.4878465.0058918-.0158976.0118537-.0310004.0177455-.0469447.1361423-.3691053.2699466-.7564227.400431-1.1616951.0170207-.0528596.0336206-.1077064.0505244-.1611972.0464329-.1469361.0925384-.2950879.137966-.4467465.0217435-.072568.0430194-.1469828.0645057-.2206496.0399098-.1368832.0794923-.2748184.1184904-.4154656.0230294-.0830884.0456847-.167416.0683634-.2518136.0365197-.1359246.0725718-.2733221.108133-.4126835.0230294-.0903125.0458951-.1811627.0685037-.2729481.0342518-.1390106.0678023-.2801488.101002-.422526.0220474-.0946142.0441416-.1890648.0657215-.2851752.0330828-.1473335.065137-.2974959.097004-.4483596.0198965-.0941934.0401203-.1873815.0595257-.2829542.033831-.1665977.0662124-.3368892.0984536-.5076951.0158049-.0837898.0322879-.1658262.0477188-.2506447.0467134-.2569102.0918838-.517748.1347395-.7840799,0,0,5.2983517,15.0925681-3.8118917,26.0665073,0,0,.1962058-.0981678.5240416-.3419625.0819706-.0609253.1721477-.1309917.2695492-.2108772.1948264-.1597711.4185272-.3589121.6630129-.603338.1222545-.1222246.2496761-.2557413.3813294-.4013447.3949133-.4368105.8276088-.9821689,1.2707552-1.6560877.1477389-.2246474.2966-.4635792.4456481-.7175203.1490248-.2539411.2982599-.5229381.4466067-.8076926s.2958518-.5852662.4414864-.9022834c.3640983-.7925664.7166001-1.6883037,1.0417004-2.6987844.5201605-1.6167645.970204-3.5273075,1.2855782-5.7790182.0394422-.281458.0767569-.5682697.1118504-.860482.1052806-.8766602.1904543-1.802112.2521778-2.7788804.0205745-.3255973.0385538-.656899.0537742-.9939752.0304643-.6741759.0499867-1.3715203.0575618-2.0927812.0151503-1.4425219-.0174883-2.9807334-.105982-4.6205026-.0442585-.8198963-.102475-1.6651821-.1756547-2.5366054-.1097696-1.3071349-.2532533-2.6730911-.4337944-4.1003699-.1203841-.9514959-.2572279-1.9302748-.4115833-2.9370149-.3858886-2.5168736-.8811025-5.2086911-1.5014467-8.0870252,0,0,.0141917.0329876.0400267.0945441.0073647.0175575.0177689.0426196.0270508.0649698.0072011.0173003.0133033.0318654.0216266.0519946.0105912.0256232.0239178.0582835.0362859.0884422.0101002.0246413.0193353.0470149.0305812.0746019.0134436.0330343.0292719.0724744.0443287.1097169.0129058.0319355.0251102.0620942.0391617.0971157.0175818.0438587.0372913.0936323.0565798.1421902.0137475.0346241.0269105.0676116.0414997.104597.0214629.0544493.0449132.1146265.0681296.1741257.0148697.0381309.0292953.0748825.0448664.1150473.024666.0636139.0510855.1325581.0774115.2012218.0165999.0432743.0328257.0854263.0500568.1306878.0272378.0715627.055972.1478479.0847295.2242499.017839.0473656.0354676.0940297.0538678.1432422.0301603.0807272.0616533.1658963.0932632.2515331.0192418.0521115.0383434.103732.0580996.1576202.0324983.0887227.0660955.1813731.0999266.2748418.0201069.0555715.0401436.1109326.0606947.1681407.0343921.0958065.0697195.1952134.1052806.2955554.0219773.0620475.0440013.1241651.0663995.1879192.0365197.1039424.0737408.2109474.1112893.3193551.0215565.0621644.0431363.1246327.0649967.1882231.0398397.1159591.0802873.2348406.1211323.3555222.0211122.0623982.0422946.1252405.063664.1888777.0419439.1249833.0843788.2526552.1271877.3823377.0212993.064549.0427154.1296591.0642018.1953537.0432766.1322542.0869506.266893.1309519.403706.0220708.0685935.0442352.137982.0664696.2076977.0445391.1397588.0893354.2815515.1344356.4257523.0218136.0697391.0437208.1403666.0656513.211111.0458016.147731.0917669.2972855.137966.4493415.0217669.0716094.0436039.1442943.0654409.2168622.0470875.1564747.0942919.3145157.1416367.475292.0207381.0703937.0415231.1419798.0622846.2131917.0486774.166925.0974249.3352527.1461958.5065028.0010989.0038809.0022211.0078787.00332.0117596.1495157,2.1903178.6174217,4.4537647,1.4349771,6.7301634.109489.3048368.2252205.5952022.3420743.8829958.3677924,2.0335626.6665667,4.1781748.8442788,6.3787793.0020574.0255765.004489.0509893.006523.0765891.0227255.286087.0426687.5733429.0611857.8611366.0029225.0454017.0064061.0906164.0092118.1360649.0170207.2748885.0312124.550759.0441416.8269333.0027589.0587277.0060788.1172449.0086506.175996.0116433.267267.020481.5352822.0281029.8035077.0019405.0680091.0044422.1358779.0061256.2039337.0063828.2607443.0099599.5220264.0123447.7834721.0007014.0763553.0019172.1526639.0022679.229066.001169.2557413-.0004676.5118098-.0033434.7679953-.0009118.082013-.0014028.1640026-.0027589.2460624-.0041383.2527488-.0109886.5056612-.0192418.7586437-.0027589.0851458-.0052605.1702682-.0085104.2554139-.0095625.2502706-.0217903.5005646-.0355611.7508352-.0048631.0883721-.0095391.1767441-.0149399.2651162-.0150802.246717-.0327555.4933171-.0520909.7398471-.0072245.0922062-.014519.1844591-.0223514.2766186-.0207849.243818-.0440247.4874023-.0691583.7308229-.009656.0936791-.0195224.1873347-.0298564.2809437-.0267936.2426725-.055972.4850176-.0873013.7271057-.0121109.0935154-.0245959.1870074-.0373848.2804293-.0329893.2409892-.0682699.4816043-.1059586.721822-.0148464.0946843-.0303006.1892284-.0458951.2837725-.0394189.239002-.0809653.4775598-.1252238.7155799-.0174649.0940297-.0357482.1878491-.0539847.2816918-.046316.2382305-.0946426.4760402-.1459854.7131251-.0200134.0923698-.0410555.1844825-.061817.2766653-.0534937.237272-.1088811.4740296-.1676119.7098988-.0226787.0911074-.0466199.1818407-.0700935.2727377-.0610922.2365005-.1239847.4724632-.1905478.7073505-.0248764.0877642-.0512258.1751076-.0768738.2626614-.0693454.2366641-.1403741.4728139-.2155178.7076544-.0268871.084047-.055481.1675562-.0831163.2513694-.0782064.2371551-.1580495.4737958-.2423815.7088468-.0283601.0790673-.0586139.1574799-.0876754.2363134-.0878157.2381136-.1771744.4756427-.2714897.7113717-.0292719.0731992-.0606012.1456035-.0905278.2185455-.0986173.2404281-.1988244.4802717-.3044557.7179645-.0281029.0632164-.0582398.1256379-.0868337.1886673-.1114763.2456416-.2247763.4905584-.3440148.7330439-.0248998.0506386-.0516934.1004589-.0769439.1509572-.1266968.2534501-.2557315.5058716-.3911958.7556045-.0173013.0318888-.0360054.0631463-.0534469.0949649-.1463594.2670332-.2962259.5325702-.4528959.7950212-.0006313.001052-.0012859.0020807-.0019172.0031328-1.0377492,1.7377266-2.3047402,3.3720486-3.8373993,4.8630115.0000234,0,.0000234-.0000234.0000468-.0000234-.5520743.537059-1.1367171,1.056537-1.7594227,1.55453,0,0,20.0022141.0626787,25.5689927-26.1571003.7096796-.1532484,1.427589-.3361411,2.1510628-.5416178.249302,3.2621212.10832,7.42863-1.2862095,11.6340411,0,0,3.9503954-4.940489,4.7085185-10.5915781,0,0,3.2646336,8.1551044-1.8221749,16.3847873,0,0,.0924917-.0260207.2590515-.0929076-.0227021.0448874-.0358651.0703937-.0358651.0703937,0,0,.0477422-.0280546.1416367-.1143693,1.9731402-.8460572,11.3415934-6.2715872,12.361901-33.3096027.2467068-6.5392049-.4342152-12.5775881-1.5727326-18.7417496Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.1761404,205.4827387c-.400618,11.8224045-6.7488064,11.8722482-6.7488064,11.8722482-5.559297.2033726-8.3231055-3.8294091-8.3231055-3.8294091l.5336976,3.0177655c-3.5112469-3.0177655-5.0349749-8.3490086-5.0349749-8.3490086-2.7252313-1.7274633-7.5919396-8.9441172-8.9556775-14.3642233-1.2111594.9143936-1.1832903-3.5006323-1.1832903-3.5006323,0,0,.2378925.0565301.58324-.3126688-.8358386-8.0803388-.677228-22.6837044-.0281263-28.1495863l7.136542-19.5724703c.9089248-7.6539086,3.5623091-14.3536327,7.693269-19.1960474,2.7763636-3.2544764,5.6487727-4.8937079,6.9799421.0393466,2.027686,7.5141966,2.864717,15.3994856,2.6454818,23.1749408-.2258985,8.011605-1.8981369,15.8921949-2.3647803,23.8848864-.5852507,10.0237993,3.0036182,19.4498014,5.5079309,28.9808681.4755045,1.8096867,1.6221348,4.4314145,1.5586578,6.3039903ZM211.433463,172.4054751c-.2948465-.9933908-1.3292756-3.016316-2.6907924-5.4538184-.0267702-2.8492273-.2802573-4.1315106-.2802573-4.1315106l-1.087011-.2173999c-1.1884807-9.6226182-8.028376-16.5418932-10.6613962-24.5950891l-3.4157158-10.4471436-.5189681-3.2793515s-.1241951.240358-.3337743.6712536l-1.5754681-4.8186384s-2.1826259-1.2559119-4.387159,3.1393121c-5.6136324,11.1920171-5.1096275,23.8534652-3.4018982,35.9744176.251453,1.7847415.5289982,3.5577468.8169709,5.3126335,1.4197566,8.6523024,2.8734845,17.5164873,1.7424722,26.2917625-.8471078,6.5725666-2.6803649,14.6973252-9.8698862,16.9525661,0,0,11.5492087,2.2019371,13.9878234-4.9109615,0,0,1.9068577,5.6425091-2.1357021,12.9420644,0,0,3.232673-.3026626,5.6844975-4.2004081,0,0,.669723,3.5955037-2.3145131,9.8740578,0,0,15.4418553-8.4318398,17.7130684-25.1413126.4482199-3.2976337.5381164-7.5001926.4064397-12.0467713,1.7405784-5.9639216,2.6935279-10.6615043,2.3212699-11.9156627Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M335.2998468,207.0471579c-.9249168-4.9608286-5.3815381-14.4620638-5.3815381-14.4620638,1.6817774,1.9338752,3.3634613,6.8947038,3.3634613,6.8947038-.6726923-3.1951175-2.3543762-7.9877586-6.1382117-13.1167512-1.9785177-2.6818348-4.6233682-9.6388665-6.6971831-15.667641-1.7826859-8.6480708-7.3452795-33.9405979-7.3452795-33.9405979,0,0,.2975819,1.0197621.7482567,2.4452408.0074816.0236594.0149633.0472487.0225384.0711418.0475084.1502325.0965131.3040653.1472946.4622934.0051436.0159678.0100067.0312809.0150568.0473188.0555511.1727931.1125986.3495372.1713294.529905.0077622.023636.0156179.0476461.0233801.071399.050501.1546511.1020308.3114998.1545892.470289.0126253.038201.025157.0761215.0378758.114533.0600401.1808822.1209219.3631671.1832065.5474859.0005611.0016599.0010287.0032964.0015898.0049563.0633133.1872646.1277489.3758618.1928391.5649967.013841.0400947.027682.0800258.0416166.1201439.0520909.1504429.1044623.3008157.1574884.4512352.0158049.0450978.0316099.0900086.0475084.1350596.0662124.1869841.132799.3734538.1999466.5585675.0028991.0077618.0057047.0153599.0085104.0230983.0630328.173775.1265331.3457265.1902205.5163687.0177689.0476929.0355378.0948246.0533066.1422136.0531196.1413953.1063327.2810138.1595458.4191127.0157114.0408429.0314229.0821065.0471343.1226221.0665865.1712735.1330795.3394609.1993855.5038142.0123447.0308133.0246894.0603642.0371276.090897.0545224.1340543.1087642.2651162.1627255.3933258.0189846.0450744.0378758.0897047.0568604.1340076.0555511.1299163.1106346.256279.1654376.3787608.0105678.0237062.0213227.048628.0317969.0720302.064155.1419798.1274683.2773667.1900335.4074232.0158985.0331045.0316099.0641516.0474148.0964144.0482565.0983548.0959519.1925482.1430862.2826737.0174883.0334084.0349766.0670973.0522779.0993134.0605077.1127328.1203608.2205795.178624.3176485,0,0-2.7468813-9.2489774-3.643742-14.5181029-.8969542-5.2691255-4.0361536-30.8299716-8.7449994-42.6014335-.096139-.2403813-.1996661-.4885946-.3063728-.7401978-.0274015-.0645958-.0552706-.1295656-.0833267-.1948861-.1028724-.2390488-.2092987-.4816978-.3214296-.7298877-.0077622-.0173003-.0149633-.0339695-.022819-.0513166-.1218571-.2689503-.2504476-.5442597-.3829661-.8231226-.0278691-.0586809-.0562993-.1177359-.084636-.1768376-.1270007-.2647421-.2577422-.5328274-.3940015-.8055885-.0092585-.0183758-.0178624-.036284-.0271209-.0547065-.1498197-.2989921-.3060923-.6031744-.4668539-.9109336-.0230995-.044186-.0466667-.088676-.0699533-.1330257-.1567402-.2981505-.3177823-.5994805-.4846227-.9049252-.0057047-.0104036-.0111289-.0206435-.0168337-.0310705-.1804944-.3300392-.3672546-.6642399-.5593455-1.0018539-.0112224-.0197318-.0227255-.0396505-.0339479-.0594057-.1909687-.3348787-.387268-.6729135-.5895526-1.0142447-.0007482-.0013794-.0015898-.0027821-.0024315-.0041848-4.3299012-7.3082523-11.2140316-15.9916953-19.8789776-21.596845q-.0000935-.0000234-.0000935-.0000468c-.0002806-.0001637-.0005611-.0003039-.0007482-.0004676-.352759-.228201-.7094458-.4494818-1.0680965-.6671389-.0957649-.0581432-.1919974-.1152344-.2881364-.1725827-.2900068-.1729567-.581884-.3422196-.8756315-.5078822-.0820174-.0462434-.1634737-.093492-.2456781-.1391743-.3682833-.2044013-.7391853-.4033553-1.1130798-.5956931-.0635939-.0327304-.1280294-.0637074-.1918103-.0960637-.3135739-.1591165-.6291118-.3135805-.94652-.463813-.1053975-.0498905-.2108885-.0993134-.3167536-.1481752-.3259186-.1505598-.6537076-.296514-.9836476-.4372547-.0581697-.0248283-.1157783-.0511295-.1740415-.075654-.3847429-.1617349-.7724785-.3156145-1.1625521-.4634156-.0954843-.0361671-.1916233-.0703002-.2873882-.1056256-.3070275-.1132238-.6155513-.2219588-.9257585-.3261817-.1082966-.0364009-.2164062-.0731992-.3250769-.1084779-.3982099-.1292383-.7981966-.25338-1.2014566-.3672116-.0035538-.0009819-.0071076-.0018002-.0106613-.0028055-.3969941-.1118912-.7971679-.2135424-1.1990251-.3099101-.1141884-.0273766-.2287509-.0531401-.3433134-.0792075-.3179694-.0724511-.6375286-.1396886-.9584906-.20204-.1022178-.0198486-.2038745-.0411468-.3062793-.0599668-.4104611-.0753267-.822886-.1431019-1.2379296-.2013387-.0766867-.0107543-.1540281-.0187498-.2308084-.0288963-.3449968-.0456355-.6915834-.0850523-1.0396663-.1184606-.123634-.0118765-.2473615-.022958-.3713695-.0332681-.3512626-.0291768-.7039281-.0520881-1.0582769-.0684299-.0769673-.0035536-.153467-.0094217-.2305278-.0123674-.4242086-.0161548-.8508486-.021719-1.2793591-.0189369-.1102606.0007014-.2210822.004442-.3316234.0064292-.3340549.0060317-.669232.017955-1.0056249.0358398-.1250368.0066396-.249793.012835-.3751103.0211579-.4371144.0289898-.8754445.0645958-1.3165802.1142057,0,0-.0078557.0000234-.0196393.0000935-.0047695.0000234-.0056112.0000234-.0130929.0000935-.0372211.0002572-.1088577.0010754-.2128524.0032263-.0063594.0001169-.0117836.0002338-.01833.0003741-.1679626.0036237-.4134537.0108945-.7289915.0250855-.0006546.0000234-.0014963.0000935-.0022445.0001169-3.7639157.1695434-17.4083555,1.337621-26.7532884,9.3881751-10.9312259,9.4171415-15.3031177,23.4542713-18.1625976,34.8098235-5.4569156,21.6705585-7.4453464,62.9926546-12.3964101,75.7375651,1.1005481-2.2918522,2.6648639-5.7760491,3.483261-8.6403091,0,0-.4459053,5.1030421-1.0149769,12.1617719-1.1948167,3.6922921-5.2784786,16.1568903-8.4027147,23.8252002-3.6997607,9.0808367-10.2585336,22.6180098-9.3336168,32.2874092,0,0,1.4295529-9.4171649,3.8680039-15.4710483,0,0-1.1772348,6.4743053-1.0089916,11.8555323,0,0,.6726923-8.2400164,1.5976091-10.9306416,0,0,.4204677,6.8106334-.1681497,10.5102197-.5886174,3.6996097-1.0090852,10.7624775-.7567671,14.3779935,0,0,.5044491-10.1738916,2.438451-16.2277749,0,0,.1681497,6.5583756.8409355,13.0326575.6725987,6.4743053,1.9339084,9.7534931,1.9339084,9.7534931,0,0-1.5135342-10.5943134-1.5976091-15.8073764-.0840748-5.213063,2.438451-15.4710483,2.438451-15.4710483,0,0-1.6816839,8.9967664-1.5976091,15.3869779.0840748,6.3902115,2.7748439,22.0294005,4.1202284,27.2424869,1.3453845,5.213063,3.2793865,21.6930957,13.9582943,30.6898387,0,0-6.2223801-6.8106334-8.4926814-13.4530794,0,0,1.5976091,3.78368,3.7839291,5.7175552,0,0-3.2793865-5.2971567-3.6998542-12.1077667,0,0,2.2703013,6.4742819,4.2043033,8.5763211,0,0-2.2703013-4.7926411-2.9429936-11.0987823,0,0,1.8499271,3.6995863,2.9429936,4.7085708,0,0-2.1862265-2.9428596-1.8498336-10.0057275.160481-3.3695938,1.2586911-7.9047636,2.3634476-11.7283046.0477889.0882785.0750034.1250301.0750034.1250301,0,0-.3362994,19.5069627,1.5135342,27.578815,0,0-.6726923-8.5763445-.0840748-13.1167512,0,0-.0279626,17.7692829,6.0261743,26.5137681,0,0-2.5786381-5.3812271-3.0270684-9.7534697,0,0,2.915031,8.2960555,8.7449059,15.0225952,5.830062,6.7265397,7.7360078,7.6234225,7.7360078,7.6234225,0,0-2.3808424-2.7507556-4.3325197-5.6520477-.1338277-.2458052-.2621377-.4921248-.3763261-.7381638,0,0,4.5967149,5.4933287,8.4086065,7.9597273,3.8118917,2.4663987,5.2694071,2.5785236,5.2694071,2.5785236,0,0,3.0270684,2.0179455,5.1572762,2.4663753,0,0-3.4755923-1.7937424-5.0451452-3.4753597,0,0,1.3453845.6726563,2.7467878.8968595,0,0-1.8174755-1.2137131-4.0361536-4.6525083-1.1211226-1.7377032-1.2892723-3.6996097-1.2892723-3.6996097,0,0,4.8209768,7.0628678,6.2223801,8.5763445s5.8299684,4.4283051,5.8299684,4.4283051c0,0-3.643742-2.8587893-5.3254259-6.1660083,0,0,4.7087523,4.9327973,8.1283259,6.8386646,0,0-1.4575155-2.3542971-2.1862265-3.6996097,0,0,4.4284717,5.5493911,8.1843446,7.5673601,0,0-2.8029-2.1300705-4.5406026-4.8206724,0,0,5.1572762,4.9888364,7.9600827,6.4462506,0,0-2.8589187-2.2982346-4.2043033-4.260141,0,0,3.1647305,1.9494689,5.8008836,3.0008158.0886573.0535609.1412158.0821767.1412158.0821767-.0188911-.0155469-.0365665-.0328707-.0553641-.0485813.8219508.3230723,1.5888181.5560894,2.1855718.609136,0,0-1.6816839-1.1771485-2.6346568-2.8587893,0,0,.2281898.1730035.5766468.4154889,1.714042,1.5587148,3.2352448,1.60248,3.2352448,1.60248h0s-2.0180768-1.6816408-2.5786381-2.7466643c0,0,1.9059458,1.7937424,3.3634613,2.2421721,0,0-1.0651039-1.121086-1.4014968-1.8497815,0,0,4.0350313,2.4096816,5.0447711,4.1473147.0000935.0002338.0002806.0004676.0004676.0007014l-.0000935-.0001403c0,.0000468.0000935.0000935.0000935.0001403,0,0-.0018704-.0064292-.0022445-.0076916-.0024315-.009071-.0109419-.0388323-.0281496-.0945675-.1546827-.5083497-.9338012-2.8921977-2.3800943-4.4381476,0,0,2.4104884,2.186133,2.9710497,3.7556488,0,0,.2241684-2.8027268-.4485239-4.3162035,0,0,1.0090852,1.5695392,1.1772348,2.9148518,0,0,1.6816839-1.4013751,2.0740955-4.4843676,0,0,.112131,1.7376799-.5605613,3.4193206v-.0000234.0000234-.0000234c.0007482-.0003039,1.4811762-.6503763,2.4514503-3.0450954.1461724-.3196824.259145-.6598213.3560322-1.0517911.1714229-.617903.3074951-1.3220974.3878291-2.1251376,0,0,.3924116,2.7466643.112131,4.1480394,0,0,1.4014032-2.5785236,1.3453845-8.9126727,0,0,.0061723.0418715.0151503.1052516.0256246.4671094.0408684.7355688.0408684.7355688.0092585-.0685702.0179559-.1409277.0267468-.2133086.1299934,1.080477.3473348,3.3636556.1414029,5.2582076,0,0,1.3453845-3.9238129,1.5136277-6.7826022,0,0,.2225786.8914824.3450903,1.9153825.0355378,1.1345756.0472278,1.7842272.0472278,1.7842272,0,0,1.1278561-2.7445836,1.6901007-4.7236267l-.0002806.0012858c.0009352-.0033198.0016834-.0064292.0026186-.009749.027682-.0974197.0536807-.1925716.0783701-.2858298.0035538-.0133259.0071076-.0267922.0105678-.040048.0254375-.097256.0493788-.1923378.0710755-.2838894.0014028-.0062422.0027121-.0120869.0041149-.0183056.0190782-.0812883.0361924-.1594905.0518103-.2354952.0040214-.0193811.0079492-.0386686.0116901-.0576756.0158985-.0805869.0304877-.1590463.0419907-.2323858,0,0-.0560187,2.4663987-.4484303,3.8117113,0,0,1.2332536-2.2982346,1.457422-3.419344,0,0,.7288045,2.2982346.6726923,3.6996097,0,0,.1187709-.1601919.3134804-.4911663.5941351-.975015,1.9122117-3.3533455,2.8818312-6.6838031,0,0-.3924116,3.6435238-.8969542,5.2691021,0,0,4.0361536-3.6435238,4.1482845-8.1839539,0,0,.0561122,3.1951175-1.5135342,5.9417818,0,0,.0078557-.0073643.0222579-.0216254.0086974-.0085099.0213227-.0216488.0360989-.0366347.0101937-.0103568.0180494-.0182589.0308617-.0316082.0202004-.0208773.0438611-.0466876.0703273-.0752565.0109419-.0119232.0207615-.0225138.0327321-.0357463.0311423-.0342266.0647161-.0726381.1022178-.1158422.0101937-.0118531.0202939-.0236828.0309553-.0361905.0423647-.0495164.0865999-.1028436.135137-.1628805.0043955-.0055408.0090715-.011479.0135605-.0170899.2770074-.3442068.639399-.8554088.9994526-1.5280183.0004676-.0007247.0008417-.0014027.0012158-.0021275.0697662-.1304306.1384102-.2672436.2071477-.4097845.0053307-.0112218.0107548-.0223969.0160855-.0336889.0674282-.141255.1333601-.2875832.1983568-.4404576.0038343-.0092113.0076687-.0187031.011503-.0279611.2714897-.6439705.5133335-1.3876751.6796128-2.2328439l.0002806-.0012625v-.0001169c.1064262-.5413841.1843287-1.119543.2150034-1.7416309,0,0,1.1212161,3.5875081.112131,5.7175786,0,0,1.2332536-1.3453126.8969542-4.5964692,0,0,.60489,1.2536441.6763396,2.4702094-.0011222.1684212-.0024315.3291508-.0036473.5006815,0,0,3.643742-2.8307581,4.736902-11.0707744,0,0,.1550568,1.0491259.201817,2.1435133-.0744422.412099-.1177422.6311822-.1177422.6311822,0,0,.0474148-.0904294.1289646-.261095.0067335.3913152-.0039279.7741673-.0448898,1.1019154,0,0,2.1021516-3.8677738,2.6907691-8.4081804,0,0,.5044491,6.8947038-.5045426,9.6693993,0,0,1.3453845-1.597547,1.9340019-3.5314222,0,0-.252318,1.9338752-.6726923,2.8587659,0,0,3.6997607-1.5134533,6.1383052-10.5102197,0,0,.3362994,1.5134767-.0841684,3.0269534,0,0,2.3544697-4.4563363,2.2703948-13.7053372,0,0,.8127858,3.1670862.5886174,4.6245004,0,0,6.5026607-9.7534697,8.5207375-28.2514713,0,0-.112131,8.7445086-1.7939084,14.4620638,0,0,2.8029-5.7175552,3.5877232-16.4800094,0,0,.4484303,3.3632581.2242619,6.165985,0,0,1.9059458-6.9507662,1.6816839-15.1347201,0,0,.4484303,6.1660083.3363929,9.5292665,0,0,.1220441-.7619869.2951504-2.0651241-.0404008.8566946-.070982,1.3364286-.070982,1.3364286.0788377-.7884985.1659987-1.7454183.2567135-2.7988693.3539747-2.9111813.7956716-7.3136761.9331466-12.0167529.096139-1.3258146.1555244-2.1689028.1555244-2.1689028-.000187-.0018469-.0003741-.0038108-.0005611-.0056577.1910622,1.182853.5611224,3.6656636.5611224,5.1626816,0,0,.5606548-6.8386646-.112131-14.6862904-.6725987-7.8476257-2.4665071-15.2468217-2.4665071-17.2647906,0-2.0179455.3363929-7.5112976.3363929-7.5112976,0,0,2.0180768,12.7804231,2.8029,16.4800327.7847297,3.6995863,5.3814446,12.1077667,5.3814446,17.6010954,0,5.493352-2.1301142,10.3140478-2.1301142,10.3140478,0,0,1.7938149-3.0269534,2.2422452-5.3812504,0,0,.1681497,2.7466877-2.4665071,7.3431569,0,0,2.0180768-2.0179689,2.5786381-4.3162035,0,0-.6216301,7.0595948-2.6989053,10.9698713.705705-1.2134325,1.8854649-3.4112783,2.3024723-5.1967679-.2964597,1.3494039-1.6927193,7.3246876-3.9200012,10.987195,0,0,3.643742-5.9978443,4.372453-9.473204,0,0,.302445,1.5590187-.118958,3.1925224.8226055-2.6157428,3.6992931-12.3740285,3.3142696-19.7846567,0,0,.6726923,3.6995863.112131,7.7355241,0,0,1.3453845-2.0460002.2522245-10.0337587-.0595725-.4354077-.1265331-.8873677-.1978892-1.3492403.909673-6.9264522-.4748031-19.5871288-.4748031-19.5871288,2.7748439,7.8196179,1.5977026,19.6751268,1.5977026,19.6751268,1.5135342-4.7085708,1.4293658-15.4710249.5044491-20.4318535ZM198.8559158,261.3079051c-1.6817774-12.3319933-.8969542-35.2022142-.8969542-35.2022142,0,0,1.7939084,15.807353,1.7939084,23.9913303,0,8.1839539,3.1391994,28.0272448,3.1391994,28.0272448,0,0-2.3543762-4.4843676-4.0361536-16.8163609ZM237.9840111,290.0078062c2.0180768,4.372266,9.6419536,21.9733848,9.6419536,21.9733848-7.063222-9.3050633-9.6419536-21.9733848-9.6419536-21.9733848ZM330.2280483,210.6991916c.8159655-4.9250122-1.3187312-11.6398157-1.3187312-11.6398157,0,0,1.3453845,2.4383908,1.8499271,5.969813.2998264,2.0988831.1244757,5.3559078-.0671476,7.6531604-.1563661-.6747838-.3114229-1.3368027-.4640482-1.9831578Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LONG LAYERS 2 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.3753662,246.1508179c-.2410889-1.5203857-.5530396-3.0449829-.925354-4.6220703-2.8383179-13.303894-7.213501-27.8756104-8.6257324-49.7159424-2.2422485-34.6777344-7.4213257-59.7012329-10.5605469-79.7166138-2.3056641-14.7006226-6.9857788-41.6357422-23.6990356-52.9693604-5.5422363-4.1364746-11.2073364-5.9941406-15.0031738-6.3311768-10.2052612-.90625-18.4030151-.0402832-25.2069092,2.6877441-6.7686768,2.369751-14.1702271,7.4903564-21.5412598,16.5206909-13.6780396,16.757019-19.7504883,41.3569946-17.7324829,79.2930908,1.1133423,20.9281006.1985474,34.0651245-1.7750854,44.7034302-5.0195923,16.0911255-12.0568848,27.8787231-14.4632568,40.3480225-2.5914917,13.4280396-.3363647,26.2788696-.3363647,26.2788696,0,0-.6224976-18.2541504,1.4447021-27.3968506.5976562-2.6433105,1.5924683-5.2194214,2.8464355-7.8157959-.0009155.0018921-.0018921.0041504-.0027466.0060425,1.3756104-2.3796387,2.7050171-4.7401733,3.9924927-7.1787109-2.4235229,7.9528809-4.8859863,15.1993408-6.4794922,23.2950439-.8771973,2.3598633-1.3693848,5.1074829-1.3641968,8.2739868.0005493.3396606.0058594.6762085.0119629,1.0122681-.6239624,6.6671143-.5787354,14.1255493.5213013,23.0331421.5211182,4.2196045,1.4143677,7.803833,2.4976807,10.8477173.0304565.2010498.0584717.3731689.083374.5144653.1449585.822876.6607666,1.8937378,1.3904419,3.0802612,4.1112671,8.7617188,9.5705566,11.6383057,9.5705566,11.6383057-.0001831-.0002441-.0003052-.0004272-.0004883-.0006104l.0005493.0005493c-2.3080444-2.491272-4.1060181-5.032959-5.5039673-7.5184937-.4660034-.8285522-.8875732-1.6508179-1.2687378-2.4628906-.9530029-2.0302734-1.6537476-3.9968872-2.1660156-5.8383179-.102417-.3682861-.1973267-.7315674-.2852173-1.0892944-.1757202-.7155762-.3233643-1.4090576-.4469604-2.0766602s-.2231445-1.3092041-.3027344-1.9209595c-.0795898-.6116943-.1391602-1.1936035-.1829224-1.7415771-.2624512-3.2880249.046936-5.3579102.046936-5.3579102.0750122.5419922.1555786,1.0762329.2414551,1.6027832.1717529,1.0530396.3649292,2.0753784.5779419,3.0678711.1065063.4962769.2180176.9850464.3342285,1.4664917.2325439.9628906.4841309,1.8964233.7533569,2.8014526.269165.9050293.5559082,1.7815552.8587036,2.6304932.6055298,1.6978149,1.2752686,3.2852783,1.9968872,4.7694092.1804199.3710327.3640747.7355957.5507812,1.093811,1.6802979,3.2240601,3.6077881,5.934082,5.6428833,8.2111206.2261353.2530518.4536133.5007324.6821899.743103.4571533.4848633.9188843.9487915,1.383667,1.3926392.2323608.2219238.4654541.4388428.6991577.6508789.7010498.6360474,1.4072266,1.2280273,2.1132202,1.7788696.7060547.5508423,1.4119873,1.0605469,2.1126099,1.5321655.7006836.4716187,1.3960571.9051514,2.0809937,1.3035278.456665.265625.9086304.515625,1.3544312.7509155,1.114563.5881958,2.1904907,1.0844116,3.2039185,1.5025635,4.4591675,1.8399048,7.7080688,2.1682129,7.7080688,2.1682129-2.8823853-3.4345093-5.1948242-6.6306763-7.0706177-9.7042847-4.493042-8.9237671-3.3780518-16.574585-2.789978-19.1652222.2253418.4970703.4527588.984375.6816406,1.4628296,3.1967773,15.265564,14.1795654,22.7949219,14.1795654,22.7949219-.2515259-.5343018-.4910278-1.0685425-.7262573-1.6028442-4.6282959-10.5678101-6.1657104-21.7679443-5.9887085-32.8015137.027832-.8244629.06427-1.6470337.1132202-2.4663086-.0092163-.1131592-.0183105-.2279663-.0274658-.3417358-.0059814.0946045-.0100098.1896973-.0157471.2843628.0042114-.1066895.008667-.2133789.0131226-.3200684.0009766.0117798.001709.0239258.0026245.0357056.1177368-1.8596191.4547119-6.0084839.8377075-10.111084,1.9937134-16.3359375,6.6810913-31.5638428,9.2758179-42.8963013.6269531-2.6401978,1.0751953-5.2600098,1.3733521-7.8616333.5562744-4.5946655.6582031-9.0036621.4440308-13.2900391.2640991-10.1125488-1.8984375-19.12323-4.2766724-28.3352051-.5631714-3.2832031-1.305542-6.2325439-2.0849609-9.2467041-1.4741821-5.7014771-2.7704468-11.6598511-3.3195801-18.2843628-.0202637-.2507324-.0408936-.5014648-.059082-.7521973-.0039673-.0535889-.0075073-.1075439-.0113525-.1611938-.0037231-.0526123-.0066528-.1052246-.0103149-.1578369-.2503052-6.0883179.0241089-12.8845215,1.2124634-20.8378906.0012207.0015869.0024414.0030518.0036621.0046387.0118408-.0941162.0255737-.1844482.0376587-.2780151.0841675-.5551758.1727905-1.1159668.2659912-1.6825562.0106812-.0557251.0213013-.1113892.0320435-.1668701.0608521-.3144531.1227417-.6253662.1856689-.9329224.0233765-.1143799.0464478-.2296753.0701294-.3430786.0845337-.4052734.1705322-.8057251.258667-1.1989746.0120239-.053833.0245972-.1060181.0366821-.1596069.0544434-.2407837.1104736-.4763794.1662598-.7126465.2014771-.199707.4026489-.4030151.6020508-.6202393.0111084-.012085.0222778-.0237427.0333862-.0359497.0682983-.0747681.1363525-.151123.2043457-.2280884.0267944-.0302124.0534668-.060791.0801392-.0913696.0995483-.1140747.1987305-.2305298.2975464-.3492432.0181274-.0217285.0361938-.043457.0542603-.0653687.0350342-.0424194.0702515-.0837402.1051636-.12677.00177-.0021973.00354-.0042114.0053101-.0064087.1535034-.1893921.3057251-.3858643.4570312-.5870361.0072021-.0095825.0145874-.0184326.0217896-.0280762.0220337-.0293579.0437012-.0601807.0656128-.0897217.1317139-.1777954.2625732-.3598022.392334-.546814.0200195-.0288086.0402222-.0566406.0601196-.0856934.026001-.0378418.0519409-.0757446.0778198-.1138916.0008545-.0012817.0016479-.0025635.0025024-.0037842.1177368-.1738281.234436-.3520508.3502197-.5338135.0283813-.0445557.0564575-.090332.0847778-.1353149.1192627-.1900024.2374878-.3843994.3545532-.5831909.0283203-.0481567.0568848-.0953979.085083-.144043.0825195-.142334.1641235-.2879639.2454834-.4348145.0154419-.0279541.0310059-.0552979.0464478-.083374.0376587-.0686035.0753784-.1367798.1127319-.2063599.024292-.0452881.0481567-.0921021.0723267-.1377563.1063232-.2007446.2114868-.4057617.3154297-.6147461.0136719-.0275879.02771-.0542603.0413818-.0819702.0233154-.0473022.0464478-.0950928.0696411-.1427612.1280518-.2632446.2545776-.5315552.3786011-.8078613.0153809-.0342407.0302734-.0700073.0455322-.1044312l.0018311-.0042114c.0145874-.0328369.0289307-.0664673.043457-.0994873.0941162-.2140503.1870117-.4319458.2785645-.6538086.031311-.0757446.0625-.1516724.0934448-.2283325.0341797-.0846558.0687256-.1682129.1025391-.2539673.000061,0,.000061-.000061.000061-.000061-.5580444,2.0032349-1.0393066,3.8010254-1.4653931,5.3706665-.0135498.0498657-.0272827.100769-.0407715.1502075-.0483398.1777954-.0949707.3482056-.1419067.5200806-.0368042.1345215-.0739136.2703857-.1099243.4013062-.0303345.1104126-.0596924.2158203-.0894775.3236084-.045105.1629639-.090271.3264771-.1342163.4833984-.2850952,1.0186768-.5467529,1.9122314-.7940674,2.668396h.00177v.000061c.2258301.0041504.4520874.0056763.6795654.0012207.0001221-.0007935.0002441-.001709.0004272-.0025024.1987915-.0037231.3998413-.0126343.6013184-.0228882-.0009155.0008545-.0019531.0020752-.0028687.0028687.0291748-.0015259.0593872-.0048218.088623-.0064697.1686401-.0092773.3400879-.022522.5114746-.036377.0003662-.000061.0006104-.0001221.0009766-.0001221.0370483-.0029907.0739136-.0057983.111145-.0089722.067627-.0057983.1342773-.0098877.2024536-.0164185.0785522-.0075684.1588135-.0167847.2381592-.0252686.2077637-.0213013.4179688-.0454102.6326294-.0742798.102478-.0819702.2067261-.1673584.312439-.2560425.0457764-.0383911.0928955-.0797729.1392822-.1194458.0601807-.0514526.119812-.1018066.1809082-.1555176.0617065-.0541992.1247559-.1117554.1873779-.1682129.0467529-.0421143.0928955-.0828857.1401367-.1263428.0735474-.0675049.1483765-.1386719.2231445-.2094116.0371094-.0352173.0737305-.0690308.1112061-.1050415.0831299-.0797729.1674805-.163208.2519531-.2470703.0299683-.0297852.0595093-.0583496.0896606-.088623.0911255-.0913696.1834106-.1865234.276062-.2827148.024231-.0251465.0480957-.0493164.0723267-.0747681.0974121-.1019287.1959229-.2077026.2949219-.3150635.0203857-.0220947.0405884-.0435791.0609741-.065918.09552-.1043091.1918945-.2120972.2888794-.3215332.0275879-.031189.0550537-.0618286.0827637-.0934448.0907593-.1034546.182312-.210022.274292-.3180542.0358887-.0422363.0717773-.0841675.1078491-.1270752.0866089-.1030273.1738281-.2088013.2614746-.315979.0079956-.0098267.0159302-.019104.0239868-.0289917-.0021362.0031128-.0042114.0067139-.0063477.0098267.0550537-.0675049.1106567-.1375732.1660767-.2067261.0266113-.0332031.0530396-.0656128.0797119-.0991821.0563354-.0709229.1130371-.1437378.1697388-.2164307.0132446-.0169678.0264282-.0338135.0396729-.0508423.0470581-.0604858.0939941-.1207275.1412964-.1824341.029541-.0386353.0593872-.0785522.0890503-.1176147.0922852-.1216431.1849976-.2455444.2781372-.3718262.0368042-.0498657.0734863-.0994873.1104126-.1501465.0419922-.0574951.0840454-.1156006.1261597-.1741333.0159302-.0220947.0319824-.0447998.0479736-.0670776.0606079-.0845337.1210327-.168335.1819458-.2548218.0199585-.0283813.0401001-.0579834.0600586-.0865479.0287476-.0410156.0576172-.0829468.0863647-.1243896.0204468-.0294189.0407715-.0585327.0612183-.0881958.0539551-.078186.1080322-.1572266.1622314-.2370605.0402832-.0592651.0806274-.1191406.1209717-.1793213.0962524-.1434326.1928711-.2894897.289856-.4381104.0297852-.0455933.0593262-.0899048.0891724-.1359863.0314941-.0487061.0632324-.098999.0948486-.1482544.0087891-.0137329.0175171-.0265503.0263062-.0403442-.371582,1.0687256-.7111206,2.0686646-1.0175171,2.9881592-.0012207.0037231-.0024414.0073853-.0036621.0111084-.2008667.6029663-.3873901,1.1705933-.5592041,1.6998291-.0063477.0196533-.0125122.0387573-.0188599.0582275-.1620483.4998779-.3109131.9647827-.4460449,1.3913574-.0150757.0474243-.0296631.0936279-.0443726.1400757-.0625.197937-.1231079.3903809-.1794434.5706787.3173218-.0245972.6392822-.0474243.9579468-.0718384.47052-.0360107.9415894-.0713501,1.4144287-.1060181.3306274-.024231.6609497-.048584.9924316-.0717163.0379028-.0026245.0761108-.0044556.1140137-.0070801.9456787-.0654907,1.8936768-.1278076,2.8431396-.1779175.0002441-.000061.0004883-.000061.0007324-.000061s.0004883,0,.0007324-.000061c.1541748-.0991211.3098755-.2019043.4667969-.3079224.0647583-.0437012.1305542-.0903931.1957397-.135376.0922241-.0635376.1841431-.1262207.2771606-.1922607.0842285-.0596924.1694336-.1227417.2542725-.1845093.0731201-.0532837.145813-.1051025.2193604-.1598511.0040894-.0030518.0080566-.0059814.012146-.0089722.0953979-.071106.1917114-.1456909.2877808-.2193604.059021-.0452271.1176147-.0889893.1768799-.1352539.0095215-.0075073.019104-.0147705.0286865-.0222778.1030884-.0806885.2070312-.164978.310791-.2486572.0476074-.0383911.0947876-.0753174.1425171-.1143799.0150757-.0123291.0300903-.024353.045166-.0367432.1080322-.0887451.2167969-.1811523.3255005-.2733154.0383301-.0325317.076416-.0636597.1148071-.0966187.0216064-.0184937.0430908-.0367432.0647583-.0553589.1107788-.09552.222168-.1947632.3334961-.2938843.0307007-.0273438.0611572-.0534668.0919189-.0810547.0274658-.0246582.0548706-.0489502.0823364-.0738525.1123657-.1016235.2252197-.2070312.3380127-.312439.0245361-.0229492.0488892-.0447388.0733643-.0678711.0336914-.0316772.0672607-.0628662.1010132-.0949097.1109009-.1053467.2221069-.2142334.333374-.3233032.0036011-.003479.0071411-.006897.0107422-.010437.0172729-.0169678.0344849-.0331421.0518188-.0502319.0396729-.0390625.0792236-.0776978.1189575-.1172485.1098633-.1095581.2199097-.2225952.3300781-.3358154.0037231-.0038452.0075073-.0075684.0112305-.0114136.0131836-.0135498.0263672-.0266113.0395508-.0402222.0453491-.046875.0906982-.0932617.1361084-.1407471.1091919-.1143188.2185059-.2319336.3278809-.3499146.001709-.0018921.003418-.0036621.005188-.0055542.0108643-.0117798.0217285-.0230103.0326538-.03479.0507202-.0549927.1013794-.109436.1521606-.1652222.1079102-.1185303.2158813-.2402954.3238525-.3625488.0092163-.010376.0183105-.0203247.0274658-.0307617.0557861-.0632935.1115112-.1262207.1672974-.1905518.1053467-.12146.2106323-.2459106.315979-.3709717.0019531-.0023193.0038452-.0044556.0057983-.0067749-.0007935.0018311-.0015869.0037231-.0024414.0055542.0197144-.0233765.0393066-.0487061.05896-.0721436.046875-.0560303.093689-.1122437.140564-.1689453.1015625-.1229858.2030029-.2486572.3044434-.375061.0065918-.0081787.0131836-.0164795.0198364-.0247803.0316162-.0394897.0632935-.0772705.0949097-.1170654.0100708-.0126953.0201416-.0246582.0302124-.0373535.0231323-.0291748.0461426-.0602417.0692139-.0895996.0974731-.1239014.1947021-.2501831.2919312-.3773804.0042114-.0055542.0084839-.0112305.0126953-.0167236.0042114-.0055542.0084229-.0111694.0126343-.0167236.0640869-.0839844.1281128-.1677246.1920776-.2531738.026123-.0349121.0523071-.0687256.0784912-.1038818.0692749-.0932617.1383667-.1890869.2075806-.2841187.0001221-.0001221.0001831-.0003052.0003052-.0004272-.0004272.0010376-.0009155.0020752-.0013428.0031738-.3341064.7747803-.6586914,1.5198364-.9712524,2.2313843-.0311279.0708618-.0612793.1390381-.0921631.2091675-.1187134.2697754-.2360229.5356445-.3508301.7947998-.045166.1019897-.0894165.201355-.1339111.3016357-.098999.2227173-.1966553.4421997-.2922974.656189-.0480957.1075439-.0956421.2136841-.1428223.3189697-.0895996.1999512-.1774902.3955078-.2637939.5869141-.0466919.1036377-.0934448.2073975-.1391602.3084717-.0837402.1851807-.164917.3641357-.2450562.5403442-.0438232.0963135-.0884399.1946411-.1311035.288208-.081543.1787109-.1596069.348938-.2368774.5172729-.0357666.0780029-.0733032.1600952-.1081543.2357788-.109314.2375488-.2147827.4656982-.31427.6796265h.0014648c.1362305-.0006104.2717896.0013428.4077759.0014648.0012817-.0020752.0026245-.0045776.0039062-.0066528.1453247-.0020142.2904663-.0038452.4378662-.007019.1109009-.0023804.2232666-.005127.335144-.0079346.2154541-.0053711.4318848-.0108032.6498413-.0167847.0025635-.000061.0050049-.0001221.0075684-.0001831.7047729-.0194092,1.4161987-.0366211,2.1156006-.0340576.2888184.0010986.5742188.0071411.8568115.0166626.0514526.0018311.1033325.0031738.154541.0053101.2973633.012207.5907593.0292969.8760986.0560303.2883301-.1491699.583374-.3099976.8829346-.4799805.0143433-.0082397.0283813-.0157471.0427856-.0239868.3010254-.1715698.6077271-.3553467.9186401-.5494385.0085449-.0053711.0169678-.010437.0255127-.0157471.3170166-.1984863.638916-.409668.9647827-.6328735.001709-.0011597.0032959-.0022583.0049438-.003418.1595459-.109314.3199463-.2218018.4812622-.3373413.0057373-.0040894.0114746-.0081787.0171509-.0123291.1660156-.1190186.3328247-.241394.5005493-.3671875.0001221-.000061.0001831-.000061.0002441-.0001221-.0002441.0003052-.0005493.0006104-.0007935.0009766-.182373.2192383-.3609619.4317017-.5355835.6375122-.0030518.00354-.0060425.0070801-.0090942.0106201-.1685791.1986084-.3331909.3904419-.4939575.5761719-.0314331.0362549-.0617676.0707397-.0928345.1064453-.1329346.1528931-.2642822.3033447-.3912354.4470215-.1643066.1855469-.3253784.366272-.4794312.5366821.6617432.0272827,1.3417969.050354,2.0264282.067688h.000061c.124939.0031738.2487183.0074463.3740234.0100708-.0003662.0001831-.0008545.0004272-.0012817.0005493.0135498.0003052.0270996.0002441.0406494.0005493.1879272.0037842.3762817.0044556.5646362.006897.241394.0031128.4825439.0077515.7237549.0080566.4215088.0007324.8424072-.0030518,1.2603149-.0125122,4.8206787-2.262207,9.2537231-6.1463623,12.335022-11.7970581.2466431-.4522705.4834595-.8948975.7137451-1.3312378.0773315-.1464844.1503296-.2888184.2258301-.4335327.1496582-.2868042.2979736-.5723267.4406128-.852356.0860596-.1688232.1688232-.3346558.2523804-.5010986.1246948-.2485352.2476196-.4954834.3668823-.7388306.0856323-.1748657.1697388-.3482056.2526245-.5205078.1099243-.2283936.2171021-.4541626.3221436-.6781006.0817871-.1740112.1634521-.3481445.2423096-.5195312.0999146-.2171631.1958008-.430603.2911377-.6435547.0758667-.1692505.1531982-.3399658.2261963-.5065918.0929565-.2124023.1807861-.4200439.2692871-.628418.074707-.1757812.1514282-.3534546.2230225-.5264282,1.0916748-2.6361694,1.6940308-4.4559326,2.0302124-5.6790771.4509888.2478638.8952637.5131836,1.3308716.8012085.2332153.6450806.4862061,1.2662964.8139038,2.0231323.8306885,2.1589355,1.7634888,4.3084106,2.7473145,6.3875122.0040894.008606.0080566.017334.012146.026001.1629028.3438721.3271484.6852417.4924316,1.0249634.0154419.0317383.0307007.0637207.0462036.0953979.1566772.321228.3143311.6395874.4727783.9564209.0248413.0498047.0496216.0999756.0745239.1495972.1514893.3019409.3036499.6008911.4562988.8983765.0322266.0628052.06427.1260376.0965576.1885986.147522.2861938.2953491.5692139.4435425.8508301.0377197.0717163.0753784.1437378.1131592.2150879.1400146.2648315.2801514.5265503.4204102.7868652,1.5776978,3.059021,3.086731,5.6351318,4.4962769,7.7408447.1204224.4783936.2417603.9598999.366333,1.4584961.0801392.4093628.1578979.8148804.2337036,1.2177124.0897217.4764404.1750488.9464722.2587891,1.4142456.0182495.1019287.0371094.2047729.0550537.3062744.0767822.434021.1502075.8633423.2218628,1.2903442.0215454.1282959.0431519.2567139.06427.3843994.0684814.4151001.1344604.8268433.1981812,1.2357178.0202026.1296997.039917.2588501.0596313.3880005.0628052.4108887.1238403.8195801.1817627,1.2245483.015564.1089478.0302734.2169189.0454712.3254395.0596924.4251099.118042.8485718.1724243,1.2677002.0053101.0409546.0100708.0812988.0153198.1221924.2426147,1.8840942.4312744,3.7096558.5706787,5.4969482.0078125.1002808.0164185.2011108.0238647.3011475.0272217.3626709.0513306.7230225.0744019,1.0827637.0087891.1369629.0178833.2741089.026062.4106445.0206909.3446045.0391846.6878662.0561523,1.0302124.0072021.1455688.0140991.2910156.0206299.4362183.0153198.3384399.0291138.6761475.0408325,1.0127563.0049438.1434937.0089722.2865601.0133057.4296875.0103149.3400269.0197754.6797485.0264282,1.0182495.0024414.1238403.0036011.2471924.0055542.3708496.0056763.3596802.0109863.7191772.0126343,1.0776978.000061.0162354-.0001831.0324707-.000061.0487671.0050659,1.2373047-.0150146,2.468689-.0563354,3.7012939-.0047607.140686-.0084839.28125-.0137939.421936-.0116577.3085327-.0259399.6173706-.0404053.9263306-.0082397.1762695-.0161133.3525391-.0252686.5290527-.0152588.2943726-.0323486.5892944-.0501099.8843994-.0115967.1924438-.0234375.3849487-.0360718.5777588-.0187988.2868652-.0386353.5741577-.0597534.8619385-.0148315.2022095-.0305176.4048462-.0464478.6075439-.0222168.2826538-.0447998.5655518-.0692139.8494263-.0180054.2099609-.0375366.4208984-.0567627.6316528-.0255127.2799683-.0506592.5596924-.0782471.8411255-.0213623.2180176-.0447388.4377441-.0673218.6567383-.0285645.2770996-.0560913.5534668-.0866089.8322754-.0444946.4068604-.0918579.8164673-.1403809,1.2272339-.0362549.3070679-.074646.6166382-.1130981.9261475-.0338745.2720947-.0670166.543396-.1025391.8174438-.0318604.2457275-.0657349.4940186-.098877.7415161-.0371094.2763672-.0740356.5526123-.1127319.8312988-.0341187.2453613-.0695801.4927368-.1049194.7399902-.0410767.2872314-.0825806.5751343-.1253662.8650513-.0358276.2426758-.0723267.4866333-.109314.7312012-.0456543.302002-.0922241.6055908-.1396484.9106445-.0370483.2383423-.0742188.4769287-.1123047.7172241-.0514526.3244629-.1043091.6517334-.1576538.9800415-.0363159.2236328-.0722046.4463501-.109436.671814-.0620728.3759766-.1260986.7562256-.1905518,1.1375122-.0311279.1842651-.0613403.3664551-.0930786.552063-.0974731.5704956-.1970825,1.1459961-.2996826,1.7293091-1.5618286,8.8776245-4.0785522,24.6453857-5.0645142,40.152832.1851807-.5406494.3675537-1.0646362.5480957-1.5789185-.4975586,6.5020142-.8486328,12.9796753-.9405518,18.8217773-.0136108.8630981-.0136719,1.7528076-.0016479,2.6655273.0119629.9127197.0360107,1.8483887.0706787,2.8032837.1040649,2.8647461.303894,5.902771.56073,9.0142822.0856323,1.0371704.1776123,2.0824585.2744751,3.1322632.0968628,1.0497437.1986084,2.1040039.303833,3.1589966.2105103,2.1099854.4348755,4.2230835.6616821,6.3095703.2835083,2.6082153.5708618,5.1748657.8395996,7.642334.1074829.9869995.2120361,1.9580688.3121338,2.9096069.3504639,3.3303833.6469116,6.4208984.828064,9.1130371.0236206.3509521.0449219.6998291.0641479,1.0466309.0065918.1187744.0115356.2358398.0176392.354126.0115967.2266846.0236816.4537964.0335083.6785889.0064697.147583.0110474.2932129.0167236.4400024.0074463.1933594.015625.3874512.0217285.5792847.0048828.1546021.0079956.3070679.012085.4606934.0048218.1821899.010376.3652344.0139771.5460815.0031128.1549072.0045166.3076782.0067749.4614258.0025635.1766968.0057983.354187.0072632.5293579.0012817.1604004.0009766.3186035.0014038.4777832.0003662.1654053.0014038.331665.0008545.4956665-.0006104.1636353-.0027466.3249512-.0043335.4871216-.0015259.1574097-.0024414.3157349-.0048218.4718628-.0026245.164856-.0066528.3273926-.0101929.4907227-.0032349.1502075-.0059814.3013306-.0100708.4502563-.0046387.1677856-.0106812.3331299-.0163574.4992065-.0048218.1409912-.0090942.2828979-.0145874.4226685-.006897.1723633-.0150757.3422852-.0230713.5126953-.0060425.1303711-.0115967.2615967-.0183105.3908081-.0090332.173645-.0194092.3447876-.0296021.5162964-.0072632.123291-.0140991.2474976-.0219727.3696899-.0112915.1750488-.0238647.3475952-.0363159.5203247-.0082397.1148682-.0161133.2305298-.0249023.3443604-.0136719.1773071-.0286255.3519897-.0435181.5266724-.0090332.1060181-.0177002.2128296-.0271606.3178711-.0162354.1802368-.0337524.3577881-.0512695.5350342-.0094604.09552-.0184937.1917725-.0283203.286438-.0189819.1832886-.0391235.3638306-.0594482.5438843-.0096436.0856323-.0189819.171936-.0289307.256897-.0217285.1848755-.0444946.3670654-.067627.5484009-.0097656.0769043-.0192871.154541-.0293579.230835-.024231.1842041-.0494995.3656006-.0751343.5460205-.0100708.0706177-.0198364.1419067-.0301514.2119751-.0269165.1838989-.0548706.3649902-.0831909.5446777-.0098877.062561-.0195312.1256714-.029541.1876831-.0297852.1843262-.0606079.3656006-.0918579.5452881-.0095215.0543823-.0187988.1092529-.0284424.163208-.0326538.1836548-.0662231.3641968-.1004028.5427856-.0090332.0471802-.0179443.0947876-.0270386.1416016-.0357666.1831665-.0723267.3632202-.1095581.5408936-.0081787.0388794-.0162354.078125-.0244751.1167603-.0388184.182312-.0784912.3613281-.1188354.5375366-.0073242.0317993-.0145264.0639038-.0218506.09552-.0418091.1801147-.0844727.3568726-.1278687.5303955-.0063477.0255127-.0126953.0512695-.019104.0765991-.0446167.1765137-.0900269.3494263-.1361694.5189209-.0057373.0209961-.0114136.0421753-.0171509.0631104-.0473633.1723633-.0956421.3408813-.1445312.5056763-.0046997.0158691-.0093994.0317993-.0140991.0476074-.0501709.1677246-.1011353.3314819-.1528931.4911499-.0037231.0116577-.0075684.0233154-.0112915.0349121-.0527344.1618652-.1062012.319458-.1604004.4727783-.0031128.008667-.0061646.017334-.0092163.026001-.0551758.1552124-.111084.3060303-.1677246.4522705-.0021362.0056152-.0043335.0112305-.0064697.0167847-.0575562.1481323-.1158447.2915649-.1747437.4301758-.0014648.0032959-.0028076.0065918-.0042725.0099487-.0595093.1396484-.1196899.2744751-.180603.4042969l-.0032959.006958c-.0613403.1306152-.1233521.2562256-.1859741.3766479-.0004883.0009155-.0009766.0018311-.0014038.0027466-.0630493.1210938-.12677.2370605-.190979.3475952-.0374146.0643311-.0745239.1309814-.1122437.1916504,0,0,.0670776-.0656128.184021-.1967163.0064087-.0072632.0134277-.0152588.0202026-.0229492.0194702-.0219727.0391235-.0443726.0610352-.0697632.0114746-.0133057.0241699-.0283813.0363159-.0426025.0194702-.0228882.038269-.0448608.0594482-.0701294.0322266-.0385742.0664062-.0803223.1022949-.1246948.0026855-.0032349.0048828-.0058594.0075684-.0091553.0403442-.0500488.0831299-.104248.1276855-.161499.0084229-.0108643.0175171-.0230103.026062-.0341187.0365601-.0473633.0740356-.0964355.1130981-.1486206.012207-.0163574.0249634-.0338135.0374146-.0506592.0372314-.0501709.0751343-.1019287.1143188-.1563721.0136108-.0189209.0274658-.0385132.0412598-.0578613.0396729-.0556641.0800781-.1132202.121521-.1731567.0142822-.0206909.0286865-.041626.0431519-.0628662.0430908-.0629272.0869751-.1281738.1317749-.1956787.0133057-.0201416.0264893-.039978.039978-.0604858.0480957-.0731812.0970459-.149292.1467896-.2276611.0113525-.0178223.0223999-.0349731.0337524-.0530396.0570679-.0906372.1150513-.1846313.1739502-.2820435.0041504-.006897.0081787-.0132446.0123291-.0200806.194397-.3223877.3978882-.6821899.6062012-1.0805664.0100708-.0192871.0202637-.0395508.0303345-.05896.0574341-.1106567.1151123-.2237549.1730957-.340332.0159912-.0321655.0320435-.0653076.0480957-.0979614.0525513-.1067505.1051025-.2155151.1578979-.3271484.0188599-.039978.0377808-.0805054.0566406-.1210938.0505981-.1084595.1010742-.2191162.1516724-.3321533.0197754-.0441284.0395508-.0882568.0592651-.1331177.050415-.1143188.100769-.2313232.151062-.3501587.0194092-.0458374.0387573-.0911255.0581665-.1376343.0529785-.1272583.1057129-.2578125.1583862-.3901367.0158691-.039856.0317383-.0786133.0476074-.1188965.0623779-.1589355.1243896-.3216553.1860352-.487854.0059204-.0158691.0118408-.0310059.0177612-.046936.1361084-.3691406.2699585-.7564087.4004517-1.1616821.0169678-.0528564.0335693-.1077271.0504761-.1611938.0464478-.1469727.0925903-.295105.1380005-.4467773.0217285-.0725708.0430298-.1469727.0645142-.2206421.039917-.1369019.0794678-.2748413.1184692-.4154663.0230103-.0830688.0457153-.1674194.0683594-.2518311.036499-.1359253.0725708-.2733154.1081543-.4126587.0230103-.090332.0458984-.1811523.0684814-.2729492.0342407-.1390381.0678101-.2801514.1010132-.4225464.0220337-.0946045.0441284-.1890259.0657349-.2851562.0330811-.1473389.0651245-.2974854.0969849-.4483643.0198975-.0941772.0401001-.1873779.0595093-.282959.0338745-.1665649.0662231-.3369141.0984497-.5076904.0158081-.0838013.0322876-.1658325.0477295-.2506714.0467529-.256897.0919189-.5177002.1347656-.7840576,0,0,5.2983398,15.0925903-3.8118896,26.0665283,0,0,.196167-.0982056.5240479-.34198.0819702-.0609131.1721191-.1309814.2695312-.2108765.1948242-.15979.4185181-.3588867.6630249-.6033325.1222534-.1222534.2496338-.2557373.3812866-.4013672.3949585-.4367676.8276367-.9821777,1.270752-1.6560669.1477661-.2246704.2966309-.463562.4456787-.7175293s.2982788-.5229492.4465942-.8076782c.1483765-.28479.2958374-.5852661.4414673-.9022827.3641357-.7926025.7166138-1.6882935,1.041748-2.6987915.5201416-1.6167603.9702148-3.5272827,1.2855835-5.7790527.0394287-.2814331.0767212-.5682373.1118164-.8604736.1052856-.8766479.1904907-1.802063.2521973-2.7788696.0205688-.3255615.0385132-.6568604.053772-.9939575.0304565-.6741943.0499878-1.371521.0575562-2.0927734.0151367-1.4425659-.0175171-2.9807739-.105957-4.6205444-.0443115-.8198853-.102478-1.6651611-.1756592-2.5365601-.1098022-1.3071289-.2532959-2.6730957-.4338379-4.1004028-.1203613-.9514771-.2572021-1.9302368-.4115601-2.9370117-.3858643-2.5168457-.8811035-5.2086792-1.5014648-8.0870361,0,0,.0142212.03302.0400391.0945435.0073853.0175781.0177612.0426636.0270386.0650024.0072021.0172729.0133057.0318604.0216675.052002.0105591.0256348.0238647.0582886.0362549.0884399.0101318.0245972.0193481.0469971.0305786.074585.0134277.03302.0292969.0724487.0443115.1097412.0129395.0319214.0251465.0620728.0391846.0971069.0175781.0438232.0372925.0936279.0565796.1421509.0137329.034668.0269165.067627.0415039.1046143.0214844.0544434.0449219.114624.0681152.1741333.0148926.038147.0292969.0748901.0448608.1150513.0246582.0635986.0510864.1325684.0774536.2012329.0166016.0432739.0327759.0853882.0500488.1306763.0272217.0715332.0559692.1478271.0847168.2242432.0178223.0473633.0354614.0940552.053894.1432495.0301514.0807495.0616455.1658936.0932617.2515259.0192261.052124.0383301.1037598.0580444.1576538.0325317.0886841.0661011.1813354.0999756.2748413.0200806.055542.0401001.1109009.0606689.1680908.0344238.0958252.0697021.1952515.1052856.2955933.0219727.0620117.0440063.1241455.0664062.1879272.036499.1039429.0737305.2109375.1112671.3193359.0215454.0621338.0431519.1246338.0650024.1882324.039856.1159668.0803223.2348022.1211548.3555298.0211182.0623779.0422974.1252441.0636597.1888428.0419312.125.0843506.2526855.1271973.3823242.0213013.0645752.0427246.1296997.064209.1953735.0432739.1322632.0869141.2669067.1309204.4036865.0220947.0686035.0442505.1380005.0664673.2077026.0445557.1397705.0893555.2815552.1344604.4257812.0217896.0697021.0437012.1403809.0656128.2111206.0458374.1477051.0917969.2972412.1380005.4493408.0217285.0715942.0435791.1442871.0654297.2168579.0470581.1564331.0942993.3145142.1416626.4752808.0206909.0703735.0415039.1419678.0622559.2131958.0487061.1669312.0974121.3352661.1461792.5064697.0010986.0039062.0022583.0079346.0033569.0117798.1494751,2.1903076.6174316,4.4537964,1.4349365,6.7301636.1094971.3048706.2252197.5952148.3421021.8829956.3677979,2.0335693.6665649,4.1781616.8442993,6.3787842.0020142.0255737.0044556.0509644.0064697.0765991.0227661.2860718.0427246.5733643.0612183.861145.0029297.0454102.0064087.0905762.0092163.1360474.0170288.2749023.031189.5507812.0441284.8269653.0027466.0587158.0061035.1171875.008667.1759644.0116577.2672729.0204468.5352783.0280762.8035278.0019531.0679932.0044556.1358643.0061646.2039185.0063477.2607422.0099487.5220337.0123291.7834473.0006714.076355.0018921.15271.0022583.2290649.0011597.2557373-.0004883.5118408-.0033569.7680054-.0009155.0820312-.0014038.1640015-.0027466.2460938-.0041504.2527466-.0109863.5056152-.0192261.758606-.0027466.085144-.005249.1702881-.0085449.2554321-.0095215.2502441-.0217896.5005493-.0355225.7508545-.0048828.0883789-.0095825.1766968-.0149536.2650757-.0150757.2467651-.0327759.4933472-.052124.7398682-.0072021.0922241-.0144653.1844482-.0223389.2766113-.020752.2438354-.0440063.4874268-.0691528.730835-.0096436.093689-.0195312.1873169-.0298462.2809448-.0267944.2426758-.0559692.4849854-.0872803.7271118-.012146.0935059-.0245972.1870117-.0374146.2803955-.032959.2410278-.0682373.4816284-.105957.7218628-.0148315.0946655-.0302734.189209-.0458984.2837524-.0394287.2390137-.0809326.4775391-.1252441.7155762-.0174561.0940552-.0357056.1878662-.0539551.2816772-.0463257.2382202-.0946655.4760742-.1459961.7131348-.0200195.0924072-.0410156.1845093-.0618286.2766724-.0534668.2373047-.1088867.4740601-.1676025.7098999-.022644.0911255-.0466309.1818237-.0700684.2727661-.0610962.2364502-.1240234.4724121-.1905518.7073364-.0249023.0877686-.0512085.1751099-.0769043.2626343-.0693359.2366943-.1403809.4728394-.2155151.7076416-.0268555.0840454-.055481.1676025-.0830688.2514038-.0782471.2371216-.1580811.4738159-.2424316.7088623-.0283203.0790405-.0585938.1574707-.0876465.2362671-.0878296.2381592-.1771851.475647-.2714844.7114258-.0292969.0731812-.0606079.1455688-.0905151.2185059-.0986328.2404175-.1988525.4802856-.3045044.7179565-.0280762.0632324-.0582275.1256714-.086792.1886597-.1115112.2456665-.2247925.4906006-.3440552.7330933-.0249023.0505981-.0516968.1004639-.0769043.1509399-.126709.253418-.2557373.5058594-.3912354.7556152-.0172729.0318604-.0360107.0631104-.0534058.0949707-.1463623.2670288-.2962646.5325317-.4529419.7949829-.0006104.0010376-.0012817.0020752-.0018921.0031738-1.0377197,1.7376709-2.3047485,3.3720093-3.8374023,4.8629761h.000061c-.552063.5370483-1.1367188,1.0565186-1.7594604,1.5545044,0,0,20.0022583.0626831,25.5690308-26.1571045.7096558-.1532593,1.4275513-.3361206,2.151062-.541626.2492676,3.262146.1083374,7.4286499-1.2861938,11.6340942,0,0,3.9503784-4.9404907,4.7084961-10.5916138,0,0,3.2646484,8.1550903-1.8222046,16.3847656,0,0,.0925293-.026001.2590942-.0928955-.0227051.0449219-.0358887.0704346-.0358887.0704346,0,0,.0477295-.0280762.1416626-.1143799,1.9731445-.8460693,11.3415527-6.2716064,12.3618774-33.3096313.2467041-6.5391846-.4342041-12.5775757-1.5727539-18.7417603Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.1761404,205.4827387c-.400618,11.8224045-6.7488064,11.8722482-6.7488064,11.8722482-5.559297.2033726-8.3231055-3.8294091-8.3231055-3.8294091l.5336976,3.0177655c-3.5112469-3.0177655-5.0349749-8.3490086-5.0349749-8.3490086-2.7252313-1.7274633-7.5919396-8.9441172-8.9556775-14.3642233-1.2111594.9143936-1.1832903-3.5006323-1.1832903-3.5006323,0,0,.2378925.0565301.58324-.3126688-.8358386-8.0803388-.677228-22.6837044-.0281263-28.1495863l7.136542-19.5724703c.9089248-7.6539086,3.5623091-14.3536327,7.693269-19.1960474,2.7763636-3.2544764,5.6487727-4.8937079,6.9799421.0393466,2.027686,7.5141966,2.864717,15.3994856,2.6454818,23.1749408-.2258985,8.011605-1.8981369,15.8921949-2.3647803,23.8848864-.5852507,10.0237993,3.0036182,19.4498014,5.5079309,28.9808681.4755045,1.8096867,1.6221348,4.4314145,1.5586578,6.3039903ZM211.433463,172.4054751c-.2948465-.9933908-1.3292756-3.016316-2.6907924-5.4538184-.0267702-2.8492273-.2802573-4.1315106-.2802573-4.1315106l-1.087011-.2173999c-1.1884807-9.6226182-8.028376-16.5418932-10.6613962-24.5950891l-3.4157158-10.4471436-.5189681-3.2793515s-.1241951.240358-.3337743.6712536l-1.5754681-4.8186384s-2.1826259-1.2559119-4.387159,3.1393121c-5.6136324,11.1920171-5.1096275,23.8534652-3.4018982,35.9744176.251453,1.7847415.5289982,3.5577468.8169709,5.3126335,1.4197566,8.6523024,2.8734845,17.5164873,1.7424722,26.2917625-.8471078,6.5725666-2.6803649,14.6973252-9.8698862,16.9525661,0,0,11.5492087,2.2019371,13.9878234-4.9109615,0,0,1.9068577,5.6425091-2.1357021,12.9420644,0,0,3.232673-.3026626,5.6844975-4.2004081,0,0,.669723,3.5955037-2.3145131,9.8740578,0,0,15.4418553-8.4318398,17.7130684-25.1413126.4482199-3.2976337.5381164-7.5001926.4064397-12.0467713,1.7405784-5.9639216,2.6935279-10.6615043,2.3212699-11.9156627Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M335.2998468,207.0471579c-.9249168-4.9608286-5.3815381-14.4620638-5.3815381-14.4620638,1.6817774,1.9338752,3.3634613,6.8947038,3.3634613,6.8947038-.6726923-3.1951175-2.3543762-7.9877586-6.1382117-13.1167512-1.9785177-2.6818348-4.6233682-9.6388665-6.6971831-15.667641-1.7826859-8.6480708-7.3452795-33.9405979-7.3452795-33.9405979,0,0,.2975819,1.0197621.7482567,2.4452408.0074816.0236594.0149633.0472487.0225384.0711418.0475084.1502325.0965131.3040653.1472946.4622934.0051436.0159678.0100067.0312809.0150568.0473188.0555511.1727931.1125986.3495372.1713294.529905.0077622.023636.0156179.0476461.0233801.071399.050501.1546511.1020308.3114998.1545892.470289.0126253.038201.025157.0761215.0378758.114533.0600401.1808822.1209219.3631671.1832065.5474859.0005611.0016599.0010287.0032964.0015898.0049563.0633133.1872646.1277489.3758618.1928391.5649967.013841.0400947.027682.0800258.0416166.1201439.0520909.1504429.1044623.3008157.1574884.4512352.0158049.0450978.0316099.0900086.0475084.1350596.0662124.1869841.132799.3734538.1999466.5585675.0028991.0077618.0057047.0153599.0085104.0230983.0630328.173775.1265331.3457265.1902205.5163687.0177689.0476929.0355378.0948246.0533066.1422136.0531196.1413953.1063327.2810138.1595458.4191127.0157114.0408429.0314229.0821065.0471343.1226221.0665865.1712735.1330795.3394609.1993855.5038142.0123447.0308133.0246894.0603642.0371276.090897.0545224.1340543.1087642.2651162.1627255.3933258.0189846.0450744.0378758.0897047.0568604.1340076.0555511.1299163.1106346.256279.1654376.3787608.0105678.0237062.0213227.048628.0317969.0720302.064155.1419798.1274683.2773667.1900335.4074232.0158985.0331045.0316099.0641516.0474148.0964144.0482565.0983548.0959519.1925482.1430862.2826737.0174883.0334084.0349766.0670973.0522779.0993134.0605077.1127328.1203608.2205795.178624.3176485,0,0-2.7468813-9.2489774-3.643742-14.5181029-.8969542-5.2691255-4.0361536-30.8299716-8.7449994-42.6014335-.096139-.2403813-.1996661-.4885946-.3063728-.7401978-.0274015-.0645958-.0552706-.1295656-.0833267-.1948861-.1028724-.2390488-.2092987-.4816978-.3214296-.7298877-.0077622-.0173003-.0149633-.0339695-.022819-.0513166-.1218571-.2689503-.2504476-.5442597-.3829661-.8231226-.0278691-.0586809-.0562993-.1177359-.084636-.1768376-.1270007-.2647421-.2577422-.5328274-.3940015-.8055885-.0092585-.0183758-.0178624-.036284-.0271209-.0547065-.1498197-.2989921-.3060923-.6031744-.4668539-.9109336-.0230995-.044186-.0466667-.088676-.0699533-.1330257-.1567402-.2981505-.3177823-.5994805-.4846227-.9049252-.0057047-.0104036-.0111289-.0206435-.0168337-.0310705-.1804944-.3300392-.3672546-.6642399-.5593455-1.0018539-.0112224-.0197318-.0227255-.0396505-.0339479-.0594057-.1909687-.3348787-.387268-.6729135-.5895526-1.0142447-.0007482-.0013794-.0015898-.0027821-.0024315-.0041848-4.3299012-7.3082523-11.2140316-15.9916953-19.8789776-21.596845q-.0000935-.0000234-.0000935-.0000468c-.0002806-.0001637-.0005611-.0003039-.0007482-.0004676-.352759-.228201-.7094458-.4494818-1.0680965-.6671389-.0957649-.0581432-.1919974-.1152344-.2881364-.1725827-.2900068-.1729567-.581884-.3422196-.8756315-.5078822-.0820174-.0462434-.1634737-.093492-.2456781-.1391743-.3682833-.2044013-.7391853-.4033553-1.1130798-.5956931-.0635939-.0327304-.1280294-.0637074-.1918103-.0960637-.3135739-.1591165-.6291118-.3135805-.94652-.463813-.1053975-.0498905-.2108885-.0993134-.3167536-.1481752-.3259186-.1505598-.6537076-.296514-.9836476-.4372547-.0581697-.0248283-.1157783-.0511295-.1740415-.075654-.3847429-.1617349-.7724785-.3156145-1.1625521-.4634156-.0954843-.0361671-.1916233-.0703002-.2873882-.1056256-.3070275-.1132238-.6155513-.2219588-.9257585-.3261817-.1082966-.0364009-.2164062-.0731992-.3250769-.1084779-.3982099-.1292383-.7981966-.25338-1.2014566-.3672116-.0035538-.0009819-.0071076-.0018002-.0106613-.0028055-.3969941-.1118912-.7971679-.2135424-1.1990251-.3099101-.1141884-.0273766-.2287509-.0531401-.3433134-.0792075-.3179694-.0724511-.6375286-.1396886-.9584906-.20204-.1022178-.0198486-.2038745-.0411468-.3062793-.0599668-.4104611-.0753267-.822886-.1431019-1.2379296-.2013387-.0766867-.0107543-.1540281-.0187498-.2308084-.0288963-.3449968-.0456355-.6915834-.0850523-1.0396663-.1184606-.123634-.0118765-.2473615-.022958-.3713695-.0332681-.3512626-.0291768-.7039281-.0520881-1.0582769-.0684299-.0769673-.0035536-.153467-.0094217-.2305278-.0123674-.4242086-.0161548-.8508486-.021719-1.2793591-.0189369-.1102606.0007014-.2210822.004442-.3316234.0064292-.3340549.0060317-.669232.017955-1.0056249.0358398-.1250368.0066396-.249793.012835-.3751103.0211579-.4371144.0289898-.8754445.0645958-1.3165802.1142057,0,0-.0078557.0000234-.0196393.0000935-.0047695.0000234-.0056112.0000234-.0130929.0000935-.0372211.0002572-.1088577.0010754-.2128524.0032263-.0063594.0001169-.0117836.0002338-.01833.0003741-.1679626.0036237-.4134537.0108945-.7289915.0250855-.0006546.0000234-.0014963.0000935-.0022445.0001169-3.7639157.1695434-17.4083555,1.337621-26.7532884,9.3881751-10.9312259,9.4171415-15.3031177,23.4542713-18.1625976,34.8098235-5.4569156,21.6705585-7.4453464,62.9926546-12.3964101,75.7375651,1.1005481-2.2918522,2.6648639-5.7760491,3.483261-8.6403091,0,0-.4459053,5.1030421-1.0149769,12.1617719-1.1948167,3.6922921-5.2784786,16.1568903-8.4027147,23.8252002-3.6997607,9.0808367-10.2585336,22.6180098-9.3336168,32.2874092,0,0,1.4295529-9.4171649,3.8680039-15.4710483,0,0-1.1772348,6.4743053-1.0089916,11.8555323,0,0,.6726923-8.2400164,1.5976091-10.9306416,0,0,.4204677,6.8106334-.1681497,10.5102197-.5886174,3.6996097-1.0090852,10.7624775-.7567671,14.3779935,0,0,.5044491-10.1738916,2.438451-16.2277749,0,0,.1681497,6.5583756.8409355,13.0326575.6725987,6.4743053,1.9339084,9.7534931,1.9339084,9.7534931,0,0-1.5135342-10.5943134-1.5976091-15.8073764-.0840748-5.213063,2.438451-15.4710483,2.438451-15.4710483,0,0-1.6816839,8.9967664-1.5976091,15.3869779.0840748,6.3902115,2.7748439,22.0294005,4.1202284,27.2424869,1.3453845,5.213063,3.2793865,21.6930957,13.9582943,30.6898387,0,0-6.2223801-6.8106334-8.4926814-13.4530794,0,0,1.5976091,3.78368,3.7839291,5.7175552,0,0-3.2793865-5.2971567-3.6998542-12.1077667,0,0,2.2703013,6.4742819,4.2043033,8.5763211,0,0-2.2703013-4.7926411-2.9429936-11.0987823,0,0,1.8499271,3.6995863,2.9429936,4.7085708,0,0-2.1862265-2.9428596-1.8498336-10.0057275.160481-3.3695938,1.2586911-7.9047636,2.3634476-11.7283046.0477889.0882785.0750034.1250301.0750034.1250301,0,0-.3362994,19.5069627,1.5135342,27.578815,0,0-.6726923-8.5763445-.0840748-13.1167512,0,0-.0279626,17.7692829,6.0261743,26.5137681,0,0-2.5786381-5.3812271-3.0270684-9.7534697,0,0,2.915031,8.2960555,8.7449059,15.0225952,5.830062,6.7265397,7.7360078,7.6234225,7.7360078,7.6234225,0,0-2.3808424-2.7507556-4.3325197-5.6520477-.1338277-.2458052-.2621377-.4921248-.3763261-.7381638,0,0,4.5967149,5.4933287,8.4086065,7.9597273,3.8118917,2.4663987,5.2694071,2.5785236,5.2694071,2.5785236,0,0,3.0270684,2.0179455,5.1572762,2.4663753,0,0-3.4755923-1.7937424-5.0451452-3.4753597,0,0,1.3453845.6726563,2.7467878.8968595,0,0-1.8174755-1.2137131-4.0361536-4.6525083-1.1211226-1.7377032-1.2892723-3.6996097-1.2892723-3.6996097,0,0,4.8209768,7.0628678,6.2223801,8.5763445s5.8299684,4.4283051,5.8299684,4.4283051c0,0-3.643742-2.8587893-5.3254259-6.1660083,0,0,4.7087523,4.9327973,8.1283259,6.8386646,0,0-1.4575155-2.3542971-2.1862265-3.6996097,0,0,4.4284717,5.5493911,8.1843446,7.5673601,0,0-2.8029-2.1300705-4.5406026-4.8206724,0,0,5.1572762,4.9888364,7.9600827,6.4462506,0,0-2.8589187-2.2982346-4.2043033-4.260141,0,0,3.1647305,1.9494689,5.8008836,3.0008158.0886573.0535609.1412158.0821767.1412158.0821767-.0188911-.0155469-.0365665-.0328707-.0553641-.0485813.8219508.3230723,1.5888181.5560894,2.1855718.609136,0,0-1.6816839-1.1771485-2.6346568-2.8587893,0,0,.2281898.1730035.5766468.4154889,1.714042,1.5587148,3.2352448,1.60248,3.2352448,1.60248h0s-2.0180768-1.6816408-2.5786381-2.7466643c0,0,1.9059458,1.7937424,3.3634613,2.2421721,0,0-1.0651039-1.121086-1.4014968-1.8497815,0,0,4.0350313,2.4096816,5.0447711,4.1473147.0000935.0002338.0002806.0004676.0004676.0007014l-.0000935-.0001403c0,.0000468.0000935.0000935.0000935.0001403,0,0-.0018704-.0064292-.0022445-.0076916-.0024315-.009071-.0109419-.0388323-.0281496-.0945675-.1546827-.5083497-.9338012-2.8921977-2.3800943-4.4381476,0,0,2.4104884,2.186133,2.9710497,3.7556488,0,0,.2241684-2.8027268-.4485239-4.3162035,0,0,1.0090852,1.5695392,1.1772348,2.9148518,0,0,1.6816839-1.4013751,2.0740955-4.4843676,0,0,.112131,1.7376799-.5605613,3.4193206v-.0000234.0000234-.0000234c.0007482-.0003039,1.4811762-.6503763,2.4514503-3.0450954.1461724-.3196824.259145-.6598213.3560322-1.0517911.1714229-.617903.3074951-1.3220974.3878291-2.1251376,0,0,.3924116,2.7466643.112131,4.1480394,0,0,1.4014032-2.5785236,1.3453845-8.9126727,0,0,.0061723.0418715.0151503.1052516.0256246.4671094.0408684.7355688.0408684.7355688.0092585-.0685702.0179559-.1409277.0267468-.2133086.1299934,1.080477.3473348,3.3636556.1414029,5.2582076,0,0,1.3453845-3.9238129,1.5136277-6.7826022,0,0,.2225786.8914824.3450903,1.9153825.0355378,1.1345756.0472278,1.7842272.0472278,1.7842272,0,0,1.1278561-2.7445836,1.6901007-4.7236267l-.0002806.0012858c.0009352-.0033198.0016834-.0064292.0026186-.009749.027682-.0974197.0536807-.1925716.0783701-.2858298.0035538-.0133259.0071076-.0267922.0105678-.040048.0254375-.097256.0493788-.1923378.0710755-.2838894.0014028-.0062422.0027121-.0120869.0041149-.0183056.0190782-.0812883.0361924-.1594905.0518103-.2354952.0040214-.0193811.0079492-.0386686.0116901-.0576756.0158985-.0805869.0304877-.1590463.0419907-.2323858,0,0-.0560187,2.4663987-.4484303,3.8117113,0,0,1.2332536-2.2982346,1.457422-3.419344,0,0,.7288045,2.2982346.6726923,3.6996097,0,0,.1187709-.1601919.3134804-.4911663.5941351-.975015,1.9122117-3.3533455,2.8818312-6.6838031,0,0-.3924116,3.6435238-.8969542,5.2691021,0,0,4.0361536-3.6435238,4.1482845-8.1839539,0,0,.0561122,3.1951175-1.5135342,5.9417818,0,0,.0078557-.0073643.0222579-.0216254.0086974-.0085099.0213227-.0216488.0360989-.0366347.0101937-.0103568.0180494-.0182589.0308617-.0316082.0202004-.0208773.0438611-.0466876.0703273-.0752565.0109419-.0119232.0207615-.0225138.0327321-.0357463.0311423-.0342266.0647161-.0726381.1022178-.1158422.0101937-.0118531.0202939-.0236828.0309553-.0361905.0423647-.0495164.0865999-.1028436.135137-.1628805.0043955-.0055408.0090715-.011479.0135605-.0170899.2770074-.3442068.639399-.8554088.9994526-1.5280183.0004676-.0007247.0008417-.0014027.0012158-.0021275.0697662-.1304306.1384102-.2672436.2071477-.4097845.0053307-.0112218.0107548-.0223969.0160855-.0336889.0674282-.141255.1333601-.2875832.1983568-.4404576.0038343-.0092113.0076687-.0187031.011503-.0279611.2714897-.6439705.5133335-1.3876751.6796128-2.2328439l.0002806-.0012625v-.0001169c.1064262-.5413841.1843287-1.119543.2150034-1.7416309,0,0,1.1212161,3.5875081.112131,5.7175786,0,0,1.2332536-1.3453126.8969542-4.5964692,0,0,.60489,1.2536441.6763396,2.4702094-.0011222.1684212-.0024315.3291508-.0036473.5006815,0,0,3.643742-2.8307581,4.736902-11.0707744,0,0,.1550568,1.0491259.201817,2.1435133-.0744422.412099-.1177422.6311822-.1177422.6311822,0,0,.0474148-.0904294.1289646-.261095.0067335.3913152-.0039279.7741673-.0448898,1.1019154,0,0,2.1021516-3.8677738,2.6907691-8.4081804,0,0,.5044491,6.8947038-.5045426,9.6693993,0,0,1.3453845-1.597547,1.9340019-3.5314222,0,0-.252318,1.9338752-.6726923,2.8587659,0,0,3.6997607-1.5134533,6.1383052-10.5102197,0,0,.3362994,1.5134767-.0841684,3.0269534,0,0,2.3544697-4.4563363,2.2703948-13.7053372,0,0,.8127858,3.1670862.5886174,4.6245004,0,0,6.5026607-9.7534697,8.5207375-28.2514713,0,0-.112131,8.7445086-1.7939084,14.4620638,0,0,2.8029-5.7175552,3.5877232-16.4800094,0,0,.4484303,3.3632581.2242619,6.165985,0,0,1.9059458-6.9507662,1.6816839-15.1347201,0,0,.4484303,6.1660083.3363929,9.5292665,0,0,.1220441-.7619869.2951504-2.0651241-.0404008.8566946-.070982,1.3364286-.070982,1.3364286.0788377-.7884985.1659987-1.7454183.2567135-2.7988693.3539747-2.9111813.7956716-7.3136761.9331466-12.0167529.096139-1.3258146.1555244-2.1689028.1555244-2.1689028-.000187-.0018469-.0003741-.0038108-.0005611-.0056577.1910622,1.182853.5611224,3.6656636.5611224,5.1626816,0,0,.5606548-6.8386646-.112131-14.6862904-.6725987-7.8476257-2.4665071-15.2468217-2.4665071-17.2647906,0-2.0179455.3363929-7.5112976.3363929-7.5112976,0,0,2.0180768,12.7804231,2.8029,16.4800327.7847297,3.6995863,5.3814446,12.1077667,5.3814446,17.6010954,0,5.493352-2.1301142,10.3140478-2.1301142,10.3140478,0,0,1.7938149-3.0269534,2.2422452-5.3812504,0,0,.1681497,2.7466877-2.4665071,7.3431569,0,0,2.0180768-2.0179689,2.5786381-4.3162035,0,0-.6216301,7.0595948-2.6989053,10.9698713.705705-1.2134325,1.8854649-3.4112783,2.3024723-5.1967679-.2964597,1.3494039-1.6927193,7.3246876-3.9200012,10.987195,0,0,3.643742-5.9978443,4.372453-9.473204,0,0,.302445,1.5590187-.118958,3.1925224.8226055-2.6157428,3.6992931-12.3740285,3.3142696-19.7846567,0,0,.6726923,3.6995863.112131,7.7355241,0,0,1.3453845-2.0460002.2522245-10.0337587-.0595725-.4354077-.1265331-.8873677-.1978892-1.3492403.909673-6.9264522-.4748031-19.5871288-.4748031-19.5871288,2.7748439,7.8196179,1.5977026,19.6751268,1.5977026,19.6751268,1.5135342-4.7085708,1.4293658-15.4710249.5044491-20.4318535ZM198.8559158,261.3079051c-1.6817774-12.3319933-.8969542-35.2022142-.8969542-35.2022142,0,0,1.7939084,15.807353,1.7939084,23.9913303,0,8.1839539,3.1391994,28.0272448,3.1391994,28.0272448,0,0-2.3543762-4.4843676-4.0361536-16.8163609ZM237.9840111,290.0078062c2.0180768,4.372266,9.6419536,21.9733848,9.6419536,21.9733848-7.063222-9.3050633-9.6419536-21.9733848-9.6419536-21.9733848ZM330.2280483,210.6991916c.8159655-4.9250122-1.3187312-11.6398157-1.3187312-11.6398157,0,0,1.3453845,2.4383908,1.8499271,5.969813.2998264,2.0988831.1244757,5.3559078-.0671476,7.6531604-.1563661-.6747838-.3114229-1.3368027-.4640482-1.9831578Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> /* LONG LAYERS 3 */
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M297.3753662,246.1508179c-.2410889-1.5203857-.5530396-3.0449829-.925354-4.6220703-2.8383179-13.303894-7.213501-27.8756104-8.6257324-49.7159424-2.2422485-34.6777344-7.4213257-59.7012329-10.5605469-79.7166138-3.0578613-19.4967041-10.2869873-60.5198364-44.2330933-58.1160278-.2208862.0150757-.4431152.0324707-.6661987.0513306-.2119751.0183716-.4234009.0360107-.6373901.0577393-.4816284.0482178-.9666138.1025391-1.458252.1687012v.0836182c-.8939209.0013428-1.7640381.0217285-2.6104736.0591431-.1148682-.0256348-.2306519-.0501099-.3468018-.0740356-.2415161-.0504761-.4858398-.0959473-.7318115-.138855-.0056152-.0009766-.0111694-.0019531-.0167847-.0029297-9.4596558-1.6424561-22.1508179,2.3843384-34.7495728,17.8192139-13.6780396,16.757019-19.7504883,41.3569946-17.7324829,79.2930908,1.1133423,20.9281006.1985474,34.0651245-1.7750854,44.7034302-5.0195923,16.0911255-12.0568848,27.8787231-14.4632568,40.3480225-2.5914917,13.4280396-.3363647,26.2788696-.3363647,26.2788696,0,0-.6224976-18.2541504,1.4447021-27.3968506.5976562-2.6433105,1.5924683-5.2194214,2.8464355-7.8157959-.0009155.0018921-.0018921.0041504-.0027466.0060425,1.3756104-2.3796387,2.7050171-4.7401733,3.9924927-7.1787109-2.4235229,7.9528809-4.8859863,15.1993408-6.4794922,23.2950439-.8771973,2.3598633-1.3693848,5.1074829-1.3641968,8.2739868.0005493.3396606.0058594.6762085.0119629,1.0122681-.6239624,6.6671143-.5787354,14.1255493.5213013,23.0331421.5211182,4.2196045,1.4143677,7.803833,2.4976807,10.8477173.0304565.2010498.0584717.3731689.083374.5144653.1449585.822876.6607666,1.8937378,1.3904419,3.0802612,4.1112671,8.7617188,9.5705566,11.6383057,9.5705566,11.6383057-.0001831-.0002441-.0003052-.0004272-.0004883-.0006104l.0005493.0005493c-2.3080444-2.491272-4.1060181-5.032959-5.5039673-7.5184937-.4660034-.8285522-.8875732-1.6508179-1.2687378-2.4628906-.9530029-2.0302734-1.6537476-3.9968872-2.1660156-5.8383179-.102417-.3682861-.1973267-.7315674-.2852173-1.0892944-.1757202-.7155762-.3233643-1.4090576-.4469604-2.0766602s-.2231445-1.3092041-.3027344-1.9209595c-.0795898-.6116943-.1391602-1.1936035-.1829224-1.7415771-.2624512-3.2880249.046936-5.3579102.046936-5.3579102.0750122.5419922.1555786,1.0762329.2414551,1.6027832.1717529,1.0530396.3649292,2.0753784.5779419,3.0678711.1065063.4962769.2180176.9850464.3342285,1.4664917.2325439.9628906.4841309,1.8964233.7533569,2.8014526.269165.9050293.5559082,1.7815552.8587036,2.6304932.6055298,1.6978149,1.2752686,3.2852783,1.9968872,4.7694092.1804199.3710327.3640747.7355957.5507812,1.093811,1.6802979,3.2240601,3.6077881,5.934082,5.6428833,8.2111206.2261353.2530518.4536133.5007324.6821899.743103.4571533.4848633.9188843.9487915,1.383667,1.3926392.2323608.2219238.4654541.4388428.6991577.6508789.7010498.6360474,1.4072266,1.2280273,2.1132202,1.7788696.7060547.5508423,1.4119873,1.0605469,2.1126099,1.5321655.7006836.4716187,1.3960571.9051514,2.0809937,1.3035278.456665.265625.9086304.515625,1.3544312.7509155,1.114563.5881958,2.1904907,1.0844116,3.2039185,1.5025635,4.4591675,1.8399048,7.7080688,2.1682129,7.7080688,2.1682129-2.8823853-3.4345093-5.1948242-6.6306763-7.0706177-9.7042847-4.493042-8.9237671-3.3780518-16.574585-2.789978-19.1652222.2253418.4970703.4527588.984375.6816406,1.4628296,3.1967773,15.265564,14.1795654,22.7949219,14.1795654,22.7949219-.2515259-.5343018-.4910278-1.0685425-.7262573-1.6028442-4.6282959-10.5678101-6.1657104-21.7679443-5.9887085-32.8015137.027832-.8244629.06427-1.6470337.1132202-2.4663086-.0092163-.1131592-.0183105-.2279663-.0274658-.3417358-.0059814.0946045-.0100098.1896973-.0157471.2843628.0042114-.1066895.008667-.2133789.0131226-.3200684.0009766.0117798.001709.0239258.0026245.0357056.1177368-1.8596191.4547119-6.0084839.8377075-10.111084,1.9937134-16.3359375,6.6810913-31.5638428,9.2758179-42.8963013.6269531-2.6401978,1.0751953-5.2600098,1.3733521-7.8616333.5562744-4.5946655.6582031-9.0036621.4440308-13.2900391.2640991-10.1125488-1.8984375-19.12323-4.2766724-28.3352051-.5631714-3.2832031-1.305542-6.2325439-2.0849609-9.2467041-1.4741821-5.7014771-2.7704468-11.6598511-3.3195801-18.2843628-.0202637-.2507324-.0408936-.5014648-.059082-.7521973-.0039673-.0535889-.0075073-.1075439-.0113525-.1611938-.0037231-.0526123-.0066528-.1052246-.0103149-.1578369-.2503052-6.0883179.0241089-12.8845215,1.2124634-20.8378906.0012207.0015869.0024414.0030518.0036621.0046387.0118408-.0941162.0255737-.1844482.0376587-.2780151.0841675-.5551758.1727905-1.1159668.2659912-1.6825562.0106812-.0557251.0213013-.1113892.0320435-.1668701.0608521-.3144531.1227417-.6253662.1856689-.9329224.0089111-.0435181.0178223-.086853.0266724-.1304321.7388916-.1421509,1.3170776-.2957764,1.5836792-.4561157.8462524-.5090332,1.8303833-2.4177246,2.7299194-4.6048584.0749512-.182251.149353-.3664551.2230225-.5518799.1472778-.3709717.291748-.7470703.432312-1.1230469.4920044-1.3161011.9362793-2.6315308,1.2887573-3.7236938.100708-.3120728.1939087-.605896.2785645-.8762817.3387451-1.081604.5410156-1.7885132.5410156-1.7885132,0,0-.0021973.0134277-.0056152.0340576-.0013428.0083618-.0032349.0192261-.005188.0308228-.001709.0101318-.00354.020752-.0056763.0332642-.0025635.0150146-.0057983.0336914-.0090332.052124-.0022583.0130005-.0041504.0240479-.0067139.0386353-.0911865.5171509-.3797607,2.0455322-.9036865,3.9093018-1.0186157,3.1488647-1.8327026,4.9921265-2.3868408,6.0440063-.2583618.4555664-.5328979.8904419-.8255005,1.2929077,0,0,.6370239-.007019,1.5182495-.0460205l.331665-.0100708s.001709-.0018311.0050659-.0057983c1.0582886-.0535278,2.3683472-.1520386,3.3666992-.3322754.6726074-.12146,1.2938232-.3148193,1.824707-.517395.000061-.000061.0001221-.000061.0001831-.000061.913208-.3484497,1.5509033-.7224121,1.6932373-.809021.0020142-.0012207.0024414-.0014648.0043335-.0026245.017395-.0106201.0291748-.0178833.0291748-.0178833l-.7312012,1.5990601s.0100708.0012817.0245972.0031738c.0071411.0008545.0119019.0014648.0234375.0029297.0200195.0025024.0449219.0055542.0767822.0094604.0166626.0020752.0359497.0043335.0556641.0067139.0195923.0023804.0403442.0048218.0627441.0074463.0330811.0039673.0665283.0078735.1054688.0123291.0383911.0044556.0789795.0090942.1226196.0139771.0311279.003479.0621338.006958.0957642.0106201.0602417.0066528.1231079.0134888.1904907.0205688,1.0292969.1085205,2.836731.2609253,3.6651611.0984497.3399048-.0666504.6165771-.1380005.8471069-.206543,0-.000061.0001221-.000061.0001221-.000061.4379272-.130249.687561-.2467651.7831421-.296875.0019531-.0009766.003479-.00177.0053101-.0026855.0275269-.0145264.0461426-.0250244.0461426-.0250244l-.9356079,1.5153198s.0064087.000061.0170288.0002441c.0058594.0001221.0093994.0001221.0202026.0003052.3638306.005188,3.5396729.0454712,4.7985229-.1123047.0027466.0148315.0044556.0234985.0044556.0234985l.0551147-.0313721c.2003784-.0275269.3464966-.0605469.4122314-.1005249.4884033-.2971191.9725952-.6863403.9725952-.6863403l-.0630493.8331299s5.6779785.0163574,6.7507324-.6741333c.322876-.2077637.0274048-12.0546875.2522583-12.1918335.0018311.029541.0040894.0688477.0062866.1069336.2063599,6.7265625.5554199,11.6986084.5554199,11.6986084l1.4143066.2181396s.9309082.3389282,2.2451172.5612793c1.314209.22229,3.1044312-.1287842,3.1044312-.1287842l.0383911-1.3858032.5681763.9533691s.6461182.9882812,1.2510986,1.0554199c.0377808.0042114.0822144.0074463.1323242.0097656.1502075.006897.3511963.0058594.5766602-.0002441.0751343-.0020142.1530151-.0046387.232666-.0076904.2388306-.0091553.4933472-.0223999.7372437-.0368652.6504517-.0385132,1.2252197-.0853882,1.2252197-.0853882l-.046875-.4970093-.1437988-1.5252686s1.288208,1.8899536,2.5941772,1.9280396c1.3059692.038147,3.9240112-1.177124,3.9240112-1.177124l-.0471191-1.8135376s.7227783.3841553,1.2778931.6468506l.4509888.4099731c.0011597-.0296021.0014648-.0619507.0024414-.092041.7091064.5368042,2.6530151.6066895,2.6530151.6066895l.4334717.7202759,3.2630615-.5949707s.8622437.8866577,2.8460083.8689575c.5500488.0690918,1.2434692.0661621,1.7975464-.2310791-.0137939-.8032227-.0002441-4.2814941-.3952637-9.1769409-.0928955-1.7878418-.1914673-3.3829956-.2832031-4.2869263-.000061-.0003052-.000061-.0006714-.0001221-.0009766v-.0003052c-.0130615-.12854-.026062-.24823-.0387573-.347168,0,0,2.2304688,9.5046387,2.111084,13.5699463l1.8231201.3857422.2414551.9128418s.0210571.0150757.0548096.0350952c.0060425.0336304.0125732.0680542.0186157.1016846.0182495.1019287.0371094.2047729.0550537.3062744.0767822.434021.1502075.8633423.2218628,1.2903442.0215454.1282959.0431519.2567139.06427.3843994.0684814.4151001.1344604.8268433.1981812,1.2357178.0202026.1296997.039917.2588501.0596313.3880005.0628052.4108887.1238403.8195801.1817627,1.2245483.015564.1089478.0302734.2169189.0454712.3254395.0596924.4251099.118042.8485718.1724243,1.2677002.0053101.0409546.0100708.0812988.0153198.1221924.2426147,1.8840942.4312744,3.7096558.5706787,5.4969482.0078125.1002808.0164185.2011108.0238647.3011475.0272217.3626709.0513306.7230225.0744019,1.0827637.0087891.1369629.0178833.2741089.026062.4106445.0206909.3446045.0391846.6878662.0561523,1.0302124.0072021.1455688.0140991.2910156.0206299.4362183.0153198.3384399.0291138.6761475.0408325,1.0127563.0049438.1434937.0089722.2865601.0133057.4296875.0103149.3400269.0197754.6797485.0264282,1.0182495.0024414.1238403.0036011.2471924.0055542.3708496.0056763.3596802.0109863.7191772.0126343,1.0776978.000061.0162354-.0001831.0324707-.000061.0487671.0050659,1.2373047-.0150146,2.468689-.0563354,3.7012939-.0047607.140686-.0084839.28125-.0137939.421936-.0116577.3085327-.0259399.6173706-.0404053.9263306-.0082397.1762695-.0161133.3525391-.0252686.5290527-.0152588.2943726-.0323486.5892944-.0501099.8843994-.0115967.1924438-.0234375.3849487-.0360718.5777588-.0187988.2868652-.0386353.5741577-.0597534.8619385-.0148315.2022095-.0305176.4048462-.0464478.6075439-.0222168.2826538-.0447998.5655518-.0692139.8494263-.0180054.2099609-.0375366.4208984-.0567627.6316528-.0255127.2799683-.0506592.5596924-.0782471.8411255-.0213623.2180176-.0447388.4377441-.0673218.6567383-.0285645.2770996-.0560913.5534668-.0866089.8322754-.0444946.4068604-.0918579.8164673-.1403809,1.2272339-.0362549.3070679-.074646.6166382-.1130981.9261475-.0338745.2720947-.0670166.543396-.1025391.8174438-.0318604.2457275-.0657349.4940186-.098877.7415161-.0371094.2763672-.0740356.5526123-.1127319.8312988-.0341187.2453613-.0695801.4927368-.1049194.7399902-.0410767.2872314-.0825806.5751343-.1253662.8650513-.0358276.2426758-.0723267.4866333-.109314.7312012-.0456543.302002-.0922241.6055908-.1396484.9106445-.0370483.2383423-.0742188.4769287-.1123047.7172241-.0514526.3244629-.1043091.6517334-.1576538.9800415-.0363159.2236328-.0722046.4463501-.109436.671814-.0620728.3759766-.1260986.7562256-.1905518,1.1375122-.0311279.1842651-.0613403.3664551-.0930786.552063-.0974731.5704956-.1970825,1.1459961-.2996826,1.7293091-1.5618286,8.8776245-4.0785522,24.6453857-5.0645142,40.152832.1851807-.5406494.3675537-1.0646362.5480957-1.5789185-.4975586,6.5020142-.8486328,12.9796753-.9405518,18.8217773-.0136108.8630981-.0136719,1.7528076-.0016479,2.6655273.0119629.9127197.0360107,1.8483887.0706787,2.8032837.1040649,2.8647461.303894,5.902771.56073,9.0142822.0856323,1.0371704.1776123,2.0824585.2744751,3.1322632.0968628,1.0497437.1986084,2.1040039.303833,3.1589966.2105103,2.1099854.4348755,4.2230835.6616821,6.3095703.2835083,2.6082153.5708618,5.1748657.8395996,7.642334.1074829.9869995.2120361,1.9580688.3121338,2.9096069.3504639,3.3303833.6469116,6.4208984.828064,9.1130371.0236206.3509521.0449219.6998291.0641479,1.0466309.0065918.1187744.0115356.2358398.0176392.354126.0115967.2266846.0236816.4537964.0335083.6785889.0064697.147583.0110474.2932129.0167236.4400024.0074463.1933594.015625.3874512.0217285.5792847.0048828.1546021.0079956.3070679.012085.4606934.0048218.1821899.010376.3652344.0139771.5460815.0031128.1549072.0045166.3076782.0067749.4614258.0025635.1766968.0057983.354187.0072632.5293579.0012817.1604004.0009766.3186035.0014038.4777832.0003662.1654053.0014038.331665.0008545.4956665-.0006104.1636353-.0027466.3249512-.0043335.4871216-.0015259.1574097-.0024414.3157349-.0048218.4718628-.0026245.164856-.0066528.3273926-.0101929.4907227-.0032349.1502075-.0059814.3013306-.0100708.4502563-.0046387.1677856-.0106812.3331299-.0163574.4992065-.0048218.1409912-.0090942.2828979-.0145874.4226685-.006897.1723633-.0150757.3422852-.0230713.5126953-.0060425.1303711-.0115967.2615967-.0183105.3908081-.0090332.173645-.0194092.3447876-.0296021.5162964-.0072632.123291-.0140991.2474976-.0219727.3696899-.0112915.1750488-.0238647.3475952-.0363159.5203247-.0082397.1148682-.0161133.2305298-.0249023.3443604-.0136719.1773071-.0286255.3519897-.0435181.5266724-.0090332.1060181-.0177002.2128296-.0271606.3178711-.0162354.1802368-.0337524.3577881-.0512695.5350342-.0094604.09552-.0184937.1917725-.0283203.286438-.0189819.1832886-.0391235.3638306-.0594482.5438843-.0096436.0856323-.0189819.171936-.0289307.256897-.0217285.1848755-.0444946.3670654-.067627.5484009-.0097656.0769043-.0192871.154541-.0293579.230835-.024231.1842041-.0494995.3656006-.0751343.5460205-.0100708.0706177-.0198364.1419067-.0301514.2119751-.0269165.1838989-.0548706.3649902-.0831909.5446777-.0098877.062561-.0195312.1256714-.029541.1876831-.0297852.1843262-.0606079.3656006-.0918579.5452881-.0095215.0543823-.0187988.1092529-.0284424.163208-.0326538.1836548-.0662231.3641968-.1004028.5427856-.0090332.0471802-.0179443.0947876-.0270386.1416016-.0357666.1831665-.0723267.3632202-.1095581.5408936-.0081787.0388794-.0162354.078125-.0244751.1167603-.0388184.182312-.0784912.3613281-.1188354.5375366-.0073242.0317993-.0145264.0639038-.0218506.09552-.0418091.1801147-.0844727.3568726-.1278687.5303955-.0063477.0255127-.0126953.0512695-.019104.0765991-.0446167.1765137-.0900269.3494263-.1361694.5189209-.0057373.0209961-.0114136.0421753-.0171509.0631104-.0473633.1723633-.0956421.3408813-.1445312.5056763-.0046997.0158691-.0093994.0317993-.0140991.0476074-.0501709.1677246-.1011353.3314819-.1528931.4911499-.0037231.0116577-.0075684.0233154-.0112915.0349121-.0527344.1618652-.1062012.319458-.1604004.4727783-.0031128.008667-.0061646.017334-.0092163.026001-.0551758.1552124-.111084.3060303-.1677246.4522705-.0021362.0056152-.0043335.0112305-.0064697.0167847-.0575562.1481323-.1158447.2915649-.1747437.4301758-.0014648.0032959-.0028076.0065918-.0042725.0099487-.0595093.1396484-.1196899.2744751-.180603.4042969l-.0032959.006958c-.0613403.1306152-.1233521.2562256-.1859741.3766479-.0004883.0009155-.0009766.0018311-.0014038.0027466-.0630493.1210938-.12677.2370605-.190979.3475952-.0374146.0643311-.0745239.1309814-.1122437.1916504,0,0,.0670776-.0656128.184021-.1967163.0064087-.0072632.0134277-.0152588.0202026-.0229492.0194702-.0219727.0391235-.0443726.0610352-.0697632.0114746-.0133057.0241699-.0283813.0363159-.0426025.0194702-.0228882.038269-.0448608.0594482-.0701294.0322266-.0385742.0664062-.0803223.1022949-.1246948.0026855-.0032349.0048828-.0058594.0075684-.0091553.0403442-.0500488.0831299-.104248.1276855-.161499.0084229-.0108643.0175171-.0230103.026062-.0341187.0365601-.0473633.0740356-.0964355.1130981-.1486206.012207-.0163574.0249634-.0338135.0374146-.0506592.0372314-.0501709.0751343-.1019287.1143188-.1563721.0136108-.0189209.0274658-.0385132.0412598-.0578613.0396729-.0556641.0800781-.1132202.121521-.1731567.0142822-.0206909.0286865-.041626.0431519-.0628662.0430908-.0629272.0869751-.1281738.1317749-.1956787.0133057-.0201416.0264893-.039978.039978-.0604858.0480957-.0731812.0970459-.149292.1467896-.2276611.0113525-.0178223.0223999-.0349731.0337524-.0530396.0570679-.0906372.1150513-.1846313.1739502-.2820435.0041504-.006897.0081787-.0132446.0123291-.0200806.194397-.3223877.3978882-.6821899.6062012-1.0805664.0100708-.0192871.0202637-.0395508.0303345-.05896.0574341-.1106567.1151123-.2237549.1730957-.340332.0159912-.0321655.0320435-.0653076.0480957-.0979614.0525513-.1067505.1051025-.2155151.1578979-.3271484.0188599-.039978.0377808-.0805054.0566406-.1210938.0505981-.1084595.1010742-.2191162.1516724-.3321533.0197754-.0441284.0395508-.0882568.0592651-.1331177.050415-.1143188.100769-.2313232.151062-.3501587.0194092-.0458374.0387573-.0911255.0581665-.1376343.0529785-.1272583.1057129-.2578125.1583862-.3901367.0158691-.039856.0317383-.0786133.0476074-.1188965.0623779-.1589355.1243896-.3216553.1860352-.487854.0059204-.0158691.0118408-.0310059.0177612-.046936.1361084-.3691406.2699585-.7564087.4004517-1.1616821.0169678-.0528564.0335693-.1077271.0504761-.1611938.0464478-.1469727.0925903-.295105.1380005-.4467773.0217285-.0725708.0430298-.1469727.0645142-.2206421.039917-.1369019.0794678-.2748413.1184692-.4154663.0230103-.0830688.0457153-.1674194.0683594-.2518311.036499-.1359253.0725708-.2733154.1081543-.4126587.0230103-.090332.0458984-.1811523.0684814-.2729492.0342407-.1390381.0678101-.2801514.1010132-.4225464.0220337-.0946045.0441284-.1890259.0657349-.2851562.0330811-.1473389.0651245-.2974854.0969849-.4483643.0198975-.0941772.0401001-.1873779.0595093-.282959.0338745-.1665649.0662231-.3369141.0984497-.5076904.0158081-.0838013.0322876-.1658325.0477295-.2506714.0467529-.256897.0919189-.5177002.1347656-.7840576,0,0,5.2983398,15.0925903-3.8118896,26.0665283,0,0,.196167-.0982056.5240479-.34198.0819702-.0609131.1721191-.1309814.2695312-.2108765.1948242-.15979.4185181-.3588867.6630249-.6033325.1222534-.1222534.2496338-.2557373.3812866-.4013672.3949585-.4367676.8276367-.9821777,1.270752-1.6560669.1477661-.2246704.2966309-.463562.4456787-.7175293s.2982788-.5229492.4465942-.8076782c.1483765-.28479.2958374-.5852661.4414673-.9022827.3641357-.7926025.7166138-1.6882935,1.041748-2.6987915.5201416-1.6167603.9702148-3.5272827,1.2855835-5.7790527.0394287-.2814331.0767212-.5682373.1118164-.8604736.1052856-.8766479.1904907-1.802063.2521973-2.7788696.0205688-.3255615.0385132-.6568604.053772-.9939575.0304565-.6741943.0499878-1.371521.0575562-2.0927734.0151367-1.4425659-.0175171-2.9807739-.105957-4.6205444-.0443115-.8198853-.102478-1.6651611-.1756592-2.5365601-.1098022-1.3071289-.2532959-2.6730957-.4338379-4.1004028-.1203613-.9514771-.2572021-1.9302368-.4115601-2.9370117-.3858643-2.5168457-.8811035-5.2086792-1.5014648-8.0870361,0,0,.0142212.03302.0400391.0945435.0073853.0175781.0177612.0426636.0270386.0650024.0072021.0172729.0133057.0318604.0216675.052002.0105591.0256348.0238647.0582886.0362549.0884399.0101318.0245972.0193481.0469971.0305786.074585.0134277.03302.0292969.0724487.0443115.1097412.0129395.0319214.0251465.0620728.0391846.0971069.0175781.0438232.0372925.0936279.0565796.1421509.0137329.034668.0269165.067627.0415039.1046143.0214844.0544434.0449219.114624.0681152.1741333.0148926.038147.0292969.0748901.0448608.1150513.0246582.0635986.0510864.1325684.0774536.2012329.0166016.0432739.0327759.0853882.0500488.1306763.0272217.0715332.0559692.1478271.0847168.2242432.0178223.0473633.0354614.0940552.053894.1432495.0301514.0807495.0616455.1658936.0932617.2515259.0192261.052124.0383301.1037598.0580444.1576538.0325317.0886841.0661011.1813354.0999756.2748413.0200806.055542.0401001.1109009.0606689.1680908.0344238.0958252.0697021.1952515.1052856.2955933.0219727.0620117.0440063.1241455.0664062.1879272.036499.1039429.0737305.2109375.1112671.3193359.0215454.0621338.0431519.1246338.0650024.1882324.039856.1159668.0803223.2348022.1211548.3555298.0211182.0623779.0422974.1252441.0636597.1888428.0419312.125.0843506.2526855.1271973.3823242.0213013.0645752.0427246.1296997.064209.1953735.0432739.1322632.0869141.2669067.1309204.4036865.0220947.0686035.0442505.1380005.0664673.2077026.0445557.1397705.0893555.2815552.1344604.4257812.0217896.0697021.0437012.1403809.0656128.2111206.0458374.1477051.0917969.2972412.1380005.4493408.0217285.0715942.0435791.1442871.0654297.2168579.0470581.1564331.0942993.3145142.1416626.4752808.0206909.0703735.0415039.1419678.0622559.2131958.0487061.1669312.0974121.3352661.1461792.5064697.0010986.0039062.0022583.0079346.0033569.0117798.1494751,2.1903076.6174316,4.4537964,1.4349365,6.7301636.1094971.3048706.2252197.5952148.3421021.8829956.3677979,2.0335693.6665649,4.1781616.8442993,6.3787842.0020142.0255737.0044556.0509644.0064697.0765991.0227661.2860718.0427246.5733643.0612183.861145.0029297.0454102.0064087.0905762.0092163.1360474.0170288.2749023.031189.5507812.0441284.8269653.0027466.0587158.0061035.1171875.008667.1759644.0116577.2672729.0204468.5352783.0280762.8035278.0019531.0679932.0044556.1358643.0061646.2039185.0063477.2607422.0099487.5220337.0123291.7834473.0006714.076355.0018921.15271.0022583.2290649.0011597.2557373-.0004883.5118408-.0033569.7680054-.0009155.0820312-.0014038.1640015-.0027466.2460938-.0041504.2527466-.0109863.5056152-.0192261.758606-.0027466.085144-.005249.1702881-.0085449.2554321-.0095215.2502441-.0217896.5005493-.0355225.7508545-.0048828.0883789-.0095825.1766968-.0149536.2650757-.0150757.2467651-.0327759.4933472-.052124.7398682-.0072021.0922241-.0144653.1844482-.0223389.2766113-.020752.2438354-.0440063.4874268-.0691528.730835-.0096436.093689-.0195312.1873169-.0298462.2809448-.0267944.2426758-.0559692.4849854-.0872803.7271118-.012146.0935059-.0245972.1870117-.0374146.2803955-.032959.2410278-.0682373.4816284-.105957.7218628-.0148315.0946655-.0302734.189209-.0458984.2837524-.0394287.2390137-.0809326.4775391-.1252441.7155762-.0174561.0940552-.0357056.1878662-.0539551.2816772-.0463257.2382202-.0946655.4760742-.1459961.7131348-.0200195.0924072-.0410156.1845093-.0618286.2766724-.0534668.2373047-.1088867.4740601-.1676025.7098999-.022644.0911255-.0466309.1818237-.0700684.2727661-.0610962.2364502-.1240234.4724121-.1905518.7073364-.0249023.0877686-.0512085.1751099-.0769043.2626343-.0693359.2366943-.1403809.4728394-.2155151.7076416-.0268555.0840454-.055481.1676025-.0830688.2514038-.0782471.2371216-.1580811.4738159-.2424316.7088623-.0283203.0790405-.0585938.1574707-.0876465.2362671-.0878296.2381592-.1771851.475647-.2714844.7114258-.0292969.0731812-.0606079.1455688-.0905151.2185059-.0986328.2404175-.1988525.4802856-.3045044.7179565-.0280762.0632324-.0582275.1256714-.086792.1886597-.1115112.2456665-.2247925.4906006-.3440552.7330933-.0249023.0505981-.0516968.1004639-.0769043.1509399-.126709.253418-.2557373.5058594-.3912354.7556152-.0172729.0318604-.0360107.0631104-.0534058.0949707-.1463623.2670288-.2962646.5325317-.4529419.7949829-.0006104.0010376-.0012817.0020752-.0018921.0031738-1.0377197,1.7376709-2.3047485,3.3720093-3.8374023,4.8629761h.000061c-.552063.5370483-1.1367188,1.0565186-1.7594604,1.5545044,0,0,20.0022583.0626831,25.5690308-26.1571045.7096558-.1532593,1.4275513-.3361206,2.151062-.541626.2492676,3.262146.1083374,7.4286499-1.2861938,11.6340942,0,0,3.9503784-4.9404907,4.7084961-10.5916138,0,0,3.2646484,8.1550903-1.8222046,16.3847656,0,0,.0925293-.026001.2590942-.0928955-.0227051.0449219-.0358887.0704346-.0358887.0704346,0,0,.0477295-.0280762.1416626-.1143799,1.9731445-.8460693,11.3415527-6.2716064,12.3618774-33.3096313.2467041-6.5391846-.4342041-12.5775757-1.5727539-18.7417603Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M281.1761404,205.4827387c-.400618,11.8224045-6.7488064,11.8722482-6.7488064,11.8722482-5.559297.2033726-8.3231055-3.8294091-8.3231055-3.8294091l.5336976,3.0177655c-3.5112469-3.0177655-5.0349749-8.3490086-5.0349749-8.3490086-2.7252313-1.7274633-7.5919396-8.9441172-8.9556775-14.3642233-1.2111594.9143936-1.1832903-3.5006323-1.1832903-3.5006323,0,0,.2378925.0565301.58324-.3126688-.8358386-8.0803388-.677228-22.6837044-.0281263-28.1495863l7.136542-19.5724703c.9089248-7.6539086,3.5623091-14.3536327,7.693269-19.1960474,2.7763636-3.2544764,5.6487727-4.8937079,6.9799421.0393466,2.027686,7.5141966,2.864717,15.3994856,2.6454818,23.1749408-.2258985,8.011605-1.8981369,15.8921949-2.3647803,23.8848864-.5852507,10.0237993,3.0036182,19.4498014,5.5079309,28.9808681.4755045,1.8096867,1.6221348,4.4314145,1.5586578,6.3039903ZM211.433463,172.4054751c-.2948465-.9933908-1.3292756-3.016316-2.6907924-5.4538184-.0267702-2.8492273-.2802573-4.1315106-.2802573-4.1315106l-1.087011-.2173999c-1.1884807-9.6226182-8.028376-16.5418932-10.6613962-24.5950891l-3.4157158-10.4471436-.5189681-3.2793515s-.1241951.240358-.3337743.6712536l-1.5754681-4.8186384s-2.1826259-1.2559119-4.387159,3.1393121c-5.6136324,11.1920171-5.1096275,23.8534652-3.4018982,35.9744176.251453,1.7847415.5289982,3.5577468.8169709,5.3126335,1.4197566,8.6523024,2.8734845,17.5164873,1.7424722,26.2917625-.8471078,6.5725666-2.6803649,14.6973252-9.8698862,16.9525661,0,0,11.5492087,2.2019371,13.9878234-4.9109615,0,0,1.9068577,5.6425091-2.1357021,12.9420644,0,0,3.232673-.3026626,5.6844975-4.2004081,0,0,.669723,3.5955037-2.3145131,9.8740578,0,0,15.4418553-8.4318398,17.7130684-25.1413126.4482199-3.2976337.5381164-7.5001926.4064397-12.0467713,1.7405784-5.9639216,2.6935279-10.6615043,2.3212699-11.9156627Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: " + $kate.dynamicHair.currentColourOpacity + ";}</style>">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="dynamicHairSVG" d="M335.2998468,207.0471579c-.9249168-4.9608286-5.3815381-14.4620638-5.3815381-14.4620638,1.6817774,1.9338752,3.3634613,6.8947038,3.3634613,6.8947038-.6726923-3.1951175-2.3543762-7.9877586-6.1382117-13.1167512-1.9785177-2.6818348-4.6233682-9.6388665-6.6971831-15.667641-1.7826859-8.6480708-7.3452795-33.9405979-7.3452795-33.9405979,0,0,.2975819,1.0197621.7482567,2.4452408.0074816.0236594.0149633.0472487.0225384.0711418.0475084.1502325.0965131.3040653.1472946.4622934.0051436.0159678.0100067.0312809.0150568.0473188.0555511.1727931.1125986.3495372.1713294.529905.0077622.023636.0156179.0476461.0233801.071399.050501.1546511.1020308.3114998.1545892.470289.0126253.038201.025157.0761215.0378758.114533.0600401.1808822.1209219.3631671.1832065.5474859.0005611.0016599.0010287.0032964.0015898.0049563.0633133.1872646.1277489.3758618.1928391.5649967.013841.0400947.027682.0800258.0416166.1201439.0520909.1504429.1044623.3008157.1574884.4512352.0158049.0450978.0316099.0900086.0475084.1350596.0662124.1869841.132799.3734538.1999466.5585675.0028991.0077618.0057047.0153599.0085104.0230983.0630328.173775.1265331.3457265.1902205.5163687.0177689.0476929.0355378.0948246.0533066.1422136.0531196.1413953.1063327.2810138.1595458.4191127.0157114.0408429.0314229.0821065.0471343.1226221.0665865.1712735.1330795.3394609.1993855.5038142.0123447.0308133.0246894.0603642.0371276.090897.0545224.1340543.1087642.2651162.1627255.3933258.0189846.0450744.0378758.0897047.0568604.1340076.0555511.1299163.1106346.256279.1654376.3787608.0105678.0237062.0213227.048628.0317969.0720302.064155.1419798.1274683.2773667.1900335.4074232.0158985.0331045.0316099.0641516.0474148.0964144.0482565.0983548.0959519.1925482.1430862.2826737.0174883.0334084.0349766.0670973.0522779.0993134.0605077.1127328.1203608.2205795.178624.3176485,0,0-2.7468813-9.2489774-3.643742-14.5181029-.8969542-5.2691255-4.0361536-30.8299716-8.7449994-42.6014335-.096139-.2403813-.1996661-.4885946-.3063728-.7401978-.0274015-.0645958-.0552706-.1295656-.0833267-.1948861-.1028724-.2390488-.2092987-.4816978-.3214296-.7298877-.0077622-.0173003-.0149633-.0339695-.022819-.0513166-.1218571-.2689503-.2504476-.5442597-.3829661-.8231226-.0278691-.0586809-.0562993-.1177359-.084636-.1768376-.1270007-.2647421-.2577422-.5328274-.3940015-.8055885-.0092585-.0183758-.0178624-.036284-.0271209-.0547065-.1498197-.2989921-.3060923-.6031744-.4668539-.9109336-.0230995-.044186-.0466667-.088676-.0699533-.1330257-.1567402-.2981505-.3177823-.5994805-.4846227-.9049252-.0057047-.0104036-.0111289-.0206435-.0168337-.0310705-.1804944-.3300392-.3672546-.6642399-.5593455-1.0018539-.0112224-.0197318-.0227255-.0396505-.0339479-.0594057-.1909687-.3348787-.387268-.6729135-.5895526-1.0142447-.0007482-.0013794-.0015898-.0027821-.0024315-.0041848-4.3299012-7.3082523-11.2140316-15.9916953-19.8789776-21.596845q-.0000935-.0000234-.0000935-.0000468c-.0002806-.0001637-.0005611-.0003039-.0007482-.0004676-.352759-.228201-.7094458-.4494818-1.0680965-.6671389-.0957649-.0581432-.1919974-.1152344-.2881364-.1725827-.2900068-.1729567-.581884-.3422196-.8756315-.5078822-.0820174-.0462434-.1634737-.093492-.2456781-.1391743-.3682833-.2044013-.7391853-.4033553-1.1130798-.5956931-.0635939-.0327304-.1280294-.0637074-.1918103-.0960637-.3135739-.1591165-.6291118-.3135805-.94652-.463813-.1053975-.0498905-.2108885-.0993134-.3167536-.1481752-.3259186-.1505598-.6537076-.296514-.9836476-.4372547-.0581697-.0248283-.1157783-.0511295-.1740415-.075654-.3847429-.1617349-.7724785-.3156145-1.1625521-.4634156-.0954843-.0361671-.1916233-.0703002-.2873882-.1056256-.3070275-.1132238-.6155513-.2219588-.9257585-.3261817-.1082966-.0364009-.2164062-.0731992-.3250769-.1084779-.3982099-.1292383-.7981966-.25338-1.2014566-.3672116-.0035538-.0009819-.0071076-.0018002-.0106613-.0028055-.3969941-.1118912-.7971679-.2135424-1.1990251-.3099101-.1141884-.0273766-.2287509-.0531401-.3433134-.0792075-.3179694-.0724511-.6375286-.1396886-.9584906-.20204-.1022178-.0198486-.2038745-.0411468-.3062793-.0599668-.4104611-.0753267-.822886-.1431019-1.2379296-.2013387-.0766867-.0107543-.1540281-.0187498-.2308084-.0288963-.3449968-.0456355-.6915834-.0850523-1.0396663-.1184606-.123634-.0118765-.2473615-.022958-.3713695-.0332681-.3512626-.0291768-.7039281-.0520881-1.0582769-.0684299-.0769673-.0035536-.153467-.0094217-.2305278-.0123674-.4242086-.0161548-.8508486-.021719-1.2793591-.0189369-.1102606.0007014-.2210822.004442-.3316234.0064292-.3340549.0060317-.669232.017955-1.0056249.0358398-.1250368.0066396-.249793.012835-.3751103.0211579-.4371144.0289898-.8754445.0645958-1.3165802.1142057,0,0-.0078557.0000234-.0196393.0000935-.0047695.0000234-.0056112.0000234-.0130929.0000935-.0372211.0002572-.1088577.0010754-.2128524.0032263-.0063594.0001169-.0117836.0002338-.01833.0003741-.1679626.0036237-.4134537.0108945-.7289915.0250855-.0006546.0000234-.0014963.0000935-.0022445.0001169-3.7639157.1695434-17.4083555,1.337621-26.7532884,9.3881751-10.9312259,9.4171415-15.3031177,23.4542713-18.1625976,34.8098235-5.4569156,21.6705585-7.4453464,62.9926546-12.3964101,75.7375651,1.1005481-2.2918522,2.6648639-5.7760491,3.483261-8.6403091,0,0-.4459053,5.1030421-1.0149769,12.1617719-1.1948167,3.6922921-5.2784786,16.1568903-8.4027147,23.8252002-3.6997607,9.0808367-10.2585336,22.6180098-9.3336168,32.2874092,0,0,1.4295529-9.4171649,3.8680039-15.4710483,0,0-1.1772348,6.4743053-1.0089916,11.8555323,0,0,.6726923-8.2400164,1.5976091-10.9306416,0,0,.4204677,6.8106334-.1681497,10.5102197-.5886174,3.6996097-1.0090852,10.7624775-.7567671,14.3779935,0,0,.5044491-10.1738916,2.438451-16.2277749,0,0,.1681497,6.5583756.8409355,13.0326575.6725987,6.4743053,1.9339084,9.7534931,1.9339084,9.7534931,0,0-1.5135342-10.5943134-1.5976091-15.8073764-.0840748-5.213063,2.438451-15.4710483,2.438451-15.4710483,0,0-1.6816839,8.9967664-1.5976091,15.3869779.0840748,6.3902115,2.7748439,22.0294005,4.1202284,27.2424869,1.3453845,5.213063,3.2793865,21.6930957,13.9582943,30.6898387,0,0-6.2223801-6.8106334-8.4926814-13.4530794,0,0,1.5976091,3.78368,3.7839291,5.7175552,0,0-3.2793865-5.2971567-3.6998542-12.1077667,0,0,2.2703013,6.4742819,4.2043033,8.5763211,0,0-2.2703013-4.7926411-2.9429936-11.0987823,0,0,1.8499271,3.6995863,2.9429936,4.7085708,0,0-2.1862265-2.9428596-1.8498336-10.0057275.160481-3.3695938,1.2586911-7.9047636,2.3634476-11.7283046.0477889.0882785.0750034.1250301.0750034.1250301,0,0-.3362994,19.5069627,1.5135342,27.578815,0,0-.6726923-8.5763445-.0840748-13.1167512,0,0-.0279626,17.7692829,6.0261743,26.5137681,0,0-2.5786381-5.3812271-3.0270684-9.7534697,0,0,2.915031,8.2960555,8.7449059,15.0225952,5.830062,6.7265397,7.7360078,7.6234225,7.7360078,7.6234225,0,0-2.3808424-2.7507556-4.3325197-5.6520477-.1338277-.2458052-.2621377-.4921248-.3763261-.7381638,0,0,4.5967149,5.4933287,8.4086065,7.9597273,3.8118917,2.4663987,5.2694071,2.5785236,5.2694071,2.5785236,0,0,3.0270684,2.0179455,5.1572762,2.4663753,0,0-3.4755923-1.7937424-5.0451452-3.4753597,0,0,1.3453845.6726563,2.7467878.8968595,0,0-1.8174755-1.2137131-4.0361536-4.6525083-1.1211226-1.7377032-1.2892723-3.6996097-1.2892723-3.6996097,0,0,4.8209768,7.0628678,6.2223801,8.5763445s5.8299684,4.4283051,5.8299684,4.4283051c0,0-3.643742-2.8587893-5.3254259-6.1660083,0,0,4.7087523,4.9327973,8.1283259,6.8386646,0,0-1.4575155-2.3542971-2.1862265-3.6996097,0,0,4.4284717,5.5493911,8.1843446,7.5673601,0,0-2.8029-2.1300705-4.5406026-4.8206724,0,0,5.1572762,4.9888364,7.9600827,6.4462506,0,0-2.8589187-2.2982346-4.2043033-4.260141,0,0,3.1647305,1.9494689,5.8008836,3.0008158.0886573.0535609.1412158.0821767.1412158.0821767-.0188911-.0155469-.0365665-.0328707-.0553641-.0485813.8219508.3230723,1.5888181.5560894,2.1855718.609136,0,0-1.6816839-1.1771485-2.6346568-2.8587893,0,0,.2281898.1730035.5766468.4154889,1.714042,1.5587148,3.2352448,1.60248,3.2352448,1.60248h0s-2.0180768-1.6816408-2.5786381-2.7466643c0,0,1.9059458,1.7937424,3.3634613,2.2421721,0,0-1.0651039-1.121086-1.4014968-1.8497815,0,0,4.0350313,2.4096816,5.0447711,4.1473147.0000935.0002338.0002806.0004676.0004676.0007014l-.0000935-.0001403c0,.0000468.0000935.0000935.0000935.0001403,0,0-.0018704-.0064292-.0022445-.0076916-.0024315-.009071-.0109419-.0388323-.0281496-.0945675-.1546827-.5083497-.9338012-2.8921977-2.3800943-4.4381476,0,0,2.4104884,2.186133,2.9710497,3.7556488,0,0,.2241684-2.8027268-.4485239-4.3162035,0,0,1.0090852,1.5695392,1.1772348,2.9148518,0,0,1.6816839-1.4013751,2.0740955-4.4843676,0,0,.112131,1.7376799-.5605613,3.4193206v-.0000234.0000234-.0000234c.0007482-.0003039,1.4811762-.6503763,2.4514503-3.0450954.1461724-.3196824.259145-.6598213.3560322-1.0517911.1714229-.617903.3074951-1.3220974.3878291-2.1251376,0,0,.3924116,2.7466643.112131,4.1480394,0,0,1.4014032-2.5785236,1.3453845-8.9126727,0,0,.0061723.0418715.0151503.1052516.0256246.4671094.0408684.7355688.0408684.7355688.0092585-.0685702.0179559-.1409277.0267468-.2133086.1299934,1.080477.3473348,3.3636556.1414029,5.2582076,0,0,1.3453845-3.9238129,1.5136277-6.7826022,0,0,.2225786.8914824.3450903,1.9153825.0355378,1.1345756.0472278,1.7842272.0472278,1.7842272,0,0,1.1278561-2.7445836,1.6901007-4.7236267l-.0002806.0012858c.0009352-.0033198.0016834-.0064292.0026186-.009749.027682-.0974197.0536807-.1925716.0783701-.2858298.0035538-.0133259.0071076-.0267922.0105678-.040048.0254375-.097256.0493788-.1923378.0710755-.2838894.0014028-.0062422.0027121-.0120869.0041149-.0183056.0190782-.0812883.0361924-.1594905.0518103-.2354952.0040214-.0193811.0079492-.0386686.0116901-.0576756.0158985-.0805869.0304877-.1590463.0419907-.2323858,0,0-.0560187,2.4663987-.4484303,3.8117113,0,0,1.2332536-2.2982346,1.457422-3.419344,0,0,.7288045,2.2982346.6726923,3.6996097,0,0,.1187709-.1601919.3134804-.4911663.5941351-.975015,1.9122117-3.3533455,2.8818312-6.6838031,0,0-.3924116,3.6435238-.8969542,5.2691021,0,0,4.0361536-3.6435238,4.1482845-8.1839539,0,0,.0561122,3.1951175-1.5135342,5.9417818,0,0,.0078557-.0073643.0222579-.0216254.0086974-.0085099.0213227-.0216488.0360989-.0366347.0101937-.0103568.0180494-.0182589.0308617-.0316082.0202004-.0208773.0438611-.0466876.0703273-.0752565.0109419-.0119232.0207615-.0225138.0327321-.0357463.0311423-.0342266.0647161-.0726381.1022178-.1158422.0101937-.0118531.0202939-.0236828.0309553-.0361905.0423647-.0495164.0865999-.1028436.135137-.1628805.0043955-.0055408.0090715-.011479.0135605-.0170899.2770074-.3442068.639399-.8554088.9994526-1.5280183.0004676-.0007247.0008417-.0014027.0012158-.0021275.0697662-.1304306.1384102-.2672436.2071477-.4097845.0053307-.0112218.0107548-.0223969.0160855-.0336889.0674282-.141255.1333601-.2875832.1983568-.4404576.0038343-.0092113.0076687-.0187031.011503-.0279611.2714897-.6439705.5133335-1.3876751.6796128-2.2328439l.0002806-.0012625v-.0001169c.1064262-.5413841.1843287-1.119543.2150034-1.7416309,0,0,1.1212161,3.5875081.112131,5.7175786,0,0,1.2332536-1.3453126.8969542-4.5964692,0,0,.60489,1.2536441.6763396,2.4702094-.0011222.1684212-.0024315.3291508-.0036473.5006815,0,0,3.643742-2.8307581,4.736902-11.0707744,0,0,.1550568,1.0491259.201817,2.1435133-.0744422.412099-.1177422.6311822-.1177422.6311822,0,0,.0474148-.0904294.1289646-.261095.0067335.3913152-.0039279.7741673-.0448898,1.1019154,0,0,2.1021516-3.8677738,2.6907691-8.4081804,0,0,.5044491,6.8947038-.5045426,9.6693993,0,0,1.3453845-1.597547,1.9340019-3.5314222,0,0-.252318,1.9338752-.6726923,2.8587659,0,0,3.6997607-1.5134533,6.1383052-10.5102197,0,0,.3362994,1.5134767-.0841684,3.0269534,0,0,2.3544697-4.4563363,2.2703948-13.7053372,0,0,.8127858,3.1670862.5886174,4.6245004,0,0,6.5026607-9.7534697,8.5207375-28.2514713,0,0-.112131,8.7445086-1.7939084,14.4620638,0,0,2.8029-5.7175552,3.5877232-16.4800094,0,0,.4484303,3.3632581.2242619,6.165985,0,0,1.9059458-6.9507662,1.6816839-15.1347201,0,0,.4484303,6.1660083.3363929,9.5292665,0,0,.1220441-.7619869.2951504-2.0651241-.0404008.8566946-.070982,1.3364286-.070982,1.3364286.0788377-.7884985.1659987-1.7454183.2567135-2.7988693.3539747-2.9111813.7956716-7.3136761.9331466-12.0167529.096139-1.3258146.1555244-2.1689028.1555244-2.1689028-.000187-.0018469-.0003741-.0038108-.0005611-.0056577.1910622,1.182853.5611224,3.6656636.5611224,5.1626816,0,0,.5606548-6.8386646-.112131-14.6862904-.6725987-7.8476257-2.4665071-15.2468217-2.4665071-17.2647906,0-2.0179455.3363929-7.5112976.3363929-7.5112976,0,0,2.0180768,12.7804231,2.8029,16.4800327.7847297,3.6995863,5.3814446,12.1077667,5.3814446,17.6010954,0,5.493352-2.1301142,10.3140478-2.1301142,10.3140478,0,0,1.7938149-3.0269534,2.2422452-5.3812504,0,0,.1681497,2.7466877-2.4665071,7.3431569,0,0,2.0180768-2.0179689,2.5786381-4.3162035,0,0-.6216301,7.0595948-2.6989053,10.9698713.705705-1.2134325,1.8854649-3.4112783,2.3024723-5.1967679-.2964597,1.3494039-1.6927193,7.3246876-3.9200012,10.987195,0,0,3.643742-5.9978443,4.372453-9.473204,0,0,.302445,1.5590187-.118958,3.1925224.8226055-2.6157428,3.6992931-12.3740285,3.3142696-19.7846567,0,0,.6726923,3.6995863.112131,7.7355241,0,0,1.3453845-2.0460002.2522245-10.0337587-.0595725-.4354077-.1265331-.8873677-.1978892-1.3492403.909673-6.9264522-.4748031-19.5871288-.4748031-19.5871288,2.7748439,7.8196179,1.5977026,19.6751268,1.5977026,19.6751268,1.5135342-4.7085708,1.4293658-15.4710249.5044491-20.4318535ZM198.8559158,261.3079051c-1.6817774-12.3319933-.8969542-35.2022142-.8969542-35.2022142,0,0,1.7939084,15.807353,1.7939084,23.9913303,0,8.1839539,3.1391994,28.0272448,3.1391994,28.0272448,0,0-2.3543762-4.4843676-4.0361536-16.8163609ZM237.9840111,290.0078062c2.0180768,4.372266,9.6419536,21.9733848,9.6419536,21.9733848-7.063222-9.3050633-9.6419536-21.9733848-9.6419536-21.9733848ZM330.2280483,210.6991916c.8159655-4.9250122-1.3187312-11.6398157-1.3187312-11.6398157,0,0,1.3453845,2.4383908,1.8499271,5.969813.2998264,2.0988831.1244757,5.3559078-.0671476,7.6531604-.1563661-.6747838-.3114229-1.3368027-.4640482-1.9831578Z"/> </svg>
<<= "<style>.dynamicHairSVG {fill: #" + $kate.dynamicHair.currentColourCode + ";opacity: 0.3;}</style>">>
<<if $storyStage == "lifepathBaby">> <<if $kate.skinTone == "porcelain">> <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0.13;}</style>">> <<elseif $kate.skinTone == "ivory">> <<= "<style>.skinToneSVG {fill: #F3F2BD;opacity: 0.15;}</style>">> <<elseif $kate.skinTone == "peach">> <<= "<style>.skinToneSVG {fill: #CC9562;opacity: 0.18;}</style>">> <<elseif $kate.skinTone == "olive">> <<= "<style>.skinToneSVG {fill: #915C0D;opacity: 0.14;}</style>">> <<else>>\ /* if Kate has the default skin tone, set opacity to 0 so no change is displayed */ <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0;}</style>">> <</if>> <<elseif $storyStage == "littleKid">> <<if $kate.skinTone == "porcelain">> <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0.05;}</style>">> <<elseif $kate.skinTone == "ivory">> <<= "<style>.skinToneSVG {fill: #F3F2BD;opacity: 0.06;}</style>">> <<elseif $kate.skinTone == "peach">> <<= "<style>.skinToneSVG {fill: #CC9562;opacity: 0.07;}</style>">> <<elseif $kate.skinTone == "olive">> <<= "<style>.skinToneSVG {fill: #915C0D;opacity: 0.056;}</style>">> <<else>>\ /* if Kate has the default skin tone, set opacity to 0 so no change is displayed */ <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0;}</style>">> <</if>> <<else>> <<if $kate.skinTone == "porcelain">> <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0.025;}</style>">> <<elseif $kate.skinTone == "ivory">> <<= "<style>.skinToneSVG {fill: #F3F2BD;opacity: 0.03;}</style>">> <<elseif $kate.skinTone == "peach">> <<= "<style>.skinToneSVG {fill: #CC9562;opacity: 0.035;}</style>">> <<elseif $kate.skinTone == "olive">> <<= "<style>.skinToneSVG {fill: #915C0D;opacity: 0.028;}</style>">> <<else>>\ /* if Kate has the default skin tone, set opacity to 0 so no change is displayed */ <<= "<style>.skinToneSVG {fill: #FAEEE3;opacity: 0;}</style>">> <</if>> <</if>>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(0.75px, 36px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M290.0475878,472.1395361c-.0661189-1.1457507.1949433-2.2064726-.1566467-3.0028732-.724035-1.6312126-2.8612568-2.59379-6.1665484.2342093,0,0-.0638744.154277-.1709553.4137122.4553508-8.4048373.1066133-17.6527393.1066133-17.6527393,0,0,1.3008688-12.6248602-2.3197736-20.2105726-4.7223128-9.8936726-12.5179398-17.9149565-32.0041785-17.0984033-19.0621937.3833196-27.5559038,7.2047307-32.2781932,17.0984033-3.620619,7.5857125-2.3197269,20.2105726-2.3197269,20.2105726,0,0-.3570843,9.4662605.1228624,17.9482713-.180658-.4382833-.2928825-.7092442-.2928825-.7092442-3.305315-2.8279994-5.4425602-1.8654219-6.1666185-.2342093-.3515432.7964006-.0905044,1.8571224-.1565765,3.0028732-.0990147,1.648209-.3929961,3.4798251-.0990147,4.9577192.2747863,1.3778092,1.4332703,3.9482438,2.1723621,6.0609438,1.677078,4.7959141,1.8070714,9.1362446,4.8685553,11.0932649.740401.475292,1.8404348,1.015063,2.9881172.9234646,1.3407786,5.0549518,4.8594137,11.8979182,10.8299199,14.1367237,6.4953661,2.4356321,7.8872303,4.1753927,10.6710054,6.0311124,2.7053816,1.8035147,4.9787691,2.5104444,9.2565327,2.8683045.0557849.0218826.4776087.0218826.5333469,0,4.2777635-.3578601,6.5511043-1.0647898,9.2564859-2.8683045,2.7837517-1.8557197,4.1756393-3.5954803,10.6710521-6.0311124,5.9683319-2.2380107,9.4867097-9.0769792,10.8284937-14.1313933,1.1097599.0521582,2.1658858-.4679277,2.8838419-.928795,3.0614839-1.9570203,3.1914773-6.2973507,4.8685787-11.0932649.7390918-2.1127,1.897529-4.6831346,2.1723387-6.0609438.2939814-1.4778941,0-3.3095102-.0989913-4.9577192Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(0.75px, 36px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M357.3454314,697.3299375c-.1708618-.9715082-1.8494127-4.5217737-1.929513-7.5198776-.080147-2.9981039-1.1005949-11.06507-1.6147233-13.2617702-.5140817-2.1967236-.7499401-7.1593991-.721697-10.0755133.0048631-.5086069-.0510621-1.1021492-.1625385-1.7456521.0104743-.2975426.0175818-.5998779.0169272-.9129441-.0289913-14.7514239-1.5583305-46.2135829-1.9680434-57.5923971-.4037743-11.2135491-1.3162062-32.3221268-5.9787594-42.915809-4.0383513-9.1754743-7.8871368-22.5186965-10.328861-33.4443116-2.5409494-11.3695795-4.2241296-17.9962214-5.1439963-49.2648737-.7709822-26.2092352-5.4743103-34.8799835-17.4520296-40.2217938-.9059322-.4040333-2.0627795-.8460339-3.352987-1.2734226-1.0237679-.3539324-2.0916773-.6636321-3.1495334-.9320914-1.1163063-.2919083-2.2601076-.5489822-3.3788454-.7482869-1.7248903-.3330551-3.2069549-.5541489-4.112513-.6917101-12.9688017-1.9620233-14.5463039-1.2031926-22.3275755-6.3333308-8.9116528-5.8747312-9.7250699-14.4104901-7.0789334-24.6843028,6.2948584-4.8434667,8.0467761-8.2276957,9.5810718-11.9631686,1.3120913-3.1945564,1.9842224-6.8823363,2.694089-10.7133352,3.6938221.5881418,6.4241036-6.3053463,7.6914453-10.6276751,1.3654914-4.6572542,1.8979031-10.1722784,1.6029397-12.2729851-.2944022-2.0969193-.9872481-3.8414258-2.8977297-3.5973506-1.1892055.1519158-2.4486447,1.3315191-3.2308494,2.2011422.4006414-4.7232059.6326655-9.6660328.2144423-15.1485604-.7256248-9.512387-2.9730136-13.8653654-9.5575047-21.4548185-6.4818057-7.471086-17.7645046-10.3836466-24.6189423-10.3474795-.0010521,0-.0021276-.0000701-.0031797-.0000935-.0304175-.0003974-.0624716.0003273-.0930294.0000468-.0305578.0002805-.0626353-.0004442-.0930528-.0000468-.0010521.0000234-.0021276.0000935-.0031797.0000935-6.8544377-.0361671-18.1371834,2.8763936-24.6190826,10.3474795-6.5845846,7.5894531-8.8320903,11.9424315-9.5578086,21.4548185-.4171711,5.4680094-.1876253,10.3992871.2110054,15.1111542-.7843322-.8657656-2.0238049-2.0139244-3.1964105-2.1637361-1.9104816-.2440752-2.6033275,1.5004313-2.8977531,3.5973506-.29494,2.1007067.2374483,7.6157309,1.6029865,12.2729851,1.2874253,4.3908989,4.083849,11.4403707,7.8672403,10.5990126.7037878,3.5066874,1.3228461,6.953899,2.5302413,10.0262074,2.5104617,6.3879905,5.2687057,9.1472794,9.4574145,12.2699225,2.7730436,10.4560743,2.0585244,19.1409434-6.9709407,25.0933392-7.7812717,5.1301382-9.3588674,4.3713075-22.3276691,6.3333308-2.5905619.3935362-9.5538808,1.3161826-13.5722889,3.4628053-.1452839.0615565-.2868972.1226455-.4215432.1827057-11.9776958,5.3418103-16.6810006,14.0125586-17.4520062,40.2217938-.9198433,31.2686523-2.6030469,37.8952942-5.1439963,49.2648737-2.4417242,10.9256151-6.2905097,24.2688373-10.3288844,33.4443116-4.6625299,10.5936822-5.5749617,31.7022599-5.978736,42.915809-.4097363,11.3788142-1.9390754,42.8409733-1.9680668,57.5923971-.0006079.3130662.0064763.6154015.016974.9129441-.1114763.6435029-.1674483,1.2370452-.1625385,1.7456521.0282432,2.9161142-.2076153,7.8787897-.7217437,10.0755133-.514105,2.1967002-1.5345763,10.2636663-1.6146999,13.2617702-.0801002,2.9981039-1.7586278,6.5483695-1.9294896,7.5198776s.3521277,2.9550167.6136575,3.967882c.2615298,1.012842,2.4768178,5.9486552,3.4747272,7.6356029.9979095,1.6869711,2.4334243,5.8643043,3.1289823,7.6785499.695558,1.814269,4.6810937,5.6908566,4.6810937,5.6908566,0,0,1.692579,3.0789713,2.9058426,4.385475,1.2132636,1.3065271,3.8129671,4.0458505,3.8129671,4.0458505,2.3342459-.1313891,2.4594697-2.2428735,2.4594697-2.2428735l3.7223225,2.061477c2.763411-1.6101015,1.2886176-3.9294705,1.2886176-3.9294705,0,0,.2575084-.8872508-.4802039-2.194713-.7377123-1.3074856-4.6325098-3.1574775-4.6325098-3.1574775,0,0-.1313962-.8020115-1.8644929-2.614153-1.7331201-1.8121649-3.3332308-2.0622718-3.3332308-2.0622718-.739232-2.0252865-2.082185-3.331533-2.0827228-3.5848663-.0005377-.2533566.6427424-2.703694.6398666-4.0548747-.0028524-1.3511807-.1808918-3.7576126.1118036-8.445119.2926955-4.6875298,2.8822053-6.7617716,3.4438655-6.931806.5616368-.1700344.7351171.0829715.9091118.5893107s1.0027491,3.9670871,1.0048066,4.9382446-.1678224,2.4071333.4914731,7.5149681c.6592955,5.1078582,5.6299751,4.6333376,6.2305631,2.436427.600588-2.1968873.3310856-6.9677159.3291918-7.854429-.0018704-.8867131-.0894055-1.3932393-.5711291-4.3057532s.3993789-5.3422078-.0640849-9.8381946-4.6939995-11.771158-5.8677039-14.8089592c-1.1736811-3.0378012-.9545394-4.4770266-.4241618-8.203896.0851737-.598522.1143755-1.2041979.0922111-1.8052681.4260322-2.0881522,1.1052475-5.4498908,2.4017209-12.1135179,2.3300842-11.9760737,9.2597123-28.6089106,13.0637483-46.6171954,3.7175997-17.5990848,3.7193766-33.2874161,4.6049681-39.8061646.8780163-6.4628262,7.5054566-22.3881022,10.9591184-32.1304202,1.6706485-4.7126854,3.5618181-13.1392884,5.0656028-21.7891594.6700971,9.4193391.8393222,21.1059826,1.8970614,30.2264232,4.0203954,34.6655994-4.6492266,50.0690127-6.2361743,55.0405487-17.7138867,55.4932568-18.8355704,98.4633047-11.6605915,134.9233712,7.0459909,35.8044768,13.2824458,62.6099194,14.490706,66.3810216,1.1521714,3.5966025,2.9933076,24.3525336,1.9685344,41.9908481-.0212993.0797686-.045147.1557967-.0660488.2361264,0,0-.076827,1.722507-.3485973,4.4404855-.2954076,2.9892199-.8212728,7.181609-1.725241,11.6048877-1.7311562,8.4424772-3.9792698,30.5701858-1.0369309,53.7076737,2.8596435,22.511449,10.0973746,43.1820473,13.9496203,58.9821295.109302.4443384.2126888.8800267.316099,1.315715,1.9224989,8.1583307,2.9287785,14.8898033,3.4023892,20.0836489.452592,9.5468006.280304,9.3291435.0982899,11.7734492-.2008818,2.6977324.2127122,8.6328746.5199501,10.3236331.3042686,1.690852-2.0767842,8.0761774-3.8581609,14.0603216-2.4608258,8.26073-7.3174806,12.7964609-7.654271,13.5552917-.3337977.7588775-1.3973117,3.8115944-1.5538649,4.7175249-.1595458.9088762-.3840649,3.1162138-.2245191,4.2818833.0147528.1038489.0177221.2163946.0088377.3346916-.0590815,1.19162-.9748567,2.9777175,1.3205315,3.9009951,2.5199073,1.0127718,3.2584379-.4298903,3.2584379-.4298903,3.311651,2.4698354,4.8330409-.0548468,4.8330409-.0548468,3.0368881,2.6660774,4.9511806-.0606447,4.9511806-.0606447,0,0,.5258652,1.8350995,3.2643765,1.4138594,2.1004215-.3230957,2.7444264-2.1322447,2.7444264-2.1322447l.5612861.0201526c1.9586212,2.5679798,7.0397951,3.0498179,9.0781892,1.7110514,2.5730502-1.6908053,2.2717509-3.8634954,2.2717509-3.8634954,1.6188849-.7444294,3.9881309-4.5675262,4.1151549-7.6865454.0797729-1.9158501-.1152171-3.76825-.2570174-5.3061576v-.002899c-.0886106-.9636762-.1565765-1.8004521-.1211323-2.458333.1299934-2.4928401-.1890515-18.5123095-.109302-20.5089102.076827-1.9966942.827188-4.4059315.7503843-7.1989094-.0738577-2.7901724-1.0812361-5.3841027-1.9143159-11.1403499-.2001103-1.3771078-.4004544-2.5803706-.597759-3.6616892-1.3155515-13.9006908-1.421253-37.3553362-.1171577-50.5538667,1.4268876-14.4410696,6.6143942-33.2737161,5.5774867-46.9531028-1.0369075-13.6822856-6.5700655-27.6992629-5.3618287-34.1191421,1.1656851-6.1756638,4.8040964-15.2534379,5.5402422-26.9372058,1.1971547-7.0381096,1.186166-16.3791296,1.2473518-30.3191904.0768504-16.6628553-.346119-26.7644361.9094158-45.3488928,1.3500839-20.0271188,2.5658024-44.4287479,2.152185-57.4878001-.1663962-5.2529006-.3795993-9.4188716-.5750102-12.5222972-.1869239-2.9685062,2.2398137-5.4550575,5.2848614-5.4488855.0520441.0001169.1040882.0001169.1561323,0,3.0450477-.006172,5.4718087,2.4804026,5.2848848,5.4488855-.1954343,3.103449-.4086608,7.2693966-.5750803,12.5222972-.4135472,13.0590522.8021713,37.4606813,2.1522552,57.4878001,1.2555348,18.5844566.8325654,28.6860374.9094158,45.3488928.0609052,13.8752547.0506179,23.1935036,1.2310558,30.2202979.7217671,11.7313672,4.3771757,20.8430407,5.5461106,27.0360984,1.2082602,6.4198793-4.3248978,20.4368565-5.3618287,34.1191421-1.0369075,13.6793866,4.1506226,32.5120332,5.5774867,46.9531028,1.3040953,13.1985772,1.1983705,36.6534564-.1171577,50.5541005-.1972813,1.0812719-.3976488,2.2844411-.5977357,3.6614554-.8330798,5.7562472-1.8404815,8.3501775-1.9143159,11.1403499-.076827,2.7929778.6735573,5.2022152.750361,7.1989094.0797495,1.9966006-.2392953,18.01607-.109302,20.5089102.0354442.6578809-.0325217,1.4946567-.1211323,2.458333v.002899c-.1418003,1.5379076-.3367904,3.3903075-.2570174,5.3061576.1270241,3.1190193,2.4962934,6.9421161,4.1151783,7.6865454,0,0-.3013227,2.1726902,2.2717509,3.8634954,2.0383941,1.3387665,7.1195681.8569284,9.0781659-1.7110514l.5613095-.0201526s.6440283,1.809149,2.744403,2.1322447c2.738558.4212401,3.2643765-1.4138594,3.2643765-1.4138594,0,0,1.9143159,2.7267222,4.951204.0606447,0,0,1.5213899,2.5246821,4.8330409.0548468,0,0,.7385306,1.4426621,3.2584379.4298903,2.2953648-.9232776,1.379613-2.7093751,1.3205081-3.9009951-.0088844-.118297-.0058918-.2308428.0088844-.3346916.159499-1.1656695-.0649967-3.3730071-.2245425-4.2818833-.1565532-.9059305-1.2200672-3.9586474-1.5538883-4.7175249-.336767-.7588308-5.1934218-5.2945617-7.654271-13.5552917-1.7813299-5.9841443-4.1624529-12.3694696-3.8581375-14.0603216.3072145-1.6907585.7208085-7.6259007.5199267-10.3236331-.1819907-2.4443056-.354302-2.2266953.0982432-11.7731219.4736341-5.1938456,1.4799136-11.9254585,3.4024593-20.0839762.1033868-.4356883.2067736-.8713765.316099-1.315715,3.8522457-15.8000822,11.08993-36.4706805,13.9495969-58.9821295,2.9423389-23.1374879.694202-45.2651965-1.0369075-53.7076737-.904015-4.4232786-1.4298335-8.6156677-1.7252644-11.6048877-.2717703-2.7179785-.3485973-4.4404855-.3485973-4.4404855-.0167402-.0645256-.0360054-.1254977-.0530261-.1896492-1.0307351-17.6482272.8126923-38.4375433,1.9659392-42.0373252,1.2082369-3.7711022,7.4447385-30.5765448,14.4906592-66.3810216,7.1750257-36.4600665,6.0533419-79.4301144-11.6605448-134.9233712-1.5869477-4.9715361-10.2566165-20.3749493-6.2361743-55.0405487,1.0577158-9.1204405,1.2269877-20.8070606,1.8970614-30.2264699,1.5038081,8.649871,3.3949777,17.0765207,5.0656262,21.7892062,3.453615,9.742318,10.0810787,25.6675939,10.959095,32.1304202.8855915,6.5187484.8873684,22.2070798,4.6049447,39.8061646,3.8040359,18.0082849,10.7337108,34.6411218,13.0637717,46.6171954,1.2964734,6.6636272,1.975712,10.0253657,2.4016975,12.1135179-.0221643.6010703.0070608,1.2067462.0922111,1.8052681.530401,3.7268694.749566,5.1660949-.424115,8.203896-1.1737278,3.0378012-5.4042636,10.3129723-5.8677507,14.8089592-.4634404,4.4959869.4176621,6.9256807-.0640615,9.8381946-.4817236,2.9125139-.5692587,3.4190401-.5711291,4.3057532s-.2713962,5.6575417.3291918,7.854429c.600588,2.1969106,5.571291,2.6714312,6.2305631-2.436427.6592721-5.1078348.489439-6.5438106.4914965-7.5149681s.8307885-4.4319054,1.0047832-4.9382446.3474283-.7593451.9091118-.5893107,3.15117,2.2442762,3.4438889,6.931806c.2926721,4.6875064.114656,7.0939383.1117569,8.445119-.0028524,1.3511807.6404277,3.8015181.6398666,4.0548747-.0005144.2533332-1.3434674,1.5595798-2.0826994,3.5848663,0,0-1.6001341.2501069-3.3332542,2.0622718-1.7331201,1.8121415-1.8644695,2.614153-1.8644695,2.614153,0,0-3.8947975,1.8499919-4.6324864,3.1574775-.7377357,1.3074623-.4802273,2.194713-.4802273,2.194713,0,0-1.4748168,2.3193691,1.2886176,3.9294705l3.7222991-2.061477s.1252238,2.1114843,2.4594931,2.2428735c0,0,2.5996802-2.7393234,3.8129671-4.0458505,1.213287-1.3065037,2.9058192-4.385475,2.9058192-4.385475,0,0,3.985559-3.8765876,4.681117-5.6908566.695558-1.8142456,2.1310962-5.9915787,3.1289589-7.6785499.9979562-1.6869478,3.2132208-6.622761,3.4747506-7.6356029.2615298-1.0128653.7845427-2.9963738.6136809-3.967882Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M272.9987517,118.1919889c-.1962051-2.4991785-.8451175-4.5890865-2.9261962-4.2961024-1.3496582.1900235-2.8318344,1.7111701-3.7092631,2.7583568.7533041-5.6517265,1.2942008-11.5840931.9289582-18.0197134-.6425764-11.3223198-3.0521677-16.5350612-10.2274716-25.6713859-6.3885663-8.1345398-17.1453848-11.8206639-24.7941807-12.4536704-1.081583-.1264797-3.9764499-.1264797-5.0579627,0-7.648796.6330065-18.4056145,4.3191306-24.7942509,12.4536704-7.1753038,9.1363247-9.5848718,14.3490661-10.2274482,25.6713859-.3652426,6.4356436.1756541,12.3680102.9289816,18.0197367-.8774287-1.04721-2.3596282-2.5683566-3.7092865-2.7583801-2.0810787-.2929841-2.7299911,1.7969238-2.9261962,4.2961024-.1954803,2.4896867.6893832,8.9599545,2.3970129,14.350726,1.5411172,4.8650741,4.6637757,12.4663418,8.4214588,12.0837464,1.3973301,6.9324682,2.6155225,9.4069586,3.9083205,12.607971.6303954,1.5609141,1.912462,3.3399765,3.5321828,5.2682662-.1241713-.4249111-.2505403-.8510145-.3819827-1.2799701,0,0-10.1970074-50.1705082,24.9523933-50.871477,33.8048861-.6703192,25.2090591,51.6260536,25.2090591,51.6260536,0,0-.0454975.3352765-.1208747.9251489,1.7798973-2.0828943,3.196212-3.9996816,3.8700007-5.6680216,1.2927747-3.2010124,2.5109671-5.6755028,3.9082972-12.607971,3.7576597.3825252,6.8803182-7.2186957,8.421412-12.0837464,1.7076297-5.3907715,2.5924932-11.8610393,2.3970362-14.350726Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M273.4894281,118.104926c-.2811213-2.4522337-1.0040081-4.4957814-3.0923346-4.2096707-1.568542.2148753-3.2727114,2.1817401-4.0240049,3.1477086.4914012-5.1096873.9072148-10.6014088,1.0421876-17.8696911.2105604-11.3385681-2.8160295-17.073804-9.9913334-26.2101053-7.1103775-9.0536804-19.6345617-12.5994377-27.2590424-12.5553218-.0373846-.0006079-.8092525-.0006079-.84306-.0001169-7.6280345-.043999-20.1522186,3.5017583-27.2625962,12.5554387-7.1753038,9.1363013-10.2018938,14.8715372-9.9913334,26.2101053.1349728,7.2682823.5507631,12.7599571,1.0421409,17.8696444-.7513168-.9659684-2.4554395-2.9327866-4.0239815-3.1476618-2.0883265-.2861107-2.8112132,1.7574369-3.0923346,4.2096707s.4015986,8.8689171,1.9678493,14.2638501c1.4380815,4.9534229,4.4681083,12.7940902,8.4047654,12.2422085.7909226,4.373954,1.3519027,8.5758863,2.7904986,12.2045685,1.6056928,4.0501098,3.324919,6.8071808,6.7259867,9.9842766-.4284154-1.8179414-.9393389-3.6774038-1.5214078-5.5771012,0,0-10.1970074-50.1705082,24.9523933-50.871477,33.8048861-.6703192,25.2090591,51.6260536,25.2090591,51.6260536,0,0-.248062,1.8286022-.5457597,4.4640796,3.1520705-3.02864,4.8042896-5.7289703,6.3492177-9.6258316,1.4385958-3.6286822,1.9995526-7.8306378,2.7904752-12.2045685,3.9366337.5519285,6.966684-7.2887856,8.4047654-12.2422085,1.5662507-5.3949329,2.2489706-11.8116163,1.9678493-14.2638501Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M273.4921869,118.1089238c-.2811447-2.452374-1.0040782-4.4960385-3.092545-4.2099278-1.300116.1781003-2.6930273,1.559675-3.559818,2.5776147.513659-5.5379415.8485543-11.3572946.4806698-17.8392752-.6425998-11.3230212-3.0523547-16.5360898-10.2281028-25.672999-7.1108218-9.0542181-19.6357774-12.6002092-27.2607492-12.5560933-.0011924-.0000234-.0023848-.0000935-.0035538-.0001169-.0338075-.000491-.0694854.0003974-.10348.0000468-.0339945.0003507-.0696725-.0005377-.1035033-.0000468-.001169.0000234-.0023614.0000935-.0035538.0001169-7.6249717-.0441159-20.1499508,3.5018752-27.2607725,12.5560933-7.1757247,9.1369092-9.585503,14.3499779-10.2281028,25.672999-.3668792,6.4648439-.0348128,12.2707541.4765315,17.7955333-.8690586-1.0134509-2.2396654-2.3582507-3.5216852-2.5338728-2.0884434-.2861107-2.8113769,1.7575538-3.0925216,4.2099278-.2811447,2.4523974.4016219,8.8695016,1.9679662,14.2647618,1.4708135,5.0661091,4.6060738,13.158076,8.6740565,12.1978354.8075458,4.0114879,1.5208467,7.9433708,2.858815,11.4376712,1.9003979,4.9631952,3.9032003,8.2008891,6.4290371,10.9468317-.4356632-1.8672709-.9607784-3.7794526-1.5594471-5.7332954,0,0-10.1970074-50.1705082,24.9523933-50.871477,33.8048861-.6703192,25.2090591,51.6260536,25.2090591,51.6260536,0,0-.2831086,2.0873362-.6075064,5.0167562,3.4285626-3.76788,4.8183877-7.017427,6.0795994-10.1720791,1.4517588-3.6313474,2.2255672-7.8360384,3.0444289-12.2178477,3.9756082.6698516,7.0369643-7.2434306,8.4847952-12.2304489,1.5663442-5.3952603,2.2491109-11.8123644,1.9679896-14.2647618Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M273.7592101,118.0003289c-.3573402-2.4218178-1.1237138-4.4205715-3.116229-4.0538504-1.229859.2263777-2.5038595,1.6293908-3.3001362,2.6711068.3313182-5.1105523.566755-10.3683214.1825746-17.0637979-.6496605-11.3223198-3.0621042-17.4050126-10.3168066-26.5413139-3.5565214-4.4789486-8.5171532-7.5819567-13.7559603-9.5585706-5.9821514-2.2570435-12.1628694-3.2165827-18.4937104-2.2982371-5.226182.7581068-10.4009279,2.4566991-14.9647072,5.2007948-2.9132203,1.751639-5.5804594,3.9635612-7.7183983,6.6560129-7.2547024,9.1363013-9.6671461,15.2189941-10.31683,26.5413139-.3825438,6.6667906-.1506842,11.9080776.1783895,16.9980097-.7990121-1.0342347-2.0442552-2.3836167-3.2487936-2.6053186-1.9925152-.3667211-2.7588888,1.6320326-3.116229,4.0538504-.3573168,2.4217945.0678488,8.8151223,1.3768726,14.229787,1.2049827,4.9842128,3.8406822,12.9107742,7.6513678,12.476044,1.7467678,8.1121896,4.7665308,15.5491038,9.7609701,22.4217688.5982946.8232871,1.2344415,1.6164389,1.900959,2.3809516-.5110638-2.6667349-1.2263988-5.4313806-2.1011154-8.2861519,0,0-10.1970074-50.1705082,24.9523933-50.871477,33.8048861-.6703192,25.2090591,51.6260536,25.2090591,51.6260536,0,0-.3951924,2.9123534-.7870181,6.6902396.4091971-.502038.8056988-1.0149238,1.1869801-1.5395925,4.9955849-6.8742314,8.0155817-14.3129691,9.7621625-22.427333,3.8354918.5042122,6.4875339-7.466278,7.6973329-12.4705032,1.3090472-5.4146647,1.7342128-11.8079926,1.3768726-14.229787Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M274.5847118,117.9787969c-.3414885-2.4338813-1.1001467-4.4468961-3.1184033-4.0969611-1.4324001.2483538-2.9347065,2.0546993-3.6885016,3.0849129.2551461-5.2297612-.047742-10.1271683-.6067582-16.5297542-.9249602-10.5934132-2.137822-17.7683904-9.585807-26.9039436-3.6512573-4.4785745-8.0753877-8.1966108-13.4537502-10.1730376-4.6192601-1.6974935-9.4912816-2.9892699-14.4459046-2.9519105-4.9178229.0370789-9.7419855,1.2644699-14.3339144,2.9519105-5.3783625,1.9764035-9.802493,5.6944631-13.4537502,10.1730376-7.447985,9.1355532-8.6608468,16.3105304-9.5857836,26.9039436-.5590396,6.4025859-.8619277,11.299993-.6067816,16.5297308-.7538185-1.030237-2.2560781-2.8365357-3.6884782-3.0848895-2.01828-.349935-2.7769381,1.6630798-3.1184033,4.0969611-.3414885,2.4338813.1411685,8.8466371,1.5097178,14.2691103,1.3449822,5.3290513,4.8131506,13.9690191,9.0997364,12.1945623.9526889,11.5973957,1.7122823,15.7546743,8.3239641,21.8251165.4314782.3961551,1.3770596,1.2220606,2.4042139,2.1076057-.4881981-2.3143218-1.1233864-4.7005102-1.8746799-7.1524634,0,0-10.1970074-50.1705082,24.9523933-50.871477,33.8048861-.6703192,25.2090591,51.6260536,25.2090591,51.6260536,0,0-.341395,2.5162451-.704136,5.9037508.7940789-.6879936,1.4829945-1.292548,1.8325257-1.6134698,6.6116818-6.0704422,7.3712752-10.2277208,8.3239641-21.8251165,4.2866326,1.7744801,7.7547776-6.865511,9.0997364-12.1945623,1.3685493-5.4224733,1.8512064-11.835229,1.5097412-14.2691103Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M339.6346058,559.6872752c-5.2134632-41.5368293-14.9929035-65.2469846-20.5702066-87.279425-4.4856433-17.7117434-4.2060183-24.3268199-12.3345021-45.7387382-7.0597832-18.6003979-18.1071686-30.6623085-18.6128082-45.2944226-.5018053-14.62828,4.9890852-22.2727752,9.1397396-49.2129094,4.1196525-26.7391459,7.1468036-54.4020848,8.8284815-75.5066176.5958164-7.4765881,3.5315983-17.320872,8.6543471-31.4165812,2.2235331-6.1183455,2.7844665-10.7204306-2.1796255-13.4278214-12.9511734-7.0632496-29.9359842-4.680755-38.8650699-8.6298915-9.1780829-4.0640436-20.351884-14.4635758-20.6851428-21.0212104-.3370931-6.5576346,1.5130612-20.182353,1.5130612-20.182353,0,0,8.5958269-52.2963728-25.2090591-51.6260536-35.1494007.7009689-24.9523933,50.871477-24.9523933,50.871477,4.7920384,15.6395099,4.8724891,28.6092223-7.9254751,37.2467587-10.0897633,6.8104538-12.1352809,5.803058-28.9515452,8.407722-4.7039659.7315952-20.5319101,2.8383125-21.4129627,8.8597058-1.8233608,12.3989872,12.8631009,25.280608,13.200194,41.0848221.5985518,16.1600406.6283613,32.2934761,2.0047429,48.421698.795318,9.319241,1.5255695,18.8231285,3.7179838,27.947226.1581658.6582323.2862883,1.3344195.4606799,1.9882799.8437614,3.1636763,1.5512408,6.3620469,2.3432154,9.5389791,1.8257689,7.3238072,3.9363298,14.5868994,4.7594233,22.1154354.3407404,3.1167783.4105999,6.2533819.3086864,9.3856137-.4213547,12.9505651-5.2440677,17.0682398-15.1078163,40.8358604-9.867583,23.7675972-13.8207464,44.0303735-18.7507035,74.075994-9.4232223,57.3869595-6.2936434,65.2239798,3.0261691,112.1080257,10.3464057,52.0588668,17.8275202,76.0486802,19.3942385,81.0549861,1.5245642,4.8722514,3.9799803,33.4661605,2.4668957,57.1762691,0,.0038341-.0038343.0115024-.0038343.026839-.3217792,3.3937245.0306512,6.446585.9269943,9.1278616.6895001,2.0798784,1.7007793,3.9338233,2.9725354,5.5617412,10.568586,13.5365566,38.9302066,11.1578962,47.575833-12.8893358.4711541-2.1909748,1.1223577-5.0254298,2.0072212-9.0588471,2.1259683-9.6640795,2.097772-22.6832148,2.1858679-43.2180043.0995989-22.120532-.4488262-35.5307491,1.1791712-60.2022906,1.7505788-26.586739,3.3269998-58.9807911,2.790709-76.3171632-.4383286-14.16629-1.1271272-22.3776061-1.3642708-24.9060784,1.9529562,1.6573753,4.8476127,1.5350103,5.6779774-.7246984.078814.4362031-.3363449,1.9759359.8128297,2.1440768.8828996,0,.8408623-1.3312868.9529695-1.9339007,0,0,1.7798272,3.0970465,4.7785715,1.8856467,1.9474385,2.1228488,2.4562111,3.2553215,4.51405,5.7925375,1.6816311,3.1409053,7.3432191,12.2342597,13.0048305,38.2311964,5.4930415,25.2231427,4.9897399,32.3428523,14.2367704,64.0125332,14.0850575,48.2208969,10.1678525,52.8451452,14.1286846,76.9076669.7239856,4.3972861,1.4326339,7.9979137,2.1182997,10.9932621,9.7028474,37.2199665,54.8232876,55.0121332,52.4789733,28.9194834-.7852413-8.7447753-.693311-16.742689.1149362-23.5454745,2.0148431-17.0414243-1.7965673-27.5788451-1.9076691-34.0790144-.1340143-7.8484759,4.5699049-18.8799859,6.2208614-43.497943,1.850201-27.5788451,4.2634864-63.7416187.3371398-95.0129236ZM196.0504162,298.9547277c-3.2072006,3.4536446-8.4382456,3.2766431-11.5616055-.1147669-2.9774919-3.2330648-2.7652715-8.1403144.2339638-11.1094318,2.9339583-2.9044981,7.9557054-3.5401932,11.059543-.7893176,3.2903633,2.9161876,3.3975841,8.6435681.2680987,12.0135163ZM279.0184281,299.3836132c-3.1233365,3.3898904-8.3543815,3.5668217-11.5616055.1147201-3.1294854-3.3684285-3.0222413-9.0932374.2680987-12.0080924,3.1038609-2.7496598,8.125608-2.1142453,11.0595664.7889436,2.9992353,2.9678081,3.2114558,7.8728367.2339405,11.1044287Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M339.6346058,559.6872752c-5.2134632-41.5368293-14.9929035-65.2469846-20.5702066-87.279425-4.4856433-17.7117434-4.2060183-24.3268199-12.3345021-45.7387382-7.0597832-18.6003979-18.1071686-30.6623085-18.6128082-45.2944226-.5018053-14.62828,4.9890852-22.2727752,9.1397396-49.2129094,4.1196525-26.7391459,7.1468036-54.4020848,8.8284815-75.5066176.5958164-7.4765881,3.5315983-17.320872,8.6543471-31.4165812,2.2235331-6.1183455,2.7844665-10.7204306-2.1796255-13.4278214-12.9511734-7.0632496-29.9359842-4.680755-38.8650699-8.6298915-9.1780829-4.0640436-20.351884-14.4635758-20.6851428-21.0212104-.3370931-6.5576346,1.5130612-20.182353,1.5130612-20.182353,0,0,8.5958269-52.2963728-25.2090591-51.6260536-35.1494007.7009689-24.9523933,50.871477-24.9523933,50.871477,4.7920384,15.6395099,4.8724891,28.6092223-7.9254751,37.2467587-10.0897633,6.8104538-12.1352809,5.803058-28.9515452,8.407722-4.7039659.7315952-20.5319101,2.8383125-21.4129627,8.8597058-1.8233608,12.3989872,12.8631009,25.280608,13.200194,41.0848221.5985518,16.1600406.6283613,32.2934761,2.0047429,48.421698.795318,9.319241,1.5255695,18.8231285,3.7179838,27.947226.1581658.6582323.2862883,1.3344195.4606799,1.9882799.8437614,3.1636763,1.5512408,6.3620469,2.3432154,9.5389791,1.8257689,7.3238072,3.9363298,14.5868994,4.7594233,22.1154354.3407404,3.1167783.4105999,6.2533819.3086864,9.3856137-.4213547,12.9505651-5.2440677,17.0682398-15.1078163,40.8358604-9.867583,23.7675972-13.8207464,44.0303735-18.7507035,74.075994-9.4232223,57.3869595-6.2936434,65.2239798,3.0261691,112.1080257,10.3464057,52.0588668,17.8275202,76.0486802,19.3942385,81.0549861,1.5245642,4.8722514,3.9799803,33.4661605,2.4668957,57.1762691,0,.0038341-.0038343.0115024-.0038343.026839-.3217792,3.3937245.0306512,6.446585.9269943,9.1278616.6895001,2.0798784,1.7007793,3.9338233,2.9725354,5.5617412,10.568586,13.5365566,38.9302066,11.1578962,47.575833-12.8893358.4711541-2.1909748,1.1223577-5.0254298,2.0072212-9.0588471,2.1259683-9.6640795,2.097772-22.6832148,2.1858679-43.2180043.0995989-22.120532-.4488262-35.5307491,1.1791712-60.2022906,1.7505788-26.586739,3.3269998-58.9807911,2.790709-76.3171632-.4383286-14.16629-1.1271272-22.3776061-1.3642708-24.9060784,1.9529562,1.6573753,4.8476127,1.5350103,5.6779774-.7246984.078814.4362031-.3363449,1.9759359.8128297,2.1440768.8828996,0,.8408623-1.3312868.9529695-1.9339007,0,0,1.7798272,3.0970465,4.7785715,1.8856467,1.9474385,2.1228488,2.4562111,3.2553215,4.51405,5.7925375,1.6816311,3.1409053,7.3432191,12.2342597,13.0048305,38.2311964,5.4930415,25.2231427,4.9897399,32.3428523,14.2367704,64.0125332,14.0850575,48.2208969,10.1678525,52.8451452,14.1286846,76.9076669.7239856,4.3972861,1.4326339,7.9979137,2.1182997,10.9932621,9.7028474,37.2199665,54.8232876,55.0121332,52.4789733,28.9194834-.7852413-8.7447753-.693311-16.742689.1149362-23.5454745,2.0148431-17.0414243-1.7965673-27.5788451-1.9076691-34.0790144-.1340143-7.8484759,4.5699049-18.8799859,6.2208614-43.497943,1.850201-27.5788451,4.2634864-63.7416187.3371398-95.0129236ZM192.0640298,303.7139188c-5.1678254,3.0291075-12.8644569.9061886-15.1044028-4.5003169-1.7120251-4.973856.3597249-11.7908325,5.3511949-14.3910312,4.8575259-2.5304361,11.490764-1.1235421,13.7900952,3.6996137,2.3745914,4.9810333.9838311,12.2488247-4.0368873,15.1917343ZM285.0335219,299.213602c-2.2399459,5.4065055-9.9365774,7.5294244-15.1043794,4.5003169-5.0207418-2.9429096-6.4115021-10.210701-4.0368873-15.1917343,2.2993078-4.8231558,8.9325459-6.2300498,13.7900952-3.6996137,4.9914466,2.6001987,7.0631967,9.4171752,5.3511715,14.3910312Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M339.6346058,559.6872752c-5.2134632-41.5368293-14.9929035-65.2469846-20.5702066-87.279425-4.4856433-17.7117434-4.2060183-24.3268199-12.3345021-45.7387382-7.0597832-18.6003979-18.1071686-30.6623085-18.6128082-45.2944226-.4915649-14.3298253,4.7673024-21.9608542,8.8838687-47.5906959.557099-.380234,1.1202769-.7830287,1.698792-1.2169407,1.5028675-1.1270956,2.7046004-2.2530457,4.0351104-3.5992014-1.0826351-3.9305503-2.1613423-8.2068975-3.1821138-12.5935229,2.9590685-21.55315,5.1808247-42.7550792,6.5325638-59.7191661.5958164-7.4765881,3.5315983-17.320872,8.6543471-31.4165812,2.2235331-6.1183455,2.7844665-10.7204306-2.1796255-13.4278214-12.9511734-7.0632496-29.9359842-4.680755-38.8650699-8.6298915-9.1780829-4.0640436-20.351884-14.4635758-20.6851428-21.0212104-.3370931-6.5576346,1.5130612-20.182353,1.5130612-20.182353,0,0,8.5958269-52.2963728-25.2090591-51.6260536-35.1494007.7009689-24.9523933,50.871477-24.9523933,50.871477,4.7920384,15.6395099,4.8724891,28.6092223-7.9254751,37.2467587-10.0897633,6.8104538-12.1352809,5.803058-28.9515452,8.407722-4.7039659.7315952-20.5319101,2.8383125-21.4129627,8.8597058-1.8233608,12.3989872,12.8631009,25.280608,13.200194,41.0848221.5985518,16.1600406.6283613,32.2934761,2.0047429,48.421698.5025768,5.8890221.9802306,11.8515708,1.8162299,17.7456194-.5308199,2.3440597-1.1187104,4.7598458-1.7441727,7.2041541.8806317.8369404,1.7647704,1.6053106,2.78954,2.3738444.2645683.1984399.5982479.4456248.8584441.6327493.1571605.6554034.2850258,1.3282709.4586224,1.9791388.8437614,3.1636763,1.5512408,6.3620469,2.3432154,9.5389791,1.8257689,7.3238072,3.9363298,14.5868994,4.7594233,22.1154354.3407404,3.1167783.4105999,6.2533819.3086864,9.3856137-.4213547,12.9505651-5.2440677,17.0682398-15.1078163,40.8358604-9.867583,23.7675972-13.8207464,44.0303735-18.7507035,74.075994-9.4232223,57.3869595-6.2936434,65.2239798,3.0261691,112.1080257,10.3464057,52.0588668,17.8275202,76.0486802,19.3942385,81.0549861,1.5245642,4.8722514,3.9799803,33.4661605,2.4668957,57.1762691,0,.0038341-.0038343.0115024-.0038343.026839-.3217792,3.3937245.0306512,6.446585.9269943,9.1278616.6895001,2.0798784,1.7007793,3.9338233,2.9725354,5.5617412,10.568586,13.5365566,38.9302066,11.1578962,47.575833-12.8893358.4711541-2.1909748,1.1223577-5.0254298,2.0072212-9.0588471,2.1259683-9.6640795,2.097772-22.6832148,2.1858679-43.2180043.0995989-22.120532-.4488262-35.5307491,1.1791712-60.2022906,1.7505788-26.586739,3.3269998-58.9807911,2.790709-76.3171632-.4383286-14.16629-1.1271272-22.3776061-1.3642708-24.9060784,1.9529562,1.6573753,4.8476127,1.5350103,5.6779774-.7246984.078814.4362031-.3363449,1.9759359.8128297,2.1440768.8828996,0,.8408623-1.3312868.9529695-1.9339007,0,0,1.7798272,3.0970465,4.7785715,1.8856467,1.9474385,2.1228488,2.4562111,3.2553215,4.51405,5.7925375,1.6816311,3.1409053,7.3432191,12.2342597,13.0048305,38.2311964,5.4930415,25.2231427,4.9897399,32.3428523,14.2367704,64.0125332,14.0850575,48.2208969,10.1678525,52.8451452,14.1286846,76.9076669.7239856,4.3972861,1.4326339,7.9979137,2.1182997,10.9932621,9.7028474,37.2199665,54.8232876,55.0121332,52.4789733,28.9194834-.7852413-8.7447753-.693311-16.742689.1149362-23.5454745,2.0148431-17.0414243-1.7965673-27.5788451-1.9076691-34.0790144-.1340143-7.8484759,4.5699049-18.8799859,6.2208614-43.497943,1.850201-27.5788451,4.2634864-63.7416187.3371398-95.0129236ZM194.9861345,297.9651466c-.339548,6.8386253-7.1713526,11.0291253-13.5665822,9.4756224-3.4527609-.8387406-6.1577821-3.3547285-6.9078598-6.8852662-.9301974-4.3782791,1.7023224-9.0960897,5.5084723-11.239091,2.9400371-1.6553414,6.6061173-2.2208062,9.6123199-.6964334,3.4524102,1.7506337,5.5476104,5.4387216,5.3536498,9.3451682ZM281.418153,307.4407689c-6.3952296,1.553503-13.2270342-2.636997-13.5665588-9.4756224-.1939606-3.9064466,1.9012396-7.5945346,5.3536264-9.3451682,3.0062026-1.5243729,6.6723062-.958908,9.6123433.6964334,3.8061499,2.1430013,6.4386697,6.8608119,5.5084723,11.239091-.7501011,3.5305377-3.4551223,6.0465256-6.9078832,6.8852662Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M353.6321551,489.6173219c-4.8896032-30.0455971-8.8104321-50.3083734-18.5972137-74.0759706-3.3712114-8.1901582-9.047786-16.1229383-12.4801596-24.2629722-4.3321301-10.2737071-4.65758-18.9291283-2.7544466-29.90336,1.65437-9.539587,5.4625072-18.764541,7.393229-28.242922,1.8737681-9.1990035,1.2394215-20.0289875,2.0328457-29.4021403,1.3651124-16.128222,1.3946648-32.2616574,1.9883302-48.421698.3343342-15.8042141,16.7423367-27.3882137,14.9339391-39.7872009-.8738515-6.0213933-15.4007913-7.7635638-20.6548423-8.6043851-16.6688299-2.6675532-23.3752475-4.4887443-29.8285998-9.7815116-10.3957843-8.526136-12.5031655-17.914111-10.0910959-29.9752968,2.6942196-2.7956694,4.8096436-6.0738088,6.813124-11.1764824,1.3719394-3.4943238,2.1033599-7.4262066,2.9313865-11.437718,4.1715562.9601938,7.3865891-7.1318432,8.8947872-12.1979756,1.6061137-5.3952836,2.3061114-11.8123878,2.0178825-14.2647852-.2884159-2.452374-1.0297495-4.4960151-3.1714526-4.2098811-1.3146116.1756689-2.7201247,1.520492-3.6112774,2.5339429.5242735-5.5248026.8646866-11.3307128.4883618-17.7955567-.6591294-11.3230212-3.1303972-16.5360431-10.4890238-25.672812-7.2920403-9.0541246-20.1360864-12.5999053-27.9552993-12.5556725-.0012158-.0000234-.0024315-.0000935-.0036473-.0001169-.0346959-.000491-.0712623.0003974-.1061453.0000468-.0347895.0003507-.0714493-.0005377-.1060518-.0000468-.0012158.0000234-.0024315.0000935-.0036473.0001169-7.8192129-.0439757-20.663072,3.5022259-27.9548317,12.5565608-7.358346,9.1370261-9.8294268,14.3501181-10.4881821,25.6731627-.3770729,6.4819806-.0335737,12.3013337.4932248,17.8392752-.8889082-1.0178929-2.3172402-2.3994676-3.6505559-2.5775679-2.1416096-.2860639-2.8829431,1.7576006-3.171172,4.209998-.2882289,2.4523974.4119559,8.8694782,2.0183501,14.2647151,1.4847246,4.9869949,4.6241933,12.9001836,8.7011071,12.2303086.8397167,4.381786,1.633328,8.5864535,3.1221675,12.2178009,1.4205698,3.4649365,2.9995627,7.0441724,7.3345919,11.2992916.6877466,5.045185,1.186115,9.7829611,1.0471442,12.1803012-.5003324,8.6324164-9.8513105,17.2049361-18.8961038,21.3988027-12.2277489,5.6697049-26.3180435,3.2791914-39.2392437,8.1279236-5.2569501,1.9726862-3.4564082,7.8032612-1.251018,13.9216067,5.0807583,14.0957092,8.7084952,23.8938899,9.2994485,31.370478,1.6679304,21.1045328,2.2431724,48.9474422,6.3290641,75.6865882,4.1167534,26.9401341,8.5130383,33.6217703,8.015418,48.2500503-.5015481,14.6321141-8.6977404,27.5230163-15.699775,46.1234142-8.061991,21.4119182-9.3741711,27.4777314-13.8231078,45.1894515-5.5316185,22.0324404-14.7973063,43.6237213-20.8827507,85.0343982-4.5828574,31.1762931-2.9873115,67.3837204-1.7607958,94.9968857,1.0941848,24.6486302,7.1338978,45.8135739,6.8279002,53.6571403-.2534394,6.4961014-3.8879098,17.1647245-.8638449,35.4575732.3265721,1.9759359,3.5582516,14.9385411,14.0108025,18.7502799,13.7164014,5.0019107,32.2993065-2.8128529,37.1546814-28.6719478.5668251-3.0191949,1.6366947-14.226514,2.017976-18.6661627,2.3544612-27.4107042,1.4256199-27.9572088,15.2157151-74.2583258,9.4103633-31.5959907,8.4972334-38.4740562,14.8494905-63.4813183,4.3642075-17.1811832,7.2554739-27.1570434,8.9233108-30.2979487,0,0,4.781494-5.7736006,6.8664304-9.3891439,0,0,7.7107296.5465514,11.4913719-1.4714197l1.4456332,1.7937677s-1.1477718,60.3259649,1.665873,95.965379c1.9458721,24.6472742,1.0707113,38.0817586,1.169562,60.2022906.0873477,20.5347895,2.2079153,33.0942961,4.3164187,42.7583756.8775923,4.0334173,1.5235354,6.8678723,1.9908552,9.0588471,8.574855,24.047232,35.1953424,29.3775223,45.6773522,15.8409657,1.2613987-1.6279179,2.8572251-4.5043146,3.613896-6.558336,1.4456332-3.9238639,1.5567351-11.8237266,1.5567351-11.8275607-1.500623-23.7101086,1.1368299-51.5862394,2.6489559-56.4584908,1.5538359-5.0062591,7.0804979-27.6811978,17.3421744-79.7400646,9.2435235-46.884046,14.2408619-56.035941,4.8947468-113.4229473Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M161.2763817,305.2434351c-1.3763816-16.128222-1.4061911-32.2616574-2.0047429-48.421698-.3370931-15.8042141-15.0235547-28.6858349-13.200194-41.0848221.2329351-1.5918677,1.510957-2.9099688,3.3514787-4.0015519-5.7649978,2.3258475-12.4604268,6.0723359-16.0383644,11.149059-5.4087799,7.6837717-8.2587338,13.8775375-8.6571059,39.5564982-.3983955,25.6789606-.8120815,26.245875-2.4170963,43.7507621-1.6088491,17.5087446-5.7343934,39.7327048-6.9371784,45.9302813-1.5935352,8.2008657-6.0753208,21.6302302-9.8905655,28.4713337-3.8114338,6.837246-5.4930649,32.1753192-6.726501,48.2055136-1.0304275,13.4178854-3.5854425,41.8164407-3.3632622,58.1837116.0870438,6.3041608.1632627,12.4166149.7444665,17.9614298-.0487006.9733094-.0543118,1.9772919-.0145891,3.0038116.1788338,4.6218169-1.2473707,8.8907062-1.8755917,13.5214071-.6282444,4.6307944-7.4455768,30.2583449-7.5118826,32.1088297-.0663291,1.8505316,1.2611415,8.7328053,3.9193793,14.0887657,0,0,.7114305,4.0293026,2.098754,8.3884345,1.3873001,4.3591318,2.2321604,4.7714417,5.6067619,5.9162118,0,0,2.8280001,5.5225115,4.3511848,6.5168619,1.5231613.9944439,2.5313544.9006478,2.5313544.9006478,0,0,1.7907456,2.5894444,5.496829,3.2265655l1.9561125,2.1285064c.4971994-.2039573,3.9616036,2.5167828,4.2933894,3.585291.002338.007528.0028757.0141676.0050735.0216021.9063731-.3283797,2.2546753-1.2452057,2.3411814-3.7999091,0,0,1.9153144-1.9524167.0444922-4.1206673-1.8707988-2.1682505-4.4199221-4.9185883-4.4199221-4.9185883,0,0-1.0525917-4.530499-1.7381874-5.8693137-.6855722-1.338768-2.2976712-2.8368396-1.9678025-3.5126762s.8109359-3.1189759.7600376-8.4158813c-.0508749-5.2969521.0243152-6.2225686.3550022-6.8143347.3306636-.5918129,2.879857-6.5863906,2.9558654-7.4279367.0760084-.8416396,2.3728847,1.9111764,2.726975,3.7576401s.7178834,4.7018662.8132739,5.8781977c.0953905,1.176238-.1156609,5.466636-.7551979,8.9203507-.5189896,2.802613.4631815,6.1996105,3.3667458,7.2218285-.0079258-.0266519-.0183767-.0538649-.0186105-.0786933-.0059385-.6165945-.1228854-1.1199885-.078136-2.2976292.0447494-1.177594.820662-3.5112267,1.3097719-3.7123318.2792042-.1147903,1.9597598-.2430468,2.5817384.3115469.2629317.2344434.4054095.5372466.4702657.892325.2496752-1.0876789.4769991-2.0636067.6907392-2.5851894.6573058-1.6039312,1.3898251-4.1335257,1.1020171-7.8305677-.2877846-3.6969953-.2723538-10.8444322-.201185-12.1904944.0711454-1.3460622-.394491-6.0503598-1.6896505-9.5695353s-3.4618324-10.2251725-4.7771687-15.8462961c-1.3153598-5.6211236-3.6100149-9.5944104-4.2827048-17.7223107-.0120407-.1455101-.0335269-.3096298-.059245-.4816516.0162024-.6573673.0285236-1.3244134.0324281-2.0119394.084285-14.7163482,7.9024925-32.5391881,12.2463828-46.1600957,3.8995297-12.2304489,9.2470072-29.4021169,11.043551-42.2952167,1.428823-10.2578094,3.1717331-17.1755021,3.2789772-27.4945876.1149362-10.8744741,4.4626374-18.7497889,9.5879579-32.2595767,2.5894772-6.8219328,5.0946694-14.678077,7.2397859-22.4614428,1.1679721-4.2355277,2.2297055-8.4509262,3.1391414-12.4668561-.8359993-5.8940486-1.313653-11.8565973-1.8162299-17.7456194Z"/> <path class="skinToneSVG" d="M381.7643678,551.0081946c-.2559644-1.2833601-2.5575868-5.9366449-2.7677264-9.9125502-.2101864-3.9759053-1.8190121-14.6459311-2.5633383-17.5432752-.7443262-2.8973909-1.2260481-9.4750379-1.2928682-13.3458317-.0028991-.1660835-.0110354-.3392275-.0235203-.5177954.010708-.3385261.0169739-.6824762.0131396-1.0383027-.1834864-17.100152-3.3552662-58.1746874-4.0512894-72.1728365-.6959763-13.9981491-2.2452298-40.9067919-8.9052614-54.5524578-5.8440691-11.9738423-10.6449218-26.9445294-14.4149963-41.6983773-3.9828327-15.5868841-6.624494-24.7761853-9.0734105-69.5551738-2.1372141-39.0806913-9.5807569-52.1563567-27.9750321-59.9251106-1.4490935-.6119889-2.7993362-1.1089303-4.0565265-1.473968,2.029479.6783849,4.0118706,1.5049684,5.9064937,2.5382446,4.964092,2.7073908,4.4031586,7.3094759,2.1796255,13.4278214-5.1227488,14.0957092-8.0585308,23.939993-8.6543471,31.4165812-1.3517391,16.9640636-3.5734953,38.1659693-6.5325638,59.7190726,2.5612341,11.0066582,5.4871965,21.3263515,7.924423,27.2019074,5.4246316,13.077863,14.5249759,31.345486,16.0443964,39.8194404,1.5195141,8.473931,2.1990309,28.6421164,7.9887648,50.6572797,5.7898274,22.01514,16.3889243,45.2704125,19.7779046,59.2900235,1.854503,7.6716381,2.8233709,11.5436944,3.4294744,13.9438166.0119706.0805169.0218837.1612207.0352571.241457.8196099,4.9274256,1.154739,6.8298115-.2588635,10.901804-1.4136494,4.0719925-6.6392234,13.8731657-7.0804979,19.8556799-.4413212,5.9825143.7869714,9.1763494.2658308,13.0581313s-.6166246,4.5569639-.5876333,5.733763c.029038,1.1767991-.1510817,7.5173375.7053284,10.411923.1014693.3430149.2837399.6504003.5237124.9169663-.1658111-1.3771093-.2570867-3.9178789-.1901263-4.4436231.3171266-2.4890087,4.8761364-1.8024179,5.1173246-.5466917.1880689.9789203.2969262,3.9274642.1599193,5.3236508,1.1799427-.8034852,2.1409549-2.2968344,2.37887-4.699388.6733913-6.8012425.4022766-8.70101.3705265-9.9898875-.0317968-1.2888775.9196764-5.91018,1.1272441-6.5881207.2075678-.6779874.4234589-1.0197866,1.1575446-.8135849.734039.2062017,4.1641213,2.8691493,4.7097642,9.0796543s.4002191,9.4101381.4444074,11.2033915c.044235,1.7931598.9649401,5.0226243.9732633,5.3588593.0082765.336235-1.6861668,2.1162092-2.5725033,4.8294681,0,0-2.0652037.3873412-4.2474009,2.8522229-2.182244,2.4648817-2.324114,3.533764-2.324114,3.533764,0,0-4.982796,2.5899587-5.8926527,4.3506219-.9098567,1.7606164-.5446141,2.9291395-.5446141,2.9291395,0,0-1.5606629,2.6747305,1.0806244,4.6914392-.0154308-.3595671-.0006546-.6890223-.0028991-.7789842,0,0,2.8125225-1.9196863,3.9411227-2.1998588,1.1286002-.2801257,1.5067018.2808271,1.5067018.2808271l.0910885.6166412s-.0018704.0013092-.0021042.0014495c.1422908.6393188.6626364,2.0912405,2.429137,2.4830705-.0792115-.2373424-.1385967-.4473314-.1695986-.5332254,0,0,2.196085-3.0399553,2.8150943-3.5178196.6054489-.4673437,1.6931808-.8634754,2.0306012-.2978936.3366722-.3877153.6480941-.747563.9081266-1.0501791,1.5262943-1.7758595,3.6110436-5.9204667,3.6110436-5.9204667,0,0,5.0285741-5.2825507,5.8658125-7.7142812.8372384-2.4316837,2.5497779-8.0250332,3.7834479-10.2983016s3.9300873-8.9001045,4.2331391-10.2533207c.3030985-1.3531694.9106984-4.0034923.654734-5.2868056Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M143.203772,535.7586209c-1.1119536-4.9695075-3.7806423-10.0494569-5.7822523-15.239848-1.9031334-4.9351873-2.3548353-8.1418341-1.5738492-14.3664132.2425911-.7345643.4721828-1.4821273.6842863-2.2446059,5.1150801-18.3858967,8.1174484-26.906188,15.4563422-47.3100558,7.3390809-20.4038678,10.5291439-36.3750071,12.1205749-49.1038001,1.6679304-13.3409923,3.2246655-26.5698595,4.7814005-30.8300052,1.5128741-4.1397912,12.8959498-25.7488635,24.1495937-60.7090745-2.4066454-21.932519-3.0408985-43.6390345-4.4018026-60.859237-.5909533-7.4765881-4.2186903-17.2747688-9.2994485-31.370478-2.1744351-6.0324749-3.9502877-11.7824161,1.0388209-13.8335151-4.0885103,1.3605337-12.3809348,4.6396783-15.879427,8.9506731-3.7528668,4.6245054-10.4432925,12.144929-12.009286,44.647459-1.6123795,33.4645941-2.4314283,45.6467423-7.8393197,71.133248-4.781494,22.5339406-6.8942994,25.3366705-12.5653564,37.1081219s-8.0061595,22.3097138-9.5628946,33.1843048c-1.5568286,10.8745909-3.8919312,48.3190414-5.0038848,66.9291182-.7562968,12.6581654-1.7690256,27.1795806-1.9900135,38.2803856-.0428322.3316995-.0851033.6648017-.1226983,1.0070217-.5197845,4.7218317-.8895629,11.4851069-2.1128054,18.6633105-1.223149,7.1781568-1.5567351,13.3624307-2.6686887,16.7858931s-1.584604,4.4173452-1.1675981,6.5708203c.417006,2.1534283,3.0856946,9.4420737,4.2532927,12.1752514,1.1675981,2.7332712,3.5027006,7.537116,3.5027006,7.537116,0,0,1.4177642,4.6382289,1.6679304,5.383641.2502597.7454121,5.1707246,6.7916572,5.5043107,7.3714533s3.9197066,5.2594056,5.0455012,6.9158925c1.1259816,1.6564869,2.2517762,3.7271073,2.3351961,3.9341974s2.2934862-.2070901,3.0856946-1.4080162c.792302-1.2009729.8757219-2.6504165.8757219-2.6504165,0,0,4.6285887,3.3544012,4.9204649,3.3544012s1.2092145-.8696475,1.8764802-2.6089891c.6671722-1.7392949,0-3.0645031-.4170995-3.8099153,0,0,.3753896-1.5736789-.5420423-3.0645967-.9173383-1.4908242-5.5459271-4.1412407-5.5459271-4.1412407,0,0,.417006-1.9049576-2.5019424-4.0998133-2.9189484-2.1949025-4.837045-3.0231693-4.837045-3.0231693,0,0-.6672657-2.029193-2.3768125-3.5614446,0,0,1.0423747-1.7807223,1.1675045-3.2302126.1251299-1.4493968.2502597-13.1691809.3335861-13.5004596.0834199-.3313254,1.8764802-5.8806291,3.0856946-6.9159393,1.209308-1.0353102,2.00161-1.0767375,2.6270722-.5383688s.9590483,3.3130206.9173383,6.1290998c-.04171,2.8160324-.04171,8.158246.9174319,11.8025921.9590483,3.6442993,2.5714278,5.1489638,5.0733702,5.0661091,2.5019424-.082808,3.0579192-1.2423535,3.1412456-2.319091.0834199-1.0767375.417006-4.6934498.417006-8.5586327s-.6671722-7.619924-.7783675-10.3807356c-.1111954-2.7608115,1.1119536-8.2825281,0-13.2520357Z"/> <path class="skinToneSVG" d="M401.5978499,539.6986163c-1.5011841-6.6424999-3.5861205-14.5461968-3.6694469-18.1616933-.0834199-3.6155433-.5004259-8.9126824-.7505921-12.6963665-.2418429-3.6574382-.7156156-6.6131828-.596471-11.2866203.2846751-5.0477333-.0491916-10.6296738-.1818965-17.1330227-.407841-19.982674-3.5583451-68.1623773-6.2270337-83.1849888-2.6687822-15.0226349-10.452551-29.1483859-13.1213332-37.8928807-2.6686887-8.7445181-4.2254237-23.8792547-6.8941124-37.4444504-2.6687822-13.5652191-2.5853623-48.8235342-3.3359544-65.1354206-.7505921-16.311863-5.0873047-28.8400653-10.0077695-35.3143542-3.1057079-4.086464-9.1517803-7.6746306-13.7031215-9.805358,1.6627868,1.0447786,2.8119614,2.316309,3.0385605,3.8775971,1.8083976,12.3989872-14.5996049,23.9829868-14.9339391,39.7872009-.5936654,16.1600406-.6232177,32.2934761-1.9883302,48.421698-.5455026,6.444364-.4161643,13.5773761-.8909657,20.3955216.2513819,2.3569882.5551351,4.2844129.9132235,5.6856259,2.9630898,11.5943798,9.4606771,30.0395653,13.7205162,39.7899129,6.1714828,14.125751,5.8378967,20.8522981,6.5050689,29.2604877.6671722,8.4081896,2.1683563,15.6392294,5.6710569,32.960078,3.5027006,17.320872,6.1713893,22.5339406,11.3421139,36.3233632,4.6712339,12.4575747,6.3496385,22.8627645,8.5976739,35.0466193.3369528,3.17242,1.1539441,7.0962372.3258239,9.600863-.8339184,2.5223938-2.1682628,6.3901951-3.586027,12.0236627-1.4177642,5.6334676-3.8362867,12.1078267-4.8371385,14.7143376-1.0007582,2.606511-1.7512568,6.3061247-2.1683563,7.9877673-.4169125,1.6816426-.4169125,16.3959802-.5003324,18.8343503-.0834199,2.4383701,1.7791258,8.0718377,2.0571609,10.594325.2780352,2.5224405,1.223149,3.699567,3.3358608,3.4753635,2.1128054-.2242034,3.0579192-1.1771264,3.8362867-4.2601457.778461-3.0830192-.1667463-8.0157752-.389137-8.8566198s-.3335861-1.4013766-.2780352-2.0179711c.0556444-.6165945,1.0564027-5.7736006,1.2787934-7.2310398.2223907-1.4574392,1.8904147-3.9238171,2.2795517-3.699567.389137.2241567,2.1127119,4.7085525,3.1135636,6.3341326.2223907.1681876.389137,3.5874886.5003324,4.4843958.1111954.8968137-.3892305,4.8206308-.1668398,7.3991807.2223907,2.5785031.6116212,4.9328027.3892305,5.3251938s-2.8910794,4.9888652-3.6695404,8.5763071c0,0-3.7250914,3.3632852-4.3922635,4.4283333s-1.0007582,3.3632852.3892305,4.8767401c0,0-.4447814,3.0830192,2.3351026,3.5874886,1.4455397.5605787,2.4463915-.3363285,2.8911729-1.0650013.4447814-.7287663,1.8346767-4.3162082,2.7242396-4.7646618.3336796.1681876,1.0564027-.5605787,3.3915988-1.62558,2.3351026-1.0650481,2.4462979-2.0179711,2.4462979-2.0179711,0,0,1.3343443.0560625,2.2239072-.8408447.8895629-.8968137,4.3922635-6.558336,4.3922635-6.558336,0,0,2.4463915-.3363753,3.7807358-1.7377051,1.3344379-1.4013766,3.8362867-8.7445415,4.0031265-9.4171985.1667463-.672657-.1111954-2.4103154.6116212-3.699567.7227231-1.2892515,3.5582516-9.1929484,3.7806423-13.0046404.2223907-3.8117388-2.0849364-8.2961346-3.5861205-14.9385411Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M389.0781515,1044.7542649c-.172264-2.216224-1.381572-1.540668-4.0222046-2.9084258-1.3974704-.7263349-1.3494478-.7752435-2.3606803-1.7635154-.8925555-.8811031-1.6663406-1.5820953-2.2217563-1.8577791-1.1797557-.5898958-6.0526656-4.2345692-6.8111133-5.1576607-.6818548-.8388341-12.4361584-7.1057758-14.9112605-24.327685-.2060715-1.4339668-4.9893892-29.3172048-7.8469884-42.4325676-2.8614335-13.1191034-8.07485-30.2715306-7.9062801-52.4687452.0076686-.7890838-.0345089-1.5551629-.1187705-2.294403-.009539-.0853797-.0242217-.1676733-.034883-.2523984.4201389-15.8905289.9242588-45.7115018,1.4706031-73.0107355.0382965-1.8730221.0765929-3.7346353.1148894-5.5808652.1226048-6.0213699-.0459184-13.2608261-.5132849-21.0442153-.7967442-13.3029549-4.2320636-28.2882537-6.8023692-41.4265277-1.0457414-5.3357143-1.5819855-10.7863591-2.1183231-15.4556351-.1545887-1.3410591-.3103931-2.6100645-.4773264-3.8014053.0000468.0004208.0000935.0007949.0000935.0011689.0386238.7077254.0853838,1.423306.1359782,2.1423467.0123446.1755286.0250634.3513845.0381562.5275677.0535402.7218462.1109148,1.4471992.1767062,2.1798465,2.3443143,26.0926499-42.7761259,8.3004831-52.4789733-28.9194834-.6856658-2.9953484-1.3943141-6.595976-2.1182997-10.9932621-.0801233-.4867482-.1559213-.9627421-.2298022-1.4341538-.0000234-.0000935-.0000234-.000187-.0000468-.0002805.1050698,6.3196844,2.3597685,14.5260909,3.2559947,22.4556915,1.0074449,8.913337,3.3632622,19.002538,4.2596287,25.054581.9882733,6.6648969-1.233366,20.6528996-2.3825406,43.2483968-1.3407037,26.2842164,9.3036569,53.5311749,15.865399,80.4397008,4.6197043,18.960456,8.0174287,35.8678725,10.2583098,46.2443531.6343934,2.9384442,1.268553,5.5214361,1.9187045,7.7870362,1.7348908,8.0182066,3.398566,15.9228853,3.8828597,18.9211795,1.1185935,6.9521298,2.5237326,8.9128694-4.876978,15.1908459-7.4007106,6.27807-11.3238775,16.5366276-5.0455012,24.6072963,6.2782827,8.0706688,16.8448347,12.3331991,21.7785794,16.14433,4.9300039,3.811318,7.5111578,20.3194233,14.2375887,29.0642454,6.7265244,8.744822,14.0122989,11.9929896,25.0022161,9.3040448,3.2790006.1685149,8.3238472.5898958,12.1927724-2.9418108,0,0,2.3400591.5213489,4.1765127-.4167051,0,0,4.7254755-1.4838105,4.51239-4.8243715ZM378.565888,1041.6142947c-.4484287-.0280547-4.9049873-.8408914-4.9049873-1.0931028,0-.1121251,2.0741348-.8688526,3.6157196-.8127433,1.008988.1681409,4.7087822,1.3453141,4.7087822,1.3453141-1.0931093-.2523048-2.971039.5884931-3.4195145.5605319ZM385.2188121,1043.9791149c-.2922035-.0160847-1.2203434-.3977214-1.4298283-.5490295,0,0,.6634314-.4770226.9490417-.4882445s1.2879584.4390553,1.5227873.8148941c.2347354.3758388-.7498439.2384645-1.0420006.2223799ZM387.1740829,1043.4789004c-.2311348-.0019638-1.0315731-.2125607-1.0643987-.3488128s.1250363-.3184203.4530112-.512839c0,0,1.3640837.2765254,1.4983785.4748717.1342948.1982529-.6558562.388744-.8869911.3867801ZM217.663582,732.8222581c-.0922575.4791735-.1877649.9528295-.2896784,1.4161053-.8848635,4.0334173-1.5360671,6.8678723-2.0072212,9.0588471-8.6456264,24.047232-37.007247,26.4258924-47.575833,12.8893358-1.271756-1.6279179-2.2830353-3.4818629-2.9725354-5.5617412-.8963431-2.6812766-1.2487735-5.7341371-.9269943-9.1278616,0-.0153365.0038343-.0230048.0038343-.026839.0303005-.4746847.0584267-.9520346.0855709-1.4304132.0000468-.0005143.0000701-.0010287.0000935-.0014962-.0276118.1059531-.0585436.2068095-.0856644.313464,0,0-.0995989,2.2867347-.4520059,5.8949837-.3830582,3.9682838-1.064913,9.5338591-2.2370702,15.4058381-2.2447154,11.2077399-5.1597827,40.5830646-1.344538,71.2989809,3.7080006,29.8847504,13.0929264,57.3257536,18.0880203,78.3009077.1417297.5898958.2757907,1.1682892.4098751,1.7466826,3.9858487,17.3172015,4.9383506,29.8018957,4.8773755,36.8164003-.0002572.003086-.0007949.005985-.0010521.009071-.1225814,1.4631436-.3294244,3.3515958-.4788227,5.4391424-.1838605,2.4629179-.291128,5.2055407-.1110785,7.8484759.3370931,4.8760855,1.1798024,10.173552-.8388984,21.185938-2.0187242,11.0161267-2.4821395,23.2988274-6.3471836,35.0696242-3.8689018,11.7707968-5.8030371,15.4041548-6.0346162,18.3367075-.2279552,2.8868237.1445586,4.3494062.0506879,4.7109372.0032031.0078553-.0009118.0114089-.0014963.0190772-.1105641.3293616-1.2871401,1.0202542-1.5412341,3.1673702-.2537667,2.1430949-.9895592,6.1080588,1.3839801,6.9985135,2.3776308.8870881,4.1418869-.4337249,4.1418869-.4337249,0,0,1.3758205,1.4572521,3.3025443,1.5824694,1.9305581.1254978,2.7927898-1.1588442,2.7927898-1.1588442,0,0,1.4401389,1.3240861,3.0590648,1.1137697,1.6189493-.2103164,3.1910684-1.2388934,3.1910684-1.2388934,0,0,1.4661375,2.1138245,3.8460829,1.8521681,2.3837798-.2612823,3.8678731-1.6349316,4.5710271-2.7052166,0,0,1.5794838,3.160076,7.3183662,4.2050183,5.7350714,1.0445682,9.9501378-.7051069,12.0897133-6.4379815.3597717-.9553544.6344401-1.9517621.845398-2.9687433q.0038109.0003741.0003039-.0037406c.0302537-.1398992.0566732-.2798919.083116-.4199781l.0003039-.0038341c.9331432-4.9559478.4045444-10.4268855.3656167-15.1406281-.0434167-5.8245198-2.426799-24.1784342-1.2508075-32.6703903,1.1798024-8.4920496-.5018053-15.0496375-1.0917299-17.4053866-.5899012-2.3518215.7584711-6.6418453,1.0074449-12.272601.2528315-5.6344963-2.0148899-18.7535997-2.4362445-21.8638319-2.1872707-17.3210356-2.5243638-52.8020345-.6741862-71.9731809,1.8501776-19.1710529,8.5766787-44.1720495,7.2321407-62.331966-1.344538-18.1637506-8.5192106-36.7717934-6.9525157-45.2944226,1.5152823-8.2190311,6.2633663-20.300767,7.2012323-35.8678258-.0837005.5090049-.1721237,1.0088453-.2653164,1.5001758-.0101002.0534441-.0205978.1063271-.0308149.1595375ZM171.0285609,1049.1067571c-.1272107.186844-2.252992.0471318-2.5860871-.0072942,0,0-.1073143-1.1331274.2868027-1.4955935.3941403-.3624661,2.8346166-.6476884,2.7904986-.0889332-.0441181.5588487-.3640035,1.405164-.4912142,1.591821ZM176.9521921,1049.5745217c-1.0499966-.5889607-2.9875453-.2639943-2.9875453-.2639943,0,0,.4943705-1.6876743.7860829-1.7653857.4882449-.1300801,2.6956224.0441393,2.6772458.6331-.0184001.5889607-.4757833,1.39628-.4757833,1.39628ZM183.5185167,1049.0246505s-2.6000449-.5426705-3.725068-.1816071c.2463319-.6272085.5434217-1.8970556,1.2037202-2.0698722.6603218-.1727231,3.1257914-.0623748,3.2022674.3935133.0764527.4557946-.6809196,1.8579661-.6809196,1.8579661ZM191.828219,1049.5402015c-1.1014794-.6492782-4.6169922-.2801725-4.6169922-.2801725,0,0,.41399-1.682344,1.0184335-1.8595558.6044202-.1771184,3.5735888-.3925781,3.8221184.0207604.2485296.4131515.161743,1.8682528-.2235597,2.1189679ZM204.1431987,1046.6890072c-.3286763-.1102548-6.122151-1.158096-7.1074784-.7860913.1794416-.4918916,1.9206684-1.5351506,2.5250886-1.712456.6044202-.1771184,5.6802453.7015533,5.7956724,1.0199736.1154505.3184203-1.2132826,1.4785737-1.2132826,1.4785737Z"/> </svg>
<<include "SVG_skinToneStyle">> <svg viewBox="0 0 500 1115" style="position:absolute; top:0; left:0; pointer-events: none; margin: 0; padding: 0; border: none; transform: translate(.75px, 0px);" preserveAspectRatio="xMidYMid meet"> <path class="skinToneSVG" d="M207.9456577,729.5694147c.0909015-.4841298.1948023-1.1805865.3066523-2.0240496-1.1026951,12.794324-5.8028267,36.0868858-6.0029597,40.3233253-.2223907,4.7085993,6.2271273,25.5608739,6.0047365,47.9827129-.2223907,22.4218389-6.8942994,37.4444504-14.6780682,58.9693822-7.7837688,21.5249317-16.6795847,71.0772089-18.6811012,80.045907-1.4976304,6.7111403-1.3766154,8.6524287-1.1274779,13.8071905.0939877.3673289.1797456.7408298.2483893,1.1266748.68279,3.8343228,5.7516712,8.7378084,8.6224568,11.2130703,2.8707855,2.4751684,6.5189099,5.5033876,6.4359576,12.6619996-.0828588,7.158612-7.027472,12.1968535-14.0348372,15.8912771-7.0073652,3.6943301-13.4346254,5.5098401-16.5139607,7.5055546-3.0793353,1.9957144-9.6675435,16.4447018-13.0465171,22.7472729-3.3788801,6.3025711-7.7011906,10.8816514-17.9017985,11.7511585-10.2007014.8694137-11.8310368-1.8602105-11.8310368-1.8602105,0,0-1.6315511-.3726593-3.3532556-.2921424-1.7216109.0804233-3.5060674-1.1829712-3.5060674-1.1829712,0,0-.603672,1.3749585-4.1051569,1.4825013-3.5015784.1074493-4.5252491-2.1454328-4.5252491-2.1454328l.0220707-.4218484c-.9737309-.2912073-.8557086-2.2327762-.6611869-2.5364211s2.1114026-2.1609563,3.276195-3.1412794,3.7308896-4.1304864,5.0364298-4.7806997c1.3053531-.6502133,5.9195398-1.960085,5.9910826-2.2159434s1.8981768-4.0449197,7.3458143-14.3161019c5.447731-10.2712757,6.2188975-13.4217196,10.7383483-23.9020959,1.6597942-3.8488177,2.8456286-6.9222048,3.7531474-9.477329.7188888-2.3394774,1.5928338-4.8386793,2.2192312-7.2501637,2.4463915-9.4171985,6.8942994-26.0093743,9.1182066-34.5296656,2.2239072-8.5202913,2.0015165-47.9827129.8895629-68.6107374-1.1119536-20.628118-2.2239072-46.1889919.8895629-71.0772089,3.1134701-24.8882169,6.7830105-53.139719,6.9498503-57.6801774.1667463-4.5403649-1.0174048-10.597785-.834012-15.4710184.0834199-2.2161772.2896317-4.3127481.5956293-6.3043479.0237541,3.9988166.3481752,8.5175326,1.1938772,13.6334854.3265721,1.9759359,3.5582516,14.9385411,14.0108025,18.7502799,13.7164014,5.0019107,32.2993065-2.8128529,37.1546814-28.6719478ZM323.5756469,757.6247213c-10.4820098,13.5365566-37.1024972,8.2062662-45.6773522-15.8409657-.4673198-2.1909748-1.1132629-5.0254298-1.9908552-9.0588471-1.4873432-6.8169064-2.9796429-15.0791884-3.7610966-26.5604612-.0260921,1.1534203-.039746,2.6136649-.0077622,3.4775611.6157361,16.5866116.6097508,22.1275456,2.3888766,32.6658081,1.7791258,10.5382624,6.2407812,22.6095246,5.7822523,30.7178801-.7228166,12.7804837-9.7531144,36.3470927-6.8942059,58.8573038,3.5027006,27.5787983,5.7822523,38.453436,7.1165966,55.4940186s1.3343443,40.3593288.6671722,53.139719-3.9064268,22.8193734-3.7807358,27.1304382c.167775,5.750549.2725175,9.8417589.5046343,13.333815-.0013093.021041-.0028056.042082-.0042084.0632165-.1057712,1.6782293.3335861,3.5314261-.8339184,6.558336-1.1675981,3.0270034-1.3344379,5.5493972-.6671722,11.7715449.6671722,6.2219607,1.7791258,7.0628521,1.7791258,13.6772039,0,6.6145388-1.7791258,24.1035283-2.1128054,30.1574416-.3335861,6.0538198,2.3351961,11.210826,7.0054013,13.4530473,4.6702987,2.2422213,15.9012172,2.0179711,20.2379298,1.3453141s7.8949642-2.466378,7.8949642-2.466378c0,0,2.3073271,1.5555369,5.1845655-.2522113,0,0,2.9189484,1.471373,5.2540509.1681409s1.5428941-7.315157,1.2927279-8.2821073c-.2502597-.9669503-1.0842717-1.471373-1.0842717-1.6395139,0-.1682344.417006-4.4003722-.3613615-8.0438298-.7783675-3.6435512-5.7266079-13.9016411-7.0609522-19.7312108-1.2683192-5.5408873-2.3351961-9.5666363-3.2016595-15.4381944-.0726651-1.6001438-.3027245-3.2307737-.6902716-4.8536418-2.8910794-12.1077332-3.5583451-18.8343036-2.8910794-25.1123736.6671722-6.2781635.4447814-13.2288906-.2223907-18.16174-.6672657-4.9327559,2.4462979-23.7670595,5.5597681-36.3233866,3.1135636-12.55614,13.7884118-54.4849396,18.013929-84.0818025,4.2255172-29.5967694,2.0973746-53.1817542-.1265327-64.8410805-2.2240007-11.6593263-2.3125642-21.5256798-2.2240007-27.3546416.0012158-.0788803.0016834-.1572463.0028056-.2360799-.1366328,2.6227827-.5045408,7.0664993-1.4782717,9.709341-.7566709,2.0540213-2.3524973,4.9304181-3.613896,6.558336Z"/> </svg>
<<silently>> <<emote-calm>> <</silently>>\ <<header>>\ <<page>>\ <b>Oh no!</b> You've reached the end of the episode! $kate.knownAs got recruited into CIA's BLACKLIGHT programme, and carried out mission prep for her role in Operation JERICHO BLACK. Along the way, you customised her unique backstory, levelled up her first key skill, and chose how she'll infiltrate the Hard Cock Cafe in Bangkok. All these choices will have an impact in later episodes. <b>What now?</b> In the next episode, $kate.knownAs will deploy to <<if $kate.agency == "cia">>Southeast<<else>>South East<</if>> Asia. We're working on it now and it'll be ready for you to play soon. In the meantime, you can: <ul> <li>Play <a href="https://www.femaleagentgame.com/download/">older versions</a> of Female Agent, which have more story content.</li> <li>Find out more about the game at our <a href="https://www.femaleagentgame.com/">website</a>.</li> <li>Give us feedback and ideas on <a href="https://discord.gg/eeXEnBS4S8">Discord</a>.</li> </ul>\ <b>Development is 100% funded by fans</b> Writing, illustrating and coding the game takes many many hours! We wouldn't be able to do it without the support of our great fans on <a href="https://www.patreon.com/crushstation">Patreon</a> and <a href="https://subscribestar.adult/femaleagent">Subscribestar</a>. <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>>\ If you love the game and can afford $1 or more, please support us at <a href="https://www.patreon.com/crushstation">Patreon</a> or <a href="https://subscribestar.adult/femaleagent">Subscribestar</a>. You'll be able to download a supporter version with some extra features (like the largest bra size, and a very cheaty back button). More importantly, you'll be directly funding development of the game. <b>Thanks for playing this episode of Female Agent!</b> <<else>>\ Thank you humbly for making this game possible. I promise to always do my best. 😔 <b>And thanks for playing this episode of Female Agent!</b> <</if>>\ $kate.firstName $kate.surname will always remember you. – 🦀 <i>Crushstation, October 2025</i> <small>//<<back "Back to game">>//</small> <</page>>
<div id="game"> <header id="header"> <a href="#" data-target='#logo-dropdown' class="dropdown-toggle logo"></a> <div id="logo-dropdown" class="dropdown-content"> <a id="websiteId" href="https://www.femaleagentgame.com/" target="_blank">Website</a> <a id="supportusId" href="https://www.patreon.com/crushstation" target="_blank">Support Us</a> <a id="discordId" href="https://discord.gg/eeXEnBS4S8" target="_blank">Discord</a> <a id="devToolsId" href="#">Dev Tools </a> <a id="restartId" href="#">Restart</a> </div> <div id="ui-bar-history"> <button id="history-backward" tabindex="0"><</button> <button id="history-forward" tabindex="0">></button> </div> <div id="menu"> <a id="characterId" href="#">Character sheet</a> <a id="savesId" href="#">Saves</a> <a id="settingsId" href="#">Settings</a> </div> </header> <div id="game-inner"> <div id="avatar" class="avatar"> <div class="avatar-inner"> <div class="avatar-abs"> <div id="avatar-container" data-passage="StoryCaption" class="avatar-image"> </div> </div> </div> </div> <div id="passages" class="game-main detail-marker-container"></div> </div> <footer id="footer"> </footer> </div>
<<nobr>> <<avatar>> <</nobr>>
<<include "namelists">> <<set $csActiveTab to $csActiveTab || "status", $kate to {}, $quests to []>>
<<showNotifications>>
<<nobr>> <<silently>><<include "variables">><</silently>> <<silently>><<include "characterTexts">><</silently>> <div id="page" class="page page-adult-content-warning"> <div class="page-inner"> <h1>Adult content warning</h1> <h3>You must be 18 or older to play this game.</h3> <div class="decisions"> <a class="yes" data-passage="changelog"> I confirm that I'm over 18, that I know this game contains nudity and sexually explicit content, and that I'm not offended by such content. </a> <a class="no" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"> I am under 18 and/or don't want to play this game </a> </div> </div> </div><</nobr>>
<<nobr>> <<= "<img class='hero-image' src='" + $imagePath.base + "ui/changelogBanner.jpg'>" >> <<page>> <div class="buttons"> <<button "Create a Character" "country-select">><</button>> </div> <div class="news-box"> <h1>What's new?</h1> This is the ''RPG systems update.'' Skills, stats and character backstory choices have been added to the game – keep track of them on the updated //Character Sheet.// </div> <ul class="legend"> <li> <<newSceneIcon>> New scene </li> <li> <<newFeatureIcon>> New feature </li> <li> <<improvementIcon>> Improvement </li> <li> <<fixIcon>> Bug fix </li> </ul> <div class="changelog"> <div class="release"> <header> <br /> Update 1.22 (31 Oct 2025) <small>Small release for players to check out the RPG system.</small> </header> <table><<nobr>> <tr> <td> <<newSceneIcon>> </td> <td> <b>Briefing Reloaded –</b> an expanded version of the old briefing scene, with more choices and characterisation. </td> </tr> <tr> <td> <<newFeatureIcon>> </td> <td> <b>RPG system –</b> keep track of the heroine's unique stats and skills on the Character Sheet. </td> </tr> <</nobr>></table> </div> <hr> <div class="release"> <header> <br /> Earlier versions </header> <div class="changelog-link"> You can still play older versions of Female Agent, which have more story content: <br> – //Zero Kate Thirty,// an action-oriented Christmas mini-episode 🎄🔫<br> – Earlier versions of the main game, which continue the heroine's story well into Bangkok<br> <br> Get them all on <a href="https://discord.com/invite/eeXEnBS4S8">Discord</a>! Or the <a href="https://www.femaleagentgame.com/download/">website</a> if you're a boomer! </div> </div> </div> <</page>> <</nobr>>
/* CIA */ <<set setup.usFirstNames to [ "Alexandra", "Emily", "Jessica", "Katherine", "Lauren", "Madison", "Natalie", "Rachel", "Samantha", "Victoria" ]>> <<set setup.hispanicFirstNames to [ "Alicia", "Bianca", "Catalina", "Cristina", "Daniela", "Elena", "Isabela", "Jessica", "Monica", "Nina", "Ramona", "Selena", "Vanessa", "Veronica" ]>> <<set setup.angloAmericanSurnames to [ "Bennett", "Carter", "Collins", "Dawson", "Grayson", "Hawkins", "Marshall", "Miller", "Reed", "Reece", "Sullivan", "Walker", "Winters" ]>> <<set setup.dutchAmericanSurnames to [ "Van Zandt" ]>> <<set setup.germanAmericanSurnames to [ "Bauer", "Hoffman", "Keel", "Klebitz", "Kruger" ]>> <<set setup.hispanicSurnames to [ "Alvarez", "Cervantes", "Delgado", "Estevez", "Flores", "Garcia", "Gomez", "Hernandes", "Molina", "Montoya", "Morales", "Moreno", "Navarro", "Ortega", "Perez", "Romero", "Sanchez", "Serrano", "Torres", "Vasquez" ]>> <<set setup.irishAmericanSurnames to [ "Cahill", "Cavanagh", "Connolly", "Delaney", "Dempsey", "Donovan", "Flannery", "Flynn", "Foley", "Healy", "Higgins", "Hogan", "Hughes", "Johnston", "Kane", "Keane", "Keating", "Magee", "Maguire", "Maher", "Martin", "McCloskey", "McMahon", "McManus", "McMorrow", "Moloney", "Moore", "Moran", "Muldoon", "Mullen", "Mulligan", "Nolan", "O'Neill", "Ryan", "Scully", "Sheehan", "Sweeney" ]>> <<set setup.scottishAmericanSurnames to [ "McBeth", "McCord", "McCrow" ]>> /+ MI6 */ <<set setup.englishFirstNames to [ "Charlotte", "Emma", "Elizabeth", "Hannah", "Isabelle", "Lucy", "Olivia", "Rebecca", "Sophie", "Tabatha", "Victoria" ]>> <<set setup.englishSurnames to [ "Ainsley", "Ashford", "Ashworth", "Bancroft", "Baxter", "Beckett", "Blake", "Bodie", "Caldwell", "Carr", "Chilton", "Collins", "Colville", "Cowley", "Curtis", "Denham", "Doyle", "Drake", "Ellison", "Fairfax", "Fletcher", "Frost", "Hallett", "Halstead", "Harcourt", "Harper", "Harrington", "Hollis", "Ingram", "Kensington", "Kirkland", "Langford", "Latham", "Lennox", "Marshall", "Morgan", "Mortimer", "Norton", "Ramsay", "Redgrave", "Reid", "Selwyn", "Shaw", "Sinclair", "Sloane", "Spencer", "Stroud", "Thorne", "Trevelyan", "Vaughn", "Winslow" ]>> /* ASIS */ <<set setup.aussieFirstNames to [ "Amy", "Chloe", "Emily", "Emma", "Georgia", "Jessica", "Laura", "Rebecca", "Samantha", "Sarah", "Tabatha" ]>> <<set setup.angloAustralianSurnames to [ "Anderson", "Carter", "Evans", "Harris", "Mitchell", "Morrison", "Taylor", "Thompson", "Walker", "Williams" ]>> /* CSIS */ <<set setup.canadianFirstNames to [ "Amanda", "Ashley", "Emily", "Lauren", "Jessica", "Katherine", "Melissa", "Rachel", "Samantha", "Sarah" ]>> <<set setup.angloCanadianSurnames to [ "Adams", "Campbell", "Clarkson", "Duncan", "Gibson", "Mackenzie", "Murray", "Reid", "Robinson", "Stewart" ]>> /* NZSIS */ <<set setup.kiwiFirstNames to [ "Amy", "Emma", "Georgia", "Hannah", "Jessica", "Laura", "Olivia", "Rebecca", "Sarah", "Sophie", "Tabatha" ]>> <<set setup.angloNZSurnames to [ "Anderson", "Baker", "Clarkson", "Harris", "Morris", "Roberts", "Smith", "Stevens", "Thompson", "Wilson" ]>>
/* a place for widgets that just change words based on game logic. e.g. the parser <<Olivia>> displays "Olivia" unless Kate's name is Olivia, in which case it displays "Amanda" */ <<widget "Adriana">><<nobr>> <<if $kate.cover.firstName != "Adriana" and $kate.firstName != "Adriana">> \<<= "Adriana">>\ <<else>> \<<= "Carina">>\ <</if>> <</nobr>><</widget>> <<widget "Amanda">><<nobr>> <<if $kate.cover.firstName != "Amanda">> \<<= "Amanda">>\ <<else>> \<<= "Samantha">>\ <</if>> <</nobr>><</widget>> <<widget "apartment">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "apartment">>\ <<else>> \<<= "flat">>\ <</if>> <</nobr>><</widget>> <<widget "Campbell">><<nobr>> <<if $kate.surname != "Campbell">> \<<= "Campbell">>\ <<else>> \<<= "Hynes">>\ <</if>> <</nobr>><</widget>> <<widget "Chen">><<nobr>> <<if $kate.surname != "Chen">> \<<= "Chen">>\ <<else>> \<<= "Li">>\ <</if>> <</nobr>><</widget>> <<widget "Colby">><<nobr>> <<if $kate.surname[0] != "C">> \<<= "Colby">>\ <<else>> \<<= "Downing">>\ <</if>> <</nobr>><</widget>> <<widget "Gina">><<nobr>> <<if $kate.firstName != "Gina">> \<<= "Gina">>\ <<else>> \<<= "Frankie">>\ <</if>> <</nobr>><</widget>> <<widget "Greenwood">><<nobr>> <<if $kate.surname[0] != "G">> \<<= "Greenwood">>\ <<else>> \<<= "Healy">>\ <</if>> <</nobr>><</widget>> <<widget "handbag">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "handbag">>\ <<else>> \<<= "purse">>\ <</if>> <</nobr>><</widget>> <<widget "holiday">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "holiday">>\ <<else>> \<<= "vacation">>\ <</if>> <</nobr>><</widget>> <<widget "Knickers">><<nobr>> <<if $kate.agency == "cia" or $kate.agency == "csis">> \<<= "Panties">>\ <<elseif $kate.agency == "mi6">> \<<= "Knickers">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "Knickers">>\ <<else>>\ \<<= "(ERROR IN KNICKERS PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "knickers">><<nobr>> <<if $kate.agency == "cia" or $kate.agency == "csis">> \<<= "panties">>\ <<elseif $kate.agency == "mi6">> \<<= "knickers">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "knickers">>\ <<else>>\ \<<= "(ERROR IN KNICKERS PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "lift">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "lift">>\ <<else>> \<<= "elevator">>\ <</if>> <</nobr>><</widget>> <<widget "Mandy">><<nobr>> <<if $kate.firstName != "Amanda">> \<<= "Mandy">>\ <<else>> \<<= "Sam">>\ <</if>> <</nobr>><</widget>> <<widget "McKenzie">><<nobr>> <<if $kate.surname[0] != "M">> \<<= "McKenzie">>\ <<else>> \<<= "Healy">>\ <</if>> <</nobr>><</widget>> <<widget "Miller">><<nobr>> <<if $kate.surname != "Miller">> \<<= "Miller">>\ <<else>> \<<= "Fisher">>\ <</if>> <</nobr>><</widget>> <<widget "Olivia">><<nobr>> <<if $kate.firstName != "Olivia">> \<<= "Olivia">>\ <<else>> \<<= "Grace">>\ <</if>> <</nobr>><</widget>> <<widget "OLIVIA">><<nobr>> <<if $kate.firstName != "Olivia">> \<<= "OLIVIA">>\ <<else>> \<<= "GRACE">>\ <</if>> <</nobr>><</widget>> <<widget "queue">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "queue">>\ <<else>> \<<= "line">>\ <</if>> <</nobr>><</widget>> <<widget "recruitHQ">><<nobr>> <<if $kate.agency == "cia">> \<<= "The Farm">>\ <<elseif $kate.agency == "mi6">> \<<= "Fort Monckton">>\ <<elseif $kate.agency == "asis">> \<<= "Swan Island">>\ <<elseif $kate.agency == "csis">> \<<= "Dwyer Hill">>\ <<elseif $kate.agency == "nzsis">> \<<= "Papakura Camp">>\ <<else>> \<<= "(ERROR IN STAG PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "Rigg">><<nobr>> <<if $kate.surname != "Rigg">> \<<= "Rigg">>\ <<else>> \<<= "Griggs">>\ <</if>> <</nobr>><</widget>> <<widget "Sadie">><<nobr>> <<if $kate.firstName != "Sadie">> \<<= "Sadie">>\ <<else>> \<<= "Mercedes">>\ <</if>> <</nobr>><</widget>> <<widget "stag">><<nobr>> <<if $kate.agency == "cia">> \<<= "bachelor">>\ <<elseif $kate.agency == "mi6" or $kate.agency == "csis">> \<<= "stag">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "buck">>\ <<else>> \<<= "(ERROR IN STAG PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "Stephanie">><<nobr>> <<if $kate.firstName != "Stephanie">> \<<= "Stephanie">>\ <<else>> \<<= "Christy">>\ <</if>> <</nobr>><</widget>> <<widget "Talisker">><<nobr>> <<if $kate.surname[0] != "T">> \<<= "Talisker">>\ <<else>> \<<= "Ellis">>\ <</if>> <</nobr>><</widget>> <<widget "trainer">><<nobr>> <<if $kate.agency == "cia" or $kate.agency == "csis">> \<<= "sneaker">>\ <<elseif $kate.agency == "mi6">> \<<= "trainer">>\ <<elseif $kate.agency == "asis" or $kate.agency == "nzsis">> \<<= "runner">>\ <<else>> \<<= "(ERROR IN TRAINER PARSER)">>\ <</if>> <</nobr>><</widget>> <<widget "trousers">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "trousers">>\ <<else>> \<<= "pants">>\ <</if>> <</nobr>><</widget>> <<widget "Uni">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "Uni">>\ <<else>> \<<= "College">>\ <</if>> <</nobr>><</widget>> <<widget "uni">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "uni">>\ <<else>> \<<= "college">>\ <</if>> <</nobr>><</widget>> <<widget "University">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "University">>\ <<else>> \<<= "College">>\ <</if>> <</nobr>><</widget>> <<widget "university">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "university">>\ <<else>> \<<= "college">>\ <</if>> <</nobr>><</widget>> <<widget "Wheelan">><<nobr>> <<if $kate.surname[0] != "W">> \<<= "Wheelan">>\ <<else>> \<<= "Healy">>\ <</if>> <</nobr>><</widget>> <<widget "Wheeler">><<nobr>> <<if $kate.surname[0] != "W">> \<<= "Wheeler">>\ <<else>> \<<= "Turner">>\ <</if>> <</nobr>><</widget>> <<widget "zip">><<nobr>> <<if $kate.agency != "cia" and $kate.agency != "csis">> \<<= "zip">>\ <<else>> \<<= "zipper">>\ <</if>> <</nobr>><</widget>> <<widget "Zo">><<nobr>> <<if $kate.firstName != "Zoe" and $kate.firstName != "Zooey" and $kate.firstName != "Zoey" and $kate.firstName != "Zoë" and $kate.firstName != "Zoé">> \<<= "Zo">>\ <<else>> \<<= "Izzy">>\ <</if>> <</nobr>><</widget>> <<widget "Zoe">><<nobr>> <<if $kate.firstName != "Zoe" and $kate.firstName != "Zooey" and $kate.firstName != "Zoey" and $kate.firstName != "Zoë" and $kate.firstName != "Zoé">> \<<= "Zoe">>\ <<else>> \<<= "Izzy">>\ <</if>> <</nobr>><</widget>>
<<silently>> <<set $thisIsTheFreeEdition to false>> /*Set to false for Patreon edition!!!*/ <<if $thisIsTheFreeEdition>> <<set setup.thisIsTheFreeEdition to true>> <</if>> <<set $avatar = { background: [], body: [], features: [], bodyMods: [], underwear: [], clothing: [], foreground: [], blink : false, barefoot : false, cleavage : true, cleavageCounter : 0, showRear : false, sixPack : false, canShowRearView : true }>> <<set $ui ={ avatarSize: 1, textSize: 1, activeCSTab: 1 }>> <<set $header to {}>> <<set $temp to {}>> <<set $kate = { kinks: [], quirks: [], attributes: {}, statusEffects: [], isWearing : [], wasWearing : [] }>> /*statusEffects: ["Test","Test","Test"],*/ /* personalBio: [{timestamp: "2018", entry: "Some placeholder test entry 1"},{timestamp: "2018", entry: "Some placeholder test entry 2"}], achievements: ["test1","test2","test2","test2","test2"], [[1,""],[2,"Jackson"]] */ /*$kate.statusEffects should be an array containing: the names of the Status effect. -> a widget will display it in the character sheet*/ /*$kate.personalBio should be an array with objects {timestamp: "2018", entry: "Some entry"}, oldest entry first in array*/ /*{header: "Operation placeholder", relations: []}*/ /*[{name: "Jacob", description: "Placeholder description one", effects:"Effect placeholder 1"}]*/ <<set _startingKink to either("exhibitionist", "masochist", "submissive"), $kate.kinks.pushUnique(_startingKink)>> <<characterCreator-randomiseKateAttributes>> <<set $kate.faceShape to either("round", "heart", "square", "diamond", "oval"), $kate.noseShape to either("Celestial", "Greek", "Nubian", "Princess", "Roman"), $kate.mouthShape to either("Cupid", "Hollywood", "Pearlique", "Rubina", "Thin"), $kate.eyeShape to either("Almond", "Cat", "Downturned", "Round", "Wide"), $kate.eyeColour to either("Blue", "Chestnut", "Emerald", "Grey", "Hazelnut", "Sapphire"), $kate.hairStyle to either("Short bob", "Long straight", "Long curly", "Short", "Wavy bob", "Bun with bangs"), $kate.hairColour to either("Brown", "Black", "Blonde", "Ginger", "Auburn", "Champagne"), $kate.bikiniLine to "hollywood" >> <<if $kate.agency eq "mi6">> <<set $kate.nationality to "british">> <<set $kate.ethnicity to either("English")>> <<if $kate.ethnicity eq "English">> <<set $kate.firstName to setup.englishFemaleFirstnames1990s.random(), $kate.surname to setup.englishSurnames.random()>> <</if>> <<elseif $kate.agency eq "cia">> <<set $kate.nationality to "american">> <<set $kate.ethnicity to either("Anglo American", "Irish American", "Italian American", "Polish American")>> <<if $kate.ethnicity eq "Anglo American">> <<set $kate.firstName to setup.usFirstname.random(), $kate.surname to setup.usSurname.random()>> <<elseif $kate.ethnicity eq "Irish American">> <<set $kate.firstName to setup.irishAmercanSurnames.random()>> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Italian American">> <<set $kate.firstName to setup.italianAmericanSurnames.random()>> <<set $kate.firstName to setup.usFirstname.random()>> <<elseif $kate.ethnicity eq "Polish American">> <<set $kate.firstName to setup.usFirstname.random(), $kate.surname to setup.polishAmercanSurnames.random()>> <</if>> <<elseif $kate.agency eq "asis">> <<set $kate.nationality to "australian">> <<set $kate.ethnicity to either("Anglo Australian")>> <<if $kate.ethnicity eq "Anglo Australian">> <<set $kate.firstName to setup.ausNZFirstname.random(), $kate.surname to setup.ausNZSurname.random()>> <</if>> <<elseif $kate.agency eq "csis">> <<set $kate.nationality to "canadian">> <<set $kate.ethnicity to either("Anglo Canadian","French Canadian")>> <<if $kate.ethnicity eq "Anglo Canadian">> <<set $kate.firstName to setup.canadianFirstname.random(), $kate.surname to setup.canadianSurname.random()>> <<elseif $kate.ethnicity eq "French Canadian">> <<set $kate.firstName to setup.canadianFirstname.random(), $kate.surname to setup.frenchCanadianSurnames.random()>> <</if>> <<elseif $kate.agency eq "nzsis">> <<set $kate.nationality to "New Zealand">> <<set $kate.ethnicity to either("NZ European")>> <<if $kate.ethnicity eq "NZ European">> <<set $kate.firstName to setup.ausNZFirstname.random(), $kate.surname to setup.ausNZSurname.random()>> <</if>> <<else>> <<set $kate.firstName to "Walrus", $kate.surname to "Walrusson">> <</if>> <<set $kate.cover to {}>> <<set $kate.cover.firstname to "", $kate.cover.knownAs to "", $kate.cover.surname to "">> <<set $kate.piercings to []>> <<set $kate.tattoos to []>> <<if setup.thisIsTheFreeEdition or $thisIsTheFreeEdition>> /* calculate Kate's bra size FREE EDITION*/ <<consoleLog 'Free Edition'>> <<set _d100 to random(1,100)>> <<switch _d100>> <<case lte 25>> <<set $kate.braSize to "small">> <<default>> <<set $kate.braSize to "medium">> <</switch>> <<else>> /*Patreon Edition !!!*/ <<consoleLog 'Patreon Edition'>> <<set _d100 to random(1,100)>> <<switch _d100>> <<case lte 16>> <<set $kate.braSize to "small">> <<case gte 84>> <<set $kate.braSize to "large">> <<default>> <<set $kate.braSize to "medium">> <</switch>> <</if>> <<set $kate.arousal to 0>> <<set $kate.skills to []>> <<set $imagePath to {}>> /* for offline version, change these vars to "media/..." */ <<set $imagePath.base to "https://www.femaleagentgame.com/wp-content/uploads/media/">> <<set $imagePath.avatar to "https://www.femaleagentgame.com/wp-content/uploads/media/avatar/">> <<set $imagePath.ui to "https://www.femaleagentgame.com/wp-content/uploads/media/ui/">> <<set $avatar.top to 0>> <<set $notifications to {}>> <<set $notifications.list to []>> <<set $statistics = new Map()>> <</silently>>
<<silently>> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.underwear.pushUnique("30_thong-plain-nude")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique("10_holdUps-40denier-black")>> <<set $avatar.clothing.pushUnique("20_highHeels-patent-black")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_skirt-blackMiniPencil")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-pinkAndBlackPolkaDotShortSleevedBlouse-" +$kate.braSize)>> <<characterCreator-setHipsterGlasses>> <<set $header.line1 to "''SUN TOURS,'' WARDOUR ST">> <<if $kate.firstName == "Rebecca" or $kate.firstName == "Becca" or $kate.firstName == "Becky">> <<set _becky to "Natalie">> <<else>> <<set _becky to "Becky">> <</if>> <<if $kate.firstName == "Joanne" or $kate.firstName == "Joanna" or $kate.firstName == "Jo">> <<set _jo to "Liz">> <<else>> <<set _jo to "Jo">> <</if>> <</silently>>\ <<header>>\ <<page>>\ You send in your application forms. A short while later, dressed as smartly as possible, you and $temp.firstFriend attend a group interview at the Sun Tours head office in central London. You and ten others are interviewed by two attractive women in their thirties, wearing uniforms with flight attendant-style neckerchiefs. They introduce themselves as _becky and _jo, area managers. From their demeanour you can tell they're a little reserved, not necessarily looking for wild party animals. One guy talks a lot about drinking and partying, and says that he wants a lively resort; you can just tell he's not going to get the job, and he's asked to leave at [[lunchtime|CORFU-1100 Presentation]]. <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ In the afternoon you each have to give a solo presentation to the group. One girl – keen, pretty, and fluent in Spanish, who seemed all day like the model candidate – falls to pieces here, mumbling all through her presentation and then bursting into tears afterwards. You give her a pat on the shoulder to comfort her afterwards, but you know you'll never see her again. <<if $kate.attributes.neuroticism.level gt -1>>You're tense and scared<<else>>You feel a twinge of stage fright<</if>> before your turn to present, but in the end it goes well. <<if $kate.attributes.extraversion.level lt 0>>Public speaking isn't something you enjoy, but having given a few class presentations at sixth form, you at least know what to expect.<<else>>In group work at sixth form you were often picked to give the class presentations, so you feel reasonably comfortable standing up and talking in front of a group.<</if>> $temp.firstFriend sticks to the structure you helped her prepare, and her presentation also goes smoothly. You're reasonably confident that you'll both be invited back for a [[second interview|CORFU-1200 Job offer]]. <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairLongMessy>> <<avatar-niceToMeetYou>> <<set $avatar.underwear.pushUnique("/foreignAdventure/10_socks-greyCottonTrainerSocks")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/10_leggings-greyThreeQuarterLengthCottonLeggings")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-yellowAndBlackCottonFlaredVest-" +$kate.braSize)>> <<characterCreator-setHipsterGlasses>> <<set $header.line1 to "''TOTTENHAM,'' N LONDON">> <</silently>>\ <<header>>\ <<page>>\ A few days later, you receive a letter from Sun Tour Holidays. You open it, hoping to be invited for a second interview – but instead find a job offer, as a holiday rep on the island of Corfu! $temp.firstFriend gets a similar letter on the same day, and the two of you go for pints at The Bricklayers to celebrate. "Sun, sea, sand, blokes...I can't //wait,"// she squeals. Your <<if $kate.quirks.includes("single mum")>>mum isn't<<else>>mum and dad aren't<</if>> so enthusiastic, but <<if $kate.quirks.includes("single mum")>>she takes<<else>>they take<</if>> some comfort in the fact $temp.firstFriend will be with you. (You have to swear a solemn oath to //her// mum that you'll look after her diligently.) There's not much time to prep: Sun Tours want you on a [[5-day training course|CORFU-1200 Embus at Wardour St]] at the end of the month, flying out to Corfu just a few days later. <</page>>
<<silently>> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_jeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-blackHighHeeledStrappySandals")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-blackVNeckLongSheerSleevedBlouse-" +$kate.braSize)>> <<characterCreator-setHipsterGlasses>> <<set $header.line1 to "''SUN TOURS,'' WARDOUR ST", $header.line2 to "A FEW WEEKS LATER...">> <</silently>>\ <<header>>\ <<page>>\ When you return to head office to start your training course, you're in for a shock – you're among around 300 other young people who've been selected for holiday rep training! "Not many blokes," observes $temp.firstFriend, and she's right – there must be seven or eight girls to every guy. An excited buzz takes hold of the group as it swells, hundreds of nervous teenagers waiting for the coaches that will transport you to the training course. When you board [[your coach|CORFU-2000 Holiday Inn Stansted]], you take a seat beside one of the boys. Paul's a cheeky, confident 23-year old with a cleft chin and cute dimples. He's brags excitedly that he's going on to Ibiza, a party resort. <</page>>
<<silently>> <<set $header.line1 to "''HOLIDAY INN,'' STANSTED", $header.line2 to "2010 / AGE 18">> <</silently>>\ <<header>>\ <<page>>\ The company's booked out an entire hotel near Stansted Airport. You're met by a team of supervisors in their thirties, wearing Sun Tours uniforms and stern expressions. "C'mon, you lot, hurry up!" They bark and hustle you around like they're sergeant majors in an army film, then organise you into groups based on the resorts you'll be working in. You and Jade are in a group of 19 who'll be working in Rhodes or Corfu: 13 girls, six blokes. "Over the next five days we'll teach you everything about the job," the lead supervisor announces. "If you miss a session, you'll fail the course and go home. If you're late in the morning, you'll fail the course and go home. And if there's any reason any of us think you'll be a bad rep, you'll fail the course and go home. Is that clear?" [[Clear!|CORFU-2100 Training course]] <</page>>
<<silently>> <<avatar-horny>> <</silently>>\ <<header>>\ <<page>>\ The course is full-on, involving lots of presentations and roleplays as you learn the basics of transfers, welcome meetings, excursion guiding and handling complaints. Some people drop out, others are kicked off the course, but you and $temp.firstFriend perform pretty well. After-training drinks in the hotel bar are compulsory – and probably good practice for the resorts. In these long, boozy sessions you get to know the others, including the surprising fact that many of the boys are gay. They want some time abroad so they can work things out without being judged by their families and friends. You're 100% sure that Paul's not gay, though. He comes to look for you and Jade after every session, and seems like he's into you. <<if $kate.quirks.includes("easy")>>\ //[Easy]// <<link "//Hook up with him.//" "CORFU-2200 Kate hooks up with Paul">><</link>> <<else>>\ <span class="greyedOut">//[Easy] Hook up with him.//</span> <</if>>\ <<link "//Concentrate on the course.//" "CORFU-2500 Jade hooks up with Paul">><</link>> <</page>>
<<silently>> <<avatar-horny>> <<set $avatar.clothing.delete("/foreignAdventure/30_top-blackVNeckLongSheerSleevedBlouse-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-blackCottonFlaredVestWithSpaghettiStraps-" +$kate.braSize)>> <<if $kate.quirks.includesAny("strictCondomPolicy")>> <<set _protectedSex to true>> <<else>> <<set _d100 to random(1,100)>> <<if $kate.quirks.includes("normalCondomPolicy")>> <<if _d100 lte 80>> <<set _protectedSex to true>> <</if>> <<elseif $kate.quirks.includes("laxCondomPolicy")>> <<if _d100 lte 50>> <<set _protectedSex to true>> <</if>> <</if>> <</if>> <</silently>>\ <<header>>\ <<page>>\ You end up having sex with him on the second night, slipping away from the bar and going up to his room together. You snog in the lift, his hands all over your <<if $kate.braSize == "large">>boobs<<else>>butt<</if>>. Once you're in his bed he goes down on you very skillfully...then spreads your legs apart and thrusts his cock inside you. <<if not _protectedSex>>No condom.<</if>> You're having a great time until his roommate comes back, a [[Welsh girl from one of the other groups|CORFU-2300 Coitus interruptus]] in tow. <</page>>
<<silently>> <<avatar-stripNaked barefoot braless>> <<lifepath-18yrAvatarHairLongMessy>> <<avatar-sexFace>> <<if $kate.firstName == "Dionne" or $kate.firstName == "Diane" or $kate.firstName == "Diana">> <<set _dionne to "Gwen">> <<else>> <<set _dionne to "Dionne">> <</if>> <</silently>>\ <<header>>\ <<page>>\ Paul rolls hastily off you, and you cover yourselves in the duvet. There's a brief negotiation, after which the roommate agrees to shag _dionne in the bathroom. As soon as the door clicks shut, Paul resumes his affections, with renewed vigour. Soon your cries and moans are harmonising with _dionne's through the thin interior walls of the [[Holiday Inn Stansted|CORFU-2400 Walk of shame]]. <</page>>
<<silently>> <<avatar-stripNaked>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_jeans-darkBlueDenimBootcutJeans")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-blackHighHeeledStrappySandals")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-blackCottonFlaredVestWithSpaghettiStraps-" +$kate.braSize)>> <<lifepath-18yrAvatarHairLongMessy>> <<avatar-embarrassed2>> <</silently>>\ <<header>>\ <<page>>\ Jade giggles when you sneak back into your room later. "We haven't even left the country yet, babe," she says. "Might wanna [[pace yourself|CORFU-2600 Kit issue]]!" <</page>>
<<silently>> <<set $avatar.clothing.delete("/foreignAdventure/30_top-blackVNeckLongSheerSleevedBlouse-" +$kate.braSize)>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-blackCottonFlaredVestWithSpaghettiStraps-" +$kate.braSize)>> <</silently>>\ <<header>>\ <<page>>\ You play it cool with Paul, not wanting to find out if you can get kicked off the course for a romantic entanglement. Your best friend has no such reservations, though. On the second night, you return to the twin room you share...and get greeted by the sight of Jade, naked on all fours, getting it doggy style from Paul. [[I'll come back later...|CORFU-2600 Kit issue]] <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_jeans-darkBlueDenimSkinnyJeans")>> <<set $avatar.underwear.pushUnique("/foreignAdventure/10_socks-greyCottonTrainerSocks")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-blackAndWhiteConverseTrainers")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-blackCottonFlaredVestWithSpaghettiStraps-" +$kate.braSize)>> <</silently>>\ <<header>>\ <<page>>\ At the end of the course, you're issued your uniforms, then sent home for the weekend. It'll be the last weekend you spend in London for a while. On Monday, you and Jade are [[flying out to Corfu|CORFU-3000 Arriving Corfu]]! <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.underwear.pushUnique("/foreignAdventure/10_socks-greyCottonTrainerSocks")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-blackAndWhiteConverseTrainers")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.delete("/foreignAdventure/30_top-blackCottonFlaredVestWithSpaghettiStraps-" +$kate.braSize)>> <<set $avatar.clothing.delete("/foreignAdventure/20_jeans-darkBlueDenimSkinnyJeans")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_top-yellowAndBlackCottonFlaredVest-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_skirt-lightBlueDenimMiniWithBrownBelt")>> <<set $avatar.background.pushUnique("/foreignAdventure/20_airportLoungeWindow")>> <<set $avatar.background.pushUnique("/foreignAdventure/30_airportLuggageWorkingClass")>> <<set $avatar.background.pushUnique("/foreignAdventure/29_airportLuggageWorkingClassShadow")>> <<if $kate.firstName == "Dionne" or $kate.firstName == "Diane" or $kate.firstName == "Diana">> <<set _diana to "Helena">> <<else>> <<set _diana to "Diana">> <</if>> <<set $header.line1 to "''CORFU,'' GREECE">> <</silently>>\ <<header>>\ <<page>>\ You fly out of London Gatwick on a drizzly grey Monday morning, landing three hours later in sunny Corfu! "We're doing it," Jade coos excitedly as you step off the aircraft, out into the blazing hot Mediterranean air. "We're really doing it!" <<image "/locationPhotos/corfu/corfuTown.jpg" 0 1000 250 0>>\ You're met at the airport by a poised, suntanned rep named _diana. You and the other reps are taken by minibus to your accommodation, various small apartments scattered around Corfu town. You're sharing with Jade, and although your place is small, it's cute and has a little balcony looking out over some palm trees and scrubland. You spend the [[first night|CORFU-3100 Shadowing Diana]] screaming and chasing lizards out of the apartment. By mid-season each of you will have a pet lizard living permanently in her bedroom, to protect you from the island's massive, scary spiders. <</page>>
<<silently>> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.underwear.pushUnique("30_thong-plain-nude")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformShoes-navyPatentHeels")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformSkirt-navyOverTheKneePencil")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_sunToursUniformTop-skyBlueShirtWithRolledUpSleevesAndNavyNeckScarf-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/40_sunToursUniformBelt-navyAndSkyBlueStripedBelt")>> <<if $kate.firstName == "Dionne" or $kate.firstName == "Diane" or $kate.firstName == "Diana">> <<set _diana to "Helena">> <<else>> <<set _diana to "Diana">> <</if>> <</silently>>\ <<header>>\ <<page>>\ The rookies are each assigned to an experienced rep to shadow for the first week. You get _diana. In her late twenties, she has a dozen seasons under her belt, and it shows in the calm and knowledgeable way she conducts welcome meetings and transfers, directs the guests, and deals with problems and complaints. Her days are long and busy, filled with guests peppering her with questions about the island and excursions that you'd have //no// idea how to answer. "You'll get the hang," she assures you. "In six months you'll know this place like the [[back of your hand|CORFU-3200 Island tour]]." <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ She introduces you to a bunch of local businessmen – bar owners, restaurateurs, shopkeepers, excursion guides – as her replacement. You get the sense they like and respect her, but are a little dubious about you. On your last day together – her day off – she takes you on a long drive all around the island, showing you the landmarks and the sights. <<image "/locationPhotos/corfu/restaurantViewOfIonianSea.jpg" 100 1000 450 0>>\ You sit and have a beer together in a hotel bar, gazing out over the warm waters of the Ionian Sea. Soaking in the heat and the spectacular view, you realise that – despite feeling unready, and despite all the running around of the last seven days – you don't want to be home. <<link "//Continue//" "CORFU-3300 A day in the life of a rep">><</link>> <</page>>
<<silently>> <<if $kate.firstName == "Dionne" or $kate.firstName == "Diane" or $kate.firstName == "Diana">> <<set _diana to "Helena">> <<else>> <<set _diana to "Diana">> <</if>> <</silently>>\ <<header>>\ <<page>>\ Then your mentor's gone, and you're a rep in your own right! It's overwhelming at first. You have to herd several diverse groups of holidaymakers at a time, while hitting a sales target in excursion sales, and smoothing over emergencies as they arise. You have to handle flight delays, a hire car write-off, disputes with the locals, a drunken brawl, and a frantic requirement for a morning after pill...and that's all in the first week! The days are long, and there's after-work drinks every night. Sometimes you go clubbing or to a bar, and sometimes you and some other reps just sit and drink on a beach or a balcony under the stars. You get one day off per week, to [[use how you like|CORTOP-1000 Moped rental]]. <</page>>
<<silently>> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.underwear.pushUnique("30_thong-plain-nude")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformShoes-navyPatentHeels")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformSkirt-navyOverTheKneePencil")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_sunToursUniformTop-skyBlueShirtWithRolledUpSleevesAndNavyNeckScarf-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/40_sunToursUniformBelt-navyAndSkyBlueStripedBelt")>> <<set $header.line1 to "''CORFU,'' GREECE">> <</silently>>\ <<header>>\ <<page>>\ The weeks turn to months. "I can tell you're getting the hang of this," your mum tells you on one of your phone calls home. "You sound less stressed." She's right; you've gotten more and more confident in the role. All the locals know you, and you're a practiced hand at managing the guests. The pay's lousy, but it's almost impossible for you to spend money here anywhere that isn't a supermarket – you drink for free, you eat for free, vehicle hire and excursions are free. All the local businesses are desperate for you to steer tourists to them, so you feel like a celebrity every time you pop into one for a drink or a bite to eat. <<image "/locationPhotos/corfu/sidariNight.jpg" 200 1000 550 0>>\ One night in Sidari, when a group of about twenty drunk blokes are hassling you and blocking your way, a bar owner called Lefteris comes running out into the street with one of his barmen, standing between you and the mob. For a moment you think it's going to turn into a massive street brawl, but Lefteris threatens to get them all blacklisted in every bar on the island, and they all back down and move on. [[Wow, thanks, Lef.|CORFU-4100 Thanks Lef]] <</page>>
<<silently>> <<avatar-niceToMeetYou>> <</silently>>\ <<header>>\ <<page>>\ He just shrugs and says, "We look after each other." Then he and his barman go back to work. As to your job, the rules are simple: don't get drunk while you're working, don't smoke in front of the guests, and never "chicken". Chickening is when a rep spends all their time with guests of the opposite sex (other reps will walk past and cluck like a chicken if they think you're doing it). Reps aren't encouraged to sleep with guests, because it can cause dramas. That said, it's very common, but it has to be after work and [[in secret|CORFU-4200 Chickening]]. <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ The two straight male reps in your team are truly prolific, each sleeping with at least one or two guests per week. $temp.firstFriend also throws herself pretty enthusiastically into the "holiday fling" thing, enough so that the rest of the team considers her "a bit of a slag" – even though her body count of hot guest and local hunks can't be half that of the guys. What's your reputation? <<if $kate.quirks.includes("easy")>>\ //[Easy] [[Easy Lover.|CORFU-4300 Love life][$temp.kateSays to "easy"]]// <<else>>\ <span class="greyedOut">//[Easy] Easy Lover.//</span> <</if>>\ [[Funloving.|CORFU-4300 Love life][$temp.kateSays to "normal"]] <<if $kate.quirks.includes("picky")>>\ //[Picky] [[Ice Queen.|CORFU-4300 Love life][$temp.kateSays to "picky"]]// <<else>>\ <span class="greyedOut">//[Picky] Ice Queen.//</span> <</if>>\ <</page>>
<<silently>> <<set $temp.jadesBodyCount to random(6,24)>> <</silently>>\ <<header>>\ <<page>>\ <<if $temp.kateSays == "easy">>\ //What happens in Corfu stays in Corfu,// you and $temp.firstFriend solemnly promised each other before you left. You came out here for fun and experiences, not to worry about gossip or labels, or exactly the name of every single sexual partner you've ever had. The other girls on your team will each roll three 4-sided dice (3D4) to see how many holidy flings they'll have. You and $temp.firstFriend will roll 6D4 instead, because you're both //Easy.// <<elseif $temp.kateSays == "normal">>\ You keep an open mind about holiday romances – they're all part of the experience, and the boys shouldn't have all the fun. $temp.firstFriend will roll six 4-sided dice (6D4) to see how many holiday flings she has. Like the other girls on the team, you'll roll 3D4 instead. <<elseif $temp.kateSays == "picky">>\ While you're not averse to the idea of a holiday romance, you're also not the kind of girl who just jumps into bed with just anyone. Some of the others tease you about this: when you tell $temp.firstFriend you're off to visit the monastery at Myrtidiotissa, she laughs and tells you not to let them turn you into a nun. $temp.firstFriend will roll six 4-sided dice (6D4) to see how many holiday flings she has. You'll roll just 1D4, because you're //Picky.// <<else>>\ (ERROR IN TEMP.KATESAYS VAR) <</if>>\ <div id="dice-rolled"> <<button "Roll Dice">> <<if $temp.kateSays == "easy">> <<set _d41 to random(1,4)>> <<set _d42 to random(1,4)>> <<set _d43 to random(1,4)>> <<set _d44 to random(1,4)>> <<set _d45 to random(1,4)>> <<set _d46 to random(1,4)>> <<set _dice to "1d4 + 1d4 + 1d4 + 1d4 + 1d4 + 1d4 @ "+_d41 +" "+_d42 +" "+_d43 +" "+_d44 +" "+_d45 +" "+_d46>> <<set _result to _d41 + _d42 + _d43 + _d44 + _d45 + _d46>> <<elseif $temp.kateSays == "normal">> <<set _d41 to random(1,4)>> <<set _d42 to random(1,4)>> <<set _d43 to random(1,4)>> <<set _dice to "1d4 + 1d4 + 1d4 @ "+_d41 +" "+_d42 +" "+_d43 >> <<set _result to _d41 + _d42 + _d43>> <<else>> <<set _d41 to random(1,4)>> <<set _dice to "1d4 @ "+_d41>> <<set _result to _d41>> <</if>> <<rollDice _dice>> <<replace '#dice-rolled'>> [[Result.|CORFU-4400 Body count][$temp.corfuBodyCount to _result]] <</replace>> <</rollDice>> <</button>> </div>\ <</page>>
<<silently>> <<set _sexpertXP to $temp.corfuBodyCount * 100>> <<awardXP sexpert _sexpertXP>> <</silently>>\ <<header>>\ <<page>>\ You have $temp.corfuBodyCount holiday flings during the season. You gained _sexpertXP experience points in the Sexpert skill. In this version, that's just a number, but in future versions a short bio of each sexual encounter will be published on your Character Sheet. You'll also gain Experience Points from each one. <<link "//Continue//" "CORFU-4500 Dead tired">><</link>> <</page>>
<<silently>> <<avatar-normal>> <</silently>>\ <<header>>\ <<page>>\ Repping's hard work! You have to project a happy, smiley attitude all the time – you're there to help the guests have the best 7 or 14 days of their lives – even when you don't feel like it. As the season goes on, tiredness becomes chronic for all of you. The hours are long, and there's a drinking session every single night. Some reps quit and go home mid-season because they just can't hack the pace – which just increases the workload for everybody who's left. <<link "//Continue//" "CORFU-4600 Dead sure">><</link>> <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ One night you're leaving the hotel at around midnight, about to go home, when a chubby northern lad runs up to you. He's drunk and agitated, saying that he can't find his mate. [[He's probably in the bar.|CORFU-4700 Dead in the water][$temp.kateSays to "checkTheBar"]] <<link "//(Sigh)// I'll help you find him." "CORFU-4700 Dead in the water">><<set $temp.kateSays to "letsFindHim">><</link>> <</page>>
<<silently>> <<avatar-uncertain>> <</silently>>\ <<header>>\ <<page>>\ <<if $temp.kateSays == "checkTheBar">>\ "He's probably in the bar," you say dismissively. "No," he slurs, "we were //in// the bar. He said he fancied a swim." <<elseif $temp.kateSays == "letsFindHim">>\ "Okay." You sigh and rub your temples, tiredly. "Where did you see him last?" "In the bar," he slurs. "He said he fancied a swim." <<else>>\ (ERROR IN TEMP.KATESAYS VAR) <</if>>\ That concerns you because part of the pool area's taped off for refurbishment, and isn't that well-lit. If this lad's mate is as drunk as he is... You lead him out to the area. It's windy and some of the pot plants and pool furniture has blown over. There's nothing in the main pool, so you head over to the taped-off area. "Stay back," you tell the northern lad, but he ignores you and bumbles out into the darkness alongside you. "Is that something at the bottom of the pool?" he asks. <<link "//Look closer//" "CORFU-4800 The body">><</link>> <</page>>
<<silently>> <<set _d10 to random(1,10)>> <<set _daring to $kate.attributes.daring.level>> <<if _d10 + _daring gte 6>> <<set _daringCheckPassed to true>> <</if>> <<avatar-normal>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-big>> <</silently>>\ <<header>>\ <<page>>\ There //is// something big in there, but in the windy darkness it's impossible to see. It could be some trash bags that somebody has thrown in, or...you fumble in your handbag for your little flashlight, and shine it into the water. And see //a hand.// There's a person down there! //[[Scream for help!|CORFU-4900 Man down!][$temp.kateSays to "eek"]]// <<if _daringCheckPassed>>\ //[Routine Daring check ''passed''] [[Jump in!|CORFU-4900 Man down!][$temp.kateSays to "helpMe"]]// <<else>>\ <span class="greyedOut">//[Routine Daring check ''failed''] Jump in!//</span> <</if>>\ <</page>>
<<silently>> <<avatar-pain>> <</silently>>\ <<header>>\ <<page>>\ <<if $temp.kateSays == "helpMe">>\ <<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairPonytail>> <<avatar-pain>> <<set $avatar.background.pushUnique("/foreignAdventure/80_puddle")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_repUniformWet-" +$kate.braSize)>> <</silently>>\ "Fuck!" Reacting immediately, you kick off your heels, then plunge into the cold pool. Grabbing of a handful of his clothing, you try to drag him out, or at least get his head above the water. It's only when you're struggling that you realise his friend isn't with you – you look back up to see him //just standing there// by the poolside, watching dumbly. //"Help me!"// you shout, and he finally lurches into action, jumping into the pool with you to help drag his friend out of the water and up onto the poolside. The body's still...and disturbingly cool. "Run inside and get help," you snap. Soon a group of people are gathered around the poolside, watching you perform CPR as you [[try to save his life|CORFU-5000 Aftermath]]. <<elseif $temp.kateSays == "eek">>\ You take a startled, involuntary step back. For a moment you can't do //anything...//then you turn back to the hotel and shout for help. (Witnesses will later describe hearing you //scream,// although that's not how you remember it.) At first nothing happens...then a waiter comes out, then a barman and a couple of tourists. Once they realise what's happening, they drag the body out of the water, and up onto the poolside. Nobody seems to know what to do. "I know CPR," you say, trying to remember what to do as you step forward. Soon a whole group of people are gathered around the poolside, watching you perform CPR as you [[try to save his life|CORFU-5000 Aftermath]]. <<else>>\ (ERROR IN TEMP.KATESAYS VAR) <</if>>\ <</page>>
<<silently>> <<avatar-sad>> <</silently>>\ <<header>>\ <<page>>\ You try your hardest for what seems like forever, before an ambulance finally arrives to take over. In your heart you know it's too late, and it's no surprise when you're informed he was declared dead at the hospital. The friends are devastated. You're too busy to be emotional – the police need to be called out, and Sun Tours need to be alerted so they can inform the family. As dawn comes up, you manage to grab a couple of hours' sleep in an unoccupied room. <<link "//Continue//" "CORFU-5100 End of season">><</link>> <</page>>
<<silently>> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.underwear.pushUnique("30_thong-plain-nude")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformShoes-navyPatentHeels")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformSkirt-navyOverTheKneePencil")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_sunToursUniformTop-skyBlueShirtWithRolledUpSleevesAndNavyNeckScarf-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/40_sunToursUniformBelt-navyAndSkyBlueStripedBelt")>> <<avatar-sad>> <</silently>>\ <<header>>\ <<page>>\ Your big boss, a gruff half-Greek half-South African named Nectarios, visits the resort the next day. You're tired and in no mood to tiptoe around his temper, not after //this.// But he's full of praise for your handling of the situation. It's the first time you've ever heard him say anything positive about something that isn't himself, and it's a struggle not to cry right there in his office. The other reps are the best support. You find it helpful just to drink and talk with them about it. They all offer to work extra shifts to free you up for some R&R time, but you tell them that you'd [[prefer to work|CORFU-5200 No more dramas]]. <</page>>
<<silently>> <<avatar-normal>> <</silently>>\ <<header>>\ <<page>>\ Your busy work routine helps to keep your mind occupied. For the rest of the season, it's back to the normal dramas – excursion closures, delays, mix-ups, herding around droves of drunken Brits. Six weeks pass. On the island, the air cools slightly after a scorching summer. You wave goodbye to one of your last groups at the airport, and get ready for a rep tradition: the [[end-of-season party|CORTUB-1000 End of season party]]. <</page>>
<<silently>> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.underwear.pushUnique("30_thong-plain-nude")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformShoes-navyPatentHeels")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformSkirt-navyOverTheKneePencil")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_sunToursUniformTop-skyBlueShirtWithRolledUpSleevesAndNavyNeckScarf-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/40_sunToursUniformBelt-navyAndSkyBlueStripedBelt")>> <</silently>>\ <<header>>\ <<page>>\ Next morning you crawl out of bed, put on some makeup, and head to the airport to pick up the winter season reps. You're shadowed for a few days by a nervy 18-year old, who reminds you of yourself when you arrived here. You do your best to prepare her as well as you can, introducing her to your contacts and teaching her some tricks of the trade. Then, at the end of the week, you and $temp.firstFriend board an easyJet back to London. You both sleep soundly through the whole flight. Josh picks you up at Gatwick Airport. "D'you think you'll do another season?" he asks as he loads your luggage into his tiny car. You tell him it was the experience of a lifetime...but one season was enough! You're not sure you could take another long hot summer like that, working your ass off to entertain a bunch of random tourists. //[[Continue|UKUNI-1000 A brief return home]]// <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_skirt-pinkCrazingEffectFlippyMini")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_top-blackCroppedVestWithSpaghettiStraps-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-hotPinkToeThongFlipFlops")>> <</silently>>\ <<header>>\ <<page>>\ <<image "/locationPhotos/corfu/sunsetAtLaGrottaVerde.jpg" 200 1000 550 0>>\ The end of season party is a tradition for reps – a last chance to drink together as a team before you leave the resort. Yours is being held at La Grotta Verde hotel, built into the lush green hills of Agios Gordos, a half-hour drive out from Corfu town. Your whole team's there, and you meet up with some other Sun Tours teams from other resorts on the island, like Lefkimmi and Kavos. You have a barbecue down on the golden sandy beach, where everybody from the other teams wants to hear your true account of finding the body in the pool. Two other teams had tourist deaths this season, but both by natural causes, and your colleagues want to know [[every detail|CORTUB-1100 Hot tub]] about your experience. <</page>>
<<silently>> <<avatar-stripNaked barefoot braless>> <<lifepath-18yrAvatarHairLongMessy>> <<set $avatar.clothing.pushUnique("/foreignAdventure/10_bikini-whiteBikiniBottoms")>> <<set $avatar.underwear.pushUnique("/foreignAdventure/10_bikini-whiteBikiniTop-" +$kate.braSize)>> <<addNotification "Arousal +1" "You're a little drunk! You feel flirty and playful.">> <<kateAddArousal>> <</silently>>\ <<header>>\ <<page>>\ Some time around midnight, you and $temp.firstFriend are relaxing in the jacuzzi with Jonny and Gaz. They're the two straight male reps in your team, and $temp.firstFriend has had a long-standing crush on ruggedly handsome Jonny, so there's something of a flirty vibe. You keep expecting some of the other reps to show up, but for the moment it's just the four of you, in a jacuzzi under the epic starry sky. The warm water jets and buzz from a drinking session that started much earlier than usual are a great antidote to the exhaustion your body feels at the end of a six-month repping season. <<link "//Chat and relax.//" "CORTUB-1200 Truth or dare">><</link>> <</page>>
<<silently>> <<avatar-horny>> <</silently>>\ <<header>>\ <<page>>\ The chat turns into a game of Truth or Dare. It starts innoucuously, then escalates – you learn that the guys have each had sex with more than 50 girls this season! That makes your's and $temp.firstFriend's body counts – $temp.kateBodyCount and $temp.jadesBodyCount, respectively – pale in comparison. Comparing the numbers leads to an interesting talk about how society judges men and women differently for this, with both the boys agreeing that it's unfair. Then $temp.firstFriend breaks up the serious mood by daring Jonny to swim a length in the pool naked. He does so, to much hilarity, then puts his shorts back on and gets back into the jacuzzi. A waiter brings out yet another tray of chilled bottles of Ionian Lager – it's been so long since you've had to pay for a drink that you don't even notice they're free, anymore – and then it's your turn. "$kate.firstName. Truth or Dare?" [[Truth.|CORTUB-1300 Truth]] [[Dare.|CORTUB-1500 Dare]] <</page>>
<<silently>> <<avatar-normal>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-eyes-big>> <</silently>>\ <<header>>\ <<page>>\ "Truth," you reply. "Is it true," $temp.firstFriend asks, "that you once noshed off Mark Saunders //and// two of his mates?" You nearly spit out your beer. "Who the hell told you that?" "It's //true?"// Jade bursts out laughing. "I assumed it was bollocks!" <<if $temp.friendsBlown == 0>>\ <<link "It //is// bollocks!" "CORTUB-1400 Kate answers the question">><</link>> <<elseif $temp.friendsBlown == 1>>\ <<link "It's //mostly// bollocks." "CORTUB-1400 Kate answers the question">><</link>> <<elseif $temp.friendsBlown == 2>>\ <<link "It's //partly// bollocks." "CORTUB-1400 Kate answers the question">><</link>> <<elseif $temp.friendsBlown == 3>>\ [[He's got a big mouth.|CORTUB-1400 Kate answers the question]] <<else>>\ (ERROR IN TEMP.FRIENDSBLOWN VAR) <</if>>\ <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ <<if $temp.friendsBlown == 0>>\ "It //is// bollocks!" you protest. "I know the night he's talking about. But I didn't touch him! That little shit. Did he tell you I did?" "No, it was Tom," she says. "I knew it was bollocks." "Hmm, I dunno," chimes in Jonny. "No smoke without fire." "Yeah," says $temp.firstFriend thoughtfully. //"Something// must have happened. But you always said you was just friends?" <<elseif $temp.friendsBlown == 1>>\ "Well...that's not what happened. I gave //Mark// a BJ, Tom and Josh were just...there." "Wait, what? You always said you was just friends!" <<elseif $temp.friendsBlown == 2>>\ "Well...him and //one// of his mates," you admit. "Tom. And Josh was there too, but I didn't touch him! Who told you?" "Tom," she says. "You really did that? You always said you was just friends?" <<elseif $temp.friendsBlown == 3>>\ "He's got a big mouth," you say. "It wasn't actually him," she says, "it was Tom. But you always said you was just friends?" <<else>>\ (ERROR IN TEMP.FRIENDSBLOWN VAR) <</if>>\ "A toast," Gaz raises his beer in a salute. "To being friends. With $kate.firstName." $temp.firstFriend laughs so hard she snorts. "Truth or Dare?" Jonny asks her. "[[Dare|CORTUB-2000 Jade's dare]]," she replies immediately. <</page>>
<<silently>> <<avatar-normal>> <<avatar-expr-mouth-sexy>> <</silently>>\ <<header>>\ <<page>>\ "Dare," you reply. "Top off for the rest of the game," says Gaz immediately. You kind of knew this was coming, honestly. You glance around, but the poolside's deserted right now. <<link "//Take off your top.//" "CORTUB-1600 Kate gets topless">><</link>> <</page>>
<<silently>> <<set $avatar.underwear.delete("/foreignAdventure/10_bikini-whiteBikiniTop-" +$kate.braSize)>> <<characterCreator-setBreasts "bare">> <<update-avatar-tattoo-piercing "bare">> <<addNotification "Arousal +2" "You're turned on. You wouldn't mind making out.">> <<kateAddArousal>> <<avatar-normal>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-smirk>> <</silently>>\ <<header>>\ <<page>>\ You untie your bikini top and slip it off, setting the sopping wet scrap of nylon down on the rim of the jacuzzi. "Ta da," you say, revealing your boobs. "Nice<<if $avatar.bodyMods.includes("piercings/20_piercing-leftNipple-silverBarbell-"+$kate.braSize+"-bare")>> piercings<</if>>," says Jonny. <<if $kate.braSize == "small">>\ <<set _jadesChest to "extra four cup sizes">>\ "Mmh," agrees Gaz. "There's something sexy about girls with small tits." <<elseif $kate.braSize == "medium">>\ <<set _jadesChest to "extra two cup sizes">>\ "Mmh," agrees Gaz. "Nice size, too. A big handful." <<elseif $kate.braSize == "large">>\ <<set _jadesChest to "similar">>\ "Mmh," agrees Gaz. "They're great, aren't they? She could do porn." <</if>>\ "Absolutely," murmurs Jonny. Something about the way they're looking at you or talking about you is a turn-on, and you can feel your nipples harden right there. "Careful, mate," sniggers Jonny, "she'll have your eye out!" "Oh, grow up," you protest, "it's just cold out of the water." "Uh huh, sure," Gaz chuckles. Beside you, $temp.firstFriend pretends to be casually sipping her beer and not paying much attention. But you notice her not-so-subtly arching her back, <<if $kate.braSize != "large">>presenting her extra <<if $kate.braSize == "medium">>two<<else>>five<</if>> cup sizes for comparison. //Bitch.//<<else>>accentuating her own smaller, perkier boobs as much as possible.<</if>> "$temp.firstFriend, Truth or Dare?" asks Jonny. "[[Dare|CORTUB-2000 Jade's dare]]," she replies instantly, eager to tear off her top and jump into your limelight. <</page>>
<<silently>> <<avatar-horny>> <</silently>>\ <<header>>\ <<page>>\ "Snog $kate.firstName," says Jonny. //"Yes!// Good one," affirms Gaz. $temp.firstFriend looks to you, uncertainty written on her face. She shrugs slightly, wordlessly asking you the question. //Do you wanna..?// [[We're mates, guys, that'd be weird.|CORTUB-2100 Kate is reluctant]] <<link "//Shrug back, uncertainly.//" "CORTUB-3000 BFF OMG">><</link>> <</page>>
<<silently>> <<avatar-uncertain>> <</silently>>\ <<header>>\ <<page>>\ "We're best mates," you protest. "That'd be weird." "C'mon," urges Jonny. "It's 2010, mates can snog mates." "Yeah? How about you snog Gaz?" you retort, firing a warning shot about where this path could lead. "Not my turn," says Jonny. <<link "$temp.firstFriend...help me out here." "CORTUB-2200 Kate appeals to Jade">><</link>> [[Meh, fine.|CORTUB-3000 BFF OMG]] <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ "Babe, help me out here," you appeal to $temp.firstFriend. She glances at Jonny before she answers. "Well...it's just a game," she shrugs again, obviously wanting to impress him. "It doesn't //mean// anything." <<link "//(Refuse to kiss)// Nope. Game's over." "CORTUB-5000 Game over">><</link>> [[Meh, fine.|CORTUB-3000 BFF OMG]] <</page>>
<<silently>> <<characterCreator-unsetShadow>> <<characterCreator-unsetEyes>> <<set $avatar.body.pushUnique("/teenRom/50_genericClosedEyes")>> <<avatar-kissing>> <</silently>>\ <<header>>\ <<page>>\ <<if hasVisited("CORTUB-2100 Kate is reluctant")>>\ "Fine," you shrug. "What the hell." $temp.firstFriend sets down her beer, and turns to face you. <<else>>\ You shrug a little in reply. //I guess..?// <</if>>\ You approach each other tentatively, pausing when you're very close. <<if hasVisited("CORTUB-2100 Kate is reluctant")>>She<<else>>$temp.firstFriend<</if>> reaches up and curls your hair back behind your ear. Then...slowly...you tilt in for the kiss. Your lips meet. It feels anti-climactic in that first moment, non-sexual, like kissing a sister. Then, her tongue slips into your mouth, softly exploring. Your stomach flips like you just did a somersault. //Oh, fuck!// You close your eyes and [[instinctively respond|CORTUB-3100 Girl/girl]]. <</page>>
<<silently>> <<set $avatar.body.delete("/teenRom/50_genericClosedEyes")>> <<characterCreator-setEyeColour>> <<characterCreator-setEyeShape>> <<addNotification "Arousal +3" "Your nipples are hard, your pussy's wet, you want to fuck.">> <<kateAddArousal>> <</silently>>\ <<header>>\ <<page>>\ Pretty soon, it's not just a kiss – but a sloppy, hot, lip-biting, tongue-tussling makeout session with your best friend. It goes on for a long time, but eventually comes to a natural close and you let each other go, and back away from each other. You feel a hot slick wetness between your legs, and you know it's //nothing// to do with the jacuzzi. "Wow," you murmur. "Phew," Jade mocks fanning her face. Her nipples strain inside her bikini like stiff little bullets. Jonny and Gaz are just [[staring at you|CORTUB-3200 Jade makes her move]], slack-jawed. <</page>>
<<silently>> <<avatar-horny>> <</silently>>\ <<header>>\ <<page>>\ "Blimey. Okay," says Jade, picking this moment to make her move on Jonny. "I need to check if I'm still straight." She crosses towards him in the jacuzzi, untying her bikini top as she goes, tossing it aside before she pounces on him. They make out passionately, Jade swaying slightly as she grinds on his crotch under the hot bubbling water. Gaz scoots over beside you. He clinks his beer to yours, and nods over to your friends getting it on. "You wanna, um..?" [[I'm gonna leave you guys to it.|CORTUB-5200 Kate bails]] <<link "Sure." "CORTUB-4000 Gaz makeout">><</link>> <</page>>
<<silently>> <<avatar-kissing>> <</silently>>\ <<header>>\ <<page>>\ "Sure," you shrug, and soon you're straddling Gaz in the jacuzzi, making out with him while behind your back $temp.firstFriend makes out with Jonny. It feels so different from kissing her. His bushy beard is soft and tickly on your face. His kisses are clunkier, less sensual and emotional, more...functional. But it still feels //good,// his stiff cock grinding into your bikini bottoms, his hands fondling your breasts non-stop. It feels good, just confusingly <<link "//different...//" "CORTUB-4100 Splat!">><</link>> <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ <<if not hasVisited("CORTUB-1600 Kate gets topless")>>\ <<set $avatar.underwear.delete("/foreignAdventure/10_bikini-whiteBikiniTop-" +$kate.braSize)>>\ Gaz slips your bikini top off, with the practised ease of a man who undresses a new girl once or twice a week. It's off almost before you know it. <</if>>\ He's kissing you more deeply, his cock grinding against your crotch, his fingers squeezing your nipples with //just// the right pressure, when you're interrupted suddenly. Something brightly coloured hits him in the side of the head with a wet //splat.// Jonny and $temp.firstFriend burst out laughing as he peels her bikini bottoms off his head and tosses them away. He immediately starts sliding yours down, so he can retaliate... <<link "//Stop him!//" "CORTUB-4200 Bikini bottoms tug of war">><</link>> <<link "//Let him.//" "CORTUB-4300 Gaz retaliates">><</link>> <</page>>
<<silently>> <<avatar-embarrassed1>> <</silently>>\ <<header>>\ <<page>>\ You yelp and try to twist away! $temp.firstFriend and Jonny laugh and splash you, while you fight Gaz in a tug of war over your bikini bottoms. LATER INSERT A CONTEST HERE, KATE COORD VS GAZ STRENGTH TO SEE IF SHE WINS. FOR NOW ASSUME SHE WINS. You eventually manage to wriggle out of the jacuzzi, with a grin on your face and your modesty mostly intact. "I'm gonna go find the others," you say as you scoop up your top. You wrap yourself in a big towel and head [[up to your room|CORTUB-5100 Hotel room]]. <</page>>
<<silently>> <<set $avatar.clothing.delete("/foreignAdventure/10_bikini-whiteBikiniBottoms")>> <<avatar-sassy>> <</silently>>\ <<header>>\ <<page>>\ You giggle and struggle – but not //too// much – as Gaz peels your bikini bottoms down your legs and off. He flings them hard at Jonny's face, but his friend – forewarned – ducks aside. "Oh, great," you say as half your bikini flies out into the dark undergrowth. "Thanks Gaz." The battle over due to lack of ammunition, you and $temp.firstFriend go back to your makeout sessions – naked this time. It's not long before Gaz's shorts are down and the tip of his dick is slipping <<if $kate.quirks.includes("strictCondomPolicy")>>[[between your lips|CORTUB-4350 Condom admin]].<<else>>[[into you|CORTUB-4400 Hot tub cowgirl]]<</if>>. <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ "Condom," you say, reaching down and pushing his erection aside. "Oh, c'mon," he protests, but a moment later he's padding naked along the poolside to find his wallet. Jonny's already inside Jade by the time Gaz slips back into the water, his dick encased in a yellow latex sheath. You straddle him again, and [[guide him into you|CORTUB-4400 Hot tub cowgirl]]. <</page>>
<<silently>> <<avatar-sexFace>> <</silently>>\ <<header>>\ <<page>>\ His cock slides up inside you, making you gasp. Gaz isn't especially your type, but you were very turned on before he even touched you, and he fucks you with the skill and confidence of a man who's had sex with 53 different women in the past six months. You squeeze your pussy on his cock, trying to give him something more than all those other girls. Behind you, $temp.firstFriend cries out noisily as she comes. <<link "//Come quietly.//" "CORTUB-4500 Kate orgasm">><<set $temp.kateSays to "yeahBaby">><</link>> <<link "//Come noisily.//" "CORTUB-4500 Kate orgasm">><<set $temp.kateSays to "YEAHBABY">><</link>> <</page>>
<<silently>> <<avatar-orgasmFace>> <</silently>>\ <<header>> <<page>> <<if $temp.kateSays == "yeahBaby">>\ While $temp.firstFriend trills noisily behind you, you orgasm more quietly and intimately, your arms wrapped around Gaz as his thrusting cock makes you come. <<elseif $temp.kateSays == "YEAHBABY">>\ Your cries harmonise with your best friend's as the boys make you both come at the same time. <<else>>\ (ERROR IN TEMP.KATESAYS VAR) <</if>>\ When your senses return, it feels like Gaz is really close. You redouble your efforts to make him come, bouncing on his stiff cock frantically. Although you can't see her, you can tell from the noise in the water that $temp.firstFriend is doing the same, trying to get her man off now her orgasm's been achieved. It almost feels like you're competing. //Make a contested Sexpert roll versus Jade; highest roller wins. (If you tie, the game will toss a coin to decide the winner.) You'll add your <i>Beauty</i> (<<if $kate.attributes.beauty.level gte 0>>+<</if>>$kate.attributes.beauty.level) to the roll. $temp.firstFriend will add +1 to her roll.// <div id="dice-rolled"> <<button "Roll Dice">> <<set _randomKate to random(1,10)>> <<set _randomRival to random(1,10)>> <<set _dice to "1d10 @ "+_randomKate>> <<set _bonusRival to 1>> <<set _beauty to $kate.attributes.beauty.level>> <<set _resultKate to _randomKate + _beauty>> <<set _resultRival to _randomRival + _bonusRival>> <<rollDice _dice>> <<replace '#dice-rolled'>> $temp.firstFriend rolled _randomRival (+ _bonusRival) = _resultRival <<nobr>>You rolled <div class="tooltip"> _randomKate <span class="tooltiptext">Dice roll</span> </div> + <div class="tooltip"> _beauty <span class="tooltiptext">Beauty score</span> </div> + = _resultKate<</nobr>> <<if _resultKate gt _resultRival>>\ [[Contest won!|CORTUB-4600 Money shots][$temp.kateSays to "winner"]]\ <<elseif _resultKate lt _resultRival>>\ [[Contest lost.|CORTUB-4600 Money shots][$temp.kateSays to "loser"]]\ <<else>>\ <<set _coin to random(1,2)>>\ <<if _coin eq 2>>\ (Tied! Coin toss...won!) [[Contest won!|CORTUB-4600 Money shots][$temp.kateSays to "winner"]]\ <<else>>\ (Tied! Coin toss...lost.) [[Contest lost.|CORTUB-4600 Money shots][$temp.kateSays to "loser"]]\ <</if>>\ <</if>>\ <</replace>> <</rollDice>> <</button>> </div> <</page>>
<<silently>> <<avatar-horny>> <</silently>>\ <<header>>\ <<page>>\ <<if $temp.kateSays == "winner">>\ Gaz's cock feels stiff and sensitive inside you. It doesn't take long, and soon it's all over. He grips your shoulders tight as he comes. You slither off him, <<if hasVisited("CORTUB-4350 Condom admin")>>and he tosses the used condom away, out into the night. //Probably landed on my bikini,// you think.<<else>>a little concerned that you just had unprotected sex with such a player. //Oh well, too late to worry about it now.//<</if>> You and Gaz hold hands and sip your beers, chilling out while $temp.firstFriend works to get Jonny off. After a few more moments, he manhandles her into a new position, bending her over the side of the jacuzzi and fucking her hard. Soon his cum is trickling out of her pussy, and she giggles as she slides back into the water. "Yep, still straight," she says. "Thanks Jonny." <<else>>\ Jade gets Jonny off first, ending things behind you in just a few thrusts. Behind your back she slithers off him, and the two of them hold hands and sip their beers while they watch you work to make Gaz come. After a few moments he manhandles you into a new position, bending you over the side of the jacuzzi and fucking you hard. <<if hasVisited("CORTUB-4350 Condom admin")>>Soon his fingers dig into your hips as he fills up the condom. He pulls out, and throws it away into the night. //Probably landed on my bikini,// you think as you slide back into the water.<<else>>Soon his cum is tricking out of your pussy, and you slide back into the water.<</if>> "Well, yep, I'm still straight," giggles $temp.firstFriend. "How about you, babe?" <</if>>\ <<link "//Chill out.//" "CORTUB-4700 Post orgasmic chill">><</link>> <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ You drink and chat together for a while longer, enjoying the post-orgasmic chill. A while later, some of the other reps join you. It doesn't escape their notice that you and $temp.firstFriend are both naked, but nobody seems to care. At about 3am, you and $temp.firstFriend wriggle back into your bikinis, and head up to your room to [[sleep off the party|CORFU-6000 Handover]]. <</page>>
<<silently>> <<avatar-restingBitchFace>> <</silently>>\ <<header>>\ <<page>>\ "Game's over, guys," you say flatly. "I'm gonna go find the others." You hoist yourself up onto the side of the jacuzzi<<if hasVisited("CORTUB-1600 Kate gets topless")>>, giving the boys their last eyeful of your naked breasts as you sit there and put your top back on<</if>>. "Killjoy," Jonny boos. "It's alright," says $temp.firstFriend, while you wrap yourself in a big towel. //"I'm// still playing. Gimme a different dare, anything you like..." You head back up to [[your room|CORTUB-5100 Hotel room]]. <</page>>
<<silently>> <<avatar-stripNaked barefoot braless>> <<characterCreator-unsetHair>> <<set _path1 to "teenRom/">> <<switch $kate.hairColour>> <<case "Black" "black">> <<set _hairColour to "black">> <<case "Blonde" "blonde">> <<set _hairColour to "blonde">> <<case "Ginger" "ginger">> <<set _hairColour to "ginger">> <<case "lightBrown" "Light brown" "Light Brown" "light brown" "lightbrown" "Brown" "brown">> <<set _hairColour to "lightBrown">> <</switch>> <<set $avatar.foreground.pushUnique("/teenRom/10_longHair-longMessyWet-"+_hairColour+"-front"), $avatar.background.pushUnique("/teenRom/90_longHair-longMessyWet-"+_hairColour+"-back")>> <<set $avatar.background.pushUnique("/foreignAdventure/africa/20_wetTowel")>> <<set $avatar.background.pushUnique("/foreignAdventure/africa/19_wetTowelShadow")>> <<characterCreator-unsetShadow>> <<characterCreator-unsetEyes>> <<set $avatar.body.pushUnique("/teenRom/50_genericClosedEyes")>> <<set _katesFantasy to $kate.kinks.random()>> <<if hasVisited("CORTUB-3000 BFF OMG")>> <<if _katesFantasy == "exhibitionist">> <<set _fantasise to "replay your kiss with your best friend. She's coming back to this room later; you fantasise about sleeping naked tonight, leaving the bedsheets off so she can find you like that...">> <<elseif _katesFantasy == "submissive">> <<set _fantasise to "replay your kiss with your best friend. You fantasise about what it would have been like if Jonny and Gaz kept daring you, making you go further and further with each other...">> <<elseif _katesFantasy == "masochist">> <<set _fantasise to "replay your kiss with your best friend. Jonny and Gaz were so turned on; you fantasise about the two men just ravishing you both, no conversation, just the two of you bent over the hot tub with your bikinis yanked down while the guys fuck you hard...">> <</if>> <<else>> <<if _katesFantasy == "exhibitionist">> <<set _fantasise to "fantasise about what it would have been like to kiss another girl in front of Gaz and Jonny. Not your best friend, someone safer, one of the other reps...maybe the tarty one from the Kavos team. You imagine getting to grips with her in the jacuzzi while Gaz and Jonny watch...">> <<elseif _katesFantasy == "submissive">> <<set _fantasise to "fantasise about what it would have been like if Gaz and Jonny //made// you make out with her. If you //had// to. You imagine having no choice but to make out with your best friend while Gaz and Jonny watched...">> <<elseif _katesFantasy == "masochist">> <<set _fantasise to "fantasise about what it would have been like if they hadn't //let// you leave. You imagine Gaz and Jonny pulling you back into the pool, ripping off your bikini, calling you a cocktease, your best friend just watching while they take turns on you...">> <</if>> <</if>> <<avatar-orgasmFace>> <</silently>>\ <<header>>\ <<page>>\ Back in your room, you peel off your sopping wet bikini and jump under the shower. You pull the showerhead down from the wall, set it in pulse mode, and aim it between your thighs. The sensation's amazing, and between pulses you _fantasise It doesn't take long, and soon you feel the familiar sensation building up. Using your free hand you caress your clit, working the orgasm to the surface. It hits you suddenly, a powerful pulsing orgasm that buckles your legs and makes you nearly slip onto the tiles. Immediately you feel all the tension [[slip away|CORTUB-5900 Jade returns]]. <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ "I think I'm gonna leave you guys to it," you say. You hoist yourself up onto the side of the jacuzzi<<if hasVisited("CORTUB-1600 Kate gets topless")>>, put your top back on<</if>> and head back [[into the hotel|CORTUB-5100 Hotel room]]. <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairLongMessy>> <<if $kate.quirks.includes("commando")>> <<set $temp.kateIsWearing to["nightie"]>> <<set $avatar.underwear.pushUnique("/foreignAdventure/africa/40_africaTop-whiteFlaredLongSleepingTShirtFoxHug-" +$kate.braSize)>> <<else>> <<set $temp.kateIsWearing to["top", "knickers"]>> <<set $avatar.underwear.pushUnique("/foreignAdventure/africa/10_africaPants-whiteBikiniPantsRipley")>> <<set $avatar.underwear.pushUnique("/foreignAdventure/africa/10_africaVest-whiteRacerbackVestRipley-" +$kate.braSize)>> <</if>> <<characterCreator-unsetShadow>> <<characterCreator-unsetEyes>> <<set $avatar.body.pushUnique("/teenRom/50_genericClosedEyes")>> <</silently>>\ <<header>>\ <<page>>\ You're asleep when Jade slips into the room, //much// later, and crashes out. Gossip reaches you in the next few days that Jonny and Gaz spitroasted her in the jacuzzi after you left. <<link "//Continue//" "CORFU-6000 Handover">><</link>> <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-hotPinkToeThongFlipFlops")>> <<set $avatar.underwear.pushUnique("/foreignAdventure/20_bikini-greenHalterTiePlungeBikiniTop-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shorts-midBlueDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_top-orangeCroppedExoticVestWithSpaghettiStraps-" +$kate.braSize)>> <<set $avatar.foreground.pushUnique("/foreignAdventure/10_beachBagStrap")>> <<set $avatar.background.pushUnique("/foreignAdventure/80_beachBagSlung")>> <<avatar-niceToMeetYou>> <</silently>>\ <<header>>\ <<page>>\ Tourists like renting mopeds, even though they fall off them a lot. It's customary for the reps to hold a secret sweepstake after a new transfer, betting on which guest will come off a hire bike first. <<if hasVisited("UKYOUTH-11200 Pizza delivery job")>>\ As an ex-pizza delivery girl in London, though, you're an expert on a moped. You use them all the time to get around Corfu. <<else>>\ You were a little nervous about them at first, but after trying one for the first time, you were hooked – buzzing about on a moped is the best way to get around Corfu. <</if>>\ The hire shops just lend you a bike whenever you need one, no charge – in fact, later in the season, they'll often slip you some Euros in an envelope marked <<= $kate.firstName.toUpperCase()>>, commission for the tourists you send their way. <<link "//Borrow a moped//" "CORTOP-1100 Borrow a moped">><</link>> <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ It's your day off. Jade's working, and you're a little hung over, so you've decided to spend today just chilling out on the beach. You don't want to be bothered by guests, so you borrow a moped and [[ride out to Kontogialos Beach|CORTOP-1200 Moped ride]]. It's only about ten miles away from Corfu town, but it's in a secluded bay and it won't be overrun by tourists. <</page>>
<<silently>> <<set $header.line1 to "''KONTOGIALOS BAY,'' CORFU">> <</silently>>\ <<header>>\ <<page>>\ You enjoy a half-hour ride over the hot rugged island, buzzing through dramatic landscapes and sleepy villages. The fresh air adrenaline buzz clears away your hangover in the first couple of miles. <<image "/locationPhotos/corfu/viewOverBay.jpg" 200 1000 600 0>>\ You park up on a scratchy clifftop above the beach, and spend a moment just gazing out over the Ionian Sea, watching white wavetips crash in a crystal blue ocean. //This is the life,// you muse, not missing London one bit. Then you carry your stuff down the steep rugged path [[to the beach|CORTOP-1300 Beach setup]]. <</page>>
<<silently>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shorts-midBlueDenimDaisyDukesOpenGreenBikiniBottoms")>> <<set $avatar.foreground.delete("/foreignAdventure/10_beachBagStrap")>> <<set $avatar.background.delete("/foreignAdventure/80_beachBagSlung")>> <<set $avatar.clothing.delete("/foreignAdventure/20_shorts-midBlueDenimDaisyDukes")>> <<set $avatar.background.push("/foreignAdventure/20_beachStuffUnpacked")>> <<set $avatar.background.push("/foreignAdventure/19_beachStuffUnpackedShadow")>> <<set $header.line1 to "''KONTOGIALOS BEACH,'' CORFU">> <<if $kate.quirks.includes("andyMcNabFan")>> <<set _readingMaterial to "the latest McNab novel">> <<elseif $kate.quirks.includes("sportsStar")>> <<set _readingMaterial to "Dame Kelly Holmes's autobiography, //Black & White//">> <<elseif $kate.quirks.includes("geekGirl")>> <<set _readingMaterial to "//A Feast for Crows// by George R. R. Martin">> <<elseif $kate.quirks.includes("alphaFemale")>> <<set _readingMaterial to "a copy of //Cosmo//">> <<elseif $kate.quirks.includes("rockChick")>> <<set _readingMaterial to "a kiss-and-tell backstage biography by a roadie for Mötley Crüe in the 80s">> <<else>> <<set _readingMaterial to "(ERROR IN READINGMATERIAL TEMP VAR)">> <</if>> <</silently>>\ <<header>>\ <<page>>\ Down on the beach it's pretty quiet – a few locals and tourists, nobody you recognise. <<image "/locationPhotos/corfu/beach.jpg" 200 1000 550 0>>\ You find a quiet spot to lay out your beach towel, then unpack your gear: suntan lotion, water bottle, _readingMaterial. <<link "//Strip down to your bikini//" "CORTOP-1400 Beach bikini strip">><</link>> <</page>>
<<silently>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_bikini-greenFrillSidedBikiniBottoms")>> <<set $avatar.clothing.delete("/foreignAdventure/20_shorts-midBlueDenimDaisyDukesOpenGreenBikiniBottoms")>> <<set $avatar.clothing.delete("/foreignAdventure/20_top-orangeCroppedExoticVestWithSpaghettiStraps-" +$kate.braSize)>> <<set $avatar.clothing.delete("/foreignAdventure/20_shoes-hotPinkToeThongFlipFlops")>> <</silently>>\ <<header>>\ <<page>>\ You strip down to your bikini, and languidly oil yourself up with suntan lotion. <<if $kate.hairColour == "Ginger">>As a natural redhead, you'd die without this stuff.<</if>> It's a hot day, but there's a lovely cooling breeze coming in off the ocean. //Perfect.// <<link "//Sunbathe.//" "CORTOP-1500 Sunbathe">><</link>> <</page>>
<<silently>> <<avatar-asleep>> <</silently>>\ <<header>>\ <<page>>\ You luxuriate in the sun's rays for a half hour or so, sometimes reading your book, sometimes wading out into the sea to cool off. You can feel the stress caused by six long days of running around after gaggles of guests ebbing out of you, like an almost physical sensation. A few more tourists have arrived, but the little beach is still quiet. Now's a good time to even up your tan. <<link "//Go topless.//" "CORTOP-1600 Going topless">><</link>> <<link "//Keep your top on.//" "CORTOP-1700 Sunbathing">><</link>> <</page>>
<<silently>> <<set $avatar.underwear.delete("/foreignAdventure/20_bikini-greenHalterTiePlungeBikiniTop-" +$kate.braSize)>> <<characterCreator-setBreasts "bare">> <<update-avatar-tattoo-piercing "bare">> <</silently>>\ <<header>>\ <<page>>\ You take a subtle glance around, then sit up and untie your bikini top. $temp.firstFriend says going topless feels like taking off a plaster, and you know what she means; freeing your breasts from a wet bikini, and letting them feel the sun and the breeze, feels incredibly natural and liberating. You tuck your top away in your bag, apply some lotion to your bare breasts, then lay back and [[relax in the sun|CORTOP-1700 Sunbathing]]. <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ You read, swim, and bask in the glorious sunshine. It's so nice to have a day totally to yourself, away from all the guests and the other reps. More tourists arrive, including a couple of hunky surfers, who pretend not to check you out as they carry their boards past you. You pretend not to notice, but suck in your stomach and arch out your boobs as they pass. //Eat your hearts out, boys.// Soon they're out in the ocean, picking up waves, and you go back to [[your book.|CORTOP-1800 Title Card]] <</page>>
<<page>>\ [[SOME TIME LATER...|CORTOP-2000 Recognised!]] <</page>>
<<silently>> <<avatar-normal>> <<avatar-expr-eyebrows-rogerMoore>> <</silently>>\ <<header>>\ <<page>>\ "$kate.firstName?" You glance up at the voice approaching – and see four vaguely familiar faces break out into friendly grins. "Ah, we //thought// it was you!" Propping yourself up on your elbows, you recognise Gethin and three of his mates. They're part of a larger group of Welsh boys who arrived yesterday, here on a lads holiday, now carrying beach bags and rented surfboards. You ran their welcome meeting at the hotel, and sold them a bar crawl excursion, some golf and a booze cruise. You were wearing quite a lot more when you did that, of course! [[Um...hi!|CORTOP-2100 Hello boys!]] <</page>>
<<silently>> <<avatar-normal>> <<avatar-expr-eyebrows-worried>> <<avatar-expr-eyes-big>> <<avatar-expr-nose-scrunch>> <<avatar-expr-mouth-smirk>> <</silently>>\ <<header>>\ <<page>>\ "Uh...hi!" you say, feeling a bit startled. "Mind if we join you?" Gethin asks, in his sing-song Welsh accent. [[Uh, sure...|CORTOP-2200 The Welshies join][$temp.kateSays to "sure"]] [[Actually, it's my day off...|CORTOP-2200 The Welshies join][$temp.kateSays to "dayOff"]] <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ <<if $temp.kateSays == "sure">>\ "Er...sure!" you say. <<elseif $temp.kateSays == "dayOff">>\ "Actually, it's my day off..." you explain. "Ah, that's why you're out of uniform!" Gethin chuckles, not taking the hint. <<else>>\ (ERROR IN TEMP.KATESAYS VAR) <</if>>\ The Welshies set down their bags and boards around you and start unpacking. While doing so they ask you a bunch of questions...//is there a bar? Are there toilets? I saw an ice cream van, d'you want an ice cream?// It looks like you're stuck with them. <<if hasVisited("CORTOP-1600 Going topless")>>\ <<link "//Put your top back on.//" "CORTOP-2200 Kate covers up">><</link>> <<link "//Stay topless.//" "CORTOP-2300 Kate stays topless">><</link>> <<else>>\ <<link "//Help with their enquiries.//" "CORTOP-2300 Kate stays topless">><</link>> <</if>>\ <</page>>
<<silently>> <<set $avatar.underwear.pushUnique("/foreignAdventure/20_bikini-greenHalterTiePlungeBikiniTop-" +$kate.braSize)>> <<characterCreator-setBreasts>> <<update-avatar-tattoo-piercing>> <<avatar-normal>> <<avatar-expr-eyebrows-rogerMoore>> <<avatar-expr-blush>> <</silently>>\ <<header>>\ <<page>>\ As they unpack, you rummage around in your bag for your bikini top, and slip it back on as fast as you can. "Ah, don't dress up on our account!" laughs Gethin. "We don't mind, do we boys?" There's a chorus of //no, not at all//s, but you decide to stay covered up for the [[rest of the afternoon|CORTOP-3000 Drinks?]]. <</page>>
<<silently>> <<avatar-normal>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-mouth-sexy>> <</silently>>\ <<header>>\ <<page>>\ You answer their questions as best you can, even though this part of the island is a little bit outside your normal patch. Sitting around <<if hasVisited("CORTOP-1600 Going topless")>>half-naked<<else>>in just your bikini<</if>> with a bunch of boys you just met yesterday – and supposedly have some authority over – feels a little weird. But they don't make a big deal out of it, so you just play it cool. <<if hasVisited("CORTOP-1600 Going topless")>>\ Rhodri brings you an ice cream, and you watch their bags while they paddle out into the sea and try to [[catch some waves|CORTOP-2400 Take some pictures?]]. <<else>>\ Rhodri brings you an ice cream, and you watch their bags while they paddle out into the sea and try to catch some waves. You end up hanging with them for the [[rest of the day|CORTOP-3000 Drinks?]]. <</if>>\ <</page>>
<<silently>> <<avatar-normal>> <</silently>>\ <<header>>\ <<page>>\ During a break, Gethin asks if you can take some photos of them surfing and with their boards, for their friends back home. He shows you how to take photos on his T-Mobile smartphone, and you wade out waist-deep into the water to catch a bunch of photos of the boys out on their boards on the low waves. <<link "//Show Gethin the pictures.//" "CORTOP-2500 Kate shows the photos">><</link>> <</page>>
<<silently>> <</silently>>\ <<header>>\ <<page>>\ Back on the beach, Gethin stands beside you and watches while you click through the snaps you took. Some of them are pretty good! "Nice," he says. He takes his phone back, then passes it immediately to Rhodri. "Rhod, get a picture of me with $kate.firstName." [[You want a photo with me?|CORTOP-2600 You want a photo?]] <<if $kate.kinks.includes("exhibitionist")>>\ //[Exhibitionist] [[Pose with Gethin.|CORTOP-2800 Kate poses with Gethin]]// <<else>>\ <span class="greyedOut">//[Exhibitionist] Pose with Gethin.//</span> <</if>>\ <</page>>
<<silently>> <<avatar-expr-eyebrows-raised>> <<avatar-expr-mouth-sexy>> <</silently>>\ <<header>>\ <<page>>\ "You want a photo with me?" you ask. "Yeah, yeah! Everybody back home will want to see our pretty holiday rep!" //Yeah, topless!// you think cynically, but that part goes unspoken. [[No photos.|CORTOP-2700 No photos]] <<if $kate.kinks.includes("exhibitionist") or $kate.attributes.agreeableness.level gt 0>>\ //[Exhibitionist or Agreeable] [[Pose with Gethin.|CORTOP-2800 Kate poses with Gethin]]// <<else>>\ <span class="greyedOut">//[Exhibitionist or Agreeable] Pose with Gethin.//</span> <</if>>\ <</page>>
<<silently>> <<avatar-normal>> <</silently>>\ <<header>>\ <<page>>\ "No photos," you declare, not dumb enough to fall for that one. "Damn. Lucky I've got a photographic memory," quips Gethin. //"Byddwch yn ei ddefnyddio heno, Geth?"// asks Rhodri. "I think we all will," Gethin laughs, then translates for you. "Sorry. He asked if I'd be using my 'photographic memory' tonight." "Way to give the game away, Geth." "She probably thought you said something //terrible,// Rhod, you tit. Speak English." <<link "//Continue//" "CORTOP-3000 Drinks?">><</link>> <</page>>
<<silently>> <<avatar-horny>> <</silently>>\ <<header>>\ <<page>>\ "Say cheese!" says Rhodri. You smile for the camera, an arm around Gethin's waist. //Click! Click! Click!// Everybody wants one after that, of course. You spend the next five minutes smiling for various phone cameras, posing with various Welsh boys. //Click! Click! Click! Click! Click!// Everybody gets a turn. You're pretty sure those photos will be doing the rounds among the rest of their group [[later|CORTOP-3000 Drinks?]]. <</page>>
<<silently>> <<avatar-normal>> <</silently>>\ <<header>>\ <<page>>\ Despite coming here to get //away// from the guests, the Welsh boys are actually pleasant company. Watching them out catching waves is quite impressive, and Lewys teaches you how to pronounce the longest place name in Wales: Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch (which means //St. Mary's Church in the Hollow of the White Hazel near a Rapid Whirlpool and the Church of St Tysilio of the Red Cave).// "We just call it Llanfair P.G., though," he admits. As the sun starts to set and the air starts to cool, they start packing up their stuff. "We're going drinking," Gethin says, "wanna come?" [[Sure!|CORTOP-3300 Drinking with the Welshies]] [[Thanks but no.|CORTOP 3100 Kate bails]] <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-hotPinkToeThongFlipFlops")>> <<set $avatar.underwear.pushUnique("/foreignAdventure/20_bikini-greenHalterTiePlungeBikiniTop-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shorts-midBlueDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/50_shirt-whiteVNeckThreeQuarterLengthSleevedBeachTop-" +$kate.braSize)>> <<set $header.line1 to "''KONTOGIALOS BAY,'' CORFU">> <</silently>>\ <<header>>\ <<page>>\ "Thanks," you say, "but I've gotta get my moped back." They help you carry your bag back up the cliff, then shout cheery farewells as you buzz away into the warm evening. //Nice guys,// you think as you ride back across the island, but you're glad you're not on a pub crawl with them. You've got to [[work tomorrow|CORTOP-3200 Morning after]]. <</page>>
<<silently>> <<avatar-stripNaked>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.underwear.pushUnique("30_thong-plain-nude")>> <<set $avatar.underwear.pushUnique("30_bra-plain-nude-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformShoes-navyPatentHeels")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_sunToursUniformSkirt-navyOverTheKneePencil")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/30_sunToursUniformTop-skyBlueShirtWithRolledUpSleevesAndNavyNeckScarf-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/40_sunToursUniformBelt-navyAndSkyBlueStripedBelt")>> <</silently>>\ <<header>>\ <<page>>\ Next morning, Gethin and his friends look like zombies at the breakfast buffet. But they perk up when they see you, a little Welsh chorus of "Hi <<= $kate.firstName>>s" ringing out as you pass. <<if hasVisited("CORTOP-2800 Kate poses with Gethin")>> Some of the keenest greetings come from the boys who weren't on the beach yesterday //– yeah, those pics have done the rounds,// you think.<</if>> [[Hi guys, enjoy the golf.|CORTOP-3250 Enjoy the golf]] <</page>>
<<silently>> <<avatar-expr-mouth-smile>> <</silently>>\ <<header>>\ <<page>>\ "Morning boys," you beam as you walk past. "Enjoy the golf." <<if hasVisited("CORTOP-3800 Morning after")>>\ There's a cheery round of //Bye <<= $kate.firstName>>s,// then one of them spoils it. "Bet you a tenner she took it up the arse," he sniggers when you're not //quite// out of earshot. <<elseif hasVisited("CORTOP-3300 Drinking with the Welshies")>>\ There's a cheery round of //Bye <<= $kate.firstName>>s,// then one of them spoils it. "Can't believe none of you fucked that slag," he sniggers when you're not //quite// out of earshot. <<else>>\ There's a cheery round of //Bye <<= $kate.firstName>>s,// then one of them spoils it. "Wouldn't mind sticking my wood in //that,"// he sniggers when you're not //quite// out of earshot. <</if>>\ //Ugh, what a dickhead.// You keep walking, pretending you didn't hear. <<link "//Continue//" "CORFU-4000 Getting the hang">><</link>> <</page>>
<<silently>> <<avatar-stripNaked barefoot>> <<lifepath-18yrAvatarHairPonytail>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shoes-hotPinkToeThongFlipFlops")>> <<set $avatar.underwear.pushUnique("/foreignAdventure/20_bikini-greenHalterTiePlungeBikiniTop-" +$kate.braSize)>> <<set $avatar.clothing.pushUnique("/foreignAdventure/20_shorts-midBlueDenimDaisyDukes")>> <<set $avatar.clothing.pushUnique("/foreignAdventure/50_shirt-whiteVNeckThreeQuarterLengthSleevedBeachTop-" +$kate.braSize)>> <<set $avatar.foreground.pushUnique("/foreignAdventure/10_beachBagStrap")>> <<set $avatar.background.pushUnique("/foreignAdventure/80_beachBagSlung")>> <<set $header.line1 to "''ALEXANDROS TAVERNA,'' CORFU">> <<set $temp.randomWelshie to either("Gethin", "Rhodri", "Lewys")>> <</silently>>\ <<header>>\ <<page>>\ <<image "/locationPhotos/corfu/gyros.jpg" 300 1000 600 0>>\ Up in the garden of a clifftop taverna, you and your new Welsh friends wolf down freshly-cooked gyros (which are like donor kebabs, but much more delicious: with healthier, tastier meat, wrapped in fluffier, fresher bread). You wash them down with ice-cold Corfu Lagers, chatting and watching a dazzling pink and purple ocean sunset. Then the boys call a taxi, and you ride back with them into Corfu town for a night of drinking, karaoke, and dancing on tables! You wisely avoid joining in with their rounds of raki and ouzo shots – "I've gotta work in the morning," you explain over and over again – but by midnight you're drunk anyway and it's time to go home. <<if $kate.quirks.includes("Easy")>>\ <span class="greyedOut">//[Not Easy]// Go home alone</span> <<else>>\ <<link "//Go home alone.//" "CORTOP-3400 Home alone">><</link>> <</if>>\ <<link "//Go home with $temp.randomWelshie.//" "CORTOP-3500 Bringing back company">><</link>> <</page>>
<<silently>> <<set $header.line1 to "''YOUR APARTMENT,'' CORFU">> <</silently>>\ <<header>>\ <<page>>\ You slip away from the Welshies and walk back to your apartment. Just like the last six days, you spent the day with guests and ended up drunk! So much for a restful day off!