I’m So Old: Web Edition

Date:

Share post:

Time can be a funny thing. I still remember discovering HTML, CSS, and JavaScript coding. I still remember my first college programming course. I still remember my first day at my first coding job, then my first day at my second coding job, and then my first day at Mozilla. I still remember my first day coding for MetaMask. This year marks my 20th year as a professional software engineer and it’s happened in the blink of an eye.

Every once in a while I will make an old programming reference to a much younger engineer and then realize they have no idea what I’m talking about.

I’m so old…

  • Webpage layouts were being done with s and this new "CSS float" property was becoming the new standard
  • Rounded corners were achieved via images and VML hacks for Internet Explorer
  • FTP was the best way to upload websites changes
  • SVN and copying its trunk was the best versioning tool
  • alert and confirm were the standard for "modals"
  • Firebug was the best debugging tool available
  • The "standard" for getting videos to play properly was finding the right codec to install
  • ActionScript knowledge was as valuable as JavaScript knowledge
  • Dreamweaver was best in class text editor and design tool
  • XML was the future of data structures
  • Mobile-first? Mobile didn't exist
  • Reactive navigation? How about Java Applets...
  • ...or even different upon mouseover and mouseleave!
  • Want to code a desktop app with web tech? Try Adobe Air!
  • NPM stood for "not performant, man"
  • Voting on a poll meant the page would refresh
  • "Social media" meant HotOrNot.com
  • The love sound of the web was a 56k modem connection purrrrr
  • Disabling right-click enforced image security
  • Bitmap (.bmp) was a viable image format
  • JavaScript had a competitor called JScript
  • SpyJax'ing let you detect where your user had been
  • Cookies were the pinnacle of user tracking
  • Social media wall? It's called a "guestbook"...
  • ...and a friends list? It's called a "web ring'
  • Search engine optimization was spamming the </code> with keywords=</li> <figure class="wp-block-image"><img decoding="async" src="blob:https://davidwalsh.name/90f2e20a-08f0-4827-926a-af6a08af0169" alt=""/></figure> <p>Whew, those where the days. How old are you in web?</p> <!-- secondary ad --> <div class="x x-long x-secondary"> <!-- <div class="x-secondary-large"> <object data="https://davidwalsh.name/demo/gofast-728x90.svg" type="image/svg+xml" style="max-width:100%;pointer-events:none;"></object> </div> <div class="x-secondary-small"> <object data="https://davidwalsh.name/demo/gofast-300x250.svg" type="image/svg+xml" style="max-width:100%;pointer-events:none;"></object> </div> --> <div class="x-secondary-large"> <img decoding="async" src="https://xusnw.com/wp-content/uploads/2025/01/rm_perf_banner-728.min.svg.svg+xml" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="728" height="90"/> </div> <div class="x-secondary-small"> <img decoding="async" src="https://xusnw.com/wp-content/uploads/2025/01/rm_perf_block_300.min.svg.svg+xml" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="300" height="250"/> </div> </div> <!-- guest blogger --> <div class="article-block" style="min-height:90px"><!-- terciary ad --><div class="x x-long x-terciary" style="max-height: none;"> <div class="x-secondary-large"> <img decoding="async" src="https://xusnw.com/wp-content/uploads/2025/01/rm_perf_banner-728.min.svg.svg+xml" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="728" height="90"/> </div> <div class="x-secondary-small"> <img decoding="async" src="https://xusnw.com/wp-content/uploads/2025/01/rm_perf_block_300.min.svg.svg+xml" style="max-width:100%;height:auto;" alt="Request Metrics real user monitoring" loading="lazy" width="300" height="250"/> </div> </div> </div> <div class="article-block post-more" style="“clear:both;”"><ul class="post-list small-list"><li data-url="https://davidwalsh.name/responsive-images" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img width="400" height="400" decoding="async" src="https://xusnw.com/wp-content/uploads/2025/06/andi-d.jpg" class="post-image" alt="Responsive Images: The Ultimate Guide"/></span><div class="preview"><h3 itemprop="name">Responsive Images: The Ultimate Guide</h3><p>Chances are that any Web designers using our Ghostlab browser testing app, which allows seamless testing across all devices simultaneously, will have worked with responsive design in some shape or form. And as today's websites and devices become ever more varied, a plethora of responsive images...</p></div></li><li data-url="https://davidwalsh.name/fetch" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img width="250" height="250" decoding="async" src="https://xusnw.com/wp-content/uploads/2025/01/html5250.png" class="post-image" alt="fetch API"/></span><div class="preview"><h3 itemprop="name">fetch API</h3><p>One of the worst kept secrets about AJAX on the web is that the underlying API for it, <code>XMLHttpRequest</code>, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...</p></div></li></ul></div><div class="article-block post-more"><ul class="post-list small-list"><li data-url="https://davidwalsh.name/jquery-tooltips" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img width="514" height="206" decoding="async" src="https://xusnw.com/wp-content/uploads/2025/01/jquery-home.png" class="post-image" alt="Duplicate the jQuery Homepage Tooltips"/></span><div class="preview"><h3 itemprop="name">Duplicate the jQuery Homepage Tooltips</h3><p>The jQuery homepage has a pretty suave tooltip-like effect as seen below: The amount of jQuery required to duplicate this effect is next to nothing;  in fact, there's more CSS than there is jQuery code!  Let's explore how we can duplicate jQuery's tooltip effect. The HTML The overall...</p></div></li><li data-url="https://davidwalsh.name/css-fixed-position" itemscope="" itemtype="http://schema.org/Article"><span itemscope="" itemtype="https://schema.org/ImageObject"><img width="250" height="250" decoding="async" src="https://xusnw.com/wp-content/uploads/2025/02/css3logo250.jpg" class="post-image" alt="CSS Fixed Positioning"/></span><div class="preview"><h3 itemprop="name">CSS Fixed Positioning</h3><p>When you want to keep an element in the same spot in the viewport no matter where on the page the user is, CSS's fixed-positioning functionality is what you need. The CSS Above we set our element 2% from both the top and right hand side of the...</p></div></li></ul></div><!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="https://davidwalsh.name/im-so-old-1" dc:identifier="https://davidwalsh.name/im-so-old-1" dc:title="I’m So Old: Web Edition" trackback:ping="https://davidwalsh.name/im-so-old-1/trackback" /> </rdf:RDF> --><!-- comments --><!--/CONTENT--><!-- site footer --><footer/><!-- scripts --> </table></code></li></ul></article></div> <br><a href="https://davidwalsh.name/im-so-old-1">Source link </a></div></div><div class="td_block_wrap tdb_single_next_prev tdi_117 td-animation-stack td-pb-border-top td_block_template_1" data-td-block-uid="tdi_117" > <style>.tdi_117{margin-bottom:30px!important;padding-top:30px!important;border-color:#eaeaea!important;border-style:solid!important;border-width:1px 0px 0px 0px!important}@media (min-width:768px) and (max-width:1018px){.tdi_117{margin-bottom:20px!important;padding-top:20px!important}}@media (max-width:767px){.tdi_117{margin-bottom:15px!important;padding-top:15px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_117{margin-bottom:25px!important;padding-top:25px!important}}</style> <style>.tdb_single_next_prev{*zoom:1}.tdb_single_next_prev:before,.tdb_single_next_prev:after{display:table;content:'';line-height:0}.tdb_single_next_prev:after{clear:both}.tdb-next-post{font-family:var(--td_default_google_font_2,'Roboto',sans-serif);width:48%;float:left;transform:translateZ(0);-webkit-transform:translateZ(0);min-height:1px;line-height:1}.tdb-next-post span{display:block;font-size:12px;color:#747474;margin-bottom:7px}.tdb-next-post a{font-size:15px;color:#222;line-height:21px;-webkit-transition:color 0.2s ease;transition:color 0.2s ease}.tdb-next-post a:hover{color:var(--td_theme_color,#4db2ec)}.tdb-post-next{margin-left:2%;text-align:right}.tdb-post-prev{margin-right:2%}.tdb-post-next .td-image-container{display:inline-block}.tdi_117 .td-module-container{display:flex;flex-direction:column}.tdi_117 .tdb-post-next .td-module-container{align-items:flex-end}.tdi_117 .td-image-container{display:block;order:0}.ie10 .tdi_117 .next-prev-title,.ie11 .tdi_117 .next-prev-title{flex:auto}.tdi_117 .tdb-next-post{text-align:left}.tdi_117 .next-prev-title{display:flex;align-self:flex-start}.tdi_117 .tdb-next-post a{color:#000000;font-family:EB Garamond!important;font-size:18px!important;line-height:1.2!important;font-weight:700!important}.tdi_117 .tdb-next-post:hover a{color:#4cb577}.tdi_117 .tdb-next-post span{color:#999999;font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:0.5px!important}.tdi_117 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_117 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}@media (min-width:1019px) and (max-width:1140px){.tdi_117 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_117 .tdb-next-post a{font-size:16px!important}.tdi_117 .tdb-next-post span{font-size:11px!important}@media (min-width:768px){.tdi_117 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (min-width:768px) and (max-width:1018px){.tdi_117 .tdb-next-post{padding:10px}.tdi_117 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_117 .tdb-next-post a{font-size:14px!important}.tdi_117 .tdb-next-post span{font-size:11px!important}@media (min-width:768px){.tdi_117 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (max-width:767px){.tdi_117 .tdb-next-post{padding:10px}.tdi_117 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_117 .tdb-next-post a{font-size:16px!important}.tdi_117 .tdb-next-post span{font-size:11px!important}@media (min-width:768px){.tdi_117 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}</style><div class="tdb-block-inner td-fix-index"><div class="tdb-next-post tdb-next-post-bg tdb-post-prev"><span>Previous article</span><div class="td-module-container"><div class="next-prev-title"><a href="https://xusnw.com/suspect-in-minnesota-shooting-linked-to-security-company-evangelical-ministry/">Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry</a></div></div></div><div class="tdb-next-post tdb-next-post-bg tdb-post-next"><span>Next article</span><div class="td-module-container"><div class="next-prev-title"><a href="https://xusnw.com/how-smart-event-registration-forms-prevent-attendee-drop-offs/">How Smart Event Registration Forms Prevent Attendee Drop-Offs</a></div></div></div></div></div><div class="tdb-author-box td_block_wrap tdb_single_author_box tdi_118 tdb-content-vert-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_118" > <style>.tdi_118{margin-bottom:40px!important;padding-top:20px!important;padding-bottom:20px!important;border-color:#eaeaea!important;border-style:solid!important;border-width:1px 0px 1px 0px!important}@media (min-width:768px) and (max-width:1018px){.tdi_118{margin-bottom:30px!important}}@media (max-width:767px){.tdi_118{justify-content:center!important;text-align:center!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_118{margin-bottom:35px!important}}</style> <style>.tdb-author-box .tdb-author-photo,.tdb-author-box .tdb-author-info{display:table-cell;vertical-align:top}.tdb-author-box .tdb-author-photo img{display:block}.tdb-author-box .tdb-author-counters span{display:inline-block;background-color:#222;margin:0 10px 0 0;padding:5px 10px 4px;font-family:var(--td_default_google_font_2,'Roboto',sans-serif);font-size:11px;font-weight:700;line-height:1;color:#fff}.tdb-author-box .tdb-author-name,.tdb-author-box .tdb-author-url{display:block}.tdb-author-box .tdb-author-name{margin:7px 0 8px;font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);font-size:15px;line-height:21px;font-weight:700;color:#222}.tdb-author-box .tdb-author-name:hover{color:#4db2ec}.tdb-author-box .tdb-author-url{margin-bottom:6px;font-size:11px;font-style:italic;line-height:21px;color:#444}.tdb-author-box .tdb-author-url:hover{color:#4db2ec}.tdb-author-box .tdb-author-descr{font-size:12px}.tdb-author-box .tdb-author-social{margin-top:4px}.tdb-author-box .tdb-social-item{position:relative;display:inline-block;-webkit-transition:all 0.2s;transition:all 0.2s;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0)}.tdb-author-box .tdb-social-item:last-child{margin-right:0!important}.tdb-author-box .tdb-social-item i{color:#000;-webkit-transition:all 0.2s;transition:all 0.2s}.tdb-author-box .tdb-social-item:hover i{color:#000}.tdi_118{padding:0px;border:0px solid #ededed}.tdi_118 .tdb-author-info{width:auto;padding-bottom:0;padding-left:30px}.tdi_118 .tdb-author-photo,.tdi_118 .tdb-author-info{vertical-align:middle}.tdi_118 .tdb-author-photo{width:96px;transform:translateZ(0);-webkit-transform:translateZ(0);pointer-events:auto}.tdi_118 .avatar,.tdi_118 .tdb-author-photo:before,.tdi_118 .tdb-author-photo:after{border-radius:100px}.tdi_118 .tdb-author-name{color:#000000;font-family:EB Garamond!important;font-size:24px!important;line-height:1.2!important;font-weight:700!important;text-transform:capitalize!important}.tdi_118 .tdb-author-name:hover{color:#309b65}.tdi_118 .tdb-author-url{color:#309b65;font-family:Roboto!important;font-size:11px!important;font-weight:400!important}.tdi_118 .tdb-author-url:hover{color:#4cb577}.tdi_118 .tdb-social-item i{font-size:15px;vertical-align:middle;line-height:15px;color:#000000}.tdi_118 .tdb-social-item i.td-icon-twitter,.tdi_118 .tdb-social-item i.td-icon-linkedin,.tdi_118 .tdb-social-item i.td-icon-pinterest,.tdi_118 .tdb-social-item i.td-icon-blogger,.tdi_118 .tdb-social-item i.td-icon-vimeo{font-size:12px}.tdi_118 .tdb-social-item{min-width:15px;height:15px;margin:10px 20px 10px 0}.tdi_118 .tdb-social-item:hover i{color:#309b65}.tdi_118 .tdb-author-descr{font-family:Roboto!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important}.tdi_118 .tdb-author-photo:hover:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_118{border:0px solid #ededed}.tdi_118 .tdb-author-info{padding-bottom:0;padding-left:25px}.tdi_118 .tdb-author-photo{transform:translateZ(0);-webkit-transform:translateZ(0)}.tdi_118 .tdb-author-name{font-size:22px!important}.tdi_118 .tdb-author-descr{font-size:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_118{border:0px solid #ededed}.tdi_118 .tdb-author-info{padding-bottom:0;padding-left:15px}.tdi_118 .tdb-author-photo{transform:translateZ(0);-webkit-transform:translateZ(0)}.tdi_118 .tdb-author-name{font-size:20px!important}.tdi_118 .tdb-author-url{font-size:13px!important}.tdi_118 .tdb-author-descr{font-size:14px!important}}@media (max-width:767px){.tdi_118{border:0px solid #ededed}.tdi_118 .tdb-author-photo{display:inline-block;transform:translateZ(0);-webkit-transform:translateZ(0)}.tdi_118 .tdb-author-info{display:inline-block;width:100%;padding-top:12px;padding-left:0}.tdi_118 .tdb-author-name{font-size:22px!important}.tdi_118 .tdb-author-url{font-size:13px!important}.tdi_118 .tdb-author-descr{font-size:15px!important}}</style><div class="tdb-block-inner td-fix-index"><a href="https://xusnw.com/author/jfsjg/" class="tdb-author-photo" title="jfsjg"><img alt='jfsjg' src='https://secure.gravatar.com/avatar/aa1573c7f28e3c252699e46c80f8f6597285fb01585029e8f41b7796ae05e4cb?s=96&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/aa1573c7f28e3c252699e46c80f8f6597285fb01585029e8f41b7796ae05e4cb?s=192&d=mm&r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'/></a><div class="tdb-author-info"><a href="https://xusnw.com/author/jfsjg/" class="tdb-author-name">jfsjg</a><a href="https://xusnw.com" class="tdb-author-url">https://xusnw.com</a><div class="tdb-author-descr"></div><div class="tdb-author-social"></div></div></div></div> <script> var tdb_login_sing_in_shortcode="on"; </script> <div class="td_block_wrap tdb_single_comments tdi_119 tdb-comm-layout2 td-pb-border-top td_block_template_2" data-td-block-uid="tdi_119" > <style>.td_block_template_2.widget>ul>li{margin-left:0!important}.td_block_template_2 .td-block-title{font-size:17px;font-weight:500;margin-top:0;margin-bottom:16px;line-height:31px;text-align:left}.td_block_template_2 .td-block-title>*{color:var(--td_text_header_color,#000)}.td_block_template_2 .td-related-title a{padding:0 20px 0 0}@media (max-width:767px){.td_block_template_2 .td-related-title a{font-size:15px}}.td_block_template_2 .td-related-title .td-cur-simple-item{color:var(--td_theme_color,#4db2ec)}.tdi_119{margin-bottom:0px!important}</style> <style>.tdb_single_comments input[type=text]{min-height:34px;height:auto}.tdb_single_comments .comments,.tdb_single_comments .comment-respond:last-child,.tdb_single_comments .form-submit{margin-bottom:0}.is-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tdb-comm-layout3 form,.tdb-comm-layout5 form{display:flex;flex-wrap:wrap}.tdb-comm-layout3 .td-form-comment,.tdb-comm-layout5 .td-form-comment,.tdb-comm-layout3 .form-submit,.tdb-comm-layout5 .form-submit{flex:0 0 100%;order:1}.tdb-comm-layout3 .td-form-author,.tdb-comm-layout3 .td-form-email,.tdb-comm-layout3 .td-form-url{flex:0 0 32%}.tdb-comm-layout5 .td-form-author,.tdb-comm-layout5 .td-form-email{flex:0 0 49%}.tdb-comm-layout5 .td-form-url{flex:0 0 100%}.tdb-comm-leave_reply_top .comments{display:flex;flex-direction:column}.tdb-comm-leave_reply_top .td-comments-title{order:0;margin-bottom:14px}.tdb-comm-leave_reply_top .comment-respond .form-submit{order:1;margin-bottom:21px}.tdb-comm-leave_reply_top .comment-list{order:2}.tdb-comm-leave_reply_top .comment-pagination{order:3}.tdi_119 cite,.tdi_119 cite a{color:#000000}.tdi_119 cite a:hover{color:#309b65}.tdi_119 .comment-link{display:inline-block}.tdi_119 .comment-reply-link{color:#309b65;font-family:Roboto!important;font-size:11px!important;line-height:1!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.tdi_119 .comment-edit-link{color:#000000}.tdi_119 .comment-edit-link:hover{color:#309b65}.tdi_119 .comment-reply-link:hover,.tdi_119 #cancel-comment-reply-link:hover,.tdi_119 .logged-in-as a:hover{color:#4cb577}.tdi_119 .comment{border-bottom-style:solid}.tdi_119 .comment .children{border-top-style:solid}.tdi_119 input,.tdi_119 textarea{border-color:#ededed!important}.tdi_119 input[type=text]:focus,.tdi_119 textarea:focus{border-color:#dddddd!important}.tdi_119 .comment-form .submit{background-color:#309b65;padding:12px 18px 11px;font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.tdi_119 .comment-form .submit:hover{background-color:#4cb577}.tdi_119 .avatar{border-radius:100px}.tdi_119 .td-comments-title a,.tdi_119 .td-comments-title span{font-family:Roboto!important;font-size:18px!important;font-weight:700!important;text-transform:capitalize!important}.tdi_119 cite{font-family:EB Garamond!important;font-size:20px!important;line-height:1.2!important;font-weight:700!important;text-transform:capitalize!important}.tdi_119 .comment-link,.tdi_119 .comment-edit-link{font-family:Roboto!important;font-size:13px!important;line-height:1!important;font-weight:400!important}.tdi_119 .comment-content p{font-family:Roboto!important;font-size:15px!important;line-height:1.4!important;font-weight:400!important}.tdi_119 .comment-reply-title{font-family:Roboto!important;font-size:15px!important;line-height:1!important;font-weight:700!important;text-transform:uppercase!important}.tdi_119 input[type=text],.tdi_119 textarea{font-family:Roboto!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important}.tdi_119 .comment-form-cookies-consent label,.tdi_119 .logged-in-as,.tdi_119 .logged-in-as a,.tdi_119 .td-closed-comments{font-family:Roboto!important;font-size:13px!important;font-weight:400!important}@media (min-width:767px){.tdb-comm-layout2 form,.tdb-comm-layout4 form{margin:0 -10px}.tdb-comm-layout2 .logged-in-as,.tdb-comm-layout4 .logged-in-as,.tdb-comm-layout2 .comment-form-input-wrap,.tdb-comm-layout4 .comment-form-input-wrap,.tdb-comm-layout2 .form-submit,.tdb-comm-layout4 .form-submit,.tdb-comm-layout2 .comment-respond p,.tdb-comm-layout4 .comment-respond p{padding:0 10px}.tdb-comm-layout2 .td-form-author,.tdb-comm-layout2 .td-form-email{float:left;width:33.3333%}.tdb-comm-layout2 .td-form-url{width:33.3333%}.tdb-comm-layout2 .td-form-url{float:left}.tdb-comm-layout4 .td-form-author,.tdb-comm-layout4 .td-form-email{float:left;width:50%}.tdb-comm-layout3 .td-form-author,.tdb-comm-layout5 .td-form-author,.tdb-comm-layout3 .td-form-email{margin-right:2%}}@media (max-width:767px){.tdb-comm-layout3 .td-form-author,.tdb-comm-layout3 .td-form-email,.tdb-comm-layout3 .td-form-url,.tdb-comm-layout5 .td-form-author,.tdb-comm-layout5 .td-form-email{flex:0 0 100%}}@media (min-width:768px) and (max-width:1018px){.tdi_119 .td-comments-title a,.tdi_119 .td-comments-title span{font-size:16px!important}.tdi_119 cite{font-size:16px!important}.tdi_119 .comment-content p{font-size:14px!important}.tdi_119 .comment-reply-title{font-size:14px!important}.tdi_119 .comment-form .submit{font-size:12px!important}}@media (max-width:767px){.tdi_119 cite{font-size:16px!important}.tdi_119 .comment-content p{font-size:13px!important}.tdi_119 .comment-reply-title{font-size:13px!important}.tdi_119 .comment-form .submit{font-size:12px!important}}</style><div class="tdb-block-inner td-fix-index"><div class="comments" id="comments"></div></div></div></div></div><div class="vc_column tdi_121 wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky"> <style scoped>.tdi_121{vertical-align:baseline}.tdi_121>.wpb_wrapper,.tdi_121>.wpb_wrapper>.tdc-elements{display:block}.tdi_121>.wpb_wrapper>.tdc-elements{width:100%}.tdi_121>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_121>.wpb_wrapper{width:auto;height:auto}.tdi_121{width:30%!important}@media (max-width:767px){.tdi_121{width:100%!important}}</style><div class="wpb_wrapper" data-sticky-enabled-on="W3RydWUsdHJ1ZSx0cnVlLHRydWVd" data-sticky-offset="20" data-sticky-is-width-auto="W2ZhbHNlLGZhbHNlLGZhbHNlLGZhbHNlXQ=="><div class="td_block_wrap tds_leads tdi_122 td_block_template_1" data-td-block-uid="tdi_122" > <style>.tdi_122{margin-bottom:40px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_122{margin-bottom:30px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_122{margin-bottom:25px!important}}</style> <style>.tds_leads .tds-title{margin-top:0;margin-bottom:20px;font-size:22px;line-height:1.4;font-weight:600}.tds_leads .tds-form.tds-s-content{min-height:0}.tds_leads .tds-info:not(:empty){margin-bottom:16px}.tds_leads .tds-messages{padding:8px 12px;font-size:12px;line-height:1.4;color:#fff;border-radius:3px;transition:opacity .2s ease-in-out}.tds_leads .tds-messages:not(:last-child){margin-bottom:.4em}.tds_leads .tds-messages-hiding{opacity:0}.tds_leads .tds-messages-error{background-color:#ec4d4d}.tds_leads .tds-messages-success{background-color:#6bc16f}.tds_leads .tds-message:not(:last-child){margin-bottom:.4em}.tds_leads .tds-email-bar{display:flex}.tds_leads .tds-input-wrap{display:flex;align-items:center;flex:1}.tds_leads .tds-input{height:100%;padding:12px 15px;line-height:1;border-width:1px 0 1px 1px}.tds_leads .tds-unsubscribe-txt{width:100%;font-size:13px;line-height:1.4}.tds_leads .tds-submit-btn{-webkit-appearance:none;display:flex;align-items:center;width:100%;padding:15px;background-color:var(--td_theme_color,#4db2ec);font-size:13px;line-height:1;color:#fff;border-width:0;border-style:solid;border-color:#000;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;outline:none}.tds_leads .tds-input-wrap+.tds-submit-btn{width:auto}.tds_leads .tds-submit-btn:hover{background-color:#222}.tds_leads .tds-submit-btn-icon{position:relative}.tds_leads i.tds-submit-btn-icon{font-size:15px;color:#fff}.tds_leads .tds-submit-btn-icon-svg{width:15px;height:auto}.tds_leads .tds-submit-btn-icon-svg svg{display:block;fill:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.tds_leads .tds-checkbox{margin-top:16px;line-height:1}.tds_leads .tds-checkbox input{display:none}.tds_leads .tds-checkbox label{display:flex;align-items:center;margin-bottom:0;cursor:pointer}.tds_leads .tds-check{position:relative;width:1em;height:1em;margin-right:8px;background-color:#fff;cursor:pointer;border:1px solid #ccc;transition:all .3s ease-in-out;flex-shrink:0}.tds_leads .tds-check:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0.5em;height:0.5em;background-color:var(--td_theme_color,#4db2ec);opacity:0;transition:all .3s ease;pointer-events:none}.tds_leads .tds-checkbox input:checked+label .tds-check:after{opacity:1}.tds_leads .tds-check-title{margin-top:-1px;user-select:none;-webkit-user-select:none;font-size:11px;color:#444}.tds_leads .tds-check-title a:hover{color:#222}body .tdi_122 .tds-title{margin-bottom:0px}body .tdi_122 .tds-messages-success{border-radius:0px}body .tdi_122 .tds-messages-error{border-radius:0px}body .tdi_122 .tds-email-bar{flex-direction:column}body .tdi_122 .tds-input-wrap{margin:0 0 5px}body .tdi_122 .tds-input-wrap+.tds-submit-btn{margin:5px 0 0}body .tdi_122 .tds-input{padding:15px 10px;border-width:1px;border-style:solid;border-radius:0px;font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:500!important}body .tdi_122 .tds-unsubscribe-txt{text-align:left}body .tdi_122 i.tds-submit-btn-icon{font-size:19px}body .tdi_122 .tds-submit-btn-icon-svg{width:19px}body .tdi_122 .tds-submit-btn-icon{margin-left:5px;top:0px}body .tdi_122 .tds-submit-btn{border-radius:0px;justify-content:center;background-color:#309b65;font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:1px!important}body .tdi_122 .tds-checkbox label{font-size:16px}body .tdi_122 .tds-submit-btn:hover{background-color:#4cb577}body .tdi_122 .tds-check-title{color:#000000;font-family:Roboto!important;font-size:12px!important;line-height:1.2!important}body .tdi_122 .tds-check-title a{color:#309b65}body .tdi_122 .tds-check-title a:hover{color:#4cb577}body .tdi_122 .tds-message{font-family:Roboto!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important}@media (min-width:1019px) and (max-width:1140px){body .tdi_122 .tds-title{margin-bottom:14px}body .tdi_122 .tds-info:not(:empty){margin:0 0 12px}body .tdi_122 .tds-input{padding:12px 8px}body .tdi_122 i.tds-submit-btn-icon{font-size:17px}body .tdi_122 .tds-submit-btn-icon-svg{width:17px}body .tdi_122 .tds-submit-btn{padding:12px;font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){body .tdi_122 .tds-title{margin-bottom:12px}body .tdi_122 .tds-messages{padding:6px 10px}body .tdi_122 .tds-input{padding:10px 6px;font-size:12px!important}body .tdi_122 i.tds-submit-btn-icon{font-size:15px}body .tdi_122 .tds-submit-btn-icon-svg{width:15px}body .tdi_122 .tds-submit-btn-icon{margin-left:3px}body .tdi_122 .tds-submit-btn{padding:10px;font-size:11px!important}body .tdi_122 .tds-message{font-size:12px!important}body .tdi_122 .tds-check-title{font-size:11px!important}}@media (max-width:767px){}</style><div class="tds-block-inner td-fix-index"><div class="tds-info"></div><form class="tds-form tds-s-content tds-s-content-sm" action="" method="post" name=""><input type="hidden" name="list" value="3"><input type="hidden" name="double_opt_in" value=""><input type="url" name="rdr_url" value="" style="display: none;"><div class="tds-email-bar"><div class="tds-input-wrap"><input class="tds-input" type="email" name="email" aria-label="email" placeholder="Email address" required></div><button class="tds-submit-btn" type="submit" name="tds-subscribe">I want in<i class="tds-submit-btn-icon tdc-font-tdmp tdc-font-tdmp-arrow-right"></i></button></div><div class="tds-checkbox"><input id="pp_checkbox_tdi_122" class="" name="" value="Y" type="checkbox"><label class="checkbox subfield" for="pp_checkbox_tdi_122"><span class="tds-check"></span><span class="tds-check-title">I've read and accept the <a href="#">Privacy Policy</a>.</span></label></div></form></div></div><div class="td_block_wrap td_flex_block_2 tdi_123 td-flb-margin-left td_with_ajax_pagination td-pb-border-top td_block_template_2 td_flex_block" data-td-block-uid="tdi_123" > <style>.tdi_123{margin-bottom:30px!important;border-color:#eaeaea!important;border-style:solid!important;border-width:0!important}@media (min-width:1019px) and (max-width:1140px){.tdi_123{margin-bottom:25px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_123{margin-bottom:20px!important}}</style> <style>.tdi_123 .td-module-thumb{height:420px;margin-left:-0px}.tdi_123 .td_module_wrap{margin-bottom:0px}.tdi_123 .td_module_wrap:last-child{margin-bottom:0}.tdi_123.td_with_ajax_pagination .td-next-prev-wrap{align-items:flex-start;justify-content:flex-end;padding:20px 20px 0 0}.tdi_123.td_with_ajax_pagination .td-next-prev-wrap a,.tdi_123 .td-load-more-wrap a{padding:0px;border-width:0px;border-radius:0px}.tdi_123 .page-nav .pages{padding-right:0}.tdi_123.td_with_ajax_pagination .td-next-prev-wrap a,.tdi_123 .td-load-more-wrap a i{font-size:8px}.tdi_123 .td-load-more-wrap a .td-load-more-icon-svg svg,.tdi_123.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{width:8px;height:calc(8px + 1px)}.tdi_123 .entry-thumb{background-position:center 50%}body .tdi_123 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_123 .td-video-play-ico{top:50%;left:50%;transform:translate(-50%,-50%)}.tdi_123 .td-post-vid-time{display:inline-block}.tdi_123 .td-post-category{padding:5px 8px;border-radius:2px;background-color:#309b65;color:#ffffff}.tdi_123 .td-module-meta-info{top:auto;bottom:0;padding:0 15px 20px 18px}.tdi_123 .entry-title{margin:16px 0 12px 0;font-family:Roboto!important;font-size:20px!important;line-height:1.2!important;font-weight:700!important}.tdi_123 .td-excerpt{margin:0px;display:none;color:#ffffff}.tdi_123 .td-post-category:not(.td-post-extra-category){display:none}.tdi_123 .td-author-date{display:inline}.tdi_123 .entry-review-stars{display:inline-block}.tdi_123 .td-icon-star,.tdi_123 .td-icon-star-empty,.tdi_123 .td-icon-star-half{font-size:15px}.tdi_123 .td-module-comments{display:none}.tdi_123 .td-read-more{display:none}.tdi_123 .td-module-exclusive .td-module-title a:before{display:none;padding:5px 8px;border-radius:2px;color:#ffffff;background-color:#ec3535;font-family:Roboto!important;font-size:13px!important;line-height:1!important;font-weight:600!important;text-transform:uppercase!important}.tdi_123 .td-module-exclusive:hover .td-module-title a:before{color:#ffffff;background-color:#ec3535}.tdi_123 .td-read-more a{text-transform:uppercase!important;background-color:rgba(255,255,255,0)!important}.tdi_123 .td-editor-date,.tdi_123 .td-editor-date .td-post-author-name a,.tdi_123 .td-editor-date .entry-date,.tdi_123 .td-module-comments a{font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:400!important;text-transform:capitalize!important}.tdi_123 .td-module-thumb a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0.5) 42%,rgba(0,0,0,0) 61%,rgba(0,0,0,0));background:linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0.5) 42%,rgba(0,0,0,0) 61%,rgba(0,0,0,0))}.tdi_123 .td-post-category:hover{background-color:#4cb577;color:#ffffff}.tdi_123 .td-module-title a{color:#ffffff;box-shadow:inset 0 0 0 0 #000}.tdi_123 .td_module_wrap:hover .td-module-title a{color:rgba(255,255,255,0.8)}.tdi_123 .td-post-author-name a{color:#ffffff}.tdi_123 .td-post-author-name:hover a{color:rgba(255,255,255,0.8)}.tdi_123 .td-post-date,.tdi_123 .td-post-author-name span{color:#ffffff}html:not([class*='ie']) .tdi_123 .td-module-container:hover .entry-thumb:before{opacity:0}.tdi_123 .td-read-more:hover a{background-color:rgba(255,255,255,0)!important}@media (min-width:768px){.tdi_123 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}@media (min-width:1019px) and (max-width:1140px){.tdi_123 .td-module-thumb{height:340px}.tdi_123 .td-module-meta-info{padding:0 10px 15px 12px}.tdi_123 .entry-title{margin:12px 0 8px 0;font-size:18px!important}.tdi_123 .td-post-author-name{display:none}.tdi_123 .td-module-exclusive .td-module-title a:before{font-size:12px!important}.tdi_123 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_123 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (min-width:768px) and (max-width:1018px){.tdi_123 .td-module-thumb{height:280px}.tdi_123 .td-post-category{padding:4px 6px}.tdi_123 .td-module-meta-info{padding:0 5px 15px 10px}.tdi_123 .entry-title{margin:10px 0 6px 0;font-size:16px!important}.tdi_123 .td-post-author-name{display:none}.tdi_123 .td-module-exclusive .td-module-title a:before{font-size:12px!important}.tdi_123 .td-editor-date,.tdi_123 .td-editor-date .td-post-author-name a,.tdi_123 .td-editor-date .entry-date,.tdi_123 .td-module-comments a{font-size:12px!important}.tdi_123 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_123 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (max-width:767px){.tdi_123 .td-module-thumb{height:450px}.tdi_123 .td-module-meta-info{max-width:100%;padding:0 20px 20px}.tdi_123 .entry-title{margin:12px 0 10px 0;font-size:30px!important}.tdi_123 .td-module-exclusive .td-module-title a:before{font-size:11px!important}.tdi_123 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_123 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}</style><script>var block_tdi_123 = new tdBlock(); block_tdi_123.id = "tdi_123"; block_tdi_123.atts = '{"modules_on_row":"","limit":"1","modules_category":"above","show_btn":"none","show_excerpt":"none","ajax_pagination":"next_prev","td_ajax_preloading":"","sort":"","category_id":"","f_title_font_size":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjMwIiwibGFuZHNjYXBlIjoiMTgifQ==","f_title_font_line_height":"1.2","show_cat":"none","meta_info_border_style":"","meta_padding":"eyJhbGwiOiIwIDE1cHggMjBweCAxOHB4IiwibGFuZHNjYXBlIjoiMCAxMHB4IDE1cHggMTJweCIsInBvcnRyYWl0IjoiMCA1cHggMTVweCAxMHB4IiwicGhvbmUiOiIwIDIwcHggMjBweCJ9","modules_divider":"","image_size":"td_696x0","meta_info_align":"bottom","image_floated":"","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjMwIiwiYm9yZGVyLWNvbG9yIjoiI2VhZWFlYSIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7Im1hcmdpbi1ib3R0b20iOiIyNSIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsibWFyZ2luLWJvdHRvbSI6IjIwIiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4LCJwaG9uZSI6eyJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==","meta_info_horiz":"content-horiz-left","f_title_font_weight":"700","image_height":"eyJhbGwiOiIxMDAiLCJwb3J0cmFpdCI6IjE0MCJ9","all_modules_space":"0","art_excerpt":"0","art_title":"eyJhbGwiOiIxNnB4IDAgMTJweCAwIiwibGFuZHNjYXBlIjoiMTJweCAwIDhweCAwIiwicG9ydHJhaXQiOiIxMHB4IDAgNnB4IDAiLCJwaG9uZSI6IjEycHggMCAxMHB4IDAifQ==","btn_bg":"rgba(255,255,255,0)","f_btn_font_transform":"uppercase","f_btn_font_weight":"","btn_bg_hover":"rgba(255,255,255,0)","meta_width":"eyJwaG9uZSI6IjEwMCUifQ==","show_audio":"","show_com":"none","show_date":"","show_author":"eyJsYW5kc2NhcGUiOiJub25lIiwicG9ydHJhaXQiOiJub25lIn0=","mc1_el":"10","f_title_font_family":"521","f_title_font_transform":"","title_txt":"#ffffff","title_txt_hover":"rgba(255,255,255,0.8)","ex_txt":"#ffffff","cat_txt":"#ffffff","cat_bg":"#309b65","cat_bg_hover":"#4cb577","author_txt":"#ffffff","modules_category_padding":"eyJhbGwiOiI1cHggOHB4IiwicG9ydHJhaXQiOiI0cHggNnB4In0=","excerpt_middle":"yes","cat_txt_hover":"#ffffff","modules_gap":"0","modules_space":"0","modules_height":"eyJwb3J0cmFpdCI6IjI4MCIsImFsbCI6IjQyMCIsImxhbmRzY2FwZSI6IjM0MCIsInBob25lIjoiNDUwIn0=","image_margin":"0","color_overlay":"eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjgpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwLjUpIiwicGVyY2VudGFnZSI6NDJ9LHsiY29sb3IiOiJyZ2JhKDAsMCwwLDApIiwicGVyY2VudGFnZSI6NjF9XSwiZGVncmVlIjoiMCIsImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjgpLHJnYmEoMCwwLDAsMC41KSA0MiUscmdiYSgwLDAsMCwwKSA2MSUscmdiYSgwLDAsMCwwKSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjgpLHJnYmEoMCwwLDAsMC41KSA0MiUscmdiYSgwLDAsMCwwKSA2MSUscmdiYSgwLDAsMCwwKSk7IiwiY3NzUGFyYW1zIjoiMGRlZyxyZ2JhKDAsMCwwLDAuOCkscmdiYSgwLDAsMCwwLjUpIDQyJSxyZ2JhKDAsMCwwLDApIDYxJSxyZ2JhKDAsMCwwLDApIn0=","mc2_el":"26","modules_category_radius":"2","excl_padd":"5px 8px","excl_radius":"2","excl_color":"#ffffff","excl_color_h":"#ffffff","excl_bg":"#ec3535","excl_bg_h":"#ec3535","f_excl_font_transform":"uppercase","f_excl_font_weight":"600","f_excl_font_family":"521","f_excl_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJsYW5kc2NhcGUiOiIxMiIsInBob25lIjoiMTEifQ==","f_excl_font_line_height":"1","pag_border_width":"0","pag_border_radius":"0","pag_padding":"0","excl_show":"none","author_txt_hover":"rgba(255,255,255,0.8)","date_txt":"#ffffff","f_meta_font_family":"521","f_meta_font_transform":"capitalize","f_meta_font_weight":"400","f_meta_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","f_meta_font_line_height":"1.2","block_template_id":"td_block_template_2","pag_icons_size":"8","block_type":"td_flex_block_2","separator":"","custom_title":"","custom_url":"","title_tag":"","mc2_tl":"","mc2_title_tag":"","post_ids":"-1680","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","block_title_over":"","block_title_space":"","image_alignment":"50","image_radius":"","image_margin_right":"","image_margin_forced":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_icon_pos":"center","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"","show_vid_t":"inline-block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_txt":"","excl_margin":"","all_excl_border":"","all_excl_border_style":"solid","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_font_spacing":"","f_excl_":"","meta_margin":"","meta_info_border_radius":"","modules_category_margin":"","modules_cat_border":"","modules_extra_cat":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","nextprev_position":"top","nextprev_split":"","nextprev":"","prev_tdicon":"","next_tdicon":"","pag_icons_space":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","meta_bg":"","nextprev_icon":"","nextprev_icon_h":"","nextprev_bg":"","nextprev_bg_h":"","all_underline_height":"","all_underline_color":"","cat_style":"","cat_border":"","cat_border_hover":"","com_txt":"","com_icon":"","rev_txt":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_123","tdc_css_class":"tdi_123","tdc_css_class_style":"tdi_123_rand_style"}'; block_tdi_123.td_column_number = "1"; block_tdi_123.block_type = "td_flex_block_2"; block_tdi_123.post_count = "1"; block_tdi_123.found_posts = "737"; block_tdi_123.header_color = ""; block_tdi_123.ajax_pagination_infinite_stop = ""; block_tdi_123.max_num_pages = "737"; tdBlocksArray.push(block_tdi_123); </script><div class="td-block-title-over"><div class="td-block-title-wrap"></div></div><div class="td-block-inner-pagination"><div id=tdi_123 class="td_block_inner td-mc2-wrap"> <div class="td_module_flex_2 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container"> <div class="td-module-thumb"><a href="https://xusnw.com/dutch-police-identify-users-as-young-as-11-year-old-on-cracked-io-hacking-forum/" rel="bookmark" class="td-image-wrap " title="Dutch police identify users as young as 11-year-old on Cracked.io hacking forum" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Dutch-police-identify-users-as-young-as-11-year-old-on-Crackedio-696x365.jpeg" ></span></a></div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/dutch-police-identify-users-as-young-as-11-year-old-on-cracked-io-hacking-forum/" rel="bookmark" title="Dutch police identify users as young as 11-year-old on Cracked.io hacking forum">Dutch police identify users as young as 11-year-old on Cracked.io hacking forum</a></h3> <div class="td-editor-date"> <span class="td-author-date"> </span> </div> </div> </div> </div> </div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_123" data-td_block_id="tdi_123"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_123" data-td_block_id="tdi_123"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_124 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_124" > <style>.tdi_124{margin-bottom:30px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_124{margin-bottom:25px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_124{margin-bottom:20px!important}}@media (max-width:767px){.tdi_124{margin-bottom:40px!important}}</style> <style>.tdi_124 .td-image-wrap{padding-bottom:100%}.tdi_124 .entry-thumb{background-position:center 50%}.tdi_124 .td-image-container{flex:0 0 30%;width:30%;display:block;order:1;margin-left:0;margin-right:auto}.ie10 .tdi_124 .td-image-container,.ie11 .tdi_124 .td-image-container{flex:0 0 auto}.tdi_124 .td-module-container{flex-direction:row;padding:0 0 15px;border-width:0 0 1px;border-style:solid;border-color:#000;border-color:#eaeaea!important}.tdi_124 .td-module-meta-info{flex:1;padding:0 16px 0 0;display:flex;flex-direction:column;justify-content:center;border-color:#eaeaea}body .tdi_124 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_124 .td-category-pos-above .td-post-category{align-self:flex-start;align-self:flex-start!important}.tdi_124 .td_module_wrap{padding-left:0px;padding-right:0px;padding-bottom:7.5px;margin-bottom:7.5px}.tdi_124 .td_block_inner{margin-left:-0px;margin-right:-0px}.tdi_124 .td-module-container:before{bottom:-7.5px;border-color:#eaeaea}.tdi_124 .entry-thumb,.tdi_124 .td-image-wrap:before,.tdi_124 .td-image-wrap:after,.tdi_124 .entry-thumb:before,.tdi_124 .entry-thumb:after{border-radius:100%}.tdi_124 .td-post-vid-time{display:block}.tdi_124 .td-post-category{margin:0 5px 0 0;padding:2px 0;background-color:rgba(255,255,255,0);border-width:0px;border-style:solid;border-color:#aaa}.tdi_124 .td-post-category:not(.td-post-extra-category){display:none}.tdi_124 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_124 .td-excerpt{display:none;margin:0px;column-count:1;column-gap:48px}.tdi_124 .td-audio-player{opacity:1;visibility:visible;height:auto;font-size:13px}.tdi_124 .td-read-more{display:none}.tdi_124 .td-author-date{display:inline}.tdi_124 .td-post-author-name{display:none}.tdi_124 .td-post-date,.tdi_124 .td-post-author-name span{display:none}.tdi_124 .entry-review-stars{display:inline-block}.tdi_124 .td-icon-star,.tdi_124 .td-icon-star-empty,.tdi_124 .td-icon-star-half{font-size:15px}.tdi_124 .td-module-comments{display:none}.tdi_124 .td_module_wrap:nth-last-child(1){margin-bottom:0;padding-bottom:0}.tdi_124 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none}.tdi_124 .td-post-category:hover{background-color:rgba(255,255,255,0)!important}.tdi_124 .td-module-title a{color:#000000;box-shadow:inset 0 0 0 0 #000}.tdi_124 .td_module_wrap:hover .td-module-title a{color:#309b65!important}.tdi_124 .td-module-meta-info,.tdi_124 .td-next-prev-wrap{text-align:left}.tdi_124 .td-category-pos-image .td-post-category:not(.td-post-extra-category){left:0;right:auto;transform:translateX(0);-webkit-transform:translateX(0)}.tdi_124 .td-ajax-next-page{margin-right:auto;margin-left:0}.tdi_124 .td-module-exclusive .td-module-title a:before{display:inline-block;margin:-4px 5px 0 0;padding:4px 5px 3px;border-radius:0px;color:#ffffff;background-color:#309b65;font-family:Roboto!important;font-size:10px!important;line-height:1!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.tdi_124 .td-module-exclusive:hover .td-module-title a:before{color:#ffffff;background-color:#4cb577}.tdi_124 .entry-title{margin:0px;font-family:Roboto!important;font-size:14px!important;line-height:1.2!important;font-weight:500!important}.tdi_124 .td-read-more a{background-color:rgba(255,255,255,0)!important;text-transform:uppercase!important}.tdi_124 .td-read-more:hover a{background-color:rgba(255,255,255,0)!important}html:not([class*='ie']) .tdi_124 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:768px){.tdi_124 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}@media (min-width:1019px) and (max-width:1140px){.tdi_124 .td-module-meta-info{padding:0 12px 0 0}.tdi_124 .td_module_wrap{padding-bottom:7.5px;margin-bottom:7.5px;padding-bottom:7.5px!important;margin-bottom:7.5px!important}.tdi_124 .td-module-container:before{bottom:-7.5px}.tdi_124 .td-post-category{margin:0px;padding:0px}.tdi_124 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_124 .td_module_wrap .td-module-container:before{display:block!important}.tdi_124 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_124 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_124 .entry-title{font-size:13px!important}@media (min-width:768px){.tdi_124 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (min-width:768px) and (max-width:1018px){.tdi_124 .td-module-meta-info{padding:0 8px 0 0}.tdi_124 .td_module_wrap{padding-bottom:5px;margin-bottom:5px;padding-bottom:5px!important;margin-bottom:5px!important}.tdi_124 .td-module-container:before{bottom:-5px}.tdi_124 .td-module-container{padding:0 0 10px}.tdi_124 .td-post-category{margin:0px;padding:0px}.tdi_124 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_124 .td_module_wrap .td-module-container:before{display:block!important}.tdi_124 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_124 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_124 .entry-title{font-size:13px!important}@media (min-width:768px){.tdi_124 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (max-width:767px){.tdi_124 .td-module-meta-info{max-width:100%}.tdi_124 .td_module_wrap{width:100%;float:left;padding-bottom:7.5px;margin-bottom:7.5px;padding-bottom:7.5px!important;margin-bottom:7.5px!important}.rtl .tdi_124 .td_module_wrap{float:right}.tdi_124 .td-module-container:before{bottom:-7.5px}.tdi_124 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_124 .td_module_wrap .td-module-container:before{display:block!important}.tdi_124 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_124 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_124 .entry-title{font-size:15px!important}@media (min-width:768px){.tdi_124 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}</style><script>var block_tdi_124 = new tdBlock(); block_tdi_124.id = "tdi_124"; block_tdi_124.atts = '{"modules_on_row":"eyJwaG9uZSI6IjEwMCUifQ==","modules_category":"","show_btn":"none","show_excerpt":"none","ajax_pagination":"","td_ajax_preloading":"","sort":"","category_id":"","f_title_font_size":"eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJsYW5kc2NhcGUiOiIxMyIsInBob25lIjoiMTUifQ==","f_title_font_line_height":"1.2","show_cat":"eyJsYW5kc2NhcGUiOiJub25lIiwiYWxsIjoibm9uZSJ9","meta_info_border_style":"","meta_padding":"eyJhbGwiOiIwIDE2cHggMCAwIiwibGFuZHNjYXBlIjoiMCAxMnB4IDAgMCIsInBvcnRyYWl0IjoiMCA4cHggMCAwIn0=","modules_divider":"","image_size":"","meta_info_align":"center","image_floated":"float_right","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjMwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGUiOnsibWFyZ2luLWJvdHRvbSI6IjI1IiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiI0MCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9","meta_info_horiz":"content-horiz-left","f_title_font_weight":"500","image_height":"100","all_modules_space":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9","art_excerpt":"0","art_title":"eyJhbGwiOiIwIiwicG9ydHJhaXQiOiIwIn0=","btn_bg":"rgba(255,255,255,0)","f_btn_font_transform":"uppercase","f_btn_font_weight":"","btn_bg_hover":"rgba(255,255,255,0)","meta_width":"eyJwaG9uZSI6IjEwMCUifQ==","show_audio":"","show_com":"none","show_date":"none","show_author":"none","mc1_el":"10","f_title_font_family":"521","f_title_font_transform":"","title_txt":"#000000","title_txt_hover":"#309b65","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","modules_category_padding":"eyJhbGwiOiIycHggMCIsInBvcnRyYWl0IjoiMCIsImxhbmRzY2FwZSI6IjAifQ==","modules_gap":"0","modules_category_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAiLCJsYW5kc2NhcGUiOiIwIn0=","modules_cat_border":"0","image_width":"30","excl_padd":"4px 5px 3px","f_excl_font_family":"521","f_excl_font_transform":"uppercase","f_excl_font_size":"10","f_excl_font_weight":"500","f_excl_font_line_height":"1","f_excl_font_spacing":"0.5","excl_bg":"#309b65","excl_bg_h":"#4cb577","excl_color":"#ffffff","excl_color_h":"#ffffff","excl_margin":"-4px 5px 0 0","excl_radius":"0","m_padding":"eyJhbGwiOiIwIDAgMTVweCIsImxhbmRzY2FwZSI6IjAgMCAxNXB4IiwicG9ydHJhaXQiOiIwIDAgMTBweCJ9","modules_border_size":"0 0 1px","image_radius":"100%","offset":"1","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"-1680","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","limit":"5","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","container_width":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","excl_txt":"","all_excl_border":"","all_excl_border_style":"solid","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_style":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_124","tdc_css_class":"tdi_124","tdc_css_class_style":"tdi_124_rand_style"}'; block_tdi_124.td_column_number = "1"; block_tdi_124.block_type = "td_flex_block_1"; block_tdi_124.post_count = "5"; block_tdi_124.found_posts = "737"; block_tdi_124.header_color = ""; block_tdi_124.ajax_pagination_infinite_stop = ""; block_tdi_124.max_num_pages = "148"; tdBlocksArray.push(block_tdi_124); </script><div class="td-block-title-wrap"></div><div id=tdi_124 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/unboxing-and-assembly-of-the-aio-nzxt-kraken-elite-420-rgb/" rel="bookmark" class="td-image-wrap " title="Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Unboxing-and-assembly-of-the-AIO-NZXT-Kraken-Elite-420.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/unboxing-and-assembly-of-the-aio-nzxt-kraken-elite-420-rgb/" rel="bookmark" title="Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB">Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/hardware-releases/" class="td-post-category" >Hardware Releases</a> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/how-smart-event-registration-forms-prevent-attendee-drop-offs/" rel="bookmark" class="td-image-wrap " title="How Smart Event Registration Forms Prevent Attendee Drop-Offs" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/How-Smart-Event-Registration-Forms-Prevent-Attendee-Drop-Offs-696x464.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/how-smart-event-registration-forms-prevent-attendee-drop-offs/" rel="bookmark" title="How Smart Event Registration Forms Prevent Attendee Drop-Offs">How Smart Event Registration Forms Prevent Attendee Drop-Offs</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/industry-events-conferences/" class="td-post-category" >Industry Events & Conferences</a> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/suspect-in-minnesota-shooting-linked-to-security-company-evangelical-ministry/" rel="bookmark" class="td-image-wrap " title="Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Suspect-in-Minnesota-Shooting-Linked-to-Security-Company-Evangelical-Ministry-696x364.jpeg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/suspect-in-minnesota-shooting-linked-to-security-company-evangelical-ministry/" rel="bookmark" title="Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry">Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/tech-trends-innovations/" class="td-post-category" >Tech Trends & Innovations</a> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/switch-2s-best-selling-eshop-games-so-far/" rel="bookmark" class="td-image-wrap " title="Switch 2’s Best-Selling eShop Games So Far" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Switch-2s-Best-Selling-eShop-Games-So-Far-696x418.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/switch-2s-best-selling-eshop-games-so-far/" rel="bookmark" title="Switch 2’s Best-Selling eShop Games So Far">Switch 2’s Best-Selling eShop Games So Far</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/gaming-graphics/" class="td-post-category" >Gaming & Graphics</a> </div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/shannen-darknet-diaries/" rel="bookmark" class="td-image-wrap " title="Shannen – Darknet Diaries" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/grenade-696x392.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/shannen-darknet-diaries/" rel="bookmark" title="Shannen – Darknet Diaries">Shannen – Darknet Diaries</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/cybersecurity/" class="td-post-category" >Cybersecurity</a> </div> </div> </div> </div> </div></div><div class="td_block_wrap td-a-rec td-a-rec-id-custom-spot td-a-rec-img tdi_125 td_block_template_1"> <style>.tdi_125.td-a-rec{text-align:center}.tdi_125.td-a-rec:not(.td-a-rec-no-translate){transform:translateZ(0)}.tdi_125 .td-element-style{z-index:-1}.tdi_125 .td-spot-id-spot_img_hidden{display:none}.tdi_125 .td-adspot-title{display:block}</style><div style="display: inline-block"><a href="https://themeforest.net/item/newspaper/5489609" rel="noopener" class="td_spot_img_all"><img width="312" height="460" src="https://xusnw.com/wp-content/uploads/2025/01/rec-sidebar.png" alt="spot_img" /></a></div></div></div></div></div></div><div id="tdi_126" class="tdc-row stretch_row_1400 td-stretch-content"><div class="vc_row tdi_127 wpb_row td-pb-row" > <style scoped>.tdi_127,.tdi_127 .tdc-columns{min-height:0}.tdi_127,.tdi_127 .tdc-columns{display:block}.tdi_127 .tdc-columns{width:100%}.tdi_127:before,.tdi_127:after{display:table}.tdi_127{margin-bottom:60px!important}.tdi_127 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_127{margin-bottom:50px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_127{margin-bottom:40px!important}}@media (max-width:767px){.tdi_127{margin-bottom:40px!important}}</style><div class="vc_column tdi_129 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_129{vertical-align:baseline}.tdi_129>.wpb_wrapper,.tdi_129>.wpb_wrapper>.tdc-elements{display:block}.tdi_129>.wpb_wrapper>.tdc-elements{width:100%}.tdi_129>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_129>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_130 tdm-content-horiz-center td-pb-border-top td_block_template_1" data-td-block-uid="tdi_130" > <style>.tdi_130{margin-bottom:30px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_130{margin-bottom:20px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_130{margin-bottom:15px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>.tdi_131 .tdm-title{color:#000000;font-family:Roboto!important;font-size:20px!important;line-height:1.2!important;font-weight:500!important;text-transform:uppercase!important}body .tdi_131 .tdm-title-line:after{background:#000000}.tdi_131 .tdm-title-line{width:100%;height:10px}.tdi_131 .tdm-title-line:after{height:1px;bottom:-100%}@media (min-width:1019px) and (max-width:1140px){.tdi_131 .tdm-title{font-size:18px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_131 .tdm-title{font-size:16px!important}}</style><div class="tds-title tds-title2 td-fix-index tdi_131 "><h3 class="tdm-title tdm-title-sm">Related articles</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_132 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_132" > <style>.tdi_132{margin-right:-25px!important;margin-bottom:0px!important;margin-left:-25px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_132{margin-right:-20px!important;margin-left:-20px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_132{margin-right:-10px!important;margin-left:-10px!important}}@media (max-width:767px){.tdi_132{margin-right:0px!important;margin-left:0px!important}}</style> <style>.tdi_132 .td-image-wrap{padding-bottom:70%}.tdi_132 .entry-thumb{background-position:center 50%}.tdi_132 .td-module-container{flex-direction:column;padding:0 25px 0;border-width:0 1px 0 0;border-style:solid;border-color:#000;border-color:#eaeaea!important}.tdi_132 .td-image-container{display:block;order:0;margin-left:0;margin-right:auto}.ie10 .tdi_132 .td-module-meta-info,.ie11 .tdi_132 .td-module-meta-info{flex:auto}body .tdi_132 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_132 .td-module-meta-info{padding:16px 0 0 0;border-color:#eaeaea}.tdi_132 .td_module_wrap{width:25%;float:left;padding-left:0px;padding-right:0px;padding-bottom:0px;margin-bottom:0px}.rtl .tdi_132 .td_module_wrap{float:right}.tdi_132 .td_block_inner{margin-left:-0px;margin-right:-0px}.tdi_132 .td-module-container:before{bottom:-0px;border-color:#eaeaea}.tdi_132 .td-post-vid-time{display:block}.tdi_132 .td-post-category{margin:0px;padding:0px;background-color:rgba(255,255,255,0);color:#309b65;border-width:0px;border-style:solid;border-color:#aaa;font-family:Roboto!important;font-size:13px!important;line-height:1!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.tdi_132 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_132 .td-audio-player{opacity:1;visibility:visible;height:auto;font-size:13px}.tdi_132 .td-read-more{display:none}.tdi_132 .td-author-date{display:inline}.tdi_132 .td-post-author-name{display:none}.tdi_132 .td-post-date,.tdi_132 .td-post-author-name span{display:none}.tdi_132 .entry-review-stars{display:inline-block}.tdi_132 .td-icon-star,.tdi_132 .td-icon-star-empty,.tdi_132 .td-icon-star-half{font-size:15px}.tdi_132 .td-module-comments{display:none}.tdi_132 .td_module_wrap:nth-child(4n+1){clear:both}.tdi_132 .td_module_wrap:nth-last-child(-n+4){margin-bottom:0;padding-bottom:0}.tdi_132 .td_module_wrap:nth-last-child(-n+4) .td-module-container:before{display:none}.tdi_132 .td-post-category:hover{background-color:rgba(255,255,255,0)!important;color:#4cb577}.tdi_132 .td-module-title a{color:#000000;box-shadow:inset 0 0 0 0 #000}.tdi_132 .td_module_wrap:hover .td-module-title a{color:#309b65!important}.tdi_132 .td-excerpt{color:#999999;margin:0px;column-count:1;column-gap:48px;font-family:Roboto!important;font-size:13px!important;line-height:1.4!important}.tdi_132 .td-module-meta-info,.tdi_132 .td-next-prev-wrap{text-align:left}.tdi_132 .td-category-pos-above .td-post-category{align-self:flex-start!important}.tdi_132 .td-category-pos-image .td-post-category:not(.td-post-extra-category){left:0;right:auto;transform:translateX(0);-webkit-transform:translateX(0)}.tdi_132 .td-ajax-next-page{margin-right:auto;margin-left:0}.tdi_132 .td-module-exclusive .td-module-title a:before{display:inline-block;margin:-4px 5px 0 0;padding:4px 5px 3px;color:#ffffff;background-color:#309b65;font-family:Roboto!important;font-size:10px!important;line-height:1!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.tdi_132 .td-module-exclusive:hover .td-module-title a:before{color:#ffffff;background-color:#309b65}.tdi_132 .entry-title{margin:8px 0;font-family:EB Garamond!important;font-size:20px!important;line-height:1.1!important;font-weight:600!important}.tdi_132 .td-read-more a{background-color:rgba(255,255,255,0)!important;text-transform:uppercase!important}.tdi_132 .td-read-more:hover a{background-color:rgba(255,255,255,0)!important}html:not([class*='ie']) .tdi_132 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:768px){.tdi_132 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}@media (min-width:1019px) and (max-width:1140px){.tdi_132 .td-module-meta-info{padding:14px 15px 0 0}.tdi_132 .td_module_wrap{padding-bottom:0px;margin-bottom:0px;clear:none!important;padding-bottom:0px!important;margin-bottom:0px!important}.tdi_132 .td-module-container:before{bottom:-0px}.tdi_132 .td-module-container{padding:0 20px 0}.tdi_132 .td_module_wrap:nth-child(4n+1){clear:both!important}.tdi_132 .td_module_wrap:nth-last-child(-n+4){margin-bottom:0!important;padding-bottom:0!important}.tdi_132 .td_module_wrap .td-module-container:before{display:block!important}.tdi_132 .td_module_wrap:nth-last-child(-n+4) .td-module-container:before{display:none!important}.tdi_132 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_132 .entry-title{margin:6px 0;font-size:17px!important}@media (min-width:768px){.tdi_132 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (min-width:768px) and (max-width:1018px){.tdi_132 .td-module-meta-info{padding:12px 0 0 0}.tdi_132 .td_module_wrap{padding-bottom:0px;margin-bottom:0px;clear:none!important;padding-bottom:0px!important;margin-bottom:0px!important}.tdi_132 .td-module-container:before{bottom:-0px}.tdi_132 .td-module-container{padding:0 10px 0}.tdi_132 .td-excerpt{display:none}.tdi_132 .td_module_wrap:nth-child(4n+1){clear:both!important}.tdi_132 .td_module_wrap:nth-last-child(-n+4){margin-bottom:0!important;padding-bottom:0!important}.tdi_132 .td_module_wrap .td-module-container:before{display:block!important}.tdi_132 .td_module_wrap:nth-last-child(-n+4) .td-module-container:before{display:none!important}.tdi_132 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_132 .td-module-exclusive .td-module-title a:before{display:none}.tdi_132 .entry-title{margin:5px 0 0 0;font-size:14px!important}.tdi_132 .td-post-category{font-size:11px!important}@media (min-width:768px){.tdi_132 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (max-width:767px){.tdi_132 .td-module-meta-info{max-width:100%}.tdi_132 .td_module_wrap{width:100%;float:left;padding-bottom:12.5px;margin-bottom:12.5px;padding-bottom:12.5px!important;margin-bottom:12.5px!important}.rtl .tdi_132 .td_module_wrap{float:right}.tdi_132 .td-module-container:before{bottom:-12.5px}.tdi_132 .td-module-container{padding:0 0 20px;border-width:0 0 1px 0;border-style:solid;border-color:#000}.tdi_132 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_132 .td_module_wrap .td-module-container:before{display:block!important}.tdi_132 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_132 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_132 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}</style><script>var block_tdi_132 = new tdBlock(); block_tdi_132.id = "tdi_132"; block_tdi_132.atts = '{"modules_on_row":"eyJhbGwiOiIyNSUiLCJwaG9uZSI6IjEwMCUifQ==","limit":"4","modules_category":"above","show_btn":"none","show_excerpt":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","ajax_pagination":"","td_ajax_preloading":"","sort":"","category_id":"","f_title_font_size":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNCJ9","f_title_font_line_height":"1.1","show_cat":"","meta_info_border_style":"","meta_padding":"eyJhbGwiOiIxNnB4IDAgMCAwIiwibGFuZHNjYXBlIjoiMTRweCAxNXB4IDAgMCIsInBvcnRyYWl0IjoiMTJweCAwIDAgMCJ9","modules_divider":"","image_size":"","meta_info_align":"","image_floated":"","tdc_css":"eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiLTI1IiwibWFyZ2luLWJvdHRvbSI6IjAiLCJtYXJnaW4tbGVmdCI6Ii0yNSIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7Im1hcmdpbi1yaWdodCI6Ii0yMCIsIm1hcmdpbi1sZWZ0IjoiLTIwIiwiZGlzcGxheSI6IiJ9LCJsYW5kc2NhcGVfbWF4X3dpZHRoIjoxMTQwLCJsYW5kc2NhcGVfbWluX3dpZHRoIjoxMDE5LCJwb3J0cmFpdCI6eyJtYXJnaW4tcmlnaHQiOiItMTAiLCJtYXJnaW4tbGVmdCI6Ii0xMCIsImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsibWFyZ2luLXJpZ2h0IjoiMCIsIm1hcmdpbi1sZWZ0IjoiMCIsImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9","meta_info_horiz":"content-horiz-left","f_title_font_weight":"600","image_height":"70","all_modules_space":"eyJhbGwiOiIwIiwicGhvbmUiOiIyNSJ9","art_excerpt":"0","art_title":"eyJhbGwiOiI4cHggMCIsInBvcnRyYWl0IjoiNXB4IDAgMCAwIiwibGFuZHNjYXBlIjoiNnB4IDAifQ==","btn_bg":"rgba(255,255,255,0)","f_btn_font_transform":"uppercase","f_btn_font_weight":"","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","btn_bg_hover":"rgba(255,255,255,0)","meta_width":"eyJwaG9uZSI6IjEwMCUifQ==","show_audio":"","show_com":"none","show_date":"none","show_author":"none","mc1_el":"19","f_title_font_family":"185","f_title_font_transform":"","title_txt":"#000000","title_txt_hover":"#309b65","cat_txt":"#309b65","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","modules_category_padding":"0","f_cat_font_family":"521","f_cat_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEifQ==","f_cat_font_line_height":"1","modules_gap":"0","modules_category_margin":"0","modules_cat_border":"0","f_cat_font_spacing":"0.5","cat_txt_hover":"#4cb577","excl_padd":"4px 5px 3px","f_excl_font_family":"521","f_excl_font_transform":"uppercase","f_excl_font_size":"10","f_excl_font_weight":"500","f_excl_font_line_height":"1","excl_color":"#ffffff","excl_color_h":"#ffffff","excl_bg":"#309b65","excl_bg_h":"#309b65","excl_margin":"-4px 5px 0 0","f_ex_font_family":"521","f_ex_font_size":"13","f_ex_font_line_height":"1.4","ex_txt":"#999999","m_padding":"eyJhbGwiOiIwIDI1cHggMCIsImxhbmRzY2FwZSI6IjAgMjBweCAwIiwicG9ydHJhaXQiOiIwIDEwcHggMCIsInBob25lIjoiMCAwIDIwcHgifQ==","modules_border_size":"eyJhbGwiOiIwIDFweCAwIDAiLCJwaG9uZSI6IjAgMCAxcHggMCJ9","f_excl_font_spacing":"0.5","excl_show":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"-1680","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","container_width":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_txt":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_style":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":3,"header_color":"","color_preset":"","border_top":"","class":"tdi_132","tdc_css_class":"tdi_132","tdc_css_class_style":"tdi_132_rand_style"}'; block_tdi_132.td_column_number = "3"; block_tdi_132.block_type = "td_flex_block_1"; block_tdi_132.post_count = "4"; block_tdi_132.found_posts = "737"; block_tdi_132.header_color = ""; block_tdi_132.ajax_pagination_infinite_stop = ""; block_tdi_132.max_num_pages = "185"; tdBlocksArray.push(block_tdi_132); </script><div class="td-block-title-wrap"></div><div id=tdi_132 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/dutch-police-identify-users-as-young-as-11-year-old-on-cracked-io-hacking-forum/" rel="bookmark" class="td-image-wrap " title="Dutch police identify users as young as 11-year-old on Cracked.io hacking forum" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Dutch-police-identify-users-as-young-as-11-year-old-on-Crackedio-696x365.jpeg" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://xusnw.com/cybersecurity/" class="td-post-category" >Cybersecurity</a> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/dutch-police-identify-users-as-young-as-11-year-old-on-cracked-io-hacking-forum/" rel="bookmark" title="Dutch police identify users as young as 11-year-old on Cracked.io hacking forum">Dutch police identify users as young as 11-year-old on Cracked.io hacking forum</a></h3> <div class="td-excerpt">Dutch police have announced that they have identified 126 individuals linked to the now dismantled Cracked.io cybercrime forum.Cracked.io...</div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/unboxing-and-assembly-of-the-aio-nzxt-kraken-elite-420-rgb/" rel="bookmark" class="td-image-wrap " title="Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Unboxing-and-assembly-of-the-AIO-NZXT-Kraken-Elite-420.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://xusnw.com/hardware-releases/" class="td-post-category" >Hardware Releases</a> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/unboxing-and-assembly-of-the-aio-nzxt-kraken-elite-420-rgb/" rel="bookmark" title="Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB">Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB</a></h3> <div class="td-excerpt"> ...</div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/how-smart-event-registration-forms-prevent-attendee-drop-offs/" rel="bookmark" class="td-image-wrap " title="How Smart Event Registration Forms Prevent Attendee Drop-Offs" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/How-Smart-Event-Registration-Forms-Prevent-Attendee-Drop-Offs-696x464.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://xusnw.com/industry-events-conferences/" class="td-post-category" >Industry Events & Conferences</a> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/how-smart-event-registration-forms-prevent-attendee-drop-offs/" rel="bookmark" title="How Smart Event Registration Forms Prevent Attendee Drop-Offs">How Smart Event Registration Forms Prevent Attendee Drop-Offs</a></h3> <div class="td-excerpt"> A corporate training event lost 40% of its expected attendees because the registration form asked for a “department...</div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-above"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/suspect-in-minnesota-shooting-linked-to-security-company-evangelical-ministry/" rel="bookmark" class="td-image-wrap " title="Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Suspect-in-Minnesota-Shooting-Linked-to-Security-Company-Evangelical-Ministry-696x364.jpeg" ></span></a></div> </div> <div class="td-module-meta-info"> <a href="https://xusnw.com/tech-trends-innovations/" class="td-post-category" >Tech Trends & Innovations</a> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/suspect-in-minnesota-shooting-linked-to-security-company-evangelical-ministry/" rel="bookmark" title="Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry">Suspect in Minnesota Shooting Linked to Security Company, Evangelical Ministry</a></h3> <div class="td-excerpt">A man named Vance Boelter allegedly shot and killed Melissa Hortman, a Democratic Minnesota state representative, and her...</div> </div> </div> </div> </div></div><div class="td_block_wrap td_block_raw_css tdi_133 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_133" ><div id=tdi_133 class="td_block_inner td-fix-index"><style>.td_flex_block_1 .td_block_inner .td_module_flex_1:last-child .td-module-container { border-width: 0 !important; padding-bottom: 0; } </style></div></div></div></div></div></div></div></div> <span class="td-page-meta" itemprop="author" itemscope itemtype="https://schema.org/Person"><meta itemprop="name" content="jfsjg"><meta itemprop="url" content="https://xusnw.com/author/jfsjg/"></span><meta itemprop="datePublished" content="2025-06-15T07:22:01+00:00"><meta itemprop="dateModified" content="2025-06-15T07:22:01+00:00"><meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://xusnw.com/im-so-old-web-edition/"/><span class="td-page-meta" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><span class="td-page-meta" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://xusnw.com/im-so-old-web-edition/"></span><meta itemprop="name" content="xusnw.com"></span><meta itemprop="headline" content="I'm So Old: Web Edition"><span class="td-page-meta" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://xusnw.com/wp-content/uploads/2025/06/5a9a4b1432da8dff1d2cf2e17d5a81d1.gif"><meta itemprop="width" content="500"><meta itemprop="height" content="312"></span> </article> </div> </div> </div> <!-- #tdb-autoload-article --> <div class="td-footer-template-wrap" style="position: relative; "> <div class="td-footer-wrap "> <div id="tdi_134" class="tdc-zone"><div class="tdc_zone tdi_135 wpb_row td-pb-row tdc-element-style" > <style scoped>.tdi_135{min-height:0}.tdi_135>.td-element-style:after{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;z-index:0!important;display:block!important;background-color:#ffffff!important}.tdi_135{border-color:#eaeaea!important;border-style:solid!important;border-width:1px 0px 0px 0px!important}</style> <div class="tdi_134_rand_style td-element-style" ></div><div id="tdi_136" class="tdc-row stretch_row_1400 td-stretch-content"><div class="vc_row tdi_137 wpb_row td-pb-row" > <style scoped>.tdi_137,.tdi_137 .tdc-columns{min-height:0}.tdi_137,.tdi_137 .tdc-columns{display:block}.tdi_137 .tdc-columns{width:100%}.tdi_137:before,.tdi_137:after{display:table}.tdi_137{padding-top:30px!important}.tdi_137 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_137{padding-top:20px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_137{padding-top:15px!important}}</style><div class="vc_column tdi_139 wpb_column vc_column_container tdc-column td-pb-span12"> <style scoped>.tdi_139{vertical-align:baseline}.tdi_139>.wpb_wrapper,.tdi_139>.wpb_wrapper>.tdc-elements{display:block}.tdi_139>.wpb_wrapper>.tdc-elements{width:100%}.tdi_139>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_139>.wpb_wrapper{width:auto;height:auto}</style><div class="wpb_wrapper" ><div class="vc_row_inner tdi_141 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_141{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_141,.tdi_141 .tdc-inner-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.tdi_141 .tdc-inner-columns{width:100%}@media (max-width:767px){.tdi_141,.tdi_141 .tdc-inner-columns{flex-direction:column;align-items:flex-start}}.tdi_141{margin-bottom:40px!important}.tdi_141 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_141{margin-bottom:30px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_141{margin-bottom:20px!important}}</style><div class="vc_column_inner tdi_143 wpb_column vc_column_container tdc-inner-column td-pb-span3"> <style scoped>.tdi_143{vertical-align:baseline}.tdi_143 .vc_column-inner>.wpb_wrapper,.tdi_143 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_143 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}@media (max-width:767px){.tdi_143{margin-bottom:30px!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_144 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_144" > <style>.tdi_144{margin-bottom:15px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_144{margin-bottom:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_144{margin-bottom:5px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>.tdi_145 .tdm-title{color:#000000;font-family:EB Garamond!important;font-size:26px!important;line-height:1.2!important;font-weight:600!important}body .tdi_145 .tdm-title-line:after{background:#000000}.tdi_145 .tdm-title-line{width:100%;height:10px}.tdi_145 .tdm-title-line:after{height:1px;bottom:-100%}@media (min-width:1019px) and (max-width:1140px){.tdi_145 .tdm-title-line{height:8px}.tdi_145 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_145 .tdm-title-line{height:5px}.tdi_145 .tdm-title{font-size:22px!important}}</style><div class="tds-title tds-title2 td-fix-index tdi_145 "><h3 class="tdm-title tdm-title-sm">Follow us</h3><div class="tdm-title-line"></div></div></div></div></div><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_146 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_146" > <style>.tdi_146{margin-bottom:25px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_146{margin-bottom:20px!important}}@media (max-width:767px){.tdi_146{margin-bottom:20px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_146{margin-bottom:15px!important}}</style> <style>.tdi_146{text-align:left!important}.tdi_146 .tdm-descr{color:#000000;font-family:Roboto!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important}.tdi_146 .tdm-descr a{color:#ec3535}.tdi_146 .tdm-descr a:hover{color:#c11f1f}@media (min-width:768px) and (max-width:1018px){.tdi_146 .tdm-descr{font-size:11px!important}}</style><p class="tdm-descr">Stay informed with xusnw, your go-to news portal for the latest updates in Business & Economy, Cars, Food, Music, Science, and current events.</p></div><div class="td_block_wrap td_block_raw_css tdi_147 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_147" ><div id=tdi_147 class="td_block_inner td-fix-index"><style>.td_flex_block_1 .td_block_inner .td_module_flex_1:last-child .td-module-container { border-width: 0 !important; padding-bottom: 0; } </style></div></div></div></div></div><div class="vc_column_inner tdi_149 wpb_column vc_column_container tdc-inner-column td-pb-span3"> <style scoped>.tdi_149{vertical-align:baseline}.tdi_149 .vc_column-inner>.wpb_wrapper,.tdi_149 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_149 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_149{border-color:#eaeaea!important;border-style:solid!important;border-width:0px 0px 0px 1px!important}@media (max-width:767px){.tdi_149{margin-bottom:30px!important;border-width:0px 0px 0px 0px!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_150 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_150" > <style>.tdi_150{margin-bottom:15px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_150{margin-bottom:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_150{margin-bottom:5px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>.tdi_151 .tdm-title{color:#000000;font-family:EB Garamond!important;font-size:26px!important;line-height:1.2!important;font-weight:600!important}body .tdi_151 .tdm-title-line:after{background:#000000}.tdi_151 .tdm-title-line{width:100%;height:10px}.tdi_151 .tdm-title-line:after{height:1px;bottom:-100%}@media (min-width:1019px) and (max-width:1140px){.tdi_151 .tdm-title-line{height:8px}.tdi_151 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_151 .tdm-title-line{height:5px}.tdi_151 .tdm-title{font-size:22px!important}}</style><div class="tds-title tds-title2 td-fix-index tdi_151 "><h3 class="tdm-title tdm-title-sm">Company</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_block_list_menu tdi_152 td-blm-display-vertical td-pb-border-top td_block_template_1 widget" data-td-block-uid="tdi_152" > <style>.tdi_152{margin-bottom:0px!important}@media (max-width:767px){.tdi_152{margin-right:0px!important}}</style> <style>.td_block_list_menu ul{flex-wrap:wrap;margin-left:12px}.td_block_list_menu ul li{margin-left:0}.td_block_list_menu ul li a{display:flex;margin-left:0}.td_block_list_menu .td-blm-menu-item-txt{display:flex;align-items:center;flex-grow:1}.td_block_list_menu .sub-menu{padding-left:22px}.td_block_list_menu .sub-menu li{font-size:13px}.td_block_list_menu li.current-menu-item>a,.td_block_list_menu li.current-menu-ancestor>a,.td_block_list_menu li.current-category-ancestor>a,.td_block_list_menu li.current-page-ancestor>a{color:var(--td_theme_color,#4db2ec)}.td_block_list_menu .td-blm-sub-icon{display:flex;align-items:center;justify-content:center;margin-left:.6em;padding:0 .6em;transition:transform .2s ease-in-out}.td_block_list_menu .td-blm-sub-icon svg{display:block;width:1em;height:auto}.td_block_list_menu .td-blm-sub-icon svg,.td_block_list_menu .td-blm-sub-icon svg *{fill:currentColor}.td_block_list_menu.td-blm-display-accordion .menu-item-has-children ul{display:none}.td_block_list_menu.td-blm-display-accordion .menu-item-has-children-open>a>.td-blm-sub-icon{transform:rotate(180deg)}.td_block_list_menu.td-blm-display-horizontal ul{display:flex}body .tdi_152 ul{margin:2px 0}body .tdi_152 ul li{margin-bottom:12px}body .tdi_152 ul li:last-child{margin-bottom:0}body .tdi_152 a,body .tdi_152 .td-blm-sub-icon{color:#000000}body .tdi_152 li.current-menu-item>a,body .tdi_152 li.current-menu-ancestor>a,body .tdi_152 li.current-category-ancestor>a,body .tdi_152 li.current-page-ancestor>a,body .tdi_152 a:hover,body .tdi_152 li.current-menu-item>a>.td-blm-sub-icon,body .tdi_152 li.current-menu-ancestor>a>.td-blm-sub-icon,body .tdi_152 li.current-category-ancestor>a>.td-blm-sub-icon,body .tdi_152 li.current-page-ancestor>a>.td-blm-sub-icon,body .tdi_152 a:hover>.td-blm-sub-icon{color:#309b65}body .tdi_152 li{font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:600!important}@media (min-width:1019px) and (max-width:1140px){body .tdi_152 li{font-size:14px!important}}@media (min-width:768px) and (max-width:1018px){body .tdi_152 ul li{margin-bottom:10px}body .tdi_152 ul li:last-child{margin-bottom:0}body .tdi_152 li{font-size:11px!important}}@media (max-width:767px){body .tdi_152 ul li{margin-bottom:15px}body .tdi_152 ul li:last-child{margin-bottom:0}}</style><div class="td-block-title-wrap"></div><div id=tdi_152 class="td_block_inner td-fix-index"><div class="menu-td-demo-header-menu-container"><ul id="menu-td-demo-header-menu-4" class="menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-215"><a href="https://xusnw.com/cybersecurity/"><span class="td-blm-menu-item-txt">Cybersecurity</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-216"><a href="https://xusnw.com/gaming-graphics/"><span class="td-blm-menu-item-txt">Gaming</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-217"><a href="https://xusnw.com/hardware-releases/"><span class="td-blm-menu-item-txt">Hardware</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-218"><a href="https://xusnw.com/industry-events-conferences/"><span class="td-blm-menu-item-txt">Industry Events</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-219"><a href="https://xusnw.com/software-updates-reviews/"><span class="td-blm-menu-item-txt">Software</span></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-220"><a href="https://xusnw.com/tech-trends-innovations/"><span class="td-blm-menu-item-txt">Tech Trends</span></a></li> </ul></div></div></div></div></div></div><div class="vc_column_inner tdi_154 wpb_column vc_column_container tdc-inner-column td-pb-span3"> <style scoped>.tdi_154{vertical-align:baseline}.tdi_154 .vc_column-inner>.wpb_wrapper,.tdi_154 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_154 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_154{border-color:#eaeaea!important;border-style:solid!important;border-width:0px 0px 0px 1px!important}@media (max-width:767px){.tdi_154{margin-bottom:30px!important;border-width:0px 0px 0px 0px!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_155 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_155" > <style>.tdi_155{margin-bottom:15px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_155{margin-bottom:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_155{margin-bottom:5px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>.tdi_156 .tdm-title{color:#000000;font-family:EB Garamond!important;font-size:26px!important;line-height:1.2!important;font-weight:600!important}body .tdi_156 .tdm-title-line:after{background:#000000}.tdi_156 .tdm-title-line{width:100%;height:10px}.tdi_156 .tdm-title-line:after{height:1px;bottom:-100%}@media (min-width:1019px) and (max-width:1140px){.tdi_156 .tdm-title-line{height:8px}.tdi_156 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_156 .tdm-title-line{height:5px}.tdi_156 .tdm-title{font-size:22px!important}}</style><div class="tds-title tds-title2 td-fix-index tdi_156 "><h3 class="tdm-title tdm-title-sm">Contact Us</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_block_text_with_title tdi_157 tagdiv-type td-pb-border-top td_block_template_1" data-td-block-uid="tdi_157" > <style>.td_block_text_with_title{margin-bottom:44px;-webkit-transform:translateZ(0);transform:translateZ(0)}.td_block_text_with_title p:last-child{margin-bottom:0}</style><div class="td-block-title-wrap"></div><div class="td_mod_wrap td-fix-index"><p><strong>(855) 998-0949<br /><a>support@xusnw.com</a><br />32 Whelehan Cir, Rochester, NY 14616<br /></strong></p> </div></div></div></div></div><div class="vc_column_inner tdi_159 wpb_column vc_column_container tdc-inner-column td-pb-span3"> <style scoped>.tdi_159{vertical-align:baseline}.tdi_159 .vc_column-inner>.wpb_wrapper,.tdi_159 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_159 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}.tdi_159{border-color:#eaeaea!important;border-style:solid!important;border-width:0px 0px 0px 1px!important}@media (max-width:767px){.tdi_159{border-width:0px 0px 0px 0px!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_column_title tdi_160 tdm-content-horiz-left td-pb-border-top td_block_template_1" data-td-block-uid="tdi_160" > <style>.tdi_160{margin-bottom:15px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_160{margin-bottom:10px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_160{margin-bottom:5px!important}}</style><div class="td-block-row"><div class="td-block-span12 tdm-col"> <style>.tdi_161 .tdm-title{color:#000000;font-family:EB Garamond!important;font-size:26px!important;line-height:1.2!important;font-weight:600!important}body .tdi_161 .tdm-title-line:after{background:#000000}.tdi_161 .tdm-title-line{width:100%;height:10px}.tdi_161 .tdm-title-line:after{height:1px;bottom:-100%}@media (min-width:1019px) and (max-width:1140px){.tdi_161 .tdm-title-line{height:8px}.tdi_161 .tdm-title{font-size:24px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_161 .tdm-title-line{height:5px}.tdi_161 .tdm-title{font-size:22px!important}}</style><div class="tds-title tds-title2 td-fix-index tdi_161 "><h3 class="tdm-title tdm-title-sm">Popular news</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_162 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_162" > <style>.tdi_162{margin-bottom:0px!important}</style> <style>.tdi_162 .entry-thumb{background-position:center 50%;background-image:none!important}.tdi_162 .td-image-container{display:none}body .tdi_162 .td-favorite{font-size:36px;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2)}.tdi_162 .td-module-meta-info{padding:0px;border-color:#eaeaea}.tdi_162 .td_module_wrap{padding-left:0px;padding-right:0px;padding-bottom:6px;margin-bottom:6px}.tdi_162 .td_block_inner{margin-left:-0px;margin-right:-0px}.tdi_162 .td-module-container:before{bottom:-6px;border-color:#eaeaea}.tdi_162 .td-module-container{padding:0 0 15px;border-width:0 0 1px 0;border-style:solid;border-color:#000;border-color:#eaeaea!important}.tdi_162 .td-post-vid-time{display:block}.tdi_162 .td-post-category{margin:0 5px 0 0;padding:2px 0;background-color:rgba(255,255,255,0);color:#309b65;border-width:0px;border-style:solid;border-color:#aaa}.tdi_162 .td-post-category:not(.td-post-extra-category){display:none}.tdi_162 .td-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_162 .td-excerpt{display:none;margin:0px;column-count:1;column-gap:48px}.tdi_162 .td-audio-player{opacity:1;visibility:visible;height:auto;font-size:13px}.tdi_162 .td-read-more{display:none}.tdi_162 .td-author-date{display:none}.tdi_162 .td-post-author-name{display:none}.tdi_162 .td-post-date,.tdi_162 .td-post-author-name span{display:none;color:#999999}.tdi_162 .entry-review-stars{display:none}.tdi_162 .td-icon-star,.tdi_162 .td-icon-star-empty,.tdi_162 .td-icon-star-half{font-size:15px}.tdi_162 .td-module-comments{display:none}.tdi_162 .td_module_wrap:nth-last-child(1){margin-bottom:0;padding-bottom:0}.tdi_162 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none}.tdi_162 .td-post-category:hover{background-color:rgba(255,255,255,0)!important;color:#4cb577}.tdi_162 .td-module-title a{color:#000000;box-shadow:inset 0 0 0 0 #000}.tdi_162 .td_module_wrap:hover .td-module-title a{color:#309b65!important}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap a,.tdi_162 .td-load-more-wrap a{color:#000000;background-color:rgba(255,255,255,0);border-width:0px}.tdi_162 .td-load-more-wrap a .td-load-more-icon-svg svg,.tdi_162 .td-load-more-wrap a .td-load-more-icon-svg svg *,.tdi_162.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,.tdi_162.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg *{fill:#000000}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap a:hover,.tdi_162 .td-load-more-wrap a:hover{color:#309b65;background-color:rgba(255,255,255,0)!important;border-color:rgba(255,255,255,0)!important}.tdi_162 .td-load-more-wrap a:hover .td-load-more-icon-svg svg,.tdi_162 .td-load-more-wrap a:hover .td-load-more-icon-svg svg *,.tdi_162.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,.tdi_162.td_with_ajax_pagination .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg *{fill:#309b65}.tdi_162 .td-module-exclusive .td-module-title a:before{display:inline-block;margin:-4px 5px 0 0;padding:4px 5px 3px;color:#ffffff;background-color:#309b65;font-family:Roboto!important;font-size:10px!important;line-height:1!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:0.5px!important}.tdi_162 .td-module-exclusive:hover .td-module-title a:before{color:#ffffff;background-color:#4cb577}.tdi_162 .entry-title{margin:0px;font-family:EB Garamond!important;font-size:16px!important;line-height:1.1!important;font-weight:600!important}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap,.tdi_162 .td-load-more-wrap{margin-top:15px}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap a,.tdi_162 .td-load-more-wrap a i{font-size:10px}.tdi_162 .td-load-more-wrap a .td-load-more-icon-svg svg,.tdi_162.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{width:10px;height:calc(10px + 1px)}html:not([class*='ie']) .tdi_162 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:768px){.tdi_162 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}@media (min-width:1019px) and (max-width:1140px){.tdi_162 .td-image-container{display:none}.tdi_162 .td_module_wrap{padding-bottom:3px;margin-bottom:3px;padding-bottom:3px!important;margin-bottom:3px!important}.tdi_162 .td-module-container:before{bottom:-3px}.tdi_162 .td-module-container{padding:0 0 10px}.tdi_162 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_162 .td_module_wrap .td-module-container:before{display:block!important}.tdi_162 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_162 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap,.tdi_162 .td-load-more-wrap{margin-top:10px}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap a,.tdi_162 .td-load-more-wrap a i{font-size:8px}.tdi_162 .td-load-more-wrap a .td-load-more-icon-svg svg,.tdi_162.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{width:8px;height:calc(8px + 1px)}.tdi_162 .entry-title{font-size:15px!important}@media (min-width:768px){.tdi_162 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (min-width:768px) and (max-width:1018px){.tdi_162 .td-image-container{display:none}.tdi_162 .td_module_wrap{padding-bottom:2px;margin-bottom:2px;padding-bottom:2px!important;margin-bottom:2px!important}.tdi_162 .td-module-container:before{bottom:-2px}.tdi_162 .td-module-container{padding:0 0 8px}.tdi_162 .td-post-category{margin:0px;padding:0px}.tdi_162 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_162 .td_module_wrap .td-module-container:before{display:block!important}.tdi_162 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_162 .td-module-title a{box-shadow:inset 0 0 0 0 #000}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap,.tdi_162 .td-load-more-wrap{margin-top:5px}.tdi_162.td_with_ajax_pagination .td-next-prev-wrap a,.tdi_162 .td-load-more-wrap a i{font-size:8px}.tdi_162 .td-load-more-wrap a .td-load-more-icon-svg svg,.tdi_162.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg{width:8px;height:calc(8px + 1px)}.tdi_162 .entry-title{font-size:13px!important}@media (min-width:768px){.tdi_162 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}@media (max-width:767px){.tdi_162 .td-image-wrap{padding-bottom:110%}.tdi_162 .td-image-container{flex:0 0 30%;width:30%;display:none}.ie10 .tdi_162 .td-image-container,.ie11 .tdi_162 .td-image-container{flex:0 0 auto}.tdi_162 .td_module_wrap{padding-bottom:6px;margin-bottom:6px;padding-bottom:6px!important;margin-bottom:6px!important}.tdi_162 .td-module-container:before{bottom:-6px}.tdi_162 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_162 .td_module_wrap .td-module-container:before{display:block!important}.tdi_162 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_162 .td-module-title a{box-shadow:inset 0 0 0 0 #000}@media (min-width:768px){.tdi_162 .td-module-title a{transition:all 0.2s ease;-webkit-transition:all 0.2s ease}}}</style><script>var block_tdi_162 = new tdBlock(); block_tdi_162.id = "tdi_162"; block_tdi_162.atts = '{"modules_on_row":"","image_size":"","image_floated":"hidden","image_width":"eyJwaG9uZSI6IjMwIn0=","image_height":"eyJwaG9uZSI6IjExMCJ9","show_btn":"none","show_excerpt":"eyJwaG9uZSI6Im5vbmUiLCJhbGwiOiJub25lIn0=","show_com":"eyJwaG9uZSI6Im5vbmUiLCJhbGwiOiJub25lIn0=","show_author":"none","show_cat":"eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=","meta_padding":"0","f_title_font_size":"eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTMiLCJsYW5kc2NhcGUiOiIxNSJ9","f_title_font_line_height":"1.1","f_title_font_weight":"600","all_modules_space":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjYiLCJwb3J0cmFpdCI6IjQifQ==","category_id":"","show_date":"eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=","art_excerpt":"0","show_review":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2NywibGFuZHNjYXBlIjp7ImRpc3BsYXkiOiIifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOX0=","f_title_font_family":"185","mc1_el":"10","title_txt_hover":"#309b65","title_txt":"#000000","art_title":"0","modules_border_size":"0 0 1px 0","m_padding":"eyJhbGwiOiIwIDAgMTVweCIsImxhbmRzY2FwZSI6IjAgMCAxMHB4IiwicG9ydHJhaXQiOiIwIDAgOHB4In0=","modules_gap":"0","modules_cat_border":"0","modules_category_padding":"eyJhbGwiOiIycHggMCIsInBvcnRyYWl0IjoiMCJ9","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#309b65","cat_txt_hover":"#4cb577","modules_category_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAifQ==","ajax_pagination":"","pag_border_width":"0","pag_space":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI1In0=","prev_tdicon":"td-icon-menu-left","next_tdicon":"td-icon-menu-right","pag_icons_size":"eyJhbGwiOiIxMCIsImxhbmRzY2FwZSI6IjgiLCJwb3J0cmFpdCI6IjgifQ==","pag_text":"#000000","pag_h_text":"#309b65","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","f_excl_font_family":"521","f_excl_font_transform":"uppercase","f_excl_font_size":"10","f_excl_font_weight":"500","f_excl_font_line_height":"1","f_excl_font_spacing":"0.5","excl_padd":"4px 5px 3px","excl_color":"#ffffff","excl_color_h":"#ffffff","excl_bg":"#309b65","excl_bg_h":"#4cb577","excl_margin":"-4px 5px 0 0","excl_show":"","date_txt":"#999999","f_title_font_transform":"","sort":"","limit":"3","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"-1680","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_txt":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_category":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","review_space":"","review_size":"2.5","review_distance":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_padding":"","pag_border_radius":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_style":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_border":"","pag_h_border":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_162","tdc_css_class":"tdi_162","tdc_css_class_style":"tdi_162_rand_style"}'; block_tdi_162.td_column_number = "1"; block_tdi_162.block_type = "td_flex_block_1"; block_tdi_162.post_count = "3"; block_tdi_162.found_posts = "737"; block_tdi_162.header_color = ""; block_tdi_162.ajax_pagination_infinite_stop = ""; block_tdi_162.max_num_pages = "246"; tdBlocksArray.push(block_tdi_162); </script><div class="td-block-title-wrap"></div><div id=tdi_162 class="td_block_inner td-mc1-wrap"> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/dutch-police-identify-users-as-young-as-11-year-old-on-cracked-io-hacking-forum/" rel="bookmark" class="td-image-wrap " title="Dutch police identify users as young as 11-year-old on Cracked.io hacking forum" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Dutch-police-identify-users-as-young-as-11-year-old-on-Crackedio-696x365.jpeg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/dutch-police-identify-users-as-young-as-11-year-old-on-cracked-io-hacking-forum/" rel="bookmark" title="Dutch police identify users as young as 11-year-old on Cracked.io hacking forum">Dutch police identify users as young as 11-year-old on Cracked.io hacking forum</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/cybersecurity/" class="td-post-category" >Cybersecurity</a> <span class="td-author-date"> </span> </div> <div class="td-excerpt">Dutch police have announced that they have identified 126...</div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/unboxing-and-assembly-of-the-aio-nzxt-kraken-elite-420-rgb/" rel="bookmark" class="td-image-wrap " title="Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/Unboxing-and-assembly-of-the-AIO-NZXT-Kraken-Elite-420.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/unboxing-and-assembly-of-the-aio-nzxt-kraken-elite-420-rgb/" rel="bookmark" title="Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB">Unboxing and assembly of the AIO NZXT Kraken Elite 420 RGB</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/hardware-releases/" class="td-post-category" >Hardware Releases</a> <span class="td-author-date"> </span> </div> <div class="td-excerpt"> ...</div> </div> </div> </div> <div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post"> <div class="td-module-container td-category-pos-"> <div class="td-image-container"> <div class="td-module-thumb"><a href="https://xusnw.com/how-smart-event-registration-forms-prevent-attendee-drop-offs/" rel="bookmark" class="td-image-wrap " title="How Smart Event Registration Forms Prevent Attendee Drop-Offs" ><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://xusnw.com/wp-content/uploads/2025/06/How-Smart-Event-Registration-Forms-Prevent-Attendee-Drop-Offs-696x464.jpg" ></span></a></div> </div> <div class="td-module-meta-info"> <h3 class="entry-title td-module-title"><a href="https://xusnw.com/how-smart-event-registration-forms-prevent-attendee-drop-offs/" rel="bookmark" title="How Smart Event Registration Forms Prevent Attendee Drop-Offs">How Smart Event Registration Forms Prevent Attendee Drop-Offs</a></h3> <div class="td-editor-date"> <a href="https://xusnw.com/industry-events-conferences/" class="td-post-category" >Industry Events & Conferences</a> <span class="td-author-date"> </span> </div> <div class="td-excerpt"> A corporate training event lost 40% of its expected...</div> </div> </div> </div> </div></div></div></div></div></div><div class="vc_row_inner tdi_164 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_164{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_164,.tdi_164 .tdc-inner-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.tdi_164 .tdc-inner-columns{width:100%}@media (max-width:767px){.tdi_164,.tdi_164 .tdc-inner-columns{flex-direction:column}}.tdi_164{margin-right:0px!important;margin-left:0px!important;padding-top:20px!important;padding-bottom:20px!important;border-color:#dddddd!important;border-style:solid!important;border-width:1px 0px 0px 0px!important}.tdi_164 .td_block_wrap{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_164{padding-top:15px!important;padding-bottom:15px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_164{padding-top:10px!important;padding-bottom:10px!important}}</style><div class="vc_column_inner tdi_166 wpb_column vc_column_container tdc-inner-column td-pb-span4"> <style scoped>.tdi_166{vertical-align:baseline}.tdi_166 .vc_column-inner>.wpb_wrapper,.tdi_166 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_166 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}@media (max-width:767px){.tdi_166{justify-content:center!important;text-align:center!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="td_block_wrap tdb_header_logo tdi_167 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_167" > <style>.tdi_167{margin-left:-5px!important;padding-top:4px!important}@media (min-width:768px) and (max-width:1018px){.tdi_167{margin-left:-2px!important}}@media (max-width:767px){.tdi_167{display:inline-block!important}}</style> <style>.tdi_167 .tdb-logo-a,.tdi_167 h1{flex-direction:row;align-items:flex-start;justify-content:flex-start}.tdi_167 .tdb-logo-svg-wrap{display:block}.tdi_167 .tdb-logo-svg-wrap+.tdb-logo-img-wrap{display:none}.tdi_167 .tdb-logo-img-wrap{display:block}.tdi_167 .tdb-logo-text-tagline{margin-top:0;margin-left:10px;display:block;color:#000000;font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:500!important;letter-spacing:1.3px!important;}.tdi_167 .tdb-logo-text-title{display:block;color:#309b65;font-family:EB Garamond!important;font-size:54px!important;line-height:1!important;font-weight:500!important;}.tdi_167 .tdb-logo-text-wrap{flex-direction:row;align-items:baseline;align-items:center}.tdi_167 .tdb-logo-icon{top:0px;display:block}@media (min-width:1019px) and (max-width:1140px){.tdi_167 .tdb-logo-text-tagline{margin-top:0;margin-left:8px;font-size:12px!important;}.tdi_167 .tdb-logo-text-title{font-size:48px!important;}}@media (min-width:768px) and (max-width:1018px){.tdi_167 .tdb-logo-text-tagline{margin-top:0;margin-left:4px;font-size:11px!important;}.tdi_167 .tdb-logo-text-title{font-size:38px!important;}}</style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="#"><span class="tdb-logo-text-wrap"><span class="tdb-logo-text-title">X</span><span class="tdb-logo-text-tagline"><span>US</span>News</span></span></a></div></div> <!-- ./block --></div></div></div><div class="vc_column_inner tdi_169 wpb_column vc_column_container tdc-inner-column td-pb-span8"> <style scoped>.tdi_169{vertical-align:baseline}.tdi_169 .vc_column-inner>.wpb_wrapper,.tdi_169 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_169 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}@media (max-width:767px){.tdi_169{justify-content:center!important;text-align:center!important}}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="td_block_wrap td_block_list_menu tdi_170 td-blm-display-horizontal td-pb-border-top td_block_template_1 widget" data-td-block-uid="tdi_170" > <style>.tdi_170{margin-right:-20px!important;margin-bottom:0px!important}@media (max-width:767px){.tdi_170{margin-top:10px!important;margin-right:0px!important;justify-content:center!important;text-align:center!important;display:inline-block!important}}@media (min-width:768px) and (max-width:1018px){.tdi_170{margin-right:-15px!important}}</style> <style>body .tdi_170 ul{text-align:right;justify-content:flex-end;margin:20px}body .tdi_170 ul li a{justify-content:flex-end}body .tdi_170 .td-blm-menu-item-txt{flex-grow:unset}body .tdi_170 ul li{margin-right:30px}body .tdi_170 ul li:last-child{margin-right:0}body .tdi_170 a,body .tdi_170 .td-blm-sub-icon{color:#000000}body .tdi_170 li.current-menu-item>a,body .tdi_170 li.current-menu-ancestor>a,body .tdi_170 li.current-category-ancestor>a,body .tdi_170 li.current-page-ancestor>a,body .tdi_170 a:hover,body .tdi_170 li.current-menu-item>a>.td-blm-sub-icon,body .tdi_170 li.current-menu-ancestor>a>.td-blm-sub-icon,body .tdi_170 li.current-category-ancestor>a>.td-blm-sub-icon,body .tdi_170 li.current-page-ancestor>a>.td-blm-sub-icon,body .tdi_170 a:hover>.td-blm-sub-icon{color:#309b65}body .tdi_170 li{font-family:Roboto!important;font-size:13px!important;line-height:1.2!important;font-weight:600!important}@media (min-width:1019px) and (max-width:1140px){body .tdi_170 ul li{margin-right:25px}body .tdi_170 ul li:last-child{margin-right:0}}@media (min-width:768px) and (max-width:1018px){body .tdi_170 ul{margin:15px}body .tdi_170 ul li{margin-right:15px}body .tdi_170 ul li:last-child{margin-right:0}body .tdi_170 li{font-size:11px!important}}@media (max-width:767px){body .tdi_170 ul{text-align:center;justify-content:center;margin:0px}body .tdi_170 ul li a{justify-content:center}body .tdi_170 .td-blm-menu-item-txt{flex-grow:unset}body .tdi_170 ul li{margin-right:15px}body .tdi_170 ul li:last-child{margin-right:0}body .tdi_170 li{font-size:11px!important}}</style><div class="td-block-title-wrap"></div><div id=tdi_170 class="td_block_inner td-fix-index"><div class="menu-td-demo-footer-menu-container"><ul id="menu-td-demo-footer-menu" class="menu"><li id="menu-item-227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-227"><a href="https://xusnw.com/plans/"><span class="td-blm-menu-item-txt">Plans</span></a></li> <li id="menu-item-221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-221"><a href="https://xusnw.com/contact-us/"><span class="td-blm-menu-item-txt">Contact Us</span></a></li> <li id="menu-item-222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-222"><a href="https://xusnw.com/about-us/"><span class="td-blm-menu-item-txt">About Us</span></a></li> <li id="menu-item-226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-226"><a href="https://xusnw.com/privacy-policy/"><span class="td-blm-menu-item-txt">Privacy Policy</span></a></li> <li id="menu-item-224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-224"><a href="https://xusnw.com/returns-and-refunds-policy/"><span class="td-blm-menu-item-txt">Returns and Refunds Policy</span></a></li> <li id="menu-item-225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-225"><a href="https://xusnw.com/terms-of-use/"><span class="td-blm-menu-item-txt">Terms of Use</span></a></li> <li id="menu-item-223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-223"><a href="https://xusnw.com/cookies-policy/"><span class="td-blm-menu-item-txt">Cookies Policy</span></a></li> </ul></div></div></div></div></div></div></div><div class="vc_row_inner tdi_172 vc_row vc_inner wpb_row td-pb-row" > <style scoped>.tdi_172{position:relative!important;top:0;transform:none;-webkit-transform:none}.tdi_172,.tdi_172 .tdc-inner-columns{display:block}.tdi_172 .tdc-inner-columns{width:100%}.tdi_172{margin-right:0px!important;margin-left:0px!important;padding-top:20px!important;padding-bottom:20px!important;border-color:#dddddd!important;border-style:solid!important;border-width:1px 0px 0px 0px!important}.tdi_172 .td_block_wrap{text-align:left}@media (min-width:768px) and (max-width:1018px){.tdi_172{padding-top:15px!important;padding-bottom:15px!important}}</style><div class="vc_column_inner tdi_174 wpb_column vc_column_container tdc-inner-column td-pb-span12"> <style scoped>.tdi_174{vertical-align:baseline}.tdi_174 .vc_column-inner>.wpb_wrapper,.tdi_174 .vc_column-inner>.wpb_wrapper .tdc-elements{display:block}.tdi_174 .vc_column-inner>.wpb_wrapper .tdc-elements{width:100%}</style><div class="vc_column-inner"><div class="wpb_wrapper" ><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_175 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_175" > <style>.tdi_175{text-align:center!important;margin-right:auto;margin-left:auto}.tdi_175 .tdm-descr{color:#000000;font-family:Roboto!important;font-size:11px!important;line-height:1.2!important;font-weight:500!important}.tdi_175 .tdm-descr a{color:#ec3535}.tdi_175 .tdm-descr a:hover{color:#4cb577}</style><p class="tdm-descr">© 2025 xusnw.com. All Rights Reserved.</p></div></div></div></div></div></div></div></div></div></div></div> </div> </div> <style>.tdc-footer-template .td-main-content-wrap{padding-bottom:0}</style> </div><!--close td-outer-wrap--> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/Newspaper\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script id="ckyBannerTemplate" type="text/template"><div class="cky-overlay cky-hide"></div><div class="cky-btn-revisit-wrapper cky-revisit-hide" data-cky-tag="revisit-consent" data-tooltip="Consent Preferences" style="background-color:#309b65"> <button class="cky-btn-revisit" aria-label="Consent Preferences"> <img src="https://xusnw.com/wp-content/plugins/cookie-law-info/lite/frontend/images/revisit.svg" alt="Revisit consent button"> </button></div><div class="cky-consent-container cky-hide" tabindex="0"> <div class="cky-consent-bar" data-cky-tag="notice" style="background-color:#FFFFFF;border-color:#f4f4f4"> <div class="cky-notice"> <p class="cky-title" role="heading" aria-level="1" data-cky-tag="title" style="color:#212121">We value your privacy</p><div class="cky-notice-group"> <div class="cky-notice-des" data-cky-tag="description" style="color:#212121"> <p>We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.</p> </div><div class="cky-notice-btn-wrapper" data-cky-tag="notice-buttons"> <button class="cky-btn cky-btn-customize" aria-label="Customize" data-cky-tag="settings-button" style="color:#309b65;background-color:transparent;border-color:#309b65">Customize</button> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="reject-button" style="color:#309b65;background-color:transparent;border-color:#309b65">Reject All</button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="accept-button" style="color:#FFFFFF;background-color:#309b65;border-color:#309b65">Accept All</button> </div></div></div></div></div><div class="cky-modal" tabindex="0"> <div class="cky-preference-center" data-cky-tag="detail" style="color:#212121;background-color:#FFFFFF;border-color:#f4f4f4"> <div class="cky-preference-header"> <span class="cky-preference-title" role="heading" aria-level="1" data-cky-tag="detail-title" style="color:#212121">Customize Consent Preferences</span> <button class="cky-btn-close" aria-label="[cky_preference_close_label]" data-cky-tag="detail-close"> <img src="https://xusnw.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg" alt="Close"> </button> </div><div class="cky-preference-body-wrapper"> <div class="cky-preference-content-wrapper" data-cky-tag="detail-description" style="color:#212121"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. </p><p>We also use third-party cookies that help us analyze how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class="cky-accordion-wrapper" data-cky-tag="detail-categories"> <div class="cky-accordion" id="ckyDetailCategorynecessary"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Necessary" data-cky-tag="detail-category-title" style="color:#212121">Necessary</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchnecessary"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryfunctional"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Functional" data-cky-tag="detail-category-title" style="color:#212121">Functional</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchfunctional"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryanalytics"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Analytics" data-cky-tag="detail-category-title" style="color:#212121">Analytics</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchanalytics"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryperformance"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Performance" data-cky-tag="detail-category-title" style="color:#212121">Performance</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchperformance"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div><div class="cky-accordion" id="ckyDetailCategoryadvertisement"> <div class="cky-accordion-item"> <div class="cky-accordion-chevron"><i class="cky-chevron-right"></i></div> <div class="cky-accordion-header-wrapper"> <div class="cky-accordion-header"><button class="cky-accordion-btn" aria-label="Advertisement" data-cky-tag="detail-category-title" style="color:#212121">Advertisement</button><span class="cky-always-active">Always Active</span> <div class="cky-switch" data-cky-tag="detail-category-toggle"><input type="checkbox" id="ckySwitchadvertisement"></div> </div> <div class="cky-accordion-header-des" data-cky-tag="detail-category-description" style="color:#212121"> <p>Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.</p></div> </div> </div> <div class="cky-accordion-body"> <div class="cky-audit-table" data-cky-tag="audit-table" style="color:#212121;background-color:#f4f4f4;border-color:#ebebeb"><p class="cky-empty-cookies-text">No cookies to display.</p></div> </div> </div> </div></div><div class="cky-footer-wrapper"> <span class="cky-footer-shadow"></span> <div class="cky-prefrence-btn-wrapper" data-cky-tag="detail-buttons"> <button class="cky-btn cky-btn-reject" aria-label="Reject All" data-cky-tag="detail-reject-button" style="color:#309b65;background-color:transparent;border-color:#309b65"> Reject All </button> <button class="cky-btn cky-btn-preferences" aria-label="Save My Preferences" data-cky-tag="detail-save-button" style="color:#309b65;background-color:transparent;border-color:#309b65"> Save My Preferences </button> <button class="cky-btn cky-btn-accept" aria-label="Accept All" data-cky-tag="detail-accept-button" style="color:#FFFFFF;background-color:#309b65;border-color:#309b65"> Accept All </button> </div></div></div></div></script> <!-- Theme: Newspaper by tagDiv.com 2024 Version: 12.6.8 (rara) Deploy mode: deploy uid: 684f48e97e54b --> <style id='wp-block-image-inline-css' type='text/css'> .wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}} </style> <style id='wp-block-paragraph-inline-css' type='text/css'> .is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg} </style> <style id='wp-block-list-inline-css' type='text/css'> ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em} </style> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/wplegalpages/admin/js/jquery.cookie.min.js?ver=3.2.8" id="wp-legal-pages-jquery-cookie-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.6.8" id="td-site-min-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.6.8" id="tdPostImages-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.6.8" id="tdSocialSharing-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.6.8" id="tdModalPostImages-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script type="text/javascript" id="tds_js_files_for_front-js-extra"> /* <![CDATA[ */ var tds_js_globals = {"wpRestNonce":"bae0b813e5","wpRestUrl":"https:\/\/xusnw.com\/wp-json\/","permalinkStructure":"\/%postname%\/"}; /* ]]> */ </script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-subscription/assets/js/js_files_for_front.min.js?ver=1.6.2" id="tds_js_files_for_front-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=b33652f2535d2f3812f59e306e26300d" id="tdb_js_files_for_front-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdToTop.js?ver=12.6.8" id="tdToTop-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.6.8" id="tdLoginMobile-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.6.8" id="tdDatei18n-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=b33652f2535d2f3812f59e306e26300d" id="tdbMenu-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js?ver=b33652f2535d2f3812f59e306e26300d" id="tdbSearch-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPopupModal.js?ver=12.6.8" id="tdPopupModal-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.6.8" id="tdMenu-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSmartSidebar.js?ver=12.6.8" id="tdSmartSidebar-js"></script> <script type="text/javascript" src="https://xusnw.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.6.8" id="tdLoadingBox-js"></script> <!-- JS generated by theme --> <script type="text/javascript" id="td-generated-footer-js"> /* global jQuery:{} */ jQuery(document).ready( function () { var tdbMenuItem = new tdbMenu.item(); tdbMenuItem.blockUid = 'tdi_24'; tdbMenuItem.jqueryObj = jQuery('.tdi_24'); tdbMenuItem.blockAtts = '{"mm_align_horiz":"content-horiz-left","modules_on_row_regular":"25%","modules_on_row_cats":"25%","image_size":"","modules_category":"above","show_excerpt":"none","show_com":"none","show_date":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-center","menu_id":"13","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii0xIiwiei1pbmRleCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=","tds_menu_active1-line_color":"#000000","f_elem_font_family":"521","f_elem_font_transform":"capitalize","f_elem_font_size":"eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIiLCJsYW5kc2NhcGUiOiIxMyJ9","f_elem_font_weight":"500","f_elem_font_line_height":"eyJhbGwiOiI4MHB4IiwicG9ydHJhaXQiOiI2MHB4In0=","more_icon_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMiJ9","elem_space":"eyJhbGwiOiIxMCIsImxhbmRzY2FwZSI6IjgiLCJwb3J0cmFpdCI6IjYifQ==","elem_padd":"eyJhbGwiOiIwIDEwcHgiLCJsYW5kc2NhcGUiOiIwIDhweCIsInBvcnRyYWl0IjoiMCA2cHgifQ==","mm_width":"eyJwb3J0cmFpdCI6IjEwMCUiLCJhbGwiOiIxMzkxIiwibGFuZHNjYXBlIjoiMTAwJSJ9","mm_align_screen":"yes","main_sub_icon_size":"eyJhbGwiOiIwIiwicG9ydHJhaXQiOiI4IiwibGFuZHNjYXBlIjoiOSJ9","main_sub_icon_align":"0","main_sub_icon_space":"eyJhbGwiOiIwIiwicG9ydHJhaXQiOiI2In0=","more_tdicon":"td-icon-dots-circle-medium","tds_menu_sub_active1-sub_text_color_h":"#309b65","f_sub_elem_font_family":"521","f_sub_elem_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","f_sub_elem_font_weight":"500","sub_elem_padd":"5px 25px","mm_sub_width":"100%","mm_sub_border":"0","mm_elem_border":"0","mm_elem_border_a":"0","mm_elem_padd":"eyJwb3J0cmFpdCI6IjAiLCJhbGwiOiIwIn0=","mm_border_size":"0","sub_shadow_shadow_size":"16","sub_shadow_shadow_offset_horizontal":"0","sub_shadow_shadow_offset_vertical":"2","sub_shadow_shadow_color":"rgba(0,0,0,0.12)","mm_shadow_shadow_size":"16","mm_shadow_shadow_offset_vertical":"4","mm_shadow_shadow_color":"rgba(0,0,0,0.12)","mm_elem_color":"#309b65","mm_elem_color_a":"#4cb577","mm_elem_order":"id","mm_elem_space":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiNSIsImxhbmRzY2FwZSI6IjgifQ==","mm_elem_bg":"rgba(255,255,255,0)","mm_elem_bg_a":"rgba(255,255,255,0)","mm_sub_padd":"eyJhbGwiOiIyMHB4IiwicG9ydHJhaXQiOiIxMHB4IiwibGFuZHNjYXBlIjoiMTJweCJ9","f_mm_sub_font_family":"521","f_mm_sub_font_weight":"700","f_mm_sub_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMyJ9","show_cat":"none","f_title_font_family":"185","f_title_font_size":"eyJhbGwiOiIxOCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNSJ9","f_title_font_line_height":"1.2","f_title_font_weight":"500","f_title_font_transform":"","title_txt":"#000000","title_txt_hover":"#309b65","image_height":"100","all_modules_space":"eyJhbGwiOiIwIiwicG9ydHJhaXQiOiIyMCJ9","pag_text":"#000000","pag_h_text":"#309b65","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","meta_padding":"eyJhbGwiOiIxNXB4IDAgMCAwIiwibGFuZHNjYXBlIjoiMTJweCAwIDAgMCIsInBvcnRyYWl0IjoiMTBweCAwIDAgMCJ9","art_excerpt":"0","modules_gap":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9","mm_padd":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTUifQ==","pag_space":"eyJwb3J0cmFpdCI6IjEwIiwibGFuZHNjYXBlIjoiMTUifQ==","text_color":"#000000","tds_menu_active1-line_height":"1","tds_menu_active1-text_color_h":"#309b65","mm_subcats_bg":"#ffffff","mm_child_cats":"6","mm_ajax_preloading":"preload","pag_icons_size":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiOCIsImxhbmRzY2FwZSI6IjgifQ==","align_horiz":"content-horiz-left","mm_sub_inline":"yes","art_title":"eyJhbGwiOiIwIDAgOHB4IDAiLCJwb3J0cmFpdCI6IjAifQ==","f_meta_font_family":"521","f_meta_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","pag_border_width":"0","prev_tdicon":"td-icon-menu-left","next_tdicon":"td-icon-menu-right","meta_info_horiz":"content-horiz-center","excl_margin":"-4px 5px 0 0","excl_padd":"4px 5px 3px","excl_color":"#ffffff","excl_color_h":"#ffffff","excl_bg":"#309b65","excl_bg_h":"#4cb577","f_excl_font_family":"521","f_excl_font_transform":"uppercase","f_excl_font_size":"10","f_excl_font_weight":"500","f_excl_font_line_height":"1","f_excl_font_spacing":"eyJwb3J0cmFpdCI6IjAiLCJhbGwiOiIwLjUifQ==","date_txt":"#999999","f_elem_font_spacing":"0.5","inline":"yes","show_mega_cats":"yes","f_mm_sub_font_transform":"uppercase","tds_menu_active1-line_width":"eyJhbGwiOiIzMCIsInBvcnRyYWl0IjoiMjUifQ==","mm_hide_all_item":"yes","mm_posts_limit":"4","mm_offset":"eyJhbGwiOiItMSIsImxhbmRzY2FwZSI6IjAifQ==","f_mm_sub_font_spacing":"0.5","block_type":"tdb_header_menu","show_subcat":"","show_mega":"","mob_load":"","separator":"","width":"","more":"","float_right":"","main_sub_tdicon":"","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_align_horiz":"content-horiz-left","sub_elem_inline":"","sub_elem_space":"","sub_elem_radius":"0","sub_tdicon":"","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_content_width":"","mm_height":"","mm_radius":"","mm_subcats_posts_limit":"4","open_in_new_window":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","excl_txt":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_padding":"","pag_border_radius":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_style":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_border_radius":"","sub_text_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_spread":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_content_bg":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_spread":"","mm_subcats_border_color":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_24","tdc_css_class":"tdi_24","tdc_css_class_style":"tdi_24_rand_style","context":""}'; tdbMenuItem.isMegaMenuFull = true; tdbMenuItem.megaMenuLoadType = 'preload'; tdbMenu.addItem(tdbMenuItem); }); jQuery().ready(function () { var tdbSearchItem = new tdbSearch.item(); //block unique ID tdbSearchItem.blockUid = 'tdi_27'; tdbSearchItem.blockAtts = '{"form_align":"content-horiz-center","results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","show_btn":"none","show_date":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"eyJhbGwiOiIwIDAgMCAxMnB4IiwicG9ydHJhaXQiOiIwIDAgMCAxMHB4IiwibGFuZHNjYXBlIjoiMCAwIDAgMTBweCJ9","art_title":"eyJwaG9uZSI6IjAiLCJhbGwiOiIwIDAgOHB4IDAiLCJsYW5kc2NhcGUiOiIwIDAgNnB4IDAiLCJwb3J0cmFpdCI6IjAgMCA0cHggMCJ9","all_modules_space":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTAiLCJsYW5kc2NhcGUiOiIxNSJ9","icon_padding":"eyJhbGwiOiIyIiwicG9ydHJhaXQiOiIxLjYifQ==","icon_size":"eyJhbGwiOiIxOSIsInBvcnRyYWl0IjoiMTYiLCJsYW5kc2NhcGUiOiIxOSJ9","all_underline_color":"","tdc_css":"eyJhbGwiOnsibWFyZ2luLWxlZnQiOiIxMCIsImRpc3BsYXkiOiJpbmxpbmUtYmxvY2sifSwibGFuZHNjYXBlIjp7Im1hcmdpbi1sZWZ0IjoiOCIsImRpc3BsYXkiOiJpbmxpbmUtYmxvY2sifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsibWFyZ2luLWxlZnQiOiI1IiwiZGlzcGxheSI6ImlubGluZS1ibG9jayJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==","toggle_horiz_align":"content-horiz-left","results_msg_padding":"eyJwb3J0cmFpdCI6IjdweCIsImFsbCI6IjE1cHggMCJ9","results_limit":"8","modules_gap":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTAifQ==","form_width":"eyJhbGwiOiIxMzkxIiwicG9ydHJhaXQiOiIxMDAlIiwibGFuZHNjYXBlIjoiMTAwJSJ9","results_padding":"eyJhbGwiOiIyNXB4IDIwcHgiLCJwb3J0cmFpdCI6IjIwcHggMjBweCJ9","btn_bg":"rgba(255,255,255,0)","btn_bg_h":"rgba(255,255,255,0)","btn_color_h":"#4cb577","f_results_msg_font_style":"normal","f_results_msg_font_family":"185","f_results_msg_font_size":"eyJhbGwiOiIxNiIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxNCJ9","f_results_msg_font_transform":"","results_msg_color":"#309b65","results_msg_color_h":"#4cb577","f_title_font_family":"185","f_title_font_size":"eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjIwIiwibGFuZHNjYXBlIjoiMTQifQ==","f_title_font_line_height":"1.2","form_shadow_shadow_size":"16","form_shadow_shadow_offset_vertical":"2","form_shadow_shadow_color":"rgba(0,0,0,0.09)","f_input_font_family":"521","f_input_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","f_placeholder_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","f_placeholder_font_family":"521","arrow_color":"rgba(255,255,255,0)","title_txt":"#000000","title_txt_hover":"#309b65","tdicon":"td-icon-magnifier-medium-short","f_toggle_txt_font_family":"521","f_toggle_txt_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","toggle_txt_pos":"","toggle_txt_color":"#000000","f_toggle_txt_font_weight":"500","show_form":"yes","form_align_screen":"yes","placeholder_travel":"13","f_title_font_weight":"500","meta_info_align":"center","form_border":"0","f_results_msg_font_weight":"600","icon_color":"#309b65","icon_color_h":"#4cb577","modules_on_row":"25%","mc1_tl":"15","btn_icon_size":"eyJwb3J0cmFpdCI6IjEwIn0=","modules_category_padding":"3px 0","modules_category_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgM3B4IDAgMCJ9","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#309b65","cat_txt_hover":"#4cb577","f_cat_font_family":"521","f_cat_font_transform":"uppercase","f_meta_font_family":"521","f_cat_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMSJ9","f_meta_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMSJ9","f_cat_font_line_height":"1","f_meta_font_line_height":"1","f_toggle_txt_font_spacing":"0.5","form_offset":"eyJhbGwiOiIyMSIsInBvcnRyYWl0IjoiMTgifQ==","image_height":"eyJhbGwiOiIxMDAiLCJwb3J0cmFpdCI6IjEyMCIsImxhbmRzY2FwZSI6IjEyMCJ9","input_padding":"8px 10px","results_border":"1px 0","f_toggle_txt_font_transform":"","input_placeholder":"Search here...","input_border":"0 0 1px 0","placeholder_color":"#999999","input_border_color":"#000000","btn_color":"#309b65","f_input_font_spacing":"0.5","f_placeholder_font_spacing":"0.5","f_cat_font_weight":"700","f_cat_font_spacing":"0.5","form_offset_left":"-1","block_type":"tdb_header_search","post_type":"","disable_trigger":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","aria_label":"Search","inline":"","float_block":"","form_content_width":"","form_padding":"","input_radius":"","btn_text":"Search","btn_aria_label":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_border":"","btn_radius":"","results_msg_border":"","mc1_title_tag":"","mc1_el":"","open_in_new_window":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","excl_txt":"","excl_margin":"","excl_padd":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color":"","excl_color_h":"","excl_bg":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_family":"","f_excl_font_size":"","f_excl_font_line_height":"","f_excl_font_style":"","f_excl_font_weight":"","f_excl_font_transform":"","f_excl_font_spacing":"","f_excl_":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_":"","form_bg":"","form_border_color":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_spread":"","input_color":"","placeholder_opacity":"0","input_bg":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_icon_color":"","btn_icon_color_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_weight":"","f_input_font_transform":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_weight":"","f_placeholder_font_transform":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_line_height":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","all_underline_height":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_27","tdc_css_class":"tdi_27","tdc_css_class_style":"tdi_27_rand_style"}'; tdbSearchItem.jqueryObj = jQuery('.tdi_27'); tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open'; tdbSearchItem._resultsLimit = '8'; tdbSearchItem.isSearchFormFull = true; tdbSearch.addItem( tdbSearchItem ); }); /* global jQuery:{} */ jQuery().ready( function () { var blockUid = 'tdi_31', $blockObj = jQuery('.tdi_31'), modalUid = 'td_m_4731', $modalObj = $blockObj.find('.tdm-popup-modal-wrap'), show_modal_in_composer = ''; if( $modalObj.length && modalUid !== '' ) { var tdPopupModalItem = new tdPopupModal.item(), $triggerBtnObj = $blockObj.find('> .tds-button > a.tdm-btn'); // modal uid tdPopupModalItem.uid = modalUid; // block uid tdPopupModalItem.blockUid = blockUid; // modal object tdPopupModalItem.modalObj = $modalObj; // modal object tdPopupModalItem.closeModals = []; // modal open position tdPopupModalItem._modal_open_position = 'over-screen'; // modal open disable site scroll tdPopupModalItem._site_scroll = '1'; // check to see whether we are in composer or not // we are not in composer // trigger button object if( $triggerBtnObj.length ) { tdPopupModalItem.triggerBtnObj = $triggerBtnObj; } // trigger types tdPopupModalItem._modal_trigger_types = {"button":[]}; // modal content load tdPopupModalItem._modal_content_load = ''; tdPopupModal.addItem(tdPopupModalItem); } }); /* global jQuery:{} */ jQuery(document).ready( function () { var tdbMenuItem = new tdbMenu.item(); tdbMenuItem.blockUid = 'tdi_85'; tdbMenuItem.jqueryObj = jQuery('.tdi_85'); tdbMenuItem.blockAtts = '{"mm_align_horiz":"content-horiz-left","modules_on_row_regular":"25%","modules_on_row_cats":"25%","image_size":"","modules_category":"above","show_excerpt":"none","show_com":"none","show_date":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-center","menu_id":"13","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii0xIiwiei1pbmRleCI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=","tds_menu_active1-line_color":"#000000","f_elem_font_family":"521","f_elem_font_transform":"capitalize","f_elem_font_size":"eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIiLCJsYW5kc2NhcGUiOiIxMyJ9","f_elem_font_weight":"500","f_elem_font_line_height":"eyJhbGwiOiI4MHB4IiwicG9ydHJhaXQiOiI2MHB4In0=","more_icon_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMiJ9","elem_space":"eyJhbGwiOiIxMCIsImxhbmRzY2FwZSI6IjgiLCJwb3J0cmFpdCI6IjYifQ==","elem_padd":"eyJhbGwiOiIwIDEwcHgiLCJsYW5kc2NhcGUiOiIwIDhweCIsInBvcnRyYWl0IjoiMCA2cHgifQ==","mm_width":"eyJwb3J0cmFpdCI6IjEwMCUiLCJhbGwiOiIxMzkxIiwibGFuZHNjYXBlIjoiMTAwJSJ9","mm_align_screen":"yes","main_sub_icon_size":"eyJhbGwiOiIwIiwicG9ydHJhaXQiOiI4IiwibGFuZHNjYXBlIjoiOSJ9","main_sub_icon_align":"0","main_sub_icon_space":"eyJhbGwiOiIwIiwicG9ydHJhaXQiOiI2In0=","more_tdicon":"td-icon-dots-circle-medium","tds_menu_sub_active1-sub_text_color_h":"#309b65","f_sub_elem_font_family":"521","f_sub_elem_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","f_sub_elem_font_weight":"500","sub_elem_padd":"5px 25px","mm_sub_width":"100%","mm_sub_border":"0","mm_elem_border":"0","mm_elem_border_a":"0","mm_elem_padd":"eyJwb3J0cmFpdCI6IjAiLCJhbGwiOiIwIn0=","mm_border_size":"0","sub_shadow_shadow_size":"16","sub_shadow_shadow_offset_horizontal":"0","sub_shadow_shadow_offset_vertical":"2","sub_shadow_shadow_color":"rgba(0,0,0,0.12)","mm_shadow_shadow_size":"16","mm_shadow_shadow_offset_vertical":"4","mm_shadow_shadow_color":"rgba(0,0,0,0.12)","mm_elem_color":"#309b65","mm_elem_color_a":"#4cb577","mm_elem_order":"id","mm_elem_space":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiNSIsImxhbmRzY2FwZSI6IjgifQ==","mm_elem_bg":"rgba(255,255,255,0)","mm_elem_bg_a":"rgba(255,255,255,0)","mm_sub_padd":"eyJhbGwiOiIyMHB4IiwicG9ydHJhaXQiOiIxMHB4IiwibGFuZHNjYXBlIjoiMTJweCJ9","f_mm_sub_font_family":"521","f_mm_sub_font_weight":"700","f_mm_sub_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMyJ9","show_cat":"none","f_title_font_family":"185","f_title_font_size":"eyJhbGwiOiIxOCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNSJ9","f_title_font_line_height":"1.2","f_title_font_weight":"500","f_title_font_transform":"","title_txt":"#000000","title_txt_hover":"#309b65","image_height":"100","all_modules_space":"eyJhbGwiOiIwIiwicG9ydHJhaXQiOiIyMCJ9","pag_text":"#000000","pag_h_text":"#309b65","pag_bg":"rgba(255,255,255,0)","pag_h_bg":"rgba(255,255,255,0)","meta_padding":"eyJhbGwiOiIxNXB4IDAgMCAwIiwibGFuZHNjYXBlIjoiMTJweCAwIDAgMCIsInBvcnRyYWl0IjoiMTBweCAwIDAgMCJ9","art_excerpt":"0","modules_gap":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9","mm_padd":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTUifQ==","pag_space":"eyJwb3J0cmFpdCI6IjEwIiwibGFuZHNjYXBlIjoiMTUifQ==","text_color":"#000000","tds_menu_active1-line_height":"1","tds_menu_active1-text_color_h":"#309b65","mm_subcats_bg":"#ffffff","mm_child_cats":"6","mm_ajax_preloading":"preload","pag_icons_size":"eyJhbGwiOiIxMCIsInBvcnRyYWl0IjoiOCIsImxhbmRzY2FwZSI6IjgifQ==","align_horiz":"content-horiz-left","mm_sub_inline":"yes","art_title":"eyJhbGwiOiIwIDAgOHB4IDAiLCJwb3J0cmFpdCI6IjAifQ==","f_meta_font_family":"521","f_meta_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","pag_border_width":"0","prev_tdicon":"td-icon-menu-left","next_tdicon":"td-icon-menu-right","meta_info_horiz":"content-horiz-center","excl_margin":"-4px 5px 0 0","excl_padd":"4px 5px 3px","excl_color":"#ffffff","excl_color_h":"#ffffff","excl_bg":"#309b65","excl_bg_h":"#4cb577","f_excl_font_family":"521","f_excl_font_transform":"uppercase","f_excl_font_size":"10","f_excl_font_weight":"500","f_excl_font_line_height":"1","f_excl_font_spacing":"eyJwb3J0cmFpdCI6IjAiLCJhbGwiOiIwLjUifQ==","date_txt":"#999999","f_elem_font_spacing":"0.5","inline":"yes","show_mega_cats":"yes","f_mm_sub_font_transform":"uppercase","tds_menu_active1-line_width":"eyJhbGwiOiIzMCIsInBvcnRyYWl0IjoiMjUifQ==","mm_hide_all_item":"yes","mm_posts_limit":"4","mm_offset":"eyJhbGwiOiItMSIsImxhbmRzY2FwZSI6IjAifQ==","block_type":"tdb_header_menu","show_subcat":"","show_mega":"","mob_load":"","separator":"","width":"","more":"","float_right":"","main_sub_tdicon":"","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_align_horiz":"content-horiz-left","sub_elem_inline":"","sub_elem_space":"","sub_elem_radius":"0","sub_tdicon":"","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_content_width":"","mm_height":"","mm_radius":"","mm_subcats_posts_limit":"4","open_in_new_window":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","excl_txt":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_padding":"","pag_border_radius":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_style":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_border_radius":"","sub_text_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_spread":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_content_bg":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_spread":"","mm_subcats_border_color":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_85","tdc_css_class":"tdi_85","tdc_css_class_style":"tdi_85_rand_style","context":""}'; tdbMenuItem.isMegaMenuFull = true; tdbMenuItem.megaMenuLoadType = 'preload'; tdbMenu.addItem(tdbMenuItem); }); jQuery().ready(function () { var tdbSearchItem = new tdbSearch.item(); //block unique ID tdbSearchItem.blockUid = 'tdi_88'; tdbSearchItem.blockAtts = '{"form_align":"content-horiz-center","results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","show_btn":"none","show_date":"eyJwb3J0cmFpdCI6Im5vbmUifQ==","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"eyJhbGwiOiIwIDAgMCAxMnB4IiwicG9ydHJhaXQiOiIwIDAgMCAxMHB4IiwibGFuZHNjYXBlIjoiMCAwIDAgMTBweCJ9","art_title":"eyJwaG9uZSI6IjAiLCJhbGwiOiIwIDAgOHB4IDAiLCJsYW5kc2NhcGUiOiIwIDAgNnB4IDAiLCJwb3J0cmFpdCI6IjAgMCA0cHggMCJ9","all_modules_space":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTAiLCJsYW5kc2NhcGUiOiIxNSJ9","icon_padding":"eyJhbGwiOiIyIiwicG9ydHJhaXQiOiIxLjYifQ==","icon_size":"eyJhbGwiOiIxOSIsInBvcnRyYWl0IjoiMTYiLCJsYW5kc2NhcGUiOiIxOSJ9","all_underline_color":"","tdc_css":"eyJhbGwiOnsibWFyZ2luLWxlZnQiOiIxMCIsImRpc3BsYXkiOiJpbmxpbmUtYmxvY2sifSwibGFuZHNjYXBlIjp7Im1hcmdpbi1sZWZ0IjoiOCIsImRpc3BsYXkiOiJpbmxpbmUtYmxvY2sifSwibGFuZHNjYXBlX21heF93aWR0aCI6MTE0MCwibGFuZHNjYXBlX21pbl93aWR0aCI6MTAxOSwicG9ydHJhaXQiOnsibWFyZ2luLWxlZnQiOiI1IiwiZGlzcGxheSI6ImlubGluZS1ibG9jayJ9LCJwb3J0cmFpdF9tYXhfd2lkdGgiOjEwMTgsInBvcnRyYWl0X21pbl93aWR0aCI6NzY4fQ==","toggle_horiz_align":"content-horiz-left","results_msg_padding":"eyJwb3J0cmFpdCI6IjdweCIsImFsbCI6IjE1cHggMCJ9","results_limit":"8","modules_gap":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTAifQ==","form_width":"eyJhbGwiOiIxMzkyIiwicG9ydHJhaXQiOiIxMDAlIiwibGFuZHNjYXBlIjoiMTAwJSJ9","results_padding":"eyJhbGwiOiIyNXB4IDIwcHgiLCJwb3J0cmFpdCI6IjIwcHggMjBweCJ9","btn_bg":"rgba(255,255,255,0)","btn_bg_h":"rgba(255,255,255,0)","btn_color_h":"#4cb577","f_results_msg_font_style":"normal","f_results_msg_font_family":"185","f_results_msg_font_size":"eyJhbGwiOiIxNiIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxNCJ9","f_results_msg_font_transform":"","results_msg_color":"#309b65","results_msg_color_h":"#4cb577","f_title_font_family":"185","f_title_font_size":"eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjIwIiwibGFuZHNjYXBlIjoiMTQifQ==","f_title_font_line_height":"1.2","form_shadow_shadow_size":"16","form_shadow_shadow_offset_vertical":"2","form_shadow_shadow_color":"rgba(0,0,0,0.09)","f_input_font_family":"521","f_input_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","f_placeholder_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","f_placeholder_font_family":"521","arrow_color":"rgba(255,255,255,0)","title_txt":"#000000","title_txt_hover":"#309b65","tdicon":"td-icon-magnifier-medium-short","f_toggle_txt_font_family":"521","f_toggle_txt_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==","toggle_txt_pos":"","toggle_txt_color":"#000000","f_toggle_txt_font_weight":"500","show_form":"yes","form_align_screen":"yes","placeholder_travel":"13","f_title_font_weight":"500","meta_info_align":"center","form_border":"0","f_results_msg_font_weight":"600","icon_color":"#309b65","icon_color_h":"#4cb577","modules_on_row":"25%","mc1_tl":"15","btn_icon_size":"eyJwb3J0cmFpdCI6IjEwIn0=","modules_category_padding":"3px 0","modules_category_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgM3B4IDAgMCJ9","cat_bg":"rgba(255,255,255,0)","cat_bg_hover":"rgba(255,255,255,0)","cat_txt":"#309b65","cat_txt_hover":"#4cb577","f_cat_font_family":"521","f_cat_font_transform":"uppercase","f_meta_font_family":"521","f_cat_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMSJ9","f_meta_font_size":"eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTEiLCJsYW5kc2NhcGUiOiIxMSJ9","f_cat_font_line_height":"1","f_meta_font_line_height":"1","f_toggle_txt_font_spacing":"0.5","form_offset":"eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTgifQ==","image_height":"eyJhbGwiOiIxMDAiLCJwb3J0cmFpdCI6IjEyMCIsImxhbmRzY2FwZSI6IjEyMCJ9","input_padding":"8px 10px","results_border":"1px 0","f_toggle_txt_font_transform":"","input_placeholder":"Search here...","input_border":"0 0 1px 0","placeholder_color":"#999999","input_border_color":"#000000","btn_color":"#309b65","f_input_font_spacing":"0.5","f_placeholder_font_spacing":"0.5","f_cat_font_weight":"700","f_cat_font_spacing":"0.5","form_offset_left":"1","block_type":"tdb_header_search","post_type":"","disable_trigger":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","aria_label":"Search","inline":"","float_block":"","form_content_width":"","form_padding":"","input_radius":"","btn_text":"Search","btn_aria_label":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_border":"","btn_radius":"","results_msg_border":"","mc1_title_tag":"","mc1_el":"","open_in_new_window":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","excl_txt":"","excl_margin":"","excl_padd":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color":"","excl_color_h":"","excl_bg":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_family":"","f_excl_font_size":"","f_excl_font_line_height":"","f_excl_font_style":"","f_excl_font_weight":"","f_excl_font_transform":"","f_excl_font_spacing":"","f_excl_":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_":"","form_bg":"","form_border_color":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_spread":"","input_color":"","placeholder_opacity":"0","input_bg":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_icon_color":"","btn_icon_color_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_weight":"","f_input_font_transform":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_weight":"","f_placeholder_font_transform":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_line_height":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","all_underline_height":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_88","tdc_css_class":"tdi_88","tdc_css_class_style":"tdi_88_rand_style"}'; tdbSearchItem.jqueryObj = jQuery('.tdi_88'); tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open'; tdbSearchItem._resultsLimit = '8'; tdbSearchItem.isSearchFormFull = true; tdbSearch.addItem( tdbSearchItem ); }); jQuery().ready(function () { var tdsLeadsItem = new tdsLeads.item(); // Block unique ID. tdsLeadsItem.blockUid = 'tdi_122'; tdsLeadsItem.jqueryObj = jQuery('.tdi_122'); // Google reCaptcha. tdsLeadsItem.showCaptcha = false; tdsLeadsItem.captchaSiteKey = ''; // Button texts. tdsLeadsItem.subscribeBtnTxt = 'I want in' tdsLeadsItem.unSubscribeBtnTxt = 'Unsubscribe' // Acknowledgement checkbox. tdsLeadsItem.acknowledgementCheckboxShow = true; tdsLeadsItem.acknowledgementCheckboxMsg = 'SSd2ZSUyMHJlYWQlMjBhbmQlMjBhY2NlcHQlMjB0aGUlMjAlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUzRVByaXZhY3klMjBQb2xpY3klM0MlMkZhJTNFLg=='; // Redirect URLs. tdsLeadsItem.subscribedRdrURL = ''; tdsLeadsItem.unSubscribedRdrURL = ''; // AJAX submit. tdsLeadsItem.ajaxSubmit = false; // In composer flag. // info/error messages tdsLeadsItem.messages = {"ack_require":"Acknowledgment is required!","captcha_user_score":"CAPTCHA user score failed. Please contact us!","captcha_failed":"CAPTCHA verification failed!","success_subscribe":"Successfully subscribed!","success_unsubscribe":"Successfully unsubscribed!","input_placeholder":"Email address","unsubscribe_msg":"WW91IGhhdmUgYWxyZWFkeSBzdWJzY3JpYmVkIHRvIHRoaXMgbWFpbGluZyBsaXN0IQ=="}; tdsLeads.addItem( tdsLeadsItem ); }); /* global jQuery:{} */ jQuery().ready(function () { var block = jQuery('.tdi_123'), modulesThumbs = block.find('.td-module-thumb'), blockOffsetLeft; if( block.hasClass('td-flb-margin-forced') ) { jQuery(window).resize(function () { blockOffsetLeft = block.offset().left; if( block.hasClass('td-flb-margin-left') ) { modulesThumbs.css('margin-left', -blockOffsetLeft + 'px'); } else { modulesThumbs.css('margin-right', -(jQuery(window).width() - (blockOffsetLeft + block.outerWidth())) + 'px'); } }); jQuery(window).resize(); } }); </script> <script>var td_res_context_registered_atts=["style_general_mobile_menu","style_general_header_align","style_general_header_logo","style_general_mobile_search","style_general_header_menu","style_general_module_header","style_general_header_search","style_general_header_search_trigger_enabled","style_general_popup_modal","style_general_column_title","style_general_tds_plans_price","style_general_list","style_general_tds_plans_button","style_general_single_categories","style_general_single_title","style_general_title_single","style_bg_space","style_general_post_meta","style_general_single_author","style_general_inline_text","style_general_single_date","style_general_bg_featured_image","style_general_single_post_share","style_general_single_content","style_general_author_box","style_general_tds_leads","style_general_list_menu","style_specific_list_menu_vertical","style_specific_list_menu_accordion","style_specific_list_menu_horizontal","style_general_text_with_title"];</script> </body> </html>