OK
https://www.vanguardngr.com/
Websites
Runtime: 2.6s
On April 04, 2025, 04:39 PM UTC, https://www.vanguardngr.com/ was accessible when tested on AS29465 in Nigeria.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
102.89.1.191
Query:
IN A www.vanguardngr.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
172.67.36.180
@
IN
A
104.22.17.173
@
IN
A
104.22.16.173
Query:
IN AAAA www.vanguardngr.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
AAAA
2606:4700:10::6816:11ad
@
IN
AAAA
2606:4700:10::6816:10ad
@
IN
AAAA
2606:4700:10::ac43:24b4
TCP Connections
Connection to 104.22.16.173:443 succeeded.
Connection to 2606:4700:10::6816:10ad:443 was blocked.
Connection to 2606:4700:10::6816:11ad:443 was blocked.
Connection to 2606:4700:10::ac43:24b4:443 was blocked.
Connection to 172.67.36.180:443 succeeded.
Connection to 104.22.17.173:443 succeeded.
HTTP Requests
URL
GET https://www.vanguardngr.com/
Response Headers
Access-Control-Allow-Origin:*Alt-Svc:h3=":443"; ma=86400Cache-Control:no-cache, no-store, must-revalidateCf-Apo-Via:origin,missCf-Cache-Status:BYPASSCf-Ray:92b23d98d85f76c9-LHRContent-Type:text/html; charset=UTF-8Date:Fri, 04 Apr 2025 16:39:14 GMTExpect-Ct:max-age=86400, enforceExpires:0Last-Modified:Fri, 04 Apr 2025 16:34:53 GMTPragma:no-cacheReferrer-Policy:same-originServer:cloudflareStrict-Transport-Security:max-age=0; includeSubDomains; preloadVary:Accept-EncodingX-Content-Type-Options:nosniffX-Frame-Options:SAMEORIGINX-Runcache-Type:nativeX-Runcloud-Cache:HITX-Xss-Protection:1; mode=block
Response Body
<!DOCTYPE html> <html lang="en-GB"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="vanguard:online" content="true" /> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.vanguardngr.com/xmlrpc.php"> <!-- Replace on a sunny day: --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&family=Questrial&display=swap" rel="stylesheet"> --> <script type="b81d3363cdd262579e357517-text/javascript"> window.sessionNetworkVariant = 'default'; </script> <script src="https://www.googleoptimize.com/optimize.js?id=OPT-T7TDZ84" type="b81d3363cdd262579e357517-text/javascript"></script> <script async src="https://fundingchoicesmessages.google.com/i/pub-7532470883667401?ers=1" nonce="5oANsu_wRTSRHot05k1cdg" type="b81d3363cdd262579e357517-text/javascript"></script><script nonce="5oANsu_wRTSRHot05k1cdg" type="b81d3363cdd262579e357517-text/javascript">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script> <!-- <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" type="b81d3363cdd262579e357517-text/javascript"></script> <script type="b81d3363cdd262579e357517-text/javascript"> window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { googletag.defineSlot('/9223985/1*1-mobile-and-desktop', [1, 1], 'div-gpt-ad-1740477577484-0').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <script src="//cdn.orangeclickmedia.com/tech/vanguardngr.com/ocm.js" async="async" type="b81d3363cdd262579e357517-text/javascript"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7532470883667401" crossorigin="anonymous" type="b81d3363cdd262579e357517-text/javascript"></script> <script type="b81d3363cdd262579e357517-text/javascript"> /*! * UAParser.js v0.7.22 * Lightweight JavaScript-based User-Agent string parser * https://github.com/faisalman/ua-parser-js * * Copyright © 2012-2019 Faisal Salman <f@faisalman.com> * Licensed under MIT License */ (function(window,undefined){"use strict";var LIBVERSION="0.7.22",EMPTY="",UNKNOWN="?",FUNC_TYPE="function",UNDEF_TYPE="undefined",OBJ_TYPE="object",STR_TYPE="string",MAJOR="major",MODEL="model",NAME="name",TYPE="type",VENDOR="vendor",VERSION="version",ARCHITECTURE="architecture",CONSOLE="console",MOBILE="mobile",TABLET="tablet",SMARTTV="smarttv",WEARABLE="wearable",EMBEDDED="embedded";var util={extend:function(regexes,extensions){var mergedRegexes={};for(var i in regexes){if(extensions[i]&&extensions[i].length%2===0){mergedRegexes[i]=extensions[i].concat(regexes[i])}else{mergedRegexes[i]=regexes[i]}}return mergedRegexes},has:function(str1,str2){if(typeof str1==="string"){return str2.toLowerCase().indexOf(str1.toLowerCase())!==-1}else{return false}},lowerize:function(str){return str.toLowerCase()},major:function(version){return typeof version===STR_TYPE?version.replace(/[^\d\.]/g,"").split(".")[0]:undefined},trim:function(str){return str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}};var mapper={rgx:function(ua,arrays){var i=0,j,k,p,q,matches,match;while(i<arrays.length&&!matches){var regex=arrays[i],props=arrays[i+1];j=k=0;while(j<regex.length&&!matches){matches=regex[j++].exec(ua);if(!!matches){for(p=0;p<props.length;p++){match=matches[++k];q=props[p];if(typeof q===OBJ_TYPE&&q.length>0){if(q.length==2){if(typeof q[1]==FUNC_TYPE){this[q[0]]=q[1].call(this,match)}else{this[q[0]]=q[1]}}else if(q.length==3){if(typeof q[1]===FUNC_TYPE&&!(q[1].exec&&q[1].test)){this[q[0]]=match?q[1].call(this,match,q[2]):undefined}else{this[q[0]]=match?match.replace(q[1],q[2]):undefined}}else if(q.length==4){this[q[0]]=match?q[3].call(this,match.replace(q[1],q[2])):undefined}}else{this[q]=match?match:undefined}}}}i+=2}},str:function(str,map){for(var i in map){if(typeof map[i]===OBJ_TYPE&&map[i].length>0){for(var j=0;j<map[i].length;j++){if(util.has(map[i][j],str)){return i===UNKNOWN?undefined:i}}}else if(util.has(map[i],str)){return i===UNKNOWN?undefined:i}}return str}};var maps={browser:{oldsafari:{version:{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}}},device:{amazon:{model:{"Fire Phone":["SD","KF"]}},sprint:{model:{"Evo Shift 4G":"7373KT"},vendor:{HTC:"APA",Sprint:"Sprint"}}},os:{windows:{version:{ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2000:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"}}}};var regexes={browser:[[/(opera\smini)\/([\w\.-]+)/i,/(opera\s[mobiletab]+).+version\/([\w\.-]+)/i,/(opera).+version\/([\w\.]+)/i,/(opera)[\/\s]+([\w\.]+)/i],[NAME,VERSION],[/(opios)[\/\s]+([\w\.]+)/i],[[NAME,"Opera Mini"],VERSION],[/\s(opr)\/([\w\.]+)/i],[[NAME,"Opera"],VERSION],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/\s]?([\w\.]*)/i,/(avant\s|iemobile|slim)(?:browser)?[\/\s]?([\w\.]*)/i,/(bidubrowser|baidubrowser)[\/\s]?([\w\.]+)/i,/(?:ms|\()(ie)\s([\w\.]+)/i,/(rekonq)\/([\w\.]*)/i,/(chromium|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon)\/([\w\.-]+)/i],[NAME,VERSION],[/(konqueror)\/([\w\.]+)/i],[[NAME,"Konqueror"],VERSION],[/(trident).+rv[:\s]([\w\.]+).+like\sgecko/i],[[NAME,"IE"],VERSION],[/(edge|edgios|edga|edg)\/((\d+)?[\w\.]+)/i],[[NAME,"Edge"],VERSION],[/(yabrowser)\/([\w\.]+)/i],[[NAME,"Yandex"],VERSION],[/(Avast)\/([\w\.]+)/i],[[NAME,"Avast Secure Browser"],VERSION],[/(AVG)\/([\w\.]+)/i],[[NAME,"AVG Secure Browser"],VERSION],[/(puffin)\/([\w\.]+)/i],[[NAME,"Puffin"],VERSION],[/(focus)\/([\w\.]+)/i],[[NAME,"Firefox Focus"],VERSION],[/(opt)\/([\w\.]+)/i],[[NAME,"Opera Touch"],VERSION],[/((?:[\s\/])uc?\s?browser|(?:juc.+)ucweb)[\/\s]?([\w\.]+)/i],[[NAME,"UCBrowser"],VERSION],[/(comodo_dragon)\/([\w\.]+)/i],[[NAME,/_/g," "],VERSION],[/(windowswechat qbcore)\/([\w\.]+)/i],[[NAME,"WeChat(Win) Desktop"],VERSION],[/(micromessenger)\/([\w\.]+)/i],[[NAME,"WeChat"],VERSION],[/(brave)\/([\w\.]+)/i],[[NAME,"Brave"],VERSION],[/(qqbrowserlite)\/([\w\.]+)/i],[NAME,VERSION],[/(QQ)\/([\d\.]+)/i],[NAME,VERSION],[/m?(qqbrowser)[\/\s]?([\w\.]+)/i],[NAME,VERSION],[/(baiduboxapp)[\/\s]?([\w\.]+)/i],[NAME,VERSION],[/(2345Explorer)[\/\s]?([\w\.]+)/i],[NAME,VERSION],[/(MetaSr)[\/\s]?([\w\.]+)/i],[NAME],[/(LBBROWSER)/i],[NAME],[/xiaomi\/miuibrowser\/([\w\.]+)/i],[VERSION,[NAME,"MIUI Browser"]],[/;fbav\/([\w\.]+);/i],[VERSION,[NAME,"Facebook"]],[/safari\s(line)\/([\w\.]+)/i,/android.+(line)\/([\w\.]+)\/iab/i],[NAME,VERSION],[/headlesschrome(?:\/([\w\.]+)|\s)/i],[VERSION,[NAME,"Chrome Headless"]],[/\swv\).+(chrome)\/([\w\.]+)/i],[[NAME,/(.+)/,"$1 WebView"],VERSION],[/((?:oculus|samsung)browser)\/([\w\.]+)/i],[[NAME,/(.+(?:g|us))(.+)/,"$1 $2"],VERSION],[/android.+version\/([\w\.]+)\s+(?:mobile\s?safari|safari)*/i],[VERSION,[NAME,"Android Browser"]],[/(sailfishbrowser)\/([\w\.]+)/i],[[NAME,"Sailfish Browser"],VERSION],[/(chrome|omniweb|arora|[tizenoka]{5}\s?browser)\/v?([\w\.]+)/i],[NAME,VERSION],[/(dolfin)\/([\w\.]+)/i],[[NAME,"Dolphin"],VERSION],[/(qihu|qhbrowser|qihoobrowser|360browser)/i],[[NAME,"360 Browser"]],[/((?:android.+)crmo|crios)\/([\w\.]+)/i],[[NAME,"Chrome"],VERSION],[/(coast)\/([\w\.]+)/i],[[NAME,"Opera Coast"],VERSION],[/fxios\/([\w\.-]+)/i],[VERSION,[NAME,"Firefox"]],[/version\/([\w\.]+).+?mobile\/\w+\s(safari)/i],[VERSION,[NAME,"Mobile Safari"]],[/version\/([\w\.]+).+?(mobile\s?safari|safari)/i],[VERSION,NAME],[/webkit.+?(gsa)\/([\w\.]+).+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[[NAME,"GSA"],VERSION],[/webkit.+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[NAME,[VERSION,mapper.str,maps.browser.oldsafari.version]],[/(webkit|khtml)\/([\w\.]+)/i],[NAME,VERSION],[/(navigator|netscape)\/([\w\.-]+)/i],[[NAME,"Netscape"],VERSION],[/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo\sbrowser|minimo|conkeror)[\/\s]?([\w\.\+]+)/i,/(firefox|seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([\w\.-]+)$/i,/(mozilla)\/([\w\.]+).+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir)[\/\s]?([\w\.]+)/i,/(links)\s\(([\w\.]+)/i,/(gobrowser)\/?([\w\.]*)/i,/(ice\s?browser)\/v?([\w\._]+)/i,/(mosaic)[\/\s]([\w\.]+)/i],[NAME,VERSION]],cpu:[[/(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\)]/i],[[ARCHITECTURE,"amd64"]],[/(ia32(?=;))/i],[[ARCHITECTURE,util.lowerize]],[/((?:i[346]|x)86)[;\)]/i],[[ARCHITECTURE,"ia32"]],[/windows\s(ce|mobile);\sppc;/i],[[ARCHITECTURE,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?:\smac|;|\))/i],[[ARCHITECTURE,/ower/,"",util.lowerize]],[/(sun4\w)[;\)]/i],[[ARCHITECTURE,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|arm(?:64|(?=v\d+[;l]))|(?=atmel\s)avr|(?:irix|mips|sparc)(?:64)?(?=;)|pa-risc)/i],[[ARCHITECTURE,util.lowerize]]],device:[[/\((ipad|playbook);[\w\s\),;-]+(rim|apple)/i],[MODEL,VENDOR,[TYPE,TABLET]],[/applecoremedia\/[\w\.]+ \((ipad)/],[MODEL,[VENDOR,"Apple"],[TYPE,TABLET]],[/(apple\s{0,1}tv)/i],[[MODEL,"Apple TV"],[VENDOR,"Apple"],[TYPE,SMARTTV]],[/(archos)\s(gamepad2?)/i,/(hp).+(touchpad)/i,/(hp).+(tablet)/i,/(kindle)\/([\w\.]+)/i,/\s(nook)[\w\s]+build\/(\w+)/i,/(dell)\s(strea[kpr\s\d]*[\dko])/i],[VENDOR,MODEL,[TYPE,TABLET]],[/(kf[A-z]+)\sbuild\/.+silk\//i],[MODEL,[VENDOR,"Amazon"],[TYPE,TABLET]],[/(sd|kf)[0349hijorstuw]+\sbuild\/.+silk\//i],[[MODEL,mapper.str,maps.device.amazon.model],[VENDOR,"Amazon"],[TYPE,MOBILE]],[/android.+aft([bms])\sbuild/i],[MODEL,[VENDOR,"Amazon"],[TYPE,SMARTTV]],[/\((ip[honed|\s\w*]+);.+(apple)/i],[MODEL,VENDOR,[TYPE,MOBILE]],[/\((ip[honed|\s\w*]+);/i],[MODEL,[VENDOR,"Apple"],[TYPE,MOBILE]],[/(blackberry)[\s-]?(\w+)/i,/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[\s_-]?([\w-]*)/i,/(hp)\s([\w\s]+\w)/i,/(asus)-?(\w+)/i],[VENDOR,MODEL,[TYPE,MOBILE]],[/\(bb10;\s(\w+)/i],[MODEL,[VENDOR,"BlackBerry"],[TYPE,MOBILE]],[/android.+(transfo[prime\s]{4,10}\s\w+|eeepc|slider\s\w+|nexus 7|padfone|p00c)/i],[MODEL,[VENDOR,"Asus"],[TYPE,TABLET]],[/(sony)\s(tablet\s[ps])\sbuild\//i,/(sony)?(?:sgp.+)\sbuild\//i],[[VENDOR,"Sony"],[MODEL,"Xperia Tablet"],[TYPE,TABLET]],[/android.+\s([c-g]\d{4}|so[-l]\w+)(?=\sbuild\/|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[MODEL,[VENDOR,"Sony"],[TYPE,MOBILE]],[/\s(ouya)\s/i,/(nintendo)\s([wids3u]+)/i],[VENDOR,MODEL,[TYPE,CONSOLE]],[/android.+;\s(shield)\sbuild/i],[MODEL,[VENDOR,"Nvidia"],[TYPE,CONSOLE]],[/(playstation\s[34portablevi]+)/i],[MODEL,[VENDOR,"Sony"],[TYPE,CONSOLE]],[/(sprint\s(\w+))/i],[[VENDOR,mapper.str,maps.device.sprint.vendor],[MODEL,mapper.str,maps.device.sprint.model],[TYPE,MOBILE]],[/(htc)[;_\s-]+([\w\s]+(?=\)|\sbuild)|\w+)/i,/(zte)-(\w*)/i,/(alcatel|geeksphone|nexian|panasonic|(?=;\s)sony)[_\s-]?([\w-]*)/i],[VENDOR,[MODEL,/_/g," "],[TYPE,MOBILE]],[/(nexus\s9)/i],[MODEL,[VENDOR,"HTC"],[TYPE,TABLET]],[/d\/huawei([\w\s-]+)[;\)]/i,/(nexus\s6p|vog-l29|ane-lx1|eml-l29|ele-l29)/i],[MODEL,[VENDOR,"Huawei"],[TYPE,MOBILE]],[/android.+(bah2?-a?[lw]\d{2})/i],[MODEL,[VENDOR,"Huawei"],[TYPE,TABLET]],[/(microsoft);\s(lumia[\s\w]+)/i],[VENDOR,MODEL,[TYPE,MOBILE]],[/[\s\(;](xbox(?:\sone)?)[\s\);]/i],[MODEL,[VENDOR,"Microsoft"],[TYPE,CONSOLE]],[/(kin\.[onetw]{3})/i],[[MODEL,/\./g," "],[VENDOR,"Microsoft"],[TYPE,MOBILE]],[/\s(milestone|droid(?:[2-4x]|\s(?:bionic|x2|pro|razr))?:?(\s4g)?)[\w\s]+build\//i,/mot[\s-]?(\w*)/i,/(XT\d{3,4}) build\//i,/(nexus\s6)/i],[MODEL,[VENDOR,"Motorola"],[TYPE,MOBILE]],[/android.+\s(mz60\d|xoom[\s2]{0,2})\sbuild\//i],[MODEL,[VENDOR,"Motorola"],[TYPE,TABLET]],[/hbbtv\/\d+\.\d+\.\d+\s+\([\w\s]*;\s*(\w[^;]*);([^;]*)/i],[[VENDOR,util.trim],[MODEL,util.trim],[TYPE,SMARTTV]],[/hbbtv.+maple;(\d+)/i],[[MODEL,/^/,"SmartTV"],[VENDOR,"Samsung"],[TYPE,SMARTTV]],[/\(dtv[\);].+(aquos)/i],[MODEL,[VENDOR,"Sharp"],[TYPE,SMARTTV]],[/android.+((sch-i[89]0\d|shw-m380s|gt-p\d{4}|gt-n\d+|sgh-t8[56]9|nexus 10))/i,/((SM-T\w+))/i],[[VENDOR,"Samsung"],MODEL,[TYPE,TABLET]],[/smart-tv.+(samsung)/i],[VENDOR,[TYPE,SMARTTV],MODEL],[/((s[cgp]h-\w+|gt-\w+|galaxy\snexus|sm-\w[\w\d]+))/i,/(sam[sung]*)[\s-]*(\w+-?[\w-]*)/i,/sec-((sgh\w+))/i],[[VENDOR,"Samsung"],MODEL,[TYPE,MOBILE]],[/sie-(\w*)/i],[MODEL,[VENDOR,"Siemens"],[TYPE,MOBILE]],[/(maemo|nokia).*(n900|lumia\s\d+)/i,/(nokia)[\s_-]?([\w-]*)/i],[[VENDOR,"Nokia"],MODEL,[TYPE,MOBILE]],[/android[x\d\.\s;]+\s([ab][1-7]\-?[0178a]\d\d?)/i],[MODEL,[VENDOR,"Acer"],[TYPE,TABLET]],[/android.+([vl]k\-?\d{3})\s+build/i],[MODEL,[VENDOR,"LG"],[TYPE,TABLET]],[/android\s3\.[\s\w;-]{10}(lg?)-([06cv9]{3,4})/i],[[VENDOR,"LG"],MODEL,[TYPE,TABLET]],[/(lg) netcast\.tv/i],[VENDOR,MODEL,[TYPE,SMARTTV]],[/(nexus\s[45])/i,/lg[e;\s\/-]+(\w*)/i,/android.+lg(\-?[\d\w]+)\s+build/i],[MODEL,[VENDOR,"LG"],[TYPE,MOBILE]],[/(lenovo)\s?(s(?:5000|6000)(?:[\w-]+)|tab(?:[\s\w]+))/i],[VENDOR,MODEL,[TYPE,TABLET]],[/android.+(ideatab[a-z0-9\-\s]+)/i],[MODEL,[VENDOR,"Lenovo"],[TYPE,TABLET]],[/(lenovo)[_\s-]?([\w-]+)/i],[VENDOR,MODEL,[TYPE,MOBILE]],[/linux;.+((jolla));/i],[VENDOR,MODEL,[TYPE,MOBILE]],[/((pebble))app\/[\d\.]+\s/i],[VENDOR,MODEL,[TYPE,WEARABLE]],[/android.+;\s(oppo)\s?([\w\s]+)\sbuild/i],[VENDOR,MODEL,[TYPE,MOBILE]],[/crkey/i],[[MODEL,"Chromecast"],[VENDOR,"Google"],[TYPE,SMARTTV]],[/android.+;\s(glass)\s\d/i],[MODEL,[VENDOR,"Google"],[TYPE,WEARABLE]],[/android.+;\s(pixel c)[\s)]/i],[MODEL,[VENDOR,"Google"],[TYPE,TABLET]],[/android.+;\s(pixel( [23])?( xl)?)[\s)]/i],[MODEL,[VENDOR,"Google"],[TYPE,MOBILE]],[/android.+;\s(\w+)\s+build\/hm\1/i,/android.+(hm[\s\-_]*note?[\s_]*(?:\d\w)?)\s+build/i,/android.+(mi[\s\-_]*(?:a\d|one|one[\s_]plus|note lte)?[\s_]*(?:\d?\w?)[\s_]*(?:plus)?)\s+build/i,/android.+(redmi[\s\-_]*(?:note)?(?:[\s_]?[\w\s]+))\s+build/i],[[MODEL,/_/g," "],[VENDOR,"Xiaomi"],[TYPE,MOBILE]],[/android.+(mi[\s\-_]*(?:pad)(?:[\s_]?[\w\s]+))\s+build/i],[[MODEL,/_/g," "],[VENDOR,"Xiaomi"],[TYPE,TABLET]],[/android.+;\s(m[1-5]\snote)\sbuild/i],[MODEL,[VENDOR,"Meizu"],[TYPE,MOBILE]],[/(mz)-([\w-]{2,})/i],[[VENDOR,"Meizu"],MODEL,[TYPE,MOBILE]],[/android.+a000(1)\s+build/i,/android.+oneplus\s(a\d{4})[\s)]/i],[MODEL,[VENDOR,"OnePlus"],[TYPE,MOBILE]],[/android.+[;\/]\s*(RCT[\d\w]+)\s+build/i],[MODEL,[VENDOR,"RCA"],[TYPE,TABLET]],[/android.+[;\/\s]+(Venue[\d\s]{2,7})\s+build/i],[MODEL,[VENDOR,"Dell"],[TYPE,TABLET]],[/android.+[;\/]\s*(Q[T|M][\d\w]+)\s+build/i],[MODEL,[VENDOR,"Verizon"],[TYPE,TABLET]],[/android.+[;\/]\s+(Barnes[&\s]+Noble\s+|BN[RT])(V?.*)\s+build/i],[[VENDOR,"Barnes & Noble"],MODEL,[TYPE,TABLET]],[/android.+[;\/]\s+(TM\d{3}.*\b)\s+build/i],[MODEL,[VENDOR,"NuVision"],[TYPE,TABLET]],[/android.+;\s(k88)\sbuild/i],[MODEL,[VENDOR,"ZTE"],[TYPE,TABLET]],[/android.+[;\/]\s*(gen\d{3})\s+build.*49h/i],[MODEL,[VENDOR,"Swiss"],[TYPE,MOBILE]],[/android.+[;\/]\s*(zur\d{3})\s+build/i],[MODEL,[VENDOR,"Swiss"],[TYPE,TABLET]],[/android.+[;\/]\s*((Zeki)?TB.*\b)\s+build/i],[MODEL,[VENDOR,"Zeki"],[TYPE,TABLET]],[/(android).+[;\/]\s+([YR]\d{2})\s+build/i,/android.+[;\/]\s+(Dragon[\-\s]+Touch\s+|DT)(\w{5})\sbuild/i],[[VENDOR,"Dragon Touch"],MODEL,[TYPE,TABLET]],[/android.+[;\/]\s*(NS-?\w{0,9})\sbuild/i],[MODEL,[VENDOR,"Insignia"],[TYPE,TABLET]],[/android.+[;\/]\s*((NX|Next)-?\w{0,9})\s+build/i],[MODEL,[VENDOR,"NextBook"],[TYPE,TABLET]],[/android.+[;\/]\s*(Xtreme\_)?(V(1[045]|2[015]|30|40|60|7[05]|90))\s+build/i],[[VENDOR,"Voice"],MODEL,[TYPE,MOBILE]],[/android.+[;\/]\s*(LVTEL\-)?(V1[12])\s+build/i],[[VENDOR,"LvTel"],MODEL,[TYPE,MOBILE]],[/android.+;\s(PH-1)\s/i],[MODEL,[VENDOR,"Essential"],[TYPE,MOBILE]],[/android.+[;\/]\s*(V(100MD|700NA|7011|917G).*\b)\s+build/i],[MODEL,[VENDOR,"Envizen"],[TYPE,TABLET]],[/android.+[;\/]\s*(Le[\s\-]+Pan)[\s\-]+(\w{1,9})\s+build/i],[VENDOR,MODEL,[TYPE,TABLET]],[/android.+[;\/]\s*(Trio[\s\-]*.*)\s+build/i],[MODEL,[VENDOR,"MachSpeed"],[TYPE,TABLET]],[/android.+[;\/]\s*(Trinity)[\-\s]*(T\d{3})\s+build/i],[VENDOR,MODEL,[TYPE,TABLET]],[/android.+[;\/]\s*TU_(1491)\s+build/i],[MODEL,[VENDOR,"Rotor"],[TYPE,TABLET]],[/android.+(KS(.+))\s+build/i],[MODEL,[VENDOR,"Amazon"],[TYPE,TABLET]],[/android.+(Gigaset)[\s\-]+(Q\w{1,9})\s+build/i],[VENDOR,MODEL,[TYPE,TABLET]],[/\s(tablet|tab)[;\/]/i,/\s(mobile)(?:[;\/]|\ssafari)/i],[[TYPE,util.lowerize],VENDOR,MODEL],[/[\s\/\(](smart-?tv)[;\)]/i],[[TYPE,SMARTTV]],[/(android[\w\.\s\-]{0,9});.+build/i],[MODEL,[VENDOR,"Generic"]]],engine:[[/windows.+\sedge\/([\w\.]+)/i],[VERSION,[NAME,"EdgeHTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[VERSION,[NAME,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/(khtml|tasman|links)[\/\s]\(?([\w\.]+)/i,/(icab)[\/\s]([23]\.[\d\.]+)/i],[NAME,VERSION],[/rv\:([\w\.]{1,9}).+(gecko)/i],[VERSION,NAME]],os:[[/microsoft\s(windows)\s(vista|xp)/i],[NAME,VERSION],[/(windows)\snt\s6\.2;\s(arm)/i,/(windows\sphone(?:\sos)*)[\s\/]?([\d\.\s\w]*)/i,/(windows\smobile|windows)[\s\/]?([ntce\d\.\s]+\w)/i],[NAME,[VERSION,mapper.str,maps.os.windows.version]],[/(win(?=3|9|n)|win\s9x\s)([nt\d\.]+)/i],[[NAME,"Windows"],[VERSION,mapper.str,maps.os.windows.version]],[/\((bb)(10);/i],[[NAME,"BlackBerry"],VERSION],[/(blackberry)\w*\/?([\w\.]*)/i,/(tizen|kaios)[\/\s]([\w\.]+)/i,/(android|webos|palm\sos|qnx|bada|rim\stablet\sos|meego|sailfish|contiki)[\/\s-]?([\w\.]*)/i],[NAME,VERSION],[/(symbian\s?os|symbos|s60(?=;))[\/\s-]?([\w\.]*)/i],[[NAME,"Symbian"],VERSION],[/\((series40);/i],[NAME],[/mozilla.+\(mobile;.+gecko.+firefox/i],[[NAME,"Firefox OS"],VERSION],[/(nintendo|playstation)\s([wids34portablevu]+)/i,/(mint)[\/\s\(]?(\w*)/i,/(mageia|vectorlinux)[;\s]/i,/(joli|[kxln]?ubuntu|debian|suse|opensuse|gentoo|(?=\s)arch|slackware|fedora|mandriva|centos|pclinuxos|redhat|zenwalk|linpus)[\/\s-]?(?!chrom)([\w\.-]*)/i,/(hurd|linux)\s?([\w\.]*)/i,/(gnu)\s?([\w\.]*)/i],[NAME,VERSION],[/(cros)\s[\w]+\s([\w\.]+\w)/i],[[NAME,"Chromium OS"],VERSION],[/(sunos)\s?([\w\.\d]*)/i],[[NAME,"Solaris"],VERSION],[/\s([frentopc-]{0,4}bsd|dragonfly)\s?([\w\.]*)/i],[NAME,VERSION],[/(haiku)\s(\w+)/i],[NAME,VERSION],[/cfnetwork\/.+darwin/i,/ip[honead]{2,4}(?:.*os\s([\w]+)\slike\smac|;\sopera)/i],[[VERSION,/_/g,"."],[NAME,"iOS"]],[/(mac\sos\sx)\s?([\w\s\.]*)/i,/(macintosh|mac(?=_powerpc)\s)/i],[[NAME,"Mac OS"],[VERSION,/_/g,"."]],[/((?:open)?solaris)[\/\s-]?([\w\.]*)/i,/(aix)\s((\d)(?=\.|\)|\s)[\w\.])*/i,/(plan\s9|minix|beos|os\/2|amigaos|morphos|risc\sos|openvms|fuchsia)/i,/(unix)\s?([\w\.]*)/i],[NAME,VERSION]]};var UAParser=function(uastring,extensions){if(typeof uastring==="object"){extensions=uastring;uastring=undefined}if(!(this instanceof UAParser)){return new UAParser(uastring,extensions).getResult()}var ua=uastring||(window&&window.navigator&&window.navigator.userAgent?window.navigator.userAgent:EMPTY);var rgxmap=extensions?util.extend(regexes,extensions):regexes;this.getBrowser=function(){var browser={name:undefined,version:undefined};mapper.rgx.call(browser,ua,rgxmap.browser);browser.major=util.major(browser.version);return browser};this.getCPU=function(){var cpu={architecture:undefined};mapper.rgx.call(cpu,ua,rgxmap.cpu);return cpu};this.getDevice=function(){var device={vendor:undefined,model:undefined,type:undefined};mapper.rgx.call(device,ua,rgxmap.device);return device};this.getEngine=function(){var engine={name:undefined,version:undefined};mapper.rgx.call(engine,ua,rgxmap.engine);return engine};this.getOS=function(){var os={name:undefined,version:undefined};mapper.rgx.call(os,ua,rgxmap.os);return os};this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}};this.getUA=function(){return ua};this.setUA=function(uastring){ua=uastring;return this};return this};UAParser.VERSION=LIBVERSION;UAParser.BROWSER={NAME:NAME,MAJOR:MAJOR,VERSION:VERSION};UAParser.CPU={ARCHITECTURE:ARCHITECTURE};UAParser.DEVICE={MODEL:MODEL,VENDOR:VENDOR,TYPE:TYPE,CONSOLE:CONSOLE,MOBILE:MOBILE,SMARTTV:SMARTTV,TABLET:TABLET,WEARABLE:WEARABLE,EMBEDDED:EMBEDDED};UAParser.ENGINE={NAME:NAME,VERSION:VERSION};UAParser.OS={NAME:NAME,VERSION:VERSION};if(typeof exports!==UNDEF_TYPE){if(typeof module!==UNDEF_TYPE&&module.exports){exports=module.exports=UAParser}exports.UAParser=UAParser}else{if(typeof define==="function"&&define.amd){define(function(){return UAParser})}else if(window){window.UAParser=UAParser}}var $=window&&(window.jQuery||window.Zepto);if($&&!$.ua){var parser=new UAParser;$.ua=parser.getResult();$.ua.get=function(){return parser.getUA()};$.ua.set=function(uastring){parser.setUA(uastring);var result=parser.getResult();for(var prop in result){$.ua[prop]=result[prop]}}}})(typeof window==="object"?window:this); </script> <!-- end !--> <!-- Amazon UAM --> <script type="b81d3363cdd262579e357517-text/javascript"> !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js"); window.amazonInit = { pubID: '97d141c7-49e6-46c5-b725-4724cd74f898', adServer: 'googletag', bidTimeout: 2e3, }; apstag.init(window.amazonInit); </script> <!-- END Amazon UAM --> <script async="async" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7532470883667401" id="adsense-ad-tag" type="b81d3363cdd262579e357517-text/javascript"></script> <script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" id="gpt-ad-tag" type="b81d3363cdd262579e357517-text/javascript"></script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='preload' href='https://cdn.vanguardngr.com/wp-content/uploads/2025/04/UMAHI-ROAD.jpg?auto_optimize=low&width=600' as='image' /> <!-- This site is optimized with the Yoast SEO Premium plugin v24.7 (Yoast SEO v24.7) - https://yoast.com/wordpress/plugins/seo/ --> <title>Vanguard News: Nigerian News,Politics, Sports and Business from vanguard Newspapers -</title><link rel="preload" data-rocket-preload as="image" href="https://cdn.vanguardngr.com/wp-content/uploads/2022/11/labour-party-e1680544912558.jpg?auto_optimize=low&width=600" fetchpriority="high"> <meta name="description" content="Vanguard News- Nigerian Newspapers, Nigerian News. Vanguard is a daily Nigerian newspaper covering Latest News, Breaking News, Politics, Business, Entertainment, Videos and Sports" /> <link rel="canonical" href="https://www.vanguardngr.com/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Vanguard News" /> <meta property="og:description" content="Vanguard News- Nigerian Newspapers, Nigerian News. Vanguard is a daily Nigerian newspaper covering Latest News, Breaking News, Politics, Business, Entertainment, Videos and Sports" /> <meta property="og:url" content="https://www.vanguardngr.com/" /> <meta property="og:site_name" content="Vanguard News" /> <meta property="article:publisher" content="https://www.facebook.com/vanguardngr" /> <meta property="article:modified_time" content="2025-04-04T14:41:11+00:00" /> <meta property="og:image" content="https://cdn.vanguardngr.com/wp-content/uploads/2023/03/IMG-20230318-WA0048.jpg" /> <meta property="og:image:width" content="682" /> <meta property="og:image:height" content="529" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@vanguardngrnews" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.vanguardngr.com/","url":"https://www.vanguardngr.com/","name":"Vanguard News: Nigerian News,Politics, Sports and Business from vanguard Newspapers -","isPartOf":{"@id":"https://www.vanguardngr.com/#website"},"about":{"@id":"https://www.vanguardngr.com/#organization"},"primaryImageOfPage":{"@id":"https://www.vanguardngr.com/#primaryimage"},"image":{"@id":"https://www.vanguardngr.com/#primaryimage"},"thumbnailUrl":"https://cdn.vanguardngr.com/wp-content/uploads/2023/03/IMG-20230318-WA0048.jpg","datePublished":"2021-06-01T03:14:00+00:00","dateModified":"2025-04-04T14:41:11+00:00","description":"Vanguard News- Nigerian Newspapers, Nigerian News. Vanguard is a daily Nigerian newspaper covering Latest News, Breaking News, Politics, Business, Entertainment, Videos and Sports","breadcrumb":{"@id":"https://www.vanguardngr.com/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https://www.vanguardngr.com/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://www.vanguardngr.com/#primaryimage","url":"https://cdn.vanguardngr.com/wp-content/uploads/2023/03/IMG-20230318-WA0048.jpg","contentUrl":"https://cdn.vanguardngr.com/wp-content/uploads/2023/03/IMG-20230318-WA0048.jpg","width":682,"height":529},{"@type":"BreadcrumbList","@id":"https://www.vanguardngr.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.vanguardngr.com/#website","url":"https://www.vanguardngr.com/","name":"Vanguard News","description":"A Nigerian newspaper and Online version of the Vanguard, a daily publication in Nigeria covering Nigeria news, Niger delta, general national news, politics, business, energy, sports, entertainment, fashion,lifestyle human interest stories, etc","publisher":{"@id":"https://www.vanguardngr.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.vanguardngr.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https://www.vanguardngr.com/#organization","name":"Vanguard News","url":"https://www.vanguardngr.com/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https://www.vanguardngr.com/#/schema/logo/image/","url":"https://cdn.vanguardngr.com/wp-content/uploads/2019/08/vanguardlogo.jpg","contentUrl":"https://cdn.vanguardngr.com/wp-content/uploads/2019/08/vanguardlogo.jpg","width":600,"height":60,"caption":"Vanguard News"},"image":{"@id":"https://www.vanguardngr.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/vanguardngr","https://x.com/vanguardngrnews","https://instagram.com/vanguardnews/","https://www.linkedin.com/company/vanguard-media-limited","https://www.youtube.com/user/vanguardngrTV"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='preconnect' href='https://vngrddev.b-cdn.net' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='acf-elections-stats-style-inline-css' type='text/css'> .wp-block-dx-section .parties-section{max-width:100%}.parties-section-header{border:1px solid #f9f7f3;border-radius:var(--border-radius-small);display:grid;gap:var(--grid-gap-big-s);grid-template-columns:minmax(0,1fr);margin-bottom:var(--spacing-ms);padding:var(--grid-gap-big-s)}@media(min-width:62rem){.parties-section-header{gap:var(--grid-gap-big);margin-bottom:var(--spacing-s)}}.parties-list,.parties-section-labels{display:flex;flex-wrap:wrap}.parties-list-item{align-items:center;display:flex;flex-direction:row;flex-grow:0;flex-shrink:0;flex-wrap:nowrap;font-weight:400;margin-bottom:var(--spacing-xs);padding-right:var(--grid-gap-big);width:50%}.parties-list-item:nth-last-child(-n+2){margin-bottom:0}@media(min-width:62rem){.parties-list-item{font-size:1.25em;margin-bottom:0;width:auto}}.parties-section-labels{align-items:center;flex-direction:column}@media(min-width:62rem){.parties-section-labels{flex-direction:row}}.parties-section-title{color:#3a3a39;font-size:1.25em;font-weight:700;line-height:1.375rem;margin-bottom:var(--spacing-xs);text-transform:uppercase}@media(min-width:62rem){.parties-section-title{margin-bottom:0}}.parties-section-date{align-items:center;color:#303030;display:flex;font-size:1.125em;font-weight:400;line-height:1.375rem;margin-left:var(--spacing-xm)}.parties-section-date:before{background-color:red;border-radius:50%;content:"";display:inline-block;height:.5em;margin-right:var(--spacing-xs);width:.5em}.parties-section-cta{color:#0fa3b1;cursor:pointer;display:block;font-size:1em;font-weight:500;line-height:1.375rem;margin-left:auto;margin-right:auto;text-align:center;text-decoration:underline}@media(min-width:62rem){.parties-section-cta{margin-right:0;text-align:right}}.parties-section-bar{display:flex;flex-wrap:nowrap}.parties-section-bar .bar{--bar-width:0;--bar-color:transparent;background-color:var(--bar-color);flex:0 0 auto;height:30px;width:var(--bar-width)}.parties-row{--v-spacing:var(--spacing-ms);--columns-number:1;-moz-column-gap:2px;column-gap:2px;display:grid;grid-template-columns:repeat(var(--columns-number),minmax(0,1fr));row-gap:var(--v-spacing)}@media(min-width:48rem){.parties-row{--v-spacing:var(--spacing-ss);--columns-number:2}}@media(min-width:62rem){.parties-row{--columns-number:4}}.parties-row:not(:last-child){margin-bottom:var(--v-spacing)}.party-box{border:2px solid #f9f7f3}.party-title{align-items:center;background:#f9f7f3;color:#242423;display:flex;font-family:var(--font-secondary);font-size:1em;font-weight:700;line-height:1.625rem;padding:var(--spacing-xss);text-transform:uppercase}.party-title span{display:inline-block}.party-color{--party-color:transparent;background-color:var(--party-color);border-radius:50%;flex:0 0 1em;height:1em;margin-right:.75rem;width:1em}.party-text{color:var(--party-color);font-size:1.25em;font-weight:700;line-height:1.5rem;padding:var(--spacing-xss);text-align:center}.party-text>*{color:inherit!important}.party-text p{margin:0}.party-text p:not(:last-child){margin-bottom:.375em}.collapse-panel{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.collapse-panel.is-active{max-height:unset} </style> <style id='dx-gutenberg-blocks-grid-template-style-inline-css' type='text/css'> .grid-container{display:grid;grid-template-columns:repeat(var(--grid-desktop-column),1fr)}@media(max-width:1280px){.grid-container{grid-template-columns:repeat(var(--grid-tablet-column),1fr)}}@media(max-width:768px){.grid-container{grid-template-columns:repeat(var(--grid-mobile-column),1fr)}}.grid-container.lock-grid{grid-template-columns:repeat(var(--grid-lock-column),1fr)}.grid-column{grid-column:span var(--grid-desktop-column-span);height:100%}@media(max-width:1280px){.grid-column{grid-column:span var(--grid-tablet-column-span)}}@media(max-width:768px){.grid-column{grid-column:span var(--grid-mobile-column-span)}}body:not(.wp-admin) .grid-column>*{display:flex;flex-direction:column} </style> <style id='dx-blocks-jubna-widget-style-inline-css' type='text/css'> </style> <style id='dx-blocks-latest-news-ssr-style-inline-css' type='text/css'> </style> <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="b81d3363cdd262579e357517-|49"></script><link rel='stylesheet' id='dx-blocks-post-list-ssr-style-css' media="print" onload="this.media='all'" href='https://vngrddev.b-cdn.net/wp-content/themes/vanguard/inc/blocks/dist/post-list-ssr/style-index.css?ver=1.1.16' type='text/css' media='all' /> <style id='dx-blocks-related-news-style-inline-css' type='text/css'> .related-posts-block{background-color:#f9f7f3;border-left:2px solid red;margin-bottom:var(--spacing-s);margin-top:var(--spacing-s);padding:2rem 1.375rem 2rem 1.25rem;position:relative;width:100%}.related-posts-block .block-title{color:#3a3a39;font-family:var(--font-heading);line-height:1.25;margin:0}.related-posts-block .block-title+.posts-list{margin-top:var(--spacing-l)}.related-posts-block .posts-list{list-style:none;margin:0;padding:0}.related-posts-block .posts-list .list-item{padding-left:1rem;position:relative}.related-posts-block .posts-list .list-item:before{background-color:red;border-radius:50%;content:"";height:100%;left:0;max-height:.5rem;max-width:.5rem;position:absolute;top:.5em;width:100%}.related-posts-block .posts-list .list-item:not(:last-child){margin-bottom:.875rem}.related-posts-block .posts-list .list-item p{line-height:1.25;margin:0}.related-posts-block .posts-list .list-item a{display:inline-block;font-weight:700;text-decoration:none}@media(min-width:62rem){.related-posts-block{--custom-block-width:calc(var(--entry-content-border-size) + var(--entry-content-inner-spacing));left:calc(var(--custom-block-width)*-1)}} </style> <style id='dx-gutenberg-blocks-related-posts-style-inline-css' type='text/css'> .section-related-posts .heading-title{line-height:1.25}.section-related-posts .section-heading+.section-content{margin-top:1rem}.section-related-posts .section-content-grid{display:grid;gap:var(--grid-gap-big-s);grid-template-columns:minmax(0,1fr)}@media(min-width:40rem){.section-related-posts .section-content-grid-2{grid-template-columns:repeat(2,1fr)}.section-related-posts .section-content-grid-3{grid-template-columns:repeat(3,1fr)}.section-related-posts .section-content-grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:62rem){.section-related-posts .section-content-grid-4{grid-template-columns:repeat(4,1fr)}}.section-related-posts .entry-card .entry-thumbnail-wrapper{box-sizing:border-box;padding-bottom:61.875%}@media(min-width:40rem){.section-related-posts .entry-card .entry-thumbnail-wrapper{padding-bottom:57.1428571429%}}.section-related-posts .entry-card .entry-body{padding:var(--spacing-ms) 0}@media(min-width:40rem){.section-related-posts .entry-card .entry-body{padding:var(--spacing-xs)}}.section-related-posts .entry-card .entry-title{color:var(--color-base-invert-lighter);font-size:1.375em;line-height:1.875rem}.section-related-posts .entry-card .entry-title a{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:inherit;display:-webkit-box;height:7.5rem;overflow:hidden;text-overflow:ellipsis}@media(min-width:40rem){.section-related-posts .entry-card .entry-title{font-size:1.125rem;line-height:1.375rem}.section-related-posts .entry-card .entry-title a{height:5.5rem}}.section-related-posts .entry-card.visible-small{display:none}@media(min-width:48rem){.section-related-posts .entry-card.visible-small{display:flex}} </style> <style id='dx-section-style-inline-css' type='text/css'> </style> <style id='create-block-sidebar-format-style-inline-css' type='text/css'> .grid-wrapper{--sidebar-custom-width:300px;grid-gap:var(--grid-gap,2em);display:grid;grid-template-columns:minmax(0,1fr)}.grid-wrapper.is-layout-flow>*{-webkit-margin-before:0;margin-block-start:0}.grid-wrapper--area-main,.grid-wrapper--area-sidebar{display:flex;flex-direction:column}.grid-wrapper--main__top .grid-wrapper--area-main{justify-content:flex-start}.grid-wrapper--main__center .grid-wrapper--area-main{justify-content:center}.grid-wrapper--main__bottom .grid-wrapper--area-main{justify-content:flex-end}.grid-wrapper--sidebar__top .grid-wrapper--area-sidebar{justify-content:flex-start}.grid-wrapper--sidebar__center .grid-wrapper--area-sidebar{justify-content:center}.grid-wrapper--sidebar__bottom .grid-wrapper--area-sidebar{justify-content:flex-end}@media(min-width:80rem){.grid-wrapper{grid-template-areas:"area-main area-sidebar";grid-template-columns:minmax(728px,1fr) var(--sidebar-custom-width)}.grid-wrapper--area-main{grid-area:area-main}.grid-wrapper--area-sidebar{grid-area:area-sidebar}.__inverted{grid-template-areas:"area-sidebar area-main";grid-template-columns:var(--sidebar-custom-width) minmax(728px,1fr)}.grid-wrapper--area-main{-ms-grid-column:1;-ms-grid-row:1}.__inverted>.grid-wrapper--area-main{-ms-grid-column:2;-ms-grid-row:1}.grid-wrapper--area-sidebar{-ms-grid-column:3;-ms-grid-row:1}.__inverted>.grid-wrapper--area-sidebar{-ms-grid-column:1;-ms-grid-row:1}} </style> <style id='dx-blocks-newsletter-subscribe-prompt-style-inline-css' type='text/css'> .subscribe-banner{background-color:var(--color-bg-subscribe-banner);border:1px solid var(--color-secondary);border-radius:var(--border-radius-small);margin-left:auto;margin-right:auto;max-width:18.75rem;text-align:center}@media(min-width:40rem){.subscribe-banner{max-width:unset}}.subscribe-banner:not(.banner-large){padding:calc(var(--spacing-xm) - 1px) var(--spacing-ss)}.subscribe-banner.banner-large{padding:var(--spacing-xm) var(--spacing-ss)}.subscribe-banner .banner-thumbnail-wrapper{height:0;margin-left:auto;margin-right:auto;padding-bottom:10em;position:relative;width:100%}.subscribe-banner .banner-thumbnail-wrapper+.banner-title{margin-top:var(--spacing-vls)}.subscribe-banner .banner-thumbnail{left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.subscribe-banner .banner-description,.subscribe-banner .banner-title{color:#242423}.subscribe-banner .banner-title{font-family:var(--font-primary);font-size:var(--font-size-h5);font-weight:700;line-height:1.5rem;padding:.75rem 0}.subscribe-banner .banner-title+.banner-description{margin-top:.625rem}.subscribe-banner .banner-description{font-weight:400;line-height:1.25;margin-top:0}.subscribe-banner .banner-button,.subscribe-banner .banner-description{margin-left:auto;margin-right:auto;max-width:calc(100% - .5rem);width:100%}.subscribe-banner .banner-button:first-of-type{margin-top:var(--spacing-ms)}.subscribe-banner .banner-button:not(:first-of-type){margin-top:.875rem}.subscribe-banner.subscribe-banner-thumbnail-none .banner-thumbnail-wrapper{display:none}.subscribe-banner.subscribe-banner-thumbnail-none .banner-thumbnail-wrapper+.banner-title{margin-top:0}@media(min-width:62rem){.subscribe-banner.subscribe-banner-thumbnail-mobile .banner-thumbnail-wrapper{display:none}.subscribe-banner.subscribe-banner-thumbnail-mobile .banner-thumbnail-wrapper+.banner-title{margin-top:0}}@media(max-width:62rem){.subscribe-banner.subscribe-banner-thumbnail-desktop .banner-thumbnail-wrapper{display:none}.subscribe-banner.subscribe-banner-thumbnail-desktop .banner-thumbnail-wrapper+.banner-title{margin-top:0}} </style> <style id='dx-blocks-subscribe-youtube-prompt-style-inline-css' type='text/css'> .subscribe-prompt-youtube{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);min-height:230px;padding:2em;text-align:center;width:100%}.subscribe-prompt-youtube .section-heading .heading-title{margin-bottom:1em;text-transform:none} </style> <style id='elasticpress-related-posts-style-inline-css' type='text/css'> .editor-styles-wrapper .wp-block-elasticpress-related-posts ul,.wp-block-elasticpress-related-posts ul{list-style-type:none;padding:0}.editor-styles-wrapper .wp-block-elasticpress-related-posts ul li a>div{display:inline} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #fd0000;--wp--preset--color--primary-lighter: #ff0000;--wp--preset--color--primary-muted: #F9F7F3;--wp--preset--color--secondary: #0FA3B1;--wp--preset--color--secondary-lighter: #8091A5;--wp--preset--color--secondary-muted: #E7F6F7;--wp--preset--color--texts-base-darker: #242423;--wp--preset--color--texts-base: #303030;--wp--preset--color--texts-base-lighter: #3A3A39;--wp--preset--color--separators: #e9e9e9;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 12px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 28px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 16px;--wp--preset--font-size--big: 18px;--wp--preset--font-size--huge: 36px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-primary-lighter-color{color: var(--wp--preset--color--primary-lighter) !important;}.has-primary-muted-color{color: var(--wp--preset--color--primary-muted) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-secondary-lighter-color{color: var(--wp--preset--color--secondary-lighter) !important;}.has-secondary-muted-color{color: var(--wp--preset--color--secondary-muted) !important;}.has-texts-base-darker-color{color: var(--wp--preset--color--texts-base-darker) !important;}.has-texts-base-color{color: var(--wp--preset--color--texts-base) !important;}.has-texts-base-lighter-color{color: var(--wp--preset--color--texts-base-lighter) !important;}.has-separators-color{color: var(--wp--preset--color--separators) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-primary-lighter-background-color{background-color: var(--wp--preset--color--primary-lighter) !important;}.has-primary-muted-background-color{background-color: var(--wp--preset--color--primary-muted) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-secondary-lighter-background-color{background-color: var(--wp--preset--color--secondary-lighter) !important;}.has-secondary-muted-background-color{background-color: var(--wp--preset--color--secondary-muted) !important;}.has-texts-base-darker-background-color{background-color: var(--wp--preset--color--texts-base-darker) !important;}.has-texts-base-background-color{background-color: var(--wp--preset--color--texts-base) !important;}.has-texts-base-lighter-background-color{background-color: var(--wp--preset--color--texts-base-lighter) !important;}.has-separators-background-color{background-color: var(--wp--preset--color--separators) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-primary-lighter-border-color{border-color: var(--wp--preset--color--primary-lighter) !important;}.has-primary-muted-border-color{border-color: var(--wp--preset--color--primary-muted) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-secondary-lighter-border-color{border-color: var(--wp--preset--color--secondary-lighter) !important;}.has-secondary-muted-border-color{border-color: var(--wp--preset--color--secondary-muted) !important;}.has-texts-base-darker-border-color{border-color: var(--wp--preset--color--texts-base-darker) !important;}.has-texts-base-border-color{border-color: var(--wp--preset--color--texts-base) !important;}.has-texts-base-lighter-border-color{border-color: var(--wp--preset--color--texts-base-lighter) !important;}.has-separators-border-color{border-color: var(--wp--preset--color--separators) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-regular-font-size{font-size: var(--wp--preset--font-size--regular) !important;}.has-big-font-size{font-size: var(--wp--preset--font-size--big) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='theme_style-inline-css' type='text/css'> /*! * Generated:1696414477181 * */@font-face{font-display:swap;font-family:Cardiff;font-weight:400;src:url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/Cardiff_Regular.ttf) format("truetype"),url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/Cardiff_Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Cardiff;font-style:italic;font-weight:400;src:url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/Cardiff_Italic.ttf) format("truetype"),url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/Cardiff_Italic.woff) format("woff")}@font-face{font-display:swap;font-family:Cardiff;font-style:normal;font-weight:700;src:url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/CARDIF_B.ttf) format("truetype"),url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/CARDIF_B.woff) format("woff")}@font-face{font-display:swap;font-family:Cardiff;font-style:italic;font-weight:700;src:url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/Cardiff_BoldItalic.ttf) format("truetype"),url(/wp-content/themes/vanguard/assets/dist/fonts/cardiff/Cardiff_BoldItalic.woff) format("woff")}@font-face{font-display:swap;font-family:Nunito;font-weight:300;src:url(/wp-content/themes/vanguard/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype")}@font-face{font-display:swap;font-family:Nunito;font-weight:400;src:url(/wp-content/themes/vanguard/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype")}@font-face{font-display:swap;font-family:Nunito;font-weight:500;src:url(/wp-content/themes/vanguard/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype")}@font-face{font-display:swap;font-family:Nunito;font-weight:600;src:url(/wp-content/themes/vanguard/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype")}@font-face{font-display:swap;font-family:Nunito;font-weight:700;src:url(/wp-content/themes/vanguard/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype")}@font-face{font-display:swap;font-family:Nunito;font-weight:800;src:url(/wp-content/themes/vanguard/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype")}@font-face{font-display:swap;font-family:Nunito;font-weight:900;src:url(/wp-content/themes/vanguard/assets/dist/fonts/Nunito/Nunito-VariableFont_wght.ttf) format("truetype")}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number][scrubbed]-webkit-inner-spin-button,input[type=number][scrubbed]-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search][scrubbed]-webkit-search-cancel-button,input[type=search][scrubbed]-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{-webkit-font-smoothing:antialiased;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,button,input,select,textarea{font-family:var(--font-primary);font-size:1em;line-height:1.5}body{font-weight:600}h1,h2,h3,h4,h5,h6{clear:both}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}h6{font-size:var(--font-size-h6)}p{margin-bottom:1.5em}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:1em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}dt{font-weight:700}dd{margin:0 1.5em 1.5em}table{margin:0 0 1.5em;width:100%}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:var(--color-primary-hsl)}h1,h2,h3,h4,h5{font-family:var(--font-heading);line-height:1.2;margin:0}.remove-pseudo{content:""!important}blockquote{font-style:italic}hr{background:#f0f0f0;border:none;height:1px;width:100%}img{height:auto;max-width:100%}ol,ul{list-style-type:none;margin:0;padding:0}embed,iframe,object{max-width:100%}figure{margin:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.__is-highlighted{color:var(--color-primary-lighter)}div#pwaforwp-add-to-home-click{padding-bottom:120px}.grid-content-wrapper{column-gap:var(--grid-content-gap);display:grid;grid-template-areas:"content-area";grid-template-columns:minmax(0,1fr)}.grid-content-wrapper .content-area{grid-area:content-area}.grid-content-wrapper .wp-caption{max-width:100%}.grid-content-wrapper:not(.content-area) .content-box-wrapper.navigation-area,.grid-content-wrapper:not(.content-area) .content-box-wrapper.sidebar-area{display:none}.grid-content-wrapper:not(.content-area) .content-box-wrapper.content-area{grid-area:content-area}@media(min-width:62rem){.grid-content-wrapper:not(.content-area){grid-template-areas:"navigation-area content-area";grid-template-columns:5.25rem minmax(45.5rem,100%)}.grid-content-wrapper:not(.content-area) .content-box-wrapper.navigation-area{display:inline-block;grid-area:navigation-area}}@media(min-width:80rem){.grid-content-wrapper:not(.content-area){grid-template-areas:"navigation-area content-area sidebar-area";grid-template-columns:5.25rem minmax(45.5rem,100%) 18.75rem}.grid-content-wrapper:not(.content-area) .content-box-wrapper.sidebar-area{display:inline-block;grid-area:sidebar-area}}.spacing-top-vxxl{margin-top:var(--spacing-vxxl)}.spacing-top-lxx{margin-top:var(--spacing-lxx)}.spacing-top-ss{margin-top:var(--spacing-ss)}html body .is-layout-flow>*+*{margin-block-end:0;margin-block-start:0}.alignwide,.row{--row-max-width:calc(100% - 3.25rem);--row-max-width-current:calc(100% - 3.25rem);margin-left:auto;margin-right:auto;max-width:var(--row-max-width)}@media(min-width:48rem){.alignwide,.row{--row-max-width-current:Min(var(--site-width-small),var(--row-max-width));max-width:min(var(--site-width-small),var(--row-max-width))}}@media(min-width:62rem){.alignwide,.row{--row-max-width-current:Min(var(--site-width-medium),var(--row-max-width));max-width:min(var(--site-width-medium),var(--row-max-width))}}@media(min-width:64rem){.alignwide,.row{--row-max-width-current:Min(var(--site-width-large),var(--row-max-width));max-width:min(var(--site-width-large),var(--row-max-width))}}@media(min-width:80rem){.alignwide,.row{--row-max-width-current:Min(var(--site-width-larger),var(--row-max-width));max-width:min(var(--site-width-larger),var(--row-max-width))}}@media(min-width:85.375rem){.alignwide,.row{--row-max-width-current:Min(var(--site-width-largest),var(--row-max-width));max-width:min(var(--site-width-largest),var(--row-max-width))}}.row-fullwidth{margin-left:auto;margin-right:auto;max-width:calc(100% - 2rem)}.row-fullwidth.__no-gap{max-width:100%}.row-no-space-right{max-width:100%;padding-left:calc(50vw - var(--row-max-width-current)/2);width:100%}.hidden{display:none}@media(min-width:40rem){.hidden-mobile{display:none!important}}.visible-mobile{display:none}@media(min-width:40rem){.visible-mobile{display:initial}.visible-mobile:is(section){display:block}}@media(min-width:48rem){.hidden-small{display:none!important}}.visible-small{display:none}@media(min-width:48rem){.visible-small{display:initial}.visible-small:is(section){display:block}}@media(min-width:62rem){.hidden-medium{display:none!important}}.visible-medium{display:none}@media(min-width:62rem){.visible-medium{display:initial}.visible-medium:is(section){display:block}}@media(min-width:64rem){.hidden-large{display:none!important}}.visible-large{display:none}@media(min-width:64rem){.visible-large{display:initial}.visible-large:is(section){display:block}}@media(min-width:80rem){.hidden-larger{display:none!important}}.visible-larger{display:none}@media(min-width:80rem){.visible-larger{display:initial}.visible-larger:is(section){display:block}}@media(min-width:85.375rem){.hidden-largest{display:none!important}}.visible-largest{display:none}@media(min-width:85.375rem){.visible-largest{display:initial}.visible-largest:is(section){display:block}}.is-fixed{overflow:hidden}amp-web-push-widget{position:fixed!important;z-index:101}amp-web-push-widget button.subscribe .tooltiptext,amp-web-push-widget button.unsubscribe .tooltiptext{max-width:calc(100vw - 98px);min-width:unset;padding:5px 10px;top:50%;transform:translate3d(0,-50%,0);width:max-content}#amp-mobile-version-switcher>a:not(#_#_#_#_#_#_#_#_#_){font-family:var(--font-primary)}.widget_block~.widget_block{margin-top:2rem}@media(min-width:64rem){.mobile-on-top{grid-row:1}}.flex{display:flex}.flex.flex-column{flex-direction:column}.flex.gap>*+*{margin-top:var(--grid-gap)}.w-full{width:100%}.sidebar-area .widget:has(.sticky){position:sticky;top:100px}figure.wp-block-table.is-style-devrix{overflow-y:hidden;position:relative}figure.wp-block-table.is-style-devrix table{border-collapse:separate;border-spacing:var(--spacing-xxs);margin-left:calc(var(--spacing-xxs)*-1);overflow-x:scroll;width:calc(100% + var(--spacing-xxs)*2)}figure.wp-block-table.is-style-devrix table td,figure.wp-block-table.is-style-devrix table th{border:2px solid #f9f7f3;color:#242423;margin-bottom:calc(var(--spacing-xxs)*-1);text-transform:uppercase}figure.wp-block-table.is-style-devrix table thead tr:first-of-type{transform:translatey(10px)}figure.wp-block-table.is-style-devrix table th{background:#f9f7f3;font-family:var(--font-secondary);font-size:1em;font-weight:700;line-height:1.625rem;padding:var(--spacing-xss)}figure.wp-block-table.is-style-devrix table td{font-size:.875em;line-height:1.25rem;padding:var(--spacing-xss)}figure.wp-block-table.is-style-devrix.is-expandable{max-height:305px;transition:max-height .3s ease}figure.wp-block-table.is-style-devrix.is-expandable:after{background:#fff;bottom:-1px;color:#0fa3b1;content:"See full table";cursor:pointer;display:block;font-size:1em;font-weight:500;left:0;line-height:1.375rem;margin-left:auto;margin-right:auto;padding:var(--spacing-xsss);position:sticky;text-align:right;text-decoration:underline;width:100%}figure.wp-block-table.is-style-devrix.is-expandable.__expanded{max-height:attr(data-max-height)}figure.wp-block-table.is-style-devrix.is-expandable.__expanded:after{content:"Collapse table"}@media(min-width:62rem){figure.wp-block-table.is-style-devrix.is-expandable{max-height:285px}}.block-editor__container figure.wp-block-table.is-style-devrix.is-expandable{max-height:unset}.grid{display:grid;gap:var(--grid-gap);grid-template-columns:minmax(0,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}@media(min-width:62rem){.grid-2-medium{grid-template-columns:repeat(2,1fr)}}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(min-width:62rem){.grid-4-medium{grid-template-columns:repeat(4,1fr)}}@media(min-width:80rem){.grid-4-larger{grid-template-columns:repeat(4,1fr)}}.site-header{--elements-transition-time:0.5s;--header-padding:var(--spacing-xss) 0 0;background:var(--color-base);border-bottom:1px solid var(--color-border--primary);display:flex;flex-direction:column;font-family:var(--font-header-items);padding:var(--header-padding);position:fixed;top:0;transition:all var(--elements-transition-time) ease-in-out;width:100%;z-index:90}.admin-bar .site-header{top:32px}@media screen and (max-width:782px){.admin-bar .site-header{top:46px}}@media screen and (max-width:600px){.admin-bar .site-header{top:46px}}.site-header.sticky-not-on-top{position:fixed}@media screen and (max-width:600px){.site-header.sticky-not-on-top{top:0}}.site-header-placeholder{height:var(--site-header-placeholder);left:0;top:0;width:100%;z-index:1}.site-header-placeholder.sticky-not-on-top{position:relative}.site-header-inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:var(--spacing-xss);order:1;width:100%}.site-header-footer{order:3;padding-bottom:var(--spacing-xsss);padding-top:var(--spacing-xsss);position:relative;width:100%}.site-header-footer:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.7));content:"";display:block;height:100%;pointer-events:none;position:absolute;right:0;top:0;width:3.75rem}@media screen and (min-width:62rem){.site-header-footer{order:2}}.site-header-footer-inner{align-items:center;display:flex;max-width:100%;padding-left:calc((100% - var(--row-max-width-current))/2)}.site-header-toggle-menu{height:0;order:2;position:relative;width:100%}@media screen and (min-width:62rem){.site-header-toggle-menu{order:3}}.site-header a{text-decoration:none;text-transform:uppercase}.site-date{color:var(--color-base-invert-lighter);display:none;font-weight:700;line-height:1.25;width:18.75rem}.menu-top-container{--overlay-height:calc(100vh - 3rem);animation:fadeIn .25s ease-in-out forwards;background-color:#242423;display:none;height:var(--overlay-height);padding:var(--spacing-xm) 0 var(--spacing-vxxl);position:absolute;right:0;top:100%;width:100vw;z-index:999}.menu-top-container-inner{display:block;height:100%;overflow-y:auto;padding:0 var(--spacing-lxs) var(--spacing-vxxl);width:100%}.menu-top-container.is-open{display:block}.menu-top-container li{line-height:1}.menu-top-container li a{display:block;font-size:.875em;font-weight:600;line-height:1.1875rem;width:fit-content}.menu-top-container li.current-menu-item a{color:red;font-weight:700}.menu-top-container .menu-primary li{padding:var(--spacing-xssss) 0}.menu-top-container .menu-primary li:not(.current-menu-item) a{color:var(--color-muted)}.menu-top-container .menu-primary li.is-open a{color:#d3d3d3}.menu-top-container .menu-primary .sub-menu{flex-direction:column;padding:var(--spacing-xssss) 0 0 1rem}.menu-top-container .menu-primary .sub-menu li:last-child{padding-bottom:0}.menu-top-container .menu-primary+.menu-top{margin-top:var(--spacing-lxxx)}.menu-top-container .menu-top{border:1px solid red;border-radius:var(--border-radius-small);padding:0 var(--spacing-xs)}.menu-top-container .menu-top li{border-bottom:2px solid #3a3a39;padding:var(--spacing-sx) 0}.menu-top-container .menu-top li:last-child{border:none}.menu-top-container .menu-top li:not(.current-menu-item) a{color:#d3d3d3}@media screen and (min-width:62rem){body:not(.amp-mode-touch) .menu-top-container{background:#fff;border-bottom:2px solid var(--color-border--primary);border-top:1px solid var(--color-border--primary);flex-wrap:wrap;height:auto;left:0;padding:var(--spacing-xss) 0;position:absolute;top:calc(100% + 1px);width:100%}body:not(.amp-mode-touch) .menu-top-container-inner{display:block;padding:0;width:100%}body:not(.amp-mode-touch) .menu-top-container .menu-primary{display:none}body:not(.amp-mode-touch) .menu-top-container .menu-primary+.menu-top{margin-top:0}body:not(.amp-mode-touch) .menu-top-container .menu-top{border:none;display:flex;flex-wrap:wrap;padding:0}body:not(.amp-mode-touch) .menu-top-container .menu-top li{border:none;display:block;line-height:1;margin:0 1.25rem 0 0;padding:0;padding-bottom:var(--spacing-xxs);padding-top:var(--spacing-xxs)}body:not(.amp-mode-touch) .menu-top-container .menu-top li a{font-weight:700;line-height:1.125rem}body:not(.amp-mode-touch) .menu-top-container .menu-top li:not(.current-menu-item) a{color:#303030}}.menu-primary li.menu-item-has-children>a:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid red;content:"";display:inline-block;height:.5em;margin-left:.25em;width:.5em}.menu-primary li.menu-item-has-children a{width:100%}.menu-primary li.menu-item-has-children .sub-menu{display:none}.menu-primary li.menu-item-has-children .sub-menu li{animation:fadeIn .25s ease-in-out forwards}.menu-primary li.menu-item-has-children .sub-menu.is-open{display:flex}.menu-primary li.menu-item-has-children.has-submenu-open a{color:#d3d3d3}@media screen and (min-width:62rem){.menu-primary li.menu-item-has-children.has-submenu-open a{color:#303030}}.menu-primary li.menu-item-has-children.has-submenu-open>a:after{border:4px solid transparent;border-bottom-color:red;transform:translate3d(0,-4px,0)}.menu-sticky-not-on-top{display:none}.menu-sticky-not-on-top .menu-primary-container{flex:0 0 100%}.menu-primary-container{-ms-overflow-style:none;flex:0 1 100%;overflow-x:scroll;scrollbar-width:none;white-space:nowrap;width:100%}.menu-primary-container::-webkit-scrollbar{display:none}.menu-primary-container .menu{display:flex;flex-wrap:nowrap;font-weight:600}.menu-primary-container .menu>li.current-menu-item{background:linear-gradient(0deg,var(--color-border--primary) 50%,transparent 50%)}.menu-primary-container .sub-menu{background:#fff;border-bottom:2px solid var(--color-border--primary);border-top:1px solid var(--color-border--primary);flex-wrap:wrap;left:0;padding:var(--spacing-xss) calc(50% - var(--row-max-width-current)/2);position:absolute;top:calc(100% + 1px);width:100vw}.menu-primary-container .sub-menu li{margin-right:1.25rem}.menu-primary-container li{display:block;line-height:1;margin-right:var(--spacing-ss);padding-bottom:var(--spacing-xxs);padding-top:var(--spacing-xxs)}@media(min-width:62rem){.menu-primary-container li{margin-right:var(--spacing-lxss)}}.menu-primary-container li:last-child{margin-right:0}.menu-primary-container li a{color:#303030;display:block;font-size:.875em;font-weight:700;line-height:1.125rem;width:100%}.menu-primary-container.hidden-medium .menu>li:last-child,.menu-primary-container.visible-medium .menu>li:last-child{padding-right:calc((100vw - var(--row-max-width-current))/2)}@media(min-width:85.375rem){.menu-primary-container.visible-medium .menu>li:last-child{padding-right:1rem}}@media(min-width:62rem){.amp-mode-touch .menu-primary-container.hidden-medium:not(#_#_#_#_#_#_#_){display:block}.amp-mode-touch .menu-primary-container.visible-medium{display:none}}.site-branding{height:2rem;width:7rem}.site-title{font-size:1em;text-indent:-99999px}.site-title,.site-title a{display:block;height:100%;line-height:1;width:100%}.site-title a{background:50% no-repeat;background-image:var(--wpr-bg-468fefea-4908-4e7f-8c1a-1fcd9202210b);background-size:contain;position:relative}.site-header-search-wrapper{align-items:center;display:flex;width:fit-content}@media screen and (min-width:85.375rem){.site-header-search-wrapper .menu-toggle{display:none}}.menu-toggle{cursor:pointer;padding-left:var(--spacing-ms)}.menu-toggle-icons{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.menu-toggle .icon-close,.menu-toggle.is-open .icon-open{display:none}.menu-toggle.is-open .icon-close{display:initial}.site-header-search.site-searchform{width:7.5rem}.site-header-search.site-searchform form>div{grid-template-columns:minmax(0,1fr) 2.5rem}@media(min-width:85.375rem){.site-header{padding-top:var(--spacing-xms)}.site-header-footer{border-top:1px solid var(--color-border--primary);padding-bottom:var(--spacing-xss);padding-top:var(--spacing-xss)}.site-header-footer-inner{max-width:var(--row-max-width-current);padding-left:0}.site-header-inner{align-items:flex-start}.site-date{display:block}.site-branding{height:3.5rem;margin-bottom:var(--spacing-ss);width:16.875rem}.site-header-search.site-searchform{width:18.75rem}.site-header-search.site-searchform form>div{grid-template-columns:minmax(0,1fr) 1.875rem}.menu-primary-container{margin-right:0;width:fit-content}.site-header.sticky-not-on-top{flex-wrap:nowrap;padding:0}.site-header.sticky-not-on-top .site-header-inner{align-items:center;margin-bottom:0}.site-header.sticky-not-on-top .site-date{display:none}.site-header.sticky-not-on-top .site-branding{height:2rem;margin-bottom:0;width:7rem}.site-header.sticky-not-on-top .menu-sticky-not-on-top{display:flex;flex-basis:auto;justify-content:center;margin:auto;padding-left:1.625rem;width:calc(100% - 7rem - 142px)}.site-header.sticky-not-on-top .menu-sticky-not-on-top li:not(:last-child){margin-right:14px}.site-header.sticky-not-on-top .site-header-search-wrapper{padding:var(--spacing-sl) 0}.site-header.sticky-not-on-top .site-header-search-wrapper .menu-toggle{display:block}.site-header.sticky-not-on-top .site-header-search.site-searchform{width:6.375rem}.site-header.sticky-not-on-top .site-header-footer{display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dropping{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.menu-item-has-children-btn{background:50% no-repeat transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' fill='none'%3E%3Cpath fill='red' fill-rule='evenodd' d='M5.906.692A.412.412 0 0 0 6 .432.44.44 0 0 0 5.55 0H.45A.44.44 0 0 0 0 .431c0 .[scrubbed].262L2.65 3.834A.456.456 0 0 0 3.005 4c.138 0 .27-.061.355-.166L5.906.692Z' clip-rule='evenodd'/%3E%3C/svg%3E");border:none;display:inline-block;height:.75em;line-height:1.125rem;position:relative;width:1.125rem}.menu-item-has-children-btn.is-open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' fill='none'%3E%3Cpath fill='red' fill-rule='evenodd' d='M.094 3.308a.412.412 0 0 0-.094.26A.44.44 0 0 0 .45 4h5.1A.44.44 0 0 0 6 3.568a.41.41 0 0 0-.095-.26L3.35.165A.456.456 0 0 0 2.995 0a.457.457 0 0 0-.355.166L.094 3.308Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.menu-item-has-children-btn .screen-reader-text{display:none}.menu-primary-amp li.menu-item-has-children a{display:inline-block;margin-right:0;width:fit-content}.menu-primary-amp li.menu-item-has-children a:after{display:none}.menu li.menu-item-has-children button.is-open+ul{display:flex}.site-header-toggle-menu .menu-item-has-children-btn{display:none}.site-header-toggle-menu .menu-primary-amp li.menu-item-has-children .sub-menu{display:flex}.site-footer{background-color:var(--color-bg-footer-main);color:var(--color-text-footer-main)}.site-footer a{color:inherit;text-decoration:none}.site-footer-menues{column-gap:var(--spacing-s);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 0 var(--spacing-vls);row-gap:0}@media screen and (min-width:48rem){.site-footer-menues{grid-template-columns:repeat(4,minmax(0,1fr))}}.site-footer-widget-group{font-weight:700;padding-top:var(--spacing-vls);text-transform:uppercase}.site-footer-widget-group li{display:block;font-size:.75em;font-weight:600;line-height:1rem;margin:0 0 var(--spacing-xssss)}@media screen and (min-width:64rem){.site-footer-widget-group li{font-weight:500}}.site-footer-widget-group li:last-child{margin-bottom:0}.site-footer-widget-group li a{color:inherit;display:block;text-transform:uppercase;width:max-content}.site-footer-widget-group li a:hover{color:var(--color-base)}.site-footer-widget-title{color:var(--color-primary-lighter);font-size:.875em;font-weight:700;line-height:1.1875rem;margin-bottom:var(--spacing-s)}.site-footer-widget:not(:first-child) .site-footer-widget-title{margin-top:var(--spacing-xm)}@media screen and (min-width:48rem){.site-footer-widget:not(:first-child) .site-footer-widget-title{margin-top:var(--spacing-m)}}.site-footer .site-info{background-color:var(--color-bg-footer-bottom);font-weight:600;padding:var(--spacing-ms) 0}.site-footer .site-info .copyright{display:inline-block;margin:0}.site-footer .site-info.hidden-large{background-color:#fff;border-top:1px solid var(--color-border--primary);padding:var(--spacing-ss) 0}.site-footer .site-info.hidden-large .site-info-wrapper .site-info-menu{flex:0 0 100%;width:100%}.site-footer .site-info.hidden-large .site-info-wrapper .site-info-menu .menu{column-gap:var(--spacing-s);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:48rem){.site-footer .site-info.hidden-large .site-info-wrapper .site-info-menu .menu{grid-template-columns:repeat(4,minmax(0,1fr))}}.site-footer .site-info.hidden-large .site-info-wrapper li{color:#303030;font-size:.875rem;font-weight:700;line-height:1.125rem;margin:var(--spacing-xxs) 0}.site-footer .site-info.hidden-large .site-info-wrapper li:first-child{display:none}.site-footer .site-info.hidden-large .site-info-wrapper li:not(:last-of-type):after{content:"";padding:unset}.site-footer .site-info.hidden-large .menu{justify-content:space-between;text-transform:uppercase}.site-footer .site-info-wrapper{display:flex;flex-direction:column;font-size:.75em;line-height:1rem;margin:0 auto}.site-footer .site-info-wrapper .menu{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.site-footer .site-info-wrapper li{display:block;margin:.5625rem 0 0}.site-footer .site-info-wrapper li a{display:inline-block}.site-footer .site-info-wrapper li a:hover{color:var(--color-primary)}.site-footer .site-info-wrapper li:not(:last-of-type):after{content:"|";padding:0 var(--spacing-xssss)}@media screen and (min-width:48rem){.site-footer .site-info-wrapper{align-items:center;flex-direction:row;justify-content:space-between}.site-footer .site-info-wrapper li{margin-top:0}.site-footer .site-info .copyright{margin-bottom:0}}.entry-content ul li,.list-default li{list-style:disc;margin-inline-start:2em}.entry-content ol li,.list-default-ordered li{list-style:decimal;margin-inline-start:2em}.list-entries-archive{display:flex;flex-direction:column;gap:calc(var(--spacing-l)*2)}.button{--button-color-background:var(--color-base-near);--button-color-foreground:var(--color-base-invert);--button-padding:0.625rem 0.75em;--button-decoration:none;--button-font-size:1em;--button-font-weight:600;--button-border-color:var(--button-color-background);--button-border-radius:var(--border-radius-small);--button-line-height:1.25;background-color:var(--button-color-background);border:1px solid;border-color:var(--button-border-color);border-radius:var(--button-border-radius);box-sizing:border-box;color:var(--button-color-foreground);display:inline-block;font-size:var(--button-font-size);font-weight:var(--button-font-weight);line-height:var(--button-line-height);padding:var(--button-padding);text-decoration:var(--button-decoration)}.button-primary{--button-color-background:var(--color-primary);--button-color-foreground:var(--color-base)}.button-accent{--button-color-background:var(--color-accent-hsl);--button-color-foreground:var(--color-base)}.button-base{--button-color-background:var(--color-base);--button-color-foreground:var(--color-base-invert)}.button-muted-light{--button-color-background:var(--color-muted-light);--button-color-foreground:var(--color-muted)}.button-base-invert{--button-color-background:var(--color-base-invert-light);--button-color-foreground:var(--color-base-muted)}.button-outline{--button-border-color:var(--button-color-foreground);background-color:transparent}.button-outline.button-base-invert{--button-color-foreground:var(--color-base-invert-light)}.button-outline.button-muted-light{--button-border-color:var(--button-color-background)}.button-outline.button-primary{--button-color-foreground:var(--color-base-invert-light);--button-border-color:var(--button-color-background)}.button-empty{background-color:transparent;border-color:transparent}:root{--color-base:#fff;--color-base-near:#fafafa;--color-base-muted:#e9e9e9;--color-base-invert-darker:#1e1e1e;--color-base-invert:#222;--color-base-invert-light:#303030;--color-base-invert-lighter:#3a3a39;--color-base-invert-shadow:rgba(34,34,34,.34);--color-base-invert-near:#333;--color-border--primary:#ffe6e6;--color-border--light:#f9f7f3;--color-muted:#7c7c7b;--color-muted-light:#f9f7f3;--color-primary:#fd0000;--color-primary-lighter:red;--color-primary-muted:#f9f7f3;--color-secondary:#0fa3b1;--color-secondary-light:#8091a5;--color-secondary-muted:#e7f6f7;--color-separator-base:#e9e9e9;--color-separator-base-contrast:#ccc;--color-facebook:#325a97;--color-facebook-invert:#fff;--color-bg-footer-main:#252525;--color-text-footer-main:#d3d3d3;--color-bg-footer-bottom:var(--color-base-invert-near);--color-entry-title:#242423;--color-sidebar-widget-title:#242423;--color-entry-single-page-heading:#3a3a39;--color-entry-vertical:#3a3a39;--color-entry-horizontal:#242423;--color-entry-horizontal-scrollable:#000;--color-contact-page-texts:#666665;--color-bg-subscribe-banner:#e7f6f7;--color-disqus-links:#fe0000;--site-width-largest:79.625rem;--site-width-larger:74.25rem;--site-width-large:60.75rem;--site-width-medium:58.75rem;--site-width-small:44.75rem;--site-width-mobile:36.75rem;--row-max-width:calc(100% - 3.25rem);--grid-gap-sx:1rem;--grid-gap-s:1.125rem;--grid-gap:1.25rem;--grid-gap-big-s:1.375rem;--grid-gap-big:1.625rem;--grid-gap-big-x:1.875rem;--grid-gap-big-xx:2.5rem;--grid-content-gap:1.5rem;--section-spacing:4em;--spacing-xxs:0.25rem;--spacing-xssss:0.375rem;--spacing-xsss:0.5rem;--spacing-xss:0.625rem;--spacing-xs:0.75rem;--spacing-sl:0.875rem;--spacing-s:1rem;--spacing-ss:1.125rem;--spacing-sx:1.25rem;--spacing-ms:1.375rem;--spacing-m:1.5rem;--spacing-xms:1.75rem;--spacing-xm:1.875rem;--spacing-l:2rem;--spacing-lxss:2.125rem;--spacing-lxs:2.25rem;--spacing-lx:2.5rem;--spacing-lxx:2.625rem;--spacing-lxxx:2.75rem;--spacing-vls:2.875rem;--spacing-vl:3.125rem;--spacing-xvl:3.125rem;--spacing-xls:3.75rem;--spacing-xl:4rem;--spacing-vxl:4.5rem;--spacing-vxls:4.75rem;--spacing-vxxl:5rem;--spacing-xxls:7.5rem;--spacing-xxl:8rem;--site-header-placeholder:5.6875rem;--font-primary:"Nunito",sans-serif;--font-secondary:"Cardiff",sans-serif;--font-heading:var(--font-primary);--font-header-items:var(--font-primary);--font-entry-title:var(--font-secondary);--font-size-h1:3em;--font-size-h2:2em;--font-size-h3:1.75em;--font-size-h4:1.5em;--font-size-h5:1.25em;--font-size-h6:1em;--border-radius-small-x:0.25rem;--border-radius-small:0.375rem;--border-radius:0.5rem;--border-radius-large:1rem}@media(min-width:85.375rem){:root{--site-header-placeholder:10rem}}@media(max-width:48rem){:root{--grid-gap:1rem}}.entry.entry-card:not(.entry-no-borders),.entry.entry-list,.entry.entry-list-card{transition:box-shadow .25s ease-in-out}.entry.entry-card:not(.entry-no-borders) .entry-thumbnail-wrapper:before,.entry.entry-list .entry-thumbnail-wrapper:before,.entry.entry-list-card .entry-thumbnail-wrapper:before{background-color:red;content:"";display:block;height:100%;opacity:0;position:absolute;transition:opacity .25s ease-in-out;width:100%;z-index:2}.entry.entry-card:not(.entry-no-borders):hover,.entry.entry-list-card:hover,.entry.entry-list:hover{box-shadow:0 2px 4px rgba(0,0,0,.15)}.entry.entry-card:not(.entry-no-borders):hover .entry-thumbnail-wrapper:before,.entry.entry-list-card:hover .entry-thumbnail-wrapper:before,.entry.entry-list:hover .entry-thumbnail-wrapper:before{opacity:.07}.entry-thumbnail-wrapper{background-color:var(--color-separator-base);display:block;height:0;overflow:hidden;padding-bottom:73.6842105263%;position:relative}.entry-thumbnail-wrapper img{height:100%;object-fit:cover;position:absolute;width:100%}.entry-thumbnail-wrapper img[src*="default.png"]{background:#fff;object-fit:contain}@media screen and (max-width:62rem){.category-cartoons .entry-content-wrapper .entry-thumbnail-wrapper{height:auto;padding:0}.category-cartoons .entry-content-wrapper .entry-thumbnail-wrapper img{display:block;height:auto;position:relative}}@media screen and (min-width:62rem){.category-cartoons .entry-content-wrapper .entry-thumbnail-wrapper img{object-fit:contain}}.entry-title{color:var(--color-entry-title);font-family:var(--font-entry-title)}.entry-title a{color:inherit;display:inline-block;text-decoration:none}.entry-meta{margin-block-start:var(--spacing-s)}.entry .posted-on time+time{margin-inline-start:1em}.entry-excerpt{font-weight:400}.entry-footer{color:var(--color-primary-lighter);margin-block-start:var(--spacing-m)}.entry-date.has-dot:before{background-color:currentColor;border-radius:50%;content:"";display:inline-block;height:.5rem;margin-bottom:1px;margin-right:.625rem;width:.5rem}.entry-card{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);display:flex;flex-direction:column;height:100%}.entry-card .entry-title{color:var(--color-entry-vertical);font-size:1.125em;font-weight:700;line-height:1.375rem}.entry-card .entry-thumbnail-wrapper{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);margin:-2px;overflow:hidden;width:calc(100% + 4px)}.entry-card .entry-body{padding:.875rem .75rem .75rem}.entry-card .entry-excerpt{line-height:1.25;margin-top:1rem}.entry-card .entry-footer{border-top:2px solid var(--color-border--light);color:var(--color-primary-lighter);margin:auto 0 0;padding:.25rem .75rem}.entry-list-card{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);display:flex;flex-direction:row}.entry-list-card .entry-title{color:var(--color-entry-horizontal);font-size:1em;line-height:1.375}@media(max-width:30rem){.entry-list-card .entry-title{min-height:4rem}}@media(min-width:64rem){.entry-list-card .entry-title{font-size:1.125em}}.entry-list-card .entry-header{border-right:2px solid var(--color-border--light);flex:0 0 auto;margin-bottom:0;min-width:80px;overflow:hidden;width:25%}.entry-list-card .entry-thumbnail-wrapper{height:calc(100% + 4px);padding-bottom:100%}.entry-list-card .entry-body{flex:0 0 auto;max-width:calc(100% - 80px);padding:.375rem 1.125rem .375rem 1.5rem;width:75%}@media(min-width:80rem){.entry-list-card .entry-body{max-width:100%}}.entry-list-card .entry-excerpt,.entry-list-card .entry-footer{display:none}@media(min-width:80rem){.entry-list-card.entry-card-larger{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);display:flex;flex-direction:column}.entry-list-card.entry-card-larger .entry-title{color:var(--color-entry-vertical);font-size:1.125em;line-height:1.375rem}.entry-list-card.entry-card-larger .entry-header{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);flex:0 0 auto;margin:-2px;overflow:hidden;width:calc(100% + 4px)}.entry-list-card.entry-card-larger .entry-thumbnail-wrapper{padding-bottom:73.6842105263%}.entry-list-card.entry-card-larger .entry-body{flex-basis:auto;padding:.875rem .75rem .75rem;width:100%}.entry-list-card.entry-card-larger .entry-excerpt{display:block;line-height:1.25;margin-top:1rem}.entry-list-card.entry-card-larger .entry-footer{border-top:2px solid var(--color-border--light);color:var(--color-primary-lighter);display:block;margin:auto 0 0;padding:.25rem .75rem}}@media(min-width:62rem){.entry-list-card.entry-card-medium{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);display:flex;flex-direction:column}.entry-list-card.entry-card-medium .entry-title{color:var(--color-entry-vertical);font-size:1.125em;font-weight:700;line-height:1.25rem}.entry-list-card.entry-card-medium .entry-title a{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;height:5rem;overflow:hidden;text-overflow:ellipsis}.entry-list-card.entry-card-medium .entry-header{border:2px solid var(--color-border--light);border-radius:var(--border-radius-small);flex:0 0 auto;margin:-2px;max-width:unset;overflow:hidden;width:calc(100% + 4px)}.entry-list-card.entry-card-medium .entry-thumbnail-wrapper{padding-bottom:73.6842105263%}.entry-list-card.entry-card-medium .entry-body{flex-basis:auto;max-width:unset;padding:.875rem .75rem .75rem;width:100%}.entry-list-card.entry-card-medium .entry-excerpt{display:block;line-height:1.25;margin-top:1rem}.entry-list-card.entry-card-medium .entry-footer{border-top:2px solid var(--color-border--light);color:var(--color-primary-lighter);display:block;margin:auto 0 0;padding:.25rem .75rem}}@media(min-width:64rem){.entry-list-card.entry-card-medium .entry-title{font-size:1.25em;line-height:1.375rem}.entry-list-card.entry-card-medium .entry-title a{height:5.5rem}}.section-fullwidth{--section-padding:2.5em 0;--section-padding-mobile:3em 0;padding:var(--section-padding)}@media(max-width:62rem){.section-fullwidth{padding:var(--section-padding-mobile)}}.section-fullwidth.__no-space-top{padding-top:0}.section-fullwidth.__no-space-bottom{padding-bottom:0}.section-heading.default{color:var(--color-entry-title)}.section-heading.__is-highlighted{color:var(--color-primary-lighter)}.section-heading.__with-arrow .heading-title .section-title-highlight{white-space:nowrap}.section-heading.__with-arrow .heading-title .section-title-highlight:after{background:50% no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='red' fill-rule='evenodd' d='M1.384.188A.824.824 0 0 0 .863 0 .88.88 0 0 0 0 .899V11.1c0 .[scrubbed].9.18 0 .361-.06.522-.19L7.67 6.7A.911.911 0 0 0 8 5.99a.914.914 0 0 0-.333-.71L1.384.188Z' clip-rule='evenodd'/%3E%3C/svg%3E");content:"";display:inline-block;height:.75em;margin-left:.25em;margin-top:.5rem;position:absolute;width:.5rem}.section-heading.__with-dot .heading-title .section-title-highlight:after{background-color:var(--color-primary-lighter);border-radius:50%;content:"";display:inline-block;height:.375rem;margin-left:.5625rem;position:absolute;vertical-align:top;width:.375rem}.section-heading.__with-border-top .heading-title{border-top:1px solid;padding-top:1rem}.section-heading .heading-title{line-height:1.25;text-transform:uppercase}@media screen and (min-width:48rem){.section-heading .heading-title br{display:none}}.site-searchform{max-width:18.75rem}.site-searchform form{width:100%}.site-searchform form>div{display:grid;grid-template-columns:minmax(0,1fr) 1.875rem;width:100%}.site-searchform input[type=text]{background:#e9e9e9;border:none;border-radius:6px 0 0 6px;box-sizing:border-box;color:var(--color-base-invert-light);display:block;font-family:var(--font-header-items);font-size:12px;font-weight:600;line-height:14px;outline:none;padding:var(--spacing-xsss) var(--spacing-xs);width:100%}.site-searchform input[type=text]::placeholder{color:var(--color-muted);font-weight:600;opacity:1}.site-searchform input[type=text]:-ms-input-placeholder{color:var(--color-muted);font-weight:600}.site-searchform input[type=text][scrubbed]-ms-input-placeholder{color:var(--color-muted);font-weight:600}.site-searchform input[type=submit]{background:50% no-repeat red;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='7.534' height='1.883' fill='%23F9F7F3' rx='.942' transform='rotate(45 -5.585 16.7)'/%3E%3Cpath stroke='%23F9F7F3' stroke-width='2' d='M11.17 6.335a4.835 4.835 0 1 1-9.67 0 4.835 4.835 0 0 1 9.67 0Z'/%3E%3C/svg%3E");border:none;border-radius:0 6px 6px 0;display:block;outline:none;text-indent:-99999px}.ads-placeholder{align-items:center;background:#d9d9d9;display:flex;justify-content:center;margin:0 auto}.ads-placeholder.a-728x90{height:90px;margin:0 auto;max-width:728px}.ads-placeholder.a-300x250{height:250px;max-width:300px}html[amp] .ad-container-inner .ad-rectangle,html[amp] .ad-container-inner .ad-responsive{display:none!important}html[amp] .ad-container.hide-on-amp{display:none}.remove-pseudo:before{content:""!important}.ad-container{background:var(--color-border--light);margin:2rem 0;padding:1rem 0 2rem;position:relative}.ad-container.__no-spacing{margin-bottom:0;margin-top:0}.ad-container.__no-spacing-bottom{margin-bottom:0}.ad-container.__no-spacing-top{margin-top:0}.ad-container.__spacing-bottom-grid{margin-bottom:calc(2rem - var(--grid-gap, 2rem))}.ad-container-inner{align-items:center;display:flex;justify-content:center;margin:auto;max-width:100%;min-height:250px;overflow:hidden;position:relative;width:fit-content}.ad-container-inner ins{background:transparent}.ad-container-inner .ad-rectangle{height:250px;width:300px}.ad-container-inner .ad-responsive{width:100px}.ad-container-inner:has(.primisslate){width:100%}.ad-container.ad__leaderboard .ad-container-inner{min-height:90px}.ad-container.ad__leaderboard.ad__limit{overflow:hidden}.ad-container.ad__leaderboard.ad__limit .ad-container-inner{max-height:90px}.ad-container:before{content:"advertisement";display:block;font-size:.75rem;margin-bottom:.25rem;text-align:center;text-transform:uppercase}.ad-container.sidebar-sticky{overflow:hidden;position:sticky;top:var(--social-list-top-position)}.entry-content-inner-wrapper .ad-container{background:var(--color-border--light);left:calc(0px - var(--entry-content-inner-spacing));margin:2rem 0;padding:1rem 0 2rem;position:relative;width:calc(100% + var(--entry-content-inner-spacing)*2)}.primis-dock-slot--wrapper,div[id^=primis_playerSekindoSPlayer][style*=fixed]{bottom:110px!important;position:fixed;right:0}@media screen and (max-width:48rem){.archive .ad-container,.page-template .ad-container,.search .ad-container{left:-1.625rem;width:calc(100% + 3.25rem)}}.archive .section-under-header-ads .ad-container,.page-template .section-under-header-ads .ad-container,.search .section-under-header-ads .ad-container{margin-bottom:0}.archive .ad-container-inner:has(.primisslate),.page-template .ad-container-inner:has(.primisslate),.search .ad-container-inner:has(.primisslate){max-width:var(--row-max-width);width:100%}@media screen and (min-width:48rem){.archive .ad-container-inner:has(.primisslate),.page-template .ad-container-inner:has(.primisslate),.search .ad-container-inner:has(.primisslate){max-width:600px}}@media screen and (max-width:48rem){.archive .site-content,.page-template .site-content,.search .site-content{overflow:hidden}}.desktop-only{display:block}@media(min-width:769px)and (max-width:1024px){.hide-on-tablet{display:none}.tablet-only{display:block}}@media(min-width:1025px){.hide-on-desktop{display:none}}@media screen and (max-width:768px){.desktop-only{display:none}.mobile-only{display:block}.tablet-only{display:none}}@media only screen and (min-width:782px){.h-dh .desktop-only{display:inherit}}@media only screen and (min-width:960px){.h-sh .desktop-only{display:inherit}}#onesignal-bell-container{bottom:160px!important;left:0;right:auto!important}#onesignal-bell-launcher{left:15px;right:auto!important}.mailmunch-scrollbox[style*="bottom: 0px"]{bottom:120px!important}@media screen and (min-width:62rem){.mailmunch-scrollbox{right:410px!important}}.wp-block-quote{border-left:2px solid var(--color-separator-base);padding-inline-start:var(--spacing-m)}.page-template-page-fullwidth .section-content-wrapper>.row{max-width:100%} </style> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-a8f34ee7-332e-4f5e-945b-86be0c7af9e4) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="b81d3363cdd262579e357517-text/javascript" src="https://vngrddev.b-cdn.net/wp-content/themes/vanguard/inc/blocks/dist/elections-stats/script.js?ver=d68ad349e62d44d926bb" id="acf-elections-stats-script-js"></script> <script type="b81d3363cdd262579e357517-text/javascript" src="https://vngrddev.b-cdn.net/wp-content/themes/vanguard/assets/dist/scripts/bundle.1696414477303.min.js?ver=6.7.2" id="theme_js-js"></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.vanguardngr.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel='shortlink' href='https://www.vanguardngr.com/' /> <!-- Stream WordPress user activity plugin v4.1.1 --> <style>img#wpstats{display:none}</style> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4W4HKCPV04" type="b81d3363cdd262579e357517-text/javascript"></script> <script type="b81d3363cdd262579e357517-text/javascript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4W4HKCPV04'); </script> <meta name="google-site-verification" content="AjRfeo4BMZn8J99wiq7X1DKIfO_z-Dnma_6csxvuRRg" /> <meta property="fb:pages" content="135140476511057" /> <script async src="//cse.google.com/cse.js?cx=partner-pub-7532470883667401:rzizbetxxiz" type="b81d3363cdd262579e357517-text/javascript"></script> <meta name="facebook-domain-verification" content="m9m854ksemcs3p6p2iewju0ivvkxhl" /> <link rel="amphtml" href="https://www.vanguardngr.com/amp/"><link rel="icon" href="https://cdn.vanguardngr.com/wp-content/uploads/2021/06/vanguard-icon-70x70.png" sizes="32x32" /> <link rel="icon" href="https://cdn.vanguardngr.com/wp-content/uploads/2021/06/vanguard-icon-200x200.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://cdn.vanguardngr.com/wp-content/uploads/2021/06/vanguard-icon-200x200.png" /> <meta name="msapplication-TileImage" content="https://cdn.vanguardngr.com/wp-content/uploads/2021/06/vanguard-icon.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <script type="b81d3363cdd262579e357517-text/javascript"> window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { //googletag.defineSlot('/9223985/1*1-mobile-and-desktop', [1, 1], 'div-gpt-ad-1698410894985-0').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <style> .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 999; /* Ensure it appears on top of other content */ } /* Style for the modal content */ .modal-content { position: absolute; top: 50%; left: 50%; /* border: 1px solid #FF0200; */ transform: translate(-50%, -50%); background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); z-index: 1000; /* Ensure it appears on top of the overlay */ /* border-radius: 50px; */ width: 40%; } .modal-content::before, .modal-content::after{ content: ''; /* position: absolute; */ display: block; height: 12px; width: 100%; background: #ffff; background: repeating-linear-gradient( -45deg, white, white 10px, red 10px, red 20px, white 20px, white 30px, blue 30px, blue 40px ); -webkit-backface-visibility: hidden; backface-visibility: hidden; border-bottom: 0; } /* Style for the close button */ .close { position: absolute; top: 15px; right: 15px; cursor: pointer; font-size: 24px; } .submit { background: #FF0200; border: none; outline: none; cursor: pointer; color: white; padding: 11px 35px; font-size: 1rem; font-weight: 700; border-radius: 50px; width:70%; align-items: center; display: block; margin: auto; } .input-main input::placeholder { color: #a2a2a2; } .input-main { display: flex; justify-content: center; align-items: center; padding: 10px 15px; background-color: #ebebeb; margin-right: 15px; } .input-main svg { width: 30px; height: auto; fill: #a2a2a2; margin-right: 10px; } .input-main input { height: 26px; width: 100%; background: none; border: none; outline: none; color: #a2a2a2; font-size: 1rem; border-radius: 50px; } .form-box { /* display: flex; */ align-items: center; /* justify-content: center; */ margin: 0 20px; /* margin-top: 39px; */ padding-bottom: 20px; } .description { font-size: 1.1rem; text-align: center !important; color: #636363; margin-top: 10px; } .title { /* text-transform: uppercase; */ text-align: center !important; font-weight: 700; color: #000; font-size: 2rem; } .img-head { padding-top: 20px; width: 40%; height: auto; /* margin-top: 45px; */ } /* .container { background-color: white; text-align: center; width: 769px; height: 486px; border-radius: 50px; margin: 50px auto; } */ @media only screen and (max-width: 500px) { body { margin: 0 15px; } .img-head { margin-top: 5px; } .form-box { display: grid; } .input-main { margin-right: 0; } .submit { /* margin-top: 16px; */ width: 100% !important; } .description { font-size: 1rem; /* margin: 0 35px; */ } .title { font-size: 1.5rem; } .form-box { margin-top: 25px; } #mc_embed_signup { border-radius: 15px; width: 100% !important; margin: 0 !important; } .mc-field-group{ width: 100% !important; } } #mc_embed_signup { background-color: white; text-align: center !important; /* width: 769px; */ /* height: 486px; */ border-radius: 50px; /* margin: 50px auto !important; */ } /* Media query for smaller screens */ @media screen and (max-width: 768px) { .modal-content { width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); } } /* Media query for even smaller screens */ @media screen and (max-width: 480px) { .modal-content { width: 90%; /* Adjust for very small screens */ } } .letter-image { position: relative; top: 50%; left: 50%; width: 200px; height: 200px; transform: translate(-50%, -10%); cursor: pointer; } .animated-mail { position: absolute; height: 150px; width: 200px; transition: .4s; animation: bounce 2s ease infinite; } .policy .description{ margin-top: 50px ; /* margin-bottom: 20px !important; */ } @keyframes bounce { 0% { transform: translateY(0); /* Start position */ } 50% { transform: translateY(50px); /* Midway position */ } 100% { transform: translateY(0); /* End position, back to the starting point */ } } .animated-mail .body { position: absolute; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 100px 200px; border-color: transparent transparent #FF0200 transparent; z-index: 2; } .animated-mail .top-fold { position: absolute; top: 50px; width: 0; height: 0; border-style: solid; border-width: 50px 100px 0 100px; transform-origin: 50% 0%; transition: transform .4s .4s, z-index .2s .4s; border-color: #960d0d transparent transparent transparent; z-index: 2; } .animated-mail .back-fold { position: absolute; bottom: 0; width: 200px; height: 100px; background: #FF0200; z-index: 0; } .animated-mail .left-fold { position: absolute; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 50px 0 50px 100px; border-color: transparent transparent transparent #e50606; z-index: 2; } .animated-mail .letter { left: 20px; bottom: 0px; position: absolute; width: 160px; height: 60px; background: white; z-index: 1; overflow: hidden; transition: .4s .2s; } .animated-mail .letter .letter-border { height: 10px; width: 100%; background: repeating-linear-gradient( -45deg, #FF0200, #FF0200 8px, transparent 8px, transparent 18px ); } .animated-mail .letter .letter-title { margin-top: 10px; margin-left: 5px; height: 10px; width: 40%; background: #FF0200; } .animated-mail .letter .letter-context { margin-top: 10px; margin-left: 5px; height: 10px; width: 20%; background: #FF0200; } .animated-mail .letter .letter-stamp { margin-top: 30px; margin-left: 120px; border-radius: 100%; height: 30px; width: 30px; background: #FF0200; opacity: 0.3; } .shadow { position: absolute; top: 200px; left: 50%; width: 400px; height: 30px; transition: .4s; transform: translateX(-50%); border-radius: 100%; background: radial-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.0), rgba(0,0,0,0.0)); } .letter-image:hover .animated-mail { transform: translateY(50px); } .letter-image:hover .animated-mail .top-fold { transition: transform .4s, z-index .2s; transform: rotateX(180deg); z-index: 0; } .letter-image:hover .animated-mail .letter { height: 180px; } .letter-image:hover .shadow { width: 250px; } .mc-field-group input::placeholder{ padding-left: 5px !important; } </style> <!-- GDPR AMP BEGIN --> <meta name="amp-consent-blocking" content><script async custom-element="amp-consent" src="https://cdn.ampproject.org/v0/amp-consent-0.1.js" type="b81d3363cdd262579e357517-text/javascript"></script><script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js" type="b81d3363cdd262579e357517-text/javascript"></script><script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js" type="b81d3363cdd262579e357517-text/javascript"></script> <!-- GDPR AMP End --> <style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion"></style> <noscript> <style id="wpr-lazyload-bg-nostyle">.site-title a{--wpr-bg-468fefea-4908-4e7f-8c1a-1fcd9202210b: url('https://www.vanguardngr.com/wp-content/themes/vanguard/assets/dist/images/site-logo.svg');}.rll-youtube-player .play{--wpr-bg-a8f34ee7-332e-4f5e-945b-86be0c7af9e4: url('https://www.vanguardngr.com/wp-content/plugins/wp-rocket/assets/img/youtube.png');}</style> </noscript> <script type="b81d3363cdd262579e357517-application/javascript">const rocket_pairs = [{"selector":".site-title a","style":".site-title a{--wpr-bg-468fefea-4908-4e7f-8c1a-1fcd9202210b: url('https:\/\/www.vanguardngr.com\/wp-content\/themes\/vanguard\/assets\/dist\/images\/site-logo.svg');}","hash":"468fefea-4908-4e7f-8c1a-1fcd9202210b","url":"https:\/\/www.vanguardngr.com\/wp-content\/themes\/vanguard\/assets\/dist\/images\/site-logo.svg"},{"selector":".rll-youtube-player .play","style":".rll-youtube-player .play{--wpr-bg-a8f34ee7-332e-4f5e-945b-86be0c7af9e4: url('https:\/\/www.vanguardngr.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"a8f34ee7-332e-4f5e-945b-86be0c7af9e4","url":"https:\/\/www.vanguardngr.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png"}]; const rocket_excluded_pairs = [];</script></head> <body class="home page-template page-template-templates page-template-page-fullwidth page-template-templatespage-fullwidth-php page page-id-1592159"> <div id="page" class="site"> <div class="site-header-placeholder js-sticky-placeholder"></div> <header id="masthead" class="site-header js-sticky-header"> <div class="site-header-inner row"> <div class="site-date"> Friday, 4th April 2025 </div><!-- .site-date --> <div class="site-branding"> <h1 class="site-title"><a href="https://www.vanguardngr.com/" rel="home">Vanguard News</a></h1> </div><!-- .site-branding --> <div class="menu-sticky-not-on-top"> <div class="menu-primary-container"> <ul id="primary" class="menu menu-primary"><li id="menu-item-601262" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-601262"><a href="https://www.vanguardngr.com/?" aria-current="page">Home</a></li> <li id="menu-item-601263" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-601263"><a href="https://www.vanguardngr.com/category/national-news/">News</a> <ul class="sub-menu"> <li id="menu-item-2099699" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2099699"><a href="https://www.vanguardngr.com/category/top-stories/">Top Stories</a></li> </ul> </li> <li id="menu-item-1592120" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1592120"><a href="https://digitalpaper.vanguardngr.com/">E-editions</a></li> <li id="menu-item-1592018" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1592018"><a href="https://www.vanguardngr.com/category/politics/">Politics</a></li> <li id="menu-item-2094940" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094940"><a href="https://www.vanguardngr.com/category/more/metro/">Metro</a></li> <li id="menu-item-601265" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601265"><a href="https://www.vanguardngr.com/category/business/">Business</a></li> <li id="menu-item-601264" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601264"><a href="https://www.vanguardngr.com/category/sports/">Sports</a></li> <li id="menu-item-601272" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601272"><a href="https://www.vanguardngr.com/category/editorial/">Editorial</a></li> <li id="menu-item-2094941" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094941"><a href="https://www.vanguardngr.com/category/columns/">Columns</a></li> <li id="menu-item-632451" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-632451"><a href="http://allure.vanguardngr.com/">Allure</a></li> </ul> </div> </div> <div class="site-header-search-wrapper"> <div class="site-searchform site-header-search"> <form role="search" method="get" id="searchform" class="searchform" action="https://www.vanguardngr.com/" ><div class="searchform-contents"><label class="screen-reader-text" for="s">Search for:</label><input type="text" placeholder="Search" value="" name="s" id="s" /><input type="submit" id="searchsubmit" value="" /></div></form> </div> <div id="menu-toggle-mobile" class="menu-toggle js-menu-toggle" data-menu-selector=".menu-top-container"> <div class="menu-toggle-icons"> <svg class="icon-open" width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="18" height="2" rx="1" fill="currentColor"/> <rect y="5" width="18" height="2" rx="1" fill="currentColor"/> <rect y="10" width="18" height="2" rx="1" fill="currentColor"/> </svg> <svg class="icon-close" width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.28892 1.93814L6.9382 7.58643L1.28991 13.2347C1.12339 13.4012 1.04062 13.619 1.04062 13.8364C1.04062 14.3209 1.43667 14.6864 1.89062 14.6864C2.10778 14.6864 2.32664 14.6038 2.49234 14.4381L8.14062 8.78985L13.7889 14.4381C13.9546 14.6038 14.1735 14.6864 14.3906 14.6864C14.8446 14.6864 15.2406 14.3209 15.2406 13.8364C15.2406 13.619 15.1579 13.4012 14.9913 13.2347L9.34305 7.58643L14.9923 1.93814L14.9926 1.93789C15.158 1.77139 15.2406 1.55372 15.2406 1.33543C15.2406 0.853208 14.8478 0.486426 14.3906 0.486426C14.1735 0.486426 13.9546 0.569019 13.7889 0.734715L13.7889 0.734721L8.14062 6.38399L2.49234 0.734721L2.49234 0.734715C2.32664 0.569019 2.10778 0.486426 1.89062 0.486426C1.43341 0.486426 1.04062 0.853208 1.04062 1.33543C1.04062 1.55372 1.1233 1.77139 1.28867 1.93789L1.28892 1.93814Z" fill="#242423" stroke="#242423" stroke-width="0.2"/> </svg> </div> </div><!-- .site-top-menu-togle --> </div><!-- .site-top-menu-togle --> </div><!-- .site-header-inner --> <div class="site-header-footer"> <div class="site-header-footer-inner row"> <div class="menu-primary-container visible-medium"> <ul id="primary" class="menu menu-primary"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-601262"><a href="https://www.vanguardngr.com/?" aria-current="page">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-601263"><a href="https://www.vanguardngr.com/category/national-news/">News</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2099699"><a href="https://www.vanguardngr.com/category/top-stories/">Top Stories</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1592120"><a href="https://digitalpaper.vanguardngr.com/">E-editions</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1592018"><a href="https://www.vanguardngr.com/category/politics/">Politics</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094940"><a href="https://www.vanguardngr.com/category/more/metro/">Metro</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601265"><a href="https://www.vanguardngr.com/category/business/">Business</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601264"><a href="https://www.vanguardngr.com/category/sports/">Sports</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601272"><a href="https://www.vanguardngr.com/category/editorial/">Editorial</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094941"><a href="https://www.vanguardngr.com/category/columns/">Columns</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-632451"><a href="http://allure.vanguardngr.com/">Allure</a></li> </ul> </div> <div class="menu-primary-container hidden-medium"> <ul id="primary" class="menu menu-primary-mobile"><li id="menu-item-1592848" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-1592848"><a href="https://www.vanguardngr.com">Home</a></li> <li id="menu-item-1592094" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1592094"><a href="https://www.vanguardngr.com/news/">News</a></li> <li id="menu-item-2094947" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2094947"><a href="https://digitalpaper.vanguardngr.com/">E-Editions</a></li> <li id="menu-item-710142" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-710142"><a href="https://www.vanguardngr.com/category/politics/">Politics</a></li> <li id="menu-item-1749821" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1749821"><a href="https://www.vanguardngr.com/category/more/metro/">Metro</a></li> <li id="menu-item-2094943" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094943"><a href="https://www.vanguardngr.com/category/business/">Business</a></li> <li id="menu-item-604732" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-604732"><a href="https://www.vanguardngr.com/category/sports/">Sports</a></li> <li id="menu-item-2094944" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094944"><a href="https://www.vanguardngr.com/category/editorial/">Editorial</a></li> <li id="menu-item-2094945" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094945"><a href="https://www.vanguardngr.com/category/columns/">Columns</a></li> <li id="menu-item-2094946" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094946"><a href="https://www.vanguardngr.com/category/style/allure/">Allure</a></li> </ul> </div> <div class="menu-toggle js-menu-toggle visible-largest" data-menu-selector=".menu-top-container"> <div class="menu-toggle-icons"> <svg class="icon-open" width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="18" height="2" rx="1" fill="currentColor"/> <rect y="5" width="18" height="2" rx="1" fill="currentColor"/> <rect y="10" width="18" height="2" rx="1" fill="currentColor"/> </svg> <svg class="icon-close" width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.28892 1.93814L6.9382 7.58643L1.28991 13.2347C1.12339 13.4012 1.04062 13.619 1.04062 13.8364C1.04062 14.3209 1.43667 14.6864 1.89062 14.6864C2.10778 14.6864 2.32664 14.6038 2.49234 14.4381L8.14062 8.78985L13.7889 14.4381C13.9546 14.6038 14.1735 14.6864 14.3906 14.6864C14.8446 14.6864 15.2406 14.3209 15.2406 13.8364C15.2406 13.619 15.1579 13.4012 14.9913 13.2347L9.34305 7.58643L14.9923 1.93814L14.9926 1.93789C15.158 1.77139 15.2406 1.55372 15.2406 1.33543C15.2406 0.853208 14.8478 0.486426 14.3906 0.486426C14.1735 0.486426 13.9546 0.569019 13.7889 0.734715L13.7889 0.734721L8.14062 6.38399L2.49234 0.734721L2.49234 0.734715C2.32664 0.569019 2.10778 0.486426 1.89062 0.486426C1.43341 0.486426 1.04062 0.853208 1.04062 1.33543C1.04062 1.55372 1.1233 1.77139 1.28867 1.93789L1.28892 1.93814Z" fill="#242423" stroke="#242423" stroke-width="0.2"/> </svg> </div> </div><!-- .site-top-menu-togle --> </div> </div> <div class="site-header-toggle-menu"> <div id="site-header-toggle-menu" class="menu-top-container"> <div class="menu-top-container-inner row"> <ul id="primary3" class="menu menu-primary"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-601262"><a href="https://www.vanguardngr.com/?" aria-current="page">Home</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-601263"><a href="https://www.vanguardngr.com/category/national-news/">News</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2099699"><a href="https://www.vanguardngr.com/category/top-stories/">Top Stories</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1592120"><a href="https://digitalpaper.vanguardngr.com/">E-editions</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1592018"><a href="https://www.vanguardngr.com/category/politics/">Politics</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094940"><a href="https://www.vanguardngr.com/category/more/metro/">Metro</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601265"><a href="https://www.vanguardngr.com/category/business/">Business</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601264"><a href="https://www.vanguardngr.com/category/sports/">Sports</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-601272"><a href="https://www.vanguardngr.com/category/editorial/">Editorial</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2094941"><a href="https://www.vanguardngr.com/category/columns/">Columns</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-632451"><a href="http://allure.vanguardngr.com/">Allure</a></li> </ul> <ul id="primary" class="menu menu-top"><li id="menu-item-1592011" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1592011"><a href="https://www.vanguardngr.com/about/">About Us</a></li> <li id="menu-item-2094938" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2094938"><a href="https://www.vanguardngr.com/advertise-with-us-now/">Advertise with us</a></li> <li id="menu-item-2094937" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2094937"><a href="https://www.vanguardngr.com/contactus/">Contact Us</a></li> <li id="menu-item-1592117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1592117"><a rel="privacy-policy" href="https://www.vanguardngr.com/about/mobile-app-privacy-policy/">Privacy Policy</a></li> <li id="menu-item-2545021" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2545021"><a href="https://www.vanguardngr.com/casino/it/non-aams/">Casino Non AAMS</a></li> </ul> </div> </div> </div> </header><!-- #site-header --> <section class="section-under-header-ads visible-small"> <section class="section-ad-placeholder row"> <div class="ad-container ad__leaderboard ad__limit hide-on-amp"> <div class="ad-container-inner __centered"><div id="ad_placement_leaderboard" " class="vanguard-admanager"> </div> </div></div> </section> </section> <div id="content" class="site-content"> <section class="section-fullwidth section-content-wrapper"> <div class="row row-fullwidth"> <main class="entry entry-page post-1592159 page type-page status-publish has-post-thumbnail hentry"><!-- content start --> <section style="padding: 0 0 0 0" class="section section-fullwidth alignfull alignfull wp-block-dx-section"> <div class="row" style="border-top-style:none;;border-top-width:0px;"> <div class="wp-block-create-block-sidebar-format alignfull grid-wrapper grid-wrapper--sidebar__flex-start grid-wrapper--main__start" style="--sidebar-custom-width:420px"> <div class="wp-block-group grid-wrapper--area-main"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow"> <div class="grid-container grid-1 " style='--grid-desktop-column: 12; --grid-tablet-column: 12; --grid-mobile-column: 4; --grid-lock-column: ; gap: 20px 1.25em' > <div style="--grid-desktop-column-span: 8;--grid-tablet-column-span: 8;--grid-mobile-column-span: 4" class="grid-column wp-block-dx-gutenberg-blocks-grid-column"> <div class="wp-block-dx-gutenberg-blocks-grid-column"><div class="section-category-preview section-single-post-preview"> <div class="section-content"> <div class="section-content-featured"> <article class="entry entry-card entry-featured"> <a class="entry-thumbnail-wrapper" href="https://www.vanguardngr.com/2025/04/umahi-reopens-independence-bridge-in-lagos-promises-permanent-fix-soon/"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Umahi reopens Independence Bridge in Lagos, promises permanent fix soon" class="entry-thumbnail" data-lazy-src="https://cdn.vanguardngr.com/wp-content/uploads/2025/04/UMAHI-ROAD.jpg?auto_optimize=low&width=600"/><noscript><img decoding="async" src="https://cdn.vanguardngr.com/wp-content/uploads/2025/04/UMAHI-ROAD.jpg?auto_optimize=low&width=600" alt="Umahi reopens Independence Bridge in Lagos, promises permanent fix soon" class="entry-thumbnail"/></noscript> </a> <div class="entry-body"> <h3 class="entry-title"> <a href="https://www.vanguardngr.com/2025/04/umahi-reopens-independence-bridge-in-lagos-promises-permanent-fix-soon/">Umahi reopens Independence Bridge in Lagos, promises permanent fix soon</a> </h3> <div class="entry-excerpt"> The Minister of Works, David Umahi, on Friday reopened the Independence Bridge in Lagos, which had been closed for maintenance, sparking widespread public outcry and traffic chaos across the city. </div> </div> </article> </div> </div> </div> <div class="ad-container __spacing-bottom-grid"> <div class="ad-container-inner"><div id="ad_placement_mobile_ad_1" " class="vanguard-admanager"> </div> <amp-ad width=300 height=250 type="doubleclick" data-slot="/9223985/mobile-1" json="{'targeting':{'incontent-ad-id':'1'}}"> </amp-ad> </div></div> </div> </div> <div style="--grid-desktop-column-span: 4;--grid-tablet-column-span: 4;--grid-mobile-column-span: 4" class="grid-column mobile-on-top wp-block-dx-gutenberg-blocks-grid-column"> <div class="wp-block-dx-gutenberg-blocks-grid-column mobile-on-top"> <div class="section-fulwidth section-category-preview" > <div class="section-content section-category-content "> <div class="section-content-entry-list"> <div class="grid grid-1"> <article class="entry entry-card entry-list-card entry-card-medium"> <header class="entry-header"> <a class="entry-thumbnail-wrapper" href="https://www.vanguardngr.com/2025/04/register-now-for-2025-vanguard-economic-discourse/"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Register now for 2025 Vanguard Economic Discourse" class="entry-thumbnail" data-lazy-src="https://cdn.vanguardngr.com/wp-content/uploads/2025/04/countdown.jpg?auto_optimize=low&width=350"><noscript><img decoding="async" src="https://cdn.vanguardngr.com/wp-content/uploads/2025/04/countdown.jpg?auto_optimize=low&width=350" alt="Register now for 2025 Vanguard Economic Discourse" class="entry-thumbnail"></noscript> </a> </header> <div class="entry-body"> <h3 class="entry-title"> <a href="https://www.vanguardngr.com/2025/04/register-now-for-2025-vanguard-economic-discourse/">Register now for 2025 Vanguard Economic Discourse</a> </h3> </div> </article> <article class="entry entry-card entry-list-card entry-card-medium"> <header class="entry-header"> <a class="entry-thumbnail-wrapper" href="https://www.vanguardngr.com/2025/04/court-gags-natasha-akpabio-bars-interviews-on-pending-case/"> <img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Sena
Resolver
Resolver ASN
AS29465
Resolver IP
102.89.1.191
Resolver Network Name
MTN NIGERIA Communication limited
Report ID
20250404T163723Z_webconnectivity_NG_29465_n1_SIi41q4bG7HqWh7z
Platform
android
Software Name
ooniprobe-android-unattended (5.0.5)
Measurement Engine
ooniprobe-engine (3.24.0)