proven.lol

https://sanel.weblog.lol

HASH c33c00fa09b6a1783e4d909a8ef76755

This item was proven by @sanel on 2023-04-06T06:19:33+00:00. (View all of @sanel’s proofs.)

Evidence

This is a copy of the web page retrieved on 2023-04-06T06:19:33+00:00. Show the proof snippet.

<!DOCTYPE html> <html lang="en" prefix="og: https://ogp.me/ns#"><head> <link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml"> <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml"> <link rel="alternate" type="application/json" title="JSON feed" href="/feed.json"> <title>sanel's internet den Β· welcome</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="sanel's internet den"> <meta property="og:description" content="a calm, safe place for me to share my thoughts"> <meta property="og:url" content="https://blog.sanel.page"> <meta property="og:locale" content="en_US"> <meta property="og:site_name" content="weblog.lol"> <meta property="og:type" content="website"> <script src="https://js.cache.lol/snowstorm.js"></script> <!-- Google tag (gtag.js) --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-TC25Q5BLWG"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-TC25Q5BLWG'); </script> <style> @import url('https://static.omg.lol/type/font-honey.css'); @import url('https://static.omg.lol/type/font-lato-regular.css'); @import url('https://static.omg.lol/type/font-lato-bold.css'); @import url('https://static.omg.lol/type/font-lato-italic.css'); @import url('https://static.omg.lol/type/font-md-io.css'); @import url('https://static.omg.lol/type/fontawesome-free/css/all.css'); :root { --highlight: #bd93f933; --foreground: #000000; --background: linear-gradient(313deg, #fecaca, #fde68a, #a7f3d0, #bfdbfe, #c7d2fe, #ddd6fe, #fbcfe8); --link: #000000; --accent: #000000; --box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } @-webkit-keyframes colours { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @-moz-keyframes colours { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @-o-keyframes colours { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes colours { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } * { box-sizing: border-box; } body { font-family: 'Lato', sans-serif; font-size: 120%; color: var(--foreground); background: var(--background); background-size: 1400% 1400%; -webkit-animation: colours 15s ease infinite; -moz-animation: colours 15s ease infinite; -o-animation: colours 15s ease infinite; animation: colours 15s ease infinite; } header nav ul { list-style-type: none; margin: 0; padding: 0; } header nav li { display: inline-block; } header nav li a { display: block; //text-decoration: none; margin-right: 1em; } h1, h2, h3, h4, h5, h6 { font-family: 'VC Honey Deck', serif; margin: 1rem 0; } p, li { line-height: 160%; } header, main, footer { max-width: 60em; margin: 2em auto; padding: 0 1em; } header { margin-top: 4em; } footer p { margin-top: 5em; font-size: 90%; text-align: center; } a:link { color: var(--link); } a:visited { color: var(--link); } a:hover { color: var(--link); } a:active { color: var(--link); } .post-info, .post-tags { font-size: 85%; color: var(--accent); text-align: right; } .post-info i:nth-child(2) { margin-left: .75em; } .tag { background: var(--accent); color: #ffffff !important; padding: .3em .4em; margin: .8em 0 0 .4em; border-radius: .5em; text-decoration: none; display: inline-block; } hr { border: 0; height: 1px; background: #333; margin: 2em 0; } code { padding: .2em .3em; border: 1px solid var(--accent); white-space: pre-wrap; word-wrap: break-word; } pre, code { font-family: 'MD IO 0.4'; font-size: 90%; } pre code { background: #000; color: #eee; display: inline-block; padding: 1em; white-space: pre-wrap; word-wrap: break-word; } img { max-width: 100%; } table { border-collapse: collapse; } td, th { padding: .75em; text-align: left; border: 1px solid var(--accent); } .weblog-title a { text-decoration: none; color: var(--foreground); } form { display: flex; align-items: center; } input[type="text"] { margin-top: 0.5rem; border: 1px solid var(--accent); border-radius: 5px; padding: 0 10px; width: 265px; height: 30px; background-color: var(--background); color: var(--foreground); onchange: submit(); } .blocked-a { display: block; } main { display: block; max-width: 50em; border-radius: 1em; margin: 0 auto; background: rgba(255, 255, 255, 0.5); padding: 2em; box-shadow: var(--box-shadow); } .links-div { display: flex; flex-wrap: wrap; } .links-div { display: grid; margin: 0 auto; grid-template-columns: repeat(auto-fill, minmax(20em, 1fr)); grid-auto-rows: min-content; column-gap: 2em; row-gap: 2em; } .links-item { margin-left: 1em; margin-right: 1em; flex: 1 1 20em; } @supports (display: grid) { .links-div > * { margin: 0; } } .time-rect { border: 1px solid var(--accent); padding: .3em .4em; margin: .8em 0 0 .4em; border-radius: .5em; background: var(--highlight); } </style> </head> <body> <header> <h1 class="weblog-title"><a href="/"><i class="fa-solid fa-house fa-sm"></i> sanel's internet den</a></h1> <i>a calm, safe place for me to share my thoughts</i> <br><br> <nav> <ul> <li><a href="https://sanel.page"><i class="fa-solid fa-globe"></i> website</a></li> <li><a href="https://shop.sanel.page"><i class="fa-solid fa-cart-shopping"></i> shop</a></li> <li><a href="https://paste.sanel.page"><i class="fa-solid fa-clipboard"></i> pastebin</a></li> <li><a href="https://r.sanel.page"><i class="fa-solid fa-link"></i> links</a></li> <li><a href="/my-setup"><i class="fa-solid fa-computer"></i> my setup</a></li></ul> </nav> </header> <main> <article> <h1>πŸ‘‹ hi there!</h1> <p><em><strong>Welcome to my blog! πŸ˜„</strong></em></p> <p>Here is where I occasionally post about <em>whatever</em> is going on in my life at the moment. There might not be much here now, but I hope to post more frequently soon. Anyways, feel free to look around and read some articles lol. here's a quick rundown of how things work πŸ“‹</p> <ul> <li>πŸŽ‰ my newest articles will be underneath the <code>recent posts</code> column below</li> <li>πŸ”Ž you can also <code>search</code> for articles using the search box <em>(how cool ikr)</em> </li> <li>🎲 you can also click the <a href="/random">random posts</a> link to be taken to a <strong>random post</strong>...</li> <li>πŸ”’ ...or you can click the <a href="/archive">archive</a> link to view a list of <strong>every post</strong> I've ever written!</li> <li>🏷️ if you want to view a <strong>list of all tags</strong>, you can click the <a href="/tags">tags</a> link</li> <li>🏑 you can click the <i class="fa-solid fa-house fa-sm"></i> <strong>house icon</strong> or the words <strong>sanel's internet den</strong> at the top to come back to this homepage at any time!</li> <li>πŸ“° if you're familiar with rss, atom, or json, I have all of those feeds available for you to <a href="/subscribe">subscribe</a> to!</li> <li>πŸ’» <del>(completely unrelated btw)</del> lastly, if you want to view my setup, you can visit the <a href="/my-setup">setup</a> page!</li> </ul> <p>⚠️ <em>disclaimer: I'm still working on this blog, so the design and layout of things may change at any point, and may even break completely. just please be patient with me <del>this is still very buggy lol</del></em></p> <p>proven.lol/adcd81</p> </article> <h2><i class="fa-solid fa-clock fa-sm"></i> recent posts</h2> <ul style="list-style: none; list-style-type: none;"> <li style="padding-bottom: .5em;"><time class="time-rect">1 month ago</time> <a href="/2023/02/10/just-a-quick-update">Just A Quick Update</a></li> <li style="padding-bottom: .5em;"><time class="time-rect">2 months ago</time> <a href="/2023/01/09/a-word-from-chatgpt">A Word from ChatGPT</a></li> <li style="padding-bottom: .5em;"><time class="time-rect">3 months ago</time> <a href="/2023/01/03/how-its-been-lately-and-other-stuff">how it's been lately (and other stuff)</a></li> <li style="padding-bottom: .5em;"><time class="time-rect">3 months ago</time> <a href="/2022/12/24/hello-world">hello, world!</a></li> </ul> <div class="links-div"> <div class="links-item"> <h2><i class="fa-solid fa-wand-magic-sparkles fa-sm"></i> view other posts</h2> <ul> <li><a href="/random"><i class="fa-solid fa-dice"></i> view a random post</a></li> <li><a href="/archive"><i class="fa-solid fa-box-archive"></i> view the posts archive</a></li> <li><a href="/tags"><i class="fa-solid fa-tag"></i> view all tags</a></li> <li><a href="/subscribe"><i class="fa-solid fa-rss"></i> subscribe via atom/rss/json</a></li> </ul> </div> <div class="links-item"> <h2><i class="fa-solid fa-magnifying-glass fa-sm"></i> search</h2> <form action="?" method="get"> <label for="search"></label> <input type="text" name="search" placeholder="type your search term and hit enter"> <input type="submit" hidden=""> </form> </div> </div> </main> <footer> <p>made with blood, sweat, tears, <i class="fa-solid fa-heart"></i> and <a href="https://weblog.lol">weblog.lol</a>.</p> <p><i>all content is copyright Β© 2023 <a href="https://sanel.page">sanel kukic</a>. all rights reserved.</i></p> </footer> <div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 105.431%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 90.654%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 125.191%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 3.0512%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 195.926%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 44.2618%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 173.221%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 67.1188%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 98.7951%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 85.6235%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 150.698%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 81.4786%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 169.271%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 75.5036%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 170.275%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 89.8368%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 166.92%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 83.3149%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 124.291%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 92.8415%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 175.527%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 52.816%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 162.192%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 15.0455%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 181.235%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 30.9142%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 105.84%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 28.6767%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 192.201%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 41.3001%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 100.84%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 26.8652%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 99.835%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 33.2721%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 135.006%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 6.47075%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 118.807%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 12.3322%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 135.967%; opacity: 0.15; padding: 0px; margin: 0px; font-size: 1.5px; line-height: 15.1px; text-align: center; vertical-align: baseline; right: 14.5651%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 98.1662%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 100.244%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 128.359%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 5.14015%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 182.165%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 33.3576%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 129.173%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 98.5795%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 153.225%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 77.8171%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 139.986%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 22.8761%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 150.69%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 7.03691%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 168.753%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 28.9902%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 145.733%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 34.558%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 190.396%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 97.3427%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 121.323%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 62.4715%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 114.725%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 34.8626%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 154.114%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 47.3358%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 182.271%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 62.472%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 158.856%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 45.8833%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 182.962%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 75.1013%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 183.128%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 40.823%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 171.872%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 65.0233%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 110.807%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 22.6686%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 181.199%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 49.4308%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 179.198%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 48.3152%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 118.859%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 61.7863%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 102.318%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 67.7411%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 166.192%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 2.11299%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 131.83%; opacity: 0.55; padding: 0px; margin: 0px; font-size: 6.6px; line-height: 12.7px; text-align: center; vertical-align: baseline; right: 97.184%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 106.015%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 68.8861%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 99.8968%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 21.0197%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 132.561%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 21.1748%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 94.0823%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 46.7737%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 103.838%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 30.2067%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 138.871%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 65.5869%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 167.382%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 21.1994%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 178.991%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 40.7156%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 126.795%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 34.175%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 98.7925%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 82.8078%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 145.844%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 63.8257%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 123.538%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 78.353%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 110.017%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 7.00916%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 154.508%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 92.3049%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 138.68%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 12.1105%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 130.267%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 43.5121%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 142.959%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 56.2784%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 133.379%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 88.654%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 125.534%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 45.8773%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 111.76%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 72.8201%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 110.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 64.9235%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 147.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 24.1071%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 111.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 45.7908%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 109.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 73.3418%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 132.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 23.2143%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 186.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 17.4745%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 163.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 6.12245%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 124%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 79.8469%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 109.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 97.3214%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 156.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 78.8265%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 120.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 8.54592%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 104.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 13.2653%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 164.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 18.2398%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 158.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 11.4796%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 188.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 92.9847%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 200%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 64.5408%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 121.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 28.9541%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 178.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 22.1939%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 192.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 36.4796%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 132.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 51.7857%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 165%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 53.5714%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 176.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 26.0204%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 141.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 37.6276%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 108%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 10.4592%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 105.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 93.75%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 117.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 6.12245%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 125.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 41.199%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 142.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 25.6378%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 107.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 14.6684%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 124.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 17.0918%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 120.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 89.0306%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 116%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 85.3316%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 155%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 81.1224%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 106.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 89.0306%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 141.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 17.602%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 199.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 88.1378%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 116.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 80.102%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 172%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 56.6327%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 180.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 40.051%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 120%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 83.6735%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 103%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 46.8112%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 164.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 68.75%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 185.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 22.1939%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 143.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 38.9031%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 174%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 66.0714%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 195.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 18px; line-height: 10px; text-align: center; vertical-align: baseline; right: 15.051%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 112.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 73.2143%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 160.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 35.2041%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 149.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 72.3214%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 163.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 53.9541%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 137.833%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 45.0255%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 147.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 5.86735%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 119.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 57.2704%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 158.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 56.3776%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 192.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 84.8214%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 189%; opacity: 1; padding: 0px; margin: 0px; font-size: 16px; line-height: 10px; text-align: center; vertical-align: baseline; right: 52.2959%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 150.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 14px; line-height: 10px; text-align: center; vertical-align: baseline; right: 26.148%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 185.5%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 48.5969%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 150.167%; opacity: 1; padding: 0px; margin: 0px; font-size: 20px; line-height: 10px; text-align: center; vertical-align: baseline; right: 32.7806%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 111.333%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 38.3929%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 121.667%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 58.801%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 166%; opacity: 1; padding: 0px; margin: 0px; font-size: 10px; line-height: 10px; text-align: center; vertical-align: baseline; right: 70.7908%;">β€’</div><div style="color: rgb(255, 255, 255); position: absolute; transform: translate3d(0px, 0px, 0px); width: 8px; height: 8px; font-family: arial, verdana; cursor: default; overflow: hidden; font-weight: normal; z-index: 0; display: block; bottom: 107%; opacity: 1; padding: 0px; margin: 0px; font-size: 12px; line-height: 10px; text-align: center; vertical-align: baseline; right: 8.92857%;">β€’</div></body></html>