mvcgen 0.1.14 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mvcgen/filemanager.rb +1 -1
  3. data/lib/mvcgen/generator.rb +36 -33
  4. data/lib/mvcgen/version.rb +1 -1
  5. data/lib/templates/default/mvcspec.yml +1 -1
  6. data/lib/templates/default/podfile/Podfile +73 -0
  7. data/lib/templates/default/swift/AppDelegate.swift +181 -0
  8. data/lib/templates/default/swift/Assets.xcassets/AppIcon.appiconset/Contents.json +133 -0
  9. data/lib/templates/default/swift/Assets.xcassets/Back.imageset/Contents.json +21 -0
  10. data/lib/templates/default/swift/Assets.xcassets/Back.imageset/icons8-back-filled-100-2.png +0 -0
  11. data/lib/templates/default/swift/Assets.xcassets/Contents.json +6 -0
  12. data/lib/templates/default/swift/Assets.xcassets/Down.imageset/Contents.json +21 -0
  13. data/lib/templates/default/swift/Assets.xcassets/Down.imageset/icons8-expand-arrow-filled-100.png +0 -0
  14. data/lib/templates/default/swift/Assets.xcassets/Forward.imageset/Contents.json +21 -0
  15. data/lib/templates/default/swift/Assets.xcassets/Forward.imageset/icons8-forward-filled-100.png +0 -0
  16. data/lib/templates/default/swift/Assets.xcassets/Key.imageset/Contents.json +1 -0
  17. data/lib/templates/default/swift/Assets.xcassets/Key.imageset/universal_Key.pdf +0 -0
  18. data/lib/templates/default/swift/Assets.xcassets/Shopping-cart.imageset/Contents.json +1 -0
  19. data/lib/templates/default/swift/Assets.xcassets/Shopping-cart.imageset/universal_Shopping-cart.pdf +0 -0
  20. data/lib/templates/default/swift/Assets.xcassets/Tick.imageset/Contents.json +21 -0
  21. data/lib/templates/default/swift/Assets.xcassets/Tick.imageset/icons8-Checkmark-96 (1).png +0 -0
  22. data/lib/templates/default/swift/Assets.xcassets/Up.imageset/Contents.json +22 -0
  23. data/lib/templates/default/swift/Assets.xcassets/Up.imageset/icons8-collapse-arrow-100.png +0 -0
  24. data/lib/templates/default/swift/Assets.xcassets/Up.imageset/icons8-collapse-arrow-50.png +0 -0
  25. data/lib/templates/default/swift/Assets.xcassets/Uruguay.imageset/Contents.json +21 -0
  26. data/lib/templates/default/swift/Assets.xcassets/Uruguay.imageset/icons8-uruguay-40.png +0 -0
  27. data/lib/templates/default/swift/Assets.xcassets/Wallet.imageset/Contents.json +1 -0
  28. data/lib/templates/default/swift/Assets.xcassets/Wallet.imageset/universal_Wallet.pdf +0 -0
  29. data/lib/templates/default/swift/Assets.xcassets/Welcome_001.imageset/Contents.json +12 -0
  30. data/lib/templates/default/swift/Assets.xcassets/Welcome_001.imageset/Icons_NotATour_Welcome_001.pdf +0 -0
  31. data/lib/templates/default/swift/Assets.xcassets/Welcome_002.imageset/Contents.json +12 -0
  32. data/lib/templates/default/swift/Assets.xcassets/Welcome_002.imageset/Icons_NotATour_Welcome_002.pdf +0 -0
  33. data/lib/templates/default/swift/Assets.xcassets/Welcome_003.imageset/Contents.json +12 -0
  34. data/lib/templates/default/swift/Assets.xcassets/Welcome_003.imageset/Icons_NotATour_Welcome_003.pdf +0 -0
  35. data/lib/templates/default/swift/Assets.xcassets/Welcome_004.imageset/Contents.json +12 -0
  36. data/lib/templates/default/swift/Assets.xcassets/Welcome_004.imageset/Icons_NotATour_Welcome_004.pdf +0 -0
  37. data/lib/templates/default/swift/Assets.xcassets/alert_beach.imageset/Contents.json +21 -0
  38. data/lib/templates/default/swift/Assets.xcassets/alert_beach.imageset/icons8-beach-64.png +0 -0
  39. data/lib/templates/default/swift/Assets.xcassets/alert_nobaggage.imageset/Contents.json +21 -0
  40. data/lib/templates/default/swift/Assets.xcassets/alert_nobaggage.imageset/icons8-no-baggage-100.png +0 -0
  41. data/lib/templates/default/swift/Assets.xcassets/alert_signpost.imageset/Contents.json +21 -0
  42. data/lib/templates/default/swift/Assets.xcassets/alert_signpost.imageset/icons8-signpost-64.png +0 -0
  43. data/lib/templates/default/swift/Assets.xcassets/alert_sunbed.imageset/Contents.json +21 -0
  44. data/lib/templates/default/swift/Assets.xcassets/alert_sunbed.imageset/sunbed.png +0 -0
  45. data/lib/templates/default/swift/Assets.xcassets/arrow.imageset/Contents.json +21 -0
  46. data/lib/templates/default/swift/Assets.xcassets/arrow.imageset/arrow.pdf +0 -0
  47. data/lib/templates/default/swift/Assets.xcassets/baggage.imageset/Contents.json +22 -0
  48. data/lib/templates/default/swift/Assets.xcassets/baggage.imageset/baggage.png +0 -0
  49. data/lib/templates/default/swift/Assets.xcassets/baggage.imageset/baggage@2x.png +0 -0
  50. data/lib/templates/default/swift/Assets.xcassets/burger.imageset/Contents.json +21 -0
  51. data/lib/templates/default/swift/Assets.xcassets/burger.imageset/burger.pdf +0 -0
  52. data/lib/templates/default/swift/Assets.xcassets/calendar-white.imageset/Contents.json +12 -0
  53. data/lib/templates/default/swift/Assets.xcassets/calendar-white.imageset/icons8-calendar.pdf +70 -0
  54. data/lib/templates/default/swift/Assets.xcassets/calendar.imageset/Contents.json +12 -0
  55. data/lib/templates/default/swift/Assets.xcassets/calendar.imageset/calendar.pdf +0 -0
  56. data/lib/templates/default/swift/Assets.xcassets/dots.imageset/Contents.json +24 -0
  57. data/lib/templates/default/swift/Assets.xcassets/dots.imageset/dots.pdf +0 -0
  58. data/lib/templates/default/swift/Assets.xcassets/edit.imageset/Contents.json +12 -0
  59. data/lib/templates/default/swift/Assets.xcassets/edit.imageset/edit.pdf +0 -0
  60. data/lib/templates/default/swift/Assets.xcassets/emptylogin.imageset/Contents.json +12 -0
  61. data/lib/templates/default/swift/Assets.xcassets/emptylogin.imageset/empty state loging.pdf +0 -0
  62. data/lib/templates/default/swift/Assets.xcassets/envelope.imageset/Contents.json +12 -0
  63. data/lib/templates/default/swift/Assets.xcassets/envelope.imageset/icons8-envelope.pdf +70 -0
  64. data/lib/templates/default/swift/Assets.xcassets/expandSection.imageset/Contents.json +22 -0
  65. data/lib/templates/default/swift/Assets.xcassets/expandSection.imageset/icons8-expand-arrow-100.png +0 -0
  66. data/lib/templates/default/swift/Assets.xcassets/expandSection.imageset/icons8-expand-arrow-50.png +0 -0
  67. data/lib/templates/default/swift/Assets.xcassets/facebook.imageset/Contents.json +24 -0
  68. data/lib/templates/default/swift/Assets.xcassets/facebook.imageset/icons8-facebook-f.pdf +68 -0
  69. data/lib/templates/default/swift/Assets.xcassets/filter-white.imageset/Contents.json +12 -0
  70. data/lib/templates/default/swift/Assets.xcassets/filter-white.imageset/icons8-adjust (3).pdf +0 -0
  71. data/lib/templates/default/swift/Assets.xcassets/filter.imageset/Contents.json +15 -0
  72. data/lib/templates/default/swift/Assets.xcassets/filter.imageset/filter.pdf +0 -0
  73. data/lib/templates/default/swift/Assets.xcassets/food.imageset/Contents.json +21 -0
  74. data/lib/templates/default/swift/Assets.xcassets/food.imageset/food.png +0 -0
  75. data/lib/templates/default/swift/Assets.xcassets/forgot-password.imageset/Contents.json +23 -0
  76. data/lib/templates/default/swift/Assets.xcassets/forgot-password.imageset/page-1.png +0 -0
  77. data/lib/templates/default/swift/Assets.xcassets/forgot-password.imageset/page-1@2x.png +0 -0
  78. data/lib/templates/default/swift/Assets.xcassets/forgot-password.imageset/page-1@3x.png +0 -0
  79. data/lib/templates/default/swift/Assets.xcassets/heart-active.imageset/Contents.json +12 -0
  80. data/lib/templates/default/swift/Assets.xcassets/heart-active.imageset/favortio activo.pdf +0 -0
  81. data/lib/templates/default/swift/Assets.xcassets/heart.imageset/Contents.json +12 -0
  82. data/lib/templates/default/swift/Assets.xcassets/heart.imageset/favorito inactivo.pdf +0 -0
  83. data/lib/templates/default/swift/Assets.xcassets/icons8-delete.imageset/Contents.json +12 -0
  84. data/lib/templates/default/swift/Assets.xcassets/icons8-delete.imageset/icons8-delete (3).pdf +69 -0
  85. data/lib/templates/default/swift/Assets.xcassets/lock.imageset/Contents.json +12 -0
  86. data/lib/templates/default/swift/Assets.xcassets/lock.imageset/icons8-lock.pdf +69 -0
  87. data/lib/templates/default/swift/Assets.xcassets/man-avatar.imageset/Contents.json +12 -0
  88. data/lib/templates/default/swift/Assets.xcassets/man-avatar.imageset/man-avatar.pdf +1149 -1
  89. data/lib/templates/default/swift/Assets.xcassets/new-notification.imageset/Contents.json +21 -0
  90. data/lib/templates/default/swift/Assets.xcassets/new-notification.imageset/icons8-filled-circle-filled-100.png +0 -0
  91. data/lib/templates/default/swift/Assets.xcassets/no-fav.imageset/Contents.json +21 -0
  92. data/lib/templates/default/swift/Assets.xcassets/no-fav.imageset/page-1@2x.png +0 -0
  93. data/lib/templates/default/swift/Assets.xcassets/notificaciones.imageset/Contents.json +12 -0
  94. data/lib/templates/default/swift/Assets.xcassets/notificaciones.imageset/notificaciones.pdf +0 -0
  95. data/lib/templates/default/swift/Assets.xcassets/notification.imageset/Contents.json +21 -0
  96. data/lib/templates/default/swift/Assets.xcassets/notification.imageset/icons8-notification-100.png +0 -0
  97. data/lib/templates/default/swift/Assets.xcassets/other.imageset/Contents.json +21 -0
  98. data/lib/templates/default/swift/Assets.xcassets/other.imageset/other.png +0 -0
  99. data/lib/templates/default/swift/Assets.xcassets/page-1.imageset/Contents.json +21 -0
  100. data/lib/templates/default/swift/Assets.xcassets/page-1.imageset/page-1@2x.png +0 -0
  101. data/lib/templates/default/swift/Assets.xcassets/page-3.imageset/Contents.json +21 -0
  102. data/lib/templates/default/swift/Assets.xcassets/page-3.imageset/page-1@2x.png +0 -0
  103. data/lib/templates/default/swift/Assets.xcassets/photo.imageset/Contents.json +24 -0
  104. data/lib/templates/default/swift/Assets.xcassets/photo.imageset/photo.pdf +0 -0
  105. data/lib/templates/default/swift/Assets.xcassets/plus-white.imageset/Contents.json +21 -0
  106. data/lib/templates/default/swift/Assets.xcassets/plus-white.imageset/icons8-plus-math-26.png +0 -0
  107. data/lib/templates/default/swift/Assets.xcassets/plus.imageset/+.pdf +0 -0
  108. data/lib/templates/default/swift/Assets.xcassets/plus.imageset/Contents.json +12 -0
  109. data/lib/templates/default/swift/Assets.xcassets/register.imageset/Contents.json +12 -0
  110. data/lib/templates/default/swift/Assets.xcassets/register.imageset/registro.pdf +0 -0
  111. data/lib/templates/default/swift/Assets.xcassets/search.imageset/Contents.json +15 -0
  112. data/lib/templates/default/swift/Assets.xcassets/search.imageset/search.pdf +0 -0
  113. data/lib/templates/default/swift/Assets.xcassets/settings.imageset/Contents.json +23 -0
  114. data/lib/templates/default/swift/Assets.xcassets/settings.imageset/icons8-settings-100.png +0 -0
  115. data/lib/templates/default/swift/Assets.xcassets/settings.imageset/icons8-settings-50.png +0 -0
  116. data/lib/templates/default/swift/Assets.xcassets/settings.imageset/icons8-settings-500.png +0 -0
  117. data/lib/templates/default/swift/Assets.xcassets/shape.imageset/Contents.json +23 -0
  118. data/lib/templates/default/swift/Assets.xcassets/shape.imageset/shape.png +0 -0
  119. data/lib/templates/default/swift/Assets.xcassets/shape.imageset/shape@2x.png +0 -0
  120. data/lib/templates/default/swift/Assets.xcassets/shape.imageset/shape@3x.png +0 -0
  121. data/lib/templates/default/swift/Assets.xcassets/signpost.imageset/Contents.json +21 -0
  122. data/lib/templates/default/swift/Assets.xcassets/signpost.imageset/icons8-signpost-50.png +0 -0
  123. data/lib/templates/default/swift/Assets.xcassets/stars.imageset/Contents.json +24 -0
  124. data/lib/templates/default/swift/Assets.xcassets/stars.imageset/stars.pdf +0 -0
  125. data/lib/templates/default/swift/Assets.xcassets/terms.imageset/Contents.json +12 -0
  126. data/lib/templates/default/swift/Assets.xcassets/terms.imageset/terminos y condiciones.pdf +0 -0
  127. data/lib/templates/default/swift/Assets.xcassets/tickets.imageset/Contents.json +12 -0
  128. data/lib/templates/default/swift/Assets.xcassets/tickets.imageset/tickets.pdf +0 -0
  129. data/lib/templates/default/swift/Assets.xcassets/user.imageset/Contents.json +22 -0
  130. data/lib/templates/default/swift/Assets.xcassets/user.imageset/icons8-account-100.png +0 -0
  131. data/lib/templates/default/swift/Assets.xcassets/user.imageset/icons8-account-50.png +0 -0
  132. data/lib/templates/default/swift/Assets.xcassets/visa.imageset/Contents.json +21 -0
  133. data/lib/templates/default/swift/Assets.xcassets/visa.imageset/visa.png +0 -0
  134. data/lib/templates/default/swift/Config/Config.swift +1 -1
  135. data/lib/templates/default/swift/Controllers/Login/ForgetPasswordVC.swift +125 -0
  136. data/lib/templates/default/swift/Controllers/Login/LoginVC.swift +244 -0
  137. data/lib/templates/default/swift/Controllers/Login/RegisterVC.swift +213 -0
  138. data/lib/templates/default/swift/Controllers/Notifications/Cells/NotificationCell.swift +51 -0
  139. data/lib/templates/default/swift/Controllers/Notifications/NotificationsVC.swift +164 -0
  140. data/lib/templates/default/swift/Controllers/OtherLogin/ForgetPasswordTVC.swift +98 -0
  141. data/lib/templates/default/swift/Controllers/OtherLogin/LoginTVC.swift +245 -0
  142. data/lib/templates/default/swift/Controllers/OtherLogin/OtherRegisterVC.swift +299 -0
  143. data/lib/templates/default/swift/Controllers/OtherLogin/SelectLanguageCell.swift +17 -0
  144. data/lib/templates/default/swift/Controllers/OtherLogin/SelectLanguageVC.swift +116 -0
  145. data/lib/templates/default/swift/Controllers/OtherLogin/TermsAndConditionsVC.swift +76 -0
  146. data/lib/templates/default/swift/Controllers/Profile/AboutUsVC.swift +93 -0
  147. data/lib/templates/default/swift/Controllers/Profile/Cells/AboutUsImageCell.swift +66 -0
  148. data/lib/templates/default/swift/Controllers/Profile/Cells/DescriptionCell.swift +16 -0
  149. data/lib/templates/default/swift/Controllers/Profile/Cells/DestinationCell.swift +35 -0
  150. data/lib/templates/default/swift/Controllers/Profile/Cells/DestinationCellView.xib +84 -0
  151. data/lib/templates/default/swift/Controllers/Profile/Cells/FavoriteCollectionCell.swift +24 -0
  152. data/lib/templates/default/swift/Controllers/Profile/Cells/ImagesCollectionViewCell.swift +15 -0
  153. data/lib/templates/default/swift/Controllers/Profile/ProfileContainerVC.swift +72 -0
  154. data/lib/templates/default/swift/Controllers/Profile/ProfileTVC.swift +581 -0
  155. data/lib/templates/default/swift/Controllers/Tutorial/TutorialVC.swift +121 -0
  156. data/lib/templates/default/swift/Extensions/ArrayDuplicates.swift +35 -0
  157. data/lib/templates/default/swift/Extensions/Buttons.swift +1 -1
  158. data/lib/templates/default/swift/Extensions/CustomCamera.swift +65 -0
  159. data/lib/templates/default/swift/Extensions/GradientView.swift +121 -0
  160. data/lib/templates/default/swift/Extensions/HideKeyboard.swift +22 -0
  161. data/lib/templates/default/swift/Extensions/Images.swift +82 -0
  162. data/lib/templates/default/swift/Extensions/InnerShadowExtension.swift +83 -0
  163. data/lib/templates/default/swift/Extensions/TableViewEmptyView.swift +30 -0
  164. data/lib/templates/default/swift/Extensions/TapEffectExtension.swift +48 -0
  165. data/lib/templates/default/swift/Extensions/{ColorHex.swift → UIColorExtensions.swift} +2 -2
  166. data/lib/templates/default/swift/Extensions/UnderlinedTextView.swift +61 -0
  167. data/lib/templates/default/swift/Extensions/UnderlinedWithIconTextField.swift +55 -0
  168. data/lib/templates/default/swift/Helper/APIHelper.swift +4 -4
  169. data/lib/templates/default/swift/Helper/APIManager.swift +81 -14
  170. data/lib/templates/default/swift/Helper/APIRequestBody.swift +1 -1
  171. data/lib/templates/default/swift/Helper/AWSManager.swift +1 -1
  172. data/lib/templates/default/swift/Helper/FilesManager.swift +1 -1
  173. data/lib/templates/default/swift/Helper/S3Manager.swift +1 -1
  174. data/lib/templates/default/swift/Helper/Utils.swift +3 -1
  175. data/lib/templates/default/swift/Info.plist +53 -0
  176. data/lib/templates/default/swift/Models/Country.swift +28 -0
  177. data/lib/templates/default/swift/Models/Managers/UserManager.swift +1 -1
  178. data/lib/templates/default/swift/Models/Notif.swift +71 -0
  179. data/lib/templates/default/swift/Models/Responses/BaseResponse.swift +1 -1
  180. data/lib/templates/default/swift/Models/Responses/NotificationResponse.swift +24 -0
  181. data/lib/templates/default/swift/Models/Responses/UserResponse.swift +1 -1
  182. data/lib/templates/default/swift/Models/Responses/UserSingupResponse.swift +1 -1
  183. data/lib/templates/default/swift/Models/User.swift +2 -2
  184. data/lib/templates/default/swift/UI/Storyboards/Home.storyboard +2113 -0
  185. data/lib/templates/default/swift/UI/Storyboards/Login.storyboard +814 -0
  186. data/lib/templates/default/swift/UI/Storyboards/OtherLogin.storyboard +1031 -0
  187. data/lib/templates/default/swift/UI/Views/EmptyTableView/EmptyTableLabelView.swift +18 -0
  188. data/lib/templates/default/swift/UI/Views/EmptyTableView/NoNotificationView.swift +16 -0
  189. data/lib/templates/default/swift/UI/Views/EmptyTableView/Xibs/EmptyTableLabelView.xib +72 -0
  190. data/lib/templates/default/swift/UI/Views/EmptyTableView/Xibs/NoNotificationsView.xib +61 -0
  191. metadata +176 -4
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import Alamofire
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import UIKit
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import UIKit
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import UIKit
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import UIKit
@@ -30,6 +30,8 @@ struct Endpoints {
30
30
  static let logout = "logout"
31
31
  static let signup = "signup"
32
32
  static let forgotPwd = "forgot_pwd"
33
+ static let getNotifications = "get_notifications"
34
+ static let readNotifications = "read_notifications"
33
35
  }
34
36
 
35
37
  struct Colors {
@@ -0,0 +1,53 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>$(EXECUTABLE_NAME)</string>
9
+ <key>CFBundleIdentifier</key>
10
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
+ <key>CFBundleInfoDictionaryVersion</key>
12
+ <string>6.0</string>
13
+ <key>CFBundleName</key>
14
+ <string>$(PRODUCT_NAME)</string>
15
+ <key>CFBundlePackageType</key>
16
+ <string>APPL</string>
17
+ <key>CFBundleShortVersionString</key>
18
+ <string>1.0</string>
19
+ <key>CFBundleVersion</key>
20
+ <string>1</string>
21
+ <key>Config</key>
22
+ <string>$(CONFIGURATION)</string>
23
+ <key>LSRequiresIPhoneOS</key>
24
+ <true/>
25
+ <key>UILaunchStoryboardName</key>
26
+ <string>LaunchScreen</string>
27
+ <key>UIMainStoryboardFile</key>
28
+ <string>Login</string>
29
+ <key>UIRequiredDeviceCapabilities</key>
30
+ <array>
31
+ <string>armv7</string>
32
+ </array>
33
+ <key>UISupportedInterfaceOrientations</key>
34
+ <array>
35
+ <string>UIInterfaceOrientationPortrait</string>
36
+ <string>UIInterfaceOrientationLandscapeLeft</string>
37
+ <string>UIInterfaceOrientationLandscapeRight</string>
38
+ </array>
39
+ <key>UISupportedInterfaceOrientations~ipad</key>
40
+ <array>
41
+ <string>UIInterfaceOrientationPortrait</string>
42
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
43
+ <string>UIInterfaceOrientationLandscapeLeft</string>
44
+ <string>UIInterfaceOrientationLandscapeRight</string>
45
+ </array>
46
+ <key>NSPhotoLibraryUsageDescription</key>
47
+ <string>Necesitamos acceder a tus fotos para que puedas seleccionar tu foto de perfil</string>
48
+ <key>NSCameraUsageDescription</key>
49
+ <string>Necesitamos acceder a tú cámara para que puedas tomar una foto de perfil</string>
50
+ <key>UIStatusBarStyle</key>
51
+ <string>UIStatusBarStyleLightContent</string>
52
+ </dict>
53
+ </plist>
@@ -0,0 +1,28 @@
1
+ //
2
+ // Country.swift
3
+ // MVCGEN
4
+ //
5
+ // Created by Daniel Martinez on 23/7/18.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
+ //
8
+
9
+ import ObjectMapper
10
+
11
+ class Country : NSObject, Mappable {
12
+
13
+ @objc dynamic var name = ""
14
+ @objc dynamic var flag = ""
15
+ @objc dynamic var code = ""
16
+ @objc dynamic var dial_code = ""
17
+
18
+ required convenience init?(map: Map) {
19
+ self.init()
20
+ }
21
+
22
+ func mapping(map: Map) {
23
+ name <- map["name"]
24
+ flag <- map["flag"]
25
+ code <- map["code"]
26
+ dial_code <- map["dial_code"]
27
+ }
28
+ }
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import Foundation
@@ -0,0 +1,71 @@
1
+ //
2
+ // Notification.swift
3
+ // MVCGEN
4
+ //
5
+ // Created by Daniel Martinez on 23/7/18.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
+ //
8
+
9
+ import ObjectMapper
10
+
11
+ @objc enum NotificationType: Int {
12
+
13
+ case generic = 0
14
+ case broadcast = 1
15
+
16
+ }
17
+
18
+ class Notif : NSObject, Mappable {
19
+
20
+ @objc dynamic var id = ""
21
+ @objc dynamic var title = ""
22
+ @objc dynamic var body = ""
23
+ @objc dynamic var notifType: NotificationType = .generic
24
+ @objc dynamic var payload : NotifPayload? = NotifPayload()
25
+ @objc dynamic var read = false
26
+ @objc dynamic var createdDate = Date()
27
+
28
+ // override static func primaryKey() -> String? {
29
+ // return "id"
30
+ // }
31
+
32
+ required convenience init?(map: Map) {
33
+ self.init()
34
+ }
35
+
36
+ func mapping(map: Map) {
37
+ if map.mappingType == .toJSON {
38
+ var id = self.id
39
+ id <- map["_id"]
40
+ }
41
+ else {
42
+ id <- map["_id"]
43
+ }
44
+ title <- map["title"]
45
+ body <- map["body"]
46
+ let dateFormatter = DateFormatter()
47
+ dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
48
+ createdDate <- (map["createdAt"], DateFormatterTransform(dateFormatter: dateFormatter))
49
+ payload <- map["payload"]
50
+ notifType <- map["notifType"]
51
+ read <- map["read"]
52
+
53
+ }
54
+ }
55
+
56
+ class NotifPayload: NSObject, Mappable {
57
+
58
+ @objc dynamic var property1: String = ""
59
+
60
+ /*override static func primaryKey() -> String? {
61
+ return "id"
62
+ }*/
63
+
64
+ required convenience init?(map: Map) {
65
+ self.init()
66
+ }
67
+
68
+ func mapping(map: Map) {
69
+ property1 <- map["property1"]
70
+ }
71
+ }
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import ObjectMapper
@@ -0,0 +1,24 @@
1
+ //
2
+ // NotificationResponse.swift
3
+ // MVCGEN
4
+ //
5
+ // Created by Daniel Martinez on 23/7/18.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
+ //
8
+
9
+ import ObjectMapper
10
+
11
+ class NotificationResponse: BaseResponse {
12
+
13
+ var data: [Notif]?
14
+
15
+ required init?(map: Map) {
16
+ super.init(map: map)
17
+
18
+ }
19
+
20
+ override func mapping(map: Map) {
21
+ super.mapping(map: map)
22
+ data <- map["data"]
23
+ }
24
+ }
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import ObjectMapper
@@ -3,7 +3,7 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
9
  import ObjectMapper
@@ -3,10 +3,9 @@
3
3
  // MVCGEN
4
4
  //
5
5
  // Created by Daniel Martinez on 23/7/18.
6
- // Copyright © 2018 DanielMartinez. All rights reserved.
6
+ // Copyright © 2018 Houlak. All rights reserved.
7
7
  //
8
8
 
9
- import Foundation
10
9
  import ObjectMapper
11
10
 
12
11
  class User: NSObject, Mappable, Codable {
@@ -16,6 +15,7 @@ class User: NSObject, Mappable, Codable {
16
15
  var phone: String = ""
17
16
  var firstname: String = ""
18
17
  var lastname: String = ""
18
+ var profilePic: String = ""
19
19
 
20
20
  override init() {
21
21
  super.init()
@@ -0,0 +1,2113 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="hla-o2-NMg">
3
+ <device id="retina4_7" orientation="portrait">
4
+ <adaptation id="fullscreen"/>
5
+ </device>
6
+ <dependencies>
7
+ <deployment identifier="iOS"/>
8
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
9
+ <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
10
+ <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
11
+ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
12
+ </dependencies>
13
+ <customFonts key="customFonts">
14
+ <array key="Quicksand-Bold.ttf">
15
+ <string>Quicksand-Bold</string>
16
+ </array>
17
+ <array key="Quicksand-Medium.ttf">
18
+ <string>Quicksand-Medium</string>
19
+ </array>
20
+ <array key="Quicksand-Regular.ttf">
21
+ <string>Quicksand-Regular</string>
22
+ </array>
23
+ </customFonts>
24
+ <scenes>
25
+ <!--TutorialVC-->
26
+ <scene sceneID="nni-80-gqV">
27
+ <objects>
28
+ <viewController storyboardIdentifier="tutorial" id="hla-o2-NMg" customClass="TutorialVC" customModule="NewProjectTest" customModuleProvider="target" sceneMemberID="viewController">
29
+ <layoutGuides>
30
+ <viewControllerLayoutGuide type="top" id="Ceg-tQ-bGC"/>
31
+ <viewControllerLayoutGuide type="bottom" id="x36-7a-YtO"/>
32
+ </layoutGuides>
33
+ <view key="view" contentMode="scaleToFill" id="xhB-ul-AJw">
34
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
35
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
36
+ <subviews>
37
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6w9-Ca-pNJ">
38
+ <rect key="frame" x="331" y="615" width="34" height="32"/>
39
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
40
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="17"/>
41
+ <state key="normal" title="Skip">
42
+ <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
43
+ </state>
44
+ <connections>
45
+ <segue destination="xbh-Wb-lDy" kind="presentation" id="t2h-lU-3Th"/>
46
+ </connections>
47
+ </button>
48
+ </subviews>
49
+ <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
50
+ <constraints>
51
+ <constraint firstAttribute="trailing" secondItem="6w9-Ca-pNJ" secondAttribute="trailing" constant="10" id="3b4-d7-daZ"/>
52
+ <constraint firstItem="x36-7a-YtO" firstAttribute="top" secondItem="6w9-Ca-pNJ" secondAttribute="bottom" constant="20" id="vCK-ud-sqh"/>
53
+ </constraints>
54
+ </view>
55
+ <connections>
56
+ <outlet property="skipButton" destination="6w9-Ca-pNJ" id="7p8-cp-4Pe"/>
57
+ </connections>
58
+ </viewController>
59
+ <placeholder placeholderIdentifier="IBFirstResponder" id="OOw-NW-ztc" userLabel="First Responder" sceneMemberID="firstResponder"/>
60
+ </objects>
61
+ <point key="canvasLocation" x="-1415" y="25"/>
62
+ </scene>
63
+ <!--Animated Tab Bar Controller-->
64
+ <scene sceneID="Qlm-uC-2ov">
65
+ <objects>
66
+ <tabBarController storyboardIdentifier="HomeNav" id="xbh-Wb-lDy" customClass="RAMAnimatedTabBarController" customModule="RAMAnimatedTabBarController" sceneMemberID="viewController">
67
+ <tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="DiT-GW-0az">
68
+ <rect key="frame" x="0.0" y="0.0" width="375" height="49"/>
69
+ <autoresizingMask key="autoresizingMask"/>
70
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
71
+ <color key="tintColor" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
72
+ <color key="barTintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
73
+ <color key="selectedImageTintColor" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
74
+ </tabBar>
75
+ <connections>
76
+ <segue destination="504-EG-qbw" kind="relationship" relationship="viewControllers" id="iWF-ei-XgV"/>
77
+ <segue destination="tmY-rH-4Gl" kind="relationship" relationship="viewControllers" id="Twq-47-u1Z"/>
78
+ <segue destination="zLo-6j-Dkc" kind="relationship" relationship="viewControllers" id="Su8-YL-WZJ"/>
79
+ <segue destination="8fZ-WP-CM6" kind="relationship" relationship="viewControllers" id="dEi-Ld-wuW"/>
80
+ </connections>
81
+ </tabBarController>
82
+ <placeholder placeholderIdentifier="IBFirstResponder" id="4Vh-rj-8DR" userLabel="First Responder" sceneMemberID="firstResponder"/>
83
+ </objects>
84
+ <point key="canvasLocation" x="-551" y="25"/>
85
+ </scene>
86
+ <!--Navigation Controller-->
87
+ <scene sceneID="fZ6-KG-qSG">
88
+ <objects>
89
+ <navigationController id="zLo-6j-Dkc" sceneMemberID="viewController">
90
+ <tabBarItem key="tabBarItem" title="" image="plane" largeContentSizeImage="plane" selectedImage="plane" id="ZtI-te-uZc" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
91
+ <userDefinedRuntimeAttributes>
92
+ <userDefinedRuntimeAttribute type="color" keyPath="textColor">
93
+ <color key="value" red="0.066666666669999999" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
94
+ </userDefinedRuntimeAttribute>
95
+ <userDefinedRuntimeAttribute type="color" keyPath="iconColor">
96
+ <color key="value" red="0.066666666669999999" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
97
+ </userDefinedRuntimeAttribute>
98
+ <userDefinedRuntimeAttribute type="number" keyPath="yOffSet">
99
+ <real key="value" value="-5"/>
100
+ </userDefinedRuntimeAttribute>
101
+ </userDefinedRuntimeAttributes>
102
+ <connections>
103
+ <outlet property="animation" destination="vEf-bG-7fG" id="m1l-Gh-ZbK"/>
104
+ </connections>
105
+ </tabBarItem>
106
+ <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="2sE-Tm-jW1">
107
+ <rect key="frame" x="0.0" y="20" width="375" height="44"/>
108
+ <autoresizingMask key="autoresizingMask"/>
109
+ </navigationBar>
110
+ <connections>
111
+ <segue destination="gX1-v4-B0E" kind="relationship" relationship="rootViewController" id="Coz-Jb-tFb"/>
112
+ </connections>
113
+ </navigationController>
114
+ <customObject id="vEf-bG-7fG" customClass="RAMBounceAnimation" customModule="RAMAnimatedTabBarController">
115
+ <userDefinedRuntimeAttributes>
116
+ <userDefinedRuntimeAttribute type="color" keyPath="textSelectedColor">
117
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
118
+ </userDefinedRuntimeAttribute>
119
+ <userDefinedRuntimeAttribute type="color" keyPath="iconSelectedColor">
120
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
121
+ </userDefinedRuntimeAttribute>
122
+ </userDefinedRuntimeAttributes>
123
+ </customObject>
124
+ <placeholder placeholderIdentifier="IBFirstResponder" id="7sJ-CC-c2v" userLabel="First Responder" sceneMemberID="firstResponder"/>
125
+ </objects>
126
+ <point key="canvasLocation" x="486" y="1200"/>
127
+ </scene>
128
+ <!--View Controller-->
129
+ <scene sceneID="w9M-kN-zE2">
130
+ <objects>
131
+ <viewController id="gX1-v4-B0E" sceneMemberID="viewController">
132
+ <layoutGuides>
133
+ <viewControllerLayoutGuide type="top" id="NOn-tQ-p2D"/>
134
+ <viewControllerLayoutGuide type="bottom" id="czP-LB-qXt"/>
135
+ </layoutGuides>
136
+ <view key="view" contentMode="scaleToFill" id="tjh-Kh-rZC">
137
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
138
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
139
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
140
+ </view>
141
+ <navigationItem key="navigationItem" id="ucD-FD-kYM"/>
142
+ </viewController>
143
+ <placeholder placeholderIdentifier="IBFirstResponder" id="tvt-lZ-wWC" userLabel="First Responder" sceneMemberID="firstResponder"/>
144
+ </objects>
145
+ <point key="canvasLocation" x="1438" y="1200"/>
146
+ </scene>
147
+ <!--Perfil-->
148
+ <scene sceneID="bcH-Qq-6XC">
149
+ <objects>
150
+ <tableViewController storyboardIdentifier="ProfileTVC" automaticallyAdjustsScrollViewInsets="NO" id="Plz-YL-mzR" customClass="ProfileTVC" customModule="NewProjectTest" customModuleProvider="target" sceneMemberID="viewController">
151
+ <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="static" style="plain" separatorStyle="none" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="kDu-Gd-Uo9">
152
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
153
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
154
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
155
+ <view key="tableHeaderView" contentMode="scaleToFill" id="zUq-4H-ktz" userLabel="Header View">
156
+ <rect key="frame" x="0.0" y="0.0" width="375" height="235"/>
157
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
158
+ <subviews>
159
+ <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Yka-xp-2Zh">
160
+ <rect key="frame" x="147.5" y="24" width="80" height="40"/>
161
+ <constraints>
162
+ <constraint firstAttribute="width" constant="80" id="nPH-ko-aUp"/>
163
+ <constraint firstAttribute="height" constant="40" id="q0r-xS-hHL"/>
164
+ </constraints>
165
+ </imageView>
166
+ <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="a94-R9-d5Z">
167
+ <rect key="frame" x="127.5" y="99" width="120" height="120"/>
168
+ <constraints>
169
+ <constraint firstAttribute="width" constant="120" id="42T-KA-Egf"/>
170
+ <constraint firstAttribute="height" constant="120" id="hrt-g9-eYH"/>
171
+ </constraints>
172
+ </imageView>
173
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iJS-tB-ECs" customClass="NVActivityIndicatorView" customModule="NVActivityIndicatorView">
174
+ <rect key="frame" x="162.5" y="134" width="50" height="50"/>
175
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
176
+ <constraints>
177
+ <constraint firstAttribute="width" constant="50" id="8te-5J-OYd"/>
178
+ <constraint firstAttribute="height" constant="50" id="vmH-OT-m3B"/>
179
+ </constraints>
180
+ <userDefinedRuntimeAttributes>
181
+ <userDefinedRuntimeAttribute type="color" keyPath="color">
182
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
183
+ </userDefinedRuntimeAttribute>
184
+ <userDefinedRuntimeAttribute type="string" keyPath="typeName" value="ballClipRotatePulse"/>
185
+ </userDefinedRuntimeAttributes>
186
+ </view>
187
+ <button opaque="NO" contentMode="scaleAspectFit" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="F1n-cz-12f">
188
+ <rect key="frame" x="215.5" y="102" width="35" height="35"/>
189
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
190
+ <constraints>
191
+ <constraint firstAttribute="width" constant="35" id="0ti-uE-Yzb"/>
192
+ <constraint firstAttribute="height" constant="35" id="exb-AA-LLR"/>
193
+ </constraints>
194
+ <inset key="imageEdgeInsets" minX="10" minY="10" maxX="10" maxY="10"/>
195
+ <state key="normal" image="edit"/>
196
+ <connections>
197
+ <action selector="handleEditProfileImageButton:" destination="Plz-YL-mzR" eventType="touchUpInside" id="nZK-HO-MmK"/>
198
+ </connections>
199
+ </button>
200
+ <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ThI-jy-0b0">
201
+ <rect key="frame" x="309" y="19" width="50" height="50"/>
202
+ <color key="backgroundColor" red="0.3921568627" green="0.92549019610000005" blue="0.70588235290000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
203
+ <constraints>
204
+ <constraint firstAttribute="width" constant="50" id="Ic7-wd-DtF"/>
205
+ <constraint firstAttribute="height" constant="50" id="r3a-5q-u6s"/>
206
+ </constraints>
207
+ <state key="normal">
208
+ <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
209
+ </state>
210
+ </button>
211
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imageView:FLS-WT-Zy0:image" highlightedImage="imageView:FLS-WT-Zy0:image" translatesAutoresizingMaskIntoConstraints="NO" id="FLS-WT-Zy0">
212
+ <rect key="frame" x="321.5" y="31.5" width="25" height="25"/>
213
+ <constraints>
214
+ <constraint firstAttribute="width" constant="25" id="Gmk-TB-3uS"/>
215
+ <constraint firstAttribute="height" constant="25" id="z5y-mD-Ize"/>
216
+ </constraints>
217
+ </imageView>
218
+ <view hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DbK-Ji-M84">
219
+ <rect key="frame" x="339" y="9" width="30" height="30"/>
220
+ <subviews>
221
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yfU-LR-4RN">
222
+ <rect key="frame" x="2" y="2" width="26" height="26"/>
223
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="17"/>
224
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
225
+ <nil key="highlightedColor"/>
226
+ </label>
227
+ </subviews>
228
+ <color key="backgroundColor" red="1" green="0.13629515742819465" blue="0.099713590178986955" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
229
+ <constraints>
230
+ <constraint firstAttribute="bottom" secondItem="yfU-LR-4RN" secondAttribute="bottom" constant="2" id="CGc-de-iLn"/>
231
+ <constraint firstAttribute="height" constant="30" id="EMe-fx-qFl"/>
232
+ <constraint firstItem="yfU-LR-4RN" firstAttribute="leading" secondItem="DbK-Ji-M84" secondAttribute="leading" constant="2" id="Kgo-Lv-7hN"/>
233
+ <constraint firstAttribute="trailing" secondItem="yfU-LR-4RN" secondAttribute="trailing" constant="2" id="a0K-vK-1dU"/>
234
+ <constraint firstItem="yfU-LR-4RN" firstAttribute="top" secondItem="DbK-Ji-M84" secondAttribute="top" constant="2" id="lyU-fc-wCI"/>
235
+ <constraint firstAttribute="width" constant="30" id="tdh-zF-3VP"/>
236
+ </constraints>
237
+ </view>
238
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r27-t6-4VI">
239
+ <rect key="frame" x="301" y="9" width="66" height="70"/>
240
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
241
+ <constraints>
242
+ <constraint firstAttribute="height" constant="70" id="wFG-Aa-a2U"/>
243
+ <constraint firstAttribute="width" constant="66" id="zwZ-7A-dDU"/>
244
+ </constraints>
245
+ </view>
246
+ </subviews>
247
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
248
+ <constraints>
249
+ <constraint firstItem="DbK-Ji-M84" firstAttribute="trailing" secondItem="ThI-jy-0b0" secondAttribute="trailing" constant="10" id="2da-f5-hVp"/>
250
+ <constraint firstItem="Yka-xp-2Zh" firstAttribute="centerX" secondItem="zUq-4H-ktz" secondAttribute="centerX" id="46Y-Iq-1bs"/>
251
+ <constraint firstItem="iJS-tB-ECs" firstAttribute="centerY" secondItem="a94-R9-d5Z" secondAttribute="centerY" id="6kQ-lA-znz"/>
252
+ <constraint firstItem="a94-R9-d5Z" firstAttribute="centerX" secondItem="zUq-4H-ktz" secondAttribute="centerX" id="8aF-OU-aiX"/>
253
+ <constraint firstItem="FLS-WT-Zy0" firstAttribute="centerY" secondItem="ThI-jy-0b0" secondAttribute="centerY" id="D0v-RJ-8Lh"/>
254
+ <constraint firstItem="FLS-WT-Zy0" firstAttribute="centerX" secondItem="ThI-jy-0b0" secondAttribute="centerX" id="HRA-Sy-r8J"/>
255
+ <constraint firstItem="Yka-xp-2Zh" firstAttribute="top" secondItem="zUq-4H-ktz" secondAttribute="top" constant="24" id="LrZ-ig-8PG"/>
256
+ <constraint firstItem="ThI-jy-0b0" firstAttribute="top" secondItem="zUq-4H-ktz" secondAttribute="top" constant="19" id="WuY-Qe-yW6"/>
257
+ <constraint firstItem="DbK-Ji-M84" firstAttribute="top" secondItem="ThI-jy-0b0" secondAttribute="top" constant="-10" id="YTW-tP-WEA"/>
258
+ <constraint firstItem="iJS-tB-ECs" firstAttribute="centerX" secondItem="a94-R9-d5Z" secondAttribute="centerX" id="aWI-Cs-ECJ"/>
259
+ <constraint firstItem="F1n-cz-12f" firstAttribute="leading" secondItem="a94-R9-d5Z" secondAttribute="trailing" constant="-32" id="cFc-Di-use"/>
260
+ <constraint firstItem="r27-t6-4VI" firstAttribute="centerX" secondItem="ThI-jy-0b0" secondAttribute="centerX" id="ijJ-HP-Ar5"/>
261
+ <constraint firstItem="r27-t6-4VI" firstAttribute="centerY" secondItem="ThI-jy-0b0" secondAttribute="centerY" id="oVS-QH-PWZ"/>
262
+ <constraint firstItem="a94-R9-d5Z" firstAttribute="top" secondItem="Yka-xp-2Zh" secondAttribute="bottom" constant="35" id="vLt-RB-7V4"/>
263
+ <constraint firstItem="F1n-cz-12f" firstAttribute="centerY" secondItem="a94-R9-d5Z" secondAttribute="centerY" multiplier="0.75" id="wW3-18-OWK"/>
264
+ <constraint firstAttribute="trailing" secondItem="ThI-jy-0b0" secondAttribute="trailing" constant="16" id="wr1-Uc-fmz"/>
265
+ </constraints>
266
+ </view>
267
+ <view key="tableFooterView" contentMode="scaleToFill" id="0lI-P2-SAs" userLabel="Footer View">
268
+ <rect key="frame" x="0.0" y="1014" width="375" height="205"/>
269
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
270
+ <subviews>
271
+ <button opaque="NO" tag="7" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pNe-Nc-WUu" customClass="LoadingButton" customModule="NewProjectTest" customModuleProvider="target">
272
+ <rect key="frame" x="30" y="25" width="315" height="60"/>
273
+ <color key="backgroundColor" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
274
+ <constraints>
275
+ <constraint firstAttribute="height" constant="60" id="hSe-Qv-7mm"/>
276
+ </constraints>
277
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="17"/>
278
+ <state key="normal" title="SAVE CHANGES">
279
+ <color key="titleColor" red="0.066666666669999999" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
280
+ </state>
281
+ <connections>
282
+ <action selector="saveDataTapped:" destination="Plz-YL-mzR" eventType="touchUpInside" id="xom-h7-djt"/>
283
+ </connections>
284
+ </button>
285
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="z0X-jy-cyw" customClass="LoadingButton" customModule="NewProjectTest" customModuleProvider="target">
286
+ <rect key="frame" x="30" y="95" width="315" height="60"/>
287
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
288
+ <constraints>
289
+ <constraint firstAttribute="height" constant="60" id="jbz-XJ-LKO"/>
290
+ </constraints>
291
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="17"/>
292
+ <state key="normal" title="LOGOUT">
293
+ <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
294
+ </state>
295
+ <connections>
296
+ <action selector="handleLogoutButton:" destination="Plz-YL-mzR" eventType="touchUpInside" id="agP-4S-Vot"/>
297
+ </connections>
298
+ </button>
299
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uxA-yj-3m8">
300
+ <rect key="frame" x="30" y="160" width="315" height="40"/>
301
+ <constraints>
302
+ <constraint firstAttribute="height" constant="40" id="OSB-P9-n39"/>
303
+ </constraints>
304
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="16"/>
305
+ <state key="normal" title="About us">
306
+ <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
307
+ </state>
308
+ <connections>
309
+ <action selector="aboutUsTapped:" destination="Plz-YL-mzR" eventType="touchUpInside" id="EWx-XM-Nu8"/>
310
+ </connections>
311
+ </button>
312
+ </subviews>
313
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
314
+ <constraints>
315
+ <constraint firstAttribute="bottom" secondItem="uxA-yj-3m8" secondAttribute="bottom" constant="5" id="48s-QB-VYg"/>
316
+ <constraint firstItem="uxA-yj-3m8" firstAttribute="leading" secondItem="z0X-jy-cyw" secondAttribute="leading" id="D08-y8-avS"/>
317
+ <constraint firstItem="uxA-yj-3m8" firstAttribute="trailing" secondItem="z0X-jy-cyw" secondAttribute="trailing" id="DO7-7B-uU3"/>
318
+ <constraint firstItem="pNe-Nc-WUu" firstAttribute="top" secondItem="0lI-P2-SAs" secondAttribute="top" constant="25" id="HYr-QG-r8p"/>
319
+ <constraint firstItem="uxA-yj-3m8" firstAttribute="top" secondItem="z0X-jy-cyw" secondAttribute="bottom" constant="5" id="Hxu-uw-L4f"/>
320
+ <constraint firstAttribute="trailing" secondItem="pNe-Nc-WUu" secondAttribute="trailing" constant="30" id="IJT-lB-pla"/>
321
+ <constraint firstAttribute="trailing" secondItem="z0X-jy-cyw" secondAttribute="trailing" constant="30" id="boK-YF-ZyF"/>
322
+ <constraint firstItem="z0X-jy-cyw" firstAttribute="top" secondItem="pNe-Nc-WUu" secondAttribute="bottom" constant="10" id="dVN-wX-Ofp"/>
323
+ <constraint firstItem="z0X-jy-cyw" firstAttribute="leading" secondItem="0lI-P2-SAs" secondAttribute="leading" constant="30" id="geP-VK-Mea"/>
324
+ <constraint firstItem="pNe-Nc-WUu" firstAttribute="leading" secondItem="0lI-P2-SAs" secondAttribute="leading" constant="30" id="vIE-4Q-Tlb"/>
325
+ </constraints>
326
+ </view>
327
+ <sections>
328
+ <tableViewSection id="kdW-Ca-JYQ">
329
+ <cells>
330
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="60" id="gpW-bs-ZTl">
331
+ <rect key="frame" x="0.0" y="235" width="375" height="60"/>
332
+ <autoresizingMask key="autoresizingMask"/>
333
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="gpW-bs-ZTl" id="fM7-Bd-o0f">
334
+ <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
335
+ <autoresizingMask key="autoresizingMask"/>
336
+ <subviews>
337
+ <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RZC-fW-pOX" customClass="UnderlinedWithIconTextField" customModule="NewProjectTest" customModuleProvider="target">
338
+ <rect key="frame" x="20" y="5" width="335" height="50"/>
339
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
340
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
341
+ <constraints>
342
+ <constraint firstAttribute="height" constant="50" id="ZI2-33-9bg"/>
343
+ </constraints>
344
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
345
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="18"/>
346
+ <textInputTraits key="textInputTraits" autocapitalizationType="words" autocorrectionType="no" returnKeyType="next" textContentType="name"/>
347
+ <userDefinedRuntimeAttributes>
348
+ <userDefinedRuntimeAttribute type="color" keyPath="_placeholderLabel.textColor">
349
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
350
+ </userDefinedRuntimeAttribute>
351
+ </userDefinedRuntimeAttributes>
352
+ </textField>
353
+ </subviews>
354
+ <constraints>
355
+ <constraint firstItem="RZC-fW-pOX" firstAttribute="leading" secondItem="fM7-Bd-o0f" secondAttribute="leading" constant="20" id="1Sh-fP-rBH"/>
356
+ <constraint firstAttribute="trailing" secondItem="RZC-fW-pOX" secondAttribute="trailing" constant="20" id="DhH-jj-Jpn"/>
357
+ <constraint firstItem="RZC-fW-pOX" firstAttribute="centerY" secondItem="fM7-Bd-o0f" secondAttribute="centerY" id="lnV-9E-6L8"/>
358
+ </constraints>
359
+ </tableViewCellContentView>
360
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
361
+ </tableViewCell>
362
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="83" id="ySv-VL-hoy">
363
+ <rect key="frame" x="0.0" y="295" width="375" height="83"/>
364
+ <autoresizingMask key="autoresizingMask"/>
365
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="ySv-VL-hoy" id="qVc-pF-RM1">
366
+ <rect key="frame" x="0.0" y="0.0" width="375" height="83"/>
367
+ <autoresizingMask key="autoresizingMask"/>
368
+ <subviews>
369
+ <textField opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Last name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="9rh-QR-rKV" customClass="UnderlinedWithIconTextField" customModule="NewProjectTest" customModuleProvider="target">
370
+ <rect key="frame" x="20" y="16" width="335" height="50"/>
371
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
372
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
373
+ <constraints>
374
+ <constraint firstAttribute="height" constant="50" id="QXP-SV-mRB"/>
375
+ </constraints>
376
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
377
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="18"/>
378
+ <textInputTraits key="textInputTraits" autocapitalizationType="words" autocorrectionType="no" returnKeyType="next" textContentType="family-name"/>
379
+ <userDefinedRuntimeAttributes>
380
+ <userDefinedRuntimeAttribute type="color" keyPath="_placeholderLabel.textColor">
381
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
382
+ </userDefinedRuntimeAttribute>
383
+ </userDefinedRuntimeAttributes>
384
+ </textField>
385
+ </subviews>
386
+ <constraints>
387
+ <constraint firstItem="9rh-QR-rKV" firstAttribute="leading" secondItem="qVc-pF-RM1" secondAttribute="leading" constant="20" id="GFU-X4-vjE"/>
388
+ <constraint firstItem="9rh-QR-rKV" firstAttribute="centerY" secondItem="qVc-pF-RM1" secondAttribute="centerY" id="dyX-0E-Z61"/>
389
+ <constraint firstAttribute="trailing" secondItem="9rh-QR-rKV" secondAttribute="trailing" constant="20" id="e0Q-Lg-99S"/>
390
+ </constraints>
391
+ </tableViewCellContentView>
392
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
393
+ </tableViewCell>
394
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="60" id="CQU-Ri-dEG">
395
+ <rect key="frame" x="0.0" y="378" width="375" height="60"/>
396
+ <autoresizingMask key="autoresizingMask"/>
397
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="CQU-Ri-dEG" id="uAA-s7-ys5">
398
+ <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
399
+ <autoresizingMask key="autoresizingMask"/>
400
+ <subviews>
401
+ <textField opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Email" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Hb8-Ek-pLF" customClass="UnderlinedWithIconTextField" customModule="NewProjectTest" customModuleProvider="target">
402
+ <rect key="frame" x="20" y="5" width="335" height="50"/>
403
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
404
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
405
+ <constraints>
406
+ <constraint firstAttribute="height" constant="50" id="6mL-6i-UsF"/>
407
+ </constraints>
408
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
409
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="18"/>
410
+ <textInputTraits key="textInputTraits" autocorrectionType="no" keyboardType="emailAddress" returnKeyType="next" textContentType="email"/>
411
+ <userDefinedRuntimeAttributes>
412
+ <userDefinedRuntimeAttribute type="color" keyPath="_placeholderLabel.textColor">
413
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
414
+ </userDefinedRuntimeAttribute>
415
+ </userDefinedRuntimeAttributes>
416
+ </textField>
417
+ </subviews>
418
+ <constraints>
419
+ <constraint firstItem="Hb8-Ek-pLF" firstAttribute="centerY" secondItem="uAA-s7-ys5" secondAttribute="centerY" id="GjY-gl-0Nl"/>
420
+ <constraint firstAttribute="trailing" secondItem="Hb8-Ek-pLF" secondAttribute="trailing" constant="20" id="Vqz-TK-l6b"/>
421
+ <constraint firstItem="Hb8-Ek-pLF" firstAttribute="leading" secondItem="uAA-s7-ys5" secondAttribute="leading" constant="20" id="pn3-iu-MyN"/>
422
+ </constraints>
423
+ </tableViewCellContentView>
424
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
425
+ </tableViewCell>
426
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="83" id="0ia-w1-TGl">
427
+ <rect key="frame" x="0.0" y="438" width="375" height="83"/>
428
+ <autoresizingMask key="autoresizingMask"/>
429
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="0ia-w1-TGl" id="O0e-WK-JhJ">
430
+ <rect key="frame" x="0.0" y="0.0" width="375" height="83"/>
431
+ <autoresizingMask key="autoresizingMask"/>
432
+ <subviews>
433
+ <textField opaque="NO" tag="3" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Phone" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="fUY-1A-UsA" customClass="UnderlinedWithIconTextField" customModule="NewProjectTest" customModuleProvider="target">
434
+ <rect key="frame" x="111" y="16" width="244" height="50"/>
435
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
436
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
437
+ <constraints>
438
+ <constraint firstAttribute="height" constant="50" id="7mZ-AY-3X4"/>
439
+ </constraints>
440
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
441
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="18"/>
442
+ <textInputTraits key="textInputTraits" spellCheckingType="no" keyboardType="numberPad" returnKeyType="next" textContentType="tel"/>
443
+ <userDefinedRuntimeAttributes>
444
+ <userDefinedRuntimeAttribute type="color" keyPath="_placeholderLabel.textColor">
445
+ <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
446
+ </userDefinedRuntimeAttribute>
447
+ </userDefinedRuntimeAttributes>
448
+ </textField>
449
+ <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imageView:CwA-pU-e9P:image" translatesAutoresizingMaskIntoConstraints="NO" id="CwA-pU-e9P">
450
+ <rect key="frame" x="20" y="26" width="30" height="30"/>
451
+ <constraints>
452
+ <constraint firstAttribute="height" constant="30" id="YDj-N7-cTw"/>
453
+ <constraint firstAttribute="width" constant="30" id="yb3-2l-F2i"/>
454
+ </constraints>
455
+ </imageView>
456
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ohw-Fx-zXU">
457
+ <rect key="frame" x="20" y="26" width="30" height="30"/>
458
+ <fontDescription key="fontDescription" type="system" pointSize="17"/>
459
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
460
+ <nil key="highlightedColor"/>
461
+ </label>
462
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="+598" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TBP-tR-9jo">
463
+ <rect key="frame" x="55" y="30.5" width="41" height="21"/>
464
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="18"/>
465
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
466
+ <nil key="highlightedColor"/>
467
+ </label>
468
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PCJ-Tg-Z7D">
469
+ <rect key="frame" x="20" y="26" width="76" height="30"/>
470
+ <connections>
471
+ <action selector="selectCountryTapped:" destination="Plz-YL-mzR" eventType="touchUpInside" id="zOV-xi-0wL"/>
472
+ </connections>
473
+ </button>
474
+ </subviews>
475
+ <constraints>
476
+ <constraint firstItem="ohw-Fx-zXU" firstAttribute="leading" secondItem="CwA-pU-e9P" secondAttribute="leading" id="4T6-6f-OHd"/>
477
+ <constraint firstAttribute="trailing" secondItem="fUY-1A-UsA" secondAttribute="trailing" constant="20" id="9fI-O0-825"/>
478
+ <constraint firstItem="fUY-1A-UsA" firstAttribute="centerY" secondItem="O0e-WK-JhJ" secondAttribute="centerY" id="ADj-WX-Myf"/>
479
+ <constraint firstItem="PCJ-Tg-Z7D" firstAttribute="leading" secondItem="CwA-pU-e9P" secondAttribute="leading" id="HYT-Tp-8Ga"/>
480
+ <constraint firstItem="ohw-Fx-zXU" firstAttribute="height" secondItem="CwA-pU-e9P" secondAttribute="height" id="IOw-uc-ndq"/>
481
+ <constraint firstItem="TBP-tR-9jo" firstAttribute="centerY" secondItem="CwA-pU-e9P" secondAttribute="centerY" id="Iar-VA-tEJ"/>
482
+ <constraint firstItem="ohw-Fx-zXU" firstAttribute="width" secondItem="CwA-pU-e9P" secondAttribute="width" id="TwU-w4-xH1"/>
483
+ <constraint firstItem="ohw-Fx-zXU" firstAttribute="top" secondItem="CwA-pU-e9P" secondAttribute="top" id="Vps-fg-rgO"/>
484
+ <constraint firstItem="fUY-1A-UsA" firstAttribute="leading" secondItem="TBP-tR-9jo" secondAttribute="trailing" constant="15" id="YZL-E1-YpK"/>
485
+ <constraint firstItem="ohw-Fx-zXU" firstAttribute="bottom" secondItem="CwA-pU-e9P" secondAttribute="bottom" id="dsQ-xK-6G4"/>
486
+ <constraint firstItem="TBP-tR-9jo" firstAttribute="leading" secondItem="CwA-pU-e9P" secondAttribute="trailing" constant="5" id="fpp-kS-lBS"/>
487
+ <constraint firstItem="PCJ-Tg-Z7D" firstAttribute="trailing" secondItem="TBP-tR-9jo" secondAttribute="trailing" id="ger-4I-2QT"/>
488
+ <constraint firstItem="CwA-pU-e9P" firstAttribute="leading" secondItem="O0e-WK-JhJ" secondAttribute="leading" constant="20" id="iy9-CR-wEg"/>
489
+ <constraint firstItem="CwA-pU-e9P" firstAttribute="centerY" secondItem="O0e-WK-JhJ" secondAttribute="centerY" id="k3r-Yv-Gyb"/>
490
+ <constraint firstItem="PCJ-Tg-Z7D" firstAttribute="height" secondItem="CwA-pU-e9P" secondAttribute="height" id="kQ1-ct-grF"/>
491
+ <constraint firstItem="ohw-Fx-zXU" firstAttribute="trailing" secondItem="CwA-pU-e9P" secondAttribute="trailing" id="tJn-Hx-N5g"/>
492
+ <constraint firstItem="PCJ-Tg-Z7D" firstAttribute="centerY" secondItem="CwA-pU-e9P" secondAttribute="centerY" id="tNd-gK-3l9"/>
493
+ </constraints>
494
+ </tableViewCellContentView>
495
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
496
+ </tableViewCell>
497
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="193" id="cEh-wk-82l">
498
+ <rect key="frame" x="0.0" y="521" width="375" height="193"/>
499
+ <autoresizingMask key="autoresizingMask"/>
500
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="cEh-wk-82l" id="fiS-16-g5i">
501
+ <rect key="frame" x="0.0" y="0.0" width="375" height="193"/>
502
+ <autoresizingMask key="autoresizingMask"/>
503
+ <subviews>
504
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="About me" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wra-jg-lEx">
505
+ <rect key="frame" x="30" y="15" width="83" height="22.5"/>
506
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="19"/>
507
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
508
+ <nil key="highlightedColor"/>
509
+ </label>
510
+ <textView clipsSubviews="YES" multipleTouchEnabled="YES" tag="4" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="5TI-vM-7C7" customClass="UnderlinedTextView" customModule="NewProjectTest" customModuleProvider="target">
511
+ <rect key="frame" x="30" y="47.5" width="315" height="119.5"/>
512
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
513
+ <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
514
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
515
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="18"/>
516
+ <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
517
+ </textView>
518
+ </subviews>
519
+ <constraints>
520
+ <constraint firstItem="wra-jg-lEx" firstAttribute="leading" secondItem="fiS-16-g5i" secondAttribute="leading" constant="30" id="5rV-bM-fSG"/>
521
+ <constraint firstItem="wra-jg-lEx" firstAttribute="top" secondItem="fiS-16-g5i" secondAttribute="top" constant="15" id="8W8-BI-0v4"/>
522
+ <constraint firstAttribute="bottom" secondItem="5TI-vM-7C7" secondAttribute="bottom" constant="26" id="I4J-5C-OIW"/>
523
+ <constraint firstItem="5TI-vM-7C7" firstAttribute="leading" secondItem="fiS-16-g5i" secondAttribute="leading" constant="30" id="fb1-dl-KUo"/>
524
+ <constraint firstAttribute="trailing" secondItem="5TI-vM-7C7" secondAttribute="trailing" constant="30" id="pui-Ok-Qfp"/>
525
+ <constraint firstItem="5TI-vM-7C7" firstAttribute="top" secondItem="wra-jg-lEx" secondAttribute="bottom" constant="10" id="vkC-ZQ-foA"/>
526
+ </constraints>
527
+ </tableViewCellContentView>
528
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
529
+ </tableViewCell>
530
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="200" id="qDe-ug-zkH">
531
+ <rect key="frame" x="0.0" y="714" width="375" height="200"/>
532
+ <autoresizingMask key="autoresizingMask"/>
533
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="qDe-ug-zkH" id="roF-mY-0iv">
534
+ <rect key="frame" x="0.0" y="0.0" width="375" height="199.5"/>
535
+ <autoresizingMask key="autoresizingMask"/>
536
+ <subviews>
537
+ <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" tag="5" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" contentInsetAdjustmentBehavior="never" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="FD1-QG-iLL">
538
+ <rect key="frame" x="30" y="49.5" width="345" height="150"/>
539
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
540
+ <constraints>
541
+ <constraint firstAttribute="height" constant="150" id="Kfw-FB-gh3"/>
542
+ </constraints>
543
+ <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="km9-aI-M2l">
544
+ <size key="itemSize" width="50" height="150"/>
545
+ <size key="headerReferenceSize" width="0.0" height="0.0"/>
546
+ <size key="footerReferenceSize" width="0.0" height="0.0"/>
547
+ <inset key="sectionInset" minX="0.0" minY="0.0" maxX="30" maxY="0.0"/>
548
+ </collectionViewFlowLayout>
549
+ </collectionView>
550
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="History" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wa8-Lc-UF4">
551
+ <rect key="frame" x="30" y="20" width="60.5" height="19.5"/>
552
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="19"/>
553
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
554
+ <nil key="highlightedColor"/>
555
+ </label>
556
+ <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7aI-hg-eS3">
557
+ <rect key="frame" x="0.0" y="49.5" width="375" height="150"/>
558
+ <subviews>
559
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="VNh-FR-lsw">
560
+ <rect key="frame" x="0.0" y="-0.5" width="50" height="150"/>
561
+ <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="displayP3"/>
562
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
563
+ <constraints>
564
+ <constraint firstAttribute="width" constant="50" id="Qy1-2C-HQT"/>
565
+ </constraints>
566
+ </view>
567
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="61Y-UB-NYM">
568
+ <rect key="frame" x="55" y="-0.5" width="265" height="150"/>
569
+ <subviews>
570
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You have not made any trips yet" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.69999999999999996" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="S3b-Pa-dWt">
571
+ <rect key="frame" x="10" y="66" width="245" height="19"/>
572
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="16"/>
573
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
574
+ <nil key="highlightedColor"/>
575
+ </label>
576
+ </subviews>
577
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
578
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
579
+ <constraints>
580
+ <constraint firstAttribute="trailing" secondItem="S3b-Pa-dWt" secondAttribute="trailing" constant="10" id="4BB-g9-eHP"/>
581
+ <constraint firstItem="S3b-Pa-dWt" firstAttribute="leading" secondItem="61Y-UB-NYM" secondAttribute="leading" constant="10" id="OWN-Hc-b8U"/>
582
+ <constraint firstItem="S3b-Pa-dWt" firstAttribute="centerX" secondItem="61Y-UB-NYM" secondAttribute="centerX" id="jbe-eA-P36"/>
583
+ <constraint firstItem="S3b-Pa-dWt" firstAttribute="centerY" secondItem="61Y-UB-NYM" secondAttribute="centerY" id="py2-PY-xGd"/>
584
+ </constraints>
585
+ </view>
586
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="T0Q-TV-4Do">
587
+ <rect key="frame" x="325" y="-0.5" width="50" height="150"/>
588
+ <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="displayP3"/>
589
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
590
+ <constraints>
591
+ <constraint firstAttribute="width" constant="50" id="ypH-vf-hi9"/>
592
+ </constraints>
593
+ </view>
594
+ </subviews>
595
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
596
+ <constraints>
597
+ <constraint firstItem="T0Q-TV-4Do" firstAttribute="leading" secondItem="61Y-UB-NYM" secondAttribute="trailing" constant="5" id="Ef5-jD-aWE"/>
598
+ <constraint firstAttribute="bottom" secondItem="VNh-FR-lsw" secondAttribute="bottom" constant="0.5" id="F8y-hX-Qz3"/>
599
+ <constraint firstAttribute="trailing" secondItem="T0Q-TV-4Do" secondAttribute="trailing" id="Jzc-iZ-DJA"/>
600
+ <constraint firstItem="VNh-FR-lsw" firstAttribute="leading" secondItem="7aI-hg-eS3" secondAttribute="leading" id="LmG-Fw-N33"/>
601
+ <constraint firstAttribute="bottom" secondItem="T0Q-TV-4Do" secondAttribute="bottom" constant="0.5" id="gmu-7r-YF2"/>
602
+ <constraint firstAttribute="bottom" secondItem="61Y-UB-NYM" secondAttribute="bottom" constant="0.5" id="kxE-GJ-COf"/>
603
+ <constraint firstItem="61Y-UB-NYM" firstAttribute="top" secondItem="7aI-hg-eS3" secondAttribute="top" constant="-0.5" id="oZj-mU-J8Q"/>
604
+ <constraint firstItem="T0Q-TV-4Do" firstAttribute="top" secondItem="7aI-hg-eS3" secondAttribute="top" constant="-0.5" id="stO-hd-NaH"/>
605
+ <constraint firstItem="VNh-FR-lsw" firstAttribute="top" secondItem="7aI-hg-eS3" secondAttribute="top" constant="-0.5" id="uxh-Md-mIo"/>
606
+ <constraint firstAttribute="height" constant="150" id="yJQ-8H-OVo"/>
607
+ <constraint firstItem="61Y-UB-NYM" firstAttribute="leading" secondItem="VNh-FR-lsw" secondAttribute="trailing" constant="5" id="zyf-sU-Vtt"/>
608
+ </constraints>
609
+ </view>
610
+ </subviews>
611
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
612
+ <constraints>
613
+ <constraint firstItem="7aI-hg-eS3" firstAttribute="leading" secondItem="roF-mY-0iv" secondAttribute="leading" id="5G7-0E-AM5"/>
614
+ <constraint firstAttribute="trailing" secondItem="7aI-hg-eS3" secondAttribute="trailing" id="AWp-Y6-T7Z"/>
615
+ <constraint firstItem="7aI-hg-eS3" firstAttribute="top" secondItem="wa8-Lc-UF4" secondAttribute="bottom" constant="10" id="Byt-7g-OjL"/>
616
+ <constraint firstItem="FD1-QG-iLL" firstAttribute="leading" secondItem="roF-mY-0iv" secondAttribute="leading" constant="30" id="Pk0-zZ-Evq"/>
617
+ <constraint firstItem="FD1-QG-iLL" firstAttribute="top" secondItem="wa8-Lc-UF4" secondAttribute="bottom" constant="10" id="ci4-ly-aBz"/>
618
+ <constraint firstAttribute="bottom" secondItem="FD1-QG-iLL" secondAttribute="bottom" id="gPY-fh-d4V"/>
619
+ <constraint firstAttribute="bottom" secondItem="7aI-hg-eS3" secondAttribute="bottom" id="iBL-G0-QHT"/>
620
+ <constraint firstItem="wa8-Lc-UF4" firstAttribute="leading" secondItem="roF-mY-0iv" secondAttribute="leading" constant="30" id="rhd-jf-N6Z"/>
621
+ <constraint firstAttribute="trailing" secondItem="FD1-QG-iLL" secondAttribute="trailing" id="vjh-Rs-7IY"/>
622
+ <constraint firstItem="wa8-Lc-UF4" firstAttribute="top" secondItem="roF-mY-0iv" secondAttribute="top" constant="20" id="zCs-74-PgD"/>
623
+ </constraints>
624
+ </tableViewCellContentView>
625
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
626
+ </tableViewCell>
627
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="100" id="V35-CC-lw9">
628
+ <rect key="frame" x="0.0" y="914" width="375" height="100"/>
629
+ <autoresizingMask key="autoresizingMask"/>
630
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="V35-CC-lw9" id="804-1W-cRT">
631
+ <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
632
+ <autoresizingMask key="autoresizingMask"/>
633
+ <subviews>
634
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Favorites" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D4i-Zb-lPx">
635
+ <rect key="frame" x="30" y="15" width="78" height="22.5"/>
636
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="19"/>
637
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
638
+ <nil key="highlightedColor"/>
639
+ </label>
640
+ <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jTj-mL-DaY">
641
+ <rect key="frame" x="30" y="45.5" width="315" height="50"/>
642
+ <subviews>
643
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="no-fav" translatesAutoresizingMaskIntoConstraints="NO" id="z2Z-jE-4cm">
644
+ <rect key="frame" x="10" y="10" width="30" height="30"/>
645
+ <constraints>
646
+ <constraint firstAttribute="width" constant="30" id="EEc-MW-RBc"/>
647
+ <constraint firstAttribute="height" constant="30" id="g3J-Rl-adg"/>
648
+ </constraints>
649
+ </imageView>
650
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You don't have any fav destination yet" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.69999999999999996" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Zjq-DP-M3M">
651
+ <rect key="frame" x="50" y="17" width="255" height="16.5"/>
652
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="14"/>
653
+ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
654
+ <nil key="highlightedColor"/>
655
+ </label>
656
+ </subviews>
657
+ <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="displayP3"/>
658
+ <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
659
+ <constraints>
660
+ <constraint firstItem="z2Z-jE-4cm" firstAttribute="centerY" secondItem="jTj-mL-DaY" secondAttribute="centerY" id="8Q2-tr-kbe"/>
661
+ <constraint firstItem="Zjq-DP-M3M" firstAttribute="leading" secondItem="z2Z-jE-4cm" secondAttribute="trailing" constant="10" id="B1g-ey-h7H"/>
662
+ <constraint firstItem="z2Z-jE-4cm" firstAttribute="leading" secondItem="jTj-mL-DaY" secondAttribute="leading" constant="10" id="EHL-AL-J7k"/>
663
+ <constraint firstAttribute="trailing" secondItem="Zjq-DP-M3M" secondAttribute="trailing" constant="10" id="mAm-kh-VLe"/>
664
+ <constraint firstItem="Zjq-DP-M3M" firstAttribute="centerY" secondItem="jTj-mL-DaY" secondAttribute="centerY" id="zsB-y2-23b"/>
665
+ </constraints>
666
+ </view>
667
+ <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" tag="6" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" contentInsetAdjustmentBehavior="never" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="bLS-9L-Adg">
668
+ <rect key="frame" x="30" y="45.5" width="345" height="50"/>
669
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
670
+ <constraints>
671
+ <constraint firstAttribute="height" constant="50" id="BBq-Uv-xML"/>
672
+ </constraints>
673
+ <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Ue1-VE-jYa">
674
+ <size key="itemSize" width="50" height="50"/>
675
+ <size key="headerReferenceSize" width="0.0" height="0.0"/>
676
+ <size key="footerReferenceSize" width="0.0" height="0.0"/>
677
+ <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
678
+ </collectionViewFlowLayout>
679
+ <cells>
680
+ <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="FavoriteCollectionCell" id="R5e-oi-8hg" customClass="FavoriteCollectionCell" customModule="NewProjectTest" customModuleProvider="target">
681
+ <rect key="frame" x="0.0" y="5" width="135" height="40"/>
682
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
683
+ <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
684
+ <rect key="frame" x="0.0" y="0.0" width="135" height="40"/>
685
+ <autoresizingMask key="autoresizingMask"/>
686
+ <subviews>
687
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6BN-8o-1kj">
688
+ <rect key="frame" x="2" y="2" width="131" height="36"/>
689
+ <subviews>
690
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xfI-YV-UqH">
691
+ <rect key="frame" x="15" y="8" width="72" height="20"/>
692
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="16"/>
693
+ <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
694
+ <nil key="highlightedColor"/>
695
+ </label>
696
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0sj-Gn-y7x">
697
+ <rect key="frame" x="104" y="10.5" width="15" height="15"/>
698
+ <constraints>
699
+ <constraint firstAttribute="width" constant="15" id="OTQ-m5-fHu"/>
700
+ <constraint firstAttribute="height" constant="15" id="cZp-3E-Jig"/>
701
+ </constraints>
702
+ <state key="normal" image="icons8-delete"/>
703
+ </button>
704
+ </subviews>
705
+ <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.41697725535168195" colorSpace="calibratedRGB"/>
706
+ <constraints>
707
+ <constraint firstItem="0sj-Gn-y7x" firstAttribute="centerY" secondItem="6BN-8o-1kj" secondAttribute="centerY" id="KWd-1J-zmK"/>
708
+ <constraint firstAttribute="trailing" secondItem="0sj-Gn-y7x" secondAttribute="trailing" constant="12" id="Zis-zF-h42"/>
709
+ <constraint firstAttribute="bottom" secondItem="xfI-YV-UqH" secondAttribute="bottom" constant="8" id="diN-dJ-vbM"/>
710
+ <constraint firstItem="0sj-Gn-y7x" firstAttribute="leading" secondItem="xfI-YV-UqH" secondAttribute="trailing" constant="17" id="ku2-h1-gfU"/>
711
+ <constraint firstItem="xfI-YV-UqH" firstAttribute="leading" secondItem="6BN-8o-1kj" secondAttribute="leading" constant="15" id="qFW-xo-2ap"/>
712
+ <constraint firstItem="xfI-YV-UqH" firstAttribute="top" secondItem="6BN-8o-1kj" secondAttribute="top" constant="8" id="wXH-lQ-9NQ"/>
713
+ </constraints>
714
+ </view>
715
+ </subviews>
716
+ </view>
717
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
718
+ <constraints>
719
+ <constraint firstItem="6BN-8o-1kj" firstAttribute="top" secondItem="R5e-oi-8hg" secondAttribute="top" constant="2" id="BmD-fZ-1GI"/>
720
+ <constraint firstItem="6BN-8o-1kj" firstAttribute="leading" secondItem="R5e-oi-8hg" secondAttribute="leading" constant="2" id="lNm-zp-OCj"/>
721
+ <constraint firstAttribute="trailing" secondItem="6BN-8o-1kj" secondAttribute="trailing" constant="2" id="pHa-mL-18M"/>
722
+ <constraint firstAttribute="bottom" secondItem="6BN-8o-1kj" secondAttribute="bottom" constant="2" id="rqV-ua-GcS"/>
723
+ </constraints>
724
+ <size key="customSize" width="135" height="40"/>
725
+ <connections>
726
+ <outlet property="destinationLabel" destination="xfI-YV-UqH" id="Deo-9O-Tdo"/>
727
+ <outlet property="favoriteBackgroundView" destination="6BN-8o-1kj" id="xCB-uy-4w7"/>
728
+ <outlet property="removeButton" destination="0sj-Gn-y7x" id="UWs-CA-pFt"/>
729
+ </connections>
730
+ </collectionViewCell>
731
+ </cells>
732
+ </collectionView>
733
+ </subviews>
734
+ <constraints>
735
+ <constraint firstItem="bLS-9L-Adg" firstAttribute="top" secondItem="D4i-Zb-lPx" secondAttribute="bottom" constant="8" id="0Fz-qu-BHd"/>
736
+ <constraint firstItem="D4i-Zb-lPx" firstAttribute="leading" secondItem="804-1W-cRT" secondAttribute="leading" constant="30" id="4Ie-cb-GR8"/>
737
+ <constraint firstItem="bLS-9L-Adg" firstAttribute="leading" secondItem="804-1W-cRT" secondAttribute="leading" constant="30" id="7EV-c2-iE6"/>
738
+ <constraint firstAttribute="trailing" secondItem="bLS-9L-Adg" secondAttribute="trailing" id="AOp-kH-glB"/>
739
+ <constraint firstAttribute="trailing" secondItem="jTj-mL-DaY" secondAttribute="trailing" constant="30" id="pVu-a9-Cvj"/>
740
+ <constraint firstItem="D4i-Zb-lPx" firstAttribute="top" secondItem="804-1W-cRT" secondAttribute="top" constant="15" id="qSD-9e-DLB"/>
741
+ <constraint firstItem="jTj-mL-DaY" firstAttribute="height" secondItem="bLS-9L-Adg" secondAttribute="height" id="qaL-s5-HOW"/>
742
+ <constraint firstItem="jTj-mL-DaY" firstAttribute="leading" secondItem="804-1W-cRT" secondAttribute="leading" constant="30" id="sij-mO-FbJ"/>
743
+ <constraint firstItem="jTj-mL-DaY" firstAttribute="centerY" secondItem="bLS-9L-Adg" secondAttribute="centerY" id="vDW-td-RAT"/>
744
+ </constraints>
745
+ </tableViewCellContentView>
746
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
747
+ </tableViewCell>
748
+ </cells>
749
+ </tableViewSection>
750
+ </sections>
751
+ <connections>
752
+ <outlet property="dataSource" destination="Plz-YL-mzR" id="iHM-ok-Mlp"/>
753
+ <outlet property="delegate" destination="Plz-YL-mzR" id="ilW-4f-fcL"/>
754
+ </connections>
755
+ </tableView>
756
+ <extendedEdge key="edgesForExtendedLayout"/>
757
+ <tabBarItem key="tabBarItem" title="Perfil" image="tabBarItem:gX4-gq-oKY:image" selectedImage="tabBarItem:gX4-gq-oKY:image" id="gX4-gq-oKY" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
758
+ <userDefinedRuntimeAttributes>
759
+ <userDefinedRuntimeAttribute type="color" keyPath="textColor">
760
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
761
+ </userDefinedRuntimeAttribute>
762
+ <userDefinedRuntimeAttribute type="color" keyPath="iconColor">
763
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
764
+ </userDefinedRuntimeAttribute>
765
+ <userDefinedRuntimeAttribute type="color" keyPath="tintColor">
766
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
767
+ </userDefinedRuntimeAttribute>
768
+ </userDefinedRuntimeAttributes>
769
+ </tabBarItem>
770
+ <navigationItem key="navigationItem" id="ixG-Hh-DBw"/>
771
+ <connections>
772
+ <outlet property="aboutMeTextView" destination="5TI-vM-7C7" id="EOZ-Kr-oB7"/>
773
+ <outlet property="editProfileImageButton" destination="F1n-cz-12f" id="bAH-2S-qza"/>
774
+ <outlet property="editProfileImageView" destination="a94-R9-d5Z" id="CLq-Z0-Ama"/>
775
+ <outlet property="emailTextField" destination="Hb8-Ek-pLF" id="kBH-yy-LQe"/>
776
+ <outlet property="favoritesCollectionView" destination="bLS-9L-Adg" id="IT8-JY-jQ3"/>
777
+ <outlet property="historyTripsCollectionView" destination="FD1-QG-iLL" id="TlK-nh-rML"/>
778
+ <outlet property="lastnameTextField" destination="9rh-QR-rKV" id="LjX-o3-ham"/>
779
+ <outlet property="logoutButton" destination="z0X-jy-cyw" id="99O-cI-6yR"/>
780
+ <outlet property="nameTextField" destination="RZC-fW-pOX" id="GR8-vb-sbY"/>
781
+ <outlet property="noFavoritesView" destination="jTj-mL-DaY" id="Gdj-VF-urE"/>
782
+ <outlet property="noTravelsMessageView" destination="61Y-UB-NYM" id="FMZ-6s-Vnq"/>
783
+ <outlet property="noTravelsView" destination="7aI-hg-eS3" id="oiG-kt-Nit"/>
784
+ <outlet property="notificationBadgeCountLabel" destination="yfU-LR-4RN" id="rlJ-d5-o1H"/>
785
+ <outlet property="notificationBadgeView" destination="DbK-Ji-M84" id="XNi-Qj-G0v"/>
786
+ <outlet property="notificationButton" destination="ThI-jy-0b0" id="G1n-hr-UuW"/>
787
+ <outlet property="notificationImage" destination="FLS-WT-Zy0" id="PTc-Ch-7k7"/>
788
+ <outlet property="notificationsTapView" destination="r27-t6-4VI" id="V3l-u1-24l"/>
789
+ <outlet property="phoneFlagImage" destination="CwA-pU-e9P" id="wR3-P6-pLg"/>
790
+ <outlet property="phoneFlagLabel" destination="ohw-Fx-zXU" id="ymg-J9-99M"/>
791
+ <outlet property="phonePrefix" destination="TBP-tR-9jo" id="T97-P9-gzO"/>
792
+ <outlet property="phoneTextField" destination="fUY-1A-UsA" id="8ib-n8-VDO"/>
793
+ <outlet property="profileImageLoading" destination="iJS-tB-ECs" id="UrE-SG-mMD"/>
794
+ <outlet property="saveChangesButton" destination="pNe-Nc-WUu" id="VIS-Ta-Uv8"/>
795
+ </connections>
796
+ </tableViewController>
797
+ <placeholder placeholderIdentifier="IBFirstResponder" id="OdZ-JF-y2g" userLabel="First Responder" sceneMemberID="firstResponder"/>
798
+ </objects>
799
+ <point key="canvasLocation" x="2334" y="2120"/>
800
+ </scene>
801
+ <!--About UsVC-->
802
+ <scene sceneID="8rq-f1-sly">
803
+ <objects>
804
+ <viewController storyboardIdentifier="AboutUsVC" id="1no-8o-jbn" customClass="AboutUsVC" customModule="NewProjectTest" customModuleProvider="target" sceneMemberID="viewController">
805
+ <layoutGuides>
806
+ <viewControllerLayoutGuide type="top" id="HIa-kc-WG1"/>
807
+ <viewControllerLayoutGuide type="bottom" id="Q2H-GG-zaG"/>
808
+ </layoutGuides>
809
+ <view key="view" contentMode="scaleToFill" id="HkT-bS-6H2">
810
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
811
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
812
+ <subviews>
813
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HIb-3B-3u7" userLabel="Nav Bar">
814
+ <rect key="frame" x="0.0" y="64" width="375" height="88"/>
815
+ <subviews>
816
+ <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="bZB-hX-RYb">
817
+ <rect key="frame" x="56" y="24" width="263" height="40"/>
818
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
819
+ <constraints>
820
+ <constraint firstAttribute="height" constant="40" id="0nI-Iq-gbo"/>
821
+ </constraints>
822
+ </imageView>
823
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Khp-Q9-7iI">
824
+ <rect key="frame" x="20" y="29" width="30" height="30"/>
825
+ <constraints>
826
+ <constraint firstAttribute="height" constant="30" id="9Lo-nK-qcE"/>
827
+ <constraint firstAttribute="width" constant="30" id="CGV-SQ-Yuh"/>
828
+ </constraints>
829
+ <fontDescription key="fontDescription" type="system" pointSize="15"/>
830
+ <color key="tintColor" red="0.42126248170000002" green="1" blue="0.7545583495" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
831
+ <state key="normal" image="Back">
832
+ <color key="titleColor" red="0.42126248170000002" green="1" blue="0.7545583495" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
833
+ </state>
834
+ <connections>
835
+ <action selector="backTapped:" destination="1no-8o-jbn" eventType="touchUpInside" id="7ey-9H-xL6"/>
836
+ </connections>
837
+ </button>
838
+ </subviews>
839
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
840
+ <constraints>
841
+ <constraint firstAttribute="bottom" secondItem="bZB-hX-RYb" secondAttribute="bottom" constant="24" id="4A3-LJ-pW1"/>
842
+ <constraint firstItem="Khp-Q9-7iI" firstAttribute="centerY" secondItem="bZB-hX-RYb" secondAttribute="centerY" id="C46-HM-O2w"/>
843
+ <constraint firstItem="Khp-Q9-7iI" firstAttribute="leading" secondItem="HIb-3B-3u7" secondAttribute="leading" constant="20" id="IqZ-hA-1K0"/>
844
+ <constraint firstItem="bZB-hX-RYb" firstAttribute="centerX" secondItem="HIb-3B-3u7" secondAttribute="centerX" id="QOd-CC-IdL"/>
845
+ <constraint firstItem="bZB-hX-RYb" firstAttribute="top" secondItem="HIb-3B-3u7" secondAttribute="top" constant="24" id="UOr-HM-lLv"/>
846
+ <constraint firstAttribute="height" constant="88" id="ciD-Jj-GX6"/>
847
+ <constraint firstItem="bZB-hX-RYb" firstAttribute="leading" secondItem="Khp-Q9-7iI" secondAttribute="trailing" constant="6" id="weW-ex-BBd"/>
848
+ </constraints>
849
+ </view>
850
+ <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="none" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="6Ne-O5-uFD">
851
+ <rect key="frame" x="16" y="152" width="343" height="525"/>
852
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
853
+ <view key="tableHeaderView" contentMode="scaleToFill" id="XXT-VX-FpK" userLabel="Header">
854
+ <rect key="frame" x="0.0" y="0.0" width="343" height="80"/>
855
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
856
+ <subviews>
857
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="About us" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.59999999999999998" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cvJ-Vx-ljX">
858
+ <rect key="frame" x="60" y="15" width="223" height="50"/>
859
+ <fontDescription key="fontDescription" name="Quicksand-Bold" family="Quicksand" pointSize="20"/>
860
+ <color key="textColor" red="0.066666666666666666" green="0.12156862745098039" blue="0.4392156862745098" alpha="1" colorSpace="calibratedRGB"/>
861
+ <nil key="highlightedColor"/>
862
+ </label>
863
+ </subviews>
864
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
865
+ <constraints>
866
+ <constraint firstItem="cvJ-Vx-ljX" firstAttribute="leading" secondItem="XXT-VX-FpK" secondAttribute="leading" constant="60" id="5ex-Iq-Yku"/>
867
+ <constraint firstAttribute="bottom" secondItem="cvJ-Vx-ljX" secondAttribute="bottom" constant="15" id="IJp-Vh-Kvd"/>
868
+ <constraint firstItem="cvJ-Vx-ljX" firstAttribute="top" secondItem="XXT-VX-FpK" secondAttribute="top" constant="15" id="eWk-FJ-b7B"/>
869
+ <constraint firstAttribute="trailing" secondItem="cvJ-Vx-ljX" secondAttribute="trailing" constant="60" id="wjL-LC-ruJ"/>
870
+ </constraints>
871
+ </view>
872
+ <prototypes>
873
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="aboutUsImageCell" rowHeight="314" id="IDE-GO-Flv" customClass="AboutUsImageCell" customModule="NewProjectTest" customModuleProvider="target">
874
+ <rect key="frame" x="0.0" y="108" width="343" height="314"/>
875
+ <autoresizingMask key="autoresizingMask"/>
876
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="IDE-GO-Flv" id="mzX-1A-Hyd">
877
+ <rect key="frame" x="0.0" y="0.0" width="343" height="314"/>
878
+ <autoresizingMask key="autoresizingMask"/>
879
+ <subviews>
880
+ <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="P7l-XR-kSI">
881
+ <rect key="frame" x="0.0" y="0.0" width="343" height="247"/>
882
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
883
+ <constraints>
884
+ <constraint firstAttribute="height" constant="247" id="rmG-DO-cfb"/>
885
+ </constraints>
886
+ <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="2NX-Rm-Msy">
887
+ <size key="itemSize" width="345" height="247"/>
888
+ <size key="headerReferenceSize" width="0.0" height="0.0"/>
889
+ <size key="footerReferenceSize" width="0.0" height="0.0"/>
890
+ <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
891
+ </collectionViewFlowLayout>
892
+ <cells>
893
+ <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="imagesCollectionViewCell" id="Ia2-jg-xO0" customClass="ImagesCollectionViewCell" customModule="NewProjectTest" customModuleProvider="target">
894
+ <rect key="frame" x="0.0" y="0.0" width="345" height="247"/>
895
+ <autoresizingMask key="autoresizingMask"/>
896
+ <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
897
+ <rect key="frame" x="0.0" y="0.0" width="345" height="247"/>
898
+ <autoresizingMask key="autoresizingMask"/>
899
+ <subviews>
900
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EjH-Yc-dra" userLabel="ContentView">
901
+ <rect key="frame" x="0.0" y="0.0" width="345" height="247"/>
902
+ <subviews>
903
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Va2-hZ-w7N">
904
+ <rect key="frame" x="20" y="0.0" width="305" height="247"/>
905
+ <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
906
+ </imageView>
907
+ </subviews>
908
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
909
+ <constraints>
910
+ <constraint firstAttribute="bottom" secondItem="Va2-hZ-w7N" secondAttribute="bottom" id="1Fj-GT-O0l"/>
911
+ <constraint firstItem="Va2-hZ-w7N" firstAttribute="top" secondItem="EjH-Yc-dra" secondAttribute="top" id="9Sp-ED-ePP"/>
912
+ <constraint firstAttribute="trailing" secondItem="Va2-hZ-w7N" secondAttribute="trailing" constant="20" id="TPC-9A-aRB"/>
913
+ <constraint firstItem="Va2-hZ-w7N" firstAttribute="leading" secondItem="EjH-Yc-dra" secondAttribute="leading" constant="20" id="vxm-M7-xCd"/>
914
+ </constraints>
915
+ </view>
916
+ </subviews>
917
+ </view>
918
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
919
+ <constraints>
920
+ <constraint firstAttribute="bottom" secondItem="EjH-Yc-dra" secondAttribute="bottom" id="2xS-qY-4X4"/>
921
+ <constraint firstItem="EjH-Yc-dra" firstAttribute="leading" secondItem="Ia2-jg-xO0" secondAttribute="leading" id="PhX-HB-fFu"/>
922
+ <constraint firstAttribute="trailing" secondItem="EjH-Yc-dra" secondAttribute="trailing" id="qZP-IA-dqu"/>
923
+ <constraint firstItem="EjH-Yc-dra" firstAttribute="top" secondItem="Ia2-jg-xO0" secondAttribute="top" id="ruY-WI-HKV"/>
924
+ </constraints>
925
+ <connections>
926
+ <outlet property="imageOutlet" destination="Va2-hZ-w7N" id="wmt-fs-5Gx"/>
927
+ </connections>
928
+ </collectionViewCell>
929
+ </cells>
930
+ </collectionView>
931
+ <pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" hidesForSinglePage="YES" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="bs1-0O-IqT">
932
+ <rect key="frame" x="32" y="257" width="279" height="52"/>
933
+ <color key="pageIndicatorTintColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
934
+ <color key="currentPageIndicatorTintColor" red="0.41960784309999999" green="1" blue="0.75294117650000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
935
+ </pageControl>
936
+ </subviews>
937
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
938
+ <constraints>
939
+ <constraint firstAttribute="trailingMargin" secondItem="bs1-0O-IqT" secondAttribute="trailing" constant="17" id="3fc-6S-hRv"/>
940
+ <constraint firstAttribute="bottom" secondItem="bs1-0O-IqT" secondAttribute="bottom" constant="5" id="6Qy-2V-gcp"/>
941
+ <constraint firstItem="P7l-XR-kSI" firstAttribute="leading" secondItem="mzX-1A-Hyd" secondAttribute="leading" id="I3Y-aE-S7S"/>
942
+ <constraint firstItem="bs1-0O-IqT" firstAttribute="leading" secondItem="mzX-1A-Hyd" secondAttribute="leadingMargin" constant="17" id="Kph-Kb-M1h"/>
943
+ <constraint firstItem="P7l-XR-kSI" firstAttribute="top" secondItem="mzX-1A-Hyd" secondAttribute="top" id="b2j-4r-Gn5"/>
944
+ <constraint firstAttribute="trailing" secondItem="P7l-XR-kSI" secondAttribute="trailing" id="miW-V1-aLg"/>
945
+ <constraint firstItem="bs1-0O-IqT" firstAttribute="top" secondItem="P7l-XR-kSI" secondAttribute="bottom" constant="10" id="txr-Sh-ccV"/>
946
+ </constraints>
947
+ </tableViewCellContentView>
948
+ <connections>
949
+ <outlet property="collectionView" destination="P7l-XR-kSI" id="a1c-Yj-cNx"/>
950
+ <outlet property="pageControl" destination="bs1-0O-IqT" id="NmI-Tw-agF"/>
951
+ </connections>
952
+ </tableViewCell>
953
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="descriptionCell" rowHeight="200" id="aBT-gJ-0FR" customClass="DescriptionCell" customModule="NewProjectTest" customModuleProvider="target">
954
+ <rect key="frame" x="0.0" y="422" width="343" height="200"/>
955
+ <autoresizingMask key="autoresizingMask"/>
956
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="aBT-gJ-0FR" id="zOT-Eq-jEu">
957
+ <rect key="frame" x="0.0" y="0.0" width="343" height="200"/>
958
+ <autoresizingMask key="autoresizingMask"/>
959
+ <subviews>
960
+ <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" verticalCompressionResistancePriority="749" scrollEnabled="NO" editable="NO" text="Description" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="E0U-Hv-p6y">
961
+ <rect key="frame" x="30" y="0.0" width="283" height="180"/>
962
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
963
+ <color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
964
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="17"/>
965
+ <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
966
+ </textView>
967
+ </subviews>
968
+ <constraints>
969
+ <constraint firstAttribute="bottom" secondItem="E0U-Hv-p6y" secondAttribute="bottom" constant="20" id="9Wr-JM-Oae"/>
970
+ <constraint firstAttribute="trailing" secondItem="E0U-Hv-p6y" secondAttribute="trailing" constant="30" id="HDg-vV-L78"/>
971
+ <constraint firstItem="E0U-Hv-p6y" firstAttribute="leading" secondItem="zOT-Eq-jEu" secondAttribute="leading" constant="30" id="KQ0-wP-Cti"/>
972
+ <constraint firstItem="E0U-Hv-p6y" firstAttribute="top" secondItem="zOT-Eq-jEu" secondAttribute="top" id="zpI-R1-zO3"/>
973
+ </constraints>
974
+ </tableViewCellContentView>
975
+ <connections>
976
+ <outlet property="descriptionTextView" destination="E0U-Hv-p6y" id="fUf-ts-rAU"/>
977
+ </connections>
978
+ </tableViewCell>
979
+ </prototypes>
980
+ <sections/>
981
+ <userDefinedRuntimeAttributes>
982
+ <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
983
+ <integer key="value" value="7"/>
984
+ </userDefinedRuntimeAttribute>
985
+ </userDefinedRuntimeAttributes>
986
+ <connections>
987
+ <outlet property="dataSource" destination="1no-8o-jbn" id="lsn-lG-qdq"/>
988
+ <outlet property="delegate" destination="1no-8o-jbn" id="gut-nq-4JX"/>
989
+ </connections>
990
+ </tableView>
991
+ </subviews>
992
+ <color key="backgroundColor" red="0.066666666669999999" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
993
+ <constraints>
994
+ <constraint firstAttribute="trailing" secondItem="6Ne-O5-uFD" secondAttribute="trailing" constant="16" id="0vL-xZ-Vbu"/>
995
+ <constraint firstItem="6Ne-O5-uFD" firstAttribute="leading" secondItem="HkT-bS-6H2" secondAttribute="leading" constant="16" id="7mG-Sp-a0J"/>
996
+ <constraint firstItem="6Ne-O5-uFD" firstAttribute="top" secondItem="HIb-3B-3u7" secondAttribute="bottom" id="AO6-pz-sxt"/>
997
+ <constraint firstAttribute="trailing" secondItem="HIb-3B-3u7" secondAttribute="trailing" id="JxH-Mp-5yu"/>
998
+ <constraint firstItem="Q2H-GG-zaG" firstAttribute="top" secondItem="6Ne-O5-uFD" secondAttribute="bottom" constant="-10" id="WrE-aN-zX3"/>
999
+ <constraint firstItem="HIb-3B-3u7" firstAttribute="leading" secondItem="HkT-bS-6H2" secondAttribute="leading" id="cp8-5q-Rlh"/>
1000
+ <constraint firstItem="HIb-3B-3u7" firstAttribute="top" secondItem="HIa-kc-WG1" secondAttribute="bottom" id="jfj-l6-4Mc"/>
1001
+ </constraints>
1002
+ </view>
1003
+ <navigationItem key="navigationItem" id="Epm-4y-QVW">
1004
+ <barButtonItem key="backBarButtonItem" title=" " style="plain" id="lPm-Vv-MV1">
1005
+ <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1006
+ </barButtonItem>
1007
+ </navigationItem>
1008
+ <connections>
1009
+ <outlet property="backButton" destination="Khp-Q9-7iI" id="c1F-IV-LVx"/>
1010
+ <outlet property="gradientView" destination="HkT-bS-6H2" id="Iwi-oK-n2q"/>
1011
+ <outlet property="tableView" destination="6Ne-O5-uFD" id="ME6-Kw-flx"/>
1012
+ </connections>
1013
+ </viewController>
1014
+ <placeholder placeholderIdentifier="IBFirstResponder" id="I9Y-dA-2g6" userLabel="First Responder" sceneMemberID="firstResponder"/>
1015
+ </objects>
1016
+ <point key="canvasLocation" x="4118" y="2078"/>
1017
+ </scene>
1018
+ <!--Navigation Controller-->
1019
+ <scene sceneID="wgd-5c-fIG">
1020
+ <objects>
1021
+ <navigationController automaticallyAdjustsScrollViewInsets="NO" id="8fZ-WP-CM6" sceneMemberID="viewController">
1022
+ <tabBarItem key="tabBarItem" title="" image="user" largeContentSizeImage="user" selectedImage="user" id="BVs-Ia-moJ" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
1023
+ <userDefinedRuntimeAttributes>
1024
+ <userDefinedRuntimeAttribute type="color" keyPath="textColor">
1025
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1026
+ </userDefinedRuntimeAttribute>
1027
+ <userDefinedRuntimeAttribute type="color" keyPath="iconColor">
1028
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1029
+ </userDefinedRuntimeAttribute>
1030
+ <userDefinedRuntimeAttribute type="color" keyPath="tintColor">
1031
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1032
+ </userDefinedRuntimeAttribute>
1033
+ <userDefinedRuntimeAttribute type="number" keyPath="yOffSet">
1034
+ <real key="value" value="-5"/>
1035
+ </userDefinedRuntimeAttribute>
1036
+ </userDefinedRuntimeAttributes>
1037
+ <connections>
1038
+ <outlet property="animation" destination="EvR-4r-x7Y" id="0zj-gz-FQ6"/>
1039
+ </connections>
1040
+ </tabBarItem>
1041
+ <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="WoJ-9d-M8O">
1042
+ <rect key="frame" x="0.0" y="20" width="375" height="44"/>
1043
+ <autoresizingMask key="autoresizingMask"/>
1044
+ </navigationBar>
1045
+ <connections>
1046
+ <segue destination="UW5-eV-00j" kind="relationship" relationship="rootViewController" id="eJd-Hg-Atw"/>
1047
+ </connections>
1048
+ </navigationController>
1049
+ <placeholder placeholderIdentifier="IBFirstResponder" id="p0U-SG-nDu" userLabel="First Responder" sceneMemberID="firstResponder"/>
1050
+ <customObject id="EvR-4r-x7Y" customClass="RAMBounceAnimation" customModule="RAMAnimatedTabBarController">
1051
+ <userDefinedRuntimeAttributes>
1052
+ <userDefinedRuntimeAttribute type="color" keyPath="textSelectedColor">
1053
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1054
+ </userDefinedRuntimeAttribute>
1055
+ <userDefinedRuntimeAttribute type="color" keyPath="iconSelectedColor">
1056
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1057
+ </userDefinedRuntimeAttribute>
1058
+ </userDefinedRuntimeAttributes>
1059
+ </customObject>
1060
+ </objects>
1061
+ <point key="canvasLocation" x="223" y="2120"/>
1062
+ </scene>
1063
+ <!--Profile ContainerVC-->
1064
+ <scene sceneID="Zd4-Eu-j2e">
1065
+ <objects>
1066
+ <viewController automaticallyAdjustsScrollViewInsets="NO" id="UW5-eV-00j" customClass="ProfileContainerVC" customModule="NewProjectTest" customModuleProvider="target" sceneMemberID="viewController">
1067
+ <layoutGuides>
1068
+ <viewControllerLayoutGuide type="top" id="mIf-AL-33J"/>
1069
+ <viewControllerLayoutGuide type="bottom" id="R6d-ra-aNy"/>
1070
+ </layoutGuides>
1071
+ <view key="view" contentMode="scaleToFill" id="XYS-vF-aF2">
1072
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1073
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1074
+ <subviews>
1075
+ <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uBQ-1B-D0s">
1076
+ <rect key="frame" x="0.0" y="20" width="375" height="598"/>
1077
+ </containerView>
1078
+ </subviews>
1079
+ <color key="backgroundColor" red="0.062745098040000002" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
1080
+ <constraints>
1081
+ <constraint firstItem="uBQ-1B-D0s" firstAttribute="top" secondItem="mIf-AL-33J" secondAttribute="bottom" constant="-44" id="E3z-ft-lRh"/>
1082
+ <constraint firstItem="uBQ-1B-D0s" firstAttribute="leading" secondItem="XYS-vF-aF2" secondAttribute="leading" id="GrU-bC-Ori"/>
1083
+ <constraint firstAttribute="trailing" secondItem="uBQ-1B-D0s" secondAttribute="trailing" id="KTu-Ou-eoy"/>
1084
+ <constraint firstItem="R6d-ra-aNy" firstAttribute="top" secondItem="uBQ-1B-D0s" secondAttribute="bottom" id="Ues-sh-CQd"/>
1085
+ </constraints>
1086
+ </view>
1087
+ <tabBarItem key="tabBarItem" title="" image="user" largeContentSizeImage="user" selectedImage="user" id="AKs-Wx-yW1" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
1088
+ <userDefinedRuntimeAttributes>
1089
+ <userDefinedRuntimeAttribute type="color" keyPath="textColor">
1090
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1091
+ </userDefinedRuntimeAttribute>
1092
+ <userDefinedRuntimeAttribute type="color" keyPath="iconColor">
1093
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1094
+ </userDefinedRuntimeAttribute>
1095
+ <userDefinedRuntimeAttribute type="color" keyPath="tintColor">
1096
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1097
+ </userDefinedRuntimeAttribute>
1098
+ <userDefinedRuntimeAttribute type="number" keyPath="yOffSet">
1099
+ <real key="value" value="-5"/>
1100
+ </userDefinedRuntimeAttribute>
1101
+ </userDefinedRuntimeAttributes>
1102
+ <connections>
1103
+ <outlet property="animation" destination="EvR-4r-x7Y" id="onu-yY-eaH"/>
1104
+ </connections>
1105
+ </tabBarItem>
1106
+ <navigationItem key="navigationItem" id="fPG-KX-B42">
1107
+ <barButtonItem key="backBarButtonItem" title=" " style="plain" id="2d8-bq-BUB">
1108
+ <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1109
+ </barButtonItem>
1110
+ </navigationItem>
1111
+ <connections>
1112
+ <outlet property="containerView" destination="uBQ-1B-D0s" id="wzw-aO-1Zh"/>
1113
+ <outlet property="gradientView" destination="XYS-vF-aF2" id="HgN-Pe-5lV"/>
1114
+ </connections>
1115
+ </viewController>
1116
+ <placeholder placeholderIdentifier="IBFirstResponder" id="UJc-zJ-dXM" userLabel="First Responder" sceneMemberID="firstResponder"/>
1117
+ </objects>
1118
+ <point key="canvasLocation" x="1321" y="2120"/>
1119
+ </scene>
1120
+ <!--Navigation Controller-->
1121
+ <scene sceneID="wOq-72-WnN">
1122
+ <objects>
1123
+ <navigationController id="504-EG-qbw" sceneMemberID="viewController">
1124
+ <tabBarItem key="tabBarItem" title="" image="group-2" largeContentSizeImage="group-2" selectedImage="group-2" id="w5N-vp-LZS" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
1125
+ <inset key="largeContentSizeImageInsets" minX="0.0" minY="1" maxX="0.0" maxY="1"/>
1126
+ <userDefinedRuntimeAttributes>
1127
+ <userDefinedRuntimeAttribute type="color" keyPath="textColor">
1128
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1129
+ </userDefinedRuntimeAttribute>
1130
+ <userDefinedRuntimeAttribute type="color" keyPath="iconColor">
1131
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1132
+ </userDefinedRuntimeAttribute>
1133
+ <userDefinedRuntimeAttribute type="number" keyPath="yOffSet">
1134
+ <real key="value" value="-5"/>
1135
+ </userDefinedRuntimeAttribute>
1136
+ </userDefinedRuntimeAttributes>
1137
+ <connections>
1138
+ <outlet property="animation" destination="QOa-0X-3Pa" id="uWQ-NJ-GA0"/>
1139
+ </connections>
1140
+ </tabBarItem>
1141
+ <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="daf-Il-x8R">
1142
+ <rect key="frame" x="0.0" y="20" width="375" height="44"/>
1143
+ <autoresizingMask key="autoresizingMask"/>
1144
+ <color key="tintColor" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1145
+ </navigationBar>
1146
+ <connections>
1147
+ <segue destination="1NR-Kh-t6w" kind="relationship" relationship="rootViewController" id="o2y-SD-NRJ"/>
1148
+ </connections>
1149
+ </navigationController>
1150
+ <placeholder placeholderIdentifier="IBFirstResponder" id="fBW-xk-vns" userLabel="First Responder" sceneMemberID="firstResponder"/>
1151
+ <customObject id="QOa-0X-3Pa" customClass="RAMBounceAnimation" customModule="RAMAnimatedTabBarController">
1152
+ <userDefinedRuntimeAttributes>
1153
+ <userDefinedRuntimeAttribute type="color" keyPath="textSelectedColor">
1154
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1155
+ </userDefinedRuntimeAttribute>
1156
+ <userDefinedRuntimeAttribute type="color" keyPath="iconSelectedColor">
1157
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1158
+ </userDefinedRuntimeAttribute>
1159
+ </userDefinedRuntimeAttributes>
1160
+ </customObject>
1161
+ </objects>
1162
+ <point key="canvasLocation" x="486" y="-845"/>
1163
+ </scene>
1164
+ <!--View Controller-->
1165
+ <scene sceneID="bdB-z4-tYF">
1166
+ <objects>
1167
+ <viewController id="1NR-Kh-t6w" sceneMemberID="viewController">
1168
+ <layoutGuides>
1169
+ <viewControllerLayoutGuide type="top" id="1d2-RF-QHb"/>
1170
+ <viewControllerLayoutGuide type="bottom" id="AN0-Ve-elh"/>
1171
+ </layoutGuides>
1172
+ <view key="view" contentMode="scaleToFill" id="Rpo-3S-0Wg">
1173
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1174
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1175
+ <subviews>
1176
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Home" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fPd-8K-ZrO">
1177
+ <rect key="frame" x="164.5" y="323" width="46" height="21"/>
1178
+ <fontDescription key="fontDescription" type="system" pointSize="17"/>
1179
+ <nil key="textColor"/>
1180
+ <nil key="highlightedColor"/>
1181
+ </label>
1182
+ </subviews>
1183
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1184
+ <constraints>
1185
+ <constraint firstItem="fPd-8K-ZrO" firstAttribute="centerX" secondItem="Rpo-3S-0Wg" secondAttribute="centerX" id="7MG-Y9-JoS"/>
1186
+ <constraint firstItem="fPd-8K-ZrO" firstAttribute="centerY" secondItem="Rpo-3S-0Wg" secondAttribute="centerY" id="bRu-ou-qpe"/>
1187
+ </constraints>
1188
+ </view>
1189
+ <navigationItem key="navigationItem" id="FKr-pi-G7N"/>
1190
+ </viewController>
1191
+ <placeholder placeholderIdentifier="IBFirstResponder" id="2Ex-IR-IFK" userLabel="First Responder" sceneMemberID="firstResponder"/>
1192
+ </objects>
1193
+ <point key="canvasLocation" x="1610" y="-845"/>
1194
+ </scene>
1195
+ <!--Navigation Controller-->
1196
+ <scene sceneID="mCJ-V6-PQ4">
1197
+ <objects>
1198
+ <navigationController automaticallyAdjustsScrollViewInsets="NO" navigationBarHidden="YES" id="tmY-rH-4Gl" sceneMemberID="viewController">
1199
+ <tabBarItem key="tabBarItem" title="" image="baggage" largeContentSizeImage="baggage" selectedImage="baggage" id="SiA-MC-Am5" customClass="RAMAnimatedTabBarItem" customModule="RAMAnimatedTabBarController">
1200
+ <userDefinedRuntimeAttributes>
1201
+ <userDefinedRuntimeAttribute type="color" keyPath="textColor">
1202
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1203
+ </userDefinedRuntimeAttribute>
1204
+ <userDefinedRuntimeAttribute type="color" keyPath="iconColor">
1205
+ <color key="value" red="0.1058823529" green="0.019607843140000001" blue="0.24313725489999999" alpha="1" colorSpace="calibratedRGB"/>
1206
+ </userDefinedRuntimeAttribute>
1207
+ <userDefinedRuntimeAttribute type="color" keyPath="tintColor">
1208
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1209
+ </userDefinedRuntimeAttribute>
1210
+ <userDefinedRuntimeAttribute type="number" keyPath="yOffSet">
1211
+ <real key="value" value="-5"/>
1212
+ </userDefinedRuntimeAttribute>
1213
+ </userDefinedRuntimeAttributes>
1214
+ <connections>
1215
+ <outlet property="animation" destination="TuD-6b-Y1D" id="e9z-TE-C0A"/>
1216
+ </connections>
1217
+ </tabBarItem>
1218
+ <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="6B3-AU-Rrw">
1219
+ <autoresizingMask key="autoresizingMask"/>
1220
+ </navigationBar>
1221
+ <connections>
1222
+ <segue destination="rMS-g7-sil" kind="relationship" relationship="rootViewController" id="CrN-nx-zJt"/>
1223
+ </connections>
1224
+ </navigationController>
1225
+ <placeholder placeholderIdentifier="IBFirstResponder" id="4FW-xf-0BY" userLabel="First Responder" sceneMemberID="firstResponder"/>
1226
+ <customObject id="TuD-6b-Y1D" customClass="RAMBounceAnimation" customModule="RAMAnimatedTabBarController">
1227
+ <userDefinedRuntimeAttributes>
1228
+ <userDefinedRuntimeAttribute type="color" keyPath="textSelectedColor">
1229
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1230
+ </userDefinedRuntimeAttribute>
1231
+ <userDefinedRuntimeAttribute type="color" keyPath="iconSelectedColor">
1232
+ <color key="value" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1233
+ </userDefinedRuntimeAttribute>
1234
+ </userDefinedRuntimeAttributes>
1235
+ </customObject>
1236
+ </objects>
1237
+ <point key="canvasLocation" x="313" y="25"/>
1238
+ </scene>
1239
+ <!--View Controller-->
1240
+ <scene sceneID="WOr-PT-9xC">
1241
+ <objects>
1242
+ <viewController id="rMS-g7-sil" sceneMemberID="viewController">
1243
+ <layoutGuides>
1244
+ <viewControllerLayoutGuide type="top" id="Des-uN-ACw"/>
1245
+ <viewControllerLayoutGuide type="bottom" id="qUe-Ej-z4Z"/>
1246
+ </layoutGuides>
1247
+ <view key="view" contentMode="scaleToFill" id="TTa-Q4-VsS">
1248
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1249
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1250
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1251
+ </view>
1252
+ <navigationItem key="navigationItem" id="enz-vT-eJD"/>
1253
+ </viewController>
1254
+ <placeholder placeholderIdentifier="IBFirstResponder" id="IUN-bq-UVz" userLabel="First Responder" sceneMemberID="firstResponder"/>
1255
+ </objects>
1256
+ <point key="canvasLocation" x="1545" y="38"/>
1257
+ </scene>
1258
+ <!--NotificationsVC-->
1259
+ <scene sceneID="DeI-GN-qft">
1260
+ <objects>
1261
+ <viewController storyboardIdentifier="NotificationsVC" id="nSl-a7-9jI" customClass="NotificationsVC" customModule="NewProjectTest" customModuleProvider="target" sceneMemberID="viewController">
1262
+ <layoutGuides>
1263
+ <viewControllerLayoutGuide type="top" id="cKY-Kg-0Ii"/>
1264
+ <viewControllerLayoutGuide type="bottom" id="c86-ZQ-2Tq"/>
1265
+ </layoutGuides>
1266
+ <view key="view" contentMode="scaleToFill" id="bdZ-k1-yNA">
1267
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1268
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1269
+ <subviews>
1270
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AIp-ai-C2e" userLabel="Nav Bar">
1271
+ <rect key="frame" x="0.0" y="20" width="375" height="88"/>
1272
+ <subviews>
1273
+ <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="dot-TK-hAr">
1274
+ <rect key="frame" x="56" y="24" width="263" height="40"/>
1275
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1276
+ <constraints>
1277
+ <constraint firstAttribute="height" constant="40" id="Dol-st-LmV"/>
1278
+ </constraints>
1279
+ </imageView>
1280
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ciV-QV-9mF">
1281
+ <rect key="frame" x="20" y="29" width="30" height="30"/>
1282
+ <constraints>
1283
+ <constraint firstAttribute="height" constant="30" id="anj-Oz-m1n"/>
1284
+ <constraint firstAttribute="width" constant="30" id="d9d-7Y-Efb"/>
1285
+ </constraints>
1286
+ <fontDescription key="fontDescription" type="system" pointSize="15"/>
1287
+ <color key="tintColor" red="0.42126248170000002" green="1" blue="0.7545583495" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
1288
+ <state key="normal" image="Back">
1289
+ <color key="titleColor" red="0.42126248170000002" green="1" blue="0.7545583495" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
1290
+ </state>
1291
+ <connections>
1292
+ <action selector="backTapped:" destination="nSl-a7-9jI" eventType="touchUpInside" id="jEH-4K-8vH"/>
1293
+ </connections>
1294
+ </button>
1295
+ </subviews>
1296
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1297
+ <constraints>
1298
+ <constraint firstItem="dot-TK-hAr" firstAttribute="leading" secondItem="ciV-QV-9mF" secondAttribute="trailing" constant="6" id="3xs-yG-ZjC"/>
1299
+ <constraint firstItem="dot-TK-hAr" firstAttribute="top" secondItem="AIp-ai-C2e" secondAttribute="top" constant="24" id="5Nt-Cr-mxN"/>
1300
+ <constraint firstItem="ciV-QV-9mF" firstAttribute="centerY" secondItem="dot-TK-hAr" secondAttribute="centerY" id="EX8-oA-7PT"/>
1301
+ <constraint firstAttribute="bottom" secondItem="dot-TK-hAr" secondAttribute="bottom" constant="24" id="JJK-Jt-p2a"/>
1302
+ <constraint firstAttribute="height" constant="88" id="YGE-Ia-FeN"/>
1303
+ <constraint firstItem="ciV-QV-9mF" firstAttribute="leading" secondItem="AIp-ai-C2e" secondAttribute="leading" constant="20" id="aMj-Km-50h"/>
1304
+ <constraint firstItem="dot-TK-hAr" firstAttribute="centerX" secondItem="AIp-ai-C2e" secondAttribute="centerX" id="cih-gb-0oy"/>
1305
+ </constraints>
1306
+ </view>
1307
+ <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="HH1-Jz-M88">
1308
+ <rect key="frame" x="0.0" y="161.5" width="375" height="505.5"/>
1309
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1310
+ <color key="separatorColor" red="0.066666666669999999" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
1311
+ <inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
1312
+ <prototypes>
1313
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="NotificationCell" rowHeight="100" id="Vqf-68-XHu" customClass="NotificationCell" customModule="NewProjectTest" customModuleProvider="target">
1314
+ <rect key="frame" x="0.0" y="28" width="375" height="100"/>
1315
+ <autoresizingMask key="autoresizingMask"/>
1316
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Vqf-68-XHu" id="zg1-gJ-bjD">
1317
+ <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
1318
+ <autoresizingMask key="autoresizingMask"/>
1319
+ <subviews>
1320
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="notificaciones" translatesAutoresizingMaskIntoConstraints="NO" id="Iba-HM-kS5">
1321
+ <rect key="frame" x="5" y="10" width="40" height="40"/>
1322
+ <constraints>
1323
+ <constraint firstAttribute="height" constant="40" id="R4V-o0-olH"/>
1324
+ <constraint firstAttribute="width" constant="40" id="enp-ng-uOw"/>
1325
+ </constraints>
1326
+ </imageView>
1327
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="New Notification" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZBn-nY-BDy">
1328
+ <rect key="frame" x="55" y="21.5" width="284" height="17.5"/>
1329
+ <fontDescription key="fontDescription" name="Quicksand-Medium" family="Quicksand" pointSize="15"/>
1330
+ <nil key="textColor"/>
1331
+ <nil key="highlightedColor"/>
1332
+ </label>
1333
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="10 hours ago" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QCe-Fx-Wsb">
1334
+ <rect key="frame" x="55" y="75" width="82.5" height="17"/>
1335
+ <fontDescription key="fontDescription" name="Quicksand-Regular" family="Quicksand" pointSize="14"/>
1336
+ <color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
1337
+ <nil key="highlightedColor"/>
1338
+ </label>
1339
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kfe-S5-Vkq">
1340
+ <rect key="frame" x="344" y="42" width="15" height="15"/>
1341
+ <color key="backgroundColor" red="0.25098039220000001" green="0.92156862750000001" blue="0.64705882349999999" alpha="1" colorSpace="calibratedRGB"/>
1342
+ <constraints>
1343
+ <constraint firstAttribute="height" constant="15" id="3RL-jY-fBH"/>
1344
+ <constraint firstAttribute="width" constant="15" id="AeA-4w-Xrj"/>
1345
+ </constraints>
1346
+ </view>
1347
+ </subviews>
1348
+ <constraints>
1349
+ <constraint firstItem="Iba-HM-kS5" firstAttribute="leading" secondItem="zg1-gJ-bjD" secondAttribute="leading" constant="5" id="66x-SL-V7b"/>
1350
+ <constraint firstItem="kfe-S5-Vkq" firstAttribute="centerY" secondItem="zg1-gJ-bjD" secondAttribute="centerY" id="JOr-Op-m7T"/>
1351
+ <constraint firstAttribute="trailing" secondItem="kfe-S5-Vkq" secondAttribute="trailing" constant="16" id="ce9-A2-ZSv"/>
1352
+ <constraint firstItem="kfe-S5-Vkq" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="QCe-Fx-Wsb" secondAttribute="trailing" constant="5" id="gZR-ul-ufH"/>
1353
+ <constraint firstItem="Iba-HM-kS5" firstAttribute="top" secondItem="zg1-gJ-bjD" secondAttribute="top" constant="10" id="ie1-Gb-raq"/>
1354
+ <constraint firstItem="kfe-S5-Vkq" firstAttribute="leading" secondItem="ZBn-nY-BDy" secondAttribute="trailing" constant="5" id="p0d-AY-NUo"/>
1355
+ <constraint firstAttribute="bottom" secondItem="QCe-Fx-Wsb" secondAttribute="bottom" constant="8" id="qqs-AO-E5L"/>
1356
+ <constraint firstItem="ZBn-nY-BDy" firstAttribute="leading" secondItem="Iba-HM-kS5" secondAttribute="trailing" constant="10" id="tFC-QK-vtQ"/>
1357
+ <constraint firstItem="QCe-Fx-Wsb" firstAttribute="top" relation="lessThanOrEqual" secondItem="ZBn-nY-BDy" secondAttribute="bottom" constant="44.5" id="w4v-IP-D0B"/>
1358
+ <constraint firstItem="QCe-Fx-Wsb" firstAttribute="leading" secondItem="ZBn-nY-BDy" secondAttribute="leading" id="x33-Gu-CW8"/>
1359
+ <constraint firstAttribute="bottom" secondItem="Iba-HM-kS5" secondAttribute="bottom" constant="49.5" id="xi3-jB-qf4"/>
1360
+ <constraint firstItem="ZBn-nY-BDy" firstAttribute="centerY" secondItem="Iba-HM-kS5" secondAttribute="centerY" id="ye3-dL-ZyP"/>
1361
+ </constraints>
1362
+ </tableViewCellContentView>
1363
+ <connections>
1364
+ <outlet property="newNotificationView" destination="kfe-S5-Vkq" id="xOh-YI-VRS"/>
1365
+ <outlet property="notificationDate" destination="QCe-Fx-Wsb" id="hKg-rg-jdT"/>
1366
+ <outlet property="notificationImage" destination="Iba-HM-kS5" id="Bep-7f-Lde"/>
1367
+ <outlet property="notificationText" destination="ZBn-nY-BDy" id="osc-Hf-19B"/>
1368
+ </connections>
1369
+ </tableViewCell>
1370
+ </prototypes>
1371
+ <sections/>
1372
+ <connections>
1373
+ <outlet property="dataSource" destination="nSl-a7-9jI" id="DpS-Fh-xuQ"/>
1374
+ <outlet property="delegate" destination="nSl-a7-9jI" id="9Eo-1b-qZr"/>
1375
+ </connections>
1376
+ </tableView>
1377
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UvN-Wy-9xu" userLabel="Header">
1378
+ <rect key="frame" x="0.0" y="108" width="375" height="53.5"/>
1379
+ <subviews>
1380
+ <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Activity" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.60000002384185791" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yJb-nY-FhD">
1381
+ <rect key="frame" x="60" y="15" width="255" height="23.5"/>
1382
+ <fontDescription key="fontDescription" name="Quicksand-Bold" family="Quicksand" pointSize="20"/>
1383
+ <color key="textColor" red="0.066666666669999999" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
1384
+ <nil key="highlightedColor"/>
1385
+ </label>
1386
+ </subviews>
1387
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
1388
+ <constraints>
1389
+ <constraint firstItem="yJb-nY-FhD" firstAttribute="top" secondItem="UvN-Wy-9xu" secondAttribute="top" constant="15" id="92o-KY-gue"/>
1390
+ <constraint firstItem="yJb-nY-FhD" firstAttribute="leading" secondItem="UvN-Wy-9xu" secondAttribute="leading" constant="60" id="RKX-g1-XMP"/>
1391
+ <constraint firstAttribute="bottom" secondItem="yJb-nY-FhD" secondAttribute="bottom" constant="15" id="ngu-m3-dPv"/>
1392
+ <constraint firstAttribute="trailing" secondItem="yJb-nY-FhD" secondAttribute="trailing" constant="60" id="wft-aR-rgZ"/>
1393
+ </constraints>
1394
+ </view>
1395
+ </subviews>
1396
+ <color key="backgroundColor" red="0.066666666669999999" green="0.1215686275" blue="0.43921568630000002" alpha="1" colorSpace="calibratedRGB"/>
1397
+ <constraints>
1398
+ <constraint firstItem="c86-ZQ-2Tq" firstAttribute="top" secondItem="HH1-Jz-M88" secondAttribute="bottom" id="33Y-Ll-9Ta"/>
1399
+ <constraint firstItem="UvN-Wy-9xu" firstAttribute="top" secondItem="AIp-ai-C2e" secondAttribute="bottom" id="HIc-hL-69y"/>
1400
+ <constraint firstItem="UvN-Wy-9xu" firstAttribute="leading" secondItem="bdZ-k1-yNA" secondAttribute="leading" id="TSB-xd-Hbm"/>
1401
+ <constraint firstItem="AIp-ai-C2e" firstAttribute="leading" secondItem="bdZ-k1-yNA" secondAttribute="leading" id="VSu-XL-6jq"/>
1402
+ <constraint firstAttribute="trailing" secondItem="AIp-ai-C2e" secondAttribute="trailing" id="aOP-M6-KO2"/>
1403
+ <constraint firstAttribute="trailing" secondItem="HH1-Jz-M88" secondAttribute="trailing" id="crK-ho-vG1"/>
1404
+ <constraint firstItem="HH1-Jz-M88" firstAttribute="top" secondItem="UvN-Wy-9xu" secondAttribute="bottom" id="dLO-mT-VCF"/>
1405
+ <constraint firstItem="HH1-Jz-M88" firstAttribute="leading" secondItem="bdZ-k1-yNA" secondAttribute="leading" id="ng9-E1-AaY"/>
1406
+ <constraint firstAttribute="trailing" secondItem="UvN-Wy-9xu" secondAttribute="trailing" id="twR-Vx-IVC"/>
1407
+ <constraint firstItem="AIp-ai-C2e" firstAttribute="top" secondItem="cKY-Kg-0Ii" secondAttribute="bottom" id="wbn-yj-vld"/>
1408
+ </constraints>
1409
+ </view>
1410
+ <connections>
1411
+ <outlet property="backButton" destination="ciV-QV-9mF" id="UE2-4P-SSe"/>
1412
+ <outlet property="gradientView" destination="bdZ-k1-yNA" id="mJ5-SF-myf"/>
1413
+ <outlet property="tableView" destination="HH1-Jz-M88" id="1oQ-jD-PAW"/>
1414
+ </connections>
1415
+ </viewController>
1416
+ <placeholder placeholderIdentifier="IBFirstResponder" id="chs-Ge-8jG" userLabel="First Responder" sceneMemberID="firstResponder"/>
1417
+ </objects>
1418
+ <point key="canvasLocation" x="3301.5999999999999" y="2834.9325337331338"/>
1419
+ </scene>
1420
+ <!--Navigation Controller-->
1421
+ <scene sceneID="xJd-fD-buo">
1422
+ <objects>
1423
+ <navigationController automaticallyAdjustsScrollViewInsets="NO" id="Scr-pG-Vf3" sceneMemberID="viewController">
1424
+ <toolbarItems/>
1425
+ <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="3HY-W4-v9s">
1426
+ <rect key="frame" x="0.0" y="20" width="375" height="44"/>
1427
+ <autoresizingMask key="autoresizingMask"/>
1428
+ </navigationBar>
1429
+ <nil name="viewControllers"/>
1430
+ <connections>
1431
+ <segue destination="1no-8o-jbn" kind="relationship" relationship="rootViewController" id="abM-aG-rFP"/>
1432
+ </connections>
1433
+ </navigationController>
1434
+ <placeholder placeholderIdentifier="IBFirstResponder" id="OCA-C4-7ds" userLabel="First Responder" sceneMemberID="firstResponder"/>
1435
+ </objects>
1436
+ <point key="canvasLocation" x="3303" y="2078"/>
1437
+ </scene>
1438
+ </scenes>
1439
+ <resources>
1440
+ <image name="Back" width="50" height="50"/>
1441
+ <image name="baggage" width="29" height="23"/>
1442
+ <image name="edit" width="35" height="35"/>
1443
+ <image name="group-2" width="30" height="25"/>
1444
+ <image name="icons8-delete" width="100" height="100"/>
1445
+ <image name="imageView:CwA-pU-e9P:image" width="20" height="20">
1446
+ <mutableData key="keyedArchiveRepresentation">
1447
+ YnBsaXN0MDDUAQIDBAUGVVZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK8QEgcI
1448
+ ExQZHh8jJCsuMTtDR0tPUlUkbnVsbNUJCgsMDQ4PEBESVk5TU2l6ZVYkY2xhc3NcTlNJbWFnZUZsYWdz
1449
+ Vk5TUmVwc1dOU0NvbG9ygAKAERIgwAAAgAOAC1h7MjAsIDIwfdIVChYYWk5TLm9iamVjdHOhF4AEgArS
1450
+ FQoaHaIbHIAFgAaACRAA0iAKISJfEBROU1RJRkZSZXByZXNlbnRhdGlvboAHgAhPEQlCTU0AKgAABkgA
1451
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1452
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1453
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1454
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACN
1455
+ mafOoau1zqCptc6gqrXOoKq1zqCptM6hq7XOmKKuzqOstc6nsLjOpq+4zqavuM6mr7jOpq+4zqavuM6m
1456
+ r7jOpq+4zqavuM6osLjOkZypzr/N3f/9////+vz5//n26//58uL/+vv4//7////P3Oz/usvk/8XU6//E
1457
+ 1Ov/xNTr/8TU6//E1Ov/xNTr/8TU6//E1Ov/xNTr/8bV6/+csc//usfX//b5+//w5Mv/7s6W/+3Mkv/v
1458
+ 3br/+fXq/7DC3f9wltP/faHb/3yg2/98oNv/fKDb/3yg2/98oNv/fKDb/3yg2/98oNv/faLc/1x/uf+6
1459
+ yNn/9O/i/+7Omv/iunb/4Lh3/+vGiP/37Nf/wtDk/5yz1f+lu9z/pbvb/6W72/+lu9v/pbvb/6W72/+l
1460
+ u9v/pbvb/6W72/+mvNz/hZ7D/7rI2P/08un/78+a/+K6d//ctXX/7siI//Xozf/J1OP/scPc/7vM4/+7
1461
+ y+P/u8vj/7vL4/+7y+P/u8vj/7vL4/+7y+P/u8vj/73M4/+Vqsn/usjY//X18P/w4MD/68mO/+vFiP/v
1462
+ 2K7/+vjx/7DC3v9wltP/faLc/3yh2/98odv/fKHb/3yh2/98odv/fKHb/3yh2/98odv/fqLd/1x/uf+/
1463
+ y9r//f////n7+f/47dX/+e7a//n05///////yNXm/6G21v+swN3/rL/d/6y/3f+sv93/rL/d/6y/3f+s
1464
+ v93/rL/d/6y/3f+twd3/i6LG/4afxP+mu9r/pLra/6W52f+lutr/pLra/6a72v+Zr9H/p7vZ/6zA3f+s
1465
+ v93/rL/d/6y/3f+sv93/rL/d/6y/3f+sv93/rL/d/63B3f+Losb/XH+5/36i3f98odv/fKHc/3yh3P98
1466
+ odv/fKHb/36i3P99odz/fKHb/3yh2/98odv/fKHb/3yh2/98odv/fKHb/3yh2/98odv/fqLd/1x/uf+V
1467
+ qsn/vczj/7vL4/+7y+P/u8vj/7vL4/+7y+P/u8vj/7vL4/+7y+P/u8vj/7vL4/+7y+P/u8vj/7vL4/+7
1468
+ y+P/u8vj/7vL4/+9zOP/larJ/4Wew/+mvNz/pbvb/6W72/+lu9v/pbvb/6W72/+lu9v/pbvb/6W72/+l
1469
+ u9v/pbvb/6W72/+lu9v/pbvb/6W72/+lu9v/pbvb/6a83P+FnsP/XH+5/32i3P98oNv/fKDb/3yg2/98
1470
+ oNv/fKDb/3yg2/98oNv/fKDb/3yg2/98oNv/fKDb/3yg2/98oNv/fKDb/3yg2/98oNv/faLc/1x/uf+c
1471
+ sc//xtXr/8TU6//E1Ov/xNTr/8TU6//E1Ov/xNTr/8TU6//E1Ov/xNTr/8TU6//E1Ov/xNTr/8TU6//E
1472
+ 1Ov/xNTr/8TU6//G1ev/nLHP/5Gcqc6osLjOpq+4zqavuM6mr7jOpq+4zqavuM6mr7jOpq+4zqavuM6m
1473
+ r7jOpq+4zqavuM6mr7jOpq+4zqavuM6mr7jOpq+4zqiwuM6RnKnOAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1474
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1475
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1476
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1477
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABABAAADAAAAAQAUAAABAQADAAAA
1478
+ AQAUAAABAgADAAAABAAABw4BAwADAAAAAQABAAABBgADAAAAAQACAAABCgADAAAAAQABAAABEQAEAAAA
1479
+ AQAAAAgBEgADAAAAAQABAAABFQADAAAAAQAEAAABFgADAAAAAQAUAAABFwAEAAAAAQAABkABHAADAAAA
1480
+ AQABAAABKAADAAAAAQACAAABUgADAAAAAQABAAABUwADAAAABAAABxaHcwAHAAACJAAABx4AAAAAAAgA
1481
+ CAAIAAgAAQABAAEAAQAAAiRhcHBsBAAAAG1udHJSR0IgWFlaIAfhAAcABwANABYAIGFjc3BBUFBMAAAA
1482
+ AEFQUEwAAAAAAAAAAAAAAAAAAAAAAAD21gABAAAAANMtYXBwbMoalYIlfxBNOJkT1dHqFYIAAAAAAAAA
1483
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmRlc2MAAAD8AAAAZWNwcnQAAAFkAAAAI3d0cHQAAAGIAAAA
1484
+ FHJYWVoAAAGcAAAAFGdYWVoAAAGwAAAAFGJYWVoAAAHEAAAAFHJUUkMAAAHYAAAAIGNoYWQAAAH4AAAA
1485
+ LGJUUkMAAAHYAAAAIGdUUkMAAAHYAAAAIGRlc2MAAAAAAAAAC0Rpc3BsYXkgUDMAAAAAAAAAAAAAAAAA
1486
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1487
+ AAAAAAAAAAAAdGV4dAAAAABDb3B5cmlnaHQgQXBwbGUgSW5jLiwgMjAxNwAAWFlaIAAAAAAAAPNRAAEA
1488
+ AAABFsxYWVogAAAAAAAAg98AAD2/////u1hZWiAAAAAAAABKvwAAsTcAAAq5WFlaIAAAAAAAACg4AAAR
1489
+ CwAAyLlwYXJhAAAAAAADAAAAAmZmAADypwAADVkAABPQAAAKW3NmMzIAAAAAAAEMQgAABd7///MmAAAH
1490
+ kwAA/ZD///ui///9owAAA9wAAMBu0iUmJyhaJGNsYXNzbmFtZVgkY2xhc3Nlc18QEE5TQml0bWFwSW1h
1491
+ Z2VSZXCjJykqWk5TSW1hZ2VSZXBYTlNPYmplY3TSJSYsLVdOU0FycmF5oiwq0iUmLzBeTlNNdXRhYmxl
1492
+ QXJyYXmjLywq1TIzNDUKNjc4OTpXTlNXaGl0ZVxOU0NvbXBvbmVudHNcTlNDb2xvclNwYWNlXxASTlND
1493
+ dXN0b21Db2xvclNwYWNlRDAgMABDMCAwEAOADIAQ1Dw9Pgo/QEFCVE5TSURVTlNJQ0NXTlNNb2RlbBAJ
1494
+ gA0QAIAP0kQKRUZXTlMuZGF0YU8REWgAABFoYXBwbAIAAABtbnRyR1JBWVhZWiAH3AAIABcADwAuAA9h
1495
+ Y3NwQVBQTAAAAABub25lAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAA
1496
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVkZXNjAAAAwAAAAHlkc2NtAAABPAAAB+hj
1497
+ cHJ0AAAJJAAAACN3dHB0AAAJSAAAABRrVFJDAAAJXAAACAxkZXNjAAAAAAAAAB9HZW5lcmljIEdyYXkg
1498
+ R2FtbWEgMi4yIFByb2ZpbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1499
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbWx1YwAAAAAAAAAfAAAADHNrU0sA
1500
+ AAAuAAABhGRhREsAAAA4AAABsmNhRVMAAAA4AAAB6nZpVk4AAABAAAACInB0QlIAAABKAAACYnVrVUEA
1501
+ AAAsAAACrGZyRlUAAAA+AAAC2Gh1SFUAAAA0AAADFnpoVFcAAAAeAAADSm5iTk8AAAA6AAADaGNzQ1oA
1502
+ AAAoAAADomhlSUwAAAAkAAADyml0SVQAAABOAAAD7nJvUk8AAAAqAAAEPGRlREUAAABOAAAEZmtvS1IA
1503
+ AAAiAAAEtHN2U0UAAAA4AAABsnpoQ04AAAAeAAAE1mphSlAAAAAmAAAE9GVsR1IAAAAqAAAFGnB0UE8A
1504
+ AABSAAAFRG5sTkwAAABAAAAFlmVzRVMAAABMAAAF1nRoVEgAAAAyAAAGInRyVFIAAAAkAAAGVGZpRkkA
1505
+ AABGAAAGeGhySFIAAAA+AAAGvnBsUEwAAABKAAAG/HJ1UlUAAAA6AAAHRmVuVVMAAAA8AAAHgGFyRUcA
1506
+ AAAsAAAHvABWAWEAZQBvAGIAZQBjAG4A4QAgAHMAaQB2AOEAIABnAGEAbQBhACAAMgAsADIARwBlAG4A
1507
+ ZQByAGkAcwBrACAAZwByAOUAIAAyACwAMgAgAGcAYQBtAG0AYQBwAHIAbwBmAGkAbABHAGEAbQBtAGEA
1508
+ IABkAGUAIABnAHIAaQBzAG8AcwAgAGcAZQBuAOgAcgBpAGMAYQAgADIALgAyAEMepQB1ACAAaADsAG4A
1509
+ aAAgAE0A4AB1ACAAeADhAG0AIABDAGgAdQBuAGcAIABHAGEAbQBtAGEAIAAyAC4AMgBQAGUAcgBmAGkA
1510
+ bAAgAEcAZQBuAOkAcgBpAGMAbwAgAGQAYQAgAEcAYQBtAGEAIABkAGUAIABDAGkAbgB6AGEAcwAgADIA
1511
+ LAAyBBcEMAQzBDAEOwRMBD0EMAAgAEcAcgBhAHkALQQzBDAEPAQwACAAMgAuADIAUAByAG8AZgBpAGwA
1512
+ IABnAOkAbgDpAHIAaQBxAHUAZQAgAGcAcgBpAHMAIABnAGEAbQBtAGEAIAAyACwAMgDBAGwAdABhAGwA
1513
+ 4QBuAG8AcwAgAHMAegD8AHIAawBlACAAZwBhAG0AbQBhACAAMgAuADKQGnUocHCWjlFJXqYAIAAyAC4A
1514
+ MgAggnJfaWPPj/AARwBlAG4AZQByAGkAcwBrACAAZwByAOUAIABnAGEAbQBtAGEAIAAyACwAMgAtAHAA
1515
+ cgBvAGYAaQBsAE8AYgBlAGMAbgDhACABYQBlAGQA4QAgAGcAYQBtAGEAIAAyAC4AMgXSBdAF3gXUACAF
1516
+ 0AXkBdUF6AAgBdsF3AXcBdkAIAAyAC4AMgBQAHIAbwBmAGkAbABvACAAZwByAGkAZwBpAG8AIABnAGUA
1517
+ bgBlAHIAaQBjAG8AIABkAGUAbABsAGEAIABnAGEAbQBtAGEAIAAyACwAMgBHAGEAbQBhACAAZwByAGkA
1518
+ IABnAGUAbgBlAHIAaQBjAQMAIAAyACwAMgBBAGwAbABnAGUAbQBlAGkAbgBlAHMAIABHAHIAYQB1AHMA
1519
+ dAB1AGYAZQBuAC0AUAByAG8AZgBpAGwAIABHAGEAbQBtAGEAIAAyACwAMsd8vBgAINaMwMkAIKwQucgA
1520
+ IAAyAC4AMgAg1QS4XNMMx3xmbpAacHBepnz7ZXAAIAAyAC4AMgAgY8+P8GWHTvZOAIIsMLAw7DCkMKww
1521
+ 8zDeACAAMgAuADIAIDDXMO0w1TChMKQw6wOTA7UDvQO5A7oDzAAgA5MDugPBA7kAIAOTA6wDvAO8A7EA
1522
+ IAAyAC4AMgBQAGUAcgBmAGkAbAAgAGcAZQBuAOkAcgBpAGMAbwAgAGQAZQAgAGMAaQBuAHoAZQBuAHQA
1523
+ bwBzACAAZABhACAARwBhAG0AbQBhACAAMgAsADIAQQBsAGcAZQBtAGUAZQBuACAAZwByAGkAagBzACAA
1524
+ ZwBhAG0AbQBhACAAMgAsADIALQBwAHIAbwBmAGkAZQBsAFAAZQByAGYAaQBsACAAZwBlAG4A6QByAGkA
1525
+ YwBvACAAZABlACAAZwBhAG0AbQBhACAAZABlACAAZwByAGkAcwBlAHMAIAAyACwAMg4jDjEOBw4qDjUO
1526
+ QQ4BDiEOIQ4yDkAOAQ4jDiIOTA4XDjEOSA4nDkQOGwAgADIALgAyAEcAZQBuAGUAbAAgAEcAcgBpACAA
1527
+ RwBhAG0AYQAgADIALAAyAFkAbABlAGkAbgBlAG4AIABoAGEAcgBtAGEAYQBuACAAZwBhAG0AbQBhACAA
1528
+ MgAsADIAIAAtAHAAcgBvAGYAaQBpAGwAaQBHAGUAbgBlAHIAaQENAGsAaQAgAEcAcgBhAHkAIABHAGEA
1529
+ bQBtAGEAIAAyAC4AMgAgAHAAcgBvAGYAaQBsAFUAbgBpAHcAZQByAHMAYQBsAG4AeQAgAHAAcgBvAGYA
1530
+ aQBsACAAcwB6AGEAcgBvAVsAYwBpACAAZwBhAG0AbQBhACAAMgAsADIEHgQxBEkEMARPACAEQQQ1BEAE
1531
+ MARPACAEMwQwBDwEPAQwACAAMgAsADIALQQ/BEAEPgREBDgEOwRMAEcAZQBuAGUAcgBpAGMAIABHAHIA
1532
+ YQB5ACAARwBhAG0AbQBhACAAMgAuADIAIABQAHIAbwBmAGkAbABlBjoGJwZFBicAIAAyAC4AMgAgBkQG
1533
+ SAZGACAGMQZFBicGLwZKACAGOQYnBkV0ZXh0AAAAAENvcHlyaWdodCBBcHBsZSBJbmMuLCAyMDEyAABY
1534
+ WVogAAAAAAAA81EAAQAAAAEWzGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMAKAAtADIANwA7AEAA
1535
+ RQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCyALcAvADBAMYAywDQANUA
1536
+ 2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIBWQFgAWcBbgF1AXwBgwGLAZIB
1537
+ mgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4AkECSwJUAl0CZwJxAnoChAKOApgC
1538
+ ogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oDZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD
1539
+ +QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATTBOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYF
1540
+ pgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowGnQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kH
1541
+ rAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiqCL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsK
1542
+ EQonCj0KVApqCoEKmAquCsUK3ArzCwsLIgs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM
1543
+ 2QzzDQ0NJg1ADVoNdA2ODakNww3eDfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQ
1544
+ CRAmEEMQYRB+EJsQuRDXEPURExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MT
1545
+ pBPFE+UUBhQnFEkUahSLFK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kX
1546
+ rhfSF/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIc
1547
+ KhxSHHscoxzMHPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAh
1548
+ HCFIIXUhoSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcm
1549
+ hya3JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDks
1550
+ biyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJjMpsy
1551
+ 1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5BTlCOX85
1552
+ vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/iQCNAZECmQOdB
1553
+ KUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVHe0fASAVIS0iRSNdJ
1554
+ HUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9JT5NP3VAnUHFQu1EGUVBR
1555
+ m1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX4FgvWH1Yy1kaWWlZuFoHWlZa
1556
+ plr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2CqYPxhT2GiYfViSWKcYvBjQ2OXY+tk
1557
+ QGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFqSGqfavdrT2una/9sV2yvbQhtYG25bhJu
1558
+ a27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQUdHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5
1559
+ KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2E
1560
+ gITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZif6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQ
1561
+ bpDWkT+RqJIRknqS45NNk7aUIJSKlPSVX5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc
1562
+ 951kndKeQJ6unx2fi5/6oGmg2KFHobaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamq
1563
+ HKqPqwKrdavprFys0K1ErbiuLa6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i3
1564
+ 4LhZuNG5SrnCuju6tbsuu6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjG
1565
+ RsbDx0HHv8g9yLzJOsm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvV
1566
+ TtXR1lXW2Ndc1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk
1567
+ /OWE5g3mlucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1
1568
+ UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf//gA7SJSZISV1OU011dGFibGVEYXRh
1569
+ o0hKKlZOU0RhdGHSJSZMTVxOU0NvbG9yU3BhY2WiTipcTlNDb2xvclNwYWNl0iUmUFFXTlNDb2xvcqJQ
1570
+ KtIlJlNUV05TSW1hZ2WiUypfEA9OU0tleWVkQXJjaGl2ZXLRV1hUcm9vdIABAAgAEQAaACMALQAyADcA
1571
+ TABSAF0AZABrAHgAfwCHAIkAiwCQAJIAlACdAKIArQCvALEAswC4ALsAvQC/AMEAwwDIAN8A4QDjCikK
1572
+ Lgo5CkIKVQpZCmQKbQpyCnoKfQqCCpEKlQqgCqgKtQrCCtcK3ArgCuIK5ArmCu8K9Ar6CwILBAsGCwgL
1573
+ CgsPCxccgxyFHIocmBycHKMcqBy1HLgcxRzKHNIc1RzaHOIc5Rz3HPoc/wAAAAAAAAIBAAAAAAAAAFkA
1574
+ AAAAAAAAAAAAAAAAAB0BA
1575
+ </mutableData>
1576
+ </image>
1577
+ <image name="imageView:FLS-WT-Zy0:image" width="50" height="50">
1578
+ <mutableData key="keyedArchiveRepresentation">
1579
+ YnBsaXN0MDDUAQIDBAUGVVZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK8QEgcI
1580
+ ExQZHh8jJCsuMTtDR0tPUlUkbnVsbNUJCgsMDQ4PEBESVk5TU2l6ZVYkY2xhc3NcTlNJbWFnZUZsYWdz
1581
+ Vk5TUmVwc1dOU0NvbG9ygAKAERIgwAAAgAOAC1h7NTAsIDUwfdIVChYYWk5TLm9iamVjdHOhF4AEgArS
1582
+ FQoaHaIbHIAFgAaACRAA0iAKISJfEBROU1RJRkZSZXByZXNlbnRhdGlvboAHgAhPESoSTU0AKgAAJxgA
1583
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1584
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQ0NDYKCgoLp6enp6Ojo6IGBgYENDQ0NAAAAAAAAAAAA
1585
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1586
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1587
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQUFBS7u7u7////////////
1588
+ /////////7q6uroTExMTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1589
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1590
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1591
+ AAAAhISEhP/////T09PTV1dXV1dXV1fU1NTU/////4ODg4MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1592
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1593
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1594
+ AAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfX19fX/Pz8/Dk5OTkAAAAAAAAAADo6Ojr8/Pz81tbW1gcHBwcA
1595
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1596
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1597
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQUFBeHh4eH4+Pj4GRkZGQAAAAAA
1598
+ AAAAGhoaGvj4+Pjg4ODgBQUFBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1599
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1600
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAp
1601
+ KSkp0dHR0f////+Pj4+PDAwMDAwMDAyRkZGR/////9HR0dEpKSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1602
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1603
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1604
+ AAAAAAAAAAAAAAA+Pj4+q6urq/Dw8PD////////////////Z2dnZ2dnZ2f////////////////Dw8PCq
1605
+ qqqqPT09PQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1606
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1607
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASEhISlZWVlfv7+/v/////6urq6qenp6d/f39/xcXFxf//////
1608
+ ////wsLCwnl5eXmlpaWl5eXl5f/////7+/v7k5OTkxEREREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1609
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1610
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHBwcHMLCwsL/////6enp6Xh4eHgc
1611
+ HBwcAAAAAAAAAAAJCQkJKioqKioqKioICAgIAAAAAAAAAAAZGRkZdHR0dOfn5+f/////wcHBwRsbGxsA
1612
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1613
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABISEhLF
1614
+ xcXF/////8DAwMAqKioqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1615
+ AAAAJycnJ7+/v7//////wsLCwhAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1616
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1617
+ AAAAAAAAAAAAAAABAQEBm5ubm//////BwcHBFBQUFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1618
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEhISEry8vLz/////lpaWlgEBAQEAAAAAAAAAAAAAAAAA
1619
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1620
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEZGRkb8/Pz85OTk5CIiIiIAAAAAAAAAAAAAAAAA
1621
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHx8fH+Pj4+P7
1622
+ +/v7QkJCQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1623
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICt7e3t/////9t
1624
+ bW1tAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1625
+ AAAAAAAAAAAAAAAAAAAAbm5ubv////+0tLS0AQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1626
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1627
+ AAAAAAAAAC0tLS329vb24ODg4BISEhIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1628
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATExMT4eHh4fb29vYsLCwsAAAAAAAAAAAA
1629
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1630
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAampqav////+ampqaAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1631
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACc
1632
+ nJyc/////2lpaWkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1633
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAChoaGh/////19fX18A
1634
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1635
+ AAAAAAAAAAAAAAAAAAAAAAAAAGFhYWH/////n5+fnwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1636
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1637
+ AAAAAAAAAMTExMT/////OTk5OQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1638
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOjo6Ov/////CwsLCAAAAAAAAAAAA
1639
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1640
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1dXV1f////8mJiYmAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1641
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAo
1642
+ KCgo/////9TU1NQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1643
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBATb29vb/v7+/iEhISEA
1644
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1645
+ AAAAAAAAAAAAAAAAAAAAAAAAACEhISH+/v7+29vb2wMDAwMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1646
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1647
+ AAAACQkJCd/f39/4+Pj4Hh4eHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1648
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHh4eHvj4+Pjf39/fCQkJCQAAAAAA
1649
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1650
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPDw8P4+Pj4/Hx8fEbGxsbAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1651
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb
1652
+ Gxsb8vLy8uPj4+MPDw8PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1653
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4eHh7t7e3t4uLi4hQUFBQA
1654
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1655
+ AAAAAAAAAAAAAAAAAAAAAAAAABQUFBTj4+Pj7Ozs7B0dHR0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1656
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1657
+ AAAAMTExMfr6+vrOzs7OCgoKCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1658
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgoKCs/Pz8/5+fn5MDAwMAAAAAAA
1659
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1660
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABISEhI/////7e3t7cBAQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1661
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC
1662
+ AgICuLi4uP////9ISEhIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1663
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHBwcHD/////kJCQkAAAAAAA
1664
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1665
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAACRkZGR/////29vb28AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1666
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1667
+ AAAAqampqf////9eXl5eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1668
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF9fX1//////qKioqAAAAAAA
1669
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1670
+ AAAAAAAAAAAAAAAAAAAAAAAAABERERHj4+Pj9/f39yUlJSUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1671
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1672
+ AAAAJSUlJff39/fj4+PjEREREQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1673
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUFBQUP/////ExMTEBgYGBgAAAAAA
1674
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1675
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYGxMTExP////9PT09PAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1676
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQG1
1677
+ tbW1/////25ubm4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1678
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwcHBw/////7S0tLQB
1679
+ AQEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1680
+ AAAAAAAAAAAAAAAAAAAAS0tLS/r6+vrk5OTkGRkZGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1681
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1682
+ AAAAAAAAABoaGhrm5ubm+vr6+klJSUkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1683
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUVFRXT09PT/////3R0dHQAAAAAAAAAAAAAAAAA
1684
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1685
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHZ2dnb/////0tLS0hUVFRUAAAAAAAAAAAAAAAAA
1686
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODg4Or6+vr//////B
1687
+ wcHBCwsLCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1688
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwsLC8LCwsL/
1689
+ ////r6+vrw4ODg4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1690
+ AAAAIiIiIrm5ubn/////3d3d3SgoKCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1691
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1692
+ AAAAAAAAAAAAAAAAAAAAKCgoKN3d3d3/////ubm5uSIiIiIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1693
+ AAAAAAAAAAAAAAAAAAAAAAAAAEhISEjf39/f/////9bW1tYvLy8vAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1694
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1695
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALy8vL9bW1tb/////39/f30dHR0cA
1696
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABERERE8vLy8v////+1tbW1Hx8fHwAAAAAA
1697
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1698
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1699
+ AAAAHx8fH7W1tbX/////8vLy8kREREQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALe3t7f/
1700
+ ////jo6OjggICAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1701
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1702
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICI+Pj4//////tra2tgAAAAAAAAAAAAAAAAAAAAAA
1703
+ AAAAAAAAAAAAAAAAAAAAtra2tv////9eXl5eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1704
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1705
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXl5eXv////+1
1706
+ tbW1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABXV1dX/////+3t7e1sbGxsEREREQAAAAAA
1707
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1708
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1709
+ AAAAEREREW1tbW3t7e3t/////1dXV1cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBASI
1710
+ iIiI///////////Z2dnZjo6OjklJSUkiIiIiEBAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1711
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1712
+ AAAAAAAAABAQEBAiIiIiSUlJSY6Ojo7Z2dnZ//////////+IiIiIBAQEBAAAAAAAAAAAAAAAAAAAAAAA
1713
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWVlZWyMjIyP////////////////j4+PjZ2dnZubm5uaCgoKCK
1714
+ ioqKc3Nzc19fX19TU1NTSEhISD09PT0zMzMzMjIyMisrKysrKysrKysrKysrKysyMjIyMzMzMz09PT1I
1715
+ SEhIU1NTU19fX19zc3NzioqKiqCgoKC6urq62dnZ2fj4+Pj////////////////Hx8fHVVVVVQAAAAAA
1716
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBQUFPT09PXt7e3u8
1717
+ vLy839/f3/b29vb/////////////////////////////////////////////////////////////////
1718
+ ///////////////////////////////////////////////////////////////29vb239/f37y8vLx7
1719
+ e3t7PDw8PAUFBQUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1720
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQLi4uLkRERERYWFhYbGxsbH5+fn6QkJCQoaGhodzc3Nz/
1721
+ ////5ubm5sjIyMjOzs7O0NDQ0NDQ0NDOzs7OyMjIyOfn5+f/////3Nzc3KGhoaGQkJCQfn5+fmxsbGxY
1722
+ WFhYRERERC4uLi4QEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1723
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1724
+ AAAAAAAAAAAAAAAAAAAAuLi4uP////9UVFRUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU1NTU/////+3
1725
+ t7e3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1726
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1727
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcHBwfg4ODg+vr6+h8fHx8AAAAAAAAAAAAAAAAA
1728
+ AAAAAAAAAAAAAAAbGxsb+vr6+t/f398HBwcHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1729
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1730
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgYGBtjY2Nj8
1731
+ /Pz8JycnJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACkpKSn8/Pz819fX1wUFBQUAAAAAAAAAAAAAAAAA
1732
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1733
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1734
+ AAAAAAAAAAAAAAABAQEBpKSkpP////92dnZ2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeXl5ef////+j
1735
+ o6OjAQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1736
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1737
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRkZG/v7+/urq6uo/Pz8/AAAAAAAAAAAA
1738
+ AAAAAAAAAEBAQEDq6urq/v7+/kVFRUUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1739
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1740
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgKU
1741
+ lJSU//////Hx8fGOjo6OSEhISEhISEiPj4+P8vLy8v////+UlJSUAgICAgAAAAAAAAAAAAAAAAAAAAAA
1742
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1743
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1744
+ AAAAAAAAAAAAAAAAAAAAAAAAAAkJCQmLi4uL9PT09P/////////////////////09PT0i4uLiwkJCQkA
1745
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1746
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1747
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMzMzqKioqPLy8vLy
1748
+ 8vLyp6enpzMzMzMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1749
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABABAAADAAAAAQAyAAABAQADAAAA
1750
+ AQAyAAABAgADAAAABAAAJ94BAwADAAAAAQABAAABBgADAAAAAQACAAABCgADAAAAAQABAAABEQAEAAAA
1751
+ AQAAAAgBEgADAAAAAQABAAABFQADAAAAAQAEAAABFgADAAAAAQAyAAABFwAEAAAAAQAAJxABHAADAAAA
1752
+ AQABAAABKAADAAAAAQACAAABUgADAAAAAQABAAABUwADAAAABAAAJ+aHcwAHAAACJAAAJ+4AAAAAAAgA
1753
+ CAAIAAgAAQABAAEAAQAAAiRhcHBsBAAAAG1udHJSR0IgWFlaIAfhAAcABwANABYAIGFjc3BBUFBMAAAA
1754
+ AEFQUEwAAAAAAAAAAAAAAAAAAAAAAAD21gABAAAAANMtYXBwbMoalYIlfxBNOJkT1dHqFYIAAAAAAAAA
1755
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmRlc2MAAAD8AAAAZWNwcnQAAAFkAAAAI3d0cHQAAAGIAAAA
1756
+ FHJYWVoAAAGcAAAAFGdYWVoAAAGwAAAAFGJYWVoAAAHEAAAAFHJUUkMAAAHYAAAAIGNoYWQAAAH4AAAA
1757
+ LGJUUkMAAAHYAAAAIGdUUkMAAAHYAAAAIGRlc2MAAAAAAAAAC0Rpc3BsYXkgUDMAAAAAAAAAAAAAAAAA
1758
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1759
+ AAAAAAAAAAAAdGV4dAAAAABDb3B5cmlnaHQgQXBwbGUgSW5jLiwgMjAxNwAAWFlaIAAAAAAAAPNRAAEA
1760
+ AAABFsxYWVogAAAAAAAAg98AAD2/////u1hZWiAAAAAAAABKvwAAsTcAAAq5WFlaIAAAAAAAACg4AAAR
1761
+ CwAAyLlwYXJhAAAAAAADAAAAAmZmAADypwAADVkAABPQAAAKW3NmMzIAAAAAAAEMQgAABd7///MmAAAH
1762
+ kwAA/ZD///ui///9owAAA9wAAMBu0iUmJyhaJGNsYXNzbmFtZVgkY2xhc3Nlc18QEE5TQml0bWFwSW1h
1763
+ Z2VSZXCjJykqWk5TSW1hZ2VSZXBYTlNPYmplY3TSJSYsLVdOU0FycmF5oiwq0iUmLzBeTlNNdXRhYmxl
1764
+ QXJyYXmjLywq1TIzNDUKNjc4OTpXTlNXaGl0ZVxOU0NvbXBvbmVudHNcTlNDb2xvclNwYWNlXxASTlND
1765
+ dXN0b21Db2xvclNwYWNlRDAgMABDMCAwEAOADIAQ1Dw9Pgo/QEFCVE5TSURVTlNJQ0NXTlNNb2RlbBAJ
1766
+ gA0QAIAP0kQKRUZXTlMuZGF0YU8REWgAABFoYXBwbAIAAABtbnRyR1JBWVhZWiAH3AAIABcADwAuAA9h
1767
+ Y3NwQVBQTAAAAABub25lAAAAAAAAAAAAAAAAAAAAAAAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAA
1768
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVkZXNjAAAAwAAAAHlkc2NtAAABPAAAB+hj
1769
+ cHJ0AAAJJAAAACN3dHB0AAAJSAAAABRrVFJDAAAJXAAACAxkZXNjAAAAAAAAAB9HZW5lcmljIEdyYXkg
1770
+ R2FtbWEgMi4yIFByb2ZpbGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1771
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbWx1YwAAAAAAAAAfAAAADHNrU0sA
1772
+ AAAuAAABhGRhREsAAAA4AAABsmNhRVMAAAA4AAAB6nZpVk4AAABAAAACInB0QlIAAABKAAACYnVrVUEA
1773
+ AAAsAAACrGZyRlUAAAA+AAAC2Gh1SFUAAAA0AAADFnpoVFcAAAAeAAADSm5iTk8AAAA6AAADaGNzQ1oA
1774
+ AAAoAAADomhlSUwAAAAkAAADyml0SVQAAABOAAAD7nJvUk8AAAAqAAAEPGRlREUAAABOAAAEZmtvS1IA
1775
+ AAAiAAAEtHN2U0UAAAA4AAABsnpoQ04AAAAeAAAE1mphSlAAAAAmAAAE9GVsR1IAAAAqAAAFGnB0UE8A
1776
+ AABSAAAFRG5sTkwAAABAAAAFlmVzRVMAAABMAAAF1nRoVEgAAAAyAAAGInRyVFIAAAAkAAAGVGZpRkkA
1777
+ AABGAAAGeGhySFIAAAA+AAAGvnBsUEwAAABKAAAG/HJ1UlUAAAA6AAAHRmVuVVMAAAA8AAAHgGFyRUcA
1778
+ AAAsAAAHvABWAWEAZQBvAGIAZQBjAG4A4QAgAHMAaQB2AOEAIABnAGEAbQBhACAAMgAsADIARwBlAG4A
1779
+ ZQByAGkAcwBrACAAZwByAOUAIAAyACwAMgAgAGcAYQBtAG0AYQBwAHIAbwBmAGkAbABHAGEAbQBtAGEA
1780
+ IABkAGUAIABnAHIAaQBzAG8AcwAgAGcAZQBuAOgAcgBpAGMAYQAgADIALgAyAEMepQB1ACAAaADsAG4A
1781
+ aAAgAE0A4AB1ACAAeADhAG0AIABDAGgAdQBuAGcAIABHAGEAbQBtAGEAIAAyAC4AMgBQAGUAcgBmAGkA
1782
+ bAAgAEcAZQBuAOkAcgBpAGMAbwAgAGQAYQAgAEcAYQBtAGEAIABkAGUAIABDAGkAbgB6AGEAcwAgADIA
1783
+ LAAyBBcEMAQzBDAEOwRMBD0EMAAgAEcAcgBhAHkALQQzBDAEPAQwACAAMgAuADIAUAByAG8AZgBpAGwA
1784
+ IABnAOkAbgDpAHIAaQBxAHUAZQAgAGcAcgBpAHMAIABnAGEAbQBtAGEAIAAyACwAMgDBAGwAdABhAGwA
1785
+ 4QBuAG8AcwAgAHMAegD8AHIAawBlACAAZwBhAG0AbQBhACAAMgAuADKQGnUocHCWjlFJXqYAIAAyAC4A
1786
+ MgAggnJfaWPPj/AARwBlAG4AZQByAGkAcwBrACAAZwByAOUAIABnAGEAbQBtAGEAIAAyACwAMgAtAHAA
1787
+ cgBvAGYAaQBsAE8AYgBlAGMAbgDhACABYQBlAGQA4QAgAGcAYQBtAGEAIAAyAC4AMgXSBdAF3gXUACAF
1788
+ 0AXkBdUF6AAgBdsF3AXcBdkAIAAyAC4AMgBQAHIAbwBmAGkAbABvACAAZwByAGkAZwBpAG8AIABnAGUA
1789
+ bgBlAHIAaQBjAG8AIABkAGUAbABsAGEAIABnAGEAbQBtAGEAIAAyACwAMgBHAGEAbQBhACAAZwByAGkA
1790
+ IABnAGUAbgBlAHIAaQBjAQMAIAAyACwAMgBBAGwAbABnAGUAbQBlAGkAbgBlAHMAIABHAHIAYQB1AHMA
1791
+ dAB1AGYAZQBuAC0AUAByAG8AZgBpAGwAIABHAGEAbQBtAGEAIAAyACwAMsd8vBgAINaMwMkAIKwQucgA
1792
+ IAAyAC4AMgAg1QS4XNMMx3xmbpAacHBepnz7ZXAAIAAyAC4AMgAgY8+P8GWHTvZOAIIsMLAw7DCkMKww
1793
+ 8zDeACAAMgAuADIAIDDXMO0w1TChMKQw6wOTA7UDvQO5A7oDzAAgA5MDugPBA7kAIAOTA6wDvAO8A7EA
1794
+ IAAyAC4AMgBQAGUAcgBmAGkAbAAgAGcAZQBuAOkAcgBpAGMAbwAgAGQAZQAgAGMAaQBuAHoAZQBuAHQA
1795
+ bwBzACAAZABhACAARwBhAG0AbQBhACAAMgAsADIAQQBsAGcAZQBtAGUAZQBuACAAZwByAGkAagBzACAA
1796
+ ZwBhAG0AbQBhACAAMgAsADIALQBwAHIAbwBmAGkAZQBsAFAAZQByAGYAaQBsACAAZwBlAG4A6QByAGkA
1797
+ YwBvACAAZABlACAAZwBhAG0AbQBhACAAZABlACAAZwByAGkAcwBlAHMAIAAyACwAMg4jDjEOBw4qDjUO
1798
+ QQ4BDiEOIQ4yDkAOAQ4jDiIOTA4XDjEOSA4nDkQOGwAgADIALgAyAEcAZQBuAGUAbAAgAEcAcgBpACAA
1799
+ RwBhAG0AYQAgADIALAAyAFkAbABlAGkAbgBlAG4AIABoAGEAcgBtAGEAYQBuACAAZwBhAG0AbQBhACAA
1800
+ MgAsADIAIAAtAHAAcgBvAGYAaQBpAGwAaQBHAGUAbgBlAHIAaQENAGsAaQAgAEcAcgBhAHkAIABHAGEA
1801
+ bQBtAGEAIAAyAC4AMgAgAHAAcgBvAGYAaQBsAFUAbgBpAHcAZQByAHMAYQBsAG4AeQAgAHAAcgBvAGYA
1802
+ aQBsACAAcwB6AGEAcgBvAVsAYwBpACAAZwBhAG0AbQBhACAAMgAsADIEHgQxBEkEMARPACAEQQQ1BEAE
1803
+ MARPACAEMwQwBDwEPAQwACAAMgAsADIALQQ/BEAEPgREBDgEOwRMAEcAZQBuAGUAcgBpAGMAIABHAHIA
1804
+ YQB5ACAARwBhAG0AbQBhACAAMgAuADIAIABQAHIAbwBmAGkAbABlBjoGJwZFBicAIAAyAC4AMgAgBkQG
1805
+ SAZGACAGMQZFBicGLwZKACAGOQYnBkV0ZXh0AAAAAENvcHlyaWdodCBBcHBsZSBJbmMuLCAyMDEyAABY
1806
+ WVogAAAAAAAA81EAAQAAAAEWzGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMAKAAtADIANwA7AEAA
1807
+ RQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCyALcAvADBAMYAywDQANUA
1808
+ 2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIBWQFgAWcBbgF1AXwBgwGLAZIB
1809
+ mgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4AkECSwJUAl0CZwJxAnoChAKOApgC
1810
+ ogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oDZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD
1811
+ +QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATTBOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYF
1812
+ pgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowGnQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kH
1813
+ rAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiqCL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsK
1814
+ EQonCj0KVApqCoEKmAquCsUK3ArzCwsLIgs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM
1815
+ 2QzzDQ0NJg1ADVoNdA2ODakNww3eDfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQ
1816
+ CRAmEEMQYRB+EJsQuRDXEPURExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MT
1817
+ pBPFE+UUBhQnFEkUahSLFK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kX
1818
+ rhfSF/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIc
1819
+ KhxSHHscoxzMHPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAh
1820
+ HCFIIXUhoSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcm
1821
+ hya3JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDks
1822
+ biyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJjMpsy
1823
+ 1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5BTlCOX85
1824
+ vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/iQCNAZECmQOdB
1825
+ KUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVHe0fASAVIS0iRSNdJ
1826
+ HUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9JT5NP3VAnUHFQu1EGUVBR
1827
+ m1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX4FgvWH1Yy1kaWWlZuFoHWlZa
1828
+ plr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2CqYPxhT2GiYfViSWKcYvBjQ2OXY+tk
1829
+ QGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFqSGqfavdrT2una/9sV2yvbQhtYG25bhJu
1830
+ a27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQUdHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5
1831
+ KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2E
1832
+ gITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZif6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQ
1833
+ bpDWkT+RqJIRknqS45NNk7aUIJSKlPSVX5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc
1834
+ 951kndKeQJ6unx2fi5/6oGmg2KFHobaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamq
1835
+ HKqPqwKrdavprFys0K1ErbiuLa6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i3
1836
+ 4LhZuNG5SrnCuju6tbsuu6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjG
1837
+ RsbDx0HHv8g9yLzJOsm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvV
1838
+ TtXR1lXW2Ndc1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk
1839
+ /OWE5g3mlucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1
1840
+ UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf//gA7SJSZISV1OU011dGFibGVEYXRh
1841
+ o0hKKlZOU0RhdGHSJSZMTVxOU0NvbG9yU3BhY2WiTipcTlNDb2xvclNwYWNl0iUmUFFXTlNDb2xvcqJQ
1842
+ KtIlJlNUV05TSW1hZ2WiUypfEA9OU0tleWVkQXJjaGl2ZXLRV1hUcm9vdIABAAgAEQAaACMALQAyADcA
1843
+ TABSAF0AZABrAHgAfwCHAIkAiwCQAJIAlACdAKIArQCvALEAswC4ALsAvQC/AMEAwwDIAN8A4QDjKvkq
1844
+ /isJKxIrJSspKzQrPStCK0orTStSK2ErZStwK3grhSuSK6crrCuwK7IrtCu2K78rxCvKK9Ir1CvWK9gr
1845
+ 2ivfK+c9Uz1VPVo9aD1sPXM9eD2FPYg9lT2aPaI9pT2qPbI9tT3HPco9zwAAAAAAAAIBAAAAAAAAAFkA
1846
+ AAAAAAAAAAAAAAAAAD3RA
1847
+ </mutableData>
1848
+ </image>
1849
+ <image name="no-fav" width="44" height="41"/>
1850
+ <image name="notificaciones" width="130" height="88"/>
1851
+ <image name="plane" width="34" height="27"/>
1852
+ <image name="tabBarItem:gX4-gq-oKY:image" width="48" height="48">
1853
+ <mutableData key="keyedArchiveRepresentation">
1854
+ YnBsaXN0MDDUAQIDBAUGVVZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK8QEgcI
1855
+ ExQZHh8jJCsuMTtDR0tPUlUkbnVsbNUJCgsMDQ4PEBESVk5TU2l6ZVYkY2xhc3NcTlNJbWFnZUZsYWdz
1856
+ Vk5TUmVwc1dOU0NvbG9ygAKAERIgwAAAgAOAC1h7NDgsIDQ4fdIVChYYWk5TLm9iamVjdHOhF4AEgArS
1857
+ FQoaHaIbHIAFgAaACRAA0iAKISJfEBROU1RJRkZSZXByZXNlbnRhdGlvboAHgAhPEScCTU0AKgAAJAgA
1858
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1859
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1860
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1861
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1862
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1863
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1864
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1865
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1866
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1867
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1868
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1869
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1870
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1871
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1872
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1873
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1874
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1875
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1876
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1877
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1878
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1879
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1880
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1881
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1882
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1883
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1884
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1885
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1886
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1887
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1888
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1889
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1890
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1891
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1892
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUVFRUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1893
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1894
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1895
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYWFhYdbW1tY8PDw8AAAAAAAAAAAA
1896
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1897
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1898
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABdXV1d+Pj4+P/////k
1899
+ 5OTkPDw8PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1900
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1901
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF1dXV34
1902
+ +Pj4////////////////3d3d3RYWFhYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1903
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1904
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1905
+ AAAAXV1dXfj4+Pj////////////////4+Pj4aWlpaQQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1906
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1907
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1908
+ AAAAAAAAAAAAAABeXl5e+Pj4+P////////////////j4+PhlZWVlAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1909
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1910
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1911
+ AAAAAAAAAAAAAAAAAAAAAAAAAGBgYGD5+fn5////////////////+Pj4+GZmZmYAAAAAAAAAAAAAAAAA
1912
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1913
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1914
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGBgYPn5+fn////////////////4+Pj4ZmZmZgAAAAAA
1915
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1916
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1917
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgYGBg+Pj4+P////////////////j4+Phm
1918
+ ZmZmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1919
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1920
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGBgYGD4+Pj4////////////
1921
+ ////+Pj4+GZmZmYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1922
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1923
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYWFhYfj4+Pj/
1924
+ ///////////////4+Pj4ZmZmZgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1925
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1926
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABj
1927
+ Y2Nj+fn5+f////////////////j4+PhnZ2dnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1928
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAl
1929
+ JSUlAQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1930
+ AAAAAAAAAGNjY2P5+fn5////////////////+fn5+WdnZ2cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1931
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1932
+ AAAAAAAAAE5OTk7o6OjodnZ2dgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1933
+ AAAAAAAAAAAAAAAAAAAAYmJiYvn5+fn////////////////5+fn5Z2dnZwAAAAAAAAAAAAAAAAAAAAAA
1934
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1935
+ AAAAAAAAAAAAAAACAgICVVVVVfHx8fH//////////3p6enoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1936
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpaWlp+vr6+v////////////////j4+PhhYWFhAAAAAAAAAAAA
1937
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1938
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXFxcX4ODg4P////////////////////97e3t7AAAAAAAAAAAA
1939
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGNjY2P6+vr6////////////////+Pj4+GFhYWEA
1940
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1941
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICTk5OTu/v7+//////////////////
1942
+ ////fHx8fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZmZmZvn5+fn////////////////4
1943
+ +Pj4YWFhYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1944
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAExMTEzv
1945
+ 7+/v/////////////////////35+fn4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmZmZm+vr6+v//////
1946
+ //////////j4+PhhYWFhAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1947
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1948
+ AAAAAAAAAAAAAABNTU1N7+/v7/////////////////////9+fn5+AAAAAAAAAAAAAAAAAAAAAGZmZmb5
1949
+ +fn5////////////////+fn5+WFhYWEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1950
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1951
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATU1NTe/v7+//////////////////////gYGBgQAAAAAA
1952
+ AAAAZmZmZvn5+fn////////////////5+fn5YWFhYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1953
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1954
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE1NTU3v7+/v////////////
1955
+ /////////319fX1lZWVl+fn5+f////////////////r6+vphYWFhAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1956
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1957
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABN
1958
+ TU1N7+/v7///////////////////////////////////////////+vr6+mdnZ2cAAAAAAAAAAAAAAAAA
1959
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1960
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1961
+ AAAAAAAAAAAAAAAAAAAATU1NTe/v7+/////////////////////////////////6+vr6ZmZmZgAAAAAA
1962
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1963
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1964
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE1NTU3v7+/v//////////////////////r6+vpm
1965
+ ZmZmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1966
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1967
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABNTU1N8PDw8P//////
1968
+ ////+vr6+mZmZmYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1969
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1970
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1971
+ AAAAS0tLS+/v7+/8/Pz8ZGRkZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1972
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1973
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1974
+ AAAAAAAAAAAAAAAAAAAAAAAAAEdHR0dZWVlZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1975
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1976
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1977
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1978
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1979
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1980
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1981
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1982
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1983
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1984
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1985
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1986
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1987
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1988
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1989
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1990
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1991
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1992
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1993
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1994
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1995
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1996
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1997
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1998
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1999
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2000
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2001
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2002
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2003
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2004
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2005
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2006
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2007
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2008
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2009
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2010
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2011
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAEAAAMAAAABADAAAAEBAAMAAAABADAA
2012
+ AAECAAMAAAAEAAAkzgEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAEKAAMAAAABAAEAAAERAAQAAAABAAAA
2013
+ CAESAAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABADAAAAEXAAQAAAABAAAkAAEcAAMAAAABAAEA
2014
+ AAEoAAMAAAABAAIAAAFSAAMAAAABAAEAAAFTAAMAAAAEAAAk1odzAAcAAAIkAAAk3gAAAAAACAAIAAgA
2015
+ CAABAAEAAQABAAACJGFwcGwEAAAAbW50clJHQiBYWVogB+EABwAHAA0AFgAgYWNzcEFQUEwAAAAAQVBQ
2016
+ TAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1hcHBsyhqVgiV/EE04mRPV0eoVggAAAAAAAAAAAAAA
2017
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAKZGVzYwAAAPwAAABlY3BydAAAAWQAAAAjd3RwdAAAAYgAAAAUclhZ
2018
+ WgAAAZwAAAAUZ1hZWgAAAbAAAAAUYlhZWgAAAcQAAAAUclRSQwAAAdgAAAAgY2hhZAAAAfgAAAAsYlRS
2019
+ QwAAAdgAAAAgZ1RSQwAAAdgAAAAgZGVzYwAAAAAAAAALRGlzcGxheSBQMwAAAAAAAAAAAAAAAAAAAAAA
2020
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2021
+ AAAAAAB0ZXh0AAAAAENvcHlyaWdodCBBcHBsZSBJbmMuLCAyMDE3AABYWVogAAAAAAAA81EAAQAAAAEW
2022
+ zFhZWiAAAAAAAACD3wAAPb////+7WFlaIAAAAAAAAEq/AACxNwAACrlYWVogAAAAAAAAKDgAABELAADI
2023
+ uXBhcmEAAAAAAAMAAAACZmYAAPKnAAANWQAAE9AAAApbc2YzMgAAAAAAAQxCAAAF3v//8yYAAAeTAAD9
2024
+ kP//+6L///2jAAAD3AAAwG7SJSYnKFokY2xhc3NuYW1lWCRjbGFzc2VzXxAQTlNCaXRtYXBJbWFnZVJl
2025
+ cKMnKSpaTlNJbWFnZVJlcFhOU09iamVjdNIlJiwtV05TQXJyYXmiLCrSJSYvMF5OU011dGFibGVBcnJh
2026
+ eaMvLCrVMjM0NQo2Nzg5OldOU1doaXRlXE5TQ29tcG9uZW50c1xOU0NvbG9yU3BhY2VfEBJOU0N1c3Rv
2027
+ bUNvbG9yU3BhY2VEMCAwAEMwIDAQA4AMgBDUPD0+Cj9AQUJUTlNJRFVOU0lDQ1dOU01vZGVsEAmADRAA
2028
+ gA/SRApFRldOUy5kYXRhTxERaAAAEWhhcHBsAgAAAG1udHJHUkFZWFlaIAfcAAgAFwAPAC4AD2Fjc3BB
2029
+ UFBMAAAAAG5vbmUAAAAAAAAAAAAAAAAAAAAAAAD21gABAAAAANMtYXBwbAAAAAAAAAAAAAAAAAAAAAAA
2030
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWRlc2MAAADAAAAAeWRzY20AAAE8AAAH6GNwcnQA
2031
+ AAkkAAAAI3d0cHQAAAlIAAAAFGtUUkMAAAlcAAAIDGRlc2MAAAAAAAAAH0dlbmVyaWMgR3JheSBHYW1t
2032
+ YSAyLjIgUHJvZmlsZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2033
+ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABtbHVjAAAAAAAAAB8AAAAMc2tTSwAAAC4A
2034
+ AAGEZGFESwAAADgAAAGyY2FFUwAAADgAAAHqdmlWTgAAAEAAAAIicHRCUgAAAEoAAAJidWtVQQAAACwA
2035
+ AAKsZnJGVQAAAD4AAALYaHVIVQAAADQAAAMWemhUVwAAAB4AAANKbmJOTwAAADoAAANoY3NDWgAAACgA
2036
+ AAOiaGVJTAAAACQAAAPKaXRJVAAAAE4AAAPucm9STwAAACoAAAQ8ZGVERQAAAE4AAARma29LUgAAACIA
2037
+ AAS0c3ZTRQAAADgAAAGyemhDTgAAAB4AAATWamFKUAAAACYAAAT0ZWxHUgAAACoAAAUacHRQTwAAAFIA
2038
+ AAVEbmxOTAAAAEAAAAWWZXNFUwAAAEwAAAXWdGhUSAAAADIAAAYidHJUUgAAACQAAAZUZmlGSQAAAEYA
2039
+ AAZ4aHJIUgAAAD4AAAa+cGxQTAAAAEoAAAb8cnVSVQAAADoAAAdGZW5VUwAAADwAAAeAYXJFRwAAACwA
2040
+ AAe8AFYBYQBlAG8AYgBlAGMAbgDhACAAcwBpAHYA4QAgAGcAYQBtAGEAIAAyACwAMgBHAGUAbgBlAHIA
2041
+ aQBzAGsAIABnAHIA5QAgADIALAAyACAAZwBhAG0AbQBhAHAAcgBvAGYAaQBsAEcAYQBtAG0AYQAgAGQA
2042
+ ZQAgAGcAcgBpAHMAbwBzACAAZwBlAG4A6AByAGkAYwBhACAAMgAuADIAQx6lAHUAIABoAOwAbgBoACAA
2043
+ TQDgAHUAIAB4AOEAbQAgAEMAaAB1AG4AZwAgAEcAYQBtAG0AYQAgADIALgAyAFAAZQByAGYAaQBsACAA
2044
+ RwBlAG4A6QByAGkAYwBvACAAZABhACAARwBhAG0AYQAgAGQAZQAgAEMAaQBuAHoAYQBzACAAMgAsADIE
2045
+ FwQwBDMEMAQ7BEwEPQQwACAARwByAGEAeQAtBDMEMAQ8BDAAIAAyAC4AMgBQAHIAbwBmAGkAbAAgAGcA
2046
+ 6QBuAOkAcgBpAHEAdQBlACAAZwByAGkAcwAgAGcAYQBtAG0AYQAgADIALAAyAMEAbAB0AGEAbADhAG4A
2047
+ bwBzACAAcwB6APwAcgBrAGUAIABnAGEAbQBtAGEAIAAyAC4AMpAadShwcJaOUUlepgAgADIALgAyACCC
2048
+ cl9pY8+P8ABHAGUAbgBlAHIAaQBzAGsAIABnAHIA5QAgAGcAYQBtAG0AYQAgADIALAAyAC0AcAByAG8A
2049
+ ZgBpAGwATwBiAGUAYwBuAOEAIAFhAGUAZADhACAAZwBhAG0AYQAgADIALgAyBdIF0AXeBdQAIAXQBeQF
2050
+ 1QXoACAF2wXcBdwF2QAgADIALgAyAFAAcgBvAGYAaQBsAG8AIABnAHIAaQBnAGkAbwAgAGcAZQBuAGUA
2051
+ cgBpAGMAbwAgAGQAZQBsAGwAYQAgAGcAYQBtAG0AYQAgADIALAAyAEcAYQBtAGEAIABnAHIAaQAgAGcA
2052
+ ZQBuAGUAcgBpAGMBAwAgADIALAAyAEEAbABsAGcAZQBtAGUAaQBuAGUAcwAgAEcAcgBhAHUAcwB0AHUA
2053
+ ZgBlAG4ALQBQAHIAbwBmAGkAbAAgAEcAYQBtAG0AYQAgADIALAAyx3y8GAAg1ozAyQAgrBC5yAAgADIA
2054
+ LgAyACDVBLhc0wzHfGZukBpwcF6mfPtlcAAgADIALgAyACBjz4/wZYdO9k4AgiwwsDDsMKQwrDDzMN4A
2055
+ IAAyAC4AMgAgMNcw7TDVMKEwpDDrA5MDtQO9A7kDugPMACADkwO6A8EDuQAgA5MDrAO8A7wDsQAgADIA
2056
+ LgAyAFAAZQByAGYAaQBsACAAZwBlAG4A6QByAGkAYwBvACAAZABlACAAYwBpAG4AegBlAG4AdABvAHMA
2057
+ IABkAGEAIABHAGEAbQBtAGEAIAAyACwAMgBBAGwAZwBlAG0AZQBlAG4AIABnAHIAaQBqAHMAIABnAGEA
2058
+ bQBtAGEAIAAyACwAMgAtAHAAcgBvAGYAaQBlAGwAUABlAHIAZgBpAGwAIABnAGUAbgDpAHIAaQBjAG8A
2059
+ IABkAGUAIABnAGEAbQBtAGEAIABkAGUAIABnAHIAaQBzAGUAcwAgADIALAAyDiMOMQ4HDioONQ5BDgEO
2060
+ IQ4hDjIOQA4BDiMOIg5MDhcOMQ5IDicORA4bACAAMgAuADIARwBlAG4AZQBsACAARwByAGkAIABHAGEA
2061
+ bQBhACAAMgAsADIAWQBsAGUAaQBuAGUAbgAgAGgAYQByAG0AYQBhAG4AIABnAGEAbQBtAGEAIAAyACwA
2062
+ MgAgAC0AcAByAG8AZgBpAGkAbABpAEcAZQBuAGUAcgBpAQ0AawBpACAARwByAGEAeQAgAEcAYQBtAG0A
2063
+ YQAgADIALgAyACAAcAByAG8AZgBpAGwAVQBuAGkAdwBlAHIAcwBhAGwAbgB5ACAAcAByAG8AZgBpAGwA
2064
+ IABzAHoAYQByAG8BWwBjAGkAIABnAGEAbQBtAGEAIAAyACwAMgQeBDEESQQwBE8AIARBBDUEQAQwBE8A
2065
+ IAQzBDAEPAQ8BDAAIAAyACwAMgAtBD8EQAQ+BEQEOAQ7BEwARwBlAG4AZQByAGkAYwAgAEcAcgBhAHkA
2066
+ IABHAGEAbQBtAGEAIAAyAC4AMgAgAFAAcgBvAGYAaQBsAGUGOgYnBkUGJwAgADIALgAyACAGRAZIBkYA
2067
+ IAYxBkUGJwYvBkoAIAY5BicGRXRleHQAAAAAQ29weXJpZ2h0IEFwcGxlIEluYy4sIDIwMTIAAFhZWiAA
2068
+ AAAAAADzUQABAAAAARbMY3VydgAAAAAAAAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoA
2069
+ TwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA
2070
+ 5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEB
2071
+ qQGxAbkBwQHJAdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwC
2072
+ tgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYE
2073
+ EwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUF
2074
+ xQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H
2075
+ 0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicK
2076
+ PQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMN
2077
+ DQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQ
2078
+ QxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT
2079
+ 5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX
2080
+ 9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIc
2081
+ exyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEcIUgh
2082
+ dSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3JicmVyaHJrcm
2083
+ 6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2K2krnSvRLAUsOSxuLKIs
2084
+ 1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0z
2085
+ RjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6
2086
+ Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpB
2087
+ rEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJ
2088
+ qUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZS
2089
+ MVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVb
2090
+ RVuVW+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk
2091
+ 6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRv
2092
+ Hm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl5
2093
+ 53pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOF
2094
+ R4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaR
2095
+ P5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd
2096
+ 0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+r
2097
+ Aqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm4
2098
+ 0blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPH
2099
+ Qce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHW
2100
+ VdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTm
2101
+ DeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozzGfOn9DT0wvVQ9d72
2102
+ bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t//+ADtIlJkhJXU5TTXV0YWJsZURhdGGjSEoq
2103
+ Vk5TRGF0YdIlJkxNXE5TQ29sb3JTcGFjZaJOKlxOU0NvbG9yU3BhY2XSJSZQUVdOU0NvbG9yolAq0iUm
2104
+ U1RXTlNJbWFnZaJTKl8QD05TS2V5ZWRBcmNoaXZlctFXWFRyb290gAEACAARABoAIwAtADIANwBMAFIA
2105
+ XQBkAGsAeAB/AIcAiQCLAJAAkgCUAJ0AogCtAK8AsQCzALgAuwC9AL8AwQDDAMgA3wDhAOMn6SfuJ/ko
2106
+ AigVKBkoJCgtKDIoOig9KEIoUShVKGAoaCh1KIIolyicKKAooiikKKYoryi0KLoowijEKMYoyCjKKM8o
2107
+ 1zpDOkU6SjpYOlw6YzpoOnU6eDqFOoo6kjqVOpo6ojqlOrc6ujq/AAAAAAAAAgEAAAAAAAAAWQAAAAAA
2108
+ AAAAAAAAAAAAOsE
2109
+ </mutableData>
2110
+ </image>
2111
+ <image name="user" width="25" height="25"/>
2112
+ </resources>
2113
+ </document>