wco_models 3.1.0.90 → 3.1.0.91
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.
- checksums.yaml +4 -4
- data/app/controllers/wco/unsubscribes_controller.rb +40 -0
- data/app/mailers/wco_email/application_mailer.rb +15 -14
- data/app/models/wco/lead.rb +10 -0
- data/app/models/wco/leadset.rb +4 -0
- data/app/models/wco_email/context.rb +1 -1
- data/app/models/wco_email/email_template.rb +1 -1
- data/app/models/wco_email/message_stub.rb +2 -3
- data/app/views/wco_email/application_mailer/_footer_unsubscribe.html.erb +24 -0
- data/app/views/wco_email/application_mailer/_header_logo.html.erb +12 -0
- data/app/views/wco_email/email_layouts/_m20221201react.html.erb +1202 -0
- data/app/views/wco_email/email_layouts/_m20221222merryxmas.html.erb +766 -0
- data/app/views/wco_email/email_layouts/_m202309_feedback.html.erb +1161 -0
- data/app/views/wco_email/email_layouts/_m202309_ror4.html.erb +1068 -0
- data/app/views/wco_email/email_layouts/_marketing_node_1.html.erb +984 -0
- data/app/views/wco_email/email_layouts/_marketing_react_1.html +0 -0
- data/app/views/wco_email/email_layouts/_marketing_react_2.html.erb +749 -0
- data/app/views/wco_email/email_layouts/_marketing_react_3.html.erb +628 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_1.html +751 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_2.html.erb +755 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_3.html.erb +25 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_4.html.erb +25 -0
- data/app/views/wco_email/email_layouts/_marketing_ror_5.html.erb +17 -0
- data/app/views/wco_email/email_layouts/_marketing_wordpress_1.html +0 -0
- data/app/views/wco_email/email_layouts/_marketing_wordpress_2.html +0 -0
- data/app/views/wco_email/email_layouts/_piousbox_roundborders.html.erb +1007 -0
- data/app/views/wco_email/email_layouts/_plain.haml +18 -0
- data/app/views/wco_email/email_layouts/_rec_resume_shared_with_you.html.erb +39 -0
- data/app/views/wco_email/email_layouts/_slug-1.html.erb +0 -0
- data/app/views/wco_email/email_layouts/_slug-2.html.erb +0 -0
- data/app/views/wco_email/email_layouts/_slug-3.html.erb +0 -0
- data/app/views/wco_email/email_layouts/_test_tracking_footer.haml +12 -0
- data/app/views/wco_email/email_layouts/_wasyaco_roundborders.html.erb +686 -0
- data/app/views/wco_email/unsubscribes/_header.haml +4 -0
- data/app/views/wco_email/unsubscribes/_table.haml +22 -0
- data/config/routes.rb +2 -0
- metadata +29 -1
| @@ -0,0 +1,1202 @@ | |
| 1 | 
            +
            <!doctype html>
         | 
| 2 | 
            +
            <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
         | 
| 3 | 
            +
              xmlns:o="urn:schemas-microsoft-com:office:office">
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            <head>
         | 
| 6 | 
            +
              <!-- NAME: SELL PRODUCTS -->
         | 
| 7 | 
            +
              <!--[if gte mso 15]>
         | 
| 8 | 
            +
                    <xml>
         | 
| 9 | 
            +
                        <o:OfficeDocumentSettings>
         | 
| 10 | 
            +
                        <o:AllowPNG/>
         | 
| 11 | 
            +
                        <o:PixelsPerInch>96</o:PixelsPerInch>
         | 
| 12 | 
            +
                        </o:OfficeDocumentSettings>
         | 
| 13 | 
            +
                    </xml>
         | 
| 14 | 
            +
                    <![endif]-->
         | 
| 15 | 
            +
              <meta charset="UTF-8">
         | 
| 16 | 
            +
              <meta http-equiv="X-UA-Compatible" content="IE=edge">
         | 
| 17 | 
            +
              <meta name="viewport" content="width=device-width, initial-scale=1">
         | 
| 18 | 
            +
              <title>WasyaCo - Awesome ReactJs Developers</title>
         | 
| 19 | 
            +
             | 
| 20 | 
            +
              <style type="text/css">
         | 
| 21 | 
            +
                p {
         | 
| 22 | 
            +
                  margin: 10px 0;
         | 
| 23 | 
            +
                  padding: 0;
         | 
| 24 | 
            +
                }
         | 
| 25 | 
            +
             | 
| 26 | 
            +
                table {
         | 
| 27 | 
            +
                  border-collapse: collapse;
         | 
| 28 | 
            +
                }
         | 
| 29 | 
            +
             | 
| 30 | 
            +
                h1,
         | 
| 31 | 
            +
                h2,
         | 
| 32 | 
            +
                h3,
         | 
| 33 | 
            +
                h4,
         | 
| 34 | 
            +
                h5,
         | 
| 35 | 
            +
                h6 {
         | 
| 36 | 
            +
                  display: block;
         | 
| 37 | 
            +
                  margin: 0;
         | 
| 38 | 
            +
                  padding: 0;
         | 
| 39 | 
            +
                }
         | 
| 40 | 
            +
             | 
| 41 | 
            +
                img,
         | 
| 42 | 
            +
                a img {
         | 
| 43 | 
            +
                  border: 0;
         | 
| 44 | 
            +
                  height: auto;
         | 
| 45 | 
            +
                  outline: none;
         | 
| 46 | 
            +
                  text-decoration: none;
         | 
| 47 | 
            +
                }
         | 
| 48 | 
            +
             | 
| 49 | 
            +
                body,
         | 
| 50 | 
            +
                #bodyTable,
         | 
| 51 | 
            +
                #bodyCell {
         | 
| 52 | 
            +
                  height: 100%;
         | 
| 53 | 
            +
                  margin: 0;
         | 
| 54 | 
            +
                  padding: 0;
         | 
| 55 | 
            +
                  width: 100%;
         | 
| 56 | 
            +
                }
         | 
| 57 | 
            +
             | 
| 58 | 
            +
                .mcnPreviewText {
         | 
| 59 | 
            +
                  display: none !important;
         | 
| 60 | 
            +
                }
         | 
| 61 | 
            +
             | 
| 62 | 
            +
                #outlook a {
         | 
| 63 | 
            +
                  padding: 0;
         | 
| 64 | 
            +
                }
         | 
| 65 | 
            +
             | 
| 66 | 
            +
                img {
         | 
| 67 | 
            +
                  -ms-interpolation-mode: bicubic;
         | 
| 68 | 
            +
                }
         | 
| 69 | 
            +
             | 
| 70 | 
            +
                table {
         | 
| 71 | 
            +
                  mso-table-lspace: 0pt;
         | 
| 72 | 
            +
                  mso-table-rspace: 0pt;
         | 
| 73 | 
            +
                }
         | 
| 74 | 
            +
             | 
| 75 | 
            +
                .ReadMsgBody {
         | 
| 76 | 
            +
                  width: 100%;
         | 
| 77 | 
            +
                }
         | 
| 78 | 
            +
             | 
| 79 | 
            +
                .ExternalClass {
         | 
| 80 | 
            +
                  width: 100%;
         | 
| 81 | 
            +
                }
         | 
| 82 | 
            +
             | 
| 83 | 
            +
                p,
         | 
| 84 | 
            +
                a,
         | 
| 85 | 
            +
                li,
         | 
| 86 | 
            +
                td,
         | 
| 87 | 
            +
                blockquote {
         | 
| 88 | 
            +
                  mso-line-height-rule: exactly;
         | 
| 89 | 
            +
                }
         | 
| 90 | 
            +
             | 
| 91 | 
            +
                a[href^=tel],
         | 
| 92 | 
            +
                a[href^=sms] {
         | 
| 93 | 
            +
                  color: inherit;
         | 
| 94 | 
            +
                  cursor: default;
         | 
| 95 | 
            +
                  text-decoration: none;
         | 
| 96 | 
            +
                }
         | 
| 97 | 
            +
             | 
| 98 | 
            +
                p,
         | 
| 99 | 
            +
                a,
         | 
| 100 | 
            +
                li,
         | 
| 101 | 
            +
                td,
         | 
| 102 | 
            +
                body,
         | 
| 103 | 
            +
                table,
         | 
| 104 | 
            +
                blockquote {
         | 
| 105 | 
            +
                  -ms-text-size-adjust: 100%;
         | 
| 106 | 
            +
                  -webkit-text-size-adjust: 100%;
         | 
| 107 | 
            +
                }
         | 
| 108 | 
            +
             | 
| 109 | 
            +
                .ExternalClass,
         | 
| 110 | 
            +
                .ExternalClass p,
         | 
| 111 | 
            +
                .ExternalClass td,
         | 
| 112 | 
            +
                .ExternalClass div,
         | 
| 113 | 
            +
                .ExternalClass span,
         | 
| 114 | 
            +
                .ExternalClass font {
         | 
| 115 | 
            +
                  line-height: 100%;
         | 
| 116 | 
            +
                }
         | 
| 117 | 
            +
             | 
| 118 | 
            +
                a[x-apple-data-detectors] {
         | 
| 119 | 
            +
                  color: inherit !important;
         | 
| 120 | 
            +
                  text-decoration: none !important;
         | 
| 121 | 
            +
                  font-size: inherit !important;
         | 
| 122 | 
            +
                  font-family: inherit !important;
         | 
| 123 | 
            +
                  font-weight: inherit !important;
         | 
| 124 | 
            +
                  line-height: inherit !important;
         | 
| 125 | 
            +
                }
         | 
| 126 | 
            +
             | 
| 127 | 
            +
                .templateContainer {
         | 
| 128 | 
            +
                  max-width: 600px !important;
         | 
| 129 | 
            +
                }
         | 
| 130 | 
            +
             | 
| 131 | 
            +
                a.mcnButton {
         | 
| 132 | 
            +
                  display: block;
         | 
| 133 | 
            +
                }
         | 
| 134 | 
            +
             | 
| 135 | 
            +
                .mcnImage,
         | 
| 136 | 
            +
                .mcnRetinaImage {
         | 
| 137 | 
            +
                  vertical-align: bottom;
         | 
| 138 | 
            +
                }
         | 
| 139 | 
            +
             | 
| 140 | 
            +
                .mcnTextContent {
         | 
| 141 | 
            +
                  word-break: break-word;
         | 
| 142 | 
            +
                }
         | 
| 143 | 
            +
             | 
| 144 | 
            +
                .mcnTextContent img {
         | 
| 145 | 
            +
                  height: auto !important;
         | 
| 146 | 
            +
                }
         | 
| 147 | 
            +
             | 
| 148 | 
            +
                .mcnDividerBlock {
         | 
| 149 | 
            +
                  table-layout: fixed !important;
         | 
| 150 | 
            +
                }
         | 
| 151 | 
            +
             | 
| 152 | 
            +
                /*
         | 
| 153 | 
            +
              @tab Page
         | 
| 154 | 
            +
              @section Heading 1
         | 
| 155 | 
            +
              @style heading 1
         | 
| 156 | 
            +
              */
         | 
| 157 | 
            +
                h1 {
         | 
| 158 | 
            +
                  color: #222222;
         | 
| 159 | 
            +
                  font-family: Helvetica;
         | 
| 160 | 
            +
                  font-size: 40px;
         | 
| 161 | 
            +
                  font-style: normal;
         | 
| 162 | 
            +
                  font-weight: bold;
         | 
| 163 | 
            +
                  line-height: 150%;
         | 
| 164 | 
            +
                  letter-spacing: normal;
         | 
| 165 | 
            +
                  text-align: center;
         | 
| 166 | 
            +
                }
         | 
| 167 | 
            +
             | 
| 168 | 
            +
                /*
         | 
| 169 | 
            +
              @tab Page
         | 
| 170 | 
            +
              @section Heading 2
         | 
| 171 | 
            +
              @style heading 2
         | 
| 172 | 
            +
              */
         | 
| 173 | 
            +
                h2 {
         | 
| 174 | 
            +
                  color: #222222;
         | 
| 175 | 
            +
                  font-family: Helvetica;
         | 
| 176 | 
            +
                  font-size: 34px;
         | 
| 177 | 
            +
                  font-style: normal;
         | 
| 178 | 
            +
                  font-weight: bold;
         | 
| 179 | 
            +
                  line-height: 150%;
         | 
| 180 | 
            +
                  letter-spacing: normal;
         | 
| 181 | 
            +
                  text-align: left;
         | 
| 182 | 
            +
                }
         | 
| 183 | 
            +
             | 
| 184 | 
            +
                /*
         | 
| 185 | 
            +
              @tab Page
         | 
| 186 | 
            +
              @section Heading 3
         | 
| 187 | 
            +
              @style heading 3
         | 
| 188 | 
            +
              */
         | 
| 189 | 
            +
                h3 {
         | 
| 190 | 
            +
                  color: #444444;
         | 
| 191 | 
            +
                  font-family: Helvetica;
         | 
| 192 | 
            +
                  font-size: 22px;
         | 
| 193 | 
            +
                  font-style: normal;
         | 
| 194 | 
            +
                  font-weight: bold;
         | 
| 195 | 
            +
                  line-height: 150%;
         | 
| 196 | 
            +
                  letter-spacing: normal;
         | 
| 197 | 
            +
                  text-align: left;
         | 
| 198 | 
            +
                }
         | 
| 199 | 
            +
             | 
| 200 | 
            +
                /*
         | 
| 201 | 
            +
              @tab Page
         | 
| 202 | 
            +
              @section Heading 4
         | 
| 203 | 
            +
              @style heading 4
         | 
| 204 | 
            +
              */
         | 
| 205 | 
            +
                h4 {
         | 
| 206 | 
            +
                  color: #949494;
         | 
| 207 | 
            +
                  font-family: Georgia;
         | 
| 208 | 
            +
                  font-size: 20px;
         | 
| 209 | 
            +
                  font-style: italic;
         | 
| 210 | 
            +
                  font-weight: normal;
         | 
| 211 | 
            +
                  line-height: 125%;
         | 
| 212 | 
            +
                  letter-spacing: normal;
         | 
| 213 | 
            +
                  text-align: left;
         | 
| 214 | 
            +
                }
         | 
| 215 | 
            +
             | 
| 216 | 
            +
                /*
         | 
| 217 | 
            +
              @tab Header
         | 
| 218 | 
            +
              @section Header Container Style
         | 
| 219 | 
            +
              */
         | 
| 220 | 
            +
                #templateHeader {
         | 
| 221 | 
            +
                  background-color: #f7f7f7;
         | 
| 222 | 
            +
                  background-image: none;
         | 
| 223 | 
            +
                  background-repeat: no-repeat;
         | 
| 224 | 
            +
                  background-position: center;
         | 
| 225 | 
            +
                  background-size: cover;
         | 
| 226 | 
            +
                  border-top: 0;
         | 
| 227 | 
            +
                  border-bottom: 0;
         | 
| 228 | 
            +
                  padding-top: 45px;
         | 
| 229 | 
            +
                  /* padding-bottom: 45px; */
         | 
| 230 | 
            +
                }
         | 
| 231 | 
            +
             | 
| 232 | 
            +
                /*
         | 
| 233 | 
            +
              @tab Header
         | 
| 234 | 
            +
              @section Header Interior Style
         | 
| 235 | 
            +
              */
         | 
| 236 | 
            +
                .headerContainer {
         | 
| 237 | 
            +
                  background-color: #transparent;
         | 
| 238 | 
            +
                  background-image: none;
         | 
| 239 | 
            +
                  background-repeat: no-repeat;
         | 
| 240 | 
            +
                  background-position: center;
         | 
| 241 | 
            +
                  background-size: cover;
         | 
| 242 | 
            +
                  border-top: 0;
         | 
| 243 | 
            +
                  border-bottom: 0;
         | 
| 244 | 
            +
                  padding-top: 0;
         | 
| 245 | 
            +
                  padding-bottom: 0;
         | 
| 246 | 
            +
                }
         | 
| 247 | 
            +
             | 
| 248 | 
            +
                /*
         | 
| 249 | 
            +
              @tab Header
         | 
| 250 | 
            +
              @section Header Text
         | 
| 251 | 
            +
              */
         | 
| 252 | 
            +
                .headerContainer .mcnTextContent,
         | 
| 253 | 
            +
                .headerContainer .mcnTextContent p {
         | 
| 254 | 
            +
                  color: #757575;
         | 
| 255 | 
            +
                  font-family: Helvetica;
         | 
| 256 | 
            +
                  font-size: 16px;
         | 
| 257 | 
            +
                  line-height: 150%;
         | 
| 258 | 
            +
                  text-align: left;
         | 
| 259 | 
            +
                }
         | 
| 260 | 
            +
             | 
| 261 | 
            +
                /*
         | 
| 262 | 
            +
              @tab Header
         | 
| 263 | 
            +
              @section Header Link
         | 
| 264 | 
            +
              */
         | 
| 265 | 
            +
                .headerContainer .mcnTextContent a,
         | 
| 266 | 
            +
                .headerContainer .mcnTextContent p a {
         | 
| 267 | 
            +
                  color: #007C89;
         | 
| 268 | 
            +
                  font-weight: normal;
         | 
| 269 | 
            +
                  text-decoration: underline;
         | 
| 270 | 
            +
                }
         | 
| 271 | 
            +
             | 
| 272 | 
            +
                /*
         | 
| 273 | 
            +
              @tab Body
         | 
| 274 | 
            +
              @section Body Container Style
         | 
| 275 | 
            +
              */
         | 
| 276 | 
            +
                #templateBody {
         | 
| 277 | 
            +
                  background-color: #FFFFFF;
         | 
| 278 | 
            +
                  background-image: none;
         | 
| 279 | 
            +
                  background-repeat: no-repeat;
         | 
| 280 | 
            +
                  background-position: center;
         | 
| 281 | 
            +
                  background-size: cover;
         | 
| 282 | 
            +
                  border-top: 0;
         | 
| 283 | 
            +
                  border-bottom: 0;
         | 
| 284 | 
            +
                }
         | 
| 285 | 
            +
             | 
| 286 | 
            +
                /*
         | 
| 287 | 
            +
              @tab Body
         | 
| 288 | 
            +
              @section Body Interior Style
         | 
| 289 | 
            +
              */
         | 
| 290 | 
            +
                .bodyContainer {
         | 
| 291 | 
            +
                  background-color: transparent;
         | 
| 292 | 
            +
                  background-image: none;
         | 
| 293 | 
            +
                  background-repeat: no-repeat;
         | 
| 294 | 
            +
                  background-position: center;
         | 
| 295 | 
            +
                  background-size: cover;
         | 
| 296 | 
            +
                  border-top: 0;
         | 
| 297 | 
            +
                  border-bottom: 0;
         | 
| 298 | 
            +
                  padding-top: 0;
         | 
| 299 | 
            +
                  padding-bottom: 0;
         | 
| 300 | 
            +
                }
         | 
| 301 | 
            +
             | 
| 302 | 
            +
                /*
         | 
| 303 | 
            +
              @tab Body
         | 
| 304 | 
            +
              @section Body Text
         | 
| 305 | 
            +
              */
         | 
| 306 | 
            +
                .bodyContainer .mcnTextContent,
         | 
| 307 | 
            +
                .bodyContainer .mcnTextContent p {
         | 
| 308 | 
            +
                  color: #757575;
         | 
| 309 | 
            +
                  font-family: Helvetica;
         | 
| 310 | 
            +
                  font-size: 16px;
         | 
| 311 | 
            +
                  line-height: 150%;
         | 
| 312 | 
            +
                  text-align: left;
         | 
| 313 | 
            +
                }
         | 
| 314 | 
            +
             | 
| 315 | 
            +
                /*
         | 
| 316 | 
            +
              @tab Body
         | 
| 317 | 
            +
              @section Body Link
         | 
| 318 | 
            +
              */
         | 
| 319 | 
            +
                .bodyContainer .mcnTextContent a,
         | 
| 320 | 
            +
                .bodyContainer .mcnTextContent p a {
         | 
| 321 | 
            +
                  color: #007C89;
         | 
| 322 | 
            +
                  font-weight: normal;
         | 
| 323 | 
            +
                  text-decoration: underline;
         | 
| 324 | 
            +
                }
         | 
| 325 | 
            +
             | 
| 326 | 
            +
                /*
         | 
| 327 | 
            +
              @tab Footer
         | 
| 328 | 
            +
              @section Footer Style
         | 
| 329 | 
            +
              */
         | 
| 330 | 
            +
                #templateFooter {
         | 
| 331 | 
            +
                  background-color: #333333;
         | 
| 332 | 
            +
                  background-image: none;
         | 
| 333 | 
            +
                  background-repeat: no-repeat;
         | 
| 334 | 
            +
                  background-position: center;
         | 
| 335 | 
            +
                  background-size: cover;
         | 
| 336 | 
            +
                  border-top: 0;
         | 
| 337 | 
            +
                  border-bottom: 0;
         | 
| 338 | 
            +
                  padding-top: 45px;
         | 
| 339 | 
            +
                  padding-bottom: 63px;
         | 
| 340 | 
            +
                }
         | 
| 341 | 
            +
             | 
| 342 | 
            +
                /*
         | 
| 343 | 
            +
              @tab Footer
         | 
| 344 | 
            +
              @section Footer Interior Style
         | 
| 345 | 
            +
              */
         | 
| 346 | 
            +
                .footerContainer {
         | 
| 347 | 
            +
                  background-color: transparent;
         | 
| 348 | 
            +
                  background-image: none;
         | 
| 349 | 
            +
                  background-repeat: no-repeat;
         | 
| 350 | 
            +
                  background-position: center;
         | 
| 351 | 
            +
                  background-size: cover;
         | 
| 352 | 
            +
                  border-top: 0;
         | 
| 353 | 
            +
                  border-bottom: 0;
         | 
| 354 | 
            +
                  padding-top: 0;
         | 
| 355 | 
            +
                  padding-bottom: 0;
         | 
| 356 | 
            +
                }
         | 
| 357 | 
            +
             | 
| 358 | 
            +
                /*
         | 
| 359 | 
            +
              @tab Footer
         | 
| 360 | 
            +
              @section Footer Text
         | 
| 361 | 
            +
              */
         | 
| 362 | 
            +
                .footerContainer .mcnTextContent,
         | 
| 363 | 
            +
                .footerContainer .mcnTextContent p {
         | 
| 364 | 
            +
                  color: #FFFFFF;
         | 
| 365 | 
            +
                  font-family: Helvetica;
         | 
| 366 | 
            +
                  font-size: 12px;
         | 
| 367 | 
            +
                  line-height: 150%;
         | 
| 368 | 
            +
                  text-align: center;
         | 
| 369 | 
            +
                }
         | 
| 370 | 
            +
             | 
| 371 | 
            +
                /*
         | 
| 372 | 
            +
              @tab Footer
         | 
| 373 | 
            +
              @section Footer Link
         | 
| 374 | 
            +
              */
         | 
| 375 | 
            +
                .footerContainer .mcnTextContent a,
         | 
| 376 | 
            +
                .footerContainer .mcnTextContent p a {
         | 
| 377 | 
            +
                  color: #FFFFFF;
         | 
| 378 | 
            +
                  font-weight: normal;
         | 
| 379 | 
            +
                  text-decoration: underline;
         | 
| 380 | 
            +
                }
         | 
| 381 | 
            +
             | 
| 382 | 
            +
                @media only screen and (min-width:768px) {
         | 
| 383 | 
            +
                  .templateContainer {
         | 
| 384 | 
            +
                    width: 600px !important;
         | 
| 385 | 
            +
                  }
         | 
| 386 | 
            +
             | 
| 387 | 
            +
                }
         | 
| 388 | 
            +
             | 
| 389 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 390 | 
            +
             | 
| 391 | 
            +
                  body,
         | 
| 392 | 
            +
                  table,
         | 
| 393 | 
            +
                  td,
         | 
| 394 | 
            +
                  p,
         | 
| 395 | 
            +
                  a,
         | 
| 396 | 
            +
                  li,
         | 
| 397 | 
            +
                  blockquote {
         | 
| 398 | 
            +
                    -webkit-text-size-adjust: none !important;
         | 
| 399 | 
            +
                  }
         | 
| 400 | 
            +
             | 
| 401 | 
            +
                }
         | 
| 402 | 
            +
             | 
| 403 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 404 | 
            +
                  body {
         | 
| 405 | 
            +
                    width: 100% !important;
         | 
| 406 | 
            +
                    min-width: 100% !important;
         | 
| 407 | 
            +
                  }
         | 
| 408 | 
            +
             | 
| 409 | 
            +
                }
         | 
| 410 | 
            +
             | 
| 411 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 412 | 
            +
                  .mcnRetinaImage {
         | 
| 413 | 
            +
                    max-width: 100% !important;
         | 
| 414 | 
            +
                  }
         | 
| 415 | 
            +
             | 
| 416 | 
            +
                }
         | 
| 417 | 
            +
             | 
| 418 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 419 | 
            +
                  .mcnImage {
         | 
| 420 | 
            +
                    width: 100% !important;
         | 
| 421 | 
            +
                  }
         | 
| 422 | 
            +
             | 
| 423 | 
            +
                }
         | 
| 424 | 
            +
             | 
| 425 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 426 | 
            +
             | 
| 427 | 
            +
                  .mcnCartContainer,
         | 
| 428 | 
            +
                  .mcnCaptionTopContent,
         | 
| 429 | 
            +
                  .mcnRecContentContainer,
         | 
| 430 | 
            +
                  .mcnCaptionBottomContent,
         | 
| 431 | 
            +
                  .mcnTextContentContainer,
         | 
| 432 | 
            +
                  .mcnBoxedTextContentContainer,
         | 
| 433 | 
            +
                  .mcnImageGroupContentContainer,
         | 
| 434 | 
            +
                  .mcnCaptionLeftTextContentContainer,
         | 
| 435 | 
            +
                  .mcnCaptionRightTextContentContainer,
         | 
| 436 | 
            +
                  .mcnCaptionLeftImageContentContainer,
         | 
| 437 | 
            +
                  .mcnCaptionRightImageContentContainer,
         | 
| 438 | 
            +
                  .mcnImageCardLeftTextContentContainer,
         | 
| 439 | 
            +
                  .mcnImageCardRightTextContentContainer,
         | 
| 440 | 
            +
                  .mcnImageCardLeftImageContentContainer,
         | 
| 441 | 
            +
                  .mcnImageCardRightImageContentContainer {
         | 
| 442 | 
            +
                    max-width: 100% !important;
         | 
| 443 | 
            +
                    width: 100% !important;
         | 
| 444 | 
            +
                  }
         | 
| 445 | 
            +
             | 
| 446 | 
            +
                }
         | 
| 447 | 
            +
             | 
| 448 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 449 | 
            +
                  .mcnBoxedTextContentContainer {
         | 
| 450 | 
            +
                    min-width: 100% !important;
         | 
| 451 | 
            +
                  }
         | 
| 452 | 
            +
             | 
| 453 | 
            +
                }
         | 
| 454 | 
            +
             | 
| 455 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 456 | 
            +
                  .mcnImageGroupContent {
         | 
| 457 | 
            +
                    padding: 9px !important;
         | 
| 458 | 
            +
                  }
         | 
| 459 | 
            +
             | 
| 460 | 
            +
                }
         | 
| 461 | 
            +
             | 
| 462 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 463 | 
            +
             | 
| 464 | 
            +
                  .mcnCaptionLeftContentOuter .mcnTextContent,
         | 
| 465 | 
            +
                  .mcnCaptionRightContentOuter .mcnTextContent {
         | 
| 466 | 
            +
                    padding-top: 9px !important;
         | 
| 467 | 
            +
                  }
         | 
| 468 | 
            +
             | 
| 469 | 
            +
                }
         | 
| 470 | 
            +
             | 
| 471 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 472 | 
            +
             | 
| 473 | 
            +
                  .mcnImageCardTopImageContent,
         | 
| 474 | 
            +
                  .mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,
         | 
| 475 | 
            +
                  .mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent {
         | 
| 476 | 
            +
                    padding-top: 18px !important;
         | 
| 477 | 
            +
                  }
         | 
| 478 | 
            +
             | 
| 479 | 
            +
                }
         | 
| 480 | 
            +
             | 
| 481 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 482 | 
            +
                  .mcnImageCardBottomImageContent {
         | 
| 483 | 
            +
                    padding-bottom: 9px !important;
         | 
| 484 | 
            +
                  }
         | 
| 485 | 
            +
             | 
| 486 | 
            +
                }
         | 
| 487 | 
            +
             | 
| 488 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 489 | 
            +
                  .mcnImageGroupBlockInner {
         | 
| 490 | 
            +
                    padding-top: 0 !important;
         | 
| 491 | 
            +
                    padding-bottom: 0 !important;
         | 
| 492 | 
            +
                  }
         | 
| 493 | 
            +
             | 
| 494 | 
            +
                }
         | 
| 495 | 
            +
             | 
| 496 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 497 | 
            +
                  .mcnImageGroupBlockOuter {
         | 
| 498 | 
            +
                    padding-top: 9px !important;
         | 
| 499 | 
            +
                    padding-bottom: 9px !important;
         | 
| 500 | 
            +
                  }
         | 
| 501 | 
            +
             | 
| 502 | 
            +
                }
         | 
| 503 | 
            +
             | 
| 504 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 505 | 
            +
             | 
| 506 | 
            +
                  .mcnTextContent,
         | 
| 507 | 
            +
                  .mcnBoxedTextContentColumn {
         | 
| 508 | 
            +
                    padding-right: 18px !important;
         | 
| 509 | 
            +
                    padding-left: 18px !important;
         | 
| 510 | 
            +
                  }
         | 
| 511 | 
            +
             | 
| 512 | 
            +
                }
         | 
| 513 | 
            +
             | 
| 514 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 515 | 
            +
             | 
| 516 | 
            +
                  .mcnImageCardLeftImageContent,
         | 
| 517 | 
            +
                  .mcnImageCardRightImageContent {
         | 
| 518 | 
            +
                    padding-right: 18px !important;
         | 
| 519 | 
            +
                    padding-bottom: 0 !important;
         | 
| 520 | 
            +
                    padding-left: 18px !important;
         | 
| 521 | 
            +
                  }
         | 
| 522 | 
            +
             | 
| 523 | 
            +
                }
         | 
| 524 | 
            +
             | 
| 525 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 526 | 
            +
                  .mcpreview-image-uploader {
         | 
| 527 | 
            +
                    display: none !important;
         | 
| 528 | 
            +
                    width: 100% !important;
         | 
| 529 | 
            +
                  }
         | 
| 530 | 
            +
             | 
| 531 | 
            +
                }
         | 
| 532 | 
            +
             | 
| 533 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 534 | 
            +
             | 
| 535 | 
            +
                  /*
         | 
| 536 | 
            +
              @tab Mobile Styles
         | 
| 537 | 
            +
              @section Heading 1
         | 
| 538 | 
            +
              @tip Make the first-level headings larger in size for better readability on small screens.
         | 
| 539 | 
            +
              */
         | 
| 540 | 
            +
                  h1 {
         | 
| 541 | 
            +
                    font-size: 30px !important;
         | 
| 542 | 
            +
                    line-height: 125% !important;
         | 
| 543 | 
            +
                  }
         | 
| 544 | 
            +
             | 
| 545 | 
            +
                }
         | 
| 546 | 
            +
             | 
| 547 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 548 | 
            +
             | 
| 549 | 
            +
                  /*
         | 
| 550 | 
            +
              @tab Mobile Styles
         | 
| 551 | 
            +
              @section Heading 2
         | 
| 552 | 
            +
              @tip Make the second-level headings larger in size for better readability on small screens.
         | 
| 553 | 
            +
              */
         | 
| 554 | 
            +
                  h2 {
         | 
| 555 | 
            +
                    font-size: 26px !important;
         | 
| 556 | 
            +
                    line-height: 125% !important;
         | 
| 557 | 
            +
                  }
         | 
| 558 | 
            +
             | 
| 559 | 
            +
                }
         | 
| 560 | 
            +
             | 
| 561 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 562 | 
            +
             | 
| 563 | 
            +
                  /*
         | 
| 564 | 
            +
              @tab Mobile Styles
         | 
| 565 | 
            +
              @section Heading 3
         | 
| 566 | 
            +
              @tip Make the third-level headings larger in size for better readability on small screens.
         | 
| 567 | 
            +
              */
         | 
| 568 | 
            +
                  h3 {
         | 
| 569 | 
            +
                    font-size: 20px !important;
         | 
| 570 | 
            +
                    line-height: 150% !important;
         | 
| 571 | 
            +
                  }
         | 
| 572 | 
            +
             | 
| 573 | 
            +
                }
         | 
| 574 | 
            +
             | 
| 575 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 576 | 
            +
             | 
| 577 | 
            +
                  /*
         | 
| 578 | 
            +
              @tab Mobile Styles
         | 
| 579 | 
            +
              @section Heading 4
         | 
| 580 | 
            +
              @tip Make the fourth-level headings larger in size for better readability on small screens.
         | 
| 581 | 
            +
              */
         | 
| 582 | 
            +
                  h4 {
         | 
| 583 | 
            +
                    font-size: 18px !important;
         | 
| 584 | 
            +
                    line-height: 150% !important;
         | 
| 585 | 
            +
                  }
         | 
| 586 | 
            +
             | 
| 587 | 
            +
                }
         | 
| 588 | 
            +
             | 
| 589 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 590 | 
            +
             | 
| 591 | 
            +
                  /*
         | 
| 592 | 
            +
              @tab Mobile Styles
         | 
| 593 | 
            +
              @section Boxed Text
         | 
| 594 | 
            +
              @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
         | 
| 595 | 
            +
              */
         | 
| 596 | 
            +
                  .mcnBoxedTextContentContainer .mcnTextContent,
         | 
| 597 | 
            +
                  .mcnBoxedTextContentContainer .mcnTextContent p {
         | 
| 598 | 
            +
                    font-size: 14px !important;
         | 
| 599 | 
            +
                    line-height: 150% !important;
         | 
| 600 | 
            +
                  }
         | 
| 601 | 
            +
             | 
| 602 | 
            +
                }
         | 
| 603 | 
            +
             | 
| 604 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 605 | 
            +
             | 
| 606 | 
            +
                  /*
         | 
| 607 | 
            +
              @tab Mobile Styles
         | 
| 608 | 
            +
              @section Header Text
         | 
| 609 | 
            +
              @tip Make the header text larger in size for better readability on small screens.
         | 
| 610 | 
            +
              */
         | 
| 611 | 
            +
                  .headerContainer .mcnTextContent,
         | 
| 612 | 
            +
                  .headerContainer .mcnTextContent p {
         | 
| 613 | 
            +
                    font-size: 16px !important;
         | 
| 614 | 
            +
                    line-height: 150% !important;
         | 
| 615 | 
            +
                  }
         | 
| 616 | 
            +
             | 
| 617 | 
            +
                }
         | 
| 618 | 
            +
             | 
| 619 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 620 | 
            +
             | 
| 621 | 
            +
                  /*
         | 
| 622 | 
            +
              @tab Mobile Styles
         | 
| 623 | 
            +
              @section Body Text
         | 
| 624 | 
            +
              @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
         | 
| 625 | 
            +
              */
         | 
| 626 | 
            +
                  .bodyContainer .mcnTextContent,
         | 
| 627 | 
            +
                  .bodyContainer .mcnTextContent p {
         | 
| 628 | 
            +
                    font-size: 16px !important;
         | 
| 629 | 
            +
                    line-height: 150% !important;
         | 
| 630 | 
            +
                  }
         | 
| 631 | 
            +
             | 
| 632 | 
            +
                }
         | 
| 633 | 
            +
             | 
| 634 | 
            +
                @media only screen and (max-width: 480px) {
         | 
| 635 | 
            +
             | 
| 636 | 
            +
                  /*
         | 
| 637 | 
            +
              @tab Mobile Styles
         | 
| 638 | 
            +
              @section Footer Text
         | 
| 639 | 
            +
              @tip Make the footer content text larger in size for better readability on small screens.
         | 
| 640 | 
            +
              */
         | 
| 641 | 
            +
                  .footerContainer .mcnTextContent,
         | 
| 642 | 
            +
                  .footerContainer .mcnTextContent p {
         | 
| 643 | 
            +
                    font-size: 14px !important;
         | 
| 644 | 
            +
                    line-height: 150% !important;
         | 
| 645 | 
            +
                  }
         | 
| 646 | 
            +
             | 
| 647 | 
            +
                }
         | 
| 648 | 
            +
              </style>
         | 
| 649 | 
            +
            </head>
         | 
| 650 | 
            +
             | 
| 651 | 
            +
            <body>
         | 
| 652 | 
            +
              <!--*|IF:MC_PREVIEW_TEXT|*-->
         | 
| 653 | 
            +
              <!--[if !gte mso 9]><!----><span class="mcnPreviewText"
         | 
| 654 | 
            +
                style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">*|MC_PREVIEW_TEXT|*</span>
         | 
| 655 | 
            +
              <!--<![endif]-->
         | 
| 656 | 
            +
              <!--*|END:IF|*-->
         | 
| 657 | 
            +
              <center>
         | 
| 658 | 
            +
                <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
         | 
| 659 | 
            +
                  <tr>
         | 
| 660 | 
            +
                    <td align="center" valign="top" id="bodyCell">
         | 
| 661 | 
            +
                      <!-- BEGIN TEMPLATE // -->
         | 
| 662 | 
            +
                      <table border="0" cellpadding="0" cellspacing="0" width="100%">
         | 
| 663 | 
            +
                        <tr>
         | 
| 664 | 
            +
                          <td align="center" valign="top" id="templateHeader" data-template-container>
         | 
| 665 | 
            +
                            <!--[if (gte mso 9)|(IE)]>
         | 
| 666 | 
            +
                                                <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
         | 
| 667 | 
            +
                                                <tr>
         | 
| 668 | 
            +
                                                <td align="center" valign="top" width="600" style="width:600px;">
         | 
| 669 | 
            +
                                                <![endif]-->
         | 
| 670 | 
            +
                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
         | 
| 671 | 
            +
                              <tr>
         | 
| 672 | 
            +
                                <td valign="top" class="headerContainer">
         | 
| 673 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock"
         | 
| 674 | 
            +
                                    style="min-width:100%;">
         | 
| 675 | 
            +
                                    <tbody class="mcnImageBlockOuter">
         | 
| 676 | 
            +
                                      <tr>
         | 
| 677 | 
            +
                                        <td valign="top" style="padding:9px" class="mcnImageBlockInner">
         | 
| 678 | 
            +
                                          <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0"
         | 
| 679 | 
            +
                                            class="mcnImageContentContainer" style="min-width:100%;">
         | 
| 680 | 
            +
                                            <tbody>
         | 
| 681 | 
            +
                                              <tr>
         | 
| 682 | 
            +
                                                <td class="mcnImageContent" valign="top"
         | 
| 683 | 
            +
                                                  style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0; text-align:center;">
         | 
| 684 | 
            +
             | 
| 685 | 
            +
                                                  <img align="center" alt="WasyaCo"
         | 
| 686 | 
            +
                                                    src="https://mcusercontent.com/c1c0b5d8d2e0e77bfc4d6376e/images/acb2ec6e-6513-b384-ba8f-41e1195b6011.png"
         | 
| 687 | 
            +
                                                    width="257"
         | 
| 688 | 
            +
                                                    style="max-width:257px; padding-bottom: 0; display: inline !important; vertical-align: bottom;"
         | 
| 689 | 
            +
                                                    class="mcnImage">
         | 
| 690 | 
            +
             | 
| 691 | 
            +
             | 
| 692 | 
            +
                                                </td>
         | 
| 693 | 
            +
                                              </tr>
         | 
| 694 | 
            +
                                            </tbody>
         | 
| 695 | 
            +
                                          </table>
         | 
| 696 | 
            +
                                        </td>
         | 
| 697 | 
            +
                                      </tr>
         | 
| 698 | 
            +
                                    </tbody>
         | 
| 699 | 
            +
                                  </table>
         | 
| 700 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
         | 
| 701 | 
            +
                                    style="min-width:100%;">
         | 
| 702 | 
            +
                                    <tbody class="mcnTextBlockOuter">
         | 
| 703 | 
            +
                                      <tr>
         | 
| 704 | 
            +
                                        <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
         | 
| 705 | 
            +
                                          <!--[if mso]>
         | 
| 706 | 
            +
                    <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
         | 
| 707 | 
            +
                    <tr>
         | 
| 708 | 
            +
                    <![endif]-->
         | 
| 709 | 
            +
             | 
| 710 | 
            +
                                          <!--[if mso]>
         | 
| 711 | 
            +
                    <td valign="top" width="600" style="width:600px;">
         | 
| 712 | 
            +
                    <![endif]-->
         | 
| 713 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0"
         | 
| 714 | 
            +
                                            style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
         | 
| 715 | 
            +
                                            <tbody>
         | 
| 716 | 
            +
                                              <tr>
         | 
| 717 | 
            +
             | 
| 718 | 
            +
                                                <td valign="top" class="mcnTextContent"
         | 
| 719 | 
            +
                                                  style="text-align: center; padding-top:0; padding-right:18px; padding-bottom:0; padding-left:18px;">
         | 
| 720 | 
            +
             | 
| 721 | 
            +
                                                  <h1><em>ReactJs Development</em></h1>
         | 
| 722 | 
            +
             | 
| 723 | 
            +
             | 
| 724 | 
            +
                                                </td>
         | 
| 725 | 
            +
                                              </tr>
         | 
| 726 | 
            +
                                            </tbody>
         | 
| 727 | 
            +
                                          </table>
         | 
| 728 | 
            +
                                          <!--[if mso]>
         | 
| 729 | 
            +
                    </td>
         | 
| 730 | 
            +
                    <![endif]-->
         | 
| 731 | 
            +
             | 
| 732 | 
            +
                                          <!--[if mso]>
         | 
| 733 | 
            +
                    </tr>
         | 
| 734 | 
            +
                    </table>
         | 
| 735 | 
            +
                    <![endif]-->
         | 
| 736 | 
            +
                                        </td>
         | 
| 737 | 
            +
                                      </tr>
         | 
| 738 | 
            +
                                    </tbody>
         | 
| 739 | 
            +
                                  </table>
         | 
| 740 | 
            +
                                </td>
         | 
| 741 | 
            +
                              </tr>
         | 
| 742 | 
            +
                            </table>
         | 
| 743 | 
            +
                            <!--[if (gte mso 9)|(IE)]>
         | 
| 744 | 
            +
                                                </td>
         | 
| 745 | 
            +
                                                </tr>
         | 
| 746 | 
            +
                                                </table>
         | 
| 747 | 
            +
                                                <![endif]-->
         | 
| 748 | 
            +
                          </td>
         | 
| 749 | 
            +
                        </tr>
         | 
| 750 | 
            +
                        <tr>
         | 
| 751 | 
            +
                          <td align="center" valign="top" id="templateBody" data-template-container>
         | 
| 752 | 
            +
                            <!--[if (gte mso 9)|(IE)]>
         | 
| 753 | 
            +
                                                <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
         | 
| 754 | 
            +
                                                <tr>
         | 
| 755 | 
            +
                                                <td align="center" valign="top" width="600" style="width:600px;">
         | 
| 756 | 
            +
                                                <![endif]-->
         | 
| 757 | 
            +
                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
         | 
| 758 | 
            +
                              <tr>
         | 
| 759 | 
            +
                                <td valign="top" class="bodyContainer">
         | 
| 760 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock"
         | 
| 761 | 
            +
                                    style="min-width:100%;">
         | 
| 762 | 
            +
                                    <tbody class="mcnImageBlockOuter">
         | 
| 763 | 
            +
                                      <tr>
         | 
| 764 | 
            +
                                        <td valign="top" style="padding:9px" class="mcnImageBlockInner">
         | 
| 765 | 
            +
                                          <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0"
         | 
| 766 | 
            +
                                            class="mcnImageContentContainer" style="min-width:100%;">
         | 
| 767 | 
            +
                                            <tbody>
         | 
| 768 | 
            +
                                              <tr>
         | 
| 769 | 
            +
                                                <td class="mcnImageContent" valign="top"
         | 
| 770 | 
            +
                                                  style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0; text-align:center;">
         | 
| 771 | 
            +
             | 
| 772 | 
            +
             | 
| 773 | 
            +
                                                  <img align="center" alt=""
         | 
| 774 | 
            +
                                                    src="https://mcusercontent.com/c1c0b5d8d2e0e77bfc4d6376e/images/3492e609-f393-0458-7556-fc5005239023.jpeg"
         | 
| 775 | 
            +
                                                    width="564"
         | 
| 776 | 
            +
                                                    style="max-width: 1600px; padding-bottom: 0px; vertical-align: bottom; display: inline !important; border-radius: 3%;"
         | 
| 777 | 
            +
                                                    class="mcnImage">
         | 
| 778 | 
            +
             | 
| 779 | 
            +
             | 
| 780 | 
            +
                                                </td>
         | 
| 781 | 
            +
                                              </tr>
         | 
| 782 | 
            +
                                            </tbody>
         | 
| 783 | 
            +
                                          </table>
         | 
| 784 | 
            +
                                        </td>
         | 
| 785 | 
            +
                                      </tr>
         | 
| 786 | 
            +
                                    </tbody>
         | 
| 787 | 
            +
                                  </table>
         | 
| 788 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
         | 
| 789 | 
            +
                                    style="min-width:100%;">
         | 
| 790 | 
            +
                                    <tbody class="mcnTextBlockOuter">
         | 
| 791 | 
            +
                                      <tr>
         | 
| 792 | 
            +
                                        <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
         | 
| 793 | 
            +
                                          <!--[if mso]>
         | 
| 794 | 
            +
                    <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
         | 
| 795 | 
            +
                    <tr>
         | 
| 796 | 
            +
                    <![endif]-->
         | 
| 797 | 
            +
             | 
| 798 | 
            +
                                          <!--[if mso]>
         | 
| 799 | 
            +
                    <td valign="top" width="600" style="width:600px;">
         | 
| 800 | 
            +
                    <![endif]-->
         | 
| 801 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0"
         | 
| 802 | 
            +
                                            style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
         | 
| 803 | 
            +
                                            <tbody>
         | 
| 804 | 
            +
                                              <tr>
         | 
| 805 | 
            +
             | 
| 806 | 
            +
                                                <td valign="top" class="mcnTextContent"
         | 
| 807 | 
            +
                                                  style="padding-top:0; padding-right:18px; padding-bottom:27px; padding-left:18px;">
         | 
| 808 | 
            +
             | 
| 809 | 
            +
                                                  <h3>At Wasya Co, our awesome ReactJs development capabilities enable us to create a
         | 
| 810 | 
            +
                                                    responsive, clean-coded, elegant-looking website just for you.</h3>
         | 
| 811 | 
            +
                                                  <br>
         | 
| 812 | 
            +
                                                  <i>We understand the importance of every small detail, which sets us apart from
         | 
| 813 | 
            +
                                                  everyone else, and gives our clients confidence that they are in good hands.</i>
         | 
| 814 | 
            +
                                                </td>
         | 
| 815 | 
            +
                                              </tr>
         | 
| 816 | 
            +
                                            </tbody>
         | 
| 817 | 
            +
                                          </table>
         | 
| 818 | 
            +
                                          <!--[if mso]>
         | 
| 819 | 
            +
                    </td>
         | 
| 820 | 
            +
                    <![endif]-->
         | 
| 821 | 
            +
             | 
| 822 | 
            +
                                          <!--[if mso]>
         | 
| 823 | 
            +
                    </tr>
         | 
| 824 | 
            +
                    </table>
         | 
| 825 | 
            +
                    <![endif]-->
         | 
| 826 | 
            +
                                        </td>
         | 
| 827 | 
            +
                                      </tr>
         | 
| 828 | 
            +
                                    </tbody>
         | 
| 829 | 
            +
                                  </table>
         | 
| 830 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock"
         | 
| 831 | 
            +
                                    style="min-width:100%;">
         | 
| 832 | 
            +
                                    <tbody class="mcnButtonBlockOuter">
         | 
| 833 | 
            +
                                      <tr>
         | 
| 834 | 
            +
                                        <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
         | 
| 835 | 
            +
                                          valign="top" align="center" class="mcnButtonBlockInner">
         | 
| 836 | 
            +
                                          <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer"
         | 
| 837 | 
            +
                                            style="border-collapse: separate !important;border-radius: 3px;background-color: #009FC7;">
         | 
| 838 | 
            +
                                            <tbody>
         | 
| 839 | 
            +
                                              <tr>
         | 
| 840 | 
            +
                                                <td align="center" valign="middle" class="mcnButtonContent"
         | 
| 841 | 
            +
                                                  style="font-family: Helvetica; font-size: 18px; padding: 18px;">
         | 
| 842 | 
            +
                                                  <a class="mcnButton " title="Wasya Co Project Intake for ReactJs Development"
         | 
| 843 | 
            +
                                                    href="https://wasyaco.com/contact-us-2/" target="_blank"
         | 
| 844 | 
            +
                                                    style="font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;"
         | 
| 845 | 
            +
                                                  >Tell us About your Project!</a>
         | 
| 846 | 
            +
                                                </td>
         | 
| 847 | 
            +
                                              </tr>
         | 
| 848 | 
            +
                                            </tbody>
         | 
| 849 | 
            +
                                          </table>
         | 
| 850 | 
            +
                                        </td>
         | 
| 851 | 
            +
                                      </tr>
         | 
| 852 | 
            +
                                    </tbody>
         | 
| 853 | 
            +
                                  </table>
         | 
| 854 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
         | 
| 855 | 
            +
                                    style="min-width:100%;">
         | 
| 856 | 
            +
                                    <tbody class="mcnTextBlockOuter">
         | 
| 857 | 
            +
                                      <tr>
         | 
| 858 | 
            +
                                        <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
         | 
| 859 | 
            +
                                          <!--[if mso]>
         | 
| 860 | 
            +
                    <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
         | 
| 861 | 
            +
                    <tr>
         | 
| 862 | 
            +
                    <![endif]-->
         | 
| 863 | 
            +
             | 
| 864 | 
            +
                                          <!--[if mso]>
         | 
| 865 | 
            +
                    <td valign="top" width="600" style="width:600px;">
         | 
| 866 | 
            +
                    <![endif]-->
         | 
| 867 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0"
         | 
| 868 | 
            +
                                            style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
         | 
| 869 | 
            +
                                            <tbody>
         | 
| 870 | 
            +
                                              <tr>
         | 
| 871 | 
            +
             | 
| 872 | 
            +
                                                <td valign="top" class="mcnTextContent"
         | 
| 873 | 
            +
                                                  style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
         | 
| 874 | 
            +
             | 
| 875 | 
            +
                                                  <h1 style="margin-top: 20px;"><em>We Provide</em></h1>
         | 
| 876 | 
            +
             | 
| 877 | 
            +
                                                </td>
         | 
| 878 | 
            +
                                              </tr>
         | 
| 879 | 
            +
                                            </tbody>
         | 
| 880 | 
            +
                                          </table>
         | 
| 881 | 
            +
                                          <!--[if mso]>
         | 
| 882 | 
            +
                    </td>
         | 
| 883 | 
            +
                    <![endif]-->
         | 
| 884 | 
            +
             | 
| 885 | 
            +
                                          <!--[if mso]>
         | 
| 886 | 
            +
                    </tr>
         | 
| 887 | 
            +
                    </table>
         | 
| 888 | 
            +
                    <![endif]-->
         | 
| 889 | 
            +
                                        </td>
         | 
| 890 | 
            +
                                      </tr>
         | 
| 891 | 
            +
                                    </tbody>
         | 
| 892 | 
            +
                                  </table>
         | 
| 893 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock">
         | 
| 894 | 
            +
                                    <tbody class="mcnCaptionBlockOuter">
         | 
| 895 | 
            +
                                      <tr>
         | 
| 896 | 
            +
                                        <td class="mcnCaptionBlockInner" valign="top" style="padding:9px;">
         | 
| 897 | 
            +
             | 
| 898 | 
            +
             | 
| 899 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0"
         | 
| 900 | 
            +
                                            class="mcnCaptionBottomContent" width="188">
         | 
| 901 | 
            +
                                            <tbody>
         | 
| 902 | 
            +
                                              <tr>
         | 
| 903 | 
            +
                                                <td class="mcnCaptionBottomImageContent" align="center" valign="top"
         | 
| 904 | 
            +
                                                  style="padding:0 9px 9px 9px;">
         | 
| 905 | 
            +
                                                  <img alt=""
         | 
| 906 | 
            +
                                                    src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/12/05174731/150x150-orchid.png"
         | 
| 907 | 
            +
                                                    width="75" style="max-width:75px;" class="mcnImage">
         | 
| 908 | 
            +
                                                </td>
         | 
| 909 | 
            +
                                              </tr>
         | 
| 910 | 
            +
                                              <tr>
         | 
| 911 | 
            +
                                                <td class="mcnTextContent" valign="top" style="padding:0 9px 0 9px;" width="188">
         | 
| 912 | 
            +
                                                  <div style="text-align: center;">Slick Design</div>
         | 
| 913 | 
            +
                                                </td>
         | 
| 914 | 
            +
                                              </tr>
         | 
| 915 | 
            +
                                            </tbody>
         | 
| 916 | 
            +
                                          </table>
         | 
| 917 | 
            +
             | 
| 918 | 
            +
                                          <table align="right" border="0" cellpadding="0" cellspacing="0"
         | 
| 919 | 
            +
                                            class="mcnCaptionBottomContent" width="188">
         | 
| 920 | 
            +
                                            <tbody>
         | 
| 921 | 
            +
                                              <tr>
         | 
| 922 | 
            +
                                                <td class="mcnCaptionBottomImageContent" align="center" valign="top"
         | 
| 923 | 
            +
                                                  style="padding:0 9px 9px 9px;">
         | 
| 924 | 
            +
                                                  <img alt=""
         | 
| 925 | 
            +
                                                    src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/12/05174732/150x150-trophy.png"
         | 
| 926 | 
            +
                                                    width="75" style="max-width:75px;" class="mcnImage">
         | 
| 927 | 
            +
                                                </td>
         | 
| 928 | 
            +
                                              </tr>
         | 
| 929 | 
            +
                                              <tr>
         | 
| 930 | 
            +
                                                <td class="mcnTextContent" valign="top" style="padding:0 9px 0 9px;" width="188">
         | 
| 931 | 
            +
                                                  <div style="text-align: center;">Strategic Solutions</div>
         | 
| 932 | 
            +
                                                </td>
         | 
| 933 | 
            +
                                              </tr>
         | 
| 934 | 
            +
                                            </tbody>
         | 
| 935 | 
            +
                                          </table>
         | 
| 936 | 
            +
             | 
| 937 | 
            +
                                          <table align="right" border="0" cellpadding="0" cellspacing="0"
         | 
| 938 | 
            +
                                            class="mcnCaptionBottomContent" width="188">
         | 
| 939 | 
            +
                                            <tbody>
         | 
| 940 | 
            +
                                              <tr>
         | 
| 941 | 
            +
                                                <td class="mcnCaptionBottomImageContent" align="center" valign="top"
         | 
| 942 | 
            +
                                                  style="padding:0 9px 9px 9px;">
         | 
| 943 | 
            +
                                                  <img alt=""
         | 
| 944 | 
            +
                                                    src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/12/05174733/150x150-users.png"
         | 
| 945 | 
            +
                                                    width="75" style="max-width:75px;" class="mcnImage">
         | 
| 946 | 
            +
                                                </td>
         | 
| 947 | 
            +
                                              </tr>
         | 
| 948 | 
            +
                                              <tr>
         | 
| 949 | 
            +
                                                <td class="mcnTextContent" valign="top" style="padding:0 9px 0 9px;" width="188">
         | 
| 950 | 
            +
                                                  <div style="text-align: center;">Awesome Support</div>
         | 
| 951 | 
            +
                                                </td>
         | 
| 952 | 
            +
                                              </tr>
         | 
| 953 | 
            +
                                            </tbody>
         | 
| 954 | 
            +
                                          </table>
         | 
| 955 | 
            +
             | 
| 956 | 
            +
             | 
| 957 | 
            +
             | 
| 958 | 
            +
             | 
| 959 | 
            +
             | 
| 960 | 
            +
                                        </td>
         | 
| 961 | 
            +
                                      </tr>
         | 
| 962 | 
            +
                                    </tbody>
         | 
| 963 | 
            +
                                  </table>
         | 
| 964 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
         | 
| 965 | 
            +
                                    style="min-width:100%;">
         | 
| 966 | 
            +
                                    <tbody class="mcnTextBlockOuter">
         | 
| 967 | 
            +
                                      <tr>
         | 
| 968 | 
            +
                                        <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
         | 
| 969 | 
            +
                                          <!--[if mso]>
         | 
| 970 | 
            +
                    <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
         | 
| 971 | 
            +
                    <tr>
         | 
| 972 | 
            +
                    <![endif]-->
         | 
| 973 | 
            +
             | 
| 974 | 
            +
                                          <!--[if mso]>
         | 
| 975 | 
            +
                    <td valign="top" width="600" style="width:600px;">
         | 
| 976 | 
            +
                    <![endif]-->
         | 
| 977 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0"
         | 
| 978 | 
            +
                                            style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
         | 
| 979 | 
            +
                                            <tbody>
         | 
| 980 | 
            +
                                              <tr>
         | 
| 981 | 
            +
             | 
| 982 | 
            +
                                                <td valign="top" class="mcnTextContent"
         | 
| 983 | 
            +
                                                  style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
         | 
| 984 | 
            +
             | 
| 985 | 
            +
                                                  <h3 style="margin-top: 20px; margin-bottom: 20px;">If you are ready to take your
         | 
| 986 | 
            +
                                                    online business to the next level, talk to us
         | 
| 987 | 
            +
                                                    today!</h3>
         | 
| 988 | 
            +
             | 
| 989 | 
            +
                                                </td>
         | 
| 990 | 
            +
                                              </tr>
         | 
| 991 | 
            +
                                            </tbody>
         | 
| 992 | 
            +
                                          </table>
         | 
| 993 | 
            +
                                          <!--[if mso]>
         | 
| 994 | 
            +
                    </td>
         | 
| 995 | 
            +
                    <![endif]-->
         | 
| 996 | 
            +
             | 
| 997 | 
            +
                                          <!--[if mso]>
         | 
| 998 | 
            +
                    </tr>
         | 
| 999 | 
            +
                    </table>
         | 
| 1000 | 
            +
                    <![endif]-->
         | 
| 1001 | 
            +
                                        </td>
         | 
| 1002 | 
            +
                                      </tr>
         | 
| 1003 | 
            +
                                    </tbody>
         | 
| 1004 | 
            +
                                  </table>
         | 
| 1005 | 
            +
             | 
| 1006 | 
            +
             | 
| 1007 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
         | 
| 1008 | 
            +
                                    style="min-width:100%; margin-bottom: 40px;">
         | 
| 1009 | 
            +
                                    <tbody class="mcnTextBlockOuter">
         | 
| 1010 | 
            +
                                      <tr>
         | 
| 1011 | 
            +
                                        <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
         | 
| 1012 | 
            +
                                          <!--[if mso]>
         | 
| 1013 | 
            +
                    <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
         | 
| 1014 | 
            +
                    <tr>
         | 
| 1015 | 
            +
                    <![endif]-->
         | 
| 1016 | 
            +
             | 
| 1017 | 
            +
                                          <!--[if mso]>
         | 
| 1018 | 
            +
                    <td valign="top" width="300" style="width:300px;">
         | 
| 1019 | 
            +
                    <![endif]-->
         | 
| 1020 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:300px;" width="100%" class="mcnTextContentContainer">
         | 
| 1021 | 
            +
                                            <tbody>
         | 
| 1022 | 
            +
                                              <tr>
         | 
| 1023 | 
            +
             | 
| 1024 | 
            +
                                                <td valign="top" class="mcnTextContent"
         | 
| 1025 | 
            +
                                                  style="padding-top:0; padding-left:18px; padding-bottom:9px; padding-right:18px;">
         | 
| 1026 | 
            +
             | 
| 1027 | 
            +
                                                  <table border="0" cellpadding="0" cellspacing="0" width="100%"
         | 
| 1028 | 
            +
                                                    class="mcnButtonBlock" style="min-width:100%;">
         | 
| 1029 | 
            +
                                                    <tbody class="mcnButtonBlockOuter">
         | 
| 1030 | 
            +
                                                      <tr>
         | 
| 1031 | 
            +
                                                        <td
         | 
| 1032 | 
            +
                                                          style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
         | 
| 1033 | 
            +
                                                          valign="top" align="center" class="mcnButtonBlockInner">
         | 
| 1034 | 
            +
                                                          <table border="0" cellpadding="0" cellspacing="0"
         | 
| 1035 | 
            +
                                                            class="mcnButtonContentContainer"
         | 
| 1036 | 
            +
                                                            style="border-collapse: separate !important;border-radius: 3px;background-color: #009FC7;">
         | 
| 1037 | 
            +
                                                            <tbody>
         | 
| 1038 | 
            +
                                                              <tr>
         | 
| 1039 | 
            +
                                                                <td align="center" valign="middle" class="mcnButtonContent"
         | 
| 1040 | 
            +
                                                                  style="font-family: Helvetica; font-size: 18px;">
         | 
| 1041 | 
            +
                                                                  <a class="mcnButton "
         | 
| 1042 | 
            +
                                                                    title="Wasya Co Project Intake for ReactJs Development"
         | 
| 1043 | 
            +
                                                                    href="https://wasyaco.com/our-work/" target="_blank"
         | 
| 1044 | 
            +
                                                                    style="padding: 18px; font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;"
         | 
| 1045 | 
            +
                                                                  >See Our Successful <br />ReactJs Deliveries</a>
         | 
| 1046 | 
            +
                                                                </td>
         | 
| 1047 | 
            +
                                                              </tr>
         | 
| 1048 | 
            +
                                                            </tbody>
         | 
| 1049 | 
            +
                                                          </table>
         | 
| 1050 | 
            +
                                                        </td>
         | 
| 1051 | 
            +
                                                      </tr>
         | 
| 1052 | 
            +
                                                    </tbody>
         | 
| 1053 | 
            +
                                                  </table>
         | 
| 1054 | 
            +
             | 
| 1055 | 
            +
                                                </td>
         | 
| 1056 | 
            +
                                              </tr>
         | 
| 1057 | 
            +
                                            </tbody>
         | 
| 1058 | 
            +
                                          </table>
         | 
| 1059 | 
            +
                                          <!--[if mso]>
         | 
| 1060 | 
            +
                    </td>
         | 
| 1061 | 
            +
                    <![endif]-->
         | 
| 1062 | 
            +
             | 
| 1063 | 
            +
                                          <!--[if mso]>
         | 
| 1064 | 
            +
                    <td valign="top" width="300" style="width:300px;">
         | 
| 1065 | 
            +
                    <![endif]-->
         | 
| 1066 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:300px;"
         | 
| 1067 | 
            +
                                            width="100%" class="mcnTextContentContainer">
         | 
| 1068 | 
            +
                                            <tbody>
         | 
| 1069 | 
            +
                                              <tr>
         | 
| 1070 | 
            +
             | 
| 1071 | 
            +
                                                <td valign="top" class="mcnTextContent"
         | 
| 1072 | 
            +
                                                  style="padding-top:0; padding-left:18px; padding-bottom:9px; padding-right:18px;">
         | 
| 1073 | 
            +
             | 
| 1074 | 
            +
                                                  <table border="0" cellpadding="0" cellspacing="0" width="100%"
         | 
| 1075 | 
            +
                                                    class="mcnButtonBlock" style="min-width:100%;">
         | 
| 1076 | 
            +
                                                    <tbody class="mcnButtonBlockOuter">
         | 
| 1077 | 
            +
                                                      <tr>
         | 
| 1078 | 
            +
                                                        <td
         | 
| 1079 | 
            +
                                                          style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;"
         | 
| 1080 | 
            +
                                                          valign="top" align="center" class="mcnButtonBlockInner">
         | 
| 1081 | 
            +
                                                          <table border="0" cellpadding="0" cellspacing="0"
         | 
| 1082 | 
            +
                                                            class="mcnButtonContentContainer"
         | 
| 1083 | 
            +
                                                            style="border-collapse: separate !important;border-radius: 3px;background-color: #009FC7;">
         | 
| 1084 | 
            +
                                                            <tbody>
         | 
| 1085 | 
            +
                                                              <tr>
         | 
| 1086 | 
            +
                                                                <td align="center" valign="middle" class="mcnButtonContent"
         | 
| 1087 | 
            +
                                                                  style="font-family: Helvetica; font-size: 18px; ">
         | 
| 1088 | 
            +
                                                                  <a class="mcnButton "
         | 
| 1089 | 
            +
                                                                    title="Wasya Co Project Intake for ReactJs Development"
         | 
| 1090 | 
            +
                                                                    href="https://wasya.co/contact-us-2/" target="_blank"
         | 
| 1091 | 
            +
                                                                    style="padding: 18px; font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;"
         | 
| 1092 | 
            +
                                                                  >Describe Your Project <br />to Get Started</a>
         | 
| 1093 | 
            +
                                                                </td>
         | 
| 1094 | 
            +
                                                              </tr>
         | 
| 1095 | 
            +
                                                            </tbody>
         | 
| 1096 | 
            +
                                                          </table>
         | 
| 1097 | 
            +
                                                        </td>
         | 
| 1098 | 
            +
                                                      </tr>
         | 
| 1099 | 
            +
                                                    </tbody>
         | 
| 1100 | 
            +
                                                  </table>
         | 
| 1101 | 
            +
             | 
| 1102 | 
            +
             | 
| 1103 | 
            +
                                                </td>
         | 
| 1104 | 
            +
                                              </tr>
         | 
| 1105 | 
            +
                                            </tbody>
         | 
| 1106 | 
            +
                                          </table>
         | 
| 1107 | 
            +
                                          <!--[if mso]>
         | 
| 1108 | 
            +
                    </td>
         | 
| 1109 | 
            +
                    <![endif]-->
         | 
| 1110 | 
            +
             | 
| 1111 | 
            +
                                          <!--[if mso]>
         | 
| 1112 | 
            +
                    </tr>
         | 
| 1113 | 
            +
                    </table>
         | 
| 1114 | 
            +
                    <![endif]-->
         | 
| 1115 | 
            +
                                        </td>
         | 
| 1116 | 
            +
                                      </tr>
         | 
| 1117 | 
            +
                                    </tbody>
         | 
| 1118 | 
            +
                                  </table>
         | 
| 1119 | 
            +
                                </td>
         | 
| 1120 | 
            +
                              </tr>
         | 
| 1121 | 
            +
                            </table>
         | 
| 1122 | 
            +
                            <!--[if (gte mso 9)|(IE)]>
         | 
| 1123 | 
            +
                                                </td>
         | 
| 1124 | 
            +
                                                </tr>
         | 
| 1125 | 
            +
                                                </table>
         | 
| 1126 | 
            +
                                                <![endif]-->
         | 
| 1127 | 
            +
                          </td>
         | 
| 1128 | 
            +
                        </tr>
         | 
| 1129 | 
            +
                        <tr style="margin-top: 40px;">
         | 
| 1130 | 
            +
                          <td align="center" valign="top" id="templateFooter" data-template-container>
         | 
| 1131 | 
            +
                            <!--[if (gte mso 9)|(IE)]>
         | 
| 1132 | 
            +
                                                <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
         | 
| 1133 | 
            +
                                                <tr>
         | 
| 1134 | 
            +
                                                <td align="center" valign="top" width="600" style="width:600px;">
         | 
| 1135 | 
            +
                                                <![endif]-->
         | 
| 1136 | 
            +
                            <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
         | 
| 1137 | 
            +
                              <tr>
         | 
| 1138 | 
            +
                                <td valign="top" class="footerContainer">
         | 
| 1139 | 
            +
             | 
| 1140 | 
            +
             | 
| 1141 | 
            +
                                  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock"
         | 
| 1142 | 
            +
                                    style="min-width:100%;">
         | 
| 1143 | 
            +
                                    <tbody class="mcnTextBlockOuter">
         | 
| 1144 | 
            +
                                      <tr>
         | 
| 1145 | 
            +
                                        <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
         | 
| 1146 | 
            +
                                          <!--[if mso]>
         | 
| 1147 | 
            +
                    <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
         | 
| 1148 | 
            +
                    <tr>
         | 
| 1149 | 
            +
                    <![endif]-->
         | 
| 1150 | 
            +
             | 
| 1151 | 
            +
                                          <!--[if mso]>
         | 
| 1152 | 
            +
                    <td valign="top" width="600" style="width:600px;">
         | 
| 1153 | 
            +
                    <![endif]-->
         | 
| 1154 | 
            +
                                          <table align="left" border="0" cellpadding="0" cellspacing="0"
         | 
| 1155 | 
            +
                                            style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
         | 
| 1156 | 
            +
                                            <tbody>
         | 
| 1157 | 
            +
                                              <tr>
         | 
| 1158 | 
            +
             | 
| 1159 | 
            +
                                                <td valign="top" class="mcnTextContent"
         | 
| 1160 | 
            +
                                                  style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
         | 
| 1161 | 
            +
             | 
| 1162 | 
            +
                                                  <em>Copyright © 2022 WasyaCo, All rights reserved.</em>
         | 
| 1163 | 
            +
             | 
| 1164 | 
            +
                                                  <br>
         | 
| 1165 | 
            +
                                                  <br>
         | 
| 1166 | 
            +
                                                  Want to change how you receive <br />these emails? Click to <a href="https://wasya.co/unsubscribe-1">unsubscribe</a>.
         | 
| 1167 | 
            +
             | 
| 1168 | 
            +
                                                </td>
         | 
| 1169 | 
            +
                                              </tr>
         | 
| 1170 | 
            +
                                            </tbody>
         | 
| 1171 | 
            +
                                          </table>
         | 
| 1172 | 
            +
                                          <!--[if mso]>
         | 
| 1173 | 
            +
                    </td>
         | 
| 1174 | 
            +
                    <![endif]-->
         | 
| 1175 | 
            +
             | 
| 1176 | 
            +
                                          <!--[if mso]>
         | 
| 1177 | 
            +
                    </tr>
         | 
| 1178 | 
            +
                    </table>
         | 
| 1179 | 
            +
                    <![endif]-->
         | 
| 1180 | 
            +
                                        </td>
         | 
| 1181 | 
            +
                                      </tr>
         | 
| 1182 | 
            +
                                    </tbody>
         | 
| 1183 | 
            +
                                  </table>
         | 
| 1184 | 
            +
                                </td>
         | 
| 1185 | 
            +
                              </tr>
         | 
| 1186 | 
            +
                            </table>
         | 
| 1187 | 
            +
                            <!--[if (gte mso 9)|(IE)]>
         | 
| 1188 | 
            +
                                                </td>
         | 
| 1189 | 
            +
                                                </tr>
         | 
| 1190 | 
            +
                                                </table>
         | 
| 1191 | 
            +
                                                <![endif]-->
         | 
| 1192 | 
            +
                          </td>
         | 
| 1193 | 
            +
                        </tr>
         | 
| 1194 | 
            +
                      </table>
         | 
| 1195 | 
            +
                      <!-- // END TEMPLATE -->
         | 
| 1196 | 
            +
                    </td>
         | 
| 1197 | 
            +
                  </tr>
         | 
| 1198 | 
            +
                </table>
         | 
| 1199 | 
            +
              </center>
         | 
| 1200 | 
            +
            </body>
         | 
| 1201 | 
            +
             | 
| 1202 | 
            +
            </html>
         |