Untitled
4 years ago in HTML
<!doctype html>
<html
ng-controller="AppController"
inv-key-combos
inv-realtime
lang="en"
ng-class="{ 'embed': share.isEmbed }">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="referrer" content="origin" />
<title ng-bind="windowTitle">
Loading Share Experience
</title>
<link rel="icon" type="image/png" href="https://static.invisionapp-cdn.com/spa/cfprojects/common/img/favicon-16x16.2648d8282b.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://static.invisionapp-cdn.com/spa/cfprojects/common/img/favicon-32x32.94899e98c6.png" sizes="32x32" />
<!-- Custom webfonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link type="text/css" rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&display=swap">
<script>
window.amplitudeQueue = window.amplitudeQueue || [];
</script>
<script>
if (typeof Object.assign != 'function') {
Object.assign = function(target) {
'use strict';
if (target == null) {
throw new TypeError('Cannot convert undefined or null to object');
}
target = Object(target);
for (var index = 1; index < arguments.length; index++) {
var source = arguments[index];
if (source != null) {
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
}
return target;
};
}
if (!Array.prototype.includes) {
//or use Object.defineProperty
Array.prototype.includes = function(search){
return !!~this.indexOf(search);
}
}
window['GoogleAnalyticsObject'] = 'ga';
window['ga'] = window['ga'] || function() {
(window['ga'].q = window['ga'].q || []).push(arguments)
};
</script>
<!-- inject:css -->
<link rel="stylesheet" href="https://static.invisionapp-cdn.com/spa/cfprojects/share/lib/vendor.min.f26757dacb.css" />
<link rel="stylesheet" href="https://static.invisionapp-cdn.com/spa/cfprojects/share/lib/style.min.8ce04d2111.css" />
<!-- endinject -->
</head>
<body ng-class="bodyClass" ng-style="bodyStyle" class="share-v2">
<!-- <div style="height:30px;width:100%;z-index:500;background-color:#000;text-align: center;font-weight: bold;color: white;padding-top:20px;">V2 Share Experience</div> -->
<!-- BEGIN: Loading Sequence. -->
<div
ng-if="isLoadingOpen"
ng-controller="loading.LoadingController"
inv-loading-sequence
class="m-loading"
ng-class="{ 'embed': share.isEmbed }">
<!-- BEGIN: Loading Indicator. -->
<div class="loading-backdrop" style="background-color: &#x23;fafafa">
<div class="loading-container">
<div class="status-container"
style="background-image: none;">
<svg
id="svg" width="256" height="256" viewport="0 0 256 256"
version="1.1" xmlns="http://www.w3.org/2000/svg"
style="transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg);">
<circle
r="125"
cx="128"
cy="128"
fill="transparent"
stroke-width="3px"
stroke="&#x23;f0f0f0">
</circle>
<circle
r="125"
cx="128"
cy="128"
fill="transparent"
stroke-width="5px"
stroke="{{ config.customShareBranding.spinnerColor }}"
stroke-dasharray="785.4"
stroke-dashoffset="{{ 785.4 - ( ( percentLoaded / 100 ) * 785.4 ) }}">
</circle>
</svg>
<div style="height: 249px;width: 249px;border-radius: 100%;overflow: hidden;position: absolute;top: 4px;z-index: -1;left: 4px;">
<img src="https&#x3a;&#x2f;&#x2f;s3.invisionapp-cdn.com&#x2f;storage.invisionapp.com&#x2f;branding&#x2f;share&#x2f;primary&#x2f;8101-custom-share-logo.png&#x3f;x-amz-meta-iv&#x3d;1588506334425&amp;response-cache-control&#x3d;max-age&#x25;3D2419200&amp;AWSAccessKeyId&#x3d;AKIAJFUMDU3L6GTLUDYA&amp;Expires&#x3d;1590969600&amp;Signature&#x3d;tjD8nHutVZCjNgSkSXb87GGTkg8&#x25;3D" style="position: absolute;top: 50%;left: 50%; max-width: 100%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);" />
</div>
</div> <!-- status-container -->
<h2 style="color: &#x23;414042">
Spinning up Trilogy Rapid Engineering experience
</h2>
</div> <!-- loading-container -->
</div> <!-- loading-backdrop -->
<!-- END: Loading Indicator. -->
</div>
<!-- END: Loading Sequence. -->
<div ng-include=" '/assets/apps/share/views/partials/preload.htm' "></div>
<div ng-include=" '/assets/apps/share/views/layouts/modal.htm' "></div>
<div ng-include=" '/assets/apps/share/views/toolbar/toolbar.htm' "></div>
<div ng-include=" '/assets/apps/share/views/powered-by/powered-by.htm' "></div>
<div ng-include=" '/assets/apps/share/views/partials/auth-ask-banner.htm' "></div>
<div
ng-if="isBrowseOpen"
ng-include=" '/assets/apps/share/views/browse/browse.htm' ">
</div>
<!--
In order to be able to disable horizontal scrolling for some screens, we
need to wrap the view in order to be able to maintain screen alignment.
-->
<div class="desktop-wrapper">
<!-- Tour Points (in preview mode). -->
<div
ng-if="( subview == 'preview' )"
ng-include=" '/assets/apps/share/views/preview/preview-tour-comments.htm' ">
</div>
<div
ng-if="( subview == 'comments' )"
ng-include=" '/assets/apps/share/views/comments/comments.htm' ">
</div>
<div
ng-if="( subview == 'preview' )"
is-share-loaded="{{ ! isLoadingOpen }}"
inv-preview-auto-redirect-listener
ng-include=" '/assets/apps/share/views/preview/preview.htm' ">
</div>
<div
ng-show="( subview == 'comments' )"
ng-include=" '/assets/apps/share/views/screens/screens.htm' ">
</div>
</div>
<div
ng-if="browserCompatibility.isNotCompatible"
class="m-browser-compatibility ng-cloak">
</div>
<script id="config">
window.config = JSON.parse( "\x7B\x22screens\x22\x3A\x5B\x7B\x22thumbnailUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fscreens\x2Fthumbnails\x2F410095386.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dmdi\x3D0\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3DGesWJe\x252F\x252BkFKSRY9jr6VsEBu\x252B0b0\x253D\x22,\x22extended\x22\x3A\x7B\x7D,\x22isArchived\x22\x3Afalse,\x22screenTypeID\x22\x3A1,\x22backgroundImageWidth\x22\x3A\x22\x22,\x22createdAt\x22\x3A1584655401000,\x22zoomScrollBehavior\x22\x3A1,\x22updatedByUserName\x22\x3A\x22Milos\x20Sretin\x22,\x22backgroundImageUrl\x22\x3A\x22\x22,\x22backgroundImageHeight\x22\x3A\x22\x22,\x22clientFilename\x22\x3A\x22Desktop\x20\x2D\x207_6_3\x20Role\x20edit\x20skills\x20technical\x402x.png\x22,\x22backgroundFrame\x22\x3Afalse,\x22hasInspectData\x22\x3Atrue,\x22backgroundImagePosition\x22\x3A\x22tile\x2Dhorizontally\x22,\x22isProcessed\x22\x3Atrue,\x22screenGroupId\x22\x3A0,\x22width\x22\x3A2880,\x22unreadCommentCount\x22\x3A0,\x22name\x22\x3A\x22Desktop\x20\x2D\x207\x206_3\x20Role\x20Edit\x20Skills\x20Technical\x22,\x22screenUploadState\x22\x3A2,\x22backgroundColor\x22\x3A\x22F3F3F3\x22,\x22fixedHeaderHeight\x22\x3A0,\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fdrive.google.com\x2Fuc\x3fid\x3d1Te4ICYppi4pNwuO5SR2wcNFWZL9b5Y27\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3DqVhInN\x252BE1sKt5PkoKK\x252BT0kBfa\x252BY\x253D\x22,\x22height\x22\x3A3340,\x22backgroundAutostretch\x22\x3Afalse,\x22userID\x22\x3A396213901,\x22backgroundimageserverfilename\x22\x3A\x22\x22,\x22serverFileName\x22\x3A\x22410095386.png\x22,\x22sort\x22\x3A1,\x22fixedFooterHeight\x22\x3A0,\x22alignment\x22\x3A\x22center\x22,\x22commentCount\x22\x3A17,\x22updatedAt\x22\x3A1584972105000,\x22id\x22\x3A410095386,\x22backgroundimageversion\x22\x3A\x221\x22,\x22isPlaceholder\x22\x3Afalse,\x22projectID\x22\x3A19600416,\x22backgroundImageID\x22\x3A0,\x22imageVersion\x22\x3A2,\x22backgroundImageClientFilename\x22\x3A\x22\x22\x7D\x5D,\x22dividers\x22\x3A\x5B\x7B\x22position\x22\x3A0,\x22sort\x22\x3A0,\x22type\x22\x3A\x22divider\x22,\x22projectID\x22\x3A19600416,\x22label\x22\x3A\x22\x22,\x22dividerID\x22\x3A0,\x22expanded\x22\x3Atrue\x7D\x5D,\x22affiliates\x22\x3A\x5B\x5D,\x22conversations\x22\x3A\x5B\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586885087000,\x22y\x22\x3A524,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A2383,\x22updatedAt\x22\x3A1586886187000,\x22id\x22\x3A130190198,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2217\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884969000,\x22y\x22\x3A442,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1831,\x22updatedAt\x22\x3A1587920244000,\x22id\x22\x3A130190063,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2216\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884950000,\x22y\x22\x3A428,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1555,\x22updatedAt\x22\x3A1587920240000,\x22id\x22\x3A130190040,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2215\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884875000,\x22y\x22\x3A506,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A35,\x22updatedAt\x22\x3A1587920258000,\x22id\x22\x3A130189970,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2214\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884772000,\x22y\x22\x3A334,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1485,\x22updatedAt\x22\x3A1587920228000,\x22id\x22\x3A130189883,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2213\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884731000,\x22y\x22\x3A468,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1467,\x22updatedAt\x22\x3A1587920232000,\x22id\x22\x3A130189838,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2212\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884587000,\x22y\x22\x3A688,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1347,\x22updatedAt\x22\x3A1587920247000,\x22id\x22\x3A130189708,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2211\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884525000,\x22y\x22\x3A406,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A2597,\x22updatedAt\x22\x3A1587920283000,\x22id\x22\x3A130189649,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x2210\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884350000,\x22y\x22\x3A604,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A791,\x22updatedAt\x22\x3A1587920236000,\x22id\x22\x3A130189480,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x229\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884254000,\x22y\x22\x3A1088,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1951,\x22updatedAt\x22\x3A1587920277000,\x22id\x22\x3A130189384,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x228\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586884116000,\x22y\x22\x3A1026,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A369,\x22updatedAt\x22\x3A1587920264000,\x22id\x22\x3A130189244,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x227\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586883629000,\x22y\x22\x3A1930,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A379,\x22updatedAt\x22\x3A1586883635000,\x22id\x22\x3A130188774,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x226\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Afalse,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586883337000,\x22y\x22\x3A1098,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A859,\x22updatedAt\x22\x3A1587920272000,\x22id\x22\x3A130188487,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x225\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586883193000,\x22y\x22\x3A900,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1797,\x22updatedAt\x22\x3A1587920268000,\x22id\x22\x3A130188337,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x224\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1586883096000,\x22y\x22\x3A922,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A965,\x22updatedAt\x22\x3A1587920251000,\x22id\x22\x3A130188234,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x223\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1584990140000,\x22y\x22\x3A750,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1081,\x22updatedAt\x22\x3A1585181859000,\x22id\x22\x3A129188346,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x222\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D,\x7B\x22isForDevelopment\x22\x3Afalse,\x22createdAt\x22\x3A1584990134000,\x22y\x22\x3A482,\x22isTourPoint\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22x\x22\x3A1699,\x22updatedAt\x22\x3A1585181863000,\x22id\x22\x3A129188337,\x22subscribers\x22\x3A\x5B\x5D,\x22label\x22\x3A\x221\x22,\x22manualOrder\x22\x3A\x2D1,\x22isComplete\x22\x3Atrue,\x22isPrivate\x22\x3Afalse\x7D\x5D,\x22metaScreens\x22\x3A\x7B\x22icon\x22\x3A\x7B\x22imageUrl\x22\x3A\x22\x22,\x22sameOriginImageUrl\x22\x3A\x22\x22,\x22relation\x22\x3A\x22apple\x2Dtouch\x2Dicon\x2Dprecomposed\x22\x7D,\x22splash\x22\x3A\x7B\x22imageUrl\x22\x3A\x22\x22,\x22sameOriginImageUrl\x22\x3A\x22\x22,\x22relation\x22\x3A\x22apple\x2Dtouch\x2Dstartup\x2Dimage\x22,\x22backgroundColor\x22\x3A\x22\x22\x7D\x7D,\x22companySettings\x22\x3A\x7B\x22userRoles\x22\x3A\x5B\x7B\x22name\x22\x3A\x22Admin\x22,\x22id\x22\x3A1,\x22description\x22\x3A\x22Full\x20account\x20access\x22\x7D,\x7B\x22name\x22\x3A\x22Manager\x22,\x22id\x22\x3A2,\x22description\x22\x3A\x22Can\x20invite\x20members,\x20create\x20teams\x20\x26\x20view\x20all\x20projects\x22\x7D,\x7B\x22name\x22\x3A\x22Contributor\x22,\x22id\x22\x3A3,\x22description\x22\x3A\x22Can\x20create\x20\x26\x20edit\x20projects\x20they\x20are\x20on\x22\x7D,\x7B\x22name\x22\x3A\x22Reviewer\x22,\x22id\x22\x3A4,\x22description\x22\x3A\x22Can\x20be\x20assigned\x20projects\x20to\x20review\x22\x7D\x5D,\x22isSSOOnly\x22\x3Afalse,\x22permissions\x22\x3A\x7B\x22requireShareAuth\x22\x3Afalse,\x22canReviewersViewProjectAssets\x22\x3Atrue,\x22canReviewersCreatePrivateComments\x22\x3Atrue,\x22canDesignersViewAllProjects\x22\x3Atrue,\x22canDesignersViewDashboards\x22\x3Atrue,\x22canDesignersDeleteProjects\x22\x3Afalse,\x22canReviewersViewActivity\x22\x3Atrue,\x22requireTwoFactorAuthentication\x22\x3Afalse,\x22canReviewersViewAllProjects\x22\x3Atrue,\x22managersCanInvite\x22\x3Atrue,\x22canDesignersViewAllMembers\x22\x3Atrue\x7D,\x22isEnterprise\x22\x3Atrue,\x22companyID\x22\x3A8101,\x22companyLogo\x22\x3A\x22EC7421DD\x2D20CB\x2D47D0\x2DA435987184583F7A\x22,\x22companyName\x22\x3A\x22Rapid\x20Engineering\x22,\x22isSSO\x22\x3Afalse\x7D,\x22deviceTemplate\x22\x3A\x7B\x22iconResolution\x22\x3A\x22\x22,\x22mobileSkinFilename\x22\x3A\x22\x22,\x22deviceWidth\x22\x3A0,\x22loadScreenResolution\x22\x3A\x22\x22,\x22deviceHeight\x22\x3A0,\x22mobileDeviceID\x22\x3A0,\x22mobileSkin\x22\x3A\x22any\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A0,\x22viewportHeight\x22\x3A\x220\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22any\x22,\x22mobileSkinColor\x22\x3A\x22\x22,\x22className\x22\x3A\x22desktop\x22,\x22orientation\x22\x3A\x22any\x22,\x22viewportWidth\x22\x3A\x220\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22desktop\x22,\x22deviceType\x22\x3A\x22desktop\x22\x7D,\x22featureFlags\x22\x3A\x7B\x22performance\x2Drain\x2D493\x2Ddisable\x2Dpdf\x2Dimport\x22\x3A\x22false\x22,\x22product\x2Drain\x2D2484\x2Dmissing\x2Dbilling\x2Dinfo\x22\x3A\x22true\x22,\x22operations\x2D\x2Dcfprojects\x2D\x2Dfail\x2Dhealth\x2Dcheck\x22\x3A\x22false\x22,\x22mentionShortcut\x22\x3Atrue,\x22operations\x2D\x2Dcfprojects\x2D\x2Dfw1\x2Dlock\x2Dthread\x2Ddump\x22\x3A\x22true\x22,\x22product\x2DRAIN\x2D2029\x2Dproject\x2Dmetadata\x2Dquery\x2Dparam\x2Duser\x22\x3Atrue,\x22product\x2DRAIN\x2D2225\x2Dlabs\x22\x3Afalse,\x22rain\x2D1950\x2Dcount\x2Dnumber\x2Dof\x2Duser\x2Dsessions\x22\x3A\x22true\x22,\x22console\x2Dweb\x2Dinspect\x2Dcode\x2Dcustomization\x22\x3Atrue,\x22sessionInactivity\x22\x3Afalse,\x22activation\x2Dactiv\x2D1201\x2Dmarketing\x2Dsignup\x2Dforms\x22\x3A\x22control\x22,\x22performance\x2Drain\x2D1205\x2Duse\x2Dretriable\x2Dgateway\x22\x3A\x22true\x22,\x22product\x2DRAIN\x2D1758\x2Dadvanced\x2Dfavorites\x22\x3Afalse,\x22launchDarklyProjectsListTest\x22\x3Afalse,\x22v\x2D6\x2Dactiv\x2D2212\x2Dblock\x2Ddocument\x2Dcreation\x22\x3A\x22false\x22,\x22inspectReviewer\x22\x3Atrue,\x22performance\x2Drain\x2D2162\x2Dretry\x2Dmongo\x2Dquery\x22\x3A\x22true\x22,\x22rain\x2D1493\x2Dtools\x2Ddropdown\x2Dmenu\x22\x3Afalse,\x22product\x2DRAIN\x2D3424\x2Dteam\x2Dmember\x2Dover\x2Dquota\x2Dbanner\x22\x3Atrue,\x22RAIN\x2D3595\x2Dproject\x2Dcount\x2Ddefaults\x22\x3Atrue,\x22security\x2Drain\x2D894\x2Dvalidate\x2Dinvitation\x2Demail\x22\x3A\x22true\x22,\x22operations\x2D\x2Dcfapi\x2D\x2Dblock\x2Duser\x22\x3A\x22false\x22,\x22inspectToolbar\x22\x3Afalse,\x22performance\x2Drain\x2D3408\x2Dunified\x2Dprojects\x2Drefactor\x22\x3A\x22true\x22,\x22product\x2Drain\x2D2975\x2Donboard\x2Dengineer\x2Dsample\x22\x3Atrue,\x22product\x2DRAIN\x2D1213\x2Dgeofencing\x2Dopt\x2Dout\x22\x3Atrue,\x22product\x2DRAIN\x2D2992\x2Dproject\x2Dmiddle\x2Dellipsis\x22\x3Afalse,\x22product\x2DRAIN\x2D2490\x2Dglobal\x2Dsearch\x22\x3Afalse,\x22operations\x2D\x2Dcfprojects\x2D\x2Drate\x2Dlimit\x2Dip\x22\x3A\x22false\x22,\x22inspect\x2D669\x2Dconsole\x2Dinspect\x22\x3Atrue,\x22RAIN\x2D3101\x2Dcache\x2Dbust\x2Dmobile\x2Dshare\x2Dredirect\x22\x3Atrue,\x22inspect\x2Dv3\x22\x3Atrue,\x22product\x2DRAIN\x2D1490\x2Dscreen\x2Dflow\x22\x3Afalse,\x22product\x2DRAIN\x2D3359\x2Dno\x2Dcollaborators\x2Dfilter\x22\x3Atrue,\x22product\x2DRAIN\x2D2219\x2Dpaste\x2Dscreen\x22\x3Atrue,\x22product\x2Dactiv\x2D2171\x2Dsst\x2Dblock\x2Dnew\x2Ddoc\x2Dcreation\x22\x3Afalse,\x22console\x2Dweb\x2Dinspect\x2Dstyle\x2Dgroups\x22\x3Atrue,\x22console\x2Dweb\x2Dv7\x2Dinspect\x2Dasset\x2Dmanager\x22\x3Atrue,\x22operations\x2D\x2Dcfprojectsapi\x2D\x2Dmeasure\x2Dthreads\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22boards\x2Drain\x2D687\x2Dsunset\x2Dsketching\x22\x3Atrue,\x22product\x2Dactiv\x2D2182\x2Dsst\x2Dmigrations\x2Dhot\x2Dmode\x22\x3A\x22false\x22,\x22console\x2Dweb\x2Dinspect\x2D485\x2Ddsm\x2Dintegration\x22\x3Atrue,\x22operations\x2D\x2Dcfprojects\x2D\x2Dreport\x2Dthread\x2Ddump\x22\x3A\x22false\x22,\x22dsm\x2DRAIN\x2D1079\x2Denable\x2Ddsm\x2Dpopup\x22\x3Afalse,\x22tfa\x22\x3Afalse,\x22performance\x2Drain\x2D3262\x2Dproject\x2Ddelete\x2Dassets\x2Dasync\x22\x3A\x22true\x22,\x22inspectMultipleHoverLayers\x22\x3Afalse,\x22enableMyNotifications\x22\x3Atrue,\x22craft\x2Dhotspots\x22\x3Atrue,\x22v6\x2Dbilling\x2Dstatus\x22\x3A\x22Open\x22,\x22operations\x2D\x2Dcfprojects\x2D\x2Dconsume\x2Dgc\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22inspect\x2DRAIN\x2D2049\x2Ddelighted\x2Dsurvey\x22\x3Afalse,\x22product\x2Drain\x2D3049\x2Dsaml\x2Dresponse\x2Dcheck\x22\x3A\x22true\x22,\x22product\x2DRAIN\x2D3576\x2Dpdf\x2Dcomment\x2Dselection\x22\x3Afalse,\x22activation\x2Dactiv\x2D1147\x2Djtbd\x2Dcollaborator\x2Dgoals\x22\x3Atrue,\x22v6\x2Dredirect\x2Dto\x2Dv7\x2Dlogin\x22\x3A\x22original\x22,\x22prototypeLimitsTest\x22\x3Afalse,\x22onboarding\x2DGREEN\x2D683\x2DconsoleIntroduction\x22\x3Atrue,\x22product\x2Drain\x2D2218\x2Domni\x2Dsearch\x22\x3A\x22false\x22,\x22product\x2Drain\x2D2748\x2Dengineer\x2Dempty\x2Dstate\x22\x3A\x22true\x22,\x22product\x2DRAIN\x2D2029\x2Dproject\x2Dmetadata\x2Dauthenticated\x2Duser\x22\x3Afalse,\x22recurly\x2Ddowngrade\x2Dfree\x2Dplans\x2Dto\x2Dcustom\x22\x3Atrue,\x22product\x2DRAIN\x2D3203\x2Dserver\x2Dside\x2Dgrowth\x2Dtracking\x22\x3Atrue,\x22operations\x2D\x2Dcfprojectsapi\x2D\x2Dblock\x2Dinvision\x2Dsync\x22\x3A\x22false\x22,\x22operations\x2D\x2Dcfprojects\x2D\x2Drate\x2Dlimit\x2Duser\x22\x3A\x22false\x22,\x22encryption\x2Dat\x2Drest\x22\x3Atrue,\x22product\x2Drain\x2D3578\x2Dcleanup\x2Dis\x2Dprocessed\x22\x3A\x22true\x22,\x22rain\x2D1086\x2Denforce\x2D2fa\x2Dfor\x2Dlogin\x2Dredirects\x22\x3Atrue,\x22product\x2DRAIN\x2D3258\x2Dteam\x2Dswitcher\x2Ddropdown\x22\x3Atrue,\x22product\x2DRAIN\x2D3411\x2Dada\x2Dembed\x22\x3Afalse,\x22operations\x2D\x2Dcfprojectsapi\x2D\x2Dmeasure\x2Dmemory\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22RAIN\x2D3164\x2Dauto\x2Dprovision\x2Drole\x2Dcollection\x22\x3Atrue,\x22support\x2Dtools\x2Dcompany\x2Ddelete\x22\x3A\x22true\x22,\x22aqua\x2Dbraze\x2Dgrowth\x2Danalytics\x22\x3Atrue,\x22rain\x2D817\x2Dfreehand\x2Durl\x2Doverride\x22\x3Atrue,\x22product\x2DRAIN\x2D2519\x2Dent\x2Dmigration\x2Ddata\x22\x3Atrue,\x22operations\x2D\x2Dcfprojectsapi\x2D\x2Dreport\x2Dthread\x2Ddump\x22\x3A\x22false\x22,\x22inspect\x2DassetManager\x22\x3Atrue,\x22aqua\x2Damplitude\x2Dgrowth\x2Danalytics\x22\x3Atrue,\x22pusher\x2Dnamespace\x22\x3Atrue,\x22v6\x2Djtbd\x2Dshow\x2Dinspect\x2Dvideo\x22\x3A\x22video\x22,\x22operations\x2D\x2Dcfprojects\x2D\x2Duse\x2Djavaagent\x2Dapi\x22\x3A\x22true\x22,\x22RAIN\x2D3216\x2Denterprise\x2Dinspect\x2Donboarding\x2Dvideo\x22\x3Atrue,\x22v6\x2Dredirect\x2Dall\x2Dto\x2Dv7\x2Dlogin\x22\x3A\x22redirect\x22,\x22rain\x2D1178\x2Dgdpr\x2Dmarketing\x2Dopt\x2Dout\x22\x3Atrue,\x22rain\x2D1042\x2Dteam\x2Dloader\x2Dfix\x22\x3Afalse,\x22operations\x2D\x2Dcfprojects\x2D\x2Dmeasure\x2Dmemory\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22inspect\x2Dv3\x2Denterprise\x22\x3Atrue,\x22inspect\x2DRAIN\x2D2073\x2Ddsm\x2Dintegration\x22\x3Atrue,\x22prototypes\x2Dgithub\x2Dintegration\x22\x3Atrue,\x22operations\x2D\x2Dcfprojectsapi\x2D\x2Dfail\x2Dhealth\x2Dcheck\x22\x3A\x22false\x22,\x22product\x2DRAIN\x2D3574\x2Dblock\x2Daccess\x2Dduring\x2Dduplication\x22\x3Atrue,\x22mobile\x2Dnotifications\x22\x3A\x22true\x22,\x22cf\x2Dprojects\x2Drain\x2D2359\x2Done\x2Dclick\x2Dlogin\x22\x3A\x22false\x22,\x22console\x2Dweb\x2Dinspect\x2Dload\x2Dtest\x22\x3Afalse,\x22product\x2DRAIN\x2D1225\x2Dtrust\x2Darc\x2Din\x2Dprototype\x2Dshare\x22\x3Atrue,\x22product\x2Drain\x2D1585\x2Dmarketing\x2Dpromo\x2Dactive\x2Dusers\x22\x3A\x22false\x22,\x22inspect\x2Dgrids\x22\x3Atrue,\x22product\x2DRAIN\x2D2296\x2Dquick\x2Dview\x22\x3Afalse,\x22product\x2Drain\x2D3011\x2Ddiscount\x2Dplan\x2Dprice\x22\x3A\x22false\x22,\x22v6\x2Dea\x2Drollout\x22\x3A\x22true\x22,\x22trust\x2Darc\x2Drollout\x2Dgdpr\x22\x3Afalse,\x22auth\x2Drain\x2D1675\x2Dverify\x2Djwt\x2Demail\x22\x3A\x22true\x22,\x22rain\x2D516\x2Dcf\x2Dprojects\x2Ddowngrade\x2Duser\x2Dto\x2Dfree\x2Dif\x2Dexpired\x2Din\x2Drecurly\x22\x3A\x22true\x22,\x22cfprojects\x2Dcustom\x2Dgsp\x2Dmanifest\x22\x3A\x22default\x22,\x22product\x2Drain\x2D3505\x2Dpage\x2Dloaded\x2Dat\x22\x3A\x22false\x22,\x22RAIN\x2D3123\x2DGDPR\x2Dopt\x2Dout\x2Dlanguage\x2Drefresh\x22\x3Atrue,\x22product\x2DRAIN\x2D3491\x2Dsso\x2Dand\x2Dnative\x2Dauth\x2Dsignup\x22\x3Atrue,\x22performance\x2DRAIN\x2D377\x2Ddelete\x2Dstale\x2Dkissmetrics_queue\x2Drecords\x22\x3Atrue,\x22v\x2D6\x2Dinspect\x2D791\x2Dforce\x2Djtbd\x2Dmodal\x22\x3Atrue,\x22boards\x2Drain\x2D687\x2Dsunset\x2Dconversation\x22\x3Atrue,\x22v\x2D6\x2Dactiv\x2D1490\x2Dexisting\x2Duser\x2Drole\x2Dcollection\x22\x3A\x22true\x22,\x22ent\x2Dshared\x2Dlogin\x2Dblocking\x22\x3Afalse,\x22freehandLiveshare\x22\x3Afalse,\x22inspect\x2Dgold\x2D1033\x2Dtext\x2Dtransform\x22\x3Afalse,\x22rain\x2D1051\x2Dembeddable\x2Dshares\x2Dfrom\x2Dconsole\x22\x3Afalse,\x22inspect\x2DGOLD\x2D511\x2DsimpleMode\x22\x3Afalse,\x22performance\x2Drain\x2D3160\x2Dinspect\x2Dasset\x2Doptimizations\x22\x3A\x22true\x22,\x22operations\x2D\x2Dcfprojectsapi\x2D\x2Dmeasure\x2Dgc\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22product\x2Drain\x2D1585\x2Dmarketing\x2Dpromo\x2Dinactive\x2Dusers\x22\x3A\x22false\x22,\x22product\x2Dactiv\x2D2182\x2Dsst\x2Dmigration\x2Ddata\x22\x3Afalse,\x22operations\x2D\x2Dcfprojects\x2D\x2Dmeasure\x2Dthreads\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22rain\x2D1492\x2Dshow\x2Dnew\x2Dstudio\x2Dhome\x2Dbanner\x22\x3Afalse,\x22product\x2Drain\x2D2763\x2Dshare\x2Dmeta\x2Dexperience\x22\x3A\x22true\x22,\x22prototypes\x2Drain\x2D690\x2Dsunset\x2Dconversation\x22\x3Atrue,\x22operations\x2D\x2Dcfprojects\x2D\x2Dmaintenance\x2Dmode\x22\x3A\x22false\x22,\x22shareCommentingLogin\x22\x3Atrue,\x22operations\x2D\x2Dcfprojects\x2D\x2Dmeasure\x2Dgc\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22shareCaching\x22\x3Atrue,\x22operations\x2D\x2Dcfprojects\x2D\x2Ddebug\x2Dlog\x2Dlevel\x22\x3A\x22true\x22,\x22product\x2Drain\x2D1364\x2Dover\x2Dlimit\x2Dupgrade\x2Dbanner\x22\x3Atrue,\x22operations\x2D\x2Dcfprojects\x2D\x2Dblock\x2Duser\x22\x3A\x22false\x22,\x22product\x2Drain\x2D3384\x2Dpendo\x2Dimplementation\x22\x3Atrue,\x22inspect\x22\x3Atrue,\x22aqua\x2D577\x2Dannouncement\x22\x3Atrue,\x22inspect\x2DRAIN\x2D2611\x2Drefresh\x2Dasset\x2Dthumbnails\x22\x3Afalse,\x22cf\x2Dprojects\x2Dshare\x2Dv2\x22\x3Atrue,\x22operations\x2D\x2Dcfprojects\x2D\x2Dblock\x2Dbad\x2Dactors\x22\x3A\x22true\x22,\x22rain\x2D2832\x2Dembed\x2Dwhitelist\x2Dapi\x22\x3Atrue,\x22inspect\x2Dproject\x2Dswitcher\x22\x3Atrue,\x22v6\x2Dcreate\x2Dmodal\x2Dshow\x2Dstudio\x2Ddownload\x22\x3Afalse,\x22cfprojects\x2Dstatic\x2Dcdn\x2Denabled\x22\x3A\x22true\x22,\x22activation\x2Dactiv\x2D1171\x2Djtbd\x2Denterprise\x2Dcollaborators\x22\x3Atrue,\x22enableMotion\x22\x3Afalse,\x22product\x2Drain\x2D2107\x2Dshare\x2Dmms\x22\x3A\x22false\x22,\x22inspect\x2Dunified\x2Ddata\x2Dformat\x22\x3Afalse,\x22operations\x2D\x2Dcfprojects\x2D\x2Dconsume\x2Dmetrics\x2Din\x2Dhealth\x2Dcheck\x22\x3A\x22true\x22,\x22product\x2Drain\x2D3196\x2Dsticky\x2Dv6\x2Dlogin\x22\x3A\x22true\x22,\x22share\x2Dsilver\x2D1081\x2Dpusher\x2Dnamespace\x22\x3Atrue,\x22product\x2Drain\x2D2251\x2Denterprise\x2Dmigrations\x2Dhot\x2Dmode\x22\x3A\x22true\x22,\x22inspect\x2DRAIN\x2D2562\x2Dproject\x2Dduplication\x22\x3Atrue,\x22enablePresentations\x22\x3Atrue,\x22rain\x2D1644\x2Dmobile\x2Dweb\x2Dsign\x2Din\x2Dblocker\x22\x3Afalse,\x22cfprojects\x2Dhide\x2Dloading\x2Dscreen\x22\x3Atrue\x7D,\x22amplitudeKey\x22\x3A\x221b3730179052dfb5f1386809bc4a067e\x22,\x22experimentv2\x22\x3A\x22New\x20Design\x22,\x22companyMembership\x22\x3A\x7B\x22canViewAllProjects\x22\x3Afalse\x7D,\x22isRequestFromGdprCountry\x22\x3Afalse,\x22userPreferences\x22\x3A\x5B\x7B\x22preferencetypeid\x22\x3A\x221\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22tellAFriendTooltipLastViewedAt\x22,\x22datatype\x22\x3A\x22date\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x222\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22receivedLiveshareIntroEmail\x22,\x22datatype\x22\x3A\x22date\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x223\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22wantsRealTimeComments\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x224\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22whiteboardBtn\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x225\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22liveShareButton\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x226\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22screenFilters\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2246\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22createATeamButton\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2247\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22screenTimerRedirectButton\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2251\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22fixedDesktopHeadersCallout\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2252\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22showScreenSourceIntro\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2253\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22embedMobileShareCallout\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2254\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22uploadHelperNotification\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2255\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22showRetinaHelperModal\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2256\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22liveCapture\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2257\x22,\x22createdAt\x22\x3A1406294226000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22hasClosedPresentationTourIntro\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2258\x22,\x22createdAt\x22\x3A1406443561000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22toursBetaProgram\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2259\x22,\x22createdAt\x22\x3A1407178494000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22showEnterpiseWelcome\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2260\x22,\x22createdAt\x22\x3A1408552445000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22hasSeenLiveEmbedIntro\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2261\x22,\x22createdAt\x22\x3A1410797552000,\x22preferencevalue\x22\x3A\x22false\x22,\x22preferencetype\x22\x3A\x22hasSeenShareWalkThrough\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2262\x22,\x22createdAt\x22\x3A1412683387000,\x22preferencevalue\x22\x3A\x22false\x22,\x22preferencetype\x22\x3A\x22hasSeenMobileWelcomeScreen\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2263\x22,\x22createdAt\x22\x3A1412708343000,\x22preferencevalue\x22\x3A\x22NO\x22,\x22preferencetype\x22\x3A\x22doNotShowSketch31MissingFontsInfo\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2264\x22,\x22createdAt\x22\x3A1420630952000,\x22preferencevalue\x22\x3A\x22false\x22,\x22preferencetype\x22\x3A\x22hasSeenBoardsIntro\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2265\x22,\x22createdAt\x22\x3A1420631003000,\x22preferencevalue\x22\x3A\x222\x22,\x22preferencetype\x22\x3A\x22collectionsSortPreference\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2266\x22,\x22createdAt\x22\x3A1423489403000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22lastSelectedCompanyIDForProjects\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2267\x22,\x22createdAt\x22\x3A1437274041000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22boardsSortPreference\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2268\x22,\x22createdAt\x22\x3A1439918487000,\x22preferencevalue\x22\x3A\x22false\x22,\x22preferencetype\x22\x3A\x22sampleBoardsHaveBeenGenerated\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2269\x22,\x22createdAt\x22\x3A1452097479000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22showBoardsTabTeaser\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2270\x22,\x22createdAt\x22\x3A1464897229000,\x22preferencevalue\x22\x3A\x221\x22,\x22preferencetype\x22\x3A\x22showCraftPluginPrompt\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2271\x22,\x22createdAt\x22\x3A1471015419000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22hasSeenInspectVideo\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2272\x22,\x22createdAt\x22\x3A1471015419000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22hasSeenInspectHelpTooltip\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2273\x22,\x22createdAt\x22\x3A1471015419000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22hasSeenConsoleInspectTooltip\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2274\x22,\x22createdAt\x22\x3A1475260628000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22showChangePlanCancelSurvey\x22,\x22datatype\x22\x3A\x22string\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2275\x22,\x22createdAt\x22\x3A1475703996000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22upgradePopoverLastShown\x22,\x22datatype\x22\x3A\x22date\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2276\x22,\x22createdAt\x22\x3A1476988989000,\x22preferencevalue\x22\x3A\x221\x22,\x22preferencetype\x22\x3A\x22showCraftOnboarding\x22,\x22datatype\x22\x3A\x22integer\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2277\x22,\x22createdAt\x22\x3A1478728679000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22enterpriseRequestCompletedAt\x22,\x22datatype\x22\x3A\x22date\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2278\x22,\x22createdAt\x22\x3A1478890157000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22qwertyasdf\x22,\x22datatype\x22\x3A\x22int\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2279\x22,\x22createdAt\x22\x3A1478890180000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22qwerty\x22,\x22datatype\x22\x3A\x22asdf\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2280\x22,\x22createdAt\x22\x3A1480277810000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22test\x22,\x22datatype\x22\x3A\x22\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2281\x22,\x22createdAt\x22\x3A1480969362000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22enterpriseBannerClosedAt\x22,\x22datatype\x22\x3A\x22date\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2282\x22,\x22createdAt\x22\x3A1508298265000,\x22preferencevalue\x22\x3A\x22\x22,\x22preferencetype\x22\x3A\x22studioAnnouncementBannerClosedAt\x22,\x22datatype\x22\x3A\x22date\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2283\x22,\x22createdAt\x22\x3A1521581254000,\x22preferencevalue\x22\x3A\x22false\x22,\x22preferencetype\x22\x3A\x22hasSeenDSMAnnouncementTooltip\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2284\x22,\x22createdAt\x22\x3A1529964017000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22userGuidanceAddScreen\x22,\x22datatype\x22\x3A\x22integer\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2285\x22,\x22createdAt\x22\x3A1529964017000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22userGuidanceSharePrototype\x22,\x22datatype\x22\x3A\x22integer\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2286\x22,\x22createdAt\x22\x3A1529964017000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22userGuidanceStartPrototyping\x22,\x22datatype\x22\x3A\x22integer\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2287\x22,\x22createdAt\x22\x3A1534356586000,\x22preferencevalue\x22\x3A\x220\x22,\x22preferencetype\x22\x3A\x22userGuidanceSharePrototypeForNoCollaborators\x22,\x22datatype\x22\x3A\x22integer\x22\x7D,\x7B\x22preferencetypeid\x22\x3A\x2288\x22,\x22createdAt\x22\x3A1558623348000,\x22preferencevalue\x22\x3A\x22false\x22,\x22preferencetype\x22\x3A\x22hasSeenJtbd\x22,\x22datatype\x22\x3A\x22boolean\x22\x7D\x5D,\x22comments\x22\x3A\x5B\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A391280524,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1584990134000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1588408678000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1584990134000,\x22id\x22\x3A211374405,\x22conversationID\x22\x3A129188337,\x22comment\x22\x3A\x22175\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22Bogdan\x20Tenea\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A391280524,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1584990140000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1588408678000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1584990140000,\x22id\x22\x3A211374414,\x22conversationID\x22\x3A129188346,\x22comment\x22\x3A\x22175\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22Bogdan\x20Tenea\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586883097000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586883097000,\x22id\x22\x3A212723878,\x22conversationID\x22\x3A130188234,\x22comment\x22\x3A\x22Should\x20remove\x20the\x20blue\x20underline.\x20Appearance\x20needs\x20to\x20be\x20consistent\x20with\x20the\x20other\x20inactive\x20menu\x20items.\x20Currently\x20the\x20blue\x20underline\x20indicates\x20that\x20this\x20item\x20is\x20active\x2Fselected.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586883193000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586883193000,\x22id\x22\x3A212724014,\x22conversationID\x22\x3A130188337,\x22comment\x22\x3A\x22The\x20spacing\x2Fpadding\x20between\x20the\x20items\x20needs\x20to\x20be\x20consistent,\x20otherwise\x20it\x20may\x20lead\x20to\x20accidental\x2Ferror\x20clicks\x20when\x20accessing\x20this\x20screen\x20in\x20a\x20rush.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586883338000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586883338000,\x22id\x22\x3A212724216,\x22conversationID\x22\x3A130188487,\x22comment\x22\x3A\x22The\x20alignment\x20of\x20the\x20titles\x20are\x20off\x20here,\x20leading\x20to\x20distraction.\x20We\x20need\x20to\x20keep\x20it\x20consistent\x20with\x20the\x20cards\x20below.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586883630000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586883630000,\x22id\x22\x3A212724602,\x22conversationID\x22\x3A130188774,\x22comment\x22\x3A\x22This\x20should\x20move\x20up,\x20and\x20appear\x20below\x20the\x20pipeline\x20within\x20the\x20first\x20fold.\x20Right\x20now,\x20the\x20button\x20lacks\x20context,\x20and\x20quite\x20missable.\x20This\x20is\x20the\x20major\x20actionable\x20item\x20on\x20the\x20page,\x20this\x20should\x20be\x20constantly\x20visible\x20on\x20the\x20window,\x20and\x20the\x20user\x20should\x20never\x20miss\x20it.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884116000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884116000,\x22id\x22\x3A212725203,\x22conversationID\x22\x3A130189244,\x22comment\x22\x3A\x22This\x20is\x20the\x20most\x20important\x20section\x20of\x20the\x20page\x20as\x20the\x20user\x20might\x20need\x20to\x20navigate\x20between\x20different\x20configurations,\x20or\x20save\x20the\x20pipeline.\x20Thus,\x20the\x20height\x20of\x20this\x20section\x20should\x20match\x20the\x20height\x20of\x20the\x20window\x20and\x20remain\x20fixed\x2Fsticky.\x20The\x20button\x20should\x20appear\x20within\x20the\x20fold.\x20This\x20section\x20shouldn\x27t\x20be\x20scrollable,\x20the\x20section\x20on\x20the\x20right\x20should\x20scroll\x20as\x20the\x20user\x20scrolls.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884255000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884255000,\x22id\x22\x3A212725399,\x22conversationID\x22\x3A130189384,\x22comment\x22\x3A\x22The\x20table\x20headers\x20needs\x20to\x20be\x20aligned\x20with\x20the\x20table\x20items\x20below.\x20For\x20example,\x20Proficiency\x20needs\x20to\x20be\x20aligned\x20with\x20the\x20dropdown\x20below.\x20It\x20looks\x20off,\x20and\x20disrupts\x20the\x20visual\x20language\x20of\x20the\x20page.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884351000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884351000,\x22id\x22\x3A212725526,\x22conversationID\x22\x3A130189480,\x22comment\x22\x3A\x22This\x20should\x20be\x20moved\x20to\x20the\x20right\x20hand\x20side,\x20where\x20we\x27re\x20displaying\x20the\x20chart.\x20Clubbing\x20similar\x20information\x20helps\x20create\x20better\x20content\x20hierarchy,\x20and\x20simplifies\x20the\x20design.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884525000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884525000,\x22id\x22\x3A212725775,\x22conversationID\x22\x3A130189649,\x22comment\x22\x3A\x22The\x20time\x20should\x20appear\x20below\x20\x5C\x22Psycho\x2Dcognitive\x5C\x22,\x20this\x20is\x20broken\x20right\x20now,\x20and\x20not\x20readable\x20at\x20all.\x20Need\x20to\x20handle\x20this\x20with\x20better\x20efficiency.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884587000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884587000,\x22id\x22\x3A212725855,\x22conversationID\x22\x3A130189708,\x22comment\x22\x3A\x22Need\x20to\x20correct\x20the\x20spelling\x20to\x20\x5C\x22recommended\x5C\x22,\x20from\x20\x5C\x22recommeded\x5C\x22\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884731000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884731000,\x22id\x22\x3A212726039,\x22conversationID\x22\x3A130189838,\x22comment\x22\x3A\x22We\x20need\x20to\x20highlight\x20the\x20caution\x20state\x20with\x20better\x20colour\x20combination.\x20The\x20colour\x20combination\x20fails\x20accessibility\x20standards\x20due\x20to\x20poor\x20contrast\x20ratio.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884773000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884773000,\x22id\x22\x3A212726104,\x22conversationID\x22\x3A130189883,\x22comment\x22\x3A\x22The\x20numbers\x20in\x20the\x20sequence\x20needs\x20to\x20be\x20fixed.\x20This\x20one\x20should\x20be\x204,\x20followed\x20by\x205\x20and\x206.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884875000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884875000,\x22id\x22\x3A212726239,\x22conversationID\x22\x3A130189970,\x22comment\x22\x3A\x22The\x20colour\x20of\x20the\x20pipeline\x20should\x20match\x20the\x20blue\x20on\x20the\x20right\x20hand\x20side\x20to\x20achieve\x20a\x20higher\x20contrast\x20with\x20the\x20grey\x20in\x20the\x20background,\x20and\x20maintain\x20visual\x20consistency,\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884951000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884951000,\x22id\x22\x3A212726358,\x22conversationID\x22\x3A130190040,\x22comment\x22\x3A\x22The\x20box\x20needs\x20to\x20be\x20centre\x20aligned\x20with\x20circle\x20above.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586884970000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586884970000,\x22id\x22\x3A212726393,\x22conversationID\x22\x3A130190063,\x22comment\x22\x3A\x22The\x20box\x20needs\x20to\x20be\x20centre\x2Daligned\x20with\x20the\x20circle\x20above.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D,\x7B\x22imageUrl\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fversions\x2Ffiles\x2F703345322.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D2\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26x\x2Damz\x2Dmeta\x2Dck\x3Da746c3e554bf92a91ef46555fde93955\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3D47vFIIocaa1VthDdLfn173rv7W0\x253D\x22,\x22userID\x22\x3A114573931,\x22userAvatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22createdAt\x22\x3A1586885088000,\x22screenserverfilename\x22\x3A\x22703345322.png\x22,\x22hasUserLiked\x22\x3Afalse,\x22likedBy\x22\x3A\x5B\x5D,\x22numberOfLikes\x22\x3A0,\x22userLastRequestAt\x22\x3A1587992379000,\x22isUnread\x22\x3Afalse,\x22screenID\x22\x3A410095386,\x22updatedAt\x22\x3A1586885088000,\x22id\x22\x3A212726565,\x22conversationID\x22\x3A130190198,\x22comment\x22\x3A\x22The\x20time\x20needs\x20to\x20be\x20left\x20aligned\x20with\x20the\x20title.\x22,\x22screenImageVersion\x22\x3A2,\x22mentions\x22\x3A\x5B\x5D,\x22userName\x22\x3A\x22aritra\x22\x7D\x5D,\x22user\x22\x3A\x7B\x22avatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000002\x22,\x22isAccountAuthenticated\x22\x3Afalse,\x22hasSeenCommentToolTip\x22\x3Afalse,\x22isAnonymous\x22\x3Atrue,\x22hasCompanyMembership\x22\x3Afalse,\x22id\x22\x3A458968083,\x22vendorID\x22\x3A\x22\x22,\x22name\x22\x3A\x22Anonymous\x20User\x22,\x22sessionIdentifier\x22\x3A\x220592C097\x22,\x22canViewPrivateComments\x22\x3Afalse,\x22email\x22\x3A\x22anonymous\x2Duser\x2D376F9E12\x2DC15D\x2D49F0\x2DB26BFBB77F9DF451\x40invisionapp.com\x22\x7D,\x22hotspots\x22\x3A\x5B\x5D,\x22brazeApiIdentifierV6\x22\x3A\x228795f66a\x2Dc371\x2D4b8d\x2D87ff\x2D1799347097c4\x22,\x22customShareBranding\x22\x3A\x7B\x22textColor\x22\x3A\x22\x23414042\x22,\x22loadingText\x22\x3A\x22Spinning\x20up\x20Trilogy\x20Rapid\x20Engineering\x20experience\x20\x22,\x22loadingLogoPath\x22\x3A\x22https\x3A\x2F\x2Fs3.invisionapp\x2Dcdn.com\x2Fstorage.invisionapp.com\x2Fbranding\x2Fshare\x2Fprimary\x2F8101\x2Dcustom\x2Dshare\x2Dlogo.png\x3Fx\x2Damz\x2Dmeta\x2Div\x3D1588506334425\x26response\x2Dcache\x2Dcontrol\x3Dmax\x2Dage\x253D2419200\x26AWSAccessKeyId\x3DAKIAJFUMDU3L6GTLUDYA\x26Expires\x3D1590969600\x26Signature\x3DtjD8nHutVZCjNgSkSXb87GGTkg8\x253D\x22,\x22bgColor\x22\x3A\x22\x23fafafa\x22,\x22isEnabled\x22\x3Atrue,\x22spinnerBgColor\x22\x3A\x22\x23f0f0f0\x22,\x22loadingLogoName\x22\x3A\x228101\x2Dcustom\x2Dshare\x2Dlogo.png\x22,\x22spinnerColor\x22\x3A\x22\x232F507D\x22\x7D,\x22shouldShowPoweredBy\x22\x3Atrue,\x22share\x22\x3A\x7B\x22isCommentingAllowed\x22\x3Atrue,\x22userID\x22\x3A396213901,\x22createdAt\x22\x3A1584536239000,\x22mobileDeviceID\x22\x3A0,\x22isLiveShare\x22\x3Afalse,\x22shareUrl\x22\x3A\x22https\x3A\x2F\x2Finvis.io\x2F\x22,\x22isLoadAllScreens\x22\x3Atrue,\x22liveshareconferenceid\x22\x3A\x22\x22,\x22isAnonymousViewingAllowed\x22\x3Atrue,\x22isForceAddToHomescreenOnMobile\x22\x3Afalse,\x22selectedScreens\x22\x3A\x22\x22,\x22isInspectAllowed\x22\x3Atrue,\x22hasClosedShareIntro\x22\x3A\x22\x22,\x22showToolbarIntroduction\x22\x3Afalse,\x22screenID\x22\x3A0,\x22isResizeWindow\x22\x3Afalse,\x22isUserTesting\x22\x3Afalse,\x22isNavigateAllowed\x22\x3Atrue,\x22updatedAt\x22\x3A1584655447000,\x22id\x22\x3A54526086,\x22key\x22\x3A\x22R4WGOLI6ZA5\x22,\x22projectID\x22\x3A19600416,\x22isEmbed\x22\x3Afalse\x7D,\x22pusher\x22\x3A\x7B\x22appKey\x22\x3A\x229a944f66a49d70b3596e\x22,\x22namespace\x22\x3A\x22\x22\x7D,\x22enableV2View\x22\x3Atrue,\x22totalUnreadComments\x22\x3A0,\x22commentSketches\x22\x3A\x5B\x5D,\x22serverType\x22\x3A\x22LIVE\x22,\x22project\x22\x3A\x7B\x22defaultbackgroundautostretch\x22\x3A\x220\x22,\x22defaultZoomScrollBehavior\x22\x3A1,\x22isArchived\x22\x3Afalse,\x22homeScreenID\x22\x3A410095386,\x22createdAt\x22\x3A1584535981000,\x22mobileStatusbarFontColor\x22\x3A\x22white\x22,\x22isProcessed\x22\x3Atrue,\x22sortTypeID\x22\x3A1,\x22name\x22\x3A\x22Design\x20Review\x20Assessment\x22,\x22platform\x22\x3A\x22any\x22,\x22defaultbackgroundimageposition\x22\x3A\x22\x22,\x22isMobile\x22\x3Afalse,\x22defaultBackgroundImageID\x22\x3A\x22\x22,\x22isSample\x22\x3Afalse,\x22deviceType\x22\x3A\x22desktop\x22,\x22userID\x22\x3A396213901,\x22mobileDeviceID\x22\x3A0,\x22lastHotspotUpdatedAt\x22\x3A\x22\x22,\x22mobileStatusbarBackgroundColor\x22\x3A\x22\x23000000\x22,\x22isOverQuota\x22\x3Afalse,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22isInGracePeriod\x22\x3Afalse,\x22defaultAlignment\x22\x3A\x22center\x22,\x22updatedAt\x22\x3A1584972355000,\x22companyID\x22\x3A8101,\x22id\x22\x3A19600416,\x22isSnap\x22\x3Afalse,\x22lastAccessedAt\x22\x3A1584535981000,\x22mobileStatusbarIsOpaque\x22\x3Afalse,\x22defaultbackgroundframe\x22\x3A\x220\x22,\x22mobileDeviceWidth\x22\x3A0,\x22isAdvanced\x22\x3Afalse,\x22orientation\x22\x3A\x22any\x22,\x22mobileStatusbarIsVisible\x22\x3Atrue\x7D,\x22members\x22\x3A\x5B\x7B\x22avatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000001\x22,\x22lastRequestAt\x22\x3A0,\x22id\x22\x3A396213901,\x22name\x22\x3A\x22\x22\x7D,\x7B\x22avatarID\x22\x3A\x2200000000\x2D0000\x2D0000\x2D0000000000000001\x22,\x22lastRequestAt\x22\x3A0,\x22id\x22\x3A397224306,\x22name\x22\x3A\x22\x22\x7D\x5D,\x22segmentIoKey\x22\x3A\x226r4x136oaa\x22,\x22companyInfo\x22\x3A\x7B\x22subdomain\x22\x3A\x22trilogy\x22,\x22permissions\x22\x3A\x7B\x22requireShareAuth\x22\x3Afalse,\x22canReviewersViewProjectAssets\x22\x3Atrue,\x22canReviewersCreatePrivateComments\x22\x3Atrue,\x22canDesignersViewAllProjects\x22\x3Atrue,\x22canDesignersViewDashboards\x22\x3Atrue,\x22canDesignersDeleteProjects\x22\x3Afalse,\x22canReviewersViewActivity\x22\x3Atrue,\x22requireTwoFactorAuthentication\x22\x3Afalse,\x22canReviewersViewAllProjects\x22\x3Atrue,\x22managersCanInvite\x22\x3Atrue,\x22canDesignersViewAllMembers\x22\x3Atrue\x7D,\x22url\x22\x3A\x22https\x3A\x2F\x2Ftrilogy.invisionapp.com\x22,\x22logo\x22\x3A\x22EC7421DD\x2D20CB\x2D47D0\x2DA435987184583F7A\x22,\x22name\x22\x3A\x22Rapid\x20Engineering\x22\x7D,\x22singleTenantConfig\x22\x3A\x7B\x22canlivesharefromphotoshop\x22\x3A\x22false\x22,\x22canLiveCapture\x22\x3Atrue,\x22disableSingleTenantSignupToComment\x22\x3Afalse,\x22canViewSnaps\x22\x3Atrue,\x22canUseSketchExtractionV3\x22\x3Atrue,\x22canredirectv6tov7forlogin\x22\x3A\x22true\x22,\x22useSingleTenantAnalytics\x22\x3Afalse,\x22isInBeta\x22\x3Afalse,\x22addmobileredirectvalue\x22\x3A\x22false\x22,\x22canUseMacSync\x22\x3Atrue,\x22canRegisterWithoutInvite\x22\x3Atrue\x7D,\x22mobileDevices\x22\x3A\x5B\x7B\x22iconResolution\x22\x3A\x22\x22,\x22mobileSkinFilename\x22\x3A\x22\x22,\x22deviceWidth\x22\x3A0,\x22loadScreenResolution\x22\x3A\x22\x22,\x22deviceHeight\x22\x3A0,\x22mobileDeviceID\x22\x3A0,\x22mobileSkin\x22\x3A\x22any\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A0,\x22viewportHeight\x22\x3A\x220\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22any\x22,\x22mobileSkinColor\x22\x3A\x22\x22,\x22className\x22\x3A\x22desktop\x22,\x22orientation\x22\x3A\x22any\x22,\x22viewportWidth\x22\x3A\x220\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22desktop\x22,\x22deviceType\x22\x3A\x22desktop\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A374,\x22loadScreenResolution\x22\x3A\x22640\x20x\x201096\x22,\x22deviceHeight\x22\x3A778,\x22mobileDeviceID\x22\x3A1,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A10,\x22viewportHeight\x22\x3A\x22568\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22320\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x205\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A778,\x22loadScreenResolution\x22\x3A\x22640\x20x\x201096\x22,\x22deviceHeight\x22\x3A374,\x22mobileDeviceID\x22\x3A2,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A20,\x22viewportHeight\x22\x3A\x22320\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22568\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x205\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22152\x20x\x20152\x22,\x22mobileSkinFilename\x22\x3A\x22ipad\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A640,\x22loadScreenResolution\x22\x3A\x221536\x20x\x202048\x22,\x22deviceHeight\x22\x3A950,\x22mobileDeviceID\x22\x3A3,\x22mobileSkin\x22\x3A\x22iPad\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A15,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A30,\x22viewportHeight\x22\x3A\x22768\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22ipad\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22576\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPad\x20\x2D\x20Black\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22152\x20x\x20152\x22,\x22mobileSkinFilename\x22\x3A\x22ipad\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A950,\x22loadScreenResolution\x22\x3A\x222048\x20x\x201496\x22,\x22deviceHeight\x22\x3A640,\x22mobileDeviceID\x22\x3A4,\x22mobileSkin\x22\x3A\x22iPad\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A15,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A40,\x22viewportHeight\x22\x3A\x22576\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22ipad\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22768\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPad\x20\x2D\x20Black\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone4\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A374,\x22loadScreenResolution\x22\x3A\x22640\x20x\x20920\x22,\x22deviceHeight\x22\x3A690,\x22mobileDeviceID\x22\x3A5,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A50,\x22viewportHeight\x22\x3A\x22480\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone4\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22320\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x204\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone4\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A690,\x22loadScreenResolution\x22\x3A\x22640\x20x\x20920\x22,\x22deviceHeight\x22\x3A374,\x22mobileDeviceID\x22\x3A6,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A60,\x22viewportHeight\x22\x3A\x22320\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone4\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22480\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x204\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22htcOne\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A402,\x22loadScreenResolution\x22\x3A\x221080\x20x\x201920\x22,\x22deviceHeight\x22\x3A836,\x22mobileDeviceID\x22\x3A7,\x22mobileSkin\x22\x3A\x22HTC\x20One\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A70,\x22viewportHeight\x22\x3A\x22640\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22htcOne\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22360\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22HTC\x20One\x20\x2D\x20Black\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22htcOne\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A836,\x22loadScreenResolution\x22\x3A\x221920\x20x\x201080\x22,\x22deviceHeight\x22\x3A402,\x22mobileDeviceID\x22\x3A8,\x22mobileSkin\x22\x3A\x22HTC\x20One\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A80,\x22viewportHeight\x22\x3A\x22360\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22htcOne\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22640\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22HTC\x20One\x20\x2D\x20Black\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS4\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A406,\x22loadScreenResolution\x22\x3A\x221080\x20x\x201920\x22,\x22deviceHeight\x22\x3A786,\x22mobileDeviceID\x22\x3A9,\x22mobileSkin\x22\x3A\x22Samsung\x20Galaxy\x20S4\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A90,\x22viewportHeight\x22\x3A\x22640\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS4\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22360\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S4\x20\x2D\x20Black\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS4\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A786,\x22loadScreenResolution\x22\x3A\x221920\x20x\x201080\x22,\x22deviceHeight\x22\x3A406,\x22mobileDeviceID\x22\x3A10,\x22mobileSkin\x22\x3A\x22Samsung\x20Galaxy\x20S4\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A100,\x22viewportHeight\x22\x3A\x22360\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS4\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22640\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S4\x20\x2D\x20Black\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A374,\x22loadScreenResolution\x22\x3A\x22640\x20x\x201096\x22,\x22deviceHeight\x22\x3A778,\x22mobileDeviceID\x22\x3A11,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A110,\x22viewportHeight\x22\x3A\x22568\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22320\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x205\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone\x2Dlandscape\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A778,\x22loadScreenResolution\x22\x3A\x22640\x20x\x201096\x22,\x22deviceHeight\x22\x3A374,\x22mobileDeviceID\x22\x3A12,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A120,\x22viewportHeight\x22\x3A\x22320\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22568\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x205\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22152\x20x\x20152\x22,\x22mobileSkinFilename\x22\x3A\x22ipad\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A640,\x22loadScreenResolution\x22\x3A\x221536\x20x\x202048\x22,\x22deviceHeight\x22\x3A950,\x22mobileDeviceID\x22\x3A13,\x22mobileSkin\x22\x3A\x22iPad\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A15,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A130,\x22viewportHeight\x22\x3A\x22768\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22ipad\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22576\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPad\x20\x2D\x20White\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22152\x20x\x20152\x22,\x22mobileSkinFilename\x22\x3A\x22ipad\x2Dlandscape\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A950,\x22loadScreenResolution\x22\x3A\x222048\x20x\x201496\x22,\x22deviceHeight\x22\x3A640,\x22mobileDeviceID\x22\x3A14,\x22mobileSkin\x22\x3A\x22iPad\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A15,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A140,\x22viewportHeight\x22\x3A\x22576\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22ipad\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22768\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPad\x20\x2D\x20White\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone4\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A374,\x22loadScreenResolution\x22\x3A\x22640\x20x\x20920\x22,\x22deviceHeight\x22\x3A690,\x22mobileDeviceID\x22\x3A15,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A150,\x22viewportHeight\x22\x3A\x22480\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone4\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22320\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x204\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone4\x2Dlandscape\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A690,\x22loadScreenResolution\x22\x3A\x22640\x20x\x20920\x22,\x22deviceHeight\x22\x3A374,\x22mobileDeviceID\x22\x3A16,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A160,\x22viewportHeight\x22\x3A\x22320\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone4\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22480\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x204\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22htcOne\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A402,\x22loadScreenResolution\x22\x3A\x221080\x20x\x201920\x22,\x22deviceHeight\x22\x3A836,\x22mobileDeviceID\x22\x3A17,\x22mobileSkin\x22\x3A\x22HTC\x20One\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A81,\x22viewportHeight\x22\x3A\x22640\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22htcOne\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22360\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22HTC\x20One\x20\x2D\x20White\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22htcOne\x2Dlandscape\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A836,\x22loadScreenResolution\x22\x3A\x221920\x20x\x201080\x22,\x22deviceHeight\x22\x3A402,\x22mobileDeviceID\x22\x3A18,\x22mobileSkin\x22\x3A\x22HTC\x20One\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A82,\x22viewportHeight\x22\x3A\x22360\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22htcOne\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22640\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22HTC\x20One\x20\x2D\x20White\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS4\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A406,\x22loadScreenResolution\x22\x3A\x221080\x20x\x201920\x22,\x22deviceHeight\x22\x3A786,\x22mobileDeviceID\x22\x3A19,\x22mobileSkin\x22\x3A\x22Samsung\x20Galaxy\x20S4\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A190,\x22viewportHeight\x22\x3A\x22640\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22samsungS4\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22360\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S4\x20\x2D\x20White\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS4\x2Dlandscape\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A786,\x22loadScreenResolution\x22\x3A\x221920\x20x\x201080\x22,\x22deviceHeight\x22\x3A406,\x22mobileDeviceID\x22\x3A20,\x22mobileSkin\x22\x3A\x22Samsung\x20Galaxy\x20S4\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A24,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A200,\x22viewportHeight\x22\x3A\x22360\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22samsungS4\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22640\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S4\x20\x2D\x20White\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22nexus7\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A532,\x22loadScreenResolution\x22\x3A\x221080\x20x\x201920\x22,\x22deviceHeight\x22\x3A870,\x22mobileDeviceID\x22\x3A21,\x22mobileSkin\x22\x3A\x22Nexus\x207\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A210,\x22viewportHeight\x22\x3A\x22685\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22nexus7\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22450\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Nexus\x207\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22nexus7\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A870,\x22loadScreenResolution\x22\x3A\x221920\x20x\x201080\x22,\x22deviceHeight\x22\x3A532,\x22mobileDeviceID\x22\x3A22,\x22mobileSkin\x22\x3A\x22Nexus\x207\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A220,\x22viewportHeight\x22\x3A\x22415\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22nexus7\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22720\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Nexus\x207\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22nexus10\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A776,\x22loadScreenResolution\x22\x3A\x221080\x20x\x201920\x22,\x22deviceHeight\x22\x3A1112,\x22mobileDeviceID\x22\x3A23,\x22mobileSkin\x22\x3A\x22Nexus\x2010\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A230,\x22viewportHeight\x22\x3A\x22925\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22nexus10\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22600\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Nexus\x2010\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22192\x20x\x20192\x22,\x22mobileSkinFilename\x22\x3A\x22nexus10\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A1112,\x22loadScreenResolution\x22\x3A\x221920\x20x\x201080\x22,\x22deviceHeight\x22\x3A776,\x22mobileDeviceID\x22\x3A24,\x22mobileSkin\x22\x3A\x22Nexus\x2010\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A240,\x22viewportHeight\x22\x3A\x22565\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22nexus10\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22960\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Nexus\x2010\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A416,\x22loadScreenResolution\x22\x3A\x22750\x20x\x201294\x22,\x22deviceHeight\x22\x3A850,\x22mobileDeviceID\x22\x3A25,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A250,\x22viewportHeight\x22\x3A\x22667\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone6\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22375\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A850,\x22loadScreenResolution\x22\x3A\x22750\x20x\x201294\x22,\x22deviceHeight\x22\x3A416,\x22mobileDeviceID\x22\x3A26,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A260,\x22viewportHeight\x22\x3A\x22375\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone6\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22667\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A416,\x22loadScreenResolution\x22\x3A\x22750\x20x\x201294\x22,\x22deviceHeight\x22\x3A850,\x22mobileDeviceID\x22\x3A27,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A270,\x22viewportHeight\x22\x3A\x22667\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone6\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22375\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22120\x20x\x20120\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6\x2Dlandscape\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A850,\x22loadScreenResolution\x22\x3A\x22750\x20x\x201294\x22,\x22deviceHeight\x22\x3A416,\x22mobileDeviceID\x22\x3A28,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A280,\x22viewportHeight\x22\x3A\x22375\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone6\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22667\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22180\x20x\x20180\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6plus\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A454,\x22loadScreenResolution\x22\x3A\x221242\x20x\x202148\x22,\x22deviceHeight\x22\x3A920,\x22mobileDeviceID\x22\x3A29,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A290,\x22viewportHeight\x22\x3A\x22734\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone6plus\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22412\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20Plus\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22180\x20x\x20180\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6plus\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A920,\x22loadScreenResolution\x22\x3A\x221242\x20x\x202148\x22,\x22deviceHeight\x22\x3A454,\x22mobileDeviceID\x22\x3A30,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A300,\x22viewportHeight\x22\x3A\x22412\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphone6plus\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22734\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20Plus\x20\x28Black\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22180\x20x\x20180\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6plus\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A454,\x22loadScreenResolution\x22\x3A\x221242\x20x\x202148\x22,\x22deviceHeight\x22\x3A920,\x22mobileDeviceID\x22\x3A31,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A310,\x22viewportHeight\x22\x3A\x22734\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone6plus\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22412\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20Plus\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22180\x20x\x20180\x22,\x22mobileSkinFilename\x22\x3A\x22iphone6plus\x2Dportrait\x2Dwhite.png\x22,\x22deviceWidth\x22\x3A920,\x22loadScreenResolution\x22\x3A\x221242\x20x\x202148\x22,\x22deviceHeight\x22\x3A454,\x22mobileDeviceID\x22\x3A32,\x22mobileSkin\x22\x3A\x22iPhone\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A20,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A320,\x22viewportHeight\x22\x3A\x22412\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22white\x22,\x22className\x22\x3A\x22iphone6plus\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22734\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x206\x2D8\x20Plus\x20\x28White\x29\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DroseGold.png\x22,\x22deviceWidth\x22\x3A209,\x22loadScreenResolution\x22\x3A\x22272px\x20x\x20340px\x22,\x22deviceHeight\x22\x3A378,\x22mobileDeviceID\x22\x3A33,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A330,\x22viewportHeight\x22\x3A\x22170\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22roseGold\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DroseGold\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22136\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2238mm\x20\x2D\x20Rose\x20Gold\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DsilverAluminum.png\x22,\x22deviceWidth\x22\x3A209,\x22loadScreenResolution\x22\x3A\x22272px\x20x\x20340px\x22,\x22deviceHeight\x22\x3A378,\x22mobileDeviceID\x22\x3A34,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A340,\x22viewportHeight\x22\x3A\x22170\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22silverAluminum\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DsilverAluminum\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22136\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2238mm\x20\x2D\x20Silver\x20Aluminum\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DspaceBlackStainlessSteel.png\x22,\x22deviceWidth\x22\x3A209,\x22loadScreenResolution\x22\x3A\x22272px\x20x\x20340px\x22,\x22deviceHeight\x22\x3A378,\x22mobileDeviceID\x22\x3A35,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A350,\x22viewportHeight\x22\x3A\x22170\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22spaceBlackStainlessSteel\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DspaceBlackStainlessSteel\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22136\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2238mm\x20\x2D\x20Space\x20Black\x20Stainless\x20Steel\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DspaceGrayAluminum.png\x22,\x22deviceWidth\x22\x3A472,\x22loadScreenResolution\x22\x3A\x22272px\x20x\x20340px\x22,\x22deviceHeight\x22\x3A764,\x22mobileDeviceID\x22\x3A36,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A360,\x22viewportHeight\x22\x3A\x22340\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22spaceGrayAluminum\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DspaceGrayAluminum\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22272\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2238mm\x20\x2D\x20Space\x20Gray\x20Aluminum\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DstainlessSteel.png\x22,\x22deviceWidth\x22\x3A209,\x22loadScreenResolution\x22\x3A\x22272px\x20x\x20340px\x22,\x22deviceHeight\x22\x3A378,\x22mobileDeviceID\x22\x3A37,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A370,\x22viewportHeight\x22\x3A\x22170\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22stainlessSteel\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DstainlessSteel\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22136\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2238mm\x20\x2D\x20Stainless\x20Steel\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DyellowGold.png\x22,\x22deviceWidth\x22\x3A209,\x22loadScreenResolution\x22\x3A\x22272px\x20x\x20340px\x22,\x22deviceHeight\x22\x3A378,\x22mobileDeviceID\x22\x3A38,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A380,\x22viewportHeight\x22\x3A\x22170\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22yellowGold\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D38mm\x2DyellowGold\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22136\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2238mm\x20\x2D\x20Yellow\x20Gold\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DroseGold.png\x22,\x22deviceWidth\x22\x3A240,\x22loadScreenResolution\x22\x3A\x22312px\x20x\x20390px\x22,\x22deviceHeight\x22\x3A438,\x22mobileDeviceID\x22\x3A39,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A390,\x22viewportHeight\x22\x3A\x22195\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22roseGold\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DroseGold\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22156\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2242mm\x20\x2D\x20Rose\x20Gold\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DsilverAluminum.png\x22,\x22deviceWidth\x22\x3A240,\x22loadScreenResolution\x22\x3A\x22312px\x20x\x20390px\x22,\x22deviceHeight\x22\x3A438,\x22mobileDeviceID\x22\x3A40,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A400,\x22viewportHeight\x22\x3A\x22195\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22silverAluminum\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DsilverAluminum\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22156\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2242mm\x20\x2D\x20Silver\x20Aluminum\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DspaceBlackStainlessSteel.png\x22,\x22deviceWidth\x22\x3A240,\x22loadScreenResolution\x22\x3A\x22312px\x20x\x20390px\x22,\x22deviceHeight\x22\x3A438,\x22mobileDeviceID\x22\x3A41,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A410,\x22viewportHeight\x22\x3A\x22195\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22spaceBlackStainlessSteel\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DspaceBlackStainlessSteel\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22156\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2242mm\x20\x2D\x20Space\x20Black\x20Stainless\x20Steel\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DspaceGrayAluminum.png\x22,\x22deviceWidth\x22\x3A240,\x22loadScreenResolution\x22\x3A\x22312px\x20x\x20390px\x22,\x22deviceHeight\x22\x3A438,\x22mobileDeviceID\x22\x3A42,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A420,\x22viewportHeight\x22\x3A\x22195\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22spaceGrayAluminum\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DspaceGrayAluminum\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22156\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2242mm\x20\x2D\x20Space\x20Gray\x20Aluminum\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DstainlessSteel.png\x22,\x22deviceWidth\x22\x3A240,\x22loadScreenResolution\x22\x3A\x22312px\x20x\x20390px\x22,\x22deviceHeight\x22\x3A438,\x22mobileDeviceID\x22\x3A43,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A430,\x22viewportHeight\x22\x3A\x22195\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22stainlessSteel\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DstainlessSteel\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22156\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2242mm\x20\x2D\x20Stainless\x20Steel\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DyellowGold.png\x22,\x22deviceWidth\x22\x3A240,\x22loadScreenResolution\x22\x3A\x22312px\x20x\x20390px\x22,\x22deviceHeight\x22\x3A438,\x22mobileDeviceID\x22\x3A44,\x22mobileSkin\x22\x3A\x22apple\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A440,\x22viewportHeight\x22\x3A\x22195\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22yellowGold\x22,\x22className\x22\x3A\x22apple\x2Dwatch\x2D42mm\x2DyellowGold\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22156\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x2242mm\x20\x2D\x20Yellow\x20Gold\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22android\x2Dround\x2Ddark.png\x22,\x22deviceWidth\x22\x3A185,\x22loadScreenResolution\x22\x3A\x22320px\x20x\x20320px\x22,\x22deviceHeight\x22\x3A310,\x22mobileDeviceID\x22\x3A45,\x22mobileSkin\x22\x3A\x22android\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A450,\x22viewportHeight\x22\x3A\x22160\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22round\x2Ddark\x22,\x22className\x22\x3A\x22android\x2Dround\x2Ddark\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22160\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Round\x20\x2D\x20Dark\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22android\x2Dround\x2Dlight.png\x22,\x22deviceWidth\x22\x3A185,\x22loadScreenResolution\x22\x3A\x22320px\x20x\x20320px\x22,\x22deviceHeight\x22\x3A310,\x22mobileDeviceID\x22\x3A46,\x22mobileSkin\x22\x3A\x22android\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A460,\x22viewportHeight\x22\x3A\x22160\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22round\x2Dlight\x22,\x22className\x22\x3A\x22android\x2Dround\x2Dlight\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22160\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Round\x20\x2D\x20Light\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22android\x2Dsquare\x2Ddark.png\x22,\x22deviceWidth\x22\x3A223,\x22loadScreenResolution\x22\x3A\x22320px\x20x\x20320px\x22,\x22deviceHeight\x22\x3A377,\x22mobileDeviceID\x22\x3A47,\x22mobileSkin\x22\x3A\x22android\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A470,\x22viewportHeight\x22\x3A\x22160\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22square\x2Ddark\x22,\x22className\x22\x3A\x22android\x2Dsquare\x2Ddark\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22160\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Square\x20\x2D\x20Dark\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22144\x20x\x20144\x22,\x22mobileSkinFilename\x22\x3A\x22android\x2Dsquare\x2Dlight.png\x22,\x22deviceWidth\x22\x3A223,\x22loadScreenResolution\x22\x3A\x22320px\x20x\x20320px\x22,\x22deviceHeight\x22\x3A377,\x22mobileDeviceID\x22\x3A48,\x22mobileSkin\x22\x3A\x22android\x2Dwatch\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A0\x7D,\x22sortIndex\x22\x3A480,\x22viewportHeight\x22\x3A\x22160\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22square\x2Dlight\x22,\x22className\x22\x3A\x22android\x2Dsquare\x2Dlight\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22160\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Square\x20\x2D\x20Light\x22,\x22deviceType\x22\x3A\x22watch\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22180\x20x\x20180\x22,\x22mobileSkinFilename\x22\x3A\x22iphoneX\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A420,\x22loadScreenResolution\x22\x3A\x221242\x20x\x202148\x22,\x22deviceHeight\x22\x3A855,\x22mobileDeviceID\x22\x3A49,\x22mobileSkin\x22\x3A\x22iPhoneX\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A44,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A490,\x22viewportHeight\x22\x3A\x22812\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphoneX\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22375\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x20X\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22180\x20x\x20180\x22,\x22mobileSkinFilename\x22\x3A\x22iphoneX\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A856,\x22loadScreenResolution\x22\x3A\x222148\x20x\x201242\x22,\x22deviceHeight\x22\x3A421,\x22mobileDeviceID\x22\x3A50,\x22mobileSkin\x22\x3A\x22iPhoneX\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A44,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A500,\x22viewportHeight\x22\x3A\x22375\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22iphoneX\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22812\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPhone\x20X\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS8\x2Dportrait\x2DmidnightBlack.png\x22,\x22deviceWidth\x22\x3A384,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A849,\x22mobileDeviceID\x22\x3A51,\x22mobileSkin\x22\x3A\x22Samsung\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A510,\x22viewportHeight\x22\x3A\x22693\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS8\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22338\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S8\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS8\x2Dlandscape\x2DmidnightBlack.png\x22,\x22deviceWidth\x22\x3A849,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A384,\x22mobileDeviceID\x22\x3A52,\x22mobileSkin\x22\x3A\x22Samsung\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A520,\x22viewportHeight\x22\x3A\x22338\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS8\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22693\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S8\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS9\x2Dportrait\x2DmidnightBlack.png\x22,\x22deviceWidth\x22\x3A384,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A849,\x22mobileDeviceID\x22\x3A53,\x22mobileSkin\x22\x3A\x22Samsung\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A530,\x22viewportHeight\x22\x3A\x22693\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS9\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22338\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S9\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS9\x2Dlandscape\x2DmidnightBlack.png\x22,\x22deviceWidth\x22\x3A806,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A384,\x22mobileDeviceID\x22\x3A54,\x22mobileSkin\x22\x3A\x22Samsung\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A540,\x22viewportHeight\x22\x3A\x22338\x22,\x22isDefaultDeviceType\x22\x3Atrue,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS9\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22693\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S9\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS10\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A410,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A835,\x22mobileDeviceID\x22\x3A55,\x22mobileSkin\x22\x3A\x22Samsung\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A550,\x22viewportHeight\x22\x3A\x22760\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS10\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22360\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S10\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22samsungS10\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A835,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A410,\x22mobileDeviceID\x22\x3A56,\x22mobileSkin\x22\x3A\x22Samsung\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A560,\x22viewportHeight\x22\x3A\x22360\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22samsungS10\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22760\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Samsung\x20Galaxy\x20S10\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22googlePixel3\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A415,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A849,\x22mobileDeviceID\x22\x3A57,\x22mobileSkin\x22\x3A\x22Pixel\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A570,\x22viewportHeight\x22\x3A\x22728\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22googlePixel3\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22359\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Google\x20Pixel\x203\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22googlePixel3\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A849,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A415,\x22mobileDeviceID\x22\x3A58,\x22mobileSkin\x22\x3A\x22Pixel\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A580,\x22viewportHeight\x22\x3A\x22359\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22googlePixel3\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22728\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Google\x20Pixel\x203\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22googlePixel3XL\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A478,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A937,\x22mobileDeviceID\x22\x3A59,\x22mobileSkin\x22\x3A\x22Pixel\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A590,\x22viewportHeight\x22\x3A\x22814\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22googlePixel3XL\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x22396\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Google\x20Pixel\x203\x20XL\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22googlePixel3XL\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A937,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A478,\x22mobileDeviceID\x22\x3A60,\x22mobileSkin\x22\x3A\x22Pixel\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A48,\x22defaultBackgroundColor\x22\x3A\x22\x22,\x22defaultfontcolor\x22\x3A\x22black\x22\x7D,\x22sortIndex\x22\x3A600,\x22viewportHeight\x22\x3A\x22396\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22Android\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22googlePixel3XL\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x22814\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22Google\x20Pixel\x203\x20XL\x22,\x22deviceType\x22\x3A\x22phone\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22ipad\x2Dpro\x2D13\x2Dportrait.png\x22,\x22deviceWidth\x22\x3A1224,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A1566,\x22mobileDeviceID\x22\x3A61,\x22mobileSkin\x22\x3A\x22iPad\x20Pro\x2013\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A27,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A610,\x22viewportHeight\x22\x3A\x221366\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22ipad\x2Dpro\x2D13\x2Dportrait\x22,\x22orientation\x22\x3A\x22portrait\x22,\x22viewportWidth\x22\x3A\x221024\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPad\x20Pro\x2013\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D,\x7B\x22iconResolution\x22\x3A\x22NULL\x22,\x22mobileSkinFilename\x22\x3A\x22ipad\x2Dpro\x2D13\x2Dlandscape.png\x22,\x22deviceWidth\x22\x3A1566,\x22loadScreenResolution\x22\x3A\x22NULL\x22,\x22deviceHeight\x22\x3A1224,\x22mobileDeviceID\x22\x3A62,\x22mobileSkin\x22\x3A\x22iPad\x20Pro\x22,\x22statusbar\x22\x3A\x7B\x22height\x22\x3A27,\x22defaultBackgroundColor\x22\x3A\x22\x23000000\x22,\x22defaultfontcolor\x22\x3A\x22white\x22\x7D,\x22sortIndex\x22\x3A620,\x22viewportHeight\x22\x3A\x221024\x22,\x22isDefaultDeviceType\x22\x3Afalse,\x22embediframeheight\x22\x3A\x220\x22,\x22platform\x22\x3A\x22iOS\x22,\x22mobileSkinColor\x22\x3A\x22black\x22,\x22className\x22\x3A\x22ipad\x2Dpro\x2D13\x2Dlandscape\x22,\x22orientation\x22\x3A\x22landscape\x22,\x22viewportWidth\x22\x3A\x221366\x22,\x22embediframewidth\x22\x3A\x220\x22,\x22description\x22\x3A\x22iPad\x20Pro\x2013\x22,\x22deviceType\x22\x3A\x22tablet\x22\x7D\x5D,\x22ipGeoLocation\x22\x3A\x7B\x22longitude\x22\x3A114.17,\x22country\x22\x3A\x22HK\x22,\x22latitude\x22\x3A22.28,\x22region\x22\x3A\x22NO\x20REGION\x22,\x22loc\x22\x3A\x2222.28,114.17\x22,\x22city\x22\x3A\x22Hong\x20Kong\x22\x7D\x7D" );
</script>
<!-- inject:js -->
<script src="https://static.invisionapp-cdn.com/spa/cfprojects/share/lib/vendor.min.b6c777ea9b.js"></script>
<script src="https://static.invisionapp-cdn.com/spa/cfprojects/share/lib/invision.min.2435852362.js"></script>
<!-- endinject -->
<!-- inject:meta -->
<!-- endinject -->
<canvas id="renderCanvas" style="position: absolute;left: -9999px;top: -9999px;"></canvas>
<!-- GDPR compliance check via TustArc (via Storage Consent). -->
<script type="text/javascript">
"use strict";(function(){function a(a){console.error("`"+a+"` called before trustarc is ready. use `onConsentLevelReady`")}if(!window.__storageConsentAdded){window.__storageConsentAdded=!0,"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(a){"use strict";if(null==a)throw new TypeError("Cannot convert undefined or null to object");for(var b,c=Object(a),d=1;d<arguments.length;d++)if(b=arguments[d],null!=b)for(var e in b)Object.prototype.hasOwnProperty.call(b,e)&&(c[e]=b[e]);return c},writable:!0,configurable:!0});var b=(/privacy-force-country=(\w{2})/i.exec(window.location.search||"")||[])[1],c=-1<(window.location.search||"").indexOf("privacy-force-banner"),d=-1<(window.location.search||"").indexOf("privacy-force-implied"),e=[/(iPhone|iPod|iPad)(?!.*Safari)/gi,/Android.*(wv|\.0\.0\.0)/gi,/Linux; U; Android/gi],f=top&&self&&top!==self,g=f||["invisionapp_ima","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.65 Mobile Safari/537.36","InVisionStudio","WebView"].some(function(a){return-1<window.navigator.userAgent.toLowerCase().indexOf(a.toLowerCase())})||e.some(function(a){return a.test(window.navigator.userAgent)});if(c){var G=document.createElement("div");G.id="teconsent",document.body&&document.body.appendChild(G)}if(!g){var H=document.createElement("div");H.id="consent_blackbar",Object.assign(H.style,{position:"fixed",bottom:"20px",right:"20px",zIndex:2147483638}),document.body?document.body.appendChild(H):document.addEventListener("readystatechange",function(){document.getElementById("consent_blackbar")||"interactive"!==document.readyState&&"complete"!==document.readyState||document.body.appendChild(H)});var h="https://consent.truste.com/notice?domain=invisionapp.com&c=teconsent&js=nj&noticeType=bb&pcookie"+(b?"&country="+b:"")+(d?"&behavior=implied":""),i=document.createElement("script");i.src=h,i.async=!0,(document.body||document.head).appendChild(i)}var j=[],k=function(){var a=r();return(j||[]).every(function(b,c){return b===a[c]})},l={},m=function(){return Object.keys(l).every(function(a){return!l[a]||l[a]===StorageConsent.consentedToDomain(a)})};window.postMessage(JSON.stringify({PrivacyManagerAPI:{action:"getConsent",timestamp:new Date().getTime(),self:"invisionapp.com"}}),"*");var n=!1;window.addEventListener("message",function(a){var b;if(a&&a.data)try{b=JSON.parse(a.data)}catch(a){}b&&b.source&&"preference_manager"===b.source&&("submit_preferences"===b.message?setTimeout(function(){var a=k(),b=m(),c=0===j[0]&&!a;c||a&&b?A.forEach(function(a){return a()}):(console.log("User consent levels have changed to be more strict, reloading the page to establish a clean environment with these stricter preferences"),n=!0),j=r(),l=s()},16):"remove_iframe"===b.message&&n&&(n=!1,window.location.reload()))},!1);var o,p=function(a){var b=document.cookie.match(new RegExp("(^| )"+a+"=([^;]+)"));if(b)return b[2]},q=function(){var a=p("notice_gdpr_prefs");return a&&a.split(",").map(function(a){return parseInt(a.toString()[0],10)+1})},r=function(){var a=[],b=window.StorageConsent.getGDPRConsentDecision();return a=b&&b.consentDecision?b.consentDecision:q(),a},s=function(){return Object.keys(l).reduce(function(a,b){return a[b]=StorageConsent.consentedToDomain(b),a},{})},t=function(){return-1<document.cookie.indexOf("notice_behavior")||-1<document.cookie.indexOf("notice_gdpr_prefs")||-1<document.cookie.indexOf("notice_preference")},u=function(){return t()&&-1<(p("notice_behavior")||"").indexOf("eu")},v=function(){return window.truste&&window.truste.cma},w=function(){return v()&&t()},x=function(){return window.truste&&!window.truste.cma&&t()&&!u()},y=function(){return w()||x()},z=[],A=[],B=!1,C=20,D=window.forceStorageConsentTimeout||5e3,E=0,F=function(){setTimeout(function(){g||y()?(B=!0,j=!g&&r()||[],z.forEach(function(a){return a()})):E<D&&(E+=C,C+=180,F())},C)};F(),window.StorageConsent=window.StorageConsent||{REQUIRED:1,FUNCTIONAL:2,ADVERTISING:3,consentDomain:"invisionapp.com",getConsentDecisionForDomain:function c(b){return y()||a("getConsentDecisionForDomain"),v()&&truste.cma.callApi("getConsent",this.consentDomain,b,this.consentDomain)},getConsentDecision:function b(){return y()||a("getConsentDecision"),v()&&truste.cma.callApi("getConsentDecision",this.consentDomain)},getGDPRConsentDecision:function b(){return y()||a("getGDPRConsentDecision"),v()&&truste.cma.callApi("getGDPRConsentDecision",this.consentDomain)},getConsentCategories:function b(){return y()||a("getConsentCategories"),v()&&truste.cma.callApi("getConsentCategories",this.consentDomain).categories},hasGDPRCookies:t,isForceRequiredLevelOnly:function a(){return g},qualifiesForGDPR:u,canRunFunctionalScripts:function c(){var b=this;return y()||a("canRunFunctionalScripts"),!g&&(!this.qualifiesForGDPR()||r().some(function(a){return b.FUNCTIONAL===a}))},canRunAdvertisingScripts:function c(){var b=this;return y()||a("canRunFunctionalScripts"),!g&&(!this.qualifiesForGDPR()||r().some(function(a){return b.ADVERTISING===a}))},consentedToDomain:function c(a){a&&-1<a.indexOf("/")&&(!o&&(o=document.createElement("a")),o.href=a,a=o.hostname||a);var b=!0;if(g)b=!1;else if(this.qualifiesForGDPR())if(w()){var d=this.getConsentDecisionForDomain(a)||{};b="approved"===d.consent&&"asserted"===d.source}else b=!1;return void 0===l[a]&&(l[a]=b),b},onConsentLevelReady:function b(a){return B?setTimeout(function(){return a()},14):z.push(a)},onConsentLevelChange:function b(a){return A.push(a)}}}})();
</script>
</body>
</html>